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: #310C96;
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -11px;
    left: 0
}

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

.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: #310C96;
    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: #310C96;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0
}

.p-pagination .page-numbers.current {
    color: #fff;
    background-color: #310C96
}

@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: #310C96;
    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-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__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
    }
}

.splide {
    width: 100%;
    position: relative;
    z-index: 1
}

.splide__track {
    height: 100%;
    height: 100%
}

.splide__list {
    width: 100%;
    height: 100%
}

.splide__slide {
    width: 100%;
    height: 100%;
    position: relative
}

.splide__slide-overlay {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.splide__slide-overlay h2 {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.splide__slide-overlay h2 span {
    display: block;
    white-space: nowrap;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-break: keep-all;
    line-height: 1.5
}

@media screen and (max-width: 992px) {
    .splide__slide-overlay h2 span {
        font-size: 48px
    }
}

@media screen and (max-width: 768px) {
    .splide__slide-overlay h2 span {
        font-size: 28px
    }
}

.splide__slide-overlay h2 span:nth-child(1) {
    color: rgba(255, 255, 255, .8)
}

.splide__slide-overlay h2 span:nth-child(2) {
    margin-top: 48px;
    font-size: 36px;
    font-weight: 500
}

@media screen and (max-width: 992px) {
    .splide__slide-overlay h2 span:nth-child(2) {
        font-size: 32px
    }
}

@media screen and (max-width: 768px) {
    .splide__slide-overlay h2 span:nth-child(2) {
        font-size: 20px
    }
}

.splide__slide-visual {
    width: 100%;
    height: 100%
}

.splide__slide-visual 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) {
    .splide__slide-visual img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center
    }
}

.l-message {
    width: 100%;
    height: auto;
    padding: 100px 70px 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

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

@media screen and (max-width: 768px) {
    .l-message {
        padding: 100px 15px 70px
    }
}

.l-message__inner {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateX(50px)
}

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

.l-message__wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px
}

@media screen and (max-width: 992px) {
    .l-message__wrapper {
        flex-direction: column
    }
}

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

@media screen and (max-width: 1200px) {
    .l-message__block-left {
        width: 48%
    }
}

@media screen and (max-width: 992px) {
    .l-message__block-left {
        width: 100%
    }
}

.l-message__title-blue {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    color: #00498e
}

@media screen and (max-width: 576px) {
    .l-message__title-blue {
        font-size: clamp(16px, 6.4vw, 30px)
    }
}

.l-message__text1,
.l-message__text2,
.l-message__text3 {
    font-weight: 500
}

.l-message__text1 {
    margin-top: 20px
}

.l-message__text2 {
    margin-top: 35px;
    padding-left: 4px
}

.l-message__text3 {
    margin-top: 35px
}

.l-message__block-right {
    width: 52.5%;
    height: 429px;
    margin-top: 24px
}

@media screen and (max-width: 1200px) {
    .l-message__block-right {
        width: 48%
    }
}

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

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

@media screen and (max-width: 576px) {
    .l-message__block-right img {
        -o-object-position: center top;
        object-position: center top;
        height: auto
    }
}

.l-team {
    width: 100%;
    height: auto;
    padding: 70px 45px 3px 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden
}

@media screen and (max-width: 1200px) {
    .l-team {
        padding: 70px 40px 3px 40px
    }
}

@media screen and (max-width: 768px) {
    .l-team {
        padding: 70px 15px 3px 15px
    }
}

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

.l-team__wrapper-title {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: 100px
}

@media screen and (max-width: 1200px) {
    .l-team__wrapper-title {
        margin-left: 0
    }
}

.l-team__list {
    width: 100%;
    height: auto;
    margin-top: 49px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
    cursor: pointer
}

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

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

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

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

.l-team__item.item-down {
    padding-top: 43px
}

@media screen and (max-width: 576px) {
    .l-team__item.item-down {
        padding-top: 0
    }
}

.l-team__item.item-up {
    padding-bottom: 43px
}

@media screen and (max-width: 576px) {
    .l-team__item.item-up {
        padding-bottom: 0
    }
}

.l-team__item-overlay {
    width: 100%;
    aspect-ratio: 320/318;
    position: absolute;
    left: 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-team__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-team__item-overlay {
        padding: 0;
        margin-top: 12px
    }
}

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

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

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

.item-up .l-team__item-overlay {
    bottom: 0
}

.l-team__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-team__text {
        color: #333
    }
}

.l-team__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-team__job {
        color: #333
    }
}

.l-team__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-team__btn {
        transform: translateX(0)
    }
}

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

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

.l-culture {
    width: 100%;
    height: auto;
    padding: 100px 45px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #eff7ff;
    overflow: hidden
}

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

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

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

.l-culture__wrapper-title {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: 100px
}

@media screen and (max-width: 1200px) {
    .l-culture__wrapper-title {
        margin-left: 0
    }
}

.l-culture__text1,
.l-culture__text2 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-left: 100px;
    font-weight: 500
}

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

    .l-culture__text1,
    .l-culture__text2 {
        margin-left: 0
    }
}

.l-culture__text1 {
    margin-top: 44px
}

.l-culture__list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(51, 65, 77, .09);
    padding: 62px 97px;
    gap: 86px
}

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

@media screen and (max-width: 992px) {
    .l-culture__list {
        padding: 24px 24px
    }
}

@media screen and (max-width: 576px) {
    .l-culture__list {
        padding: 24px 16px
    }
}

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

.l-culture__item-title {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0;
    padding-left: 51px
}

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

.l-culture__block-bottom {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 51px;
    position: relative
}

.l-culture__block-bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #809ab2;
    position: absolute;
    top: -36px;
    left: 0
}

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

@media screen and (max-width: 992px) {
    .l-culture__block-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 24px
    }
}

.l-culture__block-bottom .l-culture__text {
    flex-basis: 40.3%;
    padding: 39px 35px
}

@media screen and (max-width: 1200px) {
    .l-culture__block-bottom .l-culture__text {
        padding: 39px 0
    }
}

@media screen and (max-width: 992px) {
    .l-culture__block-bottom .l-culture__text {
        padding: 0
    }
}

.l-culture__block-bottom.item-reverse {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 26px
}

@media screen and (max-width: 1200px) {
    .l-culture__block-bottom.item-reverse {
        padding-right: 0
    }
}

@media screen and (max-width: 992px) {
    .l-culture__block-bottom.item-reverse {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px
    }
}

.l-culture__block-bottom.item-reverse .l-culture__text {
    flex-basis: 40.69%;
    font-weight: 400;
    padding: 37px 0 37px 22px
}

@media screen and (max-width: 1200px) {
    .l-culture__block-bottom.item-reverse .l-culture__text {
        padding: 37px 0
    }
}

@media screen and (max-width: 992px) {
    .l-culture__block-bottom.item-reverse .l-culture__text {
        padding: 0
    }
}

.l-culture__visual {
    flex-basis: 54.4%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

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

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

.l-faq {
    width: 100%;
    height: auto;
    padding: 108px 45px 114px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

@media screen and (max-width: 1200px) {
    .l-faq {
        padding: 108px 40px 114px
    }
}

@media screen and (max-width: 768px) {
    .l-faq {
        padding: 108px 15px 114px
    }
}

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

.l-faq__wrapper-title span {
    margin-top: 20px
}

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

.l-faq__btn {
    width: 119px;
    height: 36px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(51, 65, 77, .19);
    border-radius: 10px;
    font-size: 13px;
    color: #310C96;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    transition: opacity .3s
}

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

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

.l-faq__list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 28px
}

.l-faq__item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0 4px 20px 0 rgba(51, 65, 77, .19);
    border-radius: 10px
}

.l-faq__question,
.l-faq__answer {
    width: 100%;
    height: auto;
    padding: 22px 24px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

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

    .l-faq__question,
    .l-faq__answer {
        padding: 12px
    }
}

.l-faq__question {
    cursor: pointer
}

.l-faq__question-text,
.l-faq__answer-text {
    display: block;
    width: 100%;
    padding: 0 60px;
    text-align: left;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0;
    transition: opacity .3s
}

.l-faq__question-text:hover,
.l-faq__answer-text:hover {
    opacity: .8
}

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

    .l-faq__question-text:hover,
    .l-faq__answer-text:hover {
        opacity: 1
    }
}

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

    .l-faq__question-text,
    .l-faq__answer-text {
        padding: 0 28px
    }
}

.l-faq__answer-text {
    font-weight: 400;
    line-height: 2;
    padding-right: 30px
}

@media screen and (max-width: 576px) {
    .l-faq__answer-text {
        padding-right: 8px
    }
}

.l-faq__icon-question,
.l-faq__icon-answer {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    z-index: 2
}

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

    .l-faq__icon-question,
    .l-faq__icon-answer {
        left: 8px;
        width: 24px;
        height: 24px
    }
}

.l-faq__icon-question img,
.l-faq__icon-answer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

    .l-faq__icon-question img,
    .l-faq__icon-answer img {
        vertical-align: initial
    }
}

@media screen and (max-width: 576px) {
    .l-faq__icon-answer {
        top: 19px !important;
        transform: translateY(0) !important
    }
}

.l-faq__icon-open,
.l-faq__icon-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    line-height: 1;
    background-color: #fff;
    transition: all .1s ease-in-out
}

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

    .l-faq__icon-open,
    .l-faq__icon-close {
        right: 12px
    }
}

.l-faq__icon-open img,
.l-faq__icon-close img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.l-faq__icon-open {
    z-index: 4
}

.l-faq__question[aria-expanded=false] .l-faq__icon-open {
    opacity: 1
}

.l-faq__question[aria-expanded=true] .l-faq__icon-open {
    opacity: 0
}

.l-faq__icon-close {
    z-index: 3
}

.l-faq__answer[aria-hidden=false] {
    display: block
}

.l-faq__answer[aria-hidden=true] {
    display: none
}

.l-mission {
    width: 100%;
    height: auto;
    padding: 96px 45px 112px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-image: url(../images/mission.webp);
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 1200px) {
    .l-mission {
        padding: 96px 40px 112px
    }
}

@media screen and (max-width: 768px) {
    .l-mission {
        padding: 100px 15px 70px
    }
}

.l-mission__inner {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 35px 59px;
    background-color: #fff;
    border-radius: 10px
}

@media screen and (max-width: 992px) {
    .l-mission__inner {
        padding: 35px 24px
    }
}

@media screen and (max-width: 576px) {
    .l-mission__inner {
        padding: 16px
    }
}

.l-mission__wrapper-title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.l-mission__title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0
}

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

.l-mission__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0
}

@media screen and (max-width: 576px) {
    .l-mission__title span {
        font-size: clamp(16px, 6.4vw, 20px)
    }
}

.l-mission__text1 {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.43;
    margin-top: 50px
}

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

.l-mission__text2,
.l-mission__text3 {
    width: 100%;
    height: auto
}

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

    .l-mission__text2,
    .l-mission__text3 {
        text-align: left
    }
}

.l-mission__text2 {
    margin-top: 40px
}

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

.l-mission__text3 {
    margin-top: 32px
}

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

.l-jobs {
    width: 100%;
    height: auto;
    padding: 137px 45px 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

@media screen and (max-width: 1200px) {
    .l-jobs {
        padding: 137px 40px 5px
    }
}

@media screen and (max-width: 768px) {
    .l-jobs {
        padding: 100px 15px 5px
    }
}

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

.l-jobs__wrapper-title span {
    margin-top: 22px
}

.l-jobs__list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 34px;
    margin-top: 48px;
    -moz-column-gap: 65px;
    column-gap: 65px
}

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

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

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

.l-jobs__item {
    width: 482px;
    height: auto;
    display: flex
}

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

.l-jobs__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-jobs__item a:hover {
    opacity: .8
}

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

.l-jobs__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-jobs__visual {
        width: 100%;
        height: auto
    }
}

.l-jobs__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-jobs__visual img {
        aspect-ratio: none;
        height: auto
    }
}

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

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

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

@media screen and (max-width: 768px) {
    .l-jobs__item-text {
        margin-top: 10px
    }
}

.l-jobs__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-company {
    width: 100%;
    height: auto;
    padding: 90px 45px 106px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

@media screen and (max-width: 1200px) {
    .l-company {
        padding: 90px 40px 106px
    }
}

@media screen and (max-width: 768px) {
    .l-company {
        padding: 100px 15px 70px
    }
}

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

.l-company__list {
    width: 753px;
    height: auto;
    margin-top: 53px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    transform: translateX(-21px)
}

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

@media screen and (max-width: 992px) {
    .l-company__list {
        width: 100%
    }
}

.l-company__item-title {
    width: 208px;
    height: auto;
    padding: 16px 23px;
    background-color: #f9f9f9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    line-height: 1.5
}

@media screen and (max-width: 992px) {
    .l-company__item-title {
        width: 20%
    }
}

@media screen and (max-width: 768px) {
    .l-company__item-title {
        width: 13%;
        padding: 9px
    }
}

@media screen and (max-width: 576px) {
    .l-company__item-title {
        height: 72px;
        width: 24%;
        align-items: center;
        padding: 10px 16px
    }
}

.l-company__item-desc {
    width: calc(100% - 208px);
    height: auto;
    padding: 16px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    line-height: 1.5
}

@media screen and (max-width: 992px) {
    .l-company__item-desc {
        width: 80%
    }
}

@media screen and (max-width: 768px) {
    .l-company__item-desc {
        width: 87%;
        padding: 9px
    }
}

@media screen and (max-width: 576px) {
    .l-company__item-desc {
        height: 72px;
        width: 76%;
        align-items: center;
        padding: 10px
    }
}

.l-company__block-map {
    width: 754px;
    height: auto;
    margin-top: 30px;
    transform: translateX(-21px)
}

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

@media screen and (max-width: 992px) {
    .l-company__block-map {
        width: 100%
    }
}

.l-company__map-title {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.44
}

.l-company__map {
    width: 754px;
    height: 369px;
    margin-top: 10px
}

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

.l-company__map iframe {
    width: 100%;
    aspect-ratio: 754/369
}

.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: left;
    line-height: 1.44
}

@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
    }
}

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

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

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

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