.page_bg {
    background-color: #231815;
    color: #fff;
    padding: 40px 0;
}

.page_ttl {
    text-align: center;
    color: #c9ba88;
    font-size: clamp(18px,2vw,23px);
    letter-spacing: 0.2em;
}

.page_ttl .large {
    display: block;
    font-size: clamp(30px,4vw,48px);
    line-height: 1.2;
}

.page_btn_wrap {
    max-width: 650px;
    width: 90%;
    margin: 30px auto 50px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.page_btn_wrap li {
    width: calc(100%/2 - 10px);
    border: 2px solid #796a56;
    color: #796a56;
    font-size: clamp(14px,1.5vw,18px);
    background-color: #fff;
    text-align: center;
}

.page_btn_wrap li a {
    display: block;
    padding: 8px;
}

.page_btn_wrap li.active {
    background-color: #796a56;
    color: #fff;
    pointer-events: none;
}

.all_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
}

/* SP調整 */
@media screen and (max-width:730px) {
    .page_bg {
        padding: 25px 0;
    }

    .page_btn_wrap {
        margin: 25px auto 30px;
    }

    .page_btn_wrap li a {
        padding: 5px;
    }

}

.page_lead {
    font-size: clamp(19px,3vw,30px);
}

.profile_txt01 {
    font-size: clamp(16px,2vw,20px);
    margin: 30px 0 10px;
}

.profile_txt02 {
    display: flex;
    font-size: clamp(17px,2.4vw,25px);
    line-height: 1.5;
}

.profile_txt02 .name {
    line-height: 1;
}

.profile_txt02 .name .ruby {
    font-size: clamp(12px,1.4vw,16px);
    font-weight: lighter;
}

.profile_txt02 .small {
    margin: 0.5% 10px 0 0;
    font-size: clamp(12px,1.4vw,16px);
}


.sec_lead {
    font-size: clamp(18px,2vw,23px);
    color: #ae9a52;
    margin-bottom: 5px;
}

.sec_txt {
    font-size: clamp(12px,1.3vw,14px);
    line-height: 1.7;
    font-weight: lighter;
}

.note {
    font-weight: lighter;
}


/* SP調整 */
@media screen and (max-width:730px) {
    .profile_txt01 {
        margin: 20px 0 5px;
    }

    .sec_txt,
    .note {
        font-weight: initial;
    }
}

.wrap01 {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.sec01 {
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.sec01 .image_wrap {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.sec01 .image_wrap .note {
    margin-top: 5px;
}

.sec01 .txt_wrap {
    width: 63%;
}


.sec02 {
    position: relative;
    width: 48%;
    background-image: url(../images/interview/inter01_img03.jpg);
    background-position: right bottom;
    background-size: cover;
    padding: 10px 20px 15px;
}

.sec02 .txt_wrap {
    width: 55%;
}

.sec02 .deco {
    position: absolute;
    top: 7%;
    left: 60%;
    width: 12%;
}


.sec03 {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 10px 2%;
}

.sec03 .image .note {
    text-align: right;
    margin-top: 5px;
}

.sec03 .img02 {
    grid-column: 1/3;
    grid-row: 2;
    width: 35%;
}

.sec03 .txt_wrap02 {
    grid-column: 1/3;
    grid-row: 2;
    width: 63%;
    margin-left: auto;
    align-self: center;
}

.bottom_img {
    position: relative;
    max-width: 1054px;
    margin: 80px auto 70px;
}

.bottom_img .deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}

.bottom_img .note {
    text-align: right;
    margin-top: 5px;
}

@media screen and (max-width:1054px) {
    .wrap01 {
        margin: 40px 0;
        flex-direction: column;
        gap: 30px 0;
    }

    .sec01 {
        width: 100%;
    }

    .sec02 {
        width: 111%;
        margin: 0 -5.5%;
        background-image: url(../images/interview/inter01_img03_sp.jpg);
        min-height: 73vw;
    }

    .sec03 {
        grid-template-columns: 50.5% 1fr;
        gap: 20px;
    }

    .sec03 .txt_wrap {
        grid-column: 1/3;
    }

    .sec03 .img02 {
        grid-column: 2/3;
        width: 100%;
    }

    .sec03 .txt_wrap02 {
        grid-row: 3;
        width: 100%;
    }

    .bottom_img {
        margin: 40px auto 40px;
    }

    .bottom_img .deco {
        left: 5%;
    }


    .bottom_img .note {
        margin-right: 5px;
    }
}



@media screen and (max-width:1054px) and (min-width:730px) {
    .all_wrap {
        max-width: 500px;
    }

    .sec02 {
        width: 100%;
        margin: 0 auto;
        min-height: 44vw;
    }
}