@charset "utf-8";
/*共通設定*/
main {
    font-size: 18px;
}

.h2-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1.3;
}

.h2-en {
    font-size: 18px;
    color: #E83328;
    font-weight: 500;
}

.h2-wrap h2 {
    font-size: 32px;
    font-weight: 500;
}

.child {
    max-width: 1200px;
}
/*終わり*/  


/*<section class="fv">*/
.fv {
    position: relative;
    width: 100%;
    height: 100vh;
}

.fv-in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.fv-h1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
}

.fv-h1 small {
    color: #E83328;
    font-size: 18px;
}

.fv-icon-10 {
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
    z-index: 1;  
}

.fv-img {
    width: 60vw;
    height: 80vh;
    object-fit: cover;
    border-radius: 50vh 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;  
}

.fv-icon-01 {
    position: absolute;
    top: 16%;
    right: 0;
    z-index: 3;  
}

.fv-shape {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 4;  
}

.fv-icon-02 {
    max-width: 160px;
    width: 100%;
    position: absolute;
    bottom: 16%;
    left: 5vw;
    z-index: 5;  
}
/*終わり*/  


/*<div class="green-back">*/
.green-back {
    padding-bottom: 80px;
    position: relative;
    background-color: #E2F1EC;
}

.interview-icon-06-01 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 18%;
    right: 5vw;
    z-index: 1;
}

.interview-icon-07-01 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 24%;
    left: 5vw;
    z-index: 1;
}

.interview-icon-08-01 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 30%;
    right: 5vw;
    z-index: 1;
}

.interview-icon-03-01 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 36%;
    left: 5vw;
    z-index: 1;
}

.interview-icon-09-01 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 42%;
    right: 5vw;
    z-index: 1;
}

.interview-icon-10-01 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 48%;
    left: 5vw;
    z-index: 1;
}

.interview-icon-03-02 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 54%;
    right: 5vw;
    z-index: 1;
}

.interview-icon-07-02 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 5vw;
    z-index: 1;
}

.interview-icon-08-02 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 66%;
    right: 5vw;
    z-index: 1;
}

.interview-icon-06-02 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 72%;
    left: 5vw;
    z-index: 1;
}

.interview-icon-09-02 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 78%;
    right: 5vw;
    z-index: 1;
}

.interview-icon-11 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 6vw;
    z-index: 3;
}

.interview-icon-10-02 {
    max-width: 100px;
    width: 100%;
    position: absolute;
    bottom: 2%;
    right: 7vw;
    z-index: 1;
}

/*終わり*/  


/*<section class="income">*/
.income {
    padding: 120px 5vw 0 5vw;
}

.income-h2 {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.income-h2::before {
    content: "";
    border-bottom: solid 3px #E83328;
    border-radius: 50vh;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.income-txt-wrap {
    max-width: 640px;
    width: 100%;
    margin: 80px auto 0 auto;
    text-align: center;
}

.interview-fv-wrap {
    position: relative;
    width: 100vw;
    height: 400px;
    margin: 0 calc(50% - 50vw);
    margin-top: 80px;
    z-index: 3;
}

.interview-fv {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.income-icon-03 {
    max-width: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 1;
}

.income-icon-04 {
    max-width: 140px;
    width: 100%;
    position: absolute;
    top: 6%;
    left: -70px;
    z-index: 2;
}

.income-icon-05 {
    position: absolute;
    top: 6%;
    right: 0;
    z-index: 4;
}
/*終わり*/  


/*<section class="interview">*/
.interview-in {
    position: relative;
}

.interview-in::before {
    content: "";
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
    height: calc(100% + 128px);
    background-color: #fff;
    border-radius: 32px;
    z-index: 4;
}

.interview-wrap {
    position: relative;
    z-index: 5;
    padding: 0 64px;
}

.interview-lead {
    text-align: center;
    margin-top: 40px;
}

.interview-flex {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.interview-flex-r {
    flex-direction: row-reverse;
}

.interview-woman-wrap {
    position: relative;
    width: 30%;
}

.interview-name {
    position: absolute;
    bottom: -4px;
    right: 0;
    background-color: #E2F1EC;
    border-radius: 50vh;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
}

.interview-txt-area {
    width: 67%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.interview-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.interview-q-txt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.mic-icon {
    max-width: 16px;
    width: 100%;
}

.interview-a-txt {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.interview-name-all-img {
    max-width: 120px;
    width: 100%;
}

.interview-name-img {
    max-width: 40px;
    width: 100%;
}

.interview-img-01-wrap {
    margin-top: 80px;
}

.interview-img-01 {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-img-flex-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.interview-img-flex-01 {
    width: 24%;
}

.interview-img-06-wrap {
    margin-top: 120px;
}

.interview-img-06 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.interview-img-flex-02,
.interview-img-flex-03 {
    width: 49.5%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.interview-icon-01 {
    position: absolute;
    top: 45%;
    right: 0;
    max-width: 120px;
    width: 100%;
    z-index: 1;
}
/*終わり*/  


/*<section class="movie">*/
.movie {
    margin-top: 120px;
}

.movie-in {
    position: relative;
    background-color: #fff;
    border-radius: 32px;
    padding: 40px 64px;
    z-index: 2;
}

.movie-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 64px;
}

.movie-wrap {
    width: 49%;
    height: 320px;
}

.movie-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-icon-02 {
    position: absolute;
    top: -40px;
    right: 0;
    max-width: 120px;
    width: 100%;
    z-index: 1;
}
/*終わり*/  


/*<section class="corporation">*/
.corporation {
    position: relative;
    padding: 240px 5vw 200px 5vw;
}

.corporation-dl {
    max-width: 880px;
    width: 100%;
    margin: 80px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.corporation-dl dt {
    width: 25%;
    font-weight: 500;
    padding: 16px;
}

.corporation-dl dd {
    position: relative;
    width: 75%;
    padding: 16px;
}

.corporation-dl .green-dt {
    border-radius: 8px 0 0 8px;
    background-color: #E2F1EC;
}

.corporation-dl .green-dd {
    border-radius: 0 8px 8px 0;
    background-color: #E2F1EC;
}

.profile-txt-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8px;
}

.profile-year {
    width: max-content;
}

.profile-txt {
    width: 80%;
}

.message {
    max-width: 880px;
    width: 100%;
    margin: 80px auto 0 auto;
    background-color: #E2F1EC;
    border-radius: 24px;
    padding: 24px;
}

.message-txt-wrap {
    max-width: 700px;
    width: 100%;
    margin: 48px auto 0 auto;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.message-txt-03 {
    text-align: right;
    font-size: 18px;
}

.corporation-shape-01 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.corporation-shape-02 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.cta-icon-01 {
    max-width: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 5vw;
}

.cta-icon-02 {
    max-width: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 5vw;
}
/*終わり*/  


/*<section class="cta">*/
.cta {
    background-color: #FDD971;
    padding: 80px 5vw;
}

.cta-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.cta-h2 {
    font-size: 24px;
    font-weight: 500;
}

.cta-btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
}

.cta-btn {
    text-align: center;
    max-width: 480px;
    width: 100%;
    border: solid 1px #333;
    border-radius: 50vh;
    padding: 24px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 20px;
}

.cta-icon-03 {
    max-width: 32px;
    width: 100%;
}

.link-icon {
    max-width: 20px;
    width: 100%;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .h2-en {
        font-size: 16px;
    }

    .h2-wrap h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }
/*終わり*/  


/*<section class="fv">*/
    .fv {
        height: 60vh;
    }

    .fv-h1 {
        font-size: clamp(calc(28px), calc(40 / 1024 * 100vw), 40px);
    }

    .fv-icon-10 {
        max-width: 200px;
    }

    .fv-icon-01 {
        max-width: 120px;
        top: 20%;
    }

    .fv-img {
        width: 60vw;
        height: 40vh;
        border-radius: 20vh 0 0 0;
    }

    .fv-icon-02 {
        max-width: 120px;
    }
/*終わり*/ 


/*<div class="green-back">*/
    .interview-icon-06-01 {
        right: -2vw;
    }

    .interview-icon-07-01 {
        left: -2vw;
    }

    .interview-icon-08-01 {
        right: -2vw;
    }

    .interview-icon-03-01 {
        left: -2vw;
    }

    .interview-icon-09-01 {
        right: -2vw;
    }

    .interview-icon-10-01 {
        left: -2vw;
    }

    .interview-icon-03-02 {
        right: -2vw;
    }

    .interview-icon-07-02 {
        left: -2vw;
    }

    .interview-icon-08-02 {
        right: -2vw;
    }

    .interview-icon-06-02 {
        left: -2vw;
    }

    .interview-icon-09-02 {
        right: -2vw;
    }

    .interview-icon-11 {
        left: 0;
        max-width: 100px;
    }

    .interview-icon-10-02 {
        right: -2vw;
    }
/*終わり*/ 


/*<section class="income">*/
    .income {
        padding: 120px 5vw 0 5vw;
    }

    .income-icon-05 {
        top: 5%;
        max-width: 200px;
        width: 100%;
    }
/*終わり*/ 


/*<section class="interview">*/
    .interview-wrap {
        padding: 0 32px;
    }

    .interview-flex {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .interview-flex-r {
        flex-direction: column;
    }

    .interview-woman-wrap {
        width: 50%;
    }

    .interview-txt-area {
        width: 100%;
    }

    .interview-img-flex-02,
    .interview-img-flex-03 {
        height: clamp(calc(200px), calc(240 / 1024 * 100vw), 240px);
    }

    .interview-icon-01 {
        top: 47%;
        max-width: 100px;
    }
/*終わり*/ 


/*<section class="movie">*/
    .movie-in {
        padding: 40px 32px;
    }

    .movie-flex {
        flex-direction: column;
        gap: 24px;
    }

    .movie-wrap {
        width: 100%;
        height: clamp(calc(300px), calc(320 / 1024 * 100vw), 320px);
    }

    .interview-icon-02 {
        max-width: 100px;
    }
/*終わり*/ 


/*<section class="corporation">*/
    .corporation {
        padding: 160px 5vw 200px 5vw;
    }

    .corporation-dl {
        margin-top: 40px;
    }

    .profile-dd {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .profile-txt-wrap {
        flex-direction: column;
    }

    .profile-txt {
        width: 100%;
    }
/*終わり*/ 


/*<section class="cta">*/
    .cta-h2 {
        text-align: center;
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    body {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }

    .h2-en {
        font-size: 14px;
    }

    .h2-wrap h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/


/*<section class="fv">*/
    .fv-h1 {
        font-size: clamp(calc(24px), calc(28 / 599 * 100vw), 28px);
    }

    .fv-icon-10 {
        left: 50%;
        max-width: clamp(calc(80px), calc(120 / 599 * 100vw), 120px);
    }

    .fv-icon-01 {
        max-width: clamp(calc(60px), calc(100 / 599 * 100vw), 100px);
        top: 30%;
    }

    .fv-img {
        height: 35vh;
    }

    .fv-icon-02 {
        max-width: clamp(calc(80px), calc(120 / 599 * 100vw), 120px);
    }
/*終わり*/  


/*<div class="green-back">*/
    .interview-icon-11 {
        max-width: 80px;
    }
/*終わり*/  


/*<section class="income">*/
    .income {
        padding: 100px 5vw 0 5vw;
    }

    .income-h2 {
        font-size: clamp(calc(20px), calc(32 / 599 * 100vw), 32px);
    }

    .income-h2::before {
        width: 64px;
    }

    .interview-fv-wrap {
        height: clamp(calc(180px), calc(280 / 599 * 100vw), 280px);
        margin-top: 64px;
    }

    .income-icon-03 {
        max-width: 80px;
    }

    .income-icon-05 {
        top: 4%;
        max-width: clamp(calc(140px), calc(200 / 599 * 100vw), 200px);
    }

/*終わり*/  


/*<section class="interview">*/
    .interview-in::before {
        top: -40px;
        height: calc(100% + 80px);
        border-radius: 24px;
    }

    .interview-wrap {
        padding: 0 16px;
    }

    .interview-woman-wrap {
        width: 80%;
    }

    .interview-name {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .interview-txt-area {
        gap: 32px;
    }

    .interview-txt-wrap {
        gap: 16px;
    }

    .interview-q-txt {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

    .interview-a-txt {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .interview-name-all-img {
        max-width: 120px;
        width: 100%;
    }

    .interview-name-img {
        max-width: 32px;
        width: 100%;
    }

    .interview-img-01-wrap {
        height: 160px;
    }

    .interview-img-flex-01 {
        width: 49%;
        margin-top: 2%;
    }

    .interview-img-06-wrap {
        height: 160px;
        margin-top: 80px;
    }

    .interview-img-flex-02,
    .interview-img-flex-03 {
        height: clamp(calc(120px), calc(200 / 599 * 100vw), 200px);
    }

    .interview-icon-01 {
        display: none;
    }

/*終わり*/  


/*<section class="movie">*/
    .movie-in {
        padding: 40px 16px;
    }

    .movie-wrap {
        width: 100%;
        height: clamp(calc(180px), calc(300 / 599 * 100vw), 300px);
    }

    .interview-icon-02 {
        max-width: 80px;
    }
/*終わり*/ 


/*<section class="corporation">*/
    .corporation {
        padding: 120px 5vw 200px 5vw;
    }

    .corporation-dl {
        flex-direction: column;
    }

    .corporation-dl dt {
        width: 100%;
        padding: 16px 16px 8px 16px;
    }

    .corporation-dl dd {
        width: 100%;
        padding: 8px 16px 16px 16px;
    }

    .corporation-dl .green-dt {
        border-radius: 8px 8px 0 0;
    }

    .corporation-dl .green-dd {
        border-radius: 0 0 8px 8px;
    }

    .profile-dd {
        gap: 8px;
    }

    .message {
        border-radius: 16px;
        padding: 24px 16px;
    }

    .message-txt-03 {
        font-size: clamp(calc(16px), calc(18 / 599 * 100vw), 18px);
    }

    .cta-icon-01 {
        max-width: clamp(calc(100px), calc(200 / 599 * 100vw), 200px);
    }

    .cta-icon-02 {
        max-width: clamp(calc(100px), calc(200 / 599 * 100vw), 200px);
    }
/*終わり*/


/*<section class="cta">*/
    .cta {
        padding: 80px 5vw 48px 5vw; 
    }

    .cta-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }

    .cta-btn {
        gap: 8px;
        font-size: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

    .cta-icon-03 {
        max-width: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }

    .link-icon {
        max-width: clamp(calc(16px), calc(20 / 599 * 100vw), 20px);
    }

/*終わり*/

}
