/* 基本設定 */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

.a-staff-page body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}


.a-staff-page br.no-pc {
    display: none;
}

h2, h3, h4, p, span {
    color: #4B4B4B ;
}

.a-staff-page .job-container_buttun, .a-staff-page .top-section_title, .a-staff-page .navigation .item a, .a-staff-page .top-section_title_sub, .a-staff-page .about_title, .a-staff-page .company_item h3, .a-staff-page .about__item_title {
    font-weight: 600;
}

.a-staff-page .header_outer {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 20px;
    background-color: #E8380D;
    top: 0;
    z-index: 9999998;
    box-sizing: border-box;
}

.a-staff-page .header_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E8380D;
}

.a-staff-page .header_logo {
    box-sizing: border-box;
    background-color: #FFF;
    height: 50px;
    width: 220px;
    padding: 5px 15px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    z-index: 9999999;
}

.a-staff-page .navi_area {
    box-sizing: border-box;
}

.a-staff-page .nav_button {
    display: none;
}
.a-staff-page .breadcrumbs_outer {
    padding: 0 auto;
}
.a-staff-page .mv-top_outer {
    position: relative;
    margin-top: 0;
    padding-top: 70px;
    width: 100%;
    height: 750px;
    background: url(../img/top/mv.jpg) no-repeat center / cover;
    /* background-attachment: fixed; */
    align-items: center;
}
/* --- 前面レイアウト（Flexbox） --- */
.a-staff-page .mv-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
}

/* 左側：縦並びの設定 */
.a-staff-page .mv-left_content {
    flex: 1;
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    gap: 15px;
}

/* 右側：スライド空間 */
.a-staff-page .mv-right_slider {
    flex: 1;
    width: 50%;
    height: 560px;
    padding-right: 20px; 
    padding-bottom: 20px;
}
/* Swiper全体のサイズ設定 */
.a-staff-page .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible !important;
    z-index: 1;
}

.a-staff-page .swiper::after {
    content: "";
    display: block;
    background-color: #E8380D;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}

.a-staff-page .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity;
}

.a-staff-page .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a-staff-page .copy-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    top: -60px;
}
.mv-sub-img + .mv-sub-img {
    margin-top: -20px;
}


.a-staff-page .mv-top_inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1040px;
    height: 100%;
    z-index: 999999;
    margin: 0 auto;
    padding: 0;
    flex-direction: inherit;
}

.a-staff-page .mv-top_txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; 
    max-width: 1040px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 20px;

}

.mv-top_txtbox > :nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 10;
    height: auto;
    justify-self: center;
}


.a-staff-page .mv-top_img {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: -18px;
    margin-bottom: 0;
}

.a-staff-page .mv-top_lead {
    line-height: 1.5em;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: contents;
}
.a-staff-page .mv-top_lead::before {
    color: #E8380D;
    top: 0;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    content: attr(data-eng);
    height: 45px;
}

.a-staff-page .mv-top_lead::after {
    content: url('../img/top/copy-text.png');
    display: block;
    position: relative;
    top: -40px;
    transform: scale(0.8);
}


.a-staff-page .inner {
    box-sizing: border-box;
    max-width: 1040px;
    height: auto;
    margin: auto;
    padding: 80px 20px;
}

  /*  =====navigation===== */

  .a-staff-page .navi_area {
    box-sizing: border-box;
}
.a-staff-page .g-nav_list {
    display: flex;
}
.a-staff-page .g-nav_item {
    position: relative;
    padding: 0 30px;
}

.a-staff-page .g-nav_item:hover {
    opacity: 0.4;
    transition: opacity 0.5s ease;
}
.a-staff-page .g-nav_item a{
    color: #FAFAFA;
} 
.a-staff-page .g-nav_item::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(135deg)
}



.a-staff-page .navigation{
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.5fr;
    grid-template-rows: 50px 50px;
    gap: 10px;
    max-width: 1040px;
    margin: 0 auto;
    list-style: none;
    padding: 0;

}
.a-staff-page .navigation li.item:hover{
    opacity: 0.4;
    transition: opacity 0.5s ease;
}

.a-staff-page .navigation .item:not(.sub-nav):nth-child(n+2) {
    position: relative;
}


.a-staff-page .navigation .item:not(.sub-nav):nth-child(n+2)::before {
    content: "";
    position: absolute;
    left: -5px; 
    top: 10%; 
    width: 1px; 
    height: 90%; 
    background-color: #E8380D; 
}

.a-staff-page .navigation .item:not(.sub-nav) {
    grid-row: span 2; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.a-staff-page .navigation .item.sub-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    flex: 1.5; 
    height: calc(50% - 5px); 
}



.a-staff-page .navigation .item.sub-nav.manei {
    grid-column: 5;
    grid-row: 1; /* 1行目 */
    background-color: #FDD8D8;
}

.a-staff-page .navigation .item.sub-nav.jet {
    grid-column: 5;
    grid-row: 2; /* 2行目 */
    background-color: #D8E8FD;
}

.a-staff-page .navigation .item.sub-nav a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px; 
    box-sizing: border-box;
    text-decoration: none;
}
.a-staff-page .navigation .item.sub-nav a::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 58%;
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #707070;
    border-radius: 2px;
}

.a-staff-page .navigation .item.sub-nav a::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 49%;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center; 
    width: 6px; 
    height: 6px;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    z-index: 1;
}

.a-staff-page .navigation .item.sub-nav a::after,
.a-staff-page .navigation .item.sub-nav a::before {
    transition: all 0.3s ease; /* 動きをスムーズにする */
}

/* --- 2. ホバー時の矢印の動き --- */

/* 萬栄（manei）ホバー時 */
.navigation .item.sub-nav.manei:hover a::after {
    right: 10px; /* 棒を少し右へ（元の15pxから移動） */
}
.navigation .item.sub-nav.manei:hover a::before {
    right: 10px; /* 矢印の先端も少し右へ（元の15pxから移動） */
}

/* ジェット（jet）ホバー時 */
.navigation .item.sub-nav.jet:hover a::after {
    right: 10px;
}
.navigation .item.sub-nav.jet:hover a::before {
    right: 10px;
}

/* --- 3. 背景色を少し濃くする演出（オプション） --- */
.navigation .item.sub-nav.manei:hover {
    background-color: #fbcaca; /* 元の#FDD8D8より少し濃く */
    opacity: 1; /* 親のli:hoverでopacity 0.4が効かないように上書き */
}
.navigation .item.sub-nav.jet:hover {
    background-color: #c0dbfb; /* 元の#D8E8FDより少し濃く */
    opacity: 1;
}

.navigation .item {
    flex: 1;
    box-sizing: border-box;
}

.navigation .item:not(.sub-nav) {
    flex: 1;
}


.navigation .item .ico {
    height: 50px;
    width: auto;
}

.navigation .item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #4B4B4B;

}

.navigation .item.sub-nav {
    box-sizing: border-box;
    display: flex;
    flex: 1.5;
    gap: 8px;
    padding-block: 25px;
    padding-left: 32px;
    border-radius: 100px;
    color: #4B4B4B;
    font-weight: 600;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.navigation .item.sub-nav.manei::before {
    content: "";
    background-image: url(../img/top/logo_manei.png);
    background-blend-mode: multiply;
    height: 42px;
    width: 35px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
}

.navigation .item.sub-nav.jet::before {
    content: "";
    background-image: url(../img/top/logo_jet.png);
    background-blend-mode: multiply;
    height: 42px;
    width: 35px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
}

/* =====job===== */

.job-section.manei{
    background-color: #FDD8D8;
}
.job-section.jet {
    background-color: #D8E8FD;
}
.job-container_ttl {
    display: flex;
    align-items: center; 
    gap: 15px; 
}
.job-container_inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;

}

.job-container_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px 20px;
}
.job-container_item {
    display: flex;
    flex-direction: column;
    gap: 15px;          
    width: 100%;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    /* border: 1px solid #707070; */
    /* border-top: none; */
    align-items: flex-start;
    text-align: left;
    position: relative;
    border-radius: 0 0 40px 0;
    position: relative;
}


.job-item_link {
    /* display: flex;
    flex-direction: column;
    text-decoration: none; */
    color: inherit;   
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: opacity 0.9s ease;
}

.job-item_link .button {
    box-sizing: border-box;
    width: fit-content;
    margin-left: auto;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: large;
    color: #E8380D;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.job-item_link .button.jet {
    border: 1px solid #001984;
    color: #001984;
}

.button .circle-btn {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #E8380D;
    border-radius: 50%;
}

.button.jet .circle-btn {
    background-color: #001984;
}

.button .circle-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

/* #job .job-container_inner {
    margin-top: 50px;
} */
.job-section__title{
    font-size: 1.3rem;
    text-align: center;
}

.job-section__small {
    font-size: 1rem;
}
.job-section__title::after {
    content: "";
    background-image: url(../img/top/nowhiring_1.png) ;
    width: 160px;
    height: 55px;
    display: block;
    margin: -10px 0 0 ;
}
.job-section__title.jet::after {
    content: "";
    background-image: url(../img/top/nowhiring_2.png) ;
    width: 160px;
    height: 55px;
    display: block;
    margin: -10px 0 0 ;
}

/* .job-container_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #E8380D;
} */

.job-container_item.jet::before {
    background-color: #001984;
}

.job-container_item:hover {
    opacity: 0.4;
    transition: opacity 0.6s ease;
}

.job-container_img {
    width: 100%;
    height: 260px;
    background-color: #333;
}
.job-container_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.job-container_range .short,
.job-container_range .long {
    height: 25px;
    width: 60px;
    border-radius: 35px;
    background-color: #707070;
    font-size: 0.9rem;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}
.job-container_range {
    margin: 10px auto;

}

.job-container_range .short{
    background-color: #05A53C;
}
.job-container_range .long{
    background-color: #FD4012;
}

.job-container_range.jet .short{
    background-color: #3D60F4;
}
.job-container_range.jet .long{
    background-color: #001984;
}
.job-container_range .jobttl {
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0.5px;
}


.job-container_buttun {
    font-size: 1.3rem;
    padding: 20px 60px; 
    width: fit-content;
    margin-left: auto;
    margin-right: 0;

    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 15px;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.job-container_buttun::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); 
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transition: all 0.3s ease;
}
.job-container_buttun::after {
    content: "";
    border-top: 2px solid #E8380D;
    border-right: 2px solid #E8380D;
}

.job-container_buttun.jet::after {
    content: "";
    border-top: 2px solid #213792;
    border-right: 2px solid #213792;
}

.job-container_buttun.manei{
    color: #E8380D;
}
.job-container_buttun.jet{
    color: #334BB1;
}
.job-container_buttun:hover {
    opacity: 1;
    text-decoration: none;
}

.job-container_buttun:hover::after {
    right: 20px;
}
.job-container_buttun.manei:hover::after {
    border-color: #BF0000;
}

.job-container_buttun.jet:hover {
    color: #001984
}
.job-container_buttun.jet:hover::after {
    border-color: #001984;
}

.job-container_buttun.manei:hover {
    color: #BF0000;
}
.job-container_buttun .jet{
    color: #213792;
}


/* ===== flow ====== */
.top-section_outer-bg {
    background-color: #FDF3F3;
}

.top-section_title {
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 80px;

}

.top-section_title::after{
    content: "";
    position: absolute;
    height: 70px;
    width: 100px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

#flow .top-section_title::after{
    background: url('../img/top/menu_2.png') no-repeat;
    background-size: 60px; 
    left: 52%;  

}


.top-section_outer{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /* padding: 50px 0; */
}


.top-section_title_sub {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

}
.top-section_title_sub::before {
    content: "";
    display: inline-block ;
    background-image: url(../img/top/hushtug.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;  
    height: 50px;
    margin-top: 5px;
    
}
.top-section_title_sub2 {
    color: #707070;
    padding-bottom: 10px;
}

.flow__list {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.flow__list + .top-section_title_sub {
    margin-top: 50px;
}

ol.flow__list_bg,
.flow__list_bg{
    background-color: #FFF;
    border-radius: 20px;
}

.flow__list_border {
    border: 3px solid #fff;
    border-radius: 20px;

}
ol.flow__list_bg {
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
}

ul.flow__list {
    display: flex;
    gap: 30px;
    list-style: none;
    justify-content: space-between;
}


.flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.flow__item .flow__step-num{
    display: flex;
    align-items: center;
    line-height: 1;
    color: #FAA4A4;
    font-weight: 500;
    font-size: 1.8rem;
}

.flow__step-num{
    font-size: 1.5rem;
    margin: 0 30px;
    align-items: center;
    min-height: 60px;
    line-height: 1;
}
.flow__text{
    font-size: 1.2rem;
    margin-top: 5px;
}

.flow__item:nth-of-type(n+2){
    position: relative;
}

.flow__item:nth-of-type(n+2)::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 10px;
    border-style: solid;
    border-width: 23px 20px 0 20px;
    border-color: #ff0000 transparent transparent transparent;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.flow__item2 {
    min-width: 0;
    gap: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 45%;
    flex: none; 
    margin-bottom: 30px;  
}
.flow__item2 img {
    width: 100%;
    height: auto;
    display: block;
}

.flow__item2 p {
    line-height: normal;
} 

.flow-navi_box+.flow-navi_box{
    margin-top: 20px;
}

.flow_map_img{
    order: -1;
}

.flow-navi_list_ttl {
    font-weight: 600;
    font-size: 1.2rem;

}

.flow-navi_item{
    display: flex;
    gap: 20px;
}
.train_name,.station_name{
    display: block;
}

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

/* ===== about ====== */
#about .top-section_title::after {
    background: url('../img/top/menu_1.png') no-repeat;
    background-size: 80px; 
    height: 60px;  

}

.about_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.15rem;
}
.about_sub-title {
    font-size: 1.5rem;
    
}

.about__flex-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 80px;
}
.about__content {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.about__image-wrapper {
    flex: 1; 
    margin: 0; 
}
.about__image {
    width: 100%;  
    height: auto;
    display: block;
}

.about__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 0;
}
.about__item {
    background-color: #FAFAFA;
    padding: 30px 40px 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.about__item img {
    padding: 20px 0 30px 0;
    box-sizing: content-box; 
    display: block; 
    margin: 0 auto;
    width: 70px;
    height: 75px;
}

.about__item {
    position: relative;
    padding-left: 30px;
}
.about__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; 
    height: 260px; 
    background-color: #E8380D;
}
.about__item:first-of-type::before,
.about__item:nth-of-type(5)::before {
    display: none;
}

.about__item_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.about__item_txt {
    line-height: normal;
    text-align: justify;
}

.about__item span {
    font-size: 0.8rem;
    align-items: left;
    /* color: #A2A2A2; */
}

/* ===== company ======*/

#company .top-section_title::after{
    background: url('../img/top/menu_3.png') no-repeat;
    background-size: 95px;    

}

#company  .top-section_outer {
    padding-top: 0;
}
.company_item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 0 auto 50px;
}

.company_item:nth-of-type(n+2) {
    position: relative;
    padding-top: 50px;
    margin: 0 auto;
}
.company_item:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;  
    background-color: #707070;
}

.company_item .company_img-box {
    flex: 0 0 380px;
}

.company_item .company_text-box {
    flex: 1;  
    display: flex;
    flex-direction: column;
    text-align: left;
}

.company_item h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.company_item p {
    line-height: 1.8;
    font-size: 0.9rem;
    text-align: justify;
    letter-spacing: 0.02rem;
}

.tag-manei,
.tag-jet {
    background-color: #E8380D;
    height: 30px;
    width: 70px;
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    text-align: center;
    line-height: 1.4;
    font-size: 0.9rem;
}
.tag-jet {
    background-color: #001984;
}


/* ====== link ======*/
.link_banner {
    display: block;
    width: 100%;
    height: 200px;
    background: url('../img/top/mv.jpg') no-repeat center / cover;
    position: relative;
    overflow: hidden;
}
.link_banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.link_inner {
    position: relative;
    z-index: 2;   
    height: 100%;
    display: flex;
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    gap: 15px;    
}

.link_text {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
}


.circle-btn {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #E8380D;
    border-radius: 50%;
}
.circle-btn::before {
    content: "";
    position: absolute;
    top: 50%; left: 45%;
    width: 10px; height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.link_banner:hover .circle-btn {
    background-color: #BF0000; 
    transform: scale(1.1);
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(232, 56, 13, 0.4);
}
.link_banner:hover .circle-btn::before {
    transform: translate(-20%, -50%) rotate(45deg);
    transition: all 0.3s ease;
}

.link_banner {
    transition: opacity 0.3s ease;
}
.link_banner:hover {
    opacity: 0.9;
}

/* ====== fotter ====== */

.a-staff-page .footer_inner_item + .a-staff-page .footer_inner_item {
    margin: 20px auto 0;
}
.a-staff-page .footer_inner {
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.a-staff-page .footer_inner_item {
    justify-content: center;
    align-items: center;
    display: flex;
}

.a-staff-page .footer_text {
    font-style: normal; /* addressタグの斜体を解除 */
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: left;
    margin-left: 50px;
}
.a-staff-page .footer_copy {
    background-color: #E8380D;
    padding: 15px 0;
    text-align: center;
}
.a-staff-page .footer_copy-text {
    color: #ffffff;
    font-size: 0.7rem;
    margin: 0;
    letter-spacing: 0.05em;
    text-align: center;
}

.footer_manei-group-site_box {
    display: flex;
    gap: 55px;
    padding: 0 25px;
    align-items: center;
}

.footer_manei-group-site_label {
    font-weight: 600;
}

.footer_sns_list {
    display: flex;
    gap: 20px;
    align-items: center;
}
.no_pc {
    display: none;
}
.no_sp {
    display: block;
}

/* --- タブレット向け (769px 〜 1024px) --- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .a-staff-page .mv-top_lead {
        font-size: 2.2rem;
    }

    .a-staff-page .mv-top_txtbox {
        padding: 30px;
    }
    .a-staff-page .inner {
        padding: 0 30px;
    }


    .a-staff-page .g-nav_item{
        line-height: 1.2;
    }
    .a-staff-page .g-nav_item a {
        font-size: smaller;
    }
}
/* --- スマートフォン向けのレスポンシブ設定 --- */
@media screen and (max-width: 768px) {
    .no_sp {
        display: none;
    }
    .no_pc {
        display: block;
    }
    .a-staff-page .header_inner {
        padding: 0;
    }
    .a-staff-page .mv-top_outer {
        margin-top: 0;
        padding-top: 0;
    }
    .a-staff-page .mv-flex-box {
        flex-direction: column; 
        gap: 0;
    }
    .a-staff-page .mv-left_content{
        gap: 0;
        margin-bottom: -70px;
        align-items: center;
        text-align: center;
    }
    .a-staff-page .mv-right_slider {
        width: 80%;
    }
    .a-staff-page .copy-text {
        display: none;
    }
    .a-staff-page .swiper-slide img {
        height: 330px;
    }
    .a-staff-page .swiper::after {
        /* top: 80px; */
    }
    br.no-pc {
        display: block;
    }
    .a-staff-page .g-nav{
        font-size: 0.9rem;
        line-height: 1.3rem;
        margin-right: 0
    }

    .a-staff-page .g-nav_list{
        display: none;
    }

    .a-staff-page .main-nav {
        position: fixed; 
        top: 0;
        left: 0; 
        width: 100vw;
        height: 100vh;
        z-index: 99999;
        overflow-y: auto;
        background-color: #E8380D;
        transform: translateX(calc(100% + 2px));
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        will-change: transform;

    }
    .a-staff-page .main-nav.is-open {
        position: fixed; 
        top: 80px;
        left: 0;
        height: calc(100vh - 80px);
        z-index: 99999;
        background-color: rgba(232, 56, 13, 1);
        overflow-y: auto;
        transform: translateX(0);
    }

    
    /* --- メニュー内リストの調整 --- */
    .a-staff-page .main-nav.is-open .navigation {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
        gap: 20px;
        /* PC版のグリッド設定をリセット */
        grid-template-columns: none;
        grid-template-rows: auto;
        width: 100%;
    }

    .a-staff-page .main-nav.is-open .g-nav_list {
        display: flex ;  
        flex-direction: column; 
        align-items: center; 
        padding: 20px 0;   
        list-style: none; 
    }


    .a-staff-page .main-nav.is-open .g-nav_item {
        padding: 15px 30px;  
        width: 100%; 
        text-align: right;
    }


    .a-staff-page .main-nav.is-open .g-nav_link {
        color: #ffffff;
        font-size: 1.2rem;
        text-decoration: none;
    }


    .a-staff-page .main-nav.is-open .g-nav_item::after {
        display: none; 
    }

    .a-staff-page .mv-top_outer {
        /* padding-top: 40px; */
        height: 750px;
        overflow: hidden;
        /* margin-top: 80px; */
        width: 100%;
        align-items: center;
    }
    .a-staff-page .mv-top_txtbox {
        position: static;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .a-staff-page .mv-top_lead::after {
        position: relative;
        top: -40px;
        transform: scale(0.4);
        transform-origin: left center; 
        margin-left: 52%;
        display: inline-block;
        vertical-align: middle;
    }
    .a-staff-page .mv-top_lead {
        font-size: 2.2rem;
        margin-bottom: -30px;
    }

    /* .a-staff-page .swiper-wrapper {
        height: 50vh;
    } */

    .a-staff-page .swiper {
        height: 330px;
    }
    /*  navigation */
    .a-staff-page .nav_button {
        box-sizing: border-box;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 1000000 !important;
    }
    
    .a-staff-page .nav_ber {
        width: 40px;
        height: 2px;
        background-color: #FFF;
        transition: all 0.5s;
        margin: 4px 0;
    }
    
    .a-staff-page .nav_ber:nth-last-child(1) {
        top: 20px;
    }
    
    .a-staff-page .nav_ber:nth-last-child(2) {
        bottom: 18px;
    }
    .a-staff-page .nav_ber:nth-last-child(1),
    .a-staff-page .nav_ber:nth-last-child(2) {
        top: auto;
        bottom: auto;
    }

    .a-staff-page .nav_button.active .nav_ber:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
        background-color: #fff;
    }
    .a-staff-page .nav_button.active .nav_ber:nth-child(2) {
        opacity: 0; 
    }
    .a-staff-page .nav_button.active .nav_ber:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
        background-color: #fff;
    }



    
    .a-staff-page .inner {
        padding: 40px 20px;
    }
    /* ===== job ====== */

    .a-staff-page .job-container_ttl {
        flex-direction: column;
        gap: 0;
    }

    #job .top-section_title_sub {
        margin-bottom: 0;
        font-size: 1.8rem;
        transform: translateX(-10px);
    }
    .a-staff-page .job-container_list{
        display: flex;
        flex-direction: column;
        }
    .a-staff-page .job-container_range .short, 
    .a-staff-page .job-container_range .long {
        height: 30px;
        width: 80px;
        font-size: 1.0rem;
        font-weight: bold;
        letter-spacing: normal;
        letter-spacing: 0.1rem;
    }

    .a-staff-page .job-container_item h4 {
        font-size: 1.4rem;
    }

    .a-staff-page .job-item_link .button {
        font-size: 0.9rem;
        /* padding: 22px 50px; */
        border-radius: 50px;
    }
    .a-staff-page .job-container_buttun {
        transition: all 0.3s ease;
        position: relative;
        font-size: 1.3rem;
    }
    .a-staff-page .job-container_buttun.jet {
        padding: 20px 45px;   
    }

    .job-container_range .jobttl {
        padding-right: 20px;
    }
    /* ===== flow ===== */

    #flow .top-section_title_sub {
        transform: translateX(-10px);
    }
    #flow .top-section_title::after {
        left: 55%;
    }
    
    .a-staff-page .flow__step-num{
        margin: 0 30px 20px;
    }
    .a-staff-page .flow__text{
        text-align: center;
        line-height: normal;
    }

    .a-staff-page .flow__item:nth-of-type(n+2)::after{
        left:45%;
    }
    
    .a-staff-page .flow__list {
        flex-direction: column;
        gap: 55px; 
        padding: 20px;
    }
    .a-staff-page .flow__item {
        flex-direction: row; 
        flex-wrap: wrap; 
        align-items: center; 
        justify-content: center; 
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .a-staff-page .flow__item .flow__step-num {
        margin: 0 0 0 10px;  
        font-size: 1.6rem;  
        min-height: auto;
        order: 2;
    }

    .a-staff-page .flow__item img {
        order: 1;
        margin-right: 15px;
        width: 75px; 
        height: auto;
    }


    .a-staff-page .flow__text {
        width: 100%;           
        margin-top: 10px;  
        font-size: 1.1rem;
        padding-left: 0;
        text-align: center; 
        order: 3;
    }


    .flow__item:nth-of-type(n+2)::after {
        top: -25px;
        transform: rotate(0deg); 
        border-width: 25px 20px 0 20px; 
    }

    .flow__item2 {
        width: 100%;
        align-items: center;
    }
    .flow__item2 img {
        width: 100%;
    }

    .flow_map_img{
        order: 0;
    }

    .flow-navi_item{
        flex-direction: column;
        gap: 0;
    }
    .flow-navi_item+.flow-navi_item{
        margin-top: 5px;
    }


    .flow__item:nth-of-type(2) .flow__step-num::before {
    width: 70px;
    
    }

    .top-section_outer{
        margin-top: 0;
    }

    /* ====== about ====== */

    .top-section_title_sub::before {
        width: 40px;
        height: 70px;
    }
    .about__flex-container {
        flex-direction: column; 
        gap: 20px;
    }

    .about__image-wrapper{
        order: 1;
        margin-bottom: 10px
    }

    .about__content {
        order: 2;
    }

    .about_title {
        font-size: 1.5rem;
        margin: 10px 0 20px 0;
        letter-spacing: 0.02rem;
    }
    .about_sub-title{
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .about__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .about__item {
        padding: 20px 20px 50px 20px;
        position: relative;
        overflow: hidden;
    }
    .about__item:nth-of-type(even)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 1px;
        height: auto;
        transform: none;
        display: block;
    }

    .about__item:nth-of-type(odd)::before {
        display: none;
    }
    .about__item:nth-of-type(4)::before {
        display: block;
    }
    .about__item img {
        height: 50px;
        width: 60px;
    }
    .about__item_txt {
        line-height: 1.7rem;
        font-size: 1rem;
        text-align: justify;
        letter-spacing: -0.05rem;
    }
    .about__item span {
        letter-spacing: 0.01rem;
    }

    /* ====== campany ======*/
    .company_item:nth-of-type(n+2) {
        padding-top: 40px;
        margin-top: 40px;
    }

    .company_item {
        flex-direction: column;
    }
    .company_item .company_img-box {
        flex: 0;
    }

    /* ====== link ======*/
    .link_inner {
        flex-direction: column;
    }

    .footer_manei-group-site_box {
        flex-direction: column;
        gap: 18px;
    }



    
}




