/* 全体 */
body {
    margin: auto;
    font-family: 'Hiragino Kaku Gothic ProN';
}
img {
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align:top;
}
picture{
    margin: 0;
    padding: 0;
    vertical-align:top;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none; 
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #B6D460;
}
h1 {
    font-size : 48px; 
    line-height : 1;    
}
 
h2 {
    font-size : 36px;
    line-height : 1.3333;
    font-weight: bold;
}
h3 {
    font-size : 24px;
    line-height : 1;    
    font-weight: bold;
}
hgroup h2,h4,h5,h6 {
    font-size : 18px; 
    line-height : 1.5;   
}
p{
    font-size: 16px;
    line-height: 1.5;
}

/* メイン */
header#fv img, #worriesArea img, #supportArea img, #recommendArea img, #selectReasonArea img{
    width: 100%;
}
.formBtnArea{
    background-color: #B6D460;
}
.formBtnArea img{
    width: 50%;
    display: block;
    margin: auto;
    padding: 5% 0;
}
#caseStudyArea{
    background: url(image/caseSturdyBgImg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 5%;
}
#caseStudyArea .slider img{
    margin: 6% auto 0;
    height: auto;
    padding: 0 0.5% 0;
}
#caseStudyArea p{
    font-size: 1.125rem;
    text-align: center;
    margin: 5% auto;
    color: white;
}
#supportArea{
    margin-bottom: 10%;
}
#threePresentArea{
    position: relative;
    margin-top: -2.5%;
}
#threePresentArea .formBtnArea02 img{
    width: 50%;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
}
.soliveBannerArea img{
    width: 70%;
    margin: 0 auto 10%;
    display: block;
}
/* サービスの流れ */
#serviceFlowArea{
    background: url(image/serviceFlowBgimg.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
#serviceFlowArea img{
    width: 100%;
    margin: auto;
    display: block;
}
.tab-2 {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: auto;
    padding: 10% 0 5%;
    align-items: end;
}
.tab-2.tabImg img{
    margin: 0;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    height: 70px;
    border-radius: 5px 5px 0 0;
    background-color: #CFCFCF;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #353333;
    font-weight: bold;
}
.tab-2 > label.tab02{
    color: #fff;
    background-color: #CFCFCF;
    color: #353333;
}
.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
    background-color: #8db700;
    height: 90px;
    color: #fff;
}

.tab-2 label:has(:checked) + div {
    display: block;
}
.serviceFlowImg {
    width: 70%;
    display: block;
    margin: auto;
    padding: 10% 0;
}
/* お客様の声 */
#customerVoiceArea{
    background: url(image/customerVoiceBgImg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30% 0 10%;
}
#customerVoiceArea img{
    width: 75%;
    margin: 3% auto;
    display: block;
}
/* お問い合わせフォーム */
#contactFormArea{
    background-color: #EFF2D6;
    line-height: 2rem;
    font-family: 'Hiragino Kaku Gothic ProN';
    padding-top: 10%;
}
#contactFormArea .wrap{
    background-color: #ffffff;
    width: 85%;
    margin: 0 auto 10%;
    border-radius: 20px;
}
#contactFormArea .wrap img{
    width: 70%;
    display: block;
    margin: auto;
}
#contactFormArea h2{
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3.0rem;
    text-align: center;
    padding: 8% 0 5%;
}
.name, .roomNumber, .email, .phone, .dateTime, .category{
    width: 75%;
    margin: auto;
    font-size: 24px;
    padding: 5% 0 0;
}
.name{
    padding-top: 3%;
}

.nameText p, .roomNumber p, .emailText p, .phoneText p, .messageText p, .dateTime p{
    display: inline;
}
.nameText label, .roomNumberText label, .emailText label, .phoneText label, .messageText label, .dateTime label, .category label{
    padding-bottom: 2%;
}
.name input, .roomNumber  input, .email  input, .phone  input, .dateTime input{
    width: 100%;
    height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #F2F2F2;
    border: 1px solid #D8D8D8;
}
.categoryWrap{
    display: flex;
    justify-content: space-between;
}
.message{
    width: 75%;
    margin: auto;
    font-size: 24px;
    padding: 8% 0 0;
}
.message textarea{
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.message textarea{
    height: 200px;
    background-color: #F2F2F2;
    border: 1px solid #D8D8D8;
}
.name span, .roomNumber span, .email span, .phone span, .dateTime span{
    font-size: 1rem;
    color: #C42929;
    font-weight: bold;
}
#contactArea span.required{
    padding: 3px;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
}
#contactArea .privacy  p{
    text-align: center;
    color: #333333;
    margin: 5% auto;
    width: 72%;
    line-height: 1rem;
    font-size: 0.625rem;
}
.privacy_inner {
    height: 200px;
    overflow: auto;
    padding: 10px;
    background: #ddd;
    margin-bottom: 20px;
}
.privacy_agreement label{
    display: flex;
    justify-content: center;
    margin: 5% auto;
    width: 80%;
    align-items: center;
}
.privacy_agreement input{
    margin-right: 10px;
}
#contactArea .privacy_agreement span{
    color: #111111;
    font-size: 0.9375rem;
}
#SMP_STYLE label.checkAgree{
    padding: 8px 20px;
    border: solid 2px #c3fa71;
    font-size: 1.5em;
}
.form_btn {
	display: flex;
	justify-content: center;
	margin: 0 auto;
    padding-bottom: 7%;
}
.form_btn input {
    width: 40%;
    height: 70px;
    border: none;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    background-color: #87C9B3;
    color: #FFFFFF;
    justify-content: center;
    margin: 3% auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.color_black {
	color: #051940 !important;
}
.privacy p{
    width: 75%;
    margin: auto;
    font-size: 1rem;
    padding: 5% 0 0;
}
.privacy span{
    font-size: 1rem;
    font-weight: bold;
}
.companyInformation{
    text-align: center;
}
.companyInformation a{
    display: inline-block;
    margin: 0 2%;
}
/* フッター */
footer{
    background-color: #87C9B3;
    height: 40px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
}

/* 確認画面 */
.confirmationText p{
    font-size: 2.4rem;
    text-align: center;
    margin: 5% auto;
    line-height: 3.2rem;
    font-weight: bold;
}
.confirmation_btn{
    margin-top: 7%;
}
.entry label{
    line-height: 3.2rem
}
.form__btn-wrap {
	display: block;
}
.companyInformation{
    display: flex;
    justify-content: space-around;
}
.companyInformation a{
    display: block;
    font-size: 1rem;
}
/* サンキューメッセージ */
#homebutton a{
    width: 271px;
    height: 77px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background-color: #87C9B3;
    color: #FFFFFF;
    margin: 0 auto 5%; 
    font-weight: bold;
}
.thanksText{
    width: 90%;
    margin: auto;
}
.thanksText p{
    font-size: 1.5rem;
    text-align: center;
    margin: 5% auto;
    line-height: 2rem;
    font-weight: bold;
}
.thanksLineCnt p{
    width: 90%;
    font-size: 1.5rem;
    text-align: center;
    margin: 5% auto;
    line-height: 2rem;
    font-weight: bold;
}
.thanksLineCnt img.threePresentBanner{
    width: 100%;
    display: block;
    margin: auto;
}
.thanksLineCnt img.lineButton{
    width: 60%;
    display: block;
    margin: -15% auto 15%;
}
.triangle {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #8db700;
    padding: 1% 0;
    margin: auto;
}
@media screen and (max-width: 600px){
    .formBtnArea img{
        width: 90%;
    }
    #threePresentArea{
        margin-top: -8%;
    }
    #threePresentArea .formBtnArea02 img{
        width: 90%;
        position: absolute;
        bottom: 10%;
        right: 0;
        left: 0;
    }
    /* 事例 */
    #caseStudyArea{
        background: url(image/caseSturdyBgImg_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    #caseStudyArea p{
        font-size: 1rem;
        width: 80%;
    }
    /* こんな方におすすめ */
    .soliveBannerArea img{
        width: 90%;
    }
    /* サービスの流れ */
    #serviceFlowArea{
        background: url(image/serviceFlowBgimg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .tab-2 {
        width: 90%;
    }
    .tab-2 > label {
        font-size: 1.0rem;
        height: 32px;
    }
    .tab-2 label:has(:checked) {
        height: 35px;
    }
    .serviceFlowImg {
        width: 85%;
    }
    /* お客様の声 */
    #customerVoiceArea{
        background: url(image/customerVoiceBgImg_sp.jpg)no-repeat;
        background-size: cover;
        background-position: center;
    }
    #customerVoiceArea img{
        width: 90%;
        margin: 7% auto;
    }
    /* お問い合わせ */
    #contactFormArea .wrap{
        width: 90%;
    }
    #contactFormArea .wrap img{
        width: 90%;
    }
    #contactFormArea h2{
        font-size: 2.0rem;
        line-height: 2.5rem;
    }
    .name, .roomNumber, .email, .phone, .category, .dateTime{
        width: 85%;
    }
    .message{
        width: 85%;
    }
    .nameText label, .roomNumberText label, .emailText label, .phoneText label, .messageText label, .dateTime label, .category label{
        font-size: 1.3125rem;
    }
    .categoryWrap{
        display: block;
    }
    .privacy p {
        font-size: 1.125rem;
    }
    .privacy span{
        font-size: 1rem;
        padding: 5% 0;
    }
    /* サンクスページ */
    .thanksLineCnt img.lineButton{
        width: 90%;
        display: block;
    }
}
@media screen and (max-width: 480px){
    /* お問い合わせフォーム */
    #contactFormArea {
        line-height: 1.5rem;
    }
    #contactFormArea h2{
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
    .name, .roomNumber, .email, .phone, .dateTime, .category{
        width: 90%;
    }
    .message{
        width: 90%;
    }
    .nameText label, .roomNumberText label, .emailText label, .phoneText label, .messageText label, .dateTime label, .categoryText label{
        font-size: 1.125rem;
    }
    .name input, .roomNumber input, .email input, .phone input, .dateTime input{
        font-size: 1rem;
        height: 40px;
    }
    .message textarea{
        font-size: 1rem;
    }
    .privacy p {
        font-size: 1rem;
        width: 90%;
    }
    .privacy span {
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 85%;
    }
    .form_btn input{
        width: 80%;
        height: 80px;
        margin: 15% auto;
    }
    .companyInformation a{
        font-size: 0.625rem;
    }
    /* 確認メッセージ */
    .confirmationText{
        width: 90%;
        margin: auto;
    }
    .confirmationText p{
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 20% auto 5%;
    }
    /* サンキューメッセージ */
    .thanksText{
        width: 90%;
        margin: auto;
    }
    .thanksText p {
        font-size: 1.125rem;
        text-align: left;
        margin: 20% auto 5%;
    }
    .thanksLineCnt p{
        font-size: 1.125rem;
        text-align: left;
    }
    #homebutton a{
        margin: 20% auto 5%; 
    }
}