@charset "utf-8";
/* body */
body{
    background: url(../img/bg.jpg) repeat #0A233F;
    background-size: contain;
}
/* header */
header{
    width: 100%;
    margin: 0 auto;
    height: 100px;
}
.header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    height: 100px;
}
header .header_cta{
    height: 80px;
}
header .header_cta > a{
    display: block;
    transition: .3s ease;
}
.header_cta > a:hover{
    filter: brightness(120%);
}
@media screen and (max-width: 800px){
    header{
        height: 78px;
    }
    .header_logo{
        margin: 0 auto;
    }
    .header_logo img{
        max-width: 240px;
    }
}

main{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
h3{
    margin: 60px auto;
    width: 100%;
}
@media screen and (max-width: 750px){
    h3{
        margin: 30px auto;
    }
}
/* main_visual */
.fv_wrap{
    position: relative;
}
/* benefits */
.benefits picture img{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* cta_area */
.cta_area{
    padding: 2rem 0;
}
.cta_area a{
    display: block;
    max-width: 714px;
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    transition: .3s all;
}
.cta_area a:hover{
    filter: brightness(120%);
}

/* person */

/* reason */
.reason{color:#0A233F;}
.reason_wrap{
    position: relative;
    margin-bottom: 10px;
}
.reason_img{
    display: none;
}
.reason_inner{width: 450px;}
.reason h4{ 
    font-size: 28px;
    font-weight: 700;
}
.reason_1 .reason_inner.flexbox_y,
.reason_3 .reason_inner.flexbox_y,
.reason_5 .reason_inner.flexbox_y{
    align-items:flex-start;
    justify-content:flex-end;
    height: 350px;
    margin: 0 0 0 30px;
    padding-bottom: 30px;
}
.reason_2 .reason_inner.flexbox_y,
.reason_4 .reason_inner.flexbox_y{
    align-items:flex-start;
    justify-content:flex-end;
    height: 350px;
    padding-bottom: 30px;
    position: relative;
    margin: 0 30px 0 auto;
}
.reason_1{
    background: no-repeat url(../img/reason_1.png) center;
    background-size: cover;
    height: 350px;
}
.reason_2{
    background: no-repeat url(../img/reason_2.png) center;
    background-size: cover;
    height: 350px;
}
.reason_3{
    background: no-repeat url(../img/reason_3.png) center;
    background-size: cover;
    height: 350px;
}
.reason_4{
    background: no-repeat url(../img/reason_4.png) center;
    background-size: cover;
    height: 350px;
}
.reason_5{
    background: no-repeat url(../img/reason_5.png) center;
    background-size: cover;
    height: 350px;
}
@media screen and (max-width: 750px){
    .reason_inner{width: 90%;}
    .reason h4{ 
        font-size: 20px;
    }
    .reason h4.h4_reason_5 small{ 
        font-size: 16px;
    }
    .reason_1{
        background: no-repeat url(../img/reason_1_sp.png) center;
        background-size: cover;
        height: 350px;
    }
    .reason_2{
        background: no-repeat url(../img/reason_2_sp.png) center;
        background-size: cover;
        height: 350px;
    }
    .reason_3{
        background: no-repeat url(../img/reason_3_sp.png) center;
        background-size: cover;
        height: 350px;
    }
    .reason_4{
        background: no-repeat url(../img/reason_4_sp.png) center;
        background-size: cover;
        height: 350px;
    }
    .reason_5{
        background: no-repeat url(../img/reason_5_sp.png) center;
        background-size: cover;
        height: 350px;
    } 
    .reason_1 .reason_inner.flexbox_y,
    .reason_2 .reason_inner.flexbox_y,
    .reason_3 .reason_inner.flexbox_y,
    .reason_4 .reason_inner.flexbox_y,
    .reason_5 .reason_inner.flexbox_y{
        align-items:flex-start;
        justify-content:flex-end;
        height: 350px;
        padding: 0 0 10px 10px;
        margin: 0;
    }
}

/* detail */
.detail{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(10,35,63,50%);
    padding: 2rem 0 3rem;
}
.detail h3{
    max-width: 450px;
}
.slide{
    width: 100%;
    height: 100%;
    margin: 2rem auto;
}
.slide li img{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    object-fit: cover;
}
.slick-slide{
    padding: 0 .5rem;
}
.slick-arrow{
    position: absolute;
    z-index: 9999;
    top: calc(50% - 39px);
    width: 40px;
}
.prev-arrow{ 
    left: -60px;
}
.next-arrow{
    right: -60px;
}
.slick-dots {
    bottom: -50px;
}
.slick-dots li button:before{
    font-size: 16px;
    color: #010020; 
}
@media screen and (max-width: 980px){
    .prev-arrow{
        left: -20px;
    }
    .next-arrow{
        right: -20px;
    }
}

/* faq */
.faq_wrap dl{
    margin: 2rem auto;
}
.faq_wrap dl:last-child{
    margin: 2rem auto 0 auto;
}
.faq_wrap dd{
    position: relative;
    padding: 1rem 4rem 1rem 6rem;
}
.faq_wrap dd:first-child {
    margin-left: 30px;
  }
.faq_wrap dd::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/a.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: -30px;
}
@media screen and (max-width: 750px){
    .faq_wrap dd{
        padding: 1rem 2rem;
    }
    .faq_wrap dd:first-child {
        margin-left: 20px;
      }
    .faq_wrap dd::before{
        width: 20px;
        height: 20px;
        margin-left: -20px;
    }
}

/* flow */
.flow{
    background: rgba(10,35,63,50%);
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    margin: 60px auto;
    padding:60px 50px;
}
.flow h3{
    margin: 0 auto 60px auto;
}
@media screen and (max-width: 750px){
    .flow{
        padding:30px 1rem;
    }
}

/* form */
.form_wrap table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 5px;
}
.form_wrap tr{
    position: relative;
    padding: 2rem 0;
}
.form_wrap th{
    position: relative;
    padding: 1.5rem 1rem;
    width: 250px;
    background: rgba(10,35,63,50%);
    border-radius: 10px;
    color: #fff;
    width: 260px;
    padding: 20px;
}
.form_wrap td{
    width: calc(100% - 260px);
    color: #0A233F;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
}
.form_wrap input{
    width: 100%;
    border-radius: 10px;
    background: #fff;
    height: 3em;
    padding: 1em;
}
.radio-btns input[type=radio] {
    display: none;
}
.radio-btns label {
    position: relative;
    padding-left: 2.5rem;
    color: #fff;
}
.radio-btns input[type=radio] + label::before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    left: 0;
    top: 2px;
}
.radio-btns input[type=radio] + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #C3A65E;
    left: 2px;
    top: 5px;
    opacity: 0;
    transition: .3s;
}
.radio-btns input[type=radio]:checked + label::after {
 opacity: 1;
}
.form_wrap input.input_zip{
    width: 10em;
}
.form_wrap textarea{
    width: 100%;
    border-radius: 10px;
    background: #fff;
    height: 15em;
    padding: 1em;
}
.form_wrap dt.required{
    position: relative;
}
.form_wrap .required::after{
    content: "必須";
    background-color: #C3A65E;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 5px 10px;
    margin: 0px 5px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;   
}
::placeholder{
    color: #999;
}
.submitBtnArea{
    margin: 2rem auto;
}
input.form-btn-conf,input.form-btn-submit,input.form-btn-back,input.form-btn-home {
    cursor: pointer;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 60px;
    border-radius: 10px;
    text-indent: -9999px;
}
input.form-btn-conf:hover,input.form-btn-submit:hover,input.form-btn-home:hover{
    filter: brightness(120%);
}
input.form-btn-back:hover{
    opacity: 0.8;
}
input.form-btn-conf{
    background: url(../img/btn_conf.png) no-repeat center center;
    background-size: contain;
}
input.form-btn-submit{
    background: url(../img/btn_submit.png) no-repeat center center;
    background-size: contain;
}
input.form-btn-back{
    background: url(../img/btn_back.png) no-repeat center center;
    background-size: contain;
}
input.form-btn-home{
    background: url(../img/btn_home.png) no-repeat center center;
    background-size: contain;
}
input.form-btn-back label{
    color: #fff;
}
.confirm td{
    color: #999;
}
@media screen and (max-width: 750px){
    .form_wrap .inner_wrap{
        width: 100%;
        padding: 0 0;
    }
    .form_wrap table{
        border-collapse: separate;
        border-spacing: 0 0;
    }
    .form_wrap .tbody{
        width: 100%;
    }
    .form_wrap th,.form_wrap td{
        display: block;
        width: 100%;
        border-radius: 0;
    }
    .form_wrap td{
        margin: 5px auto;
        text-align: center;
    }
    .form_wrap .required::after{
        content: "必須";
        background-color: #C3A65E;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        min-width: 10px;
        padding: 5px 10px;
        margin: 0px 5px;
        text-align: center;
        border-radius: 5px;
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;   
    }
    .form_wrap .radio-btns{
        text-align: left;
        margin-left: 20px;
    }
    .form_wrap input{
        width: calc(100% - 2rem);
        height: 4em;
        padding: 1em;
        text-align: left;
    }
    .form_wrap textarea{
        width: calc(100% - 2rem);
        text-align: left;
    }
    .form_wrap input.input_zip{
        width: calc(100% - 2rem);
        margin: 0 auto;
        text-align: left;
    }
}

/* footer */
footer .copyright{
    text-align: center;
    font-size: 12px;
    color: #fff;
    opacity: .5;
    margin-bottom: 10px;
}
.footer_link{
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}
.footer_link ul{
    display: flex;
    padding-top: .5rem;
}
.footer_link li{
    margin: 0 1rem;
}
.footer_link li span{
    font-size: 10px;
}
.footer_link a {
    display: block;
    color: #fff;
    font-size: 12px;
}
.footer_link a:hover{
    color: rgb(253,243,208);
}
.footer_logo img{
    max-width: 337px;
    width: 100%;
}
@media screen and (max-width: 680px){
    .footer_link{
        flex-wrap: wrap;
    }
    .footer_logo{
        width: 100%;
        text-align: center;
    }
}

/* float_cta */
#float_cta{
    height: 100px;
    z-index: 9999;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(10,35,63,90%);
}
.float_wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    max-width: 750px;
    margin: 10px auto;
}
.float_wrapper a{
    display: block;
}
.float_wrapper a:first-child{
    margin-right: .1rem;
}
.float_wrapper a:last-child{
    margin-left: .1rem;
}

@media screen and (min-width: 640px){
    #float_cta{
        height: 130px;
        padding-top: 6px;
    }
}
@media screen and (max-width: 480px){
    #float_cta{
        height: 80px;
        height: calc(80px + env(safe-area-inset-bottom));
        padding-top: 6px;
    }
    .is-fixed{
        position: fixed;
        opacity: 1!important;
        transition: all .5s;
    }
}

/* confirm.php */
.confirmform .form_wrap{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.confirmform .form_wrap td{
    color: #fff;
    font-size: 18px;
}

/* thanks.html */
.thanks h3{
    font-size: 55px;
    font-weight: 700;
    text-align: center;
}
.thanks p{
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
footer.thanksPage{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 750px){
    .thanks h3{
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }
    .thanks p{
        color: #fff;
        text-align: center;
        margin-bottom: 60px;
    }
}