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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	scroll-behavior: smooth; /* CSSだけでスムーススクロールを有効にする */
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

body {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	padding-top: var(--header-h);
}

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

picture,
img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	height: 100%;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

.l-inner {
	height: inherit;
	margin-inline: auto;
	max-width: 1120px;
	padding: 0 2.5rem;
	position: relative;
	width: 100%;
}

.l-inner__narrow {
	margin: 0 auto;
	max-width: 50rem;
}

.l-inner__narrow.single {
	margin-block: 2.5rem;
}

.l-inner__narrow.contact {
	position: relative;
}

.l-inner__narrow.contact::after {
	background: url(../img/top-contact-monkey.png) no-repeat center center/contain;
	content: "";
	height: 9.375rem;
	position: absolute;
	right: -100px;
	top: 60%;
	transform: translateY(-50%);
	width: 9.375rem;
}

.l-inner__narrow.contact::before {
	background: url(../img/flower-6.png) no-repeat center center/contain;
	content: "";
	height: 9.375rem;
	left: -100px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 9.375rem;
}

.l-main {
	padding-block: 2.5rem;
}

.l-main__home {
	min-height: 100vh;
	padding-block-start: 4.375rem;
}

.l-main-img.--other {
	height: 22vw;
}

.l-main-img {
	height: 14.95rem;
	width: 100vw;
}

.u-inner {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.l-main-img .l-main-img__copy {
	font-size: 1.5rem;
	left: 35px;
	position: absolute;
	top: 16vw;
	width: 88.6vw;
}

.l-main-img .l-main-img__copy-btn {
	margin-top: 25px;
}

body.is-loaded .l-main-img .l-main-img__btn {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s;
}

.l-main-img .l-main-img__btn {
	opacity: 0;
	position: absolute;
	right: -5px;
	top: 112vw;
	transform: translateY(30px);
	width: 40vw;
}

.l-main-img .l-main-img__slider.--other {
	position: relative;
	width: 63.875%;
}

.l-main-img .l-main-img__slider {
	display: block;
	left: 0;
	position: absolute;
	width: 64.567%;
	z-index: 1;
}

.l-main-img .l-main-img__btn::before {
	content: "";
	display: block;
	padding-top: 105.334%;
}

p.l-main-img__btns {
	bottom: 100px;
	position: fixed;
	right: 0;
	width: 200px;
	z-index: 1000;
}

p.l-main-img__btns:hover {
	opacity: 0.8; /* ホバー時に透明度を変更 */
	transform: translate(5px, 5px); /* 右下に少し動かす */
	transition: transform 0.3s ease; /* 動きをスムーズに */
}

.line-text {
	display: inline-block; /* 点線の幅を文字に合わせる */
	margin-top: 10px;
	position: relative; /* 擬似要素を基準に配置 */
	text-align: center; /* 必要なら中央揃え */
}

.line-text::after {
	border-bottom: 2px dashed #000; /* 点線のスタイル */
	content: ""; /* 擬似要素を利用 */
	display: block;
	height: 1px; /* 点線の高さ */
	margin-top: 10px; /* 文字との間隔 */
	width: 100%; /* 点線の幅を文字に合わせる */
}

.copy-text__sub {
	font-size: 1.625rem;
	margin-bottom: 1.25rem;
}

.copy-text__sub.--other {
	color: #99D98F;
	margin-top: 0.3125rem;
}

/* ▼初期状態：下に隠れて不透明度0 */

.l-section,
.c-panel {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

/* ▼表示時：自然に浮かび上がる */

.l-section.is-visible,
.c-panel.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.l-about {
	background-color: #FFFDF6;
}

.l-service {
	padding-top: 2.5rem;
}

.c-animated__fadeIn {
	opacity: 0;
	transition: opacity 1s ease-in-out, translate 1s ease-in-out;
	translate: 0 40px;
}

.c-animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

/* ========== Buttons container ========== */

.c-btns {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-block: 1.25rem;
}

/* ========== Legacy button block (anchor inside) ========== */

.c-btn a {
	align-items: center;
	background: #99D98F;
	border-radius: 50px;
	color: #fff;
	display: flex;
	font-size: max(1rem, 12.8px);
	font-weight: 500;
	font-weight: 500;
	justify-content: space-around;
	letter-spacing: 0.06em;
	line-height: 0.75;
	margin: 0 auto;
	max-width: 230px;
	min-width: 230px;
	padding: 20px 30px 20px 10px;
	position: relative;
	transition: 0.3s ease-in-out;
}

/* color variations / spacings */

.c-btn.--white a {
	background: #fff;
	color: #333333;
}

.c-btn.--flow {
	margin-top: 1.25rem;
}

.c-btn.--single {
	margin-block: 2.5rem;
}

/* inner label/icon */

.c-btn__txt {
	line-height: normal;
}

/* circular arrow icon (white circle) */

.c-btn__ico {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	display: block;
	height: 22px;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
	width: 22px;
}

.c-btn__ico.--orange {
	border: 2px solid orange;
}

/* arrow glyph inside the icon (as ::before) */

.c-btn__ico::before {
	background: no-repeat center/contain;
	background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23F99500%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1889%22%20class%3D%22st0%22%20d%3D%22M11.1%2C5.2L7.4%2C1.3C7%2C0.9%2C6.4%2C0.9%2C6%2C1.3L5.9%2C1.3c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.5l2%2C2.1H1.5%20C1%2C5%2C0.5%2C5.5%2C0.6%2C6c0%2C0.5%2C0.4%2C0.9%2C1%2C1h6.4l-2%2C2.1c-0.4%2C0.4-0.4%2C1.1%2C0%2C1.5C6.1%2C10.9%2C6.3%2C11%2C6.6%2C11h0c0.3%2C0%2C0.5-0.1%2C0.7-0.3l3.8-4%20C11.5%2C6.3%2C11.5%2C5.7%2C11.1%2C5.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	content: "";
	display: inline-block;
	height: 12px;
	inset: 0;
	margin: auto;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	vertical-align: middle;
	width: 12px;
}

/* hover motion */

.c-btn a:hover .c-btn__ico {
	transform: translateX(10px);
	transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ========== New common button ========== */

.c-btn {
	align-items: center;
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.2;
	max-width: 200px;
	overflow: hidden;
	padding: 16px 15px 16px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}

.c-btn::before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 0;
	z-index: -1;
}

.c-btn > * {
	position: relative;
	z-index: 2;
}

.c-btn:hover {
	color: #58C14B;
}

.c-btn:hover::before {
	width: 100%;
}

.c-btn--grad {
	background: linear-gradient(90deg, #58C14B 0%, #86CD35 100%);
	border: 2px solid transparent;
	transition: border-color 0.5s ease;
}

.c-btn--grad:hover {
	border-color: #58C14B;
}

.c-btn::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 4px;
	transform: rotate(-45deg);
	transition: all 0.4s ease;
	width: 10px;
}

/* ========== Link-with-arrow pattern ========== */

.btn__link {
	display: inline-block;
	padding: 12px 137px 20px 0;
}

/* hover effects (no nesting) */

/* arrow bar */

.btn__link-arrow {
	background: #FB5042;
	height: 4px;
	left: calc(100% + 21.4px);
	position: absolute;
	top: calc(50% + 5px);
	transition: width 0.5s ease;
	translate: 0 -50%;
	width: 60px;
	z-index: 2;
}

.btn__link-arrow::before,
.btn__link-arrow::after {
	background: #FB5042;
	content: "";
	height: 4px;
	position: absolute;
	transform-origin: right center;
	width: 12px;
}

.btn__link-arrow::before {
	bottom: 0;
	right: 0;
	transform: rotate(45deg) translate(2px, 0);
}

.btn__link-arrow::after {
	bottom: 0;
	right: 0;
	transform: rotate(-45deg) translate(2px, 0);
}

/* circle */

.btn__link-circle {
	aspect-ratio: 1;
	background: #F5E0E5;
	border-radius: 50%;
	left: calc(100% + 102px);
	position: absolute;
	top: calc(50% + 5px);
	transition: background 0.5s ease, transform 0.5s ease;
	translate: 0 -50%;
	width: 30px;
}

/* label */

.btn__link-text {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}

/* ========== alignment helpers ========== */

/* 元コードは .c-btn--0302B .right だったので修正 */

.c-scrolltop {
	background-color: #F47B52;
	border: none;
	border-radius: 50%;
	bottom: 40px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	height: 48px;
	opacity: 0;
	position: fixed;
	right: 40px;
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.3s ease;
	visibility: hidden;
	width: 48px;
	z-index: 9999;
}

.c-scrolltop:hover {
	background-color: #F47B52;
	transform: translateY(-3px);
}

.c-scrolltop.is-visible {
	opacity: 1;
	visibility: visible;
}

.c-title {
	font-size: max(3.125rem, 40px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.c-title__sub {
	color: #F47B52;
	font-size: 16px;
	letter-spacing: 1.92px;
	line-height: 100%; /* 16px */
}

.c-title__box {
	margin: 0 auto 2.5rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-title__box::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/greeting.jpg) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -9.375rem;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--feature::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-feature.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	left: -9.375rem;
	position: absolute;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--news::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-service.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -9.375rem;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--contact::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-contact.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	left: -9.375rem;
	position: absolute;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--about {
	margin: 2.5rem auto;
}

.c-title__box.--home-about {
	margin: 0 auto;
}

.c-title__box.--service {
	margin: 3.75rem auto 2.5rem;
}

.c-title__box.--service::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-service.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -9.375rem;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--home-service::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-service.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -9.375rem;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--vision::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-vision.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -9.375rem;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--staff::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-staff.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -9.375rem;
	top: 0;
	width: 8.125rem;
}

.c-title__box.--flow::after {
	animation: floatAnimation 3s ease-in-out infinite;
	background: url(../img/title-flow.png) no-repeat center center/contain;
	content: "";
	height: 6.25rem;
	left: -9.375rem;
	position: absolute;
	top: 0;
	width: 8.125rem;
}

.home-fv {
	background-color: #FFF1CA;
	position: relative;
}

.home-fv::after {
	background: url(../img/top-fv-flower.png) no-repeat center center/contain;
	content: "";
	height: 3.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.75rem;
}

/* アニメーションの定義 */

.home-feature__contents {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.home-feature__content {
	-moz-column-gap: 3.1875rem;
	align-items: center;
	column-gap: 3.1875rem;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(67.5rem, 100%);
}

.home-feature__content:nth-child(odd) {
	flex-direction: row-reverse;
}

.home-feature__content:nth-child(even) {
	flex-direction: row;
}

.home-feature-sec__img {
	height: auto;
	width: min(31.25rem, 100%);
}

.home-feature-sec__img img {
	-o-object-fit: cover;
	height: 18.75rem; /* 高さを300pxに固定 */
	object-fit: cover; /* 画像が枠内にフィットするように調整 */
	width: 18.75rem; /* 幅を300pxに固定 */
}

.home-feature-sec__content {
	position: relative;
	z-index: 1;
}

.home-feature-sec__head {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}

.home-feature-sec__head-sub {
	align-items: center;
	background-color: #99D98F;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	height: 80px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 1.25rem 0.9375rem 1.25rem 0;
	min-width: 83px;
	padding-top: 0.1875rem;
	text-align: center;
	width: 80px;
}

.home-feature-sec__head-num {
	display: block;
	font-size: 1.125rem;
	line-height: 1;
	margin-top: 2px;
}

.home-feature-sec__head-tit {
	backface-visibility: hidden;
	color: #99D98F;
	font-size: 1.375rem;
	line-height: 1.8;
	text-align: center;
}

.home-feature-sec__txt {
	font-size: 18px;
	line-height: normal;
}

.card__list {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.card__item {
	display: grid;
	gap: 12px;
	grid-row: span 5;
	grid-template-rows: subgrid;
	margin-bottom: 58px;
}

.card__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: center;
	display: -webkit-box;
	font-size: 1.125rem;
	overflow: hidden;
}

.card__item-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}

.card__item-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

/* スマホ対応 */

/* スマホ（小画面）対応 */

.card__item {
	background-color: white;
	border-radius: 1.25rem;
	color: inherit; /* 親要素の文字色を継承 */
	display: block; /* 全体をクリック可能にする */
	display: grid;
	gap: 1.25rem;
	padding: 1.25rem;
	text-decoration: none; /* リンクの下線を削除 */
}

.card__item:hover {
	opacity: 0.9; /* ホバー時に少し薄暗くする例 */
}

.card__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	border-radius: 20px;
	object-fit: cover;
}

.home-service__container {
	display: grid;
	gap: 3.125rem 6.25rem; /* カード間のスペース */
	grid-template-columns: repeat(2, 1fr); /* PCでは横2列 */
	padding: 20px;
}

.home-service__card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: visible; /* バッジをはみ出させる */
	padding: 20px;
	position: relative;
	text-align: center;
}

.home-service__image {
	align-items: center;
	border-radius: 10px;
	display: flex;
	height: auto;
	justify-content: center;
	max-height: 300px;
	overflow: hidden; /* 画像が親要素からはみ出さないように */
	position: relative;
	width: 100%;
}

.home-service__image img {
	-o-object-fit: cover;
	border-radius: 10px;
	height: auto;
	object-fit: cover; /* アスペクト比を保ちつつ、親要素に収める */
	width: 100%;
}

.home-service__text {
	background: linear-gradient(to bottom, transparent 95%, rgba(0, 0, 0, 0.1) 95%, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat-y;
	background-size: 100% 1.5em; /* ボーダーを行ごとに表示 */
	color: #333;
	display: inline-block; /* 行ごとの背景適用を有効化 */
	font-size: 1.125rem;
	line-height: 1.5; /* 行間を調整 */
	margin-top: 10px;
	padding-bottom: 5px; /* ボーダーのスペースを確保 */
	position: relative;
}

.home-service__badge {
	align-items: center;
	background: #ff6f61;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	height: 9.375rem;
	justify-content: center;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 9.375rem;
	z-index: 10;
}

.home-service__card:nth-child(1) .home-service__badge {
	background-color: orange; /* 赤 */
}

.home-service__card:nth-child(2) .home-service__badge {
	background-color: #FDC710; /* 青 */
}

.home-service__card:nth-child(3) .home-service__badge {
	background-color: #F4BAED; /* 緑 */
}

.home-service__card:nth-child(4) .home-service__badge {
	background-color: #396FC0; /* ピンク */
}

.c-breadcrumbs {
	font-size: 0.92rem;
	height: inherit;
	margin-inline: auto;
	margin-top: 20px;
	max-width: 1120px;
	padding: 0 2.5rem;
	width: 100%;
}

.c-breadcrumbs a {
	color: #006b4e;
	padding-bottom: 2px;
	position: relative;
	text-decoration: none;
	transition: color 0.2s ease;
}

.c-breadcrumbs a::after {
	background: #cfe9df;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0.25);
	transform-origin: left;
	transition: transform 0.2s ease;
	width: 100%;
}

.c-breadcrumbs a:hover {
	color: #00a86b;
}

.c-breadcrumbs a:hover::after {
	transform: scaleX(1);
}

.p-header {
	height: auto;
	left: 0;
	padding-inline: 20px;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

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

.header__nav {
	-moz-column-gap: 1.25rem;
	align-items: center;
	column-gap: 1.25rem;
	display: flex;
	justify-content: end;
}

.header__list {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
}

.header__list li a {
	color: #333333;
	font-size: 1.25rem;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.header__list li a:hover {
	color: #F47B52;
}

.header__list img {
	height: auto;
	width: 2.5rem;
}

.header__btn {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 100vmax;
	color: #50ac41;
	font-size: 1.25rem;
	padding: 0.5625rem 1.625rem;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.p-header {
	background: #99D98F;
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-drawer__icon {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 16px;
	justify-content: space-between;
	position: fixed;
	right: 20px;
	top: 17px;
	width: 24px;
	z-index: 102;
}

.p-drawer__icon:hover {
	cursor: pointer;
}

.p-drawer__icon--bar {
	background: #000;
	height: 1px;
	width: 100%;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 7.5px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
	display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -7.5px;
}

.p-drawer {
	background: #b6e7f3;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 278px;
	z-index: 101;
}

.p-drawer__icon--bar {
	transition: all 0.5s ease;
}

.p-drawer {
	transition: translate 0.5s ease;
	translate: 101%;
}

.p-drawer.js-show {
	translate: 0;
}

.p-drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-block: 88px 40px;
	padding-left: 34px;
	width: 100%;
}

.p-drawer__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	row-gap: 32px;
}

.p-drawer__list li a {
	font-size: 20px;
	font-weight: 400;
}

.p-drawer__btn {
	background: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	padding: 6px 30px;
}

.drawer__icon {
	display: flex;
	flex-direction: column;
	height: 16px;
	justify-content: space-between;
	position: fixed;
	right: 20px;
	top: 19px;
	width: 24px;
	z-index: 102;
}

.drawer__icon:hover {
	cursor: pointer;
}

.drawer__icon--bar {
	background: #fff;
	height: 2px;
	width: 100%;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
	rotate: 45deg;
	translate: 0 7.5px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
	display: none;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
	rotate: -45deg;
	translate: 0 -7.5px;
}

.drawer {
	background: #99D98F;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	width: 278px;
	z-index: 101;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-block: 88px 40px;
	padding-left: 34px;
	width: 100%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	row-gap: 32px;
}

.drawer__list li a {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}

.drawer__list img {
	height: auto;
	width: 2.5rem;
}

.drawer__btn {
	background: #fff;
	border-radius: 100vmax;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	padding: 6px 30px;
}

.drawer__icon--bar {
	transition: all 0.5s ease;
}

.drawer {
	transition: translate 0.5s ease;
	translate: 101%;
}

.drawer.js-show {
	translate: 0;
}

a.header__logo {
	width: 18.75rem;
}

/* Layout */

.l-footer {
	background: #99D98F;
	color: #333333;
}

/* Footer全体 */

.p-footer__inner {
	margin-inline: auto;
	padding: 49px 16px 49px; /* 上下49px相当 */
}

/* 上段：ロゴ＋メニュー */

.p-footer__top {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.p-footer__logo img {
	display: block;
	height: auto;
}

.p-footer__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-footer__menu a {
	color: #333333;
	font-family: "Noto Sans JP";
	font-size: max(0.9375rem, 12px);
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
	transition: color 0.3s ease;
}

.p-footer__menu a:hover {
	color: #F47B52;
	opacity: 0.85;
}

.p-footer__menu a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/* 下段：左リンク群 + 右コピーライト */

.p-footer__bottom {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 64px;
}

.p-footer__links {
	display: flex;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-footer__links a {
	color: #333333;
	font-family: "Noto Sans JP";
	font-size: max(0.8125rem, 10.4px);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-decoration: underline;
}

.p-footer__links a:hover {
	opacity: 0.9;
}

.p-footer__links a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.p-footer__copy {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: max(0.8125rem, 10.4px);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	opacity: 0.95;
}

.p-footer__logo {
	max-width: 300px;
}

.p-single__inner {
	margin-top: 6.25rem;
}

/* ===============================================
# 基本リンクブロック
=============================================== */

.post-link {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 300px;
}

/* SP */

/* ===============================================
# NEWS レイアウト
=============================================== */

.l-news {
	display: flex;
}

.l-news-main {
	margin-block: 3.75rem;
}

.p-news-main-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	padding-bottom: 24px;
}

/* カードグリッド */

.p-news-cards {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	row-gap: 64px;
	width: 100%;
}

/* カード本体 */

.p-news-card {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s ease;
}

/* カード全体をクリックできるリンクに */

.p-news-card .entry-item {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.p-news-card:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
}

.archive.c-news-card-image {
	border-radius: 10px 10px 0 0;
}

/* 画像 */

.c-news-card-image {
	aspect-ratio: 16/9;
	border-radius: 12px;
	overflow: hidden;
}

.c-news-card-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 1s;
	width: 100%;
}

.c-news-card-image img:hover {
	transform: scale(1.2);
}

/* テキスト */

.c-news-card-detail {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 12px;
	text-align: left;
}

.c-news-card-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--color-text-default, #081630);
	display: -webkit-box;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 1.75;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-news-card-date {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

/* タグリボン */

.p-tag {
	left: -7px;
	position: absolute;
	top: 10%;
}

.p-tag.p-big-tag {
	top: 22px;
}

.p-tag__text {
	background-color: #D6DFEC;
	color: #182F5D;
	display: inline-block;
	font-size: 12px;
	padding: 3px 14px 3px 12px;
	position: relative;
	z-index: 1;
}

.p-tag__text::after {
	border-color: #D6DFEC transparent #D6DFEC #D6DFEC;
	border-style: solid;
	border-width: 12px 8px 13px 0;
	content: "";
	height: 0;
	position: absolute;
	right: -8px;
	top: 0;
	width: 0;
	z-index: 1;
}

.p-tag__text::before {
	border-color: transparent #AAA transparent transparent;
	border-style: solid;
	border-width: 0 8px 4px 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

/* ===============================================
# Gutenberg 調整
=============================================== */

.wp-block-heading {
	margin-top: 32px;
}

.wp-block-image {
	text-align: center;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	margin-top: 50px;
	max-width: 100%;
	vertical-align: bottom;
	width: 100% !important;
}

/* H1/H2/H3 見た目 */

.l-main h1 {
	background: #EAF7DC;
	border-top: solid 3px #99D98F;
	color: #494949;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0.5em;
}

.l-main__news h1 {
	background: none;
	border-top: none;
	font-size: max(3.75rem, 48px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

h2.wp-block-heading {
	border-left: solid 5px #99D98F;
	color: #494949;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: normal;
	padding: 0.5em;
}

h3.wp-block-heading {
	color: var(--color-text-secondary-action, #99D98F);
	font-family: var(--font-family-default, "Noto Sans JP");
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 160%;
}

.wp-block-separator {
	border-top: 1px solid #9E9E9E;
	margin-top: 30px;
}

/* リストのマーカー色 */

.wp-block-list {
	line-height: normal;
}

.wp-block-list li::marker {
	color: #58C14B;
}

.wp-block-list li li::marker {
	color: #58C14B;
}

.wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-list li {
	margin: 10px 0;
}

.wp-block-list li a {
	color: #006b4e; /* 落ち着いた緑 */
	display: inline-block;
	font-weight: 600;
	padding-bottom: 4px;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

/* 下線アニメーション */

.wp-block-list li a::after {
	background-color: #F47B52;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.wp-block-list li a:hover {
	color: #F47B52; /* 下線と同じ緑で強調 */
}

.wp-block-list li a:hover::after {
	width: 100%;
}

p a {
	color: #F47B52; /* 落ち着いた緑 */
	font-weight: 700; /* strongを補強 */
	padding-bottom: 4px;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

/* 下線アニメーション */

p a::after {
	background-color: #F47B52; /* 明るめのグリーンで下線 */
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

/* ホバー時の変化 */

p a:hover {
	color: #f7a082;
}

p a:hover::after {
	width: 100%;
}

/* 引用 */

.wp-block-quote {
	border-left: 2px solid grey;
	margin: 0;
	padding-left: 10px;
}

/* ===============================================
# 記事詳細
=============================================== */

.l-news-detail-container {
	width: 100%;
}

.l-news-detail-container p {
	color: var(--color-blue-text, #081630);
	font-family: var(--font-family-default, "Noto Sans JP");
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.48px;
	line-height: 175%;
	margin-top: 8px;
}

.l-news-detail-container a {
	border-bottom: 1px solid #99D98F;
	margin-left: 0.625rem;
}

.l-news-detail-container ul {
	list-style: disc inside;
}

.l-news-detail-container ul li {
	line-height: 1.7;
	list-style-type: disc;
}

.l-news-detail-container h4.wp-block-heading {
	color: #382620;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 60px;
}

.c-news-detail__pagenation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
	margin-inline: auto;
	margin-top: 32px;
	width: 300px;
}

.c-news-detail__pagenation-prev {
	font-size: 14px;
	font-weight: bold;
	padding-left: 16px;
	position: relative;
}

.c-news-detail__pagenation-prev::before {
	content: "";
	height: 11.23px;
	left: 0;
	position: absolute;
	top: 0;
	width: 6.28px;
}

.c-news-detail__pagenation-next {
	font-size: 14px;
	font-weight: bold;
	padding-right: 16px;
	position: relative;
}

.c-news-detail__pagenation-next::after {
	content: "";
	height: 11.23px;
	position: absolute;
	right: 0;
	top: 0;
	width: 6.28px;
}

.c-news-detail__article-list {
	padding: 10px;
}

/* ===============================================
# 一覧の番号スタイル
=============================================== */

ul {
	list-style: disc inside;
	padding-left: 20px;
}

ol {
	counter-reset: list-counter;
	list-style: none;
	padding-left: 20px;
}

ol li {
	counter-increment: list-counter;
	padding-left: 30px;
	position: relative;
}

ol li::before {
	color: grey;
	content: counter(list-counter) ". ";
	left: 0;
	position: absolute;
}

/* ===============================================
# プライバシーポリシーの見出し
=============================================== */

.single-title {
	border-bottom: 4px solid var(--color-primary-30, #99D98F);
	color: var(--color-text-default, #081630);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 157%;
	margin-bottom: 32px;
	margin-top: 16px;
	padding-bottom: 4px;
}

/* ===============================================
# ページネーション（汎用）
=============================================== */

.pagination {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.pagination .page-numbers {
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #333;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 36px;
}

.pagination .page-numbers:hover {
	background-color: #f5f5f5;
	color: #000;
}

.pagination .current {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	font-size: 16px;
	font-weight: bold;
	padding: 0 12px;
}

.pagination .prev:hover,
.pagination .next:hover {
	background-color: #eaeaea;
	border-radius: 4px;
	color: #000;
}

/* ===============================================
# リンクボタン・リンク集
=============================================== */

.l-section.p-links {
	padding-block: 32px;
}

.c-links__list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-btn--block {
	height: 100%;
	max-width: none !important;
	width: 100%;
}

/* ===============================================
# 本文テキスト
=============================================== */

.entry-content p {
	font-family: var(--font-family-default, "Noto Sans JP");
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.48px;
	line-height: 175%;
	margin-top: 0.03125rem;
}

/* ===============================================
# HERO（共通）
=============================================== */

.c-hero {
	align-items: center;
	color: #fff;
	display: flex;
	height: var(--hero-height, 273px);
	justify-content: center;
	min-height: var(--hero-height, 273px);
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-hero__bg {
	background-image: var(--hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.c-hero__overlay {
	background: var(--hero-overlay, rgba(0, 0, 0, 0.35));
	inset: 0;
	position: absolute;
}

.c-hero__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: center;
	margin-inline: auto;
	max-width: 1080px;
	padding: 64px 16px;
	position: relative;
	z-index: 2;
}

.c-hero--center .c-hero__inner {
	align-items: center;
	text-align: center;
}

.c-hero--left .c-hero__inner {
	align-items: flex-start;
	padding-left: 112px;
	text-align: left;
}

.c-hero__title-en {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: max(3.75rem, 48px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

.c-hero__title-ja {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: max(1.25rem, 16px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
}

.c-hero--sm {
	--hero-height: 220px;
}

.c-hero--md {
	--hero-height: 273px;
}

.c-hero--lg {
	--hero-height: 320px;
}

/* 背景・オーバーレイは全画面固定 */

.c-hero__bg,
.c-hero__overlay {
	inset: 0;
	position: absolute;
}

/* ===============================================
# Table（横シマ＋モバイルカード化）
=============================================== */

.wp-block-table table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.wp-block-table th,
.wp-block-table td {
	border: 1px solid #dfe3e8;
	padding: 1rem 1.2rem;
	vertical-align: top;
	word-break: break-word;
}

/* 色変数 */

.wp-block-table {
	--row-odd: #d6e9d0;
	--row-even: #eaf3e5;
	--head-bg: #f4f7f2;
	--radius: 10px;
	--gap: 10px;
}

/* ヘッダー */

.wp-block-table thead th {
	background: var(--head-bg);
	font-weight: 700;
	text-align: left;
}

/* 横シマ */

.wp-block-table tbody tr:nth-child(odd) {
	background-color: var(--row-odd);
}

.wp-block-table tbody tr:nth-child(even) {
	background-color: var(--row-even);
}

/* 1列目強調 */

.wp-block-table td:first-child {
	font-weight: 600;
}

/* SP：カード化 */

.p-single__nav {
	border-top: 1px solid #ddd;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
}

.p-single__nav-inner {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.p-single__nav-prev a,
.p-single__nav-next a {
	background-color: #98af7f; /* お好みのカラーに変更OK */
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.p-single__nav-prev a:hover,
.p-single__nav-next a:hover {
	background-color: #7c9467;
}

/* Section base */

.p-contact {
	padding-block: 80px;
}

.p-contact__wrap {
	align-items: center; /* 中央寄せ */
	display: flex;
	flex-direction: column;
	gap: 2rem;
	text-align: center; /* テキスト中央 */
	width: 100%;
}

.p-contact__lead {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
}

.p-contact__list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-contact__list li {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
}

.p-contact__list li a {
	color: inherit;
	text-decoration: underline;
}

/* セクション外枠 */

.l-section.p-news {
	background: #fff;
	padding-block: 80px;
}

/* セクションタイトル（再利用可） */

.c-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 40px;
}

.c-section-title__en {
	color: #F47B52;
	font-family: "Noto Sans JP";
	font-size: max(3.125rem, 40px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	word-break: keep-all;
}

.c-section-title__ja {
	color: #F47B52;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

/* リスト本体 */

.p-news__list {
	background: #fff;
	border-radius: 16px;
	list-style: none;
	margin: 0 0 32px;
	overflow: hidden;
	padding: 0;
}

.p-news__item {
	align-items: center;
	border-top: 1px solid #e8e6e7;
	display: grid;
	gap: 56px;
	grid-template-columns: 12rem 9rem 1fr; /* PC：日付 / バッジ / タイトル */
	padding: 20px 24px;
}

.p-news__item:first-child {
	border-top: none;
}

.p-news__date {
	color: #999;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
}

.p-news__badge {
	align-items: center;
	background: linear-gradient(90deg, #86CD35 0%, #99D98F 100%);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 6px 12px; /* 26px相当の高さに近づける */
	white-space: nowrap;
}

.p-news__title {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-decoration: none;
}

.p-news__title:hover {
	text-decoration: underline;
}

.p-news__title:focus {
	outline: 2px solid #86CD35;
	outline-offset: 2px;
}

.p-news__more {
	display: flex;
	justify-content: center;
}

.p-news__more.single {
	margin-block: 2.5rem;
}

.p-news__badge--important {
	background: #e60000;
	color: #fff;
}

/* 日付とカテゴリーを横並びにする */

.c-news-card-meta {
	align-items: center;
	display: flex;
	gap: 0.6em;
	margin-bottom: 0.4em;
}

/* 日付 */

.c-news-card-date {
	color: #666;
	font-size: 0.9em;
}

/* カテゴリバッジ */

.c-news-card-cat {
	background: #ccc;
	border-radius: 4px;
	color: #000;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.4;
	padding: 0.1em 0.6em;
	text-decoration: none;
}

.c-news-card-cat:hover {
	background: #aaa;
}

/* 「重要」カテゴリの場合は赤く */

.c-news-card-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em;
}

.c-news-card-date {
	color: #666;
	font-size: 0.9em;
}

.c-news-card-cat {
	background: #ccc;
	border-radius: 4px;
	color: #000;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.4;
	padding: 0.1em 0.6em;
	text-decoration: none;
}

.c-news-card-cat--important {
	background-color: #e60000;
	color: #fff;
}

.p-service {
	background-color: #FFFDF6;
}

.p-service__title-container {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.p-service__title {
	background-color: #E88F75;
	border-radius: 0.5rem;
	color: #ffffff;
	font-size: 1.25rem;
	padding: 0.625rem;
	text-align: center;
}

.p-service__title-sub {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: normal;
}

.marker_new {
	background: linear-gradient(transparent 70%, #ffdcb8 0%); /* 下線風の背景 */
	display: inline;
	padding: 0 2px 4px; /* 背景の幅や位置を調整 */
}

.p-service__text {
	line-height: normal;
}

.p-service__text ul {
	margin-left: 20px;
	padding-left: 20px;
}

.p-service__text li {
	list-style-type: disc !important;
	margin-bottom: 5px;
}

.p-service__details {
	background-color: white;
	border: 3px solid orange;
	border-radius: 20px;
	margin-block: 1.25rem;
}

.p-service__detail {
	padding: 1.25rem;
	position: relative;
}

.p-service__detail::after {
	background: url(../img/logo-title.png) no-repeat center center/contain;
	content: "";
	height: 18.75rem;
	position: absolute;
	right: 1.875rem;
	top: 11.25rem;
	width: 18.75rem;
}

.p-service__detail ul {
	margin-inline: 20px;
	padding-left: 40px; /* リスト全体のインデントを調整 */
}

.p-service__detail li {
	display: list-item; /* デフォルトのリスト項目スタイルを維持 */
	line-height: 1.6; /* 行間を調整 */
	list-style-position: outside; /* 丸印を外側に */
	list-style-type: disc; /* 丸印のスタイル */
	margin-bottom: 5px;
}

.table_design01 {
	border-collapse: collapse;
	line-height: normal;
	margin: 2.5rem auto;
	width: 100%;
}

.table_design01 th,
.table_design01 td {
	background-color: white;
	border: 2px solid #fff;
	padding: 1em;
}

.table_design01 th {
	background-color: #F5E0E5;
	color: #333333;
	font-weight: bold;
	min-width: 4em;
	text-align: center;
	width: 20%;
}

.service-map {
	border: 1px solid #ddd; /* 画像を際立たせるための枠線 */
	border-radius: 5px; /* 角を少し丸める */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 影をつけて立体感を追加 */
	display: block; /* ブロック要素化して配置を調整 */
	height: auto; /* アスペクト比を保つ */
	margin: 10px auto; /* 上下に余白を追加し、中央寄せ */
	max-width: 60%; /* 親要素に収まるように調整 */
}

.p-flow {
	background-color: #FFF1CA;
	border-radius: 1854px/353px;
	padding-block: 5rem;
}

.flow_design10 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.flow10 {
	padding-left: 0;
}

.flow10 > li {
	background-color: white;
	border: 2px solid #4D9BC1;
	border-radius: 20px;
	list-style-type: none;
	padding: 20px;
}

.flow10 > li:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
}

.flow10 > li:not(:last-child)::after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 20px solid transparent;
	border-top-color: #4D9BC1;
	bottom: -53px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.flow10 > li dl dt {
	border-bottom: 2pt dashed #ccc;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.flow10 > li .icon10 {
	color: #4D9BC1;
	margin-right: 0.5em;
}

.flow10 > li dl dd {
	line-height: normal;
	margin: 0;
}

/* ================================
   本題のCSS
=============================== */

.p-qa {
	padding-block: 5rem;
}

.faq__inner {
	margin-inline: auto;
	padding-inline: 20px;
	width: min(880px, 100%);
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.faq__items {
	border-top: 1px solid #000;
}

.faq__item {
	border-bottom: 1px solid #000;
	font-size: 16px;
	line-height: normal;
	padding-left: 20px;
}

.faq__question {
	padding-block: 20px 24px;
	position: relative;
}

.faq__question::before,
.faq__question::after {
	background: #000;
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.faq__question::before {
	height: 2px;
	right: 20px;
	width: 20px;
}

.faq__question::after {
	height: 20px;
	right: 29px;
	transition: rotate 0.3s ease;
	width: 2px;
}

details[open] .faq__question::after {
	rotate: 90deg;
}

.faq__question-text {
	list-style: none;
	padding-inline: 47px 50px;
	position: relative;
}

.faq__question-text::before {
	align-items: center;
	background: black;
	border-radius: 50%;
	color: white;
	content: "Q";
	content: "Q";
	display: flex;
	font-size: 32px;
	font-size: 25px;
	height: 40px;
	justify-content: center;
	left: -14px;
	left: -1px;
	line-height: 24px;
	line-height: 1;
	position: absolute;
	position: absolute;
	top: 50%;
	top: 59%;
	translate: -30% -50%;
	width: 40px;
}

.faq__answer {
	padding-block: 20px;
}

.faq__answer-text {
	list-style: none;
	padding-inline: 47px 20px;
	position: relative;
}

.faq__answer-text::before {
	align-items: center;
	background: #99D98F;
	border-radius: 50%;
	color: white;
	content: "A";
	display: flex;
	font-size: 32px;
	font-size: 25px;
	height: 40px;
	justify-content: center;
	left: -14px;
	left: -1px;
	line-height: 24px;
	line-height: 1;
	position: absolute;
	position: absolute;
	top: 50%;
	top: 35%;
	translate: -30% -50%;
	width: 40px;
}

/* Layer: Layout */

.l-section.p-panels {
	background: linear-gradient(180deg, #EAF7DB 0%, #DBF2E4 100%);
	overflow: hidden;
	padding: 5rem 8rem;
}

.l-container {
	margin-inline: auto;
	max-width: 1200px;
}

/* Component: Panel row */

.c-panel {
	align-items: center;
	display: flex;
	gap: 5rem;
	margin-bottom: 5rem; /* 最後のパネルだけ margin-bottom を消す */
}

.c-panel:last-of-type {
	margin-bottom: 0;
}

/* デスクトップで左右反転。SPはcolumnに戻す */

.c-panel__body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 500px;
}

.c-panel__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.c-panel__text {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: max(1rem, 12.8px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
}

.c-panel__media {
	aspect-ratio: 620/360;
	border-radius: 8px;
	max-width: 620px;
	overflow: hidden;
	width: 100%;
}

.c-title__box.--error {
	background-color: #fff;
	border-radius: 8px;
	padding: 40px 20px;
}

.c-error__content {
	color: #555;
	font-size: 16px;
	margin-block: 40px;
	text-align: center;
}

.c-error__content p {
	line-height: 1.6;
	margin-bottom: 15px;
}

.c-error__links {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 30px;
}

.c-error__links .c-button {
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.c-error__links .c-button.--primary {
	background-color: #ff7f50;
	border: 1px solid #ff7f50;
	color: #fff;
}

.c-error__links .c-button.--primary:hover {
	background-color: #e65c2f;
	border-color: #e65c2f;
}

.c-error__links .c-button.--secondary {
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	color: #333;
}

.c-error__links .c-button.--secondary:hover {
	background-color: #e0e0e0;
}

/* ===============================
   ファーストビュー全体
================================= */

.p-fv {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: calc(-1 * var(--header-height, 0px));
	background:
  linear-gradient(
    180deg,
    rgba(234, 247, 219, 0.9) 0%,
    rgba(219, 242, 228, 0.9) 100%
  );
  height: min(80vh, 900px);
  min-height: 520px;
}

/* ===============================
   内部ラッパー
================================= */

.p-fv__inner {
	height: 100%;
	position: relative;
	width: 100%;
}

/* ===============================
   コンテンツ部分
================================= */
/* .p-fv__content {
  background: #fff;
  border-radius: 8px;
  bottom: 40px;
  left: 112px;
  padding: 20px 40px;
  position: absolute;
  text-align: center;
} */

.p-fv__content {
display: none;
}

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

.p-fv__title {
	color: #496b45;
	font-family: "Noto Sans JP";
	font-size: clamp(23px, 6vw, 60px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
}

/* ===============================
   スライド部分
================================= */

.p-fv__slides {
	inset: 0;
	position: absolute;
}

/* 各スライド */

.p-fv__slide {
  animation: fvFadeZoom 24s ease-in-out infinite;
  inset: 0;
  opacity: 0;
  position: absolute;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto calc(70% + 19vw);
}


/* ゆっくりズーム＋フェード切り替え */

/* 各スライドの再生タイミング（オーバーラップあり） */

.p-fv__slide:nth-child(1) {
	animation-delay: 0s;
	background-position:center;
}

.p-fv__slide:nth-child(2) {
	animation-delay: 7.5s;
	background-position:center;
}

.p-fv__slide:nth-child(3) {
	animation-delay: 15s;
	background-position:center;
}
/* SP */
@media (max-width: 768px) {
  .p-fv {
    height: auto !important;
    min-height: 0 !important;
    flex-direction: column;
    display: flex;
  }

  .p-fv__slide {
    background-size: auto 100%;
    background-position: center;
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: fvFadeZoom 24s ease-in-out infinite;
  }
	
	  /* スライドを通常フローに戻す */
  .p-fv__slides {
    position: relative !important;
        height: auto;
        aspect-ratio: 4 / 3;
    flex: 1;            /* ← ここが超重要 */
    min-height: 0;
  }
	
  .p-fv__inner {
    position: relative;
    margin-top: 16px;
  }

  /* content は通常配置 */
  .p-fv__content {
  display: block;
    background: #fff;
  border-radius: 8px;
  bottom: 40px;
  left: 112px;
  padding: 20px 40px;
  position: absolute;
  text-align: center;
    position: static;
    margin: 0 auto;
    padding: 20px 20px; /* ← 余白は内側だけに */
    text-align: center;
    border: 2px solid #496b45;
  }





  /* ★ 余白を作っていた原因 */
  .p-fv__inner {
    margin-top: 0;      /* ← ここを 0 に */
    position: relative;
    flex-shrink: 0;
  }

}

/* ===============================
   メディアクエリ対応
================================= */

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-pb {
	padding-bottom: 10px;
}

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

.u-font__jp {
	font-family: "Noto Sans JP", sans-serif;
}

.u-font__en {
	font-family: "Roboto", sans-serif;
}

.u-pointer__none {
	pointer-events: none !important;
}

.u-text__center {
	text-align: center !important;
}

.u-text__left {
	text-align: left !important;
}

.u-text__right {
	text-align: right !important;
}

.u-text__nowrap {
	white-space: nowrap;
}

.u-btn {
	margin-block: 30px;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

.btn__link:hover .btn__link-arrow {
	width: 90px;
}

.btn__link:hover .btn__link-circle {
	transform: scale(1.5);
	transition: transform 0.5s ease, background 0.5s ease;
}

.header__btn:hover {
	background: transparent;
	color: #fff;
}

.faq__question:hover {
	cursor: pointer;
}

}

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

.p-fv__slide {
	animation: none !important;
	opacity: 1 !important;
}

.p-fv__slide ~ .p-fv__slide {
	display: none;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.l-main-img {
	height: 35vw;
	margin: 0 auto;
	max-height: 1094.4%;
	max-width: 1920px;
	width: auto;
}

.l-main-img.--other {
	height: 22vw;
}

.u-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.l-main-img .l-main-img__copy {
	font-size: 3.2rem;
	left: 50%;
	margin-left: 8vw;
	max-width: 448px;
	top: 8.65vw;
	width: 32.525vw;
}

.l-main-img .l-main-img__copy.--other {
	font-size: 3.2rem;
	left: 44%;
	margin-left: 0;
	max-width: 448px;
	text-align: center;
	top: 8.65vw;
	width: 32.525vw;
}

.l-main-img .l-main-img__copy-btn {
	margin-top: 45px;
}

.l-main-img .l-main-img__btn {
	height: 250px;
	right: 20px;
	top: 38vw;
	width: 230px;
}

.l-main-img .l-main-img__slider {
	position: relative;
	width: 60.875%;
}

.l-main-img .l-main-img__slider.--other {
	position: relative;
	width: 38.875%;
}

.home-fv {
	background-color: #FFF1CA;
	position: relative;
}

.home-fv::after {
	background: url(../img/top-fv-flower.png) no-repeat center center/contain;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 12.5rem;
}

.home-feature .home-feature-sec__head-sub {
	height: 140px;
	margin: 0 17px 0 0;
	padding-bottom: 0;
	width: 140px;
}

.home-feature-sec__head-num {
	margin-top: 5px;
}

.home-feature-sec__head-tit {
	font-size: 1.5rem;
	grid-area: title;
}

.p-drawer__icon {
	display: none;
}

.drawer__icon {
	display: none;
}

.u-sp {
	display: none !important;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

.u-text__center--pc {
	text-align: center !important;
}

.u-text__left--pc {
	text-align: left !important;
}

.u-text__right--pc {
	text-align: right !important;
}

.u-text__nowrap--pc {
	white-space: nowrap;
}

}

@media screen and (max-width: 769px) and (min-width: 522px) {

.l-main-img .l-main-img__copy {
	font-size: 1.5rem;
	left: 35px;
	top: 12vw;
	width: 88.6vw;
}

}

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

html {
	font-size: calc(16 / 1120 * 100vw);
}

}

@media (max-width: 768px) {

.card__list {
	-moz-column-gap: 20px;
	column-gap: 20px; /* 列間の隙間を狭く */
	grid-template-columns: repeat(2, 1fr); /* 2列表示 */
}

.card__item {
	margin-bottom: 40px; /* カード間の隙間を調整 */
}

}

@media screen and (max-width: 767px) {

.l-inner {
	max-width: 640px;
	padding: 0 1.25rem;
	width: 100%;
}

.l-inner__narrow {
	max-width: 600px;
	padding: 0 1.25rem;
}

.l-inner__narrow.contact::after {
	right: 0;
	top: auto;
}

.l-inner__narrow.contact::before {
	display: none;
}

.l-main {
	padding-block: 2.5rem;
}

.l-main__home {
	padding-block-start: 2.5rem;
}

.l-main-img.--other {
	height: 40vw;
}

p.l-main-img__btns {
	height: 6.25rem;
	width: 6.25rem;
}

p.l-main-img__btns {
	display: none;
}

.copy-text__sub {
	text-align: end;
}

.copy-text__sub.--mt {
	font-size: 1rem;
	margin-top: 30px;
}

.copy-text__sub.--other {
	font-size: 1rem;
}

h1.copy-text {
	text-align: end;
}

p.copy-text {
	text-align: end;
}

.l-service {
	padding-top: 1.25rem;
}

.c-btns {
	flex-direction: column;
	gap: 1.25rem;
}

.c-btn a {
	font-size: 1rem;
}

.c-btn.--single {
	margin-block: 1.25rem;
}

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

.btn__link-text {
	font-size: 1.125rem;
}

.c-btn--0302B.left {
	text-align: left;
}

.c-btn--0302B.right {
	text-align: right;
}

.c-scrolltop {
	bottom: 20px;
	right: 20px;
}

.c-title {
	font-size: 3.125rem;
}

.c-title {
	font-size: 24px;
}

.c-title__sub {
	font-size: 12px;
}

.c-title__box {
	margin: 0 auto 1.25rem;
}

.c-title__box::after {
	height: 3.75rem;
	right: -64px;
	top: 0;
	width: 3.75rem;
}

.c-title__box.--feature::after {
	height: 5rem;
	left: -89px;
	top: 0;
	width: 5rem;
}

.c-title__box.--news::after {
	height: 5rem;
	right: -89px;
	top: 0;
	width: 5rem;
}

.c-title__box.--contact::after {
	height: 5rem;
	left: -89px;
	top: 0;
	width: 5rem;
}

.c-title__box.--service::after {
	height: 5rem;
	right: -50px;
	top: 18px;
	width: 5rem;
}

.c-title__box.--home-service::after {
	height: 5rem;
	right: -50px;
	top: 18px;
	width: 5rem;
}

.c-title__box.--vision::after {
	height: 5rem;
	right: -69px;
	top: 0px;
	width: 5rem;
}

.c-title__box.--staff::after {
	height: 5rem;
	right: -69px;
	top: 0px;
	width: 5rem;
}

.c-title__box.--flow::after {
	height: 5rem;
	left: -69px;
	top: 0px;
	width: 5rem;
}

.home-feature__content {
	display: grid;
	grid-template-areas: "title" "img" "text";
	grid-template-columns: 1fr;
}

.home-feature-sec__img {
	display: none;
	grid-area: img;
	margin-bottom: 2rem;
	margin-left: auto;
	width: 133px;
}

.home-feature-sec__head {
	flex-direction: column;
	margin-bottom: 0;
}

.home-feature-sec__txt {
	grid-area: text;
	margin-top: 1.25rem;
}

.home-service__container {
	grid-template-columns: 1fr; /* スマホでは1列 */
}

.home-service__image img {
	aspect-ratio: 1.3/1;
}

.home-service__badge {
	font-size: 1.125rem;
	height: 6.25rem;
	width: 6.25rem;
}

.c-breadcrumbs {
	max-width: 640px;
	padding: 0 1.25rem;
	width: 100%;
}

.header__nav {
	display: none;
}

a.header__logo {
	width: 15.625rem;
}

.p-footer__inner {
	padding: 30px 16px 30px; /* 上下30px相当 */
}

.p-footer__top {
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
}

.p-footer__menu {
	flex-direction: column;
	gap: 20px;
}

.p-footer__menu a {
	font-size: 0.9375rem;
}

.p-footer__bottom {
	flex-direction: column;
	gap: 12px;
	margin-top: 40px;
}

.p-footer__links a {
	font-size: 0.8125rem;
}

.p-footer__copy {
	font-size: 0.8125rem;
}

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

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

.post-link {
	width: 100%;
}

.l-news {
	flex-direction: column;
}

.l-news-main {
	margin-block: 2.5rem;
}

.p-news-main-title {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: -0.001em;
	line-height: 1.5909090909;
	padding-bottom: 40px;
	padding-inline: 12px;
}

.p-news-cards {
	row-gap: 32px;
}

.c-news-card-title {
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 1.5;
}

.c-news-card-date {
	font-size: 12px;
	margin-bottom: 6px;
}

.p-tag {
	top: 5%;
}

.l-main h1 {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.l-main__news h1 {
	font-size: 2rem;
}

h2.wp-block-heading {
	font-size: 1.25rem;
}

.l-news-detail-container {
	width: 100%;
}

.l-news-detail-container h4.wp-block-heading {
	color: #382620;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -5px;
	margin-top: 46px;
}

.single-title {
	color: var(--color-text-default, #081630);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 167%;
	margin-bottom: 20px;
	margin-top: 16px;
}

.pagination {
	gap: 4px;
}

.pagination .page-numbers {
	font-size: 12px;
	height: 32px;
	width: 32px;
}

.c-links__list {
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.c-hero {
	min-height: 25vh;
}

.c-hero__title-en {
	font-size: 3.75rem;
}

.c-hero__title-ja {
	font-size: 1.25rem;
}

.c-hero {
	min-height: 25vh;
}

.c-hero--left .c-hero__inner {
	padding-left: 16px;
}

.c-hero__inner {
	gap: 12px;
	padding: 40px 16px;
}

.c-hero__title-en {
	font-size: max(2rem, 25.6px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.125;
}

.c-hero__title-ja {
	font-size: max(0.875rem, 11.2px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7142857143;
}

.p-contact__wrap {
	gap: 0.625rem;
}

.p-contact__lead {
	font-size: 1rem;
}

.p-contact__list li {
	font-size: 1rem;
}

.p-contact {
	padding-block: 60px;
}

.l-section.p-news {
	padding-block: 40px;
}

.c-section-title__en {
	font-size: 3.125rem;
}

.c-section-title__en {
	font-size: max(2rem, 25.6px);
	font-weight: 700;
	letter-spacing: 0.1875em;
	line-height: 1;
}

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

.c-section-title__ja {
	font-size: max(0.875rem, 11.2px);
	font-weight: 700;
	letter-spacing: 0.1371428571em;
	line-height: 1;
}

.p-news__item {
	gap: 8px 16px; /* SP：2行レイアウト（テキスト→画像の文脈に近い並び） */
	grid-template-columns: 9.5rem 1fr;
	grid-template-rows: auto auto;
	padding: 16px 16px;
}

.p-news__date {
	font-size: 1rem;
}

.p-news__date {
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-news__badge {
	font-size: 1rem;
}

.p-news__badge {
	grid-column: 2/3;
	grid-row: 1/2;
	justify-self: start;
}

.p-news__title {
	font-size: 1rem;
}

.p-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* スマホは2行で省略 */
	display: -webkit-box;
	grid-column: 1/-1; /* タイトルは2列ぶち抜き */
	grid-row: 2/3;
	overflow: hidden;
}

.p-service__text ul {
	margin-left: 0;
}

.p-service__detail::after {
	height: 9.375rem;
	right: 0.625rem;
	top: 15.625rem;
	width: 9.375rem;
}

.p-service__detail {
	padding: 0;
}

.p-service__detail ul {
	margin: 20px 20px 20px 0;
}

.table_design01 th,
.table_design01 td {
	display: block;
}

.table_design01 th {
	width: 100%;
}

.service-map {
	max-width: 100%;
}

.p-flow {
	padding-block: 2.5rem;
}

.p-qa {
	padding-block: 2.5rem;
}

.l-section.p-panels {
	padding: 3.75rem 1.25rem;
}

.c-panel {
	flex-direction: column; /* SPは縦積み */
	gap: 1.125rem;
	margin-bottom: 5rem;
}

.c-panel--reverse {
	flex-direction: column; /* ← SPは常に本文→画像 */
}

.c-panel__body {
	gap: 1.125rem;
	order: 1; /* ← SPでテキストを先に */
	width: 100%;
}

.c-panel__text {
	font-size: 1rem;
}

.c-panel__media {
	order: 2; /* ← SPで画像を後に */
	width: 100%;
}

.p-fv {
	height: min(60vh, 520px);
	min-height: 420px;
}



.p-fv__content {
	margin: 16px auto 0;
	position: static;
	text-align: center;
	width: min(92%, 720px);
}

.u-pc {
	display: none !important;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

.u-text__center--sp {
	text-align: center !important;
}

.u-text__left--sp {
	text-align: left !important;
}

.u-text__right--sp {
	text-align: right !important;
}

.u-text__nowrap--sp {
	white-space: nowrap;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

.c-hero__title-en {
	font-size: 2rem;
}

.c-hero__title-ja {
	font-size: 0.875rem;
}

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

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

}
@media (max-width: 1240px) {
.p-fv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
	}}

@media (max-width: 767px) {

.c-error__content {
	font-size: 14px;
}

.c-error__links {
	flex-direction: column;
	gap: 15px;
}

}

@media (max-width: 640px) {

.wp-block-table th,
.wp-block-table td {
	padding: 0.8rem 1rem;
}

.wp-block-table thead {
	display: none;
}

.wp-block-table tbody tr {
	border: 1px solid #dfe3e8;
	display: grid;
	gap: var(--gap);
	grid-template-areas: "role role" "name grade";
	grid-template-columns: 1fr 1fr;
	padding: 10px 12px;
}

.wp-block-table tbody td:nth-child(1) {
	border: none;
	font-size: 1rem;
	font-weight: 700;
	grid-area: role;
}

.wp-block-table tbody td:nth-child(2) {
	border: none;
	grid-area: name;
}

.wp-block-table tbody td:nth-child(3) {
	border: none;
	grid-area: grade;
	text-align: right;
	white-space: nowrap;
}

.wp-block-table tbody td:nth-child(n+4) {
	border: none;
	grid-column: 1/-1;
}

.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
}

}

@media screen and (max-width: 640px) and (max-width: 767px) {

.wp-block-table tbody tr {
	gap: 0;
	padding: 0;
}

}

@media (max-width: 480px) {

.card__list {
	-moz-column-gap: 0;
	column-gap: 0; /* 列間の隙間なし */
	grid-template-columns: 1fr; /* 1列表示 */
	row-gap: 20px; /* 行間の隙間を調整 */
}

.card__item {
	margin-bottom: 20px; /* カード間の隙間をさらに調整 */
}

.c-links__list {
	grid-template-columns: 1fr;
}

}

@media screen and (max-width: 374px) {

html {
	font-size: calc(16 / 375 * 100vw);
}

}

@keyframes floatAnimation {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-15px);
}

}

@keyframes rotate-animation {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}


.p-fv__slide {
  animation: fvFadeZoom 24s linear infinite;
  opacity: 0;
}

.p-fv__slide:nth-child(1) {
  animation-name: fvFadeZoomFirst; /* ← 1枚目だけ */
}


.p-fv__slide:nth-child(1) { animation-delay: 0s; }
.p-fv__slide:nth-child(2) { animation-delay: 8s; }
.p-fv__slide:nth-child(3) { animation-delay: 16s; }



@keyframes fvFadeZoom {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fvFadeZoomFirst {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {              /* ← 表示時間を長く */
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}