@charset "UTF-8";

/* カスタムプロパティ定義 - page-clothing.php専用 */
.page-clothing {
    --clothing-primary-color: #e91e63;
    --clothing-bg-color: #fce4ec;
    --clothing-info-bg-color: #f8bbd0;
    --clothing-acc-bg-color: #f48fb1;
    /* Course Subjects Colors - matching course-title-heading */
    --clothing-course-subjects-region-bg-color: #fce4ec;
    --clothing-course-subjects-region-border-color: #e91e63;
    --clothing-course-subjects-info-bg-color: #f8bbd0;
    --clothing-course-subjects-info-border-color: #ec407a;
    --clothing-course-subjects-acc-bg-color: #f48fb1;
    --clothing-course-subjects-acc-border-color: #f06292;
    /* その他のカスタムプロパティ */
    --clothing-teacher-message-color-2: #ec407a;
    --clothing-teacher-message-color-3: #f06292;
    --clothing-point-card-border-color: #f06292;
    --clothing-point-card-banner-bg: #f06292;
    /* Point Card Interview Heading Colors */
    --clothing-technical-color: #ff9800;
    --clothing-business-color: #f881a9;
}

/* page-clothing.php専用スタイル */

/* 1281px以下は2列折り返し、1282px以上は4列 */
.feature-banner.feature-banner--clothing {
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 1282px) {
    .feature-banner.feature-banner--clothing {
        grid-template-columns: repeat(4, 1fr);
    }

    .feature-banner.feature-banner--clothing .feature-banner__image-wrapper {
        aspect-ratio: 5 / 4;
        overflow: hidden;
    }

    .feature-banner.feature-banner--clothing .feature-banner__image {
        height: 100%;
        min-height: 0;
    }
}

/* 2列に折り返したとき（768px超〜1281px以下）はバナーをやや小さく */
@media screen and (max-width: 1281px) and (min-width: 769px) {
    .feature-banner.feature-banner--clothing {
        gap: 8px;
        margin: 28px 0;
    }

    .feature-banner.feature-banner--clothing .feature-banner__image-wrapper {
        height: 188px;
        overflow: hidden;
    }

    .feature-banner.feature-banner--clothing .feature-banner__image {
        height: 100%;
        min-height: 0;
    }

    .feature-banner.feature-banner--clothing .feature-banner__overlay {
        padding: 10px 12px;
    }

    .feature-banner.feature-banner--clothing .feature-banner__japanese {
        font-size: 15px;
    }

    .feature-banner.feature-banner--clothing .feature-banner__english {
        font-size: 0.8rem;
    }
}

.page-clothing .shogyo-header h2 {
    font-size: 2.2rem;
    color: #333;
    border-bottom: 3px solid var(--child-course-fashion);
    display: inline-block;
    padding-bottom: 10px;
}

.page-clothing .shogyo-section h3 {
    font-size: 1.5rem;
    border-left: 6px solid var(--child-course-fashion);
    padding-left: 15px;
    margin-bottom: 1.5em;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-clothing .course-subjects__item {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    background-color: var(--clothing-course-subjects-region-bg-color, #fce4ec);
    border: 1px solid var(--clothing-primary-color, #e91e63);
    white-space: nowrap;
}

.page-clothing .course-card-region .course-subjects__item {
    background-color: #ff9800;
    color: #fff;
    border-color: #ff9800;
}

.page-clothing .course-subjects--info .course-subjects__item,
.page-clothing .course-card-info .course-subjects__item {
    background-color: var(--child-course-fashion);
    color: #fff;
    border-color: var(--child-course-fashion);
}

.page-clothing .course-subjects--acc .course-subjects__item,
.page-clothing .course-card-acc .course-subjects__item {
    background-color: var(--clothing-course-subjects-acc-bg-color, #f48fb1);
    border-color: #f06292;
}

.page-clothing .course-card-region {
    border-color: #ff9800;
    background-color: #fff3e0;
}

.page-clothing .course-card-region .course-card__title {
    background-color: #ff9800;
}

.page-clothing .course-title-heading {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 10px 15px;
    background-color: var(--clothing-primary-color, #e91e63);
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.page-clothing .course-title-heading--info {
    background-color: #ec407a;
}

.page-clothing .course-title-heading--acc {
    background-color: #f06292;
}

/* ファッションテクニカルコース（オレンジ系） */
.page-clothing .course-title-heading--technical {
    background-color: #ff9800;
}

/* ファッションビジネスコース（ピンク系） */
.page-clothing .course-title-heading--business {
    background-color: var(--child-course-fashion);
}

.page-clothing .course-card-info {
    border-color: var(--child-course-fashion);
    background-color: #fce4ec;
}

.page-clothing .course-card-info .course-card__title {
    background-color: #ec407a;
}

.page-clothing .course-card-acc {
    border-color: #f06292;
    background-color: var(--clothing-acc-bg-color, #f48fb1);
}

.page-clothing .course-card-acc .course-card__title {
    background-color: #f06292;
}

.page-clothing .lib-arts-section {
    border: 2px solid var(--child-course-fashion);
    background-color: #ffeef4;
}

.page-clothing .lib-arts-title {
    color: var(--child-course-fashion);
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.page-clothing .lib-arts-target-title {
    color: var(--child-course-fashion);
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-clothing .lib-arts-icon {
    background-color: var(--child-course-fashion);
    color: #ffffff !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 3px;
}

.page-clothing .tokusen-hero__header-bar {
    width: 100%;
    height: 1.5rem;
    background-color: var(--child-course-fashion);
}

.page-clothing .tokusen-hero__left-block {
    background-color: var(--child-course-fashion);
}

.page-clothing .point-card {
    position: relative;
    max-width: 1000px;
    width: 100%;
    border: 2px solid var(--clothing-point-card-border-color);
    border-radius: 16px;
}

/* モディファイアクラス: 色を変更 */
.page-clothing .point-card--alt {
    --clothing-point-card-border-color: #e91e63;
    --clothing-point-card-banner-bg: #e91e63;
    border-color: var(--clothing-point-card-border-color);
}

.page-clothing .point-card__banner {
    background-color: var(--clothing-point-card-banner-bg);
}

/* page-clothing.php専用: 2列グリッド */
.page-clothing .point-card__interview-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: 0 auto;
}

/* Point Card Interview Heading Color Styles */
.page-clothing .point-card__interview-heading--technical {
    --heading-dot-color: var(--clothing-technical-color);
    --heading-underline-color: var(--clothing-technical-color);
}

.page-clothing .point-card__interview-heading--business {
    --heading-dot-color: var(--clothing-business-color);
    --heading-underline-color: var(--clothing-business-color);
}

/* Point Card Interview Button Colors - page-clothing.php */
.page-clothing .point-card__interview-item .point-card__interview-button {
    border-color: #e91e63;
    color: #e91e63;
}

.page-clothing .point-card__interview-item:hover .point-card__interview-button,
.page-clothing .point-card__interview-button:hover {
    background-color: #e91e63;
    color: #fff;
}

.page-clothing .teacher-message-section::before {
    background-color: var(--clothing-bg-color, #fce4ec);
}

/* 2番目のteacher-message-sectionの::before背景色 */
.page-clothing .teacher-message-section--color-2.aos-animate::before {
    background-color: var(--clothing-info-bg-color, #f8bbd0);
}

/* 3番目のteacher-message-sectionの::before背景色 */
.page-clothing .teacher-message-section--color-3.aos-animate::before {
    background-color: var(--clothing-acc-bg-color, #f48fb1);
}

/* ファッションテクニカルコース（オレンジ系）の::before背景色 */
.page-clothing .teacher-message-section--technical.aos-animate::before {
    background-color: #fff3e0;
}

/* ファッションビジネスコース（ピンク系）の::before背景色 */
.page-clothing .teacher-message-section--business.aos-animate::before {
    background-color: #fce4ec;
}

.page-clothing .teacher-message-title-line1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--clothing-primary-color, #e91e63);
    margin: 0 0 8px 0;
    line-height: 1.4;
}

/* 2番目のteacher-message-section内のtitle-line1 */
.page-clothing .teacher-message-section--color-2 .teacher-message-title-line1 {
    color: var(--clothing-teacher-message-color-2, #ec407a);
}

/* 3番目のteacher-message-section内のtitle-line1 */
.page-clothing .teacher-message-section--color-3 .teacher-message-title-line1 {
    color: var(--clothing-teacher-message-color-3, #f06292);
}

/* ファッションテクニカルコース（オレンジ系） */
.page-clothing .teacher-message-section--technical .teacher-message-title-line1 {
    color: #ff9800;
}

/* ファッションビジネスコース（ピンク系） */
.page-clothing .teacher-message-section--business .teacher-message-title-line1 {
    color: var(--child-course-fashion);
}

.page-clothing .senior-message-title {
    font-size: 23px;
    font-weight: 700;
    color: var(--child-course-fashion);
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.page-clothing .senior-message-title-underline {
    width: 60px;
    height: 2px;
    background-color: var(--child-course-fashion);
    margin-bottom: 20px;
}

.page-clothing .check-circle-02 {
    width: 22px;
    height: 22px;
    background-color: var(--clothing-primary-color, #e91e63);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    flex-shrink: 0;
}

/* 2番目のteacher-message-section内のcheck-circle-02 */
.page-clothing .teacher-message-section--color-2 .check-circle-02 {
    background-color: var(--clothing-teacher-message-color-2, #ec407a);
    color: #ffffff;
}

/* 3番目のteacher-message-section内のcheck-circle-02 */
.page-clothing .teacher-message-section--color-3 .check-circle-02 {
    background-color: var(--clothing-teacher-message-color-3, #f06292);
    color: #ffffff;
}

/* ファッションテクニカルコース（オレンジ系）のcheck-circle-02 */
.page-clothing .teacher-message-section--technical .check-circle-02 {
    background-color: #ff9800;
    color: #ffffff;
}

/* ファッションビジネスコース（ピンク系）のcheck-circle-02 */
.page-clothing .teacher-message-section--business .check-circle-02 {
    background-color: var(--child-course-fashion);
    color: #ffffff;
}

/* Career Path Table Styles */
.career-path-table {
    margin: 40px 0;
}

.career-path-section {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 8px;
}

.career-path-section--advancement {
    background-color: #e8f4f8;
    border-left: 4px solid #41b1e8;
}

.career-path-section--employment {
    background-color: #fff3e0;
    border-left: 4px solid #ff9800;
}

.career-path-section__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid currentColor;
}

.career-path-section--advancement .career-path-section__title {
    color: #41b1e8;
}

.career-path-section--employment .career-path-section__title {
    color: #ff9800;
}

.career-path-category {
    margin-bottom: 30px;
}

.career-path-category:last-child {
    margin-bottom: 0;
}

.career-path-category__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #333;
}

.career-path-category__count {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
}

.career-path-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 8px 20px;
}

.career-path-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.career-path-count {
    font-weight: 600;
    color: #666;
    margin-left: 5px;
}

.career-path-employment-note {
    font-size: 1rem;
    color: #666;
    margin: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}

/* Simple Career Path Table Styles - Vertical Layout */
.career-path-simple-table {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
    margin-bottom: 100px;
}

.career-path-section-vertical {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.career-path-section--advancement {
    background-color: #f3f3f3;
    border-left: 4px solid #818181;
}

.career-path-section--employment {
    background-color: #f3f3f3;
    border-left: 4px solid #818181;
}

.career-path-section-vertical__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #818181;
}

.career-path-section--advancement .career-path-section-vertical__title {
    color: #4e4e4e;
}

.career-path-section--employment .career-path-section-vertical__title {
    color: #4e4e4e;
}

.career-path-category-group {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.career-path-subcategory {
    margin-bottom: 0;
}

.career-path-subcategory strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.career-path-subcategory ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}

.career-path-subcategory li {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px dotted #eee;
}

.career-path-subcategory li:last-child {
    border-bottom: none;
}

.career-path-list-vertical {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}

.career-path-list-vertical li {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px dotted #eee;
}

.career-path-list-vertical li:last-child {
    border-bottom: none;
}

/* Responsive Styles for Simple Career Path Table */
@media screen and (max-width: 768px) {
    .career-path-simple-table {
        gap: 20px;
        margin: 30px 0;
    }

    .career-path-section-vertical {
        padding: 20px 15px;
    }

    .career-path-section-vertical__title {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .career-path-category-group {
        gap: 20px;
    }

    .career-path-subcategory strong {
        font-size: 1rem;
    }

    .career-path-subcategory ul,
    .career-path-list-vertical {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .career-path-subcategory li,
    .career-path-list-vertical li {
        font-size: 0.9rem;
    }

    .career-path-list-vertical li {
        font-size: 0.9rem;
    }
}

/* Responsive Styles for Career Path */
@media screen and (max-width: 768px) {
    .career-path-section {
        padding: 20px 15px;
    }

    .career-path-section__title {
        font-size: 1.5rem;
    }

    .career-path-category__title {
        font-size: 1.1rem;
    }

    .career-path-list {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .career-path-list li {
        font-size: 0.9rem;
    }
}



/* Organization Banner Styles */
.org-banner {
    display: flex;
    background-color: #fff0ff;
    /* border-radius: 12px; */
    padding: 25px;
    margin: 30px 0;
    color: #5b5b5b;
    /* gap: 40px; */
    position: relative;
    /* overflow: hidden; */
}

.org-banner__left {
    flex: 1.5;
    position: relative;
    padding-left: 30px;
    color: #5b5b5b;
}

.org-banner__number-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #f7beeb;
    border-radius: 50%;
    /* border: 2px solid #7b0f0f; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 700;
}

.org-banner__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    /* color: #fff; */
    line-height: 1.3;
}

.org-banner__description {
    font-size: 1rem;
    line-height: 1.8;
    /* color: #fff; */
    margin: 0;
}

.org-banner__right {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.org-banner__point-label {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: fit-content;
}

.org-banner__point-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.org-banner__check-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
    font-weight: 700;
}

.org-banner__point-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin: 0;
    flex: 1;
}

.org-banner__images {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
}

.org-banner__image-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.org-banner__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 10px;
}

.org-banner__image-name {
    font-size: 14px;
    color: #5b5b5b;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.org-banner--02 {
    flex-direction: column;
}

.org-banner--02 .org-banner__left {
    padding-left: 30px;
}

.org-banner--03 {
    flex-direction: column;
}

.org-banner--03 .org-banner__left {
    padding-left: 30px;
}

.org-banner__certifications {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
}

.org-banner__certification-group {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 25px;
    /* border: 2px solid rgba(255, 255, 255, 0.3); */
}

.org-banner__certification-group--required {
    /* border-color: #ff9800; */
    background-color: rgb(255 255 255);
}

.org-banner__certification-group--optional {
    border-color: #4caf50;
    background-color: rgb(255 255 255);
}

.org-banner__certification-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.org-banner__certification-group--required .org-banner__certification-title {
    color: #e25a5a;
    border-bottom-color: #e25a5a;
}

.org-banner__certification-group--optional .org-banner__certification-title {
    color: #26448d;
    border-bottom-color: #26448d;
}

.org-banner__certification-content {
    color: #333333;
}

.org-banner__certification-main {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.6;
}

.org-banner__certification-sub {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.6;
}

.org-banner__certification-detail {
    font-size: 0.95rem;
    margin: 0 0 12px 0;
    padding-left: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.org-banner__certification-note {
    font-size: 0.9rem;
    margin: 15px 0 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.6;
    opacity: 0.85;
}

/* Responsive Styles for Organization Banner */
@media screen and (max-width: 768px) {
    .org-banner {
        flex-direction: column;
        padding: 30px 20px;
        gap: 10px;
    }

    .org-banner__left {
        /* padding-left: 70px; */
    }

    .org-banner__number-circle {
        width: 20px;
        height: 20px;
    }

    .org-banner__title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .org-banner__description {
        font-size: 0.95rem;
    }

    .org-banner__right {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 0;
        padding-top: 30px;
    }

    .org-banner__point-label {
        font-size: 0.85rem;
        padding: 6px 12px;
    }

    .org-banner__point-text {
        font-size: 0.95rem;
    }

    .org-banner__images {
        flex-direction: column;
        gap: 20px;
    }

    .org-banner__image-item {
        width: 100%;
    }

    .org-banner__certifications {
        flex-direction: column;
        gap: 20px;
    }

    .org-banner__certification-group {
        padding: 20px;
    }

    .org-banner__certification-title {
        font-size: 1.1rem;
    }

    .org-banner__certification-main {
        font-size: 1rem;
    }

    .page-clothing .point-card__interview-grid {
        width: 100%;
    }
    
    
}

.open-class-banner__images--clothing {
    position: absolute;
    top: -10px !important;
    right: -20px !important;
}

.open-class-banner__image-item--clothing {
    width: 250px;
}