@charset "UTF-8";

.kv {
    position: relative;
    overflow: hidden;
    background: #f4f7f8;
}

.kv__inner {
    position: relative;
}

.kv__image {
    display: block;
    width: 100%;
    height: auto;
}

.kv__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.kv__cta {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24rem;
    padding: 2rem 3.6rem;
    background: var(--header-cta);
    border-bottom: 6px solid #9b000c;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
}

.kv__cta--ended {
    background: #c8c8c8;
    border-bottom-color: #8e8e8e;
    cursor: default;
}

@media screen and (max-width: 1100px) {
    .kv__cta {
        min-width: 20rem;
        padding: 1.6rem 2.8rem;
        font-size: 1.5rem;
        border-bottom-width: 5px;
    }
}

@media screen and (max-width: 790px) {
    .kv__cta {
        position: static;
        width: 100%;
        min-width: 0;
        padding: 1.8rem 2.4rem;
        font-size: 1.6rem;
        border-bottom-width: 5px;
    }
}

.intro {
    background-color: #fff;
    background-image: url("/img/main_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.intro__inner {
    box-sizing: border-box;
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0 96px;
    text-align: center;
}

.intro__title {
    margin: 0;
    color: #333;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.intro__title span {
    color: var(--header-cta);
}

.intro__title::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 22px auto 0;
    background: var(--main);
}

.intro__lead {
    margin: 22px 0 0;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.intro__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32rem;
    margin-top: 40px;
    padding: 2rem 4.8rem;
    background: var(--header-cta);
    border-bottom: 6px solid #9b000c;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
}

.intro__cta--ended {
    background: #c8c8c8;
    border-bottom-color: #8e8e8e;
    cursor: default;
}

.intro__facts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.intro__facts li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.intro__facts li + li {
    border-left: 1px solid #cfcfcf;
}

.intro__facts img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.intro-news {
    box-sizing: border-box;
    width: 100%;
    max-width: 760px;
    margin: 56px auto 0;
    padding: 36px 40px 40px;
    background: #fff;
    border: 2px solid var(--main);
}

.intro-news__title {
    margin: 0 0 20px;
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

.intro-news__title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 12px auto 0;
    background: var(--main);
}

.intro-news__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro-news__list li {
    border-bottom: 1px solid #d8d8d8;
}

.intro-news__list a {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 12px;
    gap: 16px;
    align-items: center;
    min-height: 56px;
    padding: 6px 4px;
    color: #333;
    text-decoration: none;
}

.intro-news__list time {
    color: #999;
    font-size: 1.3rem;
    white-space: nowrap;
}

.intro-news__item-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
}

.intro-news__arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--main);
    border-right: 2px solid var(--main);
    transform: rotate(45deg);
}

.intro-news__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26rem;
    margin-top: 28px;
    padding: 1.2rem 2.8rem;
    background: #1d4f9c;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.intro-news__more::after {
    content: "";
    display: inline-block;
    width: 0.55em;
    height: 0.55em;
    margin-left: 0.8em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-1px);
}

@media screen and (max-width: 1100px) {
    .intro__inner {
        padding: 64px 0 72px;
    }

    .intro__title {
        font-size: 2.6rem;
    }

    .intro__cta {
        min-width: 26rem;
        padding: 1.6rem 3.2rem;
        font-size: 1.7rem;
        border-bottom-width: 5px;
    }
}

@media screen and (max-width: 790px) {
    .intro {
        background-size: cover;
        background-position: center top;
    }

    .intro__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .intro__title {
        font-size: 2.2rem;
        letter-spacing: 0.02em;
    }

    .intro__title::after {
        width: 40px;
        margin-top: 16px;
    }

    .intro__lead {
        font-size: 1.4rem;
    }

    .intro__cta {
        width: 100%;
        min-width: 0;
        margin-top: 28px;
        padding: 1.8rem 2.4rem;
        font-size: 1.6rem;
    }

    .intro__facts {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 16px;
        margin-top: 28px;
    }

    .intro__facts li {
        padding: 0;
        font-size: 1.4rem;
        white-space: normal;
    }

    .intro__facts li + li {
        border-left: none;
    }

    .intro-news {
        margin-top: 40px;
        padding: 28px 16px 32px;
    }

    .intro-news__title {
        font-size: 1.8rem;
    }

    .intro-news__list a {
        grid-template-columns: minmax(0, 1fr) 12px;
        gap: 10px;
        min-height: 0;
        padding: 14px 2px;
    }

    .intro-news__list time {
        grid-column: 1 / -1;
        font-size: 1.2rem;
        text-align: left;
    }

    .intro-news__item-title {
        font-size: 1.3rem;
    }

    .intro-news__more {
        width: 100%;
        min-width: 0;
        margin-top: 24px;
    }
}

.objectives {
    background: #005bac;
    overflow: hidden;
}

.objectives__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: end;
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
}

.objectives__content {
    padding: 72px 32px 72px 0;
    color: #fff;
}

.objectives__en {
    margin: 0;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.objectives__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.objectives__mark {
    display: block;
    flex-shrink: 0;
    width: 10px;
    height: 22px;
    background: #fff;
    transform: skewX(-24deg);
}

.objectives__text {
    margin: 28px 0 0;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.objectives__points {
    display: grid;
    gap: 16px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.objectives__points li {
    padding-left: 18px;
    border-left: 2px solid #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.objectives__visual {
    min-width: 0;
}

.objectives__visual img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .objectives__inner {
        width: min(1200px, calc(100% - 48px));
    }

    .objectives__content {
        padding: 56px 24px 56px 0;
    }

    .objectives__en {
        font-size: 3.6rem;
    }

    .objectives__ja {
        font-size: 1.7rem;
    }

    .objectives__text,
    .objectives__points li {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 790px) {
    .objectives__inner {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
    }

    .objectives__content {
        padding: 48px 0 8px;
    }

    .objectives__en {
        font-size: 3.2rem;
    }

    .objectives__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .objectives__text {
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .objectives__points {
        margin-top: 24px;
        gap: 12px;
    }

    .objectives__points li {
        font-size: 1.4rem;
    }

    .objectives__visual {
        margin: 8px -16px 0;
    }
}

.overview {
    background: #1d4b96;
}

.overview__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
    color: #fff;
}

.overview__en {
    margin: 0;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.overview__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.overview__mark {
    display: block;
    flex-shrink: 0;
    width: 10px;
    height: 22px;
    background: #fff;
    transform: skewX(-24deg);
}

.overview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.overview-card {
    padding: 28px 32px 32px;
    background: #fff;
    color: #333;
}

.overview-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.overview-card__title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--header-cta);
    border-radius: 50%;
}

.overview-card__image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 18px;
}

.overview-card__text {
    margin: 16px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.overview-card__image + .overview-card__text {
    margin-top: 12px;
}

@media screen and (max-width: 1100px) {
    .overview__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .overview__en {
        font-size: 3.6rem;
    }

    .overview__ja {
        font-size: 1.7rem;
    }

    .overview-card {
        padding: 22px 20px 24px;
    }
}

@media screen and (max-width: 790px) {
    .overview__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .overview__en {
        font-size: 3.2rem;
    }

    .overview__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .overview__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .overview-card__title {
        font-size: 1.5rem;
    }

    .overview-card__text {
        font-size: 1.3rem;
    }
}

.role {
    background-color: var(--bg-2);
    background-image: url("/img/your_role_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.role__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
}

.role__en {
    margin: 0;
    color: #333;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.role__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: #0068B7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.role__mark {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    background: #0068B7;
    transform: skewX(-24deg);
}

.role__lead {
    margin: 28px 0 0;
    color: #333;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.role__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.role-card {
    padding: 36px 28px 40px;
    background: #fff;
    text-align: center;
}

.role-card__icon {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    object-fit: contain;
}

.role-card__title {
    margin: 24px 0 0;
    color: var(--header-cta);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.role-card__text {
    margin: 16px 0 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1100px) {
    .role__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .role__en {
        font-size: 3.6rem;
    }

    .role__ja {
        font-size: 1.7rem;
    }

    .role__grid {
        gap: 16px;
    }

    .role-card {
        padding: 28px 16px 32px;
    }

    .role-card__icon {
        width: 110px;
        height: 110px;
    }

    .role-card__title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 790px) {
    .role {
        background-size: cover;
        background-position: center top;
    }

    .role__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .role__en {
        font-size: 3.2rem;
    }

    .role__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .role__lead {
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .role__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .role-card {
        padding: 32px 24px 36px;
    }

    .role-card__icon {
        width: 120px;
        height: 120px;
    }

    .role-card__title {
        font-size: 1.7rem;
    }

    .role-card__text {
        font-size: 1.3rem;
    }
}

.recruitment {
    background: #fff;
}

.recruitment__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
}

.recruitment__en {
    margin: 0;
    color: #333;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.recruitment__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: #0068B7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.recruitment__mark {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    background: #0068B7;
    transform: skewX(-24deg);
}

.recruitment-table {
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
    border: 2px solid #0068B7;
}

.recruitment-table th,
.recruitment-table td {
    border: 1px solid #0068B7;
    vertical-align: middle;
}

.recruitment-table th {
    width: 22%;
    padding: 18px 28px;
    background: #0068B7;
    border-color: #fff;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: left;
}

.recruitment-table td {
    padding: 18px 24px;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.recruitment-table td.recruitment-ended {
    position: relative;
}

.recruitment-ended__mask {
    display: none;
}

.recruitment-ended .recruitment-ended__mask {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: rgba(102, 102, 102, 0.9);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.recruitment-table td p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.recruitment-table td p + p,
.recruitment-table td p + ul,
.recruitment-table td ul + p {
    margin-top: 8px;
}

.recruitment-table td ul {
    margin: 8px 0 0;
    padding-left: 0;
    list-style: none;
}

.recruitment-table td ul:not(.recruitment-schedule) li {
    padding-left: 1em;
    text-indent: -1em;
}

.recruitment-table td ul:not(.recruitment-schedule) li::before {
    content: "・";
}

.recruitment-table td li + li {
    margin-top: 4px;
}

.recruitment-em {
    color: var(--header-cta);
    font-weight: 700;
}

.recruitment-note {
    margin-top: 6px !important;
    font-size: 1.3rem !important;
}

.recruitment-schedule {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.recruitment-schedule li {
    position: relative;
    display: grid;
    grid-template-columns: 16em minmax(0, 1fr);
    gap: 8px;
    padding-left: 1.2em;
}

.recruitment-schedule li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.recruitment-schedule li + li {
    margin-top: 8px;
}

.recruitment-apply {
    display: block;
}

.recruitment-apply ul {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.recruitment-apply li {
    padding-left: 1em;
    text-indent: -1em;
}

.recruitment-apply li::before {
    content: "・";
}

.recruitment-apply li + li {
    margin-top: 0;
}

.recruitment-apply p {
    margin-top: 8px !important;
}

.recruitment-apply a {
    color: var(--main);
    overflow-wrap: anywhere;
}

.recruitment-apply__qr {
    display: inline-block;
    margin-top: 8px;
}

.recruitment-apply__qr img {
    display: block;
    width: 160px;
    height: auto;
}

.recruitment-table td a {
    color: var(--main);
}

@media screen and (max-width: 1100px) {
    .recruitment__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .recruitment__en {
        font-size: 3.6rem;
    }

    .recruitment__ja {
        font-size: 1.7rem;
    }

    .recruitment-table th {
        width: 26%;
        font-size: 1.3rem;
        padding: 14px 24px;
    }

    .recruitment-table td {
        padding: 14px 16px;
        font-size: 1.4rem;
    }

    .recruitment-ended .recruitment-ended__mask {
        font-size: 2rem;
    }

    .recruitment-schedule li {
        grid-template-columns: 14em minmax(0, 1fr);
    }
}

@media screen and (max-width: 790px) {
    .recruitment__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .recruitment__en {
        font-size: 3.2rem;
    }

    .recruitment__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .recruitment-table,
    .recruitment-table tbody,
    .recruitment-table tr,
    .recruitment-table th,
    .recruitment-table td {
        display: block;
        width: 100%;
    }

    .recruitment-table th {
        padding: 12px 24px;
        text-align: left;
        font-size: 1.4rem;
        border: 1px solid #0068B7;
    }

    .recruitment-table th br {
        display: none;
    }

    .recruitment-table td {
        padding: 16px;
        font-size: 1.3rem;
        border-top: none;
    }

    .recruitment-ended .recruitment-ended__mask {
        font-size: 1.8rem;
    }

    .recruitment-schedule li {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .recruitment-apply__qr img {
        width: 140px;
    }
}

.why {
    background: #0068B7;
}

.why__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
    color: #fff;
}

.why__en {
    margin: 0;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.why__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.why__mark {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    background: #fff;
    transform: skewX(-24deg);
}

.why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.why-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 24px;
    border: 1px solid #1d4b96;
    background: #fff;
    color: #333;
}

.why-card__image {
    display: block;
    width: 100%;
    height: auto;
}

.why-card__title {
    margin: 16px 0 0;
    color: var(--header-cta);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}

.why-card__text {
    margin: 12px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1100px) {
    .why__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .why__en {
        font-size: 3.6rem;
    }

    .why__ja {
        font-size: 1.7rem;
    }

    .why__grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .why-card {
        padding: 16px 16px 20px;
    }

    .why-card__title {
        font-size: 1.6rem;
    }

    .why-card__text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 790px) {
    .why__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .why__en {
        font-size: 3.2rem;
    }

    .why__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .why__grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .why-card__title {
        font-size: 1.7rem;
    }

    .why-card__text {
        font-size: 1.4rem;
    }
}

.join {
    --join-blue: #0068B7;
    --join-size: 184px;
    background-color: var(--bg-2);
    background-image: url("/img/how_to_join_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.join__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
}

.join__en {
    margin: 0;
    color: #333;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.join__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: var(--join-blue);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.join__mark {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    background: var(--join-blue);
    transform: skewX(-24deg);
}

.join__steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
}

.join__steps::before {
    content: "";
    position: absolute;
    top: calc(var(--join-size) / 2);
    left: 10%;
    right: 10%;
    z-index: 0;
    height: 2px;
    background: var(--join-blue);
}

.join-step {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.join-step__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    width: var(--join-size);
    height: var(--join-size);
    padding: 32px 12px 12px;
    border: 2px solid var(--join-blue);
    border-radius: 50%;
    background: #fff;
    text-align: center;
}

.join-step__num {
    position: absolute;
    top: -10px;
    left: 4px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--join-blue);
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.join-step__icon {
    display: block;
    flex-shrink: 0;
    width: 74px;
    height: 58px;
    object-fit: contain;
    object-position: center top;
}

.join-step__title {
    margin: 4px 0 0;
    color: var(--header-cta);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

.join-step__text {
    margin: 4px 0 0;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1100px) {
    .join {
        --join-size: 148px;
    }

    .join__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .join__en {
        font-size: 3.6rem;
    }

    .join__ja {
        font-size: 1.7rem;
    }

    .join__steps {
        margin-top: 36px;
        gap: 4px;
    }

    .join-step__card {
        padding: 24px 8px 10px;
    }

    .join-step__num {
        top: -8px;
        left: 2px;
        width: 40px;
        height: 40px;
        font-size: 2rem;
    }

    .join-step__icon {
        width: 56px;
        height: 44px;
    }

    .join-step__title {
        margin-top: 4px;
        font-size: 1.2rem;
    }

    .join-step__text {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 790px) {
    .join {
        --join-size: 220px;
        background-size: cover;
        background-position: center top;
    }

    .join__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .join__en {
        font-size: 3.2rem;
    }

    .join__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .join__steps {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 32px;
    }

    .join__steps::before {
        top: calc(var(--join-size) / 2);
        bottom: calc(var(--join-size) / 2);
        left: 50%;
        right: auto;
        width: 2px;
        height: auto;
        transform: translateX(-50%);
    }

    .join-step {
        width: var(--join-size);
        flex: none;
    }

    .join-step__card {
        padding: 36px 20px 18px;
    }

    .join-step__num {
        top: -10px;
        left: 8px;
        width: 52px;
        height: 52px;
        font-size: 2.6rem;
    }

    .join-step__icon {
        width: 88px;
        height: 68px;
    }

    .join-step__title {
        margin-top: 8px;
        font-size: 1.6rem;
    }

    .join-step__text {
        margin-top: 6px;
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

.support {
    background: #fff;
}

.support__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
}

.support__en {
    margin: 0;
    color: #333;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.support__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: #0068B7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.support__mark {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    background: #0068B7;
    transform: skewX(-24deg);
}

.support__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto repeat(4, auto);
    column-gap: 48px;
    margin-top: 40px;
}

.support-col {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / span 5;
    min-width: 0;
}

.support-col__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    min-height: 48px;
    padding: 12px 24px;
    background: #0068B7;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.support-col__accent {
    position: absolute;
    top: 0;
    left: -8px;
    width: 22px;
    height: 100%;
    background: #1d4b96;
    transform: skewX(-24deg);
}

.support-col__list {
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 16px;
    padding: 20px 4px;
    border-bottom: 1px solid #e0e0e0;
}

.support-item__icon {
    display: block;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

.support-item__body {
    min-width: 0;
}

.support-item__title {
    margin: 0;
    color: var(--header-cta);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.support-item__text {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

.support-item__title + .support-item__text {
    margin-top: 4px;
}

.support-item__em {
    color: var(--header-cta);
    font-weight: 700;
}

@media screen and (max-width: 1100px) {
    .support__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .support__en {
        font-size: 3.6rem;
    }

    .support__ja {
        font-size: 1.7rem;
    }

    .support__columns {
        column-gap: 32px;
    }

    .support-col__title {
        min-height: 44px;
        font-size: 1.6rem;
    }

    .support-item {
        padding: 16px 4px;
        gap: 12px;
    }

    .support-item__icon {
        width: 32px;
        height: 32px;
    }

    .support-item__title {
        font-size: 1.5rem;
    }

    .support-item__text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 790px) {
    .support__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .support__en {
        font-size: 3.2rem;
    }

    .support__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .support__columns {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        row-gap: 40px;
        margin-top: 28px;
    }

    .support-col {
        display: block;
        grid-row: auto;
    }

    .support-col__title {
        min-height: 44px;
        font-size: 1.6rem;
    }

    .support-col__list {
        display: block;
        margin-top: 0;
    }

    .support-item__title {
        font-size: 1.5rem;
    }

    .support-item__text {
        font-size: 1.4rem;
    }
}

.faq {
    background: #ebf6f9;
}

.faq__inner {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 72px 0 80px;
}

.faq__en {
    margin: 0;
    color: #333;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
}

.faq__ja {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 0;
    color: #0068B7;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.faq__mark {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 22px;
    background: #0068B7;
    transform: skewX(-24deg);
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
}

.faq-item__question {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    list-style: none;
    cursor: pointer;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::marker {
    content: none;
}

.faq-item__icon {
    display: block;
    width: 36px;
    height: 36px;
}

.faq-item__q {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.faq-item__toggle {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
    content: "";
    position: absolute;
    background: #0068B7;
    border-radius: 1px;
}

.faq-item__toggle::before {
    top: 50%;
    left: 0;
    width: 18px;
    height: 3px;
    transform: translateY(-50%);
}

.faq-item__toggle::after {
    top: 0;
    left: 50%;
    width: 3px;
    height: 18px;
    transform: translateX(-50%);
}

.faq-item[open] .faq-item__toggle::after {
    display: none;
}

.faq-item__answer {
    padding: 0 28px 24px 80px;
}

.faq-item__answer p {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1100px) {
    .faq__inner {
        width: min(1100px, calc(100% - 48px));
        padding: 56px 0 64px;
    }

    .faq__en {
        font-size: 3.6rem;
    }

    .faq__ja {
        font-size: 1.7rem;
    }

    .faq-item__question {
        padding: 20px 20px;
        gap: 12px;
        grid-template-columns: 32px minmax(0, 1fr) 18px;
    }

    .faq-item__icon {
        width: 32px;
        height: 32px;
    }

    .faq-item__q {
        font-size: 1.5rem;
    }

    .faq-item__answer {
        padding: 0 20px 20px 64px;
    }
}

@media screen and (max-width: 790px) {
    .faq__inner {
        width: calc(100% - 32px);
        padding: 48px 0 56px;
    }

    .faq__en {
        font-size: 3.2rem;
    }

    .faq__ja {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .faq__list {
        gap: 12px;
        margin-top: 28px;
    }

    .faq-item__question {
        padding: 18px 16px;
        gap: 10px;
        grid-template-columns: 28px minmax(0, 1fr) 16px;
    }

    .faq-item__icon {
        width: 28px;
        height: 28px;
    }

    .faq-item__q {
        font-size: 1.4rem;
    }

    .faq-item__toggle {
        width: 16px;
        height: 16px;
    }

    .faq-item__toggle::before {
        width: 16px;
        height: 2px;
    }

    .faq-item__toggle::after {
        width: 2px;
        height: 16px;
    }

    .faq-item__answer {
        padding: 0 16px 18px 54px;
    }

    .faq-item__answer p {
        font-size: 1.3rem;
    }
}
