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

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

body {
	background-color: #F2F2F2;
	color: #333333;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* リキッドレイアウト対応 1440pxの時 16px×（（100vw÷1440px)=1.11111vw　*/

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: auto;
}

/* 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:focus-visible,
button:focus-visible {
	outline: -webkit-focus-ring-color auto 10px;
}

/* 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] {
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: auto;
}

input[type=checkbox],
input[type=radio] {
	position: absolute;
	width: auto;
}

input[type=checkbox]:focus-visible + span::before,
input[type=radio]:focus-visible + span::before {
	outline: -webkit-focus-ring-color auto 10px;
}

input[type=checkbox]:focus {
	outline: -webkit-focus-ring-color auto 10px;
}

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.6s;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: -webkit-focus-ring-color auto 10px;
}

.body-fixed {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-page-404 {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.layout-page-about {
	margin: 0;
}

.layout-page-privacy {
	margin: 0;
}

.about {
	padding: 4rem 0 16.1875rem;
	position: relative;
	z-index: 1;
}

.about--no-banner {
	margin-top: 32vw;
}

.about::before {
	background-image: url("../images/top/bg_about_sp.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.about__text-wrap {
	color: #ffffff;
	width: 100%;
}

.about__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.6;
}

.about__title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #F885A8 0%, #A3E7E8 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	position: relative;
}

.about__title span::before {
	background-color: #fff;
	border-radius: 50%; /* 3つ並べる */
	box-shadow: -1.8125rem 0 0 #fff, 1.8125rem 0 0 #fff;
	content: "";
	height: 0.3125rem;
	left: 2.625rem;
	position: absolute;
	top: 1px;
	transform: translateX(-50%);
	width: 0.3125rem;
}

.about__text {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.about__text p + p {
	margin-top: 0.75rem;
}

.about__text span {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(90deg, rgba(227, 142, 190, 0.4) 0%, rgba(241, 147, 182, 0.4) 100%);
	box-decoration-break: clone;
	display: inline;
}

.about__btn-wrap {
	margin-top: 0.5rem;
}

.about__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.75rem;
}

.breadcrumb {
	padding-top: 1.375rem;
}

.breadcrumb__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.breadcrumb__wrap {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
}

.breadcrumb__wrap a,
.breadcrumb__link {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	transition: opacity 0.5s;
}

.breadcrumb__wrap a:focus-visible,
.breadcrumb__link:focus-visible {
	opacity: 0.7;
}

.breadcrumb__separator {
	background-image: url("../images/common/breadcrumb.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 0.5rem;
	margin-top: 0.25rem;
	width: 0.34375rem;
}

.current-item {
	font-size: 0.75rem;
	font-weight: 400;
}

.btn__wrap {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.btn__wrap.btn__wrap--2 {
	margin-top: 1.5rem;
}

.btn {
	align-items: center;
	background: linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
	border-radius: 100vh;
	box-shadow: 0.0625rem 0.1875rem 0 0 rgba(178, 85, 110, 0.8);
	color: #ffffff;
	display: inline-block;
	display: flex;
	font-size: 1.25rem;
	height: 4.25rem;
	letter-spacing: 0.02em;
	padding-left: 4.125rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
	width: 20rem;
}

.btn:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.btn.btn--2 {
	padding-left: 3.5rem;
}

.btn.btn--3 {
	padding-left: 5.6875rem;
}

.btn::before {
	background-image: url("../images/common/white-yazirusi.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.btn.btn--course {
	background: linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
	box-shadow: none;
	box-shadow: initial;
	font-size: 0.875rem;
	height: 2rem;
	justify-content: center;
	letter-spacing: normal;
	letter-spacing: initial;
	padding-left: 0;
	padding-left: initial;
	width: 100%;
}

.btn.btn--course:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(0);
}

.btn.btn--course::before {
	background-image: url("../images/common/white-yazirusi.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.4375rem;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

.btn.btn--course.btn--course--green {
	background: #63BCB3;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.btn.btn--course.btn--course--green::before {
	background-image: url("../images/common/white-yazirusi_green.png");
	right: 0.3125rem;
}

.btn.btn--course.btn--course--white {
	background: #ffffff;
	border: #EB8BB8 1px solid;
	color: #EB8BB8;
	margin-top: 0.5rem;
}

.btn.btn--course.btn--course--white::before {
	background-image: url("../images/common/pink-yazirusi.png");
}

.btn.btn--course.btn--course--green2 {
	background: #ffffff;
	border: #49A095 1px solid;
	color: #49A095;
	margin-top: 0.5rem;
}

.btn.btn--course.btn--course--green2::before {
	background-image: url("../images/common/green-yazirusi.png");
}

.course {
	background-color: #ffffff;
	overflow: hidden;
	padding: 5rem 0 5.625rem;
	position: relative;
	z-index: 1;
}

.course__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.course::before {
	background-image: url("../images/top/bg_course_sp.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.course__list-top {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.875rem;
	padding: 0 0.75rem;
}

.course__item {
	border-radius: 0.5rem;
	transition: 0.5s;
	width: 100%;
}

.course__item:focus-visible {
	opacity: 0.8;
}

.course__text {
	line-height: 1.8;
	margin-top: 2rem;
	text-align: center;
}

.course__text span {
	display: inline-block;
}

.course__item-img {
	aspect-ratio: 300/200;
	border-radius: 0.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.course__item-img img {
	-o-object-fit: cover;
	border-radius: 0.75rem;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.5s ease;
	width: 100%;
}

.course__item-content {
	margin-top: 0.9375rem;
	text-align: center;
	transition: opacity 0.5s ease;
}

.course__item-title-wrap {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.course__item-title-wrap img {
	height: 1.25rem;
	width: 1.25rem;
}

.course__item-title-wrap.course__item-title-wrap--bottom {
	margin-top: 0.1875rem;
}

.course__item-title-wrap.course__item-title-wrap--bottom img {
	height: 1.25rem;
	width: 1.25rem;
}

.course__item-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
}

.course__item-subTitle {
	font-size: 0.875rem;
	line-height: 1.6;
}

.course__list-bottom {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.3125rem;
	padding: 0 1.0625rem;
}

.difference {
	background-color: #f2f2f2;
	overflow: hidden;
	padding: 5rem 0 4.125rem;
	position: relative;
	z-index: 1;
}

.difference::before {
	background-image: url("../images/top/bg_difference_sp.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 17.5625rem;
	left: 0;
	position: absolute;
	top: -4.4375rem;
	width: 16.3125rem;
	z-index: -1;
}

.difference__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.difference__title-wrap {
	text-align: center;
}

.difference__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: center;
}

.difference__text span {
	display: inline-block;
}

.difference__title-en {
	color: #eb8bb8;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.625rem;
	padding: 0 1.375rem; /* 三角の余白ぶん */
	position: relative;
	text-transform: uppercase;
}

.difference__title-en::before,
.difference__title-en::after {
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	content: "";
	height: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.difference__title-en { /* 左の三角 */
}

.difference__title-en::before {
	clip-path: polygon(0 0, 100% 0, 0 100%);
	left: 0;
}

.difference__title-en { /* 右の三角 */
}

.difference__title-en::after {
	background: linear-gradient(90deg, #f193b6 0%, #e38ebe 100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	right: 0;
}

/* ② ＼比べてナットク!!／（小さめ） */

.difference__title-sub {
	display: block;
	font-size: 0.885rem;
	font-weight: 700;
	line-height: 1.5;
}

/* ③ メイン見出し*/

.difference__title-main {
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
}

.comparison-wrap {
	margin-top: 2.5625rem;
}

/* =========================
  PC
========================= */

.comparison-pc {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
}

.comparison-pc__header,
.comparison-pc__row {
	display: grid;
	grid-template-columns: 150px 306px 264px 264px;
	grid-template-columns: 15.24% 31.1% 26.83% 26.83%;
}

.comparison-pc__row {
	border-bottom: 1px solid #333;
}

.comparison-pc__school {
	border: none;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.comparison-pc__school--w {
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: -1.3125rem;
	padding-bottom: 1.4375rem;
	padding-top: 1.4375rem;
}

.comparison-pc__school--k,
.comparison-pc__school--p {
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 0.96875rem 0;
}

.comparison-pc__school--k {
	background: #49a095;
}

.comparison-pc__school--p {
	background: #63bcb3;
}

.comparison-pc__blank {
	background: transparent;
}

.comparison-pc__label {
	align-items: center;
	background: #d7d7d7;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	display: flex;
	flex-direction: column; /* ←縦並びにする */
	font-size: 0.875rem;
	justify-content: center;
	line-height: 1.6;
	padding: 1.28125rem 0;
	text-align: center;
	text-align: center;
}

.comparison-pc__label.comparison-pc__label--first {
	border-top: 1px solid #333;
}

.comparison-pc__label.comparison-pc__label--last {
	gap: 0.625rem;
}

.comparison-pc__label.comparison-pc__label--last::after {
	background: url("../images/top/tat.jpg") center/contain no-repeat;
	content: "";
	display: block; /* ←高さを確保するため必須 */
	height: 2.5rem;
	width: 4.78125rem;
}

.comparison-pc__cell {
	background: #fff;
	color: #333;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.9625rem 0;
	text-align: center;
	text-align: center;
}

/* 一番最初の行だけ、上ボーダーを消す */

.comparison-pc__row:first-of-type .comparison-pc__cell {
	border-top: none;
}

.comparison-pc__cell.comparison-pc__cell--w {
	background: #fff8fa;
	position: relative;
}

.comparison-pc__cell.comparison-pc__cell--w::before {
	background: #e38ebe;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.comparison-pc__cell.comparison-pc__cell--w2.comparison-pc__cell--flex::after,
.comparison-pc__cell--w2.comparison-pc__cell--w2-2::after,
.comparison-pc__cell--w2.comparison-pc__cell--w2-3::after {
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	content: "";
	height: 100%;
	left: -0.5rem;
	position: absolute;
	top: 49.9%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.comparison-pc__cell.comparison-pc__cell--w.comparison-pc__cell--flex,
.comparison-pc__cell.comparison-pc__cell--w2.comparison-pc__cell--flex,
.comparison-pc__cell.comparison-pc__cell--w3.comparison-pc__cell--flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.comparison-pc__cell.comparison-pc__cell--w2.comparison-pc__cell--flex {
	border-left: 1px solid #333;
	position: relative;
}

.comparison-pc__text {
	text-align: center;
	width: 11.5625rem;
}

.comparison-pc__cell--w2,
.comparison-pc__cell--w3 {
	align-items: center;
	background: #fff;
	display: flex;
	font-size: 1.25rem;
	justify-content: center;
	line-height: 1.6;
}

.comparison-pc__cell.comparison-pc__cell--w2.comparison-pc__cell--w2-2 {
	background: #fff;
	border-left: 1px solid #333;
	display: inline;
	display: initial;
	font-size: 1.25rem;
	line-height: 1.6;
	position: relative;
}

.comparison-pc__cell--w2.comparison-pc__cell--w2-3 {
	border-left: 1px solid #333;
	position: relative;
}

.comparison-pc__cell--w3 {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink12,
.comparison-pc__cell--w.comparison-pc__cell--w-pink14,
.comparison-pc__cell--w.comparison-pc__cell--w-pink18,
.comparison-pc__cell--w.comparison-pc__cell--w-pink27,
.comparison-pc__cell--w.comparison-pc__cell--w-pink24,
.comparison-pc__cell--w.comparison-pc__cell--w-pink20,
.comparison-pc__cell--w.comparison-pc__cell--w-pink21,
.comparison-pc__cell--w.comparison-pc__cell--w-pink22,
.comparison-pc__cell--w.comparison-pc__cell--w-pink23 {
	color: #e38ebe;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink12 {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink14 {
	font-size: 0.875rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink27 {
	font-size: 1.6875rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink24 {
	font-size: 1.5rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink20 {
	display: inline-block;
	font-size: 1.25rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink21 {
	display: inline-block;
	font-size: 1.3125rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink16 {
	display: inline-block;
	font-size: 1rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink18 {
	font-size: 1.125rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-pink21 {
	font-size: 1.3125rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-black14 {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-black14-2 {
	display: inline-block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.comparison-pc__cell--w2.comparison-pc__cell--w2-black14 {
	display: block;
	font-size: 0.875rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-black14-3 {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.comparison-pc__cell--w.comparison-pc__cell--w-black18 {
	display: block;
	font-size: 1.125rem;
	margin-top: 0.5rem;
}

.comparison-pc__icon.comparison-pc__icon--maru {
	height: 3.5625rem;
	width: 3.5625rem;
}

.comparison-pc__icon {
	width: 30%;
}

.comparison-pc__icon.comparison-pc__icon--maru2 {
	height: 3.125rem;
	width: 3.125rem;
}

.comparison-pc__icon.comparison-pc__icon--sankaku {
	height: 2.75rem;
	width: 3.1875rem;
}

.comparison-pc__icon.comparison-pc__icon--batu {
	height: 2.5rem;
	width: 2.75rem;
}

.comparison-pc__cell.comparison-pc__cell--w.comparison-pc__cell--flex.comparison-pc__cell--last::after {
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	bottom: -0.5rem;
	content: "";
	height: 0.4375rem;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
}

/* =========================
  SP（画像2枚目風）
========================= */

.comparison-sp {
	background: #fff;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 auto;
}

/* タブ */

.comparison-sp__tabs {
	display: grid;
	grid-template-columns: 40.48% 29.76% 29.76%;
}

.comparison-sp__tab {
	align-items: center;
	border-radius: 0.625rem 0.625rem 0 0;
	color: #fff;
	display: grid;
	justify-items: center;
	padding: 13.5px 0;
	place-items: center;
	text-align: center;
}

.comparison-sp__tab:last-child {
	border-right: none;
}

.comparison-sp__tab--w {
	background: #db517b;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.1875rem;
	justify-content: center;
	line-height: 1.4;
	margin-top: -0.5625rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.comparison-sp__icon {
	height: 2.5rem;
	width: 2.5rem;
}

.comparison-sp__icon img {
	height: auto;
	width: 100%;
}

.comparison-sp__tab--k {
	background: #49a095;
}

.comparison-sp__tab--p {
	background: #55b7ab;
}

/* セクション見出し（グレー帯） */

.comparison-sp__heading {
	background: #d7d7d7;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 1rem;
	padding: 11px 0;
	text-align: center;
}

.comparison-sp__heading.comparison-sp__heading--last {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.comparison-sp__heading.comparison-sp__heading--last::before {
	background: url("../images/top/tat.jpg") center/contain no-repeat;
	content: "";
	display: block;
	flex: 0 0 auto;
	height: 2.125rem;
	width: 4.0625rem;
}

/* 3列グリッド */

.comparison-sp__grid {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	display: grid;
	grid-template-columns: 40.48% 29.76% 29.76%;
}

.comparison-sp__cell {
	align-items: center;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	gap: 0;
	justify-content: center;
	min-height: 6.6875rem;
	padding: 0.75rem 0;
	text-align: center;
}

.comparison-sp__cell.comparison-sp__cell--flex {
	justify-content: flex-start;
	padding-top: 1.875rem;
}

.comparison-sp__pink10,
.comparison-sp__pink12 {
	color: #dd7b99;
}

.comparison-sp__pink13,
.comparison-sp__pink14,
.comparison-sp__pink15,
.comparison-sp__pink16,
.comparison-sp__pink18,
.comparison-sp__pink21,
.comparison-sp__pink24,
.comparison-sp__pink28 {
	color: #e85b9c;
}

.comparison-sp__pink10 {
	font-size: 0.625rem;
}

.comparison-sp__pink12 {
	font-size: 0.75rem;
}

.comparison-sp__pink13 {
	font-size: 0.8125rem;
}

.comparison-sp__pink14 {
	font-size: 0.875rem;
}

.comparison-sp__pink15 {
	font-size: 0.9375rem;
}

.comparison-sp__pink15-2 {
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: -0.04em;
}

.comparison-sp__pink16 {
	font-size: 1rem;
}

.comparison-sp__pink18 {
	font-size: 1.125rem;
}

.comparison-sp__pink21 {
	font-size: 1.3125rem;
}

.comparison-sp__pink24 {
	font-size: 1.5rem;
}

.comparison-sp__pink28 {
	font-size: 1.75rem;
}

.comparison-sp__black8 {
	color: #333;
	font-size: 0.5rem;
	line-height: 1.4;
	margin-top: -3px;
}

.comparison-sp__black10 {
	color: #333;
	font-size: 0.625rem;
	line-height: 1.5;
}

.comparison-sp__black12 {
	color: #333;
	font-size: 0.75rem;
	line-height: 1.4;
}

.comparison-sp__black13 {
	color: #333;
	font-size: 0.8125rem;
	line-height: 1.6;
}

.comparison-sp__cell--black12 {
	font-size: 0.75rem;
	line-height: 1.6;
}

.comparison-sp__black14 {
	color: #333;
	font-size: 0.875rem;
}

.comparison-sp__black14-2 {
	color: #333;
	font-size: 0.875rem;
	letter-spacing: -0.01em;
	line-height: 1.3;
}

.comparison-sp__black16 {
	color: #333;
	font-size: 0.875rem;
	line-height: 1.3;
}

.comparison-sp__cell:nth-child(3n) {
	border-right: none;
}

.comparison-sp__cell--w {
	background: #fff3f8;
	color: #e85b9c;
	font-weight: 700;
}

.comparison-sp__num {
	font-size: 22px;
}

.comparison-sp__mark {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 6px;
}

.comparison-sp__cell small {
	font-size: 11px;
	font-weight: 400;
}

.comparison-sp__maru {
	height: 3.5625rem;
	margin-bottom: 5px;
	width: 3.5625rem;
}

.comparison-sp__sankaku {
	height: 2.75rem;
	margin-bottom: 5px;
	width: 3.1875rem;
}

.comparison-sp__sankaku.comparison-sp__sankaku--last {
	margin-bottom: 12px;
}

.comparison-sp__batu {
	height: 2.5rem;
	margin-bottom: 9px;
	width: 2.625rem;
}

.comparison-sp__maru2 {
	height: 3.125rem;
	margin-bottom: 5px;
	width: 3.125rem;
}

.comparison-sp__maru img,
.comparison-sp__sankaku img,
.comparison-sp__batu img,
.comparison-sp__maru2 img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.difference__subTitle-wrap {
	margin-top: 2rem;
	text-align: center;
}

.difference__subTitle {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.difference__subTitle--1 {
	position: relative;
}

.difference__subTitle--1::after {
	background: linear-gradient(90deg, #f1cdd7 0%, #f1cdd7 36%, #c5ebe9 100%);
	bottom: 0;
	content: "";
	height: 30%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.difference__subTitle--2 {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
}

.difference__subTitle--3 {
	position: relative;
	z-index: 1;
}

.difference__subTitle--3::before {
	background-image: url("../images/top/text-decoration.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.0625rem;
	left: 7px;
	position: absolute;
	top: 18px;
	width: 6.625rem;
	z-index: -1;
}

.difference__movie {
	aspect-ratio: 816/451;
	margin: 0 auto;
	margin-top: -2.875rem;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.difference__movie iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.feature {
	overflow: hidden;
	padding: 5.875rem 0 5rem;
	position: relative;
	z-index: 1;
}

.feature::before {
	background-image: url("../images/top/bg_feature_sp.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.feature::after {
	background-image: url("../images/top/bg_feature_sp2.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 17.8125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 16.4375rem;
	z-index: -1;
}

.feature__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.1875rem;
	width: 100%;
}

.feature__title .feature__title-number {
	font-size: 3rem;
	font-weight: 700;
}

.feature__title .small {
	font-size: 2rem;
}

.feature__title .ls {
	letter-spacing: 0.1em;
}

.feature__title {
	margin: 0;
}

.feature__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 3rem;
}

.feature__item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.feature__item-img {
	aspect-ratio: 335/335;
	position: relative;
	width: 100%;
}

.feature__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 335/335;
	border-radius: 50.9333333333vw 50.9333333333vw 0 0;
	box-shadow: 0 0 50px 0 #FFDEE8;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.feature__item:nth-child(even) .feature__item-img img {
	box-shadow: 0 0 50px 0 #E3FFFB;
}

.feature__item-content {
	margin-top: 1.5rem;
	width: 100%;
}

.feature__item-number {
	color: rgba(235, 139, 184, 0.1);
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
}

.feature__item-title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: -1.3125rem;
}

.feature__item-subtitle span,
.feature__item-title span {
	color: #eb8bb8;
}

.feature__item-title--ls {
	letter-spacing: 0.18em !important;
}

.feature__item-title--ls {
	padding-left: 0.1875rem;
}

.feature__item:nth-child(even) .feature__item-number {
	color: rgba(99, 188, 179, 0.1);
}

.feature__item:nth-child(even) .feature__item-subtitle span,
.feature__item:nth-child(even) .feature__item-title span {
	color: #63BCB3;
}

.feature__item-text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.feature__item-text span {
	background-color: rgba(235, 139, 184, 0.35);
}

.feature__item:nth-child(even) .feature__item-text span {
	background-color: rgba(99, 188, 179, 0.35);
}

.feature__item-note {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.feature__img {
	display: block;
	height: 100%;
	width: 100%;
}

.feature__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/200;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fixed-cta {
	align-items: flex-end;
	background-color: transparent;
	bottom: 0;
	display: flex;
	gap: 0;
	justify-content: center;
	left: 0;
	padding: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 800;
}

.fixed-cta__btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 0.5rem 0.5rem 0 0;
	display: flex;
	gap: 0.5rem;
	height: 3.125rem;
	padding: 0.34375rem 0.625rem;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 50%;
}

.fixed-cta__btn--kengaku {
	background-color: #df436f;
	color: #ffffff;
}

.fixed-cta__btn--line {
	background-color: #06c755;
	color: #ffffff;
}

.fixed-cta__btn:focus-visible {
	outline: 0.125rem solid #333333;
	outline-offset: 0.125rem;
}

.fixed-cta__icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 2.4375rem;
	justify-content: center;
	width: 2.4375rem;
}

.fixed-cta__icon picture,
.fixed-cta__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.fixed-cta__text {
	color: #ffffff;
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.1;
	white-space: nowrap;
}

.fixed-cta__btn--kengaku .fixed-cta__text {
	font-size: 1rem;
	letter-spacing: 0;
}

.footer {
	background: #333;
	color: #fff;
	padding: 4.625rem 0 4.5rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

/* -------------------------
  CONTACT
------------------------- */

.footer-contact__title {
	color: #D0A2B0;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-contact__box {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0.75rem;
	margin-top: -1.5625rem;
	padding: 2.75rem 1rem 2.375rem;
}

.footer-contact__tel {
	background: #fff;
	border-radius: 0.6875rem;
	color: #222;
	display: inline-block;
	padding: 0.875rem 1.625rem 1.0625rem 4.5625rem;
	padding: 3.7333333333vw 6.9333333333vw 4.5333333333vw 19.4666666667vw;
	pointer-events: auto;
	width: 100%;
}

.footer-contact__tel {
	transition: 0.5s;
}

.footer-contact__tel:focus-visible {
	opacity: 0.8;
}

.footer-contact__number {
	font-family: Roboto, sans-seri;
	font-size: 2rem;
	position: relative;
}

.footer-contact__number::before {
	background-image: url("../images/common/tell.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2.436875rem;
	left: -2.875rem;
	left: -12.2666666667vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.436875rem;
}

.footer-contact__time {
	align-items: center;
	background-color: #E1CCD2;
	border-radius: 100vh;
	display: flex;
	font-size: 0.875rem;
	height: 1.25rem;
	justify-content: center;
	text-align: center;
}

.footer-contact__actions {
	grid-gap: 1.625rem;
	display: grid;
	gap: 1.625rem;
	margin-top: 2rem;
}

.footer-contact__btn {
	align-items: center;
	background: #58829B;
	border: 1px solid #FFF;
	border-radius: 100vh;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	height: 4.875rem;
	justify-content: center;
	position: relative;
	transition: 0.5s;
	width: 100%;
	z-index: 1;
}

.footer-contact__btn:focus-visible {
	opacity: 0.9;
}

.footer-contact__btn::after {
	background-image: url("../images/common/yazirusi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: flex;
	display: block;
	height: 0.6875rem;
	position: absolute;
	right: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5625rem;
	z-index: 2;
}

.footer-contact__btn.footer-contact__btn--line {
	background: #0DB102;
}

/* -------------------------
  MAIN
------------------------- */

.footer__main {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	margin-top: 3.625rem;
}

/* brand */

.footer__logo {
	align-items: center;
	display: flex;
}

.footer__logo a {
	align-items: center;
	display: flex;
	gap: 0.598125rem;
	height: inherit;
	transition: 0.5s;
}

.footer__logo a:focus-visible {
	opacity: 0.8;
}

.footer__logo-img {
	flex-shrink: 0;
	height: 3.6875rem;
	width: 4.0625rem;
}

.footer__logo-img picture,
.footer__logo-img img {
	-o-object-fit: contain;
	aspect-ratio: 65/59;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer__logo-main {
	color: #ffffff;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2.105rem;
	font-weight: 700;
	line-height: 1;
}

.footer__logo-sub {
	color: #ffffff;
	display: block;
	font-size: 1.05625rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.148125rem;
	white-space: nowrap;
}

.footer-brand__link {
	font-size: 1rem;
	margin-top: 1.75rem;
}

.footer-brand__link a {
	-webkit-text-decoration: underline;
	color: #DD7B99;
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: 0.5s;
}

.footer-brand__link a:focus-visible {
	opacity: 0.7;
}

.footer-brand__sns {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.footer-brand__snsLink {
	align-items: center;
	display: inline-grid;
	height: 3.5rem;
	justify-items: center;
	place-items: center;
	transition: 0.5s;
	width: 3.5rem;
}

.footer-brand__snsLink:focus-visible {
	opacity: 0.8;
}

.footer-brand__snsLink img {
	display: block;
	height: auto;
	width: 100%;
}

.footer-brand__cta-wrap {
	margin-top: 1.75rem;
	text-align: center;
	width: 18.125rem;
}

.footer-brand__cta-text {
	font-size: 0.875rem;
	line-height: 1;
}

.footer-brand__cta {
	align-items: center;
	background: #4BCCBE;
	border-radius: 0.25rem;
	box-shadow: 0.125rem 0.125rem 0 0 #208F83;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	height: 3rem;
	justify-content: center;
	margin-top: 0.8125rem;
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
	width: 18.125rem;
}

.footer-brand__cta:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

/* nav */

.footer-nav {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
}

.footer-nav__head {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.footer-nav__list {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	margin-top: 0.5rem;
}

.footer-nav__list.footer-nav__list--2 {
	gap: 0;
	margin-top: 0;
}

.footer-nav__link {
	font-size: 0.875rem;
	line-height: 1.6;
	padding-left: 0.875rem;
	position: relative;
	transition: 0.5s;
}

.footer-nav__link:focus-visible {
	opacity: 0.7;
}

.footer-nav__link::before {
	background: #D0A2B0;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.footer-nav__link.footer-nav__link--2 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 0;
	position: static;
	position: initial;
}

.footer-nav__link.footer-nav__link--2::before {
	display: none;
}

.footer-nav__item.footer-nav__item--2 + .footer-nav__item.footer-nav__item--2 {
	margin-top: 1rem;
}

/* copy */

.footer__copy {
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 3rem 0 0;
	text-align: center;
}

.header {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0) 100%);
	height: 4.625rem;
	transition: 0.5s;
}

/* 上から出てくる黒背景 */

.home .header::before {
	background: #333;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.3s;
	z-index: -1;
}

.home .js-header.is-scroll::before {
	transform: scaleY(1);
}

.home .js-header.is-scroll .header__logo-main,
.home .js-header.is-scroll .header__logo-sub {
	color: #ffffff;
}

.js-header.is-scroll .header__nav-item a,
.js-header.is-scroll .header__nav-item::before {
	color: #ffffff;
}

.is-sub .header__nav-item a,
.is-sub .header__nav-item::before {
	color: #ffffff;
}

.is-sub .header__logo-main,
.is-sub .header__logo-sub {
	color: #ffffff;
}

/* 下層は常に黒 */

.is-sub.header {
	background: #333;
}

.is-sub.header::before {
	transform: scaleY(1);
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
}

.header__logo {
	align-items: center;
	display: flex;
}

.header__logo a {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	gap: 0.35625rem;
	height: inherit;
	text-decoration: none;
	z-index: 999;
}

.header__logo-img picture,
.header__logo-img img {
	-o-object-fit: contain;
	aspect-ratio: 64.25/58.77;
	height: 100%;
	max-width: 2.42625rem;
	object-fit: contain;
	width: 100%;
}

.header__logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header__logo-main {
	color: #333333;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.27225rem;
	font-weight: 700;
	line-height: 1;
	transition: 0.5s;
}

.header__logo-sub {
	color: #333333;
	display: block;
	font-size: 0.6381875rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.125rem;
	transition: 0.5s;
}

.header__right {
	display: none;
}

.header__cta {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.header__cta-btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 1.5rem;
	display: flex;
	gap: 0.5rem;
	height: 3rem;
	justify-content: center;
	padding: 0.35rem 0.625rem;
	text-decoration: none;
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
	width: 13.5rem;
}

.header__cta-icon {
	flex-shrink: 0;
	height: 2.375rem;
	width: 2.375rem;
}

.header__cta-btn--kengaku {
	background-color: #df436f;
	box-shadow: 0.0625rem 0.125rem 0 0 #ac4771;
	color: #ffffff;
}

.header__cta-btn--line {
	background-color: #06c755;
	box-shadow: 0.0625rem 0.125rem 0 0 #166f10;
	color: #ffffff;
	margin-right: 0.5555555556vw;
}

.header__cta-btn--kengaku:focus-visible,
.header__cta-btn--line:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.header__cta-text {
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
}

.header__cta-text.header__cta-text--line {
	letter-spacing: 0.04em;
}

.header__nav {
	display: none;
}

.header__nav-list {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.header__nav-item {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.header__nav-item:not(:first-child)::before {
	content: "｜";
	font-size: 0.9722222222vw;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-right: 0.4861111111vw;
}

.header__nav-item a {
	display: inline-block;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 1.125rem 0.5555555556vw;
	transition: 0.5s;
}

.header__nav-item a:focus-visible {
	opacity: 0.8;
}

.header__hamburger {
	align-items: center;
	background-color: #333333;
	border: none;
	border: 1px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	height: 3.125rem;
	justify-content: center;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 3.125rem;
	z-index: 999;
}

.header__hamburger:focus-visible {
	outline: 0.125rem solid #ffffff;
	outline-offset: 0.125rem;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #ffffff;
	display: block;
	height: 1px;
	position: absolute;
	transform-origin: center;
	transition: 0.3s;
	width: 1.5rem;
}

.header__hamburger span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-0.25rem);
}

.header__hamburger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(0.25rem);
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 50%;
	transform: translateY(0) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	top: 50%;
	transform: translateY(0) rotate(-45deg);
}

/* ドロワー開時：header__innerの背景を#333に（JSでis-drawer-open付与、全ブラウザ対応） */

.header__inner.is-drawer-open {
	background-color: #333;
}

.header__inner.is-drawer-open .header__logo-main,
.header__inner.is-drawer-open .header__logo-sub {
	color: #ffffff;
}

.header__drawer {
	background-color: #F2F2F2;
	bottom: 0;
	display: none;
	left: 0;
	margin-bottom: 2.6875rem;
	margin-top: 4.625rem;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-y: auto;
	padding: 1.3125rem 1.25rem 3.75rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-nav {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	min-height: 100%;
}

.header__drawer-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__drawer-item {
	width: 100%;
}

.header__drawer-details {
	width: 100%;
}

.header__drawer-summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 1.5rem 0;
	transition: 0.3s;
}

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

.header__drawer-summary:focus-visible {
	border-radius: 0.125rem;
	outline: 0.125rem solid #333333;
	outline-offset: 0.125rem;
}

.header__drawer-details[open] .header__drawer-summary .header__drawer-arrow {
	transform: rotate(180deg);
}

.header__drawer-text {
	color: #333333;
	font-size: 1.125rem;
	line-height: 1.156;
	white-space: nowrap;
}

.header__drawer-arrow {
	align-items: center;
	color: #333333;
	display: flex;
	flex-shrink: 0;
	height: 0.5rem;
	justify-content: center;
	transition: 0.3s;
	width: 0.75rem;
}

.header__drawer-arrow.header__drawer-arrow--2 {
	height: 0.75rem;
	width: 0.5rem;
}

.header__drawer-arrow svg {
	height: 100%;
	width: 100%;
}

.header__drawer-sub-list {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	list-style: none;
}

.header__drawer-sub-item {
	width: 100%;
}

.header__drawer-sub-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 1.125rem;
	justify-content: space-between;
	line-height: 1.1111111111;
	margin: 0 1rem;
	padding: 0.625rem 0;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}

.header__drawer-sub-item:first-child a {
	margin-top: 16px;
}

.header__drawer-sub-item:last-child a {
	margin-bottom: 10px;
}

.header__drawer-sub-item a::after {
	border-right: 1.6px solid #333333;
	border-top: 1.6px solid #333333;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.header__drawer-sub-item:not(:last-child) a {
	border-bottom: 1px solid #F2F2F2;
}

.header__drawer-sub-item a:focus-visible {
	border-radius: 0.125rem;
	outline: 0.125rem solid #333333;
	outline-offset: 0.125rem;
}

.header__drawer-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #333333;
	display: flex;
	font-size: 1.125rem;
	justify-content: space-between;
	line-height: 1.156;
	padding: 1.5rem 0;
	text-decoration: none;
	transition: 0.3s;
}

.header__drawer-item::after {
	background-color: #ffffff;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.header__drawer-cta {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 3rem;
	margin-top: 1.5rem;
}

.header__drawer-cta-btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 2.326375rem;
	display: flex;
	gap: 0.775625rem;
	height: 4.65275rem;
	padding: 0.484375rem 0.581875rem;
	position: relative;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.header__drawer-cta-btn::after {
	background-image: url("../images/common/yazirusi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.9375rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
	z-index: 2;
}

.header__drawer-cta-btn--kengaku {
	background-color: #df436f;
	box-shadow: 0.096875rem 0.19375rem 0 0 #ac4771;
	color: #ffffff;
}

.header__drawer-cta-btn--line {
	background-color: #06c755;
	box-shadow: 0.096875rem 0.19375rem 0 0 #166f10;
	color: #ffffff;
}

.header__drawer-cta-btn:focus-visible {
	outline: 0.125rem solid #333333;
	outline-offset: 0.125rem;
}

.header__drawer-cta-icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 3.6875rem;
	justify-content: center;
	width: 3.6875rem;
}

.header__drawer-cta-icon picture,
.header__drawer-cta-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__drawer-cta-text {
	color: #ffffff;
	font-size: 1.5509375rem;
	line-height: 1;
	white-space: nowrap;
}

.header__drawer-cta-text.header__drawer-cta-text--line {
	letter-spacing: 0.04em;
}

.header__drawer-cta-arrow {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 0.9693125rem;
	justify-content: center;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 0.9693125rem;
}

.header__drawer-cta-arrow svg {
	height: 100%;
	width: 100%;
}

html {
	scroll-behavior: smooth; /* ← これが足りない */
	scroll-padding-top: 4.625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.fade-up {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

#loading {
	align-items: center;
	background: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.6s ease;
	width: 100%;
	z-index: 9999;
}

#loading.fade-out {
	opacity: 0;
	pointer-events: none;
}

/* ヘッダーの初期状態：非表示で上にズレている */

.fade-down {
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

/* アニメーション実行時にこのクラスが付く */

.fade-down.show {
	opacity: 1;
	transform: translateY(0);
}

.loop {
	display: flex;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	z-index: -1;
}

.loop.loop--top {
	z-index: 0;
}

.loop__text {
	animation: marquee 10s linear infinite;
	color: #FFFFFF;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.loop__text + .loop__text {
	margin-left: 0.3em;
}

.loop__text.loop__text--message {
	display: inline-block;
	font-size: 5rem;
	letter-spacing: normal;
	letter-spacing: initial;
	line-height: 1;
	opacity: 0.5;
	position: relative;
	z-index: 1;
}

.loop__text.loop__text--message::after {
	background: url("../images/about/anime.png") no-repeat center/contain;
	content: "";
	height: 1.875rem;
	pointer-events: none;
	position: absolute;
	right: -3.125rem;
	top: 30%;
	width: 1.875rem;
	z-index: -1; /* ← 背面にする */
}

.loop__text.loop__text--message + .loop__text.loop__text--message {
	margin-left: 6rem;
}

.mv {
	display: flex;
	flex-direction: column;
	margin-top: 4.625rem;
	min-height: 187.2vw;
	opacity: 0;
	overflow-x: clip;
	position: relative;
	transition: opacity 1.5s ease;
	z-index: 1;
}

.mv.show {
	opacity: 1;
}

.mv::after {
	background-image: url("../images/top/mv-asirai5_sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 92vw;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -75px;
	width: 95.7333333333vw;
	z-index: -10;
}

.mv__content {
	display: contents;
}

.mv__content-top {
	order: 1;
}

.mv__img-wrap {
	order: 2;
}

.mv__content-bottom {
	order: 3;
}

.mv__brand {
	color: #333333;
	font-family: "Poppins", sans-serif;
	font-size: 2.6666666667vw;
	font-weight: 500;
	left: -40px;
	left: -1.5625rem;
	left: -6.6666666667vw;
	letter-spacing: 0.06em;
	position: absolute;
	top: 51.3%;
	transform: translateY(-50%) rotate(-90deg);
	white-space: nowrap;
}

.mv__content-top {
	padding-left: 5.0666666667vw;
}

.mv__content-bottom {
	margin-top: -0.625rem;
}

.mv__sub-img {
	margin-top: -0.625rem;
}

.mv__tagline img {
	aspect-ratio: 258/47;
	display: block;
	height: auto;
	width: 100%;
	width: 68.8vw;
}

.mv__main-title {
	line-height: 1;
	position: relative;
}

.mv__main-title::after {
	background-image: url("../images/top/mv-asirai1_sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 42.4vw;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -67px;
	width: 19.7333333333vw;
}

.mv__main-title img {
	aspect-ratio: 328/105;
	display: block;
	height: auto;
	width: 100%;
	width: 87.4666666667vw;
}

.mv__description {
	color: #333333;
	font-size: 3.2vw;
	line-height: 1.6;
	margin-top: 0.25rem;
}

.mv__description span {
	position: relative;
}

.mv__description span::after {
	background-color: #fbe2ee;
	bottom: -0.25rem;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.mv__badges {
	position: relative;
	z-index: 2;
}

.mv__badges img {
	aspect-ratio: 306/98;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: 1rem;
	margin-top: 0px;
	width: 100%;
	width: 81.6vw;
}

.mv__img-wrap {
	border: 0.0625rem solid #333333;
	border-radius: 1.035rem 0 0 1.38rem;
	border-right: none;
	height: 53.3333333333vw;
	margin-left: auto;
	margin-top: 1.9225rem;
	position: relative;
	width: 90.9333333333vw;
	z-index: 1;
}

.mv__img-wrap::before {
	background-image: url("../images/top/mv-asirai2_sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 19.4666666667vw;
	left: -9.6vw;
	pointer-events: none;
	position: absolute;
	top: -6.4vw;
	width: 28vw;
	z-index: 2;
}

.mv__img-clip {
	border-radius: inherit;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.mv__img {
	height: 100%;
	opacity: 1;
	overflow: hidden;
	width: 100%;
}

.mv__img.swiper {
	margin: 0;
	padding: 0;
}

.mv__img-wrapper {
	height: 100%;
}

.mv__img-slide {
	height: 100%;
}

.mv__img-slide picture,
.mv__img-slide img {
	-o-object-fit: cover;
	aspect-ratio: 341/243;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* 画面幅1440の時824px、vwで拡大縮小 */

.container_01 {
	position: absolute;
	right: 4vw;
	top: -18.6666666667vw;
	z-index: 2;
}

.container_01 a:hover {
	opacity: 0.7;
}

.scroll-down_01 {
	display: inline-block;
	height: 24vw;
	position: relative;
	width: 24vw;
}

.scroll-circle {
	animation: mvRotate 20s linear infinite;
	display: block;
	height: 100%;
	width: 100%;
}

.arrow_01 {
	height: 3.125rem;
	height: 13.3333333333vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.875rem;
	width: 8vw;
}

.arrow_01::before {
	background-image: url("../images/top/circle.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1rem;
	height: 4.2666666667vw;
	left: 50%;
	position: absolute;
	top: 35%;
	transform: translateX(-50%);
	width: 0.8125rem;
	width: 3.4666666667vw;
	z-index: 2;
}

.page-404__title {
	font-size: 1.75rem;
	font-weight: 700;
}

.page-404__text {
	font-size: 1.1875rem;
	line-height: 1.8;
}

.page-404__btn-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.page-about__nav {
	padding: 2.1875rem 0 3.75rem;
}

.page-about__nav-list {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.page-about__nav-link {
	align-items: center;
	background-color: #333333;
	border-radius: 100vh;
	color: #ffffff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	transition: opacity 0.5s;
	white-space: nowrap;
}

.page-about__nav-link::after {
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	content: "";
	height: 0.5rem;
	transform: rotate(135deg);
	width: 0.5rem;
}

.page-about__nav-link:focus-visible {
	opacity: 0.9;
}

.page-about-section__title-wrap {
	text-align: center;
}

.page-about-section__title {
	font-size: 1.75rem;
	font-weight: 700;
}

.page-about-section__title-en {
	color: #eb8bb8;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.page-about-message {
	padding: 4.5rem 0 4.9375rem;
	position: relative;
	z-index: 1;
}

.page-about-message::before {
	background-image: url("../images/about/bg_message_sp.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.page-about-message__body {
	margin-top: 2.375rem;
}

.page-about-message__img-wrap {
	flex-shrink: 0;
	margin: 0 auto;
}

.page-about-message__img {
	width: 100%;
}

.page-about-message__img img {
	-o-object-fit: cover;
	aspect-ratio: 423/460;
	border-radius: 50.9333333333vw 50.9333333333vw 0 0;
	box-shadow: 0 0 20px 0 rgba(215, 114, 144, 0.4);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-about-message__text {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 2.375rem;
}

.page-about-message__text p + p {
	margin-top: 1.5625rem;
}

.page-about-message__name {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.page-about-message__history {
	background: #fff;
	border-radius: 0.5rem;
	margin-top: 2rem;
	padding: 1rem 1.75rem 1.5rem;
}

/* タイトル（経歴） */

.page-about-message__history-title {
	color: #eb8bb8;
	font-size: 1rem;
	line-height: 1.8;
}

/* 経歴リスト */

.page-about-message__history-list {
	list-style: none;
	margin-top: 0.625rem;
	padding-left: 0;
}

.page-about-message__history-item {
	font-size: 0.875rem;
	line-height: 1.4;
	padding-left: 1.25rem;
	position: relative;
}

.page-about-message__history-item::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.21875rem;
	left: 0.625rem;
	position: absolute;
	top: 0.6em;
	width: 0.21875rem;
}

/* SNSリスト */

.page-about-message__history-sns {
	margin-top: 0.625rem;
}

/* li */

.page-about-message__history-links {
	display: flex;
	gap: 1rem;
}

.page-about-message__history-link {
	transition: opacity 0.5s;
}

.page-about-message__history-link:focus-visible {
	opacity: 0.8;
}

/* 画像アイコン */

.page-about-message__history-link img {
	height: 2.8125rem;
	width: 2.8125rem;
}

.page-about-message__anime-wrap {
	bottom: -20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-about-campus {
	background-color: #f2f2f2;
	padding: 4rem 0 4.9375rem;
	position: relative;
	z-index: 2;
}

.page-about-campus__accordion {
	display: flex;
	flex-direction: column;
	margin-top: 0.75rem;
}

.page-about-campus__item-wrap {
	padding-top: 1.75rem;
}

.page-about-campus__item {
	background-color: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.06);
}

.page-about-campus__header {
	align-items: center;
	background-color: #333333;
	border-radius: 0.5rem;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 1.5rem;
	justify-content: space-between;
	line-height: 1.8;
	padding: 0.625rem 1rem;
	transition: border-radius 0.3s;
	width: 100%;
}

.page-about-campus__icon {
	background-color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
	height: 2.5rem;
	position: relative;
	width: 2.5rem;
}

.page-about-campus__icon::before,
.page-about-campus__icon::after {
	background-color: #333333;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transition: transform 0.3s;
}

.page-about-campus__icon::before {
	height: 0.125rem;
	transform: translate(-50%, -50%);
	width: 1rem;
}

.page-about-campus__icon::after {
	height: 1rem;
	transform: translate(-50%, -50%);
	width: 0.125rem;
}

.page-about-campus__item[open] .page-about-campus__header {
	border-radius: 0.5rem 0.5rem 0 0;
}

.page-about-campus__item[open] .page-about-campus__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.page-about-campus__body {
	contain: layout;
	overflow: hidden;
	padding: 2rem 1.25rem 1.75rem;
}

.page-about-campus__body.is-closing {
	will-change: height;
}

.page-about-campus__name {
	font-size: 1.5rem;
	line-height: 1.8;
}

.page-about-campus__name2 {
	font-size: 1.25rem;
	line-height: 1.5;
}

.page-about-campus__cols {
	display: flex;
	flex-direction: column;
	gap: 2.125rem;
}

.page-about-campus__left {
	flex-shrink: 0;
}

.page-about-campus__img img {
	-o-object-fit: cover;
	aspect-ratio: 295/197;
	border-radius: 0.780625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-about-campus__info {
	flex: 1;
	min-width: 0;
}

.page-about-campus__dl {
	margin-top: 1.1875rem;
}

.page-about-campus__dt {
	align-items: center;
	display: flex;
	font-size: 1rem;
	gap: 0.5rem;
	line-height: 1.8;
	position: relative;
}

.page-about-campus__dt::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2rem;
	width: 2rem;
}

.page-about-campus__dt:not(:first-child) {
	border-top: 2px solid #f2f2f2;
	padding-top: 1.5rem;
}

.page-about-campus__dt.page-about-campus__dt--address::before {
	background-image: url("../images/about/address.svg");
}

.page-about-campus__dt.page-about-campus__dt--tel::before {
	background-image: url("../images/about/tell.svg");
}

.page-about-campus__dt.page-about-campus__dt--access::before {
	background-image: url("../images/about/access.svg");
}

.page-about-campus__dd {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 10px;
	padding-bottom: 0.75rem;
}

.page-about-campus__dd a {
	pointer-events: auto;
	transition: opacity 0.5s;
}

.page-about-campus__dd a:focus-visible {
	opacity: 0.8;
}

.page-about-campus__map-wrap {
	margin-top: 1.5rem;
	width: 100%;
}

.page-about-campus__map {
	aspect-ratio: 370/239;
	position: relative;
	width: 100%;
}

.page-about-campus__map iframe {
	border-radius: 0.780625rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-about-campus__comment {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.page-about-company {
	background-color: #ffffff;
	padding-bottom: 5rem;
	padding-top: 4rem;
}

.page-about-company__dl {
	margin-top: 0.5rem;
}

.page-about-company__row {
	display: grid;
	grid-template-columns: 22% 2fr;
}

.page-about-company__row:last-child {
	border-bottom: none;
}

.page-about-company__dt {
	border-bottom: 2px solid #eb8bb8;
	font-size: 0.9375rem;
	line-height: 2;
	padding: 2rem 0 0.9375rem;
}

.page-about-company__dd {
	-webkit-text-decoration: none;
	border-bottom: 2px solid #f2f2f2;
	font-size: 0.9375rem;
	line-height: 2;
	padding: 2rem 0 0.9375rem;
	padding-left: 0.9375rem;
	text-decoration: none;
}

.page-about-company__dd a {
	transition: opacity 0.5s;
}

.page-about-company__dd a:focus-visible {
	opacity: 0.7;
}

.page-about-company__contact {
	display: flex;
	flex-direction: column;
}

.page-about-company__contact-item {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
}

.page-about-company__contact-label {
	min-width: 2.8125rem;
}

.page-about-company__contact-tell {
	pointer-events: auto;
}

.page-about-company__contact-email a {
	transition: opacity 0.5s;
}

.page-about-company__contact-email a:focus-visible {
	opacity: 0.7;
}

.page-confirm {
	padding-bottom: 8.4375rem;
	padding-top: 9.625rem;
}

.page-confirm__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-confirm__card {
	background-color: #ffffff;
	padding: 4.3125rem 1.5rem;
}

.page-confirm__title {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: center;
}

.page-confirm__instruction {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.25rem;
	text-align: center;
}

.page-confirm__list {
	margin-top: 7.25rem;
}

.page-confirm__item {
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem 0;
}

.page-confirm__item:first-child {
	padding-top: 0;
}

.page-confirm__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.page-confirm__label-wrap {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin: 0;
}

.page-confirm__label {
	color: #333333;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.page-confirm__required {
	align-items: center;
	background-color: #eb8bb8;
	border-radius: 0.3125rem;
	color: #ffffff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.625rem;
	justify-content: center;
	letter-spacing: 0.048em;
	line-height: 1.8;
	padding: 0.125rem 0.625rem;
}

.page-confirm__value {
	color: #333333;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	word-break: break-all;
}

.page-confirm__actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 5rem;
}

.page-confirm__form {
	max-width: 20rem;
	width: 100%;
}

.page-contact {
	padding-bottom: 8.4375rem;
}

.page-contact__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-contact__text {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 3.625rem;
}

.page-contact__text p {
	margin: 0;
}

.page-contact__text p + p {
	margin-top: 0;
}

.page-contact__form {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.page-contact__form-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.page-contact__form-label-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.page-contact__form-label {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.page-contact__form-label-note {
	font-weight: 400;
}

.page-contact__form-required {
	align-items: center;
	background-color: #EB8BB8;
	border-radius: 0.3125rem;
	color: #ffffff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.75rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.125rem 0.625rem;
}

.page-contact__form-radio-group .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
}

.page-contact__form-radio-group .wpcf7-list-item {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	position: relative;
}

.page-contact__form-radio-group input[type=radio] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact__form-radio-group input[type=radio]:checked + .wpcf7-list-item-label::before {
	background-color: #ffffff;
	border-color: #999;
}

.page-contact__form-radio-group input[type=radio]:checked + .wpcf7-list-item-label::before::after {
	opacity: 1;
}

.page-contact__form-radio-group .wpcf7-list-item-label {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 2rem;
	position: relative;
}

.page-contact__form-radio-group .wpcf7-list-item-label::before {
	background-color: #ffffff;
	border: 1px solid #999;
	border-radius: 50%;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: border-color 0.3s, background-color 0.3s;
	width: 1.25rem;
}

.page-contact__form-radio-group .wpcf7-list-item-label::after {
	background-color: #EB8BB8;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 0.75rem;
}

.page-contact__form-radio-group .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	position: relative;
}

.page-contact__form-radio-group .wpcf7-list-item input[type=radio] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact__form-radio-group .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}

.page-contact__form-radio-group .wpcf7-list-item-label {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 2rem;
	position: relative;
}

.page-contact__form-radio-group .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 50%;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.page-contact__form-radio-group .wpcf7-list-item-label::after {
	background-color: #EB8BB8;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 0.75rem;
}

.page-contact__form-input-wrap {
	position: relative;
}

.page-contact__form-input {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0.3125rem;
	font-size: 0.875rem;
	height: 2.8125rem;
	letter-spacing: 0.056em;
	line-height: 1.8;
	padding: 0.625rem 0.4375rem;
	width: 100%;
}

.page-contact__form-input::-moz-placeholder {
	color: #999;
}

.page-contact__form-input::placeholder {
	color: #999;
}

.page-contact__form-checkbox-group,
.wpcf7-form-control.wpcf7-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 2.5rem;
	position: relative;
}

.page-contact__form-checkbox-group .wpcf7-list-item input[type=checkbox] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact__form-checkbox-group .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}

.page-contact__form-checkbox-group .wpcf7-list-item-label {
	font-size: 1rem;
	font-weight: 400;
	padding-left: 2rem;
	position: relative;
}

.page-contact__form-checkbox-group .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #999;
	border-radius: 0.25rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.page-contact__form-checkbox-group .wpcf7-list-item-label::after {
	background-image: url("../images/contact/check.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.65625rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 0.6875rem;
}

.page-contact__form-other-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 0.5625rem;
	max-width: 30.125rem;
}

.page-contact__form-other-text {
	font-size: 0.875rem;
	font-weight: 400;
}

.page-contact__form-other-input {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	height: 2.75rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.125rem;
	padding: 0.625rem 0.4375rem;
	width: 100%;
}

.page-contact__form-textarea-wrap {
	position: relative;
}

.page-contact__form-textarea {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0.3125rem;
	color: #333333;
	font-size: 0.875rem;
	height: 13.375rem;
	letter-spacing: 0.056em;
	line-height: 1.8;
	padding: 0.625rem 0.4375rem;
	resize: vertical;
	width: 100%;
}

.page-contact__form-textarea::-moz-placeholder {
	color: #999;
}

.page-contact__form-textarea::placeholder {
	color: #999;
}

.page-contact__form-privacy .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	position: relative;
}

.page-contact__form-privacy .wpcf7-list-item input[type=checkbox] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact__form-privacy .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}

.page-contact__form-privacy .wpcf7-list-item-label {
	font-size: 1rem;
	line-height: 1.8;
	padding-left: 2rem;
	position: relative;
}

.page-contact__form-privacy .wpcf7-list-item-label::before {
	background: #fff;
	border: 1px solid #999;
	border-radius: 0.125rem;
	content: "";
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 0.9375rem;
}

.page-contact__form-privacy .wpcf7-list-item-label::after {
	background-image: url("../images/contact/check.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.65625rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 0.6875rem;
}

.page-contact__form-privacy-link {
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	color: #dd7b99;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.page-contact__form-submit-wrap {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}

.page-contact__form-submit {
	background: linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
	border: none;
	border-radius: 2.5rem;
	box-shadow: 0.0625rem 0.1875rem 0 0 rgba(178, 85, 110, 0.8);
	color: #ffffff;
	cursor: pointer;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 4.5rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-left: 3.375rem;
	position: relative;
	text-align: center;
	transition: opacity 0.3s, box-shadow 0.3s, transform 0.3s;
	width: 20rem;
}

.page-contact__form-submit::after {
	background-image: url("../images/common/white-yazirusi.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.page-contact__form-submit:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-form-control.wpcf7-previous {
	display: block !important;
}

.wpcf7-form-control.wpcf7-previous.btn {
	text-align: left !important;
	text-align: center !important;
}

.wpcf7-form-control.wpcf7-previous.btn {
	align-items: center;
	background: #333333;
	background: url("../images/common/black-yazirusi.png") no-repeat left 0.625rem center/3rem 3rem, #333333;
	border-radius: 100vh;
	box-shadow: 0.0625rem 0.1875rem 0 0 rgba(130, 130, 130, 0.8);
	color: #ffffff;
	display: inline-block;
	display: flex;
	font-size: 1.25rem;
	height: 4.25rem;
	letter-spacing: 0.02em;
	padding-left: 0;
	padding-left: initial;
	position: relative;
	text-transform: uppercase;
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
	width: 20rem;
}

.wpcf7-form-control.wpcf7-previous.btn:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.wpcf7-form-control.wpcf7-submit.btn {
	text-align: left !important;
	text-align: center !important;
}

.wpcf7-form-control.wpcf7-submit.btn {
	align-items: center;
	background: linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
	background: url("../images/common/white-yazirusi.png") no-repeat right 0.625rem center/3rem 3rem, linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
	border-radius: 100vh;
	box-shadow: 0.0625rem 0.1875rem 0 0 rgba(178, 85, 110, 0.8);
	color: #ffffff;
	display: inline-block;
	display: flex;
	font-size: 1.25rem;
	height: 4.25rem;
	letter-spacing: 0.02em;
	padding-left: 0;
	padding-left: initial;
	position: relative;
	text-transform: uppercase;
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
	width: 20rem;
}

.wpcf7-form-control.wpcf7-submit.btn:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.page-contact2 {
	padding-bottom: 8.4375rem;
}

.page-contact2__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-contact2__text {
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 3.625rem;
}

.page-contact2__text p {
	margin: 0;
}

.page-contact2__text p + p {
	margin-top: 0;
}

.page-contact2__form {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.page-contact2__form-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.page-contact2__form-label-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.page-contact2__form-label {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.page-contact2__form-label-note {
	font-weight: 400;
}

.page-contact2__form-required {
	align-items: center;
	background-color: #EB8BB8;
	border-radius: 0.3125rem;
	color: #ffffff;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.75rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 0.125rem 0.625rem;
}

.page-contact2__form-radio-group {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
}

.page-contact2__form-radio {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
}

.page-contact2__form-radio-input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact2__form-radio-input:checked + .page-contact2__form-radio-check {
	background-color: #ffffff;
	border-color: #999;
}

.page-contact2__form-radio-input:checked + .page-contact2__form-radio-check::after {
	opacity: 1;
}

.page-contact2__form-radio-input:focus-visible + .page-contact2__form-radio-check {
	outline: 2px solid #333333;
	outline-offset: 2px;
}

.page-contact2__form-radio-check {
	background-color: #ffffff;
	border: 1px solid #999;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.25rem;
	position: relative;
	transition: border-color 0.3s, background-color 0.3s;
	width: 1.25rem;
}

.page-contact2__form-radio-check::after {
	background-color: #EB8BB8;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
	width: 0.75rem;
}

.page-contact2__form-radio-text {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
}

.page-contact2__form-input-wrap {
	position: relative;
}

.page-contact2__form-input {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0.3125rem;
	font-size: 0.875rem;
	height: 2.8125rem;
	letter-spacing: 0.056em;
	line-height: 1.8;
	padding: 0.625rem 0.4375rem;
	width: 100%;
}

.page-contact2__form-input::-moz-placeholder {
	color: #999;
}

.page-contact2__form-input::placeholder {
	color: #999;
}

.page-contact2__form-input:focus {
	border-color: #333333;
	outline: none;
}

.page-contact2__form-input:focus-visible {
	outline: 2px solid #333333;
	outline-offset: 2px;
}

.page-contact2__form-checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6875rem 2.5rem;
}

.page-contact2__form-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.875rem;
}

.page-contact2__form-checkbox-input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact2__form-checkbox-input:checked + .page-contact2__form-checkbox-check {
	border-color: #999;
}

.page-contact2__form-checkbox-input:checked + .page-contact2__form-checkbox-check::before,
.page-contact2__form-checkbox-input:checked + .page-contact2__form-checkbox-check::after {
	opacity: 1;
}

.page-contact2__form-checkbox-input:focus-visible + .page-contact2__form-checkbox-check {
	outline: 2px solid #333333;
	outline-offset: 2px;
}

.page-contact2__form-checkbox-check {
	background: #fff;
	border: 1px solid #999;
	border-radius: 0.25rem;
	flex-shrink: 0;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.page-contact2__form-checkbox-check::before,
.page-contact2__form-checkbox-check::after {
	background: #EB8BB8;
	border-radius: 62.4375rem;
	content: ""; /* ▼ レ点の折れ点（2本共通の起点） */
	height: 0.125rem;
	opacity: 0;
	position: absolute;
	transform-origin: 0 50%;
	transition: opacity 0.25s;
}

.page-contact2__form-checkbox-check { /* ▼ 左下に伸びる短い線 */
}

.page-contact2__form-checkbox-check::before {
	height: 0.5rem;
	left: 39%;
	top: 29%;
	transform: rotate(184deg);
	width: 0.125rem;
}

.page-contact2__form-checkbox-check { /* ▼ 右上に伸びる長い線 */
}

.page-contact2__form-checkbox-check::after {
	left: 28%;
	top: 69%;
	transform: rotate(-40deg);
	width: 0.875rem;
}

.page-contact2__form-checkbox-text {
	font-size: 1rem;
	font-weight: 400;
}

.page-contact2__form-other-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 0.5625rem;
	max-width: 30.125rem;
}

.page-contact2__form-other-text {
	font-size: 0.875rem;
	font-weight: 400;
}

.page-contact2__form-other-input {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	height: 2.75rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.125rem;
	padding: 0.625rem 0.4375rem;
	width: 100%;
}

.page-contact2__form-other-input:focus {
	border-color: #333333;
	outline: none;
}

.page-contact2__form-textarea-wrap {
	position: relative;
}

.page-contact2__form-textarea {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 0.3125rem;
	color: #333333;
	font-size: 0.875rem;
	height: 13.375rem;
	letter-spacing: 0.056em;
	line-height: 1.8;
	padding: 0.625rem 0.4375rem;
	resize: vertical;
	width: 100%;
}

.page-contact2__form-textarea::-moz-placeholder {
	color: #999;
}

.page-contact2__form-textarea::placeholder {
	color: #999;
}

.page-contact2__form-textarea:focus {
	border-color: #333333;
	outline: none;
}

.page-contact2__form-privacy {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: -0.375rem;
}

.page-contact2__form-privacy-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 1rem;
}

.page-contact2__form-privacy-input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.page-contact2__form-privacy-input:checked + .page-contact2__form-privacy-check {
	border-color: #999;
}

.page-contact2__form-privacy-input:checked + .page-contact2__form-privacy-check::before,
.page-contact2__form-privacy-input:checked + .page-contact2__form-privacy-check::after {
	opacity: 1;
}

.page-contact2__form-privacy-check {
	background: #fff;
	border: 1px solid #999;
	border-radius: 0.125rem;
	flex-shrink: 0;
	height: 0.9375rem;
	position: relative;
	width: 0.9375rem;
}

.page-contact2__form-privacy-check::before,
.page-contact2__form-privacy-check::after {
	background: #EB8BB8;
	border-radius: 62.4375rem;
	content: ""; /* ▼ レ点の折れ点（2本共通の起点） */
	height: 0.125rem;
	opacity: 0;
	position: absolute;
	transform-origin: 0 50%;
	transition: opacity 0.25s;
}

.page-contact2__form-privacy-check { /* ▼ 左下に伸びる短い線 */
}

.page-contact2__form-privacy-check::before {
	height: 0.375rem;
	left: 39%;
	top: 29%;
	transform: rotate(184deg);
	width: 0.125rem;
}

.page-contact2__form-privacy-check { /* ▼ 右上に伸びる長い線 */
}

.page-contact2__form-privacy-check::after {
	left: 28%;
	top: 69%;
	transform: rotate(-40deg);
	width: 0.625rem;
}

.page-contact2__form-privacy-text {
	font-size: 1rem;
	line-height: 1.8;
}

.page-contact2__form-privacy-link {
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	color: #dd7b99;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.page-contact2__form-privacy-link:focus-visible {
	opacity: 0.7;
	outline: 2px solid #333333;
	outline-offset: 2px;
}

.page-contact2__form-submit-wrap {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}

.page-contact2__form-submit {
	background: linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
	border: none;
	border-radius: 2.5rem;
	box-shadow: 0.0625rem 0.1875rem 0 0 rgba(178, 85, 110, 0.8);
	color: #ffffff;
	cursor: pointer;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 4.5rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-left: 3.375rem;
	position: relative;
	text-align: center;
	transition: opacity 0.3s, box-shadow 0.3s, transform 0.3s;
	width: 20rem;
}

.page-contact2__form-submit::after {
	background-image: url("../images/common/white-yazirusi.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.page-contact2__form-submit:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	outline: 2px solid #333333;
	outline-offset: 2px;
	transform: translateY(1px);
}

.page-contact2__form-submit:active {
	box-shadow: none;
	transform: translateY(2px);
}

.wpcf7-list-item {
	margin: 0 !important;
}

.page-course-nav {
	padding-bottom: 4rem;
	padding-top: 2.5rem;
}

.page-course-nav__price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.5rem;
}

.page-course-nav__price-label {
	align-items: center;
	background: #d7d7d7;
	display: flex;
	flex-direction: column;
	height: 4.1875rem;
	justify-content: center;
	width: 100%;
}

.page-course-nav__price-label p {
	font-size: 1.25rem;
}

.page-course-nav__price-label span {
	font-size: 0.875rem;
}

.page-course-nav__price-amount {
	align-items: center;
	background-color: #ffffff;
	border: 3px solid #d7d7d7;
	display: flex;
	height: 4.1875rem;
	justify-content: center;
	width: 100%;
}

.page-course-nav__price-amount p {
	font-size: 1.5rem;
}

.page-course-nav__price-amount span {
	font-size: 1rem;
	margin-left: 0.3125rem;
}

/* ===============================
   COURSE LIST
================================= */

.page-course-nav__course-list {
	margin-top: 2.5rem;
}

.page-course-nav__cta {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	text-align: center;
}

.page-course-nav__cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: #df436f;
	border-radius: 100vh;
	box-shadow: 1px 3px 0 0 #ac4771;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0;
	height: 4rem;
	letter-spacing: 0.02em;
	padding-left: 3.0625rem;
	position: relative;
	text-decoration: none;
	width: 20.9375rem;
}

.page-course-nav__cta-button {
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
}

.page-course-nav__cta-button:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(3px);
}

.page-course-nav__cta-button::after {
	background-image: url("../images/common/yazirusi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: flex;
	display: block;
	height: 0.8125rem;
	position: absolute;
	right: 1.9375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
	z-index: 2;
}

/* ===============================
   GRID
================================= */

.page-course-nav__grid {
	grid-gap: 0.875rem 0.625rem;
	display: grid;
	gap: 0.875rem 0.625rem;
}

.page-course-nav__grid--top {
	grid-template-columns: repeat(2, 1fr);
}

.page-course-nav__grid--bottom {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.page-course-nav__card a {
	color: #fff;
	display: block;
	height: 100%;
	position: relative;
}

/* 背景画像 */

.page-course-nav__card-bg {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.page-course-nav__card-bg picture,
.page-course-nav__card-bg img {
	height: 100%;
	width: 100%;
}

.page-course-nav__card-bg img {
	-o-object-fit: cover;
	border: 2px solid #fff;
	border-radius: 0.625rem;
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.16);
	object-fit: cover;
}

/* テキスト中央配置 */

.page-course-nav__card-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	height: 6.8125rem;
	justify-content: center;
	padding-left: 2.1333333333vw;
	position: relative;
	z-index: 2;
}

.page-course-nav__card-text {
	font-size: 0.6875rem;
	line-height: 1.6363636364;
}

.page-course-nav__card-title {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.125rem;
}

.page-course-nav__grid--bottom .page-course-nav__card:nth-child(3) .page-course-nav__card-title {
	letter-spacing: -0.06em;
}

.page-course.page-course--focused {
	padding-bottom: 5rem;
	padding-top: 7.8125rem;
}

.page-course.page-course--opening {
	padding-bottom: 0;
	padding-top: 7.8125rem;
}

.page-course--focused {
	background-color: #ffffff;
}

.page-course--opening {
	background-color: #f2f2f2;
}

.page-course__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-course__title.page-course__title--top {
	font-size: 1.5rem;
}

.page-course__title-en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	background-clip: text;
	color: transparent;
	font-family: "Poppins", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	left: 0;
	line-height: 1;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: -3.1875rem;
	width: 100%;
	width: 100%;
}

.page-course__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.page-course__items {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.6875rem;
}

.page-course__item img {
	-o-object-fit: cover;
	aspect-ratio: 632/668;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 100%;
}

.page-course__item-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.8125rem;
	position: relative;
	text-align: center;
}

.page-course__item-title.page-course__item-title--20 {
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.page-course__item-title.page-course__item-title--22 {
	font-size: 1.375rem;
}

/* 共通部分：タイトルあしらい（title-deco.png） */

.page-course__item-title::before,
.page-course__item-title::after {
	background: url("../images/course/title-deco.png") no-repeat left center/contain;
	content: "";
	height: 0.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5625rem;
	z-index: 1;
}

.page-course__item-title::before {
	left: 0;
}

.page-course__item-title::after {
	right: 0;
	transform: translateY(-50%) scaleX(-1);
}

.page-course__item-text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 0.125rem;
}

.page-course__item-text2 {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.page-course__item-text3 {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.course-card {
	border: 1px solid #d7d7d7;
	border-radius: 0.625rem;
	margin-top: 0.875rem;
	padding: 0.875rem;
}

.course-card.course-card--2 {
	background-color: #ffffff;
	border: none;
}

.course-card__row {
	display: flex;
	gap: 0.875rem;
	padding: 0.5rem 0;
}

.course-card__row.course-card__row--top {
	align-items: initial;
}

.course-card__row:first-child {
	padding-top: 0;
}

.course-card__row.course-card__row--online {
	align-items: flex-start !important;
}

.course-card__row + .course-card__row {
	border-top: 1px solid #f2f2f2;
}

.course-card__row:last-child {
	padding-bottom: 0;
}

.course-card__label {
	color: #eb8bb8;
	flex-shrink: 0;
	font-size: 0.875rem;
	line-height: 1.3;
	width: 4.375rem;
}

.course-card__label span {
	margin-top: 5px;
}

.course-card__value {
	flex: 1;
	line-height: 1;
}

.course-card__month {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	background-clip: text;
	color: transparent;
	display: block;
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
}

.course-card__price {
	font-size: 1.25rem;
}

.course-card__price2 {
	font-size: 1.5rem;
}

.course-card__en {
	font-size: 1rem;
	margin-left: 0.25rem;
}

.course-card__zei {
	font-size: 0.75rem;
}

.course-card__sub {
	font-size: 0.875rem;
}

.course-card__kagetu {
	font-size: 1rem;
	margin-right: 0.1875rem;
}

.course-card__number {
	font-size: 1.25rem;
	padding: 0 0.0625rem;
}

.course-card__btn {
	margin-top: 0.625rem;
}

.page-course2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	overflow: visible;
	padding: 0 1.25rem;
	width: 100%;
}

.page-course2__container {
	background-color: #fff;
	border-radius: 1.25rem;
	overflow: visible;
	padding: 50px 1.25rem 1.5rem 1.25rem;
}

.page-course2.page-course2--trial {
	margin-top: 4.5rem;
}

.page-course2.page-course2--art,
.page-course2.page-course2--online {
	margin-top: 3.5rem;
}

.page-course2__wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.25rem;
	overflow: visible;
}

.page-course2__wrap.page-course2__wrap--reverse {
	margin-top: 3.5625rem;
}

.page-course2__item-img {
	overflow: visible;
	position: relative;
	width: 100%;
}

.page-course2__item-img img {
	-o-object-fit: cover;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 100%;
}

/* あしらい画像削除：page-course2のバッジ画像を非表示 */

.page-course2__item-img::before {
	display: none;
}

/* テキスト：残り全部 */

.page-course__title-en.page-course__title-en--green {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #49a095 0%, #49a095 100%);
	background-clip: text;
	color: transparent;
	opacity: 0.2;
	top: -1.625rem;
}

.course-card__label.course-card__label--green,
.course-card__price.course-card__price--green {
	color: #49a095;
}

.course-card__month.course-card__month--green {
	-webkit-background-clip: initial;
	-webkit-text-fill-color: #49a095;
	background: none;
	color: #49a095;
	display: inline-block;
}

.course-card__label.course-card__label--green.course-card__label--green--wide span {
	display: inline-block;
}

.course-card__label.course-card__label--green {
	width: 3.5625rem;
}

.course-card__price.course-card__price--green {
	font-size: 1.5rem;
}

.course-card__kome {
	font-size: 0.625rem;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.course-card__naiyou {
	font-size: 0.8125rem;
	line-height: 1.4;
}

.course-card__naiyou-li {
	display: block;
	font-size: 0.8125rem;
	line-height: 1.4;
	padding-left: 1em;
	position: relative;
}

.course-card__naiyou-li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.course-card__naiyou-li + .course-card__naiyou-li {
	margin-top: 0.25rem;
}

.page-course__item-title.page-course__item-title--green {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0rem;
}

/* グリーンタイトルあしらい（title-deco2.png） */

.page-course__item-title.page-course__item-title--green::before,
.page-course__item-title.page-course__item-title--green::after {
	background: url("../images/course/title-deco2.png") no-repeat left center/contain;
	z-index: 1;
}

.course-card__class {
	color: #49a095;
	font-size: 0.75rem;
	line-height: 1;
}

.course-card__value p + p {
	margin-top: 0.75rem;
}

.course-card__kadai {
	font-size: 0.875rem;
	line-height: 1.3;
}

/* ===============================
   COURSE MODAL
================================= */

.page-course-modal {
	align-items: center;
	bottom: 0;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 1.75rem;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1000;
}

.page-course-modal.is-open {
	display: flex;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.page-course-modal.is-open .page-course-modal__backdrop {
	animation: page-course-modal-backdropIn 0.35s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.page-course-modal__backdrop {
	background: rgba(252, 252, 252, 0.8);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.page-course-modal__inner {
	animation: page-course-modal-fadeIn 0.45s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	background: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-height: 79vh;
	max-width: 72.0625rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

/* u-mobile: SPレイアウト（現状の完璧なデザイン） */

.page-course-modal__header {
	background: #333333;
	flex-shrink: 0;
	flex-shrink: 0;
	padding: 0.5rem 1.25rem;
	position: relative;
}

.page-course-modal__category {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.page-course-modal__title {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: -0.3125rem;
}

.page-course-modal__close {
	align-items: center;
	background: #333333;
	border: none;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	height: 3rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	transition: opacity 0.2s;
	width: 3rem;
	z-index: 1001;
}

/* SP: header固定 → 直下にスクロール枠（画像→テキスト 上から並ぶ） | PC: header+テキスト | 画像 横並び */

.page-course-modal__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

/* SP専用：scroll 外側の枠（スクロールバー右・上下に余白） */

.page-course-modal__scroll-frame {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	padding: 1.5rem 1rem 1rem 1.25rem;
}

.page-course-modal__scroll {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: #c0c0c0 #f0f0f0;
	scrollbar-width: thin;
}

.page-course-modal__scroll::-webkit-scrollbar {
	width: 0.375rem;
}

.page-course-modal__scroll::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 0.1875rem;
}

.page-course-modal__scroll::-webkit-scrollbar-thumb {
	background: #c0c0c0;
	border-radius: 0.1875rem;
}

/* scroll がないモーダル用フォールバック（body全体がスクロール） */

.page-course-modal__body:not(:has(.page-course-modal__scroll)) {
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: #c0c0c0 #f0f0f0;
	scrollbar-width: thin;
}

.page-course-modal__body:not(:has(.page-course-modal__scroll))::-webkit-scrollbar {
	width: 0.375rem;
}

.page-course-modal__body:not(:has(.page-course-modal__scroll))::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 0.1875rem;
}

.page-course-modal__body:not(:has(.page-course-modal__scroll))::-webkit-scrollbar-thumb {
	background: #c0c0c0;
	border-radius: 0.1875rem;
}

.page-course-modal__left {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-height: 0;
	order: 1;
}

.page-course-modal__images {
	flex: 0 0 auto;
	order: -1;
}

.page-course-modal__content-wrap {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-height: 0;
	min-width: 0;
}

.page-course-modal__content {
	flex: 1;
	min-height: 0;
	overflow: visible;
	padding-right: 1.5rem;
	padding-top: 1rem;
}

.page-course-modal__section {
	margin-top: 0.875rem;
}

.page-course-modal__section:first-child {
	margin-top: 0;
}

.page-course-modal__section-title {
	align-items: center;
	color: #eb8bb8;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 1.875;
}

.page-course-modal__section-title::before {
	background-image: url("../images/course/modal.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 0.8125rem;
	width: 0.8125rem;
}

.page-course-modal__section-title.page-course-modal__section-title--green {
	color: #49a095;
}

.page-course-modal__section-title.page-course-modal__section-title--green::before {
	background-image: url("../images/course/modal_green.png");
}

.page-course-modal__term {
	font-size: 0.9375rem;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.page-course-modal__fee {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.page-course-modal__fee-cancelled {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
}

.page-course-modal__fee-free {
	color: #df436f;
	font-weight: 500;
	margin-left: 0.375rem;
}

.page-course-modal__note {
	font-size: 0.875rem;
	line-height: 1.5;
}

.page-course-modal__schedule {
	margin-top: 0.4375rem;
}

.page-course-modal__schedule-school {
	font-size: 0.9375rem;
	line-height: 1.5;
}

.page-course-modal__schedule-time {
	font-size: 0.9375rem;
	line-height: 1.5;
}

.page-course-modal__schedule-school + .page-course-modal__schedule-school {
	margin-top: 0.75rem;
}

.page-course-modal__ul {
	list-style: none;
	margin-top: 0.25rem;
}

.page-course-modal__ul li {
	font-size: 0.9375rem;
	line-height: 1.4;
	padding-left: 1em;
	position: relative;
}

.page-course-modal__ul li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.page-course-modal__ul--green li::before {
	color: #49a095;
	content: "■";
	font-size: 1em;
}

.page-course-modal__note-highlight {
	-webkit-box-decoration-break: clone;
	background-color: transparent;
	background-image: linear-gradient(#ddf5f2, #ddf5f2);
	background-position: 0 0.0625rem;
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 0.0625rem);
	box-decoration-break: clone;
}

.page-course-modal__li-highlight {
	-webkit-box-decoration-break: clone;
	background-color: transparent;
	background-image: linear-gradient(#fbe8ef, #fbe8ef);
	background-position: 0 0.0625rem;
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 0.0625rem);
	box-decoration-break: clone;
}

.page-course-modal__text {
	font-size: 0.9375rem;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.page-course-modal__images {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 1rem;
	min-height: 0;
	padding-right: 1.5rem;
}

.page-course-modal__img-wrap.page-course-modal__img-wrap--sp-hidden {
	display: none;
}

.page-course-modal__images .page-course-modal__img-wrap:nth-child(n+2) {
	display: none;
}

.page-course-modal__img-wrap {
	border-radius: 0.25rem;
	overflow: hidden;
	width: 100%;
}

.page-course-modal__img-wrap picture,
.page-course-modal__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-course-modal__img-wrap picture img {
	aspect-ratio: 267/160;
}

.page-course-modal--single-image .page-course-modal__images .page-course-modal__img-wrap:nth-child(n+2) {
	display: none;
}

.page-course-modal--single-image .page-course-modal__img-wrap:first-child picture img {
	aspect-ratio: 267/160;
}

/* ライト/マスター（1枚画像）：コンテンツエリアを広く確保し、テキスト切れを防ぐ */

.page-course-nav__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.28125rem;
	width: 100%;
}

.page-course__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.875rem;
	width: 100%;
}

.page-course__inner2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.worry__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-mv {
	height: 16.875rem;
	margin-top: 4.625rem;
	overflow: hidden;
	position: relative;
}

.page-mv__img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

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

.page-mv__title-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 5.6875rem;
	position: relative;
	z-index: 3;
}

.page-mv__title-en {
	color: #ffffff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}

.page-mv__title-en::first-letter {
	text-transform: uppercase;
}

.page-mv__title-en.page-mv__title-en--about {
	text-transform: capitalize;
}

.page-mv__title-en.page-mv__title-en--course {
	text-transform: uppercase;
}

.page-mv__title-ja {
	color: #ffffff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1rem;
}

.page-privacy {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.page-privacy__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-privacy__introduction {
	font-size: 1rem;
	line-height: 1.8;
}

.page-privacy__items {
	counter-reset: term;
}

.page-privacy__item + .page-privacy__item {
	margin-top: 2.8125rem;
}

.page-privacy__term {
	align-items: baseline;
	display: flex;
	font-size: 1.25rem;
	gap: 0.3125rem;
	line-height: 1.8;
}

.page-privacy__term::before {
	color: #EB8BB8;
	content: counter(term) ".";
	counter-increment: term;
}

.page-privacy__description {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.page-privacy__description a {
	transition: opacity 0.5s;
}

.page-privacy__description a:focus-visible {
	opacity: 0.7;
}

.page-privacy__description-numbers {
	counter-reset: number;
	list-style: none;
	padding-left: 0;
}

.page-privacy__description-text + .page-privacy__description-numbers {
	margin-top: 1rem;
}

.page-privacy__description-text + .page-privacy__description-items {
	margin-top: 0.9375rem;
}

.page-privacy__description-number {
	padding-left: 1.4375rem;
	text-indent: -1.3125rem;
}

.page-privacy__description-number + .page-privacy__description-number,
.page-privacy__description-item + .page-privacy__description-item {
	margin-top: 0.5rem;
}

.page-privacy__description-number::before {
	content: counter(number) ". ";
	counter-increment: number;
}

.page-privacy__description-items {
	list-style: none;
	padding-left: 1.375rem;
}

.page-privacy__description-items li {
	position: relative;
}

.page-privacy__description-items li::before {
	background: #333;
	content: "";
	height: 0.15625rem;
	left: -0.9375rem;
	position: absolute;
	top: 1em;
	width: 0.15625rem;
}

.page-privacy__contact {
	margin-top: 4rem;
}

.page-privacy__contact-inner {
	background-color: #ffffff;
	border: 1px solid #707070;
	overflow: hidden;
}

.page-privacy__contact-title {
	background-color: #EB8BB8;
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.8;
	padding: 0.5rem 1.5rem;
}

.page-privacy__contact-title span {
	display: inline-block;
}

.page-privacy__contact-body {
	padding: 1rem 1.4375rem;
}

.page-privacy__contact-address {
	font-size: 1.125rem;
	line-height: 1.8;
}

.page-privacy__contact-address span {
	display: inline-block;
	letter-spacing: -0.04em;
}

.page-privacy__contact-email {
	font-size: 1.125rem;
	line-height: 1.8;
}

.page-privacy__contact-email a {
	transition: opacity 0.5s;
}

.page-privacy__contact-email a:focus-visible {
	opacity: 0.7;
}

.page-thanks {
	padding-bottom: 8.4375rem;
	padding-top: 9.625rem;
}

.page-thanks__inner {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.page-thanks__content {
	text-align: center;
}

.page-thanks__title {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: center;
}

.page-thanks__text {
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.25rem;
	text-align: center;
}

.page-thanks__btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.pickup {
	background-color: #bdbdbd;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0.6px, transparent 0.6px), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0.6px, transparent 0.6px);
	background-position: 1rem 1rem;
	background-size: 2.00125rem 2.00125rem;
	margin-top: -29.3333333333vw;
	overflow: hidden;
	padding: 38.4vw 0 17.0666666667vw;
}

.pickup__banners {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: -2.125rem;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	position: relative;
}

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

.pickup__banner a {
	transition: 0.5s;
}

.pickup__banner a:focus-visible {
	opacity: 0.8;
}

.pickup__banner a img,
.pickup__banner img {
	-o-object-fit: cover;
	aspect-ratio: 4/3;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.qa {
	background-color: #E8DEE1;
	overflow: hidden;
	padding: 4rem 0 7.3125rem;
	padding: 17.0666666667vw 0 31.2vw;
	position: relative;
}

.qa__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.qa__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0 auto;
}

.qa__item {
	border-radius: 0.625rem;
	overflow: hidden;
	transition: 0.3s;
}

.qa__question {
	align-items: center;
	background-color: #F2F2F2;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 1rem 4rem 1rem 5.25rem;
	position: relative;
	transition: 0.3s;
}

.qa__question::-webkit-details-marker {
	display: none;
}

.qa__question::marker {
	display: none;
}

.qa__question::before,
.qa__question::after {
	background: #333;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.qa__question::before {
	height: 0.125rem;
	right: 1.5rem;
	width: 1rem;
}

.qa__question::after {
	height: 1rem;
	right: 1.9375rem;
	transition: rotate 0.3s;
	width: 0.125rem;
}

details[open] .qa__question::after {
	rotate: 90deg;
}

.qa__question-text {
	flex: 1;
	font-size: 1rem;
	line-height: 1.7;
	position: relative;
}

.qa__question-text::before {
	background-image: url("../images/top/q.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2.25rem;
	left: -3.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.25rem;
	z-index: 2;
}

.qa__answer {
	background-color: #ffffff;
	overflow: hidden;
}

.qa__answer-inner {
	padding: 2rem 1.625rem 1.5625rem 5.375rem;
}

.qa__answer-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	position: relative;
}

.qa__answer-text::before {
	background-image: url("../images/top/a.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2.25rem;
	left: -60px;
	position: absolute;
	top: 19px;
	transform: translateY(-50%);
	width: 2.25rem;
	z-index: 2;
}

.school-building {
	background-color: #f2f2f2;
	padding: 5rem 0 5.8125rem;
	position: relative;
	z-index: 1;
}

.school-building::after {
	background-image: url("../images/top/bg_feature_sp2.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 17.8125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 16.4375rem;
	z-index: -1;
}

.school-building__title-wrap {
	text-align: center;
}

.school-building__text {
	font-size: 1rem;
	letter-spacing: -0.01em;
	line-height: 1.6;
	margin-top: 2rem;
}

.school-building__text span {
	display: inline-block;
}

.school-building__list {
	grid-gap: 1.25rem 0.6875rem;
	display: grid;
	gap: 1.25rem 0.6875rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2.5rem;
}

.school-building__item {
	border-radius: 0.5rem;
	text-align: center;
	transition: 0.5s;
}

.school-building__item:focus-visible {
	opacity: 0.8;
}

.school-building__thumb {
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.school-building__thumb picture,
.school-building__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 160/108;
	border-radius: 0.5rem;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	width: 100%;
}

.school-building__name {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.875;
	margin-top: 0.125rem;
	transition: opacity 0.5s;
}

.school-building__note {
	font-size: 0.625rem;
	margin-top: 0;
}

.school-building__btn-wrap {
	margin-top: 3.625rem;
	text-align: center;
}

.support {
	background-color: #F2F2F2;
	overflow: hidden;
	padding: 4.5rem 0 3.625rem;
	position: relative;
	z-index: 1;
}

.support::before {
	background-image: url("../images/top/bg_support_sp.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 35.9375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 23.4375rem;
	z-index: -2;
}

/* 白いベール（画像を薄くする役） */

.support::after {
	background-color: rgba(242, 242, 242, 0.85);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.support__cards {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.support__card {
	width: 100%;
}

.support__card-img {
	position: relative;
	width: 100%;
}

.support__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 335/223;
	border-radius: 1rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.support__card-content {
	margin-top: -26px;
	position: relative;
	z-index: 2;
}

.support__card-header {
	background-color: #F2F2F2;
	border-radius: 0 1rem 0 0;
	width: 17.6875rem;
}

.support__card-title,
.support__card-title2 {
	font-size: 1.25rem;
	line-height: 1.6;
	padding-left: 0.5rem;
	padding-right: 0.9375rem;
	padding-top: 0.75rem;
}

.support__card-title span,
.support__card-title2 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.support__card-title span::before {
	aspect-ratio: 99/10;
	background: url("../images/top/bg_text.png") no-repeat left bottom/contain;
	bottom: 0.25rem;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.support__card-title2 span::before {
	aspect-ratio: 230/13;
	background: url("../images/top/bg_text2.png") no-repeat left bottom/contain;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.support__card-text {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0.625rem;
	padding: 0 0.5rem;
	text-align: justify;
}

.support__card-text span {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(90deg, rgba(227, 142, 190, 0.1) 0%, rgba(241, 147, 182, 0.1) 100%);
	box-decoration-break: clone;
}

.title {
	color: #333333;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.title > span:first-child {
	color: #eb8bb8;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.title.title--feature {
	line-height: 1.3;
}

/* タイトル本体を次の行に落とす（ここが超重要） */

.title span + * { /* 使えないので、titleに対して */
}

.title > span:first-child::before {
	background: linear-gradient(90deg, #e38ebe 0%, #f193b6 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 0.75rem;
	left: -1.0625rem;
	position: absolute;
	width: 0.75rem;
}

.title > span:first-child::after {
	background: linear-gradient(90deg, #f193b6 0%, #e38ebe 100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content: "";
	height: 0.75rem;
	position: absolute;
	right: -1.0625rem;
	top: 0.5rem;
	width: 0.75rem;
}

.title__wrap {
	margin-bottom: 2rem;
}

.try {
	overflow-x: clip;
	padding: 28.2666666667vw 0 40.2666666667vw;
	position: relative;
}

.try.try--page {
	padding: 5.5625rem 0 40.2666666667vw;
}

.try-wrap {
	position: relative;
}

.try-wrap::before {
	background-image: url("../images/about/bg_message_sp.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.try::before {
	background-image: url("../images/top/bg_try1_sp.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 50.1333333333vw;
	left: 0;
	position: absolute;
	top: -23.7333333333vw;
	width: 100vw;
	z-index: 0;
}

.try.try--page::before {
	content: none;
	position: static;
	position: initial;
}

.try::after {
	background-image: url("../images/top/bg_try2_sp.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5.3333333333vw;
	content: "";
	display: block;
	height: 37.6vw;
	left: 0;
	position: absolute;
	width: 100vw;
	z-index: 0;
	z-index: 1;
}

.try__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 0 1.5625rem;
	width: 100%;
}

.try__title-wrap {
	position: relative;
	text-align: center;
	z-index: 1;
}

.try__badge {
	align-items: center;
	background-color: #DF436F;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	height: 5rem;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1.2;
	position: absolute;
	right: 0.125rem;
	text-align: center;
	top: -0.625rem;
	width: 5rem;
	z-index: -1;
}

.try__sub-title {
	color: #DF436F;
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
}

.try__title {
	font-size: 1.75rem;
	font-weight: 500;
	margin-top: 0.75rem;
}

.try__text {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.try__text span,
.try__title span {
	display: inline-block;
}

/* ===== チェックリスト ===== */

.try__list-wrap {
	margin-top: 2rem;
}

.try__item {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.try__item + .try__item {
	margin-top: 0.5rem;
}

.try__icon {
	background: url("../images/top/check.png") no-repeat center/contain;
	flex-shrink: 0;
	height: 2.625rem;
	width: 2.625rem;
}

.try__list-text {
	font-size: 1rem;
	line-height: 1.6;
}

.try__emphasis {
	color: #DF436F;
}

/* ===== CTA ===== */

.try__cta {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.9375rem;
	text-align: center;
}

.try__cta-text {
	font-size: 1.25rem;
	line-height: 1.6;
}

.try__cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: #DF436F;
	border-radius: 100vh;
	box-shadow: 0 3px 0 #FFF, 0 5px 0 #DF436F;
	color: #fff;
	display: flex;
	font-size: 1rem;
	gap: 0;
	height: 4.875rem;
	margin-top: 0.625rem;
	padding-left: 4.75rem;
	position: relative;
	text-decoration: none;
	width: 20.9375rem;
}

.try__cta-button {
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
}

.try__cta-button:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(3px);
}

.try__cta-button::before {
	background-image: url("../images/common/icon-schedule.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 3.5625rem;
	left: 0.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.5625rem;
	z-index: 2;
}

.try__cta-button::after {
	background-image: url("../images/common/yazirusi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: flex;
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
	z-index: 2;
}

.voice {
	background-color: #BDBDBD;
	background-image: linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
	background-position: 15px 9px;
	background-size: 1.875rem 1.875rem;
	overflow-x: clip;
	padding: 4.1875rem 0;
}

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

.card__swiper {
	overflow: visible;
}

.card__swiper .swiper-slide {
	height: 30.1875rem;
	width: 21rem; /* SPの基準幅 */
}

.card__swiper-slide {
	height: auto;
}

.card__content {
	background-color: #ffffff;
	border: 1px solid #49A095;
	border-radius: 2rem;
	box-shadow: 0 0.25rem 0 #58829B;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
}

/* 偶数枚目のカードだけ */

.card__swiper-slide:nth-child(even) .card__content {
	border: 1px solid #EB8BB8;
	box-shadow: 0 0.25rem 0 #AC4771;
}

.card__profile {
	grid-gap: 0.5rem 1.25rem;
	align-items: center;
	display: grid;
	gap: 0.5rem 1.25rem;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
}

.card__profile-img {
	flex-shrink: 0;
	grid-column: 1;
	grid-row: 1;
	height: 7rem;
	position: relative;
	width: 7rem;
}

.card__profile-img img {
	-o-object-fit: cover;
	border: 0.09375rem solid #C1E1DE;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.card__swiper-slide:nth-child(even) .card__profile-img img {
	border-color: #F4D2E2;
}

.card__profile-info {
	display: contents;
}

.card__name {
	color: #333333;
	font-size: 1.1875rem;
	grid-column: 1;
	grid-row: 2;
	line-height: 1.6;
	text-align: center;
}

.card__course-area {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	grid-column: 2;
	grid-row: 1/-1;
	justify-content: center;
}

.card__course {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.card__course-label {
	background-color: #C1E1DE;
	border-radius: 0.8125rem;
	color: #333333;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.4375rem;
	padding: 0.0625rem 0;
	text-align: center;
	width: 6.25rem;
}

.card__swiper-slide:nth-child(even) .card__course-label {
	background-color: #F4D2E2;
}

.card__course-name {
	color: #333333;
	font-size: 1rem;
	line-height: 1.4;
}

.card__body {
	margin-top: 1.0625rem;
}

.card__title {
	color: #49A095;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.card__swiper-slide:nth-child(even) .card__title {
	color: #dd7b99;
}

.card__text {
	color: #333333;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.card__swiper-bottom {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 4.6875rem;
	position: relative;
}

/* 位置のreset */

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	margin: 0;
	padding: 0;
	position: relative; /* ポイント！！ */
	right: auto;
	right: initial;
	top: auto;
	top: initial;
}

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

/* デフォルトのボタンを初期化 */

.swiper-button-prev::after,
.swiper-button-next::after {
	content: ""; /* デフォルトのものを初期化 */
}

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

.swiper-button-prev,
.swiper-button-next {
	height: 4.1875rem !important;
	left: 50% !important;
	position: absolute !important;
	top: 70% !important;
	width: 4.1875rem !important;
}

.swiper-button-prev {
	transform: translate(-169px, -78%) !important;
}

.swiper-button-next {
	transform: translate(99px, -78%) !important;
}

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

/* 位置の設定 (枠組み) */

.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: -moz-fit-content;
	width: fit-content;
}

/* それぞれのページネーション */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	margin-left: 0.4125rem !important;
	margin-right: 0.4125rem !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	aspect-ratio: 1;
	background: #ffffff;
	height: auto;
	opacity: 1;
	width: 0.75rem;
}

/* activeな部分 */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #E38EBE 0%, #F193B6 100%);
}

/* デフォルト矢印を消す */

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.card__swiper-button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.swiper-pagination {
	position: relative !important;
	z-index: 2 !important;
}

.worry {
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.worry__title {
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: -3.875rem;
	text-align: center;
}

/* ===== SP ===== */

.worry__title-line {
	position: relative;
}

.worry__title-line::before {
	content: "\\";
	margin-right: 1rem;
}

.worry__title-line::after {
	content: "/";
	margin-left: 1rem;
}

/* ===== PC ===== */

.worry__text {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1rem;
	text-align: center;
}

.worry__video {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 59.25rem;
	width: 100%;
}

.worry__video iframe {
	aspect-ratio: 500/281;
	height: auto;
	width: 100%;
}

.worry__text2 {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-top: 2.5rem;
	text-align: center;
}

.worry__btn-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 1rem;
}

.worry__btn {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 100vh;
	display: flex;
	gap: 1.125rem;
	height: 4.625rem;
	justify-content: center;
	justify-content: flex-start;
	max-width: 20.9375rem;
	padding: 0 0.625rem;
	position: relative;
	text-decoration: none;
	transition: opacity 0.5s, box-shadow 0.5s, transform 0.5s;
	width: 100%;
}

.worry__btn::after {
	background-image: url("../images/common/yazirusi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
	z-index: 2;
}

.worry__btn-icon {
	flex-shrink: 0;
	height: 3.6875rem;
	width: 3.6875rem;
}

.worry__btn--kengaku {
	background-color: #DF436F;
	box-shadow: 0.0625rem 0.125rem 0 0 #ac4771;
	color: #ffffff;
}

.worry__btn--line {
	background-color: #06C755;
	box-shadow: 0.0625rem 0.125rem 0 0 #166f10;
	color: #ffffff;
	margin-right: 0.5555555556vw;
}

.worry__btn--kengaku:focus-visible,
.worry__btn--line:focus-visible {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.worry__btn-text {
	font-size: 1.25rem;
	line-height: 1;
	white-space: nowrap;
}

.worry__btn-text.worry__btn--line {
	letter-spacing: 0.04em;
}

@media (any-hover: hover) {

.breadcrumb__wrap a:hover,
.breadcrumb__link:hover {
	opacity: 0.7;
}

.btn:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.btn.btn--course:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(0);
}

.course__item:hover .course__item-img img {
	transform: scale(1.15);
}

.course__item:hover .course__item-content {
	opacity: 0.8;
}

.fixed-cta__btn:hover {
	opacity: 0.9;
}

.footer-contact__tel:hover {
	opacity: 0.8;
}

.footer-contact__btn:hover {
	opacity: 0.9;
}

.footer__logo a:hover {
	opacity: 0.8;
}

.footer-brand__link a:hover {
	opacity: 0.7;
}

.footer-brand__snsLink:hover {
	opacity: 0.8;
}

.footer-brand__cta:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.footer-nav__link:hover {
	opacity: 0.7;
}

.header__cta-btn--kengaku:hover,
.header__cta-btn--line:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.header__nav-item a:hover {
	opacity: 0.8;
}

.header__drawer-sub-item a:hover {
	opacity: 0.7;
}

.page-about__nav-link:hover {
	opacity: 0.9;
}

.page-about-message__history-link:hover {
	opacity: 0.8;
}

.page-about-campus__dd a:hover {
	opacity: 0.8;
}

.page-about-company__dd a:hover {
	opacity: 0.7;
}

.page-about-company__contact-email a:hover {
	opacity: 0.7;
}

.page-contact__form-privacy-link:hover {
	opacity: 0.7;
}

.page-contact__form-submit:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.wpcf7-form-control.wpcf7-previous.btn:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.wpcf7-form-control.wpcf7-submit.btn:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.page-contact2__form-privacy-link:hover {
	opacity: 0.7;
}

.page-contact2__form-submit:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

.page-course-nav__cta-button:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(3px);
}

.page-course-modal__close:hover {
	opacity: 0.8;
}

.page-privacy__description a:hover {
	opacity: 0.7;
}

.page-privacy__contact-email a:hover {
	opacity: 0.7;
}

.pickup__banner a:hover {
	opacity: 0.8;
}

.school-building__item:hover .school-building__thumb img {
	transform: scale(1.15);
}

.school-building__item:hover .school-building__name {
	opacity: 0.8;
}

.try__cta-button:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(3px);
}

.worry__btn--kengaku:hover,
.worry__btn--line:hover {
	box-shadow: none;
	opacity: 0.9;
	transform: translateY(1px);
}

}

@media (prefers-reduced-motion: reduce) {

.page-course-modal__inner,
.page-course-modal__backdrop {
	animation: none !important;
	transition: none !important;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5841584158vw;
}

html {
	font-size: 1.5841584158vw;
}

.layout-page-404 {
	margin-bottom: 9.375rem;
	margin-top: 9.375rem;
}

.about {
	height: 44.4444444444vw;
	height: 40rem;
	padding: 4.875rem 0 5.375rem;
}

.about--no-banner {
	margin-top: 5rem;
}

.about::before {
	background-image: url("../images/top/bg_about.jpg");
}

.about__inner {
	padding: 0 1.5625rem;
}

.about__text-wrap {
	height: min(476px, 33.0555555556vw);
	left: 48.8%;
	max-width: 35.4166666667vw;
	max-width: 510px;
	position: absolute;
	width: 50%;
}

.about__title {
	font-size: 2.5rem;
}

.about__title span::before {
	box-shadow: -2.3125rem 0 0 #fff, 2.3125rem 0 0 #fff;
	height: 0.4375rem;
	left: 3.75rem;
	top: 0.0625rem;
	width: 0.4375rem;
}

.about__text {
	font-size: 1.125rem;
	line-height: 1.6;
}

.about__text span {
	background: linear-gradient(transparent 50%, rgba(227, 142, 190, 0.4) 50%, rgba(241, 147, 182, 0.4) 100%);
}

.about__btn-wrap {
	margin-top: 1rem;
}

.about__btn-wrap {
	justify-content: flex-start;
	margin-top: 3rem;
}

.breadcrumb {
	padding-top: 1.875rem;
}

.breadcrumb__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.btn__wrap {
	margin-top: 4rem;
}

.btn__wrap.btn__wrap--2 {
	margin-top: 4rem;
}

.btn {
	height: 4.125rem;
	padding-left: 4.0625rem;
}

.btn.btn--2 {
	padding-left: 3.1875rem;
}

.btn.btn--3 {
	padding-left: 6.25rem;
}

.btn.btn--course {
	height: 2rem;
	max-width: 18rem;
	padding-left: 0;
	padding-left: initial;
}

.btn.btn--course.btn--course--green {
	height: 3rem;
}

.btn.btn--course.btn--course--green::before {
	height: 2.125rem;
	right: 0.625rem;
	width: 2.125rem;
}

.course {
	padding: 7.9375rem 0 7.4375rem;
}

.course__inner {
	max-width: 63.75rem;
	padding: 0 1.25rem;
}

.course::before {
	background-image: url("../images/top/bg_course.png");
	height: min(756px, 52.5vw);
	width: min(693px, 48.125vw);
}

.course::after {
	background-image: url("../images/top/bg_course2.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: min(532px, 36.9444444444vw);
	position: absolute;
	right: 0;
	width: min(501px, 34.7916666667vw);
	z-index: -2;
}

.course__list-top {
	flex-direction: row;
	gap: 1.625rem;
	justify-content: center;
	margin-top: 4rem;
	padding: 0;
	padding: initial;
}

.course__item {
	border-radius: 1rem;
	width: 50%;
}

.course__text {
	font-size: 1.125rem;
}

.course__item-img {
	aspect-ratio: 477/318;
	border-radius: 1rem;
}

.course__item-img img {
	border-radius: 1rem;
}

.course__item-content {
	margin-top: 1.5rem;
}

.course__item-title-wrap img {
	height: 2rem;
	width: 2rem;
}

.course__item-title-wrap.course__item-title-wrap--bottom {
	margin-top: 0;
}

.course__item-title-wrap.course__item-title-wrap--bottom img {
	height: 1.5rem;
	width: 1.5rem;
}

.course__item-title {
	font-size: 1.75rem;
	line-height: 1.6;
}

.course__item-title.course__item-title--bottom {
	font-size: 1.375rem;
}

.course__item-title.course__item-title--last {
	font-size: 1.25rem;
	line-height: 1.2;
}

.course__item-subTitle {
	font-size: 1.125rem;
}

.course__item-subTitle.course__item-subTitle--bottom {
	font-size: 1rem;
}

.course__list-bottom {
	flex-direction: row;
	margin-top: 4rem;
	padding: 0;
	padding: initial;
}

.difference {
	padding: 7.5rem 0 7.4375rem;
}

.difference::before {
	background-image: url("../images/top/bg_difference.png");
	height: min(817px, 56.7361111111vw);
	top: -10rem;
	width: min(784px, 54.4444444444vw);
}

.difference__inner {
	max-width: 63.75rem;
	padding: 0 1.25rem;
}

.difference__text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.6875rem;
}

.difference__title-en {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.difference__title-sub {
	font-size: 1.125rem;
}

.difference__title-main {
	font-size: 2.5rem;
	line-height: 1.5;
}

.comparison-wrap {
	margin-top: 4.3125rem;
}

.difference__subTitle-wrap {
	margin-top: 3rem;
}

.difference__subTitle {
	font-size: 1.5rem;
	line-height: 1.9;
}

.difference__subTitle--2 {
	font-size: 1.125rem;
	padding-left: 0.3125rem;
}

.difference__subTitle--3::before {
	height: 1.5625rem;
	left: 7px;
	top: 18px;
	width: 9.125rem;
}

.difference__movie {
	margin-top: -17.8125rem;
	max-width: 51.625rem;
	padding: 0;
}

.feature {
	padding: 7.875rem 0 7.5rem;
}

.feature::before {
	background-image: url("../images/top/bg_feature.jpg");
}

.feature::after {
	background-image: url("../images/top/bg_feature2.png");
	height: min(614px, 42.6388888889vw);
	width: min(737px, 51.1805555556vw);
}

.feature__inner {
	max-width: none;
	max-width: initial;
	padding: 0;
	padding: initial;
}

.feature__title .feature__title-number {
	font-size: 3.25rem;
}

.feature__title .small {
	font-size: 2rem;
}

.feature__title .ls {
	letter-spacing: 0.1em;
}

.feature__list {
	gap: 4rem;
	margin-left: calc(50% - 50vw);
}

.feature__item {
	align-items: center;
	flex-direction: row;
	gap: 3.75rem;
	gap: 4.1666666667vw;
	padding-right: 15.9722222222vw;
	padding-right: clamp(20px, 33.2278vw - 235.189px, 230px);
}

.feature__item:nth-child(even) {
	flex-direction: row-reverse;
	padding-left: clamp(20px, 33.2278vw - 235.189px, 230px);
	padding-right: 0;
}

.feature__item-img {
	aspect-ratio: 477/318;
	flex-shrink: 0;
	width: 50%;
	width: 44.4444444444vw;
}

.feature__item-img img {
	aspect-ratio: 477/318;
	border-radius: 0 7.5rem 7.5rem 0;
}

.feature__item:nth-child(even) .feature__item-img img {
	border-radius: 6.875rem 0 0 6.875rem;
}

.feature__item-content {
	margin-top: 0;
	max-width: 31.875rem;
	width: 50%;
}

.feature__item-number {
	font-size: 4.375rem;
}

.feature__item-title {
	font-size: 1.75rem;
	line-height: 1.6;
	margin-top: -1.375rem;
}

.feature__item-text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.125rem;
}

.feature__item-note {
	font-size: 0.75rem;
	margin-top: 1.125rem;
}

.feature__img {
	height: min(480px, 33.3333333333vw);
}

.feature__img img {
	aspect-ratio: 640/420;
}

.fixed-cta {
	display: none;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.footer {
	padding: 5.25rem 0 1.6875rem;
}

.footer__inner {
	max-width: 65.4375rem;
	padding: 0 1.5625rem;
}

.footer-contact__title {
	font-size: 3.5rem;
	margin-left: 2.375rem;
}

.footer-contact__box {
	align-items: center;
	border-radius: 0.875rem;
	display: flex;
	gap: 2.4375rem;
	margin-top: -2.8125rem;
	padding: 4.1875rem 2.5rem 2.9375rem 2.5rem;
}

.footer-contact__tel {
	border-radius: 1rem;
	padding: 2.1875rem 2.5rem 2.4375rem 6.4375rem;
}

.footer-contact__number {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3rem;
	font-size: min(48px, 3.3333333333vw);
}

.footer-contact__number::before {
	height: 3.375rem;
	left: -4.1875rem;
	width: 3.375rem;
}

.footer-contact__time {
	font-size: 1rem;
	height: 1.875rem;
}

.footer-contact__actions {
	gap: 0.875rem;
	justify-items: end;
	margin-top: 0;
}

.footer-contact__btn {
	font-size: 1.25rem;
	height: 5rem;
	justify-content: center;
	width: 24.1875rem;
}

.footer-contact__btn::after {
	height: 1.0625rem;
	right: 2.125rem;
	width: 0.9375rem;
}

.footer__main {
	align-items: start;
	gap: 5%;
	grid-template-columns: 18.25rem 1fr;
	margin-top: 4.4375rem;
}

.footer__logo a {
	gap: 0.6rem;
}

.footer__logo-img picture,
.footer__logo-img img {
	height: 100%;
	width: 100%;
}

.footer__logo-main {
	font-size: 2.105rem;
}

.footer__logo-sub {
	font-size: 1.05625rem;
	margin-top: 0.14375rem;
}

.footer-brand__link {
	margin-top: 1.326875rem;
}

.footer-brand__cta-wrap {
	margin-top: 1.3125rem;
}

.footer-nav {
	display: flex;
	gap: 1.875rem;
	gap: 2.0833333333vw;
	justify-content: flex-end;
}

.footer-nav__list {
	margin-top: 0.625rem;
}

.footer__copy {
	margin-top: 2.375rem;
}

.header {
	height: 7.5rem;
}

.header__inner {
	align-items: initial;
	padding-bottom: 0;
	padding-left: 2.7777777778vw;
	padding-left: max(10px, min(2.7777777778vw, 40px));
	padding-right: 2.0833333333vw;
	padding-right: max(10px, min(2.0833333333vw, 30px));
	padding-top: 1.125rem;
}

.header__logo a {
	gap: 0.553125rem;
	gap: 0.6666666667vw;
	margin-top: -1rem;
}

.header__logo-img picture,
.header__logo-img img {
	max-width: 4.4618055556vw;
}

.header__logo-main {
	font-size: min(33.683px, 2.3390972222vw);
}

.header__logo-sub {
	font-size: min(16.896px, 1.1733333333vw);
	margin-top: 0.14375rem;
}

.header__right {
	align-items: flex-end;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.header__cta-btn {
	gap: 0.8125rem;
	justify-content: flex-start;
	padding: 0.3125rem 0.375rem;
	position: relative;
}

.header__cta-btn::after {
	background-image: url("../images/common/yazirusi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
	z-index: 2;
}

.header__nav {
	display: block;
	width: 100%;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1060px;
	padding-left: 25px;
	padding-right: 25px;
}

.loop {
	margin-top: 13.5625rem;
}

.loop.loop--top {
	margin-top: 0rem;
}

.loop.loop--course {
	margin-top: 10px;
}

.loop__text {
	font-size: 5rem;
	letter-spacing: normal;
	letter-spacing: initial;
}

.loop__text.loop__text--message {
	font-size: 8.75rem;
}

.loop__text.loop__text--message::after {
	height: 2.625rem;
	right: -3.75rem;
	top: 35%;
	width: 2.625rem;
}

.mv {
	flex-direction: row;
	gap: 5.5555555556vw;
	justify-content: space-between;
	margin-top: 9.75rem;
	min-height: 47.7083333333vw;
}

.mv::after {
	background-image: url("../images/top/mv-asirai5.png");
	height: 40.1388888889vw;
	left: 0;
	top: -0.5rem;
	width: 42.5694444444vw;
}

.mv__content {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	margin-top: 1.25vw;
	width: 37.8472222222vw;
}

.mv__content-top {
	order: initial;
}

.mv__img-wrap {
	order: initial;
}

.mv__content-bottom {
	order: initial;
}

.mv__brand {
	font-size: 0.9722222222vw;
	left: -20px;
	left: -1.3888888889vw;
	top: 37.2%;
}

.mv__content-top {
	padding-left: 7.2916666667vw;
}

.mv__content-bottom {
	margin-top: 0;
	padding-left: 7.2916666667vw;
}

.mv__sub-img {
	margin-left: -7.2916666667vw;
	margin-right: -1.875vw;
	margin-top: -151px;
	margin-top: -9.2361111111vw;
}

.mv__sub-img img {
	width: 35.8333333333vw;
}

.mv__tagline {
	position: relative;
}

.mv__tagline::before,
.mv__tagline::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
}

.mv__tagline::before {
	background-image: url("../images/top/mv-asirai1.png");
	height: 11.5972222222vw;
	left: -7.2916666667vw;
	top: -6.9444444444vw;
	width: 9.6527777778vw;
}

.mv__tagline::after {
	background-image: url("../images/top/mv-asirai2.png");
	height: 8.4027777778vw;
	right: -156px;
	right: -10.0694444444vw;
	top: -156px;
	top: -4.8611111111vw;
	width: 10.9722222222vw;
	z-index: 10;
}

.mv__tagline img {
	aspect-ratio: 406/73;
	width: 28.1944444444vw;
}

.mv__main-title::after {
	display: none;
}

.mv__main-title img {
	aspect-ratio: 438/137;
	width: 30.4166666667vw;
}

.mv__description {
	font-size: 1.1111111111vw;
	margin-top: 0.2777777778vw;
}

.mv__description span::after {
	bottom: -0.25rem;
	height: 0.8125rem;
}

.mv__badges {
	position: relative;
}

.mv__badges::after {
	background-image: url("../images/top/mv-asirai3.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.4027777778vw;
	position: absolute;
	right: -127px;
	right: -8.8888888889vw;
	top: 6px;
	top: 0.9722222222vw;
	transform: translateY(-50%);
	width: 11.4583333333vw;
	z-index: 2;
}

.mv__badges img {
	aspect-ratio: 363/116;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2.7777777778vw;
	width: 25.2083333333vw;
}

.mv__img-wrap::before {
	display: none;
}

.mv__img-wrap {
	border-radius: 3rem 0 0 4rem;
	border-right: none;
	border-width: 0.125rem;
	height: 43.0555555556vw;
	margin-left: auto;
	margin-top: 0;
	margin-top: initial;
	width: 57.2222222222vw;
}

.mv__img-slide picture,
.mv__img-slide img {
	aspect-ratio: 824/620;
}

.mv .swiper-fade .swiper-slide {
	width: 57.2222222222vw;
}

.container_01 {
	bottom: 0.2777777778vw;
	position: absolute;
	right: 4.1666666667vw;
	top: auto;
	transform: translateY(50%);
	z-index: 2;
}

.scroll-down_01 {
	height: 13.8888888889vw;
	width: 13.8888888889vw;
}

.arrow_01 {
	height: 3.4722222222vw;
	width: 2.0833333333vw;
}

.arrow_01::before {
	height: 2rem;
	height: 2.2222222222vw;
	top: 17%;
	width: 1.625rem;
	width: 1.8055555556vw;
}

.page-404__title {
	font-size: 2.5rem;
}

.page-404__text {
	font-size: 1.5rem;
}

.page-404__btn-wrap {
	margin-top: 3rem;
}

.page-about__nav {
	padding: 3.75rem 0 5rem;
}

.page-about__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
}

.page-about__nav-link {
	align-items: center;
	display: flex;
	white-space: nowrap;
	width: 14.5rem;
}

.page-about-section__title {
	font-size: 2.5rem;
}

.page-about-section__title-en {
	font-size: 1.5rem;
	margin-bottom: 0.625rem;
}

.page-about-message {
	padding: 5rem 0 6.875rem;
}

.page-about-message::before {
	background-image: url("../images/about/bg_message.jpg");
}

.page-about-message__body {
	grid-column-gap: 5vw;
	-moz-column-gap: 5vw;
	grid-row-gap: 2rem;
	column-gap: 5vw;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	margin-top: 4rem;
	position: relative;
	row-gap: 2rem;
	z-index: 1;
}

.page-about-message__img-wrap {
	grid-column: 1;
	grid-row: 1;
	width: 26.4375rem;
}

.page-about-message__text-wrap {
	grid-column: 2;
	grid-row: 1/-1;
	margin-top: 3.03125rem;
}

.page-about-message__img {
	max-width: 26.4375rem;
}

.page-about-message__img img {
	border-radius: 225px 225px 0 0;
}

.page-about-message__text {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0;
}

.page-about-message__text p + p {
	margin-top: 1.6875rem;
}

.page-about-message__history {
	grid-column: 1;
	grid-row: 2;
	margin-top: 0;
	width: 26.4375rem;
}

.page-about-message__history-list {
	margin-top: 0;
}

.page-about-message__history-item {
	font-size: 0.9375rem;
	line-height: 1.5;
	padding-left: 1.4375rem;
}

.page-about-message__history-sns {
	margin-top: 1.5rem;
}

.page-about-campus {
	padding: 6.25rem 0 6.875rem;
}

.page-about-campus__accordion {
	margin-top: 2rem;
}

.page-about-campus__item-wrap {
	padding-top: 2rem;
}

.page-about-campus__item {
	border-radius: 0.75rem;
}

.page-about-campus__header {
	border-radius: 1rem;
	font-size: 1.75rem;
	padding: 0.625rem 1.125rem;
}

.page-about-campus__item[open] .page-about-campus__header {
	border-radius: 1rem 1rem 0 0;
}

.page-about-campus__body {
	padding: 3.5rem;
}

.page-about-campus__name {
	font-size: 1.75rem;
}

.page-about-campus__name2 {
	font-size: 1.5rem;
}

.page-about-campus__cols {
	flex-direction: row;
	gap: 2.7777777778vw;
}

.page-about-campus__left {
	width: 41%;
}

.page-about-campus__img img {
	aspect-ratio: 370/239;
}

.page-about-campus__dl {
	margin-top: 1.5rem;
}

.page-about-campus__dd {
	line-height: 1.6;
	margin-top: 8px;
}

.page-about-campus__dd.page-about-campus__dd--access {
	line-height: 1.8;
}

.page-about-company {
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.page-about-company__dl {
	margin-top: 1.875rem;
}

.page-about-company__row {
	grid-template-columns: 11.4375rem 1fr;
}

.page-about-company__dt {
	padding: 2rem 0 1rem;
}

.page-about-company__dd {
	padding: 1.875rem 0 1.125rem;
	padding-left: 1.875rem;
}

.page-about-company__contact-item {
	gap: 0.75rem;
}

.page-about-company__contact-label {
	min-width: 2.75rem;
}

.page-confirm {
	padding-bottom: 9.6875rem;
	padding-top: 15.625rem;
}

.page-confirm__inner {
	max-width: 66.875rem;
	padding: 0 1.5625rem;
}

.page-confirm__card {
	padding: 4.3125rem 8.375rem 5.1875rem;
}

.page-confirm__item {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	flex-direction: initial;
	gap: 1.5rem;
	grid-template-columns: 17.5rem 1fr;
	padding: 1.75rem 0;
}

.page-confirm__label {
	font-size: 1rem;
}

.page-confirm__required {
	font-size: 0.75rem;
}

.page-confirm__value {
	font-size: 1rem;
}

.page-confirm__actions {
	flex-direction: row;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 7.5rem;
}

.page-contact {
	padding-bottom: 9.6875rem;
}

.page-contact__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.page-contact__text {
	margin-top: 5rem;
	text-align: center;
}

.page-contact__form {
	margin-top: 3rem;
}

.page-contact__form-input {
	padding: 0.625rem 1.25rem;
}

.page-contact__form-other-wrap {
	margin-top: 0.375rem;
}

.page-contact__form-other-text {
	font-size: 1rem;
}

.page-contact__form-other-input {
	margin-top: 0.25rem;
	padding: 0.625rem 1.25rem;
}

.page-contact__form-textarea {
	font-size: 0.875rem;
	padding: 0.625rem 1.25rem;
}

.page-contact__form-privacy .wpcf7-list-item-label {
	padding-left: 1.625rem;
}

.page-contact__form-submit-wrap {
	margin-top: 1.375rem;
}

.page-contact__form-submit {
	font-size: 1.25rem;
}

.wpcf7-form-control.wpcf7-previous.btn {
	height: 4.125rem;
	padding-left: 0;
	padding-left: initial;
}

.wpcf7-form-control.wpcf7-submit.btn {
	height: 4.125rem;
}

.page-contact2 {
	padding-bottom: 9.6875rem;
}

.page-contact2__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.page-contact2__text {
	margin-top: 5rem;
	text-align: center;
}

.page-contact2__form {
	margin-top: 3rem;
}

.page-contact2__form-input {
	padding: 0.625rem 1.25rem;
}

.page-contact2__form-checkbox-group {
	gap: 0.75rem 2.5rem;
}

.page-contact2__form-checkbox {
	gap: 0.75rem;
}

.page-contact2__form-other-wrap {
	margin-top: 0.375rem;
}

.page-contact2__form-other-text {
	font-size: 1rem;
}

.page-contact2__form-other-input {
	margin-top: 0.25rem;
	padding: 0.625rem 1.25rem;
}

.page-contact2__form-textarea {
	font-size: 0.875rem;
	padding: 0.625rem 1.25rem;
}

.page-contact2__form-privacy {
	margin-top: 0;
}

.page-contact2__form-submit-wrap {
	margin-top: 1.375rem;
}

.page-contact2__form-submit {
	font-size: 1.25rem;
}

.page-course-nav {
	padding-bottom: 8rem;
	padding-top: 4rem;
}

.page-course-nav__price {
	align-items: stretch;
	flex-direction: row;
	margin-top: 2.5rem;
}

.page-course-nav__price-label {
	max-width: 18rem;
	width: 50%;
}

.page-course-nav__price-amount {
	flex: 1;
	max-width: 18rem;
}

.page-course-nav__course-list {
	margin-top: 4rem;
}

.page-course-nav__cta {
	margin-top: 4rem;
}

.page-course-nav__cta-button {
	font-size: 1.25rem;
	height: 4.3125rem;
	padding-left: 3.3125rem;
	width: 22.5rem;
}

.page-course-nav__cta-button::after {
	height: 0.8125rem;
	right: 2.0625rem;
	width: 0.75rem;
}

.page-course-nav__grid {
	gap: 1rem 1.25rem;
}

.page-course-nav__grid--top {
	grid-template-columns: repeat(2, 1fr);
}

.page-course-nav__grid--bottom {
	grid-template-columns: repeat(3, 1fr);
}

.page-course-nav__card-bg img {
	border: 4px solid #fff;
}

.page-course-nav__card-content {
	align-items: center;
	height: 6.25rem;
	padding-left: 0;
	text-align: center;
}

.page-course-nav__card-text {
	font-size: 0.875rem;
	line-height: 1.2857142857;
}

.page-course-nav__card-title {
	font-size: 1.75rem;
	line-height: 1;
	margin-top: 0.5rem;
}

.page-course-nav__grid--bottom .page-course-nav__card:nth-child(3) .page-course-nav__card-title {
	font-size: 1.5rem;
	letter-spacing: normal;
	letter-spacing: initial;
	line-height: 1.1;
	margin-top: 0.1875rem;
}

.page-course.page-course--focused {
	padding-top: 7.125rem;
}

.page-course.page-course--opening {
	padding-bottom: 0;
	padding-top: 7.125rem;
}

.page-course__title {
	font-size: 2rem;
}

.page-course__title.page-course__title--top {
	font-size: 2rem;
}

.page-course__title-en {
	font-size: 3.375rem;
	top: -1.8125rem;
}

.page-course__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.page-course__items {
	gap: max(0.5rem, min(1.3888888889vw, 1.25rem));
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.page-course__item img {
	padding: 0;
}

.page-course__item-title {
	align-items: center;
	display: flex;
	height: 2.375rem;
	justify-content: center;
}

.page-course__item-text {
	margin-top: 0.5rem;
}

.page-course__item-text2 {
	margin-top: 1.75rem;
	text-align: center;
}

.page-course__item-text3 {
	text-align: center;
}

.course-card {
	margin-top: 0.875rem;
}

.course-card__row {
	align-items: center;
}

.course-card__row.course-card__row--online {
	align-items: center !important;
}

.page-course2 {
	max-width: 68.375rem;
	padding: 0 1.5625rem;
}

.page-course2__container {
	padding: 5.8125rem 3.8125rem 4rem 5rem;
}

.page-course2.page-course2--trial {
	margin-top: 7.5rem;
}

.page-course2.page-course2--art,
.page-course2.page-course2--online {
	margin-top: 4rem;
}

.page-course2__wrap {
	align-items: center;
	flex-direction: row;
	gap: 3rem;
	margin-top: 1.875rem;
}

.page-course2__wrap.page-course2__wrap--reverse {
	flex-direction: row-reverse;
	margin-top: 3rem;
}

.page-course2__item-img {
	flex: 0 0 19.6875rem;
	max-width: 19.6875rem;
}

.page-course2__item-img img {
	margin-top: -1.875rem;
}

.page-course2__item-img.page-course2__item-img--top img {
	margin-top: 0;
}

.page-course__item-text-wrap {
	flex: 1;
	min-width: 0;
}

.page-course2__wrap .page-course__item-text-wrap {
	padding-right: 2.125rem;
	padding-right: 2.3611111111vw;
}

.page-course2--trial .page-course2__wrap .page-course__item-text-wrap {
	padding-right: 0;
}

.page-course2__wrap--reverse .page-course__item-text-wrap {
	padding-left: 1.375rem;
	padding-left: 1.5277777778vw;
	padding-right: 0;
}

.course-card__label.course-card__label--green.course-card__label--green--wide {
	letter-spacing: -0.03em;
	width: 5.1875rem;
}

.course-card__label.course-card__label--green {
	width: 4.3125rem;
}

.course-card__btn.course-card__btn--green {
	margin-top: 1rem;
}

.course-card__kome {
	font-size: 0.6875rem;
	line-height: 1;
	margin-left: 0.46875rem;
	margin-top: 0;
}

.course-card__naiyou-li + .course-card__naiyou-li {
	margin-top: 0;
}

.page-course__item-title.page-course__item-title--green {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 3.3125rem;
}

.course-card__class {
	font-size: 0.875rem;
}

.page-course-modal {
	padding: 7.7777777778vw;
}

.page-course-modal__inner {
	border-radius: 1rem;
	max-height: 74vh;
}

.page-course-modal__header {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	grid-column: 1;
	grid-row: 1;
	padding: 1.0625rem 2rem;
}

.page-course-modal__title {
	margin-top: 0;
}

.page-course-modal__close {
	background: none;
	color: #333333;
	height: 4rem;
	right: 2rem;
	top: 2rem;
	width: 4rem;
}

.page-course-modal__close svg {
	height: 4rem;
	width: 4rem;
}

.page-course-modal__close svg path {
	stroke-width: 1;
}

.page-course-modal__body {
	display: grid;
	flex-direction: row;
	grid-template-columns: 62.62% 37.38%;
	grid-template-rows: auto 1fr;
}

.page-course-modal__scroll-frame {
	display: contents;
	padding: 0;
}

.page-course-modal__scroll {
	display: contents;
	overflow: visible;
}

.page-course-modal__body:not(:has(.page-course-modal__scroll)) {
	overflow-x: hidden;
	overflow-y: hidden;
}

.page-course-modal__left {
	flex: 1;
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
	order: 0;
}

.page-course-modal__images {
	flex: none;
	grid-column: 2;
	grid-row: 1/-1;
	order: 0;
}

.page-course-modal__content-wrap {
	flex: 1;
	order: 0;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.page-course-modal__content {
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-right: 3rem;
	padding-top: 0;
	scrollbar-color: #d9d9d9 #fff;
	scrollbar-width: thin;
}

.page-course-modal__content::-webkit-scrollbar {
	width: 0.5rem;
}

.page-course-modal__content::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 6.25rem;
}

.page-course-modal__content::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 6.25rem;
}

.page-course-modal__section-title {
	font-size: 1rem;
}

.page-course-modal__images {
	flex: 0 0 39%;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-right: 0;
}

.page-course-modal__img-wrap.page-course-modal__img-wrap--sp-hidden {
	display: block;
}

.page-course-modal__images .page-course-modal__img-wrap:nth-child(n+2) {
	display: block;
}

.page-course-modal__img-wrap:first-child {
	border-radius: 0 1rem 0 0;
}

.page-course-modal__img-wrap:nth-child(2) {
	border-radius: 0 0 1rem 0;
}

.page-course-modal__img-wrap picture img {
	aspect-ratio: 431/328;
}

.page-course-modal__img-wrap + .page-course-modal__img-wrap picture img {
	aspect-ratio: 395/280;
}

.page-course-modal:not(.page-course-modal--single-image) .page-course-modal__img-wrap {
	display: block;
	flex: 1 1 50%;
	min-height: 0;
}

.page-course-modal:not(.page-course-modal--single-image) .page-course-modal__img-wrap picture {
	display: block;
	height: 100%;
}

.page-course-modal:not(.page-course-modal--single-image) .page-course-modal__img-wrap img {
	-o-object-fit: cover;
	aspect-ratio: auto;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-course-modal:not(.page-course-modal--single-image) .page-course-modal__img-wrap picture img {
	aspect-ratio: auto;
}

.page-course-modal:not(.page-course-modal--single-image) .page-course-modal__img-wrap + .page-course-modal__img-wrap picture img {
	aspect-ratio: auto;
}

.page-course-modal--single-image .page-course-modal__img-wrap:first-child picture img {
	-o-object-fit: cover;
	aspect-ratio: auto;
	height: 100%;
	object-fit: cover;
}

.page-course-modal--single-image .page-course-modal__img-wrap:first-child {
	display: block;
	flex: 1;
	min-height: 0;
}

.page-course-modal--single-image .page-course-modal__img-wrap:first-child picture {
	display: block;
	height: 100%;
}

.page-course-modal--single-image .page-course-modal__img-wrap:first-child img {
	width: 100%;
}

.page-course-modal--single-image .page-course-modal__images {
	display: flex;
	flex-direction: column;
}

.page-course-modal--single-image .page-course-modal__body {
	grid-template-columns: 1fr 30%;
}

.page-course-modal--single-image .page-course-modal__content,
.page-course-modal--single-image .page-course-modal__content-wrap {
	word-wrap: break-word;
	min-width: 0;
	word-break: break-word;
}

.page-course-nav__inner {
	max-width: 63.75rem;
	padding: 0 0.75rem;
}

.page-course__inner {
	max-width: 63.75rem;
	padding: 0 0.5rem;
}

.page-course__inner2 {
	max-width: 63.75rem;
	padding: 0 0.75rem;
}

.worry__inner {
	max-width: 63.75rem;
	padding: 0 0.75rem;
}

.page-mv {
	height: 20rem;
	margin-top: 7.5rem;
}

.page-mv__title-wrap {
	margin-top: 6.75rem;
}

.page-mv__title-en {
	font-size: 5rem;
}

.page-mv__title-ja {
	font-size: 1.5rem;
}

.page-privacy {
	padding-bottom: 7.5rem;
	padding-top: 4rem;
}

.page-privacy__inner {
	max-width: 1050px;
	padding: 0 1.5625rem;
}

.page-privacy__description {
	font-size: 1rem;
}

.page-privacy__description-items li::before {
	top: 0.7em;
}

.page-privacy__contact-inner {
	display: flex;
}

.page-privacy__contact-title {
	flex: 0 0 15.375rem;
	padding: 3rem 1.5rem;
}

.page-privacy__contact-body {
	flex: 1;
}

.page-privacy__contact-address span {
	letter-spacing: normal;
	letter-spacing: initial;
}

.page-thanks {
	padding-bottom: 9.6875rem;
	padding-top: 15.625rem;
}

.page-thanks__inner {
	max-width: 66.875rem;
	padding: 0 1.5625rem;
}

.page-thanks__btn-wrap {
	margin-top: 2.375rem;
}

.pickup {
	background-position: 1rem 0.875rem;
	margin-top: -10.1388888889vw;
	padding: max(200px, min(20.8333333333vw, 400px)) 0 max(40px, min(8.3333333333vw, 150px));
}

.pickup__banners {
	flex-direction: row;
	gap: 4rem;
	margin-top: -12.5rem;
	max-width: 53.625rem;
	padding: 0;
}

.pickup__banner {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 50%;
}

.qa {
	padding: 6.25rem 0 6.875rem;
}

.qa__inner {
	max-width: 63.75rem;
	padding: 0 1.5625rem;
}

.qa__list {
	gap: 1.5rem;
}

.qa__question {
	padding: 1.28125rem 4rem 1.28125rem 5.25rem;
}

.qa__question::before {
	right: 1.625rem;
}

.qa__question::after {
	right: 2.0625rem;
}

.qa__question-text::before {
	left: -3.75rem;
}

.qa__answer-inner {
	padding: 2rem 1.625rem 2rem 5.375rem;
}

.qa__answer-text::before {
	left: -3.75rem;
	top: 0.8125rem;
}

.school-building {
	padding: 9.3125rem 0 7.9375rem;
}

.school-building::after {
	background-image: url("../images/top/bg_feature2.png");
	height: min(614px, 42.6388888889vw);
	width: min(737px, 51.1805555556vw);
}

.school-building__text {
	letter-spacing: normal;
	letter-spacing: initial;
}

.school-building__list {
	gap: 2rem 2.0625rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 4rem;
	max-width: none;
}

.school-building__thumb {
	border-radius: 1rem;
}

.school-building__thumb picture,
.school-building__thumb img {
	aspect-ratio: 220/160;
	border-radius: 1rem;
}

.school-building__name {
	font-size: 1.125rem;
	line-height: 1.6666666667;
	margin-top: 0.75rem;
}

.school-building__note {
	font-size: 0.875rem;
	margin-top: 0.4375rem;
}

.school-building__btn-wrap {
	margin-top: 4.1875rem;
}

.support {
	padding: 6.875rem 0;
}

.support::before {
	background-image: url("../images/top/bg_support.png");
	height: 36.625rem;
	height: min(586px, 40.6944444444vw);
	width: 87.375rem;
	width: min(1398px, 97.0833333333vw);
}

.support__cards {
	align-items: flex-start;
	flex-direction: row;
	gap: 2.8125rem;
}

.support__card {
	width: 50%;
}

.support__card-img img {
	aspect-ratio: 477/318;
	border-radius: 1rem;
}

.support__card-content {
	margin-top: -45px;
}

.support__card-header {
	border-radius: 0 1.5rem 0 0;
	max-width: 26.25rem;
	width: 90%;
}

.support__card-title,
.support__card-title2 {
	font-size: 1.5rem;
	padding-left: 0.4375rem;
	padding-top: 1.25rem;
}

.support__card-title span::before {
	bottom: 0.25rem;
}

.support__card-text {
	font-size: 1rem;
	margin-top: 1.125rem;
	padding: 0 0.4375rem;
}

.support__card::before {
	background: linear-gradient(135deg, rgba(235, 139, 184, 0.1) 0%, rgba(235, 139, 184, 0.05) 100%);
	border-radius: 50%;
	content: "";
	height: 25rem;
	left: -6.25rem;
	opacity: 0.2;
	position: absolute;
	top: -12.5rem;
	width: 25rem;
	z-index: -1;
}

.title {
	font-size: 2.5rem;
}

.title > span:first-child {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.title.title--feature {
	line-height: 1.3;
}

.title > span:first-child::before {
	left: -2rem;
	left: -1.25rem;
}

.title > span:first-child::after {
	right: -2rem;
	right: -1.25rem;
	top: 0.5rem;
}

.title__wrap {
	margin-bottom: 3.375rem;
}

.try {
	padding: 5.6875rem 0 8.125rem;
}

.try.try--page {
	padding: 5.6875rem 0 8.125rem;
}

.try-wrap::before {
	background-image: url("../images/about/bg_message.jpg");
}

.try::before {
	background-image: url("../images/top/bg_try1.png");
	height: 45.0694444444vw;
	left: 0;
	top: 51%;
	transform: translateY(-50%);
	width: 26.1805555556vw;
}

.try.try--page::before {
	background-image: url("../images/top/bg_try1.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 45.0694444444vw;
	left: 0;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	width: 26.1805555556vw;
	z-index: 0;
}

.try::after {
	background-image: url("../images/top/bg_try2.png");
	bottom: auto;
	bottom: initial;
	height: 35.9722222222vw;
	left: auto;
	left: initial;
	right: 0;
	top: 56%;
	transform: translateY(-50%);
	width: 25.2777777778vw;
}

.try__inner {
	max-width: 63.75rem;
	padding: 0 1.25rem;
}

.try__title-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 40.8125rem;
	width: min(653px, 45.3472222222vw);
}

.try__badge {
	font-size: 1.625rem;
	height: 7.875rem;
	right: -8.125rem;
	right: -9.0277777778vw;
	top: -1.375rem;
	width: 7.875rem;
}

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

.try__title {
	font-size: 2.5rem;
}

.try__text {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.try__list-wrap {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.4375rem;
	width: 33.125rem;
}

.try__list {
	width: 33.125rem;
}

.try__item {
	gap: 0.75rem;
}

.try__item + .try__item {
	margin-top: 0.34375rem;
}

.try__icon {
	height: 2rem;
	width: 2rem;
}

.try__list-text {
	font-size: 1.125rem;
}

.try__cta {
	margin-top: 3.5rem;
}

.try__cta-text {
	font-size: 1.25rem;
}

.try__cta-button {
	font-size: 1.25rem;
	padding-left: 5.0625rem;
	padding-left: 5.125rem;
	width: 25rem;
}

.try__cta-button::before {
	height: 2.375rem;
	left: 1.25rem;
	width: 2.375rem;
}

.try__cta-button::after {
	height: 1.1875rem;
	right: 1.25rem;
	width: 1.1875rem;
}

.voice {
	background-position: 0.6875rem 1rem;
	background-size: 2rem 2rem;
	padding: 6.625rem 0 7.375rem;
}

.card__swiper .swiper-slide {
	height: 25.6875rem;
	width: 37.5rem; /* PCの基準幅 */
}

.card__content {
	border-radius: 2rem;
	padding: 1.5rem 2rem;
}

.card__profile {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.card__profile-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
}

.card__name {
	text-align: left;
}

.card__course-area {
	gap: 0.625rem;
	grid-column: auto;
	grid-row: auto;
}

.card__course {
	align-items: center;
	flex-direction: row;
	gap: 0.625rem;
}

.card__course-label {
	font-size: 1rem;
	height: 1.625rem;
}

.card__course-name {
	font-size: 1rem;
	line-height: 1.6;
}

.card__title {
	font-size: 1.875rem;
	line-height: 1.6;
}

.card__swiper-bottom {
	margin-top: 4.3125rem;
}

.swiper-button-prev,
.swiper-button-next {
	height: 5rem !important;
	width: 5rem !important;
}

.swiper-button-prev {
	transform: translate(-216px, -67%) !important;
}

.swiper-button-next {
	transform: translate(136px, -67%) !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 1rem;
}

.worry {
	padding-bottom: 8rem;
	padding-top: 5.25rem;
}

.worry__title {
	font-size: 2rem;
	margin-top: -3.125rem;
}

.worry__title {
	position: relative;
}

.worry__title::before {
	content: "\\";
	margin-right: 0;
}

.worry__title::after {
	content: "/";
	margin-left: 0;
}

/* SP用は消す */

.worry__title-line::before,
.worry__title-line::after {
	content: none;
}

.worry__text {
	margin-top: 1rem;
}

.worry__video {
	margin-top: 3rem;
}

.worry__btn-wrap {
	flex-direction: row;
}

.worry__btn {
	gap: 1.25rem;
	height: 3.875rem;
	max-width: 17.4375rem;
	position: relative;
}

.worry__btn-icon {
	height: 3.125rem;
	width: 3.125rem;
}

}

@media (min-width: 768px) {

html {
	scroll-padding-top: 7.5rem;
}

}

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

.page-course-modal__content::-webkit-scrollbar {
	width: 0.8125rem;
}

}

@media (min-width: 1010px) {

html {
	font-size: 16px;
}

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

html {
	font-size: 4.2666666667vw;
}

}

@keyframes pulse {

0%,100% {
	opacity: 0.6;
}

50% {
	opacity: 1;
}

}

@keyframes marquee {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

@keyframes mvRotate {

to {
	transform: rotate(360deg);
}

}

@keyframes page-course-modal-fadeIn {

from {
	filter: blur(0.5rem);
	opacity: 0;
	transform: scale(0.96) translateY(0.5rem);
}

to {
	filter: blur(0);
	opacity: 1;
	transform: scale(1) translateY(0);
}

}

@keyframes page-course-modal-backdropIn {

from {
	-webkit-backdrop-filter: blur(0.5rem);
	backdrop-filter: blur(0.5rem);
	opacity: 0;
}

to {
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	opacity: 1;
}

}


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