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

:root {
	--rem: 1rem / 16;
	--em: 1em / 16;
	--vw: 1440 * 100vw;
}

:root {
	--inner-value: 1250;
	--inner: 1250px;
	--padding-pc: 25px;
	--padding-sp: 20px;
}

:root {
	--base-font: "Zen Kaku Gothic New", sans-serif;
	--en-font: "Lato", sans-serif;
	--fw-light: 300;
	--fw-regular: 400;
	--fw-medium: 500;
	--fw-semi-bold: 600;
	--fw-bold: 700;
	--fw-extrabold: 800;
	--fw-black: 900;
	--leading-trim: calc((1em - 1lh) / 2);
}

:root {
	--white: #fff;
	--black: #000;
	--text-black: #333333;
	--red: #E33820;
	--bg-light-gray: #F5F5F5;
	--color-primary: #1386C5;
	--color-primary-light: #ECF6FA;
	--color-cta: #EE8E13;
	--color-line: #06C755;
	--color-border: #E5E5E5;
	--color-nav-hover: var(--color-primary);
	--header-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

:root {
	--z-index-loader: 1000;
	--z-index-header: 100;
	--z-index-pagetop: 90;
}

:root {
	--header-height: calc(98 * var(--rem));
	--scrollbar-width: 0;
}

@property --scrollbar {
	syntax: "<length>";
	initial-value: 0;
	inherits: true;
}

:root:has(:modal[open],
.is-scroll-lock,
.loader) {
	overflow: hidden;
	scrollbar-gutter: stable;
}

body {
	container-type: inline-size;
	background-color: var(--white);
	font-family: var(--base-font);
	color: var(--black);
	font-weight: var(--fw-medium);
	line-height: 1.5;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-padding-top: 3.75rem;
}

/* Set core body defaults */

body {
	min-height: 100svh;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
	line-break: strict;
	overflow-wrap: anywhere;
}

/* 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 {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

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

/* Inherit fonts for inputs and buttons */

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

/* picture*/

picture {
	display: block;
	width: 100%;
	height: 100%;
}

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

img:not([alt]) {
	filter: blur(10px);
}

:where(dialog) {
	width: unset;
	max-width: unset;
	height: unset;
	max-height: unset;
	padding: unset;
	color: unset;
	background-color: unset;
	border: unset;
	overflow: unset;
}

:where(dialog:focus-visible) {
	outline: none;
}

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

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

textarea {
	resize: vertical;
}

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

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

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

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

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

.inner {
	max-width: calc(var(--inner) + var(--padding-pc) * 2);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
	width: 100%;
}

.l-main {
	background-color: var(--color-primary-light);
}

.p-404 {
	background-color: var(--white);
	padding: 5rem 0 7.5rem;
	text-align: center;
}

.p-404__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* Not Found 装飾テキスト */

.p-404__not-found {
	font-family: var(--en-font);
	font-size: 5rem;
	font-weight: var(--fw-bold);
	font-style: italic;
	line-height: 1;
	color: var(--color-primary-light);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

/* タイトル */

.p-404__title {
	font-size: 2.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
	margin-top: -1rem;
}

/* リードテキスト */

.p-404__text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 1.75rem;
}

/* ボタン */

.p-404__btn {
	margin-top: 3rem;
}

.p-about-beliefs {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 7.5rem 0;
	overflow: hidden;
}

/* デコ（右上） */

.p-about-beliefs__deco-right {
	position: absolute;
	top: 8.75rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
}

.p-about-beliefs__deco-right picture,
.p-about-beliefs__deco-right img {
	width: 16.875rem;
	height: auto;
	display: block;
}

/* デコ（左下） */

.p-about-beliefs__deco-left {
	position: absolute;
	bottom: 5.625rem;
	left: 0;
	pointer-events: none;
	z-index: 0;
	transform: translateX(-20%);
}

.p-about-beliefs__deco-left picture,
.p-about-beliefs__deco-left img {
	width: 12.5rem;
	height: auto;
	display: block;
}

/* インナー */

.p-about-beliefs__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  グループ（親会社）の企業理念ブロック
  「グループ理念 → 自社理念」の上下関係が伝わるよう、
  親会社側を1枚のカードとして先に見せる
========================================================= */

.p-about-beliefs__group {
	position: relative;
	max-width: 57.5rem;
	margin: 3.5rem auto 0;
	padding: 3rem 3.5rem 3.25rem;
	background: var(--white);
	border-radius: 0.5rem;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
	text-align: center;
}

.p-about-beliefs__group-label {
	display: inline-block;
	padding: 0.375rem 1.25rem;
	border-radius: 62.4375rem;
	background-color: var(--color-primary);
	color: var(--white);
	font-size: 0.875rem;
	font-weight: var(--fw-bold);
	line-height: 1;
	letter-spacing: 0.08em;
}

.p-about-beliefs__group-company {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
}

/* キーワード「敬護」
   両脇の罫線 ＋ 背後のにじみ ＋ グラデーション文字で装飾 */

.p-about-beliefs__group-keyword {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 2.2vw, 2rem);
	margin-top: 1.5rem; /* 外側に向かって消えていく罫線 */
}

.p-about-beliefs__group-keyword::before,
.p-about-beliefs__group-keyword::after {
	content: "";
	flex-shrink: 0;
	width: clamp(2.25rem, 6vw, 5.5rem);
	height: 1px;
	background: linear-gradient(to right, rgba(19, 134, 197, 0) 0%, var(--color-primary) 100%);
}

.p-about-beliefs__group-keyword::after {
	transform: scaleX(-1);
}

/* 文字を載せる淡いブルーのプレート（額装のイメージ） */

.p-about-beliefs__group-keyword-plate {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 3.25rem;
	border-radius: 0.875rem;
	background: linear-gradient(135deg, #EDF7FC 0%, #D8EDF8 100%); /* 内側の細いライン（額の内枠） */
}

.p-about-beliefs__group-keyword-plate::before {
	content: "";
	position: absolute;
	inset: 0.4375rem;
	border: 1px solid rgba(19, 134, 197, 0.28);
	border-radius: 0.5rem;
	pointer-events: none;
}

.p-about-beliefs__group-keyword-text {
	position: relative;
	display: block;
	font-size: clamp(3rem, 4.6vw, 4rem);
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-indent: 0.16em; /* letter-spacing分の右寄りを打ち消す */
}

.p-about-beliefs__group-text {
	margin-top: 1.5rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.9;
}

/* =========================================================
  グループ理念 → 自社理念 をつなぐ縦線
========================================================= */

.p-about-beliefs__connector {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2rem;
}

/* カードから伸びて濃くなっていく線 */

.p-about-beliefs__connector-line {
	width: 2px;
	height: 2.5rem;
	border-radius: 1px;
	background: linear-gradient(to bottom, rgba(19, 134, 197, 0) 0%, var(--color-primary) 100%);
}

/* 受け止める円（白い山形アイコン入り） */

.p-about-beliefs__connector-mark {
	position: relative;
	display: grid;
	place-items: center;
	width: 2.875rem;
	height: 2.875rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #7CD5F5 0%, #1285C4 100%);
	box-shadow: 0 6px 16px rgba(19, 134, 197, 0.25);
}

.p-about-beliefs__connector-mark::before {
	content: "";
	width: 0.6875rem;
	height: 0.6875rem;
	border-right: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	transform: translateY(-0.1875rem) rotate(45deg);
}

/* =========================================================
  自社（リハプライム静岡）の理念
========================================================= */

.p-about-beliefs__own {
	margin-top: 1.5rem;
	text-align: center;
}

.p-about-beliefs__own-company {
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.5;
}

.p-about-beliefs__own-title {
	margin-top: 0.5rem;
	font-size: clamp(1.5rem, 2.3vw, 2rem);
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.4;
}

.p-about-beliefs__own-lead {
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
}

/* カードリスト */

.p-about-beliefs__list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 2rem;
	height: 100%;
}

/* カード */

.p-about-beliefs__card {
	background: var(--white);
	border: 1px solid var(--color-border);
	border-radius: 0.5rem;
	padding: 1.5rem 1.75rem 2rem;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.01);
	height: 100%;
}

.p-about-beliefs__card-head {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.p-about-beliefs__card-num {
	flex-shrink: 0;
	line-height: 1;
	color: var(--color-primary);
}

.p-about-beliefs__card-num-digit {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	letter-spacing: 0.02em;
	transform: translateX(-10px);
	display: block;
	font-family: var(--en-font);
}

.p-about-beliefs__card-num-slash {
	font-size: 2rem;
	font-weight: var(--fw-regular);
	margin-top: -0.625rem;
	display: block;
}

.p-about-beliefs__card-title {
	flex: 1;
	text-align: center;
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.3;
}

.p-about-beliefs__card-text {
	font-size: 1.125rem;
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-about-company {
	position: relative;
	background: var(--white);
	padding: 7.5rem 0;
	overflow: hidden;
}

/* デコ（右） */

.p-about-company__deco-right {
	position: absolute;
	top: 21.25rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
}

.p-about-company__deco-right picture,
.p-about-company__deco-right img {
	width: 10rem;
	height: auto;
	display: block;
}

/* デコ（左下） */

.p-about-company__deco-left {
	position: absolute;
	bottom: 8.75rem;
	left: 0;
	pointer-events: none;
	z-index: 0;
	transform: translateX(-20%);
}

.p-about-company__deco-left picture,
.p-about-company__deco-left img {
	width: 16.875rem;
	height: auto;
	display: block;
}

/* インナー */

.p-about-company__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* 会社概要テーブル */

.p-about-company__table {
	max-width: 56.25rem;
	margin-inline: auto;
	margin-top: 3.5rem;
}

.p-about-company__row {
	display: flex;
	align-items: baseline;
	gap: 3.5rem;
	padding: 1.5rem 0;
	border-top: 1px solid var(--color-border);
}

.p-about-company__row:last-child {
	border-bottom: 1px solid var(--color-border);
}

.p-about-company__label {
	flex-shrink: 0;
	width: 5rem;
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--color-primary);
}

.p-about-company__value {
	flex: 1;
	font-size: 1.125rem;
	color: var(--text-black);
	line-height: 1.6;
	font-weight: var(--fw-medium);
}

.p-about-greeting {
	background: linear-gradient(to bottom right, #7CD5F5, #1285C4);
	padding: 7.5rem 0;
}

.p-about-greeting__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
	display: flex;
	flex-direction: column;
}

/* コンテンツエリア（タイトル下） */

.p-about-greeting__content {
	display: flex;
	align-items: flex-start;
	gap: 4.5rem;
	margin-top: 4.5rem;
}

/* 写真列（左） */

.p-about-greeting__photo-col {
	flex-shrink: 0;
	width: 26.25rem;
}

.p-about-greeting__photo picture,
.p-about-greeting__photo img {
	width: 100%;
	height: auto;
	display: block;
}

.p-about-greeting__name {
	margin-top: 1rem;
	color: var(--white);
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 1rem;
}

.p-about-greeting__name-role {
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
}

.p-about-greeting__name-person {
	font-size: 1.5rem;
	font-weight: var(--fw-medium);
}

/* テキスト列（右） */

.p-about-greeting__body {
	flex: 1;
	min-width: 0;
}

/* キャッチコピー */

.p-about-greeting__catch {
	font-size: 1.75rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.6;
}

/* 本文 */

.p-about-greeting__text {
	margin-top: 1.75rem;
}

.p-about-greeting__text p {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--white);
	line-height: 1.8;
}

.p-about-greeting__text p + p {
	margin-top: 1.25rem;
}

.p-contact {
	background-color: var(--color-primary-light);
	padding: 5rem 0 7.5rem;
}

.p-contact__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

.p-contact__lead {
	text-align: center;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.p-contact__form-wrap {
	position: relative;
	max-width: 60rem;
	margin-inline: auto;
	background: var(--white);
	border-radius: 0.25rem;
	padding: 3.5rem 4rem;
}

.p-contact__form-wrap::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: 0;
}

.p-contact__content {
	margin-top: 1.5rem;
}

.p-contact__content:first-child {
	margin-top: 0;
}

/* 項目名（dt）：ラベルと必須バッジを横並び */

.p-contact__head label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
}

/* 入力欄（dd）：項目名との間隔 */

.p-contact__item {
	margin-top: 0.75rem;
}

/* 必須バッジ（赤地・白文字） */

.p-contact__required {
	display: inline-block;
	flex-shrink: 0;
	padding: 0.3125rem 0.5625rem;
	border-radius: 0.1875rem;
	background-color: var(--red);
	color: var(--white);
	font-size: 0.8125rem;
	font-weight: var(--fw-bold);
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.p-contact__row {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding: 1.75rem 0;
	border-bottom: 1px solid var(--color-border);
}

.p-contact__row:first-child {
	border-top: 1px solid var(--color-border);
}

.p-contact__label-wrap {
	flex-shrink: 0;
	width: 12.5rem;
	padding-top: 0.75rem;
}

.p-contact__label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
}

.p-contact__badge {
	display: inline-block;
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: var(--fw-bold);
	line-height: 1;
	padding: 0.25rem 0.5rem;
	border-radius: 0.125rem;
}

.p-contact__badge--required {
	background-color: var(--color-primary);
	color: var(--white);
}

.p-contact__badge--optional {
	border: 1px solid var(--color-border);
	color: #979797;
}

.p-contact__field {
	flex: 1;
	min-width: 0;
}

.p-contact__input-note {
	font-size: 0.8125rem;
	font-weight: var(--fw-regular);
	color: #979797;
	margin-top: 0.5rem;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel {
	width: 100%;
	height: 3.125rem;
	padding: 0 1rem;
	font-size: 1rem;
	font-family: var(--base-font);
	font-weight: var(--fw-medium);
	color: var(--text-black);
	background-color: var(--white);
	border: 1px solid var(--color-border);
	border-radius: 0.25rem;
	transition: border-color 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus {
	outline: none;
	border-color: var(--color-primary);
}

.wpcf7-text::-moz-placeholder,
.wpcf7-email::-moz-placeholder,
.wpcf7-tel::-moz-placeholder {
	color: #BDBDBD;
	font-weight: var(--fw-regular);
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder {
	color: #BDBDBD;
	font-weight: var(--fw-regular);
}

.wpcf7-textarea {
	width: 100%;
	height: 12.5rem;
	padding: 0.875rem 1rem;
	font-size: 1rem;
	font-family: var(--base-font);
	font-weight: var(--fw-medium);
	color: var(--text-black);
	background-color: var(--white);
	border: 1px solid var(--color-border);
	border-radius: 0.25rem;
	resize: vertical;
	transition: border-color 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-textarea:focus {
	outline: none;
	border-color: var(--color-primary);
}

.wpcf7-textarea::-moz-placeholder {
	color: #BDBDBD;
	font-weight: var(--fw-regular);
}

.wpcf7-textarea::placeholder {
	color: #BDBDBD;
	font-weight: var(--fw-regular);
}

/* =========================================================
  ラジオボタン
========================================================= */

.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.25rem;
}

.wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.wpcf7-radio input[type=radio] {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
	transform: translateY(-50%);
	opacity: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding-left: 1.875rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.5;
}

.wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	transform: translateY(-50%);
	border: 2px solid var(--color-border);
	border-radius: 50%;
	background-color: var(--white);
	transition: border-color 0.2s, background-color 0.2s;
}

.wpcf7-radio .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.3125rem;
	width: 0.625rem;
	height: 0.625rem;
	transform: translateY(-50%) scale(0);
	border-radius: 50%;
	background-color: var(--color-primary);
	opacity: 0;
	transition: opacity 0.2s, transform 0.2s;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: var(--color-primary);
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

/* =========================================================
  チェックボックス
========================================================= */

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7-checkbox label,
.wpcf7-acceptance label {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
	position: absolute;
	top: 0.125rem;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0;
	opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding-left: 1.875rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.5;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 0.125rem;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	border: 2px solid var(--color-border);
	border-radius: 0.1875rem;
	background-color: var(--white);
	transition: border-color 0.2s, background-color 0.2s;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.25rem;
	width: 0.6875rem;
	height: 0.375rem;
	border-left: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	transform: rotate(-45deg) scale(0);
	opacity: 0;
	transition: opacity 0.2s, transform 0.2s;
}

.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	transform: rotate(-45deg) scale(1);
}

.wpcf7-checkbox a,
.wpcf7-acceptance a { /* 文中リンクだがSafariでのホバー判定を安定させるためinline-blockにする */
	display: inline-block;
	color: var(--color-primary);
	text-decoration: underline;
}

.wpcf7-acceptance {
	display: block;
	text-align: center;
}

.p-contact__privacy {
	padding: 2.5rem 0 0;
	display: flex;
	justify-content: center;
}

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

.wpcf7-acceptance + .p-contact__submit,
.wpcf7-acceptance + br + .p-contact__submit {
	margin-top: 2rem;
}

.p-contact__btn {
	margin: 2.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	min-width: 17.5rem;
	height: 4rem;
	padding: 0 3.5rem;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	letter-spacing: 0.04em;
	color: var(--white);
	background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
	border-radius: 0.25rem;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
}

/* 同意チェック前：送信ボタンを非アクティブ表示 */

.p-contact__form-wrap:has(.wpcf7-acceptance input[type=checkbox]):not(:has(.wpcf7-acceptance input[type=checkbox]:checked)) .wpcf7-submit,
.wpcf7-submit:disabled,
.wpcf7-submit.is-disabled {
	background: #BDBDBD;
	border-color: #BDBDBD;
	color: var(--white);
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.7;
}

/* =========================================================
  バリデーション
========================================================= */

.wpcf7-not-valid {
	border-color: var(--red) !important;
}

.wpcf7-not-valid-tip {
	display: block;
	font-size: 0.8125rem;
	color: var(--red);
	margin-top: 0.375rem;
}

.wpcf7-response-output {
	margin-top: 1.5rem;
	padding: 0.875rem 1.25rem;
	font-size: 0.9375rem;
	font-weight: var(--fw-medium);
	border-radius: 0.25rem;
	border: 1px solid transparent;
}

.wpcf7-mail-sent-ok {
	background-color: #E8F5E9;
	border-color: #81C784;
	color: #2E7D32;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
	background-color: #FFEBEE;
	border-color: #E57373;
	color: var(--red);
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked {
	background-color: #FFF8E1;
	border-color: #FFD54F;
	color: #F57F17;
}

/* =========================================================
  CTAセクション
  背景写真 + 暗オーバーレイ / 3カラムコンタクトパネル
========================================================= */

.p-cta {
	position: relative;
	background-image: url("../images/common/cta_bg.png");
	background-size: cover;
	background-position: center;
	padding: 5rem 0rem 6.25rem;
	overflow: hidden;
}

.p-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

/* =========================================================
  インナー
========================================================= */

.p-cta__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  タイトル
========================================================= */

.p-cta__title {
	text-align: center;
	margin-bottom: 3rem;
}

.p-cta__title-en {
	display: block;
}

.p-cta__title-en picture,
.p-cta__title-en img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-inline: auto;
	filter: drop-shadow(10px 10px 28px rgba(0, 67, 78, 0.15));
}

.p-cta__title-en img {
	width: 19.5rem;
}

.p-cta__title-ja {
	display: block;
	font-size: 2.25rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.5;
	text-align: center;
	margin-top: -3.75rem;
}

/* =========================================================
  バナー帯（青）+ 下向き三角
========================================================= */

.p-cta__banner {
	position: absolute;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-primary);
	text-align: center;
	padding: 1.25rem 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.4;
}

.p-cta__banner::after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid var(--color-primary);
}

/* =========================================================
  コンタクトパネル（白）
========================================================= */

.p-cta__panel {
	position: relative;
	background-color: var(--white);
	margin-top: 6.25rem;
}

.p-cta__cols {
	display: flex;
	align-items: stretch;
	padding: 5rem 0 4rem;
	gap: 0rem;
}

.p-cta__col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 3.75rem;
}

.p-cta__col + .p-cta__col {
	border-left: 1px solid rgb(204, 204, 204);
}

.p-cta__col:not(:first-child) {
	padding-top: 1.25rem;
}

/* LINE列を非表示にした2カラム時は、上余白を揃える */

.p-cta__col:nth-child(2):last-child {
	padding-top: 0; /* SPは縦積みになるため、区切り線と見出しの間に余白を確保する */
}

.p-cta__col-heading {
	font-size: 1.375rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.4;
	width: -moz-max-content;
	width: max-content;
}

.p-cta__col-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	margin-top: 1.25rem;
	line-height: 1.8;
}

/* =========================================================
  各ボタン
========================================================= */

.p-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 17rem;
	padding: 1.125rem 1.5rem;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	text-decoration: none;
	border-radius: 0.25rem;
	border: 2px solid transparent;
	margin-top: auto;
	padding-top: 1.5rem;
	height: 4.125rem;
	transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.p-cta__btn--line {
	background-color: var(--color-line);
	padding: 1rem 1.25rem;
	border-radius: 0.25rem;
}

.p-cta__btn--line img {
	width: 2rem;
	height: 2rem;
}

.p-cta__btn--form {
	background-color: var(--color-cta);
	min-width: 17rem;
}

/* =========================================================
  電話ボタン
========================================================= */

.p-cta__phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background-color: var(--white);
	border: 1px solid rgb(204, 204, 204);
	padding: 1rem 1.5rem;
	text-decoration: none;
	margin-top: auto;
	margin-top: 1.5rem;
	min-width: 17rem;
	transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	height: 4.125rem;
}

.p-cta__phone img {
	width: 1rem;
	height: 1.0625rem;
	flex-shrink: 0;
}

.p-cta__phone-num {
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.2;
}

/* =========================================================
  情報公開・閲覧用資料セクション
  淡青背景 / 事業所別カード（PC:3列 or 2列+1列 / SP:1列）
========================================================= */

.p-download {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 5rem 0 6.25rem;
	overflow: hidden;
}

/* =========================================================
  デコ画像
========================================================= */

.p-download__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.p-download__deco {
	position: absolute;
	display: block;
}

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

.p-download__deco--two-tone {
	right: 0;
	top: 5rem;
	width: 16.875rem;
}

/* =========================================================
  インナー
========================================================= */

.p-download__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  セクション見出し・説明文
========================================================= */

.p-download__head {
	text-align: center;
}

.p-download__heading {
	font-size: 2rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.4;
	position: relative;
	padding-bottom: 1rem;
}

.p-download__heading::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3.125rem;
	height: 0.125rem;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
}

.p-download__text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 2rem;
}

/* =========================================================
  事業所カード一覧
========================================================= */

.p-download__office-list {
	list-style: none;
	margin: 3.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
	gap: 1.5rem;
	position: relative;
	z-index: 1;
}

/* =========================================================
  事業所カード1枚
========================================================= */

.p-download__office-card {
	position: relative;
	background-color: var(--white);
	border-radius: 0.25rem;
	padding: 2.5rem 2rem 3rem;
}

.p-download__office-card::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: -1;
}

/* =========================================================
  事業所名（グラデーションアンダーライン）
========================================================= */

.p-download__office-title { /* 3カラム時にカード幅が狭くなるため、事業所名が1行に収まるよう可変 */
	font-size: clamp(1rem, 1.55vw, 1.25rem);
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding-bottom: 1rem;
}

.p-download__office-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3.125rem;
	height: 0.125rem;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
}

/* =========================================================
  PDFリンクリスト
========================================================= */

.p-download__link-list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-download__link-item {
	width: 100%;
}

.p-download__link {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 1.5rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	text-decoration: none;
	line-height: 1.5;
	word-break: break-all;
	transition: color 0.3s ease, transform 0.3s ease;
}

.p-download__link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75rem;
	width: 0.625rem;
	height: 0.125rem;
	background-color: var(--color-primary);
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.p-download__link::after {
	content: "";
	position: absolute;
	left: 0.1875rem;
	top: 0.75rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 2px solid var(--color-primary);
	border-right: 2px solid var(--color-primary);
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s ease;
}

.p-flow-price {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 7.5rem 0;
	overflow: hidden;
}

/* デコ（左） */

.p-flow-price__deco-left {
	position: absolute;
	top: 9.625rem;
	left: 0;
	pointer-events: none;
	z-index: 0;
}

.p-flow-price__deco-left picture,
.p-flow-price__deco-left img {
	width: 10rem;
	height: auto;
	display: block;
}

/* デコ（右） */

.p-flow-price__deco-right {
	position: absolute;
	bottom: 6rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
}

.p-flow-price__deco-right picture,
.p-flow-price__deco-right img {
	width: 10rem;
	height: auto;
	display: block;
}

/* インナー */

.p-flow-price__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
	text-align: center;
}

/* リードテキスト */

.p-flow-price__lead {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 2rem;
}

/* ボタンラップ */

.p-flow-price__btn-wrap {
	margin-top: 2.5rem;
}

.p-flow-steps {
	position: relative;
	background: var(--white);
	padding: 7.5rem 0;
	overflow: hidden;
}

/* デコ（左） */

.p-flow-steps__deco-left {
	position: absolute;
	bottom: 38.75rem;
	left: 0;
	pointer-events: none;
	z-index: 0;
	transform: translateX(-20%);
}

.p-flow-steps__deco-left picture,
.p-flow-steps__deco-left img {
	width: 10rem;
	height: auto;
	display: block;
}

/* デコ（右） */

.p-flow-steps__deco-right {
	position: absolute;
	top: 10.625rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
}

.p-flow-steps__deco-right picture,
.p-flow-steps__deco-right img {
	width: 15.625rem;
	height: auto;
	display: block;
}

/* インナー */

.p-flow-steps__inner {
	position: relative;
	z-index: 1;
	max-width: 65.625rem;
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* ステップリスト */

.p-flow-steps__list {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 3.5rem 0 0; /* バッジ中心を貫く縦線 */
}

.p-flow-steps__list::before {
	content: "";
	position: absolute;
	left: 2.8125rem;
	top: 2.8125rem;
	bottom: 2.8125rem;
	width: 2px;
	background: linear-gradient(to bottom, #7CD5F5, #1285C4);
	transform: translateX(-50%);
	z-index: 0;
}

/* ステップ1件 */

.p-flow-steps__item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}

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

/* バッジ列 */

.p-flow-steps__badge-col {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

/* バッジ円 */

.p-flow-steps__badge {
	width: 5.625rem;
	height: 5.625rem;
	border-radius: 50%;
	background: linear-gradient(to bottom right, #7CD5F5, #1285C4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(19, 134, 197, 0.3);
}

/* "STEP" ラベル */

.p-flow-steps__badge-label {
	display: block;
	font-family: var(--en-font);
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
}

/* 数字 */

.p-flow-steps__badge-num {
	display: block;
	font-family: var(--en-font);
	font-size: 2rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.1;
}

/* コンテンツエリア */

.p-flow-steps__content {
	flex: 1;
	min-width: 0;
	background-color: var(--color-primary-light);
	border-radius: 0.25rem;
	padding: 1.5rem 2rem;
}

/* ステップタイトル */

.p-flow-steps__item-title {
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.5;
}

/* タイトル補足（介護保険利用の場合） */

.p-flow-steps__item-note {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--color-primary);
}

/* ステップ説明文 */

.p-flow-steps__item-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 1rem;
}

.p-flow-target {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 7.5rem 0;
	overflow: hidden;
}

/* デコ（左） */

.p-flow-target__deco-left {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 0;
	transform: translateX(-20%);
}

.p-flow-target__deco-left picture,
.p-flow-target__deco-left img {
	width: 10rem;
	height: auto;
	display: block;
}

/* デコ（右） */

.p-flow-target__deco-right {
	position: absolute;
	top: 3.75rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
}

.p-flow-target__deco-right picture,
.p-flow-target__deco-right img {
	width: 10rem;
	height: auto;
	display: block;
}

/* インナー */

.p-flow-target__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* セクションタイトル */

.p-flow-target__title {
	font-size: 2.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	text-align: center;
	line-height: 1.4;
}

/* リードテキスト */

.p-flow-target__lead {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	text-align: center;
	line-height: 1.8;
	margin-top: 1.5rem;
}

/* 大カード */

.p-flow-target__card {
	position: relative;
	background: var(--white);
	border-radius: 0.25rem;
	padding: 3.5rem 4rem;
	margin-top: 3rem;
}

.p-flow-target__card::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: -1;
}

/* カード内ブロック */

.p-flow-target__block + .p-flow-target__block {
	margin-top: 3rem;
}

/* ブロック見出し（グラデーション左ボーダー） */

.p-flow-target__block-heading {
	position: relative;
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
	padding-left: 1rem;
}

.p-flow-target__block-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.25rem;
	background: linear-gradient(to bottom, #7CD5F5, #1285C4);
	border-radius: 0.125rem;
}

/* リスト */

.p-flow-target__list {
	margin-top: 1.25rem;
}

.p-flow-target__row {
	display: flex;
	align-items: baseline;
	gap: 2.5rem;
	padding: 1rem 0;
	border-bottom: 1px solid var(--color-border);
}

.p-flow-target__row:first-child {
	border-top: 1px solid var(--color-border);
}

.p-flow-target__label {
	flex-shrink: 0;
	width: 20%;
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--color-primary);
}

.p-flow-target__value {
	flex: 1;
	font-size: 1.125rem;
	color: var(--text-black);
	line-height: 1.7;
	font-weight: var(--fw-medium);
}

/* ブロックテキスト（初回準備） */

.p-flow-target__block-text {
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 1.25rem;
}

/* =========================================================
  フッター
  青グラデ背景 / ナビ + ロゴ・CTA
========================================================= */

.p-footer {
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	padding-top: 4rem;
}

/* =========================================================
  インナー
========================================================= */

.p-footer__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  ナビゲーション
========================================================= */

.p-footer__nav-cols {
	display: grid;
	grid-template-columns: repeat(4, auto);
	gap: 2rem;
}

.p-footer__nav-heading {
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.5;
	margin-bottom: 1rem;
	text-decoration: none;
	display: block;
	transition: opacity 0.2s ease;
}

.p-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-footer__nav-link {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	text-decoration: none;
	padding-left: 1.25rem;
	line-height: 1.5;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.p-footer__nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6875rem;
	width: 0.5rem;
	height: 0.125rem;
	background-color: var(--white);
}

/* =========================================================
  セパレーター
========================================================= */

.p-footer__sep {
	border: none;
	border-top: 1px solid var(--white);
	margin: 3rem 0 2.5rem;
}

/* =========================================================
  ボトムエリア
========================================================= */

.p-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	padding-bottom: 2.5rem;
}

/* =========================================================
  左：ロゴ + 会社情報
========================================================= */

.p-footer__info {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}

.p-footer__logo-wrap {
	flex-shrink: 0;
	width: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.p-footer__logo-link {
	display: block;
}

.p-footer__logo-link img {
	display: block;
	width: 7.5rem;
	height: auto;
	width: 100%;
	aspect-ratio: 320/176;
	object-fit: cover;
}

.p-footer__company {
	color: var(--white);
}

.p-footer__company-top {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.p-footer__company-top .p-footer__brand-names {
	margin-top: 0;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.p-footer__company-name {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	line-height: 1.7;
}

.p-footer__brand-names {
	font-size: 1.25rem;
	font-weight: var(--fw-medium);
	line-height: 1.7;
	margin-top: 0.25rem;
}

.p-footer__address {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	line-height: 1.7;
	margin-top: 0.5rem;
}

.p-footer__tel-fax {
	margin-top: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-footer__tel-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.p-footer__tel-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	color: #49B8CB;
	font-size: 0.8125rem;
	font-weight: var(--fw-medium);
	width: 2.5rem;
	height: 1.0625rem;
	line-height: 1;
}

.p-footer__tel-num {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--white);
	text-decoration: none;
}

/* =========================================================
  右：CTAボタン + Instagram
========================================================= */

.p-footer__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1.25rem;
}

.p-footer__cta-label {
	font-size: 0.9375rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.p-footer__cta-btns {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
}

.p-footer__contact-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.p-footer__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	text-decoration: none;
	border-radius: 0.25rem;
	border: 2px solid var(--white);
	padding: 0.625rem 1rem;
	transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.p-footer__btn--line {
	background-color: var(--color-line);
	width: 9.375rem;
	height: 3.75rem;
	line-height: 1.3;
	text-align: center;
	gap: 0.5rem;
}

.p-footer__btn--line img {
	width: 1.875rem;
	height: 1.875rem;
	flex-shrink: 0;
}

.p-footer__btn--line small {
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
}

.p-footer__btn--contact {
	background-color: var(--color-cta);
	width: 12.5rem;
	height: 3.75rem;
}

.p-footer__insta {
	display: inline-flex;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.p-footer__insta img {
	width: 1.875rem;
	height: 1.875rem;
	display: block;
}

/* =========================================================
  コピーライト
========================================================= */

.p-footer__copyright-wrap {
	background-color: rgba(0, 0, 0, 0.15);
	text-align: center;
	padding: 0.75rem 1.25rem;
}

.p-footer__copyright {
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
	color: var(--white);
}

/* =========================================================
  Header（PCファースト / 1100pxでSPに切り替え）
========================================================= */

.p-header {
	position: fixed;
	z-index: var(--z-index-header);
	top: 0;
	right: 0;
	left: 0;
	height: var(--header-height);
	background-color: var(--color-primary-light);
	transition: background-color 0.3s, box-shadow 0.3s;
}

.p-header.is-scrolled {
	background-color: var(--white);
	box-shadow: var(--header-shadow);
}

.p-header.is-drawer-open {
	background-color: var(--white);
	box-shadow: none;
}

/* inner */

.p-header__inner {
	height: inherit;
	padding: 0 clamp(1.25rem, 2vw, 2.5rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(0.5rem, 1vw, 1rem);
}

/* =========================================================
  ロゴ
========================================================= */

.p-header__logo {
	position: relative;
	z-index: calc(var(--z-index-header) + 10);
	height: inherit;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.p-header__logo-link {
	height: inherit;
	display: flex;
	align-items: center; /* 1440px以上で rem(126)。狭くなっても rem(112) までしか縮めない */
	width: clamp(7rem, 8.75vw, 7.875rem);
}

.p-header__logo img {
	width: 100%;
	height: auto;
	object-fit: contain; /* ロゴ画像の実比率（1536×1024＝3:2）に合わせる。
     2/1にしていたため上下に余白が入り、実寸より小さく表示されていた */
	aspect-ratio: 3/2;
}

/* =========================================================
  PCナビゲーション
========================================================= */

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

.p-header__nav-list {
	display: flex;
	height: inherit;
	align-items: center;
	gap: clamp(0rem, 0.3vw, 0.25rem);
}

.p-header__nav-item {
	height: inherit;
	display: flex;
	align-items: center;
}

.p-header__nav-modal-wrap {
	height: inherit;
	position: relative;
	display: flex;
	align-items: center;
}

.p-header__link,
.p-header__nav-modal-text {
	height: inherit; /* 先に詰まるのは左右余白。フォントサイズは rem(16) を維持する */
	padding: 0 clamp(0.5rem, 0.85vw, 0.75rem);
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	line-height: 1.2;
	white-space: nowrap;
	transition: color 0.25s ease;
}

.p-header__link {
	position: relative;
	cursor: pointer;
}

/* 下線スライドアニメーション（PCのみ） */

/* ドロップダウン矢印 */

.p-header__nav-modal-text {
	padding-right: clamp(1.25rem, 1.7vw, 1.5rem); /* 親項目自体もページトップへのリンク（子はページ内アンカー） */
	cursor: pointer;
}

.p-header__nav-modal-text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: clamp(0.375rem, 0.55vw, 0.5rem);
	width: 0.4375rem;
	height: 0.4375rem;
	border-right: 2px solid var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.25s ease;
}

/* 矢印の反転：ホバーはマウス環境のみ、フォーカスは全環境で有効 */

.p-header__nav-modal-wrap:focus-within .p-header__nav-modal-text::after {
	transform: translateY(-40%) rotate(-135deg);
}

/* ドロップダウンメニュー */

.p-header__nav-modal {
	position: absolute;
	top: calc(var(--header-height) - 0.25rem);
	left: 0;
	width: -moz-max-content;
	width: max-content;
	background-color: var(--white);
	border-radius: 0.625rem;
	padding: 0.5rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform-origin: top center;
	transform: scaleY(0.92) translateY(-0.5rem);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}

/* 開く条件：マウス環境はホバー、それ以外（タッチ・キーボード）はフォーカス */

.p-header__nav-modal-wrap:focus-within .p-header__nav-modal {
	opacity: 1;
	transform: scaleY(1) translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}

.p-header__nav-modal-item > a {
	position: relative;
	display: block;
	padding: 0.625rem 1rem 0.625rem 1.75rem;
	font-size: 0.9375rem;
	font-weight: var(--fw-bold);
	line-height: 1.4;
	border-radius: 0.375rem;
	transition: color 0.25s ease, background-color 0.25s ease, padding-left 0.25s ease;
}

.p-header__nav-modal-item > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.75rem;
	transform: translateY(-50%);
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: var(--color-primary);
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

/* =========================================================
  CTA エリア
========================================================= */

.p-header__cta {
	display: flex;
	align-items: center;
	gap: clamp(0.25rem, 0.6vw, 0.5rem);
	flex-shrink: 0;
}

/* モバイル用：LINEアイコン */

.p-header__cta-mobile-line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-header__cta-mobile-line img {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	object-fit: contain;
}

/* モバイル用：お問い合わせボタン */

.p-header__cta-mobile-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: max(2.75rem, 44px);
	padding: max(0.75rem, 12px) max(1.125rem, 18px);
	border-radius: 62.4375rem;
	background-color: var(--color-cta);
	color: var(--white); /* 下限 14px。html の font-size が縮む帯でも読める大きさを維持 */
	font-size: max(0.875rem, 14px);
	font-weight: var(--fw-bold);
	line-height: 1;
	white-space: nowrap;
	flex: 0 0 auto;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

/* PC用：Instagram */

.p-header__cta-instagram {
	display: none;
}

.p-header__cta-instagram-link {
	display: block;
	width: 1.875rem;
	margin-right: 1rem;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-header__cta-instagram-link img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	display: block;
}

/* PC用：LINE */

.p-header__cta-line {
	display: none;
}

.p-header__cta-line-link {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.875rem 0.25rem 0.625rem;
	border-radius: 0.25rem;
	height: 2.875rem;
	background-color: var(--color-line);
	transition: background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.p-header__cta-line-link picture {
	display: block;
	width: 1.375rem;
	flex: 0 0 auto;
	aspect-ratio: 1/1;
	height: auto;
}

.p-header__cta-line-link img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.p-header__cta-line-text {
	font-size: 0.875rem;
	font-weight: var(--fw-bold);
	color: var(--white);
}

.p-header__cta-line-text span {
	font-size: 0.75rem;
	display: block;
}

/* PC用：お問い合わせ */

.p-header__contact {
	display: none;
}

.p-header__contact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.875rem clamp(1.25rem, 1.95vw, 1.75rem);
	border-radius: 0.375rem;
	background-color: var(--color-cta);
	color: var(--white);
	font-size: 1rem;
	font-weight: var(--fw-bold);
	line-height: 1.2;
	white-space: nowrap;
	height: clamp(3rem, 3.6vw, 3.25rem);
	border: 2px solid transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* =========================================================
  ハンバーガー（1100px以下で表示）
========================================================= */

.p-header__hamburger {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	width: max(3.125rem, 46px);
	height: max(3.125rem, 46px);
	background-color: var(--color-primary);
	border-radius: 0.75rem;
	cursor: pointer;
	position: relative;
	z-index: calc(var(--z-index-header) + 10);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	transition: opacity 0.25s ease;
}

.p-header__hamburger span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: max(1.5rem, 22px);
	height: 2px;
	background-color: var(--white);
	border-radius: 2px;
	transition: transform 0.35s ease, opacity 0.35s ease, top 0.35s ease;
}

.p-header__hamburger span:nth-of-type(1) {
	top: calc(50% - 0.4375rem);
}

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

.p-header__hamburger span:nth-of-type(3) {
	top: calc(50% + 0.4375rem);
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: 50%;
	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) {
	top: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

/* =========================================================
  ドロワー（1100px以下）
========================================================= */

.p-header__drawer {
	position: fixed;
	z-index: calc(var(--z-index-header) - 1);
	top: var(--header-height);
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100dvh - var(--header-height));
	background-color: var(--white);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 5rem; /* 非表示状態（アニメーション付き） */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-0.75rem);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s; /* PC幅では完全非表示 */
}

.p-header__drawer.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}

/* ドロワーリスト */

.p-drawer__list {
	padding-top: 1rem;
}

.p-drawer__modal-wrap,
.p-drawer__item {
	border-bottom: 1px dashed var(--color-border);
}

.p-drawer__link,
.p-drawer__modal-text {
	display: block;
	padding: max(1.125rem, 16px) max(1.5rem, 20px);
	font-size: max(0.9375rem, 15px);
	font-weight: var(--fw-bold);
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.p-drawer__link,
.p-drawer__modal-text {
	cursor: pointer;
	transition: color 0.25s ease;
}

.p-drawer__modal {
	padding: 0.25rem 0 0.75rem;
	border-top: 1px solid var(--color-border);
}

.p-drawer__modal-item a {
	position: relative;
	display: block;
	padding: max(0.875rem, 12px) max(1.5rem, 20px) max(0.875rem, 12px) max(2.75rem, 40px);
	font-size: max(0.875rem, 14px);
	font-weight: var(--fw-medium);
	line-height: 1.4;
	transition: color 0.25s ease;
}

.p-drawer__modal-item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: max(1.5rem, 20px);
	transform: translateY(-50%);
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: var(--color-primary);
}

/* =========================================================
  中間帯コンパクト調整（1101px 〜 1360px）
  フォントサイズは縮めず、先に余白・アイコン類を詰める。
  ナビは rem(16) のままでも 1101px で収まることを実測済み
  （ロゴ〜ナビ間に約 170px の余裕あり）。
========================================================= */

/* =========================================================
  下層ページ共通ヘッド
========================================================= */

.p-lower-head {
	position: relative;
	margin-top: 5.625rem;
	min-height: 31.25rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	background-color: var(--color-primary-light);
	overflow: hidden;
}

/* =========================================================
  波形デコ
========================================================= */

.p-lower-head__wave {
	position: absolute;
	right: 0;
	bottom: 5.5rem;
	left: 0;
	z-index: 1;
	width: 100%;
	pointer-events: none;
}

.p-lower-head__wave img {
	display: block;
	width: 100%;
	height: auto;
}

/* =========================================================
  インナー
========================================================= */

.p-lower-head__inner {
	position: relative;
	z-index: 2;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
	padding-top: 3.75rem;
	min-height: 31.25rem;
}

/* =========================================================
  タイトル
========================================================= */

.p-lower-head__title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.p-lower-head__en {
	position: relative;
	z-index: 1;
}

.p-lower-head__en picture,
.p-lower-head__en img {
	display: block;
	width: 100%;
	height: auto;
}

/* EN テキスト（画像なし・テキスト代替） */

.p-lower-head__en-text {
	font-family: var(--en-font);
	font-size: 10rem;
	font-weight: var(--fw-black);
	font-style: italic;
	line-height: 1;
	color: var(--color-cta);
	display: block;
}

.p-lower-head__title {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-top: 0;
	padding: 0.4375rem 1.375rem;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	color: var(--white); /* 長いページタイトルが折り返さないよう、画面幅に応じて縮小 */
	font-size: clamp(1.75rem, 4.4vw, 3rem);
	font-weight: var(--fw-bold);
	line-height: 1.5;
	letter-spacing: 0.04em;
	border-radius: 0.25rem;
}

.p-lower-head--about .p-lower-head__title {
	margin-top: -3rem;
}

.p-lower-head--error .p-lower-head__en {
	width: 15rem;
}

.p-lower-head--error .p-lower-head__title {
	margin-top: -2.25rem;
}

/* =========================================================
  ページ別 EN画像幅
========================================================= */

.p-lower-head--about .p-lower-head__en {
	width: 28.125rem;
}

.p-lower-head--flow .p-lower-head__en {
	width: 15rem;
}

.p-lower-head--service .p-lower-head__en,
.p-lower-head--member .p-lower-head__en {
	width: 20rem;
}

.p-lower-head--contact .p-lower-head__en {
	width: 21.25rem;
}

.p-lower-head--news .p-lower-head__en {
	width: 16.25rem;
}

.p-lower-head--privacy .p-lower-head__en {
	width: 20rem;
}

/* =========================================================
  パンくず
========================================================= */

.p-lower-head__breadcrumb {
	position: absolute;
	bottom: 0.625rem;
	left: 1.5625rem;
	content: "";
	width: 100%;
	height: inherit;
}

.p-lower-head__breadcrumb-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 0.375rem;
	list-style: none;
}

.p-lower-head__breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.75rem;
	color: var(--color-primary);
}

.p-lower-head__breadcrumb-item:not(:first-child)::before {
	content: "›";
	display: inline-block;
	color: var(--color-primary);
	opacity: 0.6;
}

.p-lower-head__breadcrumb-link {
	color: var(--color-primary);
	text-decoration: none;
}

.p-lower-head__breadcrumb-item--current {
	color: var(--color-primary);
	opacity: 0.8;
}

.p-member-introduction {
	position: relative;
	background: var(--white);
	padding: 7.5rem 0 7.5rem;
	overflow: hidden;
}

/* デコ（左） */

.p-member-introduction__deco-left {
	position: absolute;
	bottom: 7.5rem;
	left: 0;
	pointer-events: none;
	z-index: 0;
	transform: translateX(-20%);
}

.p-member-introduction__deco-left picture,
.p-member-introduction__deco-left img {
	width: 10rem;
	height: auto;
	display: block;
}

/* デコ（右） */

.p-member-introduction__deco-right {
	position: absolute;
	top: 10.625rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
	transform: translateX(20%);
}

.p-member-introduction__deco-right picture,
.p-member-introduction__deco-right img {
	width: 16.875rem;
	height: auto;
	display: block;
}

/* インナー */

.p-member-introduction__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* スタッフカードグリッド */

.p-member-introduction__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 3.5rem;
}

/* カード */

.p-member-introduction__card {
	background-color: var(--color-primary-light);
	border-radius: 0.5rem;
	padding: 1.5rem 1.5rem 2rem;
	display: flex;
	flex-direction: column;
}

/* カードヘッド（写真＋役職・名前） */

.p-member-introduction__card-head {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

/* 円形写真 */

.p-member-introduction__card-photo {
	flex-shrink: 0;
	width: 8.125rem;
	margin: 0;
}

.p-member-introduction__card-photo picture,
.p-member-introduction__card-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
}

/* 役職・名前 */

.p-member-introduction__card-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-top: 0.25rem;
}

/* 役職バッジ */

.p-member-introduction__card-role {
	display: inline-block;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	color: var(--white);
	font-size: 1rem;
	font-weight: var(--fw-bold);
	padding: 0.25rem 0.75rem;
	border-radius: 0.25rem;
	line-height: 1.4;
	width: -moz-fit-content;
	width: fit-content;
}

/* 名前 */

.p-member-introduction__card-name {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
}

.p-member-introduction__card-body {
	background-color: var(--white);
	padding: 1.5rem;
	margin-top: 1.5rem;
	height: 100%;
}

/* 見出し（グラデーション左ボーダー） */

.p-member-introduction__card-heading {
	position: relative;
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.6;
	padding-left: 1rem;
}

.p-member-introduction__card-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.25rem;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	border-radius: 0.125rem;
}

/* 本文 */

.p-member-introduction__card-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
	margin-top: 1rem;
}

/* フォトギャラリーグリッド（4列×2行） */

.p-member-introduction__gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-top: 5rem;
}

.p-member-introduction__gallery-item {
	margin: 0;
}

.p-member-introduction__gallery-item picture,
.p-member-introduction__gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.p-member-list {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 7.5rem 0;
	overflow: hidden;
}

/* デコ（左） */

.p-member-list__deco-left {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 0;
}

.p-member-list__deco-left picture,
.p-member-list__deco-left img {
	width: 11.25rem;
	height: auto;
	display: block;
}

/* デコ（右） */

.p-member-list__deco-right {
	position: absolute;
	top: 3.75rem;
	right: 0;
	pointer-events: none;
	z-index: 0;
}

.p-member-list__deco-right picture,
.p-member-list__deco-right img {
	width: 12.5rem;
	height: auto;
	display: block;
}

/* インナー */

.p-member-list__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* セクションヘッド */

.p-member-list__head {
	text-align: center;
}

/* リードテキスト */

.p-member-list__lead {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
}

/* セクションタイトル */

.p-member-list__title {
	margin-top: 1rem;
	font-size: 2.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.4;
}

.p-member-list__title-deco {
	color: var(--color-primary);
	font-weight: var(--fw-regular);
}

/* カードグリッド */

.p-member-list__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem 2.5rem;
	margin-top: 3.5rem;
}

/* カード */

.p-member-list__card {
	position: relative;
	background-color: var(--white);
	border-radius: 0.25rem;
}

.p-member-list__card::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: -1;
}

/* カード写真 */

.p-member-list__card-photo {
	margin: 0;
}

.p-member-list__card-photo picture,
.p-member-list__card-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.25rem 0.25rem 0 0;
	aspect-ratio: 3/2;
	object-fit: cover;
}

/* カード本文 */

.p-member-list__card-body {
	padding: 1.5rem 1.75rem 2rem;
}

/* カードタイトル（「」つき引用） */

.p-member-list__card-title {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.5;
}

/* 役職・名前 */

.p-member-list__card-role {
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
}

/* カードテキスト */

.p-member-list__card-text {
	margin-top: 0.75rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
}

.p-news-archive {
	background-color: var(--color-primary-light);
	padding: 5rem 0 7.5rem;
}

.p-news-archive__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* カード（ダブルボーダー） */

.p-news-archive__card {
	position: relative;
	background: var(--white);
	border-radius: 0.25rem;
	padding: 0 3rem;
}

.p-news-archive__card::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: 0;
}

/* リスト */

.p-news-archive__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* アイテム */

.p-news-archive__item {
	border-bottom: 1px solid var(--color-border);
}

.p-news-archive__item:first-child {
	border-top: 1px solid var(--color-border);
}

/* リンク行 */

.p-news-archive__link {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.5rem 0;
	text-decoration: none;
	color: var(--text-black);
	transition: transform 0.3s ease;
}

.p-news-archive__link::after {
	content: "";
	flex-shrink: 0;
	margin-left: auto;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 2px solid var(--color-primary);
	border-top: 2px solid var(--color-primary);
	transform: rotate(45deg);
}

/* メタ（日付＋カテゴリ） */

.p-news-archive__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

/* 日付 */

.p-news-archive__date {
	font-family: var(--en-font);
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: #979797;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

/* カテゴリ */

.p-news-archive__cat {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: var(--fw-medium);
	color: var(--white);
	background-color: var(--color-primary);
	padding: 0.1875rem 0.625rem;
	border-radius: 0.125rem;
	line-height: 1.4;
	white-space: nowrap;
}

/* タイトル */

.p-news-archive__title {
	flex: 1;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
	margin-right: 1rem;
}

/* 空メッセージ */

.p-news-archive__empty {
	padding: 4rem 0;
	text-align: center;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
}

/* ページネーション */

.p-news-archive__pagination {
	margin-top: 3rem;
}

.p-news-archive__pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.375rem;
	flex-wrap: wrap;
}

.p-news-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	height: 2.75rem;
	padding: 0 0.5rem;
	border: 1px solid var(--color-border);
	border-radius: 0.25rem;
	font-family: var(--en-font);
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.p-news-archive__pagination .page-numbers.current {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--white);
}

.p-news-archive__pagination .page-numbers.dots {
	border: none;
	background: transparent;
}

.p-privacy {
	background-color: var(--color-primary-light);
	padding: 5rem 0 7.5rem;
}

.p-privacy__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* カード（ダブルボーダー） */

.p-privacy__card {
	position: relative;
	background: var(--white);
	border-radius: 0.25rem;
	padding: 3.5rem 4rem;
}

.p-privacy__card::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: 0;
}

/* WordPress エディタコンテンツ */

.p-privacy__content {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
}

.p-privacy__content h2 {
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
	margin-top: 3rem;
	margin-bottom: 1rem;
	padding-left: 0.875rem;
	position: relative;
}

.p-privacy__content h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.25rem;
	background: linear-gradient(to bottom, #7CD5F5, #1285C4);
	border-radius: 0.125rem;
}

.p-privacy__content h2:first-child {
	margin-top: 0;
}

.p-privacy__content h3 {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

.p-privacy__content p {
	margin-top: 1rem;
}

.p-privacy__content p:first-child {
	margin-top: 0;
}

.p-privacy__content ul,
.p-privacy__content ol {
	margin-top: 1rem;
	padding-left: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.p-privacy__content ul {
	list-style: disc;
}

.p-privacy__content ol {
	list-style: decimal;
}

.p-privacy__content li {
	line-height: 1.7;
}

.p-privacy__content a {
	color: var(--color-primary);
	text-decoration: underline;
}

.p-privacy__content strong,
.p-privacy__content b {
	font-weight: var(--fw-bold);
}

.p-privacy__content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.5rem;
	font-size: 0.9375rem;
}

.p-privacy__content th,
.p-privacy__content td {
	padding: 0.75rem 1rem;
	border: 1px solid var(--color-border);
	text-align: left;
	vertical-align: top;
}

.p-privacy__content th {
	background-color: var(--color-primary-light);
	font-weight: var(--fw-bold);
	color: var(--color-primary);
}

/* お問い合わせ先ボックス */

.p-privacy__address {
	margin-top: 1.25rem;
	padding: 1.5rem 1.75rem;
	background-color: var(--color-primary-light);
	border: 1px solid var(--color-border);
	border-radius: 0.25rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.9;
}

/* =========================================================
  セクション
========================================================= */

.p-service-content {
	background-color: var(--color-primary-light);
	padding: 5rem 0 7.5rem;
}

.p-service-content__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* =========================================================
  フィーチャーカード共通
========================================================= */

.p-service-feature {
	position: relative;
	background: var(--white);
	border-radius: 0.25rem;
	padding: 2.5rem 3rem;
}

.p-service-feature::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: 0;
}

/* カードヘッド */

.p-service-feature__head {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--color-border);
	margin-bottom: 2rem;
}

.p-service-feature__label {
	font-family: var(--en-font);
	font-size: 0.8125rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-service-feature__title {
	font-size: 1.75rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	margin-top: 0.5rem;
}

/* =========================================================
  2カラム共通（01 / 02 / 04）
========================================================= */

.p-service-feature__body--two-col {
	display: flex;
	gap: 2.5rem;
	align-items: flex-start;
}

/* 画像（左カラム） */

.p-service-feature__img {
	flex-shrink: 0;
	width: 42%;
	margin: 0;
}

.p-service-feature__img picture,
.p-service-feature__img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.25rem;
	aspect-ratio: 4/3;
	object-fit: cover;
}

/* Feature 04 の左カラム（画像+スケジュール） */

.p-service-feature__img-col {
	flex-shrink: 0;
	width: 42%;
}

.p-service-feature__img-col .p-service-feature__img {
	width: 100%;
}

/* 右カラム：アイテムリスト */

.p-service-feature__items {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* アイテム1件 */

.p-service-feature__item {
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--color-border);
}

.p-service-feature__item:first-child {
	padding-top: 0;
}

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

/* アイコン＋見出し行 */

.p-service-feature__item-head {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

/* グラデーション円バッジ */

.p-service-feature__item-icon {
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: linear-gradient(to bottom right, #7CD5F5, #1285C4);
	color: var(--white);
	font-family: var(--en-font);
	font-size: 0.8125rem;
	font-weight: var(--fw-bold);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.p-service-feature__item-heading {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
}

.p-service-feature__item-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 0.625rem;
}

/* Feature 02: 物理療法グリッド（足温浴・ホットパック／低周波／電磁パルス） */

.p-service-feature__therapy-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid var(--color-border);
}

.p-service-feature__therapy-card {
	display: flex;
	flex-direction: column;
}

.p-service-feature__therapy-img {
	margin: 0;
}

.p-service-feature__therapy-img picture,
.p-service-feature__therapy-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.25rem;
	aspect-ratio: 4/3;
	object-fit: cover;
}

/* 画像内の被写体位置が上寄りのもの（例：ホットパック） */

.p-service-feature__therapy-img--focus-top picture,
.p-service-feature__therapy-img--focus-top img {
	object-position: center;
}

.p-service-feature__therapy-label {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	margin-top: 0.875rem;
}

.p-service-feature__therapy-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 0.5rem;
}

/* チェックリスト */

.p-service-feature__checklist {
	list-style: none;
	padding: 0;
	margin-top: 0.625rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem 1.5rem;
}

.p-service-feature__checklist-item {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	padding-left: 1.25rem;
	position: relative;
}

.p-service-feature__checklist-item::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--color-primary);
	font-weight: var(--fw-bold);
}

/* =========================================================
  Feature 03: 入浴
========================================================= */

.p-service-feature__bath-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.p-service-feature__bath-item {
	text-align: center;
}

.p-service-feature__bath-img {
	margin: 0;
}

.p-service-feature__bath-img picture,
.p-service-feature__bath-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.25rem;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.p-service-feature__bath-label {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	margin-top: 0.75rem;
}

.p-service-feature__bath-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	margin-top: 0.25rem;
}

.p-service-feature__bath-lead {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 1.5rem;
}

/* =========================================================
  Feature 04: スケジュール
========================================================= */

.p-service-feature__schedule {
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	background: var(--color-primary-light);
	border-radius: 0.25rem;
}

.p-service-feature__schedule-title {
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
}

.p-service-feature__schedule-list {
	margin-top: 0.625rem;
}

.p-service-feature__schedule-row {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	padding: 0.375rem 0;
}

.p-service-feature__schedule-row + .p-service-feature__schedule-row {
	border-top: 1px dotted var(--color-border);
}

.p-service-feature__schedule-label {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	flex-shrink: 0;
	width: 5.5rem;
}

.p-service-feature__schedule-time {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	flex: 1;
}

.p-service-feature__schedule-time::before {
	content: "···············";
	color: var(--color-border);
	margin-right: 0.5rem;
	letter-spacing: -0.1em;
}

/* =========================================================
  Feature 03: 外出支援
========================================================= */

.p-service-feature__outing-lead {
	margin-bottom: 2rem;
}

.p-service-feature__outing-lead-title {
	font-size: 1.375rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.5;
}

.p-service-feature__outing-lead-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 0.875rem;
}

.p-service-feature__outing-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
}

.p-service-feature__outing-photo {
	margin: 0;
}

.p-service-feature__outing-photo picture,
.p-service-feature__outing-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.25rem;
	aspect-ratio: 4/3;
	object-fit: cover;
}

/* 縦長画像用：中央よりやや下を基準にトリミング */

.p-service-feature__outing-photo--focus-low picture,
.p-service-feature__outing-photo--focus-low img {
	object-position: center 70%;
}

/* 横長画像用：中央よりやや左を基準にトリミング */

.p-service-feature__outing-photo--focus-left picture,
.p-service-feature__outing-photo--focus-left img {
	object-position: 25% center;
}

.p-service-feature__outing-closing {
	margin-top: 2rem;
	padding: 2.25rem 2.5rem;
	background: var(--color-primary-light);
	border-radius: 0.25rem;
	text-align: center;
}

.p-service-feature__outing-closing-title {
	font-size: 1.625rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.4;
}

.p-service-feature__outing-closing-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 0.875rem;
}

/* =========================================================
  Feature 05: レクリエーション
========================================================= */

.p-service-feature__activity-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.p-service-feature__activity-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem;
	border: 1px solid var(--color-border);
	border-radius: 0.25rem;
}

.p-service-feature__activity-img {
	flex-shrink: 0;
	width: 5.5rem;
	margin: 0;
}

.p-service-feature__activity-img picture,
.p-service-feature__activity-img img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 0.125rem;
}

.p-service-feature__activity-body {
	flex: 1;
	min-width: 0;
}

.p-service-feature__activity-schedule {
	font-size: 0.8125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.4;
}

.p-service-feature__activity-title {
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	margin-top: 0.25rem;
}

.p-service-feature__activity-text {
	font-size: 0.9375rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
	margin-top: 0.25rem;
}

.p-service-feature__staff-info {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	margin-top: 1.25rem;
}

.p-service-feature__staff-label {
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	margin-right: 1rem;
}

/* =========================================================
  Feature 06: クラブ活動
========================================================= */

.p-service-feature__club-lead {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

/* タブリスト */

.p-service-feature__tab-list {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 0;
	border-bottom: 2px solid var(--color-primary);
}

.p-service-feature__tab {
	padding: 0.625rem 1.5rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	background: transparent;
	border: 1px solid var(--color-border);
	border-bottom: none;
	border-radius: 0.25rem 0.25rem 0 0;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.p-service-feature__tab.is-active {
	background: var(--color-primary);
	color: var(--white);
	border-color: var(--color-primary);
}

/* タブパネル */

.p-service-feature__tab-panel {
	display: none;
	padding-top: 1.75rem;
}

.p-service-feature__tab-panel.is-active {
	display: block;
}

/* クラブコンテンツ行 */

.p-service-feature__club-row {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.p-service-feature__club-img {
	flex-shrink: 0;
	width: 17.5rem;
	margin: 0;
}

.p-service-feature__club-img picture,
.p-service-feature__club-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.25rem;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.p-service-feature__club-body {
	flex: 1;
	min-width: 0;
}

.p-service-feature__club-name {
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
}

.p-service-feature__club-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 0.75rem;
}

/* タグ */

.p-service-feature__club-tags {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.p-service-feature__club-tag {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	padding: 0.25rem 0.75rem;
	background: var(--color-primary-light);
	border-radius: 0.125rem;
}

/* クラブメタ（時間・定員・講師） */

.p-service-feature__club-meta {
	display: flex;
	align-items: flex-end;
	gap: 2rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px dashed var(--color-border);
}

.p-service-feature__club-info {
	display: flex;
	gap: 1.5rem;
}

.p-service-feature__club-info-row {
	display: flex;
	gap: 0.5rem;
	align-items: baseline;
}

.p-service-feature__club-info-row dt {
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	flex-shrink: 0;
}

.p-service-feature__club-info-row dd {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
}

.p-service-feature__instructor {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.p-service-feature__instructor-img {
	flex-shrink: 0;
	width: 3.5rem;
	margin: 0;
}

.p-service-feature__instructor-img picture,
.p-service-feature__instructor-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.125rem;
	aspect-ratio: 1;
	object-fit: cover;
}

.p-service-feature__instructor-role {
	font-size: 0.8125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
}

.p-service-feature__instructor-name {
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	margin-top: 0.125rem;
}

/* 注釈 */

.p-service-feature__club-note {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	margin-top: 1.25rem;
	padding: 0.75rem 1rem;
	background: var(--color-primary-light);
	border-radius: 0.25rem;
}

.p-service-feature__club-note-icon {
	color: var(--color-primary);
	font-weight: var(--fw-bold);
	flex-shrink: 0;
}

/* =========================================================
  年間行事
========================================================= */

.p-service-feature--annual .p-service-feature__body {
	text-align: center;
}

.p-service-feature__annual-title {
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	margin-bottom: 1.5rem;
}

.p-service-feature__month-grid {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.p-service-feature__month-item {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.5rem 1rem;
	background: var(--color-primary-light);
	border-radius: 0.25rem;
}

.p-service-feature__month-num {
	font-family: var(--en-font);
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
}

.p-service-feature__month-event {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
}

/* =========================================================
  記事エリア
========================================================= */

.p-single {
	background-color: var(--white);
	padding: 5rem 0 7.5rem;
}

.p-single__inner {
	max-width: 56.25rem;
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  ヘッダー（タイトル + メタ）
========================================================= */

.p-single__header {
	margin-bottom: 2.5rem;
}

.p-single__title {
	font-size: 2rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
}

.p-single__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: 1rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--color-border);
}

.p-single__date {
	font-family: var(--en-font);
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: #979797;
	letter-spacing: 0.05em;
}

.p-single__cat {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: var(--fw-medium);
	color: var(--white);
	background-color: var(--color-primary);
	padding: 0.1875rem 0.625rem;
	border-radius: 0.125rem;
	line-height: 1.4;
}

/* =========================================================
  アイキャッチ画像
========================================================= */

.p-single__thumb {
	margin: 0 0 3rem;
}

.p-single__thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.25rem;
	aspect-ratio: 16/9;
	object-fit: cover;
}

/* =========================================================
  本文コンテンツ
========================================================= */

.p-single__content {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
}

.p-single__content h2 {
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.4;
	margin-top: 3.5rem;
	margin-bottom: 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid var(--color-primary);
}

.p-single__content h3 {
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.4;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	padding-left: 0.875rem;
	position: relative;
}

.p-single__content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.25rem;
	background: linear-gradient(to bottom, #7CD5F5, #1285C4);
	border-radius: 0.125rem;
}

.p-single__content h4 {
	font-size: 1.125rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

.p-single__content p {
	margin-top: 1.25rem;
}

.p-single__content p:first-child {
	margin-top: 0;
}

.p-single__content ul,
.p-single__content ol {
	margin-top: 1.25rem;
	padding-left: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-single__content ul {
	list-style: disc;
}

.p-single__content ol {
	list-style: decimal;
}

.p-single__content li {
	line-height: 1.7;
}

.p-single__content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 0.25rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-inline: auto;
}

.p-single__content figure {
	margin: 2rem auto;
}

.p-single__content figure img {
	margin: 0;
}

.p-single__content figure figcaption {
	font-size: 0.875rem;
	color: #979797;
	text-align: center;
	margin-top: 0.5rem;
}

.p-single__content a {
	color: var(--color-primary);
	text-decoration: underline;
}

.p-single__content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 0.25rem solid var(--color-primary);
	background-color: var(--color-primary-light);
	border-radius: 0 0.25rem 0.25rem 0;
	font-size: 0.9375rem;
	line-height: 1.8;
}

.p-single__content blockquote p {
	margin-top: 0;
}

.p-single__content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2rem;
	font-size: 0.9375rem;
	overflow-x: auto;
	display: block;
}

.p-single__content th,
.p-single__content td {
	padding: 0.75rem 1rem;
	border: 1px solid var(--color-border);
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.p-single__content th {
	background-color: var(--color-primary-light);
	font-weight: var(--fw-bold);
	color: var(--color-primary);
}

/* =========================================================
  戻るボタン
========================================================= */

.p-single__back {
	margin-top: 4rem;
	text-align: center;
}

.p-thanks {
	background-color: var(--color-primary-light);
	padding: 5rem 0 7.5rem;
}

.p-thanks__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

.p-thanks__content {
	position: relative;
	max-width: 45rem;
	margin-inline: auto;
	background: var(--white);
	border-radius: 0.25rem;
	padding: 4rem 4rem;
	text-align: center;
}

.p-thanks__content::before {
	content: "";
	position: absolute;
	inset: -0.5rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.375rem;
	pointer-events: none;
	z-index: 0;
}

.p-thanks__lead {
	font-size: 1.5rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.5;
}

.p-thanks__text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-thanks__btn {
	margin-top: 2.5rem;
}

/* =========================================================
  About（トップ）
  PC: 写真左 / テキスト右 / グラデーション背景
========================================================= */

.p-top-about {
	background: linear-gradient(to bottom right, #7CD5F5, #1285C4);
	padding: 5rem 0;
}

.p-top-about__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
	display: flex;
	align-items: center;
	gap: 3.75rem;
}

/* 写真 */

.p-top-about__photo {
	flex-shrink: 0; /* 写真が広がりすぎてテキスト列が潰れないよう、コンテナ比でも上限をかける */
	width: min(34.375rem, 48%);
}

.p-top-about__photo picture,
.p-top-about__photo img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* テキストエリア */

.p-top-about__body {
	flex: 1;
	min-width: 0;
}

.p-top-about__lead {
	font-size: 1.75rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.6;
	margin-top: 2rem;
}

.p-top-about__text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--white);
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-top-about__btn {
	margin-top: 2.5rem;
}

/* =========================================================
  施設紹介セクション
  白背景 / 情報テーブル左 + 写真右
========================================================= */

.p-top-facility {
	position: relative;
	background-color: var(--white);
	padding: 5rem 0 6.25rem;
	overflow: hidden;
}

/* =========================================================
  デコ画像
========================================================= */

.p-top-facility__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.p-top-facility__deco {
	position: absolute;
	display: block;
}

.p-top-facility__deco img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.p-top-facility__deco--right {
	right: 0;
	top: 21.8125rem;
	width: 10rem;
}

.p-top-facility__deco--two-tone {
	left: 0;
	top: 47.625rem;
	width: 16.875rem;
}

/* =========================================================
  インナー
========================================================= */

.p-top-facility__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  施設一覧
========================================================= */

.p-top-facility__items {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
	margin-top: 3.5rem;
}

/* =========================================================
  施設1枚
  PC: 情報テーブル左 + 写真右
========================================================= */

.p-top-facility__item {
	display: flex;
	align-items: flex-start;
	gap: 5rem;
}

.p-top-facility__item:nth-child(even) {
	flex-direction: row-reverse;
}

.p-top-facility__item-info {
	flex: 1;
	min-width: 0;
}

.p-top-facility__item-photo {
	flex: 0 0 45%;
	width: 45%;
}

.p-top-facility__item-photo picture,
.p-top-facility__item-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 960/655;
	object-fit: cover;
}

/* =========================================================
  情報テーブル（DL）
========================================================= */

.p-top-facility__table {
	margin: 0;
	padding: 0;
}

.p-top-facility__row {
	display: flex;
	align-items: baseline;
	gap: 1.5rem;
	padding: 1rem 0;
	border-top: 1px solid rgb(204, 204, 204);
}

.p-top-facility__row:last-child {
	border-bottom: 1px solid rgb(204, 204, 204);
}

.p-top-facility__term {
	flex: 0 0 10.625rem;
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--color-primary);
	line-height: 1.6;
}

.p-top-facility__desc {
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
	margin: 0;
}

.p-top-facility__desc a { /* インラインのままだとSafariでホバー判定・タップ領域が不安定になるため */
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

/* =========================================================
  特長セクション
  PC: 写真左右交互 + 白カードオーバーレイ
  Card odd (1,3): 写真左 / Card even (2): 写真右
========================================================= */

.p-top-feature {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 5rem 0 6.25rem;
	overflow: hidden;
}

/* =========================================================
  デコ画像
========================================================= */

.p-top-feature__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.p-top-feature__deco {
	position: absolute;
	display: block;
	top: 0;
}

.p-top-feature__deco img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.p-top-feature__deco--left {
	left: 0;
	top: 28.125rem;
	width: 16.875rem;
}

.p-top-feature__deco--right {
	right: 0;
	width: 16.8125rem;
	top: 10rem;
}

/* =========================================================
  インナー
========================================================= */

.p-top-feature__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  カードリスト
========================================================= */

.p-top-feature__items {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
	margin-top: 4rem;
}

/* =========================================================
  カード1枚
  PC: 写真54% + 白カード (margin-left で65pxオーバーラップ)
========================================================= */

.p-top-feature__item {
	display: flex;
	align-items: flex-start;
}

.p-top-feature__item-img {
	flex: 0 0 54%;
	width: 54%;
	position: relative;
	z-index: 0;
}

.p-top-feature__item-img picture,
.p-top-feature__item-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 650/450;
	object-fit: cover;
}

.p-top-feature__item-body {
	flex: 1;
	min-width: 0;
	background-color: var(--white);
	border-radius: 0.25rem;
	padding: 4rem;
	margin-top: 5.75rem;
	margin-left: -4.0625rem;
	position: relative;
	z-index: 1;
	box-shadow: 8px 8px 24px rgba(0, 67, 120, 0.08);
}

.p-top-feature__item-body::before {
	content: "";
	position: absolute;
	inset: -0.75rem;
	border: 1px solid var(--color-primary);
	border-radius: 0.5rem;
	pointer-events: none;
	z-index: -1;
}

/* 写真右（偶数カード） */

.p-top-feature__item--reverse {
	flex-direction: row-reverse;
}

.p-top-feature__item--reverse .p-top-feature__item-body {
	margin-left: 0;
	margin-right: -4.0625rem;
}

/* =========================================================
  カード内コンテンツ
========================================================= */

.p-top-feature__item-label {
	display: block;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-cta);
	letter-spacing: 0.08em;
}

.p-top-feature__item-heading { /* 1167px以上は rem(28)。それ以下はカード幅に合わせて縮小し、<br>想定の2行を保つ */
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.5;
	margin-top: 0.5rem;
}

.p-top-feature__item-lead {
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-top-feature__item-details {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-top-feature__item-detail {
	position: relative;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
	padding-left: 1.25rem;
}

.p-top-feature__item-detail::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.625rem;
	width: 0.75rem;
	height: 0.125rem;
	background-color: var(--color-primary);
}

/* =========================================================
  MV（メインビュー）
  PC: スライダー右63%・テキスト左下 / SP: スライダー→テキスト縦積み
========================================================= */

.p-top-mv {
	position: relative;
	overflow: hidden;
	margin-top: 5.625rem;
	padding-bottom: 5rem;
}

/* =========================================================
  スライダー（右側 63%）
========================================================= */

.p-top-mv__slider {
	width: 63.0555555556%;
	height: auto;
	aspect-ratio: 908/700;
	margin-right: initial;
	z-index: 0;
	animation: mv-fade-in 1.2s ease both;
}

.p-top-mv__slider .swiper-slide {
	height: 100%;
}

.p-top-mv__slider picture,
.p-top-mv__slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

/* 縦長画像用：中央よりやや下を基準にトリミング */

.p-top-mv__slide--focus-low picture,
.p-top-mv__slide--focus-low img {
	object-position: center 70%;
}

/* 横長画像用：中央よりやや左を基準にトリミング */

.p-top-mv__slide--focus-left picture,
.p-top-mv__slide--focus-left img {
	object-position: 25% center;
}

/* =========================================================
  デコ画像（絶対配置）
========================================================= */

.p-top-mv__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.p-top-mv__deco {
	position: absolute;
	display: block;
	height: auto;
}

.p-top-mv__deco img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* deco_mv_1: 278×475 — 左端・下寄り */

.p-top-mv__deco--1 {
	animation: mv-fade-in 1s ease 0.3s both;
	width: 17.375rem;
	bottom: 6.25rem;
	left: -2.5rem;
	height: auto;
}

.p-top-mv__deco--1 img {
	aspect-ratio: 278/475;
}

/* deco_mv_2: 362×718 — 左中寄り・下から */

.p-top-mv__deco--2 {
	animation: mv-fade-in 1s ease 0.5s both;
	width: 22.625rem;
	bottom: 2.5rem;
	left: 17.375rem;
}

.p-top-mv__deco--2 img {
	aspect-ratio: 362/718;
}

/* deco_mv_3: 252×658 — 写真境界（右37%付近） */

.p-top-mv__deco--3 {
	animation: mv-fade-in 1s ease 0.4s both;
	width: 16.875rem;
	bottom: 2.5rem;
	right: -2.5rem;
	z-index: 10;
}

.p-top-mv__deco--3 img {
	aspect-ratio: 270/658;
}

/* =========================================================
  コンテンツ（左下）
========================================================= */

.p-top-mv__content {
	position: absolute;
	top: 12.5rem;
	left: clamp(2.5rem, 8.3vw, 7.5rem);
	z-index: 2;
}

/* =========================================================
  ラベル
========================================================= */

/* h1（ラベル＋キャッチコピーのまとまり） */

.p-top-mv__title {
	display: block;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.p-top-mv__labels {
	display: flex;
	animation: mv-fade-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.p-top-mv__label {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.875rem;
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	white-space: nowrap;
}

.p-top-mv__label--service {
	background: var(--white);
	color: var(--text-black);
}

.p-top-mv__label--brand {
	background: var(--color-cta);
	color: var(--white);
}

/* =========================================================
  見出し（グラデーション背景）
========================================================= */

.p-top-mv__heading-wrap {
	display: block;
	margin-top: 1.5rem;
	animation: mv-fade-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s both;
}

.p-top-mv__heading {
	display: inline;
	font-size: clamp(1.75rem, 3.33vw, 3rem);
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.7;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	padding: 0.25rem 1.25rem 0.375rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

/* =========================================================
  サブテキスト（白背景）
========================================================= */

.p-top-mv__sub {
	display: inline-block;
	background: var(--white);
	padding: 0.625rem 1rem;
	margin-top: 2rem;
	animation: mv-fade-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

.p-top-mv__subtext {
	font-size: clamp(0.875rem, 1.67vw, 1.5rem);
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.5;
	white-space: nowrap;
}

/* =========================================================
  お知らせセクション
  淡青背景 / 左：タイトル+ボタン / 右：記事リスト
========================================================= */

.p-top-news {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 5rem 0 6.25rem;
	overflow: hidden;
}

/* =========================================================
  デコ画像
========================================================= */

.p-top-news__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.p-top-news__deco {
	position: absolute;
	display: block;
	height: auto;
}

.p-top-news__deco img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.p-top-news__deco--left {
	left: 0;
	top: 12.25rem;
	width: 16.875rem;
}

.p-top-news__deco--right {
	right: 0;
	top: 3.125rem;
	width: 10rem;
}

/* =========================================================
  インナー
========================================================= */

.p-top-news__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  2カラムレイアウト
========================================================= */

.p-top-news__layout {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2.5rem;
	align-items: start;
}

/* =========================================================
  左カラム：タイトル + ボタン
========================================================= */

.p-top-news__head {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
}

.p-top-news__title {
	display: flex;
	flex-direction: column;
}

.p-top-news__title-en {
	display: block;
}

.p-top-news__title-en picture,
.p-top-news__title-en img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(10px 10px 28px rgba(0, 67, 78, 0.1));
}

.p-top-news__title-ja {
	display: block;
	font-size: 2.25rem;
	font-weight: var(--fw-bold);
	color: var(--text-black);
	line-height: 1.5;
	margin-top: -3.125rem;
}

/* =========================================================
  右カラム：記事リスト（白背景）
========================================================= */

.p-top-news__list-wrap {
	background-color: var(--white);
	padding: 1.5rem 2.5rem;
}

.p-top-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-top-news__item {
	border-bottom: 1px solid rgb(204, 204, 204);
}

.p-top-news__item:first-child {
	border-top: 1px solid rgb(204, 204, 204);
}

.p-top-news__link {
	display: block;
	padding: 1rem 0;
	text-decoration: none;
	color: var(--text-black);
	transition: transform 0.3s ease;
}

.p-top-news__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.375rem;
}

.p-top-news__date {
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
	color: #979797;
	line-height: 1.4;
}

.p-top-news__cat {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	background-color: var(--color-primary-light);
	padding: 0.125rem 0.5rem;
	line-height: 1.4;
}

/* 記事が1件も無いとき（一覧ページの .p-news-archive__empty に合わせる） */

.p-top-news__empty {
	padding: 3rem 0;
	text-align: center;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
}

.p-top-news__item-title {
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
}

/* =========================================================
  関連リンク
========================================================= */

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

.p-top-news__related-text {
	text-align: center;
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
	margin-top: 4rem;
}

.p-top-news__banner-ph {
	margin-top: 5.25rem;
	max-width: 45.3125rem;
	margin-inline: auto;
	aspect-ratio: 725/226;
	background-color: rgba(0, 0, 0, 0.08);
}

/* =========================================================
  スケジュールセクション
  淡青背景 / タイムライン（AM・PM）+ ギャラリー2×4
========================================================= */

.p-top-schedule {
	position: relative;
	background-color: var(--color-primary-light);
	padding: 5rem 0 6.25rem;
	overflow: hidden;
}

/* =========================================================
  デコ画像
========================================================= */

.p-top-schedule__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.p-top-schedule__deco {
	position: absolute;
	display: block;
}

.p-top-schedule__deco img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.p-top-schedule__deco--left {
	left: 0;
	top: 17.75rem;
	width: 10rem;
	height: auto;
}

.p-top-schedule__deco--two-tone {
	right: 0;
	top: 39.375rem;
	width: 16.875rem;
	height: auto;
}

/* =========================================================
  インナー
========================================================= */

.p-top-schedule__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  タイムライン
  PC: AM・PM 横並び / SP: 縦積み
========================================================= */

.p-top-schedule__timeline {
	display: flex;
	gap: clamp(1.5rem, 5vw, 4rem);
	margin: 2rem auto 0;
	width: -moz-fit-content;
	width: fit-content; /* インナー幅を超えないよう制限（AM・PM横並び時のはみ出し防止） */
	max-width: 100%;
}

/* =========================================================
  AM / PM グループ
========================================================= */

.p-top-schedule__group {
	flex: 1;
	min-width: 0;
}

.p-top-schedule__group-label {
	display: inline-block;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	background-color: var(--color-cta);
	padding: 0.25rem 1rem;
	border-radius: 0.25rem;
	letter-spacing: 0.08em;
	margin-bottom: 1.25rem;
}

/* =========================================================
  ステップ列
  ドット中心を結ぶ破線を引く
========================================================= */

.p-top-schedule__steps {
	display: flex;
	gap: clamp(0.875rem, 3vw, 2.5rem);
	position: relative;
	align-items: flex-start;
}

.p-top-schedule__steps::before {
	content: "";
	position: absolute;
	top: 2rem;
	left: 2rem;
	right: 2rem;
	height: 0;
	border-top: 2px dashed var(--color-primary);
	z-index: 0;
}

/* =========================================================
  ステップ1枚
========================================================= */

.p-top-schedule__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	flex: 1;
	position: relative;
	z-index: 1;
}

.p-top-schedule__step--wide {
	flex: 1.5;
}

/* =========================================================
  ドット（グラデーション円 × 時刻テキスト）
========================================================= */

.p-top-schedule__dot {
	width: 4.0625rem;
	height: 4.0625rem;
	border-radius: 50%;
	background: linear-gradient(135deg, #7CD5F5, #1285C4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.p-top-schedule__time {
	font-size: 0.875rem;
	font-weight: var(--fw-bold);
	color: var(--white);
	line-height: 1.2;
	text-align: center;
}

/* =========================================================
  カード（ドット下のラベル）
  縦書き・背景なし
========================================================= */

.p-top-schedule__card {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.25rem;
	padding: 2rem clamp(0.75rem, 1.7vw, 1.5rem);
	background-color: var(--white);
}

.p-top-schedule__label {
	display: block;
	writing-mode: vertical-rl;
	font-size: 1rem;
	font-weight: var(--fw-bold);
}

.p-top-schedule__sub {
	display: block;
	writing-mode: vertical-rl;
	font-size: 0.875rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.4;
}

/* =========================================================
  ギャラリー（4列 × 2行）
========================================================= */

.p-top-schedule__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
	gap: 1rem;
	margin-top: 3rem;
}

.p-top-schedule__gallery-item {
	overflow: hidden;
}

.p-top-schedule__gallery-item picture,
.p-top-schedule__gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 288/192;
	object-fit: cover;
}

/* 中央よりやや右を基準にトリミング */

.p-top-schedule__gallery-item--focus-right picture,
.p-top-schedule__gallery-item--focus-right img {
	object-position: right center;
}

/* =========================================================
  サービス紹介セクション
  白背景 / 3×2カードグリッド
========================================================= */

.p-top-service {
	position: relative;
	background-color: var(--white);
	padding: 5rem 0 6.25rem;
	overflow: hidden;
}

/* =========================================================
  デコ画像（横長カラーブロック）
========================================================= */

.p-top-service__decos {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.p-top-service__deco {
	position: absolute;
	display: block;
}

.p-top-service__deco img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* Orange: 右端 y=349 */

.p-top-service__deco--orange {
	right: 0;
	top: 21.8125rem;
	width: 10rem;
}

/* Blue: 左端 y=615 */

.p-top-service__deco--blue {
	left: 0;
	top: 38.4375rem;
	width: 10rem;
}

/* =========================================================
  インナー
========================================================= */

.p-top-service__inner {
	position: relative;
	z-index: 1;
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  カードグリッド
========================================================= */

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

/* =========================================================
  カード1枚
========================================================= */

.p-top-service__card {
	background-color: var(--color-primary-light);
	padding: 2rem 1.5rem;
}

.p-top-service__card-header {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.p-top-service__card-icon {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.p-top-service__card-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-top-service__card-heading { /* 3カラム時に「バランストレーニング」等が1行に収まるよう可変 */
	font-size: clamp(0.8125rem, 1.66vw, 1.5rem);
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.4;
}

.p-top-service__card-body {
	margin-top: 1rem;
}

.p-top-service__card-text {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.7;
}

.p-top-service__card-text + .p-top-service__card-text {
	margin-top: 0.5rem;
}

/* =========================================================
  ボタン
========================================================= */

.p-top-service__btn {
	text-align: center;
	margin-top: 3.5rem;
}

/* =========================================================
  ご利用案内セクション
  青グラデ背景 / 2カラム白カード
========================================================= */

.p-top-use {
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	padding: 5rem 0 6.25rem;
}

/* =========================================================
  インナー
========================================================= */

.p-top-use__inner {
	max-width: var(--inner);
	margin-inline: auto;
	padding-inline: var(--padding-pc);
}

/* =========================================================
  カードグリッド
========================================================= */

.p-top-use__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	margin-top: 3rem;
}

/* =========================================================
  カード1枚
========================================================= */

.p-top-use__card {
	background-color: var(--white);
	padding: 1.5rem 0.9375rem;
}

/* =========================================================
  カードヘッダー
========================================================= */

.p-top-use__card-header {
	background-color: var(--color-primary-light);
	padding: 0.75rem 2rem;
}

.p-top-use__card-title {
	font-size: 1.25rem;
	font-weight: var(--fw-bold);
	color: var(--color-primary);
	line-height: 1.4;
	text-align: center;
}

/* =========================================================
  カード1: 対象者リスト
========================================================= */

.p-top-use__card-list {
	list-style: none;
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-top-use__card-item {
	position: relative;
	font-size: 1.125rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.6;
	padding-left: 1.25rem;
}

.p-top-use__card-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8125rem;
	width: 0.5rem;
	height: 0.125rem;
	background-color: var(--color-primary);
}

/* =========================================================
  カード2: サービス情報（定義リスト）
========================================================= */

.p-top-use__card-info {
	margin-top: 0.3125rem;
}

.p-top-use__card-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.p-top-use__card-term {
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: var(--fw-bold);
	color: var(--color-cta);
	line-height: 1.5;
	min-width: 7.5rem;
}

.p-top-use__card-desc {
	font-size: 1rem;
	font-weight: var(--fw-medium);
	color: var(--text-black);
	line-height: 1.5;
	margin: 0;
}

/* =========================================================
  ボタン群
========================================================= */

.p-top-use__btns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 5rem;
}

.c-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem; /* 狭いカラム内でもラベルが折り返さないよう、左右余白は可変にする */
	padding: 1.375rem clamp(1.25rem, 4vw, 3.5rem);
	font-size: 1rem;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	color: var(--white);
	background: linear-gradient(90deg, #7cd5f5 0%, #1285c4 50%, #7cd5f5 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	border: 1px solid var(--color-primary);
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 2px var(--white);
	text-decoration: none;
	overflow: hidden;
	transition: color 0.3s ease, background-position 0.45s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.c-button { /* タッチデバイスではホバー演出を出さない（タップ時の誤作動・違和感防止） */
}

.c-button__arrow {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 0.625rem;
	height: 0.125rem;
	background-color: currentColor;
	margin-left: 0.75rem;
	transition: transform 0.3s ease;
}

.c-button__arrow::after {
	content: "";
	position: absolute;
	right: -0.0625rem;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

/* modifier: 白背景・プライマリテキスト */

.c-button.c-button--white {
	color: var(--color-primary);
	background: var(--white);
	border-color: transparent;
	outline: 1px solid var(--white);
	outline-offset: 0.25rem;
}

/* =========================================================
  c-title: セクション見出し（EN + JA 2段）
  modifier: .c-title--white（白テキスト）
========================================================= */

.c-title {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	text-align: center;
}

.c-title__en {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}

.c-title__en picture,
.c-title__en img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(10px 10px 28px rgba(0, 67, 78, 0.1));
}

.c-title--beliefs .c-title__en {
	margin: initial;
}

/* EN画像の幅：タイトルごとにモディファイアで調整 */

.c-title--beliefs .c-title__en img {
	width: 27.5rem;
}

.c-title--feature .c-title__en img {
	width: 17.125rem;
}

.c-title--feature .c-title__ja,
.c-title--schedule .c-title__ja,
.c-title--use .c-title__ja,
.c-title--related-links .c-title__ja,
.c-title--cta .c-title__ja {
	margin-top: -2rem;
}

.c-title--services .c-title__en img {
	width: 19.625rem;
}

.c-title--services .c-title__ja {
	margin-top: -2.25rem;
}

.c-title--schedule .c-title__en img {
	width: 21.25rem;
}

.c-title--use .c-title__en img {
	width: 26.4375rem;
}

.c-title--facility .c-title__en img {
	width: 47.5rem;
}

.c-title--news .c-title__en img {
	width: 12.5rem;
}

.c-title--related-links .c-title__en img {
	width: 30.5rem;
}

.c-title--cta .c-title__en img {
	width: 17.5rem;
}

.c-title--news {
	margin: initial;
}

.c-title--news .c-title__ja {
	margin-top: -2.5rem;
}

.c-title__ja {
	display: block;
	font-size: 2.25rem;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	color: var(--text-black);
	margin-top: -5.5rem;
	position: relative;
}

.c-title--company .c-title__en img {
	width: 23.75rem;
}

.c-title--company .c-title__ja {
	margin-top: -3rem;
}

.c-title--philosophy .c-title__en img {
	width: 27.5rem;
}

.c-title--philosophy .c-title__ja {
	margin-top: -5.625rem;
}

.c-title--message .c-title__en img {
	width: 20rem;
}

.c-title--message .c-title__ja {
	margin-top: -1.75rem;
}

.c-title--staff .c-title__en img {
	width: 17.5rem;
}

.c-title--staff .c-title__ja {
	margin-top: -2.75rem;
}

.c-title--flow .c-title__en img {
	width: 25rem;
}

.c-title--flow .c-title__ja {
	margin-top: -1.75rem;
}

.c-title--price .c-title__en img {
	width: 16.25rem;
}

.c-title--price .c-title__ja {
	margin-top: -1.75rem;
}

/* modifier: 白テキスト版 */

.c-title.c-title--white .c-title__en {
	color: var(--white);
}

.c-title.c-title--white .c-title__ja {
	color: var(--white);
}

.inline-block {
	display: inline-block;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.u-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	inset: 0;
	white-space: nowrap;
}

.u-anim-fade-up {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: var(--anim-delay, 0s);
}

.u-anim-fade-up.is-animated {
	opacity: 1;
	transform: translateY(0);
}

.u-anim-fade-in {
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: var(--anim-delay, 0s);
}

.u-anim-fade-in.is-animated {
	opacity: 1;
}

.u-anim-fade-left {
	opacity: 0;
	transform: translateX(-1.75rem);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: var(--anim-delay, 0s);
}

.u-anim-fade-left.is-animated {
	opacity: 1;
	transform: translateX(0);
}

.u-anim-fade-right {
	opacity: 0;
	transform: translateX(1.75rem);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: var(--anim-delay, 0s);
}

.u-anim-fade-right.is-animated {
	opacity: 1;
	transform: translateX(0);
}

.u-anim-scale-up {
	opacity: 0;
	transform: scale(0.94) translateY(1.25rem);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: var(--anim-delay, 0s);
}

.u-anim-scale-up.is-animated {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.u-anim-stagger > * {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-delay: var(--anim-delay, 0s);
}

.u-anim-stagger.is-animated > * {
	opacity: 1;
	transform: translateY(0);
}

@media (any-hover: hover) {

.wpcf7-checkbox a:hover,
.wpcf7-acceptance a:hover {
	text-decoration: none;
}

.wpcf7-submit:hover {
	background-color: var(--white);
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.p-cta__btn--line:hover {
	opacity: 0.85;
	transform: translateY(-0.125rem);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.p-cta__btn--form:hover {
	background-color: var(--white);
	color: var(--color-cta);
	border-color: var(--color-cta);
	transform: translateY(-0.125rem);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.p-cta__phone:hover {
	background-color: var(--color-primary-light);
	border-color: var(--color-primary);
	transform: translateY(-0.125rem);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.p-download__link:hover {
	color: var(--color-primary);
	transform: translateX(0.125rem);
}

.p-download__link:hover::before {
	transform: translate(0.25rem, -50%);
}

.p-download__link:hover::after {
	transform: translate(0.25rem, -50%) rotate(45deg);
}

.p-footer__nav-heading:hover {
	opacity: 0.75;
}

.p-footer__nav-link:hover {
	opacity: 0.75;
	transform: translateX(0.25rem);
}

.p-footer__logo-wrap:hover {
	transform: translateY(-0.125rem);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.p-footer__btn--line:hover {
	opacity: 0.85;
	transform: translateY(-0.125rem);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.p-footer__btn--contact:hover {
	background-color: var(--white);
	color: var(--color-cta);
	border-color: var(--color-cta);
	transform: translateY(-0.125rem);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.p-footer__insta:hover {
	opacity: 0.75;
	transform: translateY(-0.125rem);
}

.p-header__nav-modal-wrap:hover .p-header__nav-modal-text::after {
	transform: translateY(-40%) rotate(-135deg);
}

.p-header__nav-modal-wrap:hover .p-header__nav-modal {
	opacity: 1;
	transform: scaleY(1) translateY(0);
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}

/* ナビリンク：下線スライドイン */

.p-header__link:hover {
	color: var(--color-primary);
}

.p-header__link:hover::before {
	transform: scaleX(1);
}

/* ドロップダウントリガー：色変化 */

.p-header__nav-modal-text:hover {
	color: var(--color-primary);
}

/* ドロップダウン項目：背景 ＋ 左インデント ＋ ドットスライド */

.p-header__nav-modal-item > a:hover {
	color: var(--color-primary);
	background-color: var(--color-primary-light);
	padding-left: 2rem;
}

.p-header__nav-modal-item > a:hover::before {
	transform: translateY(-50%) translateX(0.25rem);
}

.p-header__cta-instagram-link:hover {
	opacity: 0.75;
	transform: translateY(-0.125rem);
}

.p-header__cta-line-link:hover {
	opacity: 0.85;
	transform: translateY(-0.125rem);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.p-header__contact-link:hover {
	background-color: var(--white);
	color: var(--color-cta);
	border-color: var(--color-cta);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(-0.125rem);
}

.p-header__cta-mobile-line:hover,
.p-header__cta-mobile-contact:hover {
	opacity: 0.85;
	transform: translateY(-0.125rem);
}

.p-header__hamburger:hover {
	opacity: 0.85;
}

.p-drawer__link:hover,
.p-drawer__modal-text:hover {
	color: var(--color-primary);
}

.p-lower-head__breadcrumb-link:hover {
	text-decoration: underline;
}

.p-news-archive__link:hover {
	transform: translateX(0.375rem);
}

.p-news-archive__pagination .page-numbers:not(.current):hover {
	background: var(--color-primary-light);
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.p-privacy__content a:hover {
	text-decoration: none;
}

.p-service-feature__tab:not(.is-active):hover {
	background: var(--color-primary-light);
}

.p-single__content a:hover {
	text-decoration: none;
}

.p-top-facility__desc a:hover {
	text-decoration: underline;
}

.p-top-news__link:hover {
	transform: translateX(0.375rem);
}

.c-button:hover {
	color: var(--white);
	background-position: 100% 0;
	transform: translateY(-0.125rem);
	box-shadow: inset 0 0 0 2px var(--white), 0 8px 20px rgba(0, 67, 120, 0.18);
}

.c-button:hover .c-button__arrow {
	transform: translateX(0.3125rem);
}

.c-button.c-button--white:hover {
	color: var(--white);
	background: transparent;
}

}

@media (min-width: 768px) {

html {
	scroll-padding-top: 8.75rem;
}

}

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

.p-header__link::before {
	content: "";
	position: absolute;
	bottom: 1.25rem;
	left: 0.75rem;
	right: 0.75rem;
	height: 2px;
	background: linear-gradient(to right, #7CD5F5, #1285C4);
	border-radius: 0.125rem;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s ease;
}

.p-header__cta-mobile-line {
	display: none;
}

.p-header__cta-mobile-contact {
	display: none;
}

.p-header__cta-instagram {
	display: block;
}

.p-header__cta-line {
	display: block;
}

.p-header__contact {
	display: block;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none !important;
}

}

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

/* Instagramアイコンは幅が厳しくなる帯では非表示 */

.p-header__cta-instagram {
	display: none;
}

.p-header__cta-line-link {
	padding: 0.25rem 0.625rem 0.25rem 0.5rem;
	height: 2.625rem;
}

.p-header__cta-line-text {
	font-size: 0.8125rem;
}

.p-header__cta-line-text span {
	font-size: 0.6875rem;
}

}

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

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

.p-header__logo-link { /* 768〜1000px は html の font-size が縮むため、下限だけ px で止める */
	width: max(5.5rem, 80px);
}

.p-header__nav {
	display: none;
}

}

@media (max-width: 1000px) {

html {
	font-size: clamp(14px, 1.6vw, 16px);
}

}

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

:root {
	--vw: 375 * 100vw;
}

:root {
	--header-height: calc(72 * var(--rem));
}

html {
	font-size: 16px;
}

.inner {
	max-width: 600px;
	padding-inline: var(--padding-sp);
}

.p-404 {
	padding: 3.5rem 0 4.5rem;
}

.p-404__inner {
	padding-inline: var(--padding-sp);
}

.p-404__not-found {
	font-size: 3rem;
}

.p-404__title {
	font-size: 1.5rem;
	margin-top: -0.625rem;
}

.p-404__text {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
	text-align: left;
}

.p-404__btn {
	margin-top: 2.25rem;
}

.p-about-beliefs {
	padding: 4rem 0;
}

.p-about-beliefs__deco-right {
	top: 3.75rem;
}

.p-about-beliefs__deco-right picture,
.p-about-beliefs__deco-right img {
	width: 9.375rem;
}

.p-about-beliefs__deco-left {
	bottom: 2rem;
}

.p-about-beliefs__deco-left picture,
.p-about-beliefs__deco-left img {
	width: 7.5rem;
}

.p-about-beliefs__inner {
	padding-inline: var(--padding-sp);
}

.p-about-beliefs__group {
	margin-top: 2.25rem;
	padding: 2rem 1.25rem 2.25rem;
}

.p-about-beliefs__group-company {
	font-size: 0.9375rem;
}

.p-about-beliefs__group-keyword {
	margin-top: 1.25rem; /* 幅が狭いと罫線が窮屈になるためSPでは省略 */
}

.p-about-beliefs__group-keyword::before,
.p-about-beliefs__group-keyword::after {
	display: none;
}

.p-about-beliefs__group-keyword-plate {
	padding: 1.125rem 2rem;
	border-radius: 0.75rem;
}

.p-about-beliefs__group-keyword-plate::before {
	inset: 0.3125rem;
}

.p-about-beliefs__group-keyword-text {
	font-size: 2.5rem;
}

.p-about-beliefs__group-text {
	margin-top: 1rem;
	font-size: 0.9375rem;
	text-align: left;
}

.p-about-beliefs__connector {
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.p-about-beliefs__connector-line {
	height: 1.75rem;
}

.p-about-beliefs__connector-mark {
	width: 2.5rem;
	height: 2.5rem;
}

.p-about-beliefs__connector-mark::before {
	width: 0.625rem;
	height: 0.625rem;
}

.p-about-beliefs__own {
	margin-top: 1.25rem;
}

.p-about-beliefs__own-company {
	font-size: 0.9375rem;
}

.p-about-beliefs__own-title {
	font-size: 1.375rem;
}

.p-about-beliefs__own-lead {
	font-size: 0.9375rem;
}

.p-about-beliefs__list {
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1.5rem;
}

.p-about-beliefs__card-num-digit {
	font-size: 1rem;
}

.p-about-beliefs__card-num-slash {
	font-size: 1.5rem;
}

.p-about-beliefs__card-title {
	font-size: 1.25rem;
}

.p-about-beliefs__card-text {
	font-size: 1rem;
}

.p-about-company {
	padding: 4rem 0;
}

.p-about-company__deco-right {
	top: 5rem;
}

.p-about-company__deco-right picture,
.p-about-company__deco-right img {
	width: 30vw;
}

.p-about-company__deco-left {
	bottom: 1.5rem;
}

.p-about-company__deco-left picture,
.p-about-company__deco-left img {
	width: 35vw;
}

.p-about-company__inner {
	padding-inline: var(--padding-sp);
}

.p-about-company__table {
	margin-top: 2.5rem;
}

.p-about-company__row {
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem 0;
}

.p-about-company__label {
	width: auto;
	font-size: 1rem;
}

.p-about-company__value {
	font-size: 1rem;
}

.p-about-greeting {
	padding: 4rem 0;
}

.p-about-greeting__inner {
	padding-inline: var(--padding-sp);
}

.p-about-greeting__content {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3rem;
}

.p-about-greeting__photo-col {
	width: 100%;
	max-width: 15rem;
	margin-inline: auto;
}

.p-about-greeting__name {
	justify-content: center;
}

.p-about-greeting__name-role {
	font-size: 1rem;
}

.p-about-greeting__name-person {
	font-size: 1.25rem;
}

.p-about-greeting__catch {
	font-size: 1.25rem;
}

.p-about-greeting__text {
	margin-top: 1.5rem;
}

.p-about-greeting__text p {
	font-size: 0.9375rem;
}

.p-contact {
	padding: 3rem 0 4rem;
}

.p-contact__inner {
	padding-inline: var(--padding-sp);
}

.p-contact__lead {
	font-size: 0.9375rem;
	margin-bottom: 2rem;
	text-align: left;
}

.p-contact__form-wrap::before {
	inset: -0.375rem;
}

.p-contact__form-wrap {
	padding: 2rem 1.25rem;
}

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

.p-contact__item {
	margin-top: 0.625rem;
}

.p-contact__row {
	flex-direction: column;
	gap: 0.625rem;
	padding: 1.5rem 0;
}

.p-contact__label-wrap {
	width: 100%;
	padding-top: 0;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel {
	height: 2.875rem;
	font-size: 1rem;
}

.wpcf7-textarea {
	height: 10rem;
	font-size: 1rem;
}

.wpcf7-radio .wpcf7-list-item-label {
	font-size: 0.9375rem;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 0.9375rem;
}

.wpcf7-acceptance {
	text-align: left;
}

.p-contact__privacy {
	justify-content: flex-start;
	padding-top: 2rem;
}

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

.p-contact__btn {
	width: 100%;
}

.wpcf7-submit {
	width: 100%;
	height: 3.5rem;
	font-size: 1rem;
	padding: 0 1.5rem;
	min-width: unset;
	margin-top: 2rem;
}

.p-cta {
	padding: 3.5rem 0 3.5rem;
}

.p-cta__inner {
	padding-inline: var(--padding-sp);
}

.p-cta__title {
	margin-bottom: 2rem;
}

.p-cta__title-en img {
	width: 13.125rem;
}

.p-cta__title-ja {
	font-size: 1.375rem;
	margin-top: -2.25rem;
}

.p-cta__banner::after {
	bottom: -0.75rem;
}

.p-cta__banner {
	padding: 1rem 0.75rem;
	font-size: 1rem;
	width: -moz-max-content;
	width: max-content;
}

.p-cta__panel {
	margin-top: 3.75rem;
}

.p-cta__cols {
	flex-direction: column;
	padding: 2rem 0 1.25rem;
	gap: 2rem;
}

.p-cta__col + .p-cta__col {
	border-left: none;
	border-top: 1px solid rgb(204, 204, 204);
}

.p-cta__col {
	padding: 0rem;
}

.p-cta__col:nth-child(2):last-child {
	padding-top: 2rem;
}

.p-cta__col-heading {
	font-size: 1.25rem;
}

.p-cta__btn {
	min-width: 15rem;
	margin-top: 1rem;
	padding-top: 1.125rem;
}

.p-cta__phone {
	margin-top: 1rem;
	min-width: 12.625rem;
}

.p-download {
	padding: 3.5rem 0 4rem;
}

.p-download__deco--two-tone {
	width: 7.5rem;
	top: 1.25rem;
}

.p-download__inner {
	padding-inline: var(--padding-sp);
}

.p-download__heading {
	font-size: 1.5rem;
}

.p-download__text {
	margin-top: 1rem;
}

.p-download__office-list {
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.p-download__office-card {
	padding: 2rem 1.5rem 2.5rem;
}

.p-download__office-card::before {
	inset: -0.375rem;
}

.p-download__office-title {
	font-size: 1.125rem;
}

.p-download__link-list {
	gap: 1.25rem;
}

.p-flow-price {
	padding: 4rem 0;
}

.p-flow-price__deco-left {
	top: 1.25rem;
}

.p-flow-price__deco-left picture,
.p-flow-price__deco-left img {
	width: 30vw;
}

.p-flow-price__deco-right {
	bottom: 1.25rem;
}

.p-flow-price__deco-right picture,
.p-flow-price__deco-right img {
	width: 30vw;
}

.p-flow-price__inner {
	padding-inline: var(--padding-sp);
}

.p-flow-price__lead {
	font-size: 0.9375rem;
	text-align: left;
	margin-top: 1.5rem;
}

.p-flow-price__btn-wrap {
	margin-top: 1.75rem;
}

.p-flow-steps {
	padding: 4rem 0;
}

.p-flow-steps__deco-left picture,
.p-flow-steps__deco-left img {
	width: 30vw;
}

.p-flow-steps__deco-right picture,
.p-flow-steps__deco-right img {
	width: 30vw;
}

.p-flow-steps__inner {
	padding-inline: var(--padding-sp);
}

.p-flow-steps__list::before {
	left: 1.875rem;
	top: 1.875rem;
	bottom: 7.5rem;
}

.p-flow-steps__list {
	margin-top: 2.5rem;
}

.p-flow-steps__item {
	gap: 0.75rem;
}

.p-flow-steps__item + .p-flow-steps__item {
	margin-top: 1.5rem;
}

.p-flow-steps__badge {
	width: 3.75rem;
	height: 3.75rem;
}

.p-flow-steps__badge-label {
	font-size: 0.8125rem;
}

.p-flow-steps__badge-num {
	font-size: 1.5rem;
}

.p-flow-steps__content {
	padding: 1.25rem 1rem;
}

.p-flow-steps__item-title {
	font-size: 1.25rem;
}

.p-flow-steps__item-note {
	font-size: 0.875rem;
}

.p-flow-steps__item-text {
	font-size: 0.9375rem;
	margin-top: 0.75rem;
}

.p-flow-target {
	padding: 4rem 0;
}

.p-flow-target__deco-left {
	top: 2.5rem;
}

.p-flow-target__deco-left picture,
.p-flow-target__deco-left img {
	width: 34vw;
}

.p-flow-target__deco-right {
	top: 12.5rem;
}

.p-flow-target__deco-right picture,
.p-flow-target__deco-right img {
	width: 20vw;
}

.p-flow-target__inner {
	padding-inline: var(--padding-sp);
}

.p-flow-target__title {
	font-size: 1.5rem;
}

.p-flow-target__lead {
	font-size: 0.9375rem;
	text-align: left;
}

.p-flow-target__card::before {
	inset: -0.375rem;
}

.p-flow-target__card {
	padding: 2rem 1.25rem;
	margin-top: 3rem;
}

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

.p-flow-target__block-heading {
	font-size: 1.25rem;
}

.p-flow-target__row {
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.75rem 0;
}

.p-flow-target__label {
	width: auto;
	font-size: 1rem;
}

.p-flow-target__value {
	font-size: 1rem;
}

.p-flow-target__block-text {
	font-size: 0.9375rem;
}

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

.p-footer__inner {
	padding-inline: var(--padding-sp);
}

.p-footer__nav-cols {
	grid-template-columns: 1fr;
	gap: 1.5rem 1rem;
}

.p-footer__nav-link {
	font-size: 0.9375rem;
}

.p-footer__sep {
	margin: 2rem 0 1.75rem;
}

.p-footer__bottom {
	flex-direction: column;
	gap: 1.5rem;
	padding-bottom: 2rem;
}

.p-footer__info {
	flex-direction: column;
	gap: 1rem;
}

.p-footer__company-top {
	flex-direction: column;
	gap: 0;
}

.p-footer__company-top .p-footer__brand-names {
	margin-top: 0.25rem;
	padding-left: 0;
	border-left: none;
}

.p-footer__brand-names {
	font-size: 1.125rem;
}

.p-footer__address {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-footer__cta {
	align-items: flex-start;
}

.p-footer__cta-btns {
	gap: 0.75rem;
	flex-direction: column;
	align-items: flex-start;
}

.p-header__link,
.p-header__nav-modal-text {
	font-size: 0.875rem;
}

.p-lower-head {
	margin-top: 4.0625rem;
	min-height: 20rem;
}

.p-lower-head__wave {
	bottom: 3rem;
}

.p-lower-head__inner {
	padding-inline: var(--padding-sp);
	padding-top: 2.5rem;
	min-height: 20rem;
}

.p-lower-head__en-text {
	font-size: 6rem;
}

.p-lower-head__title {
	padding: 0.375rem 1rem;
	font-size: 1.5rem;
}

.p-lower-head--about .p-lower-head__title {
	margin-top: -2rem;
}

.p-lower-head--error .p-lower-head__en {
	width: 10rem;
}

.p-lower-head--error .p-lower-head__title {
	margin-top: -1.5rem;
}

.p-lower-head--about .p-lower-head__en {
	width: 12.5rem;
}

.p-lower-head--flow .p-lower-head__en {
	width: 10rem;
}

.p-lower-head--service .p-lower-head__en,
.p-lower-head--member .p-lower-head__en {
	width: 12.5rem;
}

.p-lower-head--contact .p-lower-head__en {
	width: 12.5rem;
}

.p-lower-head--news .p-lower-head__en {
	width: 11.25rem;
}

.p-lower-head--privacy .p-lower-head__en {
	width: 12.5rem;
}

.p-member-introduction {
	padding: 4rem 0 4rem;
}

.p-member-introduction__deco-left {
	bottom: 3.75rem;
}

.p-member-introduction__deco-left picture,
.p-member-introduction__deco-left img {
	width: 30vw;
}

.p-member-introduction__deco-right {
	top: 3.75rem;
}

.p-member-introduction__deco-right picture,
.p-member-introduction__deco-right img {
	width: 35vw;
}

.p-member-introduction__inner {
	padding-inline: var(--padding-sp);
}

.p-member-introduction__cards {
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 2.5rem;
}

.p-member-introduction__card-role {
	font-size: 0.9375rem;
}

.p-member-introduction__card-name {
	font-size: 1rem;
}

.p-member-introduction__card-body {
	margin-top: 1rem;
	padding: 1.25rem 0.9375rem;
}

.p-member-introduction__card-heading {
	font-size: 1.125rem;
}

.p-member-introduction__card-text {
	font-size: 0.9375rem;
}

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

.p-member-list {
	padding: 4rem 0;
}

.p-member-list__deco-left picture,
.p-member-list__deco-left img {
	width: 5.625rem;
}

.p-member-list__deco-right {
	top: 1.25rem;
}

.p-member-list__deco-right picture,
.p-member-list__deco-right img {
	width: 7.5rem;
}

.p-member-list__inner {
	padding-inline: var(--padding-sp);
}

.p-member-list__title {
	font-size: 1.5rem;
	margin-top: 0.75rem;
}

.p-member-list__cards {
	grid-template-columns: 1fr;
	gap: 3rem;
	margin-top: 2.5rem;
}

.p-member-list__card::before {
	inset: -0.375rem;
}

.p-member-list__card-title {
	font-size: 1rem;
}

.p-member-list__card-text {
	font-size: 0.9375rem;
}

.p-news-archive {
	padding: 3rem 0 4rem;
}

.p-news-archive__inner {
	padding-inline: var(--padding-sp);
}

.p-news-archive__card::before {
	inset: -0.375rem;
}

.p-news-archive__card {
	padding: 0 1.25rem;
}

.p-news-archive__link {
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 1.125rem 0;
	gap: 0.5rem 0.75rem;
}

.p-news-archive__title {
	width: 100%;
	font-size: 0.9375rem;
	margin-right: 0;
}

.p-news-archive__pagination {
	margin-top: 2rem;
}

.p-news-archive__pagination .page-numbers {
	min-width: 2.5rem;
	height: 2.5rem;
	font-size: 0.9375rem;
}

.p-privacy {
	padding: 3rem 0 4rem;
}

.p-privacy__inner {
	padding-inline: var(--padding-sp);
}

.p-privacy__card::before {
	inset: -0.375rem;
}

.p-privacy__card {
	padding: 2rem 1.25rem;
}

.p-privacy__content h2 {
	font-size: 1.125rem;
	margin-top: 2.25rem;
}

.p-privacy__content h3 {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.p-privacy__content p {
	font-size: 0.9375rem;
}

.p-privacy__content ul,
.p-privacy__content ol {
	font-size: 0.9375rem;
}

.p-privacy__content {
	font-size: 0.9375rem;
}

.p-privacy__address {
	font-size: 0.9375rem;
	padding: 1rem 1.25rem;
}

.p-service-content {
	padding: 3rem 0 4rem;
}

.p-service-content__inner {
	padding-inline: var(--padding-sp);
	gap: 1.5rem;
}

.p-service-feature::before {
	inset: -0.375rem;
}

.p-service-feature {
	padding: 1.75rem 1.25rem;
}

.p-service-feature__head {
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.p-service-feature__title {
	font-size: 1.375rem;
	margin-top: 0.375rem;
}

.p-service-feature__body--two-col {
	flex-direction: column;
	gap: 1.5rem;
}

.p-service-feature__img {
	width: 100%;
}

.p-service-feature__img-col {
	width: 100%;
}

.p-service-feature__item-heading {
	font-size: 1rem;
}

.p-service-feature__item-text {
	font-size: 0.9375rem;
}

.p-service-feature__therapy-grid {
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.p-service-feature__therapy-label {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.p-service-feature__therapy-text {
	font-size: 0.9375rem;
}

.p-service-feature__checklist-item {
	font-size: 0.9375rem;
}

.p-service-feature__bath-grid {
	grid-template-columns: 1fr;
	gap: 1rem;
}

.p-service-feature__bath-label {
	font-size: 1rem;
}

.p-service-feature__bath-text {
	font-size: 0.9375rem;
}

.p-service-feature__bath-lead {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.p-service-feature__outing-lead {
	margin-bottom: 1.5rem;
}

.p-service-feature__outing-lead-title {
	font-size: 1.125rem;
}

.p-service-feature__outing-lead-text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.p-service-feature__outing-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

.p-service-feature__outing-closing {
	margin-top: 1.5rem;
	padding: 1.75rem 1.25rem;
}

.p-service-feature__outing-closing-title {
	font-size: 1.25rem;
}

.p-service-feature__outing-closing-text {
	font-size: 0.9375rem;
	margin-top: 0.625rem; /* センター揃えだと画面幅により最終行が1文字だけ残るため、SPは左揃え */
	text-align: left;
}

.p-service-feature__activity-grid {
	grid-template-columns: 1fr;
}

.p-service-feature__club-lead {
	font-size: 0.9375rem;
}

.p-service-feature__tab {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}

.p-service-feature__club-row {
	flex-direction: column;
	gap: 1rem;
}

.p-service-feature__club-img {
	width: 100%;
}

.p-service-feature__club-name {
	font-size: 1.125rem;
}

.p-service-feature__club-text {
	font-size: 0.9375rem;
}

.p-service-feature__club-meta {
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.p-service-feature__club-note {
	font-size: 0.9375rem;
}

.p-service-feature__annual-title {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.p-single {
	padding: 3rem 0 4rem;
}

.p-single__inner {
	padding-inline: var(--padding-sp);
}

.p-single__header {
	margin-bottom: 1.75rem;
}

.p-single__title {
	font-size: 1.375rem;
}

.p-single__meta {
	margin-top: 0.75rem;
	padding-bottom: 1rem;
	gap: 0.625rem;
}

.p-single__thumb {
	margin-bottom: 2rem;
}

.p-single__content h2 {
	font-size: 1.25rem;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.p-single__content h3 {
	font-size: 1.125rem;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

.p-single__content h4 {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.p-single__content p {
	font-size: 0.9375rem;
}

.p-single__content ul,
.p-single__content ol {
	font-size: 0.9375rem;
}

.p-single__content table {
	font-size: 0.875rem;
}

.p-single__content {
	font-size: 0.9375rem;
}

.p-single__back {
	margin-top: 3rem;
}

.p-thanks {
	padding: 3rem 0 4rem;
}

.p-thanks__inner {
	padding-inline: var(--padding-sp);
}

.p-thanks__content::before {
	inset: -0.375rem;
}

.p-thanks__content {
	padding: 2.5rem 1.5rem;
}

.p-thanks__lead {
	font-size: 1.25rem;
}

.p-thanks__text {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

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

.p-top-about {
	padding: 3.5rem 0;
}

.p-top-about__inner {
	flex-direction: column;
	padding-inline: var(--padding-sp);
	gap: 2rem;
}

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

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

.p-top-about__text {
	margin-top: 1rem;
}

.p-top-about__btn {
	margin-top: 1.75rem;
	text-align: center;
}

.p-top-facility {
	padding: 3.5rem 0 4rem;
}

.p-top-facility__deco--right {
	width: 5rem;
	top: 10rem;
}

.p-top-facility__deco--two-tone {
	display: none;
}

.p-top-facility__inner {
	padding-inline: var(--padding-sp);
}

.p-top-facility__items {
	gap: 4rem;
	margin-top: 2.5rem;
}

.p-top-facility__item {
	flex-direction: column-reverse;
	gap: 2.5rem;
}

.p-top-facility__item:nth-child(even) {
	flex-direction: column-reverse;
}

.p-top-facility__item-photo {
	width: 100%;
	flex: none;
}

.p-top-facility__row {
	flex-wrap: wrap;
	gap: 0.25rem;
}

.p-top-facility__term {
	flex: 0 0 auto;
	font-size: 1rem;
}

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

.p-top-feature {
	padding: 3.5rem 0 4rem;
}

.p-top-feature__deco--left {
	top: 3.125rem;
	width: 35vw;
}

.p-top-feature__deco--right {
	top: 10.625rem;
	width: 35vw;
}

.p-top-feature__inner {
	padding-inline: var(--padding-sp);
}

.p-top-feature__items {
	gap: 3rem;
	margin-top: 2.5rem;
}

.p-top-feature__item {
	flex-direction: column;
}

.p-top-feature__item-img {
	width: 100%;
	flex: none;
}

.p-top-feature__item-body {
	width: calc(100% - 1.25rem);
	margin-top: 0;
	margin-left: 1.25rem;
	padding: 1.75rem 0.75rem;
	box-shadow: 4px 4px 16px rgba(0, 67, 120, 0.08);
}

.p-top-feature__item-body::before {
	inset: -0.5rem;
}

.p-top-feature__item--reverse .p-top-feature__item-body {
	margin-right: 1.25rem;
	margin-left: 0;
}

.p-top-feature__item-heading {
	font-size: 1.375rem;
}

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

.p-top-feature__item-details {
	margin-top: 1rem;
}

.p-top-mv {
	height: auto;
	margin-top: 4.0625rem;
	padding-bottom: 18.75rem;
}

.p-top-mv__slider {
	position: relative;
	width: 100%;
}

.p-top-mv__deco--1 {
	width: 40vw;
	bottom: 0.625rem;
	left: -1.25rem;
}

.p-top-mv__deco--2 {
	display: none;
}

.p-top-mv__deco--3 {
	width: 40vw;
	bottom: initial;
	top: 1.25rem;
}

.p-top-mv__content {
	top: initial;
	bottom: 3.75rem;
	left: auto;
	z-index: auto;
}

.p-top-mv__labels { /* 幅が足りないときはタグ単位で改行させる（語中で折り返さない） */
	flex-wrap: wrap;
	gap: 0.25rem;
	align-items: flex-start;
}

.p-top-mv__label {
	font-size: 0.875rem;
	padding: 0.25rem 0.625rem;
}

.p-top-mv__heading-wrap {
	margin-top: 1rem;
}

.p-top-mv__sub {
	margin-top: 1rem;
}

.p-top-mv__subtext {
	white-space: normal;
}

.p-top-news {
	padding: 3.5rem 0 4rem;
}

.p-top-news__deco--left {
	width: 35vw;
	bottom: 1.25rem;
}

.p-top-news__deco--right {
	width: 35vw;
	top: 1.25rem;
}

.p-top-news__inner {
	padding-inline: var(--padding-sp);
}

.p-top-news__layout {
	grid-template-columns: 1fr;
	gap: 2rem;
}

.p-top-news__head {
	display: contents;
}

.p-top-news__btn {
	margin-top: 1.5rem;
	order: 1;
}

.p-top-news__title-ja {
	font-size: 1.5rem;
	margin-top: -1.875rem;
}

.p-top-news__list-wrap {
	padding: 1rem 1.25rem;
}

.p-top-news__empty {
	padding: 2rem 0;
	font-size: 0.9375rem;
}

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

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

.p-top-news__related-text {
	font-size: 0.9375rem;
	margin-top: 3rem;
}

.p-top-news__banner-ph {
	margin-top: 4rem;
}

.p-top-schedule {
	padding: 3.5rem 0 4rem;
}

.p-top-schedule__deco--left {
	width: 5rem;
	top: 7.5rem;
}

.p-top-schedule__deco--two-tone {
	width: 8.125rem;
	top: auto;
	bottom: 1.5rem;
}

.p-top-schedule__inner {
	padding-inline: var(--padding-sp);
}

.p-top-schedule__timeline {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.5rem;
}

.p-top-schedule__steps {
	gap: 1rem;
}

.p-top-schedule__card {
	padding: 1.25rem 1rem;
}

.p-top-schedule__label {
	font-size: 0.9375rem;
}

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

.p-top-service {
	padding: 3.5rem 0 4rem;
}

.p-top-service__deco--orange {
	width: 5rem;
	top: 10rem;
}

.p-top-service__deco--blue {
	width: 5rem;
	top: auto;
	bottom: 3.75rem;
}

.p-top-service__inner {
	padding-inline: var(--padding-sp);
}

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

.p-top-service__card {
	padding: 1.25rem 1rem;
}

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

.p-top-service__btn {
	margin-top: 2.5rem;
}

.p-top-use {
	padding: 3.5rem 0 4rem;
}

.p-top-use__inner {
	padding-inline: var(--padding-sp);
}

.p-top-use__cards {
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 2rem;
}

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

.p-top-use__card-row {
	flex-wrap: wrap;
	gap: 0.25rem;
}

.p-top-use__btns {
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.c-button {
	padding: 0.875rem 1.25rem;
}

.c-title--beliefs .c-title__en img {
	width: 16.25rem;
}

.c-title--feature .c-title__en img {
	width: 11.25rem;
}

.c-title--feature .c-title__ja,
.c-title--schedule .c-title__ja,
.c-title--use .c-title__ja,
.c-title--related-links .c-title__ja,
.c-title--cta .c-title__ja {
	margin-top: -1.5rem;
}

.c-title--services .c-title__en img {
	width: 13.125rem;
}

.c-title--services .c-title__ja {
	margin-top: -1.5rem;
}

.c-title--schedule .c-title__en img {
	width: 14.375rem;
}

.c-title--use .c-title__en img {
	width: 17.5rem;
}

.c-title--facility .c-title__en img {
	width: 20rem;
}

.c-title--news .c-title__en img {
	width: 10rem;
}

.c-title--related-links .c-title__en img {
	width: 17.5rem;
}

.c-title--cta .c-title__en img {
	width: 12.5rem;
}

.c-title--news .c-title__ja {
	margin-top: -1.75rem;
}

.c-title__ja {
	font-size: 1.5rem;
	margin-top: -3.125rem;
}

.c-title--company .c-title__en img {
	width: 15rem;
}

.c-title--company .c-title__ja {
	margin-top: -2rem;
}

.c-title--philosophy .c-title__en img {
	width: 16.25rem;
}

.c-title--philosophy .c-title__ja {
	margin-top: -4.375rem;
}

.c-title--message .c-title__en img {
	width: 12.5rem;
}

.c-title--message .c-title__ja {
	margin-top: -1.25rem;
}

.c-title--staff .c-title__en img {
	width: 11.25rem;
}

.c-title--staff .c-title__ja {
	margin-top: -1.875rem;
}

.c-title--flow .c-title__en img {
	width: 15rem;
}

.c-title--flow .c-title__ja {
	margin-top: -1.25rem;
}

.c-title--price .c-title__en img {
	width: 10.625rem;
}

.c-title--price .c-title__ja {
	margin-top: -1.25rem;
}

.pc-only {
	display: none;
}

.sp-only {
	display: block;
}

}

@media (max-width: 767px) {

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes mv-fade-in {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mv-fade-up {

from {
	opacity: 0;
	transform: translateY(1.25rem);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

