@charset "UTF-8";

@font-face {
    font-family: 'Impact';
    src: url(../fonts/impact.ttf);
}

/* body.preload .wow{
    opacity: 0;
} */

.grecaptcha-badge {
    visibility: hidden;
}

html {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

html.open,
body.open {
    height: 100dvh;
    overflow-y: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

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


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.header.active {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.3s;
    transition-property: color;
}

.header__logo {
    height: 45.66px;
    width: auto;
}

.header__list {
    display: flex;
    align-items: center;
    gap: 35px;
}

.header__link {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}

.header.active .header__link {
    color: #000;
    transition: 0.3s;
    transition-property: color;
}

.header.active .header__link:hover {
    border-bottom: 2px solid #000;
}

.footer__wrap {
    max-width: 1040px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}


.footer__copy {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin-top: 10px;
}

.protect {
    color: #fff;
    text-align: center;
    margin-top: 45px;
    width: 100%;
    font-size: 12px;
}

.protect a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.footer__logo {
    width: 358px;
    margin-bottom: 30px;
}

.footer__addr {
    font-size: 1.6rem;
    margin-bottom: 4px;
    color: #fff
}

.footer__tel {
    font-size: 1.6rem;
    color: #fff
}

.footer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 266px;
    padding: 16px 19px;
    background: #98BFED;
    color: #fff;
    font-size: 1.8rem;
    gap: 17px;
    line-height: 1em;
    margin-top: 21px;
}

.footer__icon {
    width: 24px;
}

.footer__right {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 72px;
    width: 362px;
}

.footer__right .sns-link__link {
    width: 45px;
}

div.sns-link--sp{
    display: none;
}

.footer__link {
    color: #fff;
    font-size: 1.6rem;
    width: 145px;
    border-bottom: 1px solid #707070;
    padding: 10px 11px;
    font-weight: bold;
    position: relative;
}

.footer__link::before {
    content: "→";
    font-size: 1.6rem;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.footer__link:hover::before {
    transform: translate(5px, -50%);
}

.footer {
    padding: 50px 0 20px;
    background-color: #004B9E;
    position: relative;
}

.pagefv2 {
    text-align: center;
    position: relative;
    background-color: #004B9E;
}

.pagefv2__bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}

.pagefv2__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1040px;
    width: 90%;
    margin: auto;
    padding: 200px 0 34px;
    position: relative;
    z-index: 1;
}

.pagefv2__deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.pagefv2__deco--sp {
    display: none;
}

.pagefv2__img {
    width: 50%;
}

.pagefv2__txt {
    width: 50%;
}

.pagefv2__en {
    font-family: 'Impact';
    font-size: 3.3rem;
    color: #fff;
    letter-spacing: 0.1em;
}

.pagefv2__ttl {
    font-size: 5rem;
    letter-spacing: 0.05em;
    color: #fff;
}

.pagefv {
    text-align: center;
    position: relative;
}

.pagefv__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1040px;
    width: 90%;
    margin: auto;
    padding: 128px 0 114px;
}

.pagefv__img {
    width: 50%;
}

.pagefv__txt {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pagefv__en {
    font-family: 'Impact';
    font-size: 3.3rem;
    color: #F7D104;
    letter-spacing: 0.1em;
}

.pagefv__ttl {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
    color: #fff;
}


/* TOPページスタイル */
.top {
    background-color: #F4FAFA;
}

.fv {
    position: relative;
    text-align: center;
    isolation: isolate;
}

.fv__back {
    position: relative;
    z-index: -1;
}

.fv__ttl {
    font-size: 10.13vw;
    position: absolute;
    top: 20vh;
    left: 2.5%;
    width: 97.5%;
    color: #65C2DF;
    font-family: 'Impact';
    mix-blend-mode: color-dodge;
    overflow: hidden;
    z-index: 0;
    text-align: left;
}

.fv__people {
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 67.5%;
    z-index: 1;
    text-align: center;
    transition-timing-function: ease-in-out;
}

.fv__catch {
    margin-top: 26px;
    font-size: 5.2rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 75vh;
    left: 18%;
    color: #fff;
    z-index: 3;
    text-shadow: 0 4px 14px rgba(0, 29, 51, 0.55);
}

.fv__inner {
    display: block;
    white-space: nowrap;
}

.fv__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.main__back {
    background: url(../img/main-back.png);
    background-size: 100% auto;
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-color: #F4FAFA;
    position: relative;
    z-index: 4;
}

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

.topBox::before {
    content: "";
    width: 100%;
    bottom: calc(100% - 1px);
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 calc(15.7vw + 15px) 100vw;
    border-color: transparent transparent #F4FAFA transparent;
}

.concept__ttl {
    color: #98BFED;
    font-size: 3.3rem;
    font-weight: bold;
    font-family: 'Impact';
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.concept__ja {
    font-size: 2.6rem;
    color: #98BFED;
    font-weight: bold;
    margin-bottom: 15px;
}

.concept__label {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.65em;
    color: #0B4879;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.concept__inner {
    font-size: 4.6rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #DCE7F4 40%);
}

.concept__detail {
    font-size: 1.8rem;
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #0B4879;
    margin-bottom: 73px;
}

.concept__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1048px;
    margin: auto;
}

.conept__img {
    width: 48%;
}

.company {
    margin-top: 90px;
    padding-top: 50px;
}

.company__wrap {
    width: 90%;
    max-width: 1048px;
    margin: auto;
}

.company__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company__item {
    width: 32%;
}

.company__label {
    font-family: 'Impact';
    font-size: 2.4rem;
    color: #4A83C1;
    letter-spacing: 0.1em;
}

.company__ttl {
    font-size: 4.6rem;
    font-weight: bold;
    color: #0B4879;
    margin-top: -10px;
    margin-bottom: 14px;
}

.service {
    margin-top: 83px;
    padding-top: 50px;
}

.service__wrap {
    position: relative;
}

.service__top {
    position: absolute;
    left: calc(50% + 320px);
    text-align: right;
    top: 60px;
}

.service__label {
    font-family: 'Impact';
    font-size: 2.4rem;
    color: #98BFED;
    letter-spacing: 0.1em;
}

.service__ttl {
    font-size: 4.6rem;
    font-weight: bold;
    color: #0B4879;
    margin-top: -10px;
    margin-bottom: 14px;
}

.service__list {
    display: flex;
    align-items: flex-start;

}

.service__item {
    width: 33.3%;
    overflow: hidden;
}

.service__item--second {
    margin-top: calc((33.3vw + 20px) * 0.194);
}

.service__item--third {
    margin-top: calc(2 * (33.3vw + 20px) * 0.194);
}

.service__link {
    display: block;
}

.service__img {
    display: block
}

.recruit {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.recruit__wrap {
    text-align: center;
}

.recruit__ttl {
    font-family: 'Impact';
    font-size: 2.4rem;
    color: #98BFED;
    letter-spacing: 0.1em;
}

.recruit__label {
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0B4879;
    margin-bottom: 30px;
}

.recruit__detail {
    font-size: 1.8rem;
    color: #012039;
    max-width: 90%;
    margin: auto;
    margin-bottom: 75px;

}

.recruit__video{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.slick__content {
    padding: 0 45px;
}

.slick-track {
    padding: 60px 0;
}

.slick__content {
    transform: translateX(-50%) scale(0.8);
    transform-origin: center;
    transition: 0.3s;

}

.slick__content.slick-current.slick-active {
    transform: translateX(-50%) scale(1.2);
}

.invitation {
    background-image: url(../img/invitation-back.jpg);
    background-position: center top;
    background-size: cover;
    padding: 30.1vw 0 38vw;
    margin-top: -22vw;
}

.invitation__wrap {
    position: relative;
}

.invitation__btn {
    position: relative;
    z-index: 10;
}

.invitation__text {
    position: absolute;
    top: 0;
    left: calc(50% - 94px);
}

.invitation__label {
    font-size: 5.2rem;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 50px;
}

.invitation__link {
    padding: 20px 57px;
    width: 497px;
    text-align: center;
    font-size: 2.9rem;
    background-color: #004B9E;
    color: #fff;

    white-space: nowrap;
    margin-bottom: 17px;
    max-width: 100%;
}

.invitation__link--midcareer {
    background-color: #DDEDFA;
    color: #0D416A;
    margin-bottom: 0;
}

.invitation__deco {
    position: absolute;
    bottom: calc(100% - 1px);
    ;
    left: 0;
    width: 100%;
}

/* TOPページフロントここまで */

/* COMPANYページフロントここから */
.info {
    background-color: #F4FAFA;
}

.page {
    padding-top: 80px;
}

.page__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
}

.page__nav {
    border-radius: 39px 39px 0 0;
    background-color: #004B9E;
    padding: 36px 0;
    background-image: url(../img/BK4.png);
}

.page__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 80px;
}

.page__item {
    width: 326px;
    max-width: 30%;
}

.page__link {
    text-align: center;
    font-size: 2.2rem;
    color: #004B9E;
    font-weight: bold;
    position: relative
}

.page__inner {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page__content {
    background-color: #fff;
    position: relative;
    padding: 60px 0;
}

.page__content--service {
    padding-bottom: 145px;
    border-radius: 0 0 40px 40px;
    margin-bottom: 102px;
}

.page__en {
    font-size: 1.8rem;
    font-family: 'Impact';
    color: #C0D3E8;
    letter-spacing: 0.1em;
}

.page__label {
    font-size: 4rem;
    color: #0B4879;
    line-height: 1em;
}

.page__wrap {
    position: relative;
}

.page__back {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(../img/BK4.png);
}

.page__grey {
    position: absolute;
    bottom: 54px;
    width: 100%;
    left: 0;
    z-index: 0;
}

.page__grey--recruit {
    bottom: auto;
    top: 300px;
}

.corp {
    position: relative;
    margin-bottom: 95px;
}

.corp__back {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    top: 747px;
}

.corp__table {
    margin-top: 15px;
}

.corp__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 2px solid #E1E6EB;
}

.corp__table {
    width: 70%;
    position: relative;
    z-index: 1;
}

.corp__label {
    font-size: 1.6rem;
    color: #6E6E6E;
}

.corp__detail {
    font-size: 1.8rem;
    color: #002C5D;
}

.access__wrap {
    margin-top: 54px;
}

.access__item {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 25px 0;

}

.access__left {
    order: 2;
}

.access__right {
    order: 1;
    width: 480px
}

.access__label {
    font-size: 2.7rem;
    color: #001F38;
    font-weight: 700;
    margin-bottom: 17px;
}

.access__detail {
    font-size: 1.8rem;
}

.access iframe {
    border-radius: 30px;
}

.access__line {
    height: 2px;
    background-color: #E1E6EB;
}

.history {
    text-align: center;
}

.history__row {
    width: 740px;
    max-width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: flex-start;
}

.history__row--first {
    margin-bottom: 77px;
}

.history__row--second {
    margin-bottom: 72px;
}

.history__row--third {
    margin-bottom: 20px;
}


.history__content {
    margin-top: 124px;
    text-align: left;
    position: relative;
}

.history__year {
    font-size: 4rem;
    font-weight: bold;
    font-family: 'Impact';
    width: 87px;
}

.history__wrap {
    display: flex;
    align-items: center;
    gap: 0px;
}

.history__dots {
    background: #DBB900;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.history__txt {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.history__txt--start {
    align-items: flex-start;
}

.history__txt--start .history__month {
    padding-top: 2px;
}

.history__box {
    margin-left: 16px;
    padding-top: 10px;
}

.history__box--second,
.history__box--forth {
    padding-top: 0;
}

.history__line {
    width: 170px;
    height: 3px;
    background: linear-gradient(to right, #707070 8px, transparent 8px);
    background-size: 16px 3px;
    background-repeat: repeat-x;
    background-position: center;
    margin-left: 10px;
}

.history__month {
    font-size: 2rem;
    line-height: 1em;
    font-weight: bold;
    margin-right: 18px;
    width: 42px;
    text-align: right;
}

.history__detail {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    width: calc(100% - 60px);
}

.history__verti {
    width: 3px;
    background-color: #F7D104;
    position: absolute;
    top: 10px;
    z-index: 0;
}

.corp__right {
    position: absolute;
    right: 0;
    top: 62px;
    width: 360px;
    z-index: 2;
    max-width: 30%;
}

.corp__first {
    margin-bottom: 40px;
}

.corp__right--sp {
    display: none;
}

.history {
    padding-top: 140px;
}

.pagefv__ttl--recruit {
    color: #004B9E;
}

.catch {
    background-image: url(../img/catch-back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F4FAFA;
}

.catch__wrap {
    text-align: center;
    padding: 152px 0 0;
}

.catch__ttl {
    display: block;
    margin: 0 auto 40px;
    max-width: 657.86px;
    width: 90%;
}

.catch__label {
    color: #fff;
    background-color: #004B9E;
    display: inline-block;
    font-size: 3.4rem;
    line-height: 1em;
    padding: 16px 114px;
    margin-bottom: 51px;
}

.catch__detail {
    font-size: 2rem;
    line-height: 2em;
    margin-bottom: 73px;
}

.welfare {
    padding: 0 80px;
    position: relative;
    z-index: 2;
}

.welfare__ttl-wrap {
    text-align: center;
}

.welfare__ttl {
    text-align: center;
    font-size: 4rem;
    color: #0B4879;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
}

.welfare__sub {
    text-align: center;
    font-size: 1.8rem;
    color: #C0D3E8;
    font-family: 'Impact';
}

.welfare__detail {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 17px;
    color: #0B4879;
}

.welfare__wrap {
    margin-top: 45px;
}

.welfare__content {
    display: none;
    padding: 30px 38px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #004B9E;
}

.welfare__content.active {
    display: flex;
}

.welfare__left {
    width: 33%;
}

.welfare__right {
    width: 64%;
    font-size: 1.6rem;
}

.welfare__nav {
    display: flex;
    align-items: center;
    padding: 0 30px;
    gap: 15px;
}

.welfare__item {
    color: #004B9E;
    font-weight: bold;
    padding: 9px 18px;
    font-size: 1.5rem;
    background-color: #fff;
    border: 2px solid #004B9E;
    border-radius: 15px 15px 0 0;
    transform: translateY(2px);
    cursor: pointer;
}

.welfare__item.active {
    background-color: #004B9E;
    border: 2px solid #004B9E;
    color: #fff;
}

.welfare__ttl-wrap {
    position: relative;
}

.welfare__line1 {
    position: absolute;
    left: 0;
    top: 50%;
}

.welfare__line1::before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 368px;
    height: 3px;
    background-color: #0B4879;
}

.welfare__line1::after {
    content: "";
    display: block;
    transform: translateX(14px);
    width: 368px;
    height: 3px;
    background-color: #F7D104;
}

.welfare__line2 {
    position: absolute;
    right: 0;
    top: 50%;
}

.welfare__line2::before {
    content: "";
    display: block;
    transform: translateX(-14px);
    margin-bottom: 10px;
    width: 368px;
    height: 3px;
    background-color: #0B4879;
}

.welfare__line2::after {
    content: "";
    display: block;
    width: 368px;
    height: 3px;
    background-color: #F7D104;
}

.welfare__line1--flow::before,
.welfare__line1--flow::after,
.welfare__line2--flow::before,
.welfare__line2--flow::after {
    width: 313.1px;
}

.welfare__line1--marcketing::before,
.welfare__line1--marcketing::after,
.welfare__line2--marcketing::before,
.welfare__line2--marcketing::after {
    width: 268px;
}

.welfare__img{
    display: flex;
    gap: 10px 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.welfare__img__col6{
    width: calc(50% - 10px);
}

.welfare__img__col4{
    width: calc(33% - 10px);
}

.welfare__img__iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
}

.welfare__capture{
    font-size: 12px;
}


.training {
    margin-top: 86px;
    padding: 0 0 92px;
    position: relative;
    z-index: 1;
}

.training__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.training__left {
    width: 41%;
}

.training__right {
    width: 52%;
}

.training__catch {
    text-align: center;
    font-size: 1.6rem;
    margin: 27px 0 41px;
    color: #0B4879;
}

.training__point {
    font-size: 4.4rem;
    line-height: 1em;
    font-family: 'Impact';
    color: #F7D104;
    margin-bottom: 14px;
}

.training__label {
    font-size: 3.4rem;
    color: #0B4879;
    margin-bottom: 14px;
    font-weight: bold;
}

.training__detail {
    font-size: 1.6rem;
}

.training__line {
    margin: 18px 0;
    height: 2px;
    background: #E1E6EB;
}

.training__iframe{
    margin: 40px auto 0;
    display: block;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

.interview {
    position: relative;
    z-index: 1;
    padding: 92px 0 130px;
}

.welfare__ttl--interview {
    background-color: #F4FAFA;
}

.interview__top {
    padding: 0 80px 0;
}

.interview__item {
    margin: 0 50px;
}

.interview__txt {
    padding: 40px 0 20px;
    text-align: center;
    background-color: #004B9E;
    width: 90%;
    margin: auto;
    margin-top: -26px;
    display: block;
}

.interview__department {
    font-size: 1.2rem;
    color: #0B4879;
    display: inline-block;
    padding: 6px 20px;
    background-color: #DDEDFA;
    font-weight: bold;
    border-radius: 0 10px 0 10px;
    margin-bottom: 9px;
}

.interview__label {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

.interview__yomi {
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Impact';
    display: block;
}

.flow {
    position: relative;
}

.flow__white {
    position: absolute;
    top: 200px;
    left: 0;
}

.flow__wrap {
    width: 90%;
    max-width: 1040px;
    margin: auto;
}

.flow__content {
    margin-top: 103px;
}

.flow__item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.flow__left {
    width: 53%;
    padding-bottom: 30px;
}

.flow__right {
    width: 41%;
    padding-bottom: 27px;
}

.flow__item--second .flow__left {
    order: 2;
}

.flow__item--second .flow__right {
    order: 1;
}

.flow__step {
    position: absolute;
    left: 0;
    top: 0;
    width: 220.56px;
}

.flow__item--second .flow__step {
    left: auto;
    right: 0;
}

.flow__label {
    font-size: 3rem;
    color: #0B4879;
    font-weight: bold;
    margin-bottom: 10px;
}

.flow__detail {
    font-size: 1.6rem;
    line-height: 1.7em;
}

.require__wrap {
    max-width: 1040px;
    width: 90%;
    margin: auto;
}

.require__content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.require__item {
    width: calc(50% - 16px);
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.require__left {
    width: 151px;
}

.require__right {
    width: calc(100% - 171px);
}

.require__label {
    font-size: 2rem;
    font-weight: bold;
    color: #012F53;
}

.require__detail {
    font-size: 1.4rem;
    color: #012F53;
}

.require__type {
    font-size: 1.2rem;
    background-color: #F7D104;
    display: inline-block;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
}

.require__nav {
    max-width: 100%;
    width: 497px;
    margin: 52px auto 0;
    text-align: center;
    position: relative;
    z-index: 10;

}

.require__link {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: 2.9rem;
    color: #0D416A;
    background-color: #DDEDFA;
}

.require__link--first {
    margin-bottom: 17px;
    color: #fff;
    background-color: #004B9E;
}

.slick-track {
    padding: 0;
}

.policy__wrap {
    margin: auto;
}

.policy__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policy__left {
    width: 66%;
}

.policy__right {
    width: 30%;
}

.policy__label {
    margin-top: 36px;
    font-size: 2.8rem;
    margin-bottom: 24px;
}

.policy__detail {
    font-size: 1.6rem;
    line-height: 1.4em;
}

.policy {
    margin-bottom: 111px;
}

.policy__label {
    margin-top: 36px;
    font-size: 2.8rem;
    margin-bottom: 36px;
}

.precepts{
    margin-top: -20px;
    padding-top: 20px;
}

.precepts__large {
    display: block;
    font-size: 2rem;
    margin-bottom: 14px;
}

.precepts__txt {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 26px;
}

.precepts__txt--last {
    margin-bottom: 0;
}

.precepts__wrap {
    display: flex;
    justify-content: space-between
}

.precepts__left {
    width: 64%;
}

.precepts__right {
    width: 30%;
}

.greetings__wrap {
    text-align: center;
}

.greeting__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 90px;
}

.greeting {
    margin-top: 89px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.greeting__line {
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.8em;
    margin-bottom: 45px;
    font-weight: bold;
}

.greeting__left {
    width: 43%;
}

.greeting__item {
    padding: 34px 22px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
    position: sticky;
    top: 0;
}

.greeting__left {
    position: sticky;
    top: 0;
}

.greeting__right {
    width: 51.5%;
}

.greeting__name {
    color: #0B4879;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.greeting__career {
    display: inline-block;
    margin-right: 13px;
    font-size: 1.5rem;
}

.greeting__label {
    font-size: 2.8rem;
    line-height: 1.8em;
    margin-bottom: 25px;
    font-weight: bold;
}

.greeting__detail {
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 60px;
}

.greeting__detail--last {
    margin-bottom: 104px;
}

.policy__img {
    display: none;
}

.precepts__img {
    display: none;
}

.division__catch {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 36px;
}

.division__item {
    margin-top: 38px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.division__left {
    width: 43%;
}

.division__right {
    width: 52%;
    font-size: 1.6rem;
    line-height: 1.6em;
}

.division__main {
    margin-top: 45px;
}

.division-nav {
    display: flex;
    align-items: flex-end;
    padding: 0 30px;
    gap: 15px;
    transform: translateY(2px);
}

.division-nav__list {
    width: 157.45px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #004B9E;
    border: 2px solid #004B9E;
    text-align: center;
    padding: 10px 0;
    border-radius: 17px 17px 0 0;
    cursor: pointer;
}

.division-nav__list--marcketing{
    width: auto;
    padding: 10px 10px;
}

.division-nav__list.active {
    color: #fff;
    background-color: #004B9E;
}

.division-content {
    display: none;
    border-radius: 20px;
    border: 2px solid #004B9E;
    padding: 25px 30px;
    align-items: center;
    justify-content: space-between;
}

.division-content.active {
    display: flex;

}

.division-content__left {
    width: 33%;
}

.division-content__right {
    width: 65%;
    font-size: 1.6rem;
}

.telecom {
    margin: 100px auto 86px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
}

.modal__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.modal__back {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
}

.modal__content {
    max-width: 900px;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px;
    justify-content: space-between;
    position: relative;
    z-index: 110;
    overflow: visible !important;
}


.before_back{
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    justify-content: center;
    width: 50%;
    max-width: 600px;
   
}

.before_back img{
    border-radius: 14px;
}

.before_background{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.16);
}

.modal__box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__left {
    width: 48%;
}

.modal__right {
    width: 49%;
    overflow: hidden;
}

.modal__sub {
    font-weight: bold;
    font-family: 'Impact';
    font-size: 1rem;
    color: #C0D3E8;
}

.modal__ttl {
    font-size: 1.8rem;
    color: #0B4879;
    font-weight: bold;
    margin-bottom: 14px;
    position: relative;
}

.modal__ttl::before {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-3px);
    width: 318.27px;
    height: 1px;
    background-color: #0B4879;
}

.modal__ttl::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(3px);
    width: 318.27px;
    height: 1px;
    background-color: #F7D104;
}

.modal__detail {
    font-size: 1.4rem;
    padding: 27px 23px;
    background-color: #F7F7F7;
    overflow-y: scroll !important;
}

.modal__label {
    display: flex;
    align-items: flex-start;
    margin-top: 21px;
    justify-content: space-between;
}

.modal__name {
    font-size: 3.4rem;
    color: #012F53;
    font-weight: bold;
    line-height: 1em;
}

.modal__cate {
    display: inline-block;
    padding: 8px 15px;
    color: #005190;
    background-color: #F7D104;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

.modal__area {
    font-size: 2.2rem;
    color: #012F53;
    line-height: 1em;
    margin-top: 10px;

}

.modal__access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 41px;
}

.modal__addr {
    font-size: 1.6rem;
    width: calc(100% - 55px);
}

.modal__map {
    width: 47px;
}

.modal__bottom {
    justify-content: center;
    gap: 10px;
    margin-top: 29px;
}

.modal__btn {
    width: 282px;
    padding: 11px 0;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #004B9E;
    text-align: center;
}

.modal__btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.modal__btn--career {
    background-color: #DDEDFA;
    color: #0D416A;
}

.modal__close {
    width: 46px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    cursor: pointer;
}

.entry-btn {
    width: 135px;
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 5;
}

.contact {
    background-color: #F4FAFA;
}

.contact__wrap {
    width: 90%;
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 3;
}

.contact__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact__label {
    font-size: 1.6rem;
    width: 320px;
}

.contact__content {
    width: calc(100% - 320px);
}

.contact__input {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0.5em;
    line-height: 2em;
    background-color: #fff;
    border: 1px solid #606060;
}

.contact__textarea {
    width: 100%;
    font-size: 1.6rem;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #606060;
}

.submit {
    text-align: center;
    margin-top: 60px;
}

.submit__btn {
    padding: 10px 45px;
    background-color: #004B9E;
    color: #fff;
    font-size: 1.6rem;
}

.submit__btn:hover {
    opacity: 0.8;
}

.submit__btn--grey {
    color: #E1E6EB;
    background-color: #606060;
}

.contact__catch {
    margin-bottom: 60px;
    font-size: 1.6rem;
}

.contact__color {
    color: red;
}

label.error {
    font-size: 1.4rem;
    color: red;
    margin-top: 0.5em;
    display: block;
}

.contact__detail {
    font-size: 1.6rem;
}

.thanks__title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 60px;
}

.thanks__detail {
    font-size: 1.6rem;
    text-align: center;
}

.welfare__inner {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}

/*以下レスポンシブcss*/
.sp-hum {
    display: none;
}

.sp-header-nav {
    display: none;
}

.footer__sp {
    display: none;
}

.fv__back--sp {
    display: none;
}

.top__nav {
    display: none;
}

.concept__br {
    display: none;
}

.company__sp {
    display: none;
}

.invitation__deco--sp {
    display: none;
}

.service__sp {
    display: none;
}

.training__wrap {
    padding: 0 80px;
}

.page__content--recruit {
    border-radius: 0 0 40px 40px;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.single__wrap {
    padding: 180px 0 40px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.single__ttl {
    font-size: 3.2rem;
    color: #0B4879;
    margin-bottom: 30px;
}

.prof {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.prof__img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    /* imgタグをトリミングして表示 */
    object-fit: cover;
    object-position: center;
}

.single__line {
    height: 1px;
    background-color: rgb(234, 234, 234);
    margin-bottom: 60px;
}

.prof__label {
    font-size: 1.8rem;
    color: #0B4879;
    margin-bottom: 0px;
    font-weight: bold;
}

.prof__detail {
    font-size: 1.6rem;
    line-height: 1.6em;
}

.single__detail {
    font-size: 1.6rem;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.single__img {
    width: 30%;
}

.single__txt {
    width: 60%;
    padding-top: 20px;
}

.single__top {
    display: flex;
    justify-content: space-between;
}

.sns-link {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 18px;
    justify-content: flex-end;
}

.sns-link__link {
    width: 37.99px;
}

.greeting__img-wrap{
    position: relative;
}

.greeting__img1{
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.greeting__img2{
    position: absolute;
    left: 0;
    top: 0;
}

.btn-nav__span{
    display: block;
    font-size: 10px;
    color: #004B9E;
    margin-top: 2px;
    text-align: center;
}

.btn-nav__span--w{
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 2px;
}

/* 2024.11.05追記 */

.media__wrap{
    max-width: 1040px;
    width: 90%;
    margin: 60px auto;
    text-align: center;
}

.media__list{
    text-align: left;
    margin: 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.media__item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.media__video{
    width: calc(50% - 10px);
}

.media__video iframe{
    width: 100%;
    aspect-ratio: 16 / 9;

}

.media__video--second{
    order: 2;
}

.media__text{
    width: calc(50% - 10px);
}

.media__text--second{
    order: 1;
}

.media__label{
    font-size: 24px;
    color: #0B4879;
    margin-bottom: 10px;
}

.media__detail{
    font-size: 16px;
    line-height: 1.6em;
    color: #0B4879;
}

/* 2024.11.05追記ここまで */
/* 2024.12.16追記 */

.media__more{
    margin-top: 30px;
    text-align: right;
    padding-right: 20px;
}

.media__link{
    font-size: 16px;    
    text-decoration: underline;
    color: #0B4879;
    letter-spacing: 0;
}

.media__link:hover{
    opacity: 0.7;
}

.media__img{
    display: block;
}

.media__img:hover{
    opacity: 0.7;
}

.media__quote{
    text-align: right;
    margin-top: 10px;
}

.media__quote a{
    text-decoration: underline;
}

/* 2024.12.16追記ここまで */

/* 2025.05.19追記 */
.transfer{
    background-color: #F4FAFA;
    padding: 67px 0 ;
}
.transfer__wrap{
    max-width: 860px;
    width: 90%;
    margin: auto;
    border: 4px solid #004B9E;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    
}

.transfer__label{
    font-size: 2.5rem;
    color: #0B4879;
    font-weight: bold;
    margin-bottom: 18px;
}

.transfer__detail{
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #0B4879;
    text-align: left;
    display: inline-block;
}
/* 2025.05.19追記ここまで */

@media screen and (max-width:1200px) {
    .service__top {
        left: auto;
        right: 5%;
    }

    .invitation__label {
        font-size: 4.2rem;
        line-height: 1.5em;
        margin-bottom: 30px;
    }

    .invitation__link {
        font-size: 2.2rem;
        padding: 13px 30px;
        width: 352px;
    }

    .interview__item {
        margin: 0 8.5px;
    }
}

@media screen and (max-width:1024px) {
    .header__nav {
        display: none;
    }

    .sp-hum {
        display: block;
        position: fixed;
        right: 24px;
        top: 27px;
        z-index: 102;
    }

    .header-hum {
        display: block;
    }


    .header-hum__wrap {
        position: relative;
        display: block;
        width: 30px;
        height: 22px;

    }

    .header-hum__wrap {
        position: relative;
    }

    .header-hum__wrap.open {
        height: 24px;
    }

    .sp-header-nav {
        position: fixed;
        display: block;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        padding: 0px 5%;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(14px);
        height: 0vh;
        overflow: hidden;
        transition: 0.3s;
        transition-property: height, padding;
    }

    .sp-header-nav.open {
        height: 100dvh;
        padding: 38px 5%;
        overflow: scroll;

    }

    .header-nav__link {
        padding: 17px 0;
        width: 100%;
    }

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 4px;
        transition: 0.3s;
        position: absolute;
    }

    .header-hum__line--top {
        top: 0;
        left: 0;
        transform: translateY(0%);

    }

    .header-hum__line--top.open {
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
    }

    .header-hum__line--center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .header-hum__line--under {
        bottom: 0;
        left: 0;
        transform: translateY(0%);
    }

    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
    }

    .hum-back {
        position: fixed;
        right: 0;
        top: 0;
        background-color: #004B9E;
        border-radius: 100%;
        width: 123px;
        height: 123px;
        transform: translate(30%, -30%);
        z-index: 101;
    }

    .sp-header-nav__logo {
        text-align: center;
        margin-bottom: 75px;
    }

    .sp-header-nav__logo-link {
        width: 197.67px;
    }

    .sp-header-nav__item {
        border-bottom: 1px solid #B9CFE8;
    }

    .header-nav__link {
        display: block;
        padding: 15px 18px;
        font-size: 1.8rem;
        color: #004B9E;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .fv__catch {
        margin-top: 0;
        font-size: 2.8rem;
        top: 43vh;
        left: 18%;
    }

    .top__nav {
        display: block;
        position: relative;
        z-index: 2;
        padding: 79px 0 81px;
    }

    .concept {
        padding: 0 5%;
    }

    .btn-nav__logo {
        margin-bottom: 24px;
        max-width: 218.23px;
    }

    .main__sp {
        justify-content: center;

    }

    .concept__label {
        font-size: 2.8rem;
    }

    .concept__inner {
        font-size: 4rem;
    }

    .concept__label {
        margin-bottom: 16px;
    }

    .concept__detail {
        font-size: 1.6rem;
        margin-bottom: 45px;
    }

    .company {
        margin-top: 20px;
        padding-top: 40px;
    }

    .service__ttl,
    .company__ttl {
        font-size: 3.6rem;
        margin-top: -5px;
    }

    .service__label,
    .company__label {
        font-size: 1.8rem;
    }

    .service__top {
        top: 0;
        position: static;
    }

    .service__menu {
        display: none;
    }

    .service__sp {
        display: block;
    }

    .service__spitem {
        margin-bottom: 34px;
        position: relative;
        width: 80%;
    }

    .service__spitem--second {
        margin-left: 20%;
    }

    .service__spitem--last {
        margin-bottom: 0;
    }

    .service__img {
        display: block;
    }

    .service__img--second {
        margin-left: auto;
    }

    .service__sptext {
        display: inline-block;
        padding: 13px 59px;
        background: #1470BA;
        color: #fff;
        text-align: center;
        position: absolute;
        right: -10vw;
        bottom: -19px;
    }

    .service__sptext--second {
        left: -10vw;
        right: auto;
        padding: 13px 23px;
    }

    .service__sptext--last {
        padding: 13px 30px;
    }

    .service__spinner {
        position: relative;
        z-index: 1;
    }

    .service__sptext::before {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #F7D104;
        position: absolute;
        right: -3px;
        bottom: -3px;
        z-index: 1;
    }

    .service__sptext::after {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid #1470BA;
        position: absolute;
        left: -3px;
        top: -3px;
        z-index: 0;
    }

    .service__spen {
        display: block;
        font-size: 8px;
        font-family: 'Impact';
        letter-spacing: 0.1em;
    }

    .service__spja {
        font-size: 1.8rem;
        line-height: 1.5em;
    }

    .recruit {
        padding-top: 58px;
    }

    .recruit__ttl {
        font-size: 1.8rem;
    }

    .recruit__label {
        font-size: 3.6rem;
        margin-bottom: 20px;
    }

    .recruit__detail {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .slick__content {
        padding: 0 20px;
    }

    .invitation__label {
        font-size: 3.2rem;
    }

    .invitation {
        padding: 24.1vw 0 50vw;
    }

    .invitation__link {
        font-size: 1.8rem;
        width: 297px;
    }

    .sp-header-nav__arrow {
        width: 24px;
    }

    .sp-header-nav__list {
        margin-bottom: 33px;
    }

    .btn-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .btn-nav__link {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        font-size: 1.8rem;
        text-align: center;
        gap: 15px;
    }

    .btn-nav__icon {
        width: 24px;
    }

    .btn-nav--recruit {
        color: #fff;
        background-color: #004B9E;
    }

    .btn-nav--contact {
        color: #fff;
        background-color: #F7D104;
    }

    .btn-nav--map {
        color: #004B9E;
        border: 2px solid #004B9E;
    }

    .sp-header-nav__tel {
        margin-top: 25px;
        text-align: center;
    }

    .tel-link {
        width: 236.59px;
    }

    .footer__right {
        display: none;
    }

    .footer__sp {
        display: block;
    }

    div.sns-link--sp{
        display: flex;
        gap: 15px;
    }

    .sns-link--sp .sns-link__link{
        width: 45px;
    }

    .footer__left {
        width: 100%;
        text-align: center;
    }

    .footer__logo {
        width: 259.5px;
    }

    .footer__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        margin: 0 auto 42px;
    }

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

    .footer__link {
        text-align: left;
        width: 100%;
    }

    .footer__addr {
        text-align: left;
    }

    .footer__tel {
        text-align: left;
    }

    .footer__contact {
        width: 100%;
    }

    .page__link {
        font-size: 1.4rem;
    }

    .catch__wrap {
        padding: 75px 0 0;
    }

    .catch__label {
        font-size: 2.8rem;
        padding: 16px 10px;
        width: 90%;
        margin-bottom: 30px;
    }

    .catch__detail {
        font-size: 1.4rem;
    }

    .welfare__content {
        flex-wrap: wrap;
        gap: 26px;
    }

    .welfare__left,
    .welfare__right {
        width: 100%;
    }

    .welfare__nav {
        flex-wrap: wrap;
        margin-bottom: 27px;
        padding: 0;
    }

    .welfare__item {
        transform: translate(0);
        width: 100%;
        border-radius: 10px;
        padding: 10px 0;
        text-align: center;
    }

    .welfare {
        padding: 0 5%;
    }

    .training__item {
        flex-wrap: wrap;
        gap: 8px;
        position: relative;
    }

    .training__left {
        width: 100%;
    }

    .training__right {
        width: 100%;
    }

    .training__point {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-50%);
    }

    .training__line {
        display: none;
    }

    .training__item {
        margin-bottom: 40px;
    }

    .training__item--last {
        margin-bottom: 0;
    }

    .flow__item {
        flex-wrap: wrap;
    }

    .flow__item .flow__left {
        order: 1;
        width: 100%;
    }

    .flow__item .flow__right {
        order: 0;
        width: 100%;
    }

    .flow__step {
        transform: translateY(-50%);
    }

    .require__item {
        width: 100%;
    }

    .policy__img {
        display: block;
        width: 50%;
        margin: auto;
    }

    .policy__right {
        display: none;
    }

    .policy__left {
        width: 100%;
    }

    .policy__label {
        margin-top: 10px;
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .policy__detail {
        font-size: 1.2rem;
        line-height: 1.4em;
        margin-top: 7px;
    }

    .policy {
        margin-bottom: 30px;
    }

    .precepts__right {
        display: none;
    }

    .precepts__left {
        width: 100%;
    }

    .precepts__img {
        width: 50%;
        margin: auto;
        display: block;
        margin-bottom: 11px;
    }

    .precepts__large {
        font-size: 1.6rem;
        margin-bottom: 7px;
    }

    .precepts__txt {
        font-size: 1.2rem;
        margin-bottom: 36px;
    }

    .precepts__txt--last {
        margin-bottom: 0;
    }

    .greeting {
        margin-top: 36px;
    }

    .greeting__content {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .greetings__wrap {
        text-align: left;
    }

    .greeting__left {
        width: 100%;
    }

    .greeting__right {
        width: 100%;
    }

    .greeting__label {
        margin-top: 45px;
    }

    .greeting__career {
        font-size: 1.1rem;
    }

    .greeting__name {
        font-size: 2.2rem;
        margin-bottom: 13px;
    }

    .greeting__left {
        position: static;
    }

    .greeting__item {
        padding: 22px 17px;
        margin-bottom: 45px;
    }

    .greeting__line {
        font-size: 1.6rem;
        line-height: 1.8em;
        margin-bottom: 6px;
    }

    .greeting__label {
        font-size: 1.6rem;
        line-height: 1.8em;
        margin-bottom: 6px;
        margin-top: 0;
    }

    .greeting__detail {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .division__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .division__right {
        width: 100%;
    }

    .division-nav {
        padding: 0;
        justify-content: space-between;
    }

    .division-nav__list {
        width: 32%;
        padding: 10px 0;
    }

    .division-content {
        border-radius: 0 0 20px 20px;
        border: 2px solid #004B9E;
        padding: 25px 30px;
    }

    .division-content.active {
        flex-wrap: wrap;
    }

    .division-content__left {
        width: 100%;
        margin-bottom: 26px;
    }

    .division-content__right {
        width: 100%;
    }

    .contact__content {
        width: 100%;
        margin-top: 10px;
    }

    .contact__input {
        line-height: 2.5em;
    }
}

@media screen and (max-width:769px) {
    .fv {
        width: 100%;
        overflow: hidden;
    }

    .fv__back {
        display: none;
    }

    .fv__back--sp {
        display: block;
    }

    .fv__people {
        width: 100%;
        bottom: 0;
        z-index: 2;
    }

    .fv__line {
        z-index: 0;
        left: -55%;
        height: 100%;
        width: auto;
    }

    .fv__ttl {
        font-size: 15.7vw;
    }

    .concept__br {
        display: block;
    }

    .concept__container {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .conept__img {
        width: 100%;
    }

    .company__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 23px;
    }

    .company__ttl {
        order: 1;
        margin-bottom: 0;
        line-height: 1em;
    }

    .company__label {
        order: 2;
        line-height: 1em;
    }

    .company__list {
        order: 3;
        flex-wrap: wrap;
        gap: 11px;
    }

    .company__item {
        width: 100%;
    }

    .recruit__label {
        font-size: 3rem;
    }

    .company__sp {
        display: block;
    }

    .company__pc {
        display: none;
    }

    .recruit__detail {
        text-align: left;
        font-size: 1.4rem;
        line-height: 2.2em;
        letter-spacing: 0.1em;
        margin-bottom: 0;
    }

    .slick__content {
        transform: translateX(0%) scale(0.8);
        padding: 0 5px;
    }

    .slick__content.slick-current.slick-active {
        transform: translateX(0%) scale(1.2);
    }

    .invitation__label {
        font-size: 3rem;
    }

    .invitation__text {
        position: relative;
        left: 0;
        top: 0;
        width: 90%;
        margin: auto;
    }

    .invitation__label {
        margin-bottom: 57vw;
    }

    .invitation__btn {
        text-align: center;
    }

    .invitation {
        background-image: url(../img/invitation-back-sp.jpg);
        padding: 29vw 0 41vw;
    }

    .invitation__link {
        width: 100%;
        text-align: center;
    }

    .invitation__deco {
        display: none;
    }

    .invitation__deco--sp {
        display: block;
    }

    .invitation__link {
        margin-bottom: 10px;
    }

    .invitation__link--midcareer {
        margin-bottom: 0;
    }

    .fv__ttl {
        color: #fff;
        mix-blend-mode: initial;
    }

    .company {
        margin-top: 30px;
    }

    .main__back {
        background-image: url(../img/main-back-sp.png);
    }

    .page__link {
        font-size: 1.4rem;
    }

    .page__list {
        flex-wrap: wrap;
        padding: 0 16px;
        justify-content: space-between;
        gap: 6px 1px;
    }

    .page__item {
        width: calc(50% - 1px);
        max-width: none;
    }

    .page__nav {
        padding: 25px 0;
    }

    .page__en {
        font-size: 1rem;
    }

    .page__label {
        font-size: 2.2rem;
    }

    .corp__row {
        flex-wrap: wrap;
    }

    .corp__label {
        width: 100%;
        font-size: 1rem;
    }

    .corp__detail {
        width: 100%;
        font-size: 1.7rem;
        font-weight: bold;
    }

    .corp__right {
        display: none;
    }

    .corp__table {
        width: 100%;
    }

    .corp__back,
    .page__grey {
        display: none;
    }

    .corp__right--sp {
        display: block;
        position: static;
        width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 28px;

    }

    .corp__first {
        margin: 0;
    }

    .corp__first,
    .corp__second {
        width: calc(50% - 7px);
    }

    .access__item {
        flex-wrap: wrap;
        gap: 18px;
    }

    .access__left {
        width: 100%;
    }

    .access__right {
        width: 100%;
    }

    .access iframe {
        width: 100%;
    }

    .access__label {
        font-size: 1.9rem;
        margin-bottom: 7px;
    }

    .access__detail {
        font-size: 1.2rem;
    }

    .history__year {
        font-size: 2rem;
        width: 42px;
    }

    .history__line {
        display: none;
    }

    .history__box {
        padding: 0;
    }

    .history__dots {
        width: 18px;
        height: 18px;
        margin-left: 20px;
    }

    .history__box--second,
    .history__box--forth {
        margin-top: -12px;
    }

    .history__txt {
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .history__row {
        align-items: flex-start;
    }

    .history__month {
        font-size: 1.5rem;
        text-align: right;
        margin-right: 10px;
        width: 31px;
    }

    .page__content {
        padding: 25px 0 0;
    }

    .corp__table {
        margin-top: 2.5px;
    }

    .access__wrap {
        margin-top: 0;
    }

    .access iframe {
        border-radius: 15px;
    }

    .history {
        padding-top: 60px;
    }

    .history__content {
        margin-top: 20px;
    }

    .history {
        text-align: left;
    }

    .pagefv__en {
        font-size: 1.4rem;
    }

    .pagefv__ttl {
        font-size: 3rem;
    }

    .pagefv2__en {
        font-size: 1.4rem;
    }

    .pagefv2__ttl {
        font-size: 3rem;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .flow__label {
        font-size: 1.8rem;
    }

    .catch__label {
        font-size: 1.8rem;
    }

    .catch__detail {
        text-align: left;
        width: 90%;
        margin: 0 auto 38px;
    }

    .welfare__line1::after,
    .welfare__line2::after,
    .welfare__line1::before,
    .welfare__line2::before {
        width: 106px;
        height: 1px;
    }

    .welfare__line1::before,
    .welfare__line2::before {
        margin-bottom: 4px;

    }

    .welfare__ttl {
        font-size: 2rem;
    }

    .welfare__sub {
        font-size: 1rem;
        letter-spacing: 0.1em;
    }

    .welfare__detail {
        font-size: 1.4rem;
        margin-top: 12px;
    }

    .welfare__wrap {
        margin-top: 30px;
    }

    .welfare__nav {
        margin-bottom: 27px;
        gap: 10px;
    }

    .welfare__content {
        gap: 25px;
        padding: 13px;
    }

    .welfare__right {
        font-size: 1.2rem;
    }

    .welfare__img{
        gap: 10px 20px;
    }

    .welfare__img img,
    .welfare__img__col6,
    .welfare__img__col4{
        width: 100%;
    }



    .welfare__capture{
        font-size: 12px;
    }


    .training__catch {
        font-size: 1.4rem;
        margin: 12px 0 41px;
    }

    .training__item {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
        gap: 8px;
    }

    .training__label {
        font-size: 1.8rem;
        margin-bottom: 4px;
    }

    .training__detail {
        font-size: 1.2rem;
    }

    .training {
        padding-bottom: 34px;
    }

    .page__content {
        border-radius: 0 0 20px 20px;
    }

    .training__catch {
        font-size: 1.4rem;
        margin: 12px 0 40px;
    }

    .require__link {
        font-size: 1.8rem;
    }

    .require__nav {
        padding-bottom: 60px;
    }

    .require__item {
        flex-wrap: wrap;
        padding-bottom: 46px;
        border-radius: 20px;
    }

    .require__type {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        text-align: center;
    }

    .interview__department {
        font-size: 1rem;
    }

    .interview__label {
        font-size: 1.6rem;
    }

    .interview__yomi {
        font-size: 1rem;
    }

    .interview__txt {
        padding: 23px 0 10px;
        margin-top: -15px;
    }

    .interview {
        padding-bottom: 55px;
    }

    .training__item--last {
        margin-bottom: 0;
    }

    .flow__step {
        width: 176.52px;
        left: auto;
        right: 0;
    }

    .flow__item--second .flow__step {
        left: 0;
        right: auto;
    }

    .require__link {
        padding: 12px 0;
        font-size: 1.8rem;
    }

    .division__catch {
        font-size: 1.6rem;
        margin-top: 19px;
    }

    .division__item {
        margin-top: 15px;
    }

    .division__right {
        font-size: 1.2rem;
    }

    .division__main {
        margin-top: 40px;
    }

    .division-nav {
        gap: 0;
    }

    .division-nav__list {
        width: calc(33.3% - 4.3px);
        font-size: 1.2rem;
    }

    .division-content__right {
        font-size: 1.2rem;
    }

    .division-content {
        padding: 17px 13px;
    }

    .training__wrap {
        padding: 0;
    }

    .modal__content {
        flex-wrap: wrap;
    }

    .modal__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .modal__right {
        width: 100%;
    }

    .modal__name {
        font-size: 2.2rem;
    }

    .modal__cate {
        padding: 5px 9px;
        font-size: 1rem;
    }

    .modal__area {
        font-size: 1.4rem;
        margin-top: 5px;
    }

    .modal__addr {
        font-size: 1.4rem;
    }

    .modal__access {
        margin-top: 15px;
    }

    .modal__ttl::before,
    .modal__ttl::after {
        width: 158.27px;
        height: 1px;
        background-color: #0B4879;
    }

    .modal__content {
        flex-wrap: wrap;
        gap: 20px;
        padding: 35px 10px;
    }

    .modal__detail {
        height: 200px;
        padding: 10px 5px;
    }

    .modal__bottom {
        flex-wrap: wrap;
    }

    .modal__content {}

    .modal__box {
        position: relative;
        overflow-y: scroll !important;
        max-height: 80dvh;
        height: 100%;

    }

    .pagefv2__deco {
        display: none;
    }

    .pagefv2__deco--sp {
        display: block;
    }

    .pagefv2__wrap {
        flex-wrap: wrap;
        padding: 92px 0 0;
    }

    .pagefv2__txt {
        width: 100%;
        order: 1;
    }

    .pagefv2__img {
        width: 100%;
        order: 2;
    }

    .header {
        padding: 19px 5%;
    }

    .header__logo {
        height: 35px;
    }

    .pagefv2__txt {
        margin-bottom: 25px;
    }

    .single__top {
        flex-wrap: wrap;
    }

    .single__txt {
        width: 100%;
    }

    .single__img {
        width: 100%;
    }

    .single__line {
        margin-bottom: 20px;
    }

    .single__img {
        margin-bottom: 30px;
    }

    .single__ttl {
        font-size: 2.6rem;
    }

    .single__wrap {
        padding: 120px 0 40px;
    }

    .interview__top {
        padding: 0 5%;
    }
    .before_back{
        width: 90%;
    }

    .media__item{
        gap: 10px;
    }

    .media__video{
        order: 1;
        width: 100%;
    }

    .media__text{
        order: 2;
        width: 100%;
    }
    .media__list{
        gap: 30px;
    }
    .media__label{
        font-size: 18px;
    }

    .media__detail{
        font-size: 14px;
    }
    .media__wrap{
        margin-top: 120px;
    }
    .service__top{
        padding-right: 5%;
    }

    /* 2024.12.16追記 */

    .media__more{
        margin-top: 15px;
        padding-right: 0;
    }

    .media__link{
        font-size: 14px;
    }

    /* 2024.12.16追記ここまで */
}

@media screen and (max-width:481px) {
    .fv__ttl {
        left: 5%;
        top: 45vw;
    }

    .fv__catch {
        margin-top: 0;
        font-size: 2.8rem;
        top: 100vw;
        left: 5%;
        text-align: left;

    }

    .fv__br-sp {
        display: block;
    }


    .concept__label {
        font-size: 3rem;
    }

    .concept__inner {
        font-size: 3.6rem;
    }

    .concept__detail {
        font-size: 1.3rem;
        line-height: 2.2em;
        text-align: left;
        margin-bottom: 35px;
    }

    .concept__detail br {
        display: none;
    }


    .faq {
        padding: 60px 0;
    }

    .faq__title {
        font-size: 2.4rem;
    }

    .faq__large {
        font-size: 1.4rem;
        padding-left: 42px;
    }

    .faq__detail {
        font-size: 1.4rem;
        position: relative;
        padding: 16px 30px;
        padding-left: 42px;

    }

    .faq__a {
        position: absolute;
        left: 13px;
        top: 13px;
        font-size: 2rem;
        margin: 0;

    }

    .faq__large::before {
        width: 15px;
        height: 2px;
        right: 15px;
    }

    .faq__large::after {
        width: 15px;
        height: 2px;
        right: 15px;
    }

    .faq__q {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        margin: 0;
    }

    .footer {
        padding-bottom: 30px;
    }

    .history__box {
        margin-top: 3px;
    }

    .history__box--second,
    .history__box--forth {}

    .history__detail {
        font-size: 1rem;
    }

    .sns-link {
        margin-top: 18px;
        gap: 14px;
    }

    .sns-link__link {
        width: 28px;
    }

    .interview .welfare__line1::after,
    .interview .welfare__line2::after,
    .interview .welfare__line1::before,
    .interview .welfare__line2::before{
        width: 70px 
    }

    .flow .welfare__line1::after,
    .flow .welfare__line2::after,
    .flow .welfare__line1::before,
    .flow .welfare__line2::before{
        width: 86px;
    }
}