@charset "UTF-8";


/*
Theme Name: MRstaffing様
Theme URI: /wp-content/themes/MRstaffing
Author URI:
Version: 1.0
*/

:root{
    --main-w: 1440;
    --sp-w: 375;
}

p.form__error{
    color: red;
    font-size: 14px;
}

.form__item--privacy .form__error{
    text-align: center;
}

html{
    letter-spacing: 0;
    color: #3C424F;
    background-color: #F5FAFD;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body.no-scroll{
    overflow: hidden;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

main{
    padding-top: 80px;
}

a{
    color: inherit;
    text-decoration: unset;
}

header{
    height: 80px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #E2E2E2;
    padding: 0 min(max(20 / var(--main-w) * 100vw,15px), 20px);
    z-index: 100;
}

.header__wrap{
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header__menu{
    height: 100%;
}

.header__logo{
    width: min(max(138 / var(--main-w) * 100vw,100px), 138px);
    height: auto;
}

.header__menu__list{
    height: 100%;
    display: flex;
    align-items: center;
    gap: min(max(18 / var(--main-w) * 100vw,10px), 18px);
}

.header__menu__list li{
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__menu__list__item{
    position: relative;
    display: block;
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    font-weight: 700;
}

.header__menu__list__item.active::after{
    content: "";
    position: absolute;
    width: 100%;
    background: var(--main-color);
    height: 1px;
    top: 110%;
    left: 0;
}

.header__menu__list__item--product{
    position: absolute;
    display: flex;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-color);
    transition: 0.3s;
}

.has-mega:hover .header__menu__list__item--product{
    transform: translateX(-50%) rotate(180deg);
    transition: 0.3s;
}

.header__menu__list__contact{
    height: 100%;
    padding: 0 min(max(32 / var(--main-w) * 100vw,20px), 32px);
    background-color: var(--main-color);
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.header__menu__list__contact{
    display: flex;
    align-items: center;
    background-color: #2D92BF;
    box-shadow: 0 1px 4px #3C424F;
    border-radius: 40px;
    height: 44px;
}

.header__menu__contact{
    margin-left: min(max(15 / var(--main-w) * 100vw,10px), 15px);
}

.hum__all,.hum__button{
    display: none;
}

/* ドロップダウン本体（初期は非表示） */
.header__nav__menu__modal {
    position: absolute;
    width: 100vw;
    padding: 55px 0;
    background-color: #2D92BF;
    left: 0;
    top: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s step-end;
    z-index: 1000;
    pointer-events: auto;
}

/* ホバー or フォーカス内にある間は表示 */
.has-mega:hover > .header__nav__menu__modal,
.has-mega:focus-within > .header__nav__menu__modal,
.header__nav__menu__modal.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .15s ease, transform .15s ease, visibility 0s;
}

.header__nav__menu__modal__inner{
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 620px;
    width: calc(100% - 27px);
    gap: 55px;
}

.header__nav__menu__modal__item{
    display: block;
    width: calc(50%);
}

.header__nav__menu__modal__item__ttl{
    position: relative;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    color: #fff;
    margin-top: 8px;
}

.header__nav__menu__modal__ttl{
    white-space: nowrap;
    font-size: min(max(30 / var(--main-w) * 100vw,21px), 30px);
    font-weight: 600;
    color: #fff;
}

.header__nav__menu__modal__list{
    width: calc(100% - 115px);
    display: flex;
    gap: min(max(60 / var(--main-w) * 100vw,40px), 60px);
}

.top-fv{
    padding: 0 20px;
    height: calc(100svh - 130px);
    max-height: 850px;
    width: 100%;
    aspect-ratio: 1400 / 650;
}

.top-fv__inner{
    position: relative;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    height: 100%;
}

.top-fv__left{
    width: 100%;
    border-radius: 5px;
    background: url(./assets/img/fv_01.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) min(max(40 / var(--main-w) * 100vw,20px), 40px);
}

.top-fv__left__ttl{
    width: min(max(585.17 / var(--main-w) * 100vw,282.72px), 585.17px);
    max-width: 100%;
    filter: drop-shadow(0 1px 2px #585858);
}

.top-fv__right__item__txt{
    font-weight: 400;
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 1px 2px #585858;
}

.top-fv__right{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(50svh - 70px);
    max-width: 420px;
    flex-shrink: 0;
}

.top-fv__right__item__ttl{
    color: #fff;
    font-size: min(max(22 / var(--main-w) * 100vw,18px), 22px);
    font-weight: 700;
    text-shadow: 0 1px 2px #585858;
}

.top-fv__right__item__button{
    position: relative;
    font-weight: 400;
    display: inline-block;
    font-size: min(max(13 / var(--main-w) * 100vw,11px), 13px);
    width: 135px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 18px;
    line-height: min(max(30 / var(--main-w) * 100vw,25px), 30px);
    margin: 0 0 0 auto;
}

.top-fv__right__item__button::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 4px;
    border-color: transparent transparent transparent #fff;
}

.top-fv__right__item{
    background: url(./assets/img/fv_02.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    border-radius: 5px;
    height: 50%;
    padding: min(max(20 / var(--main-w) * 100vw,15px), 20px);
}

.top-fv__right__item--second{
    background: url(./assets/img/fv_03.webp);
    background-position: center;
    background-size: cover;
}

.top-job{
    margin: min(max(160 / var(--main-w) * 100vw,135px), 160px) 0 20px 0;
}

.top-job__slider{
    display: flex;
    gap: 20px;
    margin-top: min(max(56 / var(--main-w) * 100vw,20px), 56px);
}

.top-job__slider__item__wrap{
    width: 20%;
    margin: 0 10px;
    padding: 10px 0;
}

.top-job__slider__item{
    box-shadow: 0 2px 5px #ACACAC;
}

.top-job__slider__item__top{
    padding: min(max(20 / var(--main-w) * 100vw,10px), 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: url(./assets/img/jobs_dammy.webp);
    background-position: center;
    background-size: cover;
    aspect-ratio: 317/178;
    width: 100%;
    max-height: 200px;
}

.top-job__slider__item__bottom{
    background-color: #fff;
    padding: 20px;
}

.top-job__slider__item__date{
    text-align: center;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.73);
    border-radius: 13px;
    line-height: 25px;
    font-size: 12px;
}

.top-job__slider__item__ttl{
    font-size: min(max(20 / var(--main-w) * 100vw,16px), 20px);
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top-job__slider__item__txt{
    font-size: min(max(15 / var(--main-w) * 100vw,13px), 15px);
    line-height: 1.8;
    margin-top: 12px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 12px;
    border-top: 1px solid #DDDDDD;
}

.top-job__slider__item__button{
    position: relative;
    display: block;
    border: 1px solid #2D92BF;
    color: #2D92BF;
    font-size: min(max(12 / var(--main-w) * 100vw,10px), 12px);
    line-height: min(max(28 / var(--main-w) * 100vw,23px), 28px);
    text-align: center;
    border-radius: 18px;
    width: min(max(126 / var(--main-w) * 100vw,100px), 126px);
    margin: 0 0 0 auto;
    margin-top: 20px;
    font-weight: 400;
}

.top-job__slider__item__button::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 4px;
    border-color: transparent transparent transparent #2D92BF;
}

.section__band{
    text-align: center;
}

.section__subttl{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 700;
}

.section__ttl{
    margin-top: min(max(9 / var(--main-w) * 100vw,4px), 9px);
    font-size: min(max(35 / var(--main-w) * 100vw,24px), 35px);
    font-weight: 700;
}

.top-job__more{
    margin-top: min(max(90 / var(--main-w) * 100vw,70px), 90px);
    text-align: center;
}

.top-job__more--natural{
    margin-top: min(max(40 / var(--main-w) * 100vw,30px), 40px);
}

.top-job__more--office{
    margin-top: min(max(40 / var(--main-w) * 100vw,30px), 40px);
}

.top-job__more__item{
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #2D92BF;
    color: #2D92BF;
    line-height: 43px;
    width: min(max(214.5 / var(--main-w) * 100vw,194px), 214.5px);
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.top-job__more__item::after{
    content: "";
    position: absolute;
    height: 1.25px;
    width: 38px;
    background-color: #2D92BF;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
}

.top-job__slider .slick-dots li button:before{
    display: none;
}

.top-job__slider .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #DDDDDD;
}

.top-job__slider .slick-dots li.slick-active button{
    background-color: #075378;
}

.top-job__slider .slick-dots li{
    width: 24px;
    height: 3px;
}

.top-job__slider .slick-dots{
    bottom: -30px;
}

.top-about{
    position: relative;
    padding: min(max(160 / var(--main-w) * 100vw,130px), 160px) 0 min(max(80 / var(--main-w) * 100vw,50px), 80px) 0;
    background: url(./assets/img/top-about_bg.webp);
    background-position: center bottom;
    background-size: cover;
}

.top-about__cover{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom , rgba(245,250,253,1) 0% , rgba(245,250,253,0.62) 50% ,rgba(245,250,253,0.12) 87% , rgba(255,255,255,1) 100%);
}

.top-about__inner{
    position: relative;
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
}

.top-about__deco{
    position: absolute;
    width: min(max(267.29 / var(--main-w) * 100vw,170px), 267.29px);
    height: auto;
    right: 0;
    top: -35px;
}

.top-about__ttl{
    font-size: min(max(40 / var(--main-w) * 100vw,22px), 40px);
    font-weight: 700;
}

.top-about__txt{
    font-weight: 500;
    font-size: min(max(17 / var(--main-w) * 100vw,13px), 17px);
    line-height: 2.4;
    margin-top: 40px;
}

.top-about__imagearea{
    margin: 0 0 0 auto;
    margin-top: 62px;
    width: calc(100vw - calc(50vw - 500px));
    margin-right: calc(50vw - 500px);
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-about__imagearea__item__01{
    position: relative;
    width: min(max(354 / var(--main-w) * 100vw,227px), 354px);
    height: auto;
    box-shadow: 0 2px 5px #ACACAC;
    z-index: 0;
}

.top-about__imagearea__item__02{
    position: relative;
    width: min(max(332 / var(--main-w) * 100vw,220px), 332px);
    height: auto;
    box-shadow: 0 2px 5px #ACACAC;
}

.top-about__imagearea__item__03{
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(max(275 / var(--main-w) * 100vw,175px), 275px);
    height: auto;
    box-shadow: 0 2px 5px #ACACAC;
    z-index: -1;
}

.top-service{
    padding: min(max(100 / var(--main-w) * 100vw,50px), 100px) 0;
    background: linear-gradient(
        to bottom,
        #FFFFFF 0%,
        #FFFFFF 50%,
        #F5FAFD 50%,
        #F5FAFD 100%
    );
}

.top-service__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 56px;
    display: flex;
    gap: 40px;
}

.top-service__item{
    width: 50%;
}

.top-service__item__ttl{
    font-size: min(max(24 / var(--main-w) * 100vw,20px), 24px);
    color: #3C424F;
    font-weight: 700;
    margin-top: min(max(20 / var(--main-w) * 100vw,12px), 20px);
}

.top-service__item__txt{
    margin-top: min(max(20 / var(--main-w) * 100vw,12px), 20px);
    line-height: 1.7;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.top-service__item__button{
    margin-top: 15px;
    text-align: right;
}

.top-service__item__button__item{
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: min(max(30 / var(--main-w) * 100vw,23px), 30px);
    padding: 0 min(max(35 / var(--main-w) * 100vw,24px), 35px);
    border: 1px solid #2D92BF;
    color: #2D92BF;
    border-radius: 18px;
    font-size: min(max(13 / var(--main-w) * 100vw,10px), 24px);
}

.top-service__item__button__item::after{
    content: "";
    position: absolute;
    right: min(max(15 / var(--main-w) * 100vw,7px), 15px);
    top: 50%;
    transform: translateY(-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width: 4.5px 0 4.5px 4px;
    border-color: transparent transparent transparent #2D92BF;
}

.top-news{
    padding: min(max(60 / var(--main-w) * 100vw,30px), 60px) 0 min(max(100 / var(--main-w) * 100vw,56px), 100px) 0;
}

.top-news__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: min(max(56 / var(--main-w) * 100vw,30px), 56px);
}

.top-news__list{
    display: flex;
    flex-direction: column;
}

.top-news__list__item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: min(max(15 / var(--main-w) * 100vw,12px), 15px) 0;
    border-top: 1px solid #8E9DAE;
}

.top-news__list .top-news__list__item:last-child{
    border-bottom: 1px solid #8E9DAE;
}

.top-news__list__item__info{
    display: flex;
    gap: 12px;
    align-items: center;
    white-space: nowrap;
}

.top-news__list__item__info__date{
    font-size: min(max(14 / var(--main-w) * 100vw,13px), 14px);
    font-weight: 500;
}

.top-news__list__item__info__label{
    line-height: min(max(27 / var(--main-w) * 100vw,24px), 27px);
    background-color: #2D92BF;
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    color: #fff;
    padding: 0 10px;
}

.top-news__list__item__ttl{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.top-news__more{
    margin-top: 56px;
    text-align: center;
}

.top-news__more__item{
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 42.5px;
    border: 1.25px solid #2D92BF;
    width: min(max(214.5 / var(--main-w) * 100vw, 194px), 214.5px);
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    max-width: 100%;
    background-color: #FFFFFF;
    color: #2D92BF;
}

.top-news__more__item::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    width: 38px;
    height: 1.25px;
    background-color: #2D92BF;
}

.top-faq{
    padding: min(max(100 / var(--main-w) * 100vw,80px), 100px) 0;
    background-color: #fff;
}

.top-faq__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: min(max(80 / var(--main-w) * 100vw,56px), 80px);
}

.top-faq__ttl{
    display: flex;
}

.top-faq__ttl__item{
    cursor: pointer;
    width: 50%;
    text-align: center;
    font-size: min(max(23 / var(--main-w) * 100vw,18px), 23px);
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: min(max(21 / var(--main-w) * 100vw,12px), 21px);
    border-bottom: 4px solid #D9D9D9;
}

.top-faq__ttl__item.active{
    border-bottom: 4px solid #2D92BF;
}

.top-faq__content{
    padding: 20px;
    background-color: #2D92BF;
    margin-top: 32px;
}

.top-faq__content__box{
    display: none;
    flex-direction: column;
    gap: 16px;
}

.top-faq__content__box--office{
    display: flex;
    padding: 20px;
    background-color: #2D92BF;
}

.top-faq__content__box.active{
    display: flex;
}

.top-faq__content__box__item{
    background-color: #fff;
}

.top-faq__content__box__item__a{
    border-top: 1px solid #dddddd;
}

.top-faq__content__box__item__q{
    cursor: pointer;
    padding-right: 50px;
}

.top-faq__content__box__item__q__txt{
    position: relative;
    padding-right: 20px;
}

.top-faq__content__box__item__q__txt::after{
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 17.8px;
    height: 1px;
    background-color: #2D92BF;
}

.top-faq__content__box__item.is-open .top-faq__content__box__item__q__txt::before{
    transition: 0.3s;
    transform: rotate(0);
}

.top-faq__content__box__item__q__txt::before{
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 17.8px;
    height: 1px;
    transform: rotate(90deg);
    background-color: #2D92BF;
    transition: 0.3s;
}

.top-faq__content__box__item__q,.top-faq__content__box__item__a{
    display: flex;
    gap: 16px;
    padding: 16px 20px;
}

.top-faq__content__box__item__q__ttl,.top-faq__content__box__item__a__ttl{
    width: 33px;
    line-height: 31px;
    border: 1px solid #2D92BF;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    border-radius: 50%;
    color: #2D92BF;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    height: fit-content;
}

.top-faq__content__box__item__q__txt,.top-faq__content__box__item__a__txt{
    font-size: 16px;
    line-height: 1.7;
    width: calc(100% - 49px);
}

.footerup{
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1440/267;
    max-height: 350px;
}

.footerup__item{
    width: 50%;
    padding: min(max(24 / var(--main-w) * 100vw,12px), 24px) min(max(40 / var(--main-w) * 100vw,28px), 40px) min(max(24 / var(--main-w) * 100vw,12px), 24px) min(max(60 / var(--main-w) * 100vw,40px), 60px);
    background: url(./assets/img/footerup_bg01.webp);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footerup .footerup__item:last-child{
    background: url(./assets/img/footerup_bg02.webp);
    background-position: center;
    background-size: cover;
}

.footerup__item__info__subttl{
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px #585858;
}

.footerup__item__info__ttl{
    font-size: min(max(30 / var(--main-w) * 100vw,24px), 30px);
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px #585858;
}

.footerup__item__info__link{
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: min(max(30 / var(--main-w) * 100vw,24px), 30px);
    padding: 0 min(max(35 / var(--main-w) * 100vw,21px), 35px);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 18px;
    font-size: min(max(13 / var(--main-w) * 100vw,10px), 13px);
}

.footerup__item__info__link::after{
    content: "";
    position: absolute;
    right: min(max(15 / var(--main-w) * 100vw,8px), 15px);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 4px;
    border-color: transparent transparent transparent #fff;
}

.footer{
    background-color: #2D92BF;
    padding: 43px 0;
}

.footer__wrap{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer__logo{
    width: 166px;
    height: auto;
}

.footer__label{
    margin-top: 18px;
    display: inline-block;
    font-size: 14px;
    color: #2D92BF;
    font-weight: 700;
    line-height: 22px;
    background-color: #fff;
    border-radius: 11px;
    text-align: center;
    width: 48px;
}

.footer__access{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
}

.footer__copy{
    font-size: 12px;
    margin-top: 16px;
    color: #fff;
}

.footer__right__menu{
    display: flex;
    gap: 32px;
}

.footer__right__menu__list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__right__menu__list li{
    list-style: none;
}

.footer__right__menu__list__item{
    display: block;
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 500;
}

.footer__right__menu__list__list{
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 8px;
}

.footer__right__menu__list__list__item{
    display: block;
    color: #fff;
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    font-weight: 500;
    line-height: 1;
}

.footer__right__contact{
    text-align: right;
    margin-top: min(max(34 / var(--main-w) * 100vw,20px), 34px);
}

.footer__right__contact__item{
    display: inline-block;
    text-align: center;
    font-size: min(max(16 / var(--main-w) * 100vw,12px), 16px);
    background-color: #fff;
    color: #2D92BF;
    line-height: min(max(39 / var(--main-w) * 100vw,36px), 39px);
    border-radius: 20px;
    width: 180px;
    font-weight: 500;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.scroll {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #2D92BF;
    position: absolute;
    left: calc(50% + 12.5px);
    transform: translateX(-50%);
    top: 101%;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

.scroll::before {
    animation: scroll 2s infinite;
    background-color: #2D92BF;
    top: 0;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    right: 25px;
    width: 2px;
    z-index: 2;
}

.scroll::after {
    background-color: #D9D9D9;
    top: 0;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    right: 25px;
    width: 2px;
}

/* breadcrumbs */

.breadcrumbs{

}

.breadcrumbs__wrap{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow-x: auto;
    padding-top: min(max(10 / var(--main-w) * 100vw,8px), 10px);
}

.breadcrumbs--white{
    background-color: #fff;
}

.breadcrumbs__item{
    list-style: none;
}

.breadcrumbs__list{
    display: flex;
}

.breadcrumbs__item{
    list-style: none;
    padding-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumbs__item::before{
    content: "";
    width: 8.01px;
    height: 7.97px;
    position: absolute;
    right: 4px;
    top: 53%;
    transform: translateY(-50%);
    background: url(./assets/img/breadcrumbs_icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs__item:last-child:before{
    display: none;
}

.breadcrumbs__link{
    font-size: min(max(12 / var(--main-w) * 100vw,11px), 12px);
    font-weight: 400;
    color: #242424;
    white-space: nowrap;
}


.band{
    padding: min(max(50 / var(--main-w) * 100vw,30px), 50px) 0;
}

.band--office{
    background: url(./assets/img/office_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--yamagata{
    background: url(./assets/img/office_yamagata_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--kitakanto{
    background: url(./assets/img/office_kitakanto_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--apartment{
    background: url(./assets/img/office_apartment_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--news{
    background: url(./assets/img/office_news_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--company{
    background: url(./assets/img/office_company_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--margin{
    background: url(./assets/img/office_margin_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band--contact{
    background: url(./assets/img/office_contact_bg.webp);
    background-position: center;
    background-size: cover;
    padding: min(max(65 / var(--main-w) * 100vw,25px), 65px) 0;
}

.band__inner{
    height: 100%;
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.band__en{
    color: #fff;
    font-size: min(max(14 / var(--main-w) * 100vw,11px), 14px);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 2px #585858;
}

.band__ja{
    color: #fff;
    font-size: min(max(30 / var(--main-w) * 100vw,24px), 30px);
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 2px #585858;
}

.band__only{
    color: #fff;
    font-size: min(max(25 / var(--main-w) * 100vw,20px), 25px);
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 1px 2px #585858;
}

.office{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: min(max(120 / var(--main-w) * 100vw,80px), 120px);
    margin-bottom: min(max(175 / var(--main-w) * 100vw,120px), 175px);
}

.office__txt{
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    font-weight: 700;
}

.office__map{
    position: relative;
}

.office__map__item{
    position: absolute;
    padding: min(max(20 / var(--main-w) * 100vw,5px), 20px) min(max(36 / var(--main-w) * 100vw,18px), 36px);
    background-color: #fff;
    box-shadow: 0 2px 5px #ACACAC;
    text-align: center;
    transition: 0.3s;
}

.office__map__item__txt{
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transition: 0.3s;
}

.office__map__item__detail{
    display: inline-flex;
    gap: 14px;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    color: #FFFFFF;
    line-height: min(max(28 / var(--main-w) * 100vw,27px), 28px);
    border-radius: 14px;
    background-color: #2D92BF;
    padding: 0 min(max(15 / var(--main-w) * 100vw,13px), 15px) 0 min(max(23 / var(--main-w) * 100vw,21px), 23px);
    white-space: nowrap;
    margin-top: min(max(16 / var(--main-w) * 100vw,8px), 16px);
    transition: 0.3s;
}

.office__map__item__detail::after{
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 3.5px 0 3.5px 3px;
    border-color: transparent transparent transparent #FFFFFF;
    transition: 0.3s;
}

.office__map__item--yamagata{
    right: 40%;
    top: 32%;
}

.office__map__item--kitakanto{
    right: 21%;
    top: 85%;
}

.office__map__item:hover{
    transition: 0.3s;
    background-color: #2D92BF;
}

.office__map__item:hover .office__map__item__txt{
    transition: 0.3s;
    color: #fff;
}

.office__map__item:hover .office__map__item__detail{
    transition: 0.3s;
    background-color: #fff;
    color: #2D92BF;
}

.office__map__item:hover .office__map__item__detail::after{
    transition: 0.3s;
    border-color: transparent transparent transparent #2D92BF;
}

.office__white{
    background-color: #fff;
    padding: min(max(70 / var(--main-w) * 100vw,30px), 70px) 0 min(max(100 / var(--main-w) * 100vw,60px), 100px) 0;
}

.office__inner{
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
}

.office__ttl{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: min(max(47 / var(--main-w) * 100vw,27px), 47px);
}

.office__ultxt{
    text-align: center;
    margin-top: 20px;
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
    text-decoration-color: rgba(45, 146, 191, 0.22);
}

.office__ultxt--double{
    text-decoration: unset;
}

.office__introtxt--line{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 22px;
}

.office__introtxt--line::before{
    content: "";
    height: 10px;
    border-top: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
    width: 100px;
}

.top-job__slider--office .top-job__slider__item__wrap{
    margin: 0;
    padding: 0;
    width: calc(33.3333%);
}

.top-job__slider--office .top-job__slider__item__wrap{
    margin: 0 10px;
    padding: 10px 0;
}

.office__intro{
    margin-top: 54px;
}

.office__intro__ttl{
    text-align: center;
    font-size: min(max(25 / var(--main-w) * 100vw,16px), 25px);
    font-weight: 700;
    line-height: 1.4;
}

.office__intro__wrong{
    display: flex;
    justify-content: space-between;
    max-width: 756px;
    margin: 0 auto;
    width: 100%;
    gap: min(max(50 / var(--main-w) * 100vw,30px), 50px);
    margin-top: 70px;
}

.office__intro__dworry{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    font-size: min(max(34 / var(--main-w) * 100vw,22px), 34px);
    font-weight: 500;
    text-align: center;
    margin-top: 46px;
    gap: 23px;
}

.office__intro__dworry::after{
    content: "";
    width: 32.95px;
    height: 27.22px;
    background: url(./assets/img/dworry_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.office__intro__bgtxt{
    text-align: center;
}

.office__intro__bgtxt{
    text-align: center;
    padding: 23px 20px;
    background-color: #2D92BF;
    border-radius: 10px;
    color: #fff;
    font-size: min(max(25 / var(--main-w) * 100vw,21px), 25px);
    line-height: 1.3;
    margin-top: 24px;
    font-weight: 500;
}

.office__reason{
    padding: min(max(100 / var(--main-w) * 100vw,56px), 100px) 0 min(max(80 / var(--main-w) * 100vw,40px), 80px) 0;
}

.office__reason__list{
    margin-top: min(max(64 / var(--main-w) * 100vw,40px), 64px);
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.office__reason__item{
    display: flex;
    gap: 25px;
}

.office__reason__item__left{
    width: 49%;
}

.office__reason__item__right{
    width: 51%;
}

.office__reason__item__right{
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.office__reason__item__right__num{
    font-size: min(max(15 / var(--main-w) * 100vw,13px), 15px);
    color: #2D92BF;
    font-weight: 700;
}

.office__reason__item__right__num span{
    font-size: min(max(22 / var(--main-w) * 100vw,19px), 22px);
}

.office__reason__item__right__ttl{
    font-size: min(max(24 / var(--main-w) * 100vw,20px), 24px);
    font-weight: 700;
    line-height: 1.4;
}

.office__reason__item__right__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.7;
}

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

.office__introduction{
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) 0;
}

.office__introduction__list{
    display: flex;
    gap: 15px;
    margin-top: min(max(64 / var(--main-w) * 100vw,40px), 64px);
}

.office__introduction__list__item{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap:  min(max(15 / var(--main-w) * 100vw,10px), 15px);
    padding: 17px 0 20px 0;
    box-shadow: 0 2px 5px #ACACAC;
    background-color: #fff;
    border-radius: 5px;
}

.office__introduction__list__item__icon{
    width: 51px;
    margin: 0 auto;
}

.office__introduction__list__item__ttl{
    text-align: center;
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 500;
}

.office__introduction__txt{
    margin-top: min(max(64 / var(--main-w) * 100vw,40px), 64px);
    font-size:  min(max(24 / var(--main-w) * 100vw,20px), 24px);
    font-weight: 500;
    gap: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.office__introduction__txt__icon{
    display: inline-block;
    width: 36.73px;
    height: auto;
}

.office__introduction__txt__icon img{
    vertical-align: baseline;
}

.office__introduction__txt a{
    color: #2D92BF;
}

.office__flow{
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) 0;
}

.office__flow__list{
    margin-top: min(max(64 / var(--main-w) * 100vw,40px), 64px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.office__flow__list__item{
    display: flex;
    flex-direction: row-reverse;
    box-shadow: 0 2px 3px #ACACAC;
}

.office__flow__list__item__wrap{
    min-height: 128px;
}

.office__flow__list__item__left{
    padding: min(max(22 / var(--main-w) * 100vw,10px), 22px) min(max(40 / var(--main-w) * 100vw,15px), 40px);
    background-color: #fff;
    width: 78%;
}

.office__flow__list__item__left{
    display: flex;
    gap: min(max(55 / var(--main-w) * 100vw,15px), 55px);
    align-items: center;
}

.office__flow__list__item__num{
    flex-shrink: 0;
    width: 53.39px;
    width: min(max(53.39 / var(--main-w) * 100vw,32px), 53.39px);
    height: auto;
}

.office__flow__list__item__info__ttl{
    font-size:  min(max(20 / var(--main-w) * 100vw,18px), 20px);
    font-weight: 700;
    margin-bottom: 10px;
}

.office__flow__list__item__info__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.6;
}

.office__flow__list__item__info{
    display: flex;
    align-items: flex-end;
    gap: min(max(35 / var(--main-w) * 100vw,15px), 35px);
}

.office__flow__list__item__info__button{
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
}

.office__flow__list__item__info__button__item{
    line-height: 41px;
    width: 145px;
    text-align: center;
    background-color: #2D92BF;
    color: #fff;
    border-radius: 21px;
    font-size: min(max(16 / var(--main-w) * 100vw,13px), 16px);
    font-weight: 700;
    flex-shrink: 0;
}

.office__flow__list__item__info__button__txt{
    content: "\登録無料/";
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    text-align: center;
    line-height: 1;
    color: #4F3C3C;
}

.office__flow__list__item__image{
    width: 22%;
}

.office__flow__list__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.office__follow{
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) 0;
}

.office__follow__list{
    display: flex;
    gap: 35px;
    margin-top: min(max(64 / var(--main-w) * 100vw,40px), 64px);
}

.office__follow__list__item{
    width: calc(33.333%);
    border: 1px solid #2D92BF;
}

.office__follow__list__item__ttl{
    text-align: center;
    background-color: #2D92BF;
    color: #fff;
    font-size: min(max(17 / var(--main-w) * 100vw,16px), 17px);
    font-weight: 700;
    padding: 10px 5px;
}

.office__follow__list__item__txt{
    padding: 15px;
    font-size:  min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.6;
}

.office__banner{
    display: flex;
    position: relative;
}

.office__banner__green{
    position: relative;
    width: 46%;
    background-color: #06C755;
}

.office__banner__green::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 67px;
    background: url(./assets/img/office_banner_half.webp);
    background-position: center;
    background-size: contain;
}

.office__banner__green--blue{
    background-color: #1877F2;
}

.office__banner__green--blue::after{
    background: url(./assets/img/office_banner_half_blue.webp);
    background-position: center;
    background-size: contain;
}

/* .office__banner__green::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    width: 67px;
    height: 100%;
    border-radius: 0 100% 100% 0% / 50%;
    background: #06C755;
} */

.office__banner__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 0 0 auto;
    text-align: left;
    margin-left: calc(50vw - 500px);
}

.office__banner__image{
    width: 54%;
    height: 484px;
}

.office__banner__image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.office__banner__ttl{
    font-size: min(max(30 / var(--main-w) * 100vw,22px), 30px);
    color: #fff;
    font-weight: 700;
}

.office__banner__list{
    margin-top: min(max(55 / var(--main-w) * 100vw,30px), 55px);
    margin-bottom: min(max(40 / var(--main-w) * 100vw,30px), 40px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.office__banner__list li{
    list-style: none;
    position: relative;
    color: #fff;
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    font-weight: 500;
    color: #fff;
    padding-left: 28px;
}

.office__banner__list li::before{
    content: "";
    position: absolute;
    width: 23.59px;
    aspect-ratio: 23.59/20.45;
    height: auto;
    background: url(./assets/img/office_banner_listicon.webp);
    background-position: center;
    background-size: contain;
    left: 0;
    top: 2px;
}

.office__banner__txt{
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
}

.office__banner__button{
    display: inline-block;
    margin-top: 24px;
    line-height: min(max(58 / var(--main-w) * 100vw,51px), 58px);
    text-align: center;
    color: #06C755;
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    font-weight: 700;
    background-color: #FFFFFF;
    border-radius: 29px;
    width: 360px;
    max-width: 100%;
}

.office__banner__button--blue{
    color: #1877F2;
}

.office__faq__list{
    margin-top: min(max(64 / var(--main-w) * 100vw,40px), 64px);
    padding: 20px;
}

.office__faq{
    background-color: #fff;
    padding: min(max(100 / var(--main-w) * 100vw,50px), 100px) 0;
}

.office__contactbanner{
    padding: 47px 20px;
    margin-top: 100px;
    background: url(./assets/img/office_contactbanner_bg.webp);
    background-position: center;
    background-size: cover;
}

.office__contactbanner--concierge{
    background: url(./assets/img/concierge_contactbanner_bg.webp);
    background-position: center;
    background-size: cover;
}

.office__contactbanner__ttl{
    text-align: center;
    color: #FFFFFF;
    font-size: min(max(27 / var(--main-w) * 100vw,20px), 27px);
    font-weight: 700;
    line-height: 1.4;
}

.office__contactbanner__txt{
    text-align: center;
    color: #FFFFFF;
    line-height: 1.7;
    margin-top: 24px;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.office__contactbanner__flex{
    margin-top: min(max(50 / var(--main-w) * 100vw,26px), 50px);
    display: flex;
    gap: 16px;
    justify-content: center;
}

.office__contactbanner__flex__item{
    display: block;
    background-color: #fff;
    width: 239px;
    text-align: center;
    line-height: min(max(58 / var(--main-w) * 100vw,44px), 58px);
    border-radius: 29px;
    color: #2D92BF;
    font-size: min(max(18 / var(--main-w) * 100vw,14px), 18px);
    font-weight: 500;
}

.office__newjob{
    margin-top: min(max(120 / var(--main-w) * 100vw,60px), 120px);
}

.office__introtxt{
    font-size: min(max(18 / var(--main-w) * 100vw,16px), 18px);
    margin-top: 20px;
    line-height: 1.7;
    font-weight: 300;
    text-align: center;
}

.office__business{
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) 0;
}

.office__business__inner{
    margin-top: 64px;
    display: flex;
    gap: 54px;
}

.office__business__left{
    display: flex;
    flex-direction: column;
    gap:64px;
    width: 40%;
}

.office__business__left__scroll{
  position: relative;
  width: 2px;
  height: 100%;
  overflow: hidden;
  opacity: .9;
  margin: 0 auto;
  background-color: #D0D0D0
}

.office__business__left__scroll::before{
  content:"";
  position:absolute;
  left:0;
  top:-40%;
  width:100%;
  height:40%;
  background:#2D92BF;
  border-radius:999px;
  animation: scrollLineA 2s ease-in-out infinite;
}
@keyframes scrollLineA{
  0%   { transform: translateY(0);    opacity: 0; }
  15%  { opacity: 1; }
  80%  { transform: translateY(240%); opacity: 1; }
  100% { transform: translateY(280%); opacity: 0; }
}

.office__business__left__ttl{
    font-size: min(max(28 / var(--main-w) * 100vw,22px), 28px);
    font-weight: 700;
    line-height: 1.4;
}

.office__business__left__txt{
    margin-top: 30px;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.7;
}

.office__business__list{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.office__business__list__item{
    display: flex;
    box-shadow: 0 2px 5px #ACACAC;
    background-color: #fff;
}

.office__business__list__item__info{
    padding: min(max(40 / var(--main-w) * 100vw,25px), 40px) 8px min(max(40 / var(--main-w) * 100vw,25px), 40px) min(max(30 / var(--main-w) * 100vw,15px), 30px);
    width: 51%;
}

.office__business__list__item__info__ttl{
    color: #2D92BF;
    font-size: min(max(20 / var(--main-w) * 100vw,16px), 20px);
    font-weight: 700;
}

.office__business__list__item__info__txt{
    margin-top: 16px;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.office__business__list__item__img{
    position: relative;
    width: 49%;
    aspect-ratio: 279.9/159;
    height: auto;
}

.office__business__list__item__img::before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:min(max(75 / var(--main-w) * 100vw,50px), 75px);
    background:#fff; /* 色は任意で変更 */
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.office__business__list__item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.office__business__apartment{
    margin-top: 120px;
}

.office__business__apartment__ttl{
    text-align: center;
    font-size: min(max(24 / var(--main-w) * 100vw,17px), 24px);
    font-weight: 700;
    line-height: 1.4;
}

.office__business__apartment__button{
    display: block;
    margin: 0 auto;
    width: 556px;
    max-width: 100%;
    text-align: center;
    background-color: #2D92BF;
    border-radius: 43px;
    box-shadow: 0 2px 5px #006795,inset 0 4px 8px rgba(255,255,255,.26);
    font-size: min(max(23 / var(--main-w) * 100vw,16px), 23px);
    line-height: min(max(85 / var(--main-w) * 100vw,55px), 85px);
    margin-top: 32px;
    color: #fff;
    font-weight: 700;
}

.office__business__apartment__cap{
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    text-align: center;
    margin-top: 12px;
}

.office__case{
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) 0;
}

.office__case__list{
    margin-top: min(max(64 / var(--main-w) * 100vw,56px), 64px);
}

.office__case__item__wrap{
    padding-top: 24px;
}

.office__case__item{
    border: 0.5px solid #2D92BF;
    padding: 40px min(max(50 / var(--main-w) * 100vw,15px), 50px);
    background-color: #fff;
    position: relative;
}

.office__case__item__tag{
    position: absolute;
    bottom: 100%;
    transform: translateY(50%);
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    font-weight: 700;
    color: #fff;
    background-color: #2D92BF;
    padding: 10px min(max(29 / var(--main-w) * 100vw,14px), 29px);
    left: -30px;
}

.office__case__item__ttl{
    font-size: min(max(22 / var(--main-w) * 100vw,17px), 22px);
    color: #2D92BF;
    font-weight: 700;
    line-height: 1.4;
}

.office__case__item__theme__wrap{
    display: flex;
    flex-direction: column;
    gap: 37px;
    margin-top: 20px;
}

.office__case__item__theme{
    width: 100%;
    background-color: #F4F4F4;
}

.office__case__item__theme--solution{
    background-color: #E3F5FF;
}

.office__case__item__theme__ttl{
    display: inline-block;
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 5px min(max(24 / var(--main-w) * 100vw,16px), 24px);
    background-color: #4B4B4B;
}

.office__case__item__theme__ttl--solution{
    background-color: #2D92BF;
}

.office__case__item__theme__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    margin-top: 15px;
    padding: 0 min(max(20 / var(--main-w) * 100vw,12px), 20px) min(max(24 / var(--main-w) * 100vw,12px), 24px) min(max(20 / var(--main-w) * 100vw,12px), 20px);
}

.office__case__item__wrap{
    margin: 0 34px;
}

.office__case__list .slick-dots li button:before{
    display: none;
}

.office__case__list .slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #DDDDDD;
}

.office__case__list .slick-dots li.slick-active button{
    background-color: #2D92BF;
}

.office__case__list .slick-dots li{
    width: 24px;
    height: 3px;
}

.office__case__list .slick-dots{
    bottom: -30px;
}

.job__inner{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: min(max(130 / var(--main-w) * 100vw,60px), 130px);
    margin-bottom: min(max(120 / var(--main-w) * 100vw,80px), 120px);
}

.job__ttl{
    text-align: center;
    font-size: min(max(35 / var(--main-w) * 100vw,22px), 35px);
    font-weight: 700;
}

.jobfilter__wrap{
    margin-top: min(max(64 / var(--main-w) * 100vw,38px), 64px);
}

.jobfilter__rows{
    border: 1px solid #d9d9d9;
    background: #fff;
}

.jobfilter__row{
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 58px;
}

.jobfilter__row + .jobfilter__row{
    border-top: 1px solid #d9d9d9;
}

.jobfilter__head{
    font-size: min(max(18 / var(--main-w) * 100vw,15px), 18px);
    line-height: 1.1;
    background: #2D92BF;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 20px 25px;
}

.jobfilter__body{
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-left: 1px solid #d9d9d9;
    gap: 16px;
}

.jobfilter__area,.jobfilter__areaSelected{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 22px;
}

.jobfilter__areaItem{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.jobfilter__areaItem input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.jobfilter__areaItem span{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #8E9DAE;
    line-height: 1;
    transition: color .2s ease, opacity .2s ease;
}

.jobfilter__areaItem input:checked + span{
    color: #2D92BF;
    text-decoration: underline;
}

.jobfilter__areaSelected__item{
    color: #2D92BF;
}

.jobfilter__areaItem:focus-within span{
    outline: 2px solid rgba(45,146,191,.35);
    outline-offset: 3px;
    border-radius: 2px;
}

.jobfilter__areaSelected__clear{
    margin-left: 6px;
}

.jobfilter__areaSelected__clear{
    display: inline-flex;
    align-items: center;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1;
    color: #555555;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #8E9DAE;
    transition: color .2s ease, opacity .2s ease;
}

.jobfilter__areaSelected__clear:hover{
    opacity: .7;
}

.jobfilter__areaSelected__clear:focus-visible{
    outline: 2px solid rgba(45,146,191,.35);
    outline-offset: 3px;
    border-radius: 2px;
}

.jobfilter__select__wrap{
    position: relative;
}

.jobfilter__wage{
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;
}

.jobfilter__select{
    height: 34px;
    min-width: 210px;
    padding: 0 42px 0 12px;
    border: 1px solid #bfc7cf;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.jobfilter__wage{
    position: relative;
}

.jobfilter__select__wrap::after{
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    transform: translateY(-35%);
    pointer-events: none;
}

.jobfilter__suffix{
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}

.jobfilter__input{
    width: min(680px, 100%);
    height: 34px;
    padding: 0 12px;
    border: 1px solid #bfc7cf;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
}

.jobfilter__input::placeholder{
    color: #a0a8b0;
}

.jobfilter__actions{
    text-align: center;
    padding: 20px 0 0;
}

.jobfilter__submit{
    min-width: 180px;
    height: 44px;
    border: none;
    border-radius: 0;
    background: #2D92BF;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.jobfilter__submit:hover{
    opacity: .9;
}

.joblist{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.jobitem{
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 5px #ACACAC;
    border-radius: 3px;
}

.jobitem__top{
    padding: 24px;
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #8E9DAE;
}

.jobitem__image{
    width: 25%;
}

.jobitem__image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jobitem__info__label{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.jobitem__info__label__item{
    font-size: 12px;
    display: inline-block;
    background-color: #2D92BF;
    line-height: 1.2;
    padding: min(max(6 / var(--main-w) * 100vw,2px), 6px) min(max(8 / var(--main-w) * 100vw,6px), 8px);
    color: #fff;
}

.jobitem__info{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jobitem__info__company{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
}

.jobitem__info__ttl{
    font-size: min(max(24 / var(--main-w) * 100vw,18px), 24px);
    font-weight: 700;
    line-height: 1.4;
}

.jobitem__bottom{
    display: flex;
}

.jobitem__bottom__left{
    width: 40%;
    display: flex;
    flex-direction: column;
}

.jobitem__bottom__salary,.jobitem__bottom__map{
    padding: 22px;
}

.jobitem__bottom__salary{
    border-bottom: 1px solid #8E9DAE;
}

.jobitem__bottom__right{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 22px 10px 22px;
    border-left: 1px solid #8E9DAE;
}

.jobitem__bottom__right--wrap{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.jobitem__bottom__ttl{
    position: relative;
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    font-weight: 700;
    padding-left: min(max(34 / var(--main-w) * 100vw,25px), 34px);
}

.jobitem__bottom__ttl::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: min(max(23 / var(--main-w) * 100vw,20px), 23px);
    height: auto;
    aspect-ratio: 23/24.76;
}

.jobitem__bottom__ttl--salary::before{
    background: url(./assets/img/salary_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.jobitem__bottom__ttl--map::before{
    background: url(./assets/img/map_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.jobitem__bottom__ttl--content::before{
    background: url(./assets/img/content_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.jobitem__bottom__ttl--terms::before{
    background: url(./assets/img/terms_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.jobitem__bottom__txt{
    font-size: min(max(16 / var(--main-w) * 100vw,14px), 16px);
    line-height: 1.6;
    margin-top: 8px;
    padding-left: min(max(34 / var(--main-w) * 100vw,25px), 34px);
}

.jobitem__bottom__right__more{
    text-align: right;
    color: #2D92BF;
    font-size: min(max(14 / var(--main-w) * 100vw,12px), 14px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.jobitem__bottom__right__more::after{
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 5.5px 0 5.5px 8px;
    border-color: transparent transparent transparent #2D92BF;
}

.job__detail{
    padding: min(max(80 / var(--main-w) * 100vw,40px), 80px) min(max(80 / var(--main-w) * 100vw,15px), 80px);
    background-color: #fff;
    box-shadow: 0 2px 5px #ACACAC;
}

.job__detail__company{
    color: #3C424F;
    font-size: 18px;
}

.job__detail__ttl{
    margin-top: 20px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.4;
}

.job__detail__access{
    margin-top: 20px;
}

.job__detail__access,.job__detail__slary{
    font-size: 18px;
    line-height: 1.4;
}

.job__image{
    margin: 30px 0;
    width: 100%;
}

.job__all{
    margin-top: 30px;
}

.job__content{
    padding: 30px 0;
    border-top: 1px solid #8E9DAE;
}

.job__all .job__content:last-child{
    border-bottom: 1px solid #8E9DAE;
}

.job__content__ttl{
    font-size: 20px;
    font-weight: 700;
}

.job__content__txt{
    margin-top: 14px;
    font-size: 16px;
}

.job__content__subttl{
    margin-top: 50px;
    font-size: 18px;
}

.job__apply{
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
    display: block;
    margin-top: 40px;
    width: 523px;
    max-width: 100%;
    background-color: #2D92BF;
    border-radius: 30px;
    line-height: 60px;
}

.job__apply::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    width:0;
    height:0;
    border-style:solid;
    border-width: 6.5px 0 6.5px 10px;
    border-color: transparent transparent transparent #FFFFFF;
}

.news{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 80px auto;
}

.news__pager{
    margin-top: min(max(80 / var(--main-w) * 100vw,40px), 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.num{
    width: 24px;
    line-height: 24px;
    border: 1px solid #2D92BF;
    border-radius: 2px;
    color: #2D92BF;
    font-size: 17px;
    text-align: center;
    background-color: #fff;
}

.num--dots{
    border: unset;
    background-color: unset;
}

.num.active{
    border: unset;
    color: #3C424F;
    background: unset;
}

.news__detail__ttl{
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
}

.news__detail__content{
    margin-top: 40px;
    margin-bottom: 100px;
}

.news__detail__content p{
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
}

.news__detail__content h3{
    font-size: 16px;
    line-height: 1.7;
    margin: 30px 0 20px 0;
}

.news__detail__content > :first-child{
    margin-top: 0;
}

.news__detail__content > :last-child{
    margin-bottom: 0;
}

.company_profile{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: min(max(76 / var(--main-w) * 100vw,60px), 76px);
    margin-bottom: min(max(120 / var(--main-w) * 100vw,80px), 120px);
}

.company_profile__item{
    display: flex;
}

.company_profile__item__ttl{
    width: 20%;
    font-size: 16px;
    font-weight: 700;
    border-top: 1.5px solid #2D92BF;
    padding: 20px 0;
    line-height: 2;
}

.company_profile__item__content{
    width: 80%;
    border-top: 1.5px solid #8E9DAE;
    padding: 20px 0;
}

.company_profile__item__content__txt{
    font-size: 16px;
    line-height: 2;
    margin: 25px 0;
}

.company_profile__item__content__txt span{
    font-weight: 700;
}

.map_link{
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #2D92BF;
    gap: 7.5px;
    border-bottom: 1px solid #2D92BF;
    padding-right: 21px;
    line-height: 1.7;
}

.map_link::after{
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 13.65px;
    height: 13.65px;
    background: url(./assets/img/maplink_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.company_profile .company_profile__item:last-child .company_profile__item__ttl{
    border-bottom: 1.5px solid #2D92BF;
}

.company_profile .company_profile__item:last-child .company_profile__item__content{
    border-bottom: 1.5px solid #8E9DAE;
}

.company_profile__item__content > :first-child{
    margin: 0;
}

.company_profile__item__content > :last-child{
    margin: 0;
}
.policy__flex__item{
    position: relative;
    display: flex;
    align-items: center;
    width: calc(33.333% - 14px);
    padding: min(max(22 / var(--main-w) * 100vw, 14px), 22px) min(max(20 / var(--main-w) * 100vw, 10px), 20px);
    box-shadow: 0 2px 6px rgba(88, 88, 88, 0.3);
    transition: 0.3s;
    opacity: 1;
    margin-top: 45px;
    background-color: #fff;
}

.policy__flex__item:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.policy__flex__item__icon{
    width: min(max(55 / var(--main-w) * 100vw, 40px), 55px);
}

.policy__flex__item::after{
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: min(max(16.5 / var(--main-w) * 100vw, 12px), 16.5px);
    height: min(max(16.5 / var(--main-w) * 100vw, 12px), 16.5px);
    background: url(./assets/img/dl_icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.policy__flex__item__txt{
    text-align: center;
    font-size: min(max(15 / var(--main-w) * 100vw, 13px), 15px);
    width: calc(100% - min(max(55 / var(--main-w) * 100vw, 40px), 55px));
}

.policy__flex__item__txt span{
    font-size: min(max(13 / var(--main-w) * 100vw, 12px), 13px);
}

.margin{
    margin: min(max(76 / var(--main-w) * 100vw, 59px), 76px) auto min(max(120 / var(--main-w) * 100vw, 80px), 120px) auto;
    max-width: 1000px;
    width: calc(100% - 30px);
}

.margin .margin__box:last-child{
    margin-top: 70px;
}

.margin__ttl{
    font-size: min(max(24 / var(--main-w) * 100vw, 18px), 24px);
    font-weight: 700;
    line-height: 1.5;
}

.margin__txt{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.7;
    margin-top: 20px;
}

.margin__txt span{
    font-size: min(max(12 / var(--main-w) * 100vw, 11px), 12px);
    line-height: 2;
}

.margin__cap{
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: 700;
    margin: 30px 0 25px 0;
}

.margin__list{
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.7;
}

.margin__list li{
    list-style: decimal;
    list-style-position: inside;
}

.form{
    margin: min(max(76 / var(--main-w) * 100vw, 59px), 76px) auto min(max(120 / var(--main-w) * 100vw, 80px), 120px) auto;
    max-width: 700px;
    width: calc(100% - 30px);
}

.form__ex{
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    line-height: 1.7;
}

.form__ex span{
    color: red;
}

.main_contact{
    margin-top: min(max(66 / var(--main-w) * 100vw, 42px), 66px);
    display: flex;
    flex-direction: column;
    gap: min(max(30 / var(--main-w) * 100vw, 24px), 30px);
}

.form__input__wrap--radio{
    display: flex;
    gap: min(max(32 / var(--main-w) * 100vw, 24px), 32px);
    align-items: center;
}

.form__radio__item{
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.form__radio label{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    line-height: 1.2;
}

.form__radio__item + label::before{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #8E9DAE;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.form__radio__item + label::after{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #2D92BF;
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
}

.form__radio__item:checked + label::after{
    transform: translateY(-50%) scale(1);
}

.form__radio__item:focus-visible + label::before{
    outline: 3px solid rgba(45,146,191,.35);
    outline-offset: 2px;
}

.form__item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
}

.form__item__flex{
    display: flex;
    gap: 20px;
}

.form__item--half{
    width: 50%;
}

.form__label{
    font-size: min(max(18 / var(--main-w) * 100vw, 16px), 18px);
    font-weight: 700;
    line-height: 1.7;
}

.form__label span{
    display: inline-block;
    line-height: 21px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    background-color: #BE0D0D;
    margin-left: 12px;
}

.form__item__input{
    border: 1px solid #8E9DAE;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
}

.form__item__input--txtarea{
    min-height: 200px;
}

.form__item--button{
    text-align: center;
    margin-top: 20px;
}

.form__item__button{
    position: relative;
    display: inline-block;
    line-height: 40px;
    background-color: #2D92BF;
    color: #fff;
    font-size: min(max(16 / var(--main-w) * 100vw, 14px), 16px);
    width: 210px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.form__item__button--arrow::after{
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #FFFFFF;
}

.form__item__button--nobg{
    background: unset;
    width: 190px;
    color: unset;
    border-bottom: 1px solid;
    font-size: 14px;
    line-height: 30px;
}

.applicationform__ttl{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.applicationform__info{
    margin-top: min(max(80 / var(--main-w) * 100vw, 50px), 80px);
}

.applicationform__info__ttl{
    font-weight: 500;
    font-size: 18px;
}

.applicationform__info__txt{
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
}

.applicationform__box{
    max-width: 700px;
    margin: 0 auto;
    width: calc(100% - 30px);
    margin-top: 80px;
    margin-bottom: 120px;
}

.form__itemform__item--privacy{
    display: flex;
    justify-content: center;
    align-items: center;
}

.conract_link{
    color: #2D92BF;
    text-decoration: underline;
}

.form__file{
    position: relative;
}

.form__file__input{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.form__file__drop{
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 22px 18px;
    border: 1px dashed #8E9DAE;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.form__file__icon{
    display: grid;
    place-items: center;
}

.form__file__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 25px;
    border-radius: 999px;
    background: #2D92BF;
    color: #fff;
    font-size: 14px;
}

.form__item__privacy{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form__file__types{
    font-size: 14px;
    letter-spacing: .02em;
}

.form__file__note{
    font-size: 14px;
    line-height: 1.5;
}

.form__file__name{
    font-size: 12px;
    color: #333;
    font-weight: 700;
    margin-top: 2px;
    word-break: break-all;
}

.form__file__drop:hover{
    border-color: rgba(45,146,191,.55);
    background: rgba(45,146,191,.04);
}

.form__item__input[readonly],
.form__item__input--textarea[readonly] {
    background: #fff;
    color: #000;
    cursor: default;
}

.form__item__input--textarea {
    min-height: 120px;
    padding: 16px;
    resize: vertical;
    line-height: 1.8;
}

.form__file__preview {
    margin-top: 12px;
}

.form__file__preview img {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
}

.form__file__confirmnote {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}
.applicationform__complete__ttl{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-top: 35px;
}

.applicationform__complete__txt{
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
}

.applicationform__complete__txt span{
    color: red;
}

::placeholder{
    color: #8E9DAE;
}

.sponly768{
    display: none;
}

.sponly490{
    display: none;
}


@keyframes fadeInUpSoft {
    0% {
        opacity: 0;
        transform: translateY(20px); /* ここで”下から” */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpSoft {
    animation-name: fadeInUpSoft;
    animation-duration: 1.2s; /* 少し長め */
    animation-timing-function: cubic-bezier(.19,.84,.44,1); /* ふわっと */
    animation-fill-mode: both;
    will-change: transform, opacity;
}

@media screen and (max-width: 1024px) {
    .top-about__imagearea{
        margin: 0 auto;
        margin-top: 62px;
        width: 100%;
    }

    .office__banner__inner{
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .top-news__list__item{
        flex-direction: column;
        gap: 12px;
    }

    .top-news__list__item__info{
        width: 100%;
        gap: 10px;
    }

    .top-news__list__item__ttl{
        width: 100%;
    }

    .pconly768{
        display: none;
    }

    .sponly768{
        display: block;
    }

    .header__menu{
        display: none;
    }

    .hum__button{
        display: block;
        width: 25px;
        height: 16px;
        position: relative;
        cursor: pointer;
    }

    .hum__button__bar{
        width: 100%;
        height: 1px;
        background-color: #222222;
        position: absolute;
        left: 0;
    }

    .hum__button__bar--top{
        top: 0;
    }

    .hum__button__bar--middle{
        top: 50%;
        transform: translateY(-50%);
    }

    .hum__button__bar--bottom{
        bottom: 0;
    }

    .hum__all{
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #2D92BF;
        transform: translateX(100vw);
        transition: 0.3s;
    }
    
    .hum__all.is-active {
        transform: translateX(0);
        transition: 0.3s;
    }

    .hum__inner{
        padding: 13px 0 0 0;
    }

    .hum__band{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .hum__band__logo{
        width: 103px;
    }

    .hum__band__close{
        width: 18px;
        height: auto;
        cursor: pointer;
    }

    .hum__content{
        margin-top: 40px;
        padding: 0 15px;
        padding-bottom: 20px;
    }

    .hum__menu{
        display: flex;
        flex-direction: column;
    }

    .hum__menu__link{
        display: block;
        position: relative;
        padding: 14px 0;
        border-top: 1px solid #B0C7E2;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

    .hum__menu__multi{
        border-top: 1px solid #B0C7E2;
        padding: 14px 0;
    }

    .hum__menu__multi__ttl{
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

    .hum__menu__multi__list{
        display: flex;
        gap: 11px;
        margin-top: 11px;
    }

    .hum__menu__multi__list__item{
        display: block;
        width: 50%;
    }

    .hum__menu__multi__list__item__ttl{
        font-size: 13px;
        margin-top: 1px;
        color: #fff;
    }

    .hum__menu__link--last{
        border-bottom: 1px solid #B0C7E2;
    }

    .hum__menu__multi__link{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 24px;
    }

    .hum__menu__multi__link__item{
        color: #fff;
        font-size: 14px;
        display: inline-block;
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    .hum__contact{
        margin-top: 24px;
        text-align: center;
    }

    .hum__contact__button{
        display: inline-block;
        max-width: 204px;
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 20px;
        color: #2D92BF;
        font-size: 14px;
        line-height: 36px;
    }

    .hum__menu__products__ttl{
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
    }

    .hum__menu__products__flex{
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-top: 16px;
    }

    .hum__menu__products__item{
        display: block;
        width: 50%;
    }

    .hum__menu__products__item__ttl{
        position: relative;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1;
    }

    .hum__menu__products__item__ttl::after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2.84px;
        height: 6.14px;
        background: url(./assets/img/hum_menu_arrow.webp);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .top-fv__inner{
        flex-direction: column;
    }

    .top-fv__left,.top-fv__right{
        width: 100%;
        min-width: unset;
        max-width: unset;
    }

    .top-fv__left{
        aspect-ratio: 345/170;
        height: auto;
    }

    .top-fv__right__item__txt{
        width: 72%;
    }

    .top-job__slider__item__bottom{
        padding: 13px;
    }

    .top-fv{
        padding: 15px;
        padding-top: 0;
        height: auto;
        max-height: unset;
        aspect-ratio: unset;
    }

    .top-fv__left{
        padding: 40px 15px;
    }

    header{
        height: 60px;
    }

    main{
        padding-top: 60px;
    }

    .top-about__imagearea{
        flex-direction: column-reverse;
        gap: 30px;
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-top: 30px;
    }

    .top-about__imagearea__item__02{
        margin: 0 0 0 auto;
    }

    .top-service__inner{
        flex-direction: column;
        gap: 32px;
    }

    .top-service__item{
        width: 100%;
    }

    .top-service{
        background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 60%, #F5FAFD 60%, #F5FAFD 100%);
    }

    .footer{
        padding: 50px 0 12px 0;
    }

    .footerup{
        flex-direction: column;
        aspect-ratio: unset;
        max-height: unset;
    }

    .footerup__item{
        width: 100%;
        aspect-ratio: 375/110;
        height: auto;
        padding: 15px;
    }

    .office__map__item{
        padding: 16px 37px;
    }

    .office__map__item--kitakanto{
        right: 17%;
        top: 98%;
    }

    .office__introduction__list{
        flex-wrap: wrap;
    }

    .office__introduction__list__item{
        width: calc(50% - 7.5px);
    }

    .office__follow__list{
        flex-wrap: wrap;
        gap: 24px;
    }

    .office__follow__list__item{
        width: 100%;
    }

    .top-job__slider{
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .office__flow__list__item__wrap{
        padding: 10px 0;
        margin: 0 10px;
    }

    .office__business__inner{
        flex-direction: column;
        gap: 40px;
    }

    .office__business__left,.office__business__list{
        width: 100%;
    }

    .office__business__left__scroll{
        display: none;
    }

    .office__case__item__wrap{
        margin: 0 15px;
    }

    .office__case__item__tag{
        left: -12px;
    }

    .office__case__item{
        margin-left: 12px;
    }

    .jobfilter__row{
        grid-template-columns: 105px 1fr;
    }

    .jobfilter__head{
        padding: 14px 14px;
    }

    .jobfilter__body{
        padding: 12px 12px;
    }

    .jobfilter__select{
        min-width: 160px;
        width: 100%;
    }

    .jobfilter__input{
        width: 100%;
    }

    .jobitem__top{
        padding: 0;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .jobitem{
        padding: 15px;
    }

    .jobitem__image,.jobitem__info{
        width: 100%;
    }

    .jobitem__bottom{
        flex-direction: column;
    }

    .jobitem__bottom__left,.jobitem__bottom__right{
        width: 100%;
    }

    .jobitem__bottom__right{
        border-left: unset;
        padding: 0;
    }

    .jobitem__bottom__salary{
        border-bottom: unset;
    }

    .jobitem__bottom__salary, .jobitem__bottom__map,.jobitem__bottom__content,.jobitem__bottom__terms{
        border-top: 1px solid #8E9DAE;
        padding: 15px 0;
    }

    .jobitem__bottom__terms{
        border-bottom: 1px solid #8E9DAE;
    }

    .top-job__more--office{
        margin-top: 70px;
    }
}

@media screen and (max-width: 545px) {

    .office__flow__list__item{
        display: block;
        height: 100%;
        background: #fff;
    }

    .office__flow__list__item__image{
        width: 100%;
        height: 128px;
    }

    .office__flow__list__item__image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .office__flow__list__item__left{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .office__flow__list__item__info{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .office__inner--all{
        width: calc(100% - 15px);
        margin: 0 0 0 auto;
    }

    .office__flow__list .slick-track {
        display: flex;
    }
    .office__flow__list .slick-slide {
        height: auto !important;
    }

    .office__flow__list .slick-dots li button:before{
        display: none;
    }

    .office__flow__list .slick-dots li button{
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #DDDDDD;
    }

    .office__flow__list .slick-dots li.slick-active button{
        background-color: #075378;
    }

    .office__flow__list .slick-dots li{
        width: 24px;
        height: 3px;
    }

    .office__flow__list .slick-dots{
        bottom: -30px;
    }

}

@media screen and (max-width: 490px) {
    .footer__wrap{
        flex-direction: column;
        gap: 30px;
    }

    .footer__left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__label{
        line-height: 21px;
        width: 41px;
        margin-top: 40px;
    }

    .footer__right__menu{
        padding: 0 22px;
        justify-content: center;
    }

    .footer__right__contact__item{
        width: 100%;
    }

    .footer__copy{
        text-align: center;
    }

    .footer__access{
        text-align: center;
    }

    .sponly490{
        display: block;
    }

    .pconly490{
        display: none;
    }

    .top-fv__left{
        aspect-ratio: 345/305;
    }

    .top-fv__right__item{
        width: 100%;
        height: auto;
        aspect-ratio: 345/135;
    }

    .top-fv__right__item__ttl{
        font-size: 16px;
    }

    .top-fv{
        height: auto;
    }

    .top-faq__content__box__item__q__ttl, .top-faq__content__box__item__a__ttl{
        width: 26px;
        line-height: 24px;
        font-size: 14px;
    }

    .top-faq__content__box__item__q, .top-faq__content__box__item__a{
        padding: 10px;
    }

    .top-faq__content__box__item__q__txt, .top-faq__content__box__item__a__txt{
        font-size: 14px;
        width: calc(100% - 42px);
        padding-right: 30px;
    }

    .top-faq__content__box__item__q__txt::before,.top-faq__content__box__item__q__txt::after{
        width: 15px;
        top: 11px;
    }

    .footerup__item{
        width: 100%;
        aspect-ratio: 375/170;
        height: auto;
    }

    .footer__right__menu__list{
        gap: 8px;
    }

    .footer__right__menu__list__list{
        gap: 12px;
    }

    .footer__access{
        line-height: 1.4;
    }

    .top-fv__right__item__txt{
        width: auto;
    }

    .scroll::after,.scroll::before{
        height: 80px;
    }

    .top-about__imagearea__item__03{
        left: 60%;
        top: 60%;
    }

    .office__map{
        margin-top: 60px;
    }

    .office__map__item--yamagata{
        top: 0;
        left: 0;
        right: auto;
    }

    .office__map__item--kitakanto{
        top: 100%;
        right: 0;
    }

    .office__reason__item{
        flex-direction: column;
        gap: 16px;
    }

    .office__reason__item__left,.office__reason__item__right{
        width: 100%;
    }

    .office__banner{
        flex-direction: column-reverse;
    }

    .office__banner__green,.office__banner__image{
        width: 100%;
    }

    .office__banner__image{
        height: 294px;
    }

    .office__banner__inner{
        margin: 0 auto;
        width: calc(100% - 60px);
        align-items: center;
    }

    .office__banner__green{
        padding-bottom: 30px;
    }

    .office__banner__green::after{
        top: auto;
        bottom: 100%;
        left: 0;
        background: url(./assets/img/office_banner_half_sp.webp);
        background-position: top;
        width: 100%;
        height: 50px;
    }

    .office__banner__green--blue::after{
        background: url(./assets/img/office_banner_half_blue_sp.webp);
        background-position: top;
    }

    .office__contactbanner__flex{
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .office__intro__wrong{
        flex-direction: column;
        gap: 0;
    }

    .office__intro__wrong__item{
        width: 80%;
    }

    .office__intro__wrong .office__intro__wrong__item:last-child{
        margin: 0 0 0 auto;
    }

    .office__intro__bgtxt{
        text-align: left;
    }

    .office__reason__list{
        gap: 50px;
    }

    .company_profile__item{
        flex-direction: column;
        background:linear-gradient(to right, #2D92BF 0 30%, #8E9DAE 30% 100%) top / 100% 1.5px no-repeat;
    }

    .company_profile .company_profile__item:last-child{
        background:linear-gradient(to right, #2D92BF 0 30%, #8E9DAE 30% 100%) bottom / 100% 1.5px no-repeat,linear-gradient(to right, #2D92BF 0 30%, #8E9DAE 30% 100%) top / 100% 1.5px no-repeat;
    }

    .company_profile__item__ttl,.company_profile__item__content{
        width: 100%;
    }

    .company_profile__item__ttl,.company_profile__item__content,.company_profile .company_profile__item:last-child .company_profile__item__ttl,.company_profile .company_profile__item:last-child .company_profile__item__content{
        border: unset;
        padding: 0;
    }

    .company_profile__item{
        padding: 20px 0;
        gap: 20px;
    }

    .policy__flex__item{
        width: 100%;
    }

    .form__item__flex{
        flex-direction: column;
        gap: 24px;
    }

    .form__item--half{
        width: 100%;
    }

    .office__introtxt{
        text-align: left;
    }

    .office__ttl{
        font-size: 24px;
    }

    .top-faq__ttl__item{
        font-size: 14px;
    }
}