@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  free_ss.css
* --------------------------------------------------------------------------------------------------*/
.main_cnts{ position: relative;}

.page-navigation{ padding-top: 40px; padding-bottom: 75px;}

.mb10{ margin-bottom: 10px !important;}
.mb30{ margin-bottom: 30px !important;}
.mt00{ margin-top: 0px !important;}
.mt30{ margin-top: 30px !important;}
.mt50{ margin-top: 50px !important;}

@media screen and (max-width: 767px) {
    .page-navigation{ padding-top: 8.667vw; padding-bottom: 5.667vw;}

}


/* ------------------------------
   sec-contents
------------------------------ */
.sec-contents{
    padding-top: 90px;
    padding-bottom: 155px;
    box-sizing: border-box;
}
.sec-contents .lead{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.sec-contents .text{
    font-size: 1.5rem;
    line-height: calc(28 / 15);
}
.sec-contents .box_wrap{
    margin: 45px auto 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-contents .box_wrap:after{
    position: relative;
    display: block;
    content: '';
    width: 32%;
    max-width: 320px;
}

.sec-contents .box_wrap .box{
    width: 32%;
    max-width: 320px;
    margin-bottom: 20px;
    padding: 24px 25px;
    background: #f6f6f2;
    border: 2px solid #333333;
    border-radius: 32px;
    box-sizing: border-box;
}
.sec-contents .box h3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: calc(28 / 20);
    margin-bottom: 5px;
}
.sec-contents .box p{
    font-size: 1.5rem;
    line-height: calc(28 / 15);
    letter-spacing: .08em;
}
.sec-contents .btn_wrap,
.sec-date .btn_wrap{
    margin: 55px auto 0 auto;
}
.sec-contents .btn_wrap .btn,
.sec-date .btn_wrap .btn{
    max-width: 272px;
    padding: 23px 57px 26px 25px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec-contents{
        padding-top: 12vw;
        padding-bottom: 16vw;
        }
    .sec-contents .lead{
        font-size: 4.8vw;
    }
    .sec-contents .text{
        font-size: 3.467vw;
    }
    .sec-contents .box_wrap{
        margin: 6.667vw auto 0 auto;
        position: relative;
        display: block;
    }
    .sec-contents .box_wrap:after{
        display: none;
    }

    .sec-contents .box_wrap .box{
        width: 100%;
        max-width: inherit;
        margin-bottom: 4%;
        padding: 5%;
        border-radius: 4.267vw;
    }
    .sec-contents .box h3{
        display: block;
        height: auto;
        font-size: 4.267vw;
    }
    .sec-contents .box p{
        font-size: 3.467vw;
    }
    .sec-contents .btn_wrap,
    .sec-date .btn_wrap{
        margin: 6.667vw auto 0 auto;
    }
    .sec-contents .btn_wrap .btn,
    .sec-date .btn_wrap .btn{
        max-width: inherit;
        padding: 13px 12vw 16px 20px;
    }

}

/* ------------------------------
   sec-date
------------------------------ */
.sec-date {
    padding:90px 0 100px 0;
}
.sec-date .sec_ttl.heading-a{ margin-bottom: 65px;}

.sec-date .white_box{
    display: flex;
    justify-content: space-between;
    padding: 40px 37px 40px 30px;
    background: #FFF;
    box-shadow: 6px 0 30px 0 rgba(51,51,51,.1);
    margin-bottom: 30px;
    box-sizing: border-box;
}
.sec-date .white_box .txt{
    width: 72%;
    padding-right: 30px;
    box-sizing: border-box;
}
.sec-date .white_box .txt .sec_ttl{
    color: #ec90a3;
    margin-bottom: 8px;
}
.sec-date .white_box .txt p{
    font-size: 1.5rem;
    line-height: calc(28 / 15);
    letter-spacing: .08em;
}
.sec-date .white_box .img{
    width: 28%;
    max-width: 260px;
}
.sec-date .border_box{
    padding: 15px 35px;
    border: 1px dotted #333;
    box-sizing: border-box;
}
.sec-date .border_box p{
    font-size: 1.5rem;
    line-height: calc(28 / 15);
    letter-spacing: .08em;
    text-indent: -1.8rem;
    margin-left: 1.8rem;
}

@media screen and (max-width: 767px) {
    .sec-date {
        padding:12vw 0 16vw 0;
    }
    .sec-date .sec_ttl.heading-a{ margin-bottom: 12vw;}

    .sec-date .white_box{
        display: block;
        padding: 5%;
        margin-bottom: 4vw;
    }
    .sec-date .white_box .txt{
        width: 100%;
        padding-right: 0;
    }

    .sec-date .white_box .txt p{
        font-size: 3.467vw;
    }
    .sec-date .white_box .img{
        width: 100%;
        max-width: 260px;
        margin: 6% auto 0 auto;
    }
    .sec-date .border_box{
        padding: 4% 5%;
    }
    .sec-date .border_box p{
        font-size: 3.467vw;
        text-indent: -3.8vw;
        margin-left: 3.8vw;
    }

}


/* ------------------------------
   sec-voice
------------------------------ */
.sec-voice {
    padding: 110px 0 60px 0;
}
.sec-voice .sec_ttl.heading-a{ margin-bottom: 65px;}
.sec-voice .voice_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-voice .voice_wrap:after{
    position: relative;
    display: block;
    content: '';
    width: 49.5%;
    max-width: 494px;
}

.sec-voice .voice_wrap .box{
    width: 49.5%;
    max-width: 494px;
    display: flex;
    background: #fdf2f4;
    border: 2px solid #333333;
    padding: 20px 28px 20px 30px;
    margin-bottom: 12px;
    border-radius: 16px;
    box-sizing: border-box;
}
.sec-voice .voice_wrap .box .img{
    display: flex;
    flex-direction: column;
    width: 29%;
    max-width: 124px;
}
.sec-voice .voice_wrap .box .img p{
    order: 2;
    text-align: center;
    font-weight: 700; 
    font-size: 1.5rem;
    margin-top: 10px;
}
.sec-voice .voice_wrap .box .img img{ order: 1;}
.sec-voice .voice_wrap .box .txt{
    width: 71%;
    padding-left: 20px;
    box-sizing: border-box;
}
.sec-voice .voice_wrap .box .txt p{
    font-size: 1.5rem;
    line-height: calc(28 / 15);
}

@media screen and (max-width: 767px) {
    .sec-voice {
        padding: 12vw 0 4vw 0;
    }
    .sec-voice .voice_wrap{
        position: relative;
        display: block;
    }
    .sec-voice .voice_wrap:after{ display: none;}

    .sec-voice .voice_wrap .box{
        width: 100%;
        max-width: inherit;
        padding: 5%;
        margin-bottom: 3vw;
        border-radius: 2.133vw;
    }
    .sec-voice .voice_wrap .box .img{
        width: 31%;
        max-width: 124px;
    }
    .sec-voice .voice_wrap .box .img p{
        font-size: 3.467vw;
        margin-top: 5px;
    }
    .sec-voice .voice_wrap .box .txt{
        width: 69%;
        padding-left: 15px;
    }
    .sec-voice .voice_wrap .box .txt p{
        font-size: 3.467vw;
    }

}


/* ------------------------------
   sec-app
------------------------------ */
.sec-app {
    padding: 50px 0 130px 0;
}
.sec-app .text{
    font-size: 1.5rem;
    line-height: calc(28 / 15);
    letter-spacing: .08em;
}
.sec-app .tel_wrap{
    margin-top: 40px;
    margin-bottom: 70px;
}
.sec-app .tel_wrap .flex{
    align-items: center;
    justify-content: flex-start;
}
.sec-app .tel_wrap h4{
    font-size: 2.4rem;
    margin-right: 32px;
}
.sec-app .tel_wrap .tel{
    position: relative;
    top: 5px;
}
.sec-app .tel_wrap .tel:before{
    position: relative;
    top: -8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    background: url("../img/common/ico_phone.png") no-repeat center center;
    background-size: 100% auto;
    width: 35px;
    height: 36px;
}

.sec-app .tel_wrap .tel-link{
    font-size: 4.0rem;
    font-weight: 500;
}

/* form */
.sec-contacts .note{
    color: #333;
    margin-top: 5px;
}

.sec-contacts .white_box{
    margin: 70px 0 0 0;
    background: #FFF;
    padding: 55px 40px 75px 40px;
    border-radius: 80px;
    box-shadow: 6px 0 30px 0 rgba(51,51,51,.1);
    box-sizing: border-box;
}

.sec-contacts .form_tbl{
    width: calc(100% - 120px);
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
.sec-contacts .form_tbl th,
.sec-contacts .form_tbl td{
    position: relative;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: calc(26 / 15);
    padding: 15px 0;
    box-sizing: border-box;
}

.sec-contacts .form_tbl th{
    width: 242px;
    padding-top: 29px;
}
.sec-contacts .form_tbl th.v-middle{ padding-top: 13px;}
.sec-contacts .form_tbl td{
    width: calc(100% - 242px);
    padding-left: 15px;
}

.sec-contacts .required{
    position: absolute;
    right: 0;
    top: 29px;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    color: #FFF;
    background: #e4563f;
    padding: 6px 9px 8px 8px;
    border-radius: 4px;
    box-sizing: border-box;
}

.sec-contacts .input_parts{
    display: block;
    font-size: 1.5rem;
    line-height: calc(26 / 15);
}
.sec-contacts .input_parts input{
    margin-left: 10px;
}
.sec-contacts .flex .input_parts+.input_parts{ margin-left: 15px;}

.sec-contacts input{
    width: 100%;
    font-size: 1.5rem;
    line-height: calc(26 / 15);
    background: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
}

.sec-contacts .hyphen{ margin: 0 10px;}
.sec-contacts .w22{
    max-width: 220px;
}
.sec-contacts .w14{
    max-width: 140px;
}
.sec-contacts .w12{
    max-width: 120px;
}
.sec-contacts .address_wrap{align-items: center;}
.sec-contacts .address_wrap label{
    width: 143px;
    font-size: 1.5rem;
    line-height: calc(26 / 15);
}
.sec-contacts .address_wrap input{ width: calc(100% - 143px);}

.sec-contacts .radio_wrap,
.sec-contacts .checkbox_wrap{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}
.sec-contacts .radio_parts,
.sec-contacts .checkbox_parts{
    position: relative;
    width: 44%;
}

.sec-contacts .checkbox_parts:nth-of-type(n+3){ margin-top: 15px;}

.sec-contacts .radio_parts span,
.sec-contacts .checkbox_parts span{
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: calc(26 / 15);
    cursor: pointer;
    padding-left: 45px;
    box-sizing: border-box;
}
.sec-contacts .radio_parts span:before,
.sec-contacts .radio_parts span:after{
    position: absolute;
    display: block;
    content: '';
    border-radius: 100%;
    box-sizing: border-box;
}
.sec-contacts .radio_parts span:before{
    opacity: 0;
    left: 7px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: #83be58;
    z-index: 2;
}
.sec-contacts .radio_parts span:after{
    left: 0;
    top: -4px;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    z-index: 1;
}
.sec-contacts .radio_wrap input[type="radio"],
.sec-contacts .checkbox_wrap input[type="checkbox"]{
    appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: none;
    padding: 0;
    margin: 0;
}
.sec-contacts input:focus,
.sec-contacts .radio_wrap .radio_parts input:focus + span::after,
.sec-contacts .checkbox_wrap .checkbox_parts input:focus + span::after{
  box-shadow: 0 0 4px rgba(51,51,51,.5);
}
.sec-contacts .radio_wrap .radio_parts input:checked + span:before {
  opacity: 1;
}
.sec-contacts .checkbox_parts span:before,
.sec-contacts .checkbox_parts span:after{
    position: absolute;
    display: block;
    content: '';
    box-sizing: border-box;
}
.sec-contacts .checkbox_parts span:before{
    opacity: 0;
    left: 12px;
    top: 4px;
    width: 8px;
    height: 14px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg);
    z-index: 2;
}
.sec-contacts .checkbox_parts span:after{
    left: 0;
    top: -2px;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 4px;
    z-index: 1;
}
.sec-contacts .checkbox_wrap .checkbox_parts input:checked + span:before {
  opacity: 1;
}
.sec-contacts .checkbox_wrap .checkbox_parts input:checked + span:after {
  background: #83be58;
}

.sec-contacts .agree_wrap .checkbox_wrap{
    display: block;
}
.sec-contacts .agree_wrap .checkbox_parts{
    width: auto;
}

.agree_wrap p{
    font-size: 1.5rem;
    line-height: calc(26 / 15);
}
.agree_wrap .ico-external{
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    color: #ec90a3;
    margin: 12px 0 0 0;
}
.agree_wrap .ico-external:after{
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    content: '';
    background: url("../img/common/ico_external_pink.svg") no-repeat center center;
    background-size: 100% auto;
    width: 13px;
    height: 13px;
}

.sec-contacts .form_btn{
    margin: 55px auto 0 auto;
    text-align: center;
}
.sec-contacts .form_btn .submit_btn{
    max-width: 320px;
    margin: 0 auto;
}
.sec-contacts .form_btn .submit{
    padding: 22px 10px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    background: #ec90a3;
    border-radius: 36px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .4s;
}
.sec-contacts .form_btn .submit:hover{
    opacity: .7;
}
.sec-contacts .course_wrap .sec_ttl.heading-c{
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 50px;
    font-size: 2.4rem;
}
 .mw_wp_form .course_wrap .error{ margin-top: 0;}

@media screen and (max-width: 767px) {
    .sec-app {
        padding: 8vw 0 13.333vw 0;
    }
    .sec-app .text{
        font-size: 3.467vw;
    }
    .sec-app .tel_wrap{
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
    .sec-app .tel_wrap .flex{
        display: block;
    }
    .sec-app .tel_wrap h4{
        font-size: 4.8vw;
        margin-right: 0;
    }
    .sec-app .tel_wrap .tel{
        position: relative;
        top: 0;
        margin-top: 10px;
    }
    .sec-app .tel_wrap .tel:before{
        position: relative;
        top: -2vw;
        background-size: 100% auto;
        width: 7vw;
        height: 8vw;
    }

    .sec-app .tel_wrap .tel-link{
        font-size: 9.333vw;
    }

    .sec-contacts{
        padding-top: 10.667vw;
        padding-bottom: 12vw;
    }
    .sec-contacts .text{
        font-size: 3.467vw;
    }
    .sec-contacts .white_box{
        margin: 10.667vw 0 0 0;
        padding: 9% 6% 9% 6%;
        border-radius: 10.667vw;
    }

    .sec-contacts .form_tbl{
        width: 100%;
        display: block;
    }
    .sec-contacts .form_tbl th,
    .sec-contacts .form_tbl td{
        display: block;
        font-size: 3.467vw;
        padding: 15px 0 0 0;
        box-sizing: border-box;
    }

    .sec-contacts .form_tbl th{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 0;
    }
    .sec-contacts .form_tbl th.v-middle{ padding-top: 15px;}
    .sec-contacts .form_tbl td{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .sec-contacts .required{
        top: 3.6vw;
        font-size: 2.933vw;
        padding: 6px 9px 8px 8px;
    }
    /* form */
    .sec-contacts .input_parts{
        font-size: 3.467vw;
    }
    .sec-contacts .input_parts input{
        margin-left: 0;
        margin-top: 5px;
    }
    .sec-contacts .flex{ display: block;}
    .sec-contacts .flex .input_parts+.input_parts{ margin-left: 0; margin-top: 10px;}

    .sec-contacts input{
        font-size: 3.467vw;
        padding: 12px;
    }

    .sec-contacts .hyphen{ margin: 0 8px;}
    .sec-contacts .w22{
        max-width: inherit;
    }
    .sec-contacts .w14{
        max-width: inherit;
    }
    .sec-contacts .w12{
        max-width: inherit;
        width: 25%;
    }
    .sec-contacts .address_wrap,
    .sec-contacts .checkbox_wrap,
    .sec-contacts .radio_wrap{ font-size: 3.467vw;}

    .sec-contacts .address_wrap label{
        display: block;
        width: 100%;
        font-size: 3.467vw;
        margin-bottom: 5px;
    }
    .sec-contacts .address_wrap input{ width: 100%;}
    .sec-contacts .address_wrap .area-label{
        width: auto;
        display: inline-block;
        margin-right: 15px;
    }
    .sec-contacts .address_wrap .w14.area-input{
        width: 50%;
    }

    .sec-contacts .radio_wrap,
    .sec-contacts .checkbox_wrap{
        margin-top: 0;
    }
    .sec-contacts .radio_parts,
    .sec-contacts .checkbox_parts{
        width: 50%;
    }

    .sec-contacts .radio_parts span,
    .sec-contacts .checkbox_parts span{
        font-size: 3.467vw;
        padding-left: 9vw;
    }

    .sec-contacts .radio_parts span:before{
        left: 1.4vw;
        top: 0.4vw;
        width: 4.2vw;
        height: 4.2vw;
    }
    .sec-contacts .radio_parts span:after{
        left: 0;
        top: -1vw;
        width: 7vw;
        height: 7vw;
    }

    .sec-contacts .checkbox_parts span:before{
        left: 2.6vw;
        top: 0.5vw;
        width: 2vw;
        height: 3.4vw;
    }
    .sec-contacts .checkbox_parts span:after{
        top: -.5vw;
        width: 7vw;
        height: 7vw;
    }
    .sec-contacts .checkbox_wrap .checkbox_parts input:checked + span:before {
      opacity: 1;
    }
    .sec-contacts .checkbox_wrap .checkbox_parts input:checked + span:after {
      background: #83be58;
    }
    .agree_wrap p{
        font-size: 3.467vw;
    }
    .agree_wrap .ico-external{
        font-size: 3.467vw;
        margin: 10px 0;
    }
    .agree_wrap .ico-external:after{
        top: -.5vw;
        margin-left: 5px;
        background-size: 100% auto;
        width: 3.2vw;
        height: 3.2vw;
    }

    .sec-contacts .form_btn{
        margin: 10.667vw auto 0 auto;
    }
    .sec-contacts .form_btn .submit_btn{
        max-width: inherit;
    }
    .sec-contacts .form_btn .submit{
        padding: 12px 10px;
        font-size: 3.733vw;
        border-radius: 50px;
    }
    .sec-contacts .course_wrap .sec_ttl.heading-c{
        margin-bottom: 20px;
        padding-bottom: 10px;
        margin-top: 8vw;
        font-size: 4.533vw;
    }
    .sec-contacts .course_wrap .radio_wrap+.radio_wrap{ margin-top: 15px;}

}

/* ------------------------------
   sec-contacts / 確認画面
------------------------------ */
.sec-contacts.confirm .required,
.sec-contacts.confirm .label_txt,
.sec-contacts.confirm .agree_txt,
.sec-contacts.confirm .agree_wrap a{ display: none;}

.sec-contacts.confirm .form_tbl th,
.sec-contacts.confirm .form_tbl td,
.sec-contacts.confirm .form_tbl th.v-middle{
    padding: 15px 0;
}
.sec-contacts.confirm .border-box .form_tbl th,
.sec-contacts.confirm .border-box .form_tbl td{ vertical-align: middle;}
.sec-contacts.confirm .radio_wrap, .sec-contacts.confirm .checkbox_wrap{ margin-top: 0;}

.sec-contacts.confirm .address_wrap{ display: inline;}

.sec-contacts.confirm .form_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-contacts.confirm .form_btn .submit_btn{
    margin: 0;
    width: 48%;
}
.sec-contacts.confirm .form_btn .submit_btn+.submit_btn{ margin-left: 40px;}

.sec-contacts.confirm .form_btn .submit { width: 100%;}
.sec-contacts.confirm .form_btn .back {
    width: 100%;
    padding: 22px 10px;
    color: #ec90a3;
    font-size: 1.6rem;
    font-weight: 500;
    background: #FFF;
    border: 1px solid #ec90a3;
    border-radius: 36px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .4s;
}


@media screen and (max-width: 767px) {
    .sec-contacts.confirm .form_tbl th,
    .sec-contacts.confirm .form_tbl th.v-middle{
        padding: 15px 0 0 0;
    }
    .sec-contacts.confirm .form_tbl td{
        padding: 10px;
        padding-bottom: 15px;
    }
    .sec-contacts.confirm .input_parts,
    .sec-contacts.confirm .address_wrap,
    .sec-contacts.confirm .agree_wrap .checkbox_wrap{
        display: inline;
    }

    .sec-contacts.confirm .form_btn{
        display: block;
    }
    .sec-contacts.confirm .form_btn .submit_btn{
        margin: 0 auto;
        width: 100%;
    }
    .sec-contacts.confirm .form_btn .submit_btn+.submit_btn{ margin-left: auto; margin-top: 6%;}

    .sec-contacts.confirm .form_btn .back {
        padding: 13px 10px 9px 10px;
        font-size: 3.733vw;
        border-radius: 50px;
    }

}

/* ------------------------------
   sec-contacts / 完了画面
------------------------------ */
.sec-contacts.thanks .white_box{
    padding: 85px 100px 95px 100px;
}
.sec-contacts.thanks .sec_ttl.heading-d{
    font-size: 2.0rem;
    margin-bottom: 30px;
}

.sec-contacts.thanks .btn_wrap.form_btn .btn {
    max-width: 320px;
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
}

@media screen and (max-width: 767px) {
    .sec-contacts.thanks .white_box{
        padding: 9% 6% 9% 6%;
    }
    .sec-contacts.thanks .sec_ttl.heading-d{
        font-size: 4.148vw;
        margin-bottom: 5.185vw;
    }
    .sec-contacts.thanks .form_btn .btn{
        max-width: inherit;
    }
    .sec-contacts.thanks .btn_wrap.form_btn .btn {
        max-width: inherit;
        padding: 13px 12vw 16px 12vw;
    }
}



