@charset "UTF-8";
/* =========================================================
   teacher ページ（teacher/PC・teacher/SP）
   ヘッダー・フッター・メニューは共通
   ========================================================= */
.teacher-main {
    position: relative;
	background: #F8F3EB;
}
.t-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}



.sec-bg-teacher {
	background-image: url("../images/sec-bg-teacher.svg");
	background-repeat: no-repeat;
	    background-position: center center;
    background-size: auto;
}

.t-bg-vector {
    position: absolute;
    border-radius: 50%;
    background: var(--orange2);
    opacity: .30;
}
.t-bg-vector--1 {
    width: 360px;
    height: 360px;
    left: -140px;
    top: 520px;
}
.t-bg-vector--2 {
    width: 300px;
    height: 300px;
    right: -120px;
    top: 1050px;
}
.t-bg-vector--3 {
    width: 440px;
    height: 440px;
    left: -180px;
    top: 1900px;
}
.t-bg-vector--4 {
    width: 300px;
    height: 300px;
    right: -110px;
    bottom: 240px;
}
/* コンテンツを前面に */
.t-banner, .t-panel {
    position: relative;
    z-index: 1;
}
/* page banner */
.t-banner {
    /*position: relative;
    width: 100%;
    background: var(--orange-dark);
    border-radius: 60px 60px 0 0;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding: 40px 60px;*/
    position: relative;
    /*padding: 40px 60px;*/
    overflow: hidden;
}
.t-banner__inner {
    /*position: relative;*/
    z-index: 1;
}
.t-breadcrumb {
    /*position: absolute;
    top: 40px;
    left: 60px;
    display: flex;
    align-items: center;
    gap: 13px;*/
    position: absolute; /* ← absolute 解除 */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 40px 50px 30px; /* パンくずとタイトルの間隔 */
    font-family: var(--font-base);
    font-size: 16px;
    color: #fff;
}
.t-breadcrumb a {
    /* font-family: var(--font-rounded);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #f9e3c5;*/
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.t-breadcrumb a:hover {
    color: var(--white);
}
.t-breadcrumb__sep {
    /*width: 7px;
    height: 7px;
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);*/
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    opacity: .8;
}
.t-breadcrumb__current {
    font-family: var(--font-rounded);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
}
.t-banner__title {
    font-family: var(--font-rounded);
    font-weight: 800;
    font-size: 48px;
    color: var(--white);
    letter-spacing: 0.15em;
	position: absolute;
    right: 0;
    left: 3%;
    top: 40%
}
/*.t-banner__img {
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 560px;
    height: 420px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 24px;
}*/

.t-banner__img__sp {
	display: none;
}

/* white panel */
.t-panel {
    position: relative;
    z-index: 1;
    width: min(1340px, calc(100% - 40px));
    margin: 40px auto;
    background: var(--white);
    border-radius: 80px;
    padding: 80px 60px;
}
.t-sec {
    margin-bottom: 100px;
    padding: 0 120px;
}
.t-sec .section-title {
    margin-bottom: 60px;
}
/* 安心して働いていただく仕組み（01/02/03） */
.t-feature {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 960px;
    margin: 0 auto 60px;
}
.t-feature--reverse {
    flex-direction: row-reverse;
}
.t-feature:last-child {
    margin-bottom: 0;
}
.t-feature__img {
    width: 418px;
    height: 400px;
    border-radius: 40px;
    background: var(--light-orange);
    flex-shrink: 0;
}
.t-feature__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.t-feature__head {
    display: flex;
    align-items: center;
    gap: 24px;
}
.t-feature__num {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: 60px;
    color: var(--orange);
    letter-spacing: 0.08em;
    line-height: 1;
}
.t-feature__title {
    font-family: var(--font-rounded);
    font-weight: 800;
    font-size: 30px;
    color: var(--corporate-color);
    letter-spacing: 0.1em;
}
.t-feature__text {
    font-size: 18px;
    line-height: 2;
    color: var(--dark-gray);
}
/* 教育制度 */
.t-edu-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    max-width: 960px;
    margin: 0 auto 40px;
}
.t-edu-intro__img {
    width: 373px;
    height: 284px;
    border-radius: 20px;
    background: var(--light-orange);
    flex-shrink: 0;
}
.t-edu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.t-edu-list li {
    position: relative;
    padding-left: 22px;
    font-family: var(--font-base);
    font-size: 18px;
    line-height: 1.6;
    color: var(--dark-gray);
}
.t-edu-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--corporate-color);
}
/*.t-edu-list {
    position: relative;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.t-edu-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 10px;
    border-radius: 5px;
    background: var(--orange);
}
.t-edu-list li {
    font-size: 18px;
    line-height: 1.9;
    color: var(--dark-gray);
}*/
.t-flow-card {
    background: var(--cream-yellow);
    border-radius: 40px;
    padding: 40px 30px;
    max-width: 960px;
    margin: 0 auto 40px;
}
.t-flow-card:last-child {
    margin-bottom: 0;
}
.t-flow-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.t-flow-card__icon {
    width: 34px;
    height: 34px;
	background-image: url("../images/t-flow-card__icon01.svg");
	background-repeat: no-repeat;
}

.t-flow-card__icon02 {
    width: 34px;
    height: 34px;
	background-image: url("../images/t-flow-card__icon02.svg");
	background-repeat: no-repeat;
}

.t-flow-card__title {
    font-family: var(--font-rounded);
    font-weight: 800;
    font-size: 30px;
    color: var(--corporate-color);
    letter-spacing: 0.05em;
    text-align: center;
}
.t-flow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.t-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 210px;
}
.t-flow__year {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 20px;
    color: var(--dark-gray);
}
.t-flow__icon {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--light-orange);
}
.t-flow__label {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 18px;
    color: var(--dark-gray);
    text-align: center;
    line-height: 1.4;
}
.t-flow__arrow {
    flex-shrink: 0;
    margin-top: 110px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--orange2);
}
/* year-flow（PC：横ライン＋3ドット） */
.year-flow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.yf-step {
    flex: 1;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.yf-year {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 20px;
    color: var(--dark-gray);
    margin-bottom: 16px;
}
.yf-track {
    position: relative;
    width: 100%;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.yf-track::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
    background: var(--orange2);
}
.yf-step:first-child .yf-track::before {
    left: 50%;
}
.yf-step:last-child .yf-track::before {
    right: 50%;
}
.yf-dot {
    position: relative;
    z-index: 1;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--orange);
}
.yf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.yf-icon {
    display: block;
    width: 100%;
    max-width: 170px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}
.yf-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yf-label {
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 18px;
    color: var(--dark-gray);
    line-height: 1.4;
}
/* 募集要項 table */
.t-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    overflow: hidden;
}
.t-table th, .t-table td {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}
.t-table th {
    width: 280px;
    background: #f8f3eb;
    font-weight: 700;
    color: var(--dark-gray);
    white-space: nowrap;
}
.t-table td {
    border-right: none;
} /* 右端列は外枠に任せる */
.t-table tr:last-child th, .t-table tr:last-child td {
    border-bottom: none;
} /* 最終行は外枠に任せる */
/*.t-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    overflow: hidden;
}
.t-table th, .t-table td {
    border: 1px solid #c3c3c3;
    padding: 20px;
    font-family: var(--font-base);
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
}
.t-table th {
    background: #f8f3eb;
    font-weight: 700;
    color: var(--dark-gray);
    width: 295px;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
.t-table td {
    font-weight: 500;
    color: var(--dark-gray);
    vertical-align: top;
}
.t-table__note {
    font-weight: 500;
    font-size: 13px;
}*/
/* Chuo Report CTA */
.t-report {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}
.t-report__text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.t-report__lead-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}
.t-report__lead {
    font-family: var(--font-rounded);
    font-weight: 800;
    font-size: 21px;
    color: var(--corporate-color);
    line-height: 1.9;
}
.t-report__btn {
    align-self: flex-start;
}


.t-report__img a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1199px) {
    .t-feature__img {
        width: 360px;
        height: 340px;
    }
    .t-banner__img {
        width: 100%;
        height: auto;
        /*aspect-ratio: 560 / 420;*/
    }
}
@media screen and (max-width: 767px) {
    /* banner */
    .t-banner {
        /*min-height: 0;
        padding: 64px 20px 28px;
        border-radius: 40px 40px 0 0;*/
        /*padding: 25px;*/
    }
    .t-breadcrumb {
        /* top: 20px;
        left: 20px;
        gap: 8px;*/
        margin-bottom: 40px;
        font-size: 13px;
    }
    .t-breadcrumb a, .t-breadcrumb__current {
        font-size: 12px;
    }
    .t-banner__title {
        font-size: 24px;
        letter-spacing: 0.08em;
    }
    .t-banner__img {
        display: none;
    }
	
	.t-banner__img__sp {
	display: block;
		padding-top: 10px;
}
	
    /* panel */
    .t-panel {
        width: calc(100% - 24px);
        margin: 24px auto;
        border-radius: 40px;
        padding: 48px 20px;
    }
    .t-sec {
		padding: 0 10px;
        margin-bottom: 64px;
    }
    /* features */
    .t-feature, .t-feature--reverse {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 48px;
    }
    .t-feature__img {
        width: 100%;
        height: auto;
        aspect-ratio: 418 / 400;
    }
    .t-feature__num {
        font-size: 32px;
    }
    .t-feature__title {
        font-size: 20px;
    }
    .t-feature__text {
        font-size: 15px;
    }
	
	.t-feature__body {
		gap: 15px;
	}
	
    /* education */
    .t-edu-intro {
        flex-direction: column;
        gap: 28px;
    }
    .t-edu-intro__img {
        width: 100%;
        max-width: 373px;
        height: auto;
        aspect-ratio: 373 / 284;
    }
    .t-edu-list li {
        font-size: 15px;
        padding-left: 18px;
    }
    .t-edu-list li::before {
        width: 7px;
        height: 7px;
    }
	
	.t-sec .section-title {
		margin-bottom: 30px;
	}
	
    /* year-flow（SP：縦ライン＋ドット、左から ライン → 年 → アイコン） */
    .year-flow {
        flex-direction: column;
        align-items: stretch;
    }
    .yf-step {
        flex: none;
        width: 100%;
        max-width: none;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        /*padding: 8px 0;*/
        text-align: left;
    }
    .yf-track {
        order: 1;
        width: 16px;
        height: auto;
        align-self: stretch;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .yf-track::before {
        top: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        width: 4px;
        height: auto;
        transform: translateX(-50%);
    }
    .yf-step:first-child .yf-track::before {
        top: 50%;
        bottom: 0;
        left: 50%;
        right: auto;
    }
    .yf-step:last-child .yf-track::before {
        top: 0;
        bottom: 50%;
        left: 50%;
        right: auto;
    }
    .yf-dot {
        width: 15px;
        height: 15px;
    }
    .yf-year {
        order: 2;
        width: 92px;
        flex-shrink: 0;
        margin-bottom: 0;
        font-size: 13px;
    }
    .yf-item {
        order: 3;
        flex: 1;
        flex-direction: column;
        align-items: center;
        gap: 10px;
		margin-bottom: 30px;
    }
    .yf-icon {
        max-width: 130px;
    }
    .yf-label {
        font-size: 15px;
    }
    .t-flow-card {
        padding: 28px 20px;
    }
    .t-flow-card__title {
        font-size: 20px;
    }
    .t-flow-card__icon {
        width: 46px;
        height: 36px;
    }
	
	.t-flow-card__head {
		flex-direction: column;
	}
	
    .t-flow {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .t-flow__step {
        width: 100%;
    }
    .t-flow__icon {
        width: 120px;
        height: 120px;
    }
    .t-flow__arrow {
        margin-top: 0;
        transform: rotate(90deg);
    }
    /* table */
    /*.t-table th, .t-table td {
        display: block;
        width: 100%;
        padding: 14px 16px;
        font-size: 15px;
    }
    .t-table th {
        white-space: normal;
    }*/
    .t-table th, .t-table td {
        display: block;
        width: 100%;
        white-space: normal;
        border-right: none;
    }
    .t-table th {
        background: #f8f3eb;
    }
    /* report */
    .t-report {
        flex-direction: column-reverse;
        gap: 28px;
        margin-top: 56px;
    }
    .t-report__text {
        width: 100%;
    }
    .t-report__lead {
        font-size: 18px;
    }
    .t-report__btn {
        align-self: stretch;
        justify-content: center;
    }
}