@charset "utf-8";
#header {
    max-width: 1260px;
}

#header h1 {
    position: absolute;
    width: 218px;
    left: 0;
    top: 42px;
}

#header .menu_list {
    left: calc(/*5.24vw + */
    218px + 7.64vw);
}


/* ヘッダー・メニュー */

#header .menu_list a {
    color: var(--color-primary);
}

@media screen and (max-width: 800px) {
    #header h1 {
        left: 23px;
        top: 21px;
    }
}


/* ==========================================================================
	mv
========================================================================== */

#mv {
    position: relative;
    width: 100%;
    min-height: 750px;
    z-index: 50;
}

#mv #arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 182px solid #fff;
    border-width: 0 0 0 182px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 58.4vw;
    bottom: 0;
    z-index: 1;
}

#mv .mv_slide {
    margin-top: 106px;
    z-index: 10;
    min-height: 640px;
}

#mv .swiper-wrapper,
.work .swiper-wrapper {
    /*transition: transform 1.2s cubic-bezier(0.7, 0, 0.84, 0) !Important;*/
    height: auto;
}

.mv_slide .swiper-slide {
    position: relative;
    margin: 0 30px;
    width: 1054px;
    width: 75vw;
    /*width: 1300px;*/
    outline: none;
    /*
    min-height:650px;
    */
    height: 730px;
}

.mv_slide .swiper-slide img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    transition: transform ease .3s;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    border-radius: 10px;
}

#mv .mv_slide .swiper-pagination {
    width: 2px;
    top: 50%;
    bottom: auto;
    /*
    left: calc(50% + 576px);
    */
    right: 9vw;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mv .mv_slide .swiper-pagination-bullet {
    position: relative;
    width: 2px;
    height: 18px;
    margin: 5px 0 0;
    padding: 0;
    cursor: pointer;
    background: #c0c3d3;
    border-radius: 0;
    opacity: 1;
    transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
    transition-delay: .6s;
}

#mv .mv_slide .swiper-pagination-bullet:first-child {
    margin-top: 0;
}

#mv .mv_slide .swiper-pagination-bullet-active {
    height: 66px;
    transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
    background: #000063;
    border-radius: 0;
    transition-delay: .6s;
}

#mv .txt_area {
    position: absolute;
    left: 0;
    left: 10.71vw;
    top: 400px;
    width: 95%;
    max-width: 1100px;
    margin: auto;
    z-index: 100;
}


/* style.css 等に追加・修正 */

#mv .kv_txt {
    font-size: 4.5rem;
    /* サイズの調整 */
    font-weight: 900;
    line-height: 1.3;
    color: var(--color-primary);
    /* 以前設定した光彩も変数に合わせる */
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.1em;
    margin-bottom: 34px;
}

#mv .txt_area>span {
    display: block;
    font-size: 21px;
    line-height: 1.58;
    color: #1e257d;
}

@media screen and (max-width: 800px) {
    #mv .kv_txt {
        font-size: 2rem;
    }
    #mv .txt_area>span {
        font-size: 16px;
    }
}

#mv .scroll {
    display: block;
    position: absolute;
    left: 6.5vw;
    top: 88vh;
    text-align: center;
    font-size: 2rem;
    color: #1e257d;
    letter-spacing: 0.1em;
    z-index: 100;
}


/* beforeとafterの両方に共通のスタイル（線、グラデーション、アニメーション）を適用 */

#mv .scroll:after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 45px;
    width: 2px;
    /* 線の太さを1pxに（お好みで調整） */
    height: 60vh;
    background: linear-gradient(180deg, #464b94, #aa1f90, #ea67a4);
    background-size: 200% 200%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 50% 100%
    }
    100% {
        background-position: 50% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 50% 100%
    }
    100% {
        background-position: 50% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 50% 100%
    }
    100% {
        background-position: 50% 0%
    }
}

@media screen and (max-height: 750px) {
    #mv .txt_area {
        top: 430px;
    }
}

@media screen and (max-width: 1300px) {
    #mv .scroll {
        left: 3vw;
    }
}

@media screen and (max-width: 1050px) {
    #mv .mv_slide .swiper-pagination {
        left: auto;
        right: 2vw;
    }
    .mv_slide .swiper-slide {
        position: relative;
        margin: 0 5vw;
        width: 90vw;
        height: 730px;
        outline: none;
    }
    .mv_slide .swiper-slide img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position: center center;
        background-size: cover;
        z-index: 1;
        transition: transform ease .3s;
        font-family: 'object-fit: cover;';
        /*IE対策*/
        border-radius: 5px;
    }
    #mv .txt_area {
        left: 0;
        right: 0;
    }
    #mv .scroll {
        left: 2vw;
    }
}

@media screen and (max-width: 800px) {
    #mv #arrow {
        display: block;
        width: 75%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        border: none !Important;
    }
    #mv .mv_slide {
        margin-top: 80px;
        z-index: 10;
        min-height: auto;
    }
    .mv_slide .swiper-slide {
        width: 90vw;
        height: 86.66666vw;
        min-height: auto;
        outline: none;
    }
    #mv .mv_slide .swiper-pagination {
        width: 100%;
        height: 2px;
        transform: translateX(-2px);
        top: -22px;
        left: auto;
        right: 4.2vw;
        text-align: right;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    #mv .mv_slide .swiper-pagination-bullet {
        position: relative;
        width: 10px;
        height: 2px;
        margin: 0 2px;
        padding: 0;
        cursor: pointer;
        background: #c0c3d3;
        border-radius: 0;
        opacity: 1;
        transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
        transition-delay: .6s;
    }
    #mv .mv_slide .swiper-pagination-bullet-active {
        height: 2px;
        width: 37px;
        transition: all .4s cubic-bezier(0.7, 0, 0.84, 0);
        background: #000063;
        border-radius: 0;
        transition-delay: .6s;
    }
    #mv .txt_area {
        position: relative;
        top: auto;
        width: 100%;
        padding-left: 6.8vw;
        box-sizing: border-box;
    }
    #mv .txt_area h2 {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .kv_txt span {
        display: block;
        /* 改行を維持 */
        font-size: 8vw;
        /* 画面幅に合わせて流動的に大きくする（例: 8vw） */
        line-height: 1.3;
        /* 行が重ならないように調整 */
        font-weight: 700;
        letter-spacing: 0.05em;
        /* 文字間隔を少し詰めると読みやすい */
    }
    #mv .scroll {
        left: calc(6.5vw + 22px);
        top: calc(86vw + 346px);
    }
    #mv .scroll:after {
        height: 285px;
    }
}


/* ==========================================================================
	intro
========================================================================== */

.intro {
    position: relative;
    z-index: 10;
    padding-top: 175px;
}

.intro .con_1054 {
    padding-left: 15px;
    box-sizing: border-box;
}

.intro p {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.06em;
}

.intro p span {
    display: block;
    font-weight: 700;
    margin-bottom: 28px;
    color: var(--color-primary-dark);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .4s;
}

.intro p.move span {
    transform: translateY(0);
    opacity: 100;
    -webkit-transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .4s;
}

.intro p span:last-child {
    margin-bottom: 55px;
}

.intro p.move span {
    transition-delay: .4s;
}


/* 2行目・3行目: フィールド・ブルー（標準の青） */

.intro p span:nth-child(2),
.intro p span:nth-child(3) {
    color: var(--color-primary);
}

.intro p span:nth-child(2) {
    transition-delay: .8s;
}

.intro p span:nth-child(3) {
    transition-delay: 1.2s;
}

.intro p span:nth-child(4) {
    color: var(--color-secondary-dark);
    transition-delay: 1.6s;
}

.intro p span:nth-child(5) {
    color: var(--color-secondary);
    transition-delay: 2s;
}

.intro_img {
    display: block;
    position: absolute;
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
}


/*
.intro_img.move {
    transform: translateX(0);
    opacity:100;
	-webkit-transition: transform 0.4s cubic-bezier(.25, .46, .45, .94),opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94),opacity 0.4s cubic-bezier(.25, .46, .45, .94);
}
*/

.intro_img img {
    border-radius: 5px;
}

.intro .con_1054.move .intro_img {
    transform: translateX(0);
    opacity: 100;
    -webkit-transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), opacity 0.4s cubic-bezier(.25, .46, .45, .94);
}

.intro .img01 {
    left: 42.3%;
    top: -65px;
    width: 268px;
    width: min(25.7%, 268px);
    transition-delay: .4s;
}

.intro .img02 {
    right: 1.7%;
    top: 82px;
    width: 144px;
    width: min(13.84%, 144px);
}

.intro .con_1054.move .img01 {
    transition-delay: .4s;
}

.intro .con_1054.move .img02 {
    transition-delay: .8s;
}

.intro .con_1054.move .img03 {
    transition-delay: 1.2s;
}

.intro .con_1054.move .img04 {
    transition-delay: 1.6s;
}

.intro .img03 {
    left: 58.9%;
    top: 200px;
    width: 230px;
    width: min(22.11%, 230px);
}

.intro .img04 {
    left: 50.96%;
    top: 425px;
    width: 506px;
    width: min(48.65%, 506px);
}

.intro h2 {
    position: relative;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0.06em;
    z-index: 20;
}

.intro h2.bt.move {
    transform: translateY(23px);
    transition-delay: .6s;
}

.intro h2 span {
    position: absolute;
    right: 27px;
    bottom: -48px;
    font-size: 18px;
    color: #1e257d;
    -webkit-text-fill-color: #1e257d;
    transform: translateY(10px);
    opacity: 0;
    transition: transform .6s ease, opacity .6s ease;
}

.intro h2.move span {
    transform: translateY(0);
    opacity: 100;
    transition: transform .6s ease, opacity .6s ease;
    transition-delay: .8s;
}

.intro .b_tit_area {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.intro .b_tit_area .enb {
    font-size: 2rem;
}

.intro_text_area .link_btn {
    margin: 100px 0 160px 15px;
}

@media screen and (max-width: 1110px) {
    .intro h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1050px) {
    .intro h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 990px) {
    .intro h2 {
        line-height: 1.42;
    }
    .intro h2 .pc_off {
        display: inline;
    }
}

@media screen and (max-width: 800px) {
    .intro {
        padding-top: 24px;
    }
    .intro:after {
        display: none;
    }
    .intro .con_1054 {
        padding: 0;
        width: 73%;
    }
    .intro p {
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 42px;
    }
    .intro p span {
        display: inline;
        margin-bottom: 0;
        transform: translateY(0);
        letter-spacing: 0.08em;
    }
    .intro p span:last-child {
        margin-bottom: 0;
    }
    .intro p.move span {
        transition-delay: .4s;
    }
    .intro p span:nth-child(2) {
        transition-delay: .4s;
    }
    .intro p span:nth-child(3) {
        transition-delay: .4s;
    }
    .intro p span:nth-child(4) {
        transition-delay: .4s;
    }
    .intro p span:nth-child(5) {
        transition-delay: .4s;
    }
    .intro_img {
        transform: translateX(-50px);
    }
    .intro .img01 {
        position: relative;
        left: auto;
        margin: 0 0 52px 22%;
        width: 60.35%;
        top: auto;
    }
    .intro .img02 {
        position: relative;
        right: auto;
        top: auto;
        width: 41.7%;
        margin: 0 0 50px 51.75%;
    }
    .intro .img02.move {
        transition-delay: .4s;
    }
    .intro h2 {
        font-size: 37px;
        line-height: 54px;
    }
    .intro h2.bt.move {
        transform: translateY(0);
        transition-delay: .4s;
    }
    .intro h2 .pc_off {
        display: none;
    }
    .intro h2 span {
        position: absolute;
        right: auto;
        left: 0;
        top: auto;
        bottom: -35px;
        font-size: 11px;
    }
    .intro h2.move span {
        transform: translateY(0);
        opacity: 100;
        transition: transform .6s ease, opacity .6s ease;
        transition-delay: .8s;
    }
    .intro .b_tit_area .enb {
        font-size: 1rem;
    }
    .intro_text_area .con_1054 {
        width: 100%;
    }
    .intro_text_area .link_btn {
        margin: 57px 0 28vw 13.5%;
    }
    .intro_text_area .sp_img {
        position: relative;
        width: 90%;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .intro_text_area .sp_img .img01 {
        position: relative;
        width: 30.5%;
        transform: translateY(-50px);
    }
    .intro_text_area .sp_img .img02 {
        width: 64.26%;
    }
}

@media screen and (max-width: 680px) {
    .intro h2 .pc_off {
        display: inline;
    }
}

@media screen and (max-width: 600px) {
    .intro h2 {
        font-size: 35px;
    }
}


/* ==========================================================================
	work
========================================================================== */

.work {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    z-index: 50;
}

.work .text_area {
    width: 28.85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5rem;
}

.work .text_inr {
    width: 90%;
    max-width: 200px;
}

.work .v_txt {
    margin-top: 50px;
}

.work .work_slide {
    width: 71.15%;
}

.work .work_slide .swiper-pagination {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    left: auto;
    right: -18px;
}

.work .img_area {
    width: 728px;
    margin: 0 5px;
}

.work .img_area img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
}

.work_list {
    position: relative;
    display: block;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-top: clamp(75px, 5.35vw, 100px);
    min-height: 695px;
}

.work_list .work_box {
    display: block;
    width: calc(100% / 3 - 2px);
    position: relative;
    border-radius: 5px;
}

.work_list .work_box:first-child {
    border-radius: 0 5px 5px 0;
}

.work_list .work_box:last-child {
    border-radius: 5px 0 0 5px;
}

.work_list .work_box:hover {
    transform: scale(1.039);
    z-index: 30;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.3);
}

.work_list .bg_area:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 5px;
    background: rgb(228, 62, 139);
    background: linear-gradient(0deg, rgba(228, 62, 139, 1) 0%, rgba(142, 0, 112, 1) 53.0922%, rgba(2, 8, 100, 1) 100%);
    opacity: .8;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:first-child .bg_area:after {
    border-radius: 0 5px 5px 0;
}

.work_list a:last-child .bg_area:after {
    border-radius: 5px 0 0 5px;
}

.work_list a:hover .bg_area:after {
    opacity: 0;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list .bg_area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: 2;
    background: #000;
    opacity: 0;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:hover .bg_area:before {
    opacity: .5;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list .text_box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
}

.work_list .num {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 10;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list .num.pc_off {
    display: none;
}

.work_list a:hover .num {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.work_list h3 {
    position: relative;
    display: block;
    font-size: 22px;
    font-size: min(24px, 15.7vw);
    font-weight: 700;
    text-align: center;
    margin: 25px auto 40px;
    z-index: 10;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:hover h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list p {
    position: relative;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    z-index: 10;
    font-weight: 700;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:hover p {
    position: relative;
    max-height: 400px;
    margin-bottom: 43px;
    visibility: visible;
    opacity: 1;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.work_list h4 {
    position: relative;
    width: 195px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    letter-spacing: 0.04em;
    font-size: 16px;
    border-radius: 5px;
    z-index: 10;
    margin: 0 auto;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: background 0.5s cubic-bezier(.25, .46, .45, .94);
}

.work_list h4 span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    z-index: 10;
    transition: color 0.5s cubic-bezier(.25, .46, .45, .94);
}

.work_list h4 span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -8px;
    top: 2px;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:hover h4 {
    background: #fff;
    transition: background 0.5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:hover h4 span {
    color: #1e257d;
    transition: color 0.5s cubic-bezier(.25, .46, .45, .94);
}

.work_list a:hover h4 span:after {
    transform: scale(1.3, 1.3);
    background: #1e257d;
    transition: transform 0.5s cubic-bezier(.25, .46, .45, .94);
}

@media screen and (max-width: 800px) {
    .work {
        display: block;
        margin: 90px auto 105px;
    }
    .work .text_area {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 5rem;
    }
    .work .text_inr {
        width: 90%;
        margin: 0 auto;
        max-width: 800px;
    }
    .work .con_tit {
        display: inline-block;
    }
    .work .v_txt {
        margin-top: 35px;
        writing-mode: horizontal-tb;
        font-feature-settings: normal;
        display: inline-block;
        -webkit-writing-mode: horizontal-tb;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 40px;
    }
    .work .work_slide {
        width: 90%;
    }
    .work .work_slide .swiper-pagination {
        right: -12px;
    }
    .work .img_area {
        width: 300px;
        margin: 0 5px;
    }
    .work_list {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 45px;
        min-height: 0;
    }
    .work_list .work_box {
        display: block;
        width: 100%;
        border-radius: 0 !Important;
    }
    .work_list .work_box:hover {
        transform: scale(1);
        box-shadow: none;
    }
    .work_list .bg_area:before,
    .work_list .bg_area:after {
        display: none;
    }
    .work_list .bg_area .num {
        display: block;
        color: #1e257d;
        width: 90px;
        position: absolute;
        left: -2vw;
        transform: rotate(-90deg);
        top: 105px;
        left: calc(-4vw - 50px);
        font-size: 12px;
        font-weight: 500;
    }
    .work_list .text_box {
        display: block;
        height: auto;
        color: #1e257d;
        width: 80%;
        margin: 0 auto;
    }
    .work_list .text_box .num {
        display: none;
    }
    .work_list a:hover .num {
        text-shadow: none;
    }
    .work_list h3 {
        font-size: 18px;
        font-size: clamp(18px, 4.8vw, 19px);
        text-align: left;
        margin: 25px auto 15px;
    }
    .work_list a:hover h3 {
        text-shadow: none;
    }
    .work_list p {
        max-height: 999px;
        visibility: visible;
        opacity: 100;
        width: 100%;
        max-width: 800px;
        margin: 0;
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.02em;
    }
    .work_list a:hover p {
        max-height: 999px;
        margin-bottom: 0;
        visibility: visible;
        opacity: 100;
        text-shadow: none;
    }
    .work_list h4 {
        position: relative;
        width: 158px;
        height: 42px;
        font-size: 16px;
        background: #fff;
        margin: 20px 0 45px;
        overflow: hidden;
        border: none;
        transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    }
    .work_list h4:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background: rgb(0, 44, 140);
        background: linear-gradient(360deg, rgba(0, 44, 140, 1) 19.7675%, rgba(170, 0, 139, 1) 53.5241%, rgba(232, 82, 152, 1) 83.9355%);
        background: -webkit-linear-gradient(360deg, rgba(0, 44, 140, 1) 19.7675%, rgba(170, 0, 139, 1) 53.5241%, rgba(232, 82, 152, 1) 83.9355%);
        transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    }
    .work_list a:hover h4:before {
        opacity: 100;
        transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    }
    .work_list h4 span {
        padding-right: 7px;
        transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    }
    .work_list a:hover h4 span {
        color: #fff;
        transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    }
    .work_list h4 span:after {
        width: 6px;
        height: 6px;
        right: -10px;
        top: 3px;
        background: #1e257d;
    }
    .work_list a:hover h4 span:after {
        background: #fff;
    }
}


/* ==========================================================================
	special
========================================================================== */

.special {
    position: relative;
    padding: 100px 0 0px;
    z-index: 5;
}

.special #sp_arrow {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 685px 0 685px 9.428vw;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 18%;
    bottom: 0;
    z-index: 1;
}

.special .con_inr {
    position: relative;
    width: 90%;
    max-width: 1243px;
    margin: 0 auto;
    text-align: center;
    z-index: 20;
}

.special .con_tit {
    display: inline-block;
}

.special .illust {
    display: block;
    position: absolute;
    right: 0;
    top: -31px;
    z-index: 30;
    width: 200px;
    transform: scale(0, 0);
    transition: transform .6s ease, opacity .6s ease;
    transition-delay: .8s;
}

.special .illust.move {
    transition: transform .6s ease, opacity .6s ease;
    transition-delay: .8s;
    transform: scale(1, 1);
    transform-origin: right bottom;
}

.special .special_link_wrap {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

.special .special_link {
    position: relative;
    display: block;
    width: 100%;
    margin: 45px auto 80px;}

.special .special_link:before {
    content: "";
    display: block;
    padding-top: 38.65084%;
}

.special .special_txt {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
    width: 80%;
    max-width: 804px;
    z-index: 10;
}

.special .special_txt .pc_off {
    display: none;
}

.special .special_link span {
    position: absolute;
    display: block;
    width: 108px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 13%;
    margin: auto;
    z-index: 10;
}

.special .special_link span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 9px;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.special .special_link:hover span:after {
    transform: scale(1.6, 1.6);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.special a .bg_img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/top-training-bg.jpg) center center;
    background-size: cover;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(.25, .46, .45, .94);
}

.special a:hover .bg_img {
    transform: scale(1.03);
    transition: transform 0.6s cubic-bezier(.25, .46, .45, .94);
}

.special a .bg_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(107, 99, 70, .7);
    mix-blend-mode: multiply;
    z-index: 2;
}

.special a .bg_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    mix-blend-mode: multiply;
    z-index: 2;
    transition: background 0.4s cubic-bezier(.25, .46, .45, .94);
}

.special a:hover .bg_img:after {
    background: rgba(0, 0, 0, .2);
    transition: background 0.4s cubic-bezier(.25, .46, .45, .94);
}

.special .bottom_link {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 3rem;
}

.special .bottom_link .special_link_wrap {
    width: 50%;
}

.special .special_s_link {
    position: relative;
    display: block;
    width: 100%;
    margin: 45px auto 0px;
}

.special .special_s_link:before {
    content: "";
    display: block;
    padding-top: 75.477707%;
}

.special .s01 .bg_img:before {
    background: rgba(255, 82, 108, .2);
    mix-blend-mode: overlay;
}

.special .s01:hover .bg_img:before {
    background: rgba(255, 82, 108, .5);
}

.special .s02 .bg_img:before {
    background: rgba(0, 134, 0, .1);
}

.special .s02:hover .bg_img:before {
    background: rgba(0, 134, 0, .2);
}

.special .s01 .bg_img:after {
    background: rgba(0, 0, 0, 0.1);
}

.special .s01:hover .bg_img:after {
    background: rgba(0, 0, 0, 0.4);
}

.special .s02 .bg_img:after {
    background: rgba(0, 0, 0, 0);
}

.special .s02:hover .bg_img:after {
    background: rgba(0, 0, 0, 0.3);
}

.special .special_s_link .bg_img {
    background-image: url(../img/top-interview-bg.jpg);
}

.special .special_s_link.s02 .bg_img {
    background-image: url(../img/top-recruit-bg.jpg);
}

.special .special_s_link h4 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    margin: auto;
    width: 80%;
    max-width: 486px;
    z-index: 10;
}

.special .special_s_link span {
    position: absolute;
    display: block;
    width: 108px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    right: 16px;
    bottom: 13px;
    margin: auto;
    z-index: 10;
}

.special .special_s_link span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 9px;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.special .special_s_link:hover span:after {
    transform: scale(1.6, 1.6);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.special .special_s_link.s02 h4 {
    left: 0;
    top: 16%;
    margin: 0;
    right: auto;
    width: 100%;
    max-width: 100%;
}

.special .special_s_link.s02 span {
    right: auto;
    left: 22px;
    bottom: -24px;
    margin: auto;
}

.special .sp_ar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .special .special_s_link span {
        right: auto;
        bottom: -18px;
        left: 5%;
    }
    .special .special_s_link.s02 h4 {
        top: 50%;
        transform: translateY(calc(-50% - 20px));
    }
}

@media screen and (max-width: 800px) {
    .special {
        padding: 0px 0 60px;
    }
    .special:before {
        width: 15%;
    }
    .special #sp_arrow {
        border-left: 32vw solid #fff;
        left: 15%;
    }
    .special .illust {
        top: 46px;
        right: 0;
        width: 92px;
    }
    .special .special_link_wrap {
        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    }
    .special .con_s_tit {
        margin-bottom: 49px;
        line-height: 22px;
    }
    .special .sp_txt {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #754a31;
    }
    .special .sp_txt.txt02 {
        color: #c75251;
    }
    .special .sp_txt.txt03 {
        color: #008663;
    }
    .special .special_link:before {
        content: "";
        display: block;
        padding-top: 76.029%;
    }
    .special .special_txt {
        position: absolute;
        left: 0;
        right: 0;
        top: 9%;
        width: 88%;
        max-width: 804px;
        z-index: 10;
    }
    .special .special_txt .pc_off {
        display: block;
    }
    .special a .bg_img {
        background-image: url(../img/top-training-bg-sp.jpg);
    }
    .special a:hover .bg_img {
        transform: scale(1);
    }
    .special .bottom_link {
        flex-direction: column;
    }
    .special .bottom_link .special_link_wrap {
        width: 100%;
    }
    .special .special_s_link:before {
        padding-top: 76.029%;
    }
    .special .special_s_link h4 {
        left: 3.74%;
        right: auto;
        top: 9.3%;
        width: 92.44%;
        transform: translateX(0);
    }
    .special .special_link span{
        left: auto;
        right: 10%;
    }
    .special .special_s_link span {
        bottom: 0;
        right: 0;
        left: auto;
    }
    .special .special_s_link.s02 h4 {
        left: 3.61%;
        top: 17%;
        margin: 0;
        width: 92%;
        transform: translateY(0);
    }
    .special .sp_ar {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .special .sp_ar:before {
        left: calc(15% - 4px);
    }
    .special .sp_ar:after {
        left: calc(15% - 4px);
    }
}


/* ==========================================================================
	news
========================================================================== */

.news {
    position: relative;
    background: #fff;
    padding: 110px 0 160px;
}

.news .tit_area {
    position: relative;
    width: 100%;
    padding: 0 46px 0 70px;
    box-sizing: border-box;
}

.news h2 {
    display: inline-block;
}

.news h2:before {
    top: 14px;
    left: -50px;
    right: auto;
}

.news .tit_area p {
    display: inline-block;
    margin-left: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #1e257d
}

.news .cate_area {
    position: absolute;
    right: 46px;
    top: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news .cate_area .enb {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #1e257d;
    transform: translateY(10px);
}

.news .cate_area a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    background: #e9ebe8;
    margin-left: 4px;
}

.news .cate_area a:hover {
    background: #1e257d;
}

.news .cate_area a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding-left: 27px;
    color: #1e257d;
}

.news .cate_area a:hover span {
    color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news .cate_area a.works span {
    padding-left: 23px;
}

.news .cate_area a.trivia span {
    padding-left: 20px;
}

.news_link_list {
    position: relative;
    margin: 45px auto 0;
}

.news_link_list .link_wrap {
    position: relative;
    transform: translateX(-16px);
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list .link_wrap:nth-child(2) {
    transform: translateX(0);
}

.news_link_list .link_wrap:nth-child(3) {
    transform: translateX(16px);
}

.news_link_list .link_wrap:nth-child(4) {
    transform: translateX(32px);
}

.news_link_list .link_wrap:hover {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list .link_wrap a div {
    width: 100%;
}

.news_link_list .day {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    line-height: 1.5;
    color: #1e257d;
    transform: translateY(3px);
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list a:hover .day,
.news_link_list a:hover p {
    color: #fff;
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list p {
    position: relative;
    display: inline-block;
    width: calc(100% - 120px);
    padding-left: 40px;
    line-height: 1.5;
    color: #1e257d;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
    box-sizing: border-box;
    vertical-align: top;
}

.news_link_list .new {
    position: relative;
    display: inline-block;
    padding: 5px 11px;
    line-height: 1;
    background: #e85298;
    border-radius: 11px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font-size: 10px;
    transform: translateY(-3px);
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list a:hover .new {
    background: #fff;
    color: #e85298;
    transition: all 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list .more {
    position: absolute;
    display: block;
    width: 100px;
    height: 14px;
    text-align: left;
    color: #1e257d;
    font-size: 14px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    transition: color 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list a:hover .more {
    color: #fff;
    transition: color 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list .more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 3px;
    background: #1e257d;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.news_link_list a:hover .more:after {
    transform: scale(1.3, 1.3);
    background: #fff;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94), background 0.4s cubic-bezier(.25, .46, .45, .94);
}

@media screen and (max-width: 1250px) {
    .news .cate_area {
        position: relative;
        width: 766px;
    }
}

@media screen and (max-width: 950px) {
    .news .cate_area {
        width: 115%;
        max-width: 670px;
        top: 5px;
    }
    .news .cate_area .enb {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 800px) {
    .news {
        padding: 110px 0 125px;
    }
    .news .tit_area {
        padding: 0;
        text-align: center;
    }
    .news h2 {
        display: inline-block;
    }
    .news h2:before {
        width: 22px;
        height: 14px;
        top: -17px;
        left: 0;
        right: 0;
    }
    .news .tit_area p {
        display: block;
        margin-left: 0;
        font-size: 16px;
    }
    .news .cate_area {
        width: 100%;
        right: auto;
        top: auto;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .news .cate_area .enb {
        display: block;
        width: 100%;
        margin-right: 0;
        font-size: 12px;
        transform: translateY(0px);
        margin: 50px auto 15px;
    }
    .news .cate_area a {
        width: auto;
        height: 29px;
        padding: 0 9px;
        min-width: 90px;
        margin: 0 1px 5px;
    }
    .news .cate_area a span {
        font-size: 10px;
        padding-left: 22px;
    }
    .news .cate_area a span:before {
        width: 15px;
        height: 13px;
        top: -2px;
    }
    .news .cate_area a.staff span:before {
        width: 16px;
        height: 16px;
        top: -3px;
    }
    .news .cate_area a.yong span:before {
        width: 14px;
        height: 15px;
        top: -2px;
    }
    .news .cate_area a.in-house span:before {
        width: 15px;
        height: 12px;
        top: -1px;
    }
    .news .cate_area a.works span {
        padding-left: 19px;
    }
    .news .cate_area a.works span:before {
        width: 14px;
        height: 15px;
        top: -3px;
    }
    .news .cate_area a.trivia span {
        padding-left: 18px;
    }
    .news .cate_area a.trivia span:before {
        width: 12px;
        height: 18px;
        top: -5px;
    }
    .news_link_list {
        position: relative;
        margin: 23px auto 0;
    }
    .news_link_list .link_wrap {
        transform: translateX(0);
    }
    .news_link_list .link_wrap:nth-child(2) {
        transform: translateX(0);
    }
    .news_link_list .link_wrap:nth-child(3) {
        transform: translateX(0);
    }
    .news_link_list .link_wrap:nth-child(4) {
        transform: translateX(0);
    }
    .news_link_list .link_wrap:hover {
        filter: none;
        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    }
    /*
    .news_link_list .link_wrap a:before {
        display:none;
    }*/
    .news_link_list .link_wrap a div {
        width: 100%;
        padding: 0 4.8vw;
        box-sizing: border-box;
    }
    .news_link_list .day {
        display: block;
        width: 63px;
        font-size: 10px;
        line-height: 1.5;
        transform: translateY(0);
        margin-bottom: 7px;
    }
    .news_link_list .day:after {
        width: 15px;
        height: 13px;
        right: -15px;
        top: 1px;
    }
    /*
    .news_link_list a:hover .day:after{
        background-image:url(../image/common/news_cate_icon01.png);
    }
    */
    .news_link_list a.staff .day:after {
        right: -16px;
        width: 16px;
        height: 16px;
        top: -1px;
    }
    /*
    .news_link_list a.staff:hover .day:after{
        background-image:url(../image/common/news_cate_icon02.png);
    }
    */
    .news_link_list a.yong .day:after {
        right: -14px;
        width: 14px;
        height: 15px;
        top: -1px;
    }
    /*
    .news_link_list a.yong:hover .day:after{
        background-image:url(../image/common/news_cate_icon03.png);
    }
    */
    .news_link_list a.in-house span.day:after {
        width: 15px;
        height: 12px;
        top: 1px;
    }
    .news_link_list a.works span.day:after {
        width: 14px;
        height: 15px;
        top: -2px;
    }
    .news_link_list a.trivia span.day:after {
        width: 12px;
        height: 18px;
        top: -4px;
    }
    /*
    .news_link_list a:hover .day,
    .news_link_list a:hover p{
        color:#1e257d;
    }
    */
    .news_link_list p {
        display: block;
        width: 100%;
        padding-left: 0;
        line-height: 1.34;
        color: #1e257d;
        font-size: 16px;
    }
    .news_link_list .new {
        padding: 4px 7px;
        line-height: 1;
        margin-left: 5px;
        font-size: 10px;
        transform: translateY(-2px);
    }
    /*
    .news_link_list a:hover .new{
        background:#e85298;
        color:#fff;
    }
    */
    .news_link_list .more {
        display: none;
    }
}


/* ==========================================================================
	404
========================================================================== */

.p-404 {
    position: relative;
    padding: 300px 5vw 200px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.p-404 h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.p-404 p {
    font-size: 16px;
    font-weight: 500;
    margin: 60px auto 60px;
    line-height: 2;
}

.p-404 .link_btn {
    background: #e9ebe8;
    margin: 0 auto;
}

.p-404 .link_btn:before {
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .p-404 {
        padding: 150px 5vw 100px;
    }
    .p-404 h2 {
        font-size: 40px;
    }
    .p-404 p {
        font-size: 16px;
        margin: 40px auto;
        text-align: left;
    }
}


/* ==========================================================================
	movie_link
========================================================================== */

.movie_link_area {
    position: relative;
    width: 100%;
    padding: 110px 0 0px;
    background: #fff;
}

.movie_link {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    height: 28.9vw;
    max-height: 555px;
    min-height: 380px;
}

.movie_link.pc_off {
    display: none;
}

.movie_link:before {
    content: "";
    display: block;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #12335f;
    opacity: .15;
    z-index: 2;
    transition: opacity 0.4s cubic-bezier(.25, .46, .45, .94);
}

.movie_link:hover:before {
    opacity: .4;
    transition: opacity 0.4s cubic-bezier(.25, .46, .45, .94);
}

.movie_link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top-entry-bg.jpg) center center;
    background-size: cover;
    z-index: 1;
}

.movie_link .l_txt_area {
    display: inline-block;
    position: absolute;
    left: 8.57vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 110px;
    transform: translateY(23px);
    z-index: 10;
}

.movie_link .l_txt_area .s_txt {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

.movie_link .l_txt_area p {
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

.movie_link .l_txt_area .more {
    position: relative;
    display: block;
    width: 108px;
    text-align: left;
    color: #fff;
    font-size: 16px
}

.movie_link .l_txt_area .more:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 9px;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.movie_link:hover .l_txt_area .more:after {
    transform: scale(1.6, 1.6);
    transition: transform 0.4s cubic-bezier(.25, .46, .45, .94);
}

.movie_link h2 {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 4%;
    margin: auto;
    z-index: 10;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .movie_link_area {
        padding-top: 50px;
    }
    .movie_link {
        border-radius: 5px;
        height: 340px;
        min-height: 340px;
        box-sizing: border-box;
    }
    .movie_link.pc_off {
        display: block;
    }
    .movie_link:after {
        background-image: url(../img/top-entry-bg-sp.png);
    }
    .movie_link h2 {
        display: block;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        text-align: center;
        font-size: 1.6rem;
        /* margin: auto; */
        /* width: 240px; */
        /* height: auto; */
        margin: 40px auto;
    }
    .movie_link .l_txt_area {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 0 auto;
        height: auto;
        transform: translateY(0);
        text-align: center;
    }
    .movie_link .l_txt_area .s_txt {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .movie_link .l_txt_area p {
        font-size: 33px;
        margin-bottom: 20px;
    }
    .movie_link .l_txt_area .more {
        width: 70px;
        font-size: 10px;
        margin: 0 auto;
    }
    .movie_link .l_txt_area .more:after {
        width: 7px;
        height: 7px;
        top: 5px;
    }
}


/* スクロール線（二重線）のアニメーション色 */

#mv .scroll:after {
    background: linear-gradient(180deg, var(--color-primary), var(--color-secondary), var(--color-impact));
    background-size: 200% 200%;
}


/* サービスボックスのオーバーレイ（ホバー前） */

.work_list .bg_area:after {
    background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-primary-dark) 50%, var(--color-secondary) 100%);
    opacity: 0.85;
}


/* お問い合わせセクション */

.foot_con {
    background: var(--color-bg-mist);
}


/* ==========================================================================
   SUBPAGE COMMON — 下層ページ共通スタイル
   about / work / recruit / entry type
========================================================================== */


/* --- Page Hero --- */

.page_hero {
    position: relative;
    min-height: 420px;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.35;
}

.hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(18, 51, 95, 0.7) 0%, rgba(18, 51, 95, 0.4) 100%);
}

.hero_content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page_hero h1 {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.04em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.page_hero h1 .enb {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--color-secondary);
    display: block;
}


/* recruit / entry type: .hero_title + .hero_en */

.hero_title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.hero_en {
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.25em;
    color: var(--color-secondary);
    text-transform: uppercase;
}


/* training / interview type: .page_hero_bg + .page_hero_inner */

.page_hero_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page_hero_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(18, 51, 95, 0.72) 0%, rgba(18, 51, 95, 0.45) 100%);
}

.page_hero_inner {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 5rem;
}

.page_hero_text h1 {
    font-size: clamp(28px, 4vw, 50px);
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.page_hero_text h1 span.enb {
    display: block;
    font-size: clamp(13px, 1.5vw, 18px);
    font-weight: 400;
    letter-spacing: 0.3em;
    color: var(--color-secondary);
    margin-top: 10px;
    text-transform: uppercase;
}


/* --- Section Head (about / work type) --- */

.section_head {
    text-align: center;
    margin-bottom: 56px;
}

.section_head h2 {
    font-size: 2rem;
    font-weight: 900;
    color: var(--color-primary);
    margin: 8px 0 0;
    letter-spacing: 0.04em;
}

.section_label {
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    color: var(--color-secondary);
    margin: 0;
    text-transform: uppercase;
}


/* training / interview addon */

.section_head .sec_en {
    display: block;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section_head .sec_lead {
    color: #666;
    margin: 0;
}


/* recruit / entry addon */

.sec_label {
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec_title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--color-primary);
    margin: 0 0 20px;
    line-height: 1.3;
}

.sec_desc {
    font-size: 1rem;
    color: var(--color-text-main);
    line-height: 1.8;
    margin: 0;
}


/* --- CTA Section (about / work / recruit / entry type) --- */

.cta_section {
    background: var(--color-primary);
    padding: 90px 40px;
    text-align: center;
}

.cta_inner {
    max-width: 720px;
    margin: 0 auto;
}

.cta_label {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    color: var(--color-secondary);
    margin: 0 0 12px;
    text-transform: uppercase;
}

.cta_section h2,
.cta_title {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 24px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.cta_text {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 40px;
}

.cta_btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: var(--color-impact);
    color: var(--color-primary);
    text-decoration: none;
    padding: 18px 48px;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 0.04em;
    border-radius: 4px;
    transition: opacity 0.25s ease, transform 0.25s ease;
    line-height: 1.3;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
    box-sizing: border-box;
}

.cta_btn .enb,
.cta_btn .btn_en {
    font-family: 'Kanit', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    opacity: 0.75;
}

.cta_btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}


/* training / interview type link button */

.cta_en {
    display: block;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.link_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    background: var(--color-impact);
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 40px;
    letter-spacing: 0.05em;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.35);
}

.link_btn:hover {
    background: #ffe84d;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255, 215, 0, 0.5);
}


/* --- Inview Animation --- */


/* .inview {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
} */

.inview.bt {
    transform: translateY(30px);
}

.inview.is-inview,
.inview.is-show,
.inview.active {
    opacity: 1;
    transform: none;
}


/* --- Shared Section Layout --- */

.section_wrap {
    padding: 80px 0;
}

.section {
    padding: 90px 0;
}

.bg_light {
    background-color: #f4f7fa;
}

.inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
}


/* ==========================================================================
   ABOUT — 平和電興を知る
========================================================================== */


/* 2. Philosophy */

.philosophy {
    padding: 90px 0;
    background: #f8f9fb;
}

.philosophy_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.philosophy_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.philosophy_text h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 10px;
    padding-left: 14px;
    border-left: 4px solid var(--color-impact);
    line-height: 1.5;
}

.philosophy_text h3:not(:first-child) {
    margin-top: 36px;
}

.philosophy_text p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
}


/* 3. Values */

.values_section {
    padding: 90px 0;
    background: #ffffff;
}

.values_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value_card {
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(18, 51, 95, 0.12);
}

.value_card_img img {
    width: 100%;
    height: auto;
    display: block;
}

.value_card_body {
    padding: 28px 24px 32px;
}

.value_card_body h3 {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--color-primary);
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.value_num {
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--color-secondary);
    background: var(--color-primary);
    padding: 3px 8px;
    border-radius: 2px;
}

.value_card_body p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
}


/* 4. Overview */

.overview_section {
    padding: 90px 0;
    background: #f8f9fb;
}

.overview_table {
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--color-primary);
}

.overview_row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #d8e2ec;
}

.overview_row dt {
    flex: 0 0 200px;
    background: var(--color-primary);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 24px;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
}

.overview_row dd {
    flex: 1;
    margin: 0;
    padding: 20px 32px;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-text-main);
    background: #ffffff;
    display: flex;
    align-items: center;
}


/* 5. Business */

.business_section {
    padding: 90px 0;
    background: #ffffff;
}

.business_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.business_card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e5eaf0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(18, 51, 95, 0.1);
}

.business_card_img img {
    width: 100%;
    height: auto;
    display: block;
}

.business_card_body {
    padding: 24px 22px 28px;
}

.business_card_body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 10px;
}

.business_card_body p {
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
}


/* ==========================================================================
   WORK — 仕事を知る
========================================================================== */


/* 2. Work Description */

.work_description {
    padding: 90px 0;
    background: #f8f9fb;
}

.work_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.work_text h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 10px;
    padding-left: 14px;
    border-left: 4px solid var(--color-impact);
    line-height: 1.5;
}

.work_text h3:not(:first-child) {
    margin-top: 32px;
}

.work_text p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
}

.work_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}


/* 3. Features */

.features_section {
    padding: 90px 0;
    background: #ffffff;
}

.feature_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.feature_block:last-child {
    margin-bottom: 0;
}

.feature_block--reverse {
    flex-direction: row-reverse;
}

.feature_img {
    flex: 0 0 460px;
}

.feature_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.feature_text {
    flex: 1;
}

.feature_num {
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    color: var(--color-secondary);
    margin: 0 0 12px;
    text-transform: uppercase;
}

.feature_text h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-primary);
    margin: 0 0 20px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.feature_text p {
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
}


/* 4. Day Timeline */

.day_flow_section {
    padding: 90px 0;
    background: #f8f9fb;
}

.day_timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 40px;
}

.day_timeline::before {
    content: '';
    position: absolute;
    left: 143px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-secondary), var(--color-primary));
}

.timeline_item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 48px;
    position: relative;
}

.timeline_item:last-child {
    margin-bottom: 0;
}

.timeline_time {
    flex: 0 0 80px;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-primary);
    letter-spacing: 0.05em;
    padding-top: 2px;
    text-align: right;
    padding-right: 20px;
}

.timeline_dot {
    flex: 0 0 0;
    position: relative;
    width: 0;
}

.timeline_dot::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-impact);
    border: 3px solid var(--color-primary);
    box-shadow: 0 0 0 3px rgba(18, 51, 95, 0.15);
    z-index: 1;
}

.timeline_content {
    flex: 1;
    background: #ffffff;
    border-radius: 6px;
    padding: 22px 28px;
    margin-left: 24px;
    border: 1px solid #e5eaf0;
    box-shadow: 0 2px 8px rgba(18, 51, 95, 0.05);
}

.timeline_content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 8px;
}

.timeline_content p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
}


/* 5. Skills */

.skills_section {
    padding: 90px 0;
    background: #ffffff;
}

.skills_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.skill_item {
    text-align: center;
    padding: 40px 28px;
    background: #f8f9fb;
    border-radius: 6px;
    border: 1px solid #e5eaf0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(18, 51, 95, 0.1);
}

.skill_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.skill_icon img {
    width: 100%;
    height: auto;
    display: block;
}

.skill_item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 12px;
    letter-spacing: 0.04em;
}

.skill_item p {
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0;
    text-align: left;
}


/* ==========================================================================
   TRAINING — 研修・サポート
========================================================================== */


/* Intro */

.training_intro .intro_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.intro_img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.intro_text .lead {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.5;
    margin: 0 0 20px;
}

.intro_text p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--color-text-main);
    margin: 0 0 16px;
}

.intro_points {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.intro_points li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    color: var(--color-primary);
}

.point_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 50%;
    flex-shrink: 0;
}


/* Schedule Grid */

.schedule_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.schedule_cell {
    background: #fff;
    border-radius: 6px;
    padding: 3rem 2rem;
    border-top: 4px solid var(--color-secondary);
    box-shadow: 0 2px 12px rgba(18, 51, 95, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.schedule_cell:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(18, 51, 95, 0.12);
}

.schedule_cell.highlight {
    border-top-color: var(--color-impact);
    background: var(--color-primary);
}

.schedule_cell.highlight .month,
.schedule_cell.highlight .month_ja,
.schedule_cell.highlight .schedule_title,
.schedule_cell.highlight p {
    color: #fff;
}

.schedule_cell .month {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.schedule_cell.highlight .month {
    color: var(--color-impact);
}

.schedule_cell .month_ja {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 14px;
    line-height: 1;
}

.schedule_content .schedule_title {
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 6px;
}

.schedule_content p {
    line-height: 1.7;
    color: #666;
    margin: 0;
}


/* Support Cards */

.support_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.support_card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(18, 51, 95, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.support_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(18, 51, 95, 0.13);
}

.card_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.support_card:hover .card_img img {
    transform: scale(1.05);
}

.card_body {
    padding: 20px 20px 28px;
}

.card_num {
    letter-spacing: 0.2em;
    color: var(--color-secondary);
    margin: 0 0 6px;
}

.card_body h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 12px;
}

.card_body p {
    line-height: 1.75;
    color: #555;
    margin: 0;
}


/* Photo Grid */

.photo_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.photo_item {
    border-radius: 6px;
    overflow: hidden;
}

.photo_item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.photo_item:hover img {
    transform: scale(1.04);
}

.photo_caption {
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 16px;
    margin: 0;
}


/* ==========================================================================
   INTERVIEW — 先輩たちの声
========================================================================== */


/* Intro */

.interview_intro {
    background: #fff;
}

.intro_text_center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.intro_en {
    display: block;
    font-size: 13px;
    letter-spacing: 0.25em;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.intro_text_center h2 {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.45;
    margin: 0 0 20px;
}

.intro_lead {
    line-height: 1.75;
    color: #555;
    margin: 0;
}


/* Interview Grid */

.interview_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.interview_card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(18, 51, 95, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.interview_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(18, 51, 95, 0.14);
}

.card_portrait {
    position: relative;
    overflow: hidden;
    height: auto
}

.card_portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.interview_card:hover .card_portrait img {
    transform: scale(1.06);
}

.card_tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(18, 51, 95, 0.85);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    backdrop-filter: blur(4px);
}

.tag_year {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-impact);
    margin-right: 2px;
}

.card_info {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
}

.card_dept {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--color-secondary);
    text-transform: uppercase;
    margin: 0 0 6px;
}

.card_name {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 4px;
    line-height: 1.3;
}

.card_name span.enb {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.08em;
    margin-top: 2px;
}

.card_quote {
    line-height: 1.75;
    color: #555;
    border-left: 3px solid var(--color-secondary);
    padding-left: 14px;
    margin: 16px 0 20px;
    flex: 1;
}

.card_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
    border-bottom: 2px solid var(--color-secondary);
    padding-bottom: 2px;
    align-self: flex-start;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.card_link span.enb {
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--color-secondary);
}

.card_link:hover {
    color: var(--color-secondary);
    border-color: var(--color-primary);
}


/* Featured Interview */

.featured_interview {
    background: #fff;
}

.featured_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.featured_photo{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.featured_photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.featured_profile {
    margin-top: 20px;
    padding: 20px 24px;
    background: var(--color-primary);
    border-radius: 4px;
    color: #fff;
}

.feat_dept {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--color-secondary);
    margin: 0 0 4px;
}

.feat_name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.3;
}

.feat_name span.enb {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.08em;
    margin-top: 2px;
}

.feat_year {
    font-size: 12px;
    color: var(--color-impact);
    letter-spacing: 0.1em;
    margin: 0;
}


/* Q&A */

.featured_qa {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.qa_item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
}

.qa_label {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
    margin: 0;
}

.qa_q {
    background: var(--color-primary);
    color: var(--color-impact);
}

.qa_content {
    grid-column: 2;
}

.qa_question {
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.75;
    margin: 0 0 14px;
    padding-top: 6px;
}

.qa_a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    line-height: 1.75;
    background: var(--color-secondary);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.qa_answer {
    line-height: 1.75;
    color: #555;
    margin: 0;
}


/* ==========================================================================
   RECRUIT — 働く環境・採用情報
========================================================================== */


/* Work Environment */

.env_section {
    background: #fff;
}

.env_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.env_item {
    overflow: hidden;
    border-radius: 6px;
}

.env_img_wrap {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    aspect-ratio: 460 / 308;
    background: var(--color-bg-mist);
}

.env_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.env_item:hover .env_img_wrap img {
    transform: scale(1.04);
}

.env_caption {
    margin: 0;
    padding: 14px 18px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    background: var(--color-bg-mist);
    border-radius: 0 0 6px 6px;
    text-align: center;
    letter-spacing: 0.05em;
}


/* Benefits */

.benefits_section {
    background: var(--color-bg-mist);
}

.benefits_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit_item {
    background: #fff;
    border-radius: 6px;
    padding: 32px 20px 28px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(18, 51, 95, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(18, 51, 95, 0.13);
}

.benefit_icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #1e4d8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.benefit_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.benefit_label {
    margin: 0;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.5;
}


/* Conditions Table */

.conditions_section {
    background: #fff;
}

/* Conditions Tab Nav */

.conditions_tab_nav {
    display: flex;
    gap: 0;
    margin-bottom: 36px;
    border-bottom: 2px solid #dde3ea;
}

.conditions_tab {
    position: relative;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 700;
    font-family: inherit;
    color: #8a9aaa;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.conditions_tab:hover {
    color: var(--color-primary);
}

.conditions_tab.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.conditions_job {
    display: none;
}

.conditions_job.active {
    display: block;
    animation: tabFadeIn 0.25s ease;
}

@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.conditions_table {
    margin: 0;
}

.conditions_table dl {
    margin: 0;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    overflow: hidden;
}

.dl_row {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dde3ea;
}

.dl_row:last-child {
    border-bottom: none;
}

.dl_row dt {
    flex: 0 0 200px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* 2. Firefox用 */
    height: -moz-available;
    /* 3. Chrome / Safari用 */
    height: -webkit-fill-available;
    /* 4. 将来的な標準（stretch） */
    height: stretch;
}

.dl_row dd {
    flex: 1;
    padding: 22px 28px;
    margin: 0;
    font-size: 1rem;
    color: var(--color-text-main);
    line-height: 1.75;
    background: #fff;
}

.dl_row dd .note {
    display: block;
    font-size: 1rem;
    color: #6b7a8a;
    margin-top: 6px;
}


/* Recruitment Flow */

.flow_section {
    background: var(--color-bg-mist);
}

.recruit_flow {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
}

.flow_step {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 6px;
    padding: 28px 20px 24px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(18, 51, 95, 0.07);
    position: relative;
}

.flow_arrow {
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: -8px;
}

.flow_arrow::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid var(--color-secondary);
}

.flow_num {
    font-family: 'Kanit', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--color-impact);
    line-height: 1;
    margin-bottom: 12px;
    -webkit-text-stroke: 1px var(--color-primary);
}

.flow_title {
    font-size: 1rem;
    font-weight: 900;
    color: var(--color-primary);
    margin: 0 0 8px;
}

.flow_text {
    font-size: 1rem;
    color: #6b7a8a;
    line-height: 1.6;
    margin: 0;
}


/* ==========================================================================
   ENTRY — 説明会・エントリー
========================================================================== */

.required_note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1rem;
    color: #6b7a8a;
    margin-top: 8px;
}


/* Session Info */

.session_section {
    background: #fff;
}

.session_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.session_img {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(18, 51, 95, 0.1);
}

.session_img img {
    width: 100%;
    height: auto;
    display: block;
}

.session_subtitle {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--color-primary);
    margin: 0 0 16px;
    line-height: 1.5;
}

.session_text>p {
    font-size: 1rem;
    color: var(--color-text-main);
    line-height: 1.85;
    margin: 0 0 28px;
}

.session_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.session_list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.list_icon {
    flex-shrink: 0;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    color: #fff;
    background: var(--color-primary);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.session_list li strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px;
}

.session_list li p {
    margin: 0;
    color: var(--color-text-main);
    line-height: 1.75;
}


/* Schedule Table */

.schedule_section {
    background: var(--color-bg-mist);
}

.schedule_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(18, 51, 95, 0.08);
}

.schedule_table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 560px;
}

.schedule_table thead tr {
    background: var(--color-primary);
}

.schedule_table thead th {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 18px 20px;
    text-align: center;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.schedule_table thead th:first-child {
    text-align: left;
    padding-left: 28px;
}

.schedule_table tbody tr {
    border-bottom: 1px solid #dde3ea;
    transition: background 0.3s ease;
}

.schedule_table tbody tr:last-child {
    border-bottom: none;
}

.schedule_table tbody tr:hover {
    background: #f0f6fa;
}

.schedule_table tbody td {
    padding: 18px 20px;
    font-size: 1rem;
    color: var(--color-text-main);
    text-align: center;
    vertical-align: middle;
}

.schedule_table tbody td:first-child {
    text-align: left;
    padding-left: 28px;
    font-weight: 700;
    color: var(--color-primary);
}

.tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.tag_online {
    background: rgba(152, 201, 209, 0.2);
    color: #1a6a7a;
    border: 1px solid var(--color-secondary);
}

.tag_inperson {
    background: rgba(18, 51, 95, 0.08);
    color: var(--color-primary);
    border: 1px solid rgba(18, 51, 95, 0.25);
}

.seats {
    font-weight: 700;
    font-size: 1rem;
}

.seats.available {
    color: #1a7a4a;
}

.seats.few {
    color: #e04040;
}

.seats.full {
    color: #aaa;
}


/* Entry Form */

.form_section {
    background: #fff;
}

.entry_form {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    padding: 56px 60px;
    box-shadow: 0 4px 28px rgba(18, 51, 95, 0.07);
}

.form_group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.form_group label {
    flex: 0 0 200px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    padding-top: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.form_group--textarea label {
    padding-top: 12px;
}

.form_group--checkbox {
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #dde3ea;
    margin-top: 8px;
}

.form_group--checkbox label {
    flex: none;
    padding-top: 0;
}

.req {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e04040;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.input_wrap {
    flex: 1;
    width: 100%;
}

.input_wrap input[type="text"],
.input_wrap input[type="email"],
.input_wrap input[type="tel"],
.input_wrap select,
.input_wrap textarea {
    width: 100%;
    padding: 11px 16px;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--color-text-main);
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.input_wrap input[type="text"]:focus,
.input_wrap input[type="email"]:focus,
.input_wrap input[type="tel"]:focus,
.input_wrap select:focus,
.input_wrap textarea:focus {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(152, 201, 209, 0.25);
}

.input_wrap input::placeholder,
.input_wrap textarea::placeholder {
    color: #b0bbc6;
}

.input_wrap textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.7;
}

.select_wrap {
    position: relative;
}

.select_wrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--color-primary);
    pointer-events: none;
}

.select_wrap select {
    cursor: pointer;
    padding-right: 40px;
}

.checkbox_label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 0;
    flex: none !important;
}

.checkbox_label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--color-primary);
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

.checkbox_text {
    font-size: 1rem;
    color: var(--color-text-main);
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.checkbox_text a {
    color: var(--color-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.checkbox_text a:hover {
    color: var(--color-secondary);
}

/* File Upload */
.file_upload_wrap {
    position: relative;
}

.file_upload_wrap input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.file_upload_btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 11px 16px;
    background: #fff;
    border: 1px dashed #b0bbc6;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.3s ease, background 0.3s ease;
    box-sizing: border-box;
}

.file_upload_btn:hover {
    border-color: var(--color-secondary);
    background: rgba(152, 201, 209, 0.05);
}

.file_upload_wrap input[type="file"]:focus + .file_upload_btn {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(152, 201, 209, 0.25);
}

.file_upload_wrap input[type="file"].has-file + .file_upload_btn {
    border-style: solid;
    border-color: var(--color-secondary);
}

.file_upload_icon {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    flex-shrink: 0;
}

.file_upload_text {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    white-space: nowrap;
    flex-shrink: 0;
}

.file_name_display {
    font-size: 1rem;
    color: #b0bbc6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.file_name_display.selected {
    color: var(--color-text-main);
}

.file_note {
    margin: 6px 0 0;
    font-size: 1rem;
    color: var(--color-text-sub);
}

.form_submit {
    text-align: center;
    padding-top: 36px;
}

.submit_btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 360px;
    gap: 5px;
    background: linear-gradient(120deg, var(--color-primary) 0%, #1e4d8a 60%, #2a6aaa 100%);
    color: #fff;
    border: none;
    padding: 22px 80px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 4px 20px rgba(18, 51, 95, 0.3);
    font-family: 'Noto Sans JP', sans-serif;
}

.submit_btn .btn_text {
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.submit_btn .btn_en {
    font-family: 'Kanit', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    opacity: 0.7;
}

.submit_btn:hover {
    background: linear-gradient(120deg, #1a4a8a 0%, #2a5da0 60%, #3a7abb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(18, 51, 95, 0.38);
}

.submit_btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(18, 51, 95, 0.2);
}

/* ==========================================================================
   PRIVACY — プライバシーポリシー
========================================================================== */
.privacy_section {
    padding: 80px 0 120px;
}
.privacy_section .inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}
.privacy_lead {
    margin-bottom: 60px;
    line-height: 1.9;
    color: var(--color-text-main);
}
.privacy_block {
    margin-bottom: 48px;
}
.privacy_block h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    border-left: 4px solid var(--color-primary);
    padding-left: 12px;
    margin: 0 0 16px;
}
.privacy_block p,
.privacy_block li {
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--color-text-main);
}
.privacy_block ul,
.privacy_block ol {
    padding-left: 1.5em;
    margin: 0;
}
.privacy_block ul li {
    list-style: disc;
    margin-bottom: 6px;
}
.privacy_block ol li {
    list-style: decimal;
    margin-bottom: 6px;
}
.privacy_contact {
    background: var(--color-bg-mist);
    border-radius: 8px;
    padding: 32px 40px;
    margin-top: 64px;
}
.privacy_contact h2 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 16px;
}
.privacy_contact p {
    font-size: 0.95rem;
    line-height: 1.9;
    margin: 0;
}
.privacy_date {
    text-align: right;
    margin-top: 60px;
    font-size: 0.85rem;
    color: var(--color-text-sub);
}
@media screen and (max-width: 768px) {
    .privacy_section {
    padding: 60px 0 80px;
    }
    .privacy_section .inner {
    padding: 0 20px;
    }
    .privacy_contact {
    padding: 24px 20px;
    }
}

/* ==========================================================================
   SUBPAGE RESPONSIVE — 下層ページ レスポンシブ
========================================================================== */

@media (max-width: 1024px) {
    /* Training */
    .schedule_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .support_cards {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Interview */
    .featured_body {
        gap: 40px;
    }
}

@media (max-width: 800px) {
    /* Shared */
    .page_hero {
        min-height: 280px;
    }
    .page_hero h1 {
        font-size: 2rem;
    }
    .hero_title {
        font-size: 1.8rem;
    }
    .section_head {
        margin-bottom: 36px;
    }
    .section_head h2 {
        font-size: 1.6rem;
    }
    .section_wrap {
        padding: 56px 0;
    }
    .section {
        padding: 60px 0;
    }
    .inner {
        padding: 0 20px;
    }
    .con_1054 {
        padding: 0 20px;
    }
    .cta_section {
        padding: 60px 24px;
    }
    .cta_section h2,
    .cta_title {
        font-size: 1.5rem;
    }
    .cta_btn {
        width: 100%;
        max-width: 360px;
        padding: 18px 20px;
    }
    /* About */
    .philosophy {
        padding: 60px 24px;
    }
    .philosophy_inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .values_section {
        padding: 60px 24px;
    }
    .values_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .overview_section {
        padding: 60px 24px;
    }
    .overview_row {
        flex-direction: column;
    }
    .overview_row dt {
        flex: none;
        padding: 14px 18px;
        font-size: 1rem;
    }
    .overview_row dd {
        padding: 14px 18px;
    }
    .business_section {
        padding: 60px 24px;
    }
    .business_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    /* Work */
    .work_description {
        padding: 60px 24px;
    }
    .work_inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .features_section {
        padding: 60px 24px;
    }
    .feature_block,
    .feature_block--reverse {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 56px;
    }
    .feature_img {
        flex: none;
        width: 100%;
    }
    .feature_text h3 {
        font-size: 1.2rem;
    }
    .day_flow_section {
        padding: 60px 24px;
    }
    .day_timeline {
        padding-left: 0;
    }
    .day_timeline::before {
        left: 60px;
    }
    .timeline_time {
        flex: 0 0 60px;
        font-size: 0.85rem;
        padding-right: 14px;
    }
    .timeline_dot::before {
        left: -7px;
        width: 14px;
        height: 14px;
    }
    .timeline_content {
        padding: 16px 18px;
        margin-left: 18px;
    }
    .skills_section {
        padding: 60px 24px;
    }
    .skills_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .skill_item p {
        text-align: center;
    }
    /* Training */
    .training_intro .intro_body {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .schedule_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .schedule_cell {
        padding: 18px 14px;
    }
    .support_cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .card_img {
        aspect-ratio: 16 / 9;
    }
    .photo_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    /* Interview */
    .interview_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .featured_body {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .qa_item {
        grid-template-columns: 32px 1fr;
        gap: 12px;
    }
    .qa_label.qa_q {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    /* Recruit - Conditions Tab */
    .conditions_tab_nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .conditions_tab_nav::-webkit-scrollbar {
        display: none;
    }
    .conditions_tab {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    /* Recruit */
    .env_grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .benefits_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .benefit_item {
        padding: 24px 14px 20px;
    }
    .dl_row {
        flex-direction: column;
    }
    .dl_row dt {
        flex: 0 0 50px;
        width: 100%;
    }
    .dl_row dd {
        padding: 14px 20px;
    }
    .recruit_flow {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .flow_arrow {
        transform: rotate(90deg);
        flex: 0 0 40px;
        align-self: center;
    }
    .flow_step {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
        padding: 22px 20px;
    }
    .flow_num {
        flex-shrink: 0;
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    /* Entry */
    .session_info {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .entry_form {
        padding: 36px 24px;
    }
    .form_group {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }
    .form_group label {
        flex: none;
        padding-top: 0;
        font-size: 0.9rem;
    }
    .form_group--checkbox {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .sec_title {
        font-size: 1.7rem;
    }
    .hero_title {
        font-size: 1.5rem;
    }
    .benefits_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .conditions_tab_nav {
        flex-direction: column;
        border-bottom: none;
        border-left: 2px solid #dde3ea;
        gap: 2px;
        margin-bottom: 24px;
    }
    .conditions_tab {
        text-align: left;
        border-bottom: none;
        border-left: 3px solid transparent;
        margin-bottom: 0;
        margin-left: -2px;
        padding: 12px 18px;
        font-size: 1rem;
    }
    .conditions_tab.active {
        border-left-color: var(--color-primary);
        border-bottom-color: transparent;
        background: rgba(18, 51, 95, 0.04);
    }
    .schedule_grid {
        grid-template-columns: 1fr;
    }
    .interview_grid {
        grid-template-columns: 1fr;
    }
    .card_info {
        padding: 18px 18px 22px;
    }
    .card_name {
        font-size: 17px;
    }
    .schedule_table thead th,
    .schedule_table tbody td {
        padding: 14px 12px;
        font-size: 1rem;
    }
    .schedule_table tbody td:first-child,
    .schedule_table thead th:first-child {
        padding-left: 16px;
    }
}

/* ==========================================================================
   about.html インラインスタイル移植
========================================================================== */
.top_message {
    background: #fff;
    padding: 90px 0;
}
.president_name {
    margin-top: 28px;
    font-size: 1rem;
    font-weight: 700;
    color: #12335f;
}

/* ==========================================================================
   recruit.html インラインスタイル移植
========================================================================== */
.numbers_section {
    background: #f5f7fa;
}
.strengths_section {
    background: #fff;
}
.stat_num {
    font-size: 2.4rem;
    font-weight: 900;
    color: #12335f;
    line-height: 1;
    margin: 0 0 8px;
}
.stat_num span {
    font-size: 1rem;
}
.stat_num--dual {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    font-size: 2.8rem;
}
.stat_num--dual .stat_num_item > span {
    font-size: 0.9rem;
}
.stat_num--dual .stat_num_item {
    display: inline-flex;
    align-items: baseline;
}
.stat_num--dual .stat_num_divider {
    font-size: 1.6rem;
    font-weight: 500;
    color: #8a99ad;
    margin: 0 2px;
}
.stat_dual_caption {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: -4px 0 8px;
    font-size: 0.65rem;
    color: #7a8696;
    letter-spacing: 0.06em;
}
.stat_dual_caption span {
    min-width: 2.4em;
    text-align: center;
}
.strengths_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 800px) {
    .strengths_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.strength_card,
.culture_card {
    border-radius: 6px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
}
.strength_card {
    background: #f5f7fa;
}
.culture_card {
    background: #12335f;
}
.strength_card .card_tag,
.culture_card .card_tag {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    background-color: var(--color-secondary);
    text-transform: uppercase;
    margin: 0 0 12px;
}
.strength_card h3 {
    font-size: 1rem;
    font-weight: 900;
    color: #12335f;
    margin: 0 0 10px;
}
.culture_card h3 {
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
}
.strength_card .card_desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}
.culture_card .card_desc {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

/* ==========================================================================
   work.html インラインスタイル移植
========================================================================== */
.work_note {
    font-size: 1rem;
    color: #6b7a8a;
    margin-top: 8px;
}

/* ==========================================================================
   training.html インラインスタイル移植
========================================================================== */
.schedule_grid--3col {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
    .schedule_grid--3col {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* ==========================================================================
   WordPress組み込み時の調整（build_recruit_theme.py が自動付与）
   design/style.css 本体は編集していない。差し替えるとこのブロックは再生成される。
   ========================================================================== */

/* CF7 は input を span.wpcf7-form-control-wrap で包むため、
   .file_upload_wrap input[type="file"]:focus + .file_upload_btn の
   隣接セレクタが一致しなくなる。包まれた形でも効くように補う。 */
.file_upload_wrap .wpcf7-form-control-wrap {
    display: block;
}

.file_upload_wrap .wpcf7-form-control-wrap:focus-within + .file_upload_btn {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(152, 201, 209, 0.25);
}
