@charset "utf-8";

/* section_ttl */
.section_ttl {
    position: relative;
    z-index: 1;
    color: var(--color-red);
    will-change: transform, filter;
    transform: translateZ(0);
    filter: drop-shadow(0px 2px 0px var(--color-red)) drop-shadow(2px 0px 0px var(--color-red))
        drop-shadow(-2px 0px 0px var(--color-red)) drop-shadow(0px -2px 0px var(--color-red));
}
.section_ttl_en {
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}
.section_ttl_jp {
    letter-spacing: -0.03em;
    display: inline-block;
    background-color: var(--color-white);
    position: relative;
}
@media (min-width: 769px) {
    .section_ttl_en {
        font-size: 56rem;
        line-height: 1.2;
        --section-ttl-height: 76rem;
    }
    .section_ttl_en_pc {
        display: inline-block;
        vertical-align: top;
        background-color: var(--color-white);
        padding: 4rem 17rem 17rem 17rem;
        height: var(--section-ttl-height);
        position: relative;
        white-space: nowrap;
    }
    .section_ttl_en .section_ttl_en_pc:nth-of-type(n + 2) {
        margin-top: -14rem;
        padding-top: 0;
    }
    .section_ttl_jp {
        font-size: 28rem;
        line-height: 1.77;
        padding: 7rem 34rem 7rem 20rem;
        margin-top: -10rem;
    }
}
@media (max-width: 768px) {
    .section_ttl_en {
        font-size: 48rem;
        letter-spacing: 0.05em;
        line-height: 1;
        --section-ttl-height: 48rem;
    }
    .section_ttl_en_sp {
        display: inline-block;
        background-color: var(--color-white);
        padding: 10rem 10rem 5rem 15rem;
        height: var(--section-ttl-height);
        position: relative;
    }
    .section_ttl_en .section_ttl_en_pc:nth-of-type(1) .section_ttl_en_sp:nth-of-type(n + 2),
    .section_ttl_en .section_ttl_en_pc:nth-of-type(n + 2) .section_ttl_en_sp {
        margin-top: -8rem;
    }
    .section_ttl_jp {
        font-size: 18rem;
        line-height: 1.8;
        padding: 15rem 20rem 5rem 15rem;
        margin-top: -20rem;
    }
}

/* section_ttl animation */
.section_ttl_jp {
    overflow: hidden;
}
.section_ttl_jp::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-red);
}
.section_ttl_jp::after {
    transition: width 0.5s;
    will-change: width;
}
.animation_loaded .section_ttl_jp::after {
    width: 0%;
}

.animation_ready .section_ttl {
    opacity: 0;
}
.animation_loaded .section_ttl.is_animated {
    opacity: 1;
    transition: opacity 0.4s;
}
.animation_ready .section_ttl_jp::after {
    width: 100%;
}
.animation_loaded .section_ttl.is_animated .section_ttl_jp::after {
    width: 0%;
    transition: width 0.4s 0.4s;
}
@media (min-width: 769px) {
    .section_ttl_en_pc {
        overflow: hidden;
    }
    .section_ttl_en_pc::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-red);
    }
    .section_ttl_en_pc::after {
        transition: width 0.5s;
        will-change: width;
    }
    .animation_loaded .section_ttl_en_pc::after {
        width: 0%;
    }

    .animation_ready .section_ttl_en_pc::after {
        width: 100%;
    }
    .animation_loaded .section_ttl.is_animated .section_ttl_en_pc::after {
        width: 0%;
        transition: width 0.4s 0.2s;
    }
}
@media (max-width: 768px) {
    .section_ttl_en_sp {
        overflow: hidden;
    }
    .section_ttl_en_sp::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-red);
    }
    .section_ttl_en_sp::after {
        transition: width 0.5s;
        will-change: width;
    }
    .animation_loaded .section_ttl_en_sp::after {
        width: 0%;
    }

    .animation_ready .section_ttl_en_sp::after {
        width: 100%;
    }
    .animation_loaded .section_ttl.is_animated .section_ttl_en_sp::after {
        width: 0%;
        transition: width 0.4s 0.2s;
    }
    .animation_loaded .section_ttl.is_animated .section_ttl_en_sp + .section_ttl_en_sp::after {
        width: 0%;
        transition: width 0.4s 0.3s;
    }
}

/* main */
.mv_wrap {
    position: relative;
}
.mv {
    position: sticky;
    height: 100vh;
    top: 0;
    margin-top: calc(var(--head-height) * -1);
    padding-top: var(--head-height);
}
.mv_circle {
    position: absolute;
    top: 0;
    will-change: rotate;
    border-radius: 50%;
    background: url(../img/top/top_circle.png) no-repeat 50% 50% / contain;
}
.mv_year {
    position: absolute;
}
.op_pop_wrap {
    margin-inline: auto;
    transition: opacity 0.4s;
}
.mv_txt_wrap {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 700rem;
    height: 900rem;
    padding-top: 40rem;
    box-sizing: content-box;
    display: block;
    margin-inline: auto;
}
.is_op_hide {
    opacity: 0;
}
.mv::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: var(--head-height);
    border-radius: 50%;
    background: var(--color-white);
}
.mv_txt_1_wrap,
.mv_txt_2_wrap,
.mv_txt_3_wrap,
.mv_txt_4_wrap {
    position: relative;
    transition:
        transform 0.8s,
        opacity 0.8s;
    opacity: 0;
    transform: translate(-30rem, 30rem);
}
.mv_txt_1_wrap.is_op_show,
.mv_txt_2_wrap.is_op_show,
.mv_txt_3_wrap.is_op_show,
.mv_txt_4_wrap.is_op_show {
    opacity: 1;
    transform: translate(0);
}
@media (min-width: 769px) {
    .mv_wrap {
        height: 350vh; /*スクロール量を確保*/
    }
    .mv {
        top: 0;
    }
    .mv_circle,
    .mv::before {
        left: calc(50% - 1920rem / 2);
        width: 1920rem;
        padding-top: 1920rem;
        margin-top: -628rem;
    }
    .mv_year {
        top: 88rem;
        left: 114rem;
        width: 280rem;
    }
    .op_pop_wrap {
        width: 662rem;
        padding-top: 220rem;
    }
    .mv_txt_wrap {
        padding-left: 140rem;
        top: -250rem;
    }
    .mv_txt_wrap > div + div {
        margin-top: 50rem;
    }
    .mv_txt_1_wrap {
        width: 348rem;
        margin-left: 98rem;
    }
    .mv_txt_2_wrap {
        width: 517rem;
        margin-left: 63rem;
    }
    .mv_txt_3_wrap {
        width: 310rem;
        margin-left: 26rem;
    }
    .mv_txt_4_wrap {
        width: 515rem;
        margin-left: 10rem;
    }
    .section_wrap {
        background: var(--color-light-gray);
        padding-top: 340rem;
        padding-bottom: 120rem;
        margin-top: calc(1120rem - 100vh); /*止めたいMVの高さ*/
    }
}
@media (max-width: 768px) {
    .mv_wrap {
        height: 250vh; /*スクロール量を確保*/
    }
    .mv_circle,
    .mv::before {
        left: calc(50% - 905rem / 2);
        width: 905rem;
        padding-top: 905rem;
        margin-top: -128rem;
    }
    .mv_year {
        top: 58rem;
        left: 15rem;
        width: 165rem;
    }
    .op_pop_wrap {
        width: 314rem;
        padding-top: 250rem;
    }
    .mv_txt_wrap {
        width: 100%;
        height: 657rem;
        padding-left: 0;
        top: -90rem;
    }
    .mv_txt_wrap > div + div {
        margin-top: 40rem;
    }
    .mv_txt_1_wrap {
        width: 260rem;
        margin-left: 98rem;
    }
    .mv_txt_2_wrap {
        width: 215rem;
        margin-left: 68rem;
    }
    .mv_txt_3_wrap {
        width: 231rem;
        margin-left: 43rem;
    }
    .mv_txt_4_wrap {
        width: 333rem;
        margin-left: 23rem;
    }
    .section_wrap {
        background: var(--color-light-gray);
        margin-top: 20rem;
        padding-top: 150rem;
        margin-top: calc(690rem - 100vh); /*止めたいMVの高さ*/
    }
}

/* section */
@media (min-width: 769px) {
    .section {
        padding-block: 80rem;
    }
    .section_ttl_en {
        line-height: 1.5;
        --section-ttl-height: 92rem;
    }
}
@media (max-width: 768px) {
    .section {
        padding-block: 120rem;
    }
    .section_ttl_en {
        line-height: 1;
        --section-ttl-height: 62rem;
    }
}
/*  */
.section_txt {
    font-weight: 700;
    line-height: 1.8;
}
.section_btn {
    position: relative;
    align-items: center;
    background: var(--color-white);
    color: var(--color-red);
    text-decoration: none;
    border: 2px solid var(--color-red);
}
.section_btn_txt_wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.section_btn_txt_set {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.section_btn_txt_set + .section_btn_txt_set {
    position: absolute;
    top: 100%;
    left: 0;
}
.btn_arrow_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
}
.btn_arrow {
    display: block;
}
@media (min-width: 769px) {
    .section_txt {
        font-size: 18px;
        margin-top: 30rem;
    }
    .section_btn_wrap {
        margin-top: 55rem;
    }
    .section_btn {
        display: inline-flex;
        height: 56rem;
        padding: 10rem;
        padding-right: 120rem;
    }
    .section_btn_txt_set {
        gap: 6rem;
    }
    .section_btn_txt_set + .section_btn_txt_set {
        top: 100%;
        left: 0;
    }
    .section_btn_en {
        font-size: 22rem;
    }
    .section_btn_jp {
        font-size: 13rem;
    }
    .btn_arrow_wrap {
        right: 28rem;
    }
    .btn_arrow {
        width: 71rem;
        height: 10rem;
        margin-top: -10rem;
    }
    .btn_arrow_red {
        background: url(../img/common/btn_arrow_red.svg) no-repeat 50% 50% / contain;
    }
    @media (hover: hover) {
        .section_btn .section_btn_txt_set {
            transition: transform 0.4s;
        }
        .section_btn:hover .section_btn_txt_set {
            transform: translateY(-100%);
        }
        .section_btn:hover .btn_arrow_wrap {
            animation: btn_arrow_hover 0.4s forwards;
        }
        @keyframes btn_arrow_hover {
            0% {
                clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            }
            100% {
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            }
        }
    }
}
@media (max-width: 768px) {
    .section_txt {
        font-size: 16rem;
        margin-top: 30rem;
    }
    .section_btn_wrap {
        margin-top: 40rem;
    }
    .section_btn {
        display: flex;
        height: 71rem;
        padding: 10rem 21rem;
        padding-right: 75rem;
    }
    .section_btn_txt_set {
        display: block;
    }
    .section_btn_txt_set + .section_btn_txt_set {
        display: none;
    }
    .section_btn_en {
        display: block;
        font-size: 20rem;
        letter-spacing: 0.05em;
    }
    .section_btn_jp {
        display: block;
        font-size: 12rem;
    }
    .btn_arrow_wrap {
        right: 1rem;
    }
    .btn_arrow {
        width: 71rem;
        height: 10rem;
        margin-top: -10rem;
    }
    .btn_arrow_red {
        background: url(../img/common/btn_arrow_sp_red.svg) no-repeat 50% 50% / contain;
    }
}

/* company */
.company {
}
.company_set {
    display: flex;
}
.company_movie_thumb {
    padding: 0;
    border: none;
    background: transparent;
    position: relative;
}
.company_thumb {
    width: 100%;
    height: auto;
}
.company_movie_thumb_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: var(--color-white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company_movie_thumb_front_ttl_jp {
    font-weight: 700;
}
.company_movie_thumb_front_ttl_en {
    font-weight: 500;
}
.company_movie_thumb_front_ttl_play > img {
    height: auto;
}
.company_movie_thumb_txt {
    color: var(--color-black);
    font-weight: 500;
}
.company_movie_thumb_txt button {
    color: inherit;
    padding: 0;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}
.company_movie_txt {
    height: auto;
}
@media (min-width: 769px) {
    .company_set {
        gap: 65rem;
        margin-right: 133rem;
    }
    .company_movie_thumb_front {
        background: url(../img/top/top_circle.png) no-repeat 50% 50% / 126%;
    }
    .company_set_detail {
        width: 373rem;
    }
    .company_movie_txt {
        width: 413rem;
        margin-top: 40rem;
    }
    .company_movie_thumb_front_ttl_jp {
        font-size: 48px;
        line-height: 1.77;
        letter-spacing: calc(2.3 / 38 * 1em);
        transform: scaleX(0.8);
    }
    .company_movie_thumb_front_ttl_en {
        font-size: 18px;
        letter-spacing: calc(1 / 17 * 1em);
        margin-top: -4rem;
        transform: scaleX(0.95);
    }
    .company_movie_thumb_front_ttl_play {
        margin-top: 35rem;
    }
    .company_movie_thumb_front_ttl_play > img {
        width: 140rem;
    }
    .company_movie_thumb_txt {
        text-align: right;
        font-size: 16px;
        line-height: 1.77;
        margin-top: 14rem;
    }
    @media (hover: hover) {
        .company_movie_thumb[youtubeID] {
            transition: opacity 0.4s;
            cursor: pointer;
        }
        .company_movie_thumb[youtubeID]:hover {
            opacity: 0.7;
        }
    }
}
@media (max-width: 768px) {
    .company_set {
        flex-direction: column;
    }
    .company_movie_thumb_front {
        background: url(../img/top/top_circle.png) no-repeat 50% 50% / 126%;
    }
    .company_set_detail {
        order: -1;
        padding-inline: 20rem;
    }
    .company_movie_txt {
        width: 213rem;
        margin-top: 12rem;
    }
    .company_set_movie {
        position: absolute;
        top: 160rem;
        left: 0;
        width: 100%;
    }
    .company .section_txt {
        margin-top: 338rem;
    }
    .company_movie_thumb_front_ttl_jp {
        font-size: 24rem;
        line-height: 1.77;
        letter-spacing: calc(3.2 / 38 * 1em);
        transform: scaleX(0.8);
    }
    .company_movie_thumb_front_ttl_en {
        font-size: 12rem;
        letter-spacing: calc(1 / 17 * 1em);
        margin-top: -4.5rem;
        transform: scaleX(0.95);
    }
    .company_movie_thumb_front_ttl_play {
        margin-top: 16rem;
    }
    .company_movie_thumb_front_ttl_play > img {
        width: 72rem;
    }
    .company_movie_thumb_txt {
        text-align: center;
        font-size: 12rem;
        line-height: 1.77;
        margin-top: 10rem;
    }
}

/* special_contents */
.special_contents_body {
    position: relative;
    z-index: 0;
}
.project_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project_slide .swiper-slide {
    width: 100%;
    height: 100%;
}
.special_contents_img_cover {
    height: 100%;
    overflow: hidden;
}
.special_contents_img_cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 7s linear;
}
.swiper-slide-prev .special_contents_img_cover img,
.swiper-slide-active .special_contents_img_cover img {
    transform: scale(1);
}
.special_contents_body_slide_wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.special_contents_body_circle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/top/top_circle.png);
}
.special_contents_body_inner {
    position: relative;
    z-index: 1;
    height: 100%;
}
.special_contents_detail {
    position: absolute;
    right: 0;
}
.special_contents_pop {
    position: absolute;
    top: 50%;
    height: auto;
}
.special_contents_txt {
    width: 100%;
}
.obj_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../img/common/square_gradation.svg) no-repeat 50% 50% / cover;
}
.obj_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 769px) {
    .special_contents {
        margin-top: 250rem;
    }
    .special_contents .section_ttl {
        margin-left: 143rem;
    }
    .special_contents_body {
        width: 1440rem;
        height: 688rem;
        margin-top: -105rem;
    }
    .special_contents_body_circle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 133% auto;
    }
    .special_contents_body_inner {
        margin-inline: 133rem;
        height: 100%;
    }
    .special_contents_detail {
        bottom: 73rem;
        right: 40rem;
    }
    .special_contents_txt_wrap {
        width: 318rem;
        margin-left: -13rem;
    }
    .special_contents_pop {
        top: 50%;
        left: 130rem;
        width: 457rem;
        margin-top: -110rem;
    }
    .special_contents_btn_wrap {
        margin-top: 30rem;
    }
    .special_contents_btn {
        width: 385rem;
        padding: 10rem 22rem;
    }
}
@media (max-width: 768px) {
    .special_contents {
        margin-top: -120rem;
    }
    .special_contents .section_ttl {
        margin-left: 21rem;
        position: relative;
        top: -120rem;
    }
    .special_contents_body {
        width: 100%;
        height: 276rem;
        margin-top: -171rem;
    }
    .special_contents_body_circle {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 150% auto;
    }
    .special_contents_body_inner {
        height: calc(100% + 132rem);
        padding-top: 1px;
    }
    .special_contents_detail {
        position: relative;
        top: 0;
        left: 0;
    }
    .special_contents_txt_wrap {
        width: 200rem;
        margin-top: 15rem;
        margin-left: 55rem;
    }
    .special_contents_pop {
        position: relative;
        width: 250rem;
        top: 0;
        margin-top: 76rem;
        margin-inline: auto;
        display: block;
        padding-right: 87rem;
    }
    .special_contents_btn_wrap {
        margin-top: 130rem;
        margin-inline: 20rem;
    }
    .special_contents_btn {
        width: 100%;
        padding: 10rem 22rem;
    }
}

/* business_field_ */
.business_field_body {
    position: relative;
}
.business_field_obj {
    position: absolute;
    border-radius: 50%;
}
.business_field_obj .obj_front_img {
    height: auto;
}
.business_field_detail {
    position: relative;
}
.business_field_txt {
    font-weight: 700;
}
@media (min-width: 769px) {
    .business_field_body {
        margin-block: 183rem;
    }
    .business_field_obj {
        top: -183rem;
        left: calc(76% - 488rem);
        width: 976rem;
        height: 976rem;
    }
    .business_field_obj .obj_front_img {
        width: 569rem;
    }
    .business_field_detail {
        margin-left: 133rem;
    }
    .business_field_txt {
        font-size: 18px;
        line-height: 1.7;
        margin-top: 30rem;
        width: 450rem;
    }
    .business_field_btn {
        width: 395rem;
        padding: 10rem 25rem;
    }
}
@media (max-width: 768px) {
    .business_field {
        margin-top: -120rem;
    }
    .business_field_body {
        margin-block: 183rem;
    }
    .business_field_obj {
        top: -276rem;
        left: 100rem;
        width: 316rem;
        height: 316rem;
    }
    .business_field_obj .obj_front_img {
        width: 183rem;
    }
    .business_field_detail {
        margin-inline: 20rem;
        margin-top: 302rem;
    }
    .business_field_txt {
        font-size: 16rem;
        line-height: 1.7;
        margin-top: 19rem;
    }
    .business_field_btn {
        width: 100%;
        padding: 10rem 25rem;
    }
}

/* culture */
.culture_detail {
    position: relative;
}
.culture_obj {
    position: absolute;
    border-radius: 50%;
}
.culture_obj .obj_circle {
    scale: -1;
}
.culture_obj .obj_front_img {
    height: auto;
}
@media (min-width: 769px) {
    .culture_body {
        height: 776rem;
        display: flex;
        justify-content: end;
    }
    .culture_detail {
        margin-right: 133rem;
        width: 500rem;
        margin-top: 218rem;
    }
    .culture_txt {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 30rem;
    }
    .culture_obj {
        top: -3rem;
        left: calc(24.5% - 407.5rem);
        width: 815rem;
        height: 815rem;
        border-radius: 50%;
    }
    .culture_obj .obj_front_img {
        width: 475rem;
    }
    .culture_btn {
        width: 396rem;
        padding: 10rem 27rem;
    }
}
@media (max-width: 768px) {
    .culture {
        position: relative;
        margin-top: 280rem;
    }
    .culture_body {
        position: relative;
        padding-top: 1px;
    }
    .culture_detail {
        margin-inline: 20rem;
        margin-top: 3rem;
    }
    .culture_txt {
        font-size: 14rem;
        line-height: 1.8;
        margin-top: 30rem;
    }
    .culture_obj {
        top: -274rem;
        left: 100rem;
        width: 316rem;
        height: 316rem;
        border-radius: 50%;
    }
    .culture_obj .obj_front_img {
        width: 185rem;
    }
    .culture_btn_wrap {
        margin-top: 56rem;
    }
    .culture_btn {
        width: 100%;
        padding: 10rem 27rem;
    }
}

/* people */
.people {
    position: relative;
}
.people_ttl_set {
    display: flex;
}
.people_ttl_txt {
    font-weight: 700;
}
.people_list {
    display: flex;
    width: max-content; /* 内容に合わせて幅自動調整 */
    white-space: nowrap;
    transform: translateX(-25%);
}

/* 右方向へスライド */
@keyframes slideRight {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* 左方向へスライド */
@keyframes slideLeft {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(-25%);
    }
}
.animation_loaded #people_list_top {
    animation: slideLeft 25s linear infinite;
    animation-play-state: running;
    will-change: transform;
}
.animation_loaded #people_list_bottom {
    animation: slideRight 30s linear infinite;
    animation-play-state: running;
    will-change: transform;
}
.people_list > li {
    position: relative;
}
.people_list_inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    clip-path: polygon(60% 90%, 40% 90%, -50% 0%, 150% 0%);
}
.people_item_bottom_cover {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    clip-path: polygon(0% 100%, 0% 30%, 100% 30%, 100% 100%);
}
.people .section_btn_wrap {
    display: flex;
    justify-content: end;
}
.animation_loaded .anim_roll {
    animation: var(--roll-animation);
}
.people_item_bottom_cover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.people_list > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.people_list > li .people_img {
    position: relative;
    z-index: 1;
    height: auto;
    display: block;
    margin-inline: auto;
}
.people_list > li::before,
.people_list > li .people_item_bottom_cover::after {
    background: no-repeat 50% 50% / contain;
}
.people_list > li[data-bg='0']::before,
.people_list > li[data-bg='0'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_1.svg);
}
.people_list > li[data-bg='1']::before,
.people_list > li[data-bg='1'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_2.svg);
}
.people_list > li[data-bg='2']::before,
.people_list > li[data-bg='2'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_3.svg);
}
.people_list > li[data-bg='3']::before,
.people_list > li[data-bg='3'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_4.svg);
}
.people_list > li[data-bg='4']::before,
.people_list > li[data-bg='4'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_5.svg);
}
.people_list > li[data-bg='5']::before,
.people_list > li[data-bg='5'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_6.svg);
}
.people_list > li[data-bg='6']::before,
.people_list > li[data-bg='6'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_7.svg);
}
.people_list > li[data-bg='7']::before,
.people_list > li[data-bg='7'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_8.svg);
}
.people_list > li[data-bg='8']::before,
.people_list > li[data-bg='8'] .people_item_bottom_cover::after {
    background-image: url(../img/common/gradation_9.svg);
}
.people_list > li > a {
    color: var(--color-red);
}
.people_ttl {
    filter: drop-shadow(0px 2px 0px var(--color-red)) drop-shadow(2px 0px 0px var(--color-red))
        drop-shadow(-2px 0px 0px var(--color-red)) drop-shadow(0px -2px 0px var(--color-red));
    will-change: transform, filter;
    transform: translateZ(0);
    position: absolute;
    z-index: 7;
}
.people_ttl_top_wrap {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.people_ttl_top {
    background: #fff;
    display: block;
}
.people_ttl_bottom_wrap {
    display: inline-block;
    position: relative;
    z-index: 3;
}
.people_ttl_bottom {
    background: #fff;
    display: block;
}
@media (min-width: 769px) {
    .people {
        margin-top: 42rem;
    }
    .people_ttl_set {
        gap: 73rem;
        margin-left: 140rem;
    }
    .people_ttl_txt {
        margin-top: 10rem;
        font-size: 18px;
        line-height: 1.8;
    }
    .people_list_wrap {
        margin-top: 60rem;
    }
    .people_list_wrap + .people_list_wrap {
        margin-top: 36rem;
    }
    .people_list > li {
        min-width: 264rem;
        width: 264rem;
        height: 264rem;

        margin-left: 50rem;
    }
    .people .section_btn_wrap {
        display: flex;
        justify-content: end;
        margin-right: 138rem;
        margin-top: 95rem;
    }
    .people_btn {
        width: 373rem;
        padding: 10rem 22rem;
    }
    @media (hover: hover) {
        .animation_loaded #people_list_top:hover {
            animation-play-state: paused;
        }
        .animation_loaded #people_list_bottom:hover {
            animation-play-state: paused;
        }
        .animation_loaded .people_list > li::before,
        .animation_loaded .people_list > li .people_item_bottom_cover::after {
            transition: var(--roll-transition);
        }
        .animation_loaded .people_list > li.is_mouse_on::before,
        .animation_loaded .people_list > li.is_mouse_on .people_item_bottom_cover::after {
            rotate: 180deg;
        }
        .people_img {
            transition: scale 0.4s;
        }
        li.is_mouse_on .people_img {
            scale: 1.1;
        }
    }
    .people_list > li.people_item_1 .people_img {
        width: 208.5rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_2 .people_img {
        width: 208.5rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_3 .people_img {
        width: 208.5rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_4 .people_img {
        width: 208.5rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_5 .people_img {
        width: 208.5rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_6 .people_img {
        width: 208.5rem;
        margin-top: 5rem;
    }
    .people_ttl {
        bottom: 2rem;
        left: 20rem;
    }
    .people_ttl_top_wrap {
        font-size: 12rem;
    }
    .people_ttl_top {
        padding: 4rem 6rem;
    }
    .people_ttl_bottom_wrap {
        margin-top: 8rem;
        font-size: 22rem;
    }
    .people_ttl_bottom {
        padding: 5rem 5rem 5rem;
        margin-top: -15rem;
    }
}
@media (max-width: 768px) {
    .people {
        margin-top: -100rem;
    }
    .people_ttl_set {
        margin-inline: 20rem;
        flex-direction: column;
    }
    .people_ttl_txt {
        margin-top: 31rem;
        font-size: 16rem;
        line-height: 1.8;
    }
    .people_list_wrap {
        margin-top: 48rem;
    }
    .people_list_wrap + .people_list_wrap {
        margin-top: 50rem;
    }
    .people_list > li {
        min-width: 164rem;
        width: 164rem;
        height: 164rem;
        margin-left: 25rem;
    }
    .people .section_btn_wrap {
        margin-inline: 20rem;
        margin-top: 59rem;
    }
    .people_btn {
        width: 373rem;
        padding: 10rem 22rem;
    }
    .people_list > li.people_item_1 .people_img {
        width: 126rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_2 .people_img {
        width: 126rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_3 .people_img {
        width: 126rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_4 .people_img {
        width: 126rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_5 .people_img {
        width: 126rem;
        margin-top: 5rem;
    }
    .people_list > li.people_item_6 .people_img {
        width: 126rem;
        margin-top: 5rem;
    }
    .people_ttl {
        bottom: -19rem;
        left: 0;
    }
    .people_ttl_top_wrap {
        font-size: 10rem;
    }
    .people_ttl_top {
        padding: 5rem 7rem;
    }
    .people_ttl_bottom_wrap {
        margin-top: 8rem;
        font-size: 18rem;
    }
    .people_ttl_bottom {
        padding: 5rem 5rem 5rem;
        margin-top: -15rem;
    }
}

/* recruit */
.recruit {
    position: relative;
}
.recruit_ttl_set {
    display: flex;
}
.recruit_ttl_txt {
    font-weight: 700;
}
.recruit_list {
    display: flex;
    justify-content: center;
}
.recruit_list > li {
    position: relative;
}
.recruit_list > li:nth-child(1) {
    --gradation_color: url(../img/common/gradation_s_3.svg) no-repeat 50% 50% / cover;
    --txt_color: #00a400;
}
.recruit_list > li:nth-child(2) {
    --gradation_color: url(../img/common/gradation_s_1.svg) no-repeat 50% 50% / cover;
    --txt_color: #e60012;
}
.recruit_list > li:nth-child(3) {
    --gradation_color: url(../img/common/gradation_s_2.svg) no-repeat 50% 50% / cover;
    --txt_color: #0064c4;
}
.recruit_list > li > a {
    color: var(--txt_color);
}
.recruit_list_item_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--gradation_color);
}
.recruit_list_item_circle_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit_list_item_img_cover {
    overflow: hidden;
    border-radius: 50%;
}
.recruit_list_item_img {
    height: auto;
}
.recruit_list_item_txt_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
}
.recruit_ttl {
    filter: drop-shadow(0px 2px 0px var(--txt_color)) drop-shadow(2px 0px 0px var(--txt_color))
        drop-shadow(-2px 0px 0px var(--txt_color)) drop-shadow(0px -2px 0px var(--txt_color));
    will-change: transform, filter;
    transform: translateZ(0);
    position: absolute;
    z-index: 7;
}
.recruit_ttl_top_wrap {
    display: inline-block;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.recruit_ttl_top {
    background: #fff;
    display: block;
}
.recruit_ttl_bottom_wrap {
    display: inline-block;
    position: relative;
    z-index: 3;
    white-space: nowrap;
}
.recruit_ttl_bottom {
    background: #fff;
    display: block;
    word-break: keep-all;
}
@media (min-width: 769px) {
    .recruit {
        margin-top: -2rem;
    }
    .recruit_ttl_set {
        gap: 52rem;
        margin-left: 140rem;
    }
    .recruit_ttl_txt {
        margin-top: 10rem;
        font-size: 18px;
        line-height: 1.8;
    }
    .recruit_list_wrap {
        margin-top: 60rem;
    }
    .recruit_list {
        gap: 29rem;
    }
    .recruit_list > li {
        width: 367rem;
        height: 367rem;
    }
    .recruit_list_item_img {
        width: 214rem;
    }
    .recruit_ttl {
        bottom: 2rem;
        left: 20rem;
    }
    .recruit_ttl_top_wrap {
        font-size: 12rem;
    }
    .recruit_ttl_top {
        padding: 9rem 12rem;
    }
    .recruit_ttl_bottom_wrap {
        margin-top: 8rem;
        font-size: 26rem;
    }
    .recruit_ttl_bottom {
        padding: 5rem 12rem;
        margin-top: -15rem;
    }
    @media (hover: hover) {
        a .recruit_list_item_circle {
            transition: var(--roll-transition);
        }
        a:hover .recruit_list_item_circle {
            rotate: 180deg;
        }
        .recruit_list_item_img {
            transition: scale 0.4s;
        }
        a:hover .recruit_list_item_img {
            scale: 1.2;
        }
    }
}
@media (max-width: 768px) {
    .recruit {
        margin-top: -100rem;
    }
    .recruit_ttl_set {
        margin-inline: 20rem;
        flex-direction: column;
    }
    .recruit_ttl_txt {
        margin-top: 32rem;
        font-size: 14rem;
        line-height: 1.8;
    }
    .recruit_list_wrap {
        margin-top: 48rem;
    }
    .recruit_list {
        flex-direction: column;
        gap: 60rem;
    }
    .recruit_list > li {
        width: 334rem;
        height: 334rem;
        margin-inline: auto;
    }
    .recruit_list_item_img {
        width: 196rem;
    }
    .recruit_ttl {
        bottom: -10rem;
        left: 1rem;
    }
    .recruit_ttl_top_wrap {
        font-size: 12rem;
        letter-spacing: calc(0.6 / 12 * 1em);
    }
    .recruit_ttl_top {
        padding: 9rem 12rem;
        white-space: nowrap;
    }
    .recruit_ttl_bottom_wrap {
        margin-top: 8rem;
        font-size: 22rem;
        letter-spacing: -0.03em;
    }
    .recruit_ttl_bottom {
        padding: 5rem 10rem;
        margin-top: -15rem;
    }
}
