body {
	font-family: "Zen Maru Gothic", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.about-table__list {
	border-left: 1px solid #F3A6C4;
	border-top: 1px solid #F3A6C4;
	display: grid;
	grid-template-columns: 12.5rem 1fr;
}

.about-table__title {
	align-items: center;
	background-color: #F8C9DC;
	border-bottom: 1px solid #F3A6C4;
	border-right: 1px solid #F3A6C4;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.45;
	max-width: 12.5rem;
	padding-bottom: 1.3125rem;
	padding-top: 1.25rem;
	width: 100%;
}

.about-table__content {
	background-color: #fff;
	border-bottom: 1px solid #F3A6C4;
	border-right: 1px solid #F3A6C4;
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	padding-bottom: 1.5rem;
	padding-left: 1.875rem;
	padding-top: 1.25rem;
}

.about {
	background-image: url(../images/about-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20.8125rem;
	padding-top: 3.125rem;
}

.comiru-button {
	display: block;
	max-width: 45.5rem;
	transition: opacity 0.3s;
	width: 100%;
}

.comiru-button img {
	-o-object-fit: cover;
	aspect-ratio: 728/90;
	height: auto;
	object-fit: cover;
}

.about__heading {
	margin-top: 11.625rem;
}

.about__container {
	margin-top: 3.125rem;
}

.about__insta {
	margin-top: 5.9375rem;
}

.about__official {
	margin-top: 7.875rem;
}

.comiru-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 45.5rem;
	width: 100%;
}

.comiru-button img {
	-o-object-fit: cover;
	aspect-ratio: 728/90;
	height: auto;
	object-fit: cover;
}

.common-layout {
	background-image: url(../images/common-bg.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 11.625rem;
}

.common-layout__container {
	margin-top: 2.5rem;
}

.common-layout__text-box {
	background-color: #fff;
	border-radius: 50px;
	padding: 2.5rem 3.75rem;
}

.common-layout__text {
	color: #333;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8181818182;
	text-align: center;
}

.contact-about__container {
	margin-top: 3.125rem;
}

.contact-button {
	background-color: #F475A6;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	padding: 1.125rem 1.5rem 1.125rem 4rem;
	position: relative;
	transition: opacity 0.3s;
}

.contact-button::before {
	background-image: url(../images/mail-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.4375rem;
	left: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.contact-button.contact-button--small {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
	max-width: 28.125rem;
	padding: 1.25rem 3.25rem 1.25rem 4.75rem;
	width: 100%;
}

.contact-button.contact-button--small::before {
	left: 2.25rem;
}

.contact-form {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	padding: 6.25rem;
}

.contact-form__list {
	border: 1px solid #F3A6C4;
}

.contact-form__item {
	display: flex;
}

.contact-form__item:not(:first-child) {
	border-top: 1px solid #F3A6C4;
}

.contact-form__label {
	align-items: center;
	background-color: #F8C9DC;
	color: #333;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	gap: 0.375rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	max-width: 12.5rem;
	width: 100%;
}

.contact-form__label span {
	background-color: #3FA7D5;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0.125rem 0.875rem;
}

.contact-form__input {
	padding: 0.9375rem 1.875rem;
	width: 100%;
}

.contact-form__input input,
.contact-form__input textarea {
	background-color: #F3F2F2;
	border: 1px solid #E2DDDD;
	font-family: "Noto Sans JP";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.4375rem 0.9375rem;
	width: 100%;
}

.contact-form__input textarea {
	height: 10.625rem;
}

.contact-form__radio {
	grid-row-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10.9375rem, 1fr));
	padding: 1.4375rem 1.875rem;
	row-gap: 0.625rem;
	width: 100%;
}

.contact-form__radio label {
	display: inline-block;
}

.contact-form__radio input {
	display: none;
}

.contact-form__radio input + span {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0 0 0 1.875rem;
	position: relative;
}

.contact-form__radio input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.contact-form__radio input + span::after {
	background: #000;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 4px;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1rem;
}

.contact-form__radio input:checked + span::after {
	opacity: 1;
}

.contact-form__button {
	margin-top: 3.125rem;
	text-align: center;
}

.contact-form__button input {
	background-color: #8BD2F2;
	border-radius: 50px;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding: 1.875rem 7.3125rem;
	transition: opacity 0.3s;
}

.contact {
	background-image: url(../images/about-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.contact__about {
	margin-top: 11.625rem;
}

.cta-contact {
	background-image: url(../images/contact-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.cta-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.cta-contact__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.25rem;
	width: 100%;
}

.cta-contact__heading img {
	-o-object-fit: cover;
	aspect-ratio: 452/120;
	height: auto;
	object-fit: cover;
}

.cta-contact__container {
	margin-top: 1.875rem;
}

.cta-contact__text-large {
	color: #333;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4666666667;
	text-align: center;
}

.cta-contact__text {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	margin-top: 1.25rem;
	text-align: center;
}

.cta-contact__button-area {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: flex;
	justify-content: space-between;
	margin: 1.875rem auto 0;
	max-width: 50rem;
	width: 100%;
}

.features {
	background-image: url(../images/feature-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -6.625rem;
	padding-bottom: 10.5625rem;
	padding-top: 8.5rem;
}

.features__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 110.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.features__container {
	margin-top: 9.375rem;
}

.features__list {
	grid-column-gap: 3.125rem;
	-moz-column-gap: 3.125rem;
	column-gap: 3.125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
}

.features__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1.75rem;
}

.features__item:first-child {
	grid-column: 1/3;
	grid-row: 1/2;
}

.features__item:nth-child(odd):nth-child(n+3) {
	margin-top: 9.375rem;
}

.features__title {
	-moz-column-gap: 1.875rem;
	align-items: center;
	color: #333;
	column-gap: 1.875rem;
	display: flex;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4444444444;
}

.features__title span {
	color: #3FA7D5;
	font-family: "Noto Sans JP", serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	position: relative;
}

.features__title span::before {
	color: #3FA7D5;
	content: "point";
	font-size: 1.625rem;
	font-weight: 400;
	left: -1.5625rem;
	letter-spacing: 0.1em;
	line-height: 1.1923076923;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
}

.features__image {
	max-width: 50.625rem;
	width: 100%;
}

.features__image img {
	-o-object-fit: cover;
	aspect-ratio: 810/512;
	height: auto;
	object-fit: cover;
}

.features__item:first-child .features__image {
	max-width: 75rem;
	width: 100%;
}

.features__item:first-child .features__image img {
	-o-object-fit: cover;
	aspect-ratio: 1200/682;
	height: auto;
	object-fit: cover;
}

.features__item:nth-child(6) .features__image {
	max-width: 46.8125rem;
	width: 100%;
}

.features__item:nth-child(6) .features__image img {
	-o-object-fit: cover;
	aspect-ratio: 749/427;
	height: auto;
	object-fit: cover;
}

.features__item:nth-child(7) .features__image img {
	-o-object-fit: cover;
	aspect-ratio: 810/458;
	height: auto;
	object-fit: cover;
}

.flow-box {
	align-items: center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	display: flex;
	justify-content: space-between;
	outline: 1px solid #F475A6;
	outline-offset: -10px;
	padding: 3.125rem;
}

.flow-box__image {
	max-width: 21.875rem;
	width: 100%;
}

.flow-box__image img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.flow-box__content {
	max-width: 31.25rem;
	width: 100%;
}

.flow-box__title {
	-moz-column-gap: 1.25rem;
	align-items: center;
	border-bottom: 1px solid #3FA7D5;
	color: #333;
	column-gap: 1.25rem;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4285714286;
	padding-bottom: 0.625rem;
}

.flow-box__title span {
	color: #3FA7D5;
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4444444444;
}

.flow-box__text {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 1.75rem;
}

.flow-box__button-area {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
	row-gap: 0.625rem;
	width: 100%;
}

.flow {
	background-image: url(../images/flow-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 9.75rem;
}

.flow__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.flow__container {
	margin-top: 6.25rem;
}

.flow__item:not(:first-child) {
	margin-top: 3.125rem;
}

.flow__box {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.flow__over-high-school {
	margin-top: 6.25rem;
}

.footer {
	background-color: #F3A6C4;
	padding-bottom: 2.25rem;
	padding-top: 2.3125rem;
}

.footer__copy {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4166666667;
	text-align: center;
}

.header {
	height: 13.125rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__inner {
	display: flex;
	justify-content: end;
	padding-left: 1.875rem;
	width: 100%;
}

.header__items:not(:first-child) {
	margin-top: 0.625rem;
}

.header__link {
	display: block;
	max-width: 5rem;
	transition: opacity 0.3s;
	width: 100%;
}

.header__link img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.heading {
	position: relative;
	text-align: center;
	z-index: 1;
}

.heading::before {
	background-image: url(../images/heading-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 6.25rem;
	left: 50%;
	position: absolute;
	top: -2.375rem;
	transform: translateX(-50%);
	width: 18.125rem;
	z-index: -1;
}

.heading__title {
	color: #333;
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4444444444;
}

.heading__sub-title {
	color: #3FA7D5;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.2083333333;
	margin-top: 1.25rem;
	text-transform: uppercase;
}

.how-to-study {
	background-image: url(../images/howtostudy-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 8.5rem;
}

.how-to-study__container {
	margin-top: 3.5625rem;
}

.how-to-study__list {
	border: 1px solid #F8C9DC;
}

.how-to-study__term {
	background-color: #F8C9DC;
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding-bottom: 0.6875rem;
	padding-top: 0.625rem;
	text-align: center;
}

.how-to-study__term.how-to-study__term--blue {
	background-color: #8BD2F2;
}

.how-to-study__description {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding: 1.9375rem 3.125rem;
}

.how-to-study__option {
	border: 1px solid #8BD2F2;
	margin-top: 3.125rem;
}

.how-to-study__text:not(:first-child) {
	margin-top: 0.75rem;
}

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

.insta-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 47.6875rem;
	transition: opacity 0.3s;
	width: 100%;
}

.insta-button img {
	-o-object-fit: cover;
	aspect-ratio: 763/160;
	height: auto;
	object-fit: cover;
}

.js-fade__upTrigger {
	opacity: 0;
}

.js-fade__up {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
	opacity: 0;
}

.map iframe {
	vertical-align: bottom;
}

.mv {
	height: 57.5rem;
	width: 100%;
}

.mv__inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv__logo {
	left: 1.875rem;
	max-width: 12.5rem;
	position: absolute;
	top: 1.875rem;
	width: 100%;
}

.mv__logo img {
	-o-object-fit: cover;
	aspect-ratio: 280/170;
	height: auto;
	object-fit: cover;
}

.mv__image {
	height: inherit;
	width: 100%;
}

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

.mv__image-text {
	left: 50%;
	max-width: 45rem;
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.mv__image-text img {
	-o-object-fit: cover;
	aspect-ratio: 800/851;
	height: auto;
	object-fit: cover;
}

.new-course {
	background-image: url(../images/new-course-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

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

.new-course__heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	width: 100%;
}

.new-course__heading img {
	-o-object-fit: cover;
	aspect-ratio: 900/100;
	height: auto;
	object-fit: cover;
}

.new-course__container {
	margin-top: 1.875rem;
}

.new-course__text {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	text-align: center;
}

.new-course__course {
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	display: flex;
	margin-top: 1.875rem;
}

.new-course__elementary,
.new-course__junior-high {
	max-width: 31.25rem;
	width: 100%;
}

.new-course__elementary img,
.new-course__junior-high img {
	-o-object-fit: cover;
	aspect-ratio: 500/380;
	height: auto;
	object-fit: cover;
}

.new-course__time {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 50rem;
	padding: 1.875rem 2.0625rem;
	width: 100%;
}

.official-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.8125rem;
	transition: opacity 0.3s;
	width: 100%;
}

.official-button img {
	-o-object-fit: cover;
	aspect-ratio: 909/234;
	height: auto;
	object-fit: cover;
}

.option-table {
	border: 1px solid #F3A6C4;
}

.option-table__item {
	display: flex;
}

.option-table__item:not(:first-child) {
	border-top: 1px solid #F3A6C4;
}

.option-table__name {
	background-color: #F8C9DC;
}

.option-table__name,
.option-table__amount {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	padding-bottom: 1.1875rem;
	padding-top: 1.25rem;
	text-align: center;
	width: 50%;
}

.over-high-school {
	background-image: url(../images/flow-bg2.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.5rem;
	padding-top: 3.125rem;
	text-align: center;
}

.over-high-school__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.over-high-school__title {
	color: #3FA7D5;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4285714286;
}

.over-high-school__text {
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2;
	margin-top: 2.8125rem;
}

.price-table {
	border: 1px solid #F3A6C4;
	border-collapse: collapse;
	width: 100%;
}

.price-table__row:not(:first-child) {
	border-top: 1px solid #F3A6C4;
}

.price-table__header {
	background-color: #F3A6C4;
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding-bottom: 0.625rem;
	padding-top: 0.6875rem;
	text-align: center;
}

.price-table__name {
	background-color: #F8C9DC;
	border-right: 1px solid #F3A6C4;
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding-bottom: 1.25rem;
	padding-top: 1.3125rem;
	text-align: center;
	width: 50%;
}

.price-table__amount {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding-bottom: 1.25rem;
	padding-top: 1.3125rem;
	text-align: center;
	width: 50%;
}

.price-table__amount.price-table__amount--text-large {
	line-height: 2.05;
}

.price {
	background-image: url(../images/price-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 9.0625rem;
	padding-top: 13.0625rem;
}

.price__container {
	margin-top: 3.5625rem;
}

.price__item:not(:first-child) {
	margin-top: 3.125rem;
}

.price__option {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	margin: 4.1875rem auto 0;
	max-width: 43.75rem;
	padding: 1.875rem 6.0625rem 2.9375rem;
	width: 100%;
}

.price__option-text {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-align: center;
}

.price__option-text.price__option-text--small {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	margin-top: 0.75rem;
	text-align: left;
}

.price__option-text.price__option-text--small:nth-child(2) {
	margin-top: 0.3125rem;
}

.price__option-list {
	margin-top: 1.875rem;
}

.question {
	background-image: url(../images/question-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10rem;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
}

.question::after {
	background-image: url(../images/arrow-bottom-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -6.875rem;
	content: "";
	height: 3.75rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 12.5rem;
}

.question__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 68.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.question__heading {
	border-bottom: 6px double #3FA7D5;
	color: #333;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4444444444;
	text-align: center;
}

.question__container {
	-moz-column-gap: 3.125rem;
	align-items: center;
	column-gap: 3.125rem;
	display: flex;
	margin-top: 4.0625rem;
}

.question__image {
	max-width: 18.125rem;
	width: 100%;
}

.question__image {
	-o-object-fit: cover;
	aspect-ratio: 290/550;
	height: auto;
	object-fit: cover;
}

.question__list {
	width: 100%;
}

.question__item {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
	max-width: 43.75rem;
	padding: 1.4375rem 0 1.375rem 6.875rem;
	position: relative;
	width: 100%;
}

.question__item::before {
	background-image: url(../images/check-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.75rem;
	left: 1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.75rem;
}

.question__item:not(:first-child) {
	margin-top: 1.875rem;
}

.question__text {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.4583333333;
}

.sub-header {
	height: 12.5rem;
	padding-top: 1.875rem;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.sub-header__inner {
	padding-left: 1.875rem;
	width: 100%;
}

.sub-header__logo {
	max-width: 12.5rem;
	width: 100%;
}

.sub-header__logo a {
	transition: opacity 0.3s;
}

.sub-header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 280/170;
	height: auto;
	object-fit: cover;
}

.sub-mv {
	height: 25rem;
}

.sub-mv__inner {
	height: inherit;
	position: relative;
}

.sub-mv__heading {
	left: 50%;
	max-width: 28.25rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sub-mv__heading img {
	-o-object-fit: cover;
	aspect-ratio: 452/120;
	height: auto;
	object-fit: cover;
}

.sub-mv__image {
	height: inherit;
}

.sub-mv__image img {
	height: inherit;
}

.tel-button {
	background-color: #85E4EF;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.44;
	padding: 0.625rem 1.5625rem 0.625rem 3.75rem;
	position: relative;
	transition: opacity 0.3s;
}

.tel-button::before {
	background-image: url(../images/tel-icon.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.875rem;
	left: 1.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.tel-button.tel-button--small {
	font-size: 2.25rem;
	letter-spacing: 0.15em;
	line-height: 1.2222222222;
	max-width: 28.125rem;
	padding: 1.125rem 4.125rem 1.125rem 4.75rem;
	width: 100%;
}

.two-years__container {
	display: flex;
}

.two-years__content {
	background-image: url(../images/two-years-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 31.25rem;
	padding-bottom: 12.8125rem;
	padding-top: 3.125rem;
	width: 100%;
}

.two-years__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 44.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 100%;
}

.two-years__title {
	background-color: #fff;
	border-radius: 50px;
	color: #F475A6;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4285714286;
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	text-align: center;
	width: 100%;
}

.two-years__text {
	color: #333;
	font-size: 1.0rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.0833333333;
	margin-top: 1.875rem;
	text-align: center;
}

.two-years__image {
	width: 100%;
}

.two-years__image img {
	-o-object-fit: cover;
	height: 31.25rem;
	object-fit: cover;
}

.voice {
	background-image: url(../images/voice-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 9.75rem;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.75rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.voice__container {
	margin-top: 3rem;
}

.voice__item {
	-moz-column-gap: 3.125rem;
	align-items: center;
	column-gap: 3.125rem;
	display: flex;
}

.voice__item:not(:first-child) {
	margin-top: 3.125rem;
}

.voice__image {
	max-width: 15.625rem;
	width: 100%;
}

.voice__image img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.voice__text {
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.9444444444;
	max-width: 56.25rem;
	padding: 1.875rem;
	width: 100%;
}

@media (any-hover: hover) {

.comiru-button:hover {
	opacity: 0.7;
}

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

.contact-form__button input:hover {
	opacity: 0.7;
}

.header__link:hover {
	opacity: 0.7;
}

.insta-button:hover {
	opacity: 0.7;
}

.official-button:hover {
	opacity: 0.7;
}

.sub-header__logo a:hover {
	opacity: 0.7;
}

.tel-button:hover {
	opacity: 0.7;
}

}

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

.common-layout__container {
	margin-top: 3.125rem;
}

.common-layout__text-box {
	padding: 3.125rem 4.6875rem;
}

.contact-button {
	font-size: 2.25rem;
	line-height: 1.4444444444;
	padding: 1.5rem 3.375rem 1.5rem 6.5rem;
}

.contact-button::before {
	height: 1.4375rem;
	left: 3.375rem;
	width: 1.875rem;
}

.cta-contact__button-area {
	max-width: 100%;
}

.header__link {
	max-width: 6.25rem;
}

.heading__title {
	font-size: 2.8125rem;
}

.mv {
	height: 67.5rem;
}

.mv__logo {
	max-width: 17.5rem;
}

.mv__image-text {
	max-width: 50rem;
}

.question__heading {
	font-size: 2.8125rem;
}

.sub-header__logo {
	max-width: 17.5rem;
}

.tel-button {
	font-size: 3.125rem;
	padding: 0.625rem 3.125rem 1.125rem 6.25rem;
}

.tel-button::before {
	left: 2.25rem;
}

}

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

.contact-button.contact-button--small {
	max-width: 25rem;
	padding: 0.875rem 1.5rem 0.875rem 4rem;
}

.mv {
	height: 51.25rem;
}

.mv__image-text {
	max-width: 37.5rem;
}

.tel-button.tel-button--small {
	max-width: 25rem;
	padding: 0.625rem 1.5625rem 0.625rem 3.75rem;
}

}

@media (max-width: 900px) {

html {
	font-size: 1.7777777778vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about-table__list {
	grid-template-columns: 8.75rem 1fr;
}

.about-table__title {
	font-size: 1rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.about-table__content {
	font-size: 0.875rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-top: 0.625rem;
}

.about {
	padding-bottom: 11.25rem;
	padding-top: 2.375rem;
}

.about__heading {
	margin-top: 7.5rem;
}

.about__insta {
	margin-top: 3.75rem;
}

.about__official {
	margin-top: 5rem;
}

.common-layout {
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.common-layout__container {
	margin-top: 2rem;
}

.common-layout__text-box {
	border-radius: 30px;
	padding: 1.25rem 1.875rem;
}

.common-layout__text {
	font-size: 1rem;
}

.contact-button {
	font-size: 1.5rem;
	line-height: 1.4285714286;
	padding: 1rem 1.25rem 1rem 4.25rem;
}

.contact-button::before {
	left: 1.875rem;
}

.contact-button.contact-button--small {
	font-size: 1.25rem;
	max-width: 20rem;
	padding: 0.875rem 0 0.875rem 1.875rem;
	text-align: center;
}

.contact-button.contact-button--small::before {
	height: 1rem;
	left: 0.75rem;
	width: 1.25rem;
}

.contact-form {
	padding: 3.125rem 1.5625rem;
}

.contact-form__item {
	flex-direction: column;
}

.contact-form__label {
	font-size: 0.875rem;
	justify-content: start;
	max-width: 100%;
	padding: 0.5rem 0.625rem;
}

.contact-form__input {
	padding: 0.625rem;
}

.contact-form__input input,
.contact-form__input textarea {
	font-size: 0.875rem;
}

.contact-form__radio {
	padding: 0.625rem;
}

.contact-form__radio input + span {
	font-size: 0.875rem;
}

.contact-form__radio input + span::before {
	height: 1.25rem;
	width: 1.25rem;
}

.contact-form__radio input + span::after {
	height: 0.75rem;
	width: 0.75rem;
}

.contact-form__button {
	margin-top: 2.375rem;
}

.contact-form__button input {
	padding: 1.5rem 6.25rem;
}

.contact__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.cta-contact__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.cta-contact__heading {
	max-width: 17.5rem;
}

.cta-contact__text-large {
	font-size: 1.375rem;
}

.cta-contact__text {
	font-size: 1rem;
}

.cta-contact__button-area {
	flex-direction: column;
	max-width: 23.75rem;
	row-gap: 1.125rem;
}

.features__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.features__list {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 3.125rem;
}

.features__item {
	align-items: start;
}

.features__item:first-child {
	grid-column: auto;
	grid-row: auto;
}

.features__item:nth-child(odd):nth-child(n+3) {
	margin-top: 0;
}

.features__title {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	font-size: 1.5rem;
	padding-left: 1.25rem;
}

.features__title span {
	font-size: 3rem;
}

.features__title span::before {
	font-size: 1.125rem;
}

.features__image {
	max-width: 37.5rem;
}

.features__item:first-child .features__image {
	max-width: 37.5rem;
}

.features__item:nth-child(6) .features__image {
	max-width: 37.5rem;
}

.flow-box {
	flex-direction: column;
}

.flow-box__image {
	max-width: 16.25rem;
}

.flow-box__title {
	font-size: 1.25rem;
	padding-bottom: 0.375rem;
}

.flow-box__title span {
	font-size: 2.25rem;
}

.flow-box__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.flow-box__button-area {
	margin-left: auto;
	margin-right: auto;
	max-width: 22.5rem;
}

.flow__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.flow__box {
	max-width: 37.5rem;
}

.heading__title {
	font-size: 1.75rem;
}

.heading__sub-title {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.how-to-study__term {
	font-size: 1rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.how-to-study__description {
	font-size: 1rem;
	padding: 1.25rem 1.625rem;
}

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

.insta-button {
	max-width: 30.125rem;
}

.mv__logo {
	max-width: 8.75rem;
}

.mv__image-text {
	max-width: 30rem;
}

.new-course__heading {
	max-width: 31.25rem;
}

.new-course__text {
	font-size: 1.125rem;
}

.new-course__course {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.new-course__elementary,
.new-course__junior-high {
	max-width: 21.25rem;
}

.new-course__time {
	font-size: 1rem;
	padding: 1.125rem 1.3125rem;
}

.official-button {
	max-width: 34.6875rem;
}

.option-table__name,
.option-table__amount {
	font-size: 0.875rem;
	padding-bottom: 0.5625rem;
	padding-top: 0.625rem;
}

.over-high-school__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.over-high-school__title {
	font-size: 1.25rem;
}

.over-high-school__text {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.price-table__header {
	font-size: 1rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.price-table__name {
	font-size: 1rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.price-table__amount {
	font-size: 1rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.price__item:not(:first-child) {
	margin-top: 2.25rem;
}

.price__option {
	max-width: 37.5rem;
	padding: 1.125rem 1.75rem 1.375rem;
}

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

.price__option-text.price__option-text--small {
	font-size: 0.875rem;
}

.question {
	margin-bottom: 7.5rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.question::after {
	bottom: -5.375rem;
	height: 3rem;
	width: 10rem;
}

.question__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.question__heading {
	font-size: 1.75rem;
}

.question__container {
	flex-direction: column-reverse;
	margin: 2.5rem auto 0;
	max-width: 37.5rem;
	row-gap: 3.125rem;
}

.question__image {
	max-width: 12.5rem;
}

.question__item::before {
	height: 3rem;
	width: 3rem;
}

.question__item:not(:first-child) {
	margin-top: 1.375rem;
}

.question__text {
	font-size: 0.85rem;
}

.sub-header__logo {
	max-width: 8.75rem;
}

.tel-button {
	font-size: 1.875rem;
	letter-spacing: 0.15em;
	line-height: 1.2222222222;
	padding: 0.875rem 2.5rem 0.875rem 4.125rem;
}

.tel-button::before {
	left: 1.875rem;
}

.tel-button.tel-button--small {
	font-size: 1.5rem;
	max-width: 20rem;
	padding: 0.625rem 0 0.625rem 1.875rem;
	text-align: center;
}

.tel-button.tel-button--small::before {
	height: 1.25rem;
	left: 0.75rem;
	width: 1.25rem;
}

.two-years__container {
	flex-direction: column;
}

.two-years__inner {
	max-width: 37.5rem;
}
.two-years__content {
    height: 24.25rem;
}
.two-years__title {
	font-size: 1.375rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.two-years__text {
	font-size: 0.85rem;
}

.voice__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.voice__item {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}

.voice__item:not(:first-child) {
	margin-top: 1.75rem;
}

.voice__image {
	max-width: 6.25rem;
}

.voice__text {
	font-size: 0.875rem;
	padding: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0; /*初期状態では透明に*/
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}


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