/**
 * 法人向け日本語プログラムページ専用スタイル
 * corporate-japanese-program.css
 */

/* ヒーローセクション追加スタイル */
.corporate-hero__sub-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 33px
}

.corporate-hero__sub-wrapper .corporate-hero__sub {
    margin-top: 0
}

.corporate-hero__badges {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 30px
}

.corporate-hero__badge-img {
    width: 180px;
    height: auto
}

@media screen and (max-width:1150px) {
    .corporate-hero__badge-img {
        width: 12vw
    }
    .corporate-hero__badges {
        gap: 2vw
    }
}

@media screen and (max-width:768px) {
    .corporate-hero__badges {
        position: static;
        justify-content: flex-start;
        margin-top: 20px
    }
    .corporate-hero__badge-img {
        width: 80px
    }
    .corporate-hero__inner {
        padding-top: 0
    }
}

/* チェックリスト */
.check-list {
    list-style: none;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2)
}

.check-list__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 2px dashed #ddd;
    font-size: var(--sws-fs-16);
    line-height: 1.6
}

.check-list__item:last-child {
    border-bottom: none
}

.check-list__item::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 2px solid #102891;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102891' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat
}

.check-list__highlight {
    background: linear-gradient(transparent 60%, #fff066 60%)
}

/* ハイライトボックス */
.highlight-box {
    background: #E8F7FF;
    padding: 20px 25px;
    border-radius: 8px
}

.plain-text--emphasis {
    color: #102891;
    font-weight: 700
}

/* サービスカード */
.service-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    max-width: 720px;
    margin-inline: auto
}

.service-card {
    flex: 1;
    max-width: 345px;
    background: #E8F7FF;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    position: relative
}

.service-card__number {
    position: absolute;
    top: -25px;
    left: 20px;
    font-size: 48px;
    font-weight: bold;
    color: #b8860b;
    font-family: var(--sws-ff-en)
}

.service-card__inner {
    padding: 60px 30px 40px
}

.service-card__icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px
}

.service-card__icon svg {
    width: 100%;
    height: 100%;
    stroke: #333;
    stroke-width: 1.5;
    fill: none
}

.service-card__title {
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 20px;
    line-height: 1.5;
    color: #333
}

.service-card__text {
    font-size: var(--sws-fs-14);
    line-height: 1.8;
    text-align: left;
    color: #333
}

@media screen and (max-width:768px) {
    .service-cards {
        flex-direction: column;
        align-items: center
    }
    .service-card {
        max-width: 100%
    }
    .service-card__number {
        font-size: 36px
    }
}

/* YouTubeフッター */
.youtube__footer .square-button {
    width: 100%
}

/* TCJグローバルとは */
.about-tcj__content {
    width: 100%
}

.about-tcj__text {
    font-size: var(--sws-fs-16);
    line-height: 1.875;
    text-align: justify
}

.about-tcj__images {
    display: flex;
    gap: 30px
}

.about-tcj__image {
    flex: 1
}

.about-tcj__image img {
    width: 100%;
    height: auto;
    border-radius: 0
}

.about-tcj__highlight {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 30px 40px;
    text-align: center
}

.about-tcj__highlight-text {
    font-size: var(--sws-fs-18);
    line-height: 2;
    font-weight: var(--sws-fw-bold);
    color: #01177b
}

@media screen and (max-width:768px) {
    .about-tcj__content {
        display: flex;
        flex-direction: column-reverse
    }
    .about-tcj__images {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-bottom: 20px
    }
    .about-tcj__image {
        max-width: 100%
    }
    .about-tcj__highlight {
        padding: 20px
    }
    .about-tcj__highlight-text {
        font-size: var(--sws-fs-16)
    }
}

/* TCJが企業から選ばれる3つの理由 セクションタイトル */
.section.mod--reasons .section__title {
    font-size: var(--sws-fs-40);
    display: inline-block;
    position: relative;
    padding-bottom: 15px
}

.section.mod--reasons .section__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #102891
}

.section.mod--reasons .section__header {
    text-align: center
}

@media screen and (max-width:768px) {
    .section.mod--reasons .section__title {
        font-size: 24px
    }
}

/* 理由アイテム */
.reason-item {
    margin-bottom: 80px
}

.reason-item:last-child {
    margin-bottom: 0
}

.reason-item__content {
    display: flex;
    gap: 60px;
    align-items: stretch
}

.reason-item:nth-child(even) .reason-item__content {
    flex-direction: row-reverse
}

.reason-item__body {
    flex: 1
}

.reason-item__label {
    display: inline-block;
    font-size: var(--sws-fs-28);
    font-weight: var(--sws-fw-bold);
    color: #c4a962;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
    border-bottom: 3px solid #c4a962;
    padding-bottom: 5px
}

.reason-item__title {
    font-size: var(--sws-fs-28);
    font-weight: var(--sws-fw-bold);
    line-height: 1.5;
    margin-bottom: 25px
}

.reason-item__text {
    font-size: var(--sws-fs-16);
    line-height: 1.875
}

.reason-item__image {
    flex: 0 0 45%;
    overflow: hidden
}

.reason-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0
}

.reason-item__image img.mod--left {
    object-position: 30% center
}

.reason-item__list-group {
    margin-top: 20px
}

.reason-item__list-block {
    margin-bottom: 20px
}

.reason-item__list-block:last-child {
    margin-bottom: 0
}

.reason-item__list-title {
    font-size: var(--sws-fs-16);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 8px
}

.reason-item__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.reason-item__list li {
    font-size: var(--sws-fs-14);
    line-height: 1.8;
    padding-left: 1em;
    position: relative
}

.reason-item__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    background: #102891;
    border-radius: 50%
}

.reason-item__list-note {
    font-size: var(--sws-fs-12);
    color: #666;
    margin-top: 5px
}

.reason-item__note {
    font-size: var(--sws-fs-14);
    color: #666;
    margin-top: 20px
}

.reason-item__chart {
    max-width: 600px;
    margin: 60px auto 0
}

.reason-item__chart-title {
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold);
    text-align: center
}

.reason-item__chart-image {
    margin: 0 auto
}

.reason-item__chart-image img {
    width: 100%;
    height: auto
}

@media screen and (max-width:768px) {
    .reason-item__content {
        flex-direction: column
    }
    .reason-item:nth-child(even) .reason-item__content {
        flex-direction: column
    }
    .reason-item__image {
        flex: none;
        width: 100%
    }
    .reason-item__title {
        font-size: var(--sws-fs-22)
    }
}

/* 比較テーブル */
.lesson-comparison-table {
    overflow-x: auto
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--sws-fs-14);
    table-layout: fixed
}

.comparison-table thead th:first-child,
.comparison-table tbody th {
    width: 15%
}

.comparison-table thead th:not(:first-child),
.comparison-table tbody td {
    width: 28.33%
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    vertical-align: top
}

.comparison-table thead th {
    background: #01177b;
    color: #fff;
    font-weight: var(--sws-fw-bold);
    text-align: center
}

.comparison-table thead th:first-child {
    background: transparent
}

.comparison-table tbody th {
    background: #f5f5f5;
    font-weight: var(--sws-fw-bold);
    word-break: break-word
}

.comparison-table tbody td {
    background: #fff
}

@media screen and (max-width:768px) {
    .comparison-table {
        font-size: var(--sws-fs-12);
        table-layout: auto
    }
    .comparison-table th,
    .comparison-table td {
        padding: 10px;
        width: auto
    }
    .comparison-table tbody th {
        white-space: normal
    }
}

/* レッスンプランカード */
.lesson-plan-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.lesson-plan-cards--row2 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    max-width: 66.666%;
    margin: 30px auto 0
}

.lesson-plan-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

.lesson-plan-card.mod--recommend {
    margin-top: 6px;
    border-radius: 8px;
    border: 2px solid #c4a962
}

.lesson-plan-card__image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden
}

.lesson-plan-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lesson-plan-card__recommend {
    display: block;
    background: #c4a962;
    color: #fff;
    font-size: var(--sws-fs-14);
    font-weight: var(--sws-fw-bold);
    padding: 10px 15px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    margin: -2px -2px 0 -2px
}

.lesson-plan-extras {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px
}

.lesson-plan-customize {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 30px;
    text-align: center
}

.lesson-plan-customize__title {
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 15px
}

.lesson-plan-customize__text {
    font-size: var(--sws-fs-14);
    line-height: 1.8
}

.lesson-plan-card__body {
    padding: 25px;
    flex: 1
}

.lesson-plan-card__title-area {
    min-height: 95px;
    margin-bottom: 15px
}

.lesson-plan-card__title {
    font-size: var(--sws-fs-18);
    font-weight: var(--sws-fw-bold);
    line-height: 1.5;
    margin-bottom: 5px;
    color: #333
}

.lesson-plan-card__subtitle {
    font-size: var(--sws-fs-14);
    line-height: 1.5;
    color: #333
}

.lesson-plan-card__spec {
    margin: 0 0 20px
}

.lesson-plan-card__spec-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 8px 0
}

.lesson-plan-card__spec-item dt {
    font-size: var(--sws-fs-14);
    color: #666;
    width: 100px;
    flex-shrink: 0
}

.lesson-plan-card__spec-item dd {
    font-size: var(--sws-fs-14);
    margin: 0
}

.lesson-plan-card__price {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.lesson-plan-card__price-label {
    font-size: var(--sws-fs-14);
    color: #666;
    width: 60px;
    flex-shrink: 0
}

.lesson-plan-card__price-value {
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold);
    color: #01177b
}

.lesson-plan-card__desc {
    font-size: var(--sws-fs-14);
    line-height: 1.8;
    color: #666
}

.lesson-plan-card__note {
    font-size: var(--sws-fs-12);
    color: #666;
    margin-top: 15px
}

.lesson-plan-card__description {
    font-size: var(--sws-fs-14);
    line-height: 1.8;
    color: #333;
    margin-top: 15px
}

.lesson-plan-card__footer {
    padding: 0 25px 25px
}

.lesson-plan-card__footer .square-button {
    width: 100%
}

@media screen and (max-width:900px) {
    .lesson-plan-cards {
        grid-template-columns: repeat(2, 1fr)
    }
    .lesson-plan-cards--row2 {
        max-width: 100%
    }
    .lesson-plan-extras {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:768px) {
    .lesson-plan-cards {
        grid-template-columns: 1fr;
        gap: 20px
    }
    .lesson-plan-cards--row2 {
        max-width: 100%;
        margin-top: 0
    }
    .lesson-plan-card {
        margin-top: 30px
    }
    .lesson-plan-card__body {
        padding: 20px
    }
}

/* フォローアップサービス */
.followup-service__content {
    display: flex;
    gap: 60px;
    align-items: stretch
}

.followup-service__left {
    flex: 1
}

.followup-service__right {
    flex: 0 0 auto;
    display: flex;
    align-items: center
}

.followup-service__right img {
    height: 100%;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.followup-service__placeholder {
    background: #f5f5f5;
    border: 2px dashed #ccc;
    padding: 80px 40px;
    text-align: center;
    color: #999;
    font-size: var(--sws-fs-16)
}

.followup-service__lead {
    font-size: var(--sws-fs-18);
    line-height: 1.8;
    margin-bottom: 40px
}

.followup-service__items {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.followup-service__item {
    display: flex;
    align-items: center;
    gap: 20px
}

.followup-service__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.followup-service__icon svg {
    width: 100%;
    height: 100%;
    color: #333;
    display: block
}

.followup-service__text {
    font-size: var(--sws-fs-16);
    line-height: 1.5;
    margin: 0;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .followup-service__content {
        flex-direction: column;
        gap: 40px
    }
    .followup-service__right {
        flex: none;
        width: 100%;
        justify-content: center
    }
    .followup-service__lead {
        font-size: var(--sws-fs-16)
    }
}

/* 営業チーム写真 */
.sales-team-photo {
    display: flex;
    flex-direction: column;
    align-items: center
}

.sales-team-photo__text {
    font-size: var(--sws-fs-28);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 20px;
    color: #333;
    width: 100%;
    max-width: 600px;
    text-align: center;
    white-space: nowrap
}

.sales-team-photo img {
    width: 100%;
    max-width: 600px;
    height: auto
}

@media screen and (max-width:768px) {
    .sales-team-photo__text {
        font-size: var(--sws-fs-16)
    }
}

/* 職場定着 */
.workplace-retention__content {
    display: flex;
    gap: 60px;
    align-items: flex-start
}

.workplace-retention__left {
    flex: 1
}

.workplace-retention__right {
    flex: 0 0 45%
}

.workplace-retention__right img {
    width: 100%;
    height: auto
}

.workplace-retention__text {
    font-size: var(--sws-fs-16);
    line-height: 1.8
}

.workplace-retention__text:not(:first-child) {
    margin-top: 1em
}

@media screen and (max-width:768px) {
    .workplace-retention__content {
        flex-direction: column;
        gap: 30px
    }
    .workplace-retention__right {
        flex: none;
        width: 100%
    }
}

/* 申込プロセス */
.application-process__list {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px
}

.application-process__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.application-process__number {
    width: 50px;
    height: 50px;
    background: #01177b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold)
}

.application-process__text {
    font-size: var(--sws-fs-14);
    text-align: center;
    max-width: 120px
}

.application-process__lead {
    font-size: var(--sws-fs-16);
    text-align: center;
    line-height: 1.8
}

@media screen and (max-width:768px) {
    .application-process__list {
        flex-wrap: wrap;
        gap: 20px 15px
    }
    .application-process__item {
        flex: 0 0 calc(33.333% - 10px)
    }
    .application-process__number {
        width: 40px;
        height: 40px;
        font-size: var(--sws-fs-16)
    }
    .application-process__text {
        font-size: var(--sws-fs-12)
    }
}

/* 教育メソッド */
.education-method {
    display: flex;
    flex-direction: column;
    gap: 80px
}

.education-method__item {
    display: flex;
    gap: 60px;
    align-items: stretch;
    min-height: 250px
}

.education-method__item:nth-child(even) {
    flex-direction: row-reverse
}

.education-method__text {
    flex: 1
}

.education-method__image {
    flex: 0 0 45%;
    overflow: hidden;
    min-height: 0
}

.education-method__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0
}

.education-method__title {
    font-size: var(--sws-fs-24);
    font-weight: var(--sws-fw-bold);
    line-height: 1.5;
    margin-bottom: 25px
}

.education-method__desc {
    font-size: var(--sws-fs-16);
    line-height: 2
}

@media screen and (max-width:768px) {
    .education-method {
        gap: 50px
    }
    .education-method__item {
        flex-direction: column;
        gap: 20px;
        height: auto
    }
    .education-method__item:nth-child(even) {
        flex-direction: column
    }
    .education-method__text {
        overflow: visible
    }
    .education-method__image {
        flex: none;
        width: 100%;
        height: 200px
    }
    .education-method__image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .education-method__text {
        padding-top: 0
    }
    .education-method__title {
        font-size: var(--sws-fs-20)
    }
}

/* eラーニング特長 */
.elearning-features {
    margin-top: 50px
}

.elearning-features__title {
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold);
    text-align: center;
    margin-bottom: 30px
}

.elearning-features__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.elearning-features__card {
    background: #f8f8f8;
    padding: 30px 25px;
    border-radius: 8px
}

.elearning-features__point {
    display: inline-block;
    font-size: var(--sws-fs-14);
    font-weight: var(--sws-fw-bold);
    color: #102891;
    margin-bottom: 10px
}

.elearning-features__card-title {
    font-size: var(--sws-fs-18);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 15px
}

.elearning-features__card-text {
    font-size: var(--sws-fs-14);
    line-height: 1.8
}

@media screen and (max-width:768px) {
    .elearning-features__cards {
        grid-template-columns: 1fr;
        gap: 15px
    }
    .elearning-features__card {
        padding: 20px
    }
}

/* 外国人材紹介サービス */
#foreign-talent-service {
    background: #E8F7FF
}

.talent-service-steps {
    display: flex;
    gap: 0
}

.talent-service-step {
    flex: 1;
    position: relative;
    background: #102891;
    padding: 30px 20px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%)
}

.talent-service-step:first-child {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%)
}

.talent-service-step:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%)
}

.talent-service-step__header {
    text-align: center;
    margin-bottom: 20px
}

.talent-service-step__label {
    display: block;
    font-size: var(--sws-fs-12);
    color: #fff;
    font-style: normal
}

.talent-service-step__number {
    display: block;
    font-size: var(--sws-fs-36);
    font-weight: var(--sws-fw-bold);
    color: #fff;
    line-height: 1
}

.talent-service-step__icon {
    margin-top: 15px
}

.talent-service-step__icon svg {
    width: 60px;
    height: 60px;
    color: #fff
}

.talent-service-step__body {
    text-align: center
}

.talent-service-step__title {
    font-size: var(--sws-fs-18);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 10px;
    color: #fff
}

.talent-service-step__text {
    font-size: var(--sws-fs-14);
    line-height: 1.8;
    color: #fff;
    max-width: 180px;
    margin: 0 auto;
    text-align: left
}

@media screen and (max-width:900px) {
    .talent-service-steps {
        flex-direction: column;
        gap: 15px
    }
    .talent-service-step {
        clip-path: none;
        border-radius: 8px;
        padding: 25px
    }
    .talent-service-step:first-child,
    .talent-service-step:last-child {
        clip-path: none
    }
    .talent-service-step__header {
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
        margin-bottom: 15px
    }
    .talent-service-step__icon {
        margin-top: 0
    }
    .talent-service-step__body {
        text-align: left
    }
    .talent-service-step__text {
        max-width: none;
        margin: 0
    }
}

.talent-service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px
}

.talent-service-badges {
    display: flex;
    gap: 30px
}

.talent-service-badges img {
    width: 180px;
    height: auto
}

.talent-service-banner {
    display: flex;
    gap: 20px
}

.talent-service-banner__img {
    max-width: 100%;
    height: auto
}

.talent-service-banner__item {
    background: linear-gradient(135deg, #01177b 0%, #1a3a8f 100%);
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    position: relative
}

.talent-service-banner__item::before,
.talent-service-banner__item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 60'%3E%3Cpath d='M5 5c10 10 10 20 0 25s-10 15 0 25' fill='none' stroke='%23c4a962' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat
}

.talent-service-banner__item::before {
    left: 10px
}

.talent-service-banner__item::after {
    right: 10px;
    transform: translateY(-50%) scaleX(-1)
}

.talent-service-banner__label {
    display: block;
    font-size: var(--sws-fs-12);
    margin-bottom: 5px
}

.talent-service-banner__sublabel {
    font-size: var(--sws-fs-10)
}

.talent-service-banner__main {
    display: block;
    font-size: var(--sws-fs-14);
    color: #ffd700
}

.talent-service-banner__value {
    display: block;
    font-size: var(--sws-fs-24);
    font-weight: var(--sws-fw-bold);
    color: #ffd700;
    line-height: 1.2
}

.talent-service-banner__unit {
    font-size: var(--sws-fs-12);
    font-weight: normal
}

.talent-service-banner__note {
    display: block;
    font-size: var(--sws-fs-10);
    margin-top: 5px;
    opacity: 0.8
}

.talent-service-cta {
    flex-shrink: 0
}

@media screen and (max-width:900px) {
    .talent-service-footer {
        flex-direction: column;
        gap: 30px
    }
    .talent-service-badges {
        justify-content: center
    }
    .talent-service-badges img {
        width: 140px
    }
    .talent-service-banner {
        flex-direction: row;
        width: 100%
    }
    .talent-service-banner__item {
        flex: 1
    }
}

@media screen and (max-width:600px) {
    .talent-service-banner {
        flex-direction: column;
        gap: 15px
    }
    .talent-service-banner__item {
        padding: 15px 20px
    }
}

/* アクセス情報 */
.access-info__company {
    font-size: var(--sws-fs-20);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 30px
}

.access-info__locations {
    display: flex;
    gap: 40px
}

.access-info__location {
    flex: 1;
    display: flex;
    gap: 20px
}

.access-info__image {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 0
}

.access-info__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.access-info__detail {
    flex: 1
}

.access-info__name {
    font-size: var(--sws-fs-18);
    font-weight: var(--sws-fw-bold);
    margin-bottom: 15px
}

.access-info__address {
    font-size: var(--sws-fs-14);
    line-height: 1.8;
    margin-bottom: 10px
}

.access-info__tel {
    font-size: var(--sws-fs-14)
}

@media screen and (max-width:900px) {
    .access-info__locations {
        flex-direction: column;
        gap: 30px
    }
}

@media screen and (max-width:600px) {
    .access-info__location {
        flex-direction: column;
        gap: 15px
    }
    .access-info__image {
        flex: none;
        width: 100%
    }
}

/* 英語版レッスンプランカード：ラベル幅の調整 */
.main-content--en .lesson-plan-card__spec-item dt {
    width: 120px
}

.main-content--en .lesson-plan-card__price-label {
    width: 90px
}

.main-content--en .sales-team-photo__text {
    white-space: normal;
    text-align: center
}

.main-content--en .about-tcj__text {
    text-align: left
}

.main-content--en .corporate-hero__sub {
    padding-right: 400px
}

@media screen and (max-width:1150px) {
    .main-content--en .corporate-hero__sub {
        padding-right: 28vw
    }
}

@media screen and (max-width:768px) {
    .main-content--en .corporate-hero__sub {
        padding-right: 0
    }
}

.main-content--en .corporate-hero__badges {
    bottom: 45px !important
}

.main-content--en .square-button.mod--corporate-hero {
    font-size: calc(var(--sws-fs-24) - 1px);
    --button-min-width: 280px
}

.square-button.mod--talent-cta {
    --button-bg-color: #F68828
}

.main-content--en .reason-item__image img.mod--level-map {
    height: auto;
    object-fit: contain
}
