@charset "utf-8";

/* ページ共通部分
------------------------------*/
.page_inner{
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
    .page_inner{
        max-width: 75vw;
    }
}
@media only screen and (max-width: 768px) {
    .page_inner{
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }
}

.page_mv{
    position: relative;
    padding: 112px 0 136px;
    background-image: url(../img/privacy_ttl_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    text-align: center;
}
.page_mv .label{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 16px 9px;
    margin: 0 auto 35px;
    background-color: #FFCE00;
}
.page_mv h2 img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
#privacy .page_mv h2 img{
    max-width: 632px;
}
#contact .page_mv h2 img{
    max-width: 344px;
}
.page_mv .note{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .page_mv{
        padding: 16vw 0 18.66666666666668vw;
        max-height: none;
    }
    .page_mv .label{
        font-size: 3.733333333334vw;
        padding: 0.9333333335vw 2.13333333333vw 1.2vw;
        margin: 0 0 4.8vw;
    }
    .page_mv h2 img{
        max-width: none;
    }
    #privacy .page_mv h2 img{
        max-width: 74.66666666666667vw;
    }
    #contact .page_mv h2 img{
        max-width: 50vw;
    }
    .page_mv .note{
        display: none;
    }
}


/* プライバシーポリシー
------------------------------*/
#privacy .txt_area{
    padding: 62px 0 120px;
    background-image: url(../img/page_main_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#privacy .txt_area .ttl{
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0 auto 62px;
}
#privacy .txt_area dl{
    margin: 0 0 70px;
}
#privacy .txt_area .last_dl{
    margin: 0;
}
#privacy .txt_area dl dt{
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.24;
    color: #fff;
    background-color: #06042E;
    padding: 18px 33px 22px;
    margin: 0 0 30px;
}
#privacy .txt_area dl dd{
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
#privacy .txt_area dl dd p{
    font-weight: 600;
    margin: 20px 0 10px;
}
@media only screen and (max-width: 768px) {
    #privacy .txt_area{
        padding: 12vw 0 16vw;
    }
    #privacy .txt_area .ttl{
        font-size: 4.26666667vw;
        line-height: 1.75;
        margin: 0 auto 10.666666666668vw;
    }
    #privacy .txt_area dl{
        margin: 0 0 10.66666668vw;
    }
    #privacy .txt_area dl dt{
        font-size: 4.8vw;
        padding: 3.2vw;
        margin: 0 0 4vw;
    }
    #privacy .txt_area dl dd{
        font-size: 4vw;
        padding: 0 5px;
    }
    #privacy .txt_area dl dd p{
        margin: 3.2vw 0 2.4vw;
    }
}


/* お問い合わせ
------------------------------*/
#contact .form_ctt{
    padding: 62px 0 120px;
    background-image: url(../img/page_main_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#contact .form_ctt .form>.note{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 0 0 62px;
}
#contact .form_ctt .form_head{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.24;
    color: #fff;
    background-color: #06042E;
}
#contact .form_ctt .form_content{
    padding: 50px 50px 100px;
    background-color: #E7E9F1;
}
#contact .form_ctt .form_item{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
#contact .form_ctt .last_item{
    align-items: flex-start;
    margin: 0;
}
#contact .form_ctt .form_item .text{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.75;
    width: 100%;
    max-width: 220px;
}
#contact .form_ctt .form_item .text span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
    background-color: #83040A;
}
#contact .form_ctt .last_item .text{
    padding-top: 18px;
}
#contact .form_ctt .form_item .type{
    flex: 1;
}
#contact .form_ctt .form_item .type .w-input{
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #BEC0C6;
    border-radius: 5px;
}
#contact .form_ctt .form_item .type .wpcf7-radio{
    display: flex;
    align-items: center;
    gap: 36px;
    padding-left: 10px;
    height: 60px;
}
#contact .form_ctt .form_item .type .wpcf7-radio .wpcf7-list-item{
    margin: 0;
}
#contact .form_ctt .form_item .type .wpcf7-radio label{
    display: flex;
    align-items: center;
    gap: 10px;
}
#contact .form_ctt input[type="radio"]{
    width: 22px;
    height: 22px;
    margin: 0;
}
#contact .form_ctt .form_item .type .wpcf7-radio .wpcf7-list-item-label{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
}
#contact .form_ctt .form_item .type .w-textarea{
    height: 260px;
    padding: 15px 10px;
}
#contact .form_ctt .form_item .type .wpcf7-not-valid-tip{
    padding-top: 5px;
    font-size: 12px;
}
#contact .form_ctt .check_area{
    margin: 45px 0 0;
}
#contact .form_ctt .check_area .check_box .note{
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 36px;
}
#contact .form_ctt .check_area .check_box .note a{
    color: #102CE6;
    text-decoration: underline;
}
#contact .form_ctt .check_area .check_box .radio_consent .wpcf7-list-item{
    display: block;
    margin: 0;
    width: 100%;
}
#contact .form_ctt .check_area .check_box .radio_consent label{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 32px;
}
#contact .form_ctt .check_area .check_box .radio_consent label span{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#contact .form_ctt .check_area .check_btn .btn{
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.75;
    padding: 24px 0 27px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    color: #fff;
    background-color: #83040A;
}
#contact .form_ctt .wpcf7 form .wpcf7-response-output{
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
    #contact .form_ctt{
        padding: 12vw 0 16vw;;
    }
    #contact .form_ctt .form>.note{
        font-size: 4vw;
        line-height: 1.75;
        margin: 0 0 10.666666666668vw;
    }
    #contact .form_ctt .form_head{
        height: 16vw;
        font-size: 4.8vw;
    }
    #contact .form_ctt .form_content{
        padding: 8vw 6.4vw 13.3333333333334vw;
    }
    #contact .form_ctt .form_item{
        flex-wrap: wrap;
        gap: 2.4vw;
        margin: 0 0 5.3333333333333334vw;
    }
    #contact .form_ctt .form_item .text{
        max-width: none;
        gap: 2.66666666666666667vw;
        font-size: 4vw;
    }
    #contact .form_ctt .form_item .text span{
        height: 5.333333333333334vw;
        font-size: 2.93333333333333333333vw;
        padding: 0 2.133333333333333vw; 
    }
    #contact .form_ctt .last_item .text{
        padding: 0;
    }
    #contact .form_ctt .form_item .type .w-input{
        height: 13.8666666666666665vw;
    }
    #contact .form_ctt .form_item .type .wpcf7-radio{
        gap: 5.333333333334vw;
        padding-left: 0;
        height: 13.8666666666666665vw;
    }
    #contact .form_ctt .form_item .type .wpcf7-radio label{
        gap: 1.3333333333335vw;
    }
    #contact .form_ctt input[type="radio"]{
        width: 4.8vw;
        height: 4.8vw;
    }
    #contact .form_ctt .form_item .type .wpcf7-radio .wpcf7-list-item-label{
        font-size: 4vw;
    }
    #contact .form_ctt .form_item .type .w-textarea{
        height: 48vw;
    }
    #contact .form_ctt .check_area{
        margin: 10.666666668vw 0 0;
    }
    #contact .form_ctt .check_area .check_box .note{
        font-size: 3.7333333333334vw;
        margin: 0 auto 8vw;
    }
    #contact .form_ctt .check_area .check_box .radio_consent label{
        gap: 1.3333333333335vw;
        margin: 0 auto 8vw;
    }
    #contact .form_ctt .check_area .check_box .radio_consent label span{
        font-size: 4vw;
    }
    #contact .form_ctt .check_area .check_btn .btn{
        font-size: 4.8vw;
        line-height: 1.75;
        padding: 3.2vw 0 4vw;
        max-width: none;
    }
}

/* サンクスページ */
.thanks{
    margin: 50px auto 70px;
}
.thanks .thanks-content {
    max-width: 600px;
    margin: 60px auto;
    text-align: center;
}
.thanks .thanks-icon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: #FFE037;
    border-radius: 50%;
}
.thanks .thanks-icon .check-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 60px;
    transform: translate(-50%, -60%) rotate(45deg);
    border-right: 8px solid #222;
    border-bottom: 8px solid #222;
}
.thanks h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 25px;
    color: #222;
}
.thanks .thanks-message {
    margin-bottom: 40px;
}
.thanks .thanks-message p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 0;
}
.thanks .btn-area {
    margin-top: 40px;
}
.thanks .btn {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    margin: 0;
}
.thanks .btn a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.75;
    padding: 24px 0 27px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    color: #fff;
    background-color: #83040A;
}

@media only screen and (max-width: 768px) {
    .thanks{
        margin: 8vw auto 12vw;
    }
    .thanks .thanks-content {
        margin: 8vw auto 0;
    }
    .thanks .thanks-icon {
        width: 25vw;
        height: 25vw;
        margin: 0 auto 6vw;
    }
    .thanks .thanks-icon .check-mark {
        width: 8vw;
        height: 12vw;
        border-right: 1.5vw solid #222;
        border-bottom: 1.5vw solid #222;
    }
    .thanks h2 {
        font-size: 6vw;
        margin: 0 auto 4vw;
    }
    .thanks .thanks-message {
        margin-bottom: 6vw;
    }
    .thanks .thanks-message p {
        font-size: 3.5vw;
    }
    .thanks .btn-area {
        margin-top: 6vw;
    }
    .thanks .btn {
        max-width: 80%;
    }
    .thanks .btn a {
        font-size: 4.8vw;
        line-height: 1.75;
        padding: 3.2vw 0 4vw;
        max-width: none;
    }
    .thanks .sp {
        display: inline;
    }
}

@media only screen and (min-width: 769px) {
    .thanks .sp {
        display: none;
    }
}
