@charset 'utf-8';

@media screen and (max-width: 1360px) and (min-width: 992px){
    #header{
        padding: 40px 20px;
    }
    .top-service__cont-flex__side-num{
        left: 0;
    }
    #header.recruit-header .header-logo a,
    #header.recruit-header .header-logo a span{
        display: block;
        text-align: right;
    }
    #header.recruit-header .header-logo a span{
        margin-top: -10px;
    }
    #header.recruit-header .header-logo a img{
        width: 240px;
    }
    #header.recruit-header{
        padding: 60px 20px;
    }
    #footer .footer-inner{
        max-width: 1200px;
    }
}
@media screen and (max-width: 1360px) and (max-height: 740px){
    .top-sdgs__cont{
        padding: 20px 80px;
    }
    .top-sdgs__cont-logo, .top-sdgs__cont-flex, .top-sdgs__cont-bank{
        margin-bottom: 20px;
    }
    .top-sdgs__cont-history{
        margin-top: 10px;
    }
    .top-sdgs__cont-ttl{
        margin-bottom: 20px;
    }
    .recruit-sec05 .top-sdgs__scroller{
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px){
    :root{
        --padding: 150px;
    }
    body{
        min-width: 320px;
    }
    .wrap{
        padding: 0 20px;
    }

    /* COMMON */
    .title{
        display: block;
    }
    .title-en{
        font-size: 60px;
        margin-bottom: 20px;
    }


    /* HEADER */
    #header{
        padding: 20px;
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
    }
    #header .header-logo{
        position: relative;
        z-index: 1;
    }
    #header .header-logo img{
        width: 77px;
        transition: .3s;
    }
    #header.open:not(.recruit-header) .header-logo img{
        -webkit-filter: brightness(0) grayscale(100%) invert(1);
        -moz-filter: brightness(0) grayscale(100%) invert(1);
        -o-filter: brightness(0) grayscale(100%) invert(1);
        -ms-filter: brightness(0) grayscale(100%) invert(1);
        filter: brightness(0) grayscale(100%) invert(1);
    }
    #header .header-btn{
        display: none;
    }
    #header .header-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--navy);
        transform: initial;
        padding: 100px 20px 150px;
        text-align: center;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s;
        overscroll-behavior: none;
    }
    #header.open .header-menu{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #header .header-menu ul{
        display: block;
    }
    #header .header-menu ul li:not(:last-child){
        margin-bottom: 40px;
    }
    #header .header-menu ul li a{
        color: #fff;
        display: inline-block;
        line-height: normal;
    }
    #header .header-menu .header-btn__contact{
        display: block;
        margin-top: 100px;
    }
    #header .header-menu .header-btn__contact a{
        margin: 0 auto;
        color: #fff;
    }
    #header .header-menu .header-btn__contact a span{
        -webkit-filter: brightness(0) grayscale(100%) invert(1);
        -moz-filter: brightness(0) grayscale(100%) invert(1);
        -o-filter: brightness(0) grayscale(100%) invert(1);
        -ms-filter: brightness(0) grayscale(100%) invert(1);
        filter: brightness(0) grayscale(100%) invert(1);
    }
    #header .header-menu .header-btn__contact a::before{
        border-color: #fff;
    }
    .nav-toggle{
        display: block;
        width: 30px;
        height: 9px;
        position: relative;
        z-index: 1;
    }
    .nav-toggle span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--navy);
        transition: .3s;
    }
    .nav-toggle span:nth-of-type(1){
        top: 0;
    }
    .nav-toggle span:nth-of-type(2){
        top: 4px;
    }
    .nav-toggle span:nth-of-type(3){
        top: 8px;
    }
    #header.open:not(.recruit-header) .nav-toggle span{
        background-color: #fff;
    }
    .open .nav-toggle span:nth-of-type(1){
        top: 4px;
        transform: rotate(15deg);
    }
    .open .nav-toggle span:nth-of-type(2){
        opacity: 0;
    }
    .open .nav-toggle span:nth-of-type(3){
        top: 4px;
        transform: rotate(-15deg);
    }


    /* 色反転 */
    #header.wh .header-logo img{
        -webkit-filter: brightness(0) grayscale(100%) invert(1);
        -moz-filter: brightness(0) grayscale(100%) invert(1);
        -o-filter: brightness(0) grayscale(100%) invert(1);
        -ms-filter: brightness(0) grayscale(100%) invert(1);
        filter: brightness(0) grayscale(100%) invert(1);
    }
    #header.wh .nav-toggle span{
        background-color: #fff;
    }

    #header.recruit-header .header-logo img{
        -webkit-filter: brightness(0) grayscale(100%) invert(1);
        -moz-filter: brightness(0) grayscale(100%) invert(1);
        -o-filter: brightness(0) grayscale(100%) invert(1);
        -ms-filter: brightness(0) grayscale(100%) invert(1);
        filter: brightness(0) grayscale(100%) invert(1);
    }
    #header.recruit-header.bk .header-logo img{
        -webkit-filter: initial;
        -moz-filter: initial;
        -o-filter: initial;
        -ms-filter: initial;
        filter: initial;
    }
    #header.recruit-header.bk .header-btn__contact a{
        color: var(--base-color);
    }
    #header.recruit-header.bk .header-btn__contact a::before{
        border-color: var(--base-color);
        background-color: rgba(255,255,255,.8);
        z-index: -1;
    }
    #header.recruit-header.bk .header-btn__contact a span {
        -webkit-filter: initial;
        -moz-filter: initial;
        -o-filter: initial;
        -ms-filter: initial;
        filter: initial;
    }


    /* FOOTER */
    #footer .footer-flex__box{
        display: block;
    }
    #footer{
        padding: 60px 0 90px;
        text-align: center;
    }
    #footer .footer-flex{
        display: block;
    }
    #footer .footer-flex__gotop-item a{
        display: block;
    }
    #footer .footer-flex__gotop-item__arrow{
        margin: 0 auto 10px;
    }
    #footer .footer-flex__gotop{
        bottom: 20px;
        right: 20px;
    }
    #footer .footer-flex__box-logo img{
        width: 200px;
        display: block;
        margin: 0 auto;
    }
    #footer .footer-flex__box-copy{
        margin-top: 40px;
        justify-content: center;
    }


    /* MV SHAPE */
    .mv-shape-wrap{
        position: relative;
        top: auto;
        left: 50%;
    }
    .mv-shape-wrap.z1{
        display: none;
    }
    .mv-shape-wrap:not(.z1) .mv-shape__img{
        display: block;
    }


    /* TOP */
    .scale-bg-section .scale-bg{
        width: calc(100% - 40px);
    }
    .mv{
        padding: 175px 0 0 30px;
    }
    .mv-box__text-slider-wrap{
        margin-left: -30px;
    }
    .mv-box__lead{
        font-size: 50px;
        margin-bottom: 30px;
        line-height: 1.4;
    }
    .mv-box__lead span{
        font-size: 40px;
    }
    .mv-box__text{
        font-size: 17px;
    }
    .top-about .scale-bg{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .top-about{
        margin-top: 0;
    }
    .top-about .title, .top-service .title, .top-sdgs .title{
        margin-bottom: 80px;
    }
    .top-about__intro-lead, .top-service__intro-lead{
        line-height: 2;
        margin-bottom: 60px;
    }
    .top-about__intro, .top-service__intro{
        display: block;
    }
    .top-about__intro-text, .top-service__intro-text{
        line-height: 1.93;
    }
    .top-about__intro{
        margin-bottom: 100px;
    }
    .top-about__logo{
        width: 320px;
        left: -38px;
    }
    .top-about__cont-flex{
        display: block;
    }
    .top-about__cont-flex__box{
        width: 100%;
    }
    .top-about__cont-flex__img{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .top-about__cont-num{
        margin-bottom: 50px;
        line-height: normal;
    }
    .top-about__cont-flex__img-grid{
        gap: 5px;
        max-width: 500px;
        margin: 0 auto;
    }
    .top-about__cont-flex__img-grid__item.left,
    .top-about__cont-flex__img-grid__item.right{
        transform: initial;
    }
    .top-about__cont-flex__img-grid__item.left{
        margin-top: 30px;
    }
    .top-about__cont-flex__box-lead{
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 2;
    }
    .top-about__cont-flex__box-text{
        max-width: 100%;
        line-height: 1.935;
    }
    .top-about__cont:not(:last-child){
        margin-bottom: 100px;
    }
    .top-about__cont-flex__img-area{
        max-width: 330px;
        margin: 110px auto 0;
    }
    .top-about__cont-flex__img-area__map{
        width: 263px;
        left: 0;
        bottom: 50px;
        top: auto;
    }
    .top-news__flex{
        display: block;
    }
    .top-news__flex .news-category{
        margin: 60px 0;
    }
    .news-category ul{
        gap: 10px;
    }
    .news-card__meta{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px;
        margin-bottom: 20px;
    }
    .news-card__text{
        width: 100%;
        padding-right: 0;
    }
    .news-card__meta-date{
        margin-bottom: 0;
    }
    .news-card a{
        padding: 40px 0;
    }
    .news-card__arrow{
        display: none;
    }
    .top-service__intro-text{
        max-width: 100%;
    }
    .top-service__cont-scrollable{
        min-height: auto;
    }
    .top-service__cont-flex{
        display: block;
    }
    .top-service__cont-flex__side{
        max-width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }
    .top-service__cont-flex__main, .top-safety__flex-cont{
        max-width: 100%;
    }
    .top-service__cont-flex__side-num{
        position: initial;
        margin-bottom: 20px;
    }
    .top-service__cont-flex__side-ttl{
        display: block;
    }
    .top-service__cont-flex__side-ttl__item {
        width: 138px;
        height: 80px;
        background: url(img/top/service-item-sp.svg) no-repeat center center / contain;
        margin: 0 auto;
    }
    .top-service__cont-flex__main-text{
        line-height: 1.93;
    }
    .top-service__cont-flex__main-flow__ttl{
        margin-bottom: 30px;
    }
    .top-service__cont-flex__main-flow__list-item{
        padding: 60px 20px;
        display: block;
    }
    .top-service__cont-flex__main-flow__list-item__icon span{
        display: block;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0;
        font-weight: bold;
    }
    .top-service__cont-flex__main-flow__list-item__icon{
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
    }
    .top-service__cont-flex__main-flow__list-item__box{
        max-width: 100%;
    }
    .top-service__cont-flex__main-flow__list-item__box-lead{
        display: none;
    }
    .top-service__cont-flex__main-flow__list-item__box-text{
        line-height: 1.93;
    }
    .top-service__cont-flex__main-flow__list-item{
        margin-bottom: 10px;
    }
    .top-service__cont:not(:first-child){
        margin-top: -20px;
    }
    .top-service__cont-scrollable:not(:last-child){
        padding-bottom: calc(var(--padding) + 20px);
    }
    .top-service__cont-flex__main-box__img{
        margin-bottom: 20px;
    }
    .top-safety__flex{
        display: block;
    }
    .top-safety__flex-side__ttl-en{
        left: 0;
        margin-bottom: 20px;
    }
    .top-safety__flex-side{
        text-align: center;
        margin-bottom: 60px;
    }
    .top-safety__flex-cont__box{
        padding: 40px 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .top-safety__flex-cont__box-lead{
        margin-bottom: 15px;
    }
    .top-safety__flex-cont__box-text{
        line-height: 1.93;
    }
    .top-safety{
        padding-bottom: 100px;
    }
    .top-works__att{
        max-width: 450px;
        margin: 0 auto 10px;
    }
    .top-works__cont{
        display: block;
        max-width: 450px;
        margin: 0 auto;
    }
    .top-works__cont-box:not(:last-child){
        margin-bottom: 10px;
    }
    .top-works__cont-box__inner{
        padding: 30px 20px 20px 30px;
    }
    .top-works__cont-box__inner.column{
        padding: 0 20px;
        height: 120px;
    }
    .top-works__cont-box__inner + .top-works__cont-box__inner{
        margin-top: 10px;
    }
    .top-works__cont-box__ttl.ps-ab{
        position: initial;
    }
    .top-works__cont-box__ttl small{
        display: block;
    }
    .top-works__cont-box__map{
        display: block;
    }
    .top-works__cont-box__map-img{
        text-align: center;
        margin-bottom: 20px;
    }
    .top-works__desc{
        margin-top: 10px;
        padding: 60px 20px;
    }
    .top-works__desc-flex__img{
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .top-works__desc-flex__box{
        max-width: 100%;
        padding-left: 0;
    }
    .top-works__desc-ttl{
        margin-bottom: 20px;
        text-align: center;
    }
    .top-works__desc-flex__box-text{
        line-height: 1.93;
    }
    .top-sdgs__scroller{
        display: block;
    }
    .top-sdgs__cont{
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        min-width: initial;
        margin: 0 auto 20px;
        padding: 60px 20px;
    }
    .top-sdgs__cont:last-child{
        margin-right: auto;
    }
    .top-sdgs__cont-ttl{
        margin-bottom: 30px;
    }
    .top-sdgs__cont-ttl br{
        display: none;
    }
    .top-sdgs__cont-text{
        line-height: 1.93;
    }
    .top-sdgs__cont-logo, .top-sdgs__cont-flex, .top-sdgs__cont-bank{
        margin-bottom: 30px;
    }
    .top-sdgs__cont-bank{
        justify-content: center;
        gap: 30px;
    }
    .top-sdgs__cont-flex{
        display: block;
    }
    .top-sdgs__cont-flex__box{
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .top-sdgs__cont-icon{
        grid-template-columns: repeat(11,1fr);
    }
    .top-sdgs__cont-flex__img{
        margin: 0 auto;
    }
    .common-dl dl{
        display: block;
        padding: 30px 20px;
    }
    .common-dl dl dt{
        width: 100%;
        margin-bottom: 15px;
    }
    .common-dl dl dd{
        width: 100%;
    }
    .top-company__btns{
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }
    .scale-section{
        padding: 0;
        margin: 0;
    }
    .top-contact__flex{
        display: block;
    }
    .top-contact__flex-box{
        max-width: 100%;
        padding-right: 0;
    }
    .top-contact__flex-tel{
        max-width: 100%;
        padding: 60px 20px;
    }
    .scale-section__inner{
        transform: scale(1);
        border-radius: 0;
    }
    .top-contact .title, .top-recruit .title, .recruit-sec01 .title{
        margin-bottom: 80px;
    }
    .top-contact__flex-box{
        padding-top: 0;
        margin-bottom: 80px;
    }
    .top-contact__flex-box__text{
        line-height: 1.93;
    }
    .top-recruit__img-slider .slick-track{
        width: 9125px !important;
    }
    .top-recruit__img-slider__item{
        width: 1815px;
    }
    .top-recruit__text-slider__item,
    .mv-box__text-slider__item{
        font-size: 120px;
        line-height: normal;
    }
    .top-recruit__text-slider-wrap{
        margin-top: -75px;
    }
    .top-recruit__flex-lead strong{
        font-size: 45px;
    }
    .top-recruit__flex-lead{
        line-height: 2;
        margin-bottom: 60px;
    }
    .top-recruit__flex{
        display: block;
    }
    .top-recruit__flex-box__text{
        line-height: 1.93;
    }
    .top-recruit__flex-box__btns{
        display: block;
        text-align: center;
    }
    .top-recruit__flex-box{
        max-width: 100%;
    }
    .top-recruit__flex-box__btns-item{
        margin-bottom: 20px;
    }
    .top-recruit__flex-box__btns-item a{
        margin: 0 auto;
    }
    .top-recruit__inner-logo{
        width: 253px;
        top: 148px;
        right: 0;
    }
    .top-recruit__img-slider-wrap{
        margin: 0;
    }


    /* MODAL */
    #modal{
        max-width: calc(100% - 40px);
        padding: 100px 20px;
    }
    .modal-content__ttl{
        margin-bottom: 50px;
    }


    /* MODAL 拠点・アクセス */
    .modal-access-sec__box{
        padding: 30px 0 50px;
    }
    .modal-access-sec__grid{
        grid-template-columns: repeat(1,1fr);
        gap: 0;
    }


    /* MODAL 沿革 */
    .modal-history-sec__list dl{
        padding: 30px 20px;
        display: block;
    }
    .modal-history-sec__list dl dt{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .modal-history-sec__list dl dd{
        max-width: 100%;
    }


    /* MODAL ロゴについて */
    .modal-logo-sec__text{
        margin: -10px 0 50px;
    }
    .modal-logo-sec__flex-logo{
        margin: 0 auto 20px;
    }
    .modal-logo-sec__flex-box{
        max-width: 100%;
        padding-left: 0;
    }



    /* RECRUIT */
    #header.recruit-header{
        padding: 20px;
    }
    #header.recruit-header .header-logo{
        position: initial;
        transform: initial;
    }
    #header.recruit-header .header-logo a span{
        display: none;
    }
    #header.recruit-header{
        justify-content: space-between;
    }
    #header.recruit-header .header-menu{
        position: fixed;
    }
    #header.recruit-header .header-menu .header-btn{
        display: block;
    }
    #header.recruit-header .nav-toggle span{
        background-color: #fff;
    }
    /* #header.recruit-header .header-btn__instagram{
        margin-top: 20px;
    } */
    #header.recruit-header .header-btn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    #header.recruit-header .header-btn__instagram img{
        width: 40px;
    }
    #header.recruit-header .header-btn__contact a{
        width: 132px;
    }
    .recruit-sec01,
    .contact-sec01,
    .contact-sec02.padding-top,
    .confirm-sec,
    .thanks-sec{
        padding-top: 170px;
        z-index: 0;
    }
    .recruit-sec01__logo{
        z-index: -1;
        width: 253px;
        top: 168px;
        right: 0;
    }
    .recruit-sec01__lead{
        margin: 80px 0 60px;
    }
    .recruit-sec01__lead{
        font-size: 30px;
    }
    .recruit-sec01__text{
        line-height: 1.93;
    }
    .recruit-sec02__grid{
        grid-template-columns: repeat(1,1fr);
        gap: 100px;
    }
    .recruit-sec02__flex-lead br{
        display: none;
    }
    .recruit-sec02__flex-lead{
        line-height: 2;
    }
    .recruit-sec02__flex-text{
        padding-top: 60px;
        line-height: 1.93;
    }
    .recruit-sec02__flex{
        margin-bottom: 145px;
    }
    .recruit-sec02__grid-item__label{
        transform: translateX(-50%);
        top: -70px;
        left: 50%;
    }
    .recruit-sec02__grid-item__box{
        padding: 30px 20px 40px;
    }
    .recruit-sec03__tab{
        grid-template-columns: repeat(1,1fr);
    }
    .recruit-sec03__tab-item a{
        padding: 40px 20px 57px;
    }
    .recruit-sec03__tab-item__ttl::before{
        left: -21px;
    }
    .recruit-sec03__tab-item__arrow{
        bottom: 20px;
        right: 20px;
    }
    .recruit-sec03__tab-item__flex{
        display: block;
    }
    .recruit-sec03__tab-item__flex-img{
        max-width: 100%;
        margin-bottom: 25px;
    }
    .recruit-sec03__tab-item__flex-img img{
        display: block;
        margin: 0 auto;
        width: 130px;
    }
    .recruit-sec03__tab-item__flex-box{
        max-width: 100%;
        padding-left: 0;
    }
    .recruit-sec04__flex{
        display: block;
    }
    .recruit-sec04__flex-side{
        margin-bottom: 60px;
    }
    .recruit-sec04__flex-main__cont{
        padding: 50px 20px;
    }
    .recruit-sec05__lead{
        line-height: 2;
        margin-bottom: 60px;
    }
    .recruit-sec05__text{
        line-height: 1.93;
    }
    .recruit-sec05 .top-sdgs__scroller{
        padding-top: 60px;
    }
    .recruit-sec06 .title{
        margin-bottom: 60px;
    }
    .recruit-sec06__grid{
        grid-template-columns: repeat(2,1fr);
    }
    .recruit-sec06__grid-item__box-lead small{
        font-size: 16px;
    }
    .recruit-sec06__grid-item{
        height: initial;
        min-height: 210px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .recruit-sec06__grid-item.active{
        background-color: var(--navy);
        color: #fff;
    }
    .recruit-sec06__grid-item__box{
        position: initial;
        transform: initial;
        padding: 40px 20px;
    }
    .recruit-sec06__grid-item.active .recruit-sec06__grid-item__box-text-wrap{
        grid-template-rows: 1fr;
    }
    .recruit-sec06__grid-item.active .recruit-sec06__grid-item__label{
        background-color: var(--light-blue);
    }
    .recruit-sec06__grid-item.active .recruit-sec06__grid-item__label span{
        opacity: 0;
    }
    .recruit-sec06__grid-item.active .recruit-sec06__grid-item__label::before{
        opacity: 1;
    }
    .recruit-sec06{
        padding-bottom: 0;
    }
    .recruit-sec04 +.top-sdgs{
        margin-top: 0;
    }


    /* CONTACT */
    .contact-sec01__box{
        text-align: center;
    }
    .contact-sec01__box-flex{
        display: block;
    }
    .contact-sec01__box.n1,
    .contact-sec01__box.n2{
        padding: 80px 0;
    }
    .contact-sec01__box-tel__text{
        margin-bottom: 40px;
    }
    .contact-sec01__box-tel__item{
        display: block;
    }
    .contact-sec01__box-line__box{
        display: block;
    }
    .contact-sec01__box-line__view-more{
        display: block;
        margin-top: 50px;
    }
    .contact-sec01__box-line__view-more a{
        height: 60px;
        max-width: 295px;
        margin: 0 auto;
    }
    .contact-sec01__box-line__view-more span{
        width: 12px;
        height: 12px;
        right: 25px;
    }
    .contact-sec01__box-line__qr{
        display: none;
    }
    .contact-sec01__box-line__box-item__lead{
        margin-bottom: 15px;
    }
    .contact-sec01__box-line__box-icon{
        margin-bottom: 30px;
    }
    .contact-sec02{
        padding: 100px 0 40px;
    }
    .confirm-sec,
    .thanks-sec{
        padding-bottom: 40px;
    }
    .contact-sec02__grid-item a{
        font-size: 16px;
        height: 160px;
    }
}


@media screen and (max-width: 767px){
    br.s-up{
        display: block;
    }


    /* MV SHEPE */
    .mv-shape-wrap{
        margin-top: 30px;
        width: 600px;
    }
    .mv-shape__img-item__elm-slider-wrap{
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 11px;
        left: 11px;
    }
    .mv-shape__img {
        width: 285px;
        top: 35%;
        transform: translateX(calc(-50% - 15px));
        left: 50%;
    }
    .mv-shape__img-item.lg span {
        width: 8px;
        height: 8px;
        top: 119px;
        left: -4px;
        transform-origin: 123px 0;
    }
    .mv-shape__img-item.sm span {
        top: 73px;
        transform-origin: 77px 0;
    }


    /* TOP */
    .mv{
        padding-bottom: 100px;
    }
    .top-service .top-service__intro-lead br{
        display: none;
    }
    .top-works__cont-box__flex-illust__text span{
        font-size: 50px;
        margin-right: 5px;
    }
    .top-works__cont-box__flex-illust__text{
        font-size: 20px;
    }
    .top-works__cont-box__flex-item{
        max-width: 170px;
        padding: 20px;
    }
    .top-works__cont-box__inner{
        padding: 30px 0 20px;
    }
    .top-works__cont-box__flex-illust__text span small{
        font-size: 35px;
    }
    .top-works__cont-box__map{
        padding: 0 20px;
    }
    .top-works__cont-box__map-data dl{
        justify-content: space-between;
    }
    .top-works__cont-box__map-data dl dd{
        width: auto;
    }
    .top-sdgs__cont-bank__logo{
        width: 130px;
    }
    .top-sdgs__cont-bank__img{
        width: calc(100% - 160px);
        padding-right: 5px;
    }
    .top-company__logo{
        gap: 30px;
    }
    .top-company__btns{
        grid-template-columns: repeat(1,1fr);
    }
    .top-faq__cont-box__ttl::before, .top-faq__cont-box__text::before{
        position: initial;
        display: block;
        margin-bottom: 10px;
    }
    .top-faq__cont-box__ttl, .top-faq__cont-box__text{
        padding-left: 0;
    }
    .top-faq__cont-box__text{
        margin-top: 20px;
    }
    .top-faq__cont-box{
        padding: 30px 20px 73px;
    }
    .top-faq__cont-box__toggle{
        transform: translateX(-50%);
        top: auto;
        right: auto;
        bottom: 30px;
        left: 50%;
    }
    .top-contact__flex-box__btn a,
    .thanks-sec__view-more a{
        width: 100%;
    }
    /* .top-contact__flex-tel__num{
        font-size: 25px;
    } */
    .top-contact__flex-tel__num{
        font-size: 20px;
    }

    .top-contact__flex-tel__num a{
        font-size: 35px;
    }
    .top-contact__flex-tel__att{
        line-height: normal;
        margin-top: 5px;
        padding-left: 1em;
    }
    .top-contact__flex-tel__att::first-letter{
        margin-left: -1em;
    }
    .top-contact__flex-tel__fax{
        font-size: 14px;
    }
    .top-contact__flex-tel__fax span{
        font-size: 25px;
    }
    .top-recruit__flex-box__btns-item a{
        width: 100%;
    }
    .top-sdgs__cont-icon{
        grid-template-columns: repeat(5,1fr);
    }
    .top-sdgs__cont-history dl dt, .top-sdgs__cont-history dl dd{
        font-size: 14px;
    }
    /* .top-about__cont-flex__img{
        margin-bottom: 20px;
    }
    .top-about__cont-flex__box-lead{
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .top-about__cont-num{
        margin-bottom: 20px;
    }
    .top-about__cont-flex__box-text{
        line-height: 1.6;
    } */
    .news-category ul{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .news-category ul li{
        padding: 6px 0;
        text-align: center;
    }
    .top-recruit__flex-lead br{
        display: none;
    }
    .top-about__intro-lead br,
    .top-about__intro-text br:not(.s-up){
        display: none;
    }
    

    /* MODAL */
    .modal-access-sec__box-flex{
        display: block;
    }
    .modal-access-sec__box-ttl{
        margin-bottom: 20px;
    }
    .modal-content__ttl{
        font-size: 29px;
    }


    /* MODAL 拠点・アクセス */
    .modal-access-sec__box-item__img-map{
        width: 100%;
        margin-bottom: 20px;
    }
    .modal-access-sec__box-item__img-map iframe{
        height: 170px;
    }
    .modal-access-sec__box-item__img-elm{
        width: 100%;
    }


    /* MODAL ロゴについて */
    .modal-logo-sec__flex-box dl{
        display: block;
        margin-bottom: 30px;
    }
    .modal-logo-sec__flex-box dl dt{
        width: 100%;
        height: 40px;
        margin-bottom: 15px;
    }
    .modal-logo-sec__flex-box dl dd{
        padding-left: 0;
        width: 100%;
    }
    .modal-logo-sec__box{
        padding: 20px;
    }
    .modal-logo-sec__box-lead{
        text-align: center;
    }
    .modal-logo-sec__box-lead span{
        display: block;
    }



    /* RECRUIT */
    #header .header-menu .header-btn__contact a{
        width: 100%;
        height: 50px;
        font-size: 18px;
    }
    .recruit-sec03 .title-en span{
        display: inline-block;
    }
    .recruit-sec03 .title-en br.s-up{
        display: block;
    }
    .recruit-sec04__flex-main__cont-box{
        display: block;
    }
    .recruit-sec04__flex-main__cont-box__thumb{
        margin: 0 auto 20px;
    }
    .recruit-sec04__flex-main__cont-box__meta{
        width: 100%;
        padding-left: 0;
    }
    .recruit-sec04__flex-main__cont-box__meta-name{
        text-align: center;
    }
    .recruit-sec04__flex-main__cont-box__meta-tag{
        justify-content: center;
    }
    .recruit-sec04__flex-main__cont-desc{
        line-height: 1.93;
    }
    .recruit-sec04__flex-main__cont-profile dl dt{
        width: 100%;
        margin-bottom: 10px;
    }
    .recruit-sec04__flex-main__cont-profile dl dd{
        width: 100%;
        padding-left: 0;
    }
    .recruit-sec06__grid{
        grid-template-columns: repeat(1,1fr);
    }
    .recruit-sec06__grid-item{
        min-height: 200px;
    }
    .modal-content__require-grid{
        gap: 10px;
    }
    .modal-content__require-grid__item.wide a,
    .modal-content__require-grid__item.full a{
        height: 200px;
    }
    .modal-content__require-grid__item a{
        height: 120px;
    }
    .modal-content__require-grid__item:nth-of-type(2) .modal-content__require-grid__item-logo img{
        width: 50px;
    }
    .modal-content__require-grid__item:nth-of-type(3) .modal-content__require-grid__item-logo img{
        width: 100px;
    }
    .modal-content__require-text{
        margin: -30px 0 50px;
    }
    .recruit-sec01__text br:not(.s-up){
        display: none;
    }


    /* MODAL NEWS */
    .modal-content__news-inner{
        font-size: 14px;
        line-height: 1.8;
    }
    .modal-content__news-inner__grid{
        grid-template-columns: repeat(1,1fr);
    }


    /* CONTACT */
    .contact-sec01__box.n1, .contact-sec01__box.n2{
        padding-left: 20px;
        padding-right: 20px;
    }
    /* .contact-sec01__box-tel__item-elm__text{
        font-size: 25px;
        letter-spacing: 0.04em;
    } */
    .contact-sec01__box-tel__item-elm__text{
        font-size: 20px;
        letter-spacing: 0.04em;
    }

    /* .contact-sec01__box-tel__item-elm__text a{
        font-size: 35px;
    } */
    .contact-sec01__box-tel__item-elm__text a{
        font-size: 30px;
    }

    .contact-sec01__box-tel__item-fax{
        padding-top: 15px;
        font-size: 15px;
    }
    .contact-sec01__box-tel__item-fax span{
        font-size: 20px;
    }
    .contact-sec01__box-line__box-item__text{
        text-align: left;
    }
    .contact-sec02__text{
        margin-bottom: 60px;
    }
    .form-wrap.common-dl dl{
        padding-left: 0;
        padding-right: 0;
    }
    .form-wrap__checkbox{
        grid-template-columns: repeat(1,1fr);
    }
    .form-wrap__radio{
        display: block;
    }
    .form-wrap__radio-item:not(:last-child){
        margin-bottom: 20px;
    }
    .form-wrap dl dd input[type="text"], .form-wrap dl dd input[type="email"], .form-wrap dl dd input[type="tel"]{
        height: 40px;
        padding: 0 20px;
    }
    .form-wrap dl dd textarea{
        height: 257px;
        padding: 20px;
    }
    .contact-sec02__form-agree__text{
        text-align: left;
    }
    .contact-sec02__form-agree__submit-inner{
        width: 100%;
    }
    .back-btn input[type="button"]{
        width: 100%;
    }
    .confirm-btns{
        display: block;
    }
    .confirm-btns .contact-sec02__form-agree__submit{
        margin-top: 20px;
    }



    /* MODAL プライバシーポリシー */
    .modal-content#privacy .modal-content__ttl{
        font-size: 24px;
    }
    .modal-privacy-sec__box-item__text{
        font-size: 14px;
    }
    .modal-privacy-sec__box-item__att{
        font-size: 13px;
    }
    .contact-sec02__grid{
        grid-template-columns: repeat(1,1fr);
    }
}