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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* 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 */

/* Set core body defaults */

body {
	color: #0b2e19;
	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;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
	pointer-events: none;
}

body.is-scroll {
	overflow: hidden;
}

.section {
	padding: 2.5rem 0;
}

.section-title__head {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
}

.section-title__head-quote {
	color: #18934a;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0.3375rem;
	line-height: 1;
}

.section-title__head-title {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.14625rem;
	line-height: 1.6;
	text-align: center;
}

.mv .period-content {
	margin-left: 10vw;
	margin-top: 2vw;
}

.mv .period-content__text-label {
	font-size: 1vw;
}

.mv .period-content__text-date {
	font-size: 1.4vw;
}

.mv .period-content__text {
	padding: 0.9vw 1vw;
}

.mv .period__btn {
	margin: 1vw auto 0;
}

.mv .period__btn-text {
	font-size: 1vw;
}

.mv .period__btn-link {
	border-radius: 0.8vw;
	font-size: 1.25vw;
	max-width: 16.5vw;
	padding: 1.1vw 1.4vw;
}

.mv .period__btn-link::after {
	height: 1.9vw;
	right: 1.3vw;
	width: 2vw;
}

.mv .period__btn-note {
	font-size: 0.7vw;
}

.period-content {
	margin-top: 2.0625rem;
}

.period-content__text {
	align-items: center;
	background: #f7a500;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-weight: 700;
	gap: 0.5rem;
	margin: 0 auto;
	padding: 0.8125rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.period-content__text-label {
	font-size: 0.875rem;
	line-height: 1.8;
}

.period-content__text-date {
	font-size: 1.25rem;
}

.period__btn {
	margin: 1rem auto 0;
}

.period__btn span {
	display: flex;
	justify-content: center;
}

.period__btn-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.07875rem;
	line-height: 1.6;
	text-align: center;
}

.period__btn-link {
	background-color: #06c755;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 0.25rem auto 0;
	max-width: 14.8125rem;
	padding: 1rem 1.25rem;
	position: relative;
	text-align: left;
}

.period__btn-link::after {
	background: url(../images/top/line.svg) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.period__btn-note {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.25rem;
	text-align: center;
}

.period__btn-note-l {
	font-size: 0.75rem;
	font-weight: 500;
	text-align: center;
}

.sns-footer {
	background-color: #185330;
	padding: 2.5rem 0 1.9375rem;
}

.sns-footer__inner {
	margin: 0 auto;
	max-width: 71.875rem;
	padding: 0 1.25rem;
	text-align: center;
	width: 100%;
}

.sns-footer__title {
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
}

.sns-footer__icons {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 1.6875rem;
}

.sns-footer__icon img {
	max-width: 3.125rem;
	width: 100%;
}

.sns-footer__copyright {
	border-top: 1px solid #fff;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
}

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

.header {
	height: 4.5rem;
	transition: background-color 0.3s ease;
	width: 100%;
}

.header.is-scrolled {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header__inner {
	margin: 0 auto;
	max-width: 90rem;
	padding: 0 2.5rem;
	width: 100%;
}

.header__nav {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: flex-end;
	margin-left: auto;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item.header__nav-item--line {
	align-items: center;
	display: flex;
	margin-left: 1.25rem;
}

.header__nav-item-link {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 4.5rem;
	line-height: 1.8;
	padding: 0 1.25rem;
}

.header__nav-item.header__nav-item--line {
	max-width: 15.5rem;
	width: 100%;
}

.header__nav-item.header__nav-item--line a {
	background-color: #06c755;
	border-radius: 56.25rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	height: auto;
	height: initial;
	line-height: 1.8;
	max-width: 15.5rem;
	padding: 0.625rem 1.5625rem;
	position: relative;
	width: 100%;
}

.header__nav-item.header__nav-item--line a::after {
	background: url(../images/top/line.svg) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.header__nav-item-link-youtube {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 1.875rem;
}

.header__hamburger {
	display: none;
}

.header__drawer {
	display: none;
}

.header__drawer-nav {
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 0 3.125rem;
	width: 100%;
}

.header__drawer-btn {
	margin-top: 1.25rem;
}

.not-found {
	margin-top: 8.125rem;
	padding-bottom: 5rem;
}

.not-found__content {
	background-color: #ecfdf5;
	border-radius: 0.75rem;
	padding: 1.875rem;
}

.not-found__title {
	color: #18934a;
	font-family: "Josefin Sans", sans-serif;
	font-size: 4.5rem;
	text-align: center;
	text-transform: uppercase;
}

.not-found__subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
}

.not-found__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
	text-align: center;
}

.not-found__btn {
	margin: 4.6875rem auto 0;
	max-width: 18.75rem;
	width: 100%;
}

.not-found__btn a {
	background-color: #18934a;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 1rem 1.25rem;
	text-align: center;
}

.mv {
	height: 100vh;
	overflow-x: clip;
	position: relative;
}

.mv__figure {
	bottom: 0;
	left: 7.4vw;
	position: absolute;
	width: 40vw;
}

.mv__period {
	display: none;
}

.mv__cta-btn {
	display: none;
}

.mv__cta-btn:hover {
	opacity: 1;
}

.mv__cta-btn img {
	-o-object-fit: cover;
	aspect-ratio: 375/62;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mv__inner {
	height: inherit;
}

.mv__visual {
	height: inherit;
}

.mv__visual picture,
.mv__visual img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
	width: 100%;
}

.mv__content {
	left: 52%;
	max-width: 34vw;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__badge {
	margin-left: -2vw;
	margin-top: 4.5vw;
	position: relative;
	width: 23.4vw;
}

.mv__title {
	font-size: 3vw;
	font-weight: 700;
	letter-spacing: 0.25vw;
	line-height: 1.6;
	margin-top: -2.5vw;
}

.mv__title-text {
	background-color: #fff;
	border-radius: 0.6vw;
	box-shadow: 0.3vw 0.3vw 0 0 rgba(6, 199, 85, 0.25);
	display: inline-block;
	padding: 0.35vw 1.3vw;
}

.mv__title-text:not(:first-child) {
	margin-top: 0.7vw;
}

.mv__title-highlight {
	color: #18934a;
}

.problem__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.problem__item {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	padding: 1.875rem;
	width: calc((100% - 1.25rem) / 2);
}

.problem__item:nth-child(2n+2) {
	margin-left: 1.25rem;
}

.problem__item:nth-child(n+3) {
	margin-top: 1.25rem;
}

.problem__item-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 6.6875rem;
	margin-left: auto;
	margin-right: auto;
	width: 9.25rem;
}

.problem__item-title {
	color: #0b2e19;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1125rem;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: center;
}

.problem__item-text {
	color: #0b2e19;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 0.9375rem;
	text-align: center;
}

.problem__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.teacher__wrap {
	background: url(../images/top/problem-bg.webp) no-repeat center center/cover;
	padding: 3.125rem 0;
}

.teacher__inner {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	margin: 0 auto;
	max-width: 71.75rem;
	padding: 0 1.25rem;
	width: 100%;
}

.teacher__media {
	flex-shrink: 0;
	width: 12.5rem;
}

.teacher__image {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.teacher__balloon {
	background-color: #ffffff;
	border-radius: 1.25rem;
	box-shadow: 0 0.1875rem 0.625rem rgba(25, 101, 56, 0.25);
	padding: 2.125rem 2.125rem 2.125rem 3rem;
	position: relative;
}

.teacher__balloon::before {
	border-bottom: 0.75rem solid transparent;
	border-right: 0.875rem solid #ffffff;
	border-top: 0.75rem solid transparent;
	content: "";
	height: 0;
	left: -0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.teacher__title {
	color: #18934a;
	font-size: 1.875rem;
	font-weight: 700;
}

.teacher__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.88;
	margin-top: 1.5rem;
}

.program {
	position: relative;
}

.program::before {
	aspect-ratio: 746/296;
	background: url(../images/top/program-line.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 46.625rem;
}

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

.program__steps {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.program__step {
	background-color: #ffffff;
	border: 0.1875rem solid #49d181;
	border-radius: 1.25rem;
	padding: 1.0625rem 2.5rem 1.0625rem 4.0625rem;
	position: relative;
}

.program__step--c2 {
	border-color: #2dac62;
}

.program__step--c2 .program__badge {
	background-color: #2dac62;
}

.program__step--c3 {
	border-color: #19924b;
}

.program__step--c3 .program__badge {
	background-color: #19924b;
}

.program__badge-label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 1;
	margin-top: 0.625rem;
}

.program__step-title {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.04125rem;
	line-height: 1.6;
}

.program__step-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.program__note {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1125rem;
	line-height: 2;
	margin-top: 3.75rem;
	position: relative;
	text-align: center;
}

.program__lead {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.10125rem;
	line-height: 1.6;
	margin-top: 1.375rem;
	text-align: center;
}

.program__badge {
	align-items: center;
	background-color: #49d181;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-family: "Josefin Sans", sans-serif;
	height: 5rem;
	justify-content: center;
	left: -1.25rem;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 83, 92, 0.3);
	top: -1.875rem;
	width: 5rem;
}

.program__badge-num {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.075rem;
	line-height: 1;
	margin-top: 0.375rem;
}

.teacher-about {
	position: relative;
}

.teacher-about__caption {
	background-color: #fff;
}

.teacher-about::before {
	background: url(../images/top/square.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.teacher-about__inner {
	margin: 0 auto;
	max-width: 72.125rem;
	padding: 0 1.25rem;
	width: 100%;
}

.teacher-about__profile {
	text-align: center;
}

.teacher-about__photo img {
	background-color: #ffffff;
	border-radius: 50%;
	height: 12.5rem;
	margin: 0 auto;
	width: 12.5rem;
}

.teacher-about__name {
	color: #0b2e19;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.teacher-about__role {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 0.25rem;
}

.teacher-about__sns {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 0.125rem;
}

.teacher-about__card-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1125rem;
	line-height: 1.4;
}

.teacher-about__texts {
	margin-top: 1.25rem;
}

.teacher-about__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	margin-top: 0.75rem;
}

.teacher-about__content {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	align-items: start;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: 14.75rem 1fr;
	margin-top: 1.5rem;
	position: relative;
}

.teacher-about__card {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	padding: 1.875rem 2.5rem;
}

.point__item {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	padding: 1.25rem;
}

.point__icon {
	height: 3.75rem;
	margin: 0 auto;
	width: 3.75rem;
}

.point__item-title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1125rem;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.point__em {
	color: #e9525e;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: inherit;
}

.point__item-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.point__grid {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.125rem;
}

.reason {
	background-color: #ecfdf5;
	overflow-x: clip;
	position: relative;
}

.reason::before {
	background: url(../images/top/puzzle.webp) no-repeat center center/cover;
	content: "";
	height: 22rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 20rem;
	z-index: 0;
}

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

.reason__list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.1875rem;
	position: relative;
}

.reason__item {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	display: flex;
	padding: 1.25rem;
}

.reason__num {
	flex-shrink: 0;
	width: 4.25rem;
}

.reason__body {
	margin-left: 1.25rem;
	width: 100%;
}

.reason__item-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.135rem;
	line-height: 1.6;
}

.reason__item-text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.10125rem;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.reason__illust {
	flex-shrink: 0;
	margin-left: 1.5625rem;
	width: 9.625rem;
}

.voice {
	position: relative;
}

.voice::before {
	background: url(../images/top/voice-bg.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 24.8125rem;
	position: absolute;
	right: 0;
	width: 24.6875rem;
}

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

.voice__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.1875rem;
}

.voice__item {
	align-items: flex-start;
	display: flex;
	gap: 3.25rem;
}

.voice__profile {
	text-align: center;
	width: 14%;
}

.voice__avatar {
	flex-shrink: 0;
	height: 5.625rem;
	margin: 0 auto;
	width: 5.625rem;
}

.voice__avatar img {
	border-radius: 50%;
}

.voice__name {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.71;
	margin-top: 0.375rem;
}

.voice__role {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2;
	margin-top: -0.3125rem;
}

.voice__balloon {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	padding: 1.25rem;
	position: relative;
	width: 100%;
}

.voice__balloon::before {
	border-bottom: 0.9375rem solid transparent;
	border-right: 1.5rem solid #cccccc;
	border-top: 0.9375rem solid transparent;
	content: "";
	height: 0;
	left: -1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.voice__balloon::after {
	border-bottom: 0.875rem solid transparent;
	border-right: 1.4375rem solid #ffffff;
	border-top: 0.875rem solid transparent;
	content: "";
	height: 0;
	left: -1.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.voice__em {
	color: #e9525e;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: inherit;
}

.voice__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.9;
}

.cta-line {
	background-color: #0097d4;
	color: #ffffff;
	padding-bottom: 1.6875rem;
	position: relative;
}

.cta__img {
	background-color: #fff;
}

.cta-line__sub {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
}

.cta-line__badge {
	background-color: #fde055;
	border-radius: 56.25rem;
	color: #e9525e;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0.625rem auto 0;
	padding: 0.625rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.cta-line__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.875rem;
	text-align: center;
}

.cta-line__card {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 1.25rem;
	margin: 1.875rem auto 0;
	max-width: 42.5rem;
	padding: 1.875rem 2.5rem;
	width: 100%;
}

.cta-line__list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.cta-line__item {
	gap: 0.625rem;
	position: relative;
}

.cta-line__item::after {
	background: url(../images/top/checkmark.svg) no-repeat center center/cover;
	content: "";
	height: 1.625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.625rem;
}

.cta-line__text {
	color: #0b2e19;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-left: 2.25rem;
}

.cta-line__item--multiline .cta-line__text {
	display: inline-flex;
	flex-direction: column;
}

.cta-line__label {
	font-weight: 500;
}

.cta-line__caption {
	font-size: 1rem;
	letter-spacing: 0.09rem;
	line-height: 1.6;
	margin-top: 0.125rem;
}

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

.flow__step {
	background-color: #ffffff;
	border: 0.25rem solid #49d181;
	border-radius: 1rem;
	padding: 2.8125rem 0.625rem 1.5625rem;
	position: relative;
	text-align: center;
}

.flow__step:before {
	content: "";
	height: 1.625rem;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.flow__step--c1 .flow__step-badge {
	background-color: #49d181;
}

.flow__step--c2 {
	border-color: #2dac62;
}

.flow__step--c2 .flow__step-badge {
	background-color: #2dac62;
}

.flow__step--c2:before {
	background: url(../images/top/arrow-flow01.svg) no-repeat center center/cover;
}

.flow__step--c3 {
	border-color: #19924b;
}

.flow__step--c3 .flow__step-badge {
	background-color: #19924b;
}

.flow__step--c3:before {
	background: url(../images/top/arrow-flow02.svg) no-repeat center center/cover;
}

.flow__step--c4 {
	border-color: #196538;
}

.flow__step--c4 .flow__step-badge {
	background-color: #196538;
}

.flow__step--c4:before {
	background: url(../images/top/arrow-flow03.svg) no-repeat center center/cover;
}

.flow__step-badge-label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
	line-height: 1;
	margin-top: 0.625rem;
}

.flow__step-icon {
	margin: 0 auto;
	width: 7.625rem;
}

.flow__step-text {
	color: #0b2e19;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.flow {
	background-color: #e8f8f2;
}

.flow__steps {
	grid-gap: 2.0625rem;
	display: grid;
	gap: 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5.125rem;
}

.flow__step-badge {
	align-items: center;
	background-color: #2dac62;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-family: "Josefin Sans", sans-serif;
	height: 6.5rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -3.625rem;
	transform: translateX(-50%);
	width: 6.5rem;
}

.flow__step-badge-num {
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: 0.1375rem;
	line-height: 1;
	margin-top: 0.25rem;
}

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

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

.faq__q {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 0.625rem;
	cursor: pointer;
	display: flex;
	padding: 1rem 1.5rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.faq__q:hover {
	background-color: #e8e8e8;
}

.faq__q::before,
.faq__q::after {
	background-color: #18934a;
	content: "";
	height: 2px;
	position: absolute;
	right: 1.5rem;
	transition: transform 0.3s ease;
	width: 1rem;
}

.faq__q::after {
	transform: rotate(90deg);
}

.faq__q.is-open::after {
	transform: rotate(0deg);
}

.faq__a {
	align-items: flex-start;
	display: flex;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1.5rem;
	transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease, padding 0.4s ease;
}

.faq__q.is-open + .faq__a {
	margin-top: 1.1875rem;
	max-height: 800px;
	opacity: 1;
}

.faq__label {
	align-items: center;
	background-color: #196538;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	flex-shrink: 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: center;
	line-height: 1.12;
	padding-top: 0.25rem;
	text-align: center;
	width: 2.25rem;
}

.faq__label--a {
	background-color: #2dac62;
}

.faq__q-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-left: 1.5rem;
}

.faq__a-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.035rem;
	line-height: 1.8;
	margin-left: 1.5rem;
}

.cta::before {
	background-color: rgba(21, 69, 40, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cta::after {
	background: url(../images/top/cta-bg.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.cta__inner {
	position: relative;
	text-align: center;
}

.cta {
	color: #ffffff;
	padding: 4.6875rem 0 5rem;
	position: relative;
}

.cta__title {
	color: #ffffff;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.15rem;
	line-height: 1.8;
}

.cta__lead {
	color: #ffffff;
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.08rem;
	line-height: 1.8;
	margin-top: 1rem;
}

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

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

.support__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 2.5rem;
}

.support__item img {
	height: auto;
	max-width: 16.375rem;
}

.solution-lead__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 71.25rem;
}

.solution-lead__icon {
	margin: 0 auto;
	width: 5.875rem;
}

.solution-lead__head {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0.75rem;
}

.solution-lead__quote--right {
	margin-left: 0.375rem;
}

.solution-lead {
	background-color: transparent;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.solution-lead__quote {
	color: #18934a;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0.3375rem;
	line-height: 1;
}

.solution-lead__title {
	color: #0b2e19;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.14625rem;
	line-height: 1.6;
	margin-left: 0.375rem;
	margin-top: 0;
	white-space: nowrap;
}

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

@media (max-width: 1140px) {

html {
	font-size: 1.4035087719vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	max-width: 31.25rem;
}

.section {
	padding: 1.875rem 0;
}

.section-title__head-quote {
	font-size: 2.5rem;
}

.section-title__head-title {
	font-size: 1.25rem;
}

.sns-footer {
	padding: 1.875rem 0 8.125rem;
}

.sns-footer__title {
	font-size: 1rem;
}

.sns-footer__icons {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

.sns-footer__copyright {
	line-height: 1.4;
}

.header {
	height: 3.125rem;
}

.header.is-scrolled {
	box-shadow: none;
}

.header__nav {
	display: none;
}

.header__hamburger {
	background-color: #18934a;
	border: none;
	cursor: pointer;
	display: block;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 3.125rem;
	z-index: 999;
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 0.1875rem;
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.875rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.375rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.375rem;
}

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

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #ecfdf5;
	display: block;
	height: 100dvh;
	overflow-y: scroll;
	padding: 5rem 0;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	right: 0;
}

.header__drawer-item a {
	color: #000;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0 1.25rem 1.5625rem;
	position: relative;
}

.header__drawer-item a::before {
	background-color: #18934a;
	border-radius: 6.25rem;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.not-found__title {
	font-size: 1.875rem;
}

.mv__period {
	display: block;
	position: absolute;
	right: -1.5rem;
	top: 16.875rem;
}

.mv__period img {
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0.625rem rgba(25, 101, 56, 0.25);
	height: auto;
	width: 7.125rem;
}

.mv__cta-btn {
	animation: glowing 2s ease-in-out infinite;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.mv__content {
	left: 50%;
	max-width: none;
	max-width: initial;
	transform: translateX(-50%);
	width: 82%;
}

.mv__badge {
	margin-left: -1.25rem;
	margin-top: 1.75rem;
	width: 15rem;
}

.mv__title {
	font-size: 1.875rem;
	letter-spacing: 0.16875rem;
}

.problem__item {
	padding: 1.25rem;
	width: 100%;
}

.problem__item:nth-child(2n+2) {
	margin-left: 0;
}

.problem__item:nth-child(n+2) {
	margin-top: 1rem;
}

.problem__item-icon {
	height: auto;
	width: 6.25rem;
}

.problem__item-title {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.problem__item-text {
	font-size: 0.875rem;
}

.problem__list {
	margin-top: 1.5rem;
}

.teacher__wrap {
	margin-top: 1.25rem;
	padding: 1.875rem 0;
}

.teacher__inner {
	display: block;
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.teacher__media {
	margin-left: auto;
	margin-right: auto;
}

.teacher__balloon {
	margin-left: 0;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.teacher__balloon::before {
	left: 50%;
	top: -1.125rem;
	transform: translateX(-50%) rotate(90deg);
}

.teacher__title {
	font-size: 1.375rem;
	letter-spacing: 0.12375rem;
}

.teacher__text {
	font-size: 1rem;
	letter-spacing: 0.09rem;
}

.program::before {
	width: 20rem;
}

.program__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.program__step {
	padding: 1.875rem 1.25rem 1.25rem;
}

.program__badge-label {
	font-size: 0.8125rem;
}

.program__note {
	font-size: 0.9375rem;
	margin-top: 2.5rem;
}

.program__lead {
	font-size: 1rem;
	letter-spacing: 0.09rem;
}

.program__badge {
	height: 4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 4rem;
}

.program__badge-num {
	font-size: 1.5rem;
}

.teacher-about__name {
	font-size: 1rem;
	margin-top: 0;
}

.teacher-about__role {
	font-size: 0.875rem;
}

.teacher-about__sns {
	font-size: 0.875rem;
}

.teacher-about__text {
	font-size: 0.875rem;
	line-height: 1.6;
}

.teacher-about__quote {
	font-size: 2.5rem;
	letter-spacing: 0.225rem;
}

.teacher-about__title {
	font-size: 1.25rem;
	letter-spacing: 0.1125rem;
}

.teacher-about__content {
	display: block;
}

.teacher-about__card {
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.point__item-title {
	font-size: 1.125rem;
}

.point__item-text {
	font-size: 0.875rem;
}

.point {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.point__quote {
	font-size: 2.5rem;
	letter-spacing: 0.225rem;
}

.point__title {
	font-size: 1.25rem;
	letter-spacing: 0.1125rem;
}

.point__grid {
	gap: 0.75rem;
	grid-template-columns: 1fr;
}

.reason::before {
	display: none;
}

.reason__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.reason__item {
	flex-direction: column;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem 1.25rem;
}

.reason__body {
	margin-left: 0;
}

.reason__item-title {
	font-size: 1.125rem;
	letter-spacing: 0.0625rem;
}

.reason__item-text {
	font-size: 0.875rem;
}

.reason__illust {
	margin: 0.625rem auto 0;
	width: 6.25rem;
}

.voice::before {
	display: none;
}

.voice__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.voice__item {
	flex-direction: column;
	gap: 1.875rem;
}

.voice__profile {
	width: 100%;
}

.voice__balloon::before {
	left: 50%;
	top: -1.6875rem;
	transform: translateX(-50%) rotate(90deg);
}

.voice__balloon::after {
	left: 50%;
	top: -1.5rem;
	transform: translateX(-50%) rotate(90deg);
}

.voice__text {
	font-size: 1rem;
	letter-spacing: 0.09rem;
	line-height: 1.6;
}

.cta-line__sub {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.cta-line__badge {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

.cta-line__title {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.cta-line__card {
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.cta-line__text {
	font-size: 0.875rem;
}

.cta-line__caption {
	font-size: 0.875rem;
}

.flow__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.flow__step:before {
	display: none;
}

.flow__step-icon {
	width: 6.25rem;
}

.flow__step-text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.flow__steps {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.flow__step-badge {
	height: 4.375rem;
	top: -2.5rem;
	width: 4.375rem;
}

.flow__step-badge-num {
	font-size: 2rem;
}

.faq__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.faq__q {
	padding: 1rem 2.5rem 1rem 1rem;
}

.faq__a {
	padding: 0 1rem;
}

.faq__q.is-open + .faq__a {
	margin-top: 1rem;
}

.faq__label {
	font-size: 0.75rem;
	height: 1.875rem;
	width: 1.875rem;
}

.faq__q-text {
	font-size: 0.875rem;
	margin-left: 0.625rem;
}

.faq__a-text {
	margin-left: 0.625rem;
}

.faq {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.faq__quote {
	font-size: 2.5rem;
	letter-spacing: 0.225rem;
}

.faq__title {
	font-size: 1.25rem;
	letter-spacing: 0.1125rem;
}

.cta::after {
	background: url(../images/top/cta-bg-sp.webp) no-repeat center center/cover;
}

.cta {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}

.cta__title {
	font-size: 1.375rem;
	letter-spacing: 0.1125rem;
}

.cta__lead {
	font-size: 0.875rem;
	letter-spacing: 0.07rem;
}

.support__inner {
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.support__list {
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.solution-lead__icon {
	margin: 0 auto 1.25rem;
	width: 3.125rem;
}

.solution-lead {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.solution-lead__quote {
	font-size: 2.5rem;
	letter-spacing: 0.225rem;
}

.solution-lead__title {
	font-size: 1.25rem;
	letter-spacing: 0.1125rem;
}

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

}

@media (max-width: 768px) {

a[href^="tel:"] {
	pointer-events: auto;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes glowing {

0%,100% {
	filter: brightness(1) drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

50% {
	filter: brightness(1.2) drop-shadow(0 0 10px rgba(255, 215, 0, 0.8)) drop-shadow(0 0 30px rgba(255, 215, 0, 0.6));
}

}


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