.grid {
    display: grid;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_area {
    padding-top: 2rem;
    position: relative;
    z-index: 0;
    padding-bottom: 4.5rem;
}

.promo_area::after {
    position: absolute;
    content: "";
    height: 14.3rem;
    width: calc(243rem * 2);
    background-image: url("../images/interview/interview.svg");
    background-repeat: repeat-x;
    background-size: 243rem 14.3rem;
    animation: slide 60s linear infinite;
    bottom: 1rem;
    left: 0;
    z-index: -1;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-243rem);
    }
}

.promo_area .breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
}

.promo_area .breadcrumb a , .promo_area .breadcrumb p.current-page {
    color: #999999;
    font-size: 1.4rem;
    position: relative;
}

.promo_area .breadcrumb a::after {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1px;
    background: #999999;
    vertical-align: middle;
    margin: 0 1rem .4rem;
}

.promo_area .promo_inner {
    justify-content: space-between;
}

.promo_area .promo_inner .promo_contents {
    padding-top: 1.2rem;
    width: calc(100% - 72rem);
}

.promo_area .promo_inner .promo_contents h1 {
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 6.5rem;
    position: relative;
    padding-top: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.promo_area .promo_inner .promo_contents h1::before {
    position: absolute;
    content: "";
    background: url("../images/interview/interview_deco.png") no-repeat 50% / contain;
    width: 21.4rem;
    height: 21.4rem;
    top: -5rem;
    left: -6rem;
    z-index: -1;
}

.promo_area .promo_inner .promo_contents .inner {
    padding-left: 10rem;
}

.promo_area .promo_inner .promo_contents .inner p.shokushu {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: .5rem;
    letter-spacing: .2em;
}

.promo_area .promo_inner .promo_contents .inner p {
    font-size: 2rem;
    font-weight: 500;
}

.promo_area .promo_inner .promo_img {
    max-width: 72rem;
}

.promo_area .promo_inner .promo_img p.img {
    border-radius: 4rem;
    overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
インタビュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.interview_page {
    padding: 18.5rem 0 10rem;
    position: relative;
    z-index: 1;
}

.interview_page .zigzag_wrap {
    max-width: 126rem;
    margin: 0 auto;
    gap: 12rem;
}

.interview_page .zigzag_wrap:not(:last-of-type) {
    margin-bottom: 14rem;
}

.interview_page .zigzag_wrap .image_area {
    width: 48rem;
    position: relative;
    z-index: 0;
}

.interview_page .zigzag_wrap .image_area::after {
    position: absolute;
    content: "";
    background: url("../images/interview/interview_circle.png") no-repeat 50% / contain;
    width: 59rem;
    height: 59rem;
    bottom: -8rem;
    z-index: -1;
}

.interview_page .zigzag_wrap .image_area p.img img {
    border-radius: 4rem;
}

.interview_page .zigzag_wrap .contents_area {
    width: 60rem;
}

.interview_page .zigzag_wrap.full_width .contents_area {
    width: 100%;
}

.interview_page .zigzag_wrap .contents_area p.cat {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #000;
    min-width: 20.5rem;
    height: 2.8rem;
    text-align: center;
    display: table;
    line-height: 1;
    padding: .4rem 1rem;
    margin-bottom: 1rem;
}

.interview_page .zigzag_wrap .contents_area .ttl {
    font-size: 4rem;
    font-weight: bold;
    color: #8CC73F;
    line-height: 1.5;
    margin-bottom: 3.5rem;
}

.interview_page .zigzag_wrap .contents_area p.txt {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2;
    padding: 0 2rem 0 4rem;
}

.interview_page .zigzag_wrap:nth-child(odd) .image_area::after {
    left: -35rem;
}

.interview_page .zigzag_wrap:nth-child(even) {
    flex-direction: row-reverse;
    gap: 14rem;
}

.interview_page .zigzag_wrap:nth-child(even) .image_area::after {
    right: -35rem;
    bottom: -18rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
わたしのEN-JOY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_area + .enjoy_page {
    padding-top: 8rem;
}

.enjoy_page {
    padding-bottom: 8rem;
    position: relative;
    z-index: 0;
}

.enjoy_page::after {
    position: absolute;
    content: "";
    opacity: .5;
    background: url("../images/interview/enjoy_bg.jpg") no-repeat 50% / cover;
    width: 170rem;
    height: 170rem;
    z-index: -1;
    top: 26rem;
    left: 0;
}

@media screen and (min-width: 1701px) {
    .enjoy_page::after {
        width: 100%;
    }
}

.enjoy_page .enjoy_circle_bg {
    position: relative;
    z-index: 0;
    width: 50.4rem;
    height: 50.5rem;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0 auto 4rem;
}

.enjoy_page .enjoy_circle_bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/interview/enjoy_circle.png") no-repeat 50% / contain;
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate;
    z-index: -1;
    top: 0;
    left: 0;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.enjoy_page .enjoy_circle_bg .enjoy_logo {
    width: 53rem;
    margin: 0 auto 5rem auto;
    position: relative;
    left: 1rem;
}

.enjoy_page .inner {
    grid-template-columns: 64rem 1fr;
    gap: 13rem;
}

.enjoy_page .inner:not(:last-of-type) {
    margin-bottom: 10rem;
}

.enjoy_page .inner .contents_area {
    max-width: 73rem;
    padding: 4rem 0 0;
}

.enjoy_page .inner .contents_area p.lead {
    font-size: 1.8rem;
    color: #fff;
    background: #000;
    text-align: center;
    display: table;
    padding: 0 1.5rem;
    margin: 0 0 1rem;
    line-height: 1.5;
}

.enjoy_page .inner .contents_area h2.main_ttl {
    line-height: 1.5;
    font-size: 4rem;
    color: var(--theme_m_color);
    margin-bottom: 4rem;
}

.enjoy_page .inner .contents_area p.main_txt {
    line-height: 2;
    font-size: 2rem;
    padding-left: 4rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
わたしのストーリー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.story_page {
    padding: 11.5rem 0 5rem;
    background: #fff;
    position: relative;
}

.story_page p.main_img {
    border-radius: 4rem;
    overflow: hidden;
}

.story_page h2.main_ttl {
    margin-top: -5.5rem;
    margin-bottom: 2.5rem;
}

.story_page h2.main_ttl > * {
    display: table;
    margin: 0 auto;
}

.story_page h2.main_ttl picture.en {
    position: relative;
    left: -2rem;
    margin-bottom: 2.5rem;
}

.story_page dl.story_area {
    position: relative;
    padding: 6rem 0 5rem;
    z-index: 0;
    display: grid;
    gap: 3rem;
    max-width: 62rem;
    margin: 0 auto 3.5rem;
}

.story_page dl.story_area::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: calc(50% - 1px);
    top: 0;
    transform: translateX(-50%);
    background: #000;
    z-index: -1;
}

.story_page dl.story_area div {
    background: #F2F2F2;
    padding: 0 3rem 4rem;
}

.story_page dl.story_area div dt {
    color: #fff;
    background: #000;
    display: table;
    min-width: 7.2rem;
    padding: .1rem 1.8rem;
    text-align: center;
    margin: 0 auto 2rem;
    line-height: 1.5;
}

.story_page div.makenext {
    text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
あなたへのメッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.message_page {
    padding: 5.5rem 0 15rem;
}

.message_page .inner {
    grid-template-columns: 48rem 1fr;
    align-items: flex-end;
    padding: 0 7rem 0 13rem;
}

.message_page .inner p.main_img {
    width: 48rem;
    border-radius: 4rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0rem;
}

.message_page .inner .box {
    max-width: 75.8rem;
    background: #8CC73F;
    color: #fff;
    margin-left: -4rem;
    padding: 6.5rem 6rem 7rem 11.5rem;
    min-height: 59.8rem;
    margin-bottom: 5rem;
}

.message_page .inner .box p.lead {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.message_page .inner .box h2.main_ttl {
    font-size: 4.8rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4rem;
}

.message_page .inner .box p.main_txt {
    font-size: 2rem;
    line-height: 2;
    padding: 0 1rem 0 3rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
その他の先輩
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.senior_sec {
    padding-bottom: 15rem;
}

.senior_sec h2 {
    font-size: 5.6rem;
    font-weight: 600;
    margin-bottom: 8rem;
    text-align: center;
}

.senior_sec ul.cmn_people_list grid {
}

.senior_sec p.btn {
    margin-top: 5rem;
}

.senior_sec p.btn a {
    font-size: 2.4rem;
    font-weight: 500;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 1rem 9rem 1rem 0;
}

.senior_sec p.btn a span {
    border-bottom: 1px solid #000;
    display: block;
}

.senior_sec p.btn a::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 2px solid #000;
    background: url("../images/common/arrow_white.svg") no-repeat 50% / 1.5rem 1.5rem #000;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    プロモエリア
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

    .promo_area::after {
    height: 21.4rem;
    width: calc(363.7rem * 2);
    background-image: url("../images/interview/interview_sp.png");
    background-repeat: repeat-x;
    background-size: 363.7rem 21.4rem;
    animation: slide 60s linear infinite;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-363.7rem);
    }
}

    .promo_area .promo_inner .promo_contents {
        padding-top: 0;
		width: 100%;
    }

    .promo_area .promo_inner .promo_contents h1 {
        font-size: 5.2rem;
        line-height: 1.5;
        padding: 4rem 0 0 2rem;
        margin-bottom: 5.5rem;
    }

    .promo_area .promo_inner .promo_contents h1::before {
        width: 32rem;
        height: 32rem;
        top: -6rem;
        left: -14rem;
    }

    .promo_area .promo_inner .promo_contents .inner {
        padding-left: 7rem;
        margin-bottom: 5rem;
    }

    .promo_area .promo_inner .promo_contents .inner p.shokushu {
        font-size: 3.6rem;
        margin-bottom: 1.5rem;
    }

    .promo_area .promo_inner .promo_contents .inner p {
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .promo_area .promo_inner .promo_img {
        width: 55rem;
        margin: 0 auto;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    インタビュー（ジグザグエリア）
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .interview_page {
        padding-top: 17rem;
    }

    .interview_page .zigzag_wrap {
        gap: 8rem;
    }

    .interview_page .zigzag_wrap:not(:last-of-type) {
        margin-bottom: 14rem;
    }

    .interview_page .zigzag_wrap .image_area {
        width: 65rem;
        margin: 0 auto;
    }

    .interview_page .zigzag_wrap .image_area::after {
        width: 46rem;
        height: 46rem;
        bottom: -19rem;
    }

    .interview_page .zigzag_wrap .image_area p.img img {
        border-radius: 5.4rem;
    }

    .interview_page .zigzag_wrap .contents_area {
        position: relative;
        width: 100%;
        padding: 0 4.5rem;
    }

    .interview_page .zigzag_wrap .contents_area p.cat {
        font-size: 2.6rem;
        padding: 1rem 2rem;
        margin-bottom: 2rem;
    }

    .interview_page .zigzag_wrap .contents_area .ttl {
        font-size: 4.8rem;
    }

    .interview_page .zigzag_wrap .contents_area p.txt {
        font-size: 3rem;
        padding: 0;
        line-height: 1.75;
    }

    .interview_page .zigzag_wrap:nth-child(odd) .image_area::after {
        left: -25rem;
    }

    .interview_page .zigzag_wrap:nth-child(even) {
        gap: 8rem;
    }

    .interview_page .zigzag_wrap:nth-child(even) .image_area::after {
        right: -24rem;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    わたしのEN-JOY
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
    .enjoy_page::after {
		background-image: url("../images/interview/enjoy_bg_sp.jpg");
		width: 100%;
		height: 555.5rem;
    }

    .enjoy_page .enjoy_circle_bg {
        margin-bottom: 12rem;
    }

    .enjoy_page .inner {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .enjoy_page .inner:not(:last-of-type) {
        margin-bottom: 11rem;
    }

    .enjoy_page .inner .main_img p.img {
        width: 65rem;
        margin: 0 auto;
    }

    .enjoy_page .inner .contents_area {
        max-width: none;
        width: 59rem;
        margin: 0 auto;
    }

    .enjoy_page .inner .contents_area p.lead {
        font-size: 2.6rem;
        margin-bottom: 2rem;
        padding: 0 2rem;
    }

    .enjoy_page .inner .contents_area h2.main_ttl {
        font-size: 4.8rem;
        margin-bottom: 3.5rem;
    }

    .enjoy_page .inner .contents_area p.main_txt {
        font-size: 3rem;
        padding: 0;
        line-height: 1.75;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    わたしのストーリー
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
 .story_page {
        padding-top: 5rem;
    }

    .story_page p.main_img {
        position: relative;
        padding-top: 65rem;
        overflow: hidden;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .story_page p.main_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%!important;
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .story_page h2.main_ttl {
        margin-top: -4rem;
        margin-right: -3rem;
        margin-bottom: 4.5rem;
    }

    .story_page h2.main_ttl span.ja {
        font-size: 3.6rem;
    }

    .story_page dl.story_area {
        padding: 8rem 0 9rem;
        max-width: none;
        width: 65rem;
        gap: 4rem;
        margin-bottom: 7rem;
    }

    .story_page dl.story_area div {
        padding: 0 5rem 4rem;
    }

    .story_page dl.story_area div dt {
        font-size: 2.5rem;
        min-width: 10.2rem;
        margin-bottom: 3rem;
    }

    .story_page dl.story_area div dd {
        font-size: 2.5rem;
        line-height: 1.72;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    あなたへのメッセージ
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

    .message_page .inner {
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .message_page .inner p.main_img {
        width: 65rem;
        margin: 0 auto;
    }

    .message_page .inner .box {
    width: 100vw;
    max-width: none;
    margin: -9rem calc(50% - 50vw) 0;
    padding: 16.5rem 8rem 11rem;
    }

    .message_page .inner .box p.lead {
        font-size: 2.8rem;
    }

    .message_page .inner .box h2.main_ttl {
    margin-bottom: 3.5rem;
    }

    .message_page .inner .box p.main_txt {
        font-size: 3rem;
        line-height: 1.75;
        padding: 0;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    その他の先輩
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

    .senior_sec h2 {
        font-size: 5.4rem;
    }


}
