@charset "UTF-8";

/* --- Main Wrapper --- */
.instructor-wrapper {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    color: #444A4D;
}

/* --- Common Section Title --- */
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.section-title__en,
.section-titleen {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 0.5s;
	translate: 0 16px;
}

.section-title__en.slideIn {
  opacity: 1;
  translate: 0 0;
}

.section-title__ja,
.section-titleja {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 0.5s;
	translate: 0 16px;
}

.section-title__ja.slideIn {
  opacity: 1;
  translate: 0 0;
}

/* --- Blue version for white bg sections --- */
.section-title--blue .section-title__en,
.section-title--blue .section-titleen {
    color: #444A4D;
}

.section-title--blue .section-title__ja,
.section-title--blue .section-titleja {
    color: #4D9EE8;
}

/* --- Hero Section --- */
/* --- Hero Container --- */
.instructor-hero {
    position: relative;
    width: 100%;
    min-height: 380px;
    background-color: #E8F1FF;
    background-image: linear-gradient(rgba(167, 202, 255, 0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 202, 255, 0.4) 1px, transparent 1px);
    background-size: 60px 60px;
    padding-top: 202px;
    padding-bottom: 95px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

/* --- Hero Inner --- */
.instructor-hero__inner,
.instructor-heroinner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 120px;
    box-sizing: border-box;
    position: relative;
}

/* --- Content Group --- */
.instructor-hero__content,
.instructor-herocontent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

/* --- Title Area --- */
.instructor-hero__titles,
.instructor-herotitles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

/* --- English Title --- */
.instructor-hero__en,
.instructor-heroen {
    width: 118px;
    height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444A4D;
    margin: 0;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
	translate: 0 16px;
}

.instructor-hero__en.slideIn {
  opacity: 1;
  translate: 0 0;
}

/* --- Japanese Title --- */
.instructor-hero__ja,
.instructor-heroja {
    width: 208px;
    height: 52px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    font-variant: all-small-caps;
    color: #238DEB;
    margin: 0;
    transition: clip-path 1s;
    transition-delay: 0.5s;
    clip-path: inset(0 100% 0 0);

}

.instructor-hero__ja.showFromLeft {
    clip-path: inset(0);
}


/* --- Lead Text --- */
.instructor-hero__lead,
.instructor-herolead {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    font-variant: all-small-caps;
    color: #444A4D;
    margin: 0;
    transition: clip-path 1s;
    transition-delay: 1s;
    clip-path: inset(0 100% 0 0);

}

.instructor-hero__lead.showFromLeft {
    clip-path: inset(0);
}



/* --- List Section --- */
/* --- List Container --- */
.instructor-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140px 0 100px;
    gap: 80px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

/* --- Inner Container --- */
.instructor-list__container,
.instructor-listcontainer {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.instructor-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    gap: 40px 0; 
    box-sizing: border-box;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 1.3s;
	translate: 0 16px;
}

.instructor-grid.slideIn {
  opacity: 1;
  translate: 0 0;
}

.instructor-card {
    display: flex;
    flex-direction: column;
    gap: 14px;

    flex-basis: 266px;
    padding: 30px 20px;

    border: 3px solid #99CEFF;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;

    width: auto;
    height: auto;

    align-items: stretch;
    justify-content: flex-start;
}

/* --- Image Box --- */
.instructor-card__image-box,
.instructor-cardimage-box {
    width: 174px;
    height: 220px;
    position: relative;
    border-radius: 9999px; 
    overflow: hidden;
    background: transparent;
    margin: 0 auto;
}

/* --- Background Circle --- */
.instructor-card__bg-circle,
.instructor-cardbg-circle {
    display: none;
}

/* --- Instructor Image --- */
.instructor-card__img,
.instructor-cardimg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: inherit;
    transform: translateZ(0);
}

/* --- Info Container --- */
.instructor-card__info,
.instructor-cardinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
}

/* --- English Name --- */
.instructor-card__name-en,
.instructor-cardname-en {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 0.05em;
    font-variant: all-small-caps;
    color: #4D9EE8;
    margin: 0;
}

/* --- Japanese Name --- */
.instructor-card__name-ja,
.instructor-cardname-ja {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    color: #444A4D;
    text-align: left;
    margin: 0;
    min-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* --- Recruitment Section --- */
/* --- Section Container --- */
.recruit-section {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
}

/* --- Inner Container --- */
.recruit-inner {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    box-sizing: border-box;
}

/* --- Left Content Area --- */
.recruit-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 700px;
}

/* --- Title Group --- */
.recruit-title-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

/* --- Titles --- */
.recruit-titles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.recruit-title-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444A4D;
    margin: 0;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
	translate: 0 16px;
}

.recruit-title-en.slideIn {
  opacity: 1;
  translate: 0 0;
}


.recruit-title-ja {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #4D9EE8;
    margin: 0;
    transition: clip-path 1s;
    transition-delay: 0.5s;
    clip-path: inset(0 100% 0 0);

}

.recruit-title-ja.showFromLeft {
    clip-path: inset(0);
}

/* --- Subtitle --- */
.recruit-subtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #444A4D;
    margin: 0;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 1s;
	translate: 0 16px;
}

.recruit-subtitle.slideIn {
  opacity: 1;
  translate: 0 0;
}

/* --- Text Body --- */
.recruit-text-body {
    width: 100%;
    text-align: left;
    padding-left: 0;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 1s;
	translate: 0 16px;
}

.recruit-text-body.slideIn {
  opacity: 1;
  translate: 0 0;
}


.recruit-text-body p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #444A4D;
    margin: 0;
}

/* --- Right Image Area --- */
.recruit-image-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 425px;
    position: relative;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 1s;
	translate: 0 16px;
}

.recruit-image-area.slideIn {
  opacity: 1;
  translate: 0 0;
}

/* --- Image Box Wrapper --- */
.recruit-image-box {
    position: relative;
    width: 335px;
    height: 400px;
    margin: 40px auto;
}

/* --- Background Shape --- */
.recruit-bg-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #99CEFF;
    border-radius: 8px;
    transform: rotate(14deg);
    transform-origin: center center;
    z-index: 0;
}

/* --- Main Image --- */
.recruit-img-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}

.recruit-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* --- Image Caption --- */
.recruit-caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    color: #444A4D;
    width: 100%;
    text-align: center;
    margin: 0;
    position: static;
    padding: 0;
}

/* --- Support Section --- */
/* --- Section Container --- */
.support-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

/* --- Background Area --- */
.support-bg {
    width: 100%;
    max-width: 1380px;
    background: #4D9EE8;
    border-radius: 60px;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    box-sizing: border-box;
}

/* --- Inner Container --- */
.support-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    box-sizing: border-box;
}

/* --- Title Area --- */
.support-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.support-title-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.support-title-ja {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.04em;
    font-variant: all-small-caps;
    color: #FFFFFF;
    text-align: center;
}


/* --- Card Grid --- */
.support-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

/* --- Support Card --- */
.support-card {
    background: #FFFFFF;
    border: 1px solid #99CEFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 32px 40px;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
	transition-delay: 0.5s;
	translate: 0 16px;
}

.support-card.slideIn {
  opacity: 1;
  translate: 0 0;
}


.support-card__title,
.support-cardtitle {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #444A4D;
    margin: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-card__image,
.support-cardimage {
    width: 300px;
    height: 202px;
    background: #D9D9D9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.support-card__image img,
.support-cardimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support-card__text,
.support-cardtext {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 180%;
    color: #444A4D;
    width: 300px;
    margin: 0;
    text-align: left;
}

/* --- Ideal Candidate Section --- */
/* --- Section Container --- */
.ideal-section {
    padding: 100px 0 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

/* --- Ideal Box --- */
.ideal-box {
    width: 1080px;
    height: auto;
    min-height: 330px;
    border: 3px solid #99CEFF;
    border-radius: 8px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    box-sizing: border-box;
    margin: 0 auto;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
	translate: 0 16px;
}

.ideal-box.slideIn {
  opacity: 1;
  translate: 0 0;
}

/* --- Title Area --- */
.ideal-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ideal-title-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444A4D;
    margin: 0;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 0.5s;
	translate: 0 16px;
}

.ideal-title-en.slideIn {
  opacity: 1;
  translate: 0 0;
}


.ideal-title-ja {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.04em;
    font-variant: all-small-caps;
    color: #4D9EE8;
    margin: 0;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 0.5s;
	translate: 0 16px;
}

.ideal-title-ja.slideIn {
  opacity: 1;
  translate: 0 0;
}


/* --- List Container --- */
.ideal-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
    width: fit-content;
}

/* --- List Item --- */
.ideal-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 10px;
    height: 31px;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
    transition-delay: 0.5s;
	translate: 0 16px;
}

.ideal-item.slideIn {
  opacity: 1;
  translate: 0 0;
}

/* --- Check Icon --- */
.ideal-check-icon {
    width: 21px;
    height: 21px;
    background: #4D9EE8;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.ideal-check-icon::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* --- Text --- */
.ideal-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #444A4D;
    white-space: nowrap;
}

/* --- Requirements Section --- */
/* --- Section Container --- */
.requirements-section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

/* --- Inner Container --- */
.requirements-inner {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    box-sizing: border-box;
}

/* --- Title Area --- */
.req-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.req-title-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444A4D;
    text-align: center;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
	transition-delay: 0.5s;
	translate: 0 16px;
}

.req-title-en.slideIn {
  opacity: 1;
  translate: 0 0;
}

.req-title-ja {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.04em;
    font-variant: all-small-caps;
    color: #4D9EE8;
    text-align: center;
    transition: clip-path 1s;
    transition-delay: 0.5s;
    clip-path: inset(0 100% 0 0);

}

.req-title-ja.showFromLeft {
    clip-path: inset(0);
}


/* --- Table Container --- */
.requirements-table {
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    box-sizing: border-box;
	
}
/* --- Row --- */
.req-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
	transition: opacity 0.75s, translate 0.75s;
	opacity: 0;
	transition-delay: 0.5s;
	translate: 0 16px;
}

.req-row.slideIn {
  opacity: 1;
  translate: 0 0;
}


/* --- Row Content --- */
.req-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 10px;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* --- Header --- */
.req-head {
    width: 160px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    color: #444A4D;
    flex-shrink: 0;
}

/* --- Data --- */
.req-data {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #444A4D;
    flex-grow: 1;
}

/* --- Divider Line Group --- */
.req-line-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 1px;
}

/* --- Blue Line --- */
.req-line-blue {
    width: 160px;
    height: 1px;
    background-color: #4D9EE8;
}

/* --- Gray Line --- */
.req-line-gray {
    flex-grow: 1;
    height: 1px;
    background-color: #D5D5D5;
}

@media (max-width: 1200px) {

    /* Hero */
    .instructor-hero__inner,
    .instructor-heroinner {
        padding-left: 0;
        padding-right: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .instructor-hero__content,
    .instructor-herocontent {
        gap: 8px;
    }

    .instructor-hero__titles,
    .instructor-herotitles {
        gap: 4px;
    }

    .instructor-hero__en,
    .instructor-heroen {
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 100%;
        margin: 0;
    }

    .instructor-hero__ja,
    .instructor-heroja {
        width: 100%;
        height: auto;
        font-size: 42px;
        line-height: 140%;
        margin: 0;
    }

    .instructor-hero__lead,
    .instructor-herolead {
        font-size: 20px;
        line-height: 140%;
        margin: 0;
    }

    /* Instructor list */
    .instructor-list__container,
    .instructor-listcontainer {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .instructor-grid {
        justify-content: space-between;
        gap: 16px 12px;
    }

    .instructor-card {
        flex: 0 0 calc(50% - 6px);
        padding: 18px 14px 14px;
    }

    .instructor-card__image-box,
    .instructor-cardimage-box {
        width: 110px;
        height: 138px;
    }

    .instructor-card__name-ja,
    .instructor-cardname-ja {
        line-height: 150%;
        min-height: 6em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .instructor-card__name-en,
    .instructor-cardname-en {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1200px) {

    .recruit-section {
        padding: 80px 0;
    }

    .recruit-inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        flex-direction: column;
        gap: 40px;
    }

    .recruit-content {
        width: 100%;
        gap: 40px;
    }

    .recruit-title-group {
        gap: 24px;
    }

    .recruit-titles {
        gap: 8px;
    }

    .recruit-title-en {
        font-size: 16px;
        line-height: 100%;
    }

    .recruit-title-ja {
        font-size: 34px;
        line-height: 120%;
    }

    .recruit-subtitle {
        font-size: 20px;
        line-height: 130%;
    }

    .recruit-text-body p {
        font-size: 16px;
        line-height: 180%;
    }

    .recruit-image-area {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .recruit-image-box {
        width: min(280px, 100%);
        aspect-ratio: 335 / 380;
        height: auto;
        margin: 12px auto 24px;
        position: relative;
        z-index: 0;
    }

    .recruit-caption {
        font-size: 17px;
        line-height: 150%;
    }

    .support-section {
        padding: 0 20px;
    }

    .support-bg {
        border-radius: 24px;
        padding: 60px 0;
        gap: 40px;
    }

    .support-inner {
        padding: 0 20px;
        box-sizing: border-box;
        gap: 40px;
    }

    .support-title-en {
        font-size: 16px;
    }

    .support-title-ja {
        font-size: 34px;
        line-height: 120%;
    }

    .support-grid {
        flex-direction: column;
        gap: 20px;
    }

    .support-card {
        width: 100%;
        padding: 24px 20px;
    }

    .support-card__image,
    .support-cardimage {
        width: 100%;
        height: auto;
        aspect-ratio: 300 / 202;
    }

    .support-card__text,
    .support-cardtext {
        width: 100%;
    }

    .ideal-section {
        padding: 80px 0 0;
    }

    .ideal-box {
        width: 100%;
        margin: 0;
        padding: 32px 20px;
        box-sizing: border-box;
        gap: 24px;
        min-height: auto;
    }

    .ideal-title-en {
        font-size: 16px;
    }

    .ideal-title-ja {
        font-size: 34px;
        line-height: 120%;
    }

    .ideal-list {
        width: 100%;
    }

    .ideal-text {
        white-space: normal;
        font-size: 16px;
        line-height: 180%;
    }

    .requirements-section {
        padding: 80px 0;
    }

    .requirements-inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        gap: 40px;
    }

    .requirements-table {
        width: 100%;
    }

    .req-content {
        flex-direction: column;
        gap: 8px;
        padding: 0;
    }

    .req-head {
        width: 100%;
        font-size: 15px;
    }

    .req-data {
        width: 100%;
        font-size: 15px;
        line-height: 170%;
    }

  .req-line-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    height: 1px;
  }

  .req-line-blue {
    flex: 0 0 80px;   
    height: 1px;
  }

  .req-line-gray {
    flex: 1 1 auto;  
    height: 1px;
  }
}

@media (max-width: 1200px) {

    .support-section {
        padding: 0;
        box-sizing: border-box;
    }

    .support-bg {
        width: 100%;
        max-width: none;
        border-radius: 60px;
        padding: 100px 20px;
        gap: 80px;
        box-sizing: border-box;
    }

    .support-inner {
        width: 100%;
        max-width: 335px;
        padding: 0;
        gap: 48px;
        box-sizing: border-box;
    }

    .support-section .section-title {
        gap: 4px;
    }

    .support-section .section-title__en {
        font-size: 14px;
        line-height: 100%;
    }

    .support-section .section-title__ja {
        font-size: 30px;
        line-height: 120%;
    }

    /* Cards */
    .support-grid {
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
    }

    .support-card {
        width: 100%;
        padding: 32px 14px;
        gap: 16px;
        box-sizing: border-box;
    }

    .support-card__title {
        font-size: 22px;
        line-height: 120%;
        min-height: auto;
    }

    .support-card__image {
        width: 100%;
        height: auto;
        aspect-ratio: 307 / 188;
        border-radius: 4px;
        overflow: hidden;
        background: #D9D9D9;
        margin-bottom: 0;
    }

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

    .support-card__text {
        width: 100%;
        font-size: 15px;
        line-height: 160%;
    }
}


@media (max-width: 1200px) {

    .ideal-section {
        padding: 80px 20px 0;
        box-sizing: border-box;
    }

    .ideal-box {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
        padding: 40px 14px;
        gap: 32px;
        box-sizing: border-box;
    }

    .ideal-title-area {
        gap: 4px;
    }

    .ideal-title-en {
        font-size: 16px;
        line-height: 100%;
    }

    .ideal-title-ja {
        font-size: 34px;
        line-height: 120%;
    }

    .ideal-list {
        width: 100%;
        gap: 4px;
    }

    .ideal-item {
        width: 100%;
        gap: 4px;
        align-items: flex-start;
        height: auto;
    }

    .ideal-check-icon {
        width: 21px;
        height: 21px;
        flex-shrink: 0;
        margin-top: 4px;
    }

    .ideal-text {
        font-size: 16px;
        line-height: 180%;
        white-space: normal;
    }
}


@media (max-width: 1200px) {

    .requirements-section {
        padding: 100px 20px;
        box-sizing: border-box;
    }

    .requirements-inner {
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
        gap: 32px;
        box-sizing: border-box;
    }

    .req-title-area {
        gap: 4px;
    }

    .req-title-en {
        font-size: 16px;
        line-height: 100%;
    }

    .req-title-ja {
        font-size: 34px;
        line-height: 120%;
    }

    .requirements-table {
        width: 100%;
        gap: 16px;
        border-radius: 30px;
    }

    .req-row {
        width: 100%;
        gap: 16px;
    }

    .req-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        padding: 0;
    }

    .req-head {
        width: 80px;
        font-size: 16px;
        line-height: 180%;
        flex-shrink: 0;
    }

    .req-data {
        font-size: 15px;
        line-height: 180%;
    }

    .req-line-group {
        width: 100%;
    }

    .req-line-blue {
        width: 80px;
    }

    .req-line-gray {
        flex-grow: 1;
    }
}
