body {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #333;
    overflow-x: hidden
}

@media screen and (max-width: 992px) {
    body {
        font-size: clamp(14px, 1.5120967742vw, 16px)
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: clamp(14px, 2.6408450704vw, 16px)
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: clamp(14px, 4vw, 16px)
    }
}

.small-text {
    font-size: 12px
}

@media screen and (max-width: 992px) {
    .small-text {
        font-size: clamp(10px, 1.2096774194vw, 12px)
    }
}

@media screen and (max-width: 768px) {
    .small-text {
        font-size: clamp(10px, 2.1126760563vw, 12px)
    }
}

@media screen and (max-width: 576px) {
    .small-text {
        font-size: clamp(10px, 2.1126760563vw, 12px)
    }
}

.middle-text {
    font-size: 17px
}

@media screen and (max-width: 992px) {
    .middle-text {
        font-size: clamp(15px, 1.6129032258vw, 17px)
    }
}

@media screen and (max-width: 768px) {
    .middle-text {
        font-size: clamp(15px, 2.8169014085vw, 17px)
    }
}

@media screen and (max-width: 576px) {
    .middle-text {
        font-size: clamp(15px, 4.2666666667vw, 17px)
    }
}

.large-text {
    font-size: 18px
}

@media screen and (max-width: 992px) {
    .large-text {
        font-size: clamp(16px, 1.7137096774vw, 18px)
    }
}

@media screen and (max-width: 768px) {
    .large-text {
        font-size: clamp(16px, 2.9929577465vw, 18px)
    }
}

@media screen and (max-width: 576px) {
    .large-text {
        font-size: clamp(16px, 4.5333333333vw, 18px)
    }
}

body.no-scroll {
    overflow: hidden
}

.sp-only {
    display: none
}

@media screen and (max-width: 576px) {
    .sp-only {
        display: block
    }
}

.tb-only {
    display: none
}

@media screen and (max-width: 992px) {
    .tb-only {
        display: block
    }
}

.pc-only {
    display: block
}

@media screen and (max-width: 992px) {
    .pc-only {
        display: none
    }
}

.pc-inline {
    display: inline-block
}

@media screen and (max-width: 992px) {
    .pc-inline {
        display: none
    }
}

.l-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.l-content__inner {
    width: 100%;
    max-width: 1370px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0 120px 0
}

@media screen and (max-width: 1200px) {
    .l-content__inner {
        padding: 80px 40px 100px
    }
}

@media screen and (max-width: 768px) {
    .l-content__inner {
        padding: 60px 15px 80px
    }
}

.top-h2-wrapper {
    width: 100%;
    height: auto;
    font-size: 65px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0;
    position: relative
}

@media screen and (max-width: 576px) {
    .top-h2-wrapper {
        font-size: clamp(48px, 14.4vw, 65px)
    }
}

.top-h2-wrapper span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px
}

.top-h2-wrapper:before {
    content: "";
    background-color: #311A96;
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -11px;
    left: 0
}

.gradient-text {
    background: linear-gradient(80deg, #311A96, #8787FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: #311A96
}

.middle-title {
    font-size: 30px
}

@media screen and (max-width: 992px) {
    .middle-title {
        font-size: clamp(20px, 6.4vw, 30px)
    }
}

@media screen and (max-width: 768px) {
    .middle-title {
        font-size: clamp(20px, 6.4vw, 30px)
    }
}

@media screen and (max-width: 576px) {
    .middle-title {
        font-size: clamp(20px, 6.4vw, 30px)
    }
}

.card-title {
    font-size: 27px
}

@media screen and (max-width: 992px) {
    .card-title {
        font-size: clamp(18px, 2.2177419355vw, 27px)
    }
}

@media screen and (max-width: 768px) {
    .card-title {
        font-size: clamp(18px, 3.8732394366vw, 27px)
    }
}

@media screen and (max-width: 576px) {
    .card-title {
        font-size: clamp(18px, 5.8666666667vw, 27px)
    }
}

.btn-blue {
    display: block;
    padding: 9px 38px;
    background-color: #311A96;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    transition: opacity .3s
}

.btn-blue:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .btn-blue:hover {
        opacity: 1
    }
}

.btn-blue.btn-right {
    position: relative
}

.btn-blue.btn-right:after {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px
}

.p-breadcrumb {
    width: 100%;
    height: auto;
    padding: 15px 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1200px) {
    .p-breadcrumb {
        padding: 15px 40px
    }
}

@media screen and (max-width: 992px) {
    .p-breadcrumb {
        padding: 15px 20px
    }
}

@media screen and (max-width: 768px) {
    .p-breadcrumb {
        padding: 15px 15px
    }
}

.p-breadcrumb ul {
    width: 100%;
    max-width: 1300px;
    height: auto;
    display: flex;
    align-items: flex-start
}

.p-breadcrumb li {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #002344
}

.p-breadcrumb li:not(:first-child) {
    margin-left: 27px;
    position: relative
}

.p-breadcrumb li:not(:first-child):before {
    content: "/";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    color: #311A96
}

.p-breadcrumb a {
    color: #311A96
}

.p-pagination {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px
}

.p-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #311A96;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0
}

.p-pagination .page-numbers.current {
    color: #fff;
    background-color: #311A96
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-Bold.ttf");
    font-weight: 700;
    font-style: normal
}

.l-header {
    width: 100%;
    height: 123px;
    display: flex;
    justify-content: center;
    padding: 0 70px;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff
}

@media screen and (max-width: 1200px) {
    .l-header {
        padding: 0 40px
    }
}

@media screen and (max-width: 992px) {
    .l-header {
        height: 100px;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: #fff
    }
}

.l-header__inner {
    width: 100%;
    height: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width: 992px) {
    .l-header__inner {
        padding: 0 20px
    }
}

@media screen and (max-width: 768px) {
    .l-header__inner {
        padding: 0 15px
    }
}

.l-header__block-top {
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.l-header__text {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #002344
}

.l-header__link {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding: 10px 22px 10px 0;
    transition: opacity .3s
}

.l-header__link:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .l-header__link:hover {
        opacity: 1
    }
}

.l-header__link::after {
    content: "";
    background-color: #333;
    -webkit-mask-image: url(../images/arrow-right-bk.svg);
    mask-image: url(../images/arrow-right-bk.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 8px;
    height: 10px
}

@media screen and (max-width: 576px) {
    .l-header__link::after {
        width: 2.1333333333vw;
        height: 2.6666666667vw;
        right: 0
    }
}

.l-header__block-bottom {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.l-header__logo {
    width: 149px;
    height: 40px
}

.l-header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .3s
}

.l-header__logo a:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .l-header__logo a:hover {
        opacity: 1
    }
}

.l-header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.l-header__nav-wrapper {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .l-header__nav-wrapper {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media screen and (max-width: 992px) {
    .l-header__nav-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        background-color: #fff;
        width: 50%;
        height: 100dvh;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 10dvh 16px;
        row-gap: 4dvh;
        background-color: #eff7ff;
        transition: all .5s ease-in-out
    }
}

@media screen and (max-width: 768px) {
    .l-header__nav-wrapper {
        width: 100%
    }
}

@media screen and (max-width: 992px) {
    .l-header__nav-wrapper .l-header__link {
        font-size: 15px;
        font-weight: 600
    }
}

@media screen and (max-width: 992px) {
    .l-header__nav-wrapper {
        transform: translateX(100%);
        opacity: 0
    }
}

@media screen and (max-width: 992px) {
    .l-header__nav-wrapper.is-active {
        transform: translateX(0);
        opacity: 1
    }
}

.l-header__nav {
    width: 570px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px
}

@media screen and (max-width: 1200px) {
    .l-header__nav {
        gap: 10px
    }
}

@media screen and (max-width: 992px) {
    .l-header__nav {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 4dvh
    }
}

.l-header__nav-item {
    font-size: 14px;
    font-weight: 600
}

.l-header__nav-item a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: opacity .3s, width .3s;
    position: relative
}

.l-header__nav-item a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #311A96;
    position: absolute;
    bottom: -7px;
    left: 2px;
    transition: width .3s
}

.l-header__nav-item a:hover {
    opacity: .8
}

.l-header__nav-item a:hover::after {
    width: 95%
}

@media screen and (max-width: 992px) {
    .l-header__nav-item a:hover::after {
        width: 0
    }
}

@media screen and (max-width: 992px) {
    .l-header__nav-item a:hover {
        opacity: 1
    }
}

.l-header__nav-item::after {
    display: none
}

.l-header__btn {
    width: 159px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.l-header__burger {
    width: 32px;
    height: 37px;
    display: none
}

@media screen and (max-width: 992px) {
    .l-header__burger {
        display: block
    }
}

.l-header__burger img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #333
}

.l-header__menu-close {
    display: none
}

@media screen and (max-width: 992px) {
    .l-header__menu-close {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 16px;
        right: 16px
    }

    .l-header__menu-close img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.l-footer {
    width: 100%;
    height: auto;
    padding: 103px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #7e8c99
}

@media screen and (max-width: 576px) {
    .l-footer {
        padding: 35px 0 10px
    }
}

.l-footer__inner {
    width: 100%;
    max-width: 1300px;
    height: auto;
    padding: 0 3px 0 61px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width: 992px) {
    .l-footer__inner {
        padding: 0 20px
    }
}

@media screen and (max-width: 768px) {
    .l-footer__inner {
        padding: 0 15px
    }
}

@media screen and (max-width: 576px) {
    .l-footer__inner {
        padding: 0 16px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 24px
    }
}

.l-footer__block-left {
    width: 470px;
    height: auto
}

.l-footer__logo {
    width: 100%;
    aspect-ratio: 189/50
}

.l-footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.l-footer__text {
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.44;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .l-footer__text {
        margin-top: 16px
    }
}

.l-footer__block-right {
    width: 50%;
    height: auto
}

@media screen and (max-width: 576px) {
    .l-footer__block-right {
        width: 100%;
        margin-top: 24px
    }
}

.l-footer__list {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    -moz-column-gap: 86px;
    column-gap: 86px;
    padding-right: 50px
}

@media screen and (max-width: 992px) {
    .l-footer__list {
        flex-direction: column;
        height: auto;
        row-gap: 10px;
        padding-right: 30px
    }
}

@media screen and (max-width: 576px) {
    .l-footer__list {
        row-gap: 24px;
        padding-right: 0;
        align-items: center
    }
}

.l-footer__item {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: relative
}

.l-footer__item a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: #fff;
    transition: opacity .3s
}

.l-footer__item a:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .l-footer__item a:hover {
        opacity: 1
    }
}

@media screen and (max-width: 576px) {
    .l-footer__item a {
        text-align: center
    }
}

.l-footer__item::after {
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../images/arrow-right-bk.svg);
    mask-image: url(../images/arrow-right-bk.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 8px;
    height: 10px
}

.l-footer__copyright {
    width: 100%;
    height: auto;
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: center
}

.l-footer__copyright-text {
    width: 100%;
    max-width: 1440px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    padding-right: 35px
}

@media screen and (max-width: 992px) {
    .l-footer__copyright-text {
        padding-right: 20px
    }
}

.l-mv {
    width: 100%;
    height: 530px;
    margin-top: 123px
}

@media screen and (max-width: 992px) {
    .l-mv {
        margin-top: 123px
    }
}

@media screen and (max-width: 576px) {
    .l-mv {
        width: 100%;
        height: auto
    }
}

.l-mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% 30%;
    object-position: 70% 30%
}

@media screen and (max-width: 576px) {
    .l-mv img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center
    }
}

.l-mv__sub {
    width: 100%;
    height: 300px;
    position: relative;
    background-color: #7e8c99;
    margin-top: 123px
}

@media screen and (max-width: 992px) {
    .l-mv__sub {
        margin-top: 123px
    }
}

@media screen and (max-width: 576px) {
    .l-mv__sub {
        width: 100%;
    }
}

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

.l-mv__sub h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .06em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

@media screen and (max-width: 576px) {
    .l-mv__sub h1 {
        font-size: 30px
    }
}

.l-employee {
    width: 100%;
    height: auto;
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 35px
}

@media screen and (max-width: 1200px) {
    .l-employee {
        padding: 0
    }
}

@media screen and (max-width: 576px) {
    .l-employee {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 48px
    }
}

.l-employee__item {
    width: 100%;
    height: auto
}

.l-employee__item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0
}

@media screen and (max-width: 1024px) {
    .l-employee__item a {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.l-employee__item-overlay {
    width: 100%;
    height: 100%;
    aspect-ratio: 320/318;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 36px 27px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
    z-index: 1
}

@media screen and (max-width: 1024px) {
    .l-employee__item-overlay {
        aspect-ratio: auto;
        height: auto;
        position: static;
        opacity: 1;
        background: none;
        pointer-events: auto;
        padding: 16px
    }
}

@media screen and (max-width: 576px) {
    .l-employee__item-overlay {
        padding: 0;
        margin-top: 12px
    }
}

.l-employee__item a:hover .l-employee__item-overlay {
    opacity: 1
}

.l-employee__item a:hover .l-employee__item-overlay {
    opacity: 1
}

.item-down .l-employee__item-overlay {
    bottom: 0
}

.item-up .l-employee__item-overlay {
    top: 0
}

.l-employee__text {
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .l-employee__text {
        color: #333
    }
}

.l-employee__job {
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0;
    color: #fff;
    width: 100%;
    text-align: left;
    margin-top: 13px
}

@media screen and (max-width: 1024px) {
    .l-employee__job {
        color: #333
    }
}

.l-employee__btn {
    width: 266px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 97px auto;
    transform: translateX(-16px);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0;
    padding-left: 32px
}

@media screen and (max-width: 1200px) {
    .l-employee__btn {
        transform: translateX(0)
    }
}

.l-employee__visual {
    width: 100%;
    height: 320px;
    position: relative
}

.l-employee__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.l-employee-detail__outer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.l-employee-detail__inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0 120px 0
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__inner {
        padding: 80px 0 100px
    }
}

@media screen and (max-width: 768px) {
    .l-employee-detail__inner {
        padding: 60px 0 80px
    }
}

.l-employee-detail {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.l-employee-detail__block-white {
    width: 100%;
    max-width: 1084px;
    border-radius: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 30px 0 rgba(53, 63, 72, .09)
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__block-white {
        width: 93.33%
    }
}

@media screen and (max-width: 768px) {
    .l-employee-detail__block-white {
        width: calc(100% - 30px);
        flex-direction: column-reverse
    }
}

.l-employee-detail__block-left {
    width: 45.3%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 4% 0 6%
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__block-left {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .l-employee-detail__block-left {
        width: 100%;
        max-width: 100%;
        padding: 15px
    }
}

.l-employee-detail__block-left p {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.429;
    letter-spacing: 0;
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    .l-employee-detail__block-left p {
        width: 100%
    }
}

.l-employee-detail__block-left ul {
    width: 100%;
    height: auto;
    margin-top: 40px
}

.l-employee-detail__block-left .l-employee-detail__job {
    font-size: 16px;
    font-weight: 500
}

.l-employee-detail__block-left .l-employee-detail__name {
    font-size: 22px;
    font-weight: 500;
    margin-top: 13px
}

.l-employee-detail__block-left .l-employee-detail__year {
    font-size: 16px;
    font-weight: 500;
    margin-top: 26px
}

.l-employee-detail__block-right {
    width: 54.7%;
    height: 407px;
    border-radius: 10px
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__block-right {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .l-employee-detail__block-right {
        width: 100%;
        height: 63.2vw
    }
}

.l-employee-detail__block-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% 0;
    object-position: 20% 0;
    border-radius: 10px
}

.l-employee-detail__block-blue {
    width: 100%;
    height: auto;
    background-color: #eff7ff;
    margin-top: 90px;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.l-employee-detail__list {
    width: 100%;
    max-width: 951px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 60px
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__list {
        width: 93.33%
    }
}

@media screen and (max-width: 768px) {
    .l-employee-detail__list {
        width: calc(100% - 30px)
    }
}

.l-employee-detail__item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px
}

.l-employee-detail__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.44;
    padding-left: 45px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__title {
        padding-left: 24px
    }
}

.l-employee-detail__title::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #311A96;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__title::before {
        left: 0
    }
}

.l-employee-detail__box-white {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 45px
}

@media screen and (max-width: 768px) {
    .l-employee-detail__box-white {
        padding: 25px
    }
}

@media screen and (max-width: 576px) {
    .l-employee-detail__box-white {
        padding: 4vw
    }
}

.l-employee-detail__box-white h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 32px
}

.l-employee-detail__box-white h4 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 33px
}

.l-employee-detail__block-bottom {
    width: 92.08vw;
    max-width: 1326px;
    padding: 110px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__block-bottom {
        width: 93.33%
    }
}

@media screen and (max-width: 768px) {
    .l-employee-detail__block-bottom {
        width: calc(100% - 30px)
    }
}

.l-employee-detail__block-bottom h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.433;
    letter-spacing: 0
}

.l-employee-detail__block-bottom h3 {
    font-weight: 500;
    line-height: 1.474;
    letter-spacing: 0;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 19px
}

.l-employee-detail__block-bottom ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 3%;
    margin-top: 40px;
    max-width: 100%
}

@media screen and (max-width: 1200px) {
    .l-employee-detail__block-bottom ul {
        gap: 3.57%;
        row-gap: 48px
    }
}

@media screen and (max-width: 576px) {
    .l-employee-detail__block-bottom ul {
        display: flex;
        flex-direction: column;
        gap: 48px
    }
}

.l-employee-detail__block-bottom li>a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .3s
}

.l-employee-detail__block-bottom li>a:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .l-employee-detail__block-bottom li>a:hover {
        opacity: 1
    }
}

.l-employee-detail__block-bottom .l-employee-detail__visual {
    width: 100%;
    height: 189px;
    border-radius: 10px
}

.l-employee-detail__block-bottom .l-employee-detail__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.l-employee-detail__block-bottom .l-employee-detail__item-text {
    display: none
}

.l-employee-detail__btn {
    margin-top: 80px;
    width: 266px;
    height: 48px;
    text-align: center
}

.l-recruit__list {
    width: 100%;
    height: auto;
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    -moz-column-gap: 58px;
    column-gap: 58px;
    row-gap: 58px;
    padding: 0 36px
}

@media screen and (max-width: 1200px) {
    .l-recruit__list {
        grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
        padding: 0
    }
}

@media screen and (max-width: 992px) {
    .l-recruit__list {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        -moz-column-gap: 4%;
        column-gap: 4%;
        row-gap: 36px
    }
}

@media screen and (max-width: 576px) {
    .l-recruit__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 48px
    }
}

.l-recruit__item {
    width: 100%;
    height: 189px
}

@media screen and (max-width: 992px) {
    .l-recruit__item {
        height: -moz-fit-content;
        height: fit-content
    }
}

@media screen and (max-width: 576px) {
    .l-recruit__item {
        height: -moz-fit-content;
        height: fit-content
    }
}

.l-recruit__item a {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4.57%;
    transition: transform .3s ease-in-out
}

.l-recruit__item a:hover {
    transform: translateX(20px)
}

@media screen and (max-width: 992px) {
    .l-recruit__item a:hover {
        transform: translateX(0)
    }
}

@media screen and (max-width: 992px) {
    .l-recruit__item a {
        flex-direction: column;
        row-gap: 10px
    }
}

.l-recruit__visual {
    width: 45.73%;
    height: 189px
}

@media screen and (max-width: 992px) {
    .l-recruit__visual {
        width: 100%;
        height: 268px
    }
}

@media screen and (max-width: 576px) {
    .l-recruit__visual {
        height: 57.8666666667vw
    }
}

.l-recruit__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -o-object-position: center;
    object-position: center
}

.l-recruit__block-right {
    width: 50.3%;
    height: 268px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media screen and (max-width: 992px) {
    .l-recruit__block-right {
        width: 100%;
        height: auto
    }
}

.l-recruit__item-title {
    width: 100%;
    font-weight: 500;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px
}

.l-recruit__item-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px
}

.l-recruit-detail {
    width: 100%;
    max-width: 1236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.l-recruit-detail__inner-top {
    width: 100%;
    max-width: 1079px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.l-recruit-detail__title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.457
}

.l-recruit-detail__h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 50px;
    border-bottom: 1px solid #ddd
}

.l-recruit-detail__box-text {
    margin-top: 7px;
    width: 100%;
    max-width: 704px
}

.l-recruit-detail__box-text h3 {
    width: -moz-fit-content;
    width: fit-content;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7b94ab;
    color: #7b94ab;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1.4375;
    margin-bottom: 16px;
    padding: 0 10px
}

.l-recruit-detail__box-text .l-recruit-detail__text {
    margin-bottom: 36px
}

.l-recruit-detail__btn-wrapper {
    width: 100%;
    max-width: 1236px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__btn-wrapper {
        flex-direction: column;
        gap: 24px
    }
}

.l-recruit-detail__btn-wrapper .l-recruit-detail__btn1 {
    width: 266px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8
}

.l-recruit-detail__btn-wrapper .l-recruit-detail__btn2 {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.4375;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #9c9c9c
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__btn-wrapper .l-recruit-detail__btn2 {
        position: static
    }
}

.l-recruit-detail__btn-wrapper .l-recruit-detail__btn2 img {
    width: 8px;
    height: 13px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 30px
}

.l-recruit-detail__inner-bottom {
    width: 100%;
    max-width: 1079px;
    margin-top: 52px
}

.l-recruit-detail__list {
    margin-top: 32px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__list {
        flex-direction: column;
        row-gap: 24px
    }
}

.l-recruit-detail__list-title {
    width: 24.1%;
    line-height: 1.4375;
    font-weight: 400;
    padding-bottom: 24px;
    border-bottom: 2px solid #311A96
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__list-title {
        width: -moz-fit-content;
        width: fit-content;
        padding-bottom: 0
    }
}

.l-recruit-detail__list-desc {
    width: 75.9%;
    line-height: 1.4375;
    font-weight: 400;
    padding-bottom: 24px;
    border-bottom: 2px solid #ddd
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__list-desc {
        width: 100%;
        padding-left: 16px
    }
}

.l-recruit-detail__block-bottom {
    width: 100%;
    max-width: 1028px;
    margin-top: 110px
}

.l-recruit-detail__block-bottom h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0;
    width: 100%;
    text-align: center
}

.l-recruit-detail__block-bottom .l-recruit-detail__list {
    width: 100%;
    max-width: 1028px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5.18%;
    margin-top: 48px
}

@media screen and (max-width: 1200px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__list {
        padding: 0;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media screen and (max-width: 992px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__list {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 48px
    }
}

.l-recruit-detail__block-bottom .l-recruit-detail__item {
    width: 46.89%;
    height: auto;
    display: flex
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__item {
        width: 100%
    }
}

.l-recruit-detail__block-bottom .l-recruit-detail__item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11px;
    transition: opacity .3s
}

.l-recruit-detail__block-bottom .l-recruit-detail__item a:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__item a:hover {
        opacity: 1
    }
}

.l-recruit-detail__block-bottom .l-recruit-detail__visual {
    width: 100%;
    height: 318px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__visual {
        width: 100%;
        height: auto
    }
}

.l-recruit-detail__block-bottom .l-recruit-detail__visual img {
    width: 100%;
    aspect-ratio: 480/303;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .l-recruit-detail__block-bottom .l-recruit-detail__visual img {
        aspect-ratio: none;
        height: auto
    }
}

.l-recruit-detail__block-bottom .l-recruit-detail__block-text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 3px
}

.l-recruit-detail__block-bottom .l-recruit-detail__item-title {
    width: 100%;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.l-recruit-detail__block-bottom .l-recruit-detail__item-text {
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.l-recruit-detail__block-bottom .l-recruit-detail__btn {
    width: 266px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    margin: 72px auto 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0;
    padding-left: 32px
}

.l-entry {
    width: 100%;
    max-width: 1050px;
    background-color: #eff7ff;
    transform: translateX(30px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 78px 10.9% 130px
}

@media screen and (max-width: 1200px) {
    .l-entry {
        transform: translateX(0);
        padding: 78px 8% 130px
    }
}

@media screen and (max-width: 992px) {
    .l-entry {
        padding: 24px 4% 80px
    }
}

form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    row-gap: 32px
}

@media screen and (max-width: 768px) {
    form {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px
    }
}

label {
    width: 28.4%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333
}

@media screen and (max-width: 768px) {
    label {
        width: 100%;
        margin-top: 24px
    }
}

label[for=career] span {
    display: block
}

.arrow-down {
    position: relative;
    width: 71.6%;
    height: 46px;
    display: inline-block;
    border-radius: 8px
}

@media screen and (max-width: 768px) {
    .arrow-down {
        width: 100%
    }
}

.arrow-down::after {
    content: "";
    background-color: #333;
    -webkit-mask-image: url(../images/arrow-right-bk.svg);
    mask-image: url(../images/arrow-right-bk.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none
}

.error__wrapper {
    position: relative;
    width: 71.6%;
    height: 46px;
    display: inline-block;
    border-radius: 8px
}

@media screen and (max-width: 768px) {
    .error__wrapper {
        width: 100%
    }
}

.error__wrapper--textarea {
    position: relative;
    width: 71.6%;
    height: 240px;
    display: inline-block;
    border-radius: 8px
}

@media screen and (max-width: 768px) {
    .error__wrapper--textarea {
        width: 100%
    }
}

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

@media screen and (max-width: 768px) {
    .birthdate-group {
        display: block
    }
}

.arrow-down.wrapper-birth {
    width: 17.6%
}

@media screen and (max-width: 768px) {
    .arrow-down.wrapper-birth {
        width: 30%;
        margin-top: 24px
    }
}

.arrow-down.wrapper-birth:nth-of-type(2),
.arrow-down.wrapper-birth:nth-of-type(3) {
    margin-left: 30px;
    position: relative
}

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

    .arrow-down.wrapper-birth:nth-of-type(2),
    .arrow-down.wrapper-birth:nth-of-type(3) {
        margin-left: 10px
    }
}

.arrow-down.wrapper-birth:nth-of-type(2)::before,
.arrow-down.wrapper-birth:nth-of-type(3)::before {
    content: "/";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

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

    .arrow-down.wrapper-birth:nth-of-type(2)::before,
    .arrow-down.wrapper-birth:nth-of-type(3)::before {
        left: -9px
    }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    padding: 16px;
    line-height: 1;
    cursor: pointer
}

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

    input[type=text],
    input[type=tel],
    input[type=email],
    textarea {
        width: 100%
    }
}

textarea {
    height: 240px;
    line-height: 1.5;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    textarea {
        height: 240px
    }
}

select {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 0 16px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    select {
        width: 100%
    }
}

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

.gender-group span {
    width: 28.4%;
    font-size: 16px;
    font-weight: 400;
    color: #333
}

@media screen and (max-width: 768px) {
    .gender-group span {
        width: 30%;
        margin-top: 24px
    }
}

.gender-group label {
    width: 96px;
    padding-left: 30px;
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .gender-group label {
        width: 30%
    }
}

.gender-group label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 4px
}

.gender-group input[type=radio]:checked+label[for=gender-male]:before,
.gender-group input[type=radio]:checked+label[for=gender-female]:before {
    border-color: #999;
    background-image: url(../images/icon-check.svg);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat
}

label[for=career],
label[for=message] {
    height: 240px
}

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

    label[for=career],
    label[for=message] {
        height: auto
    }
}

label.required {
    position: relative;
    z-index: 1
}

label.required::after {
    content: "必須";
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background-color: #e63d3d;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 38px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 5px
}

.btn-gradient {
    width: 312px;
    height: 74px;
    border-radius: 37px;
    background: linear-gradient(to right, #311A96, #8787FF);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 56px auto 0;
    transition: opacity .3s;
    text-align: center
}

@media screen and (max-width: 768px) {
    .btn-gradient {
        width: 100%;
        max-width: 312px;
        margin: 40px auto 0
    }
}

.btn-gradient:hover {
    opacity: .8
}

@media screen and (max-width: 992px) {
    .btn-gradient:hover {
        opacity: 1
    }
}

.mw_wp_form .with-margin {
    margin-top: 24px
}

.label-wrapper {
    width: 28.4%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 240px
}

@media screen and (max-width: 768px) {
    .label-wrapper {
        width: 100%;
        margin-top: 24px;
        height: auto
    }
}

.label-wrapper label {
    display: block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content
}

/*# sourceMappingURL=sub.css.map */
.footer-recaptcha p {
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 15px;
}

.footer-recaptcha p a {
    text-decoration: underline;
}

.l-employee-detail__block-left .l-employee-detail__join {
    font-size: 20px;
    text-decoration: none;
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .l-footer__block-left {
        width: 100%;
    }

    .footer-recaptcha p {
        text-align: center;
        font-size: 0.75rem;
    }
}

/* add250702 */
.entry-txt {
    margin-bottom: 40px;
}

.entry-txt p {
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .entry-txt {
        margin-bottom: 30px;
    }

    .entry-txt p {
        font-size: 14px;
    }
}
