body {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.achievements {
	padding-bottom: 1.875rem;
	padding-top: 2.8125rem;
}

.achievements__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding: 0 1.25rem;
}

.achievements__icon-image {
	margin: 0 auto;
	width: 85%;
}

.achievements__icon {
	text-align: center;
}

.achievements__icon-inner {
	display: inline-block;
	padding-left: 2.125rem;
	padding-right: 2.125rem;
	position: relative;
}

/* リーフアイコン（左右共通） */

.achievements__leaf {
	height: auto;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0625rem;
}

/* 左右個別調整 */

.achievements__leaf--left {
	left: 0;
	transform: translateY(-50%) rotate(-10deg);
}

.achievements__leaf--right {
	right: 0;
	transform: translateY(-50%) rotate(10deg);
}

/* 見出し文字 */

.achievements__icon-title {
	color: #764900;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

/* 年号の強調 */

.achievements__year {
	color: #764900;
	font-family: "Akshar", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
}

/* 合格実績の太字 */

.achievements__icon-text {
	color: #764900;
	font-size: 2rem;
	font-weight: 700;
}

.achievements__row {
	align-items: center;
	display: flex;
	gap: 2.25rem;
	justify-content: center;
	margin-bottom: 1.25rem;
	margin-top: 0.9375rem;
}

.achievements__row--top {
	margin-top: 0.875rem;
	padding-top: 1.25rem;
}

.achievements__item {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

/* 国公立大学のみ上余白を付与 */

.achievements__item--kokko {
	margin-top: 0.3125rem;
}

.achievements__label {
	color: #764900;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0;
}

.achievements__number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(190deg, rgb(255, 202, 114) 0%, rgb(255, 158, 0) 100%);
	background-clip: text;
	font-family: "Akshar", sans-serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1;
}

.achievements__unit {
	color: #764900;
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: 0.25rem;
}

.achievements__number-container {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.achievements__note {
	color: #764900;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.contact {
	padding-bottom: 6.25rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

/* =====================================
   contact セクション全体
===================================== */

.contact__bg {
	background: #FF9E00;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(90deg, rgba(255, 158, 0, 0) 0%, rgba(253, 171, 36, 0.49) 50%, rgb(255, 202, 114) 100%);
	background-size: 0.875rem 0.875rem, 0.875rem 0.875rem, auto;
	border-radius: 1.25rem;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto;
	max-width: 80rem;
	padding-bottom: 2.125rem;
	padding-left: 13.9375rem;
	padding-right: 6.0625rem;
	padding-top: 2.1875rem;
	position: relative;
}

.contact__bg-icon {
	-o-object-fit: contain;
	bottom: 0;
	height: 18.5rem;
	left: 0;
	object-fit: contain;
	position: absolute;
	width: auto;
	z-index: 1;
}

/* =====================================
   コンテナ
===================================== */

.contact-container {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin: 0 auto;
	max-width: 68.75rem;
}

/* =====================================
   左エリア
===================================== */

.contact-left {
	margin-top: 1.0625rem;
}

.contact-title {
	font-size: 2rem;
	font-weight: 700;
}

.contact-desc {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.375rem;
}

/* =====================================
   右エリア
===================================== */

.contact-right {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 1.5rem;
	min-width: 0;
}

/* =====================================
   ボタン群
===================================== */

.contact-buttons {
	display: flex;
	flex-direction: column;
	gap: 1.1875rem;
	width: 100%;
}

/* =====================================
   共通ボタン
===================================== */

.contact-button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 2rem;
	display: flex;
	font-weight: 600;
	gap: 0.375rem;
	justify-content: center;
	padding-bottom: 21px;
	padding-left: 46px;
	padding-right: 46px;
	padding-top: 21px;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contact-button:hover {
	opacity: 0.85;
}

/* アイコン */

.contact-button--trial .contact__button-icon {
	height: 1.5rem;
	width: 1.25rem;
}

.contact-button--document .contact__button-icon {
	height: 1.5rem;
	width: 1.5rem;
}

/* ボタンカラー */

.contact-button--trial {
	background: #764900;
}

.contact-button--document {
	background: #00B6E4;
}

/* =====================================
   カード（申し込み）
===================================== */

.contact-card {
	align-items: center;
	background: #FF9E00;
	border: 0.0625rem solid rgb(255, 255, 255);
	border-radius: 1.125rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 18px;
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 25px;
	text-align: center;
	width: 100%;
}

.contact-card:hover {
	opacity: 0.7;
}

.contact-card-icon {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	display: inline-block;
	height: 2.5rem;
	width: 2.5rem;
}

.contact-card-body {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.contact-card-title {
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0;
	margin-top: 0.625rem;
	white-space: nowrap;
}

.contact-card-badge {
	background: #fff;
	border-radius: 0.75rem;
	color: #FF9E00;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	padding: 0.125rem 1.1875rem;
}

.contact-card-arrow {
	height: 1.5rem;
	margin: 0 auto;
	margin-top: 1.3125rem;
	width: 1.5rem;
}

/* =====================================
   SP版カード（申し込み）
===================================== */

.contact-card-sp {
	-webkit-text-decoration: none;
	align-items: center;
	background: #FF9E00;
	border: 0.0625rem solid #fff;
	border-radius: 2rem;
	box-sizing: border-box;
	color: #fff;
	gap: 0.5rem;
	justify-content: space-between;
	padding: 1.25rem 1rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.contact-card-sp:hover {
	opacity: 0.7;
}

.contact-card-sp__badge {
	background: #fff;
	border-radius: 0.75rem;
	color: #FF9E00;
	font-size: 0.75rem;
	font-weight: 700;
	left: 50%;
	padding: 0.125rem 1.1875rem;
	position: absolute;
	top: -0.625rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.contact-card-sp__icon {
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.contact-card-sp__text {
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
}

.contact-card-sp__arrow {
	flex-shrink: 0;
	height: 1.25rem;
	margin-left: auto;
	width: 1.25rem;
}

/* CSS */

.faq {
	padding-bottom: 6.6875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 5.4375rem;
	text-align: center;
}

.faq__inner {
	margin: 0 auto;
	max-width: 55rem;
	text-align: center; /* タイトルを中央寄せ */
}

/* 吹き出しタイトル */

.faq__title {
	background-color: #00B6E4;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 2.5rem;
	padding: 0.625rem 2.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}

.faq__title::after {
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid #00B6E4;
	bottom: -0.5625rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/* FAQリスト */

.faq__list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left; /* 中身は左寄せに戻す */
}

/* 各Q&A */

.faq__item {
	padding-top: 1.5rem;
}

/* 2個目以降のアイテムに上余白を追加 */

.faq__item + .faq__item {
	padding-top: 1.8125rem;
}

/* Q部分 */

.faq__question {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-bottom: 21px;
	padding-bottom: 5px;
	position: relative; /* 下線擬似要素用 */
}

/* 点線（横方向のドット幅を2pxに調整） */

.faq__question::after {
	background-image: repeating-linear-gradient(to right, #00B6E4 0,#00B6E4 2px, transparent 2px, transparent 6px);
	background-image: repeating-linear-gradient(to right, #00B6E4 0 2px, transparent 2px 6px);
	bottom: 0;
	content: "";
	height: 1px; /* 線の太さ */
	left: 0;
	position: absolute;
	right: 0;
}

.faq__q-label {
	align-items: center;
	background-color: #00B6E4;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-family: "Akshar", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	height: 3.25rem;
	justify-content: center;
	width: 3.25rem;
}

.faq__q-text {
	color: #764900;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
}

/* A部分 */

.faq__answer {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
}

.faq__a-label {
	align-items: center;
	color: #00B6E4;
	display: inline-flex;
	flex: 0 0 3.25rem; /* 固定幅で折返し時も余白を一定に */
	font-family: "Akshar", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	min-width: 3.25rem;
	width: 3.25rem;
}

.faq__a-text {
	color: #764900;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
}

/* セクション全体 */

.flow__section {
	color: #764900;
	margin: 0 auto;
	max-width: 56.875rem;
	padding-bottom: 8.25rem;
	padding-right: 1.5625rem;
	padding-top: 7rem;
	text-align: center;
}

/* 見出し（吹き出し風） */

.flow__title {
	background-color: #764900;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: "Zen Kaku Gothic New", sans-serif;
	margin: 0 auto 2rem;
	padding: 0.625rem 2.5rem;
	position: relative;
	text-align: center;
}

.flow__title::after {
	border-color: #764900 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	bottom: -7px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/* ステップ全体 */

.flow__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	padding-top: 1.0625rem;
}

/* SP専用カード */

.flow__item--sp {
	background-color: #FFF4E1;
	border-radius: 20px;
	padding: 0.75rem 1rem;
}

.flow__item--sp .flow__top {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
}

.flow__item--sp .flow__heading {
	margin: 0;
}

.flow__item--sp .flow__text {
	color: #764900;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 0.75rem;
}

/* 各ステップアイテム */

.flow__item {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	align-items: center;
	background-color: #FFF4E1;
	border-radius: 50px;
	column-gap: 1.5rem; /* HTMLはそのまま、左に丸・右に見出し/本文の二段構成 */
	display: grid;
	grid-template-columns: 90px 1fr; /* 左:丸 右:テキスト */
	grid-template-rows: auto auto; /* 上:見出し 下:本文 */
	padding: 0.5rem 1rem;
}

/* Stepの円 */

.flow__step {
	align-items: center;
	background-color: #FF9E00;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 0.95rem;
	font-weight: 700;
	grid-column: 1;
	grid-row: 1/span 2;
	height: 90px;
	justify-content: center;
	margin-right: 0;
	width: 90px;
}

.flow__step-text {
	display: block;
	text-align: center;
}

.flow__step-label {
	font-family: "Akshar", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
}

.flow__step-num {
	font-family: "Akshar", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

/* 本文部分 */

.flow__heading {
	color: #764900;
	font-size: 1.5rem;
	font-weight: 700;
	grid-column: 2;
	grid-row: 1;
	text-align: left;
}

.flow__text {
	align-self: start; /* 1行の場合も上寄せ */
	color: #764900;
	font-size: 0.875rem;
	font-weight: 400;
	grid-column: 2;
	grid-row: 2;
	text-align: left;
}

/* スマホ対応 */

.footer {
	background: linear-gradient(180deg, #f9c66b 0%, #f2a23d 100%);
	border-top-left-radius: 2.5rem;
	border-top-right-radius: 2.5rem;
	color: #fff;
	padding: 5rem 1.25rem 2.5rem;
	padding-top: 3.5625rem;
	text-align: center;
}

.footer__inner {
	margin: 0 auto;
	max-width: 50rem;
}

/* ロゴ */

.footer__logo {
	margin-bottom: 1.4375rem;
}

.footer__logo img {
	border-radius: 0.75rem;
	display: inline-block;
	height: auto;
	max-width: 7.5rem;
}

/* キャッチコピー */

.footer__catchcopy {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 3.4375rem;
}

/* LINEボタン */

.footer__line-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FF9E00;
	border: 0.0625rem solid #fff;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	margin-bottom: 2.375rem;
	padding: 1.125rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), color 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), border-color 0.45s cubic-bezier(0.2, 0.6, 0.2, 1);
	will-change: background-color, color, border-color;
}

.footer__line-button:hover {
	background-color: #fff;
	color: #f2a23d;
}

.footer__line-button:hover .footer__line-icon {
	opacity: 0;
}

.footer__line-button:hover .footer__line-icon--hover {
	opacity: 1;
}

.footer__line-icon {
	height: auto;
	transition: opacity 0.45s cubic-bezier(0.2, 0.6, 0.2, 1);
	width: 1.875rem;
	will-change: opacity;
}

.footer__line-icon--hover {
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.45s cubic-bezier(0.2, 0.6, 0.2, 1);
	width: 1.875rem;
	will-change: opacity;
}

/* 著作権表記 */

.footer__copyright {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
}

.grades {
	background: #FF9E00;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0.03125rem, transparent 0.0625rem), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0.03125rem, transparent 0.0625rem);
	background-size: 3.5rem 3.5rem, 3.5rem 3.5rem;
	border-radius: 1.875rem;
	padding-bottom: 3.8125rem;
	padding-top: 4.125rem;
	position: relative;
	z-index: 2;
}

.grades__bg {
	position: relative;
}

.grades__deco {
	bottom: -3.8125rem;
	height: auto;
	position: absolute;
	width: 9.771875rem;
	z-index: 1;
}

.grades__deco--left {
	left: 10.625rem;
}

.grades__deco--right {
	right: 10.625rem;
}

.grades__voice {
	display: inline-block;
	margin-bottom: 2.5rem;
	margin-left: 50%;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
}

.grades__voice::after {
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid #fff;
	bottom: -0.5rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.grades__voice-text {
	background: #fff;
	border-radius: 3.125rem;
	color: #FF9E00;
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	padding: 0.625rem 2.5rem;
}

.grades__voices {
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 0.3125rem;
}

.grades__voice-image {
	aspect-ratio: 260/243;
	width: 16.25rem;
}

.grades__school {
	padding-top: 5.9375rem;
}

.grades__school-inner {
	background-color: #fff;
	border-radius: 1rem 1rem 0rem 0rem;
	color: #764900;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin: 0 auto;
	margin-top: 2.1875rem;
	max-width: 43.625rem;
	overflow: visible; /* 絶対配置ヘッダーを表示 */
	padding: 0.9375rem 2rem 1.25rem 2rem;
	position: relative;
	text-align: center;
}

.grades__school-header {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem 1rem 0 0;
	box-shadow: 0 -0.125rem 0.3125rem rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	left: 50%;
	padding-bottom: 1.25rem;
	padding-left: 5.9375rem;
	padding-right: 5.9375rem;
	padding-top: 1.625rem;
	position: absolute;
	top: -4.0625rem;
	transform: translateX(-50%);
	z-index: 4;
}

.grades__school-icon-image {
	height: 1.5rem;
	width: 1.5rem;
}

.grades__school-title {
	background-color: #FF9E00;
	border-radius: 1.25rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 auto;
	padding: 0.3125rem 1.3125rem;
	width: 7.6875rem;
}

.grades__school-list {
	display: flex;
	gap: 5.0625rem;
	justify-content: center;
	margin-bottom: 2rem;
	margin-top: 1.25rem;
}

.grades__school-column {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	justify-items: center; /* テキスト幅で中央寄せ */
	list-style: none;
	margin: 0;
	padding: 0;
}

.grades__school-item {
	background: linear-gradient(transparent 60%, #FFE9C4 60%);
	display: inline-block; /* 要素幅=テキスト幅 */
	font-size: 1.5rem;
	font-weight: 700;
	width: -moz-max-content;
	width: max-content; /* Gridの伸長を防止 */
}

.grades__school-item--note {
	background: none;
	font-size: 1.0625rem;
	font-weight: 700;
}

.grades__school-note {
	color: #764900;
	font-size: 1rem;
	font-weight: 700;
}

.header {
	background-color: #ffffff;
	border-radius: 3rem;
	box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.1);
	left: 50%;
	margin-top: 1.25rem;
	max-height: 5.375rem;
	overflow: hidden; /* 86pxを超えないようにクリップ */
	padding-bottom: 0.625rem;
	padding-left: 5.9375rem;
	padding-right: 0.625rem;
	padding-top: 0.625rem;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo-image {
	display: block;
	height: auto;
	width: 5.625rem;
}

.header__logo:hover {
	opacity: 0.8;
}

.header__logo-icon {
	-o-object-fit: contain;
	height: 1.5rem;
	object-fit: contain;
	vertical-align: middle;
	width: 1.5rem;
}

.header__info {
	color: #4b3a1c;
	font-family: "Arial", sans-serif;
	font-size: 0.875rem;
	margin-left: auto;
	margin-right: 1rem;
	text-align: left;
}

.header__time {
	color: #764900;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.header__tel {
	color: #764900;
	font-family: "Akshar", sans-serif;
	font-size: 2.1875rem;
	font-weight: 700;
	font-weight: 500;
	line-height: 1;
	margin-right: 0.625rem;
}

.header__tel-link {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.header__buttons {
	display: flex;
	gap: 0.75rem;
}

.header__button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 2rem;
	display: inline-flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.375rem;
	justify-content: center;
	padding: 1.375rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	white-space: nowrap;
	width: 13.75rem;
}

.header__button-icon {
	-o-object-fit: contain;
	object-fit: contain;
	vertical-align: middle;
}

.header__button--trial .header__button-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.header__button--apply .header__button-icon {
	height: 1.2rem;
	width: 1.2rem;
}

.header__button--trial {
	background-color: #764900;
	color: #fff;
}

.header__button--apply {
	background: #FFC056;
	background: linear-gradient(90deg, rgb(255, 192, 86) 0%, rgb(255, 158, 0) 100%);
	border: 0.0625rem solid #FF9E00;
	color: #fff;
}

.header__button:hover {
	opacity: 0.85;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.lecturer {
	padding-top: 9.75rem;
}

.lecturer__bg {
	background: #FFCC79;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(90deg, rgb(255, 204, 121) 0%, rgb(255, 158, 0) 100%);
	background-size: 3.4375rem 3.125rem, 3.4375rem 3.125rem, auto;
	border-radius: 3.125rem;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto;
	max-width: 80rem;
	padding-bottom: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 4.5625rem;
}

/* 吹き出しタイトル */

.lecturer__heading {
	background-color: #fff;
	border-radius: 2rem;
	color: #FF9E00;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	font-weight: 700;
	margin-bottom: 2.5rem;
	margin-left: 50%;
	padding: 0.625rem 2.5rem;
	position: relative;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
}

.lecturer__heading::after {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 0.75rem 0.625rem 0 0.625rem;
	bottom: -0.625rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.lecturer__grid {
	grid-row-gap: 2.1875rem;
	grid-column-gap: 2.6875rem;
	-moz-column-gap: 2.6875rem;
	column-gap: 2.6875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center; /* グリッド全体を中央寄せ */
	justify-items: start; /* カードは左寄せにして“中央に寄せる” */
	margin: 0 auto; /* ブロック自体も中央に */
	max-width: calc(2 * 18.75rem + 2.6875rem); /* カード幅300に合わせて中心に集める */
	row-gap: 2.1875rem;
	width: 100%;
}

.lecturer__card {
	align-items: flex-start;
	background-color: #fff;
	border-radius: 0.625rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 19.875rem;
	padding-bottom: 1rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.625rem;
	text-align: left;
	width: 20rem;
}

.lecturer__figure {
	align-items: center; /* 画像は中央に */
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	margin: 0;
	width: 100%;
}

.lecturer__avatar {
	aspect-ratio: 1/1; /* 160:160 比率を維持 */
	display: block;
	height: auto;
	width: max(7.5rem, min(35vw, 10rem)); /* 画面に応じて縮小、最大160 */
}

.lecturer__caption {
	align-items: center;
	color: #6b6b6b;
	display: flex;
	font-size: 1rem;
	gap: 0.5rem;
	justify-content: flex-start; /* 役職を左寄せ */
	width: 100%;
}

.lecturer__body {
	-moz-column-gap: 0.375rem;
	align-items: baseline;
	column-gap: 0.375rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.125rem;
	row-gap: 0.5rem;
	text-align: left;
	width: 100%;
}

.lecturer__name,
.lecturer__subtitle {
	margin: 0; /* 横並び時の余計な上下余白を除去 */
}

.lecturer__bio {
	flex-basis: 100%; /* 2行目で本文を横幅いっぱいに */
	margin-top: 0.5rem;
}

.lecturer__name {
	color: #764900;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

.lecturer__subtitle {
	color: #764900;
	font-size: 0.875rem;
	font-weight: 400;
}

.lecturer__bio {
	color: #764900;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.lecturer__role {
	color: #764900;
	font-size: 0.875rem;
	font-weight: 400;
}

.mv {
	max-height: 75rem;
	overflow: hidden;
	position: relative;
}

.mv__img {
	height: auto;
	width: 100%;
}

.mv__img-picture {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* テキストエリア */

.mv__content {
	left: 50%;
	max-width: 120rem;
	position: absolute;
	text-align: left;
	top: 61%;
	transform: translate(-50%, -50%);
	width: 90%;
	z-index: 2;
}

.mv__content-inner {
	max-width: 60rem;
}

.mv__title {
	width: 70%;
}

.mv__title img {
	height: auto;
	width: 100%;
}

.mv__text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

/* アイコンエリア */

.mv__icon {
	bottom: 5%;
	margin-top: 2.1875rem;
	max-width: 90%;
	right: 5%;
	width: 35rem;
}

.mv__icon-image {
	height: auto;
	width: 90%;
}

.reason {
	background: #FF9E00;
	background: linear-gradient(180deg, rgb(255, 192, 86) 0%, rgb(255, 158, 0) 100%);
	border-radius: 0rem 0rem 2.5rem 2.5rem;
	margin-bottom: 6.1875rem;
	margin-top: -3.125rem;
	padding-bottom: 9.375rem;
	padding-top: 4.125rem;
	position: relative;
	z-index: 1;
}

.reason__inner {
	padding-top: 3.125rem;
}

.reason__logo-image {
	height: 6.25rem;
	margin: 0 auto;
	width: 6.875rem;
}

.reason__title {
	align-items: center;
	color: #764900;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	padding-top: 1.875rem;
	text-align: center;
}

.reason__title-text {
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
}

.reason__title-deco {
	font-size: 1.25rem;
	gap: 0.625rem;
	padding-top: 1.625rem;
	width: auto;
}

.reason__section {
	background-color: #fff;
	border-radius: 1.25rem;
	margin: 0 auto;
	max-width: 67.5rem;
	padding: 0.625rem 6.25rem 2.5rem 6.25rem;
	position: relative;
}

.reason__section {
	margin-top: 5.625rem;
}

.reason__section + .reason__section {
	margin-top: 4.75rem;
}

.reason__section-container {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

/* 半円形ヘッダー部分 */

.reason__header {
	align-items: center;
	background-color: #fff;
	border-radius: 4.9375rem 4.9375rem 0 0;
	display: flex;
	flex-direction: column;
	height: 4.9375rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	top: -2.5rem; /* 半円の半分だけ飛び出すように */
	transform: translateX(-50%);
	width: 9.875rem;
}

/* 番号部分 */

.reason__number {
	color: #00B6E4;
	font-family: "Akshar", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.625rem;
}

.reason__subtitle {
	color: #764900;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 1.625rem;
	text-align: center;
}

/* 中身（画像＋テキスト） */

.reason__content {
	align-items: center;
	display: flex;
	gap: 2.125rem;
	margin-top: 1.875rem;
}

.reason__content2 {
	display: flex;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.reason__image {
	aspect-ratio: 298/224;
	margin: 0;
	width: 18.625rem;
}

.reason__image img {
	border-radius: 0.6rem;
	display: block;
	width: 100%;
}

.reason__image2 {
	aspect-ratio: 280/187;
	width: 17.5rem;
}

.reason__text {
	color: #00B6E4;
	flex: 1 1 55%;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.reason__text p {
	color: #764900;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}

.reason__text2 {
	color: #00B6E4;
	flex: 1 1 55%;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.875rem;
	text-align: center;
}

.reason__text2 p {
	color: #764900;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.3125rem;
	text-align: left;
}

.school {
	background-color: #00B6E4;
	background-image: linear-gradient(rgba(255, 255, 255, 0.09) 0.0625rem, transparent 0.0625rem), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0.0625rem, transparent 0.0625rem);
	background-size: 2.5rem 2.5rem;
	border-radius: 2.5rem;
	box-sizing: border-box;
	padding: 3.75rem 1.5625rem;
	padding-bottom: 7.0625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.school__inner {
	margin: 0 auto;
	max-width: 75rem;
	position: relative;
}

.school__badge {
	background: #764900;
	border-radius: 3.125rem;
	left: 50%;
	padding: 0.625rem 2.5rem;
	position: absolute;
	top: -3.75rem;
	transform: translate(-50%, -50%);
}

.school__badge-text {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.school__badge::after {
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid #764900;
	bottom: -0.5625rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.school__cards {
	display: flex; /* PCでは横並び固定。カード幅は親幅の中で等分し、セクションpadding内に収める */
	flex-wrap: nowrap;
	gap: 2.9375rem;
	justify-content: center;
	list-style: none;
	margin-top: 7.5rem;
	padding: 0;
	padding-top: 5.3125rem;
}

/* カード本体 */

.school__card {
	background: #fff;
	border-radius: 1.0625rem 1.0625rem 0 0;
	max-width: none;
	overflow: visible;
	position: relative;
	text-align: center; /* 3列等分（gapはrem(47)）。最小〜最大幅の範囲で比率を保って縮む */
	width: clamp(16.25rem, (100% - (2 * 2.9375rem)) / 3, 20.625rem);
}

/* 画面幅が狭くなるPC領域では、カード幅を保つためにgapを縮める */

/* 出っ張り部分（上部） */

.school__card-header {
	background: transparent;
	height: 2.5rem;
	position: relative;
}

/* 時計アイコン部分の台座 */

.school__icon-wrap {
	background: #fff;
	border-radius: 1.125rem; /* 横幅に応じて中の左右余白を可変にし、カード幅内に収める */
	box-sizing: border-box;
	left: 50%;
	max-width: calc(100% - 1.25rem);
	padding-bottom: 3.125rem;
	padding-left: max(1.75rem, min(6vw, 4.5rem));
	padding-right: max(1.75rem, min(6vw, 4.5rem));
	padding-top: 0.9375rem;
	position: absolute;
	top: -0.625rem;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* 時計アイコン */

.school__icon {
	color: #00B6E4;
	font-size: 1.25rem;
}

/* アイコン画像 - 縦横24pxで固定（比率保持） */

.grades__school-icon-image {
	-o-object-fit: contain;
	display: block;
	flex-shrink: 0;
	height: 1.5rem;
	object-fit: contain;
	width: 1.5rem;
}

/* 画像 */

.school__media {
	border-radius: 0.625rem;
	margin: 0 auto;
	overflow: hidden;
	width: calc(100% - 2rem);
}

.school__image img {
	aspect-ratio: 300/200;
	border-radius: 0.625rem;
	display: block;
}

/* 内容部分 */

.school__content {
	padding-bottom: 1.25rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 1rem;
	width: 100%;
}

.school__title {
	color: #00B6E4;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
	margin-top: 0.9375rem;
	position: relative;
	z-index: 2;
}

.school__address {
	color: #764900;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0.625rem;
	text-align: left;
}

/* ボタン */

.school__btn {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #00B6E4;
	border-radius: 3.125rem;
	color: #00B6E4;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	padding: 0.6875rem 0.8125rem;
	text-decoration: none;
	transition: all 0.2s ease;
	width: 100%;
}

.school__btn:hover {
	background: #e9fbff;
}

.school__btn-arrow {
	font-weight: bold;
	margin-left: 0.375rem;
}

.voice__section {
	margin: 0 auto;
	max-width: 70.875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	text-align: center;
}

/* 吹き出しタイトル */

.voice__title {
	background-color: #FF9E00;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	font-weight: 700;
	margin-bottom: 3rem;
	padding: 0.625rem 2.5rem;
	position: relative;
}

.voice__title::after {
	border-color: #FF9E00 transparent transparent transparent;
	border-style: solid;
	border-width: 0.75rem 0.625rem 0 0.625rem;
	bottom: -0.625rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/* 横3列のカード配置 */

.voice__list {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

/* 各カード */

.voice__item {
	align-items: center;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 20rem;
}

/* 画像 */

.voice__image {
	aspect-ratio: 300/213;
	width: 20rem;
}

.voice__image img {
	border-radius: 0.6rem;
	display: block;
	height: auto;
	width: 100%;
}

/* コメント */

.voice__text {
	color: #764900;
	flex: 1 1 auto; /* 余白を埋めてnameを下に揃える */
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0rem;
	text-align: left;
}

/* 名前 */

.voice__name {
	-moz-text-align-last: left;
	color: #764900;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 1rem;
	text-align: left;
	text-align-last: left;
	width: 100%;
}

@media (min-width: 769px) and (max-width: 1400px) {

.header {
	width: calc(100% - 10rem);
}

}

@media (min-width: 1401px) {

.header {
	max-width: 80rem;
}

}

@media screen and (max-width: 1345px) {

.contact__bg {
	padding-right: 1.25rem;
}

}

@media screen and (max-width: 1255px) {

.contact-container {
	display: block;
}

}

@media screen and (max-width: 1200px) {

.school__cards {
	gap: 2rem;
}

.school__card {
	width: clamp(15rem, (100% - (2 * 2rem)) / 3, 20.625rem);
}

}

@media screen and (max-width: 1170px) {

.grades__deco {
	width: 7.5rem;
}

.mv__content {
	left: 45%;
	width: 65%;
}

}

@media screen and (max-width: 1160px) {

.grades__voice-image {
	aspect-ratio: 240/224;
	width: 15rem;
}

}

@media screen and (max-width: 1140px) {

.header__tel {
	font-size: 1.25rem;
}

.header__button {
	width: auto;
}

}

@media (max-width: 1080px) {

html {
	font-size: 1.4814814815vw;
}

}

@media screen and (max-width: 1080px) {

.school__cards {
	gap: 1.5rem;
}

.school__card {
	width: clamp(13.75rem, (100% - (2 * 1.5rem)) / 3, 20.625rem);
}

}

@media (max-width: 768px) {

.contact-container {
	align-items: stretch;
	flex-direction: column;
}

.contact-button {
	justify-content: center;
}

.contact-card {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.contact-card-body {
	align-items: center;
	margin-left: 0;
}

.contact-card-arrow {
	margin: 0.5rem 0 0 0;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.achievements {
	padding-bottom: 2.9375rem;
	padding-top: 0.875rem;
}

.achievements__inner {
	padding: 0 1.40625rem;
	padding-top: 2.3125rem;
}

.achievements__icon-inner {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.achievements__leaf {
	width: 1.375rem;
}

.achievements__icon-title {
	font-size: 1rem;
}

.achievements__year {
	font-size: 2rem;
}

.achievements__icon-text {
	font-size: 1.375rem;
}

.achievements__row {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.625rem;
	margin-bottom: 0;
	margin-top: 0.625rem;
}

.achievements__item {
	border-bottom: 1px solid #FDAB24;
	padding-bottom: 0rem;
	position: relative;
	width: 100%;
}

.achievements__label {
	font-size: 1.125rem;
}

.achievements__number {
	font-size: 2.5rem;
}

.achievements__unit {
	font-size: 0.875rem;
	margin-left: 0.25rem;
}

.achievements__note {
	bottom: -1.25rem;
	font-size: 0.75rem;
	left: 0;
	margin-top: 0;
	position: absolute;
}

.achievements__row .achievements__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.achievements__label {
	background: #fff;
	padding-right: 1rem;
	z-index: 1;
}

.achievements__number-container {
	align-items: baseline;
	background: #fff;
	display: flex;
	padding-left: 1.25rem;
	z-index: 1;
}

.achievements__item::before {
	background-image: linear-gradient(to right, #FF9F66 0.1875rem, transparent 0.1875rem);
	background-position: 0 0;
	background-size: 0.5rem 0.125rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 0;
}

.contact {
	padding-bottom: 2.9375rem;
}

.contact__bg {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(180deg, rgba(255, 158, 0, 0) 0%, rgba(253, 171, 36, 0.49) 50%, rgb(255, 202, 114) 100%);
	padding: 1.8125rem 0.9375rem;
}

.contact__bg-icon {
	display: none;
}

.contact-left {
	margin-top: 0;
	text-align: center;
}

.contact-title {
	font-size: 1.5rem;
}

.contact-desc {
	font-size: 0.875rem;
}

.contact-right {
	align-items: stretch;
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 1.375rem;
	width: 100%;
}

.contact-buttons {
	flex-direction: column;
	gap: 0.8125rem;
}

.contact-button {
	padding-bottom: 0.9375rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	padding-top: 0.9375rem;
}

.contact-button--trial .contact__button-icon {
	height: 1.55125rem;
	width: 1.25rem;
}

.contact-button--document .contact__button-icon {
	height: 1.55125rem;
	width: 1.55125rem;
}

.contact-card-sp {
	display: flex !important;
}

.contact-card-sp {
	align-items: center;
	justify-content: center; /* SPのみ表示 */
	padding-bottom: 0.875rem;
	text-align: center;
}

.contact-card-sp__text {
	text-align: center;
}

.contact-card-sp__arrow {
	margin-left: 0;
}

.faq {
	padding-bottom: 3.1875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3.75rem;
}

.faq__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
	padding: 0.40625rem 4.875rem;
	width: 18.75rem;
}

.faq__question {
	gap: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.faq__q-label {
	flex: 0 0 1.875rem; /* 縮まない・確実に30固定 */
	font-size: 1.25rem;
	height: 1.875rem;
	min-height: 1.875rem;
	min-width: 1.875rem;
	width: 1.875rem;
}

.faq__q-text {
	font-size: 1rem;
}

.faq__a-label {
	flex-basis: 1.875rem;
	font-size: 1.25rem;
	min-width: 1.875rem;
	width: 1.875rem;
}

.faq__a-text {
	margin-left: 0; /* gapで統一管理 */
}

.flow__section {
	padding-bottom: 4rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 4rem;
}

.flow__title {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
	padding: 0.40625rem 2.625rem;
}

.flow__list {
	gap: 1rem;
	padding-top: 0rem;
}

.flow__item--sp {
	padding: 1rem 0.9375rem;
}

.flow__step {
	height: 3.1875rem;
	width: 3.1875rem;
}

.flow__step-label {
	font-size: 0.875rem;
}

.flow__step-num {
	font-size: 1rem;
}

.flow__heading {
	font-size: 1.125rem;
}

.footer {
	padding-top: 2.1875rem;
}

.footer__logo {
	margin-bottom: 1.1875rem;
}

.footer__catchcopy {
	margin-bottom: 2.625rem;
}

.grades {
	background-size: 1.8125rem 1.8125rem, 1.8125rem 1.8125rem;
	border-radius: 1.25rem;
	overflow-x: hidden; /* SP時のはみ出し防止 */
	padding-bottom: 2.25rem;
	padding-top: 4.8125rem;
}

.grades__deco {
	bottom: -2.25rem;
	width: 4.1825rem;
}

.grades__deco--left {
	left: 0.625rem;
}

.grades__deco--right {
	right: 0.625rem;
}

.grades__voice {
	margin-bottom: 1.25rem;
}

.grades__voice-text {
	font-size: 1.5rem;
	padding: 0.40625rem 3.15625rem;
	width: 18.75rem;
}

.grades__voices {
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1rem;
}

.grades__voice-image {
	aspect-ratio: 240/224;
	width: 15rem;
}

.grades__school {
	padding-top: 4.0625rem;
}

.grades__school-inner {
	border-radius: 1.25rem 1.25rem 0rem 0rem;
	margin-top: 1.25rem;
	padding: 1.1875rem 2rem 3.6875rem 2rem;
}

.grades__school-header {
	min-width: 10.9375rem;
	padding: 2rem 3.125rem 0.625rem 3.125rem;
}

.grades__school-icon-image {
	display: block;
	margin: 0 auto; /* SP時は中央寄せ */
}

.grades__school-list {
	gap: 2.875rem;
	margin-bottom: 1.625rem;
	margin-top: 1.125rem;
}

.grades__school-note {
	font-size: 0.875rem;
}

.header {
	border-radius: 0;
	height: 3.75rem;
	margin-top: 0;
	padding: 0.625rem 0.9375rem;
}

.header__logo-image {
	height: auto;
	width: 3.75rem;
}

.header__buttons {
	gap: 0.25rem;
}

.header__button {
	font-size: 0.75rem;
	gap: 0.25rem;
	padding: 0.71875rem 0.75rem;
	width: auto;
}

.header__button--trial .header__button-icon {
	height: 1rem;
	width: 1rem;
}

.header__button--apply .header__button-icon {
	height: 0.625rem;
	width: 0.625rem;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.lecturer {
	padding-top: 4rem;
}

.lecturer__bg { /* SP: 単色+白の方眼線(29x29) */
	background: #FF9E00;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0.0625rem, transparent 0.0625rem);
	background-size: 1.8125rem 1.8125rem, 1.8125rem 1.8125rem;
	border-radius: 1.25rem;
	padding-bottom: 3.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 3rem;
}

.lecturer__section {
	text-align: center;
}

.lecturer__heading {
	display: block; /* SP時はブロック要素に */
	font-size: 1.5rem;
	margin-bottom: 1.75rem;
	margin-left: 0;
	margin-left: auto; /* 中央寄せ */
	margin-right: auto; /* 中央寄せ */
	max-width: 19.6875rem;
	padding: 0.40625rem 0.0625rem;
	text-align: center;
	transform: none;
	white-space: normal;
}

.lecturer__grid {
	grid-template-columns: repeat(1, 1fr);
	max-width: 20rem;
	row-gap: 1rem;
}

.lecturer__card {
	width: 18.75rem;
}

.lecturer__figure {
	gap: 0.75rem;
}

.lecturer__avatar {
	aspect-ratio: 1/1; /* 160:160 比率を維持 */
	width: 10rem;
}

.lecturer__body {
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.lecturer__bio {
	margin-top: 0;
}

.mv::after {
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 50%, rgb(0, 0, 0) 100%);
	bottom: -3.125rem;
	content: "";
	height: 11.3125rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.mv__img {
	padding-top: 3.875rem;
}

.mv__img-picture {
	aspect-ratio: 375/550; /* 横:375 縦:550 の比率を維持 */
	height: auto;
}

.mv__content {
	bottom: 8rem;
	left: 69%;
	position: absolute;
	text-align: center;
	top: 58%;
	transform: translateX(-50%);
	width: 135%;
}

.mv__content-inner {
	max-width: 100%;
}

.mv__text {
	font-size: 0.875rem;
	margin-left: 0.5rem;
	margin-top: 0.3125rem;
	text-align: left;
}

.reason {
	border-radius: 0rem 0rem 3.125rem 3.125rem;
	margin-bottom: 3.75rem;
	padding-bottom: 0.625rem;
}

.reason__inner {
	padding-top: 2.1875rem;
}

.reason__title {
	font-size: 1.25rem;
	gap: 0rem;
}

.reason__title-text {
	font-size: 1.4375rem;
}

.reason__section {
	margin: 0 auto;
	margin-bottom: 4.0625rem;
	margin-top: 3.75rem;
	max-width: 21.5625rem;
	padding: 0.625rem 0.9375rem 1.5625rem 0.9375rem;
}

.reason__section + .reason__section {
	margin-top: 4.0625rem;
}

.reason__section-container {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.reason__header {
	width: 8.75rem;
}

.reason__number {
	font-size: 2rem;
	margin-top: 0;
}

.reason__subtitle {
	font-size: 0.875rem;
	margin-top: 0.375rem;
	text-align: left;
}

.reason__content {
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.375rem;
}

.reason__content2 {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.reason__image2 {
	width: 100%;
}

.reason__text p {
	font-size: 0.875rem;
}

.school {
	border-radius: 1.25rem;
	padding-bottom: 5.0625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.625rem;
}

.school__badge {
	font-size: 1.5rem;
	padding: 0.40625rem 3.375rem;
	text-align: center;
	width: 18.75rem;
}

.school__badge-text {
	font-size: 1.5rem;
}

.school__cards {
	gap: 4.375rem;
	padding-top: 4.375rem;
}

.school__cards {
	flex-wrap: wrap; /* SPでは折り返し */
}

.school__card {
	margin: 0 auto; /* 中央寄せ */
	max-width: 20.625rem; /* 上限を330に固定 */
	width: 100%; /* 行幅に合わせる */
}

.school__icon-wrap {
	width: 10.4375rem;
}

.voice__section {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 1.0625rem;
}

.voice__title {
	font-size: 1.5rem;
	margin-bottom: 3.0625rem;
	padding: 0.40625rem 3.375rem;
}

.voice__list {
	align-items: center; /* 中央揃え */
	flex-direction: column; /* SPは縦並び */
	gap: 1.875rem;
}

.voice__item {
	margin: 0 auto;
	max-width: 21.5625rem;
	width: 100%;
}

}

@media (max-width: 600px) {

.flow__item {
	-moz-column-gap: 1rem;
	border-radius: 20px;
	column-gap: 1rem;
	grid-template-columns: 90px 1fr; /* SPも横並び */
	padding: 1.5rem 1rem;
	text-align: left;
}

/* Stepラベルと番号を縦並びに */

.flow__step-text {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
