@charset "UTF-8";
/*******************************************
トップページ（front-page）2026
*******************************************/

.top {
    --top-header-height: 60px;
    --top-blue-gradient: linear-gradient(90deg, rgba(56, 166, 223, 1) 30%, rgba(9, 104, 173, 1) 100%);
}

@media (min-width: 1023px) {
    .top {
        --top-header-height: 90px;
    }
}

.top .top__mainimg {
    padding-top: 60px;
    box-sizing: border-box;
}

@media (min-width: 1023px) {
    .top .top__mainimg {
        padding-top: 90px;
    }
}

.top .top__mainimg--img {
    transform: none;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.top .top__mainimg--wipe {
    position: fixed;
    top: var(--top-header-height);
    left: -100%;
    width: 100%;
    height: calc(100vh - var(--top-header-height));
    height: calc(100svh - var(--top-header-height));
    background: var(--top-blue-gradient);
    z-index: 100;
    pointer-events: none;
}

.top .top__mainimg--img .img {
    transform: none;
    width: 100% !important;
    height: 100%;
    position: absolute;
    inset: 0;
    backface-visibility: visible;
    opacity: 0;
}

.top .top__mainimg--img .img.isLoad {
    opacity: 1;
}

.top .top__mainimg--img .img img {
    opacity: 0;
    transition: opacity 0.5s;
}

.top .top__mainimg--img .img.isLoad img {
    opacity: 1;
}

@media (max-width: 767px) {
    .top .top__mainimg--img {
        min-height: calc(100vh - 60px);
        min-height: calc(100svh - 60px);
        width: 100%;
    }
}

@media (min-width: 768px) {
    .top .top__mainimg--img {
        min-height: calc(100vh - 60px);
        min-height: calc(100svh - 60px);
    }
}

@media (min-width: 1023px) {
    .top .top__mainimg--img {
        min-height: calc(100vh - 90px);
        min-height: calc(100svh - 90px);
    }
}

.top .top__mainimg--kv {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.top .top__mainimg--kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 767px) {
    .top .top__mainimg--kv {
        padding-bottom: 17svh;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) {
    .top .top__mainimg--kv {
        flex-direction: row;
    }
}

.top .top__mainimg--kvCol {
    position: relative;
    flex: 1 1 33.333%;
    min-height: 0;
    overflow: hidden;
}

.top .top__mainimg--kvCol picture,
.top .top__mainimg--kvCol img {
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.top .top__mainimg--kvCol img {
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .top .top__mainimg--kvCol:last-child::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        height: 36px;
        pointer-events: none;
        background: linear-gradient(to top, #fff 0%, transparent 100%);
    }
}

@media (min-width: 768px) {
    .top .top__mainimg--img .img img {
        transform: none;
    }
}

.top .top__mainimg--fullfill {
    left: 7.5%;
    right: auto;
    width: 94vw;
    z-index: 5;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    box-sizing: border-box;
    opacity: 0;
}

.top .top__mainimg--fullfill.isLoad {
    opacity: 1;
}

.top .top__mainimg--fullfill .en {
    mix-blend-mode: screen;
}

@media (min-width: 768px) {
    .top .top__mainimg--fullfill {
        bottom: 7.3svh;
        top: auto;
        padding-right: 4vw;
    }

    .top .top__mainimg--fullfill .en {
        padding: 0;
        margin: 30px 0 0;
        width: 44.4vw;
        background: inherit;
    }

    .top .top__mainimg--fullfill .jp {
        width: 80.5vw;
    }
}

@media (max-width: 767px) {
    .top .top__mainimg--fullfill {
        width: 92%;
        bottom: 1.9svh;
        top: auto;
        left: 4%;
    }

    .top .top__mainimg--fullfill .en {
        width: 100%;
        max-width: 460px;
        margin: 12px 0 0;
    }

    .top .top__mainimg--fullfill.isLoad .ani1 {
        width: 84.927%;
    }

    .top .top__mainimg--fullfill .jp {
        width: 100%;
        max-width: 540px;
    }
}

.top .top__mainimg--fullfill .jp {
    margin: 0;
}

.top .top__mainimg--fullfill .jp picture {
    display: block;
    width: 100%;
}

/* トップ：青グラデーション背景（MESSAGE / WORKS など共通） */

.top__messege-gap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 20px;
    margin-top: 100vh;
    margin-top: 100svh;
    background: var(--top-blue-gradient);
}

.top__messege {
    position: relative;
    z-index: 1;
    margin-top: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 20px min(calc(110px + 15vw), 200px);
    background: var(--top-blue-gradient);
}

.top__messege--deco {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.12em;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
    line-height: 0.82;
    font-size: clamp(80px, 24vw, 112px);
}

.top__messege--decoLine {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.top__messege--inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.top__messege--media {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    z-index: -1;
}

.top__messege--media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}

.top__messege--body {
    color: #fff;
}

.top__messege--title {
    margin: 0 0 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: #fff;
}

.top__messege--text p {
    margin: 0 0 1.25em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.075em;
    color: #fff;
}

.top__messege--text p:last-child {
    margin-bottom: 0;
}

.top__messege--body .common-panel__btn-wrap {
    justify-content: flex-start;
    margin-top: 28px;
}

@media (min-width: 768px) {
    .top__messege {
        padding: 62px 40px min(calc(112px + 6vw), 200px);
    }

    .top__messege--deco {
        flex-direction: row;
        gap: 0.13em;
        justify-content: center;
        font-size: clamp(112px, 14.5vw, 200px);
    }

    .top__messege--inner {
        flex-direction: row;
        align-items: flex-start;
        gap: clamp(32px, 4.5vw, 75px);
    }

    .top__messege--media {
        flex: 0 0 48%;
        max-width: 560px;
    }

    .top__messege.isInview .top__messege--media img {
        animation-delay: 0.2s;
    }

    .top__messege--body {
        flex: 1 1 auto;
        min-width: 0;
    }

    .top__messege--body .common-panel__label {
        font-size: 30px;
    }

    .top__messege--title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 1.35;
    }

    .top__messege--text p {
        max-width: 425px;
        font-size: 16px;
    }

    .top__messege--body .common-panel__btn-wrap {
        margin-top: 36px;
    }
}

/* ----- NEWS（messege 直下） ----- */
.top .top__news {
    position: relative;
    z-index: 1;
    margin-top: 0;
    background: #fff;
    padding: 60px 20px;
    box-sizing: border-box;
}

.top .top__news--inner {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.top .top__news--aside {
    flex-shrink: 0;
}

.top .top__news--en {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(56px, 16vw, 96px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #38a6df;
    text-transform: uppercase;
}

.top .top__news--ja {
    margin: 8px 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #18191a;
}

.top .top__news--btn--aside {
    display: none;
}

.top .top__news--btn--foot {
    justify-content: flex-start;
    margin-top: 4px;
}

.top .top__news--listWrap {
    min-width: 0;
}

.top .top__news--list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top .top__news--link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 15px 0;
    text-decoration: none;
    color: #222222;
    transition: opacity 0.2s ease;
}

.top .top__news--link:hover {
    opacity: 0.7;
}

.top .top__news--date {
    flex: 0 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.top .top__news--title {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: left;
}

.top .top__news--empty {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #18191a;
}

@media (min-width: 768px) {
    .top .top__news {
        padding: 80px 40px;
    }

    .top .top__news--inner {
        flex-direction: row;
        align-items: center;
        gap: clamp(40px, 6vw, 80px);
    }

    .top .top__news--aside {
        flex: 0 0 min(320px, 34%);
        max-width: 300px;
    }

    .top .top__news--en {
        font-size: 80px;
    }

    .top .top__news--ja {
        margin-top: 12px;
        font-size: 26px;
    }

    .top .top__news--btn--aside {
        display: flex;
        justify-content: flex-start;
        margin-top: 28px;
    }

    .top .top__news--btn--foot {
        display: none;
    }

    .top .top__news--listWrap {
        flex: 1 1 auto;
    }

    .top .top__news--date {
        width: 6.5em;
    }

    .top .top__news--link {
        gap: 20px;
    }
}

/* ----- WORKS（news 直下） ----- */
.top .top__works {
    --works-gradient-overlap: clamp(56px, 20vw, 100px);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: #fff;
    overflow-x: clip;
}

.top .top__works--inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "head"
        "slider";
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.top .top__works--inner::before {
    content: "";
    grid-area: head;
    z-index: 0;
    justify-self: center;
    align-self: stretch;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--top-blue-gradient);
}

.top .top__works--head {
    grid-area: head;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 48px 20px calc(32px + var(--works-gradient-overlap));
    color: #fff;
}

.top .top__works--headMain {
    max-width: 520px;
}

.top .top__works--title {
    margin: 0 0 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: #fff;
}

.top .top__works--head .common-panel__btn-wrap {
    justify-content: flex-start;
    margin-top: 28px;
}

.top .top__works--lead p {
    margin: 0 0 1.25em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.075em;
    color: #fff;
}

.top .top__works--lead p:last-child {
    margin-bottom: 0;
}

.top .top__works--sliderArea {
    grid-area: slider;
    position: relative;
    z-index: 1;
    margin-top: calc(-1 * var(--works-gradient-overlap));
    padding: 0 20px 48px;
}

.top .top__works--sliderWrap {
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0 auto;
}

.top .top__works--swiper {
    overflow: hidden;
}

.top .top__works--list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top .top__works--item {
    max-width: 200px;
    height: auto;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .top .top__works--item,
    .top .top__works--item.swiper-slide {
        max-width: 191px;
        width: 191px;
        box-sizing: border-box;
    }
}

@media (max-width: 539px) {
    .top .top__works--sliderWrap {
        max-width: 288px;
    }

    .top .top__works--swiper {
        width: 191px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .top .top__works--sliderWrap {
        max-width: 470px;
    }

    .top .top__works--swiper {
        width: calc(191px * 2 + 10px);
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .top .top__works--prev {
        left: -30px;
    }

    .top .top__works--next {
        right: -30px;
    }
}

.top .top__works--card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.top .top__works--card:hover {
    opacity: 1;
}

.top .top__works--cardImg {
    overflow: hidden;
    aspect-ratio: 191 / 286;
    background: #e8e8e8;
}

.top .top__works--cardImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.top .top__works--card:hover .top__works--cardImg img,
.top .top__works--card:focus-visible .top__works--cardImg img {
    transform: scale(1.1);
}

.top .top__works--cardCap {
    position: relative;
    top: -20px;
    box-sizing: border-box;
    width: 90%;
    padding: 12px 7px;
    background: #42bcc6;
}

.top .top__works--cardDept {
    margin: 0 0 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #fff;
}

.top .top__works--cardJob {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    color: #fff;
}

.top .top__works--cardArrow {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: translateX(0);
    transition: transform 0.45s ease;
}

.top .top__works--cardArrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    transform: rotate(35deg);
}

.top .top__works--card:hover .top__works--cardArrow,
.top .top__works--card:focus-visible .top__works--cardArrow {
    transform: translateX(5px);
}

.top .top__works--prev,
.top .top__works--next {
    position: absolute;
    top: 35%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 1px solid #42bcc6;
    border-radius: 50%;
    background: #fff;
    color: #42bcc6;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.top .top__works--prev:hover,
.top .top__works--next:hover {
    opacity: 0.85;
}

.top .top__works--prev {
    left: -20px;
}

.top .top__works--next {
    right: -20px;
}

.top .top__works--prev::after,
.top .top__works--next::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #42bcc6;
    border-right: 2px solid #42bcc6;
}

.top .top__works--prev::after {
    margin-left: 3px;
    transform: rotate(-135deg);
}

.top .top__works--next::after {
    margin-right: 3px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .top .top__works {
        --works-gradient-overlap: clamp(36px, 5vw, 64px);
    }

    .top .top__works--inner {
        padding: 0 40px;
    }

    .top .top__works--head {
        display: grid;
        grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
        grid-template-areas:
            "main lead"
            "btn lead";
        column-gap: clamp(32px, 5vw, 64px);
        align-items: start;
        padding: 60px 0 calc(48px + var(--works-gradient-overlap));
    }

    .top .top__works--headMain {
        grid-area: main;
        max-width: none;
    }

    .top .top__works--head .common-panel__label {
        font-size: 30px;
    }

    .top .top__works--title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 1.35;
    }

    .top .top__works--head .common-panel__btn-wrap {
        grid-area: btn;
        margin-top: 4px;
    }

    .top .top__works--lead {
        grid-area: lead;
        min-width: 0;
        max-width: 520px;
    }

    .top .top__works--lead p {
        margin: 0 0 1em;
        font-size: 16px;
    }

    .top .top__works--sliderArea {
        padding: 0 40px 88px;
    }
}

/* 768px〜1023px以下：3枚スライダー */
@media (min-width: 768px) and (max-width: 1023px) {
    .top .top__works--sliderWrap {
        --works-slide-width: 200px;
        --works-slide-gap: 10px;
        box-sizing: border-box;
        width: min(100%, calc(var(--works-slide-width) * 3 + var(--works-slide-gap) * 2 + 88px));
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 44px;
        padding-right: 44px;
    }

    .top .top__works--swiper {
        width: 100%;
        overflow: hidden;
    }
}

/* 1024px以上：5列表示（スライダーなし） */
@media (min-width: 1024px) {
    .top .top__works--sliderWrap {
        max-width: none;
    }

    .top .top__works--swiper {
        overflow: visible;
    }

    .top .top__works--list {
        display: flex;
        flex-wrap: nowrap;
        gap: clamp(12px, 1.5vw, 20px);
        transform: none !important;
    }

    .top .top__works--item {
        flex: 1 1 0;
        min-width: 0;
        width: auto !important;
        margin: 0 !important;
    }

    .top .top__works--prev,
    .top .top__works--next {
        display: none;
    }
}

/* ----- WORK STYLE（works 直下） ----- */
.top .top__workstyle {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0 16px;
    background: var(--top-blue-gradient);
    overflow-x: clip;
}

.top .top__workstyle--inner {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.top .top__workstyle--body {
    padding: 48px 0 32px;
    color: #fff;
}

.top .top__workstyle--title {
    margin: 0 0 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: #fff;
}

.top .top__workstyle--text p {
    margin: 0 0 1.25em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.075em;
    color: #fff;
}

.top .top__workstyle--text p:last-child {
    margin-bottom: 0;
}

.top .top__workstyle--text--pc {
    display: none;
}

.top .top__workstyle--body .common-panel__btn-wrap {
    justify-content: flex-start;
    margin-top: 28px;
}

.top .top__workstyle--media {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}



.top .top__workstyle--media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 640 / 427;
    vertical-align: top;
    object-fit: cover;
}

@media (min-width: 768px) {
    .top .top__workstyle {
        padding: 0 40px;
    }

    .top .top__workstyle--inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(32px, 4.5vw, 56px);
        padding: 100px 0 60px;
    }

    .top .top__workstyle--body {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 460px;
        padding: 0;
    }

    .top .top__workstyle--body .common-panel__label {
        font-size: 30px;
    }

    .top .top__workstyle--title {
        margin-bottom: 32px;
        font-size: clamp(32px, calc(32px + 8 * (100vw - 768px) / (1200 - 768)), 40px);
        line-height: 1.35;
    }

    .top .top__workstyle--text p {
        font-size: 16px;
    }

    .top .top__workstyle--text--sp {
        display: none;
    }

    .top .top__workstyle--text--pc {
        display: block;
    }

    .top .top__workstyle--body .common-panel__btn-wrap {
        margin-top: 36px;
    }

    .top .top__workstyle--media {
        flex: 0 0 50%;
        max-width: 600px;
    }

    .top .top__workstyle.isInview .top__workstyle--media img {
        animation-delay: 0.2s;
    }
}

/* ----- DATA / FAQ（workstyle 直下） ----- */
.top .top__datafaq {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 60px 16px;
    background: var(--top-blue-gradient);
    overflow-x: clip;
}

.top .top__datafaq--inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.top .top__data,
.top .top__faq {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 280px;
    padding: 48px 24px 40px;
    overflow: hidden;
}

.top .top__data--media,
.top .top__faq--media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top .top__data--media {
    background-image: url("../../img/top/data.jpg");
}

.top .top__faq--media {
    background-image: url("../../img/top/faq.jpg");
}

.top .top__data::after,
.top .top__faq::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.48);
}

.top .top__data--body,
.top .top__faq--body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    color: #fff;
}

.top .top__data--title,
.top .top__faq--title {
    margin: 0 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: #fff;
}

.top .top__data--text,
.top .top__faq--text p {
    margin: 0 0 1.25em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.075em;
    color: #fff;
}

.top .top__data--text {
    margin: 0 0 1.25em;
}

.top .top__faq--text p:last-child {
    margin-bottom: 0;
}

.top .top__data--btn,
.top .top__faq--btn {
    justify-content: center;
    margin-top: 28px;
}

@media (min-width: 768px) {
    .top .top__datafaq {
        padding: 0 40px;
    }

    .top .top__datafaq--inner {
        flex-direction: row;
        gap: 0;
    }

    .top .top__data,
    .top .top__faq {
        flex: 1 1 50%;
        min-width: 0;
        min-height: 360px;
        padding: 64px 40px 56px;
    }

    .top .top__data--body .common-panel__label,
    .top .top__faq--body .common-panel__label {
        font-size: 30px;
    }

    .top .top__data--title,
    .top .top__faq--title {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 1.35;
    }

    .top .top__data--text,
    .top .top__faq--text p {
        font-size: 16px;
    }

    .top .top__data--btn,
    .top .top__faq--btn {
        justify-content: flex-start;
        margin-top: 32px;
    }
}

/* ----- STAFF（datafaq 直下） ----- */
.top .top__staff {
    --staff-gradient-overlap: clamp(56px, 20vw, 100px);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: #fff;
    overflow-x: clip;
}

.top .top__staff--inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "head"
        "slider";
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.top .top__staff--inner::before {
    content: "";
    grid-area: head;
    z-index: 0;
    justify-self: center;
    align-self: stretch;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--top-blue-gradient);
}

.top .top__staff--head {
    grid-area: head;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px calc(32px + var(--staff-gradient-overlap));
    color: #fff;
}

.top .top__staff--headMain {
    max-width: 520px;
}

.top .top__staff--title {
    margin: 0 0 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: #fff;
}

.top .top__staff--head .common-panel__btn-wrap {
    justify-content: flex-start;
    margin-top: 28px;
}

.top .top__staff--lead {
    margin-top: 24px;
}

.top .top__staff--lead p {
    margin: 0 0 1.25em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.075em;
    color: #fff;
}

.top .top__staff--lead p:last-child {
    margin-bottom: 0;
}

.top .top__staff--sliderArea {
    grid-area: slider;
    position: relative;
    z-index: 1;
    margin-top: calc(-1 * var(--staff-gradient-overlap));
    padding: 0 16px 60px;
}

.top .top__staff--sliderWrap {
    position: relative;
    z-index: 2;
    width: calc(100% - 56px);
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
}

.top .top__staff--swiper {
    overflow: hidden;
}

.top .top__staff--list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top .top__staff--item {
    max-width: 300px;
    width: calc(50% - 8px);
    min-width: 260px;
    height: auto;
    box-sizing: border-box;
}

@media (max-width: 579px) {
    .top .top__staff--sliderWrap {
        min-width: 260px;
        max-width: 320px;
    }

    .top .top__staff--swiper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

    .top .top__staff--item.swiper-slide {
        max-width: none;
        width: 100% !important;
    }
}

@media (min-width: 580px) and (max-width: 1023px) {
    .top .top__staff--sliderWrap {
        width: calc(100% - 56px);
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .top .top__staff--swiper {
        width: 100%;
        overflow: hidden;
    }

    .top .top__staff--item.swiper-slide {
        max-width: none;
        min-width: 0;
        width: auto;
    }
}

.top .top__staff--card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.top .top__staff--card:hover {
    opacity: 1;
}

.top .top__staff--cardImg {
    position: relative;
    overflow: hidden;
    aspect-ratio: 300 / 331;
    background: #e8e8e8;
}

.top .top__staff--cardImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.top .top__staff--card:hover .top__staff--cardImg img,
.top .top__staff--card:focus-visible .top__staff--cardImg img {
    transform: scale(1.1);
}

.top .top__staff--cardCap {
    position: absolute;
    left: 0;
    bottom: 22px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 92%;
}

.top .top__staff--cardCapLine {
    margin: 0;
    padding: 5px 12px;
    background: #42bcc6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #fff;
}

.top .top__staff--cardCapLine + .top__staff--cardCapLine {
    margin-top: 7px;
}

.top .top__staff--cardMeta {
    padding: 10px 8px 0;
    text-align: center;
}

.top .top__staff--cardDept {
    margin: 0 0 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #646464;
}

.top .top__staff--cardInitial {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #646464;
}

.top .top__staff--prev,
.top .top__staff--next {
    position: absolute;
    top: calc(46% - 56px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 1px solid #42bcc6;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.top .top__staff--prev:hover,
.top .top__staff--next:hover {
    opacity: 0.85;
}

.top .top__staff--prev {
    left: -28px;
}

.top .top__staff--next {
    right: -28px;
}

.top .top__staff--prev::after,
.top .top__staff--next::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #42bcc6;
    border-right: 2px solid #42bcc6;
}

.top .top__staff--prev::after {
    margin-left: 3px;
    transform: rotate(-135deg);
}

.top .top__staff--next::after {
    margin-right: 3px;
    transform: rotate(45deg);
}

.top .top__staff--pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.top .top__staff--pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid #38A6DF;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.top .top__staff--pagination .swiper-pagination-bullet-active {
    background: #38A6DF;
}

@media (min-width: 768px) {
    .top .top__staff {
        --staff-gradient-overlap: clamp(36px, 5vw, 64px);
    }

    .top .top__staff--inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top .top__staff--head {
        display: grid;
        grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
        grid-template-areas:
            "main lead"
            "btn lead";
        column-gap: clamp(32px, 5vw, 64px);
        align-items: start;
        padding: 72px 0 calc(48px + var(--staff-gradient-overlap));
    }

    .top .top__staff--headMain {
        grid-area: main;
        max-width: none;
    }

    .top .top__staff--head .common-panel__label {
        font-size: 30px;
    }

    .top .top__staff--title {
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 1.35;
    }

    .top .top__staff--head .common-panel__btn-wrap {
        grid-area: btn;
        margin-top: 4px;
    }

    .top .top__staff--lead {
        grid-area: lead;
        min-width: 0;
        max-width: 520px;
        margin-top: 0;
    }

    .top .top__staff--lead p {
        font-size: 16px;
    }

    .top .top__staff--sliderArea {
        padding: 0 40px 100px;
    }

    .top .top__staff--pagination {
        gap: 20px;
        margin-top: 40px;
    }

    .top .top__staff--sliderWrap {
        width: 100%;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .top .top__staff--swiper {
        width: 100%;
        overflow: hidden;
    }

    .top .top__staff--item {
        width: auto;
        min-width: 0;
        max-width: none;
    }
}

@media (min-width: 1024px) {
    .top .top__staff--sliderWrap {
        max-width: 1000px;
    }

    .top .top__staff--item {
        min-width: 260px;
        max-width: 300px;
    }
}

/* ----- SPECIAL01（staff 直下） ----- */
.top .top__special01 {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0 16px 60px;
    background: #fff;
    overflow-x: clip;
}

.top .top__special01--link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    aspect-ratio: 345 / 244;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.35s ease;
}

.top .top__special01--link:hover {
    opacity: 1;
}

.top .top__special01--link:hover .top__special01--media {
    transform: scale(1.03);
}

.top .top__special01--media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../../img/top/zadankai_sp.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.45s ease;
}

.top .top__special01--link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(9, 72, 120, 0.42);
}

.top .top__special01--inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 16px;
    text-align: center;
}

.top .top__special01--badge {
    display: inline-block;
    margin: 0 0 3px;
    padding: 3px 25px;
    background: #38a6df;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
    color: #fff;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 12px) 100%, 0 100%, 0 30px);
}

.top .top__special01--title {
    margin: 0 0 3px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(27px, calc(27px + (100vw - 320px) * 9 / 80), 36px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.07em;
    color: #fff;
}

.top .top__special01--title span {
    font-size: 0.833em;
}

.top .top__special01--rule {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 0 3px;
    border: 0;
    padding: 0;
    background: linear-gradient(to right, #fff 0%, #fff 30%, #42bcc6 30%, #42bcc6 100%);
}

.top .top__special01--lead {
    width: 100%;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(11px, calc(11px + (100vw - 320px) * 4 / 100), 14px);
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .top .top__special01 {
        padding: 0 40px 100px;
    }

    .top .top__special01--link {
        max-width: 1000px;
        height: 314px;
        aspect-ratio: inherit;
    }

    .top .top__special01--media {
        background-image: url("../../img/top/zadankai_pc.jpg");
    }

    .top .top__special01--inner {
        align-items: flex-start;
        justify-content: flex-end;
        max-width: 400px;
        margin: 0;
        padding: 18px 20px;
        text-align: left;
    }

    .top .top__special01--badge {
        font-size: 20px;
        clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 34px), calc(100% - 12px) 100%, 0 100%, 0 34px);
    }

    .top .top__special01--title {
        font-size: 42px;
    }

    .top .top__special01--lead {
        max-width: 520px;
        font-size: 16px;
        text-align: left;
    }
}

.top__cta--talk {
    position: fixed;
    bottom: 0;
    right: 6.07vw;
    z-index: 99;
    transform: translateY(60%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, visibility 0s linear 0.4s;
}

.top__cta--talk.isShow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, visibility 0s;
}

.top__cta--talk:hover {
    transform: translateY(0);
}

.top__cta--talk a {
    display: block;
}

.top__cta--talk a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .top__cta--talk {
        display: none;
    }
}