@media screen and (max-width:991px) {
    .col-md-6 {
        margin-left: 12px !important;
        width: 48% !important;
    }
}


@media screen and (max-width:540px) {
    .col-md-6 {
        margin-inline: auto !important;
        width: initial !important;
    }
    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }
}




/**=================
index.html
==================**/

.color_page_bg {
    padding-top: 11.5rem;
}
.bg_blue {
    background-color: #092354;
}
.bg_glay {
    background-color: #F2F2F2;
}
.bg_blue h2,
.bg_blue p,
.bg_blue a {
    color: #fff;
}



#index {
    overflow: hidden;
}
#index .main_img_zone {
    position: relative;
    overflow: hidden;
    height: fit-content;
}
#index .main_img_zone .index_title_zone {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left:0;
    margin: auto;
    justify-content: right;
    height: fit-content;
    z-index: 3;
}
#index .main_img_zone .index_title_zone h2,
#index .main_img_zone .index_title_zone p {
    color: #fff;
}
#index .main_img_zone .index_title_zone h2 {
    font-size: 4rem;
}
#index .main_img_zone .index_title_zone p {
    font-size: 1.1rem;
}
#index .main_img_zone h1.p_en {
    color: #fff;
    transform: rotate(-90deg);
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: -6%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    font-size: 1rem;
}



.__line {
    position: absolute;
    width: 0;
    height: 20px;
    transform: rotate(10deg);
    z-index: 10;
    animation: lineExtendLeftToRight 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
}
.__line.--white1 {
    transform: rotate(15deg) !important;
    left: 13rem; 
    top: 13rem;
    background-color: #fff;
    transform-origin: left center;
}
.__line.--blue1 {
    transform: rotate(15deg) !important;
    left: 15rem; 
    top: 15rem;
    background-color: #0066B9;
    transform-origin: left center;
}
.__line.--blue2 {
    left: 3rem; 
    bottom: 15rem; 
    background-color: #092354;
    transform-origin: left center;
   
}
.__line.--blue3 {
    left: 5rem; 
    bottom: 14.2rem;
    background-color: #0B2E74;
    transform-origin: left center;
}



@keyframes lineExtendLeftToRight {
    0% {
        width: 0;
        transform: rotate(10deg) scaleX(0);
    }
    100% {
        width:17rem; 
        transform: rotate(10deg) scaleX(1);
    }
}


/* =========================================
   1つ目のイメージ：左から左右へ伸びる
========================================= */
.__bg {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 100%;
    height: fit-content;
    z-index: 2; 
    pointer-events: none; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.__bg_img.__cover {
    -webkit-transform: translateZ(0); /* これを追加 */
    transform: translateZ(0);         /* これを追加 */
    width: 100%;
    height: auto;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    animation: revealLeft 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s forwards;
}
@keyframes revealLeft {
    0% { 
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0); 
    }
    100% { 
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0); 
    }
}
/*
@keyframes lineExtend {
    to { width: 100%; }
}
*/
/* =========================================
   2つ目のイメージ：右から左へ伸びる
========================================= */
.__bg.--right-top {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-right: 0;
    width: 77rem;
    height: auto;
    z-index: 2;
    pointer-events: none;
    
}

.__bg.--right-top .__bg_img.__cover {
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 100%); 
    -webkit-clip-path: inset(0 0 0 100%);
    animation: revealToLeft 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards;
}

@keyframes revealToLeft {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}
/* 中の画像自体のズーム（01と共通） */
.__bg.--right-top .__bg_img.__cover img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
    transform: scale(1);
    animation: imageZoomOut 5s ease-out forwards;
}

@keyframes imageZoomOut {
    to { transform: scale(1); }
}


@media screen and (max-width:1280px) {
    #index .main_img_zone {
        position: relative;
        overflow: hidden;
        /* 画像の比率を事前に指定（800x600の場合） */
        width: 100%; 
    }
    .main_img {
        height: 60rem;
        width: auto;

    }
    .__bg01 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 2;
        pointer-events: none;
    }
    /* 1つ目：左から出るライン画像 */
    .__bg01_parent { /* HTMLの1つ目の .__bg クラスの部分 */
        bottom: 13%; /* 元々の位置に戻す */
    }
    .__bg.--right-top {
        position: absolute;
        bottom: -100%;
        right: 0;
        margin: auto;
        margin-right: 0;
        width: 77rem;
        height: auto;
        z-index: 2;
        pointer-events: none;
    }
}
@media screen and (max-width:991px) {
    .main_img {
        height: 73rem;
        width: auto;

    }
    .__bg.--right-top {
        position: absolute;
        /*bottom: -100%;*/
        bottom: -50%;
        right: 30%;
        margin: auto;
        margin-right: 0;
        width: 70rem;
        height: auto;
        z-index: 2;
        pointer-events: none;
    }
}

@media screen and (max-width:540px) {
    .main_img {
        width: 100%;
        height: auto;
    }
    .__bg01 {
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 34rem;
        height: fit-content;
        z-index: 2;
        pointer-events: none;
    }
    .__bg01_parent { /* HTMLの1つ目の .__bg クラスの部分 */
        /*bottom: 50%;  元々の位置に戻す */
        bottom: 35%;
    }
    .__bg.--right-top {
        position: absolute;
        bottom: -50%;
        right: 0;
        margin: auto;
        margin-right: 0;
        width: 34rem;
        height: auto;
        z-index: 2;
        pointer-events: none;
    }
}





#index .section01 {
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
#index .section01 .img_zone {
    padding: 0;
}
#index .section a.noto-serif {
    font-size: 2.5rem;
}
#index .section01 .--white {
    top: -16.8rem;
    right: -2rem !important;
}
#index .section01 .--blue {
    top: -15rem;
}
#index .section01 .--angle-flat-right {
    right: -10px;
    animation: lineExtendRight_25 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes lineExtendRight_25 {
    0% { width: 0; transform: rotate(-25deg) scaleX(0); }
    100% { width: 30rem; transform: rotate(-25deg) scaleX(1); }
}

#index .section02 {
    position: relative;
    z-index: 5;
    margin-top: -10rem;
}
#index .section02 .section{
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-bottom: 10rem;
    pointer-events: auto; 
    z-index: 4;
}
#index .section02 img.section_bg {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
#index .section02 .--white {
    top: initial !important;
    bottom: 9.1rem;
}
#index .section02 .--blue {
    top: initial !important;
    bottom: 9rem;
    right: 0;
}

#index .section03 {
    position: relative;
    z-index: 3;
    margin-top: -10rem;
}

#index .section03 img.section_bg {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

#index .section03 .section {
    justify-content: end;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: auto; 
    z-index: 4;
}
#index .section03 .section .flex_btn {
    display: flex;
    flex-direction: column;
}
#index .section03 .section .flex_btn .arrow_right {
    width: 21.5rem;
}
#index .section03 .--darkblue {
    left: 0;
    bottom: 12rem;
    height: 1.5rem;
    width: 17rem;
    
}
#index .section03 .--blue {
    left: 3rem;
    width: 33rem;
    height: 2rem;
    bottom: 10rem;
}

#index .story_zone {
    margin-top: -5rem;
    position: relative;
}


#index .story_zone .menber-story-section {
    background-color: #092354;
    padding: 100px 0;
    /* 右肩上がりの斜めを作る (左上, 右上, 右下, 左下) */
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    position: relative;
}

/* カードを横並びにする親 */
#index .story_zone .card_container {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: -8rem;
    position: relative;
    z-index: 5;
}

/* 個別のカード（ここを傾ける） */
#index .story_zone .card {
    width: 30%;
    height: 38rem;
    overflow: hidden;
    transform: skewY(0deg); 
    position: relative;
}
#index .story_zone .card01 {
    margin-top: 13.5rem;
}
#index .story_zone .card02 {
    margin-top: 7rem;
}
#index .story_zone .card03 {
    background-color: #00539D;
}
/* カードの中身（画像やテキスト） */
#index .story_zone .card_inner {
    width: 100%;
    height: 100%;
    /* 親の傾きを打ち消して、中身は真っ直ぐに見せる */
    transform: skewY(0deg) scale(1.05); /* scaleは端が切れないための調整 */
    position: absolute;
    top: 0;
    transition: 0.5s;
}
#index .story_zone .card_inner:hover img {
    transition: 0.5s;
    transform: scale(1.1);
    filter: brightness(1);
}

#index .story_zone .card_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
    transition: 0.5s;
}
#index .story_zone .card_inner .text_zone {
    position: absolute;
    bottom: 6rem;
    left: 4rem;
    z-index: 2;
}
#index .story_zone .card .arrow_right {
    padding-left: 7px;
    padding-top: 2rem;
    border-bottom: none;
}
#index .story_zone .card01 .text_zone p,
#index .story_zone .card02 .text_zone p {
    text-shadow: 3px 3px 6px #000;
}
#index .story_zone .card01 .text_zone .arrow_right,
#index .story_zone .card02 .text_zone .arrow_right {
    margin-top: 2.5rem;
    margin-left: 2rem;
}
#index .story_zone .card03 .text_zone {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#index .story_zone .card03 .text_zone p {
    margin-bottom: 1.5rem;
}
#index .story_zone .card03 .text_zone .btn_zone p {
    font-size: 2.5rem;
    margin-bottom: 0;
}
#index .bg_blue {
    padding-bottom: 16rem;
}

#index .joinus_zone {
    position: relative;
    padding: 5rem 0 10rem 0; 
    z-index: 1;
    color: #092354;
}

/* 背景レイヤーだけを斜めに切り抜く */
#index .joinus_zone::before {
    content: "";
    position: absolute;
    top: -24.5rem; 
    left: 0;
    width: 100%;
    height: calc(100% + 5rem);
    background-color: #F2F2F2; 
    clip-path: polygon(0 47%, 100% 0, 100% 100%, 0 100%);
    z-index: -1; 
}

#index .joinus_zone h2 {
    font-size: 5rem;
}
#index .joinus_zone .__line-right {
    right: 0;
}
#index .joinus_zone .__line-right.--blue {
    --r: -13deg;
    top: -25rem;
    width: 40rem;
    right: -10px;
    animation: lineExtendRight_12 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
#index .joinus_zone .__line-right.--white {
    --r: -13deg;
    top: -26rem;
    width: 34rem;
    right: -10px;
    animation: lineExtendRight_12 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes lineExtendRight_12 {
    0% { transform: rotate(-13deg) scaleX(0); }
    100% { transform: rotate(-13deg) scaleX(1); }
}
#index .joinus_zone .joinus_section {
    justify-content: space-between;
}
#index .joinus_zone a {
    line-height: 1;
    font-size: 1.5rem;
    color: #092354;
}
#index .joinus_zone .btn_section div:first-child{
    margin-bottom: 0.5rem;
}
#index .joinus_zone .btn_zone {
    border-bottom: none;
   /*border-bottom:1px dashed #092354;*/
   position: relative;
}
#index .joinus_zone .btn_zone:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -7px;
    margin: auto;
    width: 100%;
    border-bottom: 1px dashed #092354;
}
#index .joinus_zone .arrow_right .arrow {
    margin-bottom: 0 !important;
}
#index .joinus_zone .img_zone {
    margin-block: auto;
    margin-bottom: 0;
}



@media screen and (max-width:991px) {
    #index .main_img_zone .index_title_zone h2 {
        font-size: 2.9rem;
    }
    .__line.--white1 {
        transform: rotate(15deg) !important;
        left: -10px; 
        top: 11rem;
        background-color: #fff;
        transform-origin: left center;
    }
    .__line.--blue1 {
        transform: rotate(15deg) !important;
        left: -10px; 
        top: 10rem;
        background-color: #0066B9;
        transform-origin: left center;
    }
    #index .section01 .__line-right.--white {
       top: -15rem;
      right: -50% !important;
    }
    #index .section01 .__line-right.--blue {
        top: -16rem;
        right: -50%;
    }
    #index .__line-right.--white {
      bottom: 3rem;
      right: -25%;
    }
    #index .__line-right.--blue {
        bottom: 2rem;
        right: -20%;
    }
    #index .__line-right {
        right: -2px;
    }
    #index .section01 {
        justify-content: center;
        position: relative;
        z-index: 10;
    }
    #index .bg_blue {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    #index .section a.noto-serif {
        font-size: 1.8rem;
    }
    #index .section01 .text_zone {
        z-index: 1;
    }
    #index .section01 .img_zone  {
       position: absolute;
       right: -12px;
       bottom: 10rem;
    }
    #index .section02 {
        margin-top: 0;
    }
    #index .section02 .section,
    #index .section03 .section {
        height: fit-content;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        margin-bottom: 10rem;
        pointer-events: auto;
        z-index: 4;
        margin-top: 7rem;
    }
    #index .section03 {
        margin-top: -5rem;
        margin-bottom: 7rem;
    }
 
    #index .section03 .section .flex_btn .arrow_right {
        width: 15.5rem;
    }









    




    #index .story_zone {
        position: relative;
        margin-top: 0 ;
        margin: 0 !important;
        width: 51% !important;
    }
    #index .story_zone .title_img {
        margin-left: 1rem;
    }
    /* カードを横並びにする親 */
    #index .story_zone .card_container {
        display: flex;
        justify-content: space-between;
        gap: 1.5rem;
        margin-top: 0rem;
        position: relative;
        z-index: 5;
        margin: auto;
        margin-top :-3rem;

        padding: 0;
    }
    #index .story_zone .card_container .slide_zone01 {
        background-image: url("../img/res_slide_bg_img.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom:3rem;
    }
    #index .story_zone .card03 {
        background-color: initial;
        width: 100%;
        height: auto;
        overflow: hidden;
        transform: initial; 
        position: relative;
        padding: 1rem 0 3rem 0;
        clip-path: initial;
        border: none;
    }
    #index .story_zone .card_inner {
        width: 100%;
        height: 100%;
        transform:initial;
        position: initial;
        transition: 0.5s;
        display: block;
        padding: 0;
    }
    #index .slider-header {
        display: flex;
        justify-content: end;
        align-items: flex-end;
        margin-bottom: 5rem;
        color: #fff;
        margin-right: 2rem;
    }
    #index .story_zone .card_inner .text_zone {
        position: initial;
    }

    #index .story_zone .card_inner .text_zone a {
        font-size: 1.8rem;
    }
    #index .story_zone.res_991 .in-section {
        margin-top: 2rem;

        margin-left: 12px;
    }
    #index .story_zone .card .arrow_right {
        padding-left: 7px;
        padding-top: 2rem;
        border-bottom: 1px dashed #fff;
    }




    /* 全体の背景（画像に合わせて濃い紺色に設定） */
    #index .slide_zone01 {
        overflow: hidden;
        margin-top: 0;
    }

    /* タイトルと矢印のレイアウト */
    #index .slider-header {
        display: flex;
        justify-content:end;
        align-items: flex-end;
        margin-bottom: 5rem;
        color: #fff;
    }

    #index .member-story-title {
        font-size: clamp(40px, 8vw, 80px);
        font-style: italic;
        font-weight: bold;
        line-height: 1;
        margin: 0;
    }

    /* カスタム矢印のデザイン */
    #index .custom-nav {
        display: flex;
        gap: 10px;
    }
    #index .swiper-button-prev-custom,
    #index .swiper-button-next-custom {
        width: 2.5rem;
        height:2.5rem;
        border: 1px solid #fff;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
    }
    #index .swiper-button-prev-custom:hover,
    #index .swiper-button-next-custom:hover {
        background: rgba(255,255,255,0.1);
    }

    /* ★斜め設定：親を傾ける */
    #index .skew-wrapper {
        transform: skewY(-11deg); /* ここで全体の角度を調整 */
        padding-bottom: 3rem;
    }

    /* ★中身を逆方向に傾けて戻す */
    #index .swiper-slide {
        transform: skewY(0deg); 
        transition: transform 0.3s;
    }
    #index .slide-media {
        position: relative;
        aspect-ratio: 3 / 4;
        overflow: hidden;
        z-index: 1;
    }
    /* 画像部分（ここにだけフィルターをかけたい） */
    #index .slide-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: skewY(10deg) scale(1.2);
        transition: filter 0.5s ease;
        filter: brightness(0.2);
    }
    /* 画像の上のテキスト（フィルターの影響を受けさせない） */
    #index .text-overlay {
        position: absolute;
        top: 30%;
        left: 10%;
        color: #fff;
        text-shadow: 0 2px 10px rgba(0,0,0,0.8);
        transform: skewY(10deg);
        z-index: 10; 
        transform: skewY(10deg) translateZ(0); 
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }
    #index .text-overlay h3 {
        font-size: 1.8rem;
    }
    #index .text-overlay span{
        font-size: 0.7rem;
        line-height: 1;
        font-weight: 600;
    }
    /* 前のステップで .swiper-slide にかけていた filter は削除します */
    #index .swiper-slide:hover .slide-media img {
        filter: brightness(1); /* カラー ＆ 通常の明るさに */
    }
    /* ★変更：センター（アクティブ）の「中にある画像」にフィルター解除をかける */
    #index .swiper-slide-active .slide-media img {
        filter: brightness(1); /* カラー ＆ 通常の明るさに */
    }
    #index .swiper-slide.is-touched .slide-media img {
        filter: brightness(1) !important; 
    }
    /* 2. 【PC限定】マウスホバーしたときだけ明るくする（スマホの残像を防止） */
    @media (hover: hover) {
        #index .swiper-slide:hover .slide-media img {
            filter: brightness(1); 
        }
    }
    #index .swiper-slide:focus .slide-media img,
    #index .swiper-slide:focus-within .slide-media img,
    #index .swiper-slide a:focus .slide-media img {
        /* 中央にいる時(.swiper-slide-active)以外は、フォーカスされても暗いまま(0.2)を維持する */
        filter: brightness(0.2) !important; 
    }



    #index .joinus_zone {
        position: relative;
        padding:  0; 
        z-index: 1;
        color: #092354;
        padding-bottom: 7rem;
    }
    #index .joinus_zone .__line-right.--blue {
        top: -9.5rem;
        width: 19rem;
        right: 40%;
    }
    #index .joinus_zone .__line-right.--white {
        top: -10.5rem;
        width:18rem;
        right: 40%;
    }
    /* 背景レイヤーだけを斜めに切り抜く */
    #index .joinus_zone::before {
        content: "";
        position: absolute;
        top: -13.5rem; 
        left: 0;
        width: 100%;
        height: calc(100% + 5rem);
        background-color: #F2F2F2; 
        clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%);
        z-index: -1; 
    }

    #index .joinus_zone .btn_zone {
        position: relative;
        margin-bottom: 10px;
        line-height: 2;
        display: inline-block;
    }
    #index .joinus_zone a {
        line-height: 1.3;
        font-size: 1.8rem;
        color: #092354;
        display: inline-block;
        margin-bottom: 0px;
        position: relative;
    }
    #index .joinus_zone .arrow_right {
        border-bottom: none;
    }
    /*
    #index .joinus_zone .arrow_right .arrow {
        bottom: 0;
    }
    */
    #index .joinus_zone .btn_zone:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -5px;
        margin: auto;
        width: 100%;
        border-bottom: 1px dashed #092354;
    }
    #index .joinus_zone .img_zone {
        margin-block: auto;
        margin-bottom: 0;
        margin-top: 3.5rem;
    }

}

@media screen and (max-width:540px) {
    #index .main_img_zone .index_title_zone  {
        top: 15%;
    }

    .__line.--blue1 {
        height: 10px;
        transform: rotate(15deg) !important;
        left: -10px;
        top: 5.5rem;
        background-color: #0066B9;
        transform-origin: left center;
    }
    .__line.--white1 {
        height: 10px;
        transform: rotate(15deg) !important;
        left: -10px;
        top: 6rem;
        background-color: #fff;
        transform-origin: left center;
    }
    @keyframes lineExtendLeftToRight {
        0% {
            width: 0;
            transform: rotate(10deg) scaleX(0);
        }
        100% {
            width:10rem; 
            transform: rotate(10deg) scaleX(1);
        }
    }
    
    #index .section01 .img_zone  {
        position: absolute;
        right: -20px;
        bottom: 10rem;
     }
    #index .section02 .__line-right {
        bottom: -4rem;
        right: -17px;
        width: 10rem;
        height: 10px;
    }
    #index .section02 .__line-right.--blue {
        bottom: -3.5rem;
        width: 12rem;
    }
    #index .section03 {
        margin-top: -5rem;
        margin-bottom: 7rem;
    }
    #index .section02 img.section_bg {
        position: relative;
        z-index: 1;
        pointer-events: none;
        height: 44rem;
        width: auto;
    }
    #index .section02 .section {
        height: fit-content;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        margin-bottom: 7rem;
        pointer-events: auto;
        z-index: 4;
        margin-top: 7rem;
    }
    #index .section03 img.section_bg {
        position: relative;
        z-index: 2;
        pointer-events: none;
        height: 40rem;
        width: auto;
    }
    #index .section03 .section {
        height: fit-content;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        margin-bottom: 7rem;
        pointer-events: auto;
        z-index: 4;
        margin-top: 12rem;
    }
    #index .section03 .text_zone  {
        margin: auto;
    }
    #index .section03 .section .flex_btn .arrow_right {
        width: 14.5rem;
    }

    #index .story_zone {
        position: relative;
        margin-top: 6rem !important;
        width: initial !important;
    }

    #index .story_zone .card_container  {
        padding: 0;
        display: flex;
        justify-content: space-between;
        gap: 1.5rem;
        margin-top: 0rem;
        position: relative;
        z-index: 5;
        margin: auto;
        margin-top :-1rem;
    }

    #index .slider-header {
        display: flex;
        justify-content: end;
        align-items: flex-end;
        margin-bottom: 5rem;
        color: #fff;
        margin-right: 2rem;
    }
    #index .slide-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: skewY(10deg) scale(1.15);
        transition: filter 0.5s ease;
        filter: brightness(0.2);
    }
    #index .swiper-button-prev-custom,
    #index .swiper-button-next-custom {
        width: 2rem;
        height:2rem;
        border: 1px solid #fff;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
    }
    /* 背景レイヤーだけを斜めに切り抜く */
    #index .joinus_zone::before {
        content: "";
        position: absolute;
        top: -8.5rem; 
        left: 0;
        width: 100%;
        height: calc(100% + 5rem);
        background-color: #F2F2F2; 
        clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
        z-index: -1; 
    }

    #index .joinus_zone h2 {
        font-size: 3.5rem;
    }
    #index .joinus_zone .__line-right.--blue {
        top: -9.5rem;
        width: 12rem;
        right: -10px;
    }
    #index .joinus_zone .__line-right.--white {
        top: -10.5rem;
        width:11rem;
        right: -10px;
    }
    #index .joinus_zone .arrow_right .arrow {
        bottom: 5px;
    }
    #index .joinus_zone a {
        line-height: 1.3;
        font-size: 1.7rem;
        color: #092354;
        display: inline-block;
        margin-bottom: 0px;
        position: relative;
    }
    #index .joinus_zone .img_zone {
        margin-block: auto;
        margin-bottom: 0;
        margin-top: 3.5rem;
        margin-right: 0;
    }




}








/**=======================
共通style
======================**/

.border_text_r,
.border_text_l {
    position: relative;
}
.border_text_r:after {
    position: absolute;
    content: "";
    right: 0;
    height: 1px;
    width: 60%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.border_text_l {
    text-align: right;
}
.border_text_l:before {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 54%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tate {
    writing-mode: vertical-rl;
    display: inline-block;
    text-orientation: upright;
    vertical-align: middle;
}

/**=======================
about us
======================**/
#aboutus {
    position: relative;
    overflow: hidden;
}
#aboutus .main_img_zone {
    overflow: hidden;
}
#aboutus .main_img_zone .--blue {
    right: -5px;
    top: 16rem;
    height: 2rem;
    width: 24rem;
}
#aboutus .main_img_zone .--white {
    right: 4rem;
    top: 16.5rem;
    width: 24rem;
}
#aboutus .making_zone {
    padding-bottom: 8rem;
}
#aboutus .main_img_zone .flex_group {
    display: flex;
    padding-right: 0;
}

#aboutus .making_zone .text_zone {
    justify-content: space-between;
}
#aboutus .making_zone .text_zone .l-text p.info {
    width: 85%;
    margin-left: 0;
}
#aboutus .making_zone .m-list-zone {
    background-image: url("../img/aboutus_bg_img01.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
#aboutus .making_zone .m-list-zone .flex_group {
    display: flex;
    justify-content:space-around;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#aboutus .making_zone .m-list-zone .m-list {
    width:24.5%;
}
#aboutus .making_zone .parts_zone {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#aboutus .making_zone .parts_zone .parts_list {
    width: 48%;
    border: 1px solid #fff;
    /*display: flex;
    justify-content: space-between;*/
    position: relative;
    margin-top: 3.5rem;
}
#aboutus .making_zone .parts_zone .parts_list .text_zone p.parts_title {
    line-height: 1.3;
    margin-bottom: 1rem;
}
#aboutus .making_zone .parts_zone .parts_list .text_zone p span.noto-serif {
    font-size: 2.5rem;
}
#aboutus .making_zone .parts_zone .parts_list .text_zone {
    /*padding: 1.5rem 0 0 2.5rem;*/
    position: absolute;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    top: 0;
    bottom:0;
    left: 2.5rem;
    margin: auto;
    height: fit-content;
}
#aboutus .making_zone .parts_zone .parts_list .img_zone {
    width: 16rem;
    float: right;
}
#aboutus .making_zone {
    position: relative;
}
#aboutus .making_zone .__line-left.--blue {
    top: 8rem;
    width: 20rem;
    --r: -13deg;
    left:0;
    animation: lineExtendRight_12 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
#aboutus .making_zone .__line-left.--white {
    top: 7.3rem;
    width: 18rem;
    --r: -13deg;
    left:0;
    animation: lineExtendRight_12 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes lineExtendRight_12 {
    /*0% { transform: rotate(-13deg) scaleX(0); }
    100% { transform: rotate(-13deg) scaleX(1); }*/
    0% { transform: rotate(var(--r)) scaleX(0); }
    100% { transform: rotate(var(--r)) scaleX(1); }
}











#aboutus .section_group.flex_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2222222222vw;
    width: 100%;
}

#aboutus .section_group .section {
    background-color: #E9F2F5;
    width: 100%;
    padding: 2.5rem;
    
}
#aboutus .section_group .section p.section_title {
    color: #fff;
    display: inline-block;
    background-color: #092354;
    padding: 0.3rem 2rem;
}
#aboutus .section_group .section .number_zone p {
    color: #0066B9;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
#aboutus .section_group .section .number_zone p span.tate {
    font-size: 2.5rem;
    vertical-align: baseline;
}
#aboutus .section_group .section .number_zone p span.din_bold {
    font-size: 8rem;
    font-weight: 600;
    letter-spacing: 0;
    letter-spacing: -4px;
}
#aboutus .section_group .section .number_zone p span.unit {
    font-size: 3rem;

}
#aboutus .section_group .section .text_zone p {
    color: #092354;
    /*font-weight: 700;*/
    line-height: 1.5;
}
#aboutus .section_group .section02 .number_zone p span.small_tate {
    font-size: 1.5rem;
}
#aboutus .section_group .section .flex_group {
    display: flex;
    justify-content: space-between;
}

#aboutus .section_group .section04 .number_zone p {
   letter-spacing: -5px;
}
/*
#aboutus .section_group .section04 .number_zone p span.din {
    font-size: 6rem;
}

#aboutus .section_group .section04 .number_zone p span.unit {
    line-height: 0.8;
    font-size: 1.5rem;
    position: absolute;
    right: 1.5rem;
    bottom: 0;
}*/
#aboutus .section_group .section04 .number_zone p span.unit {
    letter-spacing: -7px;
}
#aboutus .section_group .section05 {
    grid-row: 3 / 5;
}
#aboutus .section_group .section05 .img_zone {
    padding-left: 0 !important;
}
#aboutus .section_group .section .img_zone {
    padding-left: 2rem;
}

#aboutus .section_group .zone02 .section {
    width: 100%;
}
#aboutus .section_group .section07 .number_zone p span.unit {
    font-size: 2rem;
}



@media screen and (max-width:1280px) {
    #aboutus .section_group .section .img_zone {
        padding-left: 1rem;
        width: 20rem;
        margin-block:auto;
        margin-bottom: 0;
    }
    #aboutus .section_group .section05 .img_zone {
        width: 100%;
        margin-top: 1.5rem;
    }
}



@media screen and (max-width:991px) {
    #aboutus .main_img_zone .flex_group {
        display: block;
        padding-right: 8.64px;
    }
    #aboutus .main_img_zone .--blue {
        right: 30%;
        top: 11rem;
        height: 2rem;
        width: 24rem;
    }
    #aboutus .main_img_zone .--white {
        right: 28%;
        top: 10.5rem;
        width: 24rem;
    }
    #aboutus .main_img_zone .__line-left.res_991 {
        top: 56em;
        left: 0;
        width: 12rem;
    }
    #aboutus .main_img_zone .__line-left.--white {
        width: 10rem;
        top: 55.5rem;
    }

    #aboutus .making_zone .text_zone .res_img_title {
        margin-right: 0;
    }
    #aboutus .making_zone .text_zone .l-text {
        margin-top: 3.5rem;
    }
    #aboutus .making_zone .text_zone .l-text p.info {
        width: 100%;
        margin-left: 0;
    }
    #aboutus .making_zone .m-list-zone .flex_group {
        display: flex;
        flex-wrap: wrap; /* 子要素を折り返させる設定 */
        justify-content: space-between;
        margin-top: 3.5rem;
    }
    #aboutus .making_zone .m-list-zone .m-list  {
        width: 49.5%; 
        margin-top: -2rem;
    }
    #aboutus .making_zone .m-list-zone .m-list:nth-child(odd) {
        padding-right: 5px;
    }
    #aboutus .making_zone .m-list-zone .m-list:nth-child(even) {
        padding-left: 5px;
    }
    #aboutus .making_zone .p-zone .text_zone p.border_text_r {
        padding-bottom: 15px;
    }
    #aboutus .making_zone .p-zone .text_zone p.border_text_r:after {
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
    }
    #aboutus .making_zone .parts_zone .parts_list {
        width: 100%;
        border: 1px solid #fff;
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
        position: relative;
    }
    #aboutus .making_zone .parts_zone .parts_list:first-child {
        margin-top: 3.5rem;
    }
    #aboutus .making_zone .parts_zone .parts_list .text_zone {
        padding: initial;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2.5rem;
        margin: auto;
        height: fit-content;
    }
    #aboutus .making_zone .parts_zone .parts_list .text_zone p {
        line-height: 1.5;
    }
    #aboutus .making_zone .parts_zone .parts_list .text_zone p span.noto-serif {
        font-size: 1.8rem;
    }
    #aboutus .making_zone .parts_zone .parts_list .text_zone p.parts_title span{
        margin-right: 15px;
    }
    #aboutus .making_zone .parts_zone .parts_list .img_zone {
        width: 12rem;
        margin: auto;
        margin-bottom: 0;
        margin-right: 0;
        opacity: 0.5;
    }

    #aboutus .making_zone .n-zone .text_zone p.border_text_l {
        padding-bottom: 15px;
    }
    #aboutus .making_zone .n-zone .text_zone p.border_text_l::before {
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
    }
    #aboutus .section_group.flex_group {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6vw;
        width: 100%;
    }
    #aboutus .section_group .section {
        background-color: #E9F2F5;
        width: 100%;
        padding: 1.5rem;
    }
    #aboutus .section_group .section p.section_title {
        color: #fff;
        display: inline-block;
        background-color: #092354;
        padding: 0.3rem 2rem;
        margin-bottom: 0.5rem;
    }
    #aboutus .section_group .section .number_zone {
        margin-bottom: 0.5rem;
    }
    #aboutus .section_group .section .number_zone p span.tate {
        font-size: 1.5rem;
        vertical-align: baseline;
    }
    #aboutus .section_group .section .number_zone p span.din_bold {
        font-size: 5rem;
        font-weight: 600;
        letter-spacing: -3px;
    }
    #aboutus .section_group .section .number_zone p span.unit {
        font-size: 1.5rem;
    }
    #aboutus .section_group .section02 {
        background-image: url("../img/aboutus_section_img01_res.png");
        background-position: right 10% bottom 50%;
        background-repeat: no-repeat;
        background-size: 30%;
    }
    #aboutus .section_group .section06 {
        background-image: url("../img/aboutus_section_img04_res.png");
        background-position: right 10% bottom 50%;
        background-repeat: no-repeat;
        background-size: 30%;
    }
    #aboutus .section_group .section07 {
        background-image: url("../img/aboutus_section_img05_res.png");
        background-position: right 10% bottom 50%;
        background-repeat: no-repeat;
        background-size: 25%;
    }
    #aboutus .section_group .section02 .number_zone p span.res_991 {
        display: inline-block !important;
    }
    #aboutus .section_group .section04 .number_zone p span.unit {
        letter-spacing: -2px;
    }
    #aboutus .section_group .section04 .number_zone p {
        letter-spacing: 0px;
    }
    #aboutus .section_group .section05 {
        margin-top: 1rem;
    }
}

@media screen and (max-width:540px) {
    #aboutus .main_img_zone .--blue {
        right: -5px;
        top: 4.2rem;
        height: 10px;
        width: 18rem;
    }
    #aboutus .main_img_zone .--white {
        right: -3px;
        top: 5rem;
        height:10px;
        width: 16rem;
    }
    #aboutus .main_img_zone .__line-left.res_991 {
        top: 56em;
        left: 0;
        width: 12rem;
    }
    #aboutus .main_img_zone .__line-left.--white {
        width: 10rem;
        top: 55.5rem;
    }
    #aboutus .making_zone {
        padding-top: 7rem;
    }
    #aboutus .making_zone .__line-left.--blue {
        top: 3rem;
        width: 20rem;
        left: 0;
        animation: lineExtendRight_12 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    }
    #aboutus .making_zone .__line-left.--white {
        top: 2.3rem;
        width: 18rem;
        left: 0;
        animation: lineExtendRight_12 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    }
    #aboutus .making_zone .m-list-zone {
        background-image: url(../img/aboutus_bg_img01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 200%;
        margin-top: 1.5rem;
    }
    #aboutus .making_zone .m-list-zone .flex_group {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 1.5rem;
        gap: 8px;
        padding-bottom: 0;
    }
    #aboutus .making_zone .m-list-zone .m-list  {
        width: 48.5%; 
        margin-top: -2rem;
    }
    #aboutus .making_zone .m-list-zone .m-list:nth-child(odd) {
        padding-right: 0;
    }
    #aboutus .making_zone .m-list-zone .m-list:nth-child(even) {
        padding-left: 0;
    }
    #aboutus .section_group .section p.section_title {
        color: #fff;
        display: inline-block;
        background-color: #092354;
        padding: 0.3rem 2rem;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
    
    #aboutus .making_zone .parts_zone .parts_list .text_zone {
        /*padding: 1rem 0 0 1rem;*/
        position: absolute;
        left: 2rem;
        z-index: 2;
        width: auto;
    }
    #aboutus .section_group .section .number_zone p span.tate {
        font-size: 1.4rem;
        vertical-align: baseline;
    }
    #aboutus .section_group .section .number_zone p span.din_bold {
        font-size: 5rem;
    }
    #aboutus .section_group .section .number_zone p span.unit {
        font-size: 1.4rem;
    }
    #aboutus .section_group .section .text_zone p {
        color: #092354;
        font-weight: 700;
        font-size: 1rem;
        text-align: justify;
        line-height: 1.8;
    }
}






/**=======================
main_img_zone page common
=========================**/
.main_img_zone .title_zone h2.minerva {
    letter-spacing: -2px;
    position: relative;
    padding-bottom: 10px;
}
.main_img_zone .title_zone h2.minerva:after {
    position: absolute;
    content: "";
    background-color: #484848;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 17rem;
}

@media screen and (max-width:991px) {
    .main_img_zone .title_zone h2.minerva {
        letter-spacing: -2px;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:540px) {
    .main_img_zone .title_zone h2.minerva:after {
        position: absolute;
        content: "";
        background-color: #484848;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 1px;
        width: 10rem;
    }
}


/**================
department
==================**/
#department .main_img_zone.h_main {
    height: 90vh;
}
#department .main_img_zone .title_zone h2.minerva {
    color: #fff;
}
#department  .main_img_zone .title_zone h2.minerva:after {
    background-color: #fff;
}
/** Scroll + Fadein css start **/
#department .department_wrap .wrapper {
    display: flex;
	justify-content: space-between;
	position: relative;
}
#department .department_wrap .images{
	height: 100vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top:0;
}
#department .department_wrap .wrapper .section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

#department .department_wrap .images p {
	width: 100%;
	margin: auto;
	display: block;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	/* フェード速度 */
	transition: .8s;
	opacity: 0;
}

#department .department_wrap .wrapper p img.l-img {
    width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
    position: relative;
}
#department .department_wrap .wrapper p img.text_img {
    position: absolute;
    bottom: 8rem;
    left: 0;
    height: 8rem;
    width: auto;
}
#department .department_wrap .images p:first-child,
#department .department_wrap .images p.active {
	visibility: visible;
	opacity: 1;
}
/** Scroll + Fadein css end **/
#department .department_wrap .contents .section {
    padding: 7rem 10rem;
    background-color: #E9F2F5;
}
#department .department_wrap .contents .section .text_zone p.section_title {
    background-color: #092354;
    color: #fff;
    text-align: center;
}
/*
#department .department_wrap .contents .section .text_zone p.text {
    line-height: 2.5;
}
*/
#department .department_wrap .contents .section .img_zone {
    display: flex;
    justify-content: space-between;
}
#department .department_wrap .contents .section .img_zone img {
    width: 48%;
}
#department .department_wrap .bnr_wrap {
    position: relative;
}
#department .department_wrap .bnr_wrap .text_zone {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    color: #fff;
}


@media screen and (max-width:1280px) {
    #department .main_img_zone.h_main {
        height: 80vh;
    }
}

@media screen and (max-width:991px) {
    #department {
        background-color: #E9F2F5;
        padding-bottom: 0rem;
    }
    #department .main_img_zone.h_main {
        height: auto;
    }
    #department .main_img_zone .text_zone {
        padding-bottom: 7rem;
    }
    #department .department_wrap {
        margin: auto;
    }
    #department .department_wrap .contents .res_991.r-img {
        margin-left: -2rem;
    }
    #department .department_wrap .contents .res_991.l-img {
        margin-right: -2rem;
    }
    #department .department_wrap .contents .section {
        padding: 0rem 11px;
        margin-top: 9rem;
        background-color: #E9F2F5;
    }
    #department .department_wrap .contents p.section_title {
        background-color: #092354;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 0 2rem;
        position: absolute;
        top: -2rem;
        left: 0;
    }
    #department .department_wrap .res_991  {
        position: relative;
    }
    #department .department_wrap .contents .res_991 img.text_img {
        height: 9rem;
        width: auto;
        position: absolute;
        bottom: -2rem;
        left: 2rem;
    }
    #department .department_wrap .contents #section03 .res_991 img.text_img {
        height: 6rem;
    }
    #department .bnr_wrap {
        margin-top: 7rem;
    }
    /*
    #department .department_wrap .bnr_wrap .text_zone {
        position: absolute;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: fit-content;
        color: #fff;
        width: fit-content;
        text-align: left;
    }
    */
    #department .bnr_wrap {
        position: relative;
        margin-left: 0 !important;
        width: 52% !important;
    }
    #department .bnr_wrap .text_zone {
        position: absolute;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: fit-content;
        color: #fff;
        width: fit-content;
        text-align: left;
    }
}

@media screen and (max-width:540px) {
    #department {
        overflow: hidden;
        padding-bottom: 0;
    }
    #department .department_wrap .contents .res_991.r-img {
        margin-left: -2rem;
    }
    #department .department_wrap .contents .res_991.l-img {
        margin-right: -2rem;
    }
    #department .department_wrap .contents .res_991 img.text_img {
        height: 7.5rem;
        width: auto;
        position: absolute;
        bottom: -1rem;
        left: 2rem;
    }
    #department .department_wrap .contents .res_991.l-img img.text_img {
        left: 0;
    } 
    #department .department_wrap .contents #section03 .res_991 img.text_img {
        height: 5rem;
    }
    #department .department_wrap .contents p.section_title {
        background-color: #092354;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 0.5rem 1.5rem;
        position: absolute;
        top: -2rem;
        left: 0;
    }
    #department .department_wrap .contents .res_991.r-img p.section_title {
        left: 2rem;
    }
    #department .department_wrap .contents p.section_title span {
        font-size: 1.2rem !important;
    }
    #department .department_wrap .contents p {
        text-align: justify;
    }
    #department .bnr_wrap {
        position: relative;
        margin-left: 0 !important;
        width: 100% !important;
    }

}









/**================
m-story
==================**/
#m-story .bg_img {
    background-image: url("../img/m-story_bg_img.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10rem;
}
#m-story .main_img_zone.sticky {
    position: sticky;
    top: 0;
}
#m-story .main_img_zone .title_zone h2 {
    color: #484848;
}
#m-story .main_img_zone .title_zone h2.minerva:after {
    background-color: #484848;
}
#m-story .m-story_wrap .arrow_bu {
    border: 1px solid #fff !important;
    transition: 0.5s;
}
#m-story .m-story_wrap .section:hover .arrow:before {
    animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
    animation-delay: 0s;
}
#m-story .m-story_wrap .section:hover .arrow:after {
    animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
    animation-delay: 0.2s;
}
#m-story .m-story_wrap .section:hover .arrow_sky {
    border: 1px solid #0066B9!important;
    transition: 0.5s;
}
#m-story .m-story_wrap .section .img_hover:hover img {
    transform: scale(1.05);
}
#m-story .m-story_wrap .section {
    margin: auto;
    margin-top: 3.5rem;
    margin-right: 0;
    position: relative;
}
#m-story .m-story_wrap .section .text_zone {
    position: absolute;
    top: 4rem;
    left: 3rem;
}
#m-story .m-story_wrap .section .s-title{
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}
#m-story .m-story_wrap .section .btn_zone {
    position: absolute;
    right: 3rem;
    bottom: 3.5rem;
}
#m-story .m-story_wrap .section .text_zone p {
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    /**text-shadow: 0px 3px 6px #868686;**/
}
#m-story .m-story_wrap .section04 .text_zone p,
#m-story .m-story_wrap .section05 .text_zone p {
    color: #000000;
}
#m-story .m-story_wrap .section .text_zone p span.small_font {
    display: inline-block;
    padding-left: 5px;
    padding-bottom: 5px;
}
#m-story .m-story_wrap .section .text_zone p span.number {
    font-size: 5rem;
    line-height: 0.8;
    font-weight: 600;
    /**text-shadow: 0px 3px 6px #868686;**/
}

#m-story .s-title .comment{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    padding:2rem;
    text-align: left;
    outline: none;   
    transition: ease .2s;
    line-height: 1.1;
    font-weight: bold;
}
#m-story .s-title .comment.bgleft_wh {
    background-color: #0066B9;
}
#m-story .s-title  p span.font40 {
    font-size: 2rem;
}
#m-story .s-title p span.font70 {
    font-size: 3.5rem;
}
#m-story .s-title .comment span {
    position: relative;
	z-index: 3;
    color: #fff;
    line-height: 1.1;
}
#m-story .s-title .comment:hover .bgleft_wh span {
    color:#0066B9;
}
#m-story .m-story_wrap .section05 .s-title p span.font70 {
    line-height: 1.3;
}
#m-story .bgleft_wh span{
    position: absolute;
    z-index: 3;
}
#m-story .section:hover .bgleft_wh span {
    color: #0066B9;
}
#m-story .bgleft_wh:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#fff;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
#m-story .section:hover .bgleft_wh:before{
    transform-origin:left top;
    transform:scale(1, 1);
}

#m-story .s-title .comment.bgleft_bu {
    background-color: #fff;
}
#m-story .s-title .comment.bgleft_bu span{
    color: #092354;
}

#m-story .s-title .comment:hover  .bgleft_bu span {
    color: #fff;
}
#m-story .bgleft_bu span{
    position: absolute;
    z-index: 3;
}
#m-story .section:hover .bgleft_bu span {
    color: #fff;
}
#m-story .bgleft_bu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#092354;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
#m-story .section:hover .bgleft_bu:before{
    transform-origin:left top;
    transform:scale(1, 1);
}



@media screen and (max-width:991px) {
    #m-story .main_img_zone.sticky {
        position: initial;
        top: 0;
    }
    #m-story .s-title  p span.font40 {
        font-size: 1rem;
    }
    #m-story .s-title p span.font70 {
        font-size: 1.8rem;
    }
}


@media screen and (max-width:540px) {
    #m-story .bg_img {
        background-image: url(../img/m-story_bg_img.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 7rem;
    }
    #m-story .m-story_wrap .section  {
        margin-top: 3.5rem;
    }
    #m-story .section  a {
        display: block;
    }
}























/**================
story
==================**/

#m-story.story_wrap .main_img_zone .relative {
    position: relative;
}
#m-story.story_wrap .main_img_zone .text_zone {
    display: flex;
    align-items: end;
}
#m-story.story_wrap .main_img_zone .text_zone p {
    color: #0066B9;
}
#m-story.story_wrap .main_img_zone .text_zone p span.jost {
    font-weight: 700;
    vertical-align: sub;
}
#m-story.story_wrap .main_img_zone .text_zone p.name {
    line-height: 1.3;
    padding-bottom: 7px;
    padding-left: 10px;
    font-weight: 700;
}
#m-story.story_wrap .main_img_zone .text_zone span.number {
    font-size: 5rem;
    line-height: 0.8;
    letter-spacing: -5px;
    font-weight: 600;
    vertical-align: sub;
}
#m-story.story_wrap .main_img_zone .s-title p {
    line-height: 1.2;
}
#m-story.story_wrap .img_zone img {
    border-radius: 10px;
}
#m-story.story_wrap .main_img_zone .page_link {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#m-story.story_wrap .main_img_zone .page_link ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
}
#m-story.story_wrap .main_img_zone .page_link li {
    line-height: 1.5;
    text-align: right;
}
#m-story.story_wrap .main_img_zone .page_link a {
    color: #0066B9;
    font-size: 1rem;
    font-weight: 600;
}
#m-story.story_wrap .m-story_detail p {
    text-align: justify;
    letter-spacing: 0px;
}
#m-story.story_wrap .m-story_detail p.jost{
    color: #0066B9;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 600;
}
#m-story.story_wrap .m-story_detail hr {
    opacity: 1;
    width: 17rem;
    margin: 30px 0;
}



/**ここ共通データ**/
#m-story.story_wrap .m-story_detail .img_right {
    text-align: right;
}
#m-story.story_wrap .m-story_detail .img_left {
    text-align: left;
}
#m-story.story_wrap .m-story_detail  img,
#m-story.story_wrap .m-story_detail  img {
    width: 30rem;
    height: auto;
}
/**ここまで**/



#m-story.story_wrap .s01_img04 img {
    border-radius: 10px 0 0 10px;
}
#m-story.story_wrap #question-l p.jost {
    font-size: 2.5rem;
    line-height: 1.3;
}

#m-story.story_wrap .pagination {
    justify-content: center;
}
#m-story.story_wrap .pagination ul {
    width: 50%;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    align-items: center;
}
#m-story.story_wrap .pagination a {
    color:#0066B9;
    font-weight: 800;
    transition: 0.5s;
    font-size: 1rem;
}
#m-story.story_wrap .pagination a:hover {
    color:#092354;
    transform: scale(1.1);
    transition: 0.5s;
}
#m-story.story_wrap .pagination .list-btn a {
    display: flex;
    flex-direction: column;
}
#m-story.story_wrap .pagination .list-btn img {
    width: 1.5rem;
    height: auto;
    margin: auto;
}


@media screen and (max-width:991px) {
    #m-story.story_wrap .main_img_zone .text_zone {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #m-story.story_wrap .main_img_zone .text_zone span.number {
        font-size: 4.2rem;
        line-height: 0.8;
        letter-spacing: 0px;
        font-weight: 600;
        letter-spacing: -3px;
    }
    #m-story.story_wrap .main_img_zone .text_zone p.name {
        line-height: 1.3;
        padding-bottom: 5px;
        padding-left: 0px;
        font-size: 1.4rem;
    }
    #m-story.story_wrap .main_img_zone .text_zone p span.jost {
        font-weight: 700;
        font-size: 0.8rem;
    }
    #m-story.story_wrap .s-title {
        margin-top: 1rem;
    }
    #m-story.story_wrap .main_img_zone .s-title p span.font40 {
        font-size: 1.2rem;
    }
    #m-story.story_wrap .main_img_zone .s-title p span.font70 {
        font-size: 2.2rem;
    }
    #m-story.story_wrap .main_img_zone .img_zone {
        margin-top: 1.5rem;
    }
    #m-story.story_wrap .m-story_detail .q_zone p.noto-serif {
        line-height: 1.3;
        margin-top: 1rem;
    }
    #m-story.story_wrap .m-story_detail hr {
        opacity: 1;
        width: 100%;
        margin: 15px 0;
    }
    #m-story.story_wrap .m-story_detail img, #m-story.story_wrap .m-story_detail img {
        width: 100%;
        height: auto;
        margin-top: 3.5rem;
    }
    #m-story.story_wrap .res_last_img {
        margin-top: 3.5rem;
        padding: 0 11px;
    }
    #m-story.story_wrap .pagination ul {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
        align-items: center;
    }
    #m-story.story_wrap .pagination {
        justify-content: center;
        margin-top: 3.5rem;
    }
    #m-story.story_wrap .bg_img {
        padding-bottom: 3.5rem;
    }

}


@media screen and (max-width:540px) {
    #m-story.story_wrap .m-story_detail .q_zone p.noto-serif {
        line-height: 1.3;
        margin-top: 1rem;
        font-size: 1.5rem;
        font-weight: 500;
    }
    #m-story.story_wrap .res_last_img {
        margin-top: 3.5rem;
        margin-right: 0;
        padding: 0;
    }
}
















/**================
c-development
==================**/
#c-development.bg_sky {
    background-color: #E9F2F5;
    padding-bottom: 10rem;
}
#c-development .main_img_zone .title_zone h2.minerva:after {
    width: 26rem;
}
#c-development .career_wrap .career_intro {
    position: relative;
}
#c-development .career_wrap .img_zone {
    padding-right: 0;
}
#c-development .career_wrap .career_intro .text_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#c-development .career_wrap .career_intro .text_img img {
    height: 8rem;
    width: auto;
}
#c-development .career_wrap .c-detail_wrap {
    border-left:1px  dashed #484848;
    position: relative;
    display: flex;
    -moz-column-gap: 5.5555555556vw;
    justify-content: space-between;
}


#c-development .career_wrap .c-detail_wrap .title-area-wrapper {
    /*position: relative;*/
    margin-left: -1.2rem;
}
#c-development .career_wrap .c-detail_wrap .title-area-wrapper .s-title {
    position:sticky;
    top: 16.6666666667vw;
    left: 0;
    padding-left: 2.0833333333vw;
    overflow-y: hidden;
    margin-left: -.3472222222vw;
}
#c-development .career_wrap .c-detail_wrap .title-area-wrapper .s-title::before {
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    left: 0;
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #0066B9;
}



#c-development .career_wrap .c-detail_wrap .p-story-wrapper {
    display: flex; /* 左右を並べる */
    align-items: flex-start; /* 必須：左側が右側と一緒に伸びるのを防ぐ */
    position: relative;
    width: 100%;
    margin-top: 100px;
}

#c-development  .career_wrap .c-detail_wrap .p-story-side {
    width: 30%; /* 左側の幅 */
    position: sticky; /* 固定！ */
    top: 20vh; /* 画面の上からどの位置で止まるか */
}

/* 親要素 */
#c-development .career_wrap .c-detail_wrap .c-detail_wrap {
    display: flex;
    position: relative;
}

/* 固定エリア */
#c-development .career_wrap .c-detail_wrap .title-area-wrapper.sticky {
    position: sticky;
    top: 10rem;
    height: fit-content;
    display: flex;
    align-items: center; /* 上下中央に配置 */
}

#c-development .career_wrap .c-detail_wrap .changing-titles {
    position: relative;
    width: 100%;
}

/* 各タイトルを重ねる */
#c-development .career_wrap .c-detail_wrap .s-title {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: bold;
}
#c-development .career_wrap .c-detail_wrap .s-title p.noto-serif {
    font-size: 2.5rem;
}
/* 最初のタイトルだけ表示 */
#c-development .career_wrap .c-detail_wrap .s-title.section01 {
    opacity: 1;
    visibility: visible;
}
/* コンテンツに十分な高さを出す（スクロールさせるため） */
#c-development .career_wrap .c-detail_wrap .contents {
    padding: 0 0 6.5rem 0; /* 下に大きな余白 */
}
#c-development .career_wrap .c-detail_wrap .contents:last-child {
    padding-bottom: 0;
}

#c-development .c-detail_wrap .flex_group {
    display: flex;
    justify-content: space-between;
}
#c-development .c-detail_wrap .flex_group .group {
    width: 30%;
    text-align: justify;
}
#c-development .c-detail_wrap .flex_group .group p.g-title {
    color: #fff;
    background-color: #092354;
    text-align: center;
    display: inline-block;
    padding: 0.2rem 3rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#c-development .career_wrap .careerup_wrap p.subtitle {
    font-size: 2.5rem;
    /*border-bottom: 1px solid #484848;*/
    display: inline-block;
    position: relative;
}
#c-development .career_wrap .careerup_wrap p.subtitle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 10px;
    left: 0;
    margin: auto;
    background: #484848;
}
#c-development .career_wrap .careerup_wrap .careerup_list {
    display: flex;
    justify-content: space-between;
}
#c-development .career_wrap .careerup_wrap .list {
    background-color: #fff;
    width: 48%;
    display: flex;
    justify-content: space-between;
}
#c-development .career_wrap .careerup_wrap .list img {
    width: 16rem;
    height: auto;
    padding: 2rem;
}
#c-development .career_wrap .careerup_wrap .list .text_zone {
    padding: 2rem 2rem 2rem 0;
    margin: auto;
}
#c-development .career_wrap .careerup_wrap .list p.zen_kaku {
    color: #0066B9;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px dashed #484848;
    padding-bottom: 1rem
}
#c-development .career_wrap .careerup_wrap .list p.text {
    color: #092354;
    /*font-size: 0.9rem;*/
    margin-top: 1rem;
    line-height: 1.5;
}
#c-development .career_wrap .careerup_last p.noto-serif {
    font-size: 2.5rem;
    margin-inline: auto;
    margin-left: 20%;
    line-height: 1.5;
}
#c-development .career_wrap .careerup_last p.text {
    margin-inline: auto;
    margin-left: 40%;
}

@media screen and (max-width:991px) {
    #c-development .career_wrap .img_zone {
        padding-right: 10px;
    }
    #c-development .career_wrap .career_intro .text_img {
        position: absolute;
        left: 0;
        top: initial;
        bottom: -2rem;
        margin: auto;
        height: fit-content;
    }
    #c-development .career_wrap .career_intro .text_img img {
        height: 6rem;
        width: auto;
    }
    #c-development .career_wrap .c-detail_wrap {
        position: relative;
        border-left: none;
    }
    #c-development .career_wrap .c-detail_wrap::before {
        position: absolute;
        border-left: 1px dashed #484848;
        height: 100%;
        content: "";
        left: 19px;
    }
    #c-development .career_wrap .c-detail_wrap p.text {
        padding-left: 2rem;
    }
    #c-development .career_wrap .c-detail_wrap .s-title_res {
        position: relative;
        margin-bottom: 1rem;
        padding-left: 2rem;
        font-size: 1.8rem;
        font-weight: 500;
    }
    #c-development .career_wrap .c-detail_wrap .s-title_res::before {
        position: absolute;
        top: 0;
        bottom:0;
        margin: auto;
        left: 0;
        content: "";
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #0066B9;
    }

    #c-development .career_wrap .c-detail_wrap .contents {
        padding: 0 0 3.5rem 0;
    }
    #c-development .c-detail_wrap .flex_group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    #c-development .c-detail_wrap .flex_group .group {
        width: 90%;
        text-align: justify;
        margin-inline: auto;
        margin-right: 0;
        position: relative;
    }
    #c-development .c-detail_wrap .flex_group .group:nth-child(2),
    #c-development .c-detail_wrap .flex_group .group:nth-child(3) {
        margin-top: 1.5rem;
    }
    #c-development .c-detail_wrap .flex_group .group p.g-title {
        position: absolute;
        top: 12rem;
        left: 0;
        margin: 0;
    }

    #c-development .c-detail_wrap .flex_group .group p {
        margin-top: 3rem;
    }
    #c-development .career_wrap .careerup_wrap .careerup_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #c-development .career_wrap .careerup_wrap .list {
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #c-development .career_wrap .careerup_wrap .careerup_list .list:last-child {
            margin-top: 10px;
        }
    #c-development .career_wrap .careerup_wrap .list .text_zone {
        padding: 2rem 2rem 0rem 2rem;
        margin: auto;
    }
    #c-development .career_wrap .careerup_wrap .list img {
        width: 100%;
        height: auto;
        padding: 2rem;
    }
    #c-development .career_wrap .careerup_wrap .list p.zen_kaku {
        color: #0066B9;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        border-bottom: 1px dashed #484848;
        padding-bottom: 1rem;
        text-align: center;
    }

    #c-development .career_wrap .careerup_last {
        margin-left: 0 !important;
        width: 52% !important;
    }


    #c-development .career_wrap .careerup_last p.noto-serif {
        font-size: 2rem;
        margin-inline: auto;
        line-height: 1.5;
    }
    #c-development .career_wrap .careerup_last .text_zone {
        padding: 0 24px;
    }
    #c-development .career_wrap .careerup_last p.text {
        margin-inline: auto;
    }
}



@media screen and (max-width:540px) {
    #c-development.bg_sky {
        background-color: #E9F2F5;
        padding-bottom: 7rem;
    }
    #c-development .main_img_zone .title_zone h2.minerva:after {
        width: 100%;
    }
    #c-development .career_wrap .career_intro {
        margin-right: 0;
    }
    #c-development .career_wrap .img_zone {
        padding: 0;
    }
    #c-development .career_wrap .career_intro .text_img {
        padding-left: 0;
    }
    #c-development .career_wrap .career_intro .text_img {
        position: absolute;
        left: 0;
        top: initial;
        bottom: -1rem;
        margin: auto;
        height: fit-content;
    }
    #c-development .career_wrap .career_intro .text_img img {
        height: 5rem;
        width: auto;
    }
    #c-development .career_wrap .c-detail_wrap::before {
        position: absolute;
        border-left: 1px dashed #484848;
        height: 100%;
        content: "";
        left: 24px;
    }
    #c-development .c-detail_wrap .flex_group .group p.g-title {
        position: absolute;
        top: 7.5rem;
        left: 0;
        margin: 0;
    }
    #c-development .career_wrap .careerup_wrap .list p.text {
        color: #092354;
        /* font-size: 0.9rem; */
        margin-top: 1rem;
        line-height: 1.8;
    }
    #c-development .career_wrap .careerup_wrap .list .text_zone {
        padding: 1.5rem 1.5rem 0rem 1.5rem;
        margin: auto;
    }
    
    #c-development .career_wrap .careerup_wrap .list img {
        width: 100%;
        height: auto;
        padding: 1.5rem;
    }
    #c-development .career_wrap .careerup_wrap p.subtitle {
        font-size: 2.2rem;
       /*border-bottom: 1px solid #484848;*/
        display: inline-block;
    }
    #c-development .career_wrap .careerup_wrap .careerup_list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    #c-development .career_wrap .careerup_wrap .careerup_list .list:last-child {
        margin-top: 10px;
    }
    #c-development .career_wrap .careerup_last {
        margin-left: 0 !important;
        width: 100% !important;
    }
    #c-development .career_wrap .careerup_last .text_zone {
        padding: 0 24px;
    }


}





/**================
welfare
==================**/

#welfare.welfare_wrap .career_intro {
    position: relative;
}
#welfare.welfare_wrap .career_intro .text_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#welfare.welfare_wrap .career_intro .text_img img {
    height: 8rem;
    width: auto;
}
#welfare .welfare-s-wrap .section .s-title_zone {
    position: relative;
}
#welfare .welfare-s-wrap .section .s-title_zone img.num_img {
    width: 12rem;
}
#welfare .welfare-s-wrap .section .s-title_zone p {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#welfare .welfare-s-wrap .section .s-title_zone p span {
    font-size: 2.5rem;
}
#welfare .welfare-s-wrap .section .flex_group ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2222222222vw;
    width: 100%;
    padding-left: 0;
}
#welfare .welfare-s-wrap .section .flex_group ul li {
    background-color: #fff;
    width: 100%;
    padding: 2.5rem 3rem;
}
#welfare .welfare-s-wrap .section .flex_group ul li p.li-title {
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    color: #0066B9;
}
#welfare .welfare-s-wrap .section .flex_group ul li p.li-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 11rem;
    border-bottom: 1px dashed #484848;
}
#welfare .welfare-s-wrap .section .flex_group ul li p.text {
    /*font-size: 0.9rem;*/
    color: #092354;
    font-weight: 600;
    margin-top: 1rem;
    line-height: 1.5;
    text-align: justify;
}
#welfare .welfare_last p.noto-serif {
    font-size: 2.5rem;
    margin-inline: auto;
    margin-left: 20%;
    line-height: 1.5;
}
#welfare .welfare_last p.text {
    margin-inline: auto;
    margin-left: 40%;
}

@media screen and (max-width:991px) {
    #welfare.welfare_wrap .career_intro .text_img {
        position: absolute;
        left: 2rem;
        top: initial;
        bottom: -2rem;
        margin: auto;
        height: fit-content;
    }
    #welfare.welfare_wrap .career_intro .text_img img {
        height: 6rem;
        width: auto;
    }
    #welfare .welfare-s-wrap .section .s-title_zone img.num_img {
        width: 8rem;
        padding-bottom: 3rem;
    }
    #welfare .welfare-s-wrap .section .flex_group ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap:1.5vw;
        width: 100%;
        padding-left: 0;
    }
    #welfare .welfare-s-wrap .section .flex_group ul li {
        background-color: #fff;
        width: 100%;
        padding: 1.5rem;
    }
    #welfare .welfare-s-wrap .section .flex_group ul li p.li-title {
        font-weight: bold;
        font-size: 1.4rem;
        position: relative;
        color: #0066B9;
        text-align: center;
        line-height: 1.5;
        padding-bottom: 15px;
    }
    #welfare .welfare-s-wrap .section .flex_group ul li p.li-title:after {
        position: absolute;
        content: "";
        left: 0;
        right:0;
        bottom: 0;
        height: 1px;
        width: 100%;
        border-bottom: 1px dashed #484848;
    }
    #welfare .welfare-s-wrap .section .s-title_zone p {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
        line-height: 1.5;
    }
    #welfare .welfare-s-wrap .section .s-title_zone p span {
        font-size: 2.2rem;
    }
    #welfare .welfare-s-wrap .flex_group ul {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    #welfare .welfare-s-wrap .inner_margin {
        margin-top: 0px;
    }
    #welfare .welfare_last {
        margin-left: 0 !important;
        width: 52% !important;
    }
    #welfare .welfare_last p.noto-serif {
        font-size: 1.8rem;
        margin-inline: auto;
        line-height: 1.5;
    }
    #welfare .welfare_last .text_zone {
        padding: 0 24px;
    }
    #welfare .welfare_last p.text {
        margin-inline: auto;
    }
}




@media screen and (max-width:540px) {
    #welfare.welfare_wrap .career_intro {
        margin-right: 0;
    }
    #welfare.welfare_wrap .career_intro .img_zone {
        padding: 0;
    }
    #welfare.welfare_wrap .career_intro .text_img {
        position: absolute;
        left: 2rem;
        top: initial;
        bottom: -1rem;
        margin: auto;
        height: fit-content;
        width: auto;
    }
    #welfare.welfare_wrap .career_intro .text_img img {
        height: 5rem;
        width: auto;
    }
    #welfare .welfare-s-wrap .section .s-title_zone p {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
        line-height: 1.5;
        font-size: 1.2rem;
    }
    #welfare .welfare-s-wrap .section .s-title_zone p span {
        font-size: 1.8rem;
    }
    
    #welfare .welfare-s-wrap .section .flex_group ul li p.li-title {
        font-weight: bold;
        font-size: 1.4rem;
        position: relative;
        color: #0066B9;
        text-align: center;
        line-height: 1.5;
    }
    #welfare .welfare-s-wrap .section .flex_group ul li p.text {
        /* font-size: 0.9rem; */
        color: #092354;
        font-weight: 600;
        margin-top: 1rem;
        line-height: 1.8;
        text-align: justify;
    }
    #welfare .welfare_last {
        margin-left: 0 !important;
        width: 100% !important;
    }
    #welfare .welfare_last .text_zone {
        padding: 0 24px;
    }

}







/**================
requirements
==================**/
#requirements.bg_blue {
    padding-bottom: 10rem;
}
#requirements .main_img_zone .title_zone h2 {
    color: #fff;
}
#requirements .main_img_zone .title_zone h2::after {
    background-color: #fff;
}
#requirements h2,
#requirements p {
    color: #fff;
}
#requirements .recruit_wrap .s-title h2::after {
    width: 85%;
}
#requirements .recruit_wrap th,
#requirements .recruit_wrap td {
    font-size: 1rem;
    color: #fff;
}
#requirements .recruit_wrap tr {
    border-bottom: 1px dashed #fff;
    padding: 1.5rem 0 ;
    display: flex;
}
#requirements .recruit_wrap th {
    width: 23%;
    vertical-align: top;
}
#requirements .recruit_wrap td {
    width: 77%;
}
#requirements .recruit_link_zone .r-zone {
    position: relative;
}
#requirements .recruit_link_zone .r-zone img {
    width: 19rem;
    height: auto;
    margin-left: 5rem;
}
#requirements .recruit_link_zone .r-zone .text_zone {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#requirements .recruit_link_zone .r-zone .c-text_zone {
    top: 6rem;
}
#requirements .recruit_link_zone .l-zone {
    text-align: center;
}
#requirements .arrow_footer .arrow {
    right: 1rem;
}
#requirements .hellowork .arrow_footer .arrow {
    margin-bottom: 10px !important;
}
#requirements .arrow_footer .arrow:before {
    background-image: url("../img/arrow_sky.png");
}
#requirements .arrow_footer .arrow:after {
    background-image: url("../img/arrow_sky.png");
    background-color:initial;
}
#requirements .recruit_link_zone ul {
    padding-left: 0;
    margin-bottom: 0;
}
#requirements .recruit_link_zone li+li  {
    margin-top: 1rem;
}
#requirements .recruit_link_zone a {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    width: 21rem;
    border-radius: 10px;
}
#requirements .recruit_link_zone img.recnavi {
    width: 12rem;
    height: auto;
    margin-right: 2rem;
}
#requirements .recruit_link_zone img.mainavi {
    width: 5rem;
    height: auto;
    margin-right: 2rem;
}
#requirements .recruit_link_zone .hellowork a {
    color: #0066B9;
    padding-right: 2rem;
}
#requirements .recruit_link_zone .hellowork {
    /*margin-bottom: 10rem;*/
    margin-top: 1.8rem;
}


@media screen and (max-width:991px) {
    #requirements.bg_blue {
        padding-bottom: 7rem;
    }
    #requirements .recruit_wrap .s-title h2 {
        font-size: 2rem;
        padding-bottom: 15px;
    }
    #requirements .recruit_wrap .s-title h2::after {
        width: 100%;
        top: initial;
        bottom: 0;
        left: 0;
        right: initial;
        margin: auto;
    }
    #requirements .recruit_wrap tr {
        border-bottom: 1px dashed #fff;
        padding: 3.5rem 0;
        display: block;
    }
    #requirements .recruit_wrap th {
        width: 100%;
        vertical-align: top;
        font-size: 1.2rem;
    }
    #requirements .recruit_wrap tr:first-child {
        padding-top: 0;
    }
    #requirements .recruit_wrap td {
        width: 100%;
        display: block;
    }
    #requirements .recruit_link_zone .r-zone img {
        width: 20rem;
        height: auto;
        margin-left: 0rem;
    }
    #requirements .recruit_link_zone .r-zone .text_zone {
        position: absolute;
        right: initial;
        top: initial;
        bottom: -3rem;
        margin: auto;
        height: fit-content;
    }
    #requirements .recruit_link_zone .r-zone .text_zone p {
        font-size: 1rem;
    }
    #requirements .recruit_link_zone a {
        background-color: #fff;
        display: inline-block;
        text-align: center;
        /*width: 100%;*/
        border-radius: 10px;
        width: 25rem;
        padding: 0.5rem 0;
        font-size: 1.5rem;
    }
    #requirements .recruit_link_zone .l-zone {
        text-align: left;
        margin-top: 6.5rem;
    }
    #requirements .recruit_link_zone .l-zone .arrow {
        margin-top: 1.2rem;
    }
    #requirements .recruit_link_zone .hellowork {
        margin-bottom: 0rem;
    }
}

@media screen and (max-width:540px) {
    #requirements .recruit_link_zone .r-zone img {
        width: 15rem;
        height: auto;
        margin-left: 0rem;
    }
    #requirements .recruit_link_zone a {
        background-color: #fff;
        display: inline-block;
        text-align: center;
        /*width: 100%;*/
        border-radius: 10px;
        width: 18rem;
        padding: 0.5rem 0;
    }
    #requirements .recruit_link_zone img.recnavi {
        width: 7rem;
        height: auto;
        margin-right: 2rem;
    }
    #requirements .recruit_link_zone img.mainavi {
        width: 2.98rem;
        height: auto;
        margin-right: 2rem;
    }
    #requirements .recruit_link_zone .l-zone .arrow {
        margin-top: 0.6rem;
    }
    #requirements .recruit_link_zone .hellowork a {
        color: #0066B9;
        padding-right: 2rem;
        padding: 0.584rem 0;
        font-size: 1.2rem;
        padding-right: 2rem;
    }
}
















/**================
slide_recruit gsap
==================**/
#slide_recruit {
    position: relative;
}
#slide_recruit .photo_line {
    opacity: 0;
    transform: translateY(30px);
}
#slide_recruit .slide_zone{
    width: 100%;
    overflow: hidden; /* はみ出た分を隠す */
    background: #fff; /* 必要に応じて変更 */
}
#slide_recruit .photo_line {
    display: flex; /* これで inner 2つを横並びにする */
    white-space: nowrap;
}
#slide_recruit .photo_line_inner {
    display: flex; /* 中の画像(item)を横並びにする */
    flex-shrink: 0; /* 幅が縮まないように固定 */
}
#slide_recruit .item {
    flex-shrink: 0;
    width: 400px; /* 画像のサイズに合わせて調整 */
    padding: 10px;
}
#slide_recruit .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
#slide_recruit .line_ltr .slide_img01 {
    margin-top: 5rem;
}
#slide_recruit .line_ltr .slide_img02 {
    margin-bottom: 3rem;
}
#slide_recruit .line_ltr .slide_img03 {
    margin-top: 2rem;
}
#slide_recruit .line_ltr .slide_img04 {
    margin-top: 5rem;
}
#slide_recruit .line_rtl {
    margin-top: 5rem;
}
#slide_recruit .line_rtl .slide_img05 {
    margin-top: 4rem;
}
#slide_recruit .line_rtl .slide_img04 {
    margin-top: 6rem;
}
#slide_recruit .line_rtl .slide_img03 {
    margin-top: 4rem;
}
#slide_recruit .line_rtl .slide_img02 {
    margin-top: 2rem;
}
#slide_recruit .line_rtl .slide_img01 {
    margin-top: 6rem;
}

#slide_recruit .joinus_bnr_zone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    z-index: 10;
    background-image: url("../img/joinus_recruit_bg_img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
    height: 20rem;
}
#slide_recruit .joinus_bnr_zone a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}
#slide_recruit .joinus_bnr_zone .flex_group {
    display: flex;
    justify-content: space-around;
    height: 20rem;
}
#slide_recruit .joinus_bnr_zone .text_zone {
    width: 50%;
    border-right: 1px dashed #fff;
    padding: 3rem;
    margin: auto;
}
#slide_recruit .joinus_bnr_zone .btn_section {
    margin: auto;
    padding: 3rem;
    text-align: center;
    width: 50%;
}
#slide_recruit .joinus_bnr_zone .arrow_right {
    border-bottom: none;
    text-align: left;
}
#slide_recruit .joinus_bnr_zone .arrow_right:first-child {
    margin-bottom: 1.5rem;
}
#slide_recruit .joinus_bnr_zone .arrow_right .arrow {
    border: 1px solid #0066B9 !important;
    margin-bottom: 0 !important;
}
#slide_recruit .joinus_bnr_zone .arrow_right:hover .arrow {
    border: 1px solid #092354 !important;
}

@media screen and (max-width:1280px) {
    #slide_recruit .item {
        flex-shrink: 0;
        width: 30rem; /* 画像のサイズに合わせて調整 */
        padding: 10px;
    }
}

@media screen and (max-width:991px) {
    #slide_recruit .item {
        flex-shrink: 0;
        width: 20rem; /* 画像のサイズに合わせて調整 */
        padding: 10px;
    }
}


@media screen and (max-width:991px) {
    #slide_recruit {
        background-image: url("../img/joinus_recruit_bg_img_res.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    #slide_recruit .joinus_bnr_zone {
        position: sticky;
        top: 30rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: fit-content;
        z-index: 10;
        background-image: initial;
        border-radius: 0;
        color: #fff;
        height: auto;
        padding: 0 10px;
    }
    #slide_recruit .joinus_bnr_zone img.text_img {
        width: 20rem;
        opacity: 0.7;
        margin: auto;
    }
    #slide_recruit .joinus_bnr_zone .flex_group {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }
    #slide_recruit .joinus_bnr_zone .text_zone {
        width: 100%;
        border-bottom:  1px dashed #fff;
        border-right: none;
        padding: 0;
        padding-bottom: 1.5rem;
        margin: auto;
        margin-top: -2rem;
        z-index: 2;
    }
    #slide_recruit .joinus_bnr_zone .btn_section {
        margin: auto;
        padding: 0;
        padding-top: 1.5rem;
        text-align: right;
        width: 100%;
    }
    #slide_recruit .joinus_bnr_zone .arrow_right:first-child {
        position: relative;
        margin-bottom: 0;
    }
    #slide_recruit .joinus_bnr_zone .arrow_right:first-child::after {
        position: absolute;
        content: "";
        bottom:-5px;
        left: 0;
        margin: auto;
        width: 100%;
        border-bottom: 1px dashed #fff;
    }
    #slide_recruit .joinus_bnr_zone .arrow_right .arrow {
        border: 1px solid #0066B9 !important;
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:540px) {
    #slide_recruit .joinus_bnr_zone {
        position: sticky;
        top: 10rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: fit-content;
        z-index: 10;
        background-image: initial;
        border-radius: 0;
        color: #fff;
        height: auto;
        padding: 0 ;
    }
    #slide_recruit .joinus_bnr_zone .arrow_right .arrow {
        border: 1px solid #0066B9 !important;
        margin-bottom: -5px !important;
    }
}