@charset "UTF-8";
/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

--c-〇〇〇-darker:標準カラーよりやや暗め;
--c-〇〇〇-dark:標準カラーより少し暗め;
--c-〇〇〇:標準カラー;
--c-〇〇〇-lighter:標準カラーより少し薄め;
--c-〇〇〇-light:標準カラーよりやや薄め;

↓

--c-blk-darker:#000;
--c-blk-dark:#111;
--c-blk:#333;
--c-blk-lighter:#555;
--c-blk-light:#777;

*/
:root {
	--c-error: #b70000;
	--c-mark: #fff9b1;
	--c-favorite:#FFD400;
	--c-error-light: #ffe5e5;
	--c-mask: rgba(0, 0, 0, 0.64);
	--c-wht: #ffffff;
	--c-blk: #181818;
	--c-blk-light: #4c4c4c;
	--c-pri: #181818;
	--c-pri-light: #95c1e1;
	--c-sec: #f2a414;
	--c-gry-dark: #828282;
	--c-gry: #dcdcdc;
	--c-gry-light: #f7f7f7;
}

/* =====================================
 * メディアクエリ
 * ================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
}

html {
	scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-break: break-all;
	color: inherit;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

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

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	/*最大横幅制御*/
	height: auto;
	/*縦長比維持*/
	vertical-align: bottom;
	/*画像下部の謎の余白をなくす*/
	line-height: 1;
	/*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
	border: 0;
	/*ブラウザによって有効と無効な場合がありますが、一応入れておく*/
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
	.pc-none {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* =====================================
 * ベース設定
 * ================================== */
html {
	font-size: 62.5%;
	height: 100%;
}

html:has(#wpadminbar) {
	margin-top: 0 !important;
}

#wpadminbar[id] {
	opacity: 0.5;
}

#wpadminbar[id]:hover {
	opacity: 1;
}

body {
	position: relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.75;
	letter-spacing: 0.08em;
	text-align: left;
	color: var(--c-blk);
	font-weight: 500;
	font-size: 1.4rem;
	font-family: "Montserrat", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	width: 100%;
	min-width: 375px;
	overflow-x: hidden;
}
@media (min-width: 960px) {
	body {
		font-size: 1.6rem;
	}
}

button,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.08em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a:not([class]) {
	color: inherit;
}
a:not([class])[href^="#"], a:not([class])[data-type=URL] {
	color: var(--c-pri);
}

ul[class],
ol[class] {
	list-style: none;
}

strong,
span {
	font-size: 100%;
}

strong {
	font-weight: bold;
}

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

cite {
	font-style: normal;
}

input,
textarea,
select {
	border-radius: 0;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=tel],
input[type=email],
input[type=number],
select,
input[type=text],
textarea {
	display: block;
}
input[type=tel]:not([size]),
input[type=email]:not([size]),
input[type=number]:not([size]),
select:not([size]),
input[type=text]:not([size]),
textarea:not([size]) {
	width: 100%;
}

input[type=submit],
button {
	line-height: inherit;
	border-radius: 0;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
@media (min-width: 960px) {
	input[type=submit]:hover,
	button:hover {
		cursor: pointer;
	}
}

label {
	cursor: pointer;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: var(--c-gry);
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--c-gry);
}

::-moz-placeholder {
	/* Others */
	color: var(--c-gry);
}

::-ms-input-placeholder {
	/* Others */
	color: var(--c-gry);
}

::placeholder {
	/* Others */
	color: var(--c-gry);
}

::-moz-selection {
	background: var(--c-pri-light);
	color: var(--c-wht);
}

::selection {
	background: var(--c-pri-light);
	color: var(--c-wht);
}

::-moz-selection {
	background: var(--c-pri-light);
	color: var(--c-wht);
}

/* スクロールバーの設定 */
html {
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: var(--c-blk) var(--c-gry);
}

html::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}

html::-webkit-scrollbar-track {
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 0 0.5rem var(--c-gry) inset;
	        box-shadow: 0 0 0.5rem var(--c-gry) inset;
}

html::-webkit-scrollbar-thumb {
	border-radius: 0.25rem;
	background: var(--c-blk);
}

mark {
	background-color: var(--c-mark) !important;
	font-style: normal;
	font-weight: inherit;
	color: inherit;
}

sup {
	font-size: 75%;
	vertical-align: super;
}

sub {
	font-size: 75%;
	vertical-align: sub;
}

.en, body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) li::marker,
body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) li::marker, ol.wp-block li::marker,
ol:not([class]) li::marker,
ol[class*=font-size] li::marker, .c-pager__item[class] > * {
	font-family: "Montserrat", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	width: 100%;
	font-weight: 400;
}

.l-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background-color: var(--c-wht);
	color: var(--c-blk);
}
@media (min-width: 960px) {
	.l-header {
		height: 88px;
		overflow: visible;
	}
}
.l-header.js-fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
}
@media (min-width: 960px) {
	.l-header.js-fixed-header {
		height: 88px;
		overflow: visible;
	}
}
.l-header a {
	color: inherit;
	text-decoration: none;
}
.l-header__inner {
	position: relative;
	z-index: 30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 60px;
}
@media (min-width: 960px) {
	.l-header__inner {
		height: 88px;
		overflow: visible;
	}
}
.l-header__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding-left: 15px;
}
@media (min-width: 960px) {
	.l-header__logo {
		padding-left: 20px;
	}
}
@media (min-width: 1440px) {
	.l-header__logo {
		padding-left: 40px;
	}
}
.l-header__logo img {
	display: block;
	width: auto;
	height: 31px;
}
@media (min-width: 1440px) {
	.l-header__logo img {
		height: 36px;
	}
}
.l-header__logo-caption {
	display: none;
}
@media (min-width: 960px) {
	.l-header__logo-caption {
		display: block;
		font-size: clamp(1rem, 1.11vw, 1.2rem);
		font-weight: 500;
		letter-spacing: 0.04em;
		line-height: 1.5;
		margin-bottom: 8px;
	}
}
.l-header__logo-caption-tb {
	display: inline;
}
@media (min-width: 1100px) {
	.l-header__logo-caption-tb {
		display: none;
	}
}
.l-header__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 16px;
}
@media (min-width: 960px) {
	.l-header__links {
		overflow: visible;
	}
}
.l-header__gnav-wrapper {
	display: none;
	margin: 0 16px;
}
@media (min-width: 960px) {
	.l-header__gnav-wrapper {
		display: block;
		margin: 16px 10px 7px 0;
		overflow: visible;
	}
}
@media (min-width: 1440px) {
	.l-header__gnav-wrapper {
		margin: 16px 19px 7px 0;
	}
}
.l-header__gnav {
	display: none;
}
@media (min-width: 960px) {
	.l-header__gnav {
		display: block;
		position: static;
		overflow: visible;
	}
}
.l-header__link-contact {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	gap: 24px;
	font-size: clamp(1.2rem, 1.11vw, 1.4rem);
	white-space: nowrap;
	line-height: 1;
	margin-bottom: 8px;
}
@media (min-width: 960px) {
	.l-header__link-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.l-header__news a, .l-header__company a {
	font-weight: 500;
}
@media (min-width: 960px) {
	.l-header__news a, .l-header__company a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.l-header__news a:hover, .l-header__company a:hover {
		opacity: 0.8;
	}
}
.l-header__history a, .l-header__favorite a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4px;
	font-weight: 700;
}
.l-header__history a img, .l-header__favorite a img {
	width: 16px;
	height: 16px;
}
@media (min-width: 960px) {
	.l-header__history a, .l-header__favorite a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.l-header__history a:hover, .l-header__favorite a:hover {
		opacity: 0.8;
	}
}
.l-header__favorite-badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background-color: var(--c-favorite);
	color: var(--c-wht);
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
}
.l-header__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
}
@media (min-width: 960px) {
	.l-header__btn {
		display: block;
		height: 88px;
		text-align: center;
	}
}
.l-header__sp-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-right: 24px;
}
@media (min-width: 960px) {
	.l-header__sp-icons {
		display: none;
	}
}
.l-header__sp-icon.-history a, .l-header__sp-icon.-favorite a {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 24px;
	height: 24px;
}
.l-header__sp-icon.-favorite a::after {
	content: "";
	position: absolute;
	top: -3px;
	right: -3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--c-sec);
}
.l-header__trigger {
	display: block;
}
@media (min-width: 960px) {
	.l-header__trigger {
		display: none;
	}
}
.l-header__trigger-btn {
	position: relative;
	width: 60px;
	height: 60px;
	padding: 0;
	border: none;
	background: var(--c-blk);
	cursor: pointer;
}
.l-header__trigger-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 1px;
	background-color: var(--c-wht);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 0;
	color: transparent;
}
.l-header__trigger-btn span::before, .l-header__trigger-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: var(--c-wht);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.l-header__trigger-btn span::before {
	top: -9px;
}
.l-header__trigger-btn span::after {
	top: 9px;
}
.l-header__trigger-btn.is-active span {
	background-color: transparent;
}
.l-header__trigger-btn.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.l-header__trigger-btn.is-active span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.l-header__drawer {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 9999;
	width: 100%;
	max-height: calc(100svh - 60px);
	padding: 16px 16px 24px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: var(--c-wht);
}
.l-header__drawer.is-active {
	display: block;
}
.l-header__drawer-contact {
	margin-top: 40px;
	text-align: center;
}
.l-header__drawer-contact .l-header__drawer-tel {
	margin-top: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.l-header__drawer-contact .l-header__drawer-tel img {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	vertical-align: 0;
}
.l-header__drawer-contact .l-header__drawer-time {
	margin-top: 4px;
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.l-header__drawer-contact .l-header__drawer-time span {
	font-weight: 400;
}
@media (min-width: 960px) {
	.l-header::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		height: calc(88px + 224px);
		background: transparent;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	.l-header::after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		height: calc(88px + 224px);
		background: var(--c-wht);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transform-origin: top center;
		    -ms-transform-origin: top center;
		        transform-origin: top center;
		-webkit-transform: scaleY(0);
		    -ms-transform: scaleY(0);
		        transform: scaleY(0);
		/* 閉じる時（hover外れる時） */
		-webkit-transition: opacity 0.25s ease, visibility 0s linear 0.72s, -webkit-transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
		transition: opacity 0.25s ease, visibility 0s linear 0.72s, -webkit-transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
		-o-transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s ease, visibility 0s linear 0.72s;
		transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s ease, visibility 0s linear 0.72s;
		transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s ease, visibility 0s linear 0.72s, -webkit-transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
		will-change: transform, opacity;
	}
	.l-header:hover::before {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.l-header:hover::after {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		    -ms-transform: scaleY(1);
		        transform: scaleY(1);
		/* 開く時 */
		-webkit-transition: opacity 0.12s ease, visibility 0s linear 0s, -webkit-transform 0.46s cubic-bezier(0.22, 0.61, 0.36, 1);
		transition: opacity 0.12s ease, visibility 0s linear 0s, -webkit-transform 0.46s cubic-bezier(0.22, 0.61, 0.36, 1);
		-o-transition: transform 0.46s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.12s ease, visibility 0s linear 0s;
		transition: transform 0.46s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.12s ease, visibility 0s linear 0s;
		transition: transform 0.46s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.12s ease, visibility 0s linear 0s, -webkit-transform 0.46s cubic-bezier(0.22, 0.61, 0.36, 1);
	}
}

/* =========================
   PCグローバルナビ
========================= */
.p-gnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 960px) {
	.p-gnav {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 3rem;
		overflow: visible;
	}
}
@media (min-width: 1440px) {
	.p-gnav {
		gap: 5.6rem;
	}
}
.p-gnav__item {
	position: relative;
}
@media (min-width: 960px) {
	.p-gnav__item {
		z-index: 30;
		list-style: none;
	}
}
.p-gnav {
	/* 通常リンク */
}
.p-gnav__item > a {
	display: inline-block;
	position: relative;
	padding: 3px 0 7px;
	border-bottom: 1px solid transparent;
	letter-spacing: 0.08em;
	line-height: 1.5;
	font-size: clamp(1.4rem, 1.11vw, 1.6rem);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
	.p-gnav__item > a {
		z-index: 30;
	}
	.p-gnav__item > a:hover, .p-gnav__item > a.is-current {
		border-bottom: 1px solid var(--c-blk);
	}
}
.p-gnav {
	/* サブ付きボタン */
}
@media (min-width: 960px) {
	.p-gnav__item.-has-sub > .p-gnav__link {
		position: relative;
		z-index: 30;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 4px;
		padding: 3px 0 10px;
		border: none;
		background: none;
		color: inherit;
		letter-spacing: 0.08em;
		font-size: clamp(1.4rem, 1.11vw, 1.6rem);
		line-height: 1.5;
		cursor: pointer;
	}
}
.p-gnav__icon {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-gnav__icon img {
	display: block;
}
@media (min-width: 960px) {
	.p-gnav__icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 12px;
		height: 12px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-transition: -webkit-transform 0.25s ease;
		transition: -webkit-transform 0.25s ease;
		-o-transition: transform 0.25s ease;
		transition: transform 0.25s ease;
		transition: transform 0.25s ease, -webkit-transform 0.25s ease;
	}
	.p-gnav__icon img {
		width: 16px;
		height: auto;
	}
}
.p-gnav {
	/* 既存サブメニューをPCで活かす */
}
@media (min-width: 960px) {
	.p-gnav__sub {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 30;
		margin: 0;
		padding-top: 16px;
		background: transparent !important;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transform: translateY(-4px);
		    -ms-transform: translateY(-4px);
		        transform: translateY(-4px);
		-webkit-transition: opacity 0.18s ease-out, visibility 0s linear 0.18s, -webkit-transform 0.18s ease-out;
		transition: opacity 0.18s ease-out, visibility 0s linear 0.18s, -webkit-transform 0.18s ease-out;
		-o-transition: opacity 0.18s ease-out, transform 0.18s ease-out, visibility 0s linear 0.18s;
		transition: opacity 0.18s ease-out, transform 0.18s ease-out, visibility 0s linear 0.18s;
		transition: opacity 0.18s ease-out, transform 0.18s ease-out, visibility 0s linear 0.18s, -webkit-transform 0.18s ease-out;
	}
}
@media (min-width: 960px) {
	.l-header:hover .p-gnav__item.-has-sub .p-gnav__sub {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		-webkit-transition: opacity 0.16s ease-out, visibility 0s linear 0s, -webkit-transform 0.16s ease-out;
		transition: opacity 0.16s ease-out, visibility 0s linear 0s, -webkit-transform 0.16s ease-out;
		-o-transition: opacity 0.16s ease-out, transform 0.16s ease-out, visibility 0s linear 0s;
		transition: opacity 0.16s ease-out, transform 0.16s ease-out, visibility 0s linear 0s;
		transition: opacity 0.16s ease-out, transform 0.16s ease-out, visibility 0s linear 0s, -webkit-transform 0.16s ease-out;
	}
}
.p-gnav__sub-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 960px) {
	.p-gnav__sub-list {
		display: block;
	}
}
@media (min-width: 960px) {
	.p-gnav__sub-list.-column {
		display: block;
		border-left: 1px solid var(--c-gry);
		padding-left: 16px;
	}
}
.p-gnav__sub-list li {
	margin: 0;
}
.p-gnav__sub-list li + li {
	margin-top: 10px;
}
.p-gnav__sub-list a {
	display: inline-block;
	position: relative;
	font-size: clamp(1rem, 1.11vw, 1.4rem);
	line-height: 1.8;
	-webkit-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.p-gnav__sub-list a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
.p-gnav__sub-list a img {
	width: 10px;
	height: 10px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-top: -2px;
	margin-left: 8px;
	vertical-align: middle;
}

/* =========================
   SPドロワーナビ
========================= */
.p-drawer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-drawer-nav__item {
	border-bottom: 1px solid #e8e8e8;
}
.p-drawer-nav__item:first-child {
	border-top: 1px solid #e8e8e8;
}
.p-drawer-nav__item > a,
.p-drawer-nav__item > button {
	position: relative;
	display: block;
	width: 100%;
	min-height: 56px;
	padding: 16px 24px 16px 0;
	border: none;
	background: transparent;
	color: inherit;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.p-drawer-nav__icon {
	position: absolute;
	top: 50%;
	right: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 12px;
	height: 12px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
}
.p-drawer-nav__icon img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.p-drawer-nav__item.is-open .p-drawer-nav__icon img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.p-drawer-nav__sub {
	display: none;
	padding: 0 0 12px;
}
.p-drawer-nav__sub.is-open {
	display: block;
}
.p-drawer-nav__sub-list {
	margin: 0;
	list-style: none;
}
.p-drawer-nav__sub-list li + li {
	margin-top: 8px;
}
.p-drawer-nav__sub-list a {
	position: relative;
	display: block;
	padding: 4px 18.5px 4px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.p-drawer-nav__sub-list a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 1px;
	background: var(--c-gry);
}

@media (max-width: 767px) {
	body.is-menu-open {
		overflow: hidden;
	}
}

.l-footer {
	/* ===============================
	  フッターCV
	================================ */
}
.l-footer__cv {
	position: relative;
	margin-top: 80px;
	color: var(--c-wht);
	overflow: hidden;
}
@media (min-width: 960px) {
	.l-footer__cv {
		margin-top: 128px;
	}
}
.l-footer__cv-bg {
	position: absolute;
	inset: 0;
}
.l-footer__cv-bg picture,
.l-footer__cv-bg img {
	display: block;
	width: 100%;
	height: 100%;
}
.l-footer__cv-bg img {
	-o-object-fit: cover;
	object-fit: cover;
}
.l-footer__cv-bg {
	/* 黒のオーバーレイ */
}
.l-footer__cv-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(24, 24, 24, 0.6);
	pointer-events: none;
}
.l-footer__cv-overlay {
	position: relative;
	padding: 56px 0;
}
@media (min-width: 960px) {
	.l-footer__cv-overlay {
		padding: 128px 0;
	}
}
.l-footer__cv-inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}
@media (min-width: 960px) {
	.l-footer__cv-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 7.5409836066%;
	}
}
@media (min-width: 1440px) {
	.l-footer__cv-inner {
		gap: 92px;
	}
}
.l-footer__cv-text {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.l-footer__cv-lead {
	font-size: clamp(2rem, 2vw, 2.8rem);
	font-weight: 700;
}
.l-footer__cv-desc {
	margin-top: 19px;
	font-size: 1.4rem;
}
@media (min-width: 960px) {
	.l-footer__cv-desc {
		margin-top: 24px;
		font-size: 1.6rem;
	}
}
.l-footer__cv-line {
	background: var(--c-wht);
	width: 100%;
	height: 1px;
	display: block;
}
@media (min-width: 960px) {
	.l-footer__cv-line {
		width: 1px;
		height: 178px;
	}
}
.l-footer__cv-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 16px;
}
@media (min-width: 960px) {
	.l-footer__cv-contact {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		width: 30%;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-left: auto;
	}
}
@media (min-width: 1440px) {
	.l-footer__cv-contact {
		width: 320px;
	}
}
.l-footer__cv-btn {
	width: 100%;
	margin-inline: auto;
}
.l-footer__cv-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	width: 100%;
	padding: 15px 39px;
	background: var(--c-blk);
	color: var(--c-wht);
	text-decoration: none;
	gap: 12px;
	border: 1px solid transparent;
}
@media (min-width: 960px) {
	.l-footer__cv-btn a {
		padding: 23px 39px;
		gap: 8px;
	}
}
.l-footer__cv-btn-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-footer__cv-btn-text {
	font-size: 1.4rem;
	font-weight: 700;
}
@media (min-width: 960px) {
	.l-footer__cv-btn-text {
		font-size: 1.6rem;
	}
}
.l-footer__cv-tel {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
}
.l-footer__cv-tel-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2px;
	line-height: 1;
	letter-spacing: 0.04em;
}
.l-footer__cv-tel-icon img {
	vertical-align: -1px;
}
.l-footer__cv-tel-time {
	font-size: 1.2rem;
	margin-top: 4px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

/* ===============================
  フッター
================================ */
.l-footer {
	background-color: var(--c-wht);
}
.l-footer__nav {
	margin-top: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
	text-align: center;
}
@media (min-width: 960px) {
	.l-footer__nav {
		margin-top: 128px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 35px;
		text-align: left;
	}
}
@media (min-width: 1440px) {
	.l-footer__nav {
		gap: 64px;
	}
}
.l-footer {
	/* 左側：ロゴ＋ボタン */
}
.l-footer__nav-left {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.l-footer__nav-logo img {
	width: 230px;
}
.l-footer__nav-btn {
	width: 280px !important;
	margin-top: 40px;
	height: 48px !important;
}
.l-footer__nav-btn a {
	width: 280px !important;
	height: 48px !important;
	line-height: 48px !important;
}
@media (min-width: 960px) {
	.l-footer__nav-btn {
		margin-top: 58px;
	}
}
.l-footer__nav-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	font-size: 1.4rem;
	display: none;
}
@media (min-width: 960px) {
	.l-footer__nav-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		gap: 4.0983606557%;
	}
}
@media (min-width: 1440px) {
	.l-footer__nav-right {
		gap: 56px;
	}
}
.l-footer {
	/* 各メニューリスト */
}
.l-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 960px) {
	.l-footer__nav-title + .l-footer__nav-title, .l-footer__nav-sub + .l-footer__nav-title {
		margin-top: 21px;
	}
}
.l-footer {
	/* タイトル行（HOME / & office について / コラム など） */
}
.l-footer__nav-title {
	font-size: 1.5rem;
	line-height: 1.5;
}
@media (min-width: 1440px) {
	.l-footer__nav-title {
		font-size: 1.6rem;
	}
}
.l-footer__nav-title img {
	vertical-align: -1px;
	display: inline-block;
	margin-left: 8px;
}
@media (min-width: 960px) {
	.l-footer__nav-title a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border-bottom-color: transparent;
		padding-bottom: 1px;
	}
	.l-footer__nav-title a:hover {
		border-bottom-color: transparent;
		border-bottom: 1px solid var(--c-blk);
	}
}
@media (min-width: 960px) {
	.l-footer__nav-sub {
		padding-left: 18px;
		position: relative;
		margin-top: 15px;
	}
	.l-footer__nav-sub::before {
		position: absolute;
		content: "";
		width: 8px;
		height: 1px;
		background: var(--c-gry);
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@media (min-width: 960px) {
	.l-footer__nav-sub a {
		line-height: 1.5;
		font-size: 1.4rem;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border-bottom: 1px solid var(--c-blk);
	}
	.l-footer__nav-sub a:hover {
		border-bottom-color: transparent;
	}
}
.l-footer {
	/* -------------------------------
	   閲覧履歴・お気に入り
	   （ヘッダーのクラスを再利用しつつフッター側でレイアウト）
	-------------------------------- */
}
.l-footer__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
	margin-top: 24px;
}
@media (min-width: 960px) {
	.l-footer__actions {
		margin-top: 48px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: end;
	}
}
.l-footer__actions .l-header__history a,
.l-footer__actions .l-header__favorite a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.2rem;
	font-weight: 700;
	white-space: nowrap;
	gap: 4px;
}
@media (min-width: 960px) {
	.l-footer__actions .l-header__history a,
	.l-footer__actions .l-header__favorite a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.l-footer__actions .l-header__history a:hover,
	.l-footer__actions .l-header__favorite a:hover {
		opacity: 0.8;
	}
}
.l-footer__actions .l-header__favorite-badge {
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--c-favorite);
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	color: var(--c-wht);
	font-weight: 700;
}
.l-footer {
	/* -------------------------------
	   下段：細リンク＋コピーライト
	-------------------------------- */
}
.l-footer__lower {
	border-top: 1px solid var(--c-gry);
	padding-block: 20px;
	margin-top: 30px;
}
@media (min-width: 960px) {
	.l-footer__lower {
		margin-top: 50px;
		padding-block: 33px;
	}
}
.l-footer__lower-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 7px;
}
@media (min-width: 960px) {
	.l-footer__lower-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 32px;
	}
}
.l-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}
@media (min-width: 960px) {
	.l-footer__links {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
}
.l-footer__links li a {
	font-size: 1.2rem;
	line-height: 1.5;
	white-space: nowrap;
}
@media (min-width: 960px) {
	.l-footer__links li a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.l-footer__links li a:hover {
		opacity: 0.8;
	}
}
.l-footer__copy {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
}
@media (min-width: 960px) {
	.l-footer__copy {
		text-align: right;
	}
}

.l-container {
	/* --- SP（14px） --- */
	max-width: calc(1200px + 28px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.l-container.-sm {
	max-width: calc(960px + 28px);
	padding-left: 14px;
	padding-right: 14px;
}
.l-container.-xs {
	max-width: calc(800px + 28px);
	padding-left: 14px;
	padding-right: 14px;
}
.l-container.-wide {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.l-container.-lg {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.l-container {
	/* --- TB（4rem） --- */
}
@media (min-width: 768px) {
	.l-container {
		max-width: calc(1200px + 8rem);
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.l-container.-sm {
		max-width: calc(960px + 8rem);
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.l-container.-xs {
		max-width: calc(800px + 8rem);
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.l-container.-wide, .l-container.-lg {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
.l-container {
	/* --- PC（3rem） --- */
}
@media (min-width: 960px) {
	.l-container {
		max-width: calc(1200px + 6rem);
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.l-container.-sm {
		max-width: calc(960px + 6rem);
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.l-container.-xs {
		max-width: calc(800px + 6rem);
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.l-container.-wide, .l-container.-lg {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.l-main {
	margin-top: 60px;
}
@media (min-width: 960px) {
	.l-main {
		margin-top: 88px;
	}
}
.l-main__inner.-col2 {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
@media (min-width: 960px) {
	.l-main__inner.-col2 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 960px) {
	.l-main__inner.-col2 .l-main__content {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-preferred-size: calc(100% - 260px);
		    flex-basis: calc(100% - 260px);
		max-width: calc(100% - 260px);
		padding-right: 3rem;
	}
}
.l-main__sidebar {
	margin-bottom: 4rem;
}
@media (min-width: 960px) {
	.l-main__sidebar {
		margin-right: 5.6rem;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-preferred-size: 260px;
		    flex-basis: 260px;
		max-width: 260px;
	}
}

/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

--c-〇〇〇-darker:標準カラーよりやや暗め;
--c-〇〇〇-dark:標準カラーより少し暗め;
--c-〇〇〇:標準カラー;
--c-〇〇〇-lighter:標準カラーより少し薄め;
--c-〇〇〇-light:標準カラーよりやや薄め;

↓

--c-blk-darker:#000;
--c-blk-dark:#111;
--c-blk:#333;
--c-blk-lighter:#555;
--c-blk-light:#777;

*/
:root {
	--c-error: #b70000;
	--c-mark: #fff9b1;
	--c-favorite:#FFD400;
	--c-error-light: #ffe5e5;
	--c-mask: rgba(0, 0, 0, 0.64);
	--c-wht: #ffffff;
	--c-blk: #181818;
	--c-blk-light: #4c4c4c;
	--c-pri: #181818;
	--c-pri-light: #95c1e1;
	--c-sec: #f2a414;
	--c-gry-dark: #828282;
	--c-gry: #dcdcdc;
	--c-gry-light: #f7f7f7;
}

/* =====================================
 * メディアクエリ
 * ================================== */
/* =====================================
 * extend用のclassをここに集約
 * ================================== */
.c-hover, .c-pagetop__btn {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
	.c-hover:hover, .c-pagetop__btn:hover {
		cursor: pointer;
		text-decoration: none !important;
		opacity: 0.8;
	}
}

.c-hover-btn, .c-btn[class] > *, .l-footer__cv-btn a {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
	.c-hover-btn:hover, .c-btn[class] > :hover, .l-footer__cv-btn a:hover {
		cursor: pointer;
		text-decoration: none !important;
		background-color: var(--c-blk-light);
	}
}

.c-img {
	aspect-ratio: 16/9;
}
.c-img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.c-no-img, .p-post-card__img {
	position: relative;
}
.c-no-img::before, .p-post-card__img::before {
	content: "";
	display: block;
	background-color: var(--c-gry-light);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -20;
	pointer-events: none;
}
.c-no-img::after, .p-post-card__img::after {
	content: "NO IMAGE";
	display: block;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	position: absolute;
	z-index: -10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 0.24;
}

.c-all-link, .p-post-card__item, .p-post-list__item {
	position: relative;
}
.c-all-link a::before, .p-post-card__item a::before, .p-post-list__item a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* =====================================
 * スマホでメニューを展開状態になった時に、その下にマスクを敷く
 * ================================== */
.c-mask {
	display: none;
	background-color: var(--c-mask);
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 60px;
}
@media (min-width: 960px) {
	.c-mask {
		display: none !important;
	}
}

.c-cat01__list li > * {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid var(--c-gry);
	display: block;
	background-position: right center;
	background-position-x: calc(100% - 1rem);
	background-repeat: no-repeat;
	background-image: url(../img/ico_arr_right_pri.svg);
	background-size: 0.45em auto;
	padding: 1rem 1.5rem 1rem 1rem;
}
.c-cat01__list li > *, .c-cat01__list li > *:hover {
	text-decoration: none;
}
@media (min-width: 960px) {
	.c-cat01__list li > *:hover {
		background-color: var(--c-gry-light);
	}
}
.c-cat01__list li:first-child > * {
	border-top: 1px solid var(--c-gry);
}

.c-cat02 li {
	display: inline-block;
	background: var(--c-blk);
	border-radius: 2px;
	padding: 0.2rem 1rem;
	text-align: center;
	width: 100%;
}
@media (min-width: 960px) {
	.c-cat02 li {
		padding: 0.4rem 1.6rem;
	}
}
.c-cat02 li span {
	color: #fff;
	font-size: clamp(1rem, 2vw, 1.4rem);
}
.c-cat02 li__list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -0.5rem 0 0 -0.5rem;
}
.c-cat02 li__list > * {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--c-gry);
	display: block;
	font-size: 0.875rem;
	padding: 0.25rem 0.75rem 0.125rem;
}
@media (min-width: 960px) {
	.c-cat02 li__list > *:hover {
		background-color: var(--c-gry-light);
	}
}
@media (max-width: 767px) {
	.c-cat02 li__list > * {
		font-size: 0.75rem;
	}
}
.c-cat02 li__list a,
.c-cat02 li__list a:hover {
	color: inherit;
	text-decoration: none;
}

.c-tag01__list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -1rem 0 0 -1rem;
}
.c-tag01__list li {
	margin: 1rem 0 0 1rem;
}
.c-tag01__list li > * {
	text-decoration: none;
	display: inline-block;
	background-color: var(--c-gry-light);
	padding: 0.25rem 0.5rem;
}

.c-pager__list {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-pager__item[class] {
	margin-bottom: 1.6rem;
}
.c-pager__item[class] > * {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	height: 3rem;
	width: 3rem;
	text-decoration: none;
	color: var(--c-blk);
	font-size: clamp(1.3rem, 2vw, 1.6rem);
	font-weight: 600;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 960px) {
	.c-pager__item[class] > * {
		height: 4rem;
		width: 4rem;
	}
}
.c-pager__item[class] > *:hover {
	text-decoration: none;
	opacity: 0.6;
}
.c-pager__item[class].-current {
	position: relative;
}
.c-pager__item[class].-current:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 8px);
	width: 16px;
	height: 1px;
	background: var(--c-blk);
}
.c-pager__item[class].-skip span {
	letter-spacing: 0.4em;
}
.c-pager__item[class].-prev {
	margin-bottom: 1.6rem;
	margin-right: 0.4rem;
}
@media (min-width: 960px) {
	.c-pager__item[class].-prev {
		margin-right: 2.4rem;
	}
}
.c-pager__item[class].-next {
	margin-left: 2rem;
	margin-bottom: 1.6rem;
}
@media (min-width: 960px) {
	.c-pager__item[class].-next {
		margin-left: 4rem;
	}
}
.c-pager__item + .c-pager__item {
	margin-left: 1rem;
}
@media (min-width: 960px) {
	.c-pager__item + .c-pager__item {
		margin-left: 1.6rem;
	}
}

/* =====================================
 * 見出し
 * ================================== */
[class*=c-headline] {
	line-height: 1.5;
}

.c-headline01, .c-headline09, .c-headline08, .c-headline07, .c-headline06, .c-headline05, .c-headline04, .c-headline03, .c-headline02 {
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--c-blk);
	text-align: left;
	position: relative;
	margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
	.c-headline01, .c-headline09, .c-headline08, .c-headline07, .c-headline06, .c-headline05, .c-headline04, .c-headline03, .c-headline02 {
		text-align: center;
	}
}

.c-headline02 {
	font-size: clamp(2rem, 2vw, 3.2rem);
	padding-bottom: 2.4rem;
	margin-bottom: 4rem;
}
.c-headline02::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--c-blk);
	width: 40px;
	height: 2px;
}
@media (max-width: 767px) {
	.c-headline02 {
		text-align: left;
		padding-bottom: 1.6rem;
	}
}

.c-headline03 {
	padding-bottom: 1.6rem;
	margin-bottom: 4rem;
}
.c-headline03::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--c-gry);
	width: 100%;
	height: 1px;
}
@media (max-width: 767px) {
	.c-headline03 {
		text-align: left;
		padding-bottom: 1.6rem;
	}
}

.c-headline04 {
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	margin-bottom: 1.6rem;
	line-height: 1.75;
}

.c-headline05 {
	font-size: clamp(1.6rem, 2vw, 2rem);
	margin-bottom: 4rem;
	text-align: center;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.6rem;
}
.c-headline05:before, .c-headline05:after {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 1px;
	background-color: var(--c-blk);
	max-width: 2.8rem;
}

.c-headline06 {
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	margin-bottom: 0.8rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.03em;
}

.c-headline07 {
	position: relative;
	font-size: clamp(1.6rem, 2vw, 2rem);
	margin-bottom: 4rem;
	line-height: 1.6;
	text-align: left;
	padding-left: 1.6rem;
}
.c-headline07::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 4px;
	height: 1em;
	background: var(--c-blk);
}

.c-headline08 {
	font-size: clamp(2.4rem, 2vw, 2.8rem);
	margin-bottom: 4rem;
	text-align: center;
}

.c-headline09 {
	font-size: clamp(2.4rem, 2vw, 2.8rem);
	line-height: 1.75;
}

.toc_transparent {
	background-color: var(--c-gry-light);
	padding: 3rem 4rem;
}
@media (max-width: 767px) {
	.toc_transparent {
		padding: 1.5rem;
	}
}
.toc_title {
	font-weight: bold;
	font-size: 1.25rem;
}
.toc_title + * {
	margin-top: 0.75rem;
}
.toc_list[class] {
	padding-left: 1.5rem;
}
.toc_list[class] > li {
	list-style-type: disc;
}
.toc_list[class] li a {
	color: var(--c-blk);
}
.toc_list[class] li ul {
	margin-top: 0.5rem;
}
.toc_list[class] li + li {
	margin-top: 0.5rem;
}

/* =====================================
 * 通常ボタン
 * ================================== */
.c-btn[class] {
	max-width: 400px;
	width: 100%;
	height: 60px;
}
body[data-page-type=detail][data-page-slug=column] .c-btn[class], body[data-page-type=detail][data-page-slug=post] .c-btn[class] {
	margin-top: 4rem;
}
@media (min-width: 960px) {
	.c-btn[class] {
		width: 400px;
	}
}
.c-btn[class] > * {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	text-decoration: none;
	background: var(--c-blk);
	line-height: 1.5;
	color: var(--c-wht);
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	height: 60px;
	display: block;
	line-height: 60px;
}
@media (min-width: 960px) {
	.c-btn[class] > * {
		width: 400px;
	}
}
.c-btn[class] > *:after {
	content: "";
	display: block;
	background: url(../img/ico_arr_btn.svg) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	margin-right: 16px;
	width: 16px;
	height: 16px;
}
.c-btn[class] a[target*=_blank]::after {
	background: url(../img/ico_blank_wht.svg) no-repeat center center/contain;
}
.c-btn[class] a[href*=".pdf"],
.c-btn[class] a[download] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid var(--c-gry);
	color: var(--c-blk);
	background-color: var(--c-wht);
}
.c-btn[class] a[href*=".pdf"] .c-btn-download__icon,
.c-btn[class] a[download] .c-btn-download__icon {
	background-position: center 0.125em;
	background-image: url("../img/ico_pdf2.svg");
	background-size: contain;
	display: inline-block;
	width: 48px;
	height: 20px;
	margin-left: 0.8rem;
}
.c-btn[class].-md {
	width: 100%;
}
@media (min-width: 768px) {
	.c-btn[class].-md {
		width: 320px;
	}
}
.c-btn[class].-md > * {
	width: 100%;
}
@media (min-width: 768px) {
	.c-btn[class].-md > * {
		width: 320px;
	}
}

.c-btn-contact {
	height: 88px;
}
.c-btn-contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: var(--c-blk);
	color: #fff;
	padding: 12px 19px;
	text-decoration: none;
	height: inherit;
	line-height: 1.5;
}
.c-btn-contact a .en, .c-btn-contact a body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) li::marker, body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) .c-btn-contact a li::marker,
.c-btn-contact a body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) li::marker,
body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) .c-btn-contact a li::marker, .c-btn-contact a ol.wp-block li::marker, ol.wp-block .c-btn-contact a li::marker,
.c-btn-contact a ol:not([class]) li::marker,
ol:not([class]) .c-btn-contact a li::marker,
.c-btn-contact a ol[class*=font-size] li::marker,
ol[class*=font-size] .c-btn-contact a li::marker, .c-btn-contact a .c-pager__item[class] > * {
	letter-spacing: 0.16em;
}
@media (min-width: 960px) {
	.c-btn-contact a {
		-webkit-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
		padding: 12px 10px;
	}
	.c-btn-contact a:hover {
		background-color: var(--c-blk-light);
	}
}
@media (min-width: 1440px) {
	.c-btn-contact a {
		padding: 12px 16px;
		width: 180px;
	}
}
.c-btn-contact__label {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
@media (min-width: 1440px) {
	.c-btn-contact__label {
		font-size: 1.8rem;
		letter-spacing: 0.16em;
	}
}
.c-btn-contact__sub {
	font-size: 1.2rem;
	font-weight: 700;
}

.c-btn-circle, .c-btn-circle-lft, .c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--c-gry);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
	.c-btn-circle, .c-btn-circle-lft, .c-pager__item[class].-prev > *, .c-pager__item[class].-next > * {
		width: 56px;
		height: 56px;
	}
	.c-btn-circle:hover, .c-btn-circle-lft:hover, .c-pager__item[class].-prev > :hover, .c-pager__item[class].-next > :hover {
		border-color: var(--c-blk);
	}
}
.c-btn-circle::after, .c-btn-circle-lft::after, .c-pager__item[class].-prev > ::after, .c-pager__item[class].-next > ::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% - 2px);
	width: 8px;
	height: 8px;
	border-top: 1px solid #181818;
	border-right: 1px solid #181818;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.c-btn-circle-lft::after, .c-pager__item[class].-prev > ::after {
	left: calc(50% + 2px);
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	    -ms-transform: translate(-50%, -50%) rotate(-135deg);
	        transform: translate(-50%, -50%) rotate(-135deg);
}

.c-btn-text a {
	color: var(--c-pri);
	position: relative;
	display: inline-block;
	padding-right: 1.625rem;
	font-size: clamp(1.3rem, 2vw, 1.4rem);
}
body[data-page-type=detail][data-page-slug=column] .c-btn-text a, body[data-page-type=detail][data-page-slug=post] .c-btn-text a {
	text-decoration: underline;
}
.c-btn-text a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -0.8rem;
	width: 1.6rem;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-image: url("../img/ico_arr_right_pri.svg");
}
.c-btn-text a[target*=_blank]::after {
	background-image: url("../img/ico_blank.svg");
}
.c-btn-text a[href*=".pdf"]::after,
.c-btn-text a[download]::after {
	background-position: center 0.125em;
	background-image: url("../img/ico_pdf.svg");
	background-size: 1em auto;
}

/* =====================================
 * 横並び
 * ================================== */
.c-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.c-flex__caption {
	text-align: center;
	font-size: 0.875rem;
}
* + .c-flex__caption {
	margin-top: 1rem;
}
.c-flex.-max2 {
	margin-left: -2rem;
}
@media (max-width: 767px) {
	.c-flex.-max2 {
		display: block;
		margin-left: 0;
	}
}
.c-flex.-max2 .c-flex__item {
	-ms-flex-preferred-size: calc(50% - 2rem);
	    flex-basis: calc(50% - 2rem);
	max-width: calc(50% - 2rem);
	margin-left: 2rem;
}
.c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
	margin-top: 2rem;
}
@media (max-width: 767px) {
	.c-flex.-max2 .c-flex__item, .c-flex.-max2 .c-flex__item:nth-of-type(2) ~ * {
		margin-top: 1.5rem;
	}
}
.c-flex.-max3 {
	margin-left: -2rem;
}
@media (max-width: 767px) {
	.c-flex.-max3 {
		display: block;
		margin-left: 0;
	}
}
.c-flex.-max3 .c-flex__item {
	-ms-flex-preferred-size: calc(33.3333333333% - 2rem);
	    flex-basis: calc(33.3333333333% - 2rem);
	max-width: calc(33.3333333333% - 2rem);
	margin-left: 2rem;
}
.c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
	margin-top: 2rem;
}
@media (max-width: 767px) {
	.c-flex.-max3 .c-flex__item, .c-flex.-max3 .c-flex__item:nth-of-type(3) ~ * {
		margin-top: 1.5rem;
	}
}
.c-flex.-max4 {
	margin-left: -2rem;
}
@media (max-width: 767px) {
	.c-flex.-max4 {
		margin-left: -1.5rem;
	}
}
.c-flex.-max4 .c-flex__item[class] {
	-ms-flex-preferred-size: calc(25% - 2rem);
	    flex-basis: calc(25% - 2rem);
	max-width: calc(25% - 2rem);
	margin-left: 2rem;
}
@media (max-width: 767px) {
	.c-flex.-max4 .c-flex__item[class] {
		margin-left: 1.5rem;
	}
}
.c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
	margin-top: 2rem;
}
@media (max-width: 767px) {
	.c-flex.-max4 .c-flex__item[class], .c-flex.-max4 .c-flex__item[class]:nth-of-type(4) ~ * {
		margin-top: 1.5rem;
	}
}
@media (max-width: 767px) {
	.c-flex.-max4 .c-flex__item[class] {
		-ms-flex-preferred-size: calc(50% - 1.5rem);
		    flex-basis: calc(50% - 1.5rem);
		max-width: calc(50% - 1.5rem);
	}
}
@media (max-width: 767px) {
	.c-flex.-max4 .c-flex__item[class]:nth-of-type(1), .c-flex.-max4 .c-flex__item[class]:nth-of-type(2) {
		margin-top: 0;
	}
}
.c-flex[class] .c-flex__item {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}
@media (max-width: 767px) {
	.c-flex[class] .c-flex__item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.c-flex[class] .c-flex__item:first-child {
		margin-top: 0;
	}
	.c-flex[class] .c-flex__item img {
		display: block;
		margin: 0 auto;
	}
}

/* =====================================
 * 画像とテキスト配置
 * ================================== */
.c-img-center {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.c-img-center .c-img-center__img {
	display: block;
	text-align: center;
}

.c-img-caption, .wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
}
* + .c-img-caption, .wp-block-image .alignleft * + figcaption,
.wp-block-image .alignright * + figcaption,
.wp-block-image .aligncenter * + figcaption {
	margin-top: 2rem;
}
@media (max-width: 767px) {
	.c-img-caption + *, .wp-block-image .alignleft figcaption + *,
	.wp-block-image .alignright figcaption + *,
	.wp-block-image .aligncenter figcaption + * {
		margin-top: 1.5rem;
	}
}

.c-imgbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
}
@media (max-width: 767px) {
	.c-imgbox {
		display: block;
	}
}
@media (min-width: 960px) {
	.c-imgbox:has(.c-imgbox__right) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
}
.c-imgbox .c-imgbox__right,
.c-imgbox .c-imgbox__left {
	text-align: center;
	max-width: 50%;
}
.c-imgbox .c-imgbox__right + *,
.c-imgbox .c-imgbox__left + * {
	margin-top: 1.5rem;
}
@media (min-width: 768px) {
	.c-imgbox .c-imgbox__right + *,
	.c-imgbox .c-imgbox__left + * {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.c-imgbox .c-imgbox__right,
	.c-imgbox .c-imgbox__left {
		max-width: 100%;
	}
}

/* =====================================
 * 表組み
 * ================================== */
.c-table {
	border-right: 1px solid var(--c-gry);
	border-bottom: 1px solid var(--c-gry);
	width: 100%;
}
@media (max-width: 767px) {
	.c-table {
		border-right: none;
	}
}
* + .c-table {
	margin-top: 3rem;
}
.c-table th {
	background-clip: padding-box;
	border-bottom: 1px solid var(--c-wht);
}
@media (max-width: 767px) {
	.c-table th {
		border-bottom: none;
	}
}
.c-table td {
	background-clip: padding-box;
	border-top: 1px solid var(--c-gry);
	vertical-align: middle;
}
@media (max-width: 767px) {
	.c-table td {
		border-top: none;
		border-left: 1px solid var(--c-gry);
		border-right: 1px solid var(--c-gry);
	}
}
.c-table tr > *:first-child,
.c-table th {
	width: 220px;
	font-weight: bold;
	background: var(--c-gry-light);
}
.c-table td {
	background-color: var(--c-wht);
}
.c-table tr > *:first-child,
.c-table th,
.c-table td {
	padding: 2rem 2.4rem;
}
@media (max-width: 767px) {
	.c-table tr > *:first-child,
	.c-table th,
	.c-table td {
		display: block;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.c-table.-wide tr > *:first-child,
	.c-table.-wide th {
		width: auto;
	}
}
@media (max-width: 767px) {
	.c-table.-wide th,
	.c-table.-wide td {
		width: auto;
		display: table-cell;
	}
}
.c-table.-side tr > *:first-child {
	background: none;
}
.c-table.-side tr:first-child > * {
	background: var(--c-gry-light);
}
.c-table.-side th,
.c-table.-side td {
	width: auto;
}
@media (max-width: 767px) {
	.c-table.-side th,
	.c-table.-side td {
		width: auto;
	}
}
@media (max-width: 767px) {
	.c-table.-scroll {
		position: relative;
		display: block;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.c-table.-scroll::after {
		content: "スクロールできます";
		text-align: center;
		font-size: 0.75rem;
		background-color: var(--c-wht);
		background-repeat: no-repeat;
		background-size: 2rem auto;
		background-position: center 1rem;
		background-image: url(../img/ico_scroll.svg);
		-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
		        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		padding: 4rem 1.25rem 0.5rem;
		position: absolute;
		z-index: 10;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(150%, -50%);
		    -ms-transform: translate(150%, -50%);
		        transform: translate(150%, -50%);
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 767px) {
	.c-table.-scroll tbody {
		min-width: 640px;
	}
}
@media (max-width: 767px) {
	.c-table.-scroll th,
	.c-table.-scroll td {
		display: table-cell;
		width: auto;
	}
}
@media (max-width: 767px) {
	.c-table.-scroll.-scroll.is-show::after {
		-webkit-animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
		        animation: table_scroll_show 3s ease 0.4s 1 alternate forwards running;
	}
}

@-webkit-keyframes table_scroll_show {
	0% {
		visibility: inherit;
		opacity: 1;
		-webkit-transform: translate(150%, -50%);
		        transform: translate(150%, -50%);
	}
	40% {
		visibility: inherit;
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	41% {
		visibility: inherit;
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@keyframes table_scroll_show {
	0% {
		visibility: inherit;
		opacity: 1;
		-webkit-transform: translate(150%, -50%);
		        transform: translate(150%, -50%);
	}
	40% {
		visibility: inherit;
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	41% {
		visibility: inherit;
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
/* =========================================================
  column/お知らせページ限定：
  ブロックエディタ（tdのみ）c-table 追加レイアウト
========================================================= */
body[data-page-slug=column],
body[data-page-slug=post] {
	/* 対象：columnページ内の c-table */
	/* =========================================================
	  0) デフォルト（-side以外）共通
	========================================================= */
}
body[data-page-slug=column] table.c-table:not(.-side) td,
body[data-page-slug=post] table.c-table:not(.-side) td {
	font-weight: 500;
}
body[data-page-slug=column] table.c-table:not(.-side) tr > td:first-child,
body[data-page-slug=post] table.c-table:not(.-side) tr > td:first-child {
	font-weight: 700;
	border-right: 1px solid var(--c-wht);
}
body[data-page-slug=column] table.c-table:not(.-side) tr > td:not(:first-child),
body[data-page-slug=post] table.c-table:not(.-side) tr > td:not(:first-child) {
	border-right: 1px solid var(--c-gry);
}
body[data-page-slug=column],
body[data-page-slug=post] {
	/* =========================================================
	  1) デフォルト（-side以外）：1列目＝見出しの罫線
	========================================================= */
}
body[data-page-slug=column] table.c-table:not(.-side) tr > td:first-child,
body[data-page-slug=post] table.c-table:not(.-side) tr > td:first-child {
	border-top: none;
	border-bottom: 1px solid var(--c-wht);
}
@media (max-width: 767px) {
	body[data-page-slug=column] table.c-table:not(.-side) tr > td:first-child,
	body[data-page-slug=post] table.c-table:not(.-side) tr > td:first-child {
		border-left: none;
		/* 右は白を維持（0) で指定済みだが念のため残す） */
		border-right: 1px solid var(--c-wht);
		border-bottom: 1px solid var(--c-wht);
	}
}
body[data-page-slug=column],
body[data-page-slug=post] {
	/* =========================================================
	  2) -wide（SP追加）※ -side除外
	========================================================= */
}
@media (max-width: 767px) {
	body[data-page-slug=column] table.c-table.-wide:not(.-side) tr > td:nth-child(2),
	body[data-page-slug=post] table.c-table.-wide:not(.-side) tr > td:nth-child(2) {
		border-left: none;
		border-bottom: 1px solid var(--c-gry);
	}
	body[data-page-slug=column] table.c-table.-wide:not(.-side) tbody tr:first-child > td:nth-child(2),
	body[data-page-slug=post] table.c-table.-wide:not(.-side) tbody tr:first-child > td:nth-child(2) {
		border-top: 1px solid var(--c-gry);
	}
}
body[data-page-slug=column],
body[data-page-slug=post] {
	/* =========================================================
	  3) -scroll（SP追加）※ -side除外
	========================================================= */
}
@media (max-width: 767px) {
	body[data-page-slug=column] table.c-table.-scroll:not(.-side),
	body[data-page-slug=post] table.c-table.-scroll:not(.-side) {
		border-bottom: none;
		/* 2列目（現状OKのまま維持） */
	}
	body[data-page-slug=column] table.c-table.-scroll:not(.-side) tr > td:nth-child(2),
	body[data-page-slug=post] table.c-table.-scroll:not(.-side) tr > td:nth-child(2) {
		border-left: none;
		border-top: 1px solid var(--c-gry);
		border-bottom: 1px solid var(--c-gry);
	}
	body[data-page-slug=column] table.c-table.-scroll:not(.-side),
	body[data-page-slug=post] table.c-table.-scroll:not(.-side) {
		/* 3列目以降＝上下ボーダーをグレーに */
	}
	body[data-page-slug=column] table.c-table.-scroll:not(.-side) tr > td:nth-child(n+3),
	body[data-page-slug=post] table.c-table.-scroll:not(.-side) tr > td:nth-child(n+3) {
		border-top: 1px solid var(--c-gry);
		border-bottom: 1px solid var(--c-gry);
	}
	body[data-page-slug=column] table.c-table.-scroll:not(.-side),
	body[data-page-slug=post] table.c-table.-scroll:not(.-side) {
		/* 念押し：見出し(1列目)の右は白 */
	}
	body[data-page-slug=column] table.c-table.-scroll:not(.-side) tr > td:first-child,
	body[data-page-slug=post] table.c-table.-scroll:not(.-side) tr > td:first-child {
		border-right: 1px solid var(--c-wht);
	}
}
body[data-page-slug=column] table.c-table.-scroll:not(.-side),
body[data-page-slug=post] table.c-table.-scroll:not(.-side) {
	/* 右ボーダーをグレーにするのは「見出し以外」だけ（=2列目以降） */
}
body[data-page-slug=column] table.c-table.-scroll:not(.-side) tbody tr:not(:first-child) > td:not(:first-child),
body[data-page-slug=post] table.c-table.-scroll:not(.-side) tbody tr:not(:first-child) > td:not(:first-child) {
	border-right: 1px solid var(--c-gry);
}
body[data-page-slug=column],
body[data-page-slug=post] {
	/* =========================================================
	  4) -side：1行目＝見出し
	========================================================= */
}
body[data-page-slug=column] table.c-table.-side td,
body[data-page-slug=post] table.c-table.-side td {
	font-weight: 500;
}
body[data-page-slug=column] table.c-table.-side,
body[data-page-slug=post] table.c-table.-side {
	/* ---- 見出し行（1行目） ---- */
}
body[data-page-slug=column] table.c-table.-side tbody tr:first-child > td,
body[data-page-slug=post] table.c-table.-side tbody tr:first-child > td {
	background: var(--c-gry-light);
	font-weight: 700;
	border-top: 1px solid var(--c-wht);
	border-bottom: 1px solid var(--c-wht);
	border-right: 1px solid var(--c-wht);
	border-left: none;
}
body[data-page-slug=column] table.c-table.-side,
body[data-page-slug=post] table.c-table.-side {
	/* 最右も白（明示） */
}
body[data-page-slug=column] table.c-table.-side tbody tr:first-child > td:last-child,
body[data-page-slug=post] table.c-table.-side tbody tr:first-child > td:last-child {
	border-right: 1px solid var(--c-wht);
}
body[data-page-slug=column] table.c-table.-side,
body[data-page-slug=post] table.c-table.-side {
	/* ---- 見出し以外（2行目以降） ---- */
}
body[data-page-slug=column] table.c-table.-side tbody tr:not(:first-child) > td,
body[data-page-slug=post] table.c-table.-side tbody tr:not(:first-child) > td {
	background: var(--c-wht);
	border: 1px solid var(--c-gry);
	border-top: none;
	border-right: 1px solid var(--c-gry);
}
@media (max-width: 767px) {
	body[data-page-slug=column] table.c-table.-side,
	body[data-page-slug=post] table.c-table.-side {
		/* SP時：見出し行の右ボーダーは白 */
	}
	body[data-page-slug=column] table.c-table.-side tbody tr:first-child > td,
	body[data-page-slug=post] table.c-table.-side tbody tr:first-child > td {
		border-left: none;
		border-right: 1px solid var(--c-wht);
		border-top: 1px solid var(--c-wht);
		border-bottom: 1px solid var(--c-wht);
	}
	body[data-page-slug=column] table.c-table.-side tbody tr:first-child > td:last-child,
	body[data-page-slug=post] table.c-table.-side tbody tr:first-child > td:last-child {
		border-right: 1px solid var(--c-wht);
	}
}
body[data-page-slug=column],
body[data-page-slug=post] {
	/* =========================================================
	  5) has-fixed-layout（セル幅固定）：挙動だけ
	========================================================= */
}
body[data-page-slug=column] table.c-table.has-fixed-layout,
body[data-page-slug=post] table.c-table.has-fixed-layout {
	table-layout: fixed;
}

/* =====================================
 * ページトップへ戻る
 * ================================== */
.c-pagetop {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	z-index: 1;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.c-pagetop.is-active {
	opacity: 1;
	visibility: inherit;
	pointer-events: auto;
}
.c-pagetop__btn {
	background-color: var(--c-pri);
	background-repeat: no-repeat;
	background-size: 0.875rem auto;
	background-position: center center;
	background-image: url(../img/ico_arr_up_wht.svg);
	font-size: 0;
	height: 3.5rem;
	width: 3.5rem;
}

/* =====================================
 * パンくずリスト
 * ================================== */
.c-breadcrumb {
	padding-top: 1.6rem;
}
@media (min-width: 960px) {
	.c-breadcrumb {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}
.c-breadcrumb + * {
	margin-top: 5.6rem;
}
.c-breadcrumb__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; /* 全体は折り返す */
}
.c-breadcrumb__list li {
	list-style-type: none;
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: 500;
}
.c-breadcrumb__list li a {
	color: var(--c-gry-dark);
	position: relative;
}
.c-breadcrumb__list li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--c-gry-dark);
	width: 100%;
	height: 1px;
}
.c-breadcrumb__list li + li:before {
	content: "";
	display: inline-block;
	border: 1px solid var(--c-gry-dark);
	border-left: none;
	border-bottom: none;
	width: 0.5rem;
	height: 0.5rem;
	-webkit-transform: rotate(45deg) translateY(-1px);
	    -ms-transform: rotate(45deg) translateY(-1px);
	        transform: rotate(45deg) translateY(-1px);
	margin: 0 1.175rem;
}

body[data-page-type=form] .c-breadcrumb {
	display: none;
}
body[data-page-type=form] .c-pagetitle {
	padding-top: 5.6rem;
}

/* =====================================
 * ページタイトル
 * ================================== */
@media (min-width: 960px) {
	.c-pagetitle {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}
.c-pagetitle__subtitle, .c-pagetitle__title {
	line-height: 1.5;
	text-align: center;
}
.c-pagetitle__subtitle {
	font-weight: bold;
	font-size: clamp(1.6rem, 2.5vw, 2rem);
	letter-spacing: 0.16em;
}
.c-pagetitle__subtitle::first-letter {
	text-transform: uppercase;
}
.c-pagetitle__subtitle + * {
	margin-top: 1rem;
}
.c-pagetitle__title {
	font-weight: bold;
	font-size: clamp(2.4rem, 4vw, 4rem);
}
.c-pagetitle__title + * {
	margin-top: 1rem;
}
.c-pagetitle__desc {
	font-size: 0.875rem;
}

@media (min-width: 960px) {
	body[data-page-slug=office_building] .c-pagetitle,
	body[data-page-slug=office_room] .c-pagetitle,
	body[data-page-slug=search] .c-pagetitle {
		padding-left: 0;
		padding-right: 0;
	}
}
body[data-page-slug=office_building] .c-pagetitle__title,
body[data-page-slug=office_room] .c-pagetitle__title,
body[data-page-slug=search] .c-pagetitle__title {
	position: relative;
	text-align: left;
	font-size: clamp(2rem, 4vw, 3.2rem);
}

body[data-page-slug=area] .c-pagetitle,
body[data-page-slug=railway] .c-pagetitle {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
@media (min-width: 960px) {
	body[data-page-slug=area] .c-pagetitle,
	body[data-page-slug=railway] .c-pagetitle {
		padding-left: 0;
		padding-right: 0;
	}
}
body[data-page-slug=area] .c-pagetitle__title,
body[data-page-slug=railway] .c-pagetitle__title {
	position: relative;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	text-align: left;
	font-size: clamp(2rem, 4vw, 3.2rem);
}
body[data-page-slug=area] .c-pagetitle__title:after,
body[data-page-slug=railway] .c-pagetitle__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--c-gry);
	width: 100%;
	height: 1px;
}

body[data-page-type=form] .c-pagetitle__subtitle, body[data-page-type=form] .c-pagetitle__title {
	text-align: center;
}

.c-content {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
}

/* =====================================
 * 下層ページ　テキスト周り
 * ================================== */
.has-small-font-size {
	font-size: 75%;
}

.has-medium-font-size {
	font-size: 87.5%;
}

.has-normal-font-size {
	font-size: inherit;
}

.has-large-font-size {
	font-size: 150%;
}

.has-x-large-font-size,
.has-huge-font-size {
	font-size: 225%;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.wp-block-image {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
* + .wp-block-image {
	margin-top: 2rem;
}
@media (max-width: 767px) {
	.wp-block-image {
		margin-top: 1.5rem;
	}
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
	display: inline-block;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption {
	text-align: center;
}
@media (max-width: 767px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	.wp-block-image .aligncenter {
		margin-left: auto;
		margin-right: auto;
	}
}
.wp-block-image .alignright {
	margin-left: auto;
}
.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote {
	position: relative;
	background-color: var(--c-gry-light);
	padding: 4rem;
}
@media (max-width: 767px) {
	.wp-block-quote {
		padding: 3.5rem 1.5rem;
	}
}
.wp-block-quote::before, .wp-block-quote::after {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left center;
	position: absolute;
	z-index: 1;
}
.wp-block-quote::before {
	background-image: url(../img/ico_quote_mark01.svg);
	top: 0;
	left: 0;
	margin: 1.5rem 0 0 1.5rem;
}
@media (max-width: 767px) {
	.wp-block-quote::before {
		margin-top: 1rem;
	}
}
.wp-block-quote::after {
	background-image: url(../img/ico_quote_mark02.svg);
	bottom: 0;
	right: 0;
	margin: 0 1.5rem 1.5rem 0;
}
@media (max-width: 767px) {
	.wp-block-quote::after {
		margin-bottom: 1rem;
	}
}
.wp-block-quote cite {
	font-size: 0.75rem;
}
.wp-block-quote cite::before {
	content: "出典：";
	display: inline-block;
}
.wp-block-quote cite a {
	display: inline-block;
	color: var(--c-pri);
	text-decoration: underline;
	margin-top: 1.5rem;
}
@media (min-width: 960px) {
	.wp-block-quote cite a:hover {
		text-decoration: none;
	}
}

.wp-block-file {
	text-align: center;
	border: 1px solid var(--c-gry);
	padding: 2rem;
}
@media (max-width: 767px) {
	.wp-block-file {
		padding: 1.5rem;
	}
}
.wp-block-file::before {
	content: "下記よりPDFをダウンロードいただけます。";
	display: block;
	text-align: center;
	padding-bottom: 1rem;
}
@media (max-width: 767px) {
	.wp-block-file::before {
		font-size: 0.875rem;
		padding-bottom: 0.5rem;
	}
}
.wp-block-file object {
	display: none;
}
.wp-block-file a:not([download]) {
	display: none;
}
.wp-block-file a[download] {
	font-weight: bold;
	color: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.44em auto;
	background-position: left 40%;
	background-size: 1em auto;
	background-image: url("../img/ico_pdf.svg");
	padding-left: 1.875rem;
}
@media (min-width: 960px) {
	.wp-block-file a[download]:hover {
		text-decoration: none;
	}
}

.wp-block-embed:not([class*=is-type-wp-embed]) .wp-block-embed__wrapper {
	aspect-ratio: 16/9;
}
.wp-block-embed:not([class*=is-type-wp-embed]) .wp-block-embed__wrapper iframe {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

* + .c-section {
	margin-top: 4rem;
}
@media (max-width: 767px) {
	* + .c-section {
		margin-top: 2rem;
	}
}
* + .c-section.-lg {
	margin-top: 8rem;
}
@media (max-width: 767px) {
	* + .c-section.-lg {
		margin-top: 4rem;
	}
}
* + .c-section.-sm {
	margin-top: 2.4rem;
}
@media (max-width: 767px) {
	* + .c-section.-sm {
		margin-top: 1.6rem;
	}
}
* + .c-section.-md {
	margin-top: 4rem;
}
@media (max-width: 767px) {
	* + .c-section.-md {
		margin-top: 3rem;
	}
}
.c-section.-spacer + * {
	margin-top: 0 !important;
}

/* ================================== */
h4.wp-block,
h3.wp-block,
h2.wp-block,
h4[class*=has-text-align],
h4[class*=font-size],
h3[class*=has-text-align],
h3[class*=font-size],
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]),
h3:not([class]),
h4:not([class]) {
	font-weight: bold;
	line-height: 1.5;
}

/* ================================== */
h2.wp-block,
h2[class*=has-text-align],
h2[class*=font-size],
h2:not([class]) {
	border-bottom: 1px solid var(--c-gry);
	font-size: clamp(2rem, 2vw, 2.8rem);
	padding-bottom: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
}
h2.wp-block + *,
h2[class*=has-text-align] + *,
h2[class*=font-size] + *,
h2:not([class]) + * {
	margin-top: 4rem;
}
@media (max-width: 767px) {
	h2.wp-block + *,
	h2[class*=has-text-align] + *,
	h2[class*=font-size] + *,
	h2:not([class]) + * {
		margin-top: 2rem;
	}
}

* + h2[class*=has-text-align],
* + h2[class*=font-size],
* + h2:not([class]) {
	margin-top: 8rem;
}
@media (max-width: 767px) {
	* + h2[class*=has-text-align],
	* + h2[class*=font-size],
	* + h2:not([class]) {
		margin-top: 4rem;
	}
}

/* ================================== */
h3.wp-block,
h3[class*=has-text-align],
h3[class*=font-size],
h3:not([class]) {
	position: relative;
	font-size: 2rem;
	padding-left: 1.6rem;
	line-height: 1.6;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
h3.wp-block::before,
h3[class*=has-text-align]::before,
h3[class*=font-size]::before,
h3:not([class])::before {
	content: "";
	display: block;
	background-color: var(--c-blk);
	width: 4px;
	height: 100%;
	min-height: 1.25em;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
h3.wp-block + *,
h3[class*=has-text-align] + *,
h3[class*=font-size] + *,
h3:not([class]) + * {
	margin-top: 2.4rem;
}
@media (max-width: 767px) {
	h3.wp-block + *,
	h3[class*=has-text-align] + *,
	h3[class*=font-size] + *,
	h3:not([class]) + * {
		margin-top: 1.2rem;
	}
}

* + h3[class*=has-text-align],
* + h3[class*=font-size],
* + h3:not([class]) {
	margin-top: 8rem;
}

/* ================================== */
h4.wp-block,
h4[class*=has-text-align],
h4[class*=font-size],
h4:not([class]) {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
}
h4.wp-block + *,
h4[class*=has-text-align] + *,
h4[class*=font-size] + *,
h4:not([class]) + * {
	margin-top: 1.6rem;
}
@media (max-width: 767px) {
	h4.wp-block + *,
	h4[class*=has-text-align] + *,
	h4[class*=font-size] + *,
	h4:not([class]) + * {
		margin-top: 1rem;
	}
}

* + h4[class*=has-text-align],
* + h4[class*=font-size],
* + h4:not([class]) {
	margin-top: 8rem;
}

p.wp-block a,
p:not([class]) a,
p[class*=font-size] a {
	text-decoration: underline;
}

/* ================================== */
ol.wp-block,
ol[class*=font-size] {
	list-style: decimal;
}

ul.wp-block,
ul[class*=font-size] {
	list-style: inherit;
}

ol.wp-block,
ul.wp-block,
ol:not([class]),
ul:not([class]),
ol[class*=font-size],
ul[class*=font-size] {
	list-style-position: inside;
}
ol.wp-block li + li,
ul.wp-block li + li,
ol:not([class]) li + li,
ul:not([class]) li + li,
ol[class*=font-size] li + li,
ul[class*=font-size] li + li {
	margin-top: 1rem;
}

ul.wp-block li::marker,
ul:not([class]) li::marker,
ul[class*=font-size] li::marker {
	color: var(--c-gry);
}

body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list),
body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) {
	list-style: decimal;
	list-style-position: inside;
}
body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) li + li,
body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) li + li {
	margin-top: 1rem;
}

* + ol:not([class]),
* + ul:not([class]),
* + ol[class*=font-size],
* + ul[class*=font-size] {
	margin-top: 1.5rem;
}
@media (max-width: 767px) {
	* + ol:not([class]),
	* + ul:not([class]),
	* + ol[class*=font-size],
	* + ul[class*=font-size] {
		margin-top: 1.5rem;
	}
}

.wp-block-columns {
	margin-left: -2rem;
}

.wp-block-column {
	margin-left: 2rem;
}

/* .c-table.has-fixed-layout {
    tr > *:first-child {
        border: none;
        border-bottom: 1px solid var(--c-wht);
    }
}
.c-table.has-fixed-layout.-side {
    tbody tr:first-child > * {
        border: none;
        border-right: 1px solid var(--c-wht);
    }
    tbody td {
        border-top: none;
        border-bottom: 1px solid var(--c-gry);
        border-left: 1px solid var(--c-gry);
        border-right: 1px solid var(--c-gry);
    }
}
*/
/* 目次 */
#ez-toc-container {
	padding: 2rem;
}
@media (min-width: 960px) {
	#ez-toc-container {
		padding: 4rem;
	}
}
#ez-toc-container .ez-toc-title-container {
	margin-bottom: 1.6rem;
}
#ez-toc-container .ez-toc-list li {
	margin-bottom: 0.8rem;
}
#ez-toc-container .ez-toc-list li:last-of-type {
	margin-bottom: 0;
}
#ez-toc-container .ez-toc-list li a {
	position: relative;
}
#ez-toc-container .ez-toc-list li a:after {
	content: "";
	position: absolute;
	right: -16px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--c-blk);
	border-bottom: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#ez-toc-container .ez-toc-list li a:before {
	content: none;
}

.c-office-list__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 8px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 8px;
}
@media (min-width: 768px) {
	.c-office-list__list {
		-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 48px 24px;
	}
}
@media (min-width: 960px) {
	.c-office-list__list {
		-ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
		grid-template-columns: repeat(4, 1fr);
		gap: 56px 24px;
	}
}
.c-office-list__card {
	display: block;
	text-decoration: none;
	color: inherit;
}
@media (min-width: 960px) {
	.c-office-list__card {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.c-office-list__card:hover {
		opacity: 0.8;
	}
}
.c-office-list__thumb a {
	width: 100%;
	aspect-ratio: 282/188;
	overflow: hidden;
	display: block;
}
.c-office-list__thumb a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
@media (min-width: 960px) {
	.c-office-list__thumb a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.c-office-list__thumb a:hover {
		opacity: 0.65;
	}
}
.c-office-list__body {
	margin-top: 12px;
	position: relative;
}
.c-office-list__meta-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-office-list__meta {
	margin-top: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (min-width: 960px) {
	.c-office-list__meta {
		margin-top: 3px;
	}
}
.c-office-list__area a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1rem;
	text-decoration: underline;
}
@media (min-width: 960px) {
	.c-office-list__area a {
		font-size: 1.2rem;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.c-office-list__area a:hover {
		opacity: 0.7;
	}
}
.c-office-list__area a img {
	margin-right: 8px;
	height: 12px;
	width: auto;
}
@media (min-width: 960px) {
	.c-office-list__area a img {
		margin-right: 9px;
	}
}
.c-office-list__favorite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-office-list__favorite img {
	width: 16px;
	height: 16px;
	display: block;
}
@media (min-width: 960px) {
	.c-office-list__favorite {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.c-office-list__favorite img {
		width: 20px;
		height: 20px;
	}
	.c-office-list__favorite:hover {
		opacity: 0.7;
	}
}
.c-office-list__title {
	margin-top: 1px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.c-office-list__title {
		margin-top: 4px;
		font-size: 1.6rem;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.c-office-list__title:hover {
		opacity: 0.7;
	}
}
.c-office-list__info {
	margin-top: 4px;
	font-size: 1rem;
	color: var(--c-gry-dark);
	line-height: 1.5;
}
@media (min-width: 960px) {
	.c-office-list__info {
		font-size: 1.2rem;
		margin-top: 7px;
	}
}
.c-office-list__info-separator {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}
.c-office-list__btn {
	margin-top: 24px;
}
@media (min-width: 960px) {
	.c-office-list__btn {
		margin-top: 81px;
	}
}

/* ===============================
  コラム
================================ */
.c-column-list {
	margin-top: 75px;
	padding-bottom: 80px;
	position: relative;
}
@media (min-width: 960px) {
	.c-column-list {
		margin-top: 128px;
		padding-bottom: 128px;
	}
}
.c-column-list::before {
	content: "";
	position: absolute;
	background: var(--c-gry-light);
	width: 100%;
	height: 530px;
	left: 0;
	bottom: 0;
}
@media (min-width: 960px) {
	.c-column-list::before {
		width: 83%;
		height: 539px;
	}
}
.c-column-list__inner {
	width: 100%;
	margin-top: 56px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.4rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.4rem;
}
@media (min-width: 768px) {
	.c-column-list__inner {
		gap: 4rem 3.9rem;
	}
}
@media (min-width: 960px) {
	.c-column-list__inner {
		margin-top: 80px;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}
.c-column-list__card {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	border: 1px solid var(--c-gry);
}
.c-column-list__card a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
@media (min-width: 960px) {
	.c-column-list__card a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.c-column-list__card a:hover {
		-webkit-box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
		        box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
		opacity: 0.8;
	}
}
.c-column-list__card__thumb {
	overflow: hidden;
	aspect-ratio: 374/250;
}
.c-column-list__card__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-column-list__card__body {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media (min-width: 960px) {
	.c-column-list__card__body {
		padding: 16px 24px;
	}
}
.c-column-list__card__date {
	font-size: 1.2rem;
	color: var(--c-gry-dark);
	line-height: 1.5;
}
@media (min-width: 960px) {
	.c-column-list__card__date {
		font-size: 1.4rem;
	}
}
.c-column-list__card__title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 8px;
	min-height: 42px;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.c-column-list__card__title {
		font-size: 1.8rem;
		min-height: 54px;
	}
}
.c-column-list__card__cat {
	font-size: 1.2rem;
	color: var(--c-gry-dark);
	margin-top: 8px;
}
@media (min-width: 960px) {
	.c-column-list__card__cat {
		font-size: 1.4rem;
	}
}
@media (min-width: 960px) {
	.c-column-list__card:hover__thumb img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}

/**************************
 検索用共通
***************************/
.c-search-group label input {
	width: 2rem;
	height: 2rem;
	margin-right: 1.6rem;
}
.c-search-group__title {
	margin-bottom: 2.4rem;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.c-search-group__title label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.5;
}
.c-search-group__title span {
	font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.c-search-group__list {
	display: -ms-grid;
	display: grid;
	gap: 1.6rem;
	margin-left: 2.4rem;
}
.c-search-group__item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.6rem 0;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 500;
	line-height: 1.5;
}
.c-search-group__item a {
	text-decoration: underline;
}
.c-search-group__item.is-disabled a {
	text-decoration: none;
	color: var(--c-gry-dark);
}
.c-search-group input[type=checkbox] {
	accent-color: var(--c-blk);
}

.c-fixed-searchfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(24, 24, 24, 0.8);
	color: #fff;
	z-index: 1000;
	padding: 2rem;
}
@media (min-width: 960px) {
	.c-fixed-searchfooter {
		padding: 2.4rem;
	}
}
@media (min-width: 960px) {
	.c-fixed-searchfooter__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.c-fixed-searchfooter__selectarea {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.c-fixed-searchfooter__title {
	margin-bottom: 1.6rem;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	line-height: 1.5;
	font-weight: 700;
	color: var(--c-wht);
	text-align: center;
}
.c-fixed-searchfooter__title a, .c-fixed-searchfooter__title a:not([class]) {
	margin-left: 1.6rem;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 500;
	line-height: 1.5;
	text-decoration: underline;
	color: var(--c-wht);
}
@media (min-width: 960px) {
	.c-fixed-searchfooter__title {
		text-align: left;
	}
}
.c-fixed-searchfooter__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: var(--c-wht);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.4rem 0.8rem;
	margin: 0.5rem 2.4rem 0.5rem 0;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1.5;
	color: var(--c-gry-dark);
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
}
.c-fixed-searchfooter__icon {
	position: relative;
	margin-left: 0.8rem;
	width: 12px;
	height: 12px;
	background: var(--c-gry-dark);
	border-radius: 50%;
	cursor: pointer;
}
.c-fixed-searchfooter__icon:after {
	content: "";
	position: absolute;
	left: calc(50% - 2px);
	top: calc(50% - 2px);
	background: url(../img/ico_close_wht.svg) no-repeat center center;
	width: 4px;
	height: 4px;
}
.c-fixed-searchfooter__icon:hover {
	background: var(--c-blk-light);
}
.c-fixed-searchfooter__button {
	margin-top: 1.6rem;
	width: 24rem;
}
.c-fixed-searchfooter__button button {
	margin: 0 auto;
}
@media (min-width: 960px) {
	.c-fixed-searchfooter__button {
		margin-top: 0;
	}
}

.c-searchsubmit {
	width: 100%;
	max-width: 240px;
	padding: 0.4rem;
	background: var(--c-blk);
	color: var(--c-wht);
	border-radius: 2px;
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 4.6rem;
}
.c-searchsubmit:hover {
	opacity: 0.8;
}
@media (min-width: 960px) {
	.c-searchsubmit {
		font-size: 2rem;
		padding: 0.8rem;
	}
}

/**************************
 【物件詳細ページ】タグリスト
***************************/
.c-tag-list {
	margin-top: 4rem;
}
.c-tag-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.c-tag-list li {
	position: relative;
	margin-right: 2.4rem;
	margin-bottom: 0.8rem;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	font-weight: 500;
	line-height: 1.5;
	list-style-type: none;
	padding-left: 2rem;
	color: var(--c-gry-dark);
}
.c-tag-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
	background: url(../img/icon_tag_gray.svg) no-repeat;
	width: 12px;
	height: 12px;
}
.c-tag-list li + li {
	margin-top: 0 !important;
}
.c-tag-list a {
	text-decoration: underline;
}

/**************************
 【物件詳細ページ】スライダー
***************************/
.c-thumb-gallery {
	margin-bottom: 1.6rem;
	width: 100%;
	overflow: hidden;
}
.c-thumb-gallery__slider {
	position: relative;
}
.c-thumb-gallery__thumbnail {
	margin-top: 3rem;
}
@media (min-width: 960px) {
	.c-thumb-gallery__thumbnail {
		margin-top: 4rem !important;
	}
}
.c-thumb-gallery__thumbnail .swiper-slide {
	cursor: pointer;
	opacity: 0.5;
}
.c-thumb-gallery__thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.c-thumb-gallery__caption {
	margin-top: 1.6rem;
	font-size: clamp(1rem, 2vw, 1.4rem);
	line-height: 1.5;
	text-align: left;
}
.c-thumb-gallery img {
	aspect-ratio: 1/1;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
}

/* =====================================
 * メインギャラリー SVG矢印
 * ================================== */
.p-rosingle-gallery-main {
	position: relative;
	overflow: visible;
	--arrow-w: 18px;
	--arrow-h: 42px;
	--arrow-out: 12px;
}
@media (min-width: 960px) {
	.p-rosingle-gallery-main {
		--arrow-w: 24px;
		--arrow-h: 56px;
		--arrow-out: 16px;
	}
}

.p-rosingle-gallery__slider {
	position: relative;
	overflow: hidden;
}

/* =========================
   矢印ボタン
========================= */
.p-rosingle-gallery-main .swiper-button-prev,
.p-rosingle-gallery-main .swiper-button-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: var(--arrow-w);
	height: var(--arrow-h);
	z-index: 20;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* 左右位置（はみ出し） */
.p-rosingle-gallery-main .swiper-button-prev {
	left: calc(var(--arrow-out) * -1);
	background-image: url("../img/single/ico_arrow_prev.svg");
}

.p-rosingle-gallery-main .swiper-button-next {
	right: calc(var(--arrow-out) * -1);
	background-image: url("../img/single/ico_arrow_next.svg");
}

/* Swiperデフォルトアイコン削除 */
.p-rosingle-gallery-main .swiper-button-prev::after,
.p-rosingle-gallery-main .swiper-button-next::after {
	content: none;
}

/**************************
 ノート
***************************/
.c-ro-note {
	margin-top: clamp(4rem, 2vw, 8rem);
	padding: 1.6rem 1.8rem;
	background: var(--c-gry-light);
}
@media (min-width: 960px) {
	.c-ro-note {
		padding: 1.6rem 4rem;
	}
}
.c-ro-note__list li {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	font-weight: 500;
	line-height: 1.75;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.c-ro-note__list li:before {
	content: "※";
}

/**************************
 テキスト
***************************/
.c-td-text__main {
	display: block;
	color: var(--c-blk);
	font-size: clamp(1.3rem, 1.4vw, 1.6rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0em;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
@media (min-width: 960px) {
	.c-td-text__main {
		letter-spacing: 0.08em;
	}
}
.c-td-text__sub {
	display: block;
	color: var(--c-gry-dark);
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0em;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
@media (min-width: 960px) {
	.c-td-text__sub {
		letter-spacing: 0.08em;
	}
}
.c-td-text__status {
	margin: 0 auto;
	display: block;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: var(--c-blk);
	border-radius: 2px;
	color: var(--c-wht);
	text-align: center;
	padding: 0.2rem 0.3rem;
	max-width: 100px;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	font-weight: 700;
	white-space: nowrap;
}
@media (min-width: 960px) {
	.c-td-text__status {
		padding: 0.4rem 1.4rem;
	}
}

.c-td-text__status.status-open {
	background-color: var(--c-blk);
}

.c-td-text__status.status-pending {
	background-color: var(--c-sec);
}

.c-td-text__status.status-closed {
	background-color: var(--c-gry-dark);
}

.c-th-text__main {
	display: block;
	color: var(--c-blk);
	font-size: clamp(1.3rem, 1.4vw, 1.8rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.c-th-text__sub {
	display: block;
	color: var(--c-blk);
	font-size: clamp(0.9rem, 2vw, 1.2rem);
	font-weight: 700;
	line-height: 1.5;
}

.c-room-current {
	display: inline-block;
	padding: 0.4rem 1.55rem;
	border-radius: 16px;
	background: var(--c-gry-dark);
	color: #fff;
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 1.2rem);
	white-space: nowrap;
}

/* PCでは「詳細を見る」を表示する（アクセシブルテキストを視覚表示に戻す） */
.c-room-detail .u-sr-only {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* PC時：矢印は（好みで）消す or 残す */
.c-room-detail__arrow {
	display: none;
}

/* SP時：文字は隠して、矢印だけ残す */
@media (max-width: 767px) {
	.c-room-detail .u-sr-only {
		position: absolute !important;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
	.c-room-detail__arrow {
		display: inline-block;
	}
}
/* ============================
   スマホ：行タップ（JSで遷移）
   ============================ */
@media (max-width: 767px) {
	tr.js-room-row {
		cursor: pointer;
	}
	tr.js-room-row:active {
		background-color: #f5f8fc;
	}
	tr.js-room-row .c-search-resultlist__roomlist-favorit {
		position: relative;
		z-index: 2;
	}
}
/**************************
 カスタム検索ボタン
***************************/
.search-submit-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 0.8rem);
}

.c-search-parts__submit {
	margin-top: 2.4rem;
	padding: 0.8rem;
	background: var(--c-blk);
	color: var(--c-wht);
	border-radius: 2px;
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 45px;
}
.c-search-parts__submit:hover {
	opacity: 0.8;
}
@media (min-width: 960px) {
	.c-search-parts__submit {
		height: 3.7rem;
	}
}
.c-search-parts__reset {
	display: block;
	margin: 0.8rem auto 0;
	text-decoration: underline;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.c-search-parts__reset:hover {
	opacity: 0.8;
}
.c-search-parts__keyword, .c-search-parts__select {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0.8rem;
	border-radius: 2px;
	border: 1px solid var(--c-gry);
	font-size: 1.2rem;
	color: var(--c-blk);
}
.c-search-parts__keyword::-webkit-input-placeholder, .c-search-parts__select::-webkit-input-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.c-search-parts__keyword::-moz-placeholder, .c-search-parts__select::-moz-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.c-search-parts__keyword:-ms-input-placeholder, .c-search-parts__select:-ms-input-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.c-search-parts__keyword::-ms-input-placeholder, .c-search-parts__select::-ms-input-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.c-search-parts__keyword::placeholder, .c-search-parts__select::placeholder {
	color: var(--c-gry-dark);
	text-align: center;
	letter-spacing: 0.08em;
}
@media (min-width: 960px) {
	.c-search-parts__keyword::-webkit-input-placeholder, .c-search-parts__select::-webkit-input-placeholder {
		font-size: 1.2rem;
	}
	.c-search-parts__keyword::-moz-placeholder, .c-search-parts__select::-moz-placeholder {
		font-size: 1.2rem;
	}
	.c-search-parts__keyword:-ms-input-placeholder, .c-search-parts__select:-ms-input-placeholder {
		font-size: 1.2rem;
	}
	.c-search-parts__keyword::-ms-input-placeholder, .c-search-parts__select::-ms-input-placeholder {
		font-size: 1.2rem;
	}
	.c-search-parts__keyword::placeholder, .c-search-parts__select::placeholder {
		font-size: 1.2rem;
	}
}
.c-search-parts__wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}
.c-search-parts__wrap select {
	width: 100%;
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
}
.c-search-parts__wrap:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 7px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--c-blk);
	border-bottom: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-search-options {
	margin-top: 1.6rem;
}
.c-search-options__title {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.c-search-options__col1 {
	margin-top: 0.8rem;
}
.c-search-options__col2 {
	margin-top: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
}
.c-search-options__item {
	display: inline-block;
}
.c-search-options__item input[type=radio] {
	accent-color: var(--c-blk);
}
.c-search-options__tab-sep {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
}
.c-search-options__text1 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}
.c-search-options__text2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}

/**************************
 検索結果カウント
***************************/
.c-search-summary__label {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}
.c-search-summary__count {
	margin: 0 0.4rem;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(2rem, 2vw, 3.2rem);
	font-weight: 600;
	line-height: 1;
}

/**************************
 検索結果リスト
***************************/
.c-search-resultlist__item {
	position: relative;
	margin-top: 4rem;
	padding: clamp(1.2rem, 2vw, 4rem);
	border: 1px solid var(--c-gry);
}
.c-search-resultlist__item:first-child {
	margin-top: 0;
}
.c-search-resultlist__favorite {
	position: absolute;
	top: 0;
	right: 1.6rem;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-search-resultlist__favorite img {
	width: 32px;
	height: 32px;
}
.c-search-resultlist__room-list {
	margin-top: 4rem;
}
.c-search-resultlist__table-scroll {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.c-search-resultlist__room-table {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
}
.c-search-resultlist__room-table tr:not(:first-child) {
	border-bottom: 1px solid var(--c-gry);
	border-left: 1px solid var(--c-gry);
	border-right: 1px solid var(--c-gry);
}
.c-search-resultlist__room-table th {
	padding: 1rem 0.6rem;
	background: var(--c-gry-light);
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table th {
		padding: 2.4rem 0.75rem;
	}
}
.c-search-resultlist__room-table td {
	padding: 1rem 0.6rem;
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table td {
		padding: 2.4rem 0.75rem;
	}
}
.c-search-resultlist__room-table td a {
	position: relative;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	font-weight: 700;
	line-height: 1.75;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-right: 0.6em;
	white-space: nowrap;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table td a {
		padding-right: 1em;
	}
}
.c-search-resultlist__room-table td a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-blk);
	border-right: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.c-search-resultlist__room-table .c-width-status {
	width: 13%;
}
.c-search-resultlist__room-table .c-width-floor {
	width: 15%;
}
.c-search-resultlist__room-table .c-width-tsubo {
	width: 15%;
}
.c-search-resultlist__room-table .c-width-rent {
	width: 20%;
}
.c-search-resultlist__room-table .c-width-available {
	width: 16%;
}
.c-search-resultlist__room-table .c-width-fav {
	width: 4%;
}
.c-search-resultlist__room-table .c-width-detail {
	width: 15%;
}
.c-search-resultlist__room-table-min {
	width: 100%;
	border-collapse: collapse;
}
.c-search-resultlist__room-table-min tr:not(:first-child) {
	border-bottom: 1px solid var(--c-gry);
	border-left: 1px solid var(--c-gry);
	border-right: 1px solid var(--c-gry);
}
.c-search-resultlist__room-table-min th {
	padding: 1rem 0.3rem;
	background: var(--c-gry-light);
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table-min th {
		padding: 1.55rem 1rem;
	}
}
.c-search-resultlist__room-table-min td {
	padding: 1rem 0.3rem;
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table-min td {
		padding: 1.7rem 1rem;
	}
}
.c-search-resultlist__room-table-min td a {
	position: relative;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	font-weight: 700;
	line-height: 1.75;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-right: 0.6em;
	white-space: nowrap;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table-min td a {
		padding-right: 1em;
	}
}
.c-search-resultlist__room-table-min td a span {
	display: none;
}
@media (min-width: 960px) {
	.c-search-resultlist__room-table-min td a span {
		display: inline-block;
	}
}
.c-search-resultlist__room-table-min td a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-blk);
	border-right: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.c-search-resultlist__room-table-min .c-width-status {
	width: 13%;
}
.c-search-resultlist__room-table-min .c-width-floor {
	width: 13%;
}
.c-search-resultlist__room-table-min .c-width-tsubo {
	width: 17%;
}
.c-search-resultlist__room-table-min .c-width-rent {
	width: 32%;
}
.c-search-resultlist__room-table-min .c-width-available {
	width: 28%;
}
.c-search-resultlist__room-table-min .c-width-fav {
	width: 4%;
}
.c-search-resultlist__room-table-min .c-width-detail {
	width: 6%;
}
.c-search-resultlist__roomlist-favorit {
	line-height: 1;
}
.c-search-resultlist__roomlist-favorit button:before {
	width: 1.8rem;
	height: 1.8rem;
}
@media (min-width: 960px) {
	.c-search-resultlist__roomlist-favorit button:before {
		width: 2.4rem;
		height: 2.4rem;
	}
}
.c-search-resultlist .c-td-text__status {
	font-size: clamp(1rem, 2vw, 1.2rem);
}

/**************************
 【物件】タイトル
***************************/
.c-ro-title__area {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
}
.c-ro-title__area a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: underline;
}
.c-ro-title__area a img {
	width: 14px;
	height: 14px;
	margin-right: 0.8rem;
}
.c-ro-title__name {
	margin-top: 1.6rem;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	font-weight: 700;
	line-height: 1.5;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.c-ro-title__comment {
	margin-top: 1.6rem;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 500;
	line-height: 1.5;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

/**************************
 【物件】左写真／右テキスト
***************************/
.c-ro-propertycard {
	margin-top: 4rem;
}
@media (min-width: 960px) {
	.c-ro-propertycard {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 40% 4rem auto;
		grid-template-columns: 40% auto;
		gap: 4rem;
	}
}
.c-ro-propertycard__image {
	position: relative;
	width: 100%;
	aspect-ratio: 320/213;
	overflow: hidden;
}
.c-ro-propertycard__image a {
	display: block;
	width: 100%;
	height: 100%;
}
.c-ro-propertycard__image a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	display: block;
}
.c-ro-propertycard__image-closed {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: rgba(24, 24, 24, 0.5);
	color: var(--c-wht);
	font-size: 1.6rem;
	font-weight: 700;
	z-index: 1;
}
.c-ro-propertycard__body {
	margin-top: 4rem;
	width: 100%;
}
@media (min-width: 960px) {
	.c-ro-propertycard__body {
		margin-top: 0;
	}
}
.c-ro-propertycard__body tr + tr td {
	padding-top: 2.4rem;
}
.c-ro-propertycard__body th {
	font-size: clamp(1.3rem, 2vw, 1.4rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--c-gry-dark);
	width: clamp(11rem, 26vw, 16rem);
	white-space: nowrap;
}
.c-ro-propertycard__body td {
	width: auto;
	font-size: clamp(1.3rem, 2vw, 1.4rem);
	font-weight: 500;
	line-height: 1.5;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.c-ro-propertycard__body .c-btn-text a {
	text-decoration: underline;
	font-size: 1.2rem;
	padding-right: 20px;
}
.c-ro-propertycard__body .c-btn-text a::after {
	top: calc(50% - 6px);
	right: 0;
	background: url(../img/ico_blank.svg) no-repeat center center;
	background-size: cover;
	width: 12px;
	height: 12px;
}

.c-ro-room-none {
	padding: 2rem;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	text-align: center;
}
@media (min-width: 960px) {
	.c-ro-room-none {
		padding: 3.2rem;
	}
}

/**************************
　一覧が無い場合のエラーメッセージ
***************************/
.c-errormsg {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

/* =====================================
 * お知らせリスト
 * ================================== */
.c-activity__body {
	width: 100%;
	margin-top: 56px;
}
@media (min-width: 960px) {
	.c-activity__body {
		margin-top: 8px;
		-webkit-box-flex: 3;
		    -ms-flex: 3;
		        flex: 3;
	}
}
.c-activity {
	/* 一覧 */
}
.c-activity__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.c-activity__item {
	border-bottom: 1px solid var(--c-gry);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-activity__item:first-child {
	border-top: 1px solid var(--c-gry);
}
@media (min-width: 960px) {
	.c-activity__item.is-hover {
		border-bottom-color: var(--c-blk);
	}
	.c-activity__item.is-prev {
		border-bottom-color: var(--c-blk);
	}
	.c-activity__item.is-hover:first-child {
		border-top-color: var(--c-blk);
	}
	.c-activity__item.is-hover .p-home-news-item__btn {
		border-color: var(--c-blk);
	}
}
.c-activity__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 16px;
	padding: 23px 0;
}
@media (min-width: 960px) {
	.c-activity__item a {
		gap: 40px;
	}
}
.c-activity__item__inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
}
.c-activity__item__date {
	font-size: 1.2rem;
	color: var(--c-gry-dark);
	margin-bottom: 6px;
}
@media (min-width: 960px) {
	.c-activity__item__date {
		font-size: 1.4rem;
	}
}
.c-activity__item__title {
	font-size: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
@media (min-width: 960px) {
	.c-activity__item__title {
		font-size: 1.6rem;
	}
}
/* =====================================
 * お気に入りボタン
  * ================================== */
.simplefavorite-button {
	position: relative;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 0 !important;
	color: transparent !important;
	line-height: 0 !important;
}
.simplefavorite-button::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/ico_favorite_gray.svg) no-repeat center/contain;
}

.simplefavorite-button.active::before {
	background-image: url(../img/ico_favorite_yellow.svg);
}

/* 連打防止 */
.simplefavorite-button.loading {
	pointer-events: none;
	opacity: 0.6;
}

/**
 * _rail_station_modal.scss
 * 路線・駅選択モーダル
 */
/* ===================================
 * 変数定義
 * =================================== */
/* ===================================
 * モーダル全体
 * =================================== */
body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.rail-station-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.rail-station-modal.is-open {
	display: block;
}
.rail-station-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 24, 0.6);
	z-index: 9998;
	pointer-events: auto;
}
.rail-station-modal__content {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	height: 80vh;
	max-height: 80vh;
	background-color: var(--c-wht);
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.rail-station-modal__header {
	padding: 5.6rem 5rem 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	background-color: var(--c-wht);
	position: relative;
	z-index: 1;
}
.rail-station-modal__title {
	margin: 0;
	padding: 0 0 4rem;
	border-bottom: 1px solid var(--c-gry);
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 600;
}
.rail-station-modal__body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4rem 5rem;
	background-color: var(--c-wht);
	min-height: 0;
	position: relative;
}
.rail-station-modal__body::-webkit-scrollbar {
	width: 8px;
}
.rail-station-modal__body::-webkit-scrollbar-track {
	background-color: var(--c-gry-light);
}
.rail-station-modal__body::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 4px;
}
.rail-station-modal__body::-webkit-scrollbar-thumb:hover {
	background-color: var(--c-gry);
}
.rail-station-modal__heading {
	margin: 0 0 2.4rem 0;
	padding: 0 0 0 1.6rem;
	border-left: 4px solid var(--c-blk);
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 1;
}
.rail-station-modal__group {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid var(--c-gry);
}
.rail-station-modal__group:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.rail-station-modal__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2rem 2.4rem;
	list-style: none;
	padding: 0;
	margin: 0;
}
.rail-station-modal__item {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	color: var(--c-blk);
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-decoration: underline;
	text-align: left;
}
.rail-station-modal__item:hover {
	opacity: 0.7;
	background-color: transparent;
	border: none;
}
.rail-station-modal__item--disabled {
	color: var(--c-gry-dark);
	text-decoration: none;
}
.rail-station-modal__item--disabled:hover {
	opacity: rgba(0, 0, 0, 0.4);
}
.rail-station-modal__station-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.2rem 2.4rem;
	list-style: none;
	padding: 0;
	margin: 0;
}
.rail-station-modal__select-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.rail-station-modal__select-all-checkbox {
	width: 2rem;
	height: 2rem;
	margin: 0 8px 0 0;
	cursor: pointer;
	accent-color: var(--c-blk);
}
.rail-station-modal__select-all label {
	margin: 0;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 600;
	color: var(--c-blk);
	cursor: pointer;
}
.rail-station-modal__station-item {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.rail-station-modal__station-item:hover {
	background-color: transparent;
	opacity: 0.7;
}
.rail-station-modal__station-item input[type=checkbox] {
	width: 2rem;
	height: 2rem;
	margin: 0 8px 0 0;
	cursor: pointer;
	accent-color: var(--c-blk);
}
.rail-station-modal__station-item label {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	color: var(--c-blk);
	cursor: pointer;
}
.rail-station-modal__empty {
	padding: 60px 20px;
	text-align: center;
	color: var(--c-gry);
	font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.rail-station-modal__footer {
	border-top: 1px solid var(--c-gry);
	padding: 2.4rem 4rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	background-color: var(--c-wht);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 1;
}
.rail-station-modal__count {
	margin: 0;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	color: var(--c-blk);
	font-weight: 500;
}
.rail-station-modal__count strong {
	color: var(--c-blk);
	font-weight: 600;
}
.rail-station-modal__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
.rail-station-modal__close-btn {
	padding: 0.8rem 1.6rem;
	background-color: transparent;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
	color: var(--c-blk);
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 32rem;
	min-width: 160px;
}
.rail-station-modal__close-btn:hover {
	border: 1px solid var(--c-blk-light);
	color: var(--c-blk-light);
}
.rail-station-modal__submit {
	padding: 0.8rem 1.6rem;
	background-color: var(--c-blk);
	border: 1px solid var(--c-blk);
	border-radius: 2px;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
	color: var(--c-wht);
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 32rem;
	min-width: 160px;
}
.rail-station-modal__submit:hover {
	background-color: var(--c-gry);
	border-color: var(--c-gry);
}
@media (max-width: 1200px) {
	.rail-station-modal__close-btn, .rail-station-modal__submit {
		width: auto;
	}
}
@media (max-width: 1024px) {
	.rail-station-modal__list, .rail-station-modal__station-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.rail-station-modal__header {
		padding: 5rem 4rem 0;
	}
	.rail-station-modal__title {
		padding: 0 0 3rem;
	}
	.rail-station-modal__body {
		padding: 4rem 4rem;
	}
}
@media (max-width: 768px) {
	.rail-station-modal__content {
		width: 95%;
		max-height: 90vh;
	}
	.rail-station-modal__header {
		padding: 4rem 3rem 0;
	}
	.rail-station-modal__title {
		font-size: clamp(1.4rem, 2vw, 1.6rem);
	}
	.rail-station-modal__body {
		padding: 3rem 3rem;
	}
	.rail-station-modal__list, .rail-station-modal__station-list {
		-ms-grid-columns: 1fr 1.6rem 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 1.6rem;
	}
	.rail-station-modal__footer {
		padding: 2.4rem 3rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 12px;
	}
	.rail-station-modal__count {
		width: 100%;
		text-align: center;
	}
	.rail-station-modal__actions {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.rail-station-modal__close-btn, .rail-station-modal__submit {
		width: 100%;
		min-width: auto;
	}
}
@media (max-width: 480px) {
	.rail-station-modal__list, .rail-station-modal__station-list {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	.rail-station-modal__item, .rail-station-modal__station-item label {
		font-size: 13px;
	}
}

/**
 * area-modal.scss
 * エリア選択モーダル
 */
/* ===================================
 * 変数定義
 * =================================== */
/* ===================================
 * モーダル全体
 * =================================== */
.area-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.area-modal.is-open {
	display: block !important;
}
.area-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 24, 24, 0.6);
	cursor: pointer;
}
.area-modal__container {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	max-height: 80vh;
	background: var(--c-wht);
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.area-modal__header {
	padding: 5.6rem 5rem 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	background-color: var(--c-wht);
	position: relative;
	z-index: 1;
}
.area-modal__title {
	margin: 0;
	padding: 0 0 4rem;
	border-bottom: 1px solid var(--c-gry);
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 600;
}
.area-modal__body {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 4rem 5rem;
	background-color: var(--c-wht);
	min-height: 0;
	position: relative;
}
.area-modal__body::-webkit-scrollbar {
	width: 8px;
}
.area-modal__body::-webkit-scrollbar-track {
	background-color: var(--c-gry-light);
}
.area-modal__body::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 4px;
}
.area-modal__body::-webkit-scrollbar-thumb:hover {
	background-color: var(--c-gry);
}
.area-modal__empty {
	text-align: center;
	padding: 40px;
	color: #999;
}
.area-modal__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.4rem;
	list-style: none;
	padding: 0;
	margin: 0;
}
.area-modal__column-header {
	margin-bottom: 2.4rem;
}
.area-modal__parent-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.5;
}
.area-modal__parent-checkbox {
	width: 2rem;
	height: 2rem;
	margin-right: 1.6rem;
	accent-color: var(--c-blk);
}
.area-modal__area-list {
	list-style: none;
	margin-left: 2.4rem;
}
.area-modal__area-item {
	padding: 0 0 1.6rem;
}
.area-modal__area-item--disabled {
	opacity: 0.4;
}
.area-modal__area-item--disabled .area-modal__label {
	cursor: not-allowed;
}
.area-modal__area-item--disabled .area-modal__checkbox {
	cursor: not-allowed;
}
.area-modal__area-item .is-disabled-zero {
	opacity: 0.45;
}
.area-modal__area-item .is-disabled-zero,
.area-modal__area-item .is-disabled-zero label,
.area-modal__area-item .is-disabled-zero input {
	cursor: not-allowed;
}
.area-modal__label {
	cursor: pointer;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 600;
	color: var(--c-blk);
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.area-modal__checkbox {
	width: 2rem;
	height: 2rem;
	margin: 0 8px 0 0;
	cursor: pointer;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	accent-color: var(--c-blk);
}
.area-modal__checkbox:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.area-modal__checkbox:focus {
	outline: 2px solid var(--c-blk);
	outline-offset: 2px;
}
.area-modal__label-text {
	margin-right: 8px;
}
.area-modal__count {
	margin: 0;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	color: var(--c-blk);
	font-weight: 500;
}
.area-modal__count strong {
	color: var(--c-blk);
	font-weight: 600;
}
.area-modal__no-children {
	padding: 20px;
	text-align: center;
	color: #999;
	font-size: 13px;
}
.area-modal {
	/* ===================================
	 * フッター（路線・駅と統一）
	 * =================================== */
}
.area-modal__footer {
	border-top: 1px solid var(--c-gry);
	padding: 2.4rem 4rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
	background-color: var(--c-wht);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 1;
}
.area-modal__footer-left {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.area-modal__footer-right {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.area-modal__allcount {
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	color: var(--c-blk);
	font-weight: 500;
}
.area-modal__allcount strong {
	color: var(--c-blk);
	font-weight: 600;
}
.area-modal__close-btn {
	padding: 0.8rem 1.6rem;
	background-color: transparent;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
	color: var(--c-blk);
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 32rem;
	min-width: 120px;
}
.area-modal__close-btn:hover {
	border: 1px solid var(--c-blk-light);
	color: var(--c-blk-light);
}
.area-modal__submit {
	padding: 0.8rem 1.6rem;
	background-color: var(--c-blk);
	border: 1px solid var(--c-blk);
	border-radius: 2px;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
	color: var(--c-wht);
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 32rem;
	min-width: 160px;
}
.area-modal__submit:hover {
	background-color: var(--c-gry);
	border-color: var(--c-gry);
}

/* ===================================
 * サイドバーの選択エリア表示
 * =================================== */
/* ===================================
 * 背景スクロール無効化
 * =================================== */
body.modal-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100% !important;
}

/* ===================================
 * レスポンシブ対応
 * =================================== */
@media (max-width: 1200px) {
	.area-modal__grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.area-modal__close-btn, .area-modal__submit {
		width: auto;
	}
}
@media (max-width: 1024px) {
	.area-modal__grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.area-modal__header {
		padding: 5rem 4rem 0;
	}
	.area-modal__title {
		padding: 0 0 3rem;
	}
	.area-modal__body {
		padding: 4rem 4rem;
	}
}
@media (max-width: 768px) {
	.area-modal__container {
		width: 95%;
		max-height: 90vh;
	}
	.area-modal__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.area-modal__header {
		padding: 20px 16px;
	}
	.area-modal__body {
		padding: 16px;
	}
	.area-modal__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 12px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.area-modal__footer-left {
		width: 100%;
		text-align: center;
	}
	.area-modal__footer-right {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.area-modal__submit, .area-modal__close {
		width: 100%;
		min-width: auto;
	}
}
.u-hidden-sp {
	display: none !important;
}
@media (min-width: 768px) {
	.u-hidden-sp {
		display: block !important;
	}
}
@media (min-width: 960px) {
	.u-hidden-sp {
		display: block !important;
	}
}

.u-hidden-sp-tb {
	display: none !important;
}
@media (min-width: 960px) {
	.u-hidden-sp-tb {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.u-hidden-tb-pc {
		display: none !important;
	}
}
@media (min-width: 960px) {
	.u-hidden-tb-pc {
		display: none !important;
	}
}

@media (min-width: 960px) {
	.u-hidden-pc {
		display: none !important;
	}
}

@media (min-width: 1440px) {
	.u-hidden-wd {
		display: none !important;
	}
}

/* =====================================
 * 変数設定
 * ================================== */
/* =====================================
 * カラー変数
 * ================================== */
/*

--c-〇〇〇-darker:標準カラーよりやや暗め;
--c-〇〇〇-dark:標準カラーより少し暗め;
--c-〇〇〇:標準カラー;
--c-〇〇〇-lighter:標準カラーより少し薄め;
--c-〇〇〇-light:標準カラーよりやや薄め;

↓

--c-blk-darker:#000;
--c-blk-dark:#111;
--c-blk:#333;
--c-blk-lighter:#555;
--c-blk-light:#777;

*/
:root {
	--c-error: #b70000;
	--c-mark: #fff9b1;
	--c-favorite:#FFD400;
	--c-error-light: #ffe5e5;
	--c-mask: rgba(0, 0, 0, 0.64);
	--c-wht: #ffffff;
	--c-blk: #181818;
	--c-blk-light: #4c4c4c;
	--c-pri: #181818;
	--c-pri-light: #95c1e1;
	--c-sec: #f2a414;
	--c-gry-dark: #828282;
	--c-gry: #dcdcdc;
	--c-gry-light: #f7f7f7;
}

/* =====================================
 * メディアクエリ
 * ================================== */
/* =====================================
* contact form 7 デフォルトcss
* ================================== */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: 0.2em 0.8em;
	width: 24em;
}

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

.wpcf7-list-item-label {
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	font-weight: 500;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	-webkit-transform-origin: 8px 8px;
	    -ms-transform-origin: 8px 8px;
	        transform-origin: 8px 8px;
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		-webkit-animation-name: blink;
		animation-name: blink;
		-webkit-animation-duration: 2000ms;
		animation-duration: 2000ms;
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes blink {
	from {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes blink {
	from {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type=file] {
	cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.wpcf7-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
}

/* =====================================
 * フォームのオリジナル設定はここから
 * ================================== */
.p-form input::-webkit-input-placeholder {
	color: var(--c-gry-dark);
	font-size: 1.6rem;
}
.p-form input::-moz-placeholder {
	color: var(--c-gry-dark);
	font-size: 1.6rem;
}
.p-form input:-ms-input-placeholder {
	color: var(--c-gry-dark);
	font-size: 1.6rem;
}
.p-form input::-ms-input-placeholder {
	color: var(--c-gry-dark);
	font-size: 1.6rem;
}
.p-form input::placeholder {
	color: var(--c-gry-dark);
	font-size: 1.6rem;
}
.p-form__inner + * {
	margin-top: 2rem;
}
.p-form__inner dt {
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 500;
}
.p-form__inner dt + * {
	margin-top: 1rem;
}
.p-form__inner dd {
	font-size: clamp(1.4rem, 2vw, 2rem);
}
.p-form__inner dd + * {
	margin-top: 3rem;
}
@media (min-width: 960px) {
	.p-form__inner dd + * {
		margin-top: 4rem;
	}
}
.p-form__property-name {
	padding-left: 1em;
}
.p-form__req {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1.6rem;
}
@media (max-width: 767px) {
	.p-form__req {
		padding-right: 0;
	}
}
.p-form__req:after {
	content: "必須";
	display: inline-block;
	background-color: var(--c-blk);
	color: var(--c-wht);
	font-weight: 500;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	padding: 0 1.6rem;
	margin-left: 1.6rem;
}
.p-form__item + .p-form__item {
	margin-top: 2rem;
}
.p-form__item-headline + * {
	margin-top: 1rem;
}
.p-form__item-headline + * {
	margin-left: 0;
}
.p-form__error-list li[data-error-name=住所] + li[data-error-name=住所] {
	display: none !important;
}
.p-form__error-message {
	background-color: var(--c-error-light);
	display: none;
	margin: 0 0 2rem;
	padding: 1.5rem;
}
.p-form__error-message.is-show {
	display: block;
}
.p-form__error-headline {
	color: var(--c-error);
	font-weight: bold;
	font-size: 1.375rem;
}
.p-form__error-list[class] {
	list-style: disc;
	margin: 1rem 0 0 1.5rem;
	padding: 0;
}
.p-form__error-list li {
	color: var(--c-error);
	font-size: 1.125rem;
}
.p-form .is-error[class] {
	border: 1px solid var(--c-error);
	background-color: var(--c-error-light);
}
.p-form .wpcf7-not-valid-tip[class],
.p-form .error[class] {
	display: block;
	color: var(--c-error);
	font-size: clamp(1.4rem, 2vw, 2rem);
	margin: 0.75rem 0 0;
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea,
.p-form select {
	border-radius: 0;
	background-color: var(--c-wht);
	border: 1px solid var(--c-gry);
	padding: 2rem 1.6rem;
}
@media (min-width: 960px) {
	.p-form input[type=email],
	.p-form input[type=tel],
	.p-form input[type=number],
	.p-form input[type=text],
	.p-form textarea,
	.p-form select {
		padding: 2.4rem;
	}
}
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form input[type=text],
.p-form textarea {
	-webkit-appearance: none;
}
.p-form select {
	padding-right: 2.5rem;
	background-repeat: no-repeat;
	background-size: 0.75em auto;
	background-position: right center;
	background-position-x: calc(100% - 1rem);
	background-image: url(../img/ico_arr_down_pri.svg);
}
@media (max-width: 767px) {
	.p-form select {
		width: 100%;
	}
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
	vertical-align: middle;
	padding: 0;
	width: 2rem;
	height: 2rem;
	opacity: 0.4;
	accent-color: var(--c-blk);
}
.p-form input[type=checkbox] + *,
.p-form input[type=radio] + * {
	vertical-align: middle;
}
.p-form input[type=checkbox]:checked,
.p-form input[type=radio]:checked {
	opacity: 1;
}
.p-form textarea {
	display: block;
}
.p-form textarea:focus,
.p-form select:focus,
.p-form input:focus {
	border-color: var(--c-pri);
}
.p-form input[type=checkbox],
.p-form input[type=submit] {
	padding: 0;
}
.p-form input[type=checkbox], .p-form input[type=checkbox]:focus,
.p-form input[type=submit],
.p-form input[type=submit]:focus {
	border: none;
}
.p-form input[type=radio],
.p-form input[type=checkbox] {
	margin-right: 0.8rem;
}
@media (max-width: 767px) {
	.p-form input[type=radio],
	.p-form input[type=checkbox] {
		margin-right: 0.5rem;
	}
}
.p-form button[type=submit] {
	width: 100%;
}
.p-form .wpcf7-response-output[class] {
	display: none !important;
}
.p-form .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
@media (max-width: 767px) {
	.p-form .wpcf7-list-item + .wpcf7-list-item {
		margin-top: 0.5rem;
	}
}
.p-form .wpcf7-not-valid-tip {
	display: block;
	margin: 0.5rem 0 0;
	font-size: 0.875rem;
	color: var(--c-error);
}

.wpcf7-response-output {
	display: none;
}

html.is-safari .p-form input[type=checkbox],
html.is-safari .p-form input[type=radio] {
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
	opacity: 0.8;
}

.p-form-intro__stepbar {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-form-intro__msg {
	margin-top: clamp(4rem, 8vw, 8rem);
	text-align: left;
	font-size: clamp(1.3rem, 2vw, 1.6rem);
	font-weight: 500;
	line-height: 1.75;
}
@media (min-width: 960px) {
	.p-form-intro__msg {
		text-align: center;
	}
}

.c-contact-stepbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: sans-serif;
	gap: 3rem;
}
@media (min-width: 960px) {
	.c-contact-stepbar {
		gap: 5.6rem;
	}
}
.c-contact-stepbar__step-jp {
	font-weight: 500;
	font-size: clamp(1.4rem, 2vw, 1.6rem);
	display: block;
}
@media (min-width: 960px) {
	.c-contact-stepbar__step-jp {
		display: inline;
	}
}
.c-contact-stepbar__step {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	padding: 1.6rem 0;
	color: var(--c-gry);
	border: 1px solid var(--c-gry);
	background: var(--c-wht);
	display: block;
	font-size: clamp(1rem, 2vw, 1.6rem);
}
.c-contact-stepbar__step--active {
	font-weight: bold;
	color: var(--c-blk);
	border: 1px solid var(--c-blk);
}
.c-contact-stepbar__step::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50%;
	width: 100%;
	height: 1px;
	background-color: var(--c-gry);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: -1;
}
.c-contact-stepbar__step:last-child::after {
	content: none;
}

.p-form-content {
	margin-top: clamp(4rem, 8vw, 8rem);
}
.p-form-content__title {
	font-size: clamp(1.8rem, 2vw, 2.8rem);
	font-weight: 700;
}
@media (min-width: 960px) {
	.p-form-content__title {
		text-align: center;
	}
}
.p-form-content__msg {
	margin-top: 4rem;
}
@media (min-width: 960px) {
	.p-form-content__msg p {
		text-align: center;
	}
}
.p-form-content__msg p + p {
	margin-top: 2em;
}
.p-form-content input[type=checkbox] {
	width: clamp(2rem, 2vw, 4rem);
	height: clamp(2rem, 2vw, 4rem);
}
.p-form-content .c-btn-text a {
	margin-top: 0.8rem;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	text-decoration: underline;
}
.p-form-content .c-btn {
	margin-top: clamp(4rem, 2vw, 8rem);
	margin-left: auto;
	margin-right: auto;
}
.p-form-content__contact {
	margin: 4rem auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(1rem, 4vw, 5rem);
	width: 100%;
	max-width: 500px;
}
@media (max-width: 767px) {
	.p-form-content__contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 1.5rem;
	}
}
.p-form-content__contact-item {
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
}
.p-form-content__contact-tel {
	position: relative;
	padding-left: 28px;
}
.p-form-content__contact-tel:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	width: 14.91px;
	height: 16px;
	background: url(../img/ico_tel_blk.svg) no-repeat center center;
	background-size: cover;
}
.p-form-content__contact-mail {
	position: relative;
	padding-left: 28px;
}
.p-form-content__contact-mail:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: url(../img/ico_mail_blk.svg) no-repeat center center;
	background-size: cover;
}
.p-form-content__thanks-btn {
	margin: 8rem auto 0;
}
.p-form-content .c-btn.p-form-content__thanks-btn > * {
	border: 1px solid var(--c-gry);
	color: var(--c-blk);
	background: var(--c-wht);
}
.p-form-content .c-btn.p-form-content__thanks-btn > *:hover {
	border: 1px solid var(--c-gry-dark);
	color: var(--c-gry-dark);
}

.p-sitemap {
	background-color: var(--c-gry-light);
	padding: 3rem 4rem;
}
@media (max-width: 767px) {
	.p-sitemap {
		padding: 1.5rem;
	}
}
.p-sitemap ul {
	list-style: none;
}
.p-sitemap ul li + li {
	margin-top: 0.5rem;
}
.p-sitemap__list[class] + .p-sitemap__list[class] {
	margin-top: 2rem;
}
.p-sitemap__list[class] > li + li {
	margin-top: 1.5rem;
}
@media (max-width: 767px) {
	.p-sitemap__list[class] > li + li {
		margin-top: 1rem;
	}
}
.p-sitemap__list[class] > li > a {
	font-weight: bold;
	font-size: 1.25rem;
}
.p-sitemap__list[class] ul {
	padding: 0 0 0 1.5rem;
	margin-top: 0.5rem;
}
.p-sitemap__list[class] ul:not(:has(> li)) {
	display: none;
}
@media (max-width: 767px) {
	.p-sitemap__list[class] ul {
		padding: 0 0 0 2rem;
	}
}

.p-post-list__list {
	border-top: 1px solid var(--c-gry);
	border-bottom: 1px solid var(--c-gry);
}
.p-post-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.5rem;
	padding: 2rem 1rem;
}
@media (max-width: 767px) {
	.p-post-list__item {
		gap: 0.5rem 1rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-post-list__item + .p-post-list__item {
	border-top: 1px solid var(--c-gry);
}
.p-post-list__time {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}
.p-post-list__cat {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}
.p-post-list__title {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media (max-width: 767px) {
	.p-post-list__title {
		width: 100%;
	}
}
.p-post-list__title > * {
	display: block;
}
.p-post-list__title a {
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: right center;
	background-image: url(../img/ico_arr_right_pri.svg);
	padding-right: 1rem;
}
.p-post-list__title a,
.p-post-list__title a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
@media (min-width: 960px) {
	.p-post-list__title a:hover {
		color: var(--c-pri);
	}
}

@media (min-width: 960px) {
	.p-post-card__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: -3rem 0 0 -3rem;
	}
}
@media (min-width: 960px) {
	.p-post-card__item {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-preferred-size: calc(33.3333333333% - 3rem);
		    flex-basis: calc(33.3333333333% - 3rem);
		max-width: calc(33.3333333333% - 3rem);
		margin: 3rem 0 0 3rem;
	}
}
@media (max-width: 767px) {
	.p-post-card__item + .p-post-card__item {
		margin-top: 1.25rem;
	}
}
.p-post-card__img {
	aspect-ratio: 16/9;
}
.p-post-card__img img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
	width: 100%;
}
.p-post-card__img + * {
	margin-top: 1rem;
}
.p-post-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-post-card__meta > * + * {
	margin-left: 1rem;
}
.p-post-card__meta + * {
	margin-top: 1rem;
}
.p-post-card__title {
	font-weight: bold;
	font-size: 1.25rem;
}
.p-post-card__title a,
.p-post-card__title a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
@media (min-width: 960px) {
	.p-post-card__title a:hover {
		color: var(--c-pri);
	}
}

.p-post-detail {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-post-detail + * {
	margin-top: 8rem;
}
@media (max-width: 767px) {
	.p-post-detail + * {
		margin-top: 4rem;
	}
}
.p-post-detail__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
@media (min-width: 960px) {
	.p-post-detail__meta {
		gap: 1.6rem;
	}
}
.p-post-detail__meta + * {
	margin-top: 2.4rem;
}
.p-post-detail__title {
	font-weight: bold;
	font-size: 3.2rem;
}
@media (max-width: 767px) {
	.p-post-detail__title {
		font-size: 2rem;
	}
}
.p-post-detail__title + * {
	margin-top: 2rem;
}
.p-post-detail__img {
	aspect-ratio: 960/640;
	overflow: hidden;
}
.p-post-detail__img .wp-block-image figure {
	max-width: 960px;
	width: 100%;
}
.p-post-detail__img .wp-block-image img {
	width: 100%;
}
.p-post-detail__cat {
	white-space: nowrap;
}

/* ===============================
   FAQページ専用（.p-faq 内だけ）
=============================== */
.p-faq-intro {
	margin-top: 2.4rem;
}
@media (min-width: 960px) {
	.p-faq-intro p {
		text-align: center;
	}
}

/* ---------- カテゴリメニュー復帰 ---------- */
.p-faq-menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1fr) 0.8rem minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 5.6rem;
}
@media (min-width: 960px) {
	.p-faq-menu {
		-ms-grid-columns: minmax(0, 1fr) 1.6rem minmax(0, 1fr) 1.6rem minmax(0, 1fr) 1.6rem minmax(0, 1fr);
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.6rem;
		margin-top: 12.8rem;
	}
}

.p-faq-menu__item a {
	display: block;
	position: relative;
	border: 1px solid var(--c-gry);
	padding: 1rem 1.6rem 2.2rem;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	line-height: 1.5;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.p-faq-menu__item a:hover {
	border-color: var(--c-blk);
}
.p-faq-menu__item a::after {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 50%;
	width: 0.5em;
	height: 0.5em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform: translateX(-50%) rotate(135deg);
	    -ms-transform: translateX(-50%) rotate(135deg);
	        transform: translateX(-50%) rotate(135deg);
}

/* ---------- 見出しとリストの余白 ---------- */
.p-faq-list {
	margin-top: 5.6rem;
}
@media (min-width: 960px) {
	.p-faq-list {
		margin-top: 12.8rem;
	}
}

.p-faq-list > .page-faq-list {
	margin-top: 4rem;
}

/* ---------- アコーディオン（FAQ内だけ） ---------- */
.page-faq-list .p-faq-accordion,
.page-faq-list .p-faq-accordion dt,
.page-faq-list .p-faq-accordion dd {
	margin: 0;
	padding: 0;
}
.page-faq-list .p-faq-accordion {
	border-radius: 2px;
	overflow: hidden;
}
.page-faq-list .p-faq-accordion + .p-faq-accordion {
	margin-top: clamp(2.4rem, 4vw, 4rem);
}
.page-faq-list .p-faq-accordion__q {
	background: var(--c-gry-light);
}
.page-faq-list .p-faq-accordion__btn {
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	width: 100%;
	text-align: left;
	cursor: pointer;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2.4rem 1.6rem 1fr;
	grid-template-columns: 2.4rem 1fr;
	-webkit-column-gap: 1.6rem;
	   -moz-column-gap: 1.6rem;
	        column-gap: 1.6rem;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	padding: 2rem 1.6rem;
	position: relative;
}
@media (min-width: 960px) {
	.page-faq-list .p-faq-accordion__btn {
		padding: 2.4rem;
	}
}
.page-faq-list .p-faq-accordion__btn::before, .page-faq-list .p-faq-accordion__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.6rem;
	width: 16px;
	height: 1px;
	background: var(--c-blk);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 960px) {
	.page-faq-list .p-faq-accordion__btn::before, .page-faq-list .p-faq-accordion__btn::after {
		right: 2.4rem;
	}
}
.page-faq-list .p-faq-accordion__btn::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
	transition: -webkit-transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
	-o-transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.page-faq-list .p-faq-accordion__mark {
	display: block;
	color: var(--c-blk);
	font-size: clamp(2rem, 3vw, 2.4rem);
	font-weight: 600;
	line-height: 1.5;
}
.page-faq-list .p-faq-accordion__qbody {
	line-height: 1.5;
}
.page-faq-list .p-faq-accordion__a {
	background: var(--c-wht);
	overflow: hidden;
	height: 0; /* JSが制御 */
}
.page-faq-list .p-faq-accordion__a-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2.4rem 1.6rem 1fr;
	grid-template-columns: 2.4rem 1fr;
	-webkit-column-gap: 1.6rem;
	   -moz-column-gap: 1.6rem;
	        column-gap: 1.6rem;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	padding: 2rem 1.6rem;
	opacity: 0;
	-webkit-transform: translateY(-12px);
	    -ms-transform: translateY(-12px);
	        transform: translateY(-12px);
}
@media (min-width: 960px) {
	.page-faq-list .p-faq-accordion__a-inner {
		padding: 2.4rem;
	}
}
.page-faq-list .p-faq-accordion__abody {
	line-height: 1.6;
}
.page-faq-list .p-faq-accordion.is-open .p-faq-accordion__btn::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}
.page-faq-list .p-faq-accordion.is-open .p-faq-accordion__a-inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* ===============================
   共通
================================ */
.p-home-section__heading {
	text-align: center;
}
.p-home-section__heading.-white {
	color: var(--c-wht);
}
.p-home-section__heading span {
	font-weight: 600;
}
.p-home-section__heading-en {
	font-weight: 700;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	letter-spacing: 0.16em;
}
.p-home-section__heading-ja {
	font-weight: 700;
	font-size: clamp(2.4rem, 3.5vw, 4rem);
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 10px;
}
.p-home-section__sub-heading {
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
	padding-bottom: 22px;
	line-height: 1.5;
}
.p-home-section__sub-heading::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: var(--c-blk);
}
@media (min-width: 960px) {
	.p-home-section__sub-heading {
		padding-bottom: 30px;
	}
}

/* ===============================
   mv
================================ */
.p-home-mv {
	padding-top: 2.4px;
	--header-height: 62.4px;
	position: relative;
	min-height: calc(100svh - var(--header-height));
	overflow: hidden;
}
@media (min-width: 960px) {
	.p-home-mv {
		padding-top: 40px;
		--header-height: 128px;
	}
}
.p-home-mv__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: calc(100svh - var(--header-height));
	height: calc(100svh - var(--header-height));
}
@media (min-width: 960px) {
	.p-home-mv__inner {
		position: relative;
		min-height: calc(100svh - var(--header-height));
		height: auto;
	}
}
.p-home-mv__content {
	width: calc(100% - 28px);
	min-height: auto;
	margin-inline: auto;
	padding: 24px 0 0;
	margin-bottom: -22px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	z-index: 2;
}
@media (min-width: 960px) {
	.p-home-mv__content {
		position: relative;
		z-index: 2;
		width: min(100% - 80px, 1200px);
		min-height: calc(100svh - var(--header-height));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 80px 0;
		margin-bottom: 0;
	}
}
.p-home-mv__message {
	max-width: 840px;
	font-weight: 700;
	font-size: 2.6rem;
}
.p-home-mv__message .en, .p-home-mv__message .c-pager__item[class] > *, .p-home-mv__message ol.wp-block li::marker, ol.wp-block .p-home-mv__message li::marker,
.p-home-mv__message ol:not([class]) li::marker,
ol:not([class]) .p-home-mv__message li::marker,
.p-home-mv__message ol[class*=font-size] li::marker,
ol[class*=font-size] .p-home-mv__message li::marker, .p-home-mv__message body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) li::marker, body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) .p-home-mv__message li::marker,
.p-home-mv__message body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) li::marker,
body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) .p-home-mv__message li::marker {
	font-weight: 600;
	font-size: 2.6rem;
}
@media (min-width: 960px) {
	.p-home-mv__message {
		font-size: 4.8rem;
	}
	.p-home-mv__message .en, .p-home-mv__message .c-pager__item[class] > *, .p-home-mv__message ol.wp-block li::marker, ol.wp-block .p-home-mv__message li::marker,
	.p-home-mv__message ol:not([class]) li::marker,
	ol:not([class]) .p-home-mv__message li::marker,
	.p-home-mv__message ol[class*=font-size] li::marker,
	ol[class*=font-size] .p-home-mv__message li::marker, .p-home-mv__message body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) li::marker, body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) .p-home-mv__message li::marker,
	.p-home-mv__message body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) li::marker,
	body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) .p-home-mv__message li::marker {
		font-weight: 600;
		font-size: 4.8rem;
	}
}
.p-home-mv__text {
	max-width: 840px;
	margin-top: 0.8rem;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
}
@media (min-width: 960px) {
	.p-home-mv__text {
		margin-top: 4rem;
	}
}
.p-home-mv__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	gap: 8px;
	margin-top: 2.4rem;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.p-home-mv__buttons .c-btn {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	min-width: 0;
}
.p-home-mv__buttons .c-btn[class] > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: auto;
	line-height: 1.5;
	font-size: 1.4rem;
	padding: 16px 17px;
}
@media (min-width: 960px) {
	.p-home-mv__buttons .c-btn[class] > * {
		height: 83px;
		line-height: 83px;
		padding-inline: 32px;
		font-size: 2rem;
	}
}
.p-home-mv__buttons .c-btn[class] > *:after {
	display: none;
}
@media (min-width: 960px) {
	.p-home-mv__buttons .c-btn[class] > *:after {
		display: block;
	}
}
@media (min-width: 960px) {
	.p-home-mv__buttons {
		width: auto;
		gap: 4rem;
		margin-top: 8rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-home-mv__buttons-icon {
	display: none;
}
@media (min-width: 960px) {
	.p-home-mv__buttons-icon {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		top: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		width: 20px;
		height: 20px;
		margin-right: 16px;
	}
}
.p-home-mv__image {
	position: relative;
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-height: 0;
	z-index: 1;
}
@media (min-width: 960px) {
	.p-home-mv__image {
		position: absolute;
		top: 0;
		right: 0;
		width: clamp(56%, 58.3vw, 840px);
		height: 100%;
		z-index: 1;
	}
}
.p-home-mv__image video,
.p-home-mv__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@-webkit-keyframes rotate-circle {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate-circle {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
/* ===============================
   p-home-search
================================ */
.p-home-search {
	margin-top: 80px;
}
@media (min-width: 960px) {
	.p-home-search {
		margin-top: 130px;
	}
}
.p-home-search__blocks {
	border-top: 1px solid var(--c-gry);
	border-bottom: 1px solid var(--c-gry);
	margin-top: 56px;
	padding-block: 40px;
}
@media (min-width: 960px) {
	.p-home-search__blocks {
		margin-top: 80px;
		padding-block: 56px;
	}
}
.p-home-search__block-wrapper {
	margin-top: 35px;
}
@media (min-width: 960px) {
	.p-home-search__block-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 64px;
		gap: 80px;
	}
}
@media (min-width: 960px) {
	.p-home-search__block {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
.p-home-search__block + .p-home-search__block {
	margin-top: 35px;
}
@media (min-width: 960px) {
	.p-home-search__block + .p-home-search__block {
		margin-top: 0;
	}
}
.p-home-search__title {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
.p-home-search {
	/* ======================================
	     タブ部分（渋谷区 / 港区 / 千代田区…）
	  ======================================= */
}
.p-home-search__tabs-wrapper {
	background: #fff;
}
.p-home-search__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 0;
	padding: 0;
	gap: 0;
	background: var(--c-gry-light);
}
.p-home-search__tabs li {
	list-style: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	padding: 8px 0;
	font-size: clamp(1.4rem, 1.7vw, 1.8rem);
	font-weight: 700;
	color: var(--c-gry-dark);
	cursor: pointer;
	border-right: 3px solid var(--c-wht);
	position: relative;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-home-search__tabs li:last-child {
	border-right: none;
}
.p-home-search__tabs li:hover {
	background-color: var(--c-gry);
}
.p-home-search__tabs li.is-active {
	background: var(--c-wht);
	color: var(--c-blk);
	-webkit-box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
	        box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
	z-index: 1;
}
.p-home-search__tabs li.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	height: 15px;
	background: var(--c-wht);
	pointer-events: none;
}
.p-home-search {
	/* ======================================
	     エリア一覧カード
	  ======================================= */
}
.p-home-search__area-card {
	padding: 24px 16px;
	-webkit-box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
	        box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
}
@media (min-width: 960px) {
	.p-home-search__area-card {
		padding: 40px 40px 22px 40px;
	}
}
.p-home-search__area-list {
	display: -ms-grid;
	display: grid;
	gap: 16px;
}
@media (min-width: 768px) {
	.p-home-search__area-list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1440px) {
	.p-home-search__area-list {
		-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}
.p-home-search__area-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 11px 16px;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1.5;
}
.p-home-search__area-item a:hover {
	border: 1px solid var(--c-blk);
}
.p-home-search__arrow img {
	vertical-align: -2px;
}
.p-home-search__area-all {
	text-align: right;
	margin-top: 14px;
}
@media (min-width: 960px) {
	.p-home-search__area-all {
		margin-top: 20px;
	}
	.p-home-search__area-all a {
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border-bottom: 1px solid transparent;
		padding-bottom: 2px;
	}
	.p-home-search__area-all a:hover {
		border-bottom: 1px solid var(--c-blk);
	}
}
.p-home-search .js-tab-content {
	display: none;
}
.p-home-search .js-tab-content.is-active {
	display: block;
}
.p-home-search {
	/* ======================================
	     路線・駅から探すボタン
	  ======================================= */
}
.p-home-search__line-button a {
	width: 100%;
	padding: 11px 16px;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	font-weight: 700;
	background: #fff;
	position: relative;
	cursor: pointer;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.p-home-search__line-button a::after {
	position: absolute;
	content: "";
	background: url(../img/ico_arr_right.svg) no-repeat center center/contain;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 960px) {
	.p-home-search__line-button a {
		height: 48px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.p-home-search__line-button a:hover {
		border: 1px solid var(--c-blk);
	}
}
.p-home-search {
	/* ======================================
	     フリーワード検索
	  ======================================= */
}
.p-home-search__keyword-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	margin-top: 12px;
	height: 45px;
}
@media (min-width: 960px) {
	.p-home-search__keyword-form {
		height: 48px;
	}
}
.p-home-search__keyword-form input {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 14px 20px;
	border-radius: 2px;
	border: 1px solid var(--c-gry);
	font-size: 1.6rem;
	color: var(--c-blk);
}
.p-home-search__keyword-form input::-webkit-input-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.p-home-search__keyword-form input::-moz-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.p-home-search__keyword-form input:-ms-input-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.p-home-search__keyword-form input::-ms-input-placeholder {
	color: var(--c-gry-dark);
	text-align: center;
}
.p-home-search__keyword-form input::placeholder {
	color: var(--c-gry-dark);
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
@media (min-width: 960px) {
	.p-home-search__keyword-form input::-webkit-input-placeholder {
		font-size: 1.6rem;
	}
	.p-home-search__keyword-form input::-moz-placeholder {
		font-size: 1.6rem;
	}
	.p-home-search__keyword-form input:-ms-input-placeholder {
		font-size: 1.6rem;
	}
	.p-home-search__keyword-form input::-ms-input-placeholder {
		font-size: 1.6rem;
	}
	.p-home-search__keyword-form input::placeholder {
		font-size: 1.6rem;
	}
}
.p-home-search__keyword-form .p-home-search__submit {
	padding: 10px 24px;
	background: var(--c-blk);
	color: var(--c-wht);
	border-radius: 2px;
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 45px;
}
.p-home-search__keyword-form .p-home-search__submit:hover {
	opacity: 0.8;
}
@media (min-width: 960px) {
	.p-home-search__keyword-form .p-home-search__submit {
		font-size: 1.8rem;
		height: 48px;
	}
}

/* ======================================
       新着オフィス一覧
    ======================================= */
.p-home-office {
	margin-top: 56px;
}
@media (min-width: 960px) {
	.p-home-office {
		margin-top: 80px;
	}
}
.p-home-office .c-office-list__list {
	margin-top: 24px;
}
@media (min-width: 960px) {
	.p-home-office .c-office-list__list {
		margin-top: 56px;
	}
}
.p-home-office__btn {
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 960px) {
	.p-home-office__btn {
		margin-top: 81px;
	}
}

/* ===============================
  & officeについて
================================ */
.p-home-about {
	margin-top: 80px;
}
@media (min-width: 960px) {
	.p-home-about {
		margin-top: 119px;
	}
}
.p-home-about__bg {
	padding-top: 80px;
	padding-bottom: 244px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-home-about__bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/home/bg_home_about.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: blur(9px);
	filter: blur(9px);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	z-index: -1;
}
.p-home-about__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(117, 82, 34, 0.4);
	z-index: -1;
}
@media (min-width: 960px) {
	.p-home-about__bg {
		padding-top: 128px;
		padding-bottom: 264px;
	}
}
.p-home-about__content {
	margin-top: -188px;
	background: #fff;
	padding: 40px 0 0;
	text-align: center;
	position: relative;
}
@media (min-width: 960px) {
	.p-home-about__content {
		margin-top: -183px;
		padding: 82px 0 0;
	}
}
.p-home-about__message {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.p-home-about__message {
		font-size: 2.4rem;
	}
}
.p-home-about__text {
	margin-top: 27px;
	padding-inline: 16px;
}
.p-home-about__items {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-inline: 16px;
	gap: 24px;
}
@media (min-width: 768px) {
	.p-home-about__items {
		padding-inline: 25px;
	}
}
@media (min-width: 960px) {
	.p-home-about__items {
		margin-top: 80px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-inline: 0;
		gap: 0;
	}
}
@media (min-width: 1440px) {
	.p-home-about__items {
		padding-inline: 10px;
	}
}
.p-home-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 960px) {
	.p-home-about__item {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin: 0 -14px;
	}
}
.p-home-about__item-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
}
@media (min-width: 960px) {
	.p-home-about__item-heading {
		display: block;
		text-align: center;
	}
}
.p-home-about__circle {
	border-bottom: 1px solid var(--c-gry);
	padding-bottom: 24px;
	width: 100%;
}
@media (min-width: 960px) {
	.p-home-about__circle {
		aspect-ratio: 1/1;
		border-radius: 50%;
		border: 1px solid var(--c-gry);
		margin: 0 auto;
		text-align: center;
		position: relative;
		padding: 12% 30px;
	}
}
@media (min-width: 1440px) {
	.p-home-about__circle {
		padding: 40px 44px;
	}
}
.p-home-about__label {
	letter-spacing: 0.16em;
	color: var(--c-gry);
	font-weight: 700;
}
.p-home-about__icon img {
	width: 56px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media (min-width: 960px) {
	.p-home-about__icon {
		margin-top: 8px;
	}
}
@media (min-width: 1440px) {
	.p-home-about__icon {
		margin-top: 17px;
	}
}
.p-home-about__item-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 8px;
}
@media (min-width: 960px) {
	.p-home-about__item-title {
		margin-top: 8px;
		font-size: 1.7rem;
	}
}
@media (min-width: 1440px) {
	.p-home-about__item-title {
		margin-top: 20px;
		font-size: 2rem;
	}
}
.p-home-about__item-text {
	font-size: 1.4rem;
	text-align: left;
	margin-top: 16px;
}
@media (min-width: 960px) {
	.p-home-about__item-text {
		text-align: center;
		margin-top: 8px;
		font-size: 1.4rem;
		letter-spacing: normal;
	}
}
@media (min-width: 1440px) {
	.p-home-about__item-text {
		letter-spacing: 0.08em;
	}
}
.p-home-about__btn {
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 960px) {
	.p-home-about__btn {
		margin-top: 80px;
	}
}

/* ======================================
   ＆Office ギャラリー　スライダー
======================================= */
.p-home-gallery {
	margin-top: 56px;
	padding: 0 0 80px;
	text-align: center;
	position: relative;
}
.p-home-gallery::before {
	position: absolute;
	content: "";
	background: var(--c-gry-light);
	width: 100%;
	height: 386px;
	left: 0;
	bottom: 0;
	z-index: -1;
}
@media (min-width: 960px) {
	.p-home-gallery {
		margin-top: 128px;
		padding-bottom: 140px;
	}
	.p-home-gallery::before {
		height: 624px;
	}
}
.p-home-gallery__inner {
	margin-top: 16px;
	position: relative;
}
@media (min-width: 960px) {
	.p-home-gallery__inner {
		margin-top: 56px;
	}
}
.p-home-gallery__slider {
	position: relative;
	padding-bottom: 32px;
}
@media (min-width: 960px) {
	.p-home-gallery__slider {
		padding-bottom: 40px;
	}
}
.p-home-gallery__swiper-wrapper {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.p-home-gallery__swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	opacity: 0.6;
	-webkit-transform: translateZ(0) scale(0.88) !important;
	        transform: translateZ(0) scale(0.88) !important;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-home-gallery__swiper-slide a {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	pointer-events: none;
}
@media (min-width: 960px) {
	.p-home-gallery__swiper-slide a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.p-home-gallery__swiper-slide a:hover {
		opacity: 0.8;
	}
}
@media (min-width: 960px) {
	.p-home-gallery__swiper-slide {
		-webkit-transform: translateZ(0) scale(0.8) !important;
		        transform: translateZ(0) scale(0.8) !important;
	}
}
.p-home-gallery__swiper-slide.swiper-slide-active {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1.02) !important;
	        transform: translateZ(0) scale(1.02) !important;
}
@media (min-width: 960px) {
	.p-home-gallery__swiper-slide.swiper-slide-active {
		-webkit-transform: translateZ(0) scale(1.1) !important;
		        transform: translateZ(0) scale(1.1) !important;
	}
}
.p-home-gallery__swiper-slide.swiper-slide-active {
	/* アクティブスライドのみメタ表示 */
}
.p-home-gallery__swiper-slide.swiper-slide-active .p-home-gallery__body {
	opacity: 1;
	pointer-events: auto;
}
.p-home-gallery__swiper-slide.swiper-slide-active a {
	pointer-events: auto;
}
.p-home-gallery__thumb {
	aspect-ratio: 800/498;
}
.p-home-gallery__thumb img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-home-gallery__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 18px;
	gap: 24px;
	opacity: 0;
}
@media (min-width: 960px) {
	.p-home-gallery__body {
		gap: 40px;
		margin-top: 24px;
	}
}
.p-home-gallery__meta {
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.p-home-gallery__meta {
		font-size: 1.4rem;
	}
}
.p-home-gallery__place {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-moz-column-gap: 4px;
	-webkit-column-gap: 4px;
	        column-gap: 4px;
	margin-bottom: 11px;
	font-size: 1rem;
}
@media (min-width: 960px) {
	.p-home-gallery__place {
		font-size: 1.2rem;
	}
}
.p-home-gallery__place-area {
	margin-right: 1.6rem;
}
.p-home-gallery__place-area a {
	text-decoration: underline;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: underline;
	gap: 0.45rem;
}
.p-home-gallery__place-area a img {
	width: 12px;
	height: 12px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 12px;
	        flex: 0 0 12px;
	display: inline-block;
}
.p-home-gallery__place-name {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 150%;
}
@media (min-width: 960px) {
	.p-home-gallery__place-name {
		font-size: 1.4rem;
	}
}
.p-home-gallery__lead {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}
@media (min-width: 960px) {
	.p-home-gallery__lead {
		font-size: 2rem;
	}
}
.p-home-gallery__btn-circle {
	position: relative;
}
.p-home-gallery__btn-circle a {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	        transform: scale(0.95);
	width: 100%;
	height: 100%;
	display: block;
}
.p-home-gallery__pagination {
	position: static !important;
	margin-top: 15px;
}
@media (min-width: 960px) {
	.p-home-gallery__pagination {
		margin-top: 40px;
	}
}
.p-home-gallery__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 10px !important;
	background-color: var(--c-gry);
	opacity: 1;
}
.p-home-gallery__pagination .swiper-pagination-bullet-active {
	background-color: var(--c-blk);
}
.p-home-gallery__btn {
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
.p-home-gallery__btn a {
	line-height: 1.5 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 960px) {
	.p-home-gallery__btn {
		margin-top: 49px;
	}
}
.p-home-gallery {
	/* ======================================
	   ナビゲーション（左右矢印）
	   Swiperデフォルトより詳細度を上げて確実に上書き
	======================================= */
}
.p-home-gallery__nav.p-home-gallery__nav {
	--swiper-navigation-sides-offset: 0;
	--swiper-navigation-size: 42px;
	position: absolute;
	top: var(--nav-top, 50%);
	z-index: 10;
	width: 18px;
	height: 42px;
	margin-top: -21px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: transparent;
	font-size: 0;
}
.p-home-gallery__nav.p-home-gallery__nav::after {
	content: none !important;
}
.p-home-gallery__nav.p-home-gallery__nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.p-home-gallery__nav.p-home-gallery__nav:hover {
	opacity: 0.7;
}
@media (min-width: 960px) {
	.p-home-gallery__nav.p-home-gallery__nav {
		--swiper-navigation-size: 56px;
		width: 24px;
		height: 56px;
		margin-top: -28px;
	}
	.p-home-gallery__nav.p-home-gallery__nav::before {
		width: 24px;
		height: 56px;
	}
}
.p-home-gallery__nav.p-home-gallery__nav--next {
	left: auto;
	right: calc(var(--nav-right, 0px) - 20px);
}
.p-home-gallery__nav.p-home-gallery__nav--next::before {
	background-image: url("../img/single/ico_arrow_next.svg");
}
@media (min-width: 960px) {
	.p-home-gallery__nav.p-home-gallery__nav--next {
		right: calc(var(--nav-right, 0px) - 32px);
	}
}
.p-home-gallery__nav.p-home-gallery__nav--prev {
	left: calc(var(--nav-left, 0px) - 20px);
	right: auto;
}
.p-home-gallery__nav.p-home-gallery__nav--prev::before {
	background-image: url("../img/single/ico_arrow_prev.svg");
}
@media (min-width: 960px) {
	.p-home-gallery__nav.p-home-gallery__nav--prev {
		left: calc(var(--nav-left, 0px) - 32px);
	}
}

/* ======================================
     & officeのオフィス移転サポート
  ======================================= */
.p-home-support {
	margin-top: 80px;
}
@media (min-width: 960px) {
	.p-home-support {
		margin-top: 131px;
	}
}
.p-home-support__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
	margin-top: 56px;
}
@media (min-width: 768px) {
	.p-home-support__items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 30px;
	}
}
@media (min-width: 960px) {
	.p-home-support__items {
		margin-top: 85px;
	}
}
@media (min-width: 1440px) {
	.p-home-support__items {
		gap: 80px;
	}
}
@media (min-width: 768px) {
	.p-home-support__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
.p-home-support__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border: 1px solid var(--c-gry);
	padding: 24px 15px;
	height: 100%;
}
@media (min-width: 960px) {
	.p-home-support__item a {
		padding: 40px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		padding: 35px 39px;
	}
	.p-home-support__item a:hover {
		border: 1px solid var(--c-blk-light);
		color: var(--c-blk-light);
	}
}
.p-home-support__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
}
@media (min-width: 768px) {
	.p-home-support__row {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 20px;
	}
}
@media (min-width: 1440px) {
	.p-home-support__row {
		gap: 40px;
	}
}
.p-home-support__title {
	font-weight: 700;
	text-align: center;
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.p-home-support__title {
		text-align: left;
		font-size: 2rem;
	}
}
.p-home-support__text {
	margin-top: 6px;
}
@media (min-width: 768px) {
	.p-home-support__text {
		margin-top: 16px;
	}
}
.p-home-support__icon {
	width: 56px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.p-home-support__more {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: right;
	margin-top: 24px;
}
.p-home-support__more-icon {
	display: inline-block;
	margin-left: 8px;
}
.p-home-support__more-icon img {
	vertical-align: -3px;
}

/* ===============================
  コラム
================================ */
@media (min-width: 960px) {
	.p-home-column__slider,
	.p-home-column__slider .swiper,
	.p-home-column__slider .swiper-wrapper {
		overflow: visible !important;
	}
}
.p-home-column {
	margin-top: 75px;
	padding-bottom: 80px;
	position: relative;
}
@media (min-width: 960px) {
	.p-home-column {
		margin-top: 128px;
		padding-bottom: 128px;
	}
}
.p-home-column::before {
	content: "";
	position: absolute;
	background: var(--c-gry-light);
	width: 100%;
	height: 530px;
	left: 0;
	bottom: 0;
}
@media (min-width: 960px) {
	.p-home-column::before {
		width: 83%;
		height: 539px;
	}
}
.p-home-column__inner {
	width: 100%;
	margin-top: 56px;
}
@media (min-width: 960px) {
	.p-home-column__inner {
		margin-top: 80px;
	}
}
.p-home-column__slider .swiper-slide {
	width: 100%;
}
@media (min-width: 768px) {
	.p-home-column__slider {
		margin-bottom: 40px;
	}
	.p-home-column__slider .swiper-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
	.p-home-column__slider .swiper-slide {
		width: auto !important;
	}
}
@media (min-width: 960px) {
	.p-home-column__slider .swiper-wrapper {
		gap: 39px;
	}
}
.p-home-column__pagination {
	position: static !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 24px;
	gap: 32px;
}
.p-home-column__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0;
	background-color: var(--c-gry);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-home-column__pagination .swiper-pagination-bullet-active {
	background-color: var(--c-blk);
}
@media (min-width: 768px) {
	.p-home-column__pagination {
		display: none;
	}
}
.p-home-column-card {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
.p-home-column-card a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}
@media (min-width: 960px) {
	.p-home-column-card a {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.p-home-column-card a:hover {
		-webkit-box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
		        box-shadow: 0 0 15px rgba(24, 24, 24, 0.15);
		opacity: 0.8;
	}
}
.p-home-column-card__thumb {
	overflow: hidden;
	aspect-ratio: 374/250;
}
.p-home-column-card__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-home-column-card__body {
	padding: 16px;
}
@media (min-width: 960px) {
	.p-home-column-card__body {
		padding: 16px 24px;
	}
}
.p-home-column-card__date {
	font-size: 1.2rem;
	color: var(--c-gry-dark);
	line-height: 1.5;
}
@media (min-width: 960px) {
	.p-home-column-card__date {
		font-size: 1.4rem;
	}
}
.p-home-column-card__title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 8px;
	min-height: 42px;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.p-home-column-card__title {
		font-size: 1.8rem;
		min-height: 54px;
	}
}
.p-home-column-card__cat {
	font-size: 1.2rem;
	color: var(--c-gry-dark);
	margin-top: 8px;
}
@media (min-width: 960px) {
	.p-home-column-card__cat {
		font-size: 1.4rem;
	}
}
@media (min-width: 960px) {
	.p-home-column-card:hover__thumb img {
		-webkit-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		        transform: scale(1.05);
	}
}
.p-home-column__btn {
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 960px) {
	.p-home-column__btn {
		margin-top: 80px;
	}
}

/* ===============================
  お知らせ
================================ */
.p-home-news {
	margin-top: 80px;
}
@media (min-width: 960px) {
	.p-home-news {
		margin-top: 128px;
	}
}
.p-home-news__inner {
	width: 100%;
}
@media (min-width: 960px) {
	.p-home-news__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.p-home-news__heading {
	text-align: center;
}
@media (min-width: 960px) {
	.p-home-news__heading {
		text-align: left;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
}
.p-home-news__body {
	width: 100%;
	margin-top: 56px;
}
@media (min-width: 960px) {
	.p-home-news__body {
		margin-top: 8px;
		-webkit-box-flex: 3;
		    -ms-flex: 3;
		        flex: 3;
	}
}
.p-home-news {
	/* 一覧 */
}
.p-home-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.p-home-news .p-home-news-item {
	border-bottom: 1px solid var(--c-gry);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-home-news .p-home-news-item:first-child {
	border-top: 1px solid var(--c-gry);
}
@media (min-width: 960px) {
	.p-home-news .p-home-news-item.is-hover {
		border-bottom-color: var(--c-blk);
	}
	.p-home-news .p-home-news-item.is-prev {
		border-bottom-color: var(--c-blk);
	}
	.p-home-news .p-home-news-item.is-hover:first-child {
		border-top-color: var(--c-blk);
	}
	.p-home-news .p-home-news-item.is-hover .p-home-news-item__btn {
		border-color: var(--c-blk);
	}
}
.p-home-news .p-home-news-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 16px;
	padding: 23px 0;
}
@media (min-width: 960px) {
	.p-home-news .p-home-news-item a {
		gap: 40px;
	}
}
.p-home-news .p-home-news-item__inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-width: 0;
}
.p-home-news .p-home-news-item__date {
	font-size: 1.2rem;
	color: var(--c-gry-dark);
	margin-bottom: 6px;
}
@media (min-width: 960px) {
	.p-home-news .p-home-news-item__date {
		font-size: 1.4rem;
	}
}
.p-home-news .p-home-news-item__title {
	font-size: 1.4rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
@media (min-width: 960px) {
	.p-home-news .p-home-news-item__title {
		font-size: 1.6rem;
	}
}
.p-home-news__btn {
	margin-top: 56px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 960px) {
	.p-home-news__btn {
		margin-top: 80px;
	}
}

.p-privacy {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-privacy__item {
	margin-bottom: 4rem;
}
@media (min-width: 960px) {
	.p-privacy__item {
		margin-bottom: 8rem;
	}
}
.p-privacy p {
	margin: 0 0 3rem;
}
.p-privacy p p:last-of-type {
	margin: 0;
}
.p-privacy p:has(+ ul) {
	margin-bottom: 0;
}
.p-privacy ul.numlist {
	margin: 0 0 3rem;
	counter-reset: listnum;
	list-style: none;
}
.p-privacy ul.numlist li {
	/*            padding-left: 2rem;
	            text-indent: -2rem; */
}
.p-privacy ul.numlist li:before {
	counter-increment: listnum;
	content: counter(listnum) ".";
	margin-right: 0.5rem;
}
.p-privacy a[href^="tel:"],
.p-privacy a[href^="mailto:"] {
	text-decoration: none;
}

.p-company-intro {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
	margin-bottom: clamp(5.6rem, 8vw, 12.8rem);
}
.p-company-intro__photo {
	margin-top: 40px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-image: url("../img/company/img_company_intro.jpg");
	background-size: cover;
	background-position: center;
	aspect-ratio: 376/232;
}
@media (min-width: 960px) {
	.p-company-intro__photo {
		margin: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding-right: 0;
		aspect-ratio: 664/486;
	}
}
@media (min-width: 960px) {
	.p-company-intro__breakoutbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-right: calc(50% - 50vw);
		gap: clamp(5.6rem, 8vw, 12.8rem);
	}
}
@media (min-width: 960px) {
	.p-company-intro__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 480px;
	}
}

.p-company-outline__table {
	margin-bottom: 4rem;
}
.p-company-outline__map {
	position: relative;
	width: 100%;
	padding-top: 49.75%;
	overflow: hidden;
}
.p-company-outline__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.p-about-ttlcover__bg {
	padding-bottom: 244px;
	position: relative;
	overflow: hidden;
}
.p-about-ttlcover__bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/home/bg_home_about.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter: blur(9px);
	filter: blur(9px);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	z-index: -1;
}
.p-about-ttlcover__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(117, 82, 34, 0.4);
	z-index: -1;
}
.p-about-ttlcover__bg .c-pagetitle__title, .p-about-ttlcover__bg .c-pagetitle__subtitle {
	color: var(--c-wht);
}
.p-about-ttlcover__bg .c-breadcrumb__list li a, .p-about-ttlcover__bg .c-breadcrumb__list li {
	color: var(--c-wht);
}
.p-about-ttlcover__bg .c-breadcrumb__list li a:before {
	background: var(--c-wht);
}
.p-about-ttlcover__bg .c-breadcrumb__list li + li:before {
	border-color: var(--c-wht);
}

.p-about-intro {
	margin-top: -18rem;
	padding: 4rem 2rem 0;
	background: var(--c-wht);
}
@media (min-width: 960px) {
	.p-about-intro {
		padding: 8rem 8rem 0;
	}
}
.p-about-intro .c-headline01, .p-about-intro .c-headline02, .p-about-intro .c-headline03, .p-about-intro .c-headline04, .p-about-intro .c-headline05, .p-about-intro .c-headline06, .p-about-intro .c-headline07, .p-about-intro .c-headline08, .p-about-intro .c-headline09, .p-about-intro p {
	text-align: center;
}

.p-about-value {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
	margin-bottom: 4rem;
}
.p-about-value .c-headline03 {
	margin-bottom: 8rem;
}

.p-about-mediabox {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 2.4rem;
}
.p-about-mediabox:not(:first-of-type) {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
@media (min-width: 960px) {
	.p-about-mediabox {
		-ms-grid-columns: auto 6rem 45%;
		grid-template-columns: auto 45%;
		gap: 6rem;
	}
}
.p-about-mediabox__photo {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	max-width: 544px;
	margin-inline: auto;
}
.p-about-mediabox__photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.p-about-mediabox__text p {
	margin-top: 1.6rem;
}

.p-about-mediabox-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.4rem;
	margin-bottom: 4rem;
}
.p-about-mediabox-ttl__icon {
	width: 5.6rem;
	height: 5.6rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.p-about-mediabox-ttl__icon img {
	width: 100%;
	height: auto;
	display: block;
}
.p-about-mediabox-ttl__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.4rem;
}
.p-about-mediabox-ttl__label .en, .p-about-mediabox-ttl__label .c-pager__item[class] > *, .p-about-mediabox-ttl__label ol.wp-block li::marker, ol.wp-block .p-about-mediabox-ttl__label li::marker,
.p-about-mediabox-ttl__label ol:not([class]) li::marker,
ol:not([class]) .p-about-mediabox-ttl__label li::marker,
.p-about-mediabox-ttl__label ol[class*=font-size] li::marker,
ol[class*=font-size] .p-about-mediabox-ttl__label li::marker, .p-about-mediabox-ttl__label body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) li::marker, body[data-page-type=detail][data-page-slug=column] ol[class]:not(.c-breadcrumb__list) .p-about-mediabox-ttl__label li::marker,
.p-about-mediabox-ttl__label body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) li::marker,
body[data-page-type=detail][data-page-slug=post] ol[class]:not(.c-breadcrumb__list) .p-about-mediabox-ttl__label li::marker {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.16em;
	color: var(--c-gry);
}
.p-about-mediabox-ttl__label p {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
	color: var(--c-blk);
}

.p-about-graybox {
	margin-top: 5.6rem;
	width: 100%;
	padding: 2.4rem;
	background: var(--c-gry-light);
}
@media (min-width: 960px) {
	.p-about-graybox {
		padding: 4rem;
	}
}

.p-about-consult .c-headline01, .p-about-consult .c-headline02, .p-about-consult .c-headline03, .p-about-consult .c-headline04, .p-about-consult .c-headline05, .p-about-consult .c-headline06, .p-about-consult .c-headline07, .p-about-consult .c-headline08, .p-about-consult .c-headline09 {
	text-align: center;
}
.p-about-consult__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 2.4rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-about-consult__item {
	width: 310px;
	padding: 1.6rem;
	background-color: var(--c-wht);
	border-radius: 2px;
	font-size: 1.6rem;
	color: var(--c-blk);
	text-align: center;
}
.p-about-consult__icon {
	display: inline-block;
	width: 12px;
	height: 6px;
	margin-bottom: 0.4rem;
	border-left: 1px solid var(--c-gry-dark);
	border-bottom: 1px solid var(--c-gry-dark);
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.p-about-consult__copy {
	position: relative;
	margin: 2.4rem auto 0;
}
.p-about-consult__copy p {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.p-about-consult__icon2 {
	position: relative;
	display: block;
	margin: 0 auto 2.4rem;
	width: 56px;
	height: 24px;
}
.p-about-consult__icon2::before, .p-about-consult__icon2::after {
	content: "";
	position: absolute;
	top: 0;
	width: 35px;
	height: 1px;
	background-color: var(--c-blk);
}
.p-about-consult__icon2::before {
	left: 0;
	-webkit-transform: rotate(38deg);
	    -ms-transform: rotate(38deg);
	        transform: rotate(38deg);
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
.p-about-consult__icon2::after {
	right: 0;
	-webkit-transform: rotate(-38deg);
	    -ms-transform: rotate(-38deg);
	        transform: rotate(-38deg);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
}

.p-about-viewpoint__list, .p-about-support__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 2.4rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 768px) {
	.p-about-viewpoint__list, .p-about-support__list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 960px) {
	.p-about-viewpoint__list, .p-about-support__list {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
}
.p-about-viewpoint__item, .p-about-support__item {
	padding: 2.4rem 2rem;
	background-color: var(--c-wht);
	border-radius: 2px;
	color: var(--c-blk);
}
.p-about-viewpoint__item p, .p-about-support__item p {
	font-size: 1.4rem;
}
.p-about-viewpoint__icon, .p-about-support__icon {
	display: inline-block;
	margin-bottom: 2.4rem;
	width: 40px;
	height: 40px;
}
.p-about-viewpoint__copy, .p-about-support__copy {
	margin-top: 4rem;
}
.p-about-viewpoint__copy p, .p-about-support__copy p {
	text-align: center;
}

.p-about-collaboration {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-about-collaboration__photo {
	padding-top: 2rem;
	margin-bottom: 2.8rem;
	max-width: 662px;
}
@media (min-width: 960px) {
	.p-about-collaboration__photo {
		padding-top: 4rem;
		margin-bottom: 5.6rem;
	}
}

/* ======================================
    働き方から生まれた空間デザインオフィス
   ====================================== */
.p-about-workstyledesign {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-about-workstyledesign .c-headline03 {
	margin-bottom: 4rem;
}
@media (min-width: 960px) {
	.p-about-workstyledesign .c-headline03 {
		margin-bottom: 8rem;
	}
}
.p-about-workstyledesign .c-office-list__list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 2rem;
}
@media (min-width: 768px) {
	.p-about-workstyledesign .c-office-list__list {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 960px) {
	.p-about-workstyledesign .c-office-list__list {
		gap: 4rem;
	}
}
.p-about-workstyledesign .c-office-list__meta {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}
.p-about-workstyledesign .c-office-list__title {
	margin-top: 0;
	margin-left: 1.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
@media (min-width: 960px) {
	.p-about-workstyledesign .c-office-list__title {
		margin-top: 0;
		font-size: 1.4rem;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.p-about-workstyledesign .c-office-list__title:hover {
		opacity: 0.7;
	}
}
.p-about-workstyledesign .c-office-list__info {
	margin-top: 0.4px;
	font-size: 1.6rem;
	color: var(--c-blk);
	line-height: 1.5;
	font-weight: 700;
}
@media (min-width: 960px) {
	.p-about-workstyledesign .c-office-list__info {
		margin-top: 0.8rem;
		font-size: 2rem;
	}
}

.p-flow-intro {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
	margin-bottom: clamp(5.6rem, 8vw, 12.8rem);
}

.p-flow-list .c-headline04 {
	text-align: left;
}
.p-flow-list__item {
	margin-bottom: 4rem;
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 8rem clamp(1.6rem, 4vw, 8rem) auto;
	grid-template-columns: 8rem auto;
	gap: clamp(1.6rem, 4vw, 8rem);
}
@media (min-width: 960px) {
	.p-flow-list__item {
		min-height: 250px;
	}
}
.p-flow-list__item:after {
	content: "";
	position: absolute;
	top: 9.6rem;
	left: 4rem;
	background-color: var(--c-gry);
	width: 2px;
	height: calc(100% - 9.6rem);
}
.p-flow-list__item:last-of-type {
	margin-bottom: 0;
}
.p-flow-list__no {
	width: 8rem;
	height: 8rem;
	border: 1px solid var(--c-gry);
	border-radius: 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0; /* 潰れ防止 */
}
.p-flow-list__label {
	font-size: 1.4rem;
	letter-spacing: 0.16em;
	color: var(--c-blk);
}
.p-flow-list__number {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
}
.p-flow-list__text {
	margin-top: 1.6rem;
}
.p-flow-list__text p {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	line-height: 1.75;
	letter-spacing: 0.08em;
}

body[data-page-slug=rentaloffice] .c-pagetitle__subtitle {
	display: none;
}
body[data-page-slug=rentaloffice] .c-pagetitle__title {
	font-size: clamp(2rem, 2vw, 3.2rem);
	text-align: left;
}

/**************************
 検索結果件数表示
***************************/
.p-rentaloffice-result {
	margin-top: 4rem;
}
@media (min-width: 960px) {
	.p-rentaloffice-result {
		margin-top: 8rem;
	}
}

/**************************
 検索結果リスト
***************************/
.p-rentaloffice-list {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-rentaloffice-list .c-ro-propertycard__body th {
	width: clamp(6rem, 8vw, 10rem);
}

body[data-page-slug=office_room] .p-rentaloffice-list {
	margin-top: clamp(2rem, 8vw, 4rem);
}

/**************************
 ページャー
***************************/
.p-rentaloffice-pager {
	margin-top: clamp(4rem, 2vw, 8rem);
}

/**************************
 検索サイドバー
***************************/
.p-rentaloffice-search {
	/* 現在の検索条件 */
}
.p-rentaloffice-search__current {
	margin-top: 1rem;
	border: 1px solid var(--c-blk);
}
@media (min-width: 960px) {
	.p-rentaloffice-search__current {
		margin-top: 0;
	}
}
.p-rentaloffice-search__currenttitle {
	display: block;
	background: var(--c-blk);
	color: var(--c-wht);
	text-align: center;
	padding: 0.8rem;
}
.p-rentaloffice-search__currenttext {
	padding: 1.6rem;
	text-align: center;
}
.p-rentaloffice-search {
	/* エリア・路線、面積、賃料、徒歩など各種の検索条件 */
}
.p-rentaloffice-search__filters {
	margin-top: 2.4rem;
	display: block;
	border: 1px solid var(--c-gry);
	padding: 2.4rem 1.8rem;
}
.p-rentaloffice-search__type-switch {
	padding-bottom: 2.4rem;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	border-bottom: 1px solid var(--c-gry);
}
.p-rentaloffice-search__selectlist a {
	position: relative;
	margin-top: 1.6rem;
	display: block;
	padding: 0.4rem 2.8rem;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
.p-rentaloffice-search__selectlist a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-blk);
	border-right: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.p-rentaloffice-search__area-result {
	margin-top: 1rem;
}
.p-rentaloffice-search__area-result li {
	padding: 0.2rem 0.4rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: var(--c-gry-light);
	border-radius: 2px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.p-rentaloffice-search__area-result li .c-fixed-searchfooter__icon {
	margin-left: 0.4rem;
}
.p-rentaloffice-search {
	/* フリーワード */
}
.p-rentaloffice-search__freeword {
	padding: 2.4rem;
	margin-top: 2.4rem;
	display: block;
	border: 1px solid var(--c-gry);
}
.p-rentaloffice-search__freewordtitle p {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 0.8rem;
	position: relative;
}
.p-rentaloffice-search__freewordtitle p:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--c-gry);
	width: 100%;
	height: 1px;
}
.p-rentaloffice-search__freewordtext {
	margin-top: 1.6rem;
}
.p-rentaloffice-search__sp-trigger {
	display: none;
	width: 100%;
	padding: 1.8rem;
	background-color: var(--c-blk);
	color: var(--c-wht);
	border: none;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	position: relative;
}
@media (max-width: 767px) {
	.p-rentaloffice-search__sp-trigger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-rentaloffice-search__sp-trigger:hover {
	background-color: var(--c-blk-light);
}
.p-rentaloffice-search__sp-trigger.is-active .p-rentaloffice-search__sp-trigger-icon {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.p-rentaloffice-search__sp-trigger-text {
	font-size: 16px;
	font-weight: bold;
}
.p-rentaloffice-search__sp-trigger-icon {
	width: 20px;
	height: 20px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-rentaloffice-search__sp-trigger-icon img {
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
	.p-rentaloffice-search__content {
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		-webkit-transform: translateY(-10px);
		    -ms-transform: translateY(-10px);
		        transform: translateY(-10px);
		-webkit-transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.p-rentaloffice-search__content.is-open {
		opacity: 1;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
		-webkit-transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
}

/* キーワード検索を強制表示 */
.vk-filter-search label {
	display: block !important;
}

.p-rentaloffice-search .vkfs input[type=text],
.p-rentaloffice-search .vkfs input[type=number],
.p-rentaloffice-search .vkfs select {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0.4rem 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--c-blk);
	background-clip: padding-box;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.p-rentaloffice-search .vkfs__label-name {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}
.p-rentaloffice-search .vkfs__keyword .vkfs__label-name {
	display: none;
}
.p-rentaloffice-search .vkfs__labels {
	display: block;
}
.p-rentaloffice-search .vkfs__input-numeric-wrap {
	display: block;
}
.p-rentaloffice-search .vkfs button {
	margin-top: 2.4rem;
	padding: 0.8rem;
	background: var(--c-blk);
	color: var(--c-wht);
	border-radius: 2px;
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: 45px;
}
.p-rentaloffice-search .vkfs button:hover {
	opacity: 0.8;
}
@media (min-width: 960px) {
	.p-rentaloffice-search .vkfs button {
		height: 3.7rem;
	}
}

/* ===================================
 * デフォルト検索ボタンを非表示（2491のみ）
 * =================================== */
[data-vkfs-form-scope="2491"] .vk-filter-search-submit,
[data-vkfs-form-scope="2491"] .vk_filter_search_submit,
[data-vkfs-form-scope="2491"] .submit-button,
[data-vkfs-form-scope="2491"] input[type=submit],
[data-vkfs-form-scope="2491"] button[type=submit] {
	display: none !important;
}

/* エリアと路線・駅のフィールドを非表示 */
.vkfs__taxonomy:has(input[name^=vkfs_building_area]),
.vkfs__taxonomy:has(input[name^=vkfs_rail_station]) {
	display: none;
}

/* 賃料（月額 / 坪単価）のラベルを非表示（ラジオ切替UIで代替） */
.vkfs__outer-wrap:has(input[name=vkfs_custom-field_room_price_per_tsubo_numeric_min]) .vkfs__label-name,
.vkfs__outer-wrap:has(input[name=vkfs_custom-field_room_rent_numeric_min]) .vkfs__label-name {
	display: none;
}

/* 賃料（月額 / 坪単価）のラベルを非表示（ラジオ切替UIで代替） */
/* ===================================
 * モーダルトリガーボタン
 * =================================== */
.p-rentaloffice-search__select-trigger {
	margin-bottom: 0.8rem;
	width: 100%;
	position: relative;
	display: block;
	padding: 0.4rem 2.8rem;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.p-rentaloffice-search__select-trigger:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-blk);
	border-right: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.p-rentaloffice-search__select-trigger:hover {
	border: 1px solid var(--c-blk-light);
}

/* ===================================
 * 選択されたエリア/駅の表示
 * =================================== */
.p-rentaloffice-search__selected-areas,
.p-rentaloffice-search__selected-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.selected-area-item,
.p-rentaloffice-search__selected-list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.2rem 0.4rem;
	margin: 0.4rem 0.4rem 0.4rem 0;
	background: #f5f5f5;
	border-radius: 1px;
	font-size: 10px;
}

.remove-area-btn,
.remove-station-btn {
	position: relative;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	background: var(--c-gry-dark);
	border-radius: 50%;
	cursor: pointer;
}
.remove-area-btn:after,
.remove-station-btn:after {
	content: "";
	position: absolute;
	left: calc(50% - 2px);
	top: calc(50% - 2px);
	background: url(../img/ico_close_wht.svg) no-repeat center center;
	width: 4px;
	height: 4px;
}
.remove-area-btn:hover,
.remove-station-btn:hover {
	background: var(--c-blk-light);
}

/* ===================================
 * エリア/路線・駅の切り替えラジオボタン
 * =================================== */
.p-rentaloffice-search__radio-group {
	margin-bottom: 16px;
}

.p-rentaloffice-search__radio-item label {
	cursor: pointer;
	font-size: clamp(1.3rem, 2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.5;
}
.p-rentaloffice-search__radio-item input[type=radio] {
	margin-right: 0.5rem;
	accent-color: var(--c-blk);
	width: 14px;
	height: 14px;
}

/* ===================================
 * レスポンシブ対応
 * =================================== */
@media (max-width: 768px) {
	.p-rentaloffice-search__select-trigger {
		padding: 10px 14px;
		font-size: 13px;
	}
}
/* ==========================================
 * 賃料タイプ切り替え
 * ========================================== */
.rent-type-selector {
	display: block !important;
	margin-bottom: 0.8rem;
	padding: 0 0.5rem;
}

.rent-type-radios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.6rem;
}
.rent-type-radios label {
	cursor: pointer;
	font-size: clamp(1rem, 2vw, 1.2rem);
}
.rent-type-radios label:hover {
	color: #666;
}
.rent-type-radios input[type=radio] {
	margin-right: 0.2rem;
	cursor: pointer;
	accent-color: var(--c-blk);
	width: 14px;
	height: 14px;
}

.js-rent-tsubo-field,
.js-rent-monthly-field {
	-webkit-transition: opacity 0.3s ease, height 0.3s ease;
	-o-transition: opacity 0.3s ease, height 0.3s ease;
	transition: opacity 0.3s ease, height 0.3s ease;
}

@media (max-width: 768px) {
	.rent-type-selector {
		padding: 1rem;
	}
	.rent-type-radios {
		gap: 1.5rem;
	}
	.rent-type-radios label {
		font-size: 1.3rem;
	}
}
/* ==========================================
 * 賃料（月額/坪単価）ラベルを非表示
 * ========================================== */
.js-rent-tsubo-field .vkfs__label-name,
.js-rent-monthly-field .vkfs__label-name {
	display: none;
}

/* 賃室面積：下限 ～ 上限 を横幅いっぱい・同率にする */
.vkfs__input-form--range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
.vkfs__input-form--range .vkfs__input-numeric-wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
	min-width: 0;
}
.vkfs__input-form--range .vkfs__input-text-between {
	font-size: 1.3rem !important;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 1px;
	white-space: nowrap;
}
.vkfs__input-form--range .vkfs-range-select {
	width: 100%;
}
.vkfs__input-form--range .vkfs-range-select select {
	width: 100%;
}

.p-railway-search .c-search-group {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid var(--c-gry);
}
.p-railway-search .c-search-group__rail-link {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}
.p-railway-search .c-search-group__list {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
@media (min-width: 768px) {
	.p-railway-search .c-search-group__list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 960px) {
	.p-railway-search .c-search-group__list {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
}
.p-railway-search .c-search-group__title {
	padding: 0 0 0 1.6rem;
	border-left: 4px solid var(--c-blk);
	font-size: clamp(1.4rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 1;
}

.p-area-search {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 4rem;
}
.p-area-search input[type=checkbox]:focus {
	outline: 2px solid #0066cc;
	outline-offset: 2px;
}
.p-area-search button:focus {
	outline: 2px solid #0066cc;
	outline-offset: 2px;
}
@media (min-width: 768px) {
	.p-area-search {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1040px) {
	.p-area-search {
		-ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 4rem;
	}
}

/**
 * search-page.scss
 * 路線・駅 / エリア検索ページ用スタイル
 */
/* ===================================
 * 路線アイテム（駅展開可能）
 * =================================== */
.c-search-group__item--line {
	position: relative;
}
.c-search-group__item--line > label {
	cursor: pointer;
	position: relative;
	padding-right: 24px;
	display: block;
}
.c-search-group__item--line > label::after {
	content: "▼";
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 10px;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	color: #666;
}
.c-search-group__item--line.is-expanded > label::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

/* ===================================
 * 駅一覧
 * =================================== */
.c-search-group__station-list {
	margin: 8px 0 0 24px;
	padding: 0;
	list-style: none;
	display: none;
}

.c-search-group__station-item {
	padding: 4px 0;
}
.c-search-group__station-item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-size: 14px;
}
.c-search-group__station-item label input[type=checkbox] {
	margin-right: 8px;
}
.c-search-group__station-item label span {
	margin-left: auto;
	color: #666;
	font-size: 13px;
}

/* ===================================
 * チェックボックスの部分選択状態
 * =================================== */
input[type=checkbox]:indeterminate {
	opacity: 0.5;
}

/* ===================================
 * レスポンシブ対応
 * =================================== */
@media (max-width: 768px) {
	.c-fixed-searchfooter__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	.c-fixed-searchfooter__button {
		width: 100%;
	}
	.c-searchsubmit {
		width: 100%;
	}
	.c-search-group__station-list {
		margin-left: 16px;
	}
}
.c-search-group__item label {
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.c-search-group__item label:hover {
	background-color: rgba(0, 102, 204, 0.05);
}

.c-search-group__station-item label {
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.c-search-group__station-item label:hover {
	background-color: rgba(0, 102, 204, 0.05);
}

.p-news-list {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

.p-news-pager {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

.p-column-catesearch {
	border-top: 1px solid var(--c-gry);
	border-bottom: 1px solid var(--c-gry);
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
	padding: 2rem 0;
}
@media (min-width: 960px) {
	.p-column-catesearch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 4rem;
		padding: 4rem 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-column-catesearch__title {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
}
.p-column-catesearch__list {
	margin-top: clamp(1rem, 2vw, 2rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1rem;
}
@media (min-width: 960px) {
	.p-column-catesearch__list {
		margin-top: 0;
	}
}
.p-column-catesearch__item a {
	display: block;
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	border: 1px solid var(--c-gry);
	padding: 0.4rem 1rem;
	color: var(--c-gry);
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 700;
}
@media (min-width: 960px) {
	.p-column-catesearch__item a {
		padding: 0.4rem 1.6rem;
		-webkit-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	.p-column-catesearch__item a:hover {
		background-color: var(--c-blk-light);
	}
}
.p-column-catesearch .current {
	background: var(--c-blk);
	color: var(--c-wht);
}

.p-column-list {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

.p-column-pager {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

/**************************
 【物件詳細ページ】タイトル
***************************/
.p-rosingle-header {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
@media (min-width: 960px) {
	.p-rosingle-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8rem;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.p-rosingle-header__name {
	font-size: clamp(2.2rem, 2vw, 3.2rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-rosingle-header__contact {
	margin-top: 3rem;
}
@media (min-width: 960px) {
	.p-rosingle-header__contact {
		margin-top: 0;
	}
}

/**************************
 【物件詳細ページ】賃貸条件
***************************/
.p-rosingle-terms {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-rosingle-terms__spa {
	gap: clamp(2rem, 4vw, 8rem);
}
@media (min-width: 960px) {
	.p-rosingle-terms__spa {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}
}
.p-rosingle-terms__item {
	width: 100%;
}
.p-rosingle-terms__item table {
	width: 100%;
}
.p-rosingle-terms__item tr {
	border-bottom: 1px solid var(--c-gry);
}
.p-rosingle-terms__item th {
	padding: clamp(1.2rem, 2vw, 1.6rem) 0;
	font-size: clamp(1.3rem, 2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
	width: clamp(14rem, 26vw, 22rem);
	vertical-align: middle;
}
.p-rosingle-terms__item td {
	padding: clamp(1.2rem, 2vw, 1.6rem) 0;
	font-size: clamp(1.3rem, 2vw, 1.6rem);
	font-weight: 400;
	line-height: 1.5;
	width: auto;
	vertical-align: middle;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

/**************************
 【物件詳細ページ】物件概要
***************************/
.p-rosingle-card {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-rosingle-card__image {
	width: 100%;
}
@media (min-width: 960px) {
	.p-rosingle-card__image {
		max-width: 480px;
	}
}
.p-rosingle-card__item + .p-rosingle-card__item {
	margin-top: clamp(4rem, 2vw, 8rem);
}
.p-rosingle-card__item th {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.p-rosingle-card__item td {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 400;
}
.p-rosingle-card__item .c-btn-text a {
	font-size: clamp(1.2rem, 8vw, 1.4rem);
}
.p-rosingle-card .c-ro-note {
	padding: 1.6rem 1.8rem;
}
@media (min-width: 960px) {
	.p-rosingle-card .c-ro-note {
		padding: 1.6rem 2.4rem;
	}
}

/**************************
 【物件詳細ページ】空室一覧
***************************/
.p-rosingle-roomlist {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

/**************************
 【物件詳細ページ】フロア図
***************************/
.p-rosingle-floorplan {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-rosingle-floorplan__image {
	width: 100%;
	padding: 40px;
	background: #f7f7f7;
	text-align: center;
}
.p-rosingle-floorplan__image img {
	max-height: 640px;
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline-block;
}

/**************************
 【物件詳細ページ】お問い合わせ
***************************/
.p-rosingle-contact {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
	margin-left: -14px;
	margin-right: -14px;
	position: relative;
	width: 100vw;
	aspect-ratio: 1200/1200;
	overflow: hidden;
}
@media (min-width: 768px) {
	.p-rosingle-contact {
		aspect-ratio: 1200/600;
	}
}
@media (min-width: 960px) {
	.p-rosingle-contact {
		aspect-ratio: 1200/366;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.p-rosingle-contact__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 0;
}
.p-rosingle-contact__overlay {
	position: relative;
	z-index: 1;
	background-color: rgba(24, 24, 24, 0.6);
	text-align: center;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 14px;
	padding-right: 14px;
}
@media (min-width: 960px) {
	.p-rosingle-contact__overlay {
		padding: 0;
	}
}
.p-rosingle-contact__text p {
	margin-top: 2.4rem;
	color: var(--c-wht);
	text-align: center;
}
.p-rosingle-contact__btn {
	margin: 0 auto;
}
.p-rosingle-contact .c-headline01, .p-rosingle-contact .c-headline02, .p-rosingle-contact .c-headline03, .p-rosingle-contact .c-headline04, .p-rosingle-contact .c-headline05, .p-rosingle-contact .c-headline06, .p-rosingle-contact .c-headline07, .p-rosingle-contact .c-headline08, .p-rosingle-contact .c-headline09 {
	color: var(--c-wht);
	text-align: center;
}

/**************************
 【物件詳細ページ】近隣の条件が近い物件を見る
***************************/
.p-rosingle-matching {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

/**************************
 【物件詳細ページ】閲覧履歴
***************************/
.p-rosingle-history {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}

/**************************
 【物件詳細ページ】オフィスコラム
***************************/
.p-rosingle-columns {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-rosingle-columns .c-column-list__inner {
	margin-top: 0;
}

/**************************
 【物件詳細ページ】オフィス・事務所を探す
***************************/
.p-rosingle-searchoffice {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-rosingle-searchoffice__spa {
	margin: 0 auto;
	width: 100%;
}
@media (min-width: 960px) {
	.p-rosingle-searchoffice__spa {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 4rem;
	}
}
.p-rosingle-searchoffice__btn {
	width: 100%;
}
.p-rosingle-searchoffice__btn:last-child {
	margin-top: 2rem;
}
@media (min-width: 960px) {
	.p-rosingle-searchoffice__btn:last-child {
		margin-top: 0;
	}
}
.p-rosingle-searchoffice__btn a {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
	padding: 1.4rem 4rem;
	border: 1px solid var(--c-gry);
	border-radius: 2px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
	.p-rosingle-searchoffice__btn a {
		padding: 2.4rem 4rem;
	}
}
.p-rosingle-searchoffice__btn a:after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 4rem;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-blk);
	border-right: 1px solid var(--c-blk);
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.p-rosingle-searchoffice__btn a:hover {
	border: 1px solid var(--c-gry-dark);
	color: var(--c-gry-dark);
}
.p-rosingle-searchoffice__btn a:hover:after {
	border-top: 1px solid var(--c-gry-dark);
	border-right: 1px solid var(--c-gry-dark);
}
.p-rosingle-searchoffice__btn img {
	height: 56px;
}

/**
 * station-modal.scss
 * 路線・駅ページ用の駅選択モーダル
 */
/* ===================================
 * 変数定義
 * =================================== */
/* ===================================
 * 駅選択モーダル
 * =================================== */
.station-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.station-modal.is-open {
	display: block;
}
.station-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.station-modal__container {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
	max-height: 80vh;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 100000;
}
.station-modal__header {
	padding: 16px 20px;
	background: #f8f9fa;
	border-bottom: 2px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 8px 8px 0 0;
}
.station-modal__title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.station-modal__close {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.station-modal__close:hover {
	background: #f5f5f5;
}
.station-modal__body {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow-y: auto;
	padding: 20px;
	min-height: 0;
}
.station-modal__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.station-modal__item {
	padding: 4px 0;
}
.station-modal__item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.station-modal__item label:hover {
	background-color: #f8f9fa;
}
.station-modal__item label span:first-of-type {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 8px;
}
.station-modal__checkbox {
	cursor: pointer;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.station-modal__count {
	color: #666;
	font-size: 13px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.station-modal__footer {
	padding: 16px 20px;
	background: #f8f9fa;
	border-top: 2px solid #e0e0e0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	border-radius: 0 0 8px 8px;
}
.station-modal__submit {
	padding: 10px 24px;
	background: #0066cc;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.station-modal__submit:hover {
	background: #0052a3;
}

/* ===================================
 * レスポンシブ対応
 * =================================== */
@media (max-width: 768px) {
	.station-modal__container {
		width: 95%;
		max-height: 90vh;
	}
	.station-modal__header {
		padding: 12px 16px;
	}
	.station-modal__body {
		padding: 16px;
	}
}
/* page_features.php の場合 */
body[data-page-slug=features] .c-pagetitle {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
body[data-page-slug=features] .c-pagetitle__title {
	position: relative;
	margin-bottom: 4rem;
	text-align: left;
	font-size: clamp(2rem, 4vw, 3.2rem);
}
@media (min-width: 960px) {
	body[data-page-slug=features] .c-pagetitle__title {
		margin-bottom: 5.6rem;
	}
}

.p-feature__group + .p-feature__group {
	margin-top: 4rem;
}
@media (min-width: 960px) {
	.p-feature__group + .p-feature__group {
		margin-top: 5.6rem;
	}
}
.p-feature__group-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	border-left: 2px solid var(--c-blk);
	padding-left: 16px;
}
@media (min-width: 960px) {
	.p-feature__group-title {
		margin-bottom: 4.1rem;
		font-size: 2rem;
		border-left: 4px solid var(--c-blk);
		padding-left: 20px;
	}
}
.p-feature__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 1.6rem;
}
@media (min-width: 960px) {
	.p-feature__grid {
		-ms-grid-columns: 1fr 3.9rem 1fr 3.9rem 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 3.9rem;
	}
}
.p-feature__card a {
	display: block;
	position: relative;
	height: 100%;
	padding: 2rem 2rem 3.2rem;
	border: 1px solid var(--c-gry);
	background: #fff;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 960px) {
	.p-feature__card a {
		padding: 2.4rem 2.4rem 5.6rem;
	}
}
.p-feature__card a:hover {
	border-color: var(--c-blk);
}
.p-feature__card-title {
	margin-bottom: 1.2rem;
	font-size: 1.7rem;
	font-weight: 700;
}
@media (min-width: 960px) {
	.p-feature__card-title {
		font-size: 2rem;
	}
}
.p-feature__card-text {
	font-size: 1.4rem;
	color: var(--c-blk);
}
@media (min-width: 960px) {
	.p-feature__card-text {
		font-size: 1.6rem;
	}
}
.p-feature__card-arrow {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 0.6em;
	height: 0.6em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media (min-width: 960px) {
	.p-feature__card-arrow {
		right: 2.4rem;
		bottom: 2.4rem;
	}
}
.p-feature__empty {
	font-size: 1.4rem;
	color: var(--c-gry);
}

.p-terms {
	margin-top: clamp(5.6rem, 8vw, 12.8rem);
}
.p-terms__item {
	margin-bottom: 4rem;
}
@media (min-width: 960px) {
	.p-terms__item {
		margin-bottom: 8rem;
	}
}
.p-terms p {
	margin: 0 0 3rem;
}
.p-terms p p:last-of-type {
	margin: 0;
}
.p-terms p:has(+ ul) {
	margin-bottom: 0;
}
.p-terms ul.numlist {
	padding-left: 0;
	list-style: none;
	counter-reset: listnum;
}
.p-terms ul.numlist > li {
	position: relative;
	margin: 0 0 3rem;
}
.p-terms ul.numlist > li :last-child {
	margin: 0;
}
.p-terms ul.numlist > li::before {
	counter-increment: listnum;
	content: counter(listnum) ".";
	margin-right: 0.5rem;
}
.p-terms ul.numlist > li > ul.numlist--sub {
	padding-left: 0;
	list-style: none;
	counter-reset: subnum;
}
.p-terms ul.numlist > li > ul.numlist--sub > li {
	position: relative;
}
.p-terms ul.numlist > li > ul.numlist--sub > li::before {
	counter-increment: subnum;
	content: "（" counter(subnum) "）";
}