@charset "utf-8";

.recruitChildMv--crosstalk {
    background-image: url(../img/recruit/crosstalk/crosstalk_mv.jpg);
}

/* =========================
   Crosstalk common
========================= */
.crosstalk-page {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    overflow: hidden;
}

.crosstalk-inner,
.recruit-info-inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.sp-only {
    display: none;
}

/* =========================
   Intro / Member
========================= */
.crosstalk-intro {
    padding: 90px 0 110px;
    background: linear-gradient(120deg, #0078c9 0%, #214ec8 48%, #82418d 100%);
}

.crosstalk-heading {
    text-align: center;
    margin-bottom: 80px;
}

.crosstalk-heading h1 {
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.45;
    margin: 0 0 42px;
}

.crosstalk-heading p {
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 0;
}

.member-block h2 {
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0 0 30px;
}

.member-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.member-img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1.1 / 1;
    margin-bottom: 24px;
}

.member-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-name {
    display: inline-block;
    background: #fff;
    color: #2255d8;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 6px 8px;
    margin-bottom: 14px;
}

.member-position {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin: 0 0 16px;
}

.member-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin: 0;
}

/* =========================
   Photo
========================= */
.crosstalk-photo {
    width: 100%;
}

.crosstalk-photo img {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================
   Talk section
========================= */
.talk-section {
    padding: 82px 0 105px;
    color: #1452d9;
}

.talk-inner {
    width: min(980px, calc(100% - 40px));
    margin: 0 auto;
}

.talk-title {
    text-align: center;
    font-size: clamp(21px, 2vw, 26px);
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin: 0 0 84px;
    position: relative;
}

.talk-title::after {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    background: #1452d9;
    margin: 24px auto 0;
}

.talk-block {
    max-width: 840px;
    margin: 0 auto;
}

.talk-question {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 46px;
}

.talk-item {
    display: grid;
    grid-template-columns: 120px 1fr 120px;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 46px;
}

.talk-item:last-child {
    margin-bottom: 0;
}

.talk-item.left .talk-icon {
    grid-column: 1;
}

.talk-item.left .talk-balloon {
    grid-column: 2 / 4;
}

.talk-item.right .talk-balloon {
    grid-column: 1 / 3;
}

.talk-item.right .talk-icon {
    grid-column: 3;
}

.talk-icon {
    text-align: center;
}

.talk-icon img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 10px;
}

.talk-icon span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}

.talk-balloon {
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 24px 30px;
    color: #1452d9;
    box-shadow: 0 4px 14px rgba(0, 40, 120, 0.04);
}

.talk-balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}

.talk-item.left .talk-balloon::before {
    left: -14px;
    border-width: 10px 14px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.talk-item.right .talk-balloon::before {
    right: -14px;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #fff;
}

.talk-balloon p {
    font-size: 13px;
    font-weight: 500;
    line-height: 2.05;
    letter-spacing: 0.06em;
    margin: 0;
}

.talk-section-last {
    padding-bottom: 120px;
}

/* =========================
   Recruitment information
========================= */
.recruit-info-section {
    padding: 80px 0 90px;
    background: linear-gradient(120deg, #2552d7 0%, #3a2499 100%);
    color: #fff;
    text-align: center;
}

.recruit-info-section h2 {
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}

.recruit-info-sub {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 34px;
}

.entry-button {
    width: min(460px, 100%);
    min-height: 108px;
    margin: 0 auto;
    padding: 24px 34px;
    background: #ff171d;
    color: #fff;
    text-decoration: none;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 24px;
    text-align: left;
    transition: opacity 0.3s ease;
}

.entry-button:hover {
    opacity: 0.8;
    color: #fff;
}

.entry-button-main {
    display: block;
}

.entry-button-en {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 8px;
}

.entry-button-note {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.entry-button-ja {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.entry-button-arrow {
    font-size: 30px;
    line-height: 1;
}

/* =========================
   Responsive
========================= */
@media screen and (max-width: 900px) {
    .crosstalk-intro {
        padding: 64px 0 80px;
    }

    .crosstalk-heading {
        margin-bottom: 56px;
    }

    .member-list {
        gap: 24px;
    }

    .member-name {
        font-size: 22px;
    }

    .member-position {
        font-size: 14px;
    }

    .member-text {
        font-size: 13px;
    }

    .talk-item {
        grid-template-columns: 100px 1fr 100px;
        column-gap: 22px;
    }

    .talk-icon img {
        width: 92px;
        height: 92px;
    }

    .talk-icon span {
        font-size: 19px;
    }
}

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

    .crosstalk-inner,
    .talk-inner,
    .recruit-info-inner {
        width: min(100% - 32px, 520px);
    }

    .crosstalk-intro {
        padding: 48px 0 64px;
    }

    .crosstalk-heading {
        margin-bottom: 46px;
    }

    .crosstalk-heading h1 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 28px;
    }

    .crosstalk-heading p {
        font-size: 13px;
        text-align: left;
        line-height: 1.9;
    }

    .member-block h2 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .member-list {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .member-img {
        margin-bottom: 18px;
    }

    .member-name {
        font-size: 24px;
    }

    .member-position {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .member-text {
        font-size: 13px;
        line-height: 1.9;
    }

    .talk-section {
        padding: 56px 0 72px;
    }

    .talk-title {
        font-size: 20px;
        margin-bottom: 48px;
    }

    .talk-question {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 32px;
    }

    .talk-item,
    .talk-item.left,
    .talk-item.right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 34px;
    }

    .talk-item.right {
        align-items: flex-end;
    }

    .talk-icon {
        width: 86px;
    }

    .talk-icon img {
        width: 78px;
        height: 78px;
    }

    .talk-icon span {
        font-size: 17px;
    }

    .talk-balloon {
        width: 100%;
        padding: 18px 20px;
    }

    .talk-balloon::before {
        display: none;
    }

    .talk-balloon p {
        font-size: 13px;
        line-height: 1.9;
    }

    .talk-section-last {
        padding-bottom: 76px;
    }

    .recruit-info-section {
        padding: 56px 0 64px;
    }

    .recruit-info-section h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .entry-button {
        min-height: 92px;
        padding: 20px 22px;
        grid-template-columns: 1fr auto;
        gap: 16px;
    }

    .entry-button-main {
        grid-column: 1 / 2;
    }

    .entry-button-en {
        font-size: 22px;
    }

    .entry-button-ja {
        font-size: 15px;
        grid-column: 1 / 2;
    }

    .entry-button-arrow {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
}

