.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: auto;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	color: #152B37;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

html,
body {
	overflow-x: clip;
}

html {
	-ms-touch-action: pan-y;
	overscroll-behavior-x: none;
	touch-action: pan-y;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

/* Remove default padding */

ul,
fieldset,
ol {
	padding: 0;
}

/* Remove default margin */

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

fieldset {
	border: none;
}

/* Set core root defaults */

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	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%;
}

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

/* =========================
   CTA Button（中央発光＋押し込みモーション）
   ========================= */

.c-button {
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all 0.3s ease-out;
	background-color: #7cbad9;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffe9e6), color-stop(25%, #7cbad9), color-stop(50%, #ffe9e6), color-stop(75%, #7cbad9), to(#ffe9e6));
	background-image: linear-gradient(90deg, #ffe9e6 0%, #7cbad9 25%, #ffe9e6 50%, #7cbad9 75%, #ffe9e6 100%);
	background-position: center;
	background-size: 200% 100%;
	border: 2px solid #fff;
	border-radius: 0.375rem;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	max-width: 340px;
	max-width: 21.25rem;
	padding: 24px 60px 24px 30px;
	padding: 1.5rem 3.75rem 1.5rem 1.875rem;
	position: relative;
	transition: all 0.3s ease-out;
	width: 100%;
}

.c-button::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/top/btn-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 24px;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.c-link-button {
	-webkit-transition: all 0.3s;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 10px 10px 10px 52px;
	padding: 0.625rem 0.625rem 0.625rem 3.25rem;
	position: relative;
	transition: all 0.3s;
}

.c-link-button::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/top/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 36px;
	width: 2.25rem;
}

.c-section-title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
	text-align: center;
}

.c-section-title.c-section-title--left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-section-title__en {
	width: 50%;
}

.c-section-title__en.c-section-title__en--features {
	max-width: 300px;
	max-width: 18.75rem;
}

.c-section-title__en.c-section-title__en--features img {
	-o-object-fit: cover;
	aspect-ratio: 577/133;
	height: auto;
	object-fit: cover;
}

.c-section-title__en.c-section-title__en--plan {
	max-width: 172px;
	max-width: 10.75rem;
}

.c-section-title__en.c-section-title__en--plan img {
	-o-object-fit: cover;
	aspect-ratio: 341/138;
	height: auto;
	object-fit: cover;
}

.c-section-title__en.c-section-title__en--service {
	max-width: 245px;
	max-width: 15.3125rem;
}

.c-section-title__en.c-section-title__en--service img {
	-o-object-fit: cover;
	aspect-ratio: 480/157;
	height: auto;
	object-fit: cover;
}

.c-section-title__en.c-section-title__en--price {
	max-width: 156px;
	max-width: 9.75rem;
}

.c-section-title__en.c-section-title__en--price img {
	-o-object-fit: cover;
	aspect-ratio: 311/138;
	height: auto;
	object-fit: cover;
}

.c-section-title__en.c-section-title__en--flow {
	max-width: 160px;
	max-width: 10rem;
}

.c-section-title__en.c-section-title__en--flow img {
	-o-object-fit: cover;
	aspect-ratio: 321/128;
	height: auto;
	object-fit: cover;
}

.c-section-title__en.c-section-title__en--access {
	max-width: 194px;
	max-width: 12.125rem;
}

.c-section-title__en.c-section-title__en--access img {
	-o-object-fit: cover;
	aspect-ratio: 388/133;
	height: auto;
	object-fit: cover;
}

.c-section-title__en.c-section-title__en--faq {
	max-width: 192px;
	max-width: 12rem;
}

.c-section-title__en.c-section-title__en--faq img {
	-o-object-fit: cover;
	aspect-ratio: 386/137;
	height: auto;
	object-fit: cover;
}

.c-section-title__ja {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.c-section-title__ja span {
	display: block;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.l-contact {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-wrap01 {
	background-image: url(../../assets/images/top/service_bg_sp.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 80px 0;
	padding: 7.5rem 0 5rem 0;
}

.l-wrap02 {
	background-image: url(../../assets/images/top/access_bg_sp.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	padding: 120px 0 80px 0;
	padding: 7.5rem 0 5rem 0;
	position: relative;
}

.l-wrap02::before {
	-webkit-transform: rotate(180deg);
	aspect-ratio: 2880/182;
	background-image: url(../../assets/images/top/wave02.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	top: -1px;
	transform: rotate(180deg);
	width: 100%;
}

.p-access-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	background-color: #F0F7FA;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 20px;
	gap: 1.25rem;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-access-card__title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.p-access-card__title::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffdedb), to(#95cce7));
	background: linear-gradient(to bottom, #ffdedb 0%, #95cce7 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
	width: 0.1875rem;
}

.p-access-card__desc {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-access-card__button {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-access-card__thumb {
	border-radius: 0.625rem;
	margin: auto;
	max-width: 400px;
	max-width: 25rem;
	overflow: hidden;
	width: 100%;
}

.p-access-card__thumb img {
	-o-object-fit: contain;
	aspect-ratio: 300/225;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.l-access {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 84px;
	padding-bottom: 5.25rem;
}

.p-access__summary {
	display: grid;
	gap: 100px;
	gap: 6.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 320px;
	max-width: 20rem;
	width: 60%;
}

.p-access__summary-item {
	margin: auto;
	max-width: 340px;
	max-width: 21.25rem;
	position: relative;
	width: 100%;
}

.p-access__summary-item:not(:last-child)::before {
	-webkit-transform: rotate(-270deg);
	aspect-ratio: 120/16;
	background-image: url(../../assets/images/lower/line_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -65px;
	bottom: -4.0625rem;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	transform: rotate(-270deg);
	width: 110px;
	width: 6.875rem;
}

.p-access__summary-item:nth-child(1):after {
	aspect-ratio: 75/59;
	background-image: url(../../assets/images/lower/summary_arrow_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -75px;
	bottom: -4.6875rem;
	content: "";
	height: auto;
	left: 70px;
	left: 4.375rem;
	position: absolute;
	width: 68px;
	width: 4.25rem;
}

.p-access__summary-item:nth-child(2):after {
	aspect-ratio: 78/130;
	background-image: url(../../assets/images/lower/summary_arrow_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -80px;
	bottom: -5rem;
	content: "";
	height: auto;
	left: 85px;
	left: 5.3125rem;
	position: absolute;
	width: 33px;
	width: 2.0625rem;
}

.p-access__summary-item:nth-child(3):after {
	aspect-ratio: 210/154;
	background-image: url(../../assets/images/lower/summary_arrow_03.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -80px;
	bottom: -5rem;
	content: "";
	height: auto;
	left: 60px;
	left: 3.75rem;
	position: absolute;
	width: 80px;
	width: 5rem;
}

.p-access__summary-item img {
	-o-object-fit: contain;
	aspect-ratio: 190/214;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-access__block {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-access__title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
	position: relative;
}

.p-access__title::after {
	background-image: url(../../assets/images/lower/line_wave.webp);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-access__chart {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
}

.p-access__chart img {
	-o-object-fit: cover;
	aspect-ratio: 690/432;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-access__note {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-access__label {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
}

.p-access__label img {
	-o-object-fit: contain;
	aspect-ratio: 854/170;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-access__card-wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-access__card + .p-access__card {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-access__button-wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-access__button + .p-access__button {
	margin-top: 16px;
	margin-top: 1rem;
}

/* -------------------------------------
 * 基本レイアウト
 * ----------------------------------- */

.p-contact__container {
	margin: 25px auto 0;
	margin: 1.5625rem auto 0;
}

.p-contact__form-wrap,
.p-contact__form-wrapArea {
	border-top: 1px solid #cccccc;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-contact__form-wrapArea {
	border-bottom: 1px solid #cccccc;
}

.p-contact__form-wrapBottom {
	margin-top: 40px;
	margin-top: 2.5rem;
}

/* -------------------------------------
 * 見出しラベル
 * ----------------------------------- */

.p-contact__form-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	gap: 8px;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.c-required {
	color: #E80000;
	font-size: 0.9em;
	font-weight: 700;
}

/* -------------------------------------
 * 入力エリア（テキスト/メール/電話）
 * ----------------------------------- */

.p-contact__form-input,
.p-contact__form-textarea {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #EEEEEE;
	border-radius: 0.3125rem;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

.p-contact__form-note {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 6px;
	margin-top: 0.375rem;
}

::-moz-placeholder {
	color: #AAAAAA;
}

::-webkit-input-placeholder {
	color: #AAAAAA;
}

::-ms-input-placeholder {
	color: #AAAAAA;
}

::placeholder {
	color: #AAAAAA;
}

/* -------------------------------------
 * テキストエリア
 * ----------------------------------- */

.p-contact__form-textarea {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact__form-textarea textarea {
	background-color: #EEEEEE;
	border-radius: 0.3125rem;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	min-height: 160px;
	min-height: 10rem;
	padding: 10px;
	padding: 0.625rem;
	resize: vertical;
	width: 100%;
}

/* -------------------------------------
 * ラジオ（お問い合わせ種別）
 * ----------------------------------- */

.p-contact__form-radio {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	gap: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-contact__form-radio input[type=radio] {
	opacity: 0;
	position: absolute;
}

.p-contact__form-radio input[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.5em 1em 0.5em 32px;
	padding: 0.5em 1em 0.5em 2rem;
	position: relative;
}

.p-contact__form-radio input[type=radio] + span::before {
	-webkit-transform: translateY(-50%);
	border: 1px solid #cccccc;
	border-radius: 50%;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.p-contact__form-radio input[type=radio] + span::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease;
	background: #5CB5E2;
	border-radius: 50%;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: 4px;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s ease;
	width: 12px;
	width: 0.75rem;
}

.p-contact__form-radio input[type=radio]:checked + span::after {
	opacity: 1;
}

/* -------------------------------------
 * プライバシーポリシー同意（チェックボックス：戻す）
 *  - チェックボックスはテキストの前に表示
 *  - カスタムUI（□と✔）を再現
 * ----------------------------------- */

.p-contact__form-wrapBottom .p-contact__form-checkbox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	gap: 10px;
	gap: 0.625rem;
	justify-content: center;
}

.p-contact__form-checkbox label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
	gap: 0.5rem;
	padding-left: 28px;
	padding-left: 1.75rem; /* □の分だけ余白 */
	position: relative;
}

.p-contact__form-checkbox input[type=checkbox] {
	-webkit-transform: translateY(-50%);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* □（未選択） */

.p-contact__form-checkbox input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.1875rem;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

/* ✔（選択時のみ表示） */

.p-contact__form-checkbox input[type=checkbox] + span::after {
	-webkit-transform: translateY(-55%) rotate(-45deg);
	-webkit-transition: opacity 0.2s ease;
	border-bottom: 3px solid #5CB5E2;
	border-bottom: 0.1875rem solid #5CB5E2;
	border-left: 3px solid #5CB5E2;
	border-left: 0.1875rem solid #5CB5E2;
	content: "";
	height: 7px;
	height: 0.4375rem;
	left: 4px;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-55%) rotate(-45deg);
	transition: opacity 0.2s ease;
	width: 12px;
	width: 0.75rem;
}

.p-contact__form-checkbox input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact__form-checkbox a {
	text-decoration: underline;
}

/* -------------------------------------
 * 送信ボタン（単色＋矢印）
 * ----------------------------------- */

.p-contact__form-submit {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 400px;
	max-width: 25rem;
	position: relative;
}

.p-contact__form-submit input[type=submit] {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: opacity 0.3s ease;
	align-items: center;
	background: #5CB5E2;
	border-radius: 0.375rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-contact__form-submit.is-disabled input[type=submit] {
	opacity: 0.5;
	pointer-events: none;
}

.p-contact__form-submit::after {
	-webkit-transform: translateY(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: -webkit-transform 0.3s ease;
	align-items: center;
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/lower/button_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
	z-index: 2;
}

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

.p-footer {
	background-image: url(../../assets/images/common/footer_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	padding: 80px 0 20px;
	padding: 5rem 0 1.25rem;
	position: relative;
}

.p-footer::before {
	-webkit-transform: rotate(180deg);
	aspect-ratio: 2880/182;
	background-image: url(../../assets/images/top/wave02.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	top: -1px;
	transform: rotate(180deg);
	width: 100%;
}

.p-footer__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 40px;
	gap: 2.5rem;
}

.p-footer__logo {
	display: block;
	max-width: 160px;
	max-width: 10rem;
	width: 100%;
}

.p-footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 215/90;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-footer__nav-items {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-moz-column-gap: 0.625rem;
	-webkit-column-gap: 0.625rem;
	-moz-column-gap: 0.25rem;
	-webkit-column-gap: 0.25rem;
	column-gap: 0.625rem;
	column-gap: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 500px;
	max-width: 31.25rem;
}

.p-footer__nav-item a {
	-webkit-transition: all 0.3s;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 10px;
	padding: 0.625rem;
	transition: all 0.3s;
}

.p-footer__nav-contact {
	margin-left: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__nav-contact a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: all 0.3s;
	align-items: center;
	background-color: #5CB5E2;
	border: 1px solid #5CB5E2;
	border-radius: 0.375rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 8px;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	padding: 14px 32px 15px 56px;
	padding: 0.875rem 2rem 0.9375rem 3.5rem;
	position: relative;
	transition: all 0.3s;
}

.p-footer__nav-contact a::before {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../../assets/images/top/mail.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-transition: all 0.3s;
	aspect-ratio: 50/38;
	background-color: #fff;
	content: "";
	height: inherit;
	left: 30px;
	left: 1.875rem;
	mask-image: url(../../assets/images/top/mail.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 16px;
	width: 1rem;
}

.p-guide-content__item-img {
	width: 100%;
}

.p-footer__nav-contact img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 16px;
	width: 1rem;
}

.p-footer__copyright {
	color: #6f787d;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

/* JSで後から実寸に上書き */

.is-anchor {
	scroll-margin-top: 64px;
}

.p-header {
	-webkit-box-sizing: border-box;
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
	-webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	backface-visibility: visible;
	background-color: transparent;
	box-sizing: border-box;
	height: 60px;
	height: 3.75rem;
	isolation: isolate;
	left: 0;
	pointer-events: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: none;
	transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
	width: auto;
	will-change: auto;
	z-index: 900;
}

/* SP（タッチ環境）：ブラーは使わず塗り＆軽めの影に */

/* 置き換え：フォールバックもPC側だけ */

.home .p-header.is-drawer-open {
	-webkit-transition: background-color 0.3s;
	background-color: transparent;
	transition: background-color 0.3s;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.p-header__logo {
	height: inherit;
	max-width: 143px;
	max-width: 8.9375rem;
	position: relative;
	width: 100%;
	z-index: 1001;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}

.p-header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 215/90;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	display: none;
	height: inherit;
	margin-left: auto;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-header__nav-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 10px;
	padding: 0 0.625rem;
	position: relative;
	text-transform: capitalize;
	transition: opacity 0.3s, background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s, color 0.3s;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
}

.is-top .p-header__nav-item a {
	color: #fff;
}

.p-header.is-solid .p-header__nav-item a {
	color: #152B37;
}

.p-header__nav-item a::after {
	-webkit-transform: translateX(-50%) scale(0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	background-color: #5CB5E2;
	bottom: 25px;
	bottom: 1.5625rem;
	content: "";
	height: 2px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%) scale(0);
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	width: 30px;
	width: 1.875rem;
}

.p-header__nav-item.p-header__nav-item--contact a::after {
	display: none;
}

.p-header__nav-item.p-header__nav-item--contact a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5CB5E2;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
	gap: 8px;
	gap: 0.5rem;
	justify-content: center;
	padding: 18px;
	padding: 1.125rem;
}

.p-guide-content__item-img {
	width: 100%;
}

.p-header__nav-item.p-header__nav-item--contact span {
	display: inline-block;
	line-height: 1.5;
}

.p-header__nav-item.p-header__nav-item--contact img {
	-o-object-fit: cover;
	aspect-ratio: 50/38;
	height: auto;
	max-width: 25px;
	max-width: 1.5625rem;
	object-fit: cover;
	width: 100%;
}

.c-icon-mail {
	fill: currentColor;
	-webkit-transition: color 0.3s ease;
	color: #fff;
	height: 19px;
	height: 1.1875rem;
	transition: color 0.3s ease;
	width: 26px;
	width: 1.625rem;
}

.p-header.is-solid .p-header__nav-item.p-header__nav-item--contact a {
	color: #fff;
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	background-color: #5CB5E2;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 60px;
	width: 3.75rem;
	z-index: 999;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #fff;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 28px;
	width: 1.75rem;
}

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

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

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

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

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

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

body.is-fixed {
	overflow: hidden;
}

.p-header__drawer {
	-webkit-transform: translate3d(calc(100% + 2px), 0, 0);
	-webkit-transition: -webkit-transform 0.45s ease;
	-webkit-overflow-scrolling: auto;
	background-image: url(../../assets/images/top/access_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100svh;
	inset: 0 0 0 auto;
	min-height: 100dvh;
	overflow: hidden;
	overscroll-behavior: contain;
	padding: 80px 0;
	padding: 5rem 0;
	pointer-events: none;
	position: fixed;
	scrollbar-width: none;
	transform: translate3d(calc(100% + 2px), 0, 0);
	transform: translate3d(calc(100% + 2px), 0, 0);
	transition: -webkit-transform 0.45s ease;
	transition: transform 0.45s ease;
	transition: transform 0.45s ease, -webkit-transform 0.45s ease;
	visibility: hidden;
	width: 100%;
	will-change: transform;
	z-index: 900;
}

/* 開いた時だけ有効化 */

.p-header__drawer.is-open {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

body.is-fixed {
	overflow: hidden;
}

.p-header__drawer-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: center;
}

.p-header__drawer-list {
	margin: auto;
	width: 90%;
}

.p-header__drawer-item a {
	border-bottom: 1px dotted #fff;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
	position: relative;
	text-transform: capitalize;
}

.p-header__drawer-item.p-header__drawer-item--contact {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
}

.p-header__drawer-item.p-header__drawer-item--contact a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s, opacity 0.3s, color 0.3s;
	align-items: center;
	background-color: #5CB5E2;
	border: 1px solid #5CB5E2;
	border-radius: 0.375rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	gap: 0.5rem;
	justify-content: center;
	margin: auto;
	max-width: 400px;
	max-width: 25rem;
	padding: 18px;
	padding: 1.125rem;
	position: relative;
	transition: background-color 0.3s, opacity 0.3s, color 0.3s;
}

.p-header__drawer-item--contact a::before {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../../assets/images/top/mail.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s;
	aspect-ratio: 50/38;
	background-color: #fff;
	content: "";
	height: inherit;
	left: calc(50% - 5rem);
	mask-image: url(../../assets/images/top/mail.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 20px;
	width: 1.25rem;
}

.p-header__drawer-item.p-header__drawer-item--contact img {
	-o-object-fit: cover;
	aspect-ratio: 50/38;
	height: auto;
	max-width: 25px;
	max-width: 1.5625rem;
	object-fit: cover;
	width: 100%;
}

.p-header__drawer-item--link {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
	text-align: left;
}

.p-header__drawer-item--instagram {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.p-lower-head {
	aspect-ratio: 750/700;
	background-image: url(../../assets/images/lower/lower_bg_sp.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.p-lower-head__decoration img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-lower-head__decoration.p-lower-head__decoration--right {
	aspect-ratio: 526/317;
	content: "";
	height: inherit;
	max-width: 263px;
	max-width: 16.4375rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 70%;
	width: 30vw;
}

.p-lower-head__decoration.p-lower-head__decoration--right img {
	aspect-ratio: 526/317;
}

.p-lower-head__decoration.p-lower-head__decoration--left {
	aspect-ratio: 482/272;
	content: "";
	height: inherit;
	left: 10px;
	left: 0.625rem;
	max-width: 241px;
	max-width: 15.0625rem;
	position: absolute;
	top: 24%;
	width: 30vw;
}

.p-lower-head__decoration.p-lower-head__decoration--left img {
	aspect-ratio: 482/272;
}

.p-lower-head__title-wrap {
	-webkit-transform: translate(-50%, -50%);
	content: "";
	height: inherit;
	left: 50%;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 54%;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	width: fit-content;
}

.p-lower-head__enTitle {
	width: 100%;
}

.p-lower-head__enTitle img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-lower-head__enTitle.p-lower-head__enTitle--contact {
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-lower-head__enTitle.p-lower-head__enTitle--contact img {
	aspect-ratio: 648/155;
}

.p-lower-head__enTitle.p-lower-head__enTitle--access {
	max-width: 220px;
	max-width: 13.75rem;
}

.p-lower-head__enTitle.p-lower-head__enTitle--access img {
	aspect-ratio: 437/151;
}

.p-lower-head__jaTitle {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-mv {
	-webkit-transition: opacity 1.5s ease;
	-webkit-transform: none !important;
	isolation: isolate;
	min-height: min(180svh, 1500px);
	opacity: 0;
	position: relative;
	transform: none !important;
	transition: opacity 1.5s ease;
}

.p-mv.is-show {
	opacity: 1;
}

.p-mv::before {
	aspect-ratio: 2880/182;
	background-image: url(../../assets/images/top/wave.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -0.5px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.p-mv__bg {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	contain: paint;
	height: 100svh;
	overflow: hidden;
	position: sticky;
	top: 0;
	transform: translateZ(0);
	will-change: transform;
	z-index: 0;
}

.p-mv__bg::after {
	-webkit-transform: translateZ(0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .25)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .25) 100%);
	contain: paint;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateZ(0);
	will-change: opacity;
}

.p-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	transform: translateZ(0);
	width: 100%;
}

.p-mv__container {
	-webkit-transform: translateX(-50%);
	height: inherit;
	left: 50%;
	max-width: calc(100vw - 40px);
	position: absolute;
	top: 40svh;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.p-mv__en-title {
	width: 60vw;
}

.p-mv__en-title span {
	display: block;
}

.p-mv__en-title img {
	-o-object-fit: contain;
	aspect-ratio: 1028/97;
	display: block;
	height: auto;
	mix-blend-mode: difference;
	object-fit: contain;
	width: 100%;
}

.p-mv__ja-title {
	color: #fff;
	font-family: "Noto Serif JP", sans-serif;
	font-size: clamp(22px, 3.8vw, 54px);
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-mv__scroll {
	aspect-ratio: 1/1;
	max-width: 148px;
	max-width: 9.25rem;
	position: fixed;
	right: 5.5vw;
	top: 30svh;
	width: 20vw;
}

/* モーション弱者配慮（OS設定でアニメ抑制） */

.p-mv__scroll::before {
	-webkit-transform: translate(-50%, -50%);
	aspect-ratio: 12/63;
	background-image: url(../../assets/images/top/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	width: 0.25rem;
}

.p-mv__scroll img {
	-o-object-fit: cover;
	-webkit-animation: spin 16s linear infinite;
	animation: spin 16s linear infinite;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-mv__scroll.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.p-mv__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 30svh;
}

.p-mv__text-wrap {
	width: 100%;
}

.p-mv__text {
	color: #fff;
	font-size: clamp(14px, 1.4vw, 20px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-mv__text + .p-mv__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-mv__img {
	margin-left: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 500px;
	max-width: 31.25rem;
	width: 60vw;
}

.p-mv__img img {
	-o-object-fit: contain;
	aspect-ratio: 528/462;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/* MVが準備できるまで（.is-ready が付くまで）アニメ対象は非表示＆停止 */

.p-mv:not(.is-ready) .u-blur,
.p-mv:not(.is-ready) .u-blur-delay,
.p-mv:not(.is-ready) .u-blur-delay02,
.p-mv:not(.is-ready) .u-fadeUp,
.p-mv:not(.is-ready) .u-fadeIn,
.p-mv:not(.is-ready) .u-fadeIn-slow,
.p-mv:not(.is-ready) .u-fadeIn-fast {
	-webkit-animation: none !important;
	-webkit-transition: none !important;
	animation: none !important;
	opacity: 0 !important;
	transition: none !important;
}

/* --------------- common --------------- */

.p-photo-area {
	position: relative;
}

.p-photo-area__decoration {
	aspect-ratio: 526/317;
	max-width: 261px;
	max-width: 16.3125rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: -100px;
	top: -6.25rem;
	width: 100%;
	width: 40vw;
}

.p-photo-area__decoration img {
	-o-object-fit: cover;
	aspect-ratio: 526/317;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-photo-area__title {
	margin: auto;
	max-width: 327px;
	max-width: 20.4375rem;
}

.p-photo-area__title img {
	-o-object-fit: contain;
	aspect-ratio: 327/89;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/* --------------- gallery --------------- */

/* ループ帯本体：Aセット + Aセット（完全複製）前提 */

.p-photo-area__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0); /* ← ここを“常に付与＋デフォ停止”に変更（巻き戻り防止） */
	-webkit-animation: loop-gallery 60s linear infinite;
	-webkit-animation-play-state: paused;
	align-items: center;
	animation: loop-gallery 60s linear infinite;
	animation-play-state: paused;
	backface-visibility: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 20px;
	gap: 1.25rem;
	list-style: none;
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	padding: 0;
	transform: translate3d(0, 0, 0);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content; /* 帯全幅をそのまま */
	will-change: transform;
}

/* 画面内だけ再生（JSで .is-marquee-running を付与） */

.p-photo-area.is-marquee-running .p-photo-area__list {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

/* つなぎ目ゼロ：calc(-50% - gap/2)（SP/PCでgapと一致させる） */

/* 画像はブロック化してサブピクセル滲み防止 */

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

/* ホバー/フォーカスで一時停止（既存のまま有効） */

.p-photo-area__container:focus-within .p-photo-area__list {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

/* 動きが苦手な人へ配慮（最優先で停止） */

/* （任意）完全に見えなくなったら非表示にしたい場合のクラス */

.p-photo-area.is-marquee-hidden {
	pointer-events: none;
	visibility: hidden;
}

/* --------------- items --------------- */

.p-photo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-photo-list__wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	-ms-flex: 0 0 15rem;
	flex: 0 0 240px;
	flex: 0 0 15rem;
	width: 240px;
	width: 15rem;
}

.p-photo-list__wrap--offset {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
}

.p-photo-list__item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	outline: none;
	position: relative;
	text-align: center;
	user-select: none;
}

.p-photo-list__item::after {
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/top/plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 8px;
	bottom: 0.5rem;
	content: "";
	height: inherit;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	width: 32px;
	width: 2rem;
}

.p-photo-list__item:focus-visible {
	border-radius: 0.75rem;
	outline: 2px solid rgba(0, 0, 0, .6);
	outline-offset: 4px;
}

.p-photo-list__item-img {
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	aspect-ratio: 1/1;
	background: #f6f6f6;
	border-radius: 0.375rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
	overflow: hidden;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

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

.p-photo-list__wrap--offset {
	-webkit-transform: translateY(3.75rem);
	transform: translateY(3.75rem);
}

/* タイトルラベル（カード内） */

.p-photo-list__item-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background-color: #fff;
	bottom: 24px;
	bottom: 1.5rem;
	display: -webkit-box;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	left: -4px;
	left: -0.25rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-inline: auto;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
	padding: 6px 4px;
	padding: 0.375rem 0.25rem;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* --------------- modal --------------- */

.p-photo-list__modal {
	-webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s;
	inset: 0; /* top/right/bottom/left:0 の省略形 */
	opacity: 0;
	overflow: auto;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	position: fixed;
	transition: opacity 0.6s ease, visibility 0s linear 0.6s;
	visibility: hidden;
	z-index: 10000;
}

/* 背景の半透明レイヤーは擬似要素で全面に敷く */

.p-photo-list__modal::before {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background-color: rgba(255, 255, 255, .8);
	content: "";
	inset: 0;
	position: fixed;
}

.p-modal__close-button {
	background-color: #5CB5E2;
	border: none;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 20px 35px;
	padding: 1.25rem 2.1875rem;
	position: fixed;
	right: 30px;
	right: 1.875rem;
	text-transform: capitalize;
	top: 30px;
	top: 1.875rem;
}

/* 中身は前面に */

.p-modal__inner {
	-webkit-transform: translate3d(0, 0.5rem, 0);
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	margin: min(10vh, 80px) auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	opacity: 0;
	padding: 0 5px;
	padding: 0 0.3125rem;
	position: relative;
	transform: translate3d(0, 0.5rem, 0);
	transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: transform 0.35s ease, opacity 0.35s ease;
	transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
	width: 100%; /* 追加：滑らか＆軽量化 */
	will-change: transform, opacity;
	z-index: 1;
}

.p-modal__img {
	width: 100%;
}

.p-modal__img img {
	-o-object-fit: cover;
	aspect-ratio: 2/3;
	border-radius: 0.3125rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-modal__text {
	background-color: #fff;
	bottom: 10px;
	bottom: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 8px;
	padding: 0.5rem;
	position: absolute;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* 閉じるとき（逆アニメ用） */

.p-photo-list__modal.is-closing {
	-webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0s linear 0.6s;
	visibility: visible; /* アニメ中は見えている必要がある */
}

.p-photo-list__modal.is-closing::before {
	opacity: 0;
}

/* 開くとき：子要素を前にスライド＋フェードイン */

.p-photo-list__modal.is-open .p-modal__inner {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* 閉じるとき：逆アニメ（親の .is-closing は既存どおり使用） */

.p-photo-list__modal.is-closing .p-modal__inner {
	-webkit-transform: translate3d(0, 0.5rem, 0);
	opacity: 0;
	transform: translate3d(0, 0.5rem, 0);
}

/* 開閉＆スクロール固定 */

.p-photo-list__modal.is-open {
	-webkit-transition: opacity 0.6s ease;
	opacity: 1;
	transition: opacity 0.6s ease;
	visibility: visible;
}

body.is-modal-open {
	overflow: hidden;
}

/* 動きが苦手な人へ配慮 */

.l-thanks {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.p-thanks__title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-thanks__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-thanks__button-wrap {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	text-align: center;
}

.p-thanks__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: opacity 0.3s ease;
	align-items: center;
	background: #5CB5E2;
	border-radius: 0.375rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	max-width: 400px;
	max-width: 25rem;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	position: relative;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
	width: 100%;
	width: 100%;
}

.p-thanks__button::after {
	-webkit-transform: translateY(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: -webkit-transform 0.3s ease;
	align-items: center;
	aspect-ratio: 1/1;
	background-image: url(../../assets/images/lower/button_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
	z-index: 2;
}

.p-top-about {
	background-image: url(../../assets/images/top/about_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	overflow: hidden;
	padding: 80px 0;
	padding: 5rem 0;
	position: relative;
}

.p-top-about::before {
	aspect-ratio: 2880/182;
	background-image: url(../../assets/images/top/wave02.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-about__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
}

.p-top-about__item + .p-top-about__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-top-about__item:nth-child(1) .p-top-about__content {
	max-width: 500px;
	max-width: 31.25rem;
}

.p-top-about__content {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 460px;
	max-width: 28.75rem;
}

.p-top-about__decoration {
	content: "";
	height: inherit;
	position: absolute;
	width: 100%;
}

.p-top-about__decoration--top {
	bottom: -90px;
	bottom: -5.625rem;
	margin-right: calc(50% - 50vw);
	max-width: 340px;
	max-width: 21.25rem;
	right: 42px;
	right: 2.625rem;
	width: 60vw;
}

.p-top-about__decoration--top img {
	-o-object-fit: cover;
	aspect-ratio: 686/242;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-about__decoration--center {
	bottom: -90px;
	bottom: -5.625rem;
	left: 20px;
	left: 1.25rem;
	margin-left: calc(50% - 50vw);
	max-width: 274px;
	max-width: 17.125rem;
	width: 50vw;
}

.p-top-about__decoration--center img {
	-o-object-fit: cover;
	aspect-ratio: 555/370;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-about__decoration--bottom {
	bottom: -100px;
	bottom: -6.25rem;
	margin-right: calc(50% - 50vw);
	max-width: 252px;
	max-width: 15.75rem;
	right: 10px;
	right: 0.625rem;
	width: 40vw;
}

.p-top-about__decoration--bottom img {
	-o-object-fit: cover;
	aspect-ratio: 555/370;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-about__title {
	text-align: center;
}

.p-top-about__en img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-about__item:nth-child(1) .p-top-about__en img {
	aspect-ratio: 651/125;
	max-width: 300px;
	max-width: 18.75rem;
}

.p-top-about__item:nth-child(2) .p-top-about__en img {
	aspect-ratio: 819/141;
	max-width: 300px;
	max-width: 18.75rem;
}

.p-top-about__item:nth-child(3) .p-top-about__en img {
	aspect-ratio: 846/136;
	max-width: 300px;
	max-width: 18.75rem;
}

.p-top-about__ja {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-top-about__images {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	border-radius: 4px;
	margin-top: 30px;
	margin-top: 1.875rem;
	order: 1;
	overflow: hidden;
	position: relative;
}

.p-top-about__images img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-about__item:nth-child(1) .p-top-about__images img {
	aspect-ratio: 1127/952;
	max-width: 563px;
	max-width: 35.1875rem;
}

.p-top-about__item:nth-child(2) .p-top-about__images img {
	aspect-ratio: 439/487;
	max-width: 439px;
	max-width: 27.4375rem;
}

.p-top-about__item:nth-child(3) .p-top-about__images img {
	aspect-ratio: 548/366;
	max-width: 548px;
	max-width: 34.25rem;
}

.p-top-about__texts {
	margin-top: 84px;
	margin-top: 5.25rem;
	position: relative;
}

.p-top-about__texts::before {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 152/12;
	background-image: url(../../assets/images/top/path.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 50%;
	position: absolute;
	top: -50px;
	top: -3.125rem;
	transform: translateX(-50%);
	width: 76px;
	width: 4.75rem;
}

.p-top-about__text {
	font-size: clamp(15px, 1.25vw, 18px);
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-top-about__text + .p-top-about__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-access__text-wrap {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-top-access__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-top-access__text + .p-top-access__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-access__button-wrap {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-top-access__img img {
	-o-object-fit: cover;
	aspect-ratio: 1212/1010;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-certification {
	background-color: #F0F7FA;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-top-certification__img {
	margin: auto;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.p-top-certification__img img {
	-o-object-fit: cover;
	aspect-ratio: 2318/874;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-certification__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-certification__text strong {
	font-weight: 500;
}

.p-top-cta {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	height: 420px;
	height: 26.25rem;
	left: 0;
	overflow: hidden;
	padding: 120px 0 60px;
	padding: 7.5rem 0 3.75rem;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-top-cta__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-top-cta::before {
	aspect-ratio: 1440/755;
	background-image: url(../../assets/images/common/contact_bg02.jpg);
	background-position: top center;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-top-cta__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 30px;
	gap: 1.875rem;
	justify-content: center;
}

.p-top-cta__content {
	position: relative;
}

.p-top-cta__title {
	aspect-ratio: 664/279;
	content: "";
	height: inherit;
	left: -10px;
	left: -0.625rem;
	max-width: 332px;
	max-width: 20.75rem;
	position: absolute;
	top: -90px;
	top: -5.625rem;
	width: 70%;
}

.p-top-cta__title img {
	-o-object-fit: cover;
	aspect-ratio: 664/279;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-cta__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.p-top-cta__btn-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 13px;
	gap: 0.8125rem;
	justify-content: center;
	width: 100%;
}

.p-top-cta__btn-text {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	position: relative;
}

.p-top-cta__btn-text::before {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(60deg);
	background-color: #fff;
	content: "";
	height: 2px;
	left: -30px;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transform: rotate(60deg);
	width: 20px;
}

.p-top-cta__btn-text::after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(120deg);
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: -30px;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-50%);
	transform: rotate(120deg);
	width: 20px;
}

.p-top-faq {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-top-faq__container {
	background-color: #fff;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-top-faq__list {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-faq-list__item {
	background-color: #eef6f9;
	border-radius: 0.25rem;
}

.p-faq-list__item + .p-faq-list__item {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-faq-list__item-question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	gap: 12px;
	gap: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 20px 28px 20px 10px;
	padding: 1.25rem 1.75rem 1.25rem 0.625rem;
	position: relative;
}

.p-faq-list__item-question span {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #5CB5E2;
	border-radius: 6.25rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	height: 30px;
	height: 1.875rem;
	justify-content: center;
	line-height: 1.6;
	padding-top: 5px;
	padding-top: 0.3125rem;
	width: 30px;
	width: 1.875rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.3s;
	background: #152B37;
	content: "";
	height: 1.5px;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 20px;
	width: 1.25rem;
}

.p-faq-list__item-question::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.p-faq-list__item-answer {
	display: none;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 0 48px 24px 48px;
	padding: 0 3rem 1.5rem 3rem;
}

.p-top-features {
	isolation: isolate;
	overflow: hidden;
	padding: 120px 0;
	padding: 7.5rem 0;
	position: relative;
}

.p-top-features::before {
	aspect-ratio: 2350/2384;
	background-image: url(../../assets/images/top/features_bg_left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 10%;
	content: "";
	height: inherit;
	left: -20%;
	max-width: 1500px;
	max-width: 93.75rem;
	position: absolute;
	width: 60%;
	z-index: -1;
}

.p-top-features::after {
	aspect-ratio: 2763/2767;
	background-image: url(../../assets/images/top/features_bg_right.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	max-width: 1500px;
	max-width: 93.75rem;
	position: absolute;
	right: -20%;
	top: 0;
	width: 70%;
	z-index: -1;
}

.p-top-features__decoration img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-features__decoration.p-top-features__decoration--wave {
	aspect-ratio: 249/196;
	content: "";
	height: inherit;
	max-width: 125px;
	max-width: 7.8125rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 250px;
	top: 15.625rem;
	width: 20vw;
}

.p-top-features__decoration.p-top-features__decoration--wave img {
	aspect-ratio: 249/196;
}

.p-top-features__decoration.p-top-features__decoration--boat {
	aspect-ratio: 369/208;
	content: "";
	height: inherit;
	left: 20px;
	left: 1.25rem;
	max-width: 184px;
	max-width: 11.5rem;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 40vw;
}

.p-top-features__decoration.p-top-features__decoration--boat img {
	-o-object-fit: cover;
	aspect-ratio: 369/208;
	height: auto;
	object-fit: cover;
}

.p-top-features__list {
	display: grid;
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 80px;
	margin-top: 5rem;
}

.p-top-features__item {
	background-image: url(../../assets/images/top/features_item.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	padding: 1.25rem;
}

.p-top-features__num img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-features__item:nth-child(1) .p-top-features__num {
	max-width: 124px;
	max-width: 7.75rem;
}

.p-top-features__item:nth-child(1) .p-top-features__num img {
	aspect-ratio: 247/40;
}

.p-top-features__item:nth-child(2) .p-top-features__num {
	max-width: 125px;
	max-width: 7.8125rem;
}

.p-top-features__item:nth-child(2) .p-top-features__num img {
	aspect-ratio: 249/40;
}

.p-top-features__item:nth-child(3) .p-top-features__num {
	max-width: 123px;
	max-width: 7.6875rem;
}

.p-top-features__item:nth-child(3) .p-top-features__num img {
	aspect-ratio: 246/45;
}

.p-top-features__item:nth-child(4) .p-top-features__num {
	max-width: 125px;
	max-width: 7.8125rem;
}

.p-top-features__item:nth-child(4) .p-top-features__num img {
	aspect-ratio: 249/47;
}

.p-top-features__item:nth-child(5) .p-top-features__num {
	max-width: 125px;
	max-width: 7.8125rem;
}

.p-top-features__item:nth-child(5) .p-top-features__num img {
	aspect-ratio: 249/46;
}

.p-top-features__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	gap: 0.5rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.p-top-features__icon {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 6.25rem;
	position: relative;
	width: 40px;
	width: 2.5rem;
}

.p-top-features__icon img {
	-webkit-transform: translate(-50%, -50%);
	-o-object-fit: cover;
	height: inherit;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top-features__item:nth-child(1) .p-top-features__icon img {
	aspect-ratio: 39/41;
	width: 20px;
	width: 1.25rem;
}

.p-top-features__item:nth-child(2) .p-top-features__icon img {
	aspect-ratio: 46/34;
	width: 23px;
	width: 1.4375rem;
}

.p-top-features__item:nth-child(3) .p-top-features__icon img {
	aspect-ratio: 43/34;
	width: 22px;
	width: 1.375rem;
}

.p-top-features__item:nth-child(4) .p-top-features__icon img {
	aspect-ratio: 34/48;
	width: 17px;
	width: 1.0625rem;
}

.p-top-features__item:nth-child(5) .p-top-features__icon img {
	aspect-ratio: 64/64;
	width: 32px;
	width: 2rem;
}

.p-top-features__head-title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-top-features__texts {
	padding-top: 12px;
	padding-top: 0.75rem;
}

.p-top-features__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-top-features__photo-area {
	margin: 140px auto 0;
	margin: 8.75rem auto 0;
}

.p-top-flow {
	isolation: isolate;
	overflow: hidden;
	padding: 60px 0;
	padding: 3.75rem 0;
	position: relative;
}

.p-top-flow::before {
	aspect-ratio: 2350/2384;
	background-image: url(../../assets/images/top/features_bg_left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: inherit;
	max-width: 1500px;
	max-width: 93.75rem;
	position: absolute;
	right: -20%;
	width: 60%;
	z-index: -1;
}

.p-top-flow::after {
	aspect-ratio: 2763/2767;
	background-image: url(../../assets/images/top/features_bg_right.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: -30%;
	max-width: 1500px;
	max-width: 93.75rem;
	position: absolute;
	top: 0;
	width: 70%;
	z-index: -1;
}

.p-top-flow__decoration.p-top-flow__decoration--tl {
	aspect-ratio: 279/172;
	content: "";
	height: inherit;
	left: 10px;
	left: 0.625rem;
	max-width: 135px;
	max-width: 8.4375rem;
	position: absolute;
	top: 194px;
	top: 12.125rem;
	width: 20vw;
}

.p-top-flow__decoration.p-top-flow__decoration--tl img {
	-o-object-fit: cover;
	aspect-ratio: 279/172;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-flow__decoration.p-top-flow__decoration--tr {
	aspect-ratio: 308/294;
	content: "";
	height: inherit;
	max-width: 154px;
	max-width: 9.625rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 24px;
	top: 1.5rem;
	width: 30vw;
}

.p-top-flow__decoration.p-top-flow__decoration--tr img {
	-o-object-fit: cover;
	aspect-ratio: 308/294;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-flow__container {
	margin-top: 84px;
	margin-top: 5.25rem;
}

.p-top-flow__subtitle {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	position: relative;
	text-align: center;
}

.p-top-flow__subtitle span {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
}

.p-top-flow__subtitle::after {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 152/12;
	background-image: url(../../assets/images/top/path.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 75px;
	width: 4.6875rem;
}

.p-top-flow__list {
	background-color: #fff;
	margin-top: 48px;
	margin-top: 3rem;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	position: relative;
}

.p-top-flow__list::before {
	background-image: url(../../assets/images/top/dot_line.png);
	background-repeat: repeat-y;
	background-size: contain;
	content: "";
	height: calc(100% - 12.5rem);
	left: 37px;
	left: 2.3125rem;
	position: absolute;
	top: 40px;
	top: 2.5rem;
	width: 2px;
}

.p-top-flow__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
	gap: 1.4375rem;
}

.p-top-flow__item + .p-top-flow__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-flow__num {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #5CB5E2;
	border-radius: 3.125rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	height: 36px;
	height: 2.25rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-top: 4px;
	position: relative;
	width: 36px;
	width: 2.25rem;
}

.p-top-flow__step-title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding-bottom: 17px;
	padding-bottom: 1.0625rem;
}

.p-top-flow__text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-top-flow__day {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-flow__tabs {
	border-bottom: 2px solid #5CB5E2;
	display: grid;
	gap: 4px;
	gap: 0.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
	margin-top: 3rem;
}

.p-top-flow__tabcontent {
	-webkit-transition: opacity 1s ease;
	display: none;
	opacity: 0;
	transition: opacity 1s ease;
}

.p-top-flow__tabcontent.is-active {
	display: block; /* 初期表示はここで出す */
}

.p-top-flow__tabcontent.is-active.is-fadein {
	opacity: 1; /* rAF 後にふわっと表示 */
}

.p-top-flow__tab {
	background-color: #eeeeee;
	border-radius: 4px 4px 0 0;
	color: #9aacb8;
	cursor: pointer;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 8px 4px;
	padding: 0.5rem 0.25rem;
	text-align: center;
	width: 100%;
}

.p-top-flow__tab.is-active {
	background-color: #5CB5E2;
	color: #fff;
}

.p-top-flow__tabcontents {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-flow__step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eef6f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 24px 12px;
	padding: 1.5rem 0.75rem;
}

.p-top-flow__step + .p-top-flow__step {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-flow__stepnum {
	color: #5CB5E2;
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-top-flow__steptext {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-top-link {
	background-color: #fff;
	padding: 60px 0 110px 0;
	padding: 3.75rem 0 6.875rem 0;
}

.p-top-link__title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	position: relative;
	text-align: center;
}

.p-top-link__title::after {
	-webkit-transform: translateX(-50%);
	aspect-ratio: 152/12;
	background-image: url(../../assets/images/top/path.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 75px;
	width: 4.6875rem;
}

.p-top-link__list {
	display: grid;
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: 90%;
}

.p-top-link__item a {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	display: block;
	flex: auto;
}

.p-top-link__item img {
	-o-object-fit: cover;
	aspect-ratio: 300/100;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-plan {
	background-image: url(../../assets/images/top/plan_bg_sp.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
	overflow: hidden;
	padding: 120px 0 237px;
	padding: 7.5rem 0 14.8125rem;
	position: relative;
}

.p-top-plan::before {
	-webkit-transform: rotate(180deg);
	aspect-ratio: 2880/182;
	background-image: url(../../assets/images/top/wave02.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	top: -1px;
	transform: rotate(180deg);
	width: 100%;
}

.p-top-plan::after {
	aspect-ratio: 2880/182;
	background-image: url(../../assets/images/top/wave02.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1px;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-plan__decoration.p-top-plan__decoration--tl {
	aspect-ratio: 359/431;
	content: "";
	height: inherit;
	left: 10px;
	left: 0.625rem;
	max-width: 125px;
	max-width: 7.8125rem;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 30vw;
}

.p-top-plan__decoration.p-top-plan__decoration--tl img {
	-o-object-fit: cover;
	aspect-ratio: 359/431;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-plan__decoration.p-top-plan__decoration--br {
	aspect-ratio: 245/192;
	content: "";
	height: inherit;
	max-width: 123px;
	max-width: 7.6875rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 210px;
	top: 13.125rem;
	width: 20vw;
}

.p-top-plan__decoration.p-top-plan__decoration--br img {
	-o-object-fit: cover;
	aspect-ratio: 245/192;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-plan__lead {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-top-plan__list {
	display: grid;
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 64px;
	margin-top: 4rem;
}

.p-top-plan__item {
	background-color: #fff;
	padding: 60px 20px 40px;
	padding: 3.75rem 1.25rem 2.5rem;
	position: relative;
}

.p-top-plan__item:nth-child(4) {
	padding: 40px 20px 120px;
	padding: 2.5rem 1.25rem 7.5rem;
}

.p-top-plan__num {
	content: "";
	height: inherit;
	left: 20px;
	left: 1.25rem;
	max-width: 120px;
	max-width: 7.5rem;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	width: 100%;
}

.p-top-plan__num img {
	-o-object-fit: cover;
	aspect-ratio: 300/144;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-plan__item:nth-child(2) .p-top-plan__num img {
	aspect-ratio: 303/146;
}

.p-top-plan__item:nth-child(3) .p-top-plan__num img {
	aspect-ratio: 299/144;
}

.p-top-plan__head-title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	position: relative;
	text-align: center;
}

.p-top-plan__head-title::before {
	background-image: url(../../assets/images/top/plan_line.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-plan__head-title span {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-top-plan__priceblock {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-plan__label {
	background-color: #eeeeee;
	border-radius: 0.3125rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 8px;
	padding: 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-plan__price,
.p-top-plan__bullets {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-top-plan__bullets--dot .p-top-plan__bullet {
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
}

.p-top-plan__bullets--dot .p-top-plan__bullet::before {
	aspect-ratio: 1/1;
	background-color: #5CB5E2;
	border-radius: 3.125rem;
	content: "";
	left: 0;
	position: absolute;
	top: 16px;
	top: 1rem;
	width: 5px;
	width: 0.3125rem;
}

.p-top-plan__sections {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-plan__section + .p-top-plan__section {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-plan__bullet + .p-top-plan__bullet {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-top-plan__bullet span {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 0;
}

.p-top-plan__sideimg {
	display: block;
	width: 100%;
}

.p-top-plan__item:nth-child(1) .p-top-plan__sideimg {
	max-width: 215px;
	max-width: 13.4375rem;
	width: 50%;
}

.p-top-plan__item:nth-child(1) .p-top-plan__sideimg img {
	-o-object-fit: cover;
	aspect-ratio: 215/145;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-plan__item:nth-child(4) .p-top-plan__sideimg {
	max-width: 319px;
	max-width: 19.9375rem;
}

.p-top-plan__item:nth-child(4) .p-top-plan__sideimg img {
	-o-object-fit: cover;
	aspect-ratio: 319/202;
	height: auto;
	max-width: 50vw;
	object-fit: cover;
	width: 100%;
}

.p-top-plan__sidewrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	gap: 0.875rem;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-plan__item:nth-child(4) .p-top-plan__sidewrap {
	bottom: 0;
	content: "";
	display: block;
	height: inherit;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-plan__sidenote {
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 22px;
	padding-top: 1.375rem;
	position: relative;
}

.p-top-plan__sidenote::before {
	-webkit-transform: rotate(-25deg);
	background-color: #152B37;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 5px;
	top: 0.3125rem;
	transform: rotate(-25deg);
	width: 30px;
	width: 1.875rem;
}

.p-top-plan__sidenote::after {
	-webkit-transform: rotate(25deg);
	background-color: #152B37;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 60px;
	top: 3.75rem;
	transform: rotate(25deg);
	width: 30px;
	width: 1.875rem;
}

.p-top-plan__bullet.p-top-plan__bullet--note {
	padding-left: 0;
	padding-left: initial;
}

.p-top-plan__bullet.p-top-plan__bullet--note::before {
	display: none;
}

.p-top-price {
	padding-top: 140px;
	padding-top: 8.75rem;
	position: relative;
}

.p-top-price__decoration.p-top-price__decoration--tl {
	aspect-ratio: 303/314;
	content: "";
	height: inherit;
	left: 20px;
	left: 1.25rem;
	max-width: 151px;
	max-width: 9.4375rem;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 25vw;
}

.p-top-price__decoration.p-top-price__decoration--tl img {
	-o-object-fit: cover;
	aspect-ratio: 303/314;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-price__decoration.p-top-price__decoration--tr {
	aspect-ratio: 249/196;
	content: "";
	height: inherit;
	max-width: 151px;
	max-width: 9.4375rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 140px;
	top: 8.75rem;
	width: 22vw;
}

.p-top-price__decoration.p-top-price__decoration--tr img {
	-o-object-fit: cover;
	aspect-ratio: 249/196;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* =========================
   Price Table
   ========================= */

/* 料金表（横スクロール領域） */

.p-top-price__table {
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-ms-touch-action: pan-x pan-y;
	backface-visibility: hidden;
	contain: paint;
	margin: 64px auto 0;
	margin: 4rem auto 0;
	overflow-x: auto;
	overflow-y: visible;
	overscroll-behavior-block: contain;
	overscroll-behavior-inline: contain;
	touch-action: pan-x pan-y;
	transform: translateZ(0);
	will-change: transform;
}

/* デスクトップ（マウス）だけに限定して安全適用 */

.p-top-price__table > table {
	width: 900px;
}

/* セル共通（ボーダー無し） */

.p-top-price__table th,
.p-top-price__table td {
	background-clip: padding-box;
	background-color: #fff;
	border: 0;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 10px 6px;
	padding: 0.625rem 0.375rem;
	text-align: center;
	vertical-align: top;
	word-break: break-word;
}

/* ヘッダー行 */

.p-top-price__table thead th {
	background-color: #5CB5E2;
	color: #fff;
	font-weight: 500;
	top: 0;
	width: 200px;
	width: 12.5rem;
	z-index: 2;
}

/* 先頭の空ヘッダーセルを左列色に合わせる場合 */

.p-top-price__table thead th:first-child {
	background-color: #9AACB8;
	color: #fff;
	width: 170px;
	width: 10.625rem;
}

.p-top-price__table thead tr:first-child th:first-child {
	background-color: transparent;
}

/* 左ラベル列 */

.p-top-price__table tbody th {
	background-color: #9AACB8;
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	left: 0;
	text-align: center;
	z-index: 1;
}

.p-top-price__table tbody th span {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* リスト体裁 */

.p-top-price__table td ul,
.p-top-price__table td ol {
	margin: 6px 0 0;
	margin: 0.375rem 0 0;
	padding-left: 18px;
	padding-left: 1.125rem;
}

.p-top-price__table td li {
	margin: 2px 0;
	margin: 0.125rem 0;
}

.p-top-service {
	position: relative;
}

.p-top-plan__lead {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
}

.p-top-service__decoration.p-top-service__decoration--tr {
	aspect-ratio: 249/196;
	content: "";
	height: inherit;
	left: 20px;
	left: 1.25rem;
	max-width: 125px;
	max-width: 7.8125rem;
	position: absolute;
	top: 100px;
	top: 6.25rem;
	width: 20vw;
}

.p-top-service__decoration.p-top-service__decoration--tr img {
	-o-object-fit: cover;
	aspect-ratio: 249/196;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-service__decoration.p-top-service__decoration--br {
	aspect-ratio: 451/384;
	content: "";
	height: inherit;
	max-width: 225px;
	max-width: 14.0625rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: -115px;
	top: -7.1875rem;
	width: 35vw;
}

.p-top-service__decoration.p-top-service__decoration--br img {
	-o-object-fit: cover;
	aspect-ratio: 451/384;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-service__container {
	display: grid;
	gap: 24px;
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-service__item {
	background-image: url(../../assets/images/top/service_card.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

.p-top-service__icon {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 3.125rem;
	margin: auto;
	position: relative;
	width: 67px;
	width: 4.1875rem;
}

.p-top-service__icon img {
	-webkit-transform: translate(-50%, -50%);
	-o-object-fit: cover;
	height: inherit;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top-service__item:nth-child(1) .p-top-service__icon img {
	aspect-ratio: 72/62;
	width: 36px;
	width: 2.25rem;
}

.p-top-service__item:nth-child(2) .p-top-service__icon img {
	aspect-ratio: 52/68;
	width: 26px;
	width: 1.625rem;
}

.p-top-service__item:nth-child(3) .p-top-service__icon img {
	aspect-ratio: 70/70;
	width: 35px;
	width: 2.1875rem;
}

.p-top-service__item:nth-child(4) .p-top-service__icon img {
	aspect-ratio: 45/62;
	width: 23px;
	width: 1.4375rem;
}

.p-top-service__item:nth-child(5) .p-top-service__icon img {
	aspect-ratio: 73/60;
	width: 37px;
	width: 2.3125rem;
}

.p-top-service__item:nth-child(6) .p-top-service__icon img {
	aspect-ratio: 65/58;
	width: 33px;
	width: 2.0625rem;
}

.p-top-service__title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-top-service__texts {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 24px;
	margin-top: 1.5rem;
}

/* アニメーション前 */

.u-blur,
.u-blur-delay,
.u-blur-delay02,
.u-blur-fast {
	opacity: 0;
}

.u-blur.is-active {
	-webkit-animation: blur 1.5s ease-out forwards;
	animation: blur 1.5s ease-out forwards;
}

.u-blur-fast.is-active {
	-webkit-animation: blur 1s ease-out forwards;
	animation: blur 1s ease-out forwards;
}

.u-blur-delay.is-active {
	-webkit-animation: blur 1.5s ease-out 1.5s forwards;
	animation: blur 1.5s ease-out 1.5s forwards;
}

.u-blur-delay02.is-active {
	-webkit-animation: blur 1.5s ease-out 2.5s forwards;
	animation: blur 1.5s ease-out 2.5s forwards;
}

/* アニメーション前 */

.u-fade-type-up,
.u-fade-type-up-slide {
	opacity: 0;
}

.u-fade-type-up-slide {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

/* トリガー発火でis-activeを付与 */

.u-fade-type-up.is-active {
	-webkit-transition: 2s;
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	transition: 2s;
}

.u-fade-type-up-slide.is-active {
	-webkit-transition: 0.5s;
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	transition: 0.5s;
}

/* アニメーション前 */

.u-fadeIn,
.u-fadeIn-slow,
.u-fadeIn-fast {
	opacity: 0;
}

.u-fadeIn-fast.is-active {
	-webkit-animation: fadeIn 1s ease-out forwards;
	animation: fadeIn 1s ease-out forwards;
}

.u-fadeIn.is-active {
	-webkit-animation: fadeIn 2s ease-out forwards;
	animation: fadeIn 2s ease-out forwards;
}

.u-fadeIn-slow.is-active {
	-webkit-animation: fadeIn 3s ease-out 0.5s forwards;
	animation: fadeIn 3s ease-out 0.5s forwards;
}

/* アニメーション前 */

.u-fadeUp,
.u-fadeUp-delay,
.u-fadeUp-slow,
.u-fadeUp-slow-delay {
	opacity: 0;
}

.u-fadeUp.is-active {
	-webkit-animation: fadeUp 0.6s ease-out forwards;
	animation: fadeUp 0.6s ease-out forwards;
}

.u-fadeUp-delay.is-active {
	-webkit-animation: fadeUp 0.6s ease-out 2s forwards;
	animation: fadeUp 0.6s ease-out 2s forwards;
}

.u-fadeUp-slow.is-active {
	-webkit-animation: fadeUpLong 0.6s ease-out forwards;
	animation: fadeUpLong 0.6s ease-out forwards;
}

.u-fadeUp-slow-delay.is-active {
	-webkit-animation: fadeUpLong 0.6s ease-out 0.5s forwards;
	animation: fadeUpLong 0.6s ease-out 0.5s forwards;
}

/* 左→右に“ふわっと開く”（超シンプル版） */

.u-fadeInLR,
.u-fadeInLR--delay {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0; /* テキストなら安定のため付けてもOK */ /* display: inline-block; */
}

.u-fadeInLR.is-active {
	-webkit-animation: fadeInLR 1.2s ease-out 1.2s forwards;
	animation: fadeInLR 1.2s ease-out 1.2s forwards; /* 遅延が必要ならここにだけ追加でもOK
     animation-delay: .6s; */
}

.u-fadeInLR--delay.is-active {
	-webkit-animation: fadeInLR 1.2s ease-out 1.8s forwards;
	animation: fadeInLR 1.2s ease-out 1.8s forwards;
}

.u-slideIn {
	opacity: 0;
}

.u-slideIn.is-active { /* name duration timing-function delay fill-mode（順不同OK） */
	-webkit-animation: slideIn 2s linear 1s forwards;
	animation: slideIn 2s linear 1s forwards;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.js-bgShape {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

@media (hover: hover) {

a:hover {
	opacity: 0.6;
}

.p-header__nav-item a:hover {
	opacity: 1;
}

.p-header__nav-item a:hover::after {
	-webkit-transform: translateX(-50%) scale(1);
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.p-header .p-header__nav-item.p-header__nav-item--contact a:hover {
	background-color: #fff;
	color: #5CB5E2;
	opacity: 1;
}

.p-header .p-header__nav-item--contact a:hover .c-icon-mail {
	color: #5CB5E2;
}

}

@media (hover: none) {

a:active {
	opacity: 0.6;
}

}

@media (any-hover: hover) {

.c-button:hover {
	-webkit-transform: translate(4px, 2px);
	-webkit-box-shadow: none;
	background-position: 100% 0%;
	box-shadow: none;
	opacity: 1;
	transform: translate(4px, 2px);
}

.c-link-button:hover::before {
	-webkit-transform: translateX(4px) translateY(-50%) scale(1.05);
	transform: translateX(4px) translateY(-50%) scale(1.05);
}

.c-link-button:hover {
	color: #5CB5E2;
	font-weight: 500;
	opacity: 1;
	text-shadow: 0 2px 6px rgba(92, 181, 226, .25), 0 0 8px rgba(92, 181, 226, .2);
}

.p-contact__form-submit:hover::after {
	-webkit-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}

.p-contact__form-submit.is-disabled:hover::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-footer__nav-contact a:hover {
	background-color: #fff;
	color: #5CB5E2;
	opacity: 1;
}

.p-footer__nav-item a:hover {
	color: #5CB5E2;
	font-weight: 500;
	opacity: 1;
	text-shadow: 0 2px 6px rgba(92, 181, 226, .25), 0 0 8px rgba(92, 181, 226, .2);
}

.p-footer__nav-contact a:hover::before {
	background-color: #5CB5E2;
}

.p-header__drawer-item--contact a:hover {
	background-color: #fff;
	color: #5CB5E2;
	opacity: 1;
}

.p-header__drawer-item--contact a:hover::before {
	background-color: #5CB5E2;
}

.p-thanks__button:hover::after {
	-webkit-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}

.p-thanks__button:hover {
	opacity: 1;
}

}

@media (hover: none), (pointer: coarse) {

.p-header.is-solid,
.p-header.is-open {
	-webkit-backdrop-filter: none;
	-webkit-box-shadow: 0 4px 12px rgba(21, 43, 55, .1);
	backdrop-filter: none;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 4px 12px rgba(21, 43, 55, .1);
}

/* 不要ならwill-changeは外す（iOSの再描画を減らす） */

.p-header {
	will-change: auto;
}

.p-header {
	will-change: auto;
}

}

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

.p-mv__scroll img {
	-webkit-animation: none !important;
	animation: none !important;
}

.p-photo-area__list {
	-webkit-animation: none !important;
	-webkit-transform: none !important;
	animation: none !important;
	transform: none !important;
}

.p-photo-list__modal,
.p-photo-list__modal::before,
.p-modal__inner {
	-webkit-transition: none !important;
	transition: none !important;
}

.u-fadeInLR,
.u-fadeInLR--delay,
.u-fadeInLR.is-active,
.u-fadeInLR--delay.is-active {
	-webkit-animation: none !important;
	-webkit-clip-path: inset(0 0 0 0) !important;
	animation: none !important;
	clip-path: inset(0 0 0 0) !important;
	opacity: 1 !important;
}

}

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

.p-photo-area__container:hover .p-photo-area__list {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.p-photo-list__wrap:hover .p-photo-list__item-img {
	-webkit-transform: translateY(-0.125rem);
	-webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .16), 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16), 0 2px 6px rgba(0, 0, 0, .1);
	transform: translateY(-0.125rem);
}

}

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

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

.c-button {
	max-width: none;
	max-width: initial;
	padding: 1.5rem 6rem;
}

.c-section-title__en {
	width: 100%;
}

.c-section-title__ja {
	font-size: 2rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.l-contact {
	margin-top: 7.5rem;
	padding-bottom: 7.125rem;
}

.l-inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-wrap01 {
	background-image: url(../../assets/images/top/service_bg.jpg);
	padding: 5.3125rem 0 8.875rem 0;
}

.l-wrap02 {
	background-image: url(../../assets/images/top/access_bg.jpg);
	padding: 10.875rem 0 8.875rem 0;
}

.p-access-card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	gap: 4rem;
	justify-content: space-between;
	padding: 2.5rem;
}

.p-access-card__title {
	font-size: 1.5rem;
}

.p-access-card__desc {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-access-card__thumb {
	margin: 0;
	margin: initial;
	max-width: 18.75rem;
}

.l-access {
	margin-top: 6.25rem;
}

.p-access__summary {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 7.5rem;
	grid-template-columns: repeat(4, 1fr);
	justify-content: space-between;
	margin: 5rem auto 0;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.p-access__summary-item:not(:last-child)::before {
	-webkit-transform: translateY(-50%);
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -7.8125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 8.125rem;
}

.p-access__summary-item:nth-child(1):after {
	-webkit-transform: translateY(-50%);
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -6.25rem;
	top: 25%;
	transform: translateY(-50%);
	width: 4.6875rem;
}

.p-access__summary-item:nth-child(2):after {
	-webkit-transform: translateY(-50%);
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -5rem;
	top: 25%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.p-access__summary-item:nth-child(3):after {
	-webkit-transform: translateY(-50%);
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -6.6875rem;
	top: 25%;
	transform: translateY(-50%);
	width: 5.625rem;
}

.p-access__block {
	margin-top: 5rem;
}

.p-access__title {
	font-size: 1.75rem;
}

.p-access__chart {
	margin: 5rem auto 0;
	max-width: 43.125rem;
}

.p-access__note {
	font-size: 1.125rem;
	margin-top: 5rem;
}

.p-access__label {
	margin: 5rem auto 0;
	max-width: 53.375rem;
}

.p-access__card-wrap {
	margin-top: 4rem;
}

.p-access__card + .p-access__card {
	margin-top: 2rem;
}

.p-contact__container {
	margin: 3.125rem auto 0;
	max-width: 62.5rem;
}

.p-contact__form-wrap,
.p-contact__form-wrapArea {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5rem 0;
}

.p-contact__form-wrapArea {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-contact__form-wrapBottom {
	margin-top: 4rem;
}

.p-contact__form-label {
	font-size: 1.125rem;
	max-width: 19.0625rem;
	width: 100%;
}

.p-contact__form-input,
.p-contact__form-textarea {
	margin-top: 0;
	width: calc(100% - 19.0625rem);
}

.p-contact__form-input input {
	font-size: 1.125rem;
	line-height: 1.8;
	padding: 0.875rem 1.25rem;
}

.p-contact__form-note {
	font-size: 1rem;
}

.p-contact__form-textarea {
	margin-top: 1.25rem;
}

.p-contact__form-textarea textarea {
	font-size: 1.125rem;
	min-height: 15.625rem;
	padding: 0.875rem 1.25rem;
}

.p-contact__form-radio {
	gap: 1.5625rem;
	margin-top: 0;
	margin-top: initial;
}

.p-contact__form-radio input[type=radio] + span {
	font-size: 1.125rem;
	padding-left: 1.75rem;
}

.p-contact__form-wrapBottom .p-contact__form-checkbox {
	font-size: 1rem;
}

.p-contact__form-submit {
	margin: 2.5rem auto 0;
}

.p-contact__form-submit input[type=submit] {
	font-size: 1.25rem;
	padding: 1.25rem 1.5rem;
}

.p-contact__form-submit::after {
	width: 2rem;
}

.p-footer {
	padding: 12.5rem 0 2.5rem;
}

.p-footer__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
	max-width: 80rem;
}

.p-footer__logo {
	max-width: 13.4375rem;
}

.p-footer__copyright {
	margin-top: 0;
	margin-top: initial;
}

.p-header {
	-webkit-transition: background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	height: 5.625rem;
	transition: background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-header__logo {
	max-width: 13.4375rem;
}

.p-header__hamburger {
	width: 5.625rem;
}

.p-lower-head {
	aspect-ratio: 2880/1060;
	background-image: url(../../assets/images/lower/lower_bg.jpg);
}

.p-lower-head__decoration.p-lower-head__decoration--right {
	right: 1.3125rem;
	top: 50%;
	width: 100%;
}

.p-lower-head__decoration.p-lower-head__decoration--left {
	left: 2.5rem;
	top: 45%;
	width: 100%;
}

.p-lower-head__jaTitle {
	font-size: 2rem;
	margin-top: 1.25rem;
}

.p-mv {
	min-height: min(200vh, 1500px);
}

.p-mv__content {
	margin-top: min(20vh, 180px);
}

.p-mv__text + .p-mv__text {
	margin-top: 2.5rem;
}

.p-photo-area__decoration {
	right: 4.375rem;
	top: -6.25rem;
	width: 100%;
}

.p-photo-area__list {
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
	gap: 2.5rem;
}

.p-photo-list__wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18.75rem;
	flex: 0 0 18.75rem;
	width: 18.75rem;
}

.p-photo-list__item-text {
	font-size: 0.875rem;
	padding: 0.375rem;
}

.p-modal__close-button {
	font-size: 1.125rem;
	padding: 1.5625rem 2.5rem;
}

.p-modal__inner {
	padding: 0 1.25rem;
}

.p-modal__img img {
	aspect-ratio: 1/1;
}

.p-modal__text {
	font-size: 1.125rem;
}

.l-thanks {
	margin-top: 7.5rem;
	padding-bottom: 10rem;
}

.p-thanks__title {
	font-size: 2.25rem;
}

.p-thanks__text {
	font-size: 1.125rem;
	margin-top: 3.75rem;
}

.p-thanks__button-wrap {
	margin: 3.75rem auto 0;
}

.p-thanks__button {
	font-size: 1.25rem;
	padding: 1.25rem 1.5rem;
}

.p-thanks__button::after {
	width: 2rem;
}

.p-top-about {
	background-image: url(../../assets/images/top/about_bg.jpg);
	padding: 7.6875rem 0 14.8125rem 0;
}

.p-top-about__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 8.5vw;
}

.p-top-about__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 8.5vw;
}

.p-top-about__item + .p-top-about__item {
	margin-top: 7.5rem;
}

.p-top-about__content {
	margin-top: 0;
	margin-top: initial;
}

.p-top-about__decoration--top {
	width: 100%;
}

.p-top-about__decoration--center {
	bottom: -8.75rem;
	left: 2.625rem;
	max-width: 17.125rem;
	width: 100%;
}

.p-top-about__decoration--bottom {
	bottom: -11.25rem;
	right: 3.4375rem;
	width: 100%;
}

.p-top-about__item:nth-child(1) .p-top-about__en img {
	max-width: 20.25rem;
}

.p-top-about__item:nth-child(2) .p-top-about__en img {
	max-width: 25.6875rem;
}

.p-top-about__item:nth-child(3) .p-top-about__en img {
	max-width: 26.5rem;
}

.p-top-about__images {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	margin-top: 0;
	margin-top: initial;
	order: 0;
}

.p-top-access__flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7vw;
	justify-content: center;
}

.p-top-access__content {
	max-width: 31rem;
	width: 34.5vw;
}

.p-top-access__text {
	font-size: 1.125rem;
}

.p-top-access__img {
	max-width: 37.875rem;
	width: 42.2vw;
}

.p-top-certification {
	padding: 5rem 0 3.75rem;
}

.p-top-certification__text {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

.p-top-cta {
	height: 23.125rem;
	padding: 7.5rem 0 1.25rem;
}

.p-top-cta__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 6.25rem;
}

.p-top-cta__title {
	left: -10rem;
	top: -5rem;
	width: 100%;
}

.p-top-cta__text {
	font-size: 1.25rem;
}

.p-top-cta__btn-wrap {
	width: auto;
	width: initial;
}

.p-top-faq {
	margin-top: 8.75rem;
}

.p-top-faq__container {
	padding: 5rem;
}

.p-top-faq__list {
	margin-top: 4rem;
}

.p-faq-list__item-question {
	font-size: 1.25rem;
	gap: 1.5rem;
	padding: 2rem 1.5rem;
}

.p-faq-list__item-question span {
	font-size: 1.125rem;
	height: 2.5rem;
	width: 2.5rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	height: 2px;
	right: 2rem;
	width: 1.25rem;
}

.p-faq-list__item-answer {
	font-size: 1.125rem;
}

.p-top-features {
	padding: 5rem 0 8.9375rem;
}

.p-top-features__decoration.p-top-features__decoration--wave {
	right: 5.1875rem;
	top: 9.8125rem;
	width: 100%;
}

.p-top-features__decoration.p-top-features__decoration--boat {
	left: 4.75rem;
	top: 7.8125rem;
	width: 100%;
}

.p-top-features__list {
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
}

.p-top-features__item {
	padding: 2.5rem;
}

.p-top-features__head-title {
	font-size: 1.375rem;
}

.p-top-features__text {
	font-size: 1.125rem;
}

.p-top-flow {
	padding: 8.75rem 0;
}

.p-top-flow__decoration.p-top-flow__decoration--tl {
	left: 5.8125rem;
	top: 12.125rem;
	width: 100%;
}

.p-top-flow__decoration.p-top-flow__decoration--tr {
	right: 5.6875rem;
	top: 1.875rem;
	top: 8.75rem;
	width: 100%;
}

.p-top-flow__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6.25rem;
}

.p-top-flow__application,
.p-top-flow__day {
	max-width: 34.375rem;
	width: 46%;
}

.p-top-flow__subtitle span {
	display: inline;
}

.p-top-flow__list {
	padding: 2.5rem;
}

.p-top-flow__list::before {
	height: calc(100% - 10.625rem);
	left: 3.625rem;
}

.p-top-flow__item + .p-top-flow__item {
	margin-top: 2.8125rem;
}

.p-top-flow__text {
	font-size: 1.125rem;
}

.p-top-flow__day {
	margin-top: 0;
	margin-top: initial;
}

.p-top-flow__tab {
	font-size: 1.125rem;
	padding: 0.75rem;
}

.p-top-flow__step {
	font-size: 1.125rem;
	padding: 1.5rem;
}

.p-top-link {
	padding: 6.125rem 0 6.875rem 0;
}

.p-top-link__list {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 2.5rem auto 0;
	max-width: 62.5rem;
	width: auto;
	width: initial;
}

.p-top-plan {
	background-image: url(../../assets/images/top/plan_bg.jpg);
	padding: 7.6875rem 0 14.8125rem 0;
}

.p-top-plan__decoration.p-top-plan__decoration--tl {
	left: 6.4375rem;
	top: 6.375rem;
	width: 100%;
}

.p-top-plan__decoration.p-top-plan__decoration--br {
	right: 6.625rem;
	top: 11.875rem;
	width: 100%;
}

.p-top-plan__lead {
	font-size: 1.125rem;
}

.p-top-plan__list {
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-plan__item {
	padding: 5rem 4rem 2.5rem;
}

.p-top-plan__item:nth-child(4) {
	padding: 5rem 4rem 2.5rem;
}

.p-top-plan__num {
	left: 1.75rem;
	max-width: 9.375rem;
}

.p-top-plan__label {
	font-size: 1.125rem;
}

.p-top-plan__price,
.p-top-plan__bullets {
	font-size: 1.125rem;
}

.p-top-plan__sections {
	margin-top: 2rem;
}

.p-top-plan__section + .p-top-plan__section {
	margin-top: 2rem;
}

.p-top-plan__bullet span {
	font-size: 1rem;
	margin-top: 2rem;
}

.p-top-plan__item:nth-child(1) .p-top-plan__sideimg {
	width: 100%;
}

.p-top-plan__item:nth-child(4) .p-top-plan__sideimg img {
	max-width: none;
	max-width: initial;
}

.p-top-plan__item:nth-child(4) .p-top-plan__sidewrap {
	bottom: 2.25rem;
}

.p-top-plan__sidenote {
	font-size: 1rem;
}

.p-top-price__decoration.p-top-price__decoration--tl {
	left: 4.375rem;
	top: 8.75rem;
	width: 100%;
}

.p-top-price__decoration.p-top-price__decoration--tr {
	right: 4.375rem;
	top: 8.75rem;
	width: 100%;
}

.p-top-price__table > table {
	background: transparent;
	border-collapse: separate;
	border-spacing: 0.125rem;
	width: auto;
	width: initial;
}

.p-top-price__table th,
.p-top-price__table td {
	font-size: 1.125rem;
	padding: 0.875rem 0.75rem;
}

.p-top-price__table thead th {
	width: 14.875rem;
}

.p-top-price__table thead th:first-child {
	width: 14.875rem;
}

.p-top-price__table tbody th {
	font-size: 1.125rem;
}

.p-top-price__table tbody th span {
	font-size: 0.9375rem;
}

.p-top-plan__lead {
	font-size: 1.125rem;
}

.p-top-service__decoration.p-top-service__decoration--tr {
	left: 7.875rem;
	top: -2.75rem;
	width: 100%;
}

.p-top-service__decoration.p-top-service__decoration--br {
	right: 2.875rem;
	top: -1.9375rem;
	width: 100%;
}

.p-top-service__container {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
}

.p-top-service__item {
	padding: 2.5rem 2rem;
}

.p-top-service__texts {
	font-size: 1.125rem;
}

.u-fade-type-up.is-active {
	-webkit-transition: 1s;
	transition: 1s;
}

.u-fadeIn.is-active {
	-webkit-animation: fadeIn 2s ease-out 1s forwards;
	animation: fadeIn 2s ease-out 1s forwards;
}

.u-fadeUp-slow.is-active {
	-webkit-animation: fadeUpLong 1s ease-out forwards;
	animation: fadeUpLong 1s ease-out forwards;
}

.u-fadeUp-slow-delay.is-active {
	-webkit-animation: fadeUpLong 1s ease-out 1s forwards;
	animation: fadeUpLong 1s ease-out 1s forwards;
}

}

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

.p-mv__container {
	-webkit-transform: none;
	left: 5rem;
	top: 30svh;
	transform: none;
	width: auto;
	width: initial;
}

.p-mv__en-title {
	max-width: 32.75rem;
	width: 36.5vw;
}

.p-mv__scroll {
	top: 50%;
	width: 10vw;
}

.p-mv__scroll::before {
	width: 0.375rem;
}

.p-mv__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	margin-top: min(50vh, 400px);
}

.p-mv__text-wrap {
	max-width: 41.4375rem;
	width: 46vw;
}

.p-mv__text {
	line-height: 2.2;
}

.p-mv__img {
	margin-left: 0;
	margin-left: initial;
	margin-top: 0;
	margin-top: initial;
	max-width: 32.8125rem;
	width: 36.5vw;
}

.u-fadeIn-slow.is-active {
	-webkit-animation: fadeIn 3s ease-out 1s forwards;
	animation: fadeIn 3s ease-out 1s forwards;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.u-xlg {
	display: none;
}

.p-header__nav {
	display: block;
}

.p-header__nav-item a {
	padding: 0 0.625rem;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer-item--link {
	margin-top: 0;
	margin-top: initial;
}

.p-mv {
	aspect-ratio: 1440/1455;
}

}

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

.p-header.is-solid {
	-webkit-backdrop-filter: saturate(160%) blur(12px);
	-webkit-box-shadow: 0 4px 12px rgba(21, 43, 55, .1);
	backdrop-filter: saturate(160%) blur(12px);
	background: rgba(92, 181, 226, .35);
	box-shadow: 0 4px 12px rgba(21, 43, 55, .1);
}

.p-header.is-open {
	-webkit-backdrop-filter: saturate(160%) blur(12px);
	-webkit-box-shadow: 0 4px 16px rgba(21, 43, 55, .15);
	backdrop-filter: saturate(160%) blur(12px);
	background: rgba(92, 181, 226, .55);
	box-shadow: 0 4px 16px rgba(21, 43, 55, .15);
}

}

@media (min-width: 1440px) {

.p-mv__container {
	left: calc(50% - 40rem);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes spin {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes spin {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes loop-gallery {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	-webkit-transform: translate3d(calc(-50% - 0.625rem), 0, 0);
	transform: translate3d(calc(-50% - 0.625rem), 0, 0);
}

}

@keyframes loop-gallery {

from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

to {
	-webkit-transform: translate3d(calc(-50% - 0.625rem), 0, 0);
	transform: translate3d(calc(-50% - 0.625rem), 0, 0);
}

}

@-webkit-keyframes blur {

0% {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	filter: blur(10px);
	opacity: 0;
}

100% {
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
}

}

@keyframes blur {

0% {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	filter: blur(10px);
	opacity: 0;
}

100% {
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeUp {

0% {
	-webkit-transform: translateY(6px);
	opacity: 0;
	transform: translateY(6px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@keyframes fadeUp {

0% {
	-webkit-transform: translateY(6px);
	opacity: 0;
	transform: translateY(6px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@-webkit-keyframes fadeUpLong {

0% {
	-webkit-transform: translateY(20px);
	opacity: 0;
	transform: translateY(20px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@keyframes fadeUpLong {

0% {
	-webkit-transform: translateY(20px);
	opacity: 0;
	transform: translateY(20px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0); /* 元の位置 */
}

}

@-webkit-keyframes fadeInLR {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

30% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 1;
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

}

@keyframes fadeInLR {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

30% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 1;
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

}

@-webkit-keyframes slideIn {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

}

@keyframes slideIn {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

}


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