body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* ============================================
   RESET CSS + アクセシビリティ対応
   ============================================ */

/* 全要素を border-box に統一（余計なサイズ計算を避ける） */

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

/* デフォルトの余白をリセット */

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

ul,
ol {
	list-style: none; /* 必要な場合は個別に list-style を戻す */
	padding: 0;
}

/* スクロール挙動を滑らかに（ユーザー体験改善） */

html {
	scroll-behavior: smooth;
}

/* 本文の基本設定 */

body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	line-height: 1.5; /* 読みやすい行間 */
	min-height: 100vh;
	text-rendering: optimizeLegibility; /* 字形を見やすく */
}

/* リンクの基本リセット */

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

/* ホバー・アクティブ状態 */

a:hover,
a:active {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

/* フォーカス状態（アクセシビリティ） */

a:focus-visible {
	outline: 2px solid #3498db;
	outline-offset: 2px;
}

/* 画像は親要素の幅にフィットさせる */

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

/* 記事内要素の間隔を自動で確保 */

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

/* ============================================
   フォーム要素リセット
   ============================================ */

/* フォントを継承・不要なデフォルト装飾を外す */

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	margin: 0;
	padding: 0;
}

/* appearance: none は必要なものだけに限定 */

.input-text,
.input-email,
.input-tel,
.textarea-box {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* フォーカスリングは必ず残す（outline: none は禁止） */

:focus-visible {
	outline: 2px solid #3498db; /* キーボード操作用の青枠 */
	outline-offset: 2px;
}

/* ボタンやセレクトボックスはカーソルを pointer に */

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

/* 無効状態をわかりやすく */

input[disabled],
button[disabled] {
	cursor: not-allowed;
	opacity: 0.6;
}

/* テキストエリアは縦方向のみリサイズ可能に */

textarea {
	resize: vertical;
}

/* ============================================
   アクセシビリティ対応
   ============================================ */

/* スキップリンク（キーボードユーザー用） */

.skip-link {
	-webkit-text-decoration: none;
	background: #000;
	color: #fff;
	left: 6px;
	padding: 8px;
	position: absolute;
	text-decoration: none;
	top: -40px;
	z-index: 1000;
}

.skip-link:focus {
	top: 6px;
}

/* 必須フィールドをラベルにマーク表示 */

label.required::after {
	color: #e74c3c;
	content: " *";
}

/* エラーメッセージのスタイル */

.error-message {
	color: #e74c3c;
	font-size: 0.9em;
}

/* エラー状態は入力中にだけ強調 */

/* ラジオ・チェックボックスは視覚的に隠すが、スクリーンリーダーでは有効 */

input[type=radio],
input[type=checkbox] {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* 代替UI（label側）にフォーカスリングを表示 */

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
	outline: 2px solid #3498db;
	outline-offset: 2px;
}

/* ============================================
   fieldset / legend リセット（フォーム枠の完全解除）
   ============================================ */

fieldset {
	border: 0;
	margin: 0;
	min-width: 0; /* Firefoxの横ズレ防止 */
	padding: 0;
}

legend {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.access {
	background-color: #fefefe;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.access__header {
	text-align: center;
}

.access__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.access__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.access__address {
	margin-top: 2.5rem;
	text-align: center;
}

.access__address-title {
	background-color: #e8f0f5;
	border-radius: 1.25rem;
	color: #111;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.5rem 1.5rem;
}

.access__text {
	color: #111;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.access__note {
	color: #666;
	font-size: 0.8125rem;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: center;
}

.access__map {
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 50rem;
	overflow: hidden;
}

.access__map iframe {
	border: none;
	display: block;
	height: 18.75rem;
	width: 100%;
}

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

.author__inner {
	text-align: center;
}

.author__text p {
	align-items: center;
	color: #111;
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.25rem;
	justify-content: center;
	line-height: 1.25rem;
}

.author__link {
	-webkit-text-decoration: underline;
	align-items: center;
	color: inherit;
	display: inline-flex;
	line-height: 0;
	text-decoration: underline;
	transition: opacity 0.3s, transform 0.3s;
}

.author__link:hover {
	transform: scale(1.05);
}

.author__logo {
	-o-object-fit: contain;
	aspect-ratio: 119/20;
	display: block;
	object-fit: contain;
	width: 7.4375rem;
}

.contact {
	background-color: green;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.contact__inner {
	text-align: center;
}

.contact__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 1rem;
}

.contact__text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.contact__buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 25rem;
}

.contact__button {
	-webkit-text-decoration: none;
	background-color: #fff;
	border-radius: 1.875rem;
	color: #111;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 2rem;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact__button:hover {
	opacity: 0.9;
}

.contact__button--line {
	background-color: #06c755;
	color: #fff;
}

.contact__form-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 43.75rem;
}

.contact__form-header {
	margin-bottom: 2.5rem;
	text-align: center;
}

.contact__form-label {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.contact__form {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
	padding: 2.5rem 0.9375rem;
}

.contact__form-item {
	margin-top: 2.5rem;
}

.contact__form-item:first-child {
	margin-top: 0;
}

.contact__form-label-text {
	color: #111;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	text-align: left;
}

.contact__form-required {
	background-color: #e74c3c;
	border-radius: 0.75rem;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	margin-left: 0.375rem;
	padding: 0.1875rem 0.5rem;
}

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

.contact__form-radio-label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.625rem;
	padding-left: 1.875rem;
	position: relative;
}

.contact__form-radio-label::before {
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 50%;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.contact__form-radio-label:has(.contact__form-radio:checked)::after {
	background-color: #333;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.contact__form-radio-text {
	color: #111;
	font-size: 1rem;
	line-height: 1.6;
}

.contact__form-item--trial {
	display: block;
}

.contact__form-help-text {
	color: #666;
	font-size: 0.75rem;
	line-height: 1.6;
	margin-top: 0.375rem;
	text-align: left;
}

.contact__form-input,
.contact__form-textarea {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 0.5rem;
	color: #111;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	transition: border-color 0.3s;
	width: 100%;
}

.contact__form-input:focus,
.contact__form-textarea:focus {
	border-color: green;
	outline: none;
}

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

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

.contact__form-textarea {
	font-family: inherit;
	line-height: 1.6;
	min-height: 9.375rem;
	resize: vertical;
}

.contact__form-privacy {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

input[type=checkbox].contact__form-checkbox {
	clip: auto !important;
	border: 2px solid #333 !important;
	display: inline-block !important;
	height: 1.125rem !important;
	margin: 0 !important;
	margin-top: 0.125rem !important;
	opacity: 1 !important;
	overflow: visible !important;
	position: relative !important;
	white-space: normal !important;
	width: 1.125rem !important;
}

input[type=checkbox].contact__form-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 0.1875rem;
	cursor: pointer;
	flex-shrink: 0;
	transition: all 0.2s;
}

input[type=checkbox].contact__form-checkbox:checked {
	background-color: #333;
	border-color: #333;
}

input[type=checkbox].contact__form-checkbox:checked::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 0.25rem;
}

input[type=checkbox].contact__form-checkbox:focus {
	outline: 2px solid rgba(51, 51, 51, 0.3);
	outline-offset: 2px;
}

.contact__form-privacy-text {
	color: #111;
	font-size: 0.8125rem;
	line-height: 1.6;
}

.contact__form-privacy-note {
	margin-top: 1rem;
	text-align: left;
}

.contact__form-privacy-note p {
	color: #111;
	font-size: 1rem;
	line-height: 1.6;
}

.contact__form-submit {
	margin-top: 3.75rem;
	text-align: center;
}

.contact__form-button {
	-webkit-text-decoration: none;
	background-color: orange;
	border: none;
	border-radius: 1.875rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	min-width: 12.5rem;
	overflow: hidden;
	padding: 1.125rem 3rem;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
}

.contact__form-button:hover {
	background-color: #d68b00;
	box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}

.contact__form-button:active {
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
	transform: translateY(0);
}

.contact__form-button:focus {
	outline: 3px solid rgba(255, 165, 0, 0.5);
	outline-offset: 0.1875rem;
}

.contact__form-button:disabled {
	cursor: not-allowed;
	opacity: 0.6;
	transform: none;
}

.contact__thanks-content {
	padding: 2.5rem 0;
	text-align: center;
}

.contact__thanks-text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 2.5rem;
}

.contact__thanks-button-wrapper {
	margin-top: 2rem;
}

.faq-item {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1.5rem 1.25rem;
}

.faq-item__question {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
}

.faq-item__answer {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	margin-top: 1rem;
}

.faq-item__q {
	color: green;
	display: inline-block;
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
}

.faq-item__question-text {
	color: #111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.faq-item__a {
	color: orange;
	display: inline-block;
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
}

.faq-item__answer-text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
}

.faq {
	background-color: #f9f9f9;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.faq__header {
	text-align: center;
}

.faq__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.faq__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.faq__items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 50rem;
}

.feature-card {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.25rem);
}

.feature-card__image {
	aspect-ratio: 4/3;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
	max-height: 12.5rem;
	overflow: hidden;
	width: 100%;
}

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

.feature-card__title {
	color: green;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.feature-card__text {
	color: #333;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.25rem;
	text-align: center;
}

.feature-cards {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}

.feature {
	background-color: #fefcf8;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.feature__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.feature__header {
	text-align: center;
}

.feature__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.feature__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.feature__items {
	list-style: none;
	margin-top: 2.5rem;
}

.feature__item {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	gap: 1.25rem;
	margin-top: 2rem;
	padding-bottom: 2rem;
}

.feature__item:first-child {
	margin-top: 0;
}

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

.feature__item-number {
	color: orange;
	flex-shrink: 0;
	font-family: "Poppins", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.feature__item-content {
	flex: 1;
	padding-top: 0.25rem;
}

.feature__item-title {
	color: #111;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.feature__item-text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.footer {
	background-color: #111;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.footer__inner {
	text-align: center;
}

.footer__copyright {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.footer__copyright-main {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.125rem;
}

.footer__copyright-sub {
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 400;
	opacity: 0.8;
}

.fv {
	background-color: #f5f5f5;
	margin-top: 0;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.fv__inner {
	text-align: center;
}

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

.fv__logo-main {
	color: green;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.25rem;
	margin-top: 0.5rem;
}

.fv__logo-sub {
	color: #111;
	font-size: 0.875rem;
	font-weight: 400;
}

.fv__title {
	color: #111;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.fv__text {
	color: #111;
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.fv__text--sub {
	font-size: 0.875rem;
	margin-top: 2rem;
}

.fv__list {
	list-style: none;
	margin-top: 1.5rem;
}

.fv__list-item {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.fv__list-item:first-child {
	margin-top: 0;
}

.fv__text--closing {
	font-size: 0.8125rem;
	margin-top: 1.5rem;
}

.fv__button-wrapper {
	margin-top: 2rem;
}

.fv__button {
	-webkit-text-decoration: none;
	background-color: orange;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 2.5rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.fv__button:hover {
	opacity: 0.8;
}

.gallery {
	background-color: #f9f9f9;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.gallery__header {
	text-align: center;
}

.gallery__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.gallery__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.gallery__text {
	color: #111;
	font-size: 0.875rem;
	margin-top: 2.5rem;
	text-align: center;
}

.gallery__items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr;
	list-style: none;
	margin-top: 2.5rem;
}

.gallery__image {
	aspect-ratio: 4/3;
	overflow: hidden;
	width: 100%;
}

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

.header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo-main {
	color: green;
	font-family: "Poppins", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.125rem;
}

.header__logo-sub {
	color: #111;
	font-size: 0.75rem;
	font-weight: 400;
}

.header__logo-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.header__button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 2px solid orange;
	border-radius: 1.5rem;
	color: orange;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	min-height: 3rem;
	padding: 0.875rem 1.75rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	white-space: nowrap;
}

.header__button:hover {
	background-color: orange;
	color: #fff;
}

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

.instructor {
	background-color: #fefefe;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.instructor__header {
	text-align: center;
}

.instructor__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.instructor__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.instructor__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2.5rem;
}

.instructor__image {
	aspect-ratio: 1/1;
	border: 1px solid green;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	overflow: hidden;
	width: 80%;
}

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

.instructor__name {
	color: green;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.instructor__text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.instructor__text--emphasis {
	color: orange;
	font-weight: 700;
}

.lesson-card {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
}

.lesson-card__title {
	color: green;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.lesson-card__content {
	flex: 1;
	margin-top: 1.25rem;
}

.lesson-card__text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.lesson-card__text:first-child {
	margin-top: 0;
}

.lesson-card__image {
	aspect-ratio: 4/3;
	border-radius: 0.5rem;
	margin-top: 1.25rem;
	overflow: hidden;
	width: 100%;
}

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

.lesson {
	background-color: #fef8f3;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.lesson__header {
	text-align: center;
}

.lesson__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.lesson__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.lesson__cards {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	list-style: none;
	margin-top: 2.5rem;
}

.price-card {
	background-color: #fff;
	border: 2px solid green;
	border-radius: 0.75rem;
	max-width: 25rem;
	padding: 2.5rem 2rem;
	text-align: center;
	width: 100%;
}

.price-card__amount {
	color: orange;
	font-size: 2rem;
	font-weight: 700;
}

.price-card__list {
	list-style: none;
	margin: 0;
	margin-top: 1.5rem;
	padding: 0;
}

.price-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.price-card__item {
	border-bottom: 1px solid #e0e0e0;
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.price-card__item:last-child {
	border-bottom: none;
}

.price {
	background-color: #fefcf8;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.price__header {
	text-align: center;
}

.price__label {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.price__title {
	color: green;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}

.price__description {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 2.5rem;
	text-align: center;
}

.price__table-wrapper {
	margin-top: 2.5rem;
	overflow-x: auto;
}

.price__table {
	background-color: #fff;
	border-collapse: collapse;
	border-radius: 0.5rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
	width: 100%;
}

.price__table-header {
	background-color: #e8f0f5;
	border-bottom: 1px solid #d0d0d0;
	color: #111;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 1rem 0.75rem;
	text-align: center;
}

.price__table-data {
	border-bottom: 1px solid #e0e0e0;
	color: #111;
	font-size: 0.875rem;
	padding: 1rem 0.75rem;
	text-align: center;
}

.price__table tbody tr:last-child .price__table-data {
	border-bottom: none;
}

.price__courses {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	list-style: none;
	margin-top: 2.5rem;
}

.price__course {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
}

.price__course-title {
	color: green;
	font-size: 1.25rem;
	font-weight: 700;
	padding-left: 1.875rem;
	position: relative;
}

.price__course-title::before {
	background-image: url(../images/common/music-note.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.price__course-description {
	margin-top: 1rem;
}

.price__course-description-text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.price__course-description-text:first-child {
	margin-top: 0;
}

.price__course-list {
	margin-top: 1.5rem;
}

.price__course-item {
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	gap: 1rem;
	padding: 0.75rem 0;
}

.price__course-item:last-child {
	border-bottom: none;
}

.price__course-term {
	color: #111;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 700;
	width: 5rem;
}

.price__course-desc {
	color: #111;
	flex: 1;
	font-size: 0.875rem;
}

.price__notes {
	list-style: none;
	margin-top: 1.5rem;
}

.price__note {
	color: #666;
	font-size: 0.8125rem;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.price__note:first-child {
	margin-top: 0;
}

.trial {
	background-color: #fefcf8;
	padding-bottom: 3.75rem;
	padding-top: 6.25rem;
}

.trial__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.trial__text-wrapper {
	text-align: center;
}

.trial__price {
	color: orange;
	font-family: "Poppins", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
}

.trial__text {
	color: #111;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.trial__message {
	color: #111;
	font-size: 1rem;
	margin-top: 1.25rem;
}

.trial__button-wrapper {
	margin-top: 2rem;
}

.trial__button {
	-webkit-text-decoration: none;
	background-color: #f4e4d4;
	border-radius: 1.875rem;
	color: #111;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 3rem;
	text-decoration: none;
	transition: opacity 0.3s;
}

.trial__button:hover {
	opacity: 0.8;
}

.trial__image {
	border-radius: 50%;
	flex-shrink: 0;
	height: 15.625rem;
	overflow: hidden;
	width: 15.625rem;
}

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

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

.access {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.access__label {
	font-size: 1.125rem;
}

.access__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.access__address {
	margin-top: 3.125rem;
}

.access__address-title {
	border-radius: 1.5rem;
	font-size: 1rem;
	padding: 0.625rem 2rem;
}

.access__text {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.access__note {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.access__map {
	border-radius: 0.75rem;
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.12);
	margin-top: 2.5rem;
}

.access__map iframe {
	height: 28.125rem;
}

.author {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.contact {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.contact__title {
	font-size: 2.25rem;
	margin-top: 1.25rem;
}

.contact__text {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 3rem;
}

.contact__buttons {
	flex-direction: row;
	gap: 1.5rem;
	margin-top: 3rem;
	max-width: 37.5rem;
}

.contact__button {
	border-radius: 2.1875rem;
	flex: 1;
	font-size: 1.125rem;
	padding: 1.125rem 2.5rem;
}

.contact__form-wrapper {
	margin-top: 5rem;
}

.contact__form-header {
	margin-bottom: 3.125rem;
}

.contact__form-label {
	font-size: 1.125rem;
}

.contact__form-title {
	font-size: 1.75rem;
	margin-top: 0.75rem;
}

.contact__form {
	border-radius: 1.25rem;
	padding: 5rem 2.5rem;
}

.contact__form-item {
	margin-top: 2.5rem;
}

.contact__form-label-text {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

.contact__form-required {
	font-size: 0.75rem;
	padding: 0.25rem 0.625rem;
}

.contact__form-radio-group {
	gap: 1.75rem;
}

.contact__form-radio-label {
	gap: 0.75rem;
	padding-left: 2rem;
}

.contact__form-radio-label::before {
	height: 1.625rem;
	width: 1.625rem;
}

.contact__form-radio-label:has(.contact__form-radio:checked)::after {
	height: 0.75rem;
	left: 0.4375rem;
	width: 0.75rem;
}

.contact__form-radio-text {
	font-size: 1.125rem;
}

.contact__form-help-text {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.contact__form-input,
.contact__form-textarea {
	font-size: 1rem;
	padding: 0.875rem 1.125rem;
}

.contact__form-textarea {
	min-height: 11.25rem;
}

.contact__form-privacy {
	margin-top: 1.75rem;
}

input[type=checkbox].contact__form-checkbox {
	height: 1.25rem !important;
	width: 1.25rem !important;
}

input[type=checkbox].contact__form-checkbox:checked::after {
	height: 0.5625rem;
	width: 0.3125rem;
}

.contact__form-privacy-text {
	font-size: 0.875rem;
}

.contact__form-privacy-note {
	margin-top: 1.25rem;
}

.contact__form-submit {
	margin-top: 5rem;
}

.contact__form-button {
	border-radius: 2.1875rem;
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
	font-size: 1.25rem;
	max-width: 25rem;
	padding: 1.375rem 5rem;
}

.contact__form-button:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
}

.contact__form-button:active {
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
}

.contact__thanks-content {
	padding: 3.75rem 0;
}

.contact__thanks-text {
	font-size: 1.125rem;
	margin-bottom: 3rem;
}

.contact__thanks-button-wrapper {
	margin-top: 2.5rem;
}

.faq-item {
	border-radius: 0.75rem;
	padding: 2rem 1.75rem;
}

.faq-item__question {
	gap: 1rem;
}

.faq-item__answer {
	gap: 1rem;
	margin-top: 1.25rem;
}

.faq-item__q {
	font-size: 1.25rem;
}

.faq-item__question-text {
	font-size: 1.125rem;
	line-height: 1.6;
}

.faq-item__a {
	font-size: 1.25rem;
}

.faq-item__answer-text {
	font-size: 1rem;
	line-height: 1.8;
}

.faq {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.faq__label {
	font-size: 1.125rem;
}

.faq__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.faq__items {
	gap: 2rem;
}

.feature-card {
	border-radius: 1rem;
	box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.12);
	padding: 2rem;
}

.feature-card:hover {
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.18);
	transform: translateY(-0.375rem);
}

.feature-card__image {
	border-radius: 0.75rem;
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.12);
	max-height: 15rem;
}

.feature-card__title {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.feature-card__text {
	font-size: 1rem;
	line-height: 1.8;
}

.feature-cards {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.feature {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.feature__label {
	font-size: 1.125rem;
}

.feature__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.feature__items {
	margin-top: 3.75rem;
}

.feature__item {
	gap: 2rem;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.feature__item-number {
	font-size: 5rem;
}

.feature__item-content {
	padding-top: 0.5rem;
}

.feature__item-title {
	font-size: 1.375rem;
}

.feature__item-text {
	font-size: 1rem;
	margin-top: 1rem;
}

.footer {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.footer__copyright {
	align-items: baseline;
	flex-direction: row;
	gap: 0.5rem;
}

.footer__copyright-main {
	font-size: 1rem;
	letter-spacing: 0.1875rem;
}

.footer__copyright-sub {
	font-size: 0.75rem;
}

.fv {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.fv__inner {
	text-align: center;
}

.fv__logo {
	align-items: baseline;
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
}

.fv__logo-main {
	font-size: 4rem;
	letter-spacing: 0.375rem;
	margin-top: 0;
}

.fv__logo-sub {
	font-size: 1rem;
}

.fv__title {
	font-size: 3rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.fv__title-br {
	display: none;
}

.fv__text {
	margin-top: 1.25rem;
}

.fv__text--sub {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.fv__list {
	margin-top: 2rem;
}

.fv__list-item {
	font-size: 1rem;
	margin-top: 1rem;
}

.fv__text--closing {
	font-size: 0.875rem;
	margin-top: 2rem;
}

.fv__button-wrapper {
	margin-top: 2.5rem;
}

.fv__button {
	border-radius: 2.1875rem;
	font-size: 1.125rem;
	padding: 1.25rem 3.75rem;
}

.gallery {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.gallery__label {
	font-size: 1.125rem;
}

.gallery__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.gallery__text {
	font-size: 1rem;
	margin-top: 3.75rem;
}

.gallery__items {
	grid-template-columns: repeat(3, 1fr);
}

.header {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.header__logo-main {
	font-size: 2rem;
	letter-spacing: 0.1875rem;
}

.header__logo-sub {
	font-size: 0.875rem;
}

.header__logo-link {
	align-items: baseline;
	flex-direction: row;
	gap: 0.75rem;
}

.header__button {
	border-radius: 1.75rem;
	font-size: 1rem;
	min-height: 3.25rem;
	padding: 1rem 2rem;
}

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

.instructor {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.instructor__label {
	font-size: 1.125rem;
}

.instructor__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.instructor__content {
	align-items: center;
	flex-direction: row;
	gap: 3.75rem;
}

.instructor__image {
	width: 40%;
}

.instructor__text-wrapper {
	flex: 1;
}

.instructor__name {
	font-size: 1.75rem;
	margin-top: 1.5rem;
}

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

.lesson-card {
	border-radius: 1.25rem;
	padding: 2rem;
}

.lesson-card__title {
	font-size: 1.25rem;
}

.lesson-card__content {
	margin-top: 1.5rem;
}

.lesson-card__text {
	font-size: 0.9375rem;
}

.lesson-card__image {
	border-radius: 0.75rem;
	margin-top: 1.5rem;
}

.lesson {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.lesson__label {
	font-size: 1.125rem;
}

.lesson__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.lesson__cards {
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.price-card {
	border-radius: 1rem;
	padding: 3.75rem 3rem;
}

.price-card__amount {
	font-size: 2.5rem;
}

.price-card__list {
	margin-top: 2rem;
}

.price-card__item {
	font-size: 1rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.price {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.price__label {
	font-size: 1.125rem;
}

.price__title {
	font-size: 2.25rem;
	margin-top: 0.75rem;
}

.price__description {
	font-size: 1rem;
	margin-top: 3.125rem;
}

.price__table-wrapper {
	margin-top: 3.125rem;
}

.price__table-header {
	font-size: 1rem;
	padding: 1.25rem 1rem;
}

.price__table-data {
	font-size: 1rem;
	padding: 1.25rem 1rem;
}

.price__courses {
	margin-top: 3.125rem;
}

.price__course {
	padding: 2rem;
}

.price__course-title {
	font-size: 1.5rem;
}

.price__course-title::before {
	height: 1.5rem;
	width: 1.5rem;
}

.price__course-description {
	margin-top: 1.25rem;
}

.price__course-description-text {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.price__course-list {
	margin-top: 1.75rem;
}

.price__course-item {
	gap: 1.5rem;
	padding: 1rem 0;
}

.price__course-term {
	font-size: 1rem;
	width: 6.25rem;
}

.price__course-desc {
	font-size: 1rem;
}

.price__notes {
	margin-top: 1.75rem;
}

.price__note {
	font-size: 0.875rem;
}

.trial {
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.trial__content {
	flex-direction: row;
	gap: 3.75rem;
	justify-content: center;
}

.trial__text-wrapper {
	text-align: left;
}

.trial__price {
	font-size: 2.25rem;
}

.trial__text {
	font-size: 2rem;
	margin-top: 1rem;
}

.trial__message {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.trial__button-wrapper {
	margin-top: 2.5rem;
}

.trial__button {
	border-radius: 2.1875rem;
	font-size: 1.125rem;
	padding: 1.125rem 3.75rem;
}

.trial__image {
	height: 18.75rem;
	width: 18.75rem;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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