html { /* 最小幅（～375px） */
	font-size: 2.67vw; /* 376px以上で 10px に固定 */ /* 768px以上で流体に */ /* 1100px以上で再び 10px に */
}

body {
	background: #fff;
	color: #5E5E5E;
	font-family: "Noto Sans JP", sans-serif; /* SP基準 */
	font-size: 1.4rem;
	font-weight: 400; /* sm以上で元の1.6remへ */
}

body.noscroll {
	overflow: hidden;
}

body.is-modal-open {
	overscroll-behavior: contain;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

th,
td {
	padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/*
 * footer
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.footer { /* SP基準 */
	padding: 8rem 0 6.5rem;
	padding-left: 2.2rem; /* sm以上でPCレイアウトの余白に */
}

.footer__logo { /* SP基準（元コードではsmで20.2remだったためSPに採用） */
	max-width: 20.2rem; /* sm以上で元の20remに戻す */
}

.footer__nav {
	margin-top: 4.8rem;
}

.footer__list {
	align-items: flex-start; /* SP基準：縦積み・左寄せ・狭めのギャップ */
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 2.4rem; /* sm以上：横並び・中央寄せ・広めのギャップ */
}

.footer__item a {
	font-family: "Zen Old Mincho", serif; /* 元コード：sm(以下)で1.6rem → SP基準に採用 */
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4375;
}

.footer__copyright {
	font-family: "EB Garamond", serif;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.04em; /* SP基準：小さめの余白 */
	margin-top: 7.2rem; /* sm以上：大きめの余白 */
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: transparent; /* SP基準 */
	height: 17.1vw;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s;
	width: 100%;
	z-index: 10; /* sm以上：高さを固定値へ */ /* md以上：背景を透過に */ /* lg以上：必要なら position 調整（元はコメント） */
}

.header.is-active {
	left: 0;
	position: fixed;
	top: 0;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between; /* SP基準：狭めのパディング */
	padding: 0 1.5rem; /* sm以上：広げる */ /* lg以上：少し詰める（元指定踏襲） */
}

.header__logo { /* SP基準：流動幅 */
	max-width: 32vw;
	position: relative;
	z-index: 10000; /* sm以上：固定幅 */ /* lg以上：微調整 */
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

/* 旧：PCで 128rem / SPで 55rem */

.l-inner { /* SP基準 */
	margin: auto;
	max-width: 55rem;
	padding: 0 1.5rem; /* 767px以上：PCレイアウト値へ */
}

/* 旧：PCで 104rem / SPで 55rem */

.l-inner.--md {
	max-width: 55rem;
}

/* 旧：PCで 144rem / SPで 55rem */

.l-inner.--lg {
	max-width: 55rem;
}

/* 旧：PCで 89rem / SPで 55rem */

.l-inner.--sm {
	max-width: 55rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.l-main { /* SP基準：ヘッダー下の余白なし */
	margin-top: 0;
	overflow: hidden; /* sm以上でヘッダー分の余白を付与 */
}

/*
 * burger
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.burger {
	align-items: center;
	background: #1D685E;
	border-radius: 0 0 0 1rem;
	display: flex; /* SP基準：表示 */
	flex-direction: column;
	gap: 0.9rem;
	height: 6.4rem;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	width: 6.4rem;
	z-index: 11111; /* md以上（PC）は非表示 */
}

.burger span {
	background: #fff;
	border-radius: 1rem;
	display: block;
	height: 3px;
	transform-origin: center;
	transition: transform 0.22s ease;
	width: 4rem;
}

.burger.is-active {
	gap: 0;
}

.burger span.is-active:nth-child(1) {
	transform: translateY(0.15rem) rotate(45deg);
}

.burger span.is-active:nth-child(2) {
	transform: translateY(-0.15rem) rotate(-45deg);
}

/*
 * c-head
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.c-head {
	color: #1D685E;
	text-align: center;
}

.c-head__eng {
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: "EB Garamond", serif; /* SP基準：小さめ */
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3035714286;
	text-align: center;
	text-transform: uppercase; /* sm以上：PCサイズ */
}

.c-head__eng small {
	font-size: 4rem;
}

.c-head__ja {
	-webkit-font-smoothing: antialiased; /* SP基準（旧 sm 指定） */
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 0.5rem; /* sm以上：PC値へ（旧デフォルト） */
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
	font-feature-settings: "palt" on;
	letter-spacing: 0.07em;
	line-height: 1.6;
}

/*
 * scroll
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

/* もとの意図：SPでは非表示／sm以上で表示 */

.scroll-indicator {
	align-items: center;
	color: #1D685E; /* SP基準：非表示 */
	display: none; /* 明示不要なら削除可 */
	flex-direction: column;
	gap: 1.8rem;
	pointer-events: none;
	position: absolute;
	right: 2rem;
	top: 97%;
	transform: translateY(-50%);
	width: auto;
	z-index: 20; /* sm以上で表示 */
}

.scroll-indicator__label {
	font-family: "EB Garamond", serif; /* font-size: clamp(14px, 1.2vw, 18px); */
	font-size: 2rem;
}

.scroll-indicator__track {
	background: #1D685E;
	height: 12rem;
	overflow: visible;
	position: relative;
	width: 2px;
}

.scroll-indicator__dot {
	animation: scrollDot 1.8s cubic-bezier(0.3, 0.06, 0.2, 1) infinite;
	background: #1D685E;
	border-radius: 50%;
	height: 1rem;
	left: 50%;
	margin-left: -0.5rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1rem;
	will-change: transform;
}

/*
 * totop
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.totop {
	align-items: center;
	background: #b8860b;
	border-radius: 50%;
	bottom: 8.6rem;
	cursor: pointer;
	display: flex;
	height: 6.4rem;
	justify-content: center;
	position: fixed;
	right: 1rem; /* SP基準 */
	width: 6.4rem;
	z-index: 2; /* sm以上：PCレイアウト値に拡張 */
}

.totop span { /* SP基準 */
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	display: block;
	height: 1.2rem;
	margin: 0 auto;
	width: 1.4rem; /* sm以上：PCサイズに拡張 */
}

/*
 * about
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.about { /* SP基準 */
	padding-top: 8.6rem; /* sm以上：PC値へ */
}

.about__textWrap {
	margin: 3.3rem auto 0;
	max-width: 60rem; /* SP基準 */
	padding: 0 2.3rem; /* SPのみ内側余白 */ /* sm以上：PC値へ */
}

/*
 * access
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.access { /* SP基準 */
	padding-top: 8.6rem; /* sm以上：PC値へ */
}

.access__body {
	display: flex;
	flex-direction: column-reverse; /* SP基準：小さめマージン＋下から上（column-reverse） */
	margin-top: 2.4rem; /* sm以上：PC並びに戻す＆マージン拡大 */
}

.access__info {
	background: #1d685e; /* SP基準：左右とも全幅フルブリード＆内側余白コンパクト */
	margin: 0 calc(50% - 50vw);
	padding: 3.2rem 2rem;
	width: 100vw; /* sm以上：レイアウト拡張（従来PC値） */
}

.access__table {
	font-feature-settings: "palt" on;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem 1.2rem;
	letter-spacing: 0.07em;
	line-height: 1.6;
	margin: 0 auto; /* SP基準：中央寄せ・コンパクトな器 */
	max-width: 30rem;
	padding-left: 0; /* sm以上：PC値へ */
}

.access__table dt {
	font-size: 1.8rem;
	font-weight: 700;
	min-width: 9rem;
	width: 9rem;
}

.access__table dd {
	width: calc(100% - 10.2rem);
}

.access__table dd span {
	display: inline-block;
}

.access__map { /* SP基準：縦横比をSP向けに、左右フルブリード */
	aspect-ratio: 375/140;
	margin: 0 calc(50% - 50vw);
	width: 100vw; /* sm以上：PC向け比率に、右側のみフルブリードなら従来通り */
}

/*
 * contact
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.contact { /* SP基準 */
	padding-top: 8rem; /* sm以上：PC値 */
}

.contact__lead { /* SP基準 */
	margin-top: 2.5rem; /* sm以上 */
}

.contact__flow {
	display: flex; /* SP基準：縦積み＋小さめ余白 */
	flex-direction: column;
	margin-top: 2.5rem; /* sm以上：横並び＋大きめ余白 */
}

.contact__flowItem {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column; /* SP基準 */
	height: 12rem;
	justify-content: center;
	position: relative;
	width: 100%; /* sm以上：PC値 */
}

/* 矢印（隣接） */

.contact__flowItem:not(:last-child)::after { /* SP基準：下向き▲の区切り */
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: -1.5rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1; /* sm以上：右向き▶の区切り */
}

/* 各段の背景色・幅 */

.contact__flowItem.--item1 {
	background: #70a29b; /* sm以上：PC幅 */
}

.contact__flowItem.--item1::after {
	background: #70a29b;
}

.contact__flowItem.--item2 {
	background: #428279; /* sm以上：PC幅＋左パディング */
}

.contact__flowItem.--item2::after {
	background: #428279;
}

.contact__flowItem.--item3 {
	background: #1D685E; /* sm以上：伸縮 */
}

.contact__flowNum {
	color: #FFFFFF;
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	opacity: 0.3;
	text-align: center;
}

.contact__flowttl {
	font-feature-settings: "palt" on;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.6;
	text-align: center;
}

.contact__form { /* SP基準 */
	margin: 3.2rem auto 0;
	max-width: 62.5rem; /* sm以上 */
}

/*
 * faq
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.faq { /* SP基準 */
	padding-top: 8rem; /* sm以上：PC値 */
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.8rem; /* SP基準 */
	margin: 3.2rem auto 0;
	max-width: 83rem; /* sm以上 */
}

.faq__item {
	border-radius: 0 0 0.8rem 0.8rem;
	overflow: hidden;
}

.faq__question {
	align-items: center;
	background: #1D685E;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	gap: 1.6rem; /* SP基準 */
	padding: 1.2rem;
	position: relative; /* sm以上：PC値 */
}

.faq__ttl {
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt" on; /* SP基準 */
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
	max-width: 25.6rem;
	padding-top: 0; /* sm以上：PC値 */
}

.faq__eng {
	font-family: "EB Garamond", serif;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2916666667;
}

.faq__answer {
	background: #fff;
	border: 0.3rem solid #1D685E;
	border-radius: 0 0 0.8rem 0.8rem;
	border-top: none;
	display: none; /* SP基準 */
	padding: 1.2rem; /* sm以上 */
}

.faq__content {
	align-items: center;
	display: flex; /* SP基準 */
	gap: 1.6rem; /* sm以上 */
}

.faq__a {
	color: #1D685E;
}

.faq__text { /* SP基準 */
	padding-top: 0; /* sm以上 */
}

.faq__btn {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: inline-block;
	height: 1.4rem;
	position: absolute; /* SP基準 */
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s;
	width: 1.2rem; /* sm以上 */
}

.faq__question.open .faq__btn {
	transform: translateY(-50%) rotate(90deg);
}

/*
 * features
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.features { /* SP基準 */
	padding-top: 8.6rem; /* sm以上：PC値 */
}

.features__inner {
	max-width: 55rem;
}

.features__list { /* SP基準 */
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	margin: 3.2rem auto 0;
	max-width: 100rem; /* sm以上：PC値へ */
}

.features__item {
	align-items: center;
	background: #F8F8F8;
	border-radius: 1rem; /* SP基準：縦積み（画像→テキストの順にしたいので column-reverse） */
	display: flex;
	flex-direction: column-reverse;
	gap: 1.6rem;
	justify-content: space-between;
	padding: 2rem 1.7rem;
	position: relative; /* sm以上：PC並び */
}

/* ジグザグの左右余白調整 */

.features__item:nth-child(2n-1) { /* SPは中央寄せ運用なら auto に */
	margin-right: auto;
}

.features__item:nth-child(2n) {
	margin-left: auto;
}

/* 番号 */

.features__num {
	color: #1D685E;
	font-family: "EB Garamond", serif; /* SP基準 */
	font-size: 4.81rem;
	font-style: italic;
	font-weight: 400;
	left: 1.7rem;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	top: -2.8rem; /* sm以上：PC位置・サイズ */
}

.features__details {
	flex: 1;
}

.features__ttl {
	-webkit-font-smoothing: antialiased;
	color: #1D685E; /* SP基準 */
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2083333333; /* sm以上：PCサイズ */
}

.features__text { /* SP基準 */
	margin-top: 0.9rem; /* sm以上 */
}

.features__img { /* SP基準 */
	aspect-ratio: 310/232;
	border-radius: 1rem;
	max-width: 38rem; /* sm以上：PC比率/幅 */
}

/*
 * flow
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.flow {
	overflow: hidden; /* SP基準 */
	padding: 8rem 0 12rem; /* sm以上：PC値へ */
}

.flow__inner { /* SP基準：余白なし */
	padding: 0; /* sm以上：必要ならレイアウト側で再設定 */
}

.flow__list { /* SP基準 */
	margin-top: 2.4rem; /* sm以上：PC値へ */
}

.flow__item {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 40rem; /* SP基準：カード幅を中央寄せで制御 */
	position: relative;
}

/* SPで2件目以降の間隔 */

.flow__item:not(:nth-child(1)) {
	margin-top: 4.2rem;
}

.flow__iconWrap {
	align-items: center;
	aspect-ratio: 1/1;
	background: rgba(29, 104, 94, 0.1);
	border-radius: 50%;
	display: grid;
	justify-items: center;
	left: -5.5rem;
	max-width: 20rem;
	place-items: center; /* SP基準：アイコンはカードの外にオーバーラップさせる */
	position: absolute;
	width: 100%; /* sm以上：横並び。比率・位置をPC用に */
}

/* 偶数行のアイコン配置（SP） */

.flow__item:nth-child(2n) .flow__iconWrap {
	left: auto;
	right: -7.2rem;
}

.flow__icon {
	max-width: 3.8rem;
}

.flow__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.flow__details {
	display: flex; /* PCベースの left オフセットをSPでは解除し、カード幅に収める */
	flex: auto;
	flex-direction: column;
	gap: 0.8rem;
	left: auto;
	margin-left: auto;
	max-width: 29rem;
	padding-right: 2.8rem;
	position: relative;
	width: 100%;
}

/* 偶数行の詳細側（SPで左右を反転） */

.flow__item:nth-child(2n) .flow__details {
	margin-left: 0;
	margin-right: auto;
	padding-left: 2.8rem;
	padding-right: 0;
}

.flow__num {
	-webkit-font-smoothing: antialiased;
	color: #1D685E;
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3035714286;
}

.flow__ttl {
	font-feature-settings: "palt" on;
	-webkit-font-smoothing: antialiased;
	color: #1D685E;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
}

/* 偶数行の全体位置（PC時のみオフセット） */

.flow__item:nth-child(2n) {
	justify-content: flex-end;
	left: auto;
}

/*
 * form
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.form__item {
	align-items: flex-start;
	border-bottom: 1px dashed #5E5E5E; /* SP基準 */
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 2.5rem 0; /* sm以上：横並び */
}

.form__item:first-child {
	padding-top: 0;
}

.form__label {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.44; /* SP基準 */
	width: 100%; /* sm以上 */
}

.form__req {
	color: #FF0000;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.86;
}

.form input,
.form select,
.form textarea {
	background: #FFFFFF;
	border: 1px solid #5E5E5E;
	border-radius: 0.5rem; /* SP基準 */
	caret-color: auto;
	flex: 1;
	padding: 1.2rem;
	width: 100%;
}

.form__item textarea { /* SP基準 */
	aspect-ratio: 375/195;
}

.form__policy { /* SP基準 */
	border: 1px solid #5E5E5E;
	margin-top: 2.5rem;
	padding: 1.5rem 1.8rem 0.8rem;
}

.form__policyTtl {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: center;
}

.form__policyBox {
	color: #5E5E5E;
	letter-spacing: -0.017em;
	line-height: 1.8; /* SP基準 */
	margin-top: 1.5rem;
	max-height: 11.6rem;
	overflow: auto;
}

.form__policyBox a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.form__check {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2.5rem;
}

.form__checkLabel {
	align-items: center;
	display: flex;
	position: relative;
}

/* 擬似ボックス */

.wpcf7-list-item-label::before {
	border: 1px solid #5E5E5E;
	content: "";
	display: inline-block;
	height: 1.3rem;
	margin-right: 0.4rem;
	position: relative;
	top: 0.1rem;
	width: 1.3rem;
}

/* チェック済みの描画 */

.form__checkItem input[type=checkbox]:checked + span::after {
	border: solid #5E5E5E;
	border-width: 0 2px 2px 0;
	content: "";
	display: inline-block;
	height: 1.1rem;
	left: 0.4rem;
	position: absolute;
	top: 0.3rem;
	transform: rotate(40deg);
	width: 0.5rem;
}

/* ネイティブのチェックは視覚的に隠す（フォーカス可） */

.form__checkLabel input[type=checkbox] {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.form__checkNote {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2142857143;
}

.form__btn {
	-webkit-font-smoothing: antialiased;
	margin: 3.4rem auto 0;
	max-width: 32rem;
}

.form__btnTag { /* SP基準 */
	background: #FFFFFF;
	border: 1px solid #B8860B;
	border-radius: 10rem;
	color: #B8860B;
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0.6rem 8rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.form input.form__btnSubmit {
	align-items: center;
	align-items: center;
	background: #B8860B;
	border-radius: 10rem;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	display: flex;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 1.8rem;
	font-weight: 700;
	isolation: isolate;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: -1.5rem;
	max-width: 100%;
	padding: 1.8rem 1rem;
	text-align: center;
	width: 100%; /* sm以上（PC） */
}

.form__help {
	font-feature-settings: "palt" on;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2; /* SP基準 */
	margin-top: 1.7rem;
	text-align: center;
	text-decoration-line: underline;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	font-weight: 500;
	padding-top: 0.5rem;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	color: #dc3232;
	font-weight: 500;
	margin: 0;
	padding: 3rem 0;
	text-align: center;
}

/*
 * fv
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.fv { /* aspect-ratio: 1440/727; 任意 */
	position: relative;
}

/* 画像枠 */

.fv__img {
	aspect-ratio: 375/700; /* SP基準（≤767px）：縦長比率で自動高さ */
	height: auto; /* 768px〜1100px：中間比率 */ /* 1100px〜：固定高 */
}

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

/* 内側レイヤー */

.fv__inner {
	height: 100%;
	left: 50%;
	max-width: 100%; /* SP基準 */
	padding-top: 64vw;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%; /* 768px〜1100px */ /* 1100px〜 */
}

/* コンテンツ幅 */

.fv__cont {
	max-width: 100%; /* SP基準 */
	width: 100%; /* 768px〜1100px：流体幅 */ /* 1100px〜：固定の最大幅 */
}

/* 縦書きリード */

.fv__lead {
	-webkit-font-smoothing: antialiased;
	color: #1D685E;
	display: flex; /* SPで表示 */
	flex-direction: column;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.67vw;
	font-weight: 500;
	gap: 1rem;
	left: 10.67vw;
	letter-spacing: 0.22em;
	line-height: 1.4;
	position: absolute;
	top: 15.73vw;
	writing-mode: vertical-rl; /* 768px〜 は非表示（元コードの逆転） */
}

/* 視覚的に隠す（そのまま） */

.fv__ttlHidden {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* CTA周り */

.fv__cta { /* SP基準 */
	margin-top: 3.467vw; /* 768px〜1100px */ /* 1100px〜 */
}

.fv__ctaText {
	color: #1D685E;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 3.2vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6428571429;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content; /* 768px〜：中間の流体サイズ */
}

.fv__ctaText::after { /* md以降で使う固定値 */
	background: url(./../images/border.webp) no-repeat center/100%;
	content: "";
	display: none;
	height: 0.9rem;
	margin-top: 0.5rem; /* SPは非表示 */
	width: 100%; /* 768px〜1100px：表示＋流体サイズ */ /* 1100px〜：固定値に戻す */
}

.fv__ctaFlex {
	grid-gap: 2.13vw;
	display: grid;
	gap: 2.13vw; /* SP基準：1列 */
	grid-template-columns: 1fr;
	margin: 3.2vw auto 0;
	max-width: 80vw; /* 768px〜1100px：2列＋流体余白 */ /* 1100px〜：固定余白 */
}

.fv__ctaBtn {
	align-items: center;
	background: #B8860B;
	border: 2px solid #B8860B;
	border-radius: 26.7vw;
	color: #fff;
	display: flex;
	font-family: "Zen Old Mincho", serif; /* SP基準：大きめ（vw） */
	font-size: 4.27vw;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.45;
	padding: 3.2vw 2.67vw;
	text-align: center;
	transition: background 0.2s, border 0.2s; /* 768px〜1100px：中間（vw） */ /* 1100px〜：固定 */
}

.fv__ctaBtn.--wht {
	background: #fff;
	border: 2px solid #B8860B;
	color: #B8860B;
}

/* 予約リボン */

.fv__rsv {
	background: #B8860B;
	border-radius: 1rem 0 0 1rem; /* SP基準：非表示 */
	display: none;
	height: 14.4rem;
	position: fixed;
	right: 0;
	top: 12rem;
	width: 5.6rem;
	z-index: 2; /* 768px〜で表示（元コードの逆転） */
}

.fv__rsv a {
	-webkit-font-smoothing: antialiased;
	align-items: center;
	color: #FFFFFF;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.4rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1.15;
	padding: 1.6rem;
	width: 100%;
	writing-mode: vertical-rl;
}

/*
 * intro
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.intro { /* SP基準 */
	padding-top: 8.5rem;
	position: relative; /* sm以上：PC値へ */
}

.intro__inner {
	position: relative;
}

.intro__head {
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4583333333;
	padding-left: 1.5rem; /* sm以上：PC値へ */
}

.intro__list {
	grid-gap: 0.8rem; /* SP基準 */
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-top: 8.6rem;
	max-width: 36.8rem;
	position: relative; /* sm以上：PC値へ */
}

.intro__list::after {
	background: url(./../images/intro_arrow.webp) no-repeat center/100%;
	bottom: -10rem;
	content: "";
	display: block;
	height: 17rem;
	left: 50%;
	max-width: 26rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.intro__item {
	align-items: center;
	background: #FCFCFC;
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column; /* SP基準 */
	font-size: 1.4rem;
	height: 18rem;
	justify-content: center;
	letter-spacing: -0.017em;
	line-height: 1.6;
	position: relative;
	text-align: center;
	width: 18rem;
	z-index: 2; /* sm以上：PC値へ */
}

.intro__text {
	align-items: center;
	background: #1D685E;
	border-radius: 1rem;
	color: #FFFFFF;
	display: flex;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 2.4rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin: 7rem auto 0;
	max-width: 75.2rem;
	padding: 2.4rem;
	text-align: center; /* sm以上：PC値へ */
}

.intro__img {
	aspect-ratio: unset;
	border-radius: 0 0 0 10rem; /* SP基準 */
	min-width: auto;
	position: absolute;
	right: 0;
	top: 12rem;
	width: 84.2vw;
	z-index: -1; /* sm以上：PC値へ */
}

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

/*
 * nav
 * -------------------------------------------------------------
 */

/* SPファースト版（@include mq(...) は min-width ルール） */

/* ==================== .nav ==================== */

.pc-nav {
	display: none;
}

.nav {
	-webkit-overflow-scrolling: touch;
	background: #f7f7f7;
	bottom: 0;
	height: 100dvh;
	left: 0; /* 表示制御（フェード＋軽いスライド） */
	opacity: 0;
	overflow-y: auto; /* 最小端末はヘッダー余白を少なめに */
	padding: 15rem 2rem 4.2rem;
	pointer-events: none; /* SP基準：モバイル用オーバーレイ（閉じ状態） */
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-8px) translateZ(0);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
	visibility: hidden;
	width: 100%;
	will-change: opacity, transform;
	z-index: 1000; /* 画面が少し広がったら余白を増やす（旧 md の値から） */ /* PCレイアウト（md以上）は水平ナビ想定：常時表示 */
}

/* SPの開状態フラグ */

.nav.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
	visibility: visible;
}

/* ==================== .nav__list ==================== */

.nav__list {
	align-items: center;
	align-items: flex-start;
	display: flex; /* SP基準：縦積み、狭い器 */
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	max-width: 20rem; /* 767px+：器を少し広げる */ /* 1100px+：水平並びへ */ /* 1280px+：やや詰める（元指定踏襲） */
}

/* SPでは幅いっぱいに */

.nav__item {
	width: 100%; /* PCで自動幅に戻す */
}

/* ==================== .nav__item a ==================== */

.nav__item a {
	align-items: center;
	border-bottom: 1px solid #5E5E5E;
	display: flex;
	font-family: "Zen Old Mincho", serif; /* SP基準（≤767px）：小さめ */
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	padding: 0 0.8rem 0.8rem;
	position: relative;
	text-align: center; /* 767px+（～1099px）：少し大きく＆余白増 */ /* 1100px+（PC）：ボーダー解除、PC用サイズに */
}

/*
 * price
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.price { /* SP基準 */
	padding-top: 8rem; /* sm以上：PC値 */
}

.price__lead { /* SP基準 */
	margin-top: 1.7rem;
	text-align: center; /* sm以上 */
}

.price__tableWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem; /* SP基準 */
	margin-top: 4.8rem; /* sm以上 */
}

.price__table { /* SP基準：1列 */
	width: 100%; /* sm以上：2列 */
}

.price__table.--lg {
	width: 100%;
}

.price__table dt,
.price__table dd {
	background: #fcfcfc;
}

.price__table dt {
	background: #1d685e;
	border-radius: 0.3rem 0.3rem 0 0;
	color: #FFFFFF; /* SP基準で小さめ */
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 0.8rem;
	text-align: center;
}

.price__table dd {
	color: #1D685E;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
	height: 9.1rem;
	padding: 0.9rem; /* SP基準の余白 */
	padding: 0.6rem 1.2rem 1.2rem;
	text-align: center;
}

.price__table dd .min {
	font-size: 2.4rem;
	font-weight: 700;
}

.price__unit {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 5.6rem;
	font-weight: 500;
	line-height: 1.3035714286;
}

.price__unit .yen {
	font-size: 4.2rem; /* SP基準：やや詰める */
	margin-right: 0.3rem;
}

.price__unit small {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 0.5rem;
	position: relative;
	top: -0.2rem;
}

.price__course {
	grid-gap: 0.8rem;
	display: grid;
	gap: 0.8rem; /* SP基準：1列 */
	grid-template-columns: 1fr;
	margin-top: 4rem; /* sm以上：3列 */
}

.price__card {
	background: #1d685e;
	border-radius: 1rem;
	color: #fff; /* SP基準 */
	padding: 2.5rem 3.2rem; /* sm以上 */
}

.price__cardTtl {
	font-feature-settings: "palt" on;
	border-bottom: 1px dashed #FFFFFF;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.4;
	padding-bottom: 2.4rem;
	text-align: center;
}

.price__cardUnit {
	margin-top: 3.2rem;
}

.price__cardLabel {
	font-feature-settings: "palt" on;
	background: #fff;
	border-radius: 10rem;
	color: #1D685E;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.4;
	max-width: 12rem;
	padding: 0.4rem 2.4rem;
	text-align: center;
}

.price__cardNote {
	-webkit-font-smoothing: antialiased;
	display: block;
	margin-top: 2.4rem;
}

.price__lesson { /* SP基準 */
	margin-top: 4.9rem; /* sm以上 */
}

.price__lessonTableWrap { /* SP基準 */
	margin-top: 1.7rem; /* sm以上 */
}

.price__lessonHead {
	color: #1D685E; /* SP基準 */
	font-family: "Zen Old Mincho", serif;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

/* レッスンの表セルだけ別設定（SPで高さ可変） */

.price__table dd.price__lessonCont {
	height: auto;
	padding: 2.4rem 2rem 2.5rem;
}

.price__lessonCont ol {
	align-items: flex-start;
	display: flex; /* SP基準：縦並び */
	flex-direction: column;
	gap: 1.7rem;
	height: 100%;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content; /* sm以上：横並び・中央寄せ */
}

.price__lessonCont p {
	align-items: center;
	display: flex; /* SP基準 */
	font-size: 1.6rem;
}

.price__lessonCont ol li {
	align-items: center;
	display: flex;
	gap: 0.8rem;
}

.price__lessonCont ol li .icon1 {
	width: 2.3rem;
}

.price__lessonCont ol li .icon2 {
	width: 2rem;
}

/*
 * promo
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.promo {
	-webkit-font-smoothing: antialiased;
	background: url(./../images/sp/promo_bg.webp) no-repeat center/cover;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	height: 100%; /* SP基準 */
	padding: 5rem 0;
	position: relative; /* sm以上：PC値 */
}

.promo__inner { /* SP基準 */
	max-width: 55rem;
	padding: 0 3.8rem; /* sm以上 */
}

.promo__head { /* SP基準 */
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4464285714;
	text-align: center; /* sm以上 */
}

.promo__condition {
	border: 2px solid #fff;
	border-radius: 3px; /* SP基準 */
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-top: 3.2rem;
	padding: 1.4rem 1rem;
	text-align: center; /* sm以上 */
}

.promo__condition span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.promo__unit {
	align-items: flex-start; /* SP基準 */
	display: flex;
	flex-direction: column;
	font-weight: 700;
	margin: 2rem auto 0;
	max-width: 30rem;
	padding-bottom: 1rem;
	padding-left: 3.4rem; /* sm以上 */
}

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

.promo__unitBlock:nth-of-type(2) { /* SP基準 */
	margin-top: -1.5rem;
}

.promo__label {
	align-items: center;
	background: #fff;
	border-radius: 3px;
	color: #1D685E;
	display: grid; /* SP基準 */
	font-size: 1.8rem;
	height: 6.4rem;
	justify-items: center;
	line-height: 1.2;
	min-width: 8.6rem;
	padding: 1rem 1.6rem;
	place-items: center; /* sm以上 */
}

.promo__amount { /* SP基準 */
	font-size: 5.6rem;
	line-height: 1.4444444444;
	margin-left: 0.8rem;
	min-width: 18rem; /* sm以上 */
}

.promo__op { /* SP基準 */
	display: none; /* sm以上 */
}

.promo__numUnit { /* SP基準：縦積み */
	display: flex;
	flex-direction: column;
	width: -moz-fit-content;
	width: fit-content; /* sm以上：必要なら横並びのままでもOK（指定なし） */
}

.promo__num { /* SP基準 */
	font-size: 7.2rem;
	line-height: 1.4454545455;
	margin-left: 1.1rem; /* sm以上 */
}

.promo__numUnit small {
	display: inline-block; /* SP基準 */
	font-size: 2.7rem;
	line-height: 1.45;
	position: relative;
	top: 0.8rem; /* sm以上 */
}

.promo__suffix { /* SP基準 */
	font-size: 2.7rem;
	line-height: 1.45; /* sm以上 */
}

.promo__ctaWrap {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	font-weight: 700;
	justify-content: center;
	margin: 0.6rem auto 0; /* SP基準 */
	max-width: 30rem;
	position: relative; /* sm以上 */
}

.promo__quota {
	display: block; /* SP基準 */
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	text-align: center;
}

.promo__quota span {
	font-size: 4.3rem;
	line-height: 1.4418604651;
}

.promo__quota::after {
	background: url(./../images/promo_line.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 0.7rem;
	margin: 0.2rem auto 0;
	width: 17.5rem;
}

.promo__cta {
	align-items: center;
	background: #b8860b;
	border-radius: 10rem;
	display: flex;
	font-size: 1.6rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4583333333;
	margin: 0.8rem auto 0;
	padding: 1.4rem;
	position: relative;
	text-align: center; /* SP基準 */
	width: 100%;
	z-index: 1; /* sm以上 */
}

.promo__tag {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid; /* SP基準 */
	font-size: 1.2rem;
	height: 6rem;
	justify-items: center;
	letter-spacing: 0.04em;
	line-height: 1.1;
	margin-right: 0.2rem;
	place-items: center;
	position: static;
	width: 6rem; /* sm以上 */
}

.promo__deadline { /* SP基準 */
	display: flex;
	justify-content: center;
	margin-top: 2.6rem; /* sm以上 */
}

.promo__deadlineDate {
	border: none;
	color: #FFFFFF; /* SP基準：枠ナシ・静的位置 */
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	max-width: 30.4rem;
	padding: 0;
	position: static;
	text-align: center;
	width: 100%; /* sm以上：PCのラベル風配置 */
}

.promo__deadlineDate .fs42 {
	font-size: 4.2rem;
}

.promo__deadlineDate small {
	font-size: 1.8rem;
}

.promo__deadlineDate .fs24 {
	display: inline-block;
	font-size: 2.4rem;
	margin-left: 0.5rem;
}

/* ----------------------------------------------
   開催日・締切
------------------------------------------------*/

.promo .lesson { /* SP基準 */
	display: flex;
	flex-direction: column;
	position: relative;
}

.promo .lesson__inner {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.promo .lesson::before,
.promo .lesson::after {
	background: repeating-linear-gradient(90deg, #fff 0,#fff 4px, transparent 0, transparent 9px);
	background: repeating-linear-gradient(90deg, #fff 0 4px, transparent 0 9px);
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

.promo .lesson::before {
	margin-bottom: 2rem;
}

.promo .lesson::after {
	margin-top: 2rem;
}

.promo .lesson__unit {
	align-items: center;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	gap: 1.6rem; /* SP基準 */
	gap: 0.8rem;
	letter-spacing: 0.07em;
	padding-left: 7.2vw; /* sm以上 */
}

.promo .lesson__unit:nth-child(2) { /* SP基準 */
	margin-top: 2rem; /* sm以上 */
}

.promo .lesson__unit h3 {
	color: #FFFFFF; /* SP基準 */
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	min-width: -moz-fit-content;
	min-width: fit-content; /* sm以上 */
}

.promo .lesson__unit h3::after { /* SP基準：コロンを表示 */
	content: ":";
	display: inline-block; /* sm以上：コロン不要なら解除 */
}

.promo .lesson__unit ul {
	display: flex; /* SP基準 */
	flex-wrap: wrap;
	gap: 0.4rem; /* sm以上：そのままでもOK */
}

.promo .lesson__unit ul li {
	background: #fff;
	border-radius: 10rem;
	color: #1D685E; /* SP基準 */
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.2rem 0.8rem;
	text-align: center; /* sm以上 */
}

.lesson__closeText {
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4;
	position: relative;
	text-align: center;
	top: 1rem;
}

/*
 * reason
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.reason { /* SP基準 */
	padding-top: 8rem; /* sm以上：PC値 */
}

.reason__inner {
	align-items: center; /* SPは通常フロー */ /* sm以上で中央寄せの縦積み */
	display: flex;
	flex-direction: column;
}

.reason__list {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 calc(50% - 50vw); /* SP基準：2カラム＋フルブリード寄せ＋狭めの上余白 */
	margin-top: 3.2rem;
	max-width: 55rem;
	width: 108vw; /* sm以上：PCの4カラム＋中央寄せ */
}

/* 奇数・偶数のオフセット（SPで適用、PCでリセット） */

.reason__item:nth-child(2n-1) {
	left: 1.4rem;
	position: relative;
}

.reason__item:nth-child(2n) {
	position: relative;
	right: 1.4rem;
}

/*
 * step
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.step { /* SP基準 */
	padding-top: 10.1rem; /* sm以上：PC値 */
}

.step__head {
	position: relative;
}

.step__headTtl {
	color: #1D685E;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.4583333333;
	text-align: center; /* sm以上：PC値 */
}

.step__headTtl small {
	display: inline-block; /* SP基準 */
	font-size: 2rem;
	left: -0.3em;
	position: relative; /* sm以上 */
}

.step__headTtl span {
	display: block;
	left: 50%; /* SP基準 */
	max-width: 16.7rem;
	position: absolute;
	top: 5.2rem;
	transform: translateX(-50%);
	width: 100%; /* sm以上 */
}

.step__list {
	grid-gap: 3.2rem;
	display: grid;
	gap: 3.2rem;
	grid-template-columns: 1fr; /* SP基準 */
	margin-top: 13.3rem; /* sm以上：PC値 */
}

.step__item { /* SP基準：縦積みカード */
	display: flex;
	flex-direction: column;
	gap: 1rem; /* sm以上：デフォルトレイアウトに戻す */
}

/* 区切り線（SPのみ） */

.step__item:not(:last-child) {
	border-bottom: 1px solid #1D685E;
	padding-bottom: 3.2rem;
}

.step__itemHead {
	align-items: center;
	aspect-ratio: 345/120;
	background: #FCFCFC;
	border: 1px solid #D8D8D8;
	border-radius: 0.3rem;
	box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.1);
	display: grid;
	justify-items: center; /* SP基準 */
	order: 2;
	place-items: center; /* sm以上 */
}

.step__icon { /* SP基準 */
	max-width: 5.8rem;
}

.step__icon.--icon2 { /* SP基準 */
	max-width: 3.9rem;
}

.step__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.step__details { /* SP基準：ヘッダ・本文・注釈を直下に流す */
	display: contents;
}

.step__detailsHead {
	align-items: center;
	color: #1D685E;
	display: flex;
	gap: 1.7rem; /* SP基準 */
	order: 1;
}

.step__num {
	font-family: "EB Garamond", serif;
	letter-spacing: 0.04em;
	text-align: center;
}

.step__num small {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.step__num span {
	display: block;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3125;
	margin-top: -0.8rem;
}

.step__ttl {
	font-feature-settings: "palt" on;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4; /* SP基準 */
	padding-top: 0.5rem;
}

.step__text {
	margin-top: 0.2rem; /* SP基準 */
	order: 3;
}

.step__note {
	display: block; /* SP基準 */
	font-size: 1.2rem;
	margin-top: 1rem;
	order: 4;
}

/*
 * voice
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.voice { /* SP基準 */
	padding-top: 8rem; /* sm以上：PC値 */
}

.voice__lead { /* SP基準 */
	margin-top: 1.7rem; /* sm以上 */
}

.voice__items {
	display: flex;
	flex-direction: column;
	gap: 1.2rem; /* SP基準 */
	margin-top: 3.2rem; /* sm以上 */
}

.voice__item {
	background: #fcfcfc;
	border: 0.3rem solid #1D685E;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}

.voice__itemInner {
	margin: 0 auto;
	max-height: 30.5rem; /* SP基準（旧 sm） */
	max-width: 100%;
	overflow: hidden;
	padding: 1.6rem 1.7rem 2.2rem;
	transition: all 0.8s; /* sm以上（旧PC） */
}

.voice__item.is-open .voice__itemInner {
	max-height: 200rem;
}

.voice__item:not(.is-open) .voice__itemInner {
	-webkit-mask-image: linear-gradient(#000 80%, transparent);
	mask-image: linear-gradient(#000 80%, transparent);
}

.voice__num {
	color: #1D685E;
	font-family: "EB Garamond", serif; /* SP基準（旧 sm） */
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.04em;
	position: absolute;
	right: -9rem;
	text-transform: uppercase;
	top: 8.5rem;
	transform: rotate(-90deg); /* sm以上（旧PC） */
}

.voice__head {
	align-items: flex-start;
	display: flex; /* SP基準 */
	gap: 1.6rem; /* sm以上 */
}

.voice__img {
	aspect-ratio: 1/1; /* SP基準 */
	border-radius: 50%;
	max-width: 12rem;
}

.voice__headRight {
	align-items: flex-end;
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex: none; /* SP基準（縦並び） */
	flex-direction: column;
	gap: 1.6rem;
	justify-content: space-between; /* sm以上（横並びに戻す） */
}

.voice__meta {
	align-items: flex-start;
	display: flex; /* SP基準（縦積み） */
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.8rem; /* sm以上（横並び） */
}

.voice__meta dl {
	align-items: center;
	color: #1D685E;
	display: flex;
	font-family: "EB Garamond", serif; /* SP基準 */
	font-size: 1.2rem;
	font-weight: 500;
	gap: 0.8rem;
	letter-spacing: 0.04em;
	line-height: 1.2916666667; /* sm以上（PC） */
}

.voice__meta dl:nth-child(2) {
	border-left: none;
	border-top: 1px solid #1D685E; /* SP基準 */
	padding: 0.4rem 0 0 0;
	width: 100%; /* sm以上（PC） */
}

.voice__meta dl dt { /* SP基準 */
	width: 2.8rem; /* sm以上 */
}

.voice__name {
	color: #1D685E;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4583333333;
	margin-top: 0; /* sm以上 */
}

.voice__age {
	color: #1D685E;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3125; /* sm以上 */
}

.voice__list {
	display: flex;
	flex-direction: column;
	gap: 0.9rem; /* SP基準 */
	margin-top: 2rem; /* sm以上（PC） */
}

.voice__listItem {
	background: #FFFFFF;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); /* SP基準 */
	padding: 1.6rem; /* sm以上（PC） */
}

.voice__ttl {
	font-feature-settings: "palt" on;
	color: #1D685E; /* SP基準 */
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.4; /* sm以上 */
}

.voice__text { /* SP基準 */
	margin-top: 0.8rem; /* sm以上 */
}

.voice__btn {
	background: #1d685e;
	display: block;
	height: 4rem;
	padding: 1.1rem;
	position: relative;
	width: 100%;
}

.voice__btn span {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: block;
	height: 1.6rem;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.22s ease;
	width: 1.8rem;
}

.voice__item.is-open .voice__btn span {
	transform: translate(-50%, -50%) rotate(180deg);
}

/* Modal
--------------------------------------------- */

.voice__modalBtn {
	background: #B8860B;
	border-radius: 10rem;
	display: block;
	margin-left: auto;
	padding: 0.4rem 0.8rem; /* SP基準 */
	width: 13.2rem; /* sm以上 */
}

.voice__modalBtn span {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Zen Old Mincho", serif; /* SP基準 */
	font-size: 1rem;
	font-weight: 700;
	gap: 0.4rem;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	text-align: center; /* sm以上 */
}

.voice__modalBtn span::after {
	background: url(./../images/modal_btn.webp) no-repeat center/100%;
	content: "";
	display: inline-block;
	height: 0.8rem; /* SP基準 */
	width: 0.8rem; /* sm以上 */
}

/*
 * voiceModal
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

.voiceModal { /* top/left/width/height をまとめる */
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: none;
	left: 0; /* SP基準（元の sm 指定） */
	padding: 16rem 3.8rem 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
	z-index: 100; /* sm以上（元のデフォルト値へ） */
}

.voiceModal__inner {
	display: flex;
	justify-content: center;
	margin: 0 auto; /* SP基準（元の sm 指定） */
	max-width: 100%; /* スクロール設定 */
	overflow: auto;
	overflow-y: scroll;
	scrollbar-gutter: stable;
	width: 100%;
}

.voiceModal__img {
	max-width: 57rem; /* SP基準（元の sm 指定） */
	min-width: auto;
	width: 100%; /* sm以上（元のPC値） */
}

.voiceModal__close {
	background: url(./../images/sp/modal_close.webp) no-repeat center/100%;
	cursor: pointer;
	display: block;
	height: 2.7rem;
	margin-left: auto;
	position: fixed;
	right: 3rem;
	top: 8.4rem; /* SP基準（元の sm 指定） */
	width: 2.7rem; /* SPは固定でOK（見切れ防止） */
	z-index: 111; /* sm以上（元のPC値） */
}

/* Scrollbar (WebKit) */

.voiceModal__inner::-webkit-scrollbar {
	background: #1d685e !important;
}

.voiceModal__inner::-webkit-scrollbar {
	width: 1rem;
}

.voiceModal__inner::-webkit-scrollbar-track {
	background: #1d685e !important;
}

.voiceModal__inner::-webkit-scrollbar-thumb {
	background: #1d685e !important;
}

.voiceModal__inner::-webkit-scrollbar-thumb {
	border-radius: 1rem;
}

/* Firefox */

.voiceModal__inner {
	scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
	scrollbar-width: thin;
}

/*
 * u-hover
 * -------------------------------------------------------------
 */

/* SPファースト（@include mq(...) = min-width）版 */

/* もとの挙動：≤md では線を非表示、>md でホバー下線を表示 */

.u-hover a {
	position: relative;
}

/* SP基準：非表示 */

.u-hover a::before {
	background: #1D685E;
	bottom: -1rem;
	content: "";
	display: none;
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
	width: 100%;
}

/* md以上：デスクトップでのみホバー演出を有効化 */

/*
 * u-line
 * -------------------------------------------------------------
 */

.u-line {
	-webkit-text-decoration: underline;
	font-feature-settings: "palt";
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: none; /* SP基準 */
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: block; /* SP基準で表示 */
}

@media (prefers-reduced-motion: reduce) {

.scroll-indicator__dot {
	animation: none;
}

}

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

html {
	font-size: 10px;
}

}

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

html {
	font-size: 0.91vw;
}

body {
	font-size: 1.6rem;
}

.footer {
	padding: 12rem 0 6.5rem;
	padding-left: 0;
}

.footer__logo {
	max-width: 20rem;
}

.footer__list {
	align-items: center;
	flex-direction: row;
	gap: 3rem 4rem;
}

.footer__copyright {
	margin-top: 17rem;
}

.header {
	height: 7.3rem;
}

.header__inner {
	padding: 0 2rem;
}

.header__logo {
	max-width: 14rem;
}

.l-inner {
	max-width: 128rem;
	padding: 0 4rem; /* 旧 //1200 */
}

.l-inner.--md {
	max-width: 104rem; /* 旧 //960 */
}

.l-inner.--lg {
	max-width: 144rem; /* 旧 //1360 */
}

.l-inner.--sm {
	max-width: 89rem; /* 旧 //830 */
}

.c-head__eng {
	font-size: 5.6rem;
}

.c-head__ja {
	font-size: max(11px, 1.1rem);
	margin-top: 0.8rem;
}

.scroll-indicator {
	display: inline-flex;
}

.totop {
	bottom: 8rem;
	height: 8rem;
	right: max(3.8rem, 50% - 72rem + 3.8rem);
	width: 8rem;
}

.totop span {
	height: 1.6rem;
	width: 1.8rem;
}

.about {
	padding-top: 13.5rem;
}

.about__textWrap {
	margin: 4rem auto 0;
	padding: 0;
}

.access {
	padding-top: 12rem;
}

.access__body {
	flex-direction: row;
	margin-top: 4rem;
}

.access__info {
	margin-left: calc(50% - 50vw); /* 右側はコンテンツ側で調整する設計の場合はこのまま */
	margin-right: 0;
	padding: 5.7rem 7rem 5.9rem 0;
	width: 100vw;
}

.access__table {
	margin-left: auto;
	margin-right: 0;
	max-width: 57.1rem;
	padding-left: 4rem;
}

.access__map {
	aspect-ratio: 720/280;
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.contact {
	padding-top: 12rem;
}

.contact__lead {
	margin-top: 4rem;
}

.contact__flow {
	flex-direction: row;
	margin-top: 4rem;
}

.contact__flowItem {
	height: 14rem;
	width: auto;
}

.contact__flowItem:not(:last-child)::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	bottom: auto;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 14rem;
	left: auto;
	right: -2.9rem;
	transform: none;
	width: 3rem;
}

.contact__flowItem.--item1 {
	max-width: 33.2rem;
	width: 31.46%;
}

.contact__flowItem.--item2 {
	max-width: 34.5rem;
	padding-left: 3rem;
	width: 32.8%;
}

.contact__flowItem.--item3 {
	flex: 1;
	max-width: 34.3rem;
}

.contact__form {
	margin-top: 4rem;
}

.faq {
	padding-top: 12rem;
}

.faq__list {
	margin-top: 4rem;
}

.faq__question {
	align-items: flex-start;
	gap: 3rem;
	padding: 2.4rem;
}

.faq__ttl {
	font-size: 1.8rem;
	max-width: none;
	padding-top: 0.4rem;
}

.faq__answer {
	padding: 2rem;
}

.faq__content {
	align-items: stretch;
	gap: 3rem;
}

.faq__text {
	padding-top: 0.4rem;
}

.faq__btn {
	height: 1.8rem;
	right: 2.7rem;
	width: 1.6rem;
}

.features {
	padding-top: 12rem;
}

.features__inner {
	max-width: 116rem;
}

.features__list {
	gap: 3.6rem;
	margin-top: 4rem;
}

.features__item {
	flex-direction: row;
	gap: 4rem;
	padding: 1.6rem 1.6rem 1.6rem 5.6rem;
}

.features__item:nth-child(2n-1) {
	margin-right: 4rem;
}

.features__item:nth-child(2n) {
	margin-left: 4rem;
}

.features__num {
	font-size: 12rem;
	left: -4.1rem;
	top: -5.5rem;
}

.features__ttl {
	font-size: 2.4rem;
}

.features__text {
	margin-top: 1.4rem;
}

.features__img {
	aspect-ratio: 380/285;
}

.flow {
	overflow: visible;
	padding: 12rem 0;
}

.flow__inner {
	padding: 0 4rem;
}

.flow__list {
	margin-top: -4rem;
}

.flow__item {
	margin: 0;
	max-width: none;
	position: static;
}

.flow__item:not(:nth-child(1)) {
	margin-top: 0;
}

.flow__iconWrap {
	max-width: 30rem;
	position: static;
	width: 40%;
}

.flow__item:nth-child(2n) .flow__iconWrap {
	right: auto;
}

.flow__icon {
	max-width: 6.4rem;
}

.flow__details {
	flex: 1;
	left: -6.8rem;
	margin-left: 0;
	max-width: 56rem;
	padding-right: 0;
}

.flow__item:nth-child(2n) .flow__details {
	margin-right: 0;
	padding-left: 0;
}

.flow__num {
	font-size: 5.6rem;
}

.flow__item:nth-child(2n) {
	left: 6.8rem;
	position: relative;
}

.form__item {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
}

.form__label {
	width: 100%;
	width: 20rem;
}

.form input,
.form select,
.form textarea {
	padding: 1rem; /* PC */
}

.form__item textarea {
	aspect-ratio: 400/195;
}

.form__policy {
	padding: 2.3rem 1.1rem 1rem 3.2rem;
}

.form__policyBox {
	margin-top: 0.9rem;
}

.form__btnTag {
	padding: 0.6rem 6.2rem; /* PC */
}

.form input.form__btnSubmit {
	font-size: 2.4rem;
	padding: 1.5rem 1rem 1.7rem;
}

.form__help {
	margin-top: 3rem;
}

.wpcf7-form-control-wrap {
	max-width: 40rem;
}

.fv__img {
	aspect-ratio: 1100/727;
}

.fv__inner {
	padding-top: 7.73vw;
}

.fv__cont {
	width: 56.55vw;
}

.fv__lead {
	display: none;
}

.fv__cta {
	margin-top: 2.18vw;
}

.fv__ctaText {
	font-size: min(1.6rem, 1.45vw);
}

.fv__ctaText::after {
	display: block;
	height: 0.82vw;
	margin-top: 0.45vw;
}

.fv__ctaFlex {
	gap: 1.36vw;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.1vw;
	max-width: none;
}

.fv__ctaBtn {
	border-radius: 9.1vw;
	font-size: 1.82vw;
	padding: 1.1vw 0.91vw;
}

.fv__rsv {
	display: block;
}

.intro {
	padding-top: 15rem;
}

.intro__head {
	font-size: 4rem;
	line-height: 1.45;
	padding-left: 0;
}

.intro__list {
	gap: 1.6rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4rem;
	max-width: 76.1rem;
}

.intro__list::after {
	bottom: -14rem;
	left: auto;
	max-width: 43.9rem;
	right: 6.5rem;
	transform: none;
}

.intro__item {
	font-size: 1.8rem;
	height: 24rem;
	width: 24rem;
}

.intro__text {
	font-size: 4rem;
	margin-top: 17.3rem;
}

.intro__img {
	aspect-ratio: 536/825;
	min-width: 53.6rem;
	top: 0;
	width: 37.22vw;
}

.nav {
	padding: 16.5rem 2rem 4.2rem;
}

.nav__list {
	gap: 2rem;
	max-width: 30rem; /* 元コードに重複値あり→2remを採用 */
}

.nav__item a {
	font-size: 2rem;
	padding: 1rem 0.8rem;
}

.price {
	padding-top: 12rem;
}

.price__lead {
	margin-top: 4.1rem;
}

.price__tableWrap {
	gap: 0.7rem 0.6rem;
	margin-top: 6.6rem;
}

.price__table {
	width: calc(50% - 0.3rem);
}

.price__unit .yen {
	margin-right: 0.5rem;
}

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

.price__card {
	padding: 2.5rem 3.7rem 3.3rem;
}

.price__lesson {
	margin-top: 6.4rem;
}

.price__lessonTableWrap {
	margin-top: 2.5rem;
}

.price__lessonHead {
	font-size: 4rem;
}

.price__lessonCont ol {
	align-items: center;
	flex-direction: row;
	gap: 4rem;
	justify-content: center;
	margin: 0;
	width: auto;
}

.promo {
	background: url(./../images/promo_bg.webp) no-repeat center/cover;
	height: 74.4rem;
	padding: 6.7rem 0 8.3rem;
}

.promo__inner {
	max-width: 88rem;
	padding: 0;
}

.promo__head {
	font-size: 5.6rem;
}

.promo__condition {
	font-size: 3.2rem;
	margin-top: 2rem;
	padding: 1.4rem;
}

.promo__unit {
	align-items: center;
	flex-direction: row;
	margin-top: 0.5rem;
	max-width: none;
	padding-bottom: 0;
	padding-left: 0;
}

.promo__unitBlock:nth-of-type(2) {
	margin-top: 0;
}

.promo__label {
	font-size: 3.2rem;
	height: 9.6rem;
	min-width: 12.8rem;
}

.promo__amount {
	font-size: 9rem;
}

.promo__op {
	background: url(./../images/promo_op.svg) no-repeat center/100%;
	display: inline-block;
	height: 5.5rem;
	margin: 0 3.2rem;
	min-width: 5.5rem;
	width: 5.5rem;
}

.promo__num {
	font-size: 11rem;
}

.promo__numUnit small {
	font-size: 4rem;
	top: 1.5rem;
}

.promo__suffix {
	font-size: 4rem;
}

.promo__ctaWrap {
	display: block;
	margin-top: 1.5rem;
	max-width: 32rem;
}

.promo__cta {
	font-size: 2.4rem;
	margin-top: 1.6rem;
	width: auto;
}

.promo__tag {
	bottom: 3.1rem;
	height: 8rem;
	left: -4.6rem;
	margin-right: 0;
	position: absolute;
	width: 8rem;
}

.promo__deadline {
	display: block;
	margin-top: 0;
}

.promo__deadlineDate {
	border: 2px solid #fff;
	border-radius: 1rem;
	bottom: 4.3rem;
	padding: 2.3rem min(6.2rem, 5.537vw);
	position: absolute;
	right: max(-1rem, 50% - 72rem + 0rem);
}

.promo .lesson__unit {
	gap: 1.6rem;
	padding-left: 3rem;
}

.promo .lesson__unit:nth-child(2) {
	margin-top: 0.6rem;
}

.promo .lesson__unit h3 {
	font-size: 2.4rem;
	min-width: auto;
}

.promo .lesson__unit h3::after {
	content: none;
}

.promo .lesson__unit ul li {
	font-size: inherit;
	padding: 0.4rem 1.6rem;
}

.lesson__closeText {
	font-size: 1.4rem;
}

.reason {
	padding-top: 12rem;
}

.reason__list {
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	margin-top: 5rem;
	max-width: none;
	width: auto;
}

.reason__item:nth-child(2n-1) {
	left: auto;
	position: static;
}

.reason__item:nth-child(2n) {
	position: static;
	right: auto;
}

.step {
	padding-top: 12rem;
}

.step__headTtl {
	font-size: 4rem;
	line-height: 1.45;
}

.step__headTtl small {
	font-size: 2.8rem;
}

.step__headTtl span {
	max-width: 27.6rem;
	top: 4.4rem;
}

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

.step__item {
	display: block;
}

.step__item:not(:last-child) {
	border-bottom: none;
	padding-bottom: 0;
}

.step__itemHead {
	aspect-ratio: 440/293;
	border-radius: 1rem;
	order: 0;
}

.step__icon {
	max-width: 10rem;
}

.step__icon.--icon2 {
	max-width: 8rem;
}

.step__details {
	display: block;
	margin-top: 1.6rem;
	padding-left: 1.3rem;
}

.step__ttl {
	padding-top: 0;
}

.step__text {
	margin-top: 0.6rem;
	order: 0;
}

.step__note {
	font-size: 1.4rem;
	margin-top: 2rem;
	order: 0;
}

.voice {
	padding-top: 12rem;
}

.voice__lead {
	margin-top: 2.4rem;
}

.voice__items {
	gap: 2.4rem;
	margin-top: 4.1rem;
}

.voice__itemInner {
	max-height: 32rem;
	max-width: 75rem;
	padding: 3.2rem 2rem 4rem;
}

.voice__num {
	font-size: 12rem;
	right: -22.4rem;
	top: 22rem;
}

.voice__head {
	gap: 3.6rem;
}

.voice__img {
	max-width: 20rem; /* PC */
}

.voice__headRight {
	align-items: flex-end;
	flex: 1;
	flex-direction: row;
	gap: 0;
}

.voice__meta {
	align-items: flex-end;
	flex-direction: row;
	gap: 1.8rem;
	margin-top: 4rem;
}

.voice__meta dl {
	display: block;
	font-size: 2.4rem;
	gap: 0;
}

.voice__meta dl:nth-child(2) {
	border-left: 1px solid #1D685E;
	border-top: none;
	padding-left: 1.9rem;
	width: auto;
}

.voice__meta dl dt {
	width: auto;
}

.voice__name {
	font-size: 2.4rem;
	margin-top: 0.6rem;
}

.voice__age {
	font-size: 3.2rem;
}

.voice__list {
	margin-top: -6rem;
}

.voice__listItem {
	border-radius: 1rem;
	padding: 2.4rem;
}

.voice__ttl {
	font-size: 1.8rem;
}

.voice__text {
	margin-top: 1.7rem;
}

.voice__modalBtn {
	padding: 0.8rem 1.6rem;
	width: 20rem;
}

.voice__modalBtn span {
	font-size: 1.4rem;
	gap: 1rem;
}

.voice__modalBtn span::after {
	height: 1.2rem;
	width: 1.2rem;
}

.voiceModal {
	padding: 11.5rem 5rem 0;
}

.voiceModal__img {
	min-width: 570px;
}

.voiceModal__close {
	background: url(./../images/modal_close.webp) no-repeat center/100%;
	height: 7.4rem;
	right: max(3rem, 50% - 72rem + 7.1rem);
	top: 4.1rem;
	width: 7.3rem;
}

.u-pc { /* 767px以上で表示 */
	display: block;
}

.u-sp { /* 767px以上で隠す */
	display: none;
}

}

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

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

}

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

html {
	font-size: 10px;
}

.header {
	background: #fff;
	position: fixed;
}

.l-main {
	margin-top: 7.3rem;
}

.burger {
	display: none;
}

.fv__img {
	aspect-ratio: auto;
	height: 72.2rem;
}

.fv__inner {
	padding-top: 8.5rem;
}

.fv__cont {
	max-width: 62.2rem;
	width: auto;
}

.fv__cta {
	margin-top: 2.4rem;
}

.fv__ctaText::after {
	height: 0.9rem;
	margin-top: 0.5rem;
}

.fv__ctaFlex {
	gap: 1.5rem;
	margin-top: 1.2rem;
}

.fv__ctaBtn {
	border-radius: 10rem;
	font-size: 2rem;
	padding: 1.2rem 1rem;
}

.pc-nav {
	display: block;
}

.sp-nav {
	display: none;
}

.nav {
	background: transparent;
	bottom: auto;
	height: auto;
	left: auto;
	opacity: 1;
	overflow: visible;
	padding: 0;
	pointer-events: auto;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	transition: none;
	visibility: visible;
	width: auto;
}

.nav__list {
	align-items: center;
	flex-direction: row;
	gap: 2.4rem;
	margin: 0;
	max-width: none;
}

.nav__item {
	width: auto;
}

.nav__item a {
	border-bottom: none;
	font-size: 1.5rem;
	padding: 0;
}

.u-hover a::before {
	display: block;
}

.u-hover:hover > a::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

}

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

.header__inner {
	padding: 0 4rem;
}

.header__logo {
	max-width: 16rem;
}

.nav__list {
	gap: 3.2rem;
}

}

@keyframes scrollDot {

0% {
	opacity: 0.9;
	transform: translateY(0);
}

10% {
	opacity: 1;
	transform: translateY(0);
}

90% {
	opacity: 1;
	transform: translateY(11rem);
}

100% {
	opacity: 0.85;
	transform: translateY(11rem);
}

}


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