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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

html {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

body {
	color: #274B66;
	font-family: "Noto Sans JP", sans-serif;
}

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

picture,
img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	height: 100%;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

.l-main {
	margin-top: 62px;
	min-height: 100vh;
}

.l-inner {
	padding-inline: 20px;
}

.c-btn {
	align-items: center;
	background: #66B1C5;
	border: 2px solid #66B1C5;
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	padding-block: 12px;
	transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.c-btn:hover {
	background: #FFFFFF;
	color: #66B1C5;
}

.c-btn__text {
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}

.c-btn__icon {
	position: relative;
}

.c-btn__icon::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 10px;
	position: absolute;
	top: -8px;
	width: 18px;
}

.c-btn__icon::after {
	border-color: transparent transparent transparent #66B1C5;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	bottom: 0;
	content: "";
	height: 0;
	left: 17.5px;
	position: absolute;
	top: -2px;
	transition: border-color 0.35s ease;
	width: 0;
}

.c-btn__icon::after:hover {
	border-color: #FFFFFF;
}

.c-btn:hover .c-btn__icon::after {
	border-color: transparent transparent transparent #FFFFFF; /* 白 */
}

.c-btn-contact {
	padding: 20px 64px 20px 29px;
}

.c-btn-contact__content {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-btn-contact__icon-mail {
	background-color: currentColor;
	height: 18px;
	width: 24px;
	-webkit-mask-image: url("../img/icon_btn-mail.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("../img/icon_btn-mail.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.c-btn-contact__text {
	font-size: 18px;
	letter-spacing: 0.05em;
}

.c-btn-contact__icon::before {
	height: 22px;
	left: 13px;
	top: -11px;
	width: 22px;
}

.c-btn-contact__icon::after {
	left: 22px;
	top: -2px;
}

.c-btn-contact--small {
	padding: 12px 60.5px 12px 32.5px;
}

.c-btn-contact__content--small {
	align-items: center;
	display: flex;
	gap: 10px;
}

.c-btn-contact__icon-mail--small {
	background-color: currentColor;
	height: 13px;
	mask-image: url("../img/icon_btn-mail.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 18px;
	-webkit-mask-image: url("../img/icon_btn-mail.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.c-btn-contact__text--small {
	font-size: 16px;
}

.c-btn-contact__icon--small::before {
	left: 10px;
	top: -8px;
}

.c-btn-contact__icon--small::after {
	left: 17.5px;
	top: -2px;
}

.c-btn-detail {
	padding-left: 54.5px;
	padding-right: 82.5px;
}

.c-btn-submit {
	padding-left: 22px;
	padding-right: 50px;
}

.c-btn__deco {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-btn__deco-text {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.c-animated__fadeIn {
	opacity: 0;
	translate: 0 20px;
}

.c-animated__fadeIn.js-show {
	opacity: 1;
	translate: 0;
}

.c-phone {
	display: flex;
	gap: 8px;
}

.c-phone__icon {
	height: 41px;
	width: 31px;
}

.c-phone__number {
	font-family: "Montserrat", system-ui;
	font-size: 24px;
	font-weight: 700;
	margin-top: 7px;
}

.c-phone__number a {
	letter-spacing: 1.1px;
}

.c-phone__time {
	font-size: 12px;
	font-weight: 500;
	margin-top: 9px;
}

.c-phone__nav-pc {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-phone__tel {
	display: flex;
	gap: 4px;
}

.c-phone__icon-nav-pc {
	height: 27px;
	width: 21.6px;
}

.c-phone__number-nav-pc {
	margin-top: 0;
}

.c-phone__time-nav-pc {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1px;
}

.c-title--eg {
	color: #66B1C5;
	display: block;
	font-family: "Montserrat", system-ui;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-title--jp {
	display: block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: -2px;
}

.c-title__center {
	text-align: center;
}

.c-title__left {
	letter-spacing: 0.05em;
	text-align: left;
}

.c-mission-card {
	display: grid;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	place-items: center;
}

.c-mission-card__inner {
	padding-inline: 12px;
}

.c-mission-card__img {
	padding-inline: 33px;
	text-align: center;
}

.c-mission-card__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.c-mission-card__heading {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 6px;
	text-align: center;
}

.c-mission-card__text {
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 8px;
}

.icon_teacher {
	margin-top: 0;
}

.c-reason-card {
	margin-top: 21px;
	padding-top: 20px;
	position: relative;
}

.c-reason-card__head {
	align-items: center;
	background: #66B1C5;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-family: "Montserrat", system-ui;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 0;
	width: 60px;
}

.c-reason-card__head-text {
	font-size: 6px;
}

.c-reason-card__head-number {
	font-size: 30px;
	line-height: 1;
}

.c-reason-card__body {
	background: #F7F7F7;
	border-radius: 20px;
}

.c-reason-card__body-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px 16px;
}

.c-reason-card__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.c-reason-card__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-reason-card__text {
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.c-reason-card__img img {
	border-radius: 5px;
}

.c-teacher-card__img img {
	border-radius: 18px;
}

.c-teacher-card__content {
	margin-top: 16px;
}

.c-teacher-card__subject {
	display: flex;
	gap: 7px;
}

.subject-name {
	background: #66B1C5;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 2px 9px;
}

.c-teacher-card__name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

.c-teacher-card__text {
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 11px;
}

.p-header {
	background: #FFFFFF;
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	padding-inline: 20px;
}

.p-header__body {
	padding-block: 16px;
}

.p-logolink {
	transition: opacity 0.3s;
}

.p-logolink:hover {
	opacity: 0.7;
}

.p-header__logo {
	width: 187.5px;
}

.p-header__nav {
	display: none;
}

.p-header__list {
	display: flex;
	gap: 32px;
}

.p-header__list a {
	background-image: linear-gradient(#274B66, #274B66);
	background-position: bottom right; /* 下線の初期位置 */
	background-repeat: no-repeat;
	background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
	padding-bottom: 3px; /* テキストと下線の間隔 */
	transition: background-size 0.3s;
}

.p-header__list a:hover {
	background-position: bottom left; /* 下線のホバー時位置 */
	background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.p-header__content {
	align-items: center;
	display: flex;
	gap: 24px;
}

.p-drawer__icon {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 18px;
	justify-content: space-between;
	position: fixed;
	right: 22px;
	top: 22px;
	width: 28px;
	z-index: 102;
}

.p-drawer__icon--bar {
	background: #274B66;
	border-radius: 6px;
	height: 3px;
	transition: all 0.5s ease;
	width: 100%;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 7.5px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
	opacity: 0;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -7.5px;
}

.p-drawer {
	background: #ECF6F9;
	height: 100vh;
	height: 100svh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transition: translate 0.4s ease;
	translate: 0 -100%;
	width: 100%;
	z-index: 99;
}

.p-drawer.is-active {
	translate: 0;
}

.p-drawer__body {
	display: none;
	height: -moz-fit-content;
	height: fit-content;
	overflow-y: auto; /* コンテンツが溢れた場合のスクロールを有効に */
	padding: 121px 20px 60px 20px;
	pointer-events: auto;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
}

/* body固定用のスタイル */

body.is-fixed-drawer {
	overflow: hidden;
}

.p-drawer__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	row-gap: 34px;
}

.p-drawer__list li a {
	color: #274B66;
	font-size: 14px;
	font-weight: 500;
}

.p-drawer__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.p-drawer__phone-text {
	margin-top: -8px;
}

.p-drawer__phone-time {
	margin-top: 2px;
}

.p-drawer__btn {
	margin-top: -7px;
	text-align: center;
}

.p-drawer__list a {
	position: relative;
}

.p-drawer__list a::after {
	background: #274B66;
	bottom: -7px; /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.1s ease;
	width: 100%;
}

.p-drawer__list a:hover::after {
	opacity: 1;
	transition-delay: 0.2s;
}

.p-fv {
	background-image: url(../img/bg-square-sp.png);
	background-size: contain;
	padding-top: 40px;
}

.p-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	padding-bottom: 40px;
	padding-inline: 20px;
}

.p-fv__title {
	font-weight: 700;
	line-height: 1.5;
}

.p-fv__title-head {
	display: flex;
	flex-direction: column;
	font-size: 40px;
	letter-spacing: 0.03em;
}

.p-fv-yellow {
	color: #E9C243;
}

.p-fv__title-sub {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-top: 16px;
}

.p-fv__swiper {
	margin-top: 40px;
}

.p-fv__cta {
	margin-top: 25px;
	text-align: center;
}

.p-fv__cta-note {
	animation: pop 2s infinite;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-fv__cta-button {
	display: grid;
	margin-top: 5px;
	place-content: center;
}

/* ボタン本体（あなたのbutton） */

#btn_animation {
	overflow: hidden; /* 擬似要素がはみ出さないように */
	position: relative;
}

/* 光のスラッシュ */

#btn_animation::before {
	animation: btn_animation 2.5s ease-in-out infinite;
	background-color: #fbfbfb;
	content: "";
	height: 100%;
	left: 0; /* クリックできなくなるのを防ぐ */
	pointer-events: none;
	position: absolute;
	top: -180px;
	width: 30px;
}

/* アニメーション（webkitなしでもOK。必要なら両方書く） */

.p-fv__swiper.is-swiper1 .swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.15); /* 初期は大きめ */
}

.p-fv__swiper.is-swiper1 .swiper-slide img.is-zoomdown {
	animation: zoomDown 6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.p-fv-swiper-wrapper {
	overflow: hidden;
}

.p-fv__pagination.is-swiper1 {
	bottom: -14px !important;
	display: flex;
	gap: 12px;
	left: 50% !important;
	position: relative;
	transform: translate(-50%, -50%);
	width: 54px; /* 丸（未選択） */ /* 丸（選択中） */
}

.p-fv__pagination.is-swiper1 .swiper-pagination-bullet {
	background: transparent; /* 塗り */
	border: 1px solid #66B1C5; /* 枠線 */
	border-radius: 50%;
	height: 10px;
	margin: 0; /* Swiper標準の余白を消す */
	opacity: 1; /* Swiper標準の薄さを無効化 */
	width: 10px;
}

.p-fv__pagination.is-swiper1 .swiper-pagination-bullet-active {
	background: #66B1C5;
	border-color: #66B1C5;
}

.p-footer {
	background: #ECF6F9;
}

.p-footer__inner {
	padding-block: 60px;
	padding-inline: 20px;
}

.p-footer__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-footer__logo {
	height: 36px;
	width: 225px;
}

.p-footer-phone__number {
	margin-top: 0;
}

.p-footer-phone__time {
	margin-top: 1px;
}

.p-footer__nav {
	border-bottom: 1px solid #274B66;
	margin-top: 44px;
	padding-bottom: 26px;
}

.p-footer__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
	gap: 35px;
}

.p-footer__list a {
	background-image: linear-gradient(#274B66, #274B66);
	background-position: bottom right; /* 下線の初期位置 */
	background-repeat: no-repeat;
	background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
	padding-bottom: 3px; /* テキストと下線の間隔 */
	transition: background-size 0.3s;
}

.p-footer__list a:hover {
	background-position: bottom left; /* 下線のホバー時位置 */
	background-size: 100% 1px; /* 下線の横幅を100%にする */
}

.p-footer__lower {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-top: 32px;
}

.p-footer__sns {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.p-footer__sns img {
	height: 40px;
	width: 40px;
}

.p-footer__sns--instagram {
	transition: opacity 0.3s;
}

.p-footer__sns--instagram:hover {
	opacity: 0.7;
}

.p-footer__sns--facebook {
	transition: opacity 0.3s;
}

.p-footer__sns--facebook:hover {
	opacity: 0.7;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-mission {
	background: #F7F7F7;
}

.p-mission__inner {
	padding-bottom: 58px;
	padding-top: 81px;
}

.p-mission__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 335px;
}

.p-mission__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 496px;
}

.p-mission__text {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 24px;
}

.p-mission__cards {
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}

.p-mission__cards .c-mission-card:nth-child(n+2) {
	position: relative;
}

.p-mission__cards .c-mission-card:nth-child(n+2)::before {
	background-image: repeating-linear-gradient(90deg, #B4ADAD, #B4ADAD 4px, transparent 4px, transparent 8px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.card-margin {
	margin-bottom: 27px;
}

.p-cta1 {
	overflow: hidden;
	position: relative;
}

.p-cta__bg {
	overflow: hidden;
	position: relative;
}

.p-cta__bg::after {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.p-cta__bg img {
	position: relative;
	z-index: 0;
}

.parallax {
	height: 493px;
	overflow: hidden;
	width: 100%;
}

.parallax img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-cta1__body {
	left: 50%;
	min-width: 335px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.p-cta1__heading {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-cta1__text {
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	line-height: 1.8;
	margin-top: 21px;
}

.p-cta1__btn {
	display: grid;
	margin-top: 32px;
	place-content: center;
}

.p-cta2 {
	overflow: hidden;
	position: relative;
}

.p-cta2__body {
	background: #FFFFFF;
	border-radius: 20px;
	left: 50%;
	min-width: 335px;
	padding-block: 40px;
	padding-top: 39px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	z-index: 5;
}

.p-cta2__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 17px;
}

.p-cta2__heading {
	color: #274B66;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-cta2__phone {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-cta2__phone-text {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-cta-phone__tel {
	align-items: center;
	gap: 8px;
	letter-spacing: 0.05em;
}

.p-phone-liteblue {
	height: 33px;
	width: 22px;
}

.p-cta2-phonenumber {
	color: #66B1C5;
	font-size: 35px;
}

.p-cta-time {
	letter-spacing: 0.05em;
	margin-top: 0;
}

.p-cta2__btn {
	margin-top: 3px;
}

.p-cta2-btn__inner {
	margin-top: 4px;
	padding-right: 40px;
}

.p-reason {
	background-image: url(../img/bg-square-sp.png);
	background-size: contain;
}

.p-reason__inner {
	padding-bottom: 80px;
	padding-top: 45px;
}

.p-reason__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.p-reason__heading {
	margin-top: 36px;
}

.p-reason-title {
	position: relative;
}

.p-reason-title::after {
	background-image: url(../img/icon-female-sp.png);
	background-size: contain;
	content: " ";
	height: 113px;
	position: absolute;
	right: 15px;
	top: -36px;
	width: 56px;
}

.p-reason__heading-icon {
	width: 56px;
}

.p-teacher {
	background: #F7F7F7;
}

.p-teacher__inner {
	padding-bottom: 46px;
	padding-left: 20px;
	padding-top: 80px;
}

.card {
	overflow: hidden;
	padding-bottom: 143px;
	padding-top: 40px;
}

.card__inner {
	margin-inline: auto;
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
	position: relative;
}

/* 位置のreset */

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: unset;
	left: unset;
	margin: 0;
	padding: 0;
	right: unset;
	top: unset;
}

/* =============================
   ページネーション (progressbar)
============================= */

/* 位置の設定と外枠 */

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	background: #B4ADAD;
	border-radius: 10px;
	height: 8px;
	left: 76px;
	overflow: hidden;
	top: calc(100% + 86px);
	translate: -50%;
	width: 150px;
}

/* activeな部分 */

.swiper-pagination-progressbar.is-swiper2 .swiper-pagination-progressbar-fill {
	background: #66B1C5;
	border-radius: 10px;
}

/* =============================
   ナビゲーションボタン
============================= */

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
}

/* 各ボタンのカスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	height: 40px;
	top: calc(100% + 71px);
	transition: opacity 0.3s;
	width: 40px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.7;
}

.swiper-button-prev {
	right: 83px;
}

.swiper-button-next {
	right: 22px;
}

/* モーダル開時に背景のスクロールを防ぐ */

html:has(dialog[open]) {
	overflow: hidden;
}

.p-course {
	background: #ECF6F9;
}

.p-course__inner {
	padding-bottom: 80px;
	padding-top: 81px;
}

.p-course__heading {
	position: relative;
}

.p-course__heading::after {
	background-image: url(../img/icon-course-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 101px;
	position: absolute;
	right: 10px;
	top: -11px;
	width: 73px;
}

.p-course__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	max-width: 880px;
	position: relative;
}

.p-course__tab-list {
	align-items: flex-end;
	display: flex;
}

.p-course__tab-menu {
	align-items: center;
	background-color: #F7F7F7;
	border-radius: 10px 10px 0px 0px;
	color: #B4ADAD;
	cursor: pointer;
	display: flex;
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-course__tab-menu.current {
	background-color: #FFFFFF;
	color: #66B1C5;
	height: 4.0625rem;
}

.p-course__content-box {
	background-color: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	display: none;
	width: 100%;
}

.p-course__content-box-inner {
	padding-bottom: 31px;
	padding-inline: 16px;
	padding-top: 37px;
}

.p-course__boxes {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-content: center;
}

.p-course__box-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.p-course__box-text {
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 13px;
}

.p-course__btn {
	cursor: pointer;
	display: grid;
	margin-top: 35px;
	place-content: center;
}

.modal__content {
	border: none;
	border-radius: 40px;
	padding: 40px 16px;
}

.modal__body {
	color: #274B66;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
}

.modal__text-head {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.modal__course-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	padding-inline: 16px;
}

.modal__course-plan {
	display: flex;
	gap: 8px;
	height: 8.6875rem;
	margin-top: 16px;
}

.modal__course-plan-body {
	width: 100%;
}

.modal__course-plan-name {
	background: #66B1C5;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	height: 2.1875rem;
	line-height: 1.8;
	padding-block: 3px;
	text-align: center;
}

.modal__course-text {
	letter-spacing: 0.05rem;
}

.modal__course-plan-detail {
	letter-spacing: 0.05rem;
	margin-top: 8px;
}

.modal__close-btn {
	height: 40px;
	position: absolute;
	right: 13px;
	top: 24px;
	transition: opacity 0.3s;
	width: 40px; /* iOS Safariのタップ時の青いハイライトを消す */
	-webkit-tap-highlight-color: transparent;
}

.modal__close-btn:hover {
	opacity: 0.7;
}

/* フォーカスリング（青線）を消す */

.modal__close-btn:focus,
.modal__close-btn:focus-visible {
	box-shadow: none;
	outline: none;
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-faq {
	background: #F7F7F7;
}

.p-faq__inner {
	padding-bottom: 81px;
	padding-top: 82px;
}

.p-faq__heading {
	position: relative;
}

.p-faq__heading::after {
	background-image: url(../img/icon-faq-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 85.99px;
	position: absolute;
	right: 10px;
	top: -11px;
	width: 77.01px;
}

.p-faq__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	position: relative;
}

.p-faq__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 40px;
}

.p-faq__item.is-opened .p-faq__accordion-button::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__box {
	align-items: flex-start;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 17px;
	padding-bottom: 15px;
}

.p-faq__icon {
	border-radius: 50%;
	color: #FFFFFF;
	display: grid;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	line-height: 1.5;
	place-items: center;
	width: 36px;
}

.p-faq__head-icon {
	background-color: #66B1C5;
	font-family: "Montserrat", system-ui;
}

.p-faq__head-text {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-faq__accordion-button {
	height: 16px;
	position: relative;
	width: 16px;
}

.p-faq__accordion-button::after {
	background: #66B1C5;
	content: "";
	height: 2px;
	position: absolute;
	right: -10px;
	top: 27px;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 16px;
}

.p-faq__accordion-button::before {
	background: #66B1C5;
	content: "";
	height: 16px;
	position: absolute;
	right: 4px;
	top: 27px;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 2px;
}

.p-faq__content-inner {
	display: flex;
	gap: 12px;
	padding-inline: 12px;
	padding-top: 21px;
}

.p-faq__a-icon {
	background-color: #E9C243;
	font-family: "Montserrat", system-ui;
}

.p-faq__a-text {
	letter-spacing: 0.05em;
	line-height: 1.6;
}

summary {
	display: block;
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

/* 回答エリア：閉じた初期状態 */

.js-accordionContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.4s ease, opacity 0.4s ease;
}

/* 開いている時：JSが is-opened を details につける */

.js-details.is-opened .js-accordionContent {
	opacity: 1;
}

.p-contact__inner {
	padding-bottom: 80px;
	padding-top: 81px;
}

.p-contact__body {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 41px;
	max-width: 640px;
}

.p-contact-name {
	display: flex;
	gap: 15px;
	margin-top: 8px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

.visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.contact__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-field__label {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.form-field__tag {
	color: #DC5D5C;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.form-text {
	background: #F7F7F7;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 16px;
	padding-top: 13px;
	width: 100%;
}

.form-text::-moz-placeholder {
	color: #B4ADAD;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.form-text::placeholder {
	color: #B4ADAD;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.form-text:not(:-moz-placeholder),
.form-textarea:not(:-moz-placeholder) {
	color: #274B66;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.form-text:not(:placeholder-shown),
.form-textarea:not(:placeholder-shown) {
	color: #274B66;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.p-contact-address {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.address {
	flex: 1;
}

.form-select {
	background: #F7F7F7;
	border: 1px solid transparent;
	border-radius: 8px;
	padding: 16px;
	padding-top: 13px;
	width: 100%;
}

.form-select::-moz-placeholder {
	color: #B4ADAD;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.form-select::placeholder {
	color: #B4ADAD;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.form-select.is-selected {
	color: #274B66;
}

.form-select option {
	color: #274B66;
}

.form-select-wrapper {
	cursor: pointer;
	position: relative;
}

.form-select-wrapper::before,
.form-select-wrapper::after {
	content: " ";
	position: absolute;
}

.form-select-wrapper::before {
	background: url(../img/icon-contact-arrow.svg) no-repeat center center/contain;
	height: 7px;
	right: 22px;
	top: 25px;
	width: 11px;
	z-index: 1;
}

.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #B4ADAD;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 16px;
	width: 100%;
}

.form-field__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 44px;
}

.form-radio {
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
}

.form-radio__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-radio__input:checked + .form-radio__text::after {
	opacity: 1;
}

.form-radio__text {
	font-size: 14px;
	font-weight: 500;
	padding-left: 32px;
	position: relative;
}

.form-radio__text::before,
.form-radio__text::after {
	border-radius: 4px;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-radio__text::before {
	background: #F7F7F7;
	border: 1px solid #B4ADAD;
	height: 20px;
	left: 0;
	width: 20px;
}

.form-radio__text::after {
	background: url(../img/icon-contact-check.svg) no-repeat center center/contain;
	height: 12px;
	left: 2px;
	opacity: 0;
	width: 16px;
}

.form-textarea {
	background: #F7F7F7;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 14px;
	height: 240px;
	padding: 15px;
	width: 100%;
}

.form-textarea::-moz-placeholder {
	color: #B4ADAD;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.form-textarea::placeholder {
	color: #B4ADAD;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.contact__privacy {
	font-weight: 500;
	text-align: center;
}

.form__checkbox {
	cursor: pointer;
}

.form-checkbox__input {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
	opacity: 1;
}

.form-checkbox__text {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-left: 32px;
	position: relative;
}

.form-checkbox__text::before,
.form-checkbox__text::after {
	content: " ";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.form-checkbox__text::before {
	background: #F7F7F7;
	border: 1px solid #B4ADAD;
	border-radius: 4px;
	height: 20px;
	transition: border-color 0.3s;
	width: 20px;
}

.form-checkbox__text::after {
	background: url(../img/icon-contact-check.svg) no-repeat center center/contain;
	height: 12px;
	left: 2px;
	opacity: 0;
	width: 16px;
}

.contact__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: -11px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__button::before {
	background: #FFFFFF;
	border-radius: 50%;
	content: "";
	height: 18px;
	position: absolute;
	right: 22px;
	top: 17px;
	width: 18px;
}

.contact__button::after {
	border-color: transparent transparent transparent #66B1C5;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: 28px;
	top: 23px;
	transition: border-color 0.35s ease;
	width: 0;
}

.contact__button:hover::before {
	background: #66B1C5;
}

.contact__button:hover::after {
	border-color: transparent transparent transparent #FFFFFF;
}

.contact-button {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	padding: 11px 47px 11px 22px;
}

.form-text.is-error,
.form-textarea.is-error,
.form-select.is-error,
.form-radio__input.is-error,
.form-checkbox__input.is-error {
	background-color: #F4D9D9;
	border: 1px solid #DC5D5C;
}

.form-radio__input.is-error + .form-radio__text::before,
.form-field__radios.is-error .form-radio__text::before,
.form-checkbox__input.is-error + .form-checkbox__text::before {
	border: 1px solid #DC5D5C;
}

.form-text:focus,
.form-textarea:focus,
.form-select:focus,
.form-checkbox__input:focus {
	outline: none; /* ブラウザデフォルトのアウトラインを削除 */
}

/* フォーカス時のスタイル - エラーがない場合のみ適用 */

.form-text:focus:not(.is-error),
.form-textarea:focus:not(.is-error),
.form-select:focus:not(.is-error),
.form-checkbox__input:focus:not(.is-error) {
	border: 1px solid #66B1C5;
	outline: none;
}

.contact__error-message {
	color: #DC5D5C;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

.p-button-cta {
	display: none;
}

.u-pointer__none {
	pointer-events: none !important;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

summary:hover {
	cursor: pointer;
}

}

@media (min-width: 385px) and (max-width: 768px) {

.p-faq__accordion-button::after {
	top: 18px;
}

.p-faq__accordion-button::before {
	top: 18px;
}

}

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

.p-cta__bg2 {
	height: 375px;
}

}

@media (min-width: 749.5px) and (max-width: 1023.5px) {

.p-cta2__body {
	min-width: 640px;
	padding-block: 20px;
	width: 40rem;
}

}

@media (min-width: 750px) and (max-width: 831.5px) {

.parallax {
	aspect-ratio: 1023/500;
	height: auto;
}

}

@media (min-width: 750px) and (max-width: 1023.5px) {

.p-cta2__content {
	align-items: flex-start;
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: center;
	margin-top: 33px;
}

}

@media (min-width: 750px) and (max-width: 768px) {

.p-cta2__heading br.u-sp.u-tb {
	display: none;
}

}

@media (min-width: 768px) and (max-width: 999.5px) {

.c-mission-card:nth-child(2n) .c-mission-card__inner {
	padding-left: 24px;
}

.p-mission__cards {
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	padding-inline: 0;
	width: calc(75% - 6px);
}

.p-mission__cards .c-mission-card {
	flex-wrap: wrap;
	width: calc(50% - 6px);
}

.p-mission__cards .c-mission-card:nth-child(n+2)::before {
	width: 0;
}

.p-mission__cards .c-mission-card:nth-child(2n) {
	position: relative;
}

.p-mission__cards .c-mission-card:nth-child(2n)::before {
	background-image: repeating-linear-gradient(180deg, #B4ADAD, #B4ADAD 4px, transparent 4px, transparent 8px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 1px 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

}

@media (min-width: 768px) {

.c-reason-card__head {
	left: -21px;
}

.c-reason-card__body-inner {
	align-items: center;
	flex-direction: row;
	gap: 10px;
	padding: 30px;
	padding-bottom: 25px;
	padding-top: 30px;
}

.c-reason-card__title {
	font-size: 16px;
}

.c-reason-card__text {
	font-size: 14px;
}

.c-reason-card__img {
	border-radius: 10px;
	flex-shrink: 0;
	width: 180px;
}

.p-fv {
	padding-top: 10px;
}

.p-fv__inner {
	max-width: 1440px;
	padding-left: 20px;
	padding-right: 0;
}

.p-fv__title {
	margin-top: clamp(2.6875rem, 8vw, 5.9375rem);
	z-index: 2;
}

.p-fv__title-head {
	font-size: clamp(1.875rem, 4vw, 2.5rem);
}

.p-fv__title-sub {
	font-size: clamp(0.875rem, 2vw, 1.0625rem);
}

.p-fv__swiper {
	margin-top: 0;
}

.p-fv-swiper-wrapper {
	height: auto;
}

.p-fv__cta {
	margin-top: clamp(-4.6875rem, 6vw, 5.9375rem);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.p-fv__cta-note {
	font-size: clamp(0.9375rem, 2vw, 1.0625rem);
}

.p-fv__cta-button {
	z-index: 2;
}

.p-fv__cta-button .c-btn-contact__icon::before {
	left: -21px;
	top: -10px;
}

.p-fv__cta-button .c-btn-contact__icon::after {
	left: -11.5px;
}

.p-fv-btn {
	gap: 29px;
	padding-block: 15px;
	padding-inline: 11.5px;
}

.p-fv-btn .p-fv-btn__text {
	font-size: 15px;
}

.p-fv__inner {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(12, 1fr); /* 12列 */
	grid-template-rows: auto auto; /* 2行 */
}

.p-fv__title {
	grid-column: 1/6;
	grid-row: 1;
}

.p-fv__cta {
	grid-column: 1/6;
	grid-row: 2;
}

.p-fv__swiper {
	grid-column: 4/13;
	grid-row: 1/3;
}

.p-footer__content {
	align-items: self-start;
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.p-footer__nav {
	margin-top: 30px;
	padding-bottom: 34px;
}

.p-footer__list {
	flex-direction: row;
	gap: 24px;
}

.p-footer__lower {
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 34px;
}

.p-mission__body {
	max-width: 97.65625%;
}

.p-mission__cards {
	flex-direction: row;
}

.p-cta1__heading {
	font-size: 24px;
	margin: 0 auto;
	max-width: 662px;
	white-space: nowrap;
}

.p-cta1__text {
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	max-width: 355px;
}

.p-cta1__btn {
	margin-top: 12px;
}

.p-cta1-btn__inner {
	padding-block: 10px;
}

.p-cta2__heading {
	font-size: 24px;
	margin: 0 auto;
	max-width: 662px;
	white-space: nowrap;
}

.p-reason__body {
	align-items: start;
	display: grid;
	gap: 7.8125%;
	grid-template-columns: 215px 1fr;
	max-width: 880px;
}

.p-reason__heading {
	align-items: flex-start;
	align-self: start;
	position: sticky;
	top: 120px;
}

.p-reason-title::after {
	height: 113px;
	right: -9px;
	top: 0;
	width: 56px;
}

.p-reason__cards {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: 152px;
	top: calc(100% + 90px);
	width: 300px;
}

.p-course__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	text-align: left;
}

.p-course__content-box-inner {
	padding: 32px 40px;
}

.p-course__box-title {
	text-align: left;
}

.modal__course {
	margin-left: auto;
	margin-right: auto;
	min-width: 540px;
}

.modal__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding: 80px;
}

.modal__course-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-faq__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	text-align: left;
}

.p-faq__accordion-button::after {
	top: 18px;
}

.p-faq__accordion-button::before {
	top: 18px;
}

.u-tb {
	display: none !important;
}

}

@media (min-width: 769px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

}

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

.p-cta__bg2 {
	aspect-ratio: 1023/500;
	height: auto;
}

}

@media (min-width: 832px) and (max-width: 1023.5px) {

.parallax {
	aspect-ratio: 1023/350;
	height: auto;
}

.p-cta__bg2 {
	aspect-ratio: 1023/350;
	height: auto;
}

}

@media (min-width: 1000px) {

.p-mission__cards .c-mission-card {
	width: 25%;
}

.p-mission__cards .c-mission-card:nth-child(n+2)::before {
	background-image: repeating-linear-gradient(180deg, #B4ADAD, #B4ADAD 4px, transparent 4px, transparent 8px);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 1px 100%;
	height: 100%;
	width: 1px;
}

.animated__fadeIn {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

.animated__fadeIn-delay {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn-delay.js-show {
	opacity: 1;
	translate: 0 0;
}

}

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

.parallax {
	aspect-ratio: 1390/410;
	height: auto;
}

.p-cta1__text {
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	max-width: 600px;
}

.p-cta1__btn {
	margin-top: 22px;
}

.p-cta__bg2 {
	aspect-ratio: 1390/432;
	height: auto;
}

}

@media (min-width: 1024px) {

.c-btn-contact {
	gap: 37px;
	padding-inline: 31.5px;
}

.c-btn-contact__text {
	font-size: 20px;
}

.c-btn-contact__icon::before {
	left: -21px;
	top: -10px;
}

.c-btn-contact__icon::after {
	left: -12px;
}

.c-btn__deco-text {
	font-size: 20px;
	line-height: 1.6;
}

.c-title--jp {
	font-size: 35px;
}

.c-mission-card {
	margin-bottom: 0;
}

.c-mission-card__inner {
	padding-inline: 14px;
}

.c-mission-card__img {
	padding-inline: 0px;
}

.c-mission-card__text {
	margin-top: 13px;
	padding-inline: 10px;
}

.icon_teacher {
	margin-top: -24px;
}

.c-reason-card {
	padding-top: 12px;
}

.c-reason-card__head {
	left: -21px;
}

.c-reason-card__head-text {
	margin-top: 6px;
}

.c-reason-card__body {
	max-width: 766px;
}

.c-reason-card__body-inner {
	align-items: center;
	flex-direction: row;
	gap: 40px;
	padding: 30px;
	padding-bottom: 25px;
	padding-top: 27px;
}

.c-reason-card__content {
	margin-top: -1px;
}

.c-reason-card__title {
	font-size: 22px;
}

.c-reason-card__text {
	font-size: 16px;
}

.c-reason-card__img img {
	border-radius: 10px;
}

.c-reason-card__img {
	border-radius: 10px;
	flex-shrink: 0;
	width: 306px;
}

.c-teacher-card__img img {
	border-radius: 20px;
}

.c-teacher-card__content {
	margin-top: 13px;
}

.c-teacher-card__name {
	font-size: 22px;
}

.c-teacher-card__text {
	margin-top: 13px;
}

.p-header__body {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1360px;
	padding: 11px 0px;
}

.p-header__logo {
	width: 225px;
}

.p-header-tel-pc {
	align-items: center;
}

.p-fv {
	background-image: url(../img/bg-square-pc.png);
	padding-top: 7px;
}

.p-fv__inner {
	max-width: 1440px;
	padding-left: 3.25rem;
	padding-right: 0;
}

.p-fv__title {
	margin-top: clamp(0rem, 11.5vw, 10.4375rem);
	z-index: 2;
}

.p-fv__swiper {
	margin-top: 10px;
}

.p-fv-swiper-wrapper {
	height: auto;
	width: auto;
}

.p-fv__cta {
	margin-top: -55px;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.p-fv__cta-note {
	font-size: 20px;
}

.p-fv__cta-button {
	margin-top: 4px;
}

.p-fv-btn {
	gap: 37px;
	padding-block: 20px;
	padding-left: 33px;
	padding-right: 31.5px;
}

.p-fv-btn .p-fv-btn__text {
	font-size: 20px;
}

.p-fv__pagination.is-swiper1 {
	bottom: -29px !important;
}

.p-fv__inner {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(11, 1fr);
	grid-template-rows: auto auto;
}

.p-fv__title {
	grid-column: 1/5;
	grid-row: 1;
}

.p-fv__cta {
	grid-column: 1/5;
	grid-row: 2;
}

.p-fv__swiper {
	grid-column: 4/-1;
	grid-row: 1/3;
}

.animated__fadeIn-fv {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn-fv.js-show {
	opacity: 1;
	translate: 0 0;
}

.js-fv-img {
	clip-path: circle(0% at 50% 50%);
	overflow: hidden;
	will-change: clip-path;
}

/* 1行ずつマスク */

.fv-line {
	display: block;
	overflow: hidden;
}

/* 行の中身を下に隠しておく */

.fv-line__inner {
	display: inline-block;
	transform: translateY(110%);
	will-change: transform;
}

.js-fv-sub {
	clip-path: inset(0 0 100% 0); /* 下方向へ隠す */
	will-change: clip-path;
}

.js-fv-btnwrap {
	opacity: 0;
	transform: none !important;
	will-change: opacity;
}

.p-footer__body {
	margin: 0 auto;
	max-width: 1040px;
}

.p-footer__content {
	align-items: self-start;
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.p-footer__nav {
	margin-top: 25px;
	padding-bottom: 27px;
}

.p-footer__list {
	flex-direction: row;
	gap: 27px;
}

.p-footer__lower {
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.p-mission__inner {
	padding-bottom: 115px;
	padding-top: 122px;
}

.p-mission__body {
	max-width: 1240px;
}

.p-mission__cards {
	margin-top: 62px;
	padding-inline: 40px;
}

.p-mission__cards {
	flex-direction: row;
}

.card-margin {
	margin-bottom: 0;
}

.p-cta1 {
	max-height: 520px;
}

.parallax img {
	height: calc(100% + 200px);
}

.p-cta1__heading {
	font-size: 35px;
	margin: 0 auto;
	max-width: 662px;
	white-space: nowrap;
}

.p-cta1-btn__inner {
	padding-block: 20px;
}

.p-cta2 {
	max-height: 520px;
}

.p-cta2__body {
	min-width: 640px;
	width: 55rem;
}

.p-cta2__content {
	align-items: flex-start;
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 46px;
	justify-content: center;
	margin-top: 33px;
}

.p-cta2__heading {
	font-size: 35px;
	margin: 0 auto;
	max-width: 662px;
	white-space: nowrap;
}

.p-cta2__phone {
	gap: 0;
	margin-top: -12px;
}

.p-cta2__phone-content {
	margin-top: 2px;
}

.p-cta2__btn {
	margin-top: 0;
}

.p-reason {
	background-image: url(../img/bg-square-pc.png);
}

.p-reason__inner {
	padding-bottom: 120px;
	padding-top: 85px;
}

.p-reason__body {
	align-items: start;
	display: grid;
	gap: 12.4193548387%;
	grid-template-columns: 320px 1fr;
	max-width: 1240px;
}

.p-reason__heading {
	align-items: flex-start;
	align-self: start;
	position: sticky;
	top: 120px;
}

.p-reason-title::after {
	background-image: url(../img/icon-female-pc.png);
	height: 172px;
	right: -9px;
	top: 0;
	width: 85px;
}

.p-reason__heading-icon {
	width: 85px;
}

.p-reason__cards {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.animated__fadeIn-reason {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn-reason.js-show {
	opacity: 1;
	translate: 0 0;
}

.p-teacher__inner {
	padding-bottom: 114px;
	padding-inline: 0px;
	padding-left: max(20px, 50% - 620px);
	padding-top: 120px;
}

.card {
	padding-bottom: 120px;
	padding-top: 64px;
}

.card__swiper-container {
	display: flex;
	flex-direction: row;
}

.swiper-button-prev,
.swiper-button-next {
	top: calc(100% + 74px);
}

.swiper-button-prev {
	left: calc(100% - 201px);
	right: 54px;
}

.swiper-button-next {
	left: calc(100% - 140px);
	right: 0;
}

.p-course__inner {
	padding-block: 120px;
}

.p-course__heading::after {
	display: none;
}

.p-course__head {
	text-align: center;
}

.p-course__body::before {
	background-image: url(../img/icon-course-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 166px;
	left: -118px;
	position: absolute;
	width: 122px;
	z-index: 10;
}

.p-course__body {
	margin-top: 65px;
}

.p-course__content-box-inner {
	padding-bottom: 38px;
	padding-inline: 0;
	padding-top: 42px;
}

.p-course__boxes {
	align-items: center;
	gap: 24px;
	margin-left: auto;
	margin-right: auto;
	max-width: 584px;
}

.p-course__box-title {
	font-size: 22px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-course__box-text {
	font-size: 16px;
}

.p-course__btn {
	margin-top: 36px;
}

.modal__course {
	margin-left: auto;
	margin-right: auto;
	min-width: 665px;
}

.modal__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 905px;
	padding: 80px 120px;
}

.modal__body {
	gap: 40px;
}

.modal__course-heading {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.modal__text-head {
	font-size: 22px;
}

.modal__course-text {
	font-size: 16px;
}

.modal__course-plan {
	gap: 24px;
}

.modal__course-plan-name {
	font-size: 16px;
}

.modal__course-plan-detail {
	margin-top: 12px;
}

.p-faq__inner {
	padding-bottom: 119px;
	padding-top: 121px;
}

.p-faq__items {
	gap: 32px;
	margin-top: 61px;
}

.p-faq__box {
	align-items: center;
	gap: 24px;
	padding-block: 16px;
	padding-inline: 24px;
}

.p-faq__head-text-1 {
	margin-left: 5px;
}

.p-faq__accordion-button::after {
	height: 2px;
	right: -8px;
	top: 9px;
	width: 16px;
}

.p-faq__accordion-button::before {
	height: 16px;
	right: 6px;
	top: 9px;
	width: 2px;
}

.p-faq__content-inner {
	gap: 24px;
	padding-inline: 26px;
	padding-top: 15px;
}

.p-contact__inner {
	padding-block: 120px;
	padding-top: 123px;
}

.p-contact__body {
	gap: 22px;
	margin-top: 60px;
}

.p-contact-name {
	gap: 40px;
}

.contact__field:nth-child(7) {
	margin-top: 5px;
}

.form-field {
	flex-shrink: 0;
	width: 180px;
}

.form-field__title {
	white-space: nowrap;
}

.form-field__label {
	font-size: 16px;
}

.form-field__tag {
	font-size: 16px;
}

.form-field__item {
	flex: 1;
}

.form-text {
	padding-top: 14px;
}

.p-contact-address {
	flex-direction: row;
}

.form-select {
	padding-top: 14px;
}

.form-select::-moz-placeholder {
	font-size: 16px;
}

.form-select::placeholder {
	font-size: 16px;
}

.form-field__radios {
	margin-top: -1px;
}

.form-textarea {
	font-size: 16px;
}

.contact__privacy {
	margin-top: -6px;
	text-align: left;
}

.form-checkbox__text {
	font-size: 16px;
}

.contact__button {
	margin-top: 5px;
}

.u-sp {
	display: none !important;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

}

@media (min-width: 1024px) and (max-width: 1195px) {

.c-mission-card__heading {
	font-size: 19px;
}

.p-mission__cards {
	padding-inline: 0;
}

}

@media (min-width: 1024px) and (max-width: 1159px) {

.p-fv__title-head {
	font-size: 36px;
}

.p-fv__title-sub {
	font-size: 17px;
}

}

@media (min-width: 1024px) and (max-width: 1240px) {

.p-fv-btn {
	gap: 29px;
	padding-inline: 11.5px;
}

}

@media screen and (max-width: 1060px) and (min-width: 1024px) {

.c-reason-card__head {
	top: -8px;
}

}

@media screen and (max-width: 1100px) and (min-width: 1024px) {

.p-faq__heading::after {
	background-image: url(../img/icon-faq-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 85.99px;
	position: absolute;
	right: 83px;
	top: -11px;
	width: 77.01px;
}

.p-faq__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	text-align: left;
}

.p-faq__body::before {
	display: none;
}

}

@media screen and (min-width: 1101px) {

.p-faq__heading::after {
	display: none;
}

.p-faq__head {
	text-align: center;
}

}

@media (min-width: 1120px) {

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 24px;
}

.p-drawer__icon {
	display: none;
}

}

@media (min-width: 1120px) and (max-width: 1205px) {

.p-header__nav {
	gap: 14px;
}

.p-header__list {
	font-size: 14px;
	font-weight: 500;
	gap: 14px;
}

.p-header__content {
	gap: 14px;
}

}

@media screen and (max-width: 1150px) and (min-width: 1024px) {

.p-reason__body {
	align-items: start;
	display: grid;
	gap: 4.0322580645%;
	grid-template-columns: 320px 1fr;
	max-width: 1240px;
}

}

@media screen and (max-width: 1150px) and (min-width: 1100px) {

.p-faq__body::before {
	background-image: url(../img/icon-faq-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -70px;
	content: "";
	height: 166px;
	position: absolute;
	right: -110px;
	width: 100px;
	z-index: 10;
}

}

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

.p-fv__title-head {
	font-size: 40px;
}

.p-fv__title-sub {
	font-size: 20px;
}

}

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

.p-course__body::before {
	background-image: url(../img/icon-course-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 166px;
	left: -55px;
	position: absolute;
	width: 122px;
	z-index: 10;
}

}

@media (min-width: 1196px) {

.c-mission-card__heading {
	font-size: 22px;
	margin-top: 14px;
}

}

@media (min-width: 1205px) and (max-width: 1265px) {

.p-header__nav {
	gap: 20px;
}

.p-header__list {
	font-size: 14px;
	font-weight: 500;
	gap: 20px;
}

.p-header__content {
	gap: 20px;
}

}

@media screen and (max-width: 1214px) and (min-width: 1150px) {

.p-faq__body::before {
	background-image: url(../img/icon-faq-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -70px;
	content: "";
	height: 166px;
	position: absolute;
	right: -134px;
	width: 122px;
	z-index: 10;
}

}

@media screen and (max-width: 1240px) and (min-width: 1150px) {

.p-reason__body {
	align-items: start;
	display: grid;
	gap: 7.2580645161%;
	grid-template-columns: 320px 1fr;
	max-width: 1240px;
}

}

@media (min-width: 1265px) {

.p-header__nav {
	gap: 25px;
}

.p-header__list {
	font-size: 14px;
	font-weight: 500;
	gap: 35px;
}

.p-header__content {
	gap: 24px;
}

}

@media screen and (max-width: 1290px) and (min-width: 1215px) {

.p-faq__body::before {
	background-image: url(../img/icon-faq-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -70px;
	content: "";
	height: 160px;
	position: absolute;
	right: -134px;
	width: 122px;
	z-index: 10;
}

}

@media screen and (min-width: 1290px) {

.p-faq__body::before {
	background-image: url(../img/icon-faq-pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -70px;
	content: "";
	height: 153px;
	position: absolute;
	right: -198px;
	width: 137px;
	z-index: 10;
}

}

@media (min-width: 1361px) {

.p-fv__title-head {
	font-size: 50px;
}

.p-fv__title-sub {
	font-size: 24px;
	margin-top: 23px;
}

}

@media (min-width: 1400px) {

.parallax {
	aspect-ratio: 1440/508;
	height: auto;
}

.p-cta1__text {
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	max-width: 578px;
}

.p-cta1__btn {
	margin-top: 32px;
}

.p-cta__bg2 {
	aspect-ratio: 1440/515;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	left: 17%;
	top: calc(100% + 91px);
	width: 450px;
}

}

@media (max-width: 1119.5px) {

.p-button-cta {
	bottom: 16px;
	display: block;
	height: 124px;
	opacity: 0;
	position: fixed;
	right: 16px;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 124px;
	z-index: 20;
}

.p-button-cta.js-show {
	opacity: 1;
	visibility: visible;
}

}

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

html {
	font-size: 15px;
}

.c-mission-card-1__inner {
	padding-bottom: 23px;
}

.p-fv-btn {
	padding-bottom: 18px;
	padding-left: 20px;
	width: 303px;
}

.p-cta2-btn__inner {
	padding-left: 20px;
	width: 303px;
}

.p-course__head {
	text-align: left;
}

.p-faq__head {
	text-align: left;
}

.u-pc {
	display: none !important;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

}

@media (max-width: 749.5px) {

.p-cta__bg2 {
	height: 570px;
}

.p-cta2__body {
	height: 71.9298245614%;
}

}

@keyframes pop {

0% {
	transform: scale(1);
}

10% {
	transform: scale(1.08);
}

/* 一瞬大きく */

20% {
	transform: scale(1);
}

/* すぐ戻る */

100% {
	transform: scale(1);
}

/* 休憩（ここで待つ） */

}

@keyframes btn_animation {

0% {
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

80% {
	opacity: 0.5;
	transform: scale(0) rotate(45deg);
}

81% {
	opacity: 1;
	transform: scale(4) rotate(45deg);
}

100% {
	opacity: 0;
	transform: scale(50) rotate(45deg);
}

}

@keyframes zoomDown {

0% {
	transform: scale(1.15);
}

100% {
	transform: scale(1);
}

}

