@charset "UTF-8";

html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.main{
   background: linear-gradient(270deg, #676E7E 0%, #A6C2CB 65.06%, #F9FBFC 100%);


}

.main__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
.main__left{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
    width: calc((100% - 457.15px) / 2);
    position: sticky;
    top: 0;
    left: 0;
}

.main__left__logo{
    width: 385px;
    max-width: 75%;
}

.main__navList{
    position: relative;
    padding-left: 60px;
}

.main__navList__icon{
    width: 16.6px;
    position: absolute;
    top: 0;
    left: 30px;
}


.main__right{
   width: calc((100% - 457.15px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
     position: sticky;
    top: 0;
    left: 0;
}

.main__nav{
    max-height: 100svh;
}

.main__navItem{
    margin-bottom: 18px;
}

.main__navItem__link{
    font-family: "Petrona", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 24px;
    opacity: 0.38;
}

.main__navItem__link.active{
    opacity: 1;
}

.main__nav__sns{
    padding-left: 60px;
}

.main__nav__cta{
    margin-top: 45px;
}
.main__nav__cta img{
    box-shadow: 0px 3.46px 3.46px 0px rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    transition: 0.3s;
}

.main__nav__cta:hover img{
    box-shadow: none;
    transform: translate(3.46px,3.46px);
}

.main__nav__footer{
    margin-top: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.main__nav__link{
    font-size: 17.35px;
    color: #fff;
    font-family: "Petrona", serif;
    font-optical-sizing: auto;
    font-weight: 400;

}

.p-form{
    background-color: #fff;
}

.contents__wrap{
    max-width: 457.15px;
    width: 100%;
    margin: auto;
}

.first{
    position: relative;
}

.first_second{
    position: relative;
}

.first__cta{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 91.2%;
}

.sixth{
    position: relative;
}


.sixth__cta{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 91.2%;
}


.ninth{
    position: relative;
}


.ninth__cta{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 91.2%;
}


.tenth{
    position: relative;
}


.tenth__cta{
    position: absolute;
    bottom: 100px;;
    left: 50%;
    transform: translateX(-50%);
    width: 91.2%;
}

.eleventh{
    position: relative;
}

.eleventh__cta1{
    position: absolute;
    bottom: 185px;
    left: 0%;
    width: 100%;
}

.eleventh__cta2{
    position: absolute;
    bottom: 50px;
    left: 0%;
    width: 100%;
}

.twelfth{
    position: relative;
}

.twelfth__content{
    position: absolute;
    top: 26.7%;
    width: 100%;
    left: 0;
}

.twelfth__wrap{
    position: relative;
}

.twelfth__prev,
.twelfth__next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
}

.twelfth__prev{
    left: 5.6%;
}

.twelfth__next{
    right: 5.6%;
}

.thirteenth__wrap{
    position: relative;
    margin: 0 auto;
}

.thirteenth__link{
    width: 82.2%;
    position: absolute;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    border-radius: 17px;
    box-shadow: 2.4px 2.4px 8px 0px rgba(248, 141, 88, 0.7);

}

.faq__wrap {
    width: 90%;
    max-width: 1144px;
    margin: 60px auto 0;
}

.twelfth__slider{
    width: 76.6%;
    margin: auto;
}

.faq{
    padding: 44.4px 0 40px;
}

.faq__ttl{
    width: 57.25px;
    margin: 0 auto 30.8px;
    display: block;
}

.faq__content {
    background: #fff;
    overflow: hidden;
    width: 94%;
    margin:  0 auto 8px;
}

.faq__large {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.03em;
    padding: 8px 30px 8px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #DDE7EB;
    font-weight: 500;
}

.faq__q,
.faq__a{
    width: 17.56px;
}

.faq__detail {
    display: none;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 0.03em;
    display: flex;
    align-items: flex-start;
     font-weight: 500;
     border: 0.5px solid #D0D8E2;
}

.faq__q {
    display: inline-block;
    font-size: 3.2rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    margin-right: 20px;
}

.faq__a {
    margin-right: 20px;
    display: inline-block;
    font-size: 3.2rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.faq__large::before {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #2E2E2E;
}

.faq__large::after {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    background: #2E2E2E;
    transition: 0.3s;
}

.faq__large.open::after {
    transform: translateY(-50%) rotate(0deg);
}

.components{
    padding: 44.4px 0 40px;
}

.components__ttl{
    width: 57.25px;
    margin: 0 auto 30.8px;
    display: block;
}

.components__content {
    background: #fff;
    overflow: hidden;
    width: 94%;
    margin:  0 auto 8px;
}

.components__large {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.03em;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #DDE7EB;
    font-weight: 500;
}

.components__q,
.components__a{
    width: 17.56px;
}

.components__detail {
    display: none;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 0.03em;
    display: flex;
    align-items: flex-start;
     font-weight: 500;
     border: 0.5px solid #D0D8E2;
}

.components__q {
    display: inline-block;
    font-size: 3.2rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    margin-right: 20px;
}

.components__a {
    margin-right: 20px;
    display: inline-block;
    font-size: 3.2rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.components__large::before {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #2E2E2E;
}

.components__large::after {
    content: "";
    width: 6px;
    height: 1px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    background: #2E2E2E;
    transition: 0.3s;
}

.components__large.open::after {
    transform: translateY(-50%) rotate(0deg);
}

.main__right__back{
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 351.58px;
    max-width: 100%;

}

.main__right__logo{
    display: none;
}

.sp-hum {
    display: none;
}

.sp_nav{
    display: none;
}

@media screen and (max-width:1250px) {
        .main__nav {
        width: 92%;
    }
    .main__nav__link {
    font-size: 13px;
    }
    .main__nav__footer{
        flex-wrap: wrap;
        gap: 10px;
    }
    .main__navList{
        padding-left: 40px;
    }
    .main__navList__icon{
        left: 18px;
    }
}


@media screen and (max-width:830px) {
    .main{
        background: linear-gradient(270deg, #676E7E 0%, #A6C2CB 83.16%, #F9FBFC 100%);

    }
    .sp_nav{
        position: fixed;
        text-align: center;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 15px 0;
        background-color: rgba(249,250,251,0.9);
        z-index: 10;
    }
    .main__nav{
        display: none;
    }

    .sp_nav__cta{
        max-width: 90%;
        margin-bottom: 5px;
    }

    .sp__nav__sns__link{
           font-family: "Petrona", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #1F2F58;
    font-size: 13.72px;

    }

    .sp__nav__sns{
        display: flex;
        align-items: center;
        justify-content: center;
            gap: 20px;
    }

    .main__right__logo{
        display: block;
        position: absolute;
        left: 50%;
        width: 85.4%;
        top: 13.6%;
        transform: translateX(-50%);
    }

    .main__left__logo{
        display: none;
    }

    
}

@media screen and (max-width:457.15px) {
    
    .main__right,
    .main__left{
       display: none;
    }
    .first__cta{
        bottom: calc(100 / 457.15 * 100vw);
    }
    .tenth__cta{
        bottom: calc(100 / 457.15 * 100vw);
    }
    .eleventh__cta1{
        bottom: calc(185 / 457.15 * 100vw);
    }
    .eleventh__cta2{
        bottom: calc(50 / 457.15 * 100vw);
    }
    .thirteenth__link{
        bottom: calc(33 / 457.15 * 100vw);
    }
}
