@charset "utf-8";

/* mv */
.mv_inner {
    max-width: 1440px;
    margin: auto;
    position: relative;
}
.mv_logo {
    position: absolute;
    z-index: 1;
}
.mv_slider { 
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%; 
}
.mv_hand {    
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.mv_space {
    height: 0;
}
.mv_content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mv_content {
    opacity: 0;
    scale: 0.9;
}
.mv.is_show .mv_content,
.mv.is_first .mv_content {
    scale: 1;
    opacity: 1;
}
.mv.is_first .mv_content {
    transition: opacity 1s,scale 1s;
}
.mv_slide_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s, scale 0.8s;
}
[data-mv="1"] {
    background: url(../images/top/mv_car.png) no-repeat center center / contain;
}
[data-mv="1"]::after {
    background: url(../images/top/mv_car_on.png) no-repeat center center / contain;
}
[data-mv="2"] {
    background: url(../images/top/mv_camera.png) no-repeat center center / contain;
}
[data-mv="2"]::after  {
    background: url(../images/top/mv_camera_on.png) no-repeat center center / contain;
}
[data-mv="3"] {
    background: url(../images/top/mv_plane.png) no-repeat center center / contain;
}
[data-mv="3"]::after  {
    background: url(../images/top/mv_plane_on.png) no-repeat center center / contain;
}
[data-mv="4"] {
    background: url(../images/top/mv_building.png) no-repeat center center / contain;
}
[data-mv="4"]::after {
    background: url(../images/top/mv_building_on.png) no-repeat center center / contain;
}
[data-mv="5"] {
    background: url(../images/top/mv_bridge.png) no-repeat center center / contain;
}
[data-mv="5"]::after {
    background: url(../images/top/mv_bridge_on.png) no-repeat center center / contain;
}
[data-mv="6"] {
    background: url(../images/top/mv_smartphone.png) no-repeat center center / contain;
}
[data-mv="6"]::after {
    background: url(../images/top/mv_smartphone_on.png) no-repeat center center / contain;
}

@media (min-width: 769px) {
    .mv_space {
        padding-top: calc(820/1440 * 100%);
    }
    .mv_logo {
        top: 14.4%;
        left: 110rem;
        width: 68%;
    }
    .mv_slider { 
        top: 0;
    }
    .mv_hand {
        width: 25.05%;
        right: 1%;
    }
    .mv_slides {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 50%);
        grid-template-areas:
            "s3 s2 s1"
            "s4 s5 s6";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .mv_slides .mv_slide_img.fadein::after {
        transition: opacity .2s 1.2s;
        opacity: 0;
    }
    .mv.is_show .mv_slide_img.fadein::after,
    .mv.is_first .mv_slide_img.fadein::after {
        opacity: .7;
    }
    .mv_slide_1 {
        grid-area: s1;
    }
    .mv_slide_2 {
        grid-area: s2;
    }
    .mv_slide_3 {
        grid-area: s3;
    }
    .mv_slide_4 {
        grid-area: s4;
    }
    .mv_slide_5 {
        grid-area: s5;
    }
    .mv_slide_6 {
        grid-area: s6;
    }
    .mv_slide_item {
        opacity: .55;
    }
    .mv_slide_1 {
        opacity: 1;
    }
    .mv_slide_item {
        position: relative;
    }
    .mv_slide_item .fadein {
        scale: 1;
        opacity: 1;
    }
    .mv_slide_img {
        scale: 0.98;
    }
    .mv_slide_1 .mv_slide_img::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.6s 0s;
        will-change: transform;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .mv.is_show .mv_slide_1 .mv_slide_img.fadein::after,
    .mv.is_first .mv_slide_1 .mv_slide_img.fadein::after {
        opacity: 1;
        transition: opacity 1.2s .8s;
    }

}
@media (max-width: 768px) {
    .mv {
        margin-top: calc( -1 * var(--header-height) + 30rem);
    }
    .mv_space {
        padding-top: calc(644/375 * 100%);
    }
    .mv_logo {
        top: 6%;
        left: 4%;
        width: 80%;
    }
    .mv_hand {
        width: 49.3%;
        right: -4%;
    }
    .mv_slider { 
        top: 30rem;
    }
    .mv_slide_item {
        display: flex;
        align-items: center;
    }
    .mv_slide_item_in {
        width: 100%;
        height: 300rem;
        position: relative;
    }
    .mv_slide_img {
        scale: 0.98;
        transition: scale .3s;
    }
    .mv.is_show .mv_slide_item .fadein ,
    .mv.is_first .mv_slide_item .fadein {
        opacity: 0.55;
    }
    .mv.is_show .mv_slides .swiper-slide-active.mv_slide_item,
    .mv.is_first .mv_slides .swiper-slide-active.mv_slide_item {
        opacity: 1;
    }
    .mv.is_show .mv_slides .swiper-slide-active.mv_slide_item .fadein,
    .mv.is_first .mv_slides .swiper-slide-active.mv_slide_item .fadein {
        opacity: 1; 
        scale: 1;
    }
    .swiper-slide .mv_slide_img::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height:  100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s 0s;
        will-change: transform;
        z-index: 1;
    }
    .swiper-slide-active .mv_slide_img::after {
        transition: opacity 0.6s 0.6s;
        opacity: 1;
    }
}

.section_ttl_en {
    overflow: hidden;
}
@media (min-width: 769px) {
    .crosstalk .bottom_border_box,
    .project .bottom_border_box,
    .recruit .bottom_border_box,
    .about .bottom_border_box {
        padding-block: 30rem;
    }
    .section_ttl_en {
        height: 20rem;
    }
}
@media (max-width: 768px) {
    .crosstalk .bottom_border_box,
    .project .bottom_border_box,
    .recruit .bottom_border_box,
    .about .bottom_border_box {
        padding-block: 16rem;
    }
    .section_ttl_en {
        height: 22rem;
    }
}

/* btn_default */
[class].btn_default {
    display: flex;
    align-items: center;
    width: max-content;
    color: var(--blue);
}
.align_right .btn_default {
    margin-left: auto;
}
@media (min-width: 769px) {
    [class].btn_default_medium {
        gap: 0 20rem;
    }
    .btn_default_medium .icon_link_arrow {
        width: 90rem;
        height: 68rem;
    }
    .btn_default_medium .hover_textline_txt {
        font-size: 22rem;
    }

    [class].btn_default_small {
        gap: 0 8rem;
    }
    .btn_default_small .icon_link_arrow {
        width: 45rem;
        height: 34rem;
    }
    .btn_default_small .hover_textline_txt {
        font-size: 14rem;
    }
}
@media (max-width: 768px) {
    .btn_default_medium {
        gap: 0 10rem;
    }
    .btn_default_medium .icon_link_arrow {
        width: 80rem;
        height: 60rem;
    }
    .btn_default_medium .hover_textline_txt {
        font-size: 18rem;
    }

    .btn_default_small {
        gap: 0 8rem;
        justify-self: end;
    }
    .btn_default_small .icon_link_arrow {
        width: 45rem;
        height: 34rem;
    }
    .btn_default_small .hover_textline_txt {
        font-size: 14rem;
    }
}

/* lead */
@media (min-width: 769px) {
    .lead_inner {
        padding: 94rem 156rem 175rem;
    }
    .lead_txt {
        width: 504rem;
    }
}
@media (max-width: 768px) {
    .lead_inner {
        padding: 54rem 6rem 120rem;
    }
}

/* movie */
.movie {
    position: relative;
}
.movie_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.movie_ttl_en {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.movie_thumb_btn {
    position: relative;
    overflow: hidden;
    border: none;
}
.movie_thumb_btn.is_youtube_ready {
    cursor: pointer;
}
.movie_thumb {
    object-fit: cover;
}
.movie_thumb_btn_front {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.movie_thumb_btn_front_play {
    position: absolute;
}
.movie_thumb_btn_front_play_inner {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--blue);
    border-radius: 50%;
}
.movie_thumb_btn_front_play_inner::before {
    content:"";
    display: block;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    transform: scale(1, 0.8) translate(-20%, 0%) rotate(45deg);
}
@media (min-width: 769px) {
    .movie {
        padding-block: 150rem 0rem;
    }
    .movie_box {
        display:flex;
        justify-content: space-between;
        gap: 20rem;
        margin-inline: 42rem;
    }
    .movie_box_detail {
        width: 35.4%;
    }
    .movie_ttl {
        gap: 4rem 0;
        flex-shrink: 0;
    }
    .movie_ttl_en {
        font-size: 22rem;
    }
    .movie_ttl_ja {
        font-size: 60rem;
        line-height: 1.2;
        letter-spacing: -0.03em;
    }
    .movie_txt {
        font-size: 18rem;
        line-height: 1.7;
        max-width: 350rem;
        margin-top: 26rem;
    }
    .movie_box_thumb_cover {
        flex: 1;
    }
    .movie_thumb {
        width: 855rem;
        height: auto;
    }
    .movie_thumb_btn_front_play {
        bottom: calc(38/481*100%);
        left: calc(52/855*100%);
        --icon-size: calc(155/855*100%);
        width: var(--icon-size);
        padding-top: var(--icon-size);
    }
    .movie_thumb_btn_front_play_inner::before {
        width: 25rem;
        height: 25rem;
    }
    @media(hover: hover){
        .movie_thumb_btn {
            .movie_thumb {
                transition: scale 0.4s;
            }
            .movie_thumb_btn_front {
                transition: background-color 0.4s;
                .movie_thumb_btn_front_play_inner {
                    transition: background-color 0.4s, border-color 0.4s;
                    &::before {
                        transition: border-color 0.4s;
                    }
                }
            }
        }
        .movie_thumb_btn:hover {
            .movie_thumb {
                scale: 1.1;
            }
            .movie_thumb_btn_front {
                background-color: rgba(0,0,0,0.3);
                .movie_thumb_btn_front_play_inner {
                    background-color: var(--blue);
                    border-color: var(--white);
                    &::before {
                        border-color: var(--white);
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    .movie {
        padding-block: 96rem 0rem;
    }
    .movie_box {
        margin-inline: 24rem;
    }
    .movie_ttl {
        gap: 8rem;
    }
    .movie_ttl_en {
        font-size: 18rem;
        line-height: 1.3;
    }
    .movie_ttl_ja {
        font-size: 52rem;
        line-height: 1.1;
        letter-spacing: -0.03em;
    }
    .movie_txt {
        font-size: 16rem;
        line-height: 1.7;
        margin-top: 22rem;
    }
    .movie_box_thumb_cover {
        margin-top: 20rem;
    }
    .movie_thumb {
        width: 327rem;
        height: auto;
    }
    .movie_thumb_btn_front_play {
        bottom: 16rem;
        left: 29rem;
        width: 66rem;
        padding-top: 66rem;
    }
    .movie_thumb_btn_front_play_inner::before {
        width: 12rem;
        height: 12rem;
    }
}

/* people */
.people_ttl_wrap {
    margin-inline: auto;
    display: flex;
}
.people_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.people_ttl_en {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.people_slider_wrap {
    position: relative;
}
.people_slider {
    border-top: 1px solid rgba(var(--border-color), 0.4);
    overflow: visible;
}
.people_slide_prev,
.people_slide_next {
    background-color: var(--white);
    border: 1rem solid var(--blue);
}
.people_slide_prev .icon_link_arrow,
.people_slide_next .icon_link_arrow {
    display: block;
    height: 100%;
    border: none;
}
.people_slide_prev .icon_link_arrow {
    transform: scale(-1);
}
.people_slide_item {
    border-inline: 1px solid rgba(var(--border-color), 0.4);
    width: max-content;
}
.people_slide_link {
    display: block;
    position: relative;
    overflow: hidden;
}
.people_slide_data {
    position: absolute;
    top: 0;
    left: 0;
    display:flex;
}
.people_slide_position {
    background-color: var(--blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.people_slide_en {
    position: absolute;
}
.people_slide_ttl {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (min-width: 769px) {
    .people {
        padding-top: 120rem;
    }
    .people_ttl_wrap {
        padding-inline: 40rem;
        gap: 0 40rem;
        align-items: flex-end;
        margin: auto;
    }
    .people_ttl {
        gap: 4rem 0;
        flex-shrink: 0;
    }
    .people_ttl_en {
        font-size: 22rem;
    }
    .people_ttl_ja {
        font-size: 60rem;
        line-height: 1.2;
        letter-spacing: -0.03em;
    }
    .people_txt {
        font-size: 18rem;
        line-height: 1.7;
        padding-right: 140rem;
        max-width: 660rem;
    }

    .people_slider {
        margin-top: 50rem;
    }
    .people_slide_controls {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        top: -118rem;
        gap: 0 8rem;
        max-width: 1200rem;
        width: 100%;
        right: 0;
        left: 0;
        margin: auto;
        padding-right: 40rem;
    }
    .people_slide_prev,
    .people_slide_next {
        width: 66rem;
        height: 67rem;
        transition: background .3s;
        cursor: pointer;
    }
    .people_slide_link {
        width: 400rem;
    }
    .people_slide_position {
        width: 80rem;
        height: 33rem;
    }
    .people_slide_en {
        top: 14rem;
        right: 14rem;
        width: 30rem;
    }
    .people_slide_ttl {
        font-size: 28rem;
        bottom: -5rem;
        line-height: 1.5;
    }
    @media (hover:hover) {
        .people_slide_img {
            transition: scale .3s;
        }
        .people_slide_link:hover .people_slide_img {
            scale: 1.08;
        }

        .people_slide_prev:hover,
        .people_slide_next:hover {
            background-color: var(--blue);
        }
        .people_slide_prev:hover .icon_link_arrow_in::before,
        .people_slide_next:hover .icon_link_arrow_in::before {
            background-color: var(--white);
        }
    }
}
@media (max-width: 768px) {
    .people {
        padding-top: 50rem;
    }
    .people_ttl_wrap {
        padding-inline: 24rem;
        flex-direction: column;
    }
    .people_ttl {
        gap: 8rem;
    }
    .people_ttl_en {
        font-size: 18rem;
        line-height: 1.3;
    }

    .people_ttl_ja {
        font-size: 52rem;
        line-height: 1.1;
        letter-spacing: -0.03em;
    }
    .people_txt {
        font-size: 16rem;
        line-height: 1.7;
        margin-top: 24rem;
    }

    .people_slider {
        margin-top: 49rem;
        padding-left: 24rem;
    }
    .people_slide_controls {
        position: relative;
        display: flex;
        justify-content: flex-end;
        padding: 16rem 24rem 56rem;
        gap: 0 8rem;
        border-left: 1px solid rgba(var(--border-color), 0.2);
    }
    .people_slide_controls::before,
    .people_slide_controls::after {
        content: '';
        display: block;
        position: absolute;
        background-color: rgba(var(--border-color), 0.2);
        top: 0;
    }
    .people_slide_controls::before {
        left: -26rem;
        width: 100vw;
        height: 1px;
    }
    .people_slide_controls::after {
        right: 24rem;
        width: 1px;
        height: 100%;
    }
    .people_slide_prev {
        width: 48rem;
        height: 48rem;
        margin-top: 0; 
        position: relative;
        left: 0;
    }
    .people_slide_next {
        width: 48rem;
        height: 48rem;
        position: relative;
        margin-top: 0; 
        right: 0;
    }
    .people_slide_link {
        width: 235rem;
    }
    .people_slide_position {
        width: 49rem;
        height: 22rem;
        font-size: 11rem;
    }
    .people_slide_en {
        top: 8rem;
        right: 8rem;
        width: 23rem;
    }
    .people_slide_ttl {
        font-size: 19rem;
        line-height: 1.4;
        bottom: -2rem;
    }    

}

/* crosstalk */
.crosstalk_ttl_wrap {
    display: flex;
    align-items: flex-end;
}
.crosstalk_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.crosstalk_ttl_en {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.crosstalk_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.crosstalk_content_list {
    color: var(--blue);
}
.crosstalk_img_wrap {
    position: relative;
}
.crosstalk_img_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.crosstalk_img_caption_ja {
    line-height: 1.1;
}
.crosstalk_txt {
    color: var(--blue);
}
.crosstalk_link {
    position: relative;
    display: block;
}
@media (min-width: 769px) {
    .crosstalk_top {
        height: 80rem;
    }
    .crosstalk_ttl {
        gap: 9rem 0;
    }
    .crosstalk_ttl_en {
        font-size: 18rem;
    }
    .crosstalk_ttl_ja {
        font-size: 48rem;
        line-height: 1.2;
    }
    .crosstalk_content_list {
        width: 62.8%;
        padding-bottom: 30rem;
    }
    .crosstalk_content_list > li + li {
        margin-top: 60rem;
    }    
    .crosstalk_img_wrap {
        overflow: hidden;
    }
    .crosstalk_img_caption_ja {
        font-size: 35rem;
    }
    .crosstalk_txt {
        font-size: 16rem;
        line-height: 1.7;
        margin-top: 10rem;
    }
    .crosstalk_more {
        margin-top: 20rem;
    }
    .crosstalk_inner {
        padding-top: 80rem;
    }
    @media (hover:hover) {
        .crosstalk_img {
            transition: scale .3s;
        }
        .crosstalk_link:hover .crosstalk_img {
            scale: 1.08;
        }
    }
}
@media (max-width: 768px) {
    .crosstalk_top {
        height: 54rem;
    }
    .crosstalk_inner {
        flex-direction: column;
    }
    .crosstalk .main_border_box {
        border-top: none;
    }
    .crosstalk_ttl {
    }
    .crosstalk_ttl_en {
        font-size: 18rem;
        line-height: 1.3;
    }
    .crosstalk_ttl_ja {
        font-size: 40rem;
        line-height: 1.2;
        margin-top: -5rem;
    }
    .crosstalk_content_list {
        padding-bottom: 56rem;
    }
    .crosstalk_img_wrap {
        height: 248rem;
        margin-top: 22rem;
        overflow: hidden;
    }
    .crosstalk_img_wrap::before,
    .crosstalk_img_wrap::after {
        content: '';
        display: block;
        position: absolute;
        left: -24rem;
        width: calc(100% + 48rem);
        height: 1px;
        background-color: rgba(var(--border-color), 0.2);
    }
    .crosstalk_img_wrap::before {
        top: 0;
    }
    .crosstalk_img_wrap::after {
        bottom: 0;
    }
    .crosstalk_img_caption_ja {
        font-size: 28rem;
    }
    .crosstalk_img {
        object-fit: cover;
        height: 100%;
        width: auto;
        object-position: 75% 50%;
    }
    .crosstalk_txt {
        font-size: 16rem;
        line-height: 1.7;
        padding: 24rem 16rem;
    }
    .crosstalk_more {
        margin-right: 16rem;
        margin-left: auto;
    }
}

/* project */
.project_ttl_en {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.project_ttl_wrap {
    display: flex;    
    align-items: baseline;
}
.project_ttl_ja {
    line-height: 1.2;
    letter-spacing: -0.03em;
}
.project_list_wrap {
    display: flex;
    align-items: flex-start;
}
.project_list {
    display: flex;
}
.project_link {
    display: block;
    width: 100%;
}
.project_img_wrap {
    position: relative;
}
.project_catch {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.project_catch_en {
    text-transform: uppercase;
}
@media (min-width: 769px) {
    .project_top {
        height: 105rem;
    }
    .project_ttl_wrap {
        padding-top: 9rem;
        padding-bottom: 40rem;
        gap: 0 30rem;
    }
    .project_ttl_en {
        font-size: 22rem;
    }
    .project_ttl_ja {
        font-size: 60rem;
    }
    .project_txt {
        font-size: 18rem;
        line-height: 1.7;
    }
    .project_list_wrap {
        gap: 0 3.67%;
        position: relative;
        overflow: hidden;
    }
    .project_list_wrap::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: calc(52.9% + 3.67%);
        width: 1px;
        height: 100%;
        background-color: rgba(var(--border-color), 0.2);
    }
    .project_list:nth-child(1) {
        width: 52.9%;
        flex-shrink: 0;
    }
    .project_list:nth-child(2) {
        gap: 26rem;
        flex-wrap: wrap;
        position: relative;
    }
    .project_img_wrap {
        overflow: hidden;
    }   
    .project_list:nth-child(2) .project_link {
        width: calc(50% - 26rem / 2);
    }
    .project_list:nth-child(2) .project_link:nth-child(3),
    .project_list:nth-child(2) .project_link:nth-child(4) {
        position: relative;
    }
    .project_list:nth-child(2) .project_link:nth-child(3)::before,
    .project_list:nth-child(2) .project_link:nth-child(4)::before,
    .project_list:nth-child(2)::before,
    .project_list:nth-child(2)::after {
        content: '';
        display: block;
        position: absolute;
    }
    .project_list:nth-child(2) .project_link:nth-child(3)::before,
    .project_list:nth-child(2) .project_link:nth-child(4)::before {
        bottom: 0;
        left: 0;
        width: 120%;
        height: 1px;
        background-color: rgba(var(--border-color), 0.2);
        z-index: 1;
    }
    .project_list:nth-child(2)::before {
        top: 0;
        left: calc(50% - 13rem);
        width: 1px;
        height: 120%;
        width: 26rem;
        border-inline:1px solid rgba(var(--border-color), 0.2);
    }
    .project_list:nth-child(2)::after {
        top: calc(50% - 14rem);
        left: 0;
        width: 1px;
        width: 100%;
        height: 28rem;
        border-block:1px solid rgba(var(--border-color), 0.2);
    }
    .project_catch_en {
        font-size: 20rem;
    }
    .project_catch_ja_1,
    .project_catch_ja_2 {
        font-size: 16rem;
        line-height: 1.1;
    }
    .project_catch_ja_l {
        line-height: 1.1;
        font-size: 28rem;
        display: inline-block;
        vertical-align: bottom;
        background-color: var(--blue);
    }
    .project_list:nth-child(1) .project_catch_ja_1,
    .project_list:nth-child(1) .project_catch_ja_2 {
        font-size: 20rem;
    }
    .project_list:nth-child(1) .project_catch_ja_l {
        font-size: 36rem;
    }
    @media (hover:hover) {
        .project_img img {
            transition: scale .3s;
        } 
        .project_link:hover .project_img img{
            scale: 1.08;
        }
        .project_link:hover .project_catch_ja_l {
            background-color: var(--white);
        } 
    }

}
@media (max-width: 768px) {
    .project_top {
        height: 105rem;
    }
    .project_ttl_wrap {
        flex-direction: column;
        gap: 24rem 0;
        padding-top: 7rem;
        padding-bottom: 48rem;
    }
    .project_ttl_en {
        font-size: 18rem;
        line-height: 1.4;
    }
    .project_ttl_ja {
        font-size: 52rem;
    }
    .project_txt {
        font-size: 16rem;
        line-height: 1.7;
    }
    .project_list_wrap,
    .project_list {
        flex-direction: column;
        gap: 48rem 0;
    }
    .project_list:nth-child(2) {
        padding-bottom: 48rem;
    }
    .project_img {
        overflow: hidden;
        position: relative;
    }
    .project_list:nth-child(1) .project_img::before {
        opacity: 0;
    }
    .project_list:nth-child(1) .project_img_wrap::before {
        opacity: 0;
    }
    .project_img_wrap::before,
    .project_img_wrap::after {      
        content: '';
        display: block;
        position: absolute;
        left: -24rem;
        width: calc(100% + 48rem);
        z-index: 1;
        height: 1px;
        background: rgba(var(--border-color), 0.2);
    }
    .project_img_wrap::before {
        top: 0;
    }
    .project_img_wrap::after {
        bottom: 0;
    }
    .project_catch {
        bottom: 2rem;
    }
    .project_catch_en {
        font-size: 14rem;
    }
    .project_catch_ja_1,
    .project_catch_ja_2 {
        font-size: 18rem;
        line-height: 1.1;
    }
    .project_catch_ja_2 {
        white-space: nowrap;
    }
    .project_catch_ja_l {
        line-height: 1.1;
        font-size: 36rem;
        display: inline-block;
        vertical-align: bottom;
        background-color: var(--blue);
    }
}

/* about */
.about_ttl_en {
    text-transform: uppercase;
    line-height: 1;
    background-color: var(--blue);
    color: var(--white);
    letter-spacing: -0.02em;
}
.about_ttl_ja {
    letter-spacing: -0.03em;
}
.about_catch {
    color: var(--blue);
}
[class].about_modal_btn {
    color: var(--balck);
    border: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(var(--border-color),0.2);
}
.about_modal_btn .icon_link_plus {
    border-radius: 50%;
    border: 1px solid var(--blue);
    position: relative;
}
.about_modal_btn .icon_link_plus::before,
.about_modal_btn .icon_link_plus::after {
    content: '';
    position: absolute;
    background-color: var(--blue);
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about_modal_btn_txt_wrap {
    display: flex;
    flex-direction: column;
}
.about_modal_btn_txt_en {
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.about_btn_listitem {
    border-top: 1px solid rgba(var(--border-color),0.2);
}
.about_btn_link {
    display: flex;
    position: relative;
}
.about_btn_link_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about_btn_link_ttl_en {
    background-color: var(--blue);
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.02em;
}
.about_btn_link_ttl_ja {
    letter-spacing: -0.03em;
}
@media (min-width: 769px) {
    .about_top {
        height: 144rem;
    }
    .about_ttl_en_wrap {
        padding-left: 52%;
    }
    .about_ttl_en {
        font-size: 22rem;
    }
    .about_main_wrap {
        position: relative;
        display: grid;
        grid-template-areas:
        "img cont";
        grid-template-columns: 52% 38% 10%;
    }
    .about_main_wrap::before,
    .about_main_cont::after {
        content: '';
        display: block;
        position: absolute;
        background: url(../images/common/dashed_border.svg) repeat-y;
        background-size: 100% auto;
        width: 2px;
        top: calc(-144rem - 22rem);
        height: calc(100% + 144rem + 22rem);
    }
    .about_main_wrap::before {
        left: 52%;
    }
    .about_main_cont::after {
        right: 0; 
    }
    .about_main_img {
        grid-area: img;
        padding: 60rem 75rem 0 50rem;
    }
    .about_main_cont {
        max-width: 520rem;
        position: relative;
        grid-area: cont;
        padding-bottom: 100rem;
    } 
    .about_ttl_ja {
        font-size: 60rem;
        line-height: 1.2;
        padding-top: 9rem;
    }
    .about_catch {
        font-size: 32rem;
        line-height: 1.5;
        margin-top: 40rem;
    }
    .about_txt {
        font-size: 16rem;
        line-height: 1.7;
        margin-top: 40rem;
    }
    .about_modal_btn_list {
        margin-top: 40rem;
    }
    .about_modal_btn {
        padding-block: 20rem;
        align-items: center;
        background: linear-gradient(var(--blue), var(--blue)) 0% calc(100% + 1px) / 15% 1px no-repeat;
        cursor: pointer;
    }
    .about_modal_btn_txt_wrap {
        gap: 10rem 0;
    }
    .about_modal_btn_txt_ja {
        font-size: 28rem;
        line-height: 1.4;
    }
    .about_modal_btn_txt_en {
        font-size: 16rem;
    }
    .about_modal_btn .icon_link_plus::before {
        width: 10rem;
        height: 2rem;
    }
    .about_modal_btn .icon_link_plus::after {
        width: 2rem;
        height: 10rem;
    }
    .about_modal_btn .icon_link_plus {
        width: 45rem;
        height: 34rem;
    }
    .about_btn_link {
        padding: 20rem 25rem;
        gap: 0 46rem;
    }
    .about_btn_link_ttl {
        order: 1;
    }
    .about_btn_link_ttl_en {
        font-size: 22rem;
    }
    .about_btn_link_ttl_ja {
        font-size: 48rem;
    }
    .about_btn_more {
        position: absolute;
        top: 20rem;
        right: 25rem;
    }
    .about_btn_img {
        transition: width .3s;
        width: 120rem;
    }
    @media (hover:hover) {
        .about_btn_link:hover .about_btn_img {
            width: 400rem;
        }
        .about_modal_btn {
            transition: background-size .3s ease;
        }
        .about_modal_btn:hover {
            background-size: 100% 1px;
            background-position: 0 calc(100% + 1px);
        }
        .icon_link_plus {
            transition: background .3s;
        }
        .about_modal_btn:hover .icon_link_plus {
            background-color: var(--blue);
        }
        .about_modal_btn .icon_link_plus::before,
        .about_modal_btn .icon_link_plus::after {
            transition: background .3s;
        }
        .about_modal_btn:hover .icon_link_plus::before,
        .about_modal_btn:hover .icon_link_plus::after {
            background-color: var(--white);
        }
    }
}
@media (max-width: 768px) {
    .about_top {
        height: 80rem;
    }
    .about_ttl_en {
        font-size: 18rem;
        line-height: 1.4;
        position: relative;
        top: -1rem;
    }
    .about_main_cont {
        padding-bottom: 55rem;
    }
    .about_ttl_ja {
        font-size: 52rem;
        line-height: 1.2;
        padding-top: 7rem;
    }
    .about_catch {
        font-size: 30rem;
        line-height: 1.5;
        margin-top: 24rem;
    }
    .about_main_img {
        margin-top: 24rem;
        padding-inline: 14rem;
    }
    .about_txt {
        font-size: 14rem;
        line-height: 1.7;
        margin-top: 27rem;
    }
    .about_modal_btn_list {
        margin-top: 36rem;
    }
    .about_modal_btn {
        padding-block: 20rem;
        background: linear-gradient(var(--blue), var(--blue)) 0% calc(100% + 1px) / 20% 1px no-repeat;
    }
    .about_modal_btn_txt_wrap {
        gap: 10rem 0;
    }
    .about_modal_btn_txt_en {
        font-size: 16rem;
    }
    .about_modal_btn_txt_ja {
        font-size: 28rem;
        line-height: 1.4;
    }
    .about_modal_btn .icon_link_plus::before {
        width: 10rem;
        height: 2rem;
    }
    .about_modal_btn .icon_link_plus::after {
        width: 2rem;
        height: 10rem;
    }
    .about_modal_btn .icon_link_plus {
        width: 45rem;
        height: 34rem;
        margin-top: 6rem;
    }
    .about_btn_link {
        flex-direction: column;
        padding: 32rem 16rem;
        gap: 24rem 0;
    }
    .about_btn_link_ttl_en {
        font-size: 18rem;
    }
    .about_btn_link_ttl_ja {
        font-size: 36rem;
        margin-top: 8rem;
        line-height: 1.1;
    }
    [class].about_btn_more {
        align-self: end;
        gap: 0 8rem;
    }
}

/* reasons */
.reasons {
    border-top: 1px solid rgba(var(--border-color),0.2);
}
.reasons_bg_scroll {
    display: flex;
    overflow: hidden;
}
.reasons_bg_scroll_list {
    display: flex;
    animation: scroll-left 60s infinite linear .5s both;
    mix-blend-mode: color-burn;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.reasons_bg_scroll_item > img {
    width: 100%;
    height: auto;
}
.reasons_ttl_en {
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background-color: var(--blue);
    color: var(--white);
}
.reasons_ttl_ja {
    letter-spacing: -0.03em;
    display: block;
}
.reasons_cont_wrap {
    display: flex;
    border-top: 1px solid rgba(var(--border-color),0.2);
}
.reasons_slide_controls {
    display: flex;
}
.reasons_slide_prev,
.reasons_slide_next {
    background-color: var(--white);
    border: 1px solid var(--blue);
}
.reasons_slide_prev .icon_link_arrow,
.reasons_slide_next .icon_link_arrow {
    display: block;
    height: 100%;
    border: none;
}
.reasons_slide_prev .icon_link_arrow {
    transform: scale(-1);
}
.reasons_slide_item {
    width: max-content;
}
.reasons_slider_wrap {
    overflow: hidden;
}
.reasons_slide_ttl {
    letter-spacing: -0.02em;
    color: var(--blue);
    text-transform: uppercase;
}
.reasons_slide_ttl::before {
    content: '';
    display: inline-block;
    width: 10rem;
    height: 10rem;
    background-color: var(--yellow);
    vertical-align: middle;
    margin-top: -2rem;
    margin-right: 10rem;
}
@media (min-width: 769px) {
    .reasons {
        padding-top: 64rem;
    }
    .reasons_cont_wrap {
        margin-top: 20rem;
    }
    .reasons_ttl_wrap {
        width: 432rem;
        flex-shrink: 0;
        padding: 40rem;
        position: relative;
        margin-right: -1px;
        border-right: 1px solid #bdc8d8;
    }
    .reasons_ttl_en {
        font-size: 22rem;
    }
    .reasons_ttl_ja {
        font-size: 60rem;
        line-height: 1.2;
    }
    .reasons_txt {
        font-size: 18rem;
        line-height: 1.7;
        margin-top: 20rem;
    }
    .reasons_bg_scroll_item {
        width: calc(108vw);
        margin: 0 -10vw;
    }
    .reasons_slide_item {
        width: 454rem;
        padding-bottom: 60rem;
        border-inline: 1px solid rgba(var(--border-color),0.2);
    }
    .reasons_slide_ttl {
        padding: 53rem 33rem 40rem;
        font-size: 20rem;
    }
    .reasons_slide_txt {
        padding: 0 36rem;
        margin-top: 30rem;
        font-size: 18rem;
        line-height: 1.7;
    }
    .reasons_slide_controls {
        margin-top: 60rem;
        gap: 0 8rem;
    }
    .reasons_slide_prev,
    .reasons_slide_next {
        width: 66rem;
        height: 66rem;
        transition: background .3s;
        cursor: pointer;
    }
    @media (hover:hover) {
        .reasons_slide_prev:hover,
        .reasons_slide_next:hover {
            background-color: var(--blue);
        }
        .reasons_slide_prev:hover .icon_link_arrow_in::before,
        .reasons_slide_next:hover .icon_link_arrow_in::before {
            background-color: var(--white);
        }
    }
}
@media (max-width: 768px) {
    .reasons {
        padding-top: 80rem;
        position: relative;
    }
    .reasons_bg_scroll_list {
        animation-duration: 48s;
    }
    .reasons_bg_scroll_item {
        width: calc(200.3vw);
        margin: 0 -18vw;
    }
    .reasons_cont_wrap {
        margin-top: 40rem;
        flex-direction: column;
        position: relative;
    }
    .reasons_ttl_wrap {
        padding: 55rem 24rem 32rem;
    }
    .reasons_ttl_en {
        font-size: 18rem;
    }
    .reasons_ttl {
        position: relative;
    }
    .reasons_ttl::before,
    .reasons_ttl::after {
        content: '';
        display: block;
        width: 100vw;
        background-color: rgba(var(--border-color),0.2);
        position: absolute;
        height: 1px;
        left: -24rem;
    }
    .reasons_ttl::before {
        top: 10rem;
    }
    .reasons_ttl::after {
        top: 32rem;
    }
    .reasons_ttl_ja {
        font-size: 52rem;
        line-height: 1.1;
        margin-top: 7rem;
    }
    .reasons_txt {
        font-size: 16rem;
        line-height: 1.7;
        margin-top: 22rem;
    }
    .reasons_slider_wrap {
        padding-left: 24rem;
        position: relative;
        border-top: 1px solid rgba(var(--border-color),0.2);
    }
    .reasons_ttl_wrap::before,
    .reasons_ttl_wrap::after,
    .reasons_slider_wrap::before,
    .reasons_slider_wrap::after {
        content: '';
        display: block;
        width: 1px;
        background-color: rgba(var(--border-color),0.2);
        position: absolute;
        top: 0;
        height: 100%;
    }
    .reasons_slider_wrap::before,
    .reasons_ttl_wrap::before {
        left: 24rem;
    }
    .reasons_slider_wrap::after,
    .reasons_ttl_wrap::after {
        right: 24rem;
    }
    
    .reasons_slide_item {
        width: 298rem;
        padding-bottom: 150rem;
    }
    .reasons_slide_ttl {
        padding: 32rem 0 24rem;
        font-size: 20rem;
    }
    .reasons_slide_txt {
        margin-top: 16rem; 
        font-size: 16rem;
        line-height: 1.7;
    }
    .reasons_slide_controls {
        width: 100%;
        justify-content: end;
        padding-right: 24rem;
        gap: 0 8rem;
        position: absolute;
        bottom: 80rem;
        right: 0;
        z-index: 2;
    }
    .reasons_slide_prev,
    .reasons_slide_next {
        width: 48rem;
        height: 48rem;
    }
}


/* workstyle */
.workstyle .section_inner {
    max-width: 1120px;
}
.workstyle_ttl_wrap {
    display: flex;    
    align-items: flex-end;
}
.workstyle_ttl_en {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.workstyle_ttl_ja {
    line-height: 1.2;
    letter-spacing: -0.03em;
}
.workstyle_list {
    display: flex;
}
.workstyle_link {
    display: block;
}
.workstyle_link_ttl_ja {
    display: block;
}
.workstyle_link_ttl_en {
    line-height: 1;
    text-transform: uppercase;
}
@media (min-width: 769px) {
    .workstyle_top {
        height: 185rem;
    }
    .workstyle_ttl_wrap {
        padding-top: 9rem;
        padding-bottom: 40rem;
        gap: 0 30rem;
    }
    .workstyle_ttl_en {
        font-size: 22rem;
    }
    .workstyle_ttl_ja {
        font-size: 60rem;
    }
    .workstyle_txt {
        font-size: 18rem;
        line-height: 1.7;
    }
    .workstyle_bottom {
        height: 180rem;
    }
    .workstyle_list {
        position: relative;
        overflow: hidden;
    }
    .workstyle_listitem {
        width: 50%;
    }
    .workstyle_link {
        height: 100%;
    
        padding: 40rem;
        background: url(../images/common/bg_lightblue2.jpg);
        background-size: 480rem auto;
        position: relative;
    }
    .workstyle_link::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: .3s .2s ease-in-out;
    }
    .workstyle_link .icon_link_arrow {
        width: 45rem;
        height: 34rem;
        position: absolute;
        top: 0;
        right: 0;
        transition: background .3s;
    }
    .workstyle_link.is_active .icon_link_arrow {
        background-color: #fff;
    }
    .workstyle_list::after {
        pointer-events: none;
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        mix-blend-mode: multiply;
        background-color: var(--blue);
        transform-origin: 50% 50%;
    }
    .workstyle_list[active="welfare"]::after {
        animation: workToLeft .5s ease-in-out forwards;
    }
    .workstyle_list[active="education"]::after {
        animation: workToRight .5s ease-in-out forwards;
    }
    @keyframes workToRight {
        0% {
            width: 50%;
            left: 0;
        }
        50% {
            width: 80%;
        }
        100% {
            width: 50%;
            left: 50%;
        }
    }
    @keyframes workToLeft {
        0% {
            width: 50%;
            left: 50%;
        }
        50% {
            width: 80%;
        }
        100% {
            width: 50%;
            left: 0;
        }
    }
    .workstyle_link_inner {
        position: relative;
        color: var(--white);
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 350rem;
    }
    .workstyle_link_ttl_en {
        font-size: 18rem;
    }
    .workstyle_link_ttl_ja {
        font-size: 35rem;
        margin-top: 3rem;
    }
    .workstyle_img {
        border-radius: 4rem;
        width: 240rem;
    }    
    .workstyle_link.is_active .icon_link_arrow_in {
        transform: translateX(100%);
        transition: transform 0.3s var(--ease-out-cubic);  
    }
    .workstyle_link.is_active .icon_link_arrow_out {
        transform: translateX(0%);
        transition: transform .3s .2s var(--ease-out-cubic);
    }
    .workstyle_link.is_active .icon_link_arrow_out::before {
        background-color: var(--blue);
    }
}
@media (max-width: 768px) {
    .workstyle_top {
        height: 80rem;
    }
    .workstyle_ttl_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24rem 0;
        padding-top: 7rem;
        padding-bottom: 48rem;
    }
    .workstyle_ttl_en {
        font-size: 18rem;
        line-height: 1.4;
    }
    .workstyle_ttl_ja {
        font-size: 52rem;
    }
    .workstyle_txt {
        font-size: 16rem;
        line-height: 1.7;
    }
    .workstyle_bottom {
        height: 80rem;
    }
    .workstyle_list {
        flex-direction: column;
        gap: 24rem 0;
    }
    .workstyle_link_inner {
        position: relative;
    }
    .workstyle_link {
        background: url(../images/common/bg_blue.jpg);
        background-size: 480rem auto;
        padding: 26rem 16rem 32rem;
    }
    .workstyle_link_ttl_en {
        font-size: 14rem;
    }
    .workstyle_link_ttl_en .text_marker._white {
        background-size: 100% 100%;
    }
    .workstyle_link_ttl_ja {
        color: var(--white);
        font-size: 36rem;
        line-height: 1.11;
        margin-top: 15rem;
    }
    .workstyle_link .icon_link_arrow {
        width: 45rem;
        height: 34rem;
        position: absolute;
        bottom: 188rem;
        right: 0;
        border-color: var(--white);
    }
    .workstyle_link .icon_link_arrow_in::before {
        background-color: var(--white);
    }
    .workstyle_img {
        margin-top: 20rem;
    }
}

/* recruit */
.recruit .section_inner {
    max-width: 1120px;
}
.recruit_ttl_wrap {
    display: flex;    
    align-items: baseline;
}
.recruit_ttl_en {
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.recruit_ttl_ja {
    line-height: 1.2;
    letter-spacing: -0.03em;
}
.recruit_list_link {
    display: flex;
}
.recruit_list_link .text_marker._white {
    background: transparent;
}
.recruit_list_ttl {
    display: flex;
    flex-direction: column;
}
.recruit_list_ttl_en {
    text-transform: uppercase;
    letter-spacing: -0.02em;
}
.recruit_list_ttl_ja {
    color: var(--black);
}
@media (min-width: 769px) {
    .recruit_ttl_wrap {
        padding-top: 9rem;
        padding-bottom: 40rem;
        gap: 0 30rem;
    }
    .recruit_ttl_en {
        font-size: 22rem;
    }
    .recruit_ttl_ja {
        font-size: 60rem;
    }
    .recruit_txt {
        font-size: 18rem;
        line-height: 1.7;
    }
    .recruit_list_wrap {
        padding-left: 53.5%;
        position: relative;
        min-height: 516rem;
        padding-bottom: 76rem;
    }
    [class].recruit_list_link {
        padding: 20rem 5rem;
        justify-content: space-between;
        align-items: center;
        gap: 0 10rem;
        width: 100%;
        border-bottom: 1px solid rgba(var(--border-color), 0.2);
        background: linear-gradient(var(--blue), var(--blue)) 0% calc(100% + 1px) / 15% 1px no-repeat;
    }
    .recruit_list_ttl {
        gap: 10rem 0;
    }
    .recruit_list_ttl_ja {
        font-size: 28rem;
        line-height: 1.4;
    }
    .recruit_list_ttl_en {
        font-size: 16rem;
        line-height: 1.3;
    }
    .recruit_list_link .icon_link_arrow {
        width: 45rem;
        height: 34rem;
    }
    .recruit_img {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(420/1120 * 100%);
        aspect-ratio: 420/517;
        pointer-events: none;
        object-fit: cover;
        transition: opacity .3s;
        opacity: 0;
    }
    .recruit_list_link.is_active .recruit_img {
        opacity: 1;
    }
    @media (hover:hover) {
        .recruit_list_link {
            transition: background-size .3s ease;
        }
        .recruit_list_link:hover {
            background-size: 100% 1px;
            background-position: 0 calc(100% + 1px);
        }
    }
}
@media (max-width: 768px) {
    .recruit_ttl_wrap {
        flex-direction: column;
        gap: 24rem 0;
        padding-top: 7rem;
        padding-bottom: 48rem;
    }
    .recruit_ttl_en {
        font-size: 18rem;
        line-height: 1.4;
    }
    .recruit_ttl_ja {
        font-size: 52rem;
    }
    .recruit_txt {
        font-size: 16rem;
        line-height: 1.7;
    }
    .recruit_list_wrap {
        padding-bottom: 48rem;
    }
    [class].recruit_list_link {
        flex-direction: column;
        width: 100%;
        position: relative;
        padding-bottom: 24rem;
        border-bottom: 1px solid rgba(var(--border-color), 0.2);
        background: linear-gradient(var(--blue), var(--blue)) 0% calc(100% + 1px) / 20% 1px no-repeat;
    }
    .recruit_listitem + .recruit_listitem {
        margin-top: 32rem;
    }
    .recruit_img {
        position: relative;
    }
    .recruit_listitem:first-child .recruit_img::before {
        opacity: 0;
    }
    .recruit_img::before,
    .recruit_img::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        width: 100vw;
        translate: -50% 0;
        z-index: 1;
        border-top: 1px solid rgba(var(--border-color),0.2);
    }
    .recruit_list_ttl {
        width: 100%;
        margin-top: 24rem;
        gap: 10rem 0;
    }
    .recruit_list_ttl_ja {
        font-size: 28rem;
        line-height: 1.4;
    }
    .recruit_list_ttl_en {
        font-size: 16rem;
        line-height: 1.3;
    }
    .recruit_list_link .icon_link_arrow {
        width: 45rem;
        height: 34rem;
        position: absolute;
        top: 190rem;
        right: 0;
    }
}

/* animation */
.animation_ready .anim_slideIn {
    transition: clip-path .3s var(--ease-in-out-custom);
    clip-path: inset(0% 100% 0% 0%);
}
.animation_loaded .anim_section_ttl.is_animated .anim_slideIn {
    clip-path: inset(0% 0% 0% 0%);
}

/* modal */
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--border-color), 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: var(--z-index-modal);
}  
.modal__container {
    background-color: var(--white);
    max-width: 880rem;
    max-height: 100vh;
    max-height: calc(100vh - var(--header-height));
    position: relative;
    overflow-y: auto;
    box-sizing: border-box;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.modal__title {
    color: var(--blue);
}  
.modal__close {
    position: absolute;
    background: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
}  
.modal__header .modal__close:before {
     content: "\2715";
     font-size: 20rem;
}

.modal_ourmission {
    display: flex;
    color: var(--blue);
}
@media (min-width: 769px) {
    .modal__container {
        padding: 50rem;
    }
    .modal__title {
        font-size: 24rem;
    }  
    .modal__content {
        margin-top: 30rem;
    }  
    .modal__close {
        top: 20rem;
        right: 20rem;
        width: 50rem;
        height: 50rem;
        font-size: 15rem;
        cursor: pointer;
    }
    .modal_ourmission {
        gap: 0 36rem;
    }
    .modal_ourmission_logo {
        width: 46%;
        flex-shrink: 0;
    }
    .modal_ourmission_txt {
        font-size: 16rem;
        line-height: 1.7;
    }
}
@media (max-width: 768px) {
    .modal__overlay {
        padding: 0 24rem;
    }
    .modal__container {
        padding: 32rem;
    }
    .modal__title {
        font-size: 20rem;
        line-height: 1.4;
    }
    .modal__content {
        margin-top: 16rem;
    }  
    .modal__note {
        margin-top: 10rem;
        font-size: 14rem;
        font-weight: 700;
        text-align: center;
    }
    .modal__close {
        top: 8rem;
        right: 8rem;
        width: 40rem;
        height: 40rem;
        font-size: 15rem;
    }
    .modal_ourmission {
        gap: 24rem 0;
        flex-direction: column;
    }
    .modal_ourmission_txt {
        font-size: 14rem;
        line-height: 1.7;
    }
}
@keyframes modalfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes modalslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes modalslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
  
   
.micromodal-slide {
    display: none;
}
  
.micromodal-slide.is-open {
    display: block;
}
  
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: modalfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
  
.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: modalslideIn .3s cubic-bezier(0, 0, .2, 1);
}
  
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: modalfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
  
.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: modalslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.youtube {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.youtube.is_youtube_ready {
    pointer-events: auto;
    cursor: pointer;
}

/* fullscreen */
.fullscreen {
    height: 100%;
    display: none;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
}
.fullscreen_inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube_player_wrap,
.mp4_player_wrap {
    position: relative;
}
.fullscreen_close_btn {
    border: 0;
    margin: 0;
    position: absolute;
    cursor: pointer;
}
.fullscreen_close_btn_inner {
    position: relative;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fullscreen_close_btn_icon {
    position: relative;
}
.fullscreen_close_btn_icon_line {
    position: absolute;
}
.fullscreen_close_btn .fullscreen_close_btn_icon_line:nth-child(1) {
    rotate: 45deg;
}
.fullscreen_close_btn .fullscreen_close_btn_icon_line:nth-child(2) {
    rotate: -45deg;
}
@media (min-width: 769px) {
    .youtube_player,
    .mp4_player {
        width: 800rem;
        height: calc(800rem * 506 / 900);
    }
    .fullscreen_close_btn {
        top: calc(77px * -1);
        right: calc(77px * -1);
    }
    .fullscreen_close_btn_inner {
        width: 77px;
        height: 77px;
    }
    .fullscreen_close_btn_icon {
        width: 20px;
        height: 20px;
    }
    .fullscreen_close_btn_icon_line {
        border-top: 3px solid var(--blue);
        right: 0;
    }
    .fullscreen_close_btn_icon_line:nth-child(1) {
        top: 9px;
        width: 18px;
    }
    .fullscreen_close_btn_icon_line:nth-child(2) {
        top: 9px;
        width: 18px;
    }
}
@media (max-width: 768px) {
    .youtube_player,
    .mp4_player {
        width: 336rem;
        height: 189rem;
    }
    .fullscreen_close_btn {
        top: calc(-38rem - 15rem);
        right: 0;
    }
    .fullscreen_close_btn_inner {
        width: 38rem;
        height: 38rem;
    }
    .fullscreen_close_btn_icon {
        width: 10rem;
        height: 10rem;
    }
    .fullscreen_close_btn_icon_line {
        border-top: 2rem solid var(--blue);
        right: 0;
    }
    .fullscreen_close_btn_icon_line:nth-child(1) {
        top: 4.5rem;
        width: 10rem;
    }
    .fullscreen_close_btn_icon_line:nth-child(2) {
        top: 4.5rem;
        width: 10rem;
    }
}