/*=======================
基本設定
=======================*/

/*=======================
共通パーツ
=======================*/

body {
	background: #faf6ef;
	color: #434343;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

body.is-fixed {
	overflow: clip;
}

.inner {
	margin-inline: auto;
	max-width: 62.5rem;
	width: 95%;
}

.sec-title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.sec-title.center {
	margin-inline: auto;
	text-align: center;
}

.sec-title .title-en {
	color: #02a369;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2857142857;
}

.sec-title .title-jp {
	color: #434343;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.6071428571;
	margin-top: 0.25rem;
	padding-bottom: 0.1875rem;
	position: relative;
}

.sec-title .title-jp::after {
	background: repeating-linear-gradient(to right, #bbb 0 4px, transparent 4px 8px);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.btn {
	align-items: center;
	background: #ffffff;
	border-radius: 0.3125rem;
	color: #434343;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 3.4375rem;
	justify-content: center;
	letter-spacing: 0.1em;
	margin-inline: auto;
	padding-left: 3.4375rem;
	padding-right: 1.375rem;
	position: relative;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 5;
}

.btn::before {
	background-color: #02a369;
	background-image: url(../img/arrow_right_white.svg);
	background-position: calc(50% + 0.0625rem) 50%;
	background-repeat: no-repeat;
	background-size: 0.3125rem 0.5625rem;
	border-radius: 50%;
	content: "";
	height: 1.1875rem;
	left: 1.25rem;
	position: absolute;
	width: 1.1875rem;
}

br.is-pc {
	display: block;
}

br.is-pc1200 {
	display: none;
}

br.is-sp {
	display: none;
}

span.is-pc {
	display: inline;
}

span.is-sp {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

.js-fadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.is-inview {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}

.low-course-bg-text.js-fadeUp {
	transform: translateY(30px);
}

.low-course-bg-text.js-fadeUp.is-inview {
	transform: translateY(0);
}

.course-intro .low-course-bg-text.js-fadeUp {
	transform: translateY(-30px);
}

.course-intro .low-course-bg-text.js-fadeUp.is-inview {
	transform: translateY(0);
}

/*=======================
下層ページ共通設定
=======================*/

.page-low {
	overflow: hidden;
}

.low-head {
	background-image: url(../img/low_about_head_pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.25rem;
	display: grid;
	height: 373px;
	margin: 0 1.5rem;
	overflow-x: hidden;
	place-content: center;
	position: relative;
}

.low-head::before {
	background: rgba(0, 0, 0, 0.33);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.low-head-wrapper {
	background: #a5c458;
	border-radius: 0.625rem;
	display: grid;
	height: 4.6875rem;
	padding: 0 1.75rem;
	place-content: center;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.low-head-leaf {
	background: url(../img/icon_leaf_light_green.svg) no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	left: 1.25rem;
	position: absolute;
	top: -2.1875rem;
	width: 4.0625rem;
}

.low-head-leaf {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	will-change: transform, opacity;
}

.low-title {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.375rem;
	font-weight: bold;
	letter-spacing: 0.11em;
	text-align: center;
}

.breadcrumb {
	margin-bottom: 5.1875rem;
	margin-top: 1.3125rem;
}

.breadcrumb-items {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 1.9375rem;
	min-width: 0;
}

.breadcrumb-items > span {
	color: #212121;
	flex: 0 0 auto;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 2.2142857143;
	min-width: 0;
	position: relative;
	white-space: nowrap;
}

.breadcrumb-items > span::after {
	background: url(../img/arrow_right_black.svg) no-repeat center center/contain;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: -1.125rem;
	top: 50%;
	translate: 0 -50%;
	width: 0.3125rem;
}

.breadcrumb-items > span:last-child::after {
	display: none;
}

.breadcrumb-items a {
	color: #212121;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.breadcrumb-items a:visited {
	color: #212121;
}

.breadcrumb-items .home,
.breadcrumb-items .post,
.breadcrumb-items .archive {
	position: static;
}

.breadcrumb-items > span:last-child {
	flex: 1 1 auto;
	min-width: 0;
}

.breadcrumb-items .current-item {
	color: #02a369;
	display: block;
	max-width: 31.25rem;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*=======================
ヘッダー
=======================*/

.header {
	display: flex;
	position: relative;
	z-index: 20;
}

.header-logo-wrapper {
	align-items: center;
	background: #faf6ef;
	border-radius: 0 0 1.25rem 0;
	display: flex;
	gap: 2.0625rem;
	height: 6.25rem;
	padding: 1.3125rem 2.1875rem;
}

.header-logo {
	width: 8.625rem;
}

.header-logo-link {
	transition: all 0.3s ease;
}

.header-text {
	color: #00a369;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.8;
	position: relative;
}

.header-text::before {
	background: currentColor;
	content: "";
	height: 1.6875rem;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1px;
}

.header-nav {
	background: #ffffff;
	border-radius: 9999px;
	box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.0705882353);
	display: flex;
	height: 3.25rem;
	overflow: hidden;
	position: fixed;
	right: 1.875rem;
	top: 2rem;
}

.header-nav-items {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	height: inherit;
	padding: 0 1.625rem 0 2.3125rem;
}

.header-nav-item-link {
	color: #434343;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4615384615;
	transition: all 0.3s ease;
}

.header-btn {
	align-items: center;
	background: #53b566;
	color: #ffffff;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	gap: 0.3125rem;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding: 0 1.125rem 0 1.5rem;
}

.header-btn img {
	height: 0.875rem;
	width: 1.1875rem;
}

.drawer-icon {
	display: none;
}

.drawer {
	display: none;
}

/*=======================
トップ
=======================*/

.fv {
	background: #faf6ef;
	margin-top: -6.25rem;
	padding: 1.375rem;
}

.fv-content {
	border-radius: 1.25rem 1.25rem 0 1.25rem;
	height: 767px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv-pair::before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.fv-col {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv-img {
	height: 100%;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

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

.fv-dots {
	align-items: center;
	background: #faf6ef;
	border-radius: 1.5rem 0 0 0;
	bottom: 0;
	display: flex;
	gap: 0.75rem;
	height: 3.8125rem;
	padding: 0 0.5625rem 0 1.375rem;
	position: absolute;
	right: 0;
	z-index: 10;
}

.fv-dot {
	background: transparent;
	border: 0;
	cursor: default;
	height: 2.0625rem;
	padding: 0;
	position: relative;
	width: 2.0625rem;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.fv-dot:focus {
	outline: none;
}

.fv-dot-core {
	background: #333;
	border-radius: 999px;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 0.1875rem;
	z-index: 2;
}

.fv-ring {
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	rotate: -90deg;
	visibility: hidden;
	width: 100%;
}

.fv-dot .fv-ring .bg {
	fill: none;
	opacity: 1;
	stroke: #afafaf;
	stroke-width: 1;
}

.fv-dot .fv-ring .fg {
	fill: none;
	opacity: 1;
	stroke: #ffe34d;
	stroke-linecap: round;
	stroke-width: 1;
}

.fv-dot.is-active .fv-ring {
	opacity: 1;
	visibility: visible;
}

.fv-copy {
	bottom: 2.75rem;
	left: 2.5rem;
	position: absolute;
	z-index: 2;
}

.fv-leaf {
	background: url(../img/icon_leaf.svg) no-repeat center center/cover;
	content: "";
	height: 3.875rem;
	left: 0;
	position: absolute;
	top: -3.375rem;
	width: 5.9375rem;
}

.fv-leaf {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	will-change: transform, opacity;
}

.fv-text {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.375rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.fv-text span {
	background: #02a369;
	display: block;
	margin-bottom: 0.1875rem;
	padding: 1.125rem 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fv-text span:first-child {
	border-radius: 0 0.625rem 0 0;
	padding-right: 0;
}

.fv-text span:last-child {
	border-radius: 0 0.625rem 0.625rem 0.625rem;
	margin-bottom: 0;
	padding-right: 1.875rem;
}

.fv-text span.yellow {
	color: #ffe34d;
}

.fv-text-en {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.2857142857;
	margin-top: 1.25rem;
}

.fv-text,
.fv-text-en {
	opacity: 0;
	transform: translateY(0);
	will-change: opacity, transform;
}

.top-about {
	background: #faf6ef;
	overflow: hidden;
	padding: 6.125rem 0 9.375rem;
	position: relative;
}

.top-about::after {
	background: #ffffff;
	bottom: 0;
	clip-path: ellipse(50% 400% at 50% 400%);
	content: "";
	height: 5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 160%;
	z-index: 1;
}

.top-about hgroup {
	position: relative;
	text-align: center;
}

.top-about hgroup::before {
	background: url(../img/top_about_deco.svg) no-repeat center center/contain;
	color: #02a369;
	content: "";
	height: 2.6875rem;
	left: 50%;
	position: absolute;
	top: -2.75rem;
	translate: -50% 0;
	width: 9.125rem;
}

.top-about-inner {
	position: relative;
}

.top-about-deco {
	position: absolute;
}

.top-about-deco::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.top-about-deco img {
	border-radius: 0.625rem;
}

.top-about-deco.deco01 {
	right: -13.6875rem;
	top: 2.4375rem;
	width: 13.125rem;
}

.top-about-deco.deco01::before {
	background-image: url(../img/deco_01.svg);
	height: 2.8125rem;
	left: -2.5625rem;
	top: 12.8125rem;
	width: 3.375rem;
}

.top-about-deco.deco02 {
	left: -7.5625rem;
	top: 19.5625rem;
	width: 10.1875rem;
}

.top-about-deco.deco02::before {
	background-image: url(../img/deco_02.svg);
	height: 5.75rem;
	right: -4.5625rem;
	top: -4.25rem;
	width: 10.5rem;
}

.top-about-deco.deco03 {
	bottom: -8.25rem;
	right: -7.5rem;
	width: 12.8125rem;
	z-index: 2;
}

.top-about-deco.deco03::before {
	background-image: url(../img/deco_03.svg);
	height: 5rem;
	right: 0.3125rem;
	top: -4.1875rem;
	width: 2.625rem;
}

.top-about-sub-title {
	color: #02a369;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 2.1;
}

.top-about-title {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.3125rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	margin-left: 1.25rem;
	margin-top: 1.4375rem;
	position: relative;
	z-index: 2;
}

.top-about-title .deco {
	margin: 0 0.4375rem;
	position: relative;
}

.top-about-title .deco::before,
.top-about-title .deco::after {
	border-radius: 50%;
	content: "";
	height: 5rem;
	left: 47%;
	position: absolute;
	top: 55%;
	translate: -50% -50%;
	width: 5rem;
}

.top-about-title .deco::before {
	background: #02a369;
	z-index: -2;
}

.top-about-title .deco::after {
	background: #a6c558;
	z-index: -1;
}

.top-about-title .deco:nth-child(odd)::after {
	display: none;
}

.top-about-title .deco:nth-child(even)::before {
	display: none;
}

.top-about-title .text {
	color: #02a369;
	font-size: 1.5rem;
	margin-left: 0.125rem;
}

.top-about-lead {
	color: #7b5830;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.75;
	margin-top: 4.625rem;
	text-align: center;
}

.top-about-lead span {
	background: #ffe34d;
	border-radius: 0.3125rem;
	color: #02a369;
	margin-right: 0.3125rem;
	padding: 0.3125rem;
}

.top-about-text {
	color: #7b5830;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 3;
	margin: 1.9375rem auto 0;
	max-width: 40.625rem;
	position: relative;
	text-align: center;
}

.top-about-text::before {
	background: currentColor;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: -0.875rem;
	translate: -50% 0;
	width: 2.3125rem;
}

.reason {
	background: #ffffff;
	overflow: hidden;
}

.reason-inner {
	padding: 2.75rem 0 7.125rem;
	position: relative;
}

.reason-leaf {
	background: url(../img/icon_leaf.svg) no-repeat center center/contain;
	bottom: 0;
	height: 4.5625rem;
	opacity: 0;
	position: absolute;
	right: -5.9375rem;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	width: 6.9375rem;
	will-change: transform, opacity;
}

.reason-items {
	counter-reset: reason-counter;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.375rem;
}

.reason-item {
	align-items: stretch;
	counter-increment: reason-counter;
	display: grid;
	gap: 0 7%;
	grid-template-columns: 42% 51%;
	grid-template-rows: 1fr auto auto 1fr;
	position: relative;
}

.reason-item:nth-child(even) {
	grid-template-columns: 51% 42%;
}

.reason-item:nth-child(even) .reason-item-img {
	grid-column: 2/3;
}

.reason-item:nth-child(even) .reason-item-title-wrapper,
.reason-item:nth-child(even) .reason-item-text-wrapper {
	grid-column: 1/2;
}

.reason-item:nth-child(1) .reason-item-img::after {
	background-image: url(../img/deco_04.svg);
	bottom: -0.375rem;
	height: 5rem;
	right: -1.0625rem;
	width: 3.75rem;
}

.reason-item:nth-child(2) .reason-item-img::after {
	background-image: url(../img/deco_05.svg);
	bottom: -1.125rem;
	height: 5.8125rem;
	right: -1.4375rem;
	width: 2.875rem;
}

.reason-item:nth-child(3) .reason-item-img::after {
	background-image: url(../img/deco_06.svg);
	bottom: -1.6875rem;
	height: 4.75rem;
	right: -1.6875rem;
	width: 5.9375rem;
}

.reason-item-img {
	grid-column: 1/2;
	grid-row: 1/-1;
	height: 18.375rem;
	position: relative;
}

.reason-item-img::before {
	color: #02a369;
	content: "0" counter(reason-counter);
	font-family: "Montserrat", sans-serif;
	font-size: 5rem;
	font-weight: 600;
	left: -4.1875rem;
	letter-spacing: 0.08em;
	position: absolute;
	top: -2.1875rem;
	z-index: 1;
}

.reason-item-img::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}

.reason-item-img img {
	border-radius: 1.25rem;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reason-item-title-wrapper {
	grid-column: 2/3;
	grid-row: 2/3;
}

.reason-item-num {
	color: #a6c558;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
}

.reason-item-num::before {
	content: "REASON 0" counter(reason-counter);
}

.reason-item-title {
	color: #434343;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4166666667;
	margin-top: 0.75rem;
	padding-left: 1.1875rem;
	position: relative;
}

.reason-item-title::before {
	background: #ffe34d;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.25rem;
}

.reason-item-text-wrapper {
	grid-column: 2/3;
	grid-row: 3/4;
}

.reason-item-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.1428571429;
	margin-top: 0.875rem;
}

.reason-item-list {
	margin-top: 0.375rem;
}

.reason-item-list li {
	color: #7b5830;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2.2857142857;
	padding-left: 0.8125rem;
	position: relative;
}

.reason-item-list li::before {
	background: #02a369;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 0.8125rem;
	width: 0.4375rem;
}

.top-course {
	background: #faf6ef;
	overflow: hidden;
	padding-bottom: 1.875rem;
	padding-top: 6.4375rem;
}

.top-course-inner {
	position: relative;
}

.top-course-deco {
	height: 10.625rem;
	position: absolute;
	right: -9.5rem;
	top: -1.25rem;
	width: 19.5625rem;
}

.top-course-items {
	counter-reset: course-counter;
	display: grid;
	gap: 2.5rem 3.3125rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 2.0625rem;
	position: relative;
	z-index: 1;
}

.top-course-item {
	counter-increment: course-counter;
}

.top-course-item:nth-child(odd) .top-course-item-num {
	background: #02a369;
}

.top-course-item:nth-child(odd) .top-course-item-title::before {
	background-color: #02a369;
}

.top-course-item:nth-child(even) .top-course-item-num {
	background: #a6c558;
}

.top-course-item:nth-child(even) .top-course-item-title::before {
	background-color: #a6c558;
}

.top-crouse-item-link {
	padding-top: 2.3125rem;
	transition: all 0.3s ease;
}

.top-course-item-num {
	border-radius: 0 0.625rem 0 0;
	color: #ffffff;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	height: 2.3125rem;
	letter-spacing: 0.08em;
	padding: 0 0.9375rem;
	place-content: center;
	width: -moz-fit-content;
	width: fit-content;
}

.top-course-item-num::before {
	content: "COURSE 0" counter(course-counter);
}

.top-crouse-item-img {
	position: relative;
}

.top-course-item-title {
	align-items: center;
	background: #faf6ef;
	border-radius: 0 0.625rem 0 0;
	bottom: 0;
	color: #444;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	height: 3.125rem;
	left: 0;
	letter-spacing: 0.06em;
	padding-left: 3.25rem;
	padding-right: 1.375rem;
	position: absolute;
}

.top-course-item-title::before {
	background-image: url(../img/arrow_right_white.svg);
	background-position: calc(50% + 0.0625rem) 50%;
	background-repeat: no-repeat;
	background-size: 0.3125rem 0.5625rem;
	border-radius: 50%;
	content: "";
	height: 1.5rem;
	left: 1.1875rem;
	position: absolute;
	width: 1.5rem;
}

.top-course-item-text {
	color: #000;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.1428571429;
	margin-top: 1.0625rem;
}

.top-course-btn {
	margin-top: 2.5rem;
}

.teacher {
	padding-bottom: 4.25rem;
	padding-top: 2.125rem;
	position: relative;
}

.teacher::before {
	aspect-ratio: 1440/1221;
	background: url(../img/bg_01.png) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 58%;
	translate: -50% -50%;
	width: 100%;
}

.teacher-content {
	display: grid;
	gap: 2.3%;
	grid-template-columns: 35.67% 62.03%;
	margin-top: 2.0625rem;
	position: relative;
	z-index: 1;
}

.teacher-img {
	height: 30.1875rem;
	position: relative;
}

.teacher-img img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 0.625rem;
	object-fit: cover;
}

.teacher-box {
	background: #ffffff;
	border-radius: 1.25rem;
	padding: 3.125rem 2.0625rem 3.75rem 2.875rem;
}

.teacher-title {
	border-bottom: 1px solid #434343;
	color: #02a369;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 0.875rem;
}

.teacher-lead {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.6818181818;
	margin-top: 1.1875rem;
}

.teacher-text {
	color: #000;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.1428571429;
	margin-top: 0.875rem;
}

.voice {
	overflow: hidden;
	padding-bottom: 3.75rem;
	padding-top: 2.9375rem;
	position: relative;
}

.voice-inner {
	max-width: 77rem;
}

.voice-content {
	background: #ffe34d;
	border-radius: 3.125rem;
	padding: 3.4375rem 0 3.4375rem;
	position: relative;
	z-index: 1;
}

.voice-leaf {
	background: url(../img/icon_leaf_yellow.svg) no-repeat center center/contain;
	height: 3.4375rem;
	left: 0.625rem;
	opacity: 0;
	position: absolute;
	top: -3.0625rem;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	width: 4.8125rem;
	will-change: transform, opacity;
}

.voice-slider {
	margin-inline: calc(50% - 50vw);
	margin-top: 1.375rem;
	position: relative;
	width: 100vw;
}

.voice-slider .swiper-slide {
	background: #ffffff;
	border-radius: 1.25rem;
	margin: 0 0.5625rem;
	max-width: 45.9375rem;
	padding: 2.8125rem 4.5625rem;
}

.voice-slider .swiper-button-prev,
.voice-slider .swiper-button-next {
	background: #434343;
	border-radius: 50%;
	height: 3.25rem;
	margin-top: initial;
	position: absolute;
	width: 3.25rem;
	z-index: 10;
}

.voice-slider .swiper-button-prev::after,
.voice-slider .swiper-button-next::after {
	background: url(../img/arrow_right_white.svg) no-repeat center center/contain;
	content: "";
	height: 1rem;
	width: 0.5rem;
}

.voice-slider .swiper-button-prev::after {
	rotate: 180deg;
}

.voice-slide-num {
	color: #02a369;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.voice-slide-title {
	color: #02a369;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-left: -0.125rem;
	margin-top: 0.5rem;
}

.voice-slide-content {
	align-items: stretch;
	display: grid;
	gap: 2.38%;
	grid-template-columns: 35.65% 61.97%;
	margin-top: 1.375rem;
}

.voice-slide-img {
	height: 100%;
	position: relative;
}

.voice-slide-img img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 0.625rem;
	object-fit: cover;
}

.voice-slide-box {
	background: #f8f8f8;
	border-radius: 0.625rem;
	height: 100%;
	padding: 2.4375rem 1.6875rem;
}

.voice-slide-lead {
	border-bottom: 1px solid #bcbcbc;
	color: #434343;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5555555556;
	padding-bottom: 0.875rem;
}

.voice-slide-text {
	color: #000;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	line-height: 2.1538461538;
	margin-top: 0.4375rem;
}

.top-news {
	padding: 4.375rem 0 2.5rem;
}

.top-news-content {
	align-content: start;
	display: grid;
	gap: 2.25rem clamp(1rem, 13.1vw, 7.875rem);
	grid-template-columns: 11.25rem 1fr;
	grid-template-rows: 4.375rem auto;
	position: relative;
	z-index: 1;
}

.top-news-title {
	grid-column: 1/2;
	grid-row: 1/2;
}

.top-news-btn {
	grid-column: 1/2;
	grid-row: 2/3;
	margin-left: initial;
}

.news-items {
	grid-column: 2/3;
	grid-row: 1/3;
	position: relative;
	z-index: 1;
}

.news-item {
	border-bottom: 1px solid #cbcbcb;
	padding: 0.9375rem 1.25rem 1.125rem 0;
}

.news-item:nth-child(1) {
	padding-top: 0 !important;
}

.news-item-link {
	align-items: center;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: 4.9375rem 1fr;
	position: relative;
	transition: all 0.3s ease;
}

.news-item-link::after {
	background-color: #02a369;
	background-image: url(../img/arrow_right_white.svg);
	background-position: calc(50% + 0.0625rem) 50%;
	background-repeat: no-repeat;
	background-size: 0.3125rem 0.5625rem;
	border-radius: 50%;
	content: "";
	height: 2.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 2.5rem;
}

.news-item-img img {
	border-radius: 0.5rem;
	-o-object-fit: cover;
	height: 3.375rem;
	object-fit: cover;
	width: 4.9375rem;
}

.news-item-info {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.1875rem;
}

.news-item-cat {
	align-items: center;
	background: #a6c558;
	border-radius: 9999px;
	color: #ffffff;
	display: flex;
	font-size: 0.625rem;
	font-weight: 500;
	height: 1.3125rem;
	letter-spacing: 0.08em;
	padding: 0 1.25rem;
}

.news-item-date {
	color: #7b5830;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.07em;
}

.news-item-title {
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7142857143;
	margin-left: 0.1875rem;
	margin-top: 0.8125rem;
	padding-right: 3.75rem;
}

.faq {
	padding: 2.875rem 0 3.25rem;
	position: relative;
}

.faq::before {
	aspect-ratio: 1440/1221;
	background: url(../img/bg_01.png) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 64%;
	transform: scaleX(-1);
	translate: -50% -50%;
	width: 100%;
}

.faq-items {
	display: grid;
	gap: 1.3125rem;
	grid-template-columns: 1fr;
	margin-top: 2.375rem;
	position: relative;
}

.faq-item-question {
	align-items: center;
	background: #02a369;
	border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
	cursor: pointer;
	display: grid;
	gap: 0 2.5rem;
	grid-template-columns: 1fr 1.4375rem;
	min-height: 3.5rem;
	padding: 1rem 1.9375rem 1rem 1.3125rem;
}

.faq-item-question::-webkit-details-marker {
	display: none;
}

.faq-item-title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.faq-item-title::before {
	color: #ffe34d;
	content: "Q";
	top: -0.1875rem;
}

.faq-item-title,
.faq-item-answer-container {
	padding-left: 1.5625rem;
	position: relative;
}

.faq-item-title::before,
.faq-item-answer-container::before {
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	left: 0;
	position: absolute;
}

.faq-item-btn {
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.faq-item-btn .btn-bar {
	background: #ffffff;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease;
	translate: -50% -50%;
	width: 0.875rem;
}

.faq-item-btn .btn-bar.bar01 {
	rotate: 90deg;
}

details[open] .faq-item-btn .btn-bar.bar01 {
	rotate: 180deg;
}

.faq-item-answer {
	background: #ffffff;
	border: 1px solid #02a369;
	border-radius: 0 0 0.625rem 0.625rem;
	overflow: hidden;
	padding: 0 1.375rem;
}

.faq-item-answer-container {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
	padding: 1.5rem 4.375rem 1.75rem 1.4375rem;
}

.faq-item-answer-container::before {
	color: #02a369;
	content: "A";
	top: 1.1875rem;
}

.cta {
	overflow: hidden;
	padding: 2.5rem 0;
	position: relative;
	z-index: 1;
	z-index: 2;
}

.cta-content {
	background: url(../img/cta_bg_pc.png) no-repeat center center/cover;
	border-radius: 1.25rem;
	padding: 3.5rem 2.5rem 3.625rem;
	position: relative;
	width: 100%;
}

.cta-content::before {
	background: url(../img/deco_08.svg) no-repeat center center/contain;
	bottom: -2.625rem;
	content: "";
	height: 9.75rem;
	left: -4.75rem;
	position: absolute;
	width: 7.875rem;
}

.cta-title .title-en {
	color: #ffe34d;
}

.cta-title .title-jp {
	color: #ffffff;
}

.cta-title .title-jp::after {
	display: none;
}

.cta-items {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.cta-item {
	border: 1px solid #ffffff;
	border-radius: 9999px;
	color: #ffffff;
	display: grid;
	height: 7.1875rem;
	max-width: 25rem;
	place-content: center;
	transition: all 0.3s ease;
	width: 100%;
}

.cta-item.white {
	background: #ffffff;
	color: #54b566;
}

.cta-item.green {
	background: #02a369;
	color: #ffffff;
}

.cta-item-container {
	align-items: center;
	display: flex;
	gap: 0.4375rem;
}

.cta-item-icon.tel {
	height: 1.3125rem;
	width: 1.3125rem;
}

.cta-item-icon.mail {
	height: 1.125rem;
	width: 1.5rem;
}

.cta-item-tel {
	font-family: "Montserrat", sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.cta-item-attention {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 0.4375rem;
	text-align: center;
}

.cta-item-text {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.footer {
	overflow: hidden;
	padding-top: 2.1875rem;
	position: relative;
}

.footer-content-wrapper {
	padding-top: 5rem;
	position: relative;
}

.footer-content-wrapper::before {
	background: #02a369;
	clip-path: ellipse(50% 400% at 50% 400%);
	content: "";
	height: 5rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 160%;
	z-index: 1;
}

.footer-content {
	background: #02a369;
	padding-bottom: 6.25rem;
}

.footer-inner {
	position: relative;
}

.footer-leaf {
	background: url(../img/icon_leaf.svg) no-repeat center center/cover;
	height: 4.8125rem;
	opacity: 0;
	position: absolute;
	right: -6.0625rem;
	top: -6.5625rem;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	width: 7.375rem;
	will-change: transform, opacity;
}

.footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.51);
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
	padding-bottom: 2.875rem;
	padding-top: 3.375rem;
}

.footer-info {
	margin-top: 0.625rem;
}

.footer-logo {
	height: 2.5625rem;
	width: 8.625rem;
}

.footer-address {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.footer-tel {
	align-items: baseline;
	color: #ffffff;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 2.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: 1.5625rem;
}

.footer-tel .small {
	display: block;
	font-size: 1.3125rem;
	letter-spacing: 0.03em;
	margin-bottom: 0.125rem;
}

.footer-tel .num {
	display: block;
}

.footer-hour {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 0.625rem;
}

.footer-nav-items {
	display: grid;
	gap: 1.375rem 4.5625rem;
	grid-template-columns: 1fr 1fr;
}

.footer-nav-item-link {
	color: #ffffff;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 0.3125rem 0 0.3125rem 2.0625rem;
	position: relative;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-nav-item-link::before {
	background-color: #ffe34d;
	background-image: url(../img/arrow_right_green.svg);
	background-position: calc(50% + 0.0625rem) 50%;
	background-repeat: no-repeat;
	background-size: 0.25rem 0.5rem;
	border-radius: 50%;
	content: "";
	height: 1.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 1.1875rem;
}

.footer-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 2.75rem;
}

.footer-link {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	transition: all 0.3s ease;
}

.footer-btn {
	border-radius: 0.625rem;
	color: #02a369;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	height: 3.125rem;
	letter-spacing: 0.08em;
	margin: initial;
	padding-right: 1.8125rem;
	width: 14.0625rem;
}

.footer-btn::before {
	background: url(../img/icon_mail_green.svg) no-repeat center center/contain;
	border-radius: initial;
	height: 1rem;
	left: 3.0625rem;
	top: 52%;
	translate: 0 -50%;
	width: 1.3125rem;
}

.copyright {
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 4.625rem;
	text-align: center;
}

.top-scroll {
	background: #ffe34d;
	border-radius: 50%;
	display: grid;
	height: 3.625rem;
	place-content: center;
	position: absolute;
	right: 2.4375rem;
	top: 3.9375rem;
	width: 3.625rem;
	z-index: 5;
}

.top-scroll img {
	height: 1.25rem;
	margin-top: 0.5rem;
	width: 1.25rem;
}

/*=======================
下層 / おとのたねとは
=======================*/

.page-about .teacher .teacher-img {
	height: 37.125rem;
}

.page-about .teacher::before {
	top: 35%;
	transform: scaleX(-1);
}

.page-about .teacher .teacher-box {
	padding-bottom: 3.125rem;
	position: relative;
}

.page-about .teacher .teacher-box::before {
	background: url(../img/deco_02.svg) no-repeat center center/contain;
	content: "";
	height: 5.75rem;
	position: absolute;
	right: -3.0625rem;
	top: -0.625rem;
	width: 10.5rem;
}

.about-intro {
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 5;
}

.about-intro-content {
	align-content: start;
	display: grid;
	grid-template-columns: 53.28% 41.15%;
	margin-right: calc(50% - 50vw);
	-moz-column-gap: 5.57%;
	column-gap: 5.57%;
	grid-template-rows: max-content 1fr;
	row-gap: 0.5625rem;
}

.about-intro-title {
	align-self: start;
	border-bottom: 1px solid #7b5830;
	color: #7b5830;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	grid-column: 1/2;
	grid-row: 1/2;
	letter-spacing: 0.12em;
	line-height: 1.75;
	margin-top: 1.875rem;
	padding-bottom: 0.8125rem;
}

.about-intro-title span {
	background: #ffe34d;
	border-radius: 0.3125rem;
	color: #02a369;
	font-size: 1.4375rem;
	margin-right: 0.625rem;
	padding: 0 0.5625rem;
}

.about-intro-img {
	align-self: start;
	grid-column: 2/3;
	grid-row: 1/3;
	height: 37.125rem;
	position: relative;
}

.about-intro-img img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 1.25rem 0 0 1.25rem;
	object-fit: cover;
}

.about-intro-img::before {
	background: url(../img/deco_06.svg) no-repeat center center/contain;
	content: "";
	height: 4.75rem;
	left: -2rem;
	position: absolute;
	rotate: -61deg;
	top: 1.4375rem;
	width: 5.9375rem;
	z-index: 2;
}

.about-intro-text {
	align-self: start;
	color: #7b5830;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	grid-column: 1/2;
	grid-row: 2/3;
	letter-spacing: 0.08em;
	line-height: 3;
}

.company {
	padding: 8.625rem 0 2.8125rem;
}

.company-items {
	border-radius: 0.625rem;
	margin-top: 1.8125rem;
	overflow: hidden;
	position: relative;
}

.company-item {
	display: grid;
	grid-template-columns: 13.1875rem 1fr;
}

.company-item:last-of-type dt,
.company-item:last-of-type dd {
	border-bottom: none;
}

.company-item dt,
.company-item dd {
	align-items: center;
	border-bottom: 1px solid;
	display: flex;
	min-height: 5.1875rem;
	padding: 0.625rem 1.875rem;
}

.company-item dt {
	background: #a6c558;
	border-color: #ffffff;
	color: #ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.625;
}

.company-item dd {
	background: #ffffff;
	border-color: #c6c6c6;
	color: #222;
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	line-height: 2;
}

/*=======================
コース紹介
=======================*/

.low-course-sec {
	margin-inline: auto;
	max-width: 90rem;
	position: relative;
}

.low-course-bg-text {
	font-family: "Montserrat", sans-serif;
	font-size: 7.3125rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	position: absolute;
	top: 0;
	writing-mode: vertical-lr;
}

.course-intro {
	padding-bottom: 5rem;
}

.course-intro .low-course-bg-text {
	color: #f8eee5;
	left: 0.8125rem;
	rotate: 180deg;
	top: -1.625rem;
}

.course-intro-content {
	position: relative;
}

.course-intro-content::after {
	background: url(../img/deco_05.svg) no-repeat center center/cover;
	bottom: 0.125rem;
	content: "";
	height: 7.1875rem;
	position: absolute;
	right: -2.375rem;
	width: 3.625rem;
}

.course-intro-img-items {
	border-radius: 0.625rem 0.625rem 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
}

.course-intro-img-item {
	height: 19.25rem;
	position: relative;
}

.course-intro-img-item img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.course-intro-box {
	background: #ffffff;
	border-radius: 0 0 0.625rem 0.625rem;
	padding: 2.5rem 3.75rem 2.375rem 3.4375rem;
}

.course-intro-title {
	margin-left: 0.1875rem;
}

.low-course-title {
	color: #434343;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.6818181818;
	padding-left: 1.125rem;
	position: relative;
}

.low-course-title::before {
	background: #02a369;
	content: "";
	height: 65%;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.1875rem;
}

.course-intro-text {
	color: #000;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.1428571429;
	margin-top: 0.5rem;
}

.course {
	padding-top: 5.375rem;
	position: relative;
	z-index: 5;
}

.course::before {
	background: #ffffff;
	clip-path: ellipse(50% 400% at 50% 400%);
	content: "";
	height: 5.375rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 180%;
	z-index: 1;
}

.course::after {
	background: #ffffff;
	content: "";
	height: calc(100% - 5.375rem);
	left: 50%;
	position: absolute;
	top: 5.375rem;
	translate: -50% 0;
	width: 100%;
	z-index: -1;
}

.course-container {
	background: #ffffff;
	position: relative;
}

.course-container .low-course-bg-text {
	color: #faf6ef;
	right: 1.5rem;
	top: 7.1875rem;
}

.course-inner {
	padding-bottom: 7.6875rem;
	position: relative;
}

.course-leaf {
	background: url(../img/icon_leaf.svg) no-repeat center center/contain;
	bottom: 0;
	height: 4.5625rem;
	opacity: 0;
	position: absolute;
	right: -9.1875rem;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	width: 6.9375rem;
	will-change: transform, opacity;
}

.course-items {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 2.5625rem;
	position: relative;
	z-index: 2;
}

.course-item {
	border-radius: 0.625rem;
	display: grid;
	grid-template-columns: 39.6% 60.4%;
	overflow: hidden;
	scroll-margin-top: 8.125rem;
}

.crouse-item-img {
	height: 100%;
	min-height: 17rem;
	position: relative;
}

.crouse-item-img img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.course-item-box {
	background: #faf6ef;
	padding: 2.3125rem 2rem 1.5625rem 2rem;
}

.course-item-title {
	margin-left: 0.1875rem;
	padding-bottom: 0.625rem;
	position: relative;
}

.course-item-title::before {
	height: 50%;
	top: 0.4375rem;
	translate: initial;
}

.course-item-title::after {
	background: repeating-linear-gradient(to right, #bbb 0 4px, transparent 4px 8px);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.course-item-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.1428571429;
	margin-top: 0.4375rem;
}

.flow {
	padding-bottom: 1.25rem;
	padding-top: 6.125rem;
	position: relative;
}

.flow::before {
	aspect-ratio: 1440/1221;
	background: url(../img/bg_01.png) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 76%;
	transform: scaleX(-1);
	translate: -50% -50%;
	width: 100%;
}

.flow-items {
	background: #ffffff;
	border-radius: 0.625rem;
	margin-top: 1.6875rem;
	padding: 3.125rem 4.375rem 2.5rem;
	position: relative;
	z-index: 5;
}

.flow-item {
	display: grid;
	gap: 2.0625rem 1.5625rem;
	grid-template-columns: 7.375rem 1fr;
}

.flow-item:last-of-type .flow-item-num::after {
	display: none;
}

.flow-item:last-of-type .flow-item-info {
	margin-bottom: 0;
}

.flow-item-num {
	color: #02a369;
	font-family: "Montserrat", sans-serif;
	font-size: 1.0625rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.1764705882;
	position: relative;
}

.flow-item-num::before,
.flow-item-num::after {
	background: currentColor;
	content: "";
	position: absolute;
}

.flow-item-num::before {
	border-radius: 50%;
	height: 1rem;
	right: 0;
	top: 0.125rem;
	width: 1rem;
}

.flow-item-num::after {
	height: 100%;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.0625rem;
}

.flow-item-info {
	margin-bottom: 1.5rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	padding-top: 0.25rem;
	position: relative;
}

.flow-item-info::before {
	background: #ffe34d;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.1875rem;
}

.flow-item-title {
	color: #434343;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.flow-item-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
	margin-top: 0.4375rem;
}

.flow-box {
	border-radius: 0.625rem;
	margin-top: 1.375rem;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.flow-box-title {
	background: #a6c558;
	color: #ffffff;
	display: grid;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2.0454545455;
	min-height: 3.6875rem;
	padding: 0 0.8125rem;
	place-content: center;
}

.flow-box-items {
	background: #ffffff;
	display: grid;
	gap: 0.6875rem;
	grid-template-columns: 1fr;
	padding: 1.6875rem 3.3125rem;
}

.flow-box-item {
	display: grid;
	gap: 2.3125rem;
	grid-template-columns: 5rem 1fr;
}

.flow-box-item dt {
	background: #02a369;
	border-radius: 0.1875rem;
	color: #ffffff;
	display: grid;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.6875rem;
	letter-spacing: 0.04em;
	min-width: 5rem;
	padding: 0 0.1875rem;
	place-content: center;
}

.flow-box-item dt.yellow {
	background: #ffd627;
	color: #000;
}

.flow-box-item dd {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.7142857143;
}

/*=======================
下層 / お知らせ
=======================*/

.page-news .news-items-wrapper {
	background: #ffffff;
	border-radius: 1.875rem;
	margin-top: 3rem;
	padding: 4.1875rem 5.375rem;
}

.page-news .news-item {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.page-news .news-item-link {
	gap: 1.3125rem;
	grid-template-columns: 6.25rem 1fr;
}

.page-news .news-item-link::after {
	background-image: url(../img/arrow_right_02_white.svg);
	background-size: 0.5625rem 0.5rem;
}

.page-news .news-item-cat {
	font-size: 0.75rem;
	height: 1.5625rem;
}

.page-news .news-item-date {
	font-size: 1rem;
}

.page-news .news-item-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	line-height: 1.8125;
}

.page-news .news-item-img img {
	border-radius: 0.3125rem;
	height: 4.25rem;
	width: 6.25rem;
}

.news-tag-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
}

.news-tag-item {
	align-items: center;
	background: #02a369;
	border: 1px solid #02a369;
	border-radius: 0.5rem;
	color: #ffffff;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.125rem;
	gap: 0.625rem;
	height: 2.4375rem;
	justify-content: center;
	min-width: 6.1875rem;
	padding: 0 1.25rem;
	position: relative;
}

.news-tag-item::before {
	background-color: #ffffff;
	background-image: url("../img/arrow_down_green.svg");
	background-position: 54% 60%;
	background-repeat: no-repeat;
	background-size: 0.3125rem 0.1875rem;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1rem;
	margin-top: 0.125rem;
	width: 1rem;
}

.news-tag-item.current {
	background: #ffffff;
	color: #02a369;
}

.news-tag-item.current::before {
	background-color: #02a369;
	background-image: url(../img/arrow_down_white.svg);
}

.news-tag-item:not(.current) {
	transition: all 0.3s ease;
}

.news-content {
	padding-bottom: 1.9375rem;
	position: relative;
}

.news-content::before {
	aspect-ratio: 1440/1221;
	background: url(../img/bg_01.png) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 83%;
	transform: scaleX(-1);
	translate: -50% -50%;
	width: 100%;
}

.pagination {
	margin-top: 2.8125rem;
}

.pagination,
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.pagination a,
.wp-pagenavi a {
	transition: all 0.3s ease;
}

.pagination .previouspostslink,
.wp-pagenavi .previouspostslink {
	margin-right: 0.625rem;
}

.pagination .nextpostslink,
.wp-pagenavi .nextpostslink {
	margin-left: 0.625rem;
}

.pagination .previouspostslink,
.pagination .nextpostslink,
.pagination .page,
.pagination .first,
.pagination .last,
.pagination .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .current {
	background: #7b5830;
	border: 1px solid #7b5830;
	border-radius: 50%;
	color: #ffffff;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 1.875rem;
	padding-top: 0.0625rem;
	place-content: center;
	position: relative;
	width: 1.875rem;
}

.pagination .current,
.wp-pagenavi .current {
	background: #ffffff !important;
	border-color: #7b5830 !important;
	color: #7b5830 !important;
}

.pagination .previouspostslink,
.pagination .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	background: #ffffff;
}

.pagination .previouspostslink::before,
.pagination .nextpostslink::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	background: url(../img/arrow_right_brown.svg) no-repeat center center/contain;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 0.1875rem;
}

.pagination .extend,
.wp-pagenavi .extend {
	border: none;
	color: #7b5830;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin: initial;
	margin-top: 0.25rem;
	padding: initial;
}

.pagination .previouspostslink::before,
.wp-pagenavi .previouspostslink::before {
	transform: scaleX(-1);
}

.pagination span.previouspostslink,
.pagination span.nextpostslink,
.pagination .previouspostslink.is-disabled,
.pagination .nextpostslink.is-disabled,
.pagination .previouspostslink.disabled,
.pagination .nextpostslink.disabled,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi .previouspostslink.is-disabled,
.wp-pagenavi .nextpostslink.is-disabled,
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
	cursor: default;
	opacity: 0.3;
	pointer-events: none;
}

.no-post {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8125;
}

/*=======================
下層 / お知らせ詳細
=======================*/

.page-single .cta {
	padding-top: 5.0625rem;
}

.single-box {
	background: #ffffff;
	margin-top: 9rem;
	padding-bottom: 6.8125rem;
	padding-top: 1.25rem;
	position: relative;
}

.single-box::before {
	background: #ffffff;
	clip-path: ellipse(50% 400% at 50% 400%);
	content: "";
	height: 5.5rem;
	left: 50%;
	position: absolute;
	top: -5.5rem;
	transform: translateX(-50%);
	width: 180%;
	z-index: 1;
}

.single-box .news-item-info {
	margin-top: 1.1875rem;
}

.single-box .news-item-cat {
	font-size: 0.8125rem;
	height: 1.8125rem;
	padding: 0 1.375rem;
	transition: all 0.3s ease;
}

.single-box .news-item-date {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	margin-top: 0.125rem;
}

.single-img {
	margin: 1.9375rem auto 3.1875rem;
	max-width: 870px;
}

.single-img img {
	border-radius: 1.25rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-content p,
.single-content li {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2.25;
}

.single-content ul > li {
	padding-left: 0.9375rem;
	position: relative;
}

.single-content ul > li::before {
	background: #434343;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 0.375rem;
}

.single-content p,
.single-content ol,
.single-content ul {
	margin: 1.25rem 0;
}

.single-content img,
.single-content iframe {
	margin: 1.25rem auto 0;
	max-width: 870px;
	width: 100%;
}

.single-content h2 {
	border-bottom: 1px solid #dbdbdb;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4444444444;
	margin: 1.25rem 0;
	padding-bottom: 1rem;
	padding-left: 0.8125rem;
	position: relative;
}

.single-content h2::before {
	background: #02a369;
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: calc(50% - 1rem / 2);
	transform: translateY(calc(-50% + 0.125rem));
	width: 0.1875rem;
}

.single-content h3 {
	border-bottom: 1px solid #dbdbdb;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4444444444;
	margin: 1.25rem 0;
	padding-bottom: 0.4375rem;
	padding-left: 1rem;
	position: relative;
}

.single-content h3::before {
	background: #a6c558;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0.5625rem;
	width: 0.625rem;
}

.single-content a {
	color: #02a369;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.single-title {
	border-bottom: 1px solid #3b3533;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-bottom: 1rem;
}

.single-link {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin: 5.25rem auto 0;
}

.single-prev,
.single-next {
	border: 1px solid #02a369;
	border-radius: 50%;
	height: 2.5rem;
	position: relative;
	transition: all 0.3s ease;
	width: 2.5rem;
}

.single-prev::before,
.single-next::before {
	background: url(../img/arrow_right_02_green.svg) no-repeat center center/contain;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 0.5625rem;
}

.single-prev::before {
	transform: scaleX(-1);
}

.single-btn {
	background: #02a369;
	color: #ffffff;
	font-size: 1.1875rem;
	height: 2.4375rem;
	margin: initial;
	padding: 0 0.625rem;
	width: 10.5625rem;
}

.single-btn::before {
	display: none;
}

/*=======================
下層 / お問い合わせページ
=======================*/

.page-contact .cta {
	margin-top: 1.8125rem;
}

.page-contact .contact-btn {
	background: #02a369;
	border-radius: 0.3125rem;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: bold;
	height: 3.5rem;
	letter-spacing: 0.08em;
	margin: 1.75rem auto 0;
	max-width: 12.1875rem;
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
}

.page-contact .contact-btn::before {
	background-color: #ffffff;
	background-image: url(../img/arrow_right_green.svg);
}

.page-contact .contact-btn input {
	background: transparent;
	background: transparent !important;
	border-radius: inherit;
	color: #ffffff !important;
	cursor: pointer;
	height: inherit !important;
	width: inherit !important;
}

.page-contact button {
	background: transparent;
	border-radius: inherit;
	color: #ffffff;
	cursor: pointer;
	height: inherit;
	width: inherit;
}

.page-contact .contact-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.2857142857;
	text-align: center;
}

.page-contact .contact-content {
	background: #ffffff;
	border-radius: 1.25rem;
	margin-top: 2.5625rem;
	padding: 2.8125rem 3.125rem 3.75rem;
}

.page-contact .contact-title {
	border-bottom: 1px solid #bcbcbc;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.45;
	padding-bottom: 0.9375rem;
	padding-left: 0.8125rem;
	position: relative;
}

.page-contact .contact-title::before {
	background: #a6c558;
	content: "";
	height: 70%;
	left: 0;
	position: absolute;
	top: calc(50% - 0.9375rem / 2);
	transform: translateY(-50%);
	width: 0.1875rem;
}

.page-contact .contact-form {
	margin-top: 1.625rem;
}

.page-contact .contact-form .form-steps {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.page-contact .contact-form .form-group {
	align-items: center;
	display: grid;
	gap: 2.75rem;
	grid-template-columns: 11.875rem 1fr;
}

.page-contact .contact-form .form-group.text-multi {
	align-items: start;
	border-top: 1px solid #BCBCBC;
	padding-top: 1.25rem;
}

.page-contact .contact-form .form-label {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	justify-content: space-between;
	letter-spacing: 0.08em;
	line-height: 1.625;
}

.page-contact .contact-form .required {
	background: #a6c558;
	border-radius: 0.3125rem;
	color: #ffffff;
	display: grid;
	font-size: 0.875rem;
	font-weight: bold;
	height: 1.375rem;
	letter-spacing: 0.08em;
	padding: 0 0.4375rem;
	place-content: center;
}

.page-contact .contact-form fieldset {
	border: none;
	display: block;
	height: 100%;
	margin: initial;
	padding: initial;
}

.page-contact .contact-form fieldset .wpcf7-form-control-wrap {
	align-items: center;
	display: flex;
	height: 100%;
}

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

.page-contact .contact-form input,
.page-contact .contact-form select,
.page-contact .contact-form textarea {
	background: #f5f5f5;
	border: none !important;
	border-radius: 0;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0 1.25rem;
	width: 100%;
}

.page-contact .contact-form input::-moz-placeholder,
.page-contact .contact-form select::-moz-placeholder,
.page-contact .contact-form textarea::-moz-placeholder {
	font-size: inherit;
	letter-spacing: inherit;
}

.page-contact .contact-form input::placeholder,
.page-contact .contact-form select::placeholder,
.page-contact .contact-form textarea::placeholder {
	font-size: inherit;
	letter-spacing: inherit;
}

.page-contact .contact-form input:not([type=radio]) {
	height: 3.75rem;
}

.page-contact .contact-form textarea {
	height: 11.125rem;
	padding: 0.9375rem 1.25rem;
}

.page-contact .contact-form { /* ラジオボタン装飾 */
}

.page-contact .contact-form input[type=radio] {
	margin: 0;
	opacity: 0;
	position: absolute;
	width: -moz-fit-content;
	width: fit-content;
}

.page-contact .contact-form input[type=radio]:focus-visible + span::before {
	outline: auto 1px;
}

.page-contact .contact-form input[type=radio] + span {
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-left: 1.875rem;
	position: relative;
}

.page-contact .contact-form input[type=radio] + span::before {
	background: #ffffff;
	border: 1px solid #434343;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.25rem;
	left: -1.875rem;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.page-contact .contact-form input[type=radio] + span::after {
	background: #434343;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: -1.5rem;
	opacity: 0;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.page-contact .contact-form input[type=radio]:checked + span::after {
	opacity: 1;
}

.page-contact .contact-form .wpcf7-list-item {
	margin: initial;
}

.page-contact .contact-form .wpcf7-radio {
	display: flex;
	gap: 0 1.875rem;
}

.page-contact .contact-form .wpcf7-not-valid-tip {
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.page-contact .contact-form .wpcf7-spinner {
	bottom: -2.125rem;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translateX(-50%);
}

.page-contact .contact-form .wpcf7 form .wpcf7-response-output {
	display: none !important;
}

.page-contact { /*=======================
  下層 / サンクスページ
  =======================*/
}

.page-contact.page-thanks .thanks-content {
	padding: 3.0625rem 3.125rem 2.375rem;
}

.page-contact.page-thanks .thanks-title {
	letter-spacing: 0.04em;
	padding-bottom: 0.5625rem;
	padding-left: 1.0625rem;
}

.page-contact.page-thanks .thanks-text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.4285714286;
	margin-top: 0.875rem;
}

.page-contact.page-thanks .thanks-btn {
	color: #02a369;
	margin-top: 2.8125rem;
}

.page-contact.page-thanks .cta {
	margin-top: 2.5rem;
}

/*=======================
下層 / プライバシーポリシー
=======================*/

.privacy {
	background: #ffffff;
	margin-top: 9rem;
	padding-bottom: 6.8125rem;
	padding-top: 1.25rem;
	position: relative;
}

.privacy::before {
	background: #ffffff;
	clip-path: ellipse(50% 400% at 50% 400%);
	content: "";
	height: 5.5rem;
	left: 50%;
	position: absolute;
	top: -5.5rem;
	transform: translateX(-50%);
	width: 180%;
	z-index: 1;
}

.privacy p {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 2.125;
	margin-bottom: 1.25rem;
}

.privacy p:last-of-type {
	margin-bottom: 0;
}

.privacy h2 {
	border-bottom: 2px solid #7b5830;
	border-top: 2px solid #7b5830;
	color: #7b5830;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 1.875rem;
	margin-top: 3.125rem;
	padding: 1.25rem;
	text-align: center;
}

.privacy h2:first-of-type {
	margin-top: 3.6875rem;
}

@media (width < 768px) {

.inner {
	max-width: 31.25rem;
	width: calc(0.8933333333 * 100%);
}

.sec-title .title-en {
	font-size: 0.75rem;
	line-height: 1.0714285714;
}

.sec-title .title-jp {
	font-size: 1.375rem;
	line-height: 2.0454545455;
	margin-top: initial;
	padding-bottom: 0.0625rem;
}

br.is-pc {
	display: none;
}

br.is-pc1200 {
	display: none;
}

br.is-sp {
	display: inline;
}

span.is-pc {
	display: none;
}

span.is-sp {
	display: inline;
}

.page-low {
	margin-top: -3.4375rem;
}

.low-head {
	background-image: url(../img/low_about_head_sp.png);
	border-radius: 0.875rem;
	height: 15.1875rem;
	margin: 0 0.625rem;
}

.low-head-wrapper {
	height: initial;
	margin-top: 3.4375rem;
	padding: 1.0625rem 1.625rem;
}

.low-head-leaf {
	height: 1.75rem;
	left: 0;
	top: -1.625rem;
	width: 2.75rem;
}

.low-title {
	font-size: 1.5625rem;
	line-height: 1.32;
}

.breadcrumb {
	margin-bottom: 2.125rem;
	margin-top: 1rem;
}

.breadcrumb-items {
	gap: 1.6875rem;
}

.breadcrumb-items > span {
	font-size: 0.75rem;
	line-height: 2.1666666667;
}

.breadcrumb-items > span::after {
	height: 0.4375rem;
	right: -0.9375rem;
	top: 53%;
	width: 0.25rem;
}

.breadcrumb-items .current-item {
	max-width: 11.25rem;
}

.breadcrumb-inner {
	margin: 0 0.625rem;
	width: 100%;
}

.header-logo-wrapper {
	gap: 1.4375rem;
	height: 4.0625rem;
	padding: 0.75rem;
}

.header-logo {
	width: 5.9375rem;
}

.header-text {
	font-size: 0.5rem;
	line-height: 1.75;
}

.header-text::before {
	height: 1.9375rem;
	left: -0.625rem;
}

.header-nav {
	display: none;
}

.drawer-icon {
	align-items: center;
	background: #54b566;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 2.6875rem;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	right: 1.25rem;
	top: 1.1875rem;
	width: 2.6875rem;
	z-index: 35;
}

.drawer-bars {
	height: 0.3125rem;
	position: relative;
	width: 1.3125rem;
}

.drawer-bar {
	background: #ffffff;
	height: 0.0625rem;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

.drawer-bar.bar01 {
	top: 0;
}

.drawer-bar.bar02 {
	bottom: 0;
}

.drawer-bar.is-active.bar01 {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.drawer-bar.is-active.bar02 {
	bottom: initial;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.drawer {
	background: #ffffff;
	border-radius: 1.25rem;
	display: block;
	height: calc(100dvh - 1.25rem);
	left: 50%;
	max-height: calc(100dvh - 1.25rem);
	opacity: 0;
	overflow-y: auto;
	padding: 1.0625rem 0;
	position: fixed;
	top: 50%;
	transition: all 0.3s ease;
	translate: -50% -50%;
	visibility: hidden;
	width: calc(100% - 1.25rem);
	z-index: 30;
}

.drawer.is-active {
	opacity: 1;
	visibility: visible;
}

.drawer-container {
	padding: 0 1.25rem;
}

.drawer-logo {
	height: 2.25rem;
	width: 7.5625rem;
}

.drawer-items {
	margin-top: 1.375rem;
	padding: 0 0.625rem;
}

.drawer-item {
	align-items: center;
	display: flex;
	min-height: 3.125rem;
	padding: 0.3125rem 0;
	position: relative;
}

.drawer-item::after {
	background: repeating-linear-gradient(to right, #bbb 0 3px, transparent 3px 6px);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.drawer-item-link {
	color: #434343;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 0.3125rem 0;
	padding-left: 1.75rem;
	position: relative;
	width: 100%;
}

.drawer-item-link::before {
	background-color: #ffe34d;
	background-image: url(../img/arrow_right_green.svg);
	background-position: calc(50% + 0.0625rem) 50%;
	background-repeat: no-repeat;
	background-size: 0.25rem 0.375rem;
	border-radius: 50%;
	content: "";
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 53%;
	translate: 0 -50%;
	width: 1.0625rem;
}

.drawer-cta-items {
	margin-top: 2.375rem !important;
	padding: 0 1.4375rem;
}

.drawer-cta-items .cta-item {
	border-color: #02a369;
	color: #02a369;
}

.drawer-cta-items .cta-item-icon.mail {
	margin-top: 0.0625rem;
}

.drawer-cta-items .cta-item-text {
	color: #ffffff;
}

.drawer-bg {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100vw;
	z-index: 25;
}

.drawer-bg.is-active {
	opacity: 1;
	visibility: visible;
}

.fv {
	margin-top: -4.0625rem;
	padding: 0.625rem;
}

.fv-content {
	background: rgba(48, 75, 88, 0.08);
	height: 100vh;
	height: 39.375rem;
}

.fv-pair {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
}

.fv-dots {
	gap: 0 0.375rem;
	height: 3.5rem;
	padding: 0 0.3125rem 0 0.75rem;
}

.fv-dot {
	height: 1.5625rem;
	width: 1.5625rem;
}

.fv-copy {
	left: 1.5rem;
	top: 44%;
}

.fv-leaf {
	height: 2.5625rem;
	top: -2.375rem;
	width: 4rem;
}

.fv-text {
	font-size: 1.5625rem;
	letter-spacing: 0.11em;
}

.fv-text span {
	padding: 0.75rem;
}

.fv-text span:last-child {
	padding-right: 1.5rem;
}

.fv-text-en {
	font-size: 0.625rem;
	line-height: 1.3;
	margin-left: 0.125rem;
	margin-top: 0.75rem;
}

.top-about {
	padding: 3.6875rem 0 6.0625rem;
}

.top-about::after {
	height: 2.875rem;
	width: 200%;
}

.top-about hgroup::before {
	height: 1.625rem;
	top: -1.625rem;
	width: 5.625rem;
}

.top-about-deco img {
	border-radius: 0.3125rem;
}

.top-about-deco.deco01 {
	height: 6.6875rem;
	right: -1.25rem;
	top: 20.1875rem;
	width: 4.3125rem;
}

.top-about-deco.deco01::before {
	height: 1.5625rem;
	left: -0.9375rem;
	top: -0.5rem;
	width: 1.875rem;
}

.top-about-deco.deco02 {
	height: 6.4375rem;
	left: -1.25rem;
	top: 39rem;
	width: 3.125rem;
}

.top-about-deco.deco02::before {
	display: none;
}

.top-about-deco.deco03 {
	bottom: -4.625rem;
	height: 4.0625rem;
	right: -0.625rem;
	width: 6.1875rem;
}

.top-about-deco.deco03::before {
	height: 2.625rem;
	left: -0.5rem;
	right: initial;
	top: -1.5rem;
	width: 1.375rem;
}

.top-about-title {
	font-size: 1.9375rem;
	margin-left: initial;
	margin-top: 1.25rem;
}

.top-about-title .deco {
	margin: 0 0.375rem;
}

.top-about-title .deco::before,
.top-about-title .deco::after {
	height: 4.25rem;
	width: 4.25rem;
}

.top-about-title .text {
	display: block;
	margin-left: 0.1875rem;
	margin-top: 1.875rem;
}

.top-about-lead {
	margin-top: 2rem;
}

.top-about-lead span {
	padding: 0 0.3125rem;
}

.top-about-text {
	font-size: 0.8125rem;
	line-height: 2.6153846154;
	margin-top: 2rem;
	max-width: 15rem;
}

.reason {
	overflow: visible;
}

.reason-inner {
	padding-bottom: 6.75rem;
	padding-top: 0.75rem;
}

.reason-leaf {
	bottom: 0;
	height: 3.625rem;
	right: -0.375rem;
	width: 5.625rem;
}

.reason-items {
	margin-top: 1.6875rem;
}

.reason-item {
	grid-template-columns: 1fr !important;
	grid-template-rows: initial;
}

.reason-item:nth-child(even) .reason-item-img {
	grid-column: 1/2;
}

.reason-item-img {
	grid-row: 2/3 !important;
	height: initial;
	margin-top: 1.375rem;
	width: 100%;
}

.reason-item-img::before {
	font-size: 3.25rem;
	left: initial !important;
	letter-spacing: 0.04em;
	right: -0.625rem !important;
	top: -1.5rem;
}

.reason-item-img::after {
	display: none;
}

.reason-item-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	translate: initial;
}

.reason-item-title-wrapper {
	grid-column: 1/2;
	grid-row: 1/2;
}

.reason-item-title {
	font-size: 1.25rem;
	line-height: 1.4;
}

.reason-item-title::before {
	width: 0.1875rem;
}

.reason-item-text-wrapper {
	grid-column: 1/2;
}

.reason-item-text {
	line-height: 2.2857142857;
	margin-top: 1.25rem;
}

.reason-item-list {
	display: grid;
	gap: 0.5625rem;
	grid-template-columns: 1fr;
	margin-top: 0.8125rem;
}

.reason-item-list li {
	line-height: 1.5714285714;
}

.reason-item-list li::before {
	top: 0.5rem;
}

.top-course {
	padding-top: 3.875rem;
}

.top-course-deco {
	height: 6.375rem;
	right: 0;
	top: -1.6875rem;
	width: 11.75rem;
}

.top-course-items {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 1.5625rem;
}

.top-course-item-num {
	font-size: 0.875rem;
	height: 2.0625rem;
	padding: 0 0.75rem;
}

.top-course-item-title {
	height: 3rem;
	padding-left: 2.25rem;
	padding-right: 1.5rem;
}

.top-course-item-title::before {
	left: 0.3125rem;
}

.top-course-item-text {
	line-height: 2.2857142857;
	margin-top: 0.75rem;
}

.top-course-btn {
	margin-top: 1.9375rem;
}

.teacher {
	padding-bottom: 1.9375rem;
	padding-top: 2.8125rem;
}

.teacher::before {
	aspect-ratio: 375/1288;
	background-image: url(../img/bg_01_sp.png);
	height: initial;
	top: 53%;
	width: 100%;
}

.teacher-content {
	gap: 1rem;
	grid-template-columns: 1fr;
	margin-top: 1.1875rem;
}

.teacher-img {
	height: initial;
	width: 100%;
}

.teacher-img img {
	border-radius: 0.9375rem;
	height: auto;
	left: initial;
	position: static;
	top: initial;
	translate: initial;
}

.teacher-box {
	border-radius: 0.9375rem;
	min-width: 0;
	padding: 2.0625rem 1.875rem 2.125rem;
}

.teacher-title {
	font-size: 2.125rem;
	padding-bottom: 0.8125rem;
}

.teacher-lead {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 0.9375rem;
}

.teacher-text {
	margin-top: 0.4375rem;
}

.voice {
	padding-bottom: 0;
}

.voice-content {
	border-radius: 0.9375rem;
	padding: 2.625rem 0;
}

.voice-leaf {
	height: 2.875rem;
	left: 0.4375rem;
	top: -2.75rem;
	width: 4.4375rem;
}

.voice-slider {
	margin-top: 1.25rem;
}

.voice-slider .swiper-slide {
	border-radius: 0.625rem;
	margin: 0 0.3125rem;
	max-width: 18.4375rem;
	padding: 1.3125rem 1.5625rem;
}

.voice-slider .swiper-button-prev,
.voice-slider .swiper-button-next {
	display: none;
}

.voice-slide-num {
	font-size: 0.625rem;
}

.voice-slide-title {
	font-size: 1.125rem;
	margin-left: initial;
	margin-top: 0.375rem;
}

.voice-slide-content {
	gap: 0.875rem;
	grid-template-columns: 1fr;
	margin-top: 0.8125rem;
}

.voice-slide-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	translate: initial;
}

.voice-slide-box {
	background: transparent;
	border-radius: initial;
	padding: 0;
}

.voice-slide-lead {
	font-size: 1rem;
	line-height: 1.625;
	padding-bottom: 0.5rem;
}

.voice-slide-text {
	letter-spacing: 0.06em;
	margin-top: 0.6875rem;
}

.top-news {
	padding-top: 3.625rem;
}

.top-news-content {
	gap: initial;
	grid-template-columns: 1fr;
	grid-template-rows: initial;
}

.top-news-btn {
	grid-row: 3/4;
	margin-left: auto;
	margin-right: initial;
	margin-top: 1.875rem;
}

.news-items {
	grid-column: 1/2;
	grid-row: 2/3;
	margin-top: 1.5625rem;
}

.news-item {
	padding-bottom: 1.25rem;
	padding-right: 0;
}

.news-item-link {
	align-items: initial;
	gap: 0.75rem;
}

.news-item-link::after {
	display: none;
}

.news-item-info {
	flex-wrap: wrap;
	margin-top: 0.1875rem;
}

.news-item-cat {
	justify-content: center;
	min-width: 5.25rem;
	padding: 0 0.625rem;
}

.news-item-title {
	margin-top: 0.3125rem;
	padding-right: 0;
}

.faq {
	padding-bottom: 0;
	padding-top: 1.125rem;
}

.faq::before {
	aspect-ratio: 375/1288;
	background-image: url(../img/bg_01_sp.png);
	height: initial;
	top: 54%;
}

.faq-items {
	gap: 0.9375rem;
	margin-top: 1.25rem;
}

.faq-item-question {
	align-items: initial;
	gap: 0 1.25rem;
	padding: 1rem 1.1875rem 1rem 1.3125rem;
}

.faq-item-title {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1.7142857143;
}

.faq-item-title::before {
	top: -0.25rem;
}

.faq-item-btn {
	margin-top: 0.1875rem;
}

.faq-item-answer-container {
	padding: 0.9375rem 0 1.375rem 1.5625rem;
}

.faq-item-answer-container::before {
	top: 0.625rem;
}

.cta {
	padding: 3.125rem 0;
}

.cta-content {
	background-image: url(../img/cta_bg_sp.png);
	padding: 3.125rem 2.0625rem 3.5625rem;
}

.cta-content::before {
	bottom: -2.375rem;
	height: 5.5625rem;
	left: -0.3125rem;
	width: 4.4375rem;
}

.cta-items {
	align-items: center;
	flex-direction: column;
	gap: 0.875rem;
	margin-top: 0.875rem;
}

.cta-item {
	border-width: 2px;
	height: 4.8125rem;
}

.cta-item-icon.tel {
	height: 0.875rem;
	width: 0.875rem;
}

.cta-item-icon.mail {
	height: 0.75rem;
	width: 1rem;
}

.cta-item-tel {
	font-size: 1.125rem;
}

.cta-item-attention {
	font-size: 0.75rem;
	line-height: 1.2;
	margin-top: 0.1875rem;
}

.cta-item-text {
	font-size: 0.9375rem;
}

.footer {
	padding-top: 2.9375rem;
}

.footer-content-wrapper {
	padding-top: 4.1875rem;
}

.footer-content-wrapper::before {
	height: 4.1875rem;
	width: 260%;
}

.footer-leaf {
	height: 3.375rem;
	left: 50%;
	right: initial;
	top: -6.8125rem;
	translate: -50% 0;
	width: 5.1875rem;
}

.footer-top {
	display: block;
	padding-bottom: 2.5rem;
	padding-top: 0;
}

.footer-info {
	margin-top: 0;
}

.footer-logo {
	height: 2.8125rem;
	margin-inline: auto;
	width: 9.625rem;
}

.footer-address {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
	margin-top: 1.1875rem;
	text-align: center;
}

.footer-tel {
	align-items: initial;
	font-size: 1.75rem;
	justify-content: center;
	margin-top: 1.625rem;
}

.footer-tel .small {
	font-size: 1.125rem;
	margin-bottom: initial;
	margin-top: 0.4375rem;
}

.footer-hour {
	font-size: 0.75rem;
	margin-top: 0.375rem;
	text-align: center;
}

.footer-nav {
	margin-top: 2.1875rem;
}

.footer-nav-items {
	gap: 1.375rem 0;
}

.footer-bottom {
	display: block;
	padding-top: 1.625rem;
}

.footer-link {
	display: block;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-btn {
	margin: 1.6875rem auto 0;
}

.copyright {
	margin-top: 2.6875rem;
}

.top-scroll {
	right: 1.25rem;
	top: 2.1875rem;
}

.page-about .teacher .teacher-img {
	height: initial;
}

.page-about .teacher::before {
	top: 42%;
}

.page-about .teacher .teacher-box::before {
	height: 3.4375rem;
	right: -0.4375rem;
	top: 0.125rem;
	width: 6.25rem;
}

.about-intro {
	padding-bottom: 1.25rem;
}

.about-intro-content {
	grid-template-columns: 1fr;
	grid-template-rows: initial;
	margin-right: initial;
	row-gap: initial;
	-moz-column-gap: initial;
	column-gap: initial;
}

.about-intro-title {
	line-height: 2;
	margin-top: initial;
	padding-bottom: 1.125rem;
}

.about-intro-title span {
	padding: 0 0.625rem;
}

.about-intro-img {
	grid-column: 1/2;
	grid-row: 2/3;
	height: initial;
	margin-top: 2rem;
}

.about-intro-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	translate: initial;
}

.about-intro-img::before {
	height: 2.8125rem;
	left: initial;
	right: -0.3125rem;
	top: -0.4375rem;
	width: 3.5rem;
}

.about-intro-text {
	font-size: 0.8125rem;
	grid-row: 3/4;
	letter-spacing: 0.04em;
	line-height: 2.6153846154;
	margin-top: 1.3125rem;
}

.company {
	padding: 5.5rem 0 0.625rem;
}

.company-items {
	margin-top: 1.5rem;
}

.company-item {
	grid-template-columns: 8.75rem 1fr;
	grid-template-columns: 41.79% 1fr;
}

.company-item dt,
.company-item dd {
	padding: 1.875rem 0 1.6875rem 1.25rem;
}

.company-item dt {
	padding-right: 1.25rem;
}

.company-item dd {
	line-height: 1.6;
}

.low-course-bg-text {
	display: none;
}

.course-intro {
	padding-bottom: 3.75rem;
}

.course-intro-content::after {
	bottom: -3.0625rem;
	height: 5.3125rem;
	right: -0.3125rem;
	width: 2.6875rem;
}

.course-intro-img-items {
	border-radius: 0.875rem 0.875rem 0 0;
	grid-template-columns: 1fr;
}

.course-intro-img-item {
	height: initial;
}

.course-intro-img-item img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	translate: initial;
}

.course-intro-box {
	border-radius: 0 0 0.875rem 0.875rem;
	padding: 1.9375rem 1.4375rem;
}

.course-intro-title {
	margin-left: initial;
}

.low-course-title {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-left: 0.875rem;
}

.low-course-title::before {
	height: 55%;
}

.course-intro-text {
	margin-top: 0.75rem;
}

.course {
	padding-top: 2.875rem;
}

.course::before {
	height: 2.875rem;
	width: 200%;
}

.course::after {
	height: calc(100% - 2.875rem);
	top: 2.875rem;
}

.course-container {
	padding-top: 0.875rem;
}

.course-inner {
	padding-bottom: 8.75rem;
}

.course-leaf {
	bottom: 0;
	height: 4.0625rem;
	right: 0;
	width: 6.1875rem;
}

.course-items {
	gap: 1.9375rem;
	margin-top: 1.75rem;
}

.course-item {
	grid-template-columns: 1fr;
	scroll-margin-top: 6.25rem;
}

.crouse-item-img {
	min-height: initial;
}

.crouse-item-img img {
	height: auto;
	left: initial;
	position: static;
	top: initial;
	translate: initial;
}

.course-item-box {
	padding: 1.4375rem 1.0625rem;
}

.course-item-text {
	line-height: 2.2857142857;
	margin-top: 0.5625rem;
}

.flow {
	padding-bottom: 0.75rem;
	padding-top: 3.5625rem;
}

.flow::before {
	aspect-ratio: 375/1288;
	background-image: url(../img/bg_01_sp.png);
	height: initial;
	top: 53%;
	width: 100%;
}

.flow-items {
	padding: 3.25rem 1.25rem 2.4375rem;
}

.flow-item {
	gap: 2.0625rem 1.3125rem;
	grid-template-columns: 5.5rem 1fr;
}

.flow-item-num {
	font-size: 0.8125rem;
	line-height: 1.2307692308;
}

.flow-item-num::before {
	height: 0.6875rem;
	top: 0.25rem;
	width: 0.6875rem;
}

.flow-item-num::after {
	right: 0.3125rem;
	top: 0.3125rem;
}

.flow-item-info {
	margin-bottom: 1.1875rem;
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
}

.flow-item-info::before {
	height: 90%;
}

.flow-item-title {
	font-size: 1rem;
}

.flow-item-text {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1.8333333333;
}

.flow-box-title {
	font-size: 1.25rem;
	line-height: 2.25;
}

.flow-box-items {
	gap: 1.125rem;
	padding: 1.5625rem 1.1875rem;
}

.flow-box-item {
	gap: 0.3125rem;
	grid-template-columns: 1fr;
}

.flow-box-item dt {
	width: -moz-fit-content;
	width: fit-content;
}

.page-news .news-items-wrapper {
	margin-top: 2.3125rem;
	padding: 1.625rem 1.25rem 3.625rem;
}

.page-news .news-item {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.page-news .news-item-link {
	align-items: center;
	gap: 0.6875rem;
	grid-template-columns: 5rem 1fr;
}

.page-news .news-item-info {
	gap: 0.4375rem;
}

.page-news .news-item-cat {
	font-size: 0.625rem;
	height: 1.3125rem;
}

.page-news .news-item-date {
	font-size: 0.8125rem;
	margin-top: 0.125rem;
}

.page-news .news-item-title {
	font-size: 0.8125rem;
	line-height: 1.7692307692;
	margin-top: 0.5625rem;
}

.page-news .news-item-img img {
	height: 3.375rem;
	width: 5rem;
}

.page-news-inner {
	width: 100%;
}

.news-tag-items {
	gap: 0.9375rem 1.25rem;
}

.news-content::before {
	display: none;
}

.news-content {
	padding-bottom: 0;
}

.pagination {
	margin-top: 2.375rem;
}

.no-post {
	font-size: 0.8125rem;
	line-height: 1.7692307692;
}

.page-single .cta {
	padding-top: 4.625rem;
}

.single-box {
	margin-top: 5.5625rem;
	padding-bottom: 5.5625rem;
}

.single-box::before {
	height: 2.875rem;
	top: -2.6875rem;
	width: 220%;
}

.single-box .news-item-info {
	margin-top: 0.75rem;
}

.single-img {
	margin-bottom: 1.875rem;
	margin-top: 2.1875rem;
}

.single-img img {
	border-radius: 0.875rem;
}

.single-content p,
.single-content li {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 2.2857142857;
}

.single-content p,
.single-content ol,
.single-content ul {
	margin: 1.125rem 0;
}

.single-content img,
.single-content iframe {
	margin: 1.125rem auto 0;
}

.single-content h2 {
	font-size: 1.125rem;
	padding-bottom: 0.75rem;
}

.single-content h2::before {
	height: 70%;
	top: calc(50% - 0.75rem / 2);
}

.single-content h3 {
	font-size: 1.125rem;
	margin: 1.125rem 0;
	padding-bottom: 0.75rem;
}

.single-title {
	font-size: 1.25rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
	padding-bottom: 0.6875rem;
}

.single-link {
	gap: 1.875rem;
	margin-top: 3.6875rem;
}

.single-btn {
	font-size: 1rem;
}

.page-contact .cta {
	margin-top: initial;
}

.page-contact .contact-text {
	text-align: left;
}

.page-contact .contact-content {
	border-radius: 0.625rem;
	margin-top: 2.75rem;
	padding: 1.9375rem 1.25rem 3.9375rem;
}

.page-contact .contact-form {
	margin-top: 1.25rem;
}

.page-contact .contact-form .form-steps {
	gap: 0.625rem;
}

.page-contact .contact-form .form-group {
	display: block;
	padding: 0;
}

.page-contact .contact-form .form-group.text-multi {
	margin-top: 0.625rem;
	padding-top: 1.125rem;
}

.page-contact .contact-form .form-group.radio {
	margin-bottom: 0.5625rem;
}

.page-contact .contact-form .form-group.radio fieldset {
	margin-top: 0.5rem;
}

.page-contact .contact-form .form-label {
	font-size: 0.875rem;
	gap: 0.625rem;
	justify-content: initial;
	line-height: 1.8571428571;
	margin-bottom: 0.4375rem;
	width: 100%;
}

.page-contact .contact-form .required {
	border-radius: 0.1875rem;
	font-size: 0.75rem;
	height: 1.25rem;
	letter-spacing: normal;
	padding: 0 0.625rem;
}

.page-contact .contact-form fieldset .wpcf7-form-control-wrap {
	display: block;
}

.page-contact .contact-form input,
.page-contact .contact-form select,
.page-contact .contact-form textarea {
	padding: 0 0.625rem;
}

.page-contact .contact-form input:not([type=radio]) {
	height: 2.5rem;
}

.page-contact .contact-form textarea {
	height: 7.5rem;
	padding: 0.625rem;
}

.page-contact .contact-form input[type=radio]:focus-visible + span::before {
	outline: auto 0.1rem;
}

.page-contact .contact-form input[type=radio] + span {
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}

.page-contact .contact-form .wpcf7-radio {
	flex-direction: column;
	gap: 0.9375rem 0;
}

.page-contact.page-thanks .thanks-content {
	border-radius: 0.75rem;
	padding: 1.9375rem 1.375rem;
}

.page-contact.page-thanks .thanks-title {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5555555556;
	padding-bottom: 0.75rem;
	padding-left: 0.875rem;
}

.page-contact.page-thanks .thanks-title::before {
	height: 85%;
	top: calc(50% - 0.375rem);
	width: 0.25rem;
}

.page-contact.page-thanks .thanks-text {
	line-height: 2.2857142857;
}

.page-contact.page-thanks .cta {
	margin-top: initial;
}

.privacy {
	margin-top: 5.5625rem;
	padding-bottom: 5.5625rem;
}

.privacy::before {
	height: 2.875rem;
	top: -2.6875rem;
	width: 220%;
}

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

.privacy h2:first-of-type {
	margin-top: 1.875rem;
}

.privacy h2 {
	font-size: 1.125rem;
	margin-bottom: 1.875rem;
	padding: 0.625rem;
}

}

@media (hover: hover) and (pointer: fine) {

.btn:hover {
	opacity: 0.7;
}

.breadcrumb-items a:hover {
	opacity: 0.5;
}

.header-logo-link:hover {
	opacity: 0.7;
}

.header-nav-item-link:hover {
	opacity: 0.7;
}

.top-crouse-item-link:hover {
	opacity: 0.7;
}

.news-item-link:hover {
	opacity: 0.7;
}

.cta-item:hover {
	opacity: 0.7;
}

.footer-nav-item-link:hover {
	opacity: 0.7;
}

.footer-link:hover {
	opacity: 0.7;
}

.news-tag-item:not(.current):hover {
	opacity: 0.7;
}

.pagination a:hover,
.wp-pagenavi a:hover {
	opacity: 0.7;
}

.single-box .news-item-cat:hover {
	opacity: 0.7;
}

.single-content a:hover {
	opacity: 0.7;
}

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

.page-contact .contact-btn:hover {
	opacity: 0.7;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.btn:hover {
	opacity: 0.7;
}

.breadcrumb-items a:hover {
	opacity: 0.5;
}

.header-logo-link:hover {
	opacity: 0.7;
}

.header-nav-item-link:hover {
	opacity: 0.7;
}

.top-crouse-item-link:hover {
	opacity: 0.7;
}

.news-item-link:hover {
	opacity: 0.7;
}

.cta-item:hover {
	opacity: 0.7;
}

.footer-nav-item-link:hover {
	opacity: 0.7;
}

.footer-link:hover {
	opacity: 0.7;
}

.news-tag-item:not(.current):hover {
	opacity: 0.7;
}

.pagination a:hover,
.wp-pagenavi a:hover {
	opacity: 0.7;
}

.single-box .news-item-cat:hover {
	opacity: 0.7;
}

.single-content a:hover {
	opacity: 0.7;
}

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

.page-contact .contact-btn:hover {
	opacity: 0.7;
}

}

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

br.is-pc1200 {
	display: block;
}

.header-logo-wrapper {
	padding: 1.3125rem 1.25rem;
}

.header-logo {
	width: 6.875rem;
}

.header-text {
	font-size: 0.5rem;
}

.header-nav-items {
	gap: 0.9375rem;
	padding: 0 0.9375rem 0 1.25rem;
}

.header-nav-item-link {
	font-size: 0.6875rem;
}

.header-btn {
	font-size: 0.75rem;
	padding: 0 0.9375rem;
}

.header-btn img {
	display: none;
}

.top-about-inner {
	max-width: 43.75rem;
}

.top-about-deco.deco02 {
	left: -9.375rem;
}

.reason-leaf {
	right: 0;
}

.reason-item-img::before {
	left: -1.25rem;
}

.footer-leaf {
	right: 0;
}

.low-course-bg-text {
	font-size: 5.625rem;
}

.course-intro .low-course-bg-text {
	left: -0.625rem;
}

.course-container .low-course-bg-text {
	right: -0.625rem;
}

.course-leaf {
	right: 0;
}

}

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

.voice-slider .swiper-slide {
	max-width: 37.5rem;
	padding: 2.8125rem 2.5rem;
}

.footer-nav-items {
	gap: 1.375rem 1.875rem;
}

}

