@charset "utf-8";

/* reset */
html *{
    padding: 0;
    margin: 0;
    font-weight: normal;
}

/* html */
body{
    width: 100%;
    font-size: 16px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 200;
    color: #333333;
    line-height: 2;
    font-feature-settings: "pkna" 1;
    word-wrap: break-word;
    box-sizing: border-box;
}

/* common */
.container{
    width: 100%;
    max-width: clamp(350px , 89.74vw ,1200px);
    margin: 0 auto;
}
img{
    width: 100%;
    vertical-align: top;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.PC{
    display: none;
}
.SP{
    display: block;
}
h1{
    font-size: clamp(24px , 6.153vw , 40px);
    text-align: center;
    padding-top: 126px;
    margin-bottom: 65px;
    margin-bottom: clamp(65px , 16.66vw , 57px);
}


h2{
    font-size: clamp(48px , 12.307vw , 80px);
    text-align: center;
    color: #B2A875;
}
h3{
    font-size: clamp(24px , 6.15vw , 48px);
    text-align: center;
}
.section__title{
    text-align: center;
    padding-bottom: clamp(47px , 12.05vw , 88px);
}
.section__title img{
    width: clamp(250px , 64.10vw , 600px);
}
.section__title p{
    font-size: clamp(14px , 3.589vw , 24px);
}

@media screen and (min-width: 768px){
    .container{
        width: 100%;
        margin: 0 auto;
    }
    .PC{
        display: block;
    }
    .SP{
        display: none;
    }
    h1{
        font-size: clamp(24px , 3.125vw , 40px);
        padding-top: 0;
        margin-bottom: 0;
        line-height: 1;
        text-align: left;
    }
}

/* greeting */
.greeting{
    height: 100%;
    background: url(../img/image_01_sp.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
}
.greeting__body{
    padding-bottom: clamp(200px , 51.28vw , 240px);
}
.greeting__img img{
    margin-bottom: 65px;
}
.greeting__text{
    font-size: clamp(16px , 4.1vw , 24px);
    margin-bottom: 125px;
}
.greeting__btn{
    display: flex;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: clamp(16px , 2.08vw , 28px);
}
.greeting__btn a{
    display: flex;
    color: #fff;
    background: linear-gradient(to bottom, #7F0000,#4D0000);
    border: solid 1px #B2A875;
    border-radius: 4px;
    padding: 16px 53px;
    padding: 4.1vw 13.5vw;
}

.greeting__btn a:hover{
    opacity: 82%;
}

@media screen and (min-width: 768px){
    .greeting{
        background: url(../img/image_01.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        color: #fff;
    }
    .greeting__flexbox{
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 65px;
        padding: 240px 0 120px;
    }
    .greeting__img img{
        width: clamp(350px , 45.5vw , 600px);
        margin-bottom: 0;
    }
    .greeting__text{
        display: inline-block;
        max-width: 536px;
        font-size: clamp(16px , 2.08vw , 28px);
        padding-top: 48px;
        margin-bottom: 0;
    }
    .greeting__btn{
        display: flex;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        font-size: clamp(16px , 2.08vw , 32px);
    }
    .greeting__btn a{
        display: flex;
        color: #fff;
        background-color: #7F0000;
        border: solid 1px #B2A875;
        border-radius: 4px;
        padding: 29px 211px 28px;
    }
}
/* introduction */
.introduction{
    font-size: clamp(14px , 3.589vw ,24px);
}
.introduction__body{
    padding-top: 123px;
}
.introduction__img{
    padding-bottom: 63px;
    padding-bottom: clamp(63px , 16.15vw , 121px);
}
.introduction__text__box{
    text-align: center;
}
.introduction__text__box p:nth-child(1){
    font-size: clamp(16px , 4.1025vw , 40px);
    padding-bottom: clamp(41px , 10.5vw , 62px);
}
.introduction__text__box p:nth-child(2){
    font-size: clamp(14px , 3.589vw ,24px);
    padding-bottom: clamp(91px , 23.3vw , 156px);
}
.introduction__list li{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: clamp(91px , 23vw , 120px);
    position: relative;
}
.introduction__list li:last-child{
    padding-bottom: clamp(104px , 26.6vw , 186px);
}
.introduction__list__img img{
    width: clamp(150px , 38.46vw , 680px);
}
.introduction__list__text p:nth-child(1){
    font-size: clamp(32px , 8.205vw , 80px);
    color: #CFE1CA;
}
.introduction__list__text p:nth-child(2){
    padding-top: 65px;
    padding-top: clamp(65px , 16.6vw , 181px);
}
.right{
    position: absolute;
    top: -15px;
    right: 5px;
}
.left{
    position: absolute;
    top: -15px;
    left: 5px;
}
@media screen and (min-width: 768px){
    .right{
        top: -1.95vw;
        right: 0;
    }
    .left{
        top: -1.95vw;
        left: 0;
    }
}

/* benefit */
.benefit{
    font-size: clamp(14px , 3.589vw ,24px);
    background-color: #E3DBB2;
    padding: 58px 0 200px;
}
.benefit__title{
    font-size: clamp(24px , 6.15vw , 32px);
}
.benefit__flexbox__1 .SP{
    padding-bottom: 28px;
}
.benefit__flexbox__img{
    padding-bottom: 40px;
}
.benefit__flexbox__text{
    padding-bottom: 40px;
}
.benefit__text__box{
    background-color: #fff;
    padding: 23px 0 22px;
    margin-bottom: 82px;
    text-align: center;
}
.benefit__text__box__title{
    position: relative;
    padding-bottom: 16px;
}
.benefit__text__box__title::before{
    content: "";
    width: 71px;
    height: 1px;
    background: #707070;
    text-align: center;
    align-items: center;
    position: absolute;
    /* top: 15px; */
    /* left: 44px; */
    top: 3.8vw;
    left: 11.2vw;
}
.benefit__text__box__title::after{
    content: "";
    width: 71px;
    height: 1px;
    background: #707070;
    text-align: center;
    align-items: center;
    position: absolute;
    /* top: 15px; */
    /* right: 44px; */
    top: 3.8vw;
    right: 11.2vw;
}
.benefit__text__box p:nth-child(2){
    padding: 0 16px;
}
.benefit__flexbox__2 .benefit__title{
    text-align: right;
    padding-bottom: 28px;
}
@media screen and (min-width: 768px){
    .benefit__flexbox__1,
    .benefit__flexbox__2{
        display: flex;
        justify-content: space-between;
        gap: 100px;
        gap: clamp(30px , 3.9vw , 100px);
    }
    .benefit__flexbox__1{
        flex-direction: row-reverse;
        padding-bottom: 125px;
        padding-bottom: clamp(100px , 13vw , 125px);
    }
    .benefit__flexbox__img,
    .benefit__flexbox__text{
        padding-bottom: 0;
    }
    .benefit__text__box p:nth-child(2){
        /* padding: 0 185px; */
        padding: 0 9.6vw;
    }
    .benefit__title{
        padding-bottom: clamp(28px , 3.6vw , 89px);
    }
    .benefit__flexbox__img img{
        width: clamp(350px , 45.5vw , 600px);
    }
    .benefit__text__box{
        margin-bottom: 82px;
        margin-bottom: clamp(82px , 10.6vw , 197px);
    }
    .benefit__text__box__title::before{
        top: 26px;
        left: 430px;
        right: auto;
        bottom: 0;
        /* top: 1.35vw; */
        left: 22.3vw;
    }
    .benefit__text__box__title::after{
        top: 26px;
        right: 430px;
        /* top: 1.35vw; */
        right: 22.3vw;
    }
    .benefit__flexbox__2 .benefit__title{
        padding-bottom: clamp(28px , 3.6vw , 89px);
    }
}

/* menber */
.menber{
    background: url(../img/gaiyo_sp.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
}
.menber__title{
    text-align: center;
    padding: 88px 0 63.7px;
}
.menber__title img{
    width: 170px;
    width: clamp(170px , 43vw , 370px);
}
.menber__list{
    padding: 0 9px 62px 8px;
    padding-bottom: 62px;
}
.menber__list__2{
    padding-bottom: 221px;
    padding-bottom: 104px;
}
.menber__list h3{
    padding-bottom: 25px;
}
.menber__list:last-child{
    padding-bottom: 224px;
}
.menber__list dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(16px , 4.1025vw , 24px);
    position: relative;
}
.menber__list__box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 21px 0 24px;
}
.menber__list__box:first-child{
    border-top: 1px solid #fff;
}
.menber__list__box dt{
    width: 20%;
    text-align: right;
}
.menber__list__box dd{
    width: 70%;
    text-align: center;
}
@media screen and (min-width: 768px){
    .menber{
        background: url(../img/gaiyo.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        color: #fff;
    }
    .menber__list dl{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: clamp(221px , 28.7vw , 440px);
    }
    .menber__list__box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #fff;
        /* padding: 21px 0 24px; */
        padding: 0;
    }
    .menber__list__box:first-child{
        border-top: none;
    }
    .menber__list__box dt{
        width: 20%;
        font-size: clamp(16px , 2.08vw , 24px);
        text-align: right;
        padding: 70px 0;
    }
    .menber__list__box dd{
        width: 30%;
        font-size: clamp(16px , 2.08vw , 24px);
        text-align: center;
        padding: 70px 0;
    }
    .menber__list__box dd h3{
        font-size: clamp(24px , 3.1vw , 32px);
    }
    .menber__list__3{
        padding-bottom: 160px;
    }
    .small__text{
        font-size: clamp(14px , 1.82vw , 16px);
    }
}

/* information */
.information{
    background-color: #E6EFE3;
}
.information__container {
    padding-bottom: 142px;
}
@media screen and (max-width:769px) {
    .information__container {
        padding-bottom: 216px;
    }
}
.information__title{
    text-align: center;
    padding: 80px 0 63.7px;
}
.information__title img{
    width: 170px;
    width: clamp(170px , 43vw , 370px);
    margin-bottom: 48px;
}
.information__title p {
    font-size: 24px;
    line-height: 1.5;
}
@media screen and (max-width:769px) {
    .information__title p {
        font-size: 16px;
    }
    
}
.input__list {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 18px;
    margin: 0 auto;
}
@media screen and (max-width:769px) {
    .input__list {
        font-size: 16px;
        gap: 16px;
    }
}
.input__field {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
@media screen and (max-width:769px) {
    .input__field {
        flex-direction: column;
        gap: 8px;
    }
}
.input__field .input__title {
    flex: 0 1 auto;
    min-width: 218px;
}
.input__field input {
    background-color: #ffffff;
    flex: 1 1 auto;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
}
@media screen and (max-width:769px) {
    .input__field input {
        height: 47px;
        line-height: 47px;
    }
}
.input__field textarea {
    background-color: #FFFFFF;
    resize: none;
    flex: 1 1 auto;
    padding: 4px 6px;
}
.input__field .required::after {
    content: "必須";
    background-color: #afab24;
    border-radius: 999px;
    color: #ffffff;
    padding: 0px 6px 1px 6px;
    margin-left: 8px;
}
.primary__btn {
    background: linear-gradient(to bottom, #7F0000,#4D0000);
    border: solid 3px #B2A875;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px 56px 16px 56px;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.primary__btn:hover {
    opacity: 83%;
}

@media screen and (max-width:769px) {
    .primary__btn {
        padding: 8px 80px 10px 80px;
    }
}
.information__foot__btn {
    margin-top: 80px;
}
@media screen and (max-width:769px) {
    .information__foot__btn {
        margin-top: 64px;
    }
}

/* footer */

.footer{
    color: #ffffff;
}

.footer__box{
    background: #333333;
    padding: 92px 16px 86px;
}
.copylight{
    text-align: center;
    color: #fff;
    font-size: 12px;
}
@media screen and (min-width: 768px){
    .footer__box{
        display: flex;
        justify-content: center;
        padding: 79px 16px 86px;
        /* padding: 79px 297px;     */
        /* padding: 4vw 17vw 4.2vw 14vw; */
    }
    .footer__text__box{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        /* justify-content: space-between;
        align-items: flex-start;
        grid-template-columns: auto auto auto auto; */
        color: #fff;
    }
    .footer__text__1{
        width: 304px;
        grid-row: 1 / 4;
    }
    .footer__text__title{
        font-size: clamp(18px , 2.3vw , 24px);
        padding-bottom: 24px;
    }
    .footer__text__list{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer__text__list dt{
        width: 30%;
    }
    .footer__text__list dd{
        width: 70%;
        padding-bottom: 8px;
    }
    .footer__text__2 ul li{
        padding-bottom: 24px;
    }
    .footer__text__btn__1,
    .footer__text__btn__2{
        display: flex;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 16px;
        /* font-size: clamp(16px , 2.08vw , 28px); */
    }
    .footer__text__btn__1 a,
    .footer__text__btn__2 a{
        display: flex;
        width: 320px;
        color: #fff;
        border: solid 1px #fff;
    }
    .footer__text__btn__1 a{
        /* padding: 29px 131px 30px 125px; */
        padding: 29px 130px 30px 115px;
    }
    .footer__text__btn__2 a{
        padding: 29px 110px 30px 110px;
    }
    .footer__text__2-1,
    .footer__text__2-2{
        width: 100px;
    }
}

/* preview */

.form__header {
    background-color: #EEEEEE;
}

.form__header h1 {
    text-align: start;
    font-weight: bold;
    font-size: 28px;
    max-width: 720px;
    width: 75%;
    margin: 0 auto;
    padding: 64px 0 24px 0;
}

#preview {
    background-color: #eeeeee;
    min-height: 100vh;
}

#preview > .preview {
    max-width: 720px;
    width: 75%;
    margin: 0 auto;
    padding: 0 0 min(10%, 230px) 0;
}

.preview h2 {
    text-align: start;
    /* color: ; */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.input__field.preview {
    border-bottom: 1px solid #aaa;
}

.input__field .preview__value {
    flex: 1 1 auto;
    max-width: 480px;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    height: auto;
}

.preview__btns {
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
    margin: 36px 0;
}

@media screen and (max-width:769px) {
    .preview__btns {
        flex-direction: column;
        gap: 12px;
    }
}

.preview .primary__btn {
    padding: 8px 64px 10px 64px;
    margin: 0;
}

@media screen and (max-width:769px) {
    .preview .primary__btn {
        font-size: 16px;
        padding: 6px 80px 8px 80px;
    }
}

/* thanks */

.form__top {
    display: flex;
    flex-direction: column;
    color: #333333;
    font-size: 24px;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
}

.thanks .form__top {
    align-items: start;
}

.follow--btn{
    width: 250px;
    height: 250px;
    background: linear-gradient(to bottom, #7F0000, #4D0000);
    border: solid 2px #B2A875;
    color: #E6EFE3;
    font-size: 1.6rem;
    border-radius: 50%;
    position: fixed;
    right: 1%;
    bottom: 1.5%;
}

@media screen and (max-width:769px) {
    .follow--btn {
        bottom: 0;
        left: 0;
        height: 88px;
        width: 100%;
        border-radius: 0;
    }
}

.follow--btn__text{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    font-weight: bold;
    line-height: 1.6;
}

.follow--btn__smalltext{
    font-size: 1.2rem;
}

.follow--btn__anchor:hover .follow--btn{
    background: hsl(0, 0%, 100%);
    color: #4D0000;
}

.follow--btn::after{
    content: "▼";
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    transition: all 0.5s 0s ease;
}

@media screen and (max-width:769px) {
    .follow--btn::after {
    bottom: 50%;
    left: 95%;
    transform: translate(-50%, 50%);
}
}

.follow--btn__anchor:hover .follow--btn::after{
    bottom: 0.3%;
}

@media screen and (max-width:769px) {
    .follow--btn__anchor:hover .follow--btn::after {
    bottom: 50%;
    left: 95%;
    transform: translate(-50%, 100%);
}
}
