@charset "utf-8";

:root {
	/*-----------------------------
	common
	-----------------------------*/
	--vw: 1vw;
	--vh: 1vh;
	--inner-padding: 2.5rem;
	/* タブレット時はviewportを固定する */
	--tb-breakpoint: 1280px;
	--color-opacity: 1;
	--main-font-color: var(--brown-2);
	--gray-color: #cec9c6;
	--bgc-w: #fff;

	--main-color: var(--green-1);
	--beige_bg: #FAF4EB;
	--beige: #EEEDE5;
	--brown-1: #8A7D5C;
	--brown-2: #59513D;
	--beige-2: #F0EBE5;
	--beige-25: #E3DDD5;
	--beige-3: #DDDEC8;
	--beige-5: #AFA280;
	--green-1: #44997B;
	--lightgreen-1: #E3EA9A;
	--lightgreen-2: #D8E266;
	--lightgreen-3: #B0BF5C;
	--greenbeige: #D0D7BA;
	--pink-1: #E2A89A;
	--pink-2: #D28674;

	--default-letter-spacing: 0.08em;
	--default-line-height: 2;

	--trim-noto-top: 0.6em;
	--trim-noto-bottom: 0.55em;
	--font-main: var(--font-min);
	--font-min: "Zen Old Mincho", serif;
	--font-en: "Instrument Serif", serif;
	--font-num: '';
	--font-gothic: "Zen Kaku Gothic New", sans-serif;
	--box-shadow: 0px 0px 0.8rem 0px rgba(0, 16, 51, 0.2);
	--btn-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.125);
	--default-transition: 0.4s;
}

:where(#tinymce),
:where(.underpage) {
	/*++++++++++++++++++++++++++++
	under
	++++++++++++++++++++++++++++*/
	--under-default-font: 1.5rem;
	--under-box-mt: 3rem;
	--under-paragraph-mt: 1.5rem;
	--under-btn-mt: 3rem;
}

.logged-in_only {
	display: none !important;
}

.logged-in .logged-in_only {
	display: block !important;
}

body {
	background: var(--beige-2);
}

.inner {
	padding: var(--inner-padding-top, 0px) var(--inner-padding) var(--inner-padding-bottom, 0px);
	position: relative;
	z-index: 10;
}

.color01 {
	color: var(--main-color) !important;
}

.color02 {
	color: var(--main-color) !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

.imgborder {
	border: 1px solid #ccc;
}

.imgborder_round {
	border-radius: 0.8rem;
	border: 1px solid #ccc;
}

.img_round {
	border-radius: 0.8rem;
}

.m_img_treatment {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.m_img_treatment figure {
	width: calc(50% - 1rem);
	max-width: 22.6rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
module
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*++++++++++++++++++++++++++++
m_img
++++++++++++++++++++++++++++*/
.m_img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*++++++++++++++++++++++++++++
m_btn01
++++++++++++++++++++++++++++*/
.btnstyle a,
.btn-style a,
.link_btn a,
.m_btn01 {
	--icon-size: 1rem;
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: calc(22/15);
	padding: 0.2rem 0 0.2rem 2rem;
	text-underline-offset: 0.6rem;
	width: fit-content;
	display: block;
	isolation: isolate;
	color: var(--main-font-color);
}

.btnstyle a:before,
.btn-style a:before,
.link_btn a:before,
.m_btn01:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: var(--icon-size);
	aspect-ratio: 1/1;
	background: var(--green-1);
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: -1;
	transition: var(--default-transition);
}

.m_btn01_white {
	color: #fff;
}

.m_btn01_white:before {
	background: var(--lightgreen-2);
}

.m_btn_wrap {
	margin-top: var(--under-btn-mt, 0px);
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4rem;
}

.m_btn_wrap :is(.m_btn01, .m_btn02, .m_btn03, .link_btn a, .btn-style a, .btnstyle a) {
	margin-top: 0;
}

:where(.l_under_content) {

	.btnstyle a,
	.btn-style a,
	.link_btn a,
	.m_btn01 {
		margin-top: 3rem;

		z-index: 1;
	}

	:is(p, table, ul) {
		z-index: 10;
		position: relative;
	}
}


/*++++++++++++++++++++++++++++
m_hosoku
++++++++++++++++++++++++++++*/
.m_hosoku {
	color: var(--main-color);
	margin-top: 1.6rem;
}

/*++++++++++++++++++++++++++++
m_toc
++++++++++++++++++++++++++++*/

.page-list,
.m_toc_list {
	--icon-url: url(../images/icon_arrow02.svg);
	--icon-color: var(--green-1);
	--icon-size: 1.6rem;
	--circle-size: 2.2rem;
	--circle-color: #fff;
	--circle-top: 0.1rem;
	--gap-col: 3rem;
	--gap-row: 1.9rem;
	--col: 2;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	isolation: isolate;
	padding: 2rem 0 4rem;
	margin: 0 -0.5rem 2rem;
	position: relative;
}

.page-list:before,
.m_toc_list:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	height: 1px;
	z-index: 1;
	transform: translateX(-50%);
	background: var(--brown-2);
}

.m_toc_list li {
	/* width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col)); */
}

.page-list a,
.m_toc_list a {
	line-height: calc(20/14);
	padding: 0.1rem 0 0.1rem calc(var(--circle-size) + 1rem);
	font-size: 1.4rem;
	text-decoration: none;
	position: relative;
	width: 100%;
	display: block;
	color: var(--main-font-color);
	font-weight: 500;
	font-family: var(--font-gothic);
}

.page-list a:before,
.m_toc_list a:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(0.3rem + var(--circle-top));
	left: 0.3rem;
	width: var(--icon-size);
	aspect-ratio: 1/1;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	/* rotate: 90deg; */
}

.page-list a:after,
.m_toc_list a:after {
	content: '';
	display: block;
	position: absolute;
	top: var(--circle-top);
	left: 0;
	width: var(--circle-size);
	aspect-ratio: 1/1;
	z-index: 1;
	border-radius: 50%;
	background: var(--circle-color);
}

/*++++++++++++++++++++++++++++
m_linklist
++++++++++++++++++++++++++++*/
.m_linklist {
	flex-direction: column;
	--gap-col: 1rem;
	--gap-row: 1rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	margin-top: var(--under-box-mt);
}

.m_linklist li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
}

.m_linklist li a {
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	background: var(--main-color);
	display: flex;
	align-items: center;
	position: relative;
	padding: 1rem 1.5rem 1rem 3rem;
	min-height: 4rem;
	color: var(--main-font-color);
	border-radius: 0.2rem;
	font-weight: 500;
}

.m_linklist li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	width: 0.7rem;
	aspect-ratio: 1 / 1;
	z-index: 1;
	background: #fff;
	transform: translateY(-39%);
}

/*++++++++++++++++++++++++++++
m_checklist
++++++++++++++++++++++++++++*/
.ul_check,
.m_checklist {
	--gap-col: 1rem;
	--gap-row: 1.5rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	margin-top: var(--under-paragraph-mt);
	padding: 0 1rem;
}

.ul_check li,
.m_checklist li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: calc(22/15);
	padding: 0 0 0 2.4rem;
	text-align: left;
}

.ul_check li:before,
.m_checklist li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	z-index: 5;
	width: 1.8rem;
	aspect-ratio: 1/1;
	background: url(../images/icon_check.svg) center / 100% no-repeat;
}

.m_checklist_long {
	--gap-row: 2.4rem;
}

.m_checklist_long li {
	line-height: 1.8;
}

.m_checklist_long li:before {
	top: 0.5rem;
}

.m_checklist_long li:nth-of-type(n+2):after {
	content: '';
	display: block;
	position: absolute;
	top: calc(-1 * var(--gap-row) / 2);
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: rgba(138, 125, 92, 0.3);
}

/*++++++++++++++++++++++++++++
m_list_triangle
++++++++++++++++++++++++++++*/
.m_list_triangle {
	--gap-col: 1rem;
	--gap-row: 1.5rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	margin-top: var(--under-paragraph-mt);
}

.m_list_triangle li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	position: relative;
	padding-left: 2.4rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.m_list_triangle li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6rem;
	left: 0.5rem;
	z-index: 1;
	width: 0.8rem;
	aspect-ratio: 10/15;
	background: var(--main-color);
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*++++++++++++++++++++++++++++
m_list_anchor
++++++++++++++++++++++++++++*/
.m_list_anchor {
	--icon-size: 0.8rem;
	--icon-right: 0.8rem;
	--icon-left: 1rem;
	--btn-right-gutter: calc(var(--icon-size) + var(--icon-right) + var(--icon-left));
	--gap-col: 0px;
	--gap-row: 1.2rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	padding: 2rem;
	border-radius: 0.8rem;
	background: var(--gray-color);
	margin-top: var(--under-box-mt);
}

.m_list_anchor li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
}

.m_list_anchor li a {
	line-height: 1.5;
	padding: 0.4rem var(--btn-right-gutter) 0.4rem 0.8rem;
	font-size: 1.4rem;
	text-decoration: none;
	position: relative;
	width: 100%;
	letter-spacing: 0;
	display: block;
	border-bottom: 1px solid var(--gray-color);
	color: var(--main-font-color);
}

.m_list_anchor li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: var(--icon-right);
	z-index: 1;
	transform: translateY(calc(-50% + 0.2rem));
	width: var(--icon-size);
	aspect-ratio: 8/4;
	background: var(--main-color);
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
}

/*++++++++++++++++++++++++++++
m_otherpage_link
++++++++++++++++++++++++++++*/
.m_otherpage_link {
	--gap-col: 0px;
	--gap-row: 2rem;
	--col: 1;
	--padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
}

.m_otherpage_link_box {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	background: var(--main-color);
	border-radius: 0.8rem;
	position: relative;
	padding: 1.4rem var(--padding) var(--padding);
}

.m_otherpage_link_ttl {
	position: relative;
	font-weight: 700;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	padding: 0.6rem 0;
	text-decoration: none;
	color: var(--main-color);
}

.m_otherpage_link_ttl a {
	color: var(--main-color);
}

.m_otherpage_link_ttl:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(var(--padding) * -1);
	width: 1rem;
	aspect-ratio: 16/8;
	background: var(--main-color);
	border-radius: 0 1rem 1rem 0;
	z-index: 1;
	transform: translateY(-50%);
}

.m_otherpage_link_ttl a {
	text-decoration: none;
}

.m_otherpage_link_list li a {
	font-size: 1.4rem;
	text-decoration: none;
	position: relative;
	font-weight: 500;
	background: url(../images/icon_arrow02.svg) 0.3rem 50% / 1.6rem no-repeat;
	padding: 1rem 0 1rem 2rem;
	min-height: 4.8rem;
	display: flex;
	align-items: center;
	line-height: 1.5;
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
}

/*++++++++++++++++++++++++++++
m_catch
++++++++++++++++++++++++++++*/
.m_catch {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 3rem;
	font-weight: 500;
}

/*++++++++++++++++++++++++++++
m_timetable
++++++++++++++++++++++++++++*/
.m_timetable_wrap {}

.m_timetable {
	--col-size: 8.5%;
}

.m_timetable :is(td, th) {
	font-size: 1.4rem;
	letter-spacing: 0;
	text-align: center;
	padding: 0.6rem 0 0.6rem;
	vertical-align: middle;
	line-height: 1;
}

.m_timetable td span {
	color: var(--green-1);
}

.m_timetable th {}

.m_timetable thead {
	background: var(--green-1);
}

.m_timetable thead th {
	font-weight: 500;
	width: var(--col-size);
	color: #fff;
	padding: 1rem 0 1rem;
	font-size: 1.5rem;
	line-height: 1;
}

.m_timetable thead th:first-of-type {
	width: calc(100% - var(--col-size) * 8);
}

.m_timetable tbody tr {
	border-bottom: 1px solid var(--main-font-color);
}

.m_timetable tbody th {
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: var(--font-en);
	line-height: 1.2;
	padding: 0.85rem 0;
	font-weight: 400;
}

.m_timetable tbody td {}

.m_timetable_hosoku {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 1.2rem;
	letter-spacing: 0.04em;
	font-weight: 400;
}

/*++++++++++++++++++++++++++++
m_col
++++++++++++++++++++++++++++*/
.m_col {
	--gap-col: 2rem;
	--gap-row: 3rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	margin-top: var(--under-box-mt);
}

.m_col_no_gutter {
	--gap: 0px;
}

.m_col_item {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
}

.m_col_item *:first-child {
	margin-top: 0;
}

.m_col_item :is(h3):where(:not(.no_default)):nth-of-type(n + 2) {
	margin-top: 4rem;
}

.m_col_item :is(h4, h5):where(:not(.no_default)):nth-of-type(n + 2) {
	margin-top: 3rem;
}

.m_col_no_gutter img {
	margin: 0;
	border-radius: 0;
}

.m_col_reverse_sp {
	flex-direction: column-reverse;
}

.m_col_mtl_sp {
	--gap-col: 4rem;
	--gap-row: 4rem;
}

.m_col_item_ttl {
	margin-top: 1rem !important;
}

/*++++++++++++++++++++++++++++
m_faq
++++++++++++++++++++++++++++*/
.m_faq {
	margin-top: var(--under-box-mt);
	overflow: hidden;

	border-bottom: 1px solid var(--brown-2);
}

.m_faq:first-of-type {
	border-top: 1px solid var(--brown-2);
}

.m_faq+.m_faq {
	margin-top: 0;
}

.m_faq_head {
	position: relative;
	--icon-right: 1rem;
	--icon-width: 2.4rem;
	--icon-color: var(--main-font-color);
	transition: var(--default-transition);
}

.m_faq_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-width);
	height: 1px;
	z-index: 5;
	transition: 0.3s;
	transform: translateY(-50%) rotate(90deg);
	background: var(--icon-color);
}

.m_faq_head::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-width);
	height: 1px;
	z-index: 1;
	background: var(--icon-color);
	transform: translateY(-50%);
}

.m_faq_ttl {
	--custom-under-paragraph-mt: 0px;
	position: relative;
	z-index: 1;
	padding: 1.9rem 4rem 2.4rem 3.5rem;
	font-size: 1.7rem;
	letter-spacing: 0.04em;
	line-height: 1.8;
	display: flex;
	cursor: pointer;
	align-items: center;
	font-family: var(--font-min);
}

.m_faq_ttl:before {
	content: "Q";
	display: block;
	position: absolute;
	font-size: 3.2rem;
	font-family: var(--font-en);
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 0.9rem;
	color: var(--main-color);
	padding-bottom: 0;
	top: 1.7rem;
	left: 0.5rem;
	line-height: 1;
	font-weight: 400;
}

.m_faq_body {
	padding: 1.8rem 2rem;
	display: none;
	background: var(--beige-25);
}

.m_faq_body p {
	line-height: 1.9;
}

.m_faq_body .m_btn01 {
	margin-top: 1rem;
}

.m_faq.on {
	padding-bottom: 2rem;
}

.m_faq.on .m_faq_head {
	margin-bottom: 2rem;
}

.m_faq.on .m_faq_head:before {
	transform: translateY(-50%) rotate(0deg);
}

.m_faq.on .m_faq_head:after {
	transform: translateY(-50%);
}

.m_faq.on .m_faq_ttl {
	color: var(--green-1);
}

.m_faq_body>*:first-child {
	margin-top: 0;
}

/*++++++++++++++++++++++++++++
m_kakomi
++++++++++++++++++++++++++++*/
.bg-block,
.m_kakomi {
	padding: 2rem;
	position: relative;
	z-index: 1;
	isolation: isolate;
	margin: 4rem 0 0;
	background: var(--custom-kakomi-bg-color, var(--beige-3));
}

.bg-block:before,
.m_kakomi:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 9rem;
	aspect-ratio: 1 / 1;
	background: #D0D7BA;
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
	clip-path: polygon(0 100%, 0 0, 100% 0);
}

.m_kakomi_col {
	margin: var(--under-box-mt) 0 0;
}

.bg-block:after,
.m_kakomi:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.bg-block>*:first-child,
.m_kakomi>*:first-child {
	margin-top: 0;
}

.bg-block+.bg-block,
.m_kakomi+.m_kakomi {
	margin-top: 2rem;
}

.m_kakomi_col .m_kakomi:first-child {
	margin-top: 0;
}

.bg-block :is(h4, h5) .m_kakomi :is(h4, h5) {
	margin-top: 3rem;
}

.m_kakomi *:has(+ h5) {
	position: relative;
	padding-bottom: 3rem;
}

.m_kakomi *:has(+ h5):before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
	background: rgba(138, 125, 92, 0.3);
}

/*++++++++++++++++++++++++++++
m_kakomi02
++++++++++++++++++++++++++++*/
.m_kakomi02 {
	border-radius: 0.8rem;
	padding: 2rem;
	margin: 4rem 0 0;
	background: var(--beige-25);
	border: 3px solid #fff;
	position: relative;
}


.m_kakomi02:has(p:not(.m_kakomi02_ttl)) {
	padding-bottom: 2.1rem;
}

.m_kakomi02 p:not(.m_kakomi02_ttl) {
	line-height: calc(22/15);
	margin-top: 2rem;
}

.m_kakomi02>*:not(.m_kakomi02_ttl):first-child {
	margin-top: 0;
}

.m_kakomi02+* {
	margin-top: 4rem;
}

.m_kakomi02+.m_kakomi02 {
	margin-top: 4rem;
}

.m_kakomi02_ttl {
	font-size: 1.7rem;
	letter-spacing: 0.08em;
	line-height: calc(25/17);
	padding: 0.95rem 1rem;
	border-radius: 2.5rem;
	background: #fff;
	position: relative;
	margin-bottom: 3.3rem;
	isolation: isolate;
	color: var(--green-1);
	text-align: center;
	margin-top: 0 !important;
}

.m_kakomi02_ttl:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -0.8rem;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	width: 1.4rem;
	aspect-ratio: 1 / 1;
	background: #fff;
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	z-index: -1;
}

/*++++++++++++++++++++++++++++
m_imgbox
++++++++++++++++++++++++++++*/
.m_imgbox {
	flex-direction: column;
	display: flex;
	gap: 3rem;
}

.m_imgbox_head {}

.m_imgbox_head img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.m_imgbox_img {
	flex: 1;
}

.m_imgbox_head>*:first-child,
.m_imgbox_body>*:first-child {
	margin-top: 0;
}

.m_imgbox_img+.m_imgbox_img {
	margin-top: 1rem;
}

:where(.l_under_content) .m_imgbox:is(h3, h4, h5):where(:not(.no_default)):nth-of-type(n + 2) {
	margin-top: 3rem;
}

section>.m_imgbox {
	margin-top: 3rem;
}

section>.m_imgbox+.m_imgbox {
	margin-top: 2rem;
}

/*++++++++++++++++++++++++++++
m_box
++++++++++++++++++++++++++++*/
.m_box {
	--gap: 10vw;
	--child-gap: 3vw;
	flex-direction: column;
	display: flex;
	gap: var(--gap);
	margin-top: calc(var(--under-box-mt));
}

.m_box_item:has(.m_box_child) {
	display: flex;
	gap: var(--child-gap);
	justify-content: space-between;
}

.m_box_child {
	width: calc(50% - var(--child-gap) / 2);
}

.m_box_item>*:first-child,
.m_box_child>*:first-child {
	margin-top: 0;
}

/*++++++++++++++++++++++++++++
m_feature
++++++++++++++++++++++++++++*/
.m_feature {
	margin-top: 4rem;
}

.m_feature_item {
	padding: 3rem 3rem 3rem;
	counter-increment: feature_counter;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	background: var(--gray-color);
	position: relative;
}

.m_feature_item+.m_feature_item {
	margin-top: 3rem;
}

.m_feature_content {
	width: 100%;
}

.m_feature_ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.6rem;
	position: relative;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #808080;
	padding-bottom: 1.2rem;
	font-weight: 500;
}

.m_feature_ttl:before {
	content: "0"counter(feature_counter);
	font-size: 3.1rem;
	line-height: 1;
	margin-bottom: 0.8rem;
	display: block;
	color: var(--main-color);
	font-family: var(--font-en);
	font-weight: 400;
}

.m_feature_item:nth-of-type(10 + n) .m_feature_ttl:before {
	content: counter(flow_counter);
}

.m_feature_img {
	width: 100%;
}

.m_feature .m_kakomi {
	--custom-kakomi-bg-color: #fff;
	padding: 2.5rem;
}

.m_feature_content>.m_kakomi {
	margin-top: 2rem;
}

.m_feature .m_kakomi+.m_kakomi_col {
	margin-top: 2rem;
}

.m_feature :is(h4, h5) {
	margin-top: 3rem;
}

/*++++++++++++++++++++++++++++
m_flow
++++++++++++++++++++++++++++*/
.m_flow {
	margin-top: 4rem;
	--item-gap: 0px;
	position: relative;
}

.m_flow_item {
	border-top: 1px solid var(--brown-2);
	background: #fff;
	padding: 3.4rem 2.5rem;
	counter-increment: flow_counter;
	display: flex;
	flex-direction: column;
	gap: 0rem;
	position: relative;
}

.m_flow_item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2.1rem;
	aspect-ratio: 21/14;
	z-index: 1;
	display: block;
	transform: translate(-50%, 0);
	background: var(--brown-2);
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.m_flow_item:nth-of-type(n + 2) {
	margin-top: var(--item-gap);
}

.m_flow_item:last-of-type {
	border-bottom: 1px solid var(--brown-2);
}

.m_flow_item:first-of-type:before {
	display: none;
}

.m_flow_content {
	width: 100%;
}

.m_flow_content :is(h3, h4, h5):first-child {
	margin-top: 0 !important;
}

.m_flow_content :is(h4, h5) {
	margin-top: 3rem;
}

.m_flow_ttl {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 0;
	position: relative;
	letter-spacing: 0.04em;
	position: relative;
	font-weight: 700;
	display: flex;
	gap: 1.5rem;
	align-items: center;
	flex: 1;
	padding: 0 1rem;
}

.m_flow_ttl span {
	border-bottom: 1px solid var(--main-color);
	flex: 1;
	font-family: var(--font-min);
	color: var(--main-color);
	line-height: 1.8;
	padding-bottom: 1.2rem;
	/* min-height: 7.6rem; */
}

.m_flow_ttl_wrap {
	padding: 0.8rem;
	background: var(--beige);
	border-radius: 4.5rem;
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}

.m_flow_step {
	position: relative;
	outline: 1px solid var(--beige-3);
	outline-offset: -0.5rem;
	background: var(--main-color);
	border-radius: 50%;
	width: 7.4rem;
	aspect-ratio: 1/1;
	font-size: 1.9rem;
	color: #fff;
	font-family: var(--font-en);
	text-align: center;
	padding-top: 0.6rem;
	line-height: calc(25/19);
	font-weight: 400;
	letter-spacing: 0;
}

.m_flow_step:before {
	content: "0"counter(flow_counter);
	font-size: 3.4rem;
	line-height: 1;
	margin-bottom: 0;
	display: block;
	color: #fff;
	font-family: var(--font-en);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	padding-top: 3.1rem;
}

.m_flow_ttl_no_border {
	border: 0 !important;
	padding-bottom: 0 !important;
}

.m_flow_item:nth-of-type(n + 10) .m_flow_step:before {
	content: counter(flow_counter);
}

.m_flow_img {
	width: 100%;
}

.m_flow .m_kakomi {
	margin-top: 4rem;
}

.m_flow .m_imgbox {
	/* flex-direction: column-reverse; */
	gap: 3rem;
}

.m_flow_content>.m_kakomi {
	margin-top: 2rem;
}

.m_flow_content .m_kakomi+.m_kakomi_col {
	margin-top: 2rem;
}

.m_flow :is(h3):where(:not(.no_default)):nth-of-type(n + 2) {
	margin-top: 5rem;
}

.m_flow :is(h4, h5):where(:not(.no_default)):nth-of-type(n + 2) {
	margin-top: 5rem;
}

/*++++++++++++++++++++++++++++
m_tableline
++++++++++++++++++++++++++++*/
.m_tableline {}

.m_tableline :is(td, th) {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 0.8rem 1rem;
	vertical-align: middle;
}

.m_tableline tr {
	border-bottom: 1px solid var(--gray-color);
}

.m_tableline th {
	width: 37%;
	position: relative;
}

.m_tableline th:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 1;
	background: var(--gray-color);
}

.m_tableline td {
	vertical-align: middle;
}

/*++++++++++++++++++++++++++++
m_table
++++++++++++++++++++++++++++*/
.m_table {}

.m_table :is(td, th) {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 0.8rem 1rem;
	vertical-align: middle;
}

.m_table tr {
	border-top: 1px solid var(--gray-color);
}

.m_table tr:nth-of-type(2n + 1) {
	background: var(--gray-color);
}

.m_table tr:last-of-type {
	border-bottom: 1px solid var(--gray-color);
}

.m_table th {
	width: 37%;
}

.m_table td {}

/*++++++++++++++++++++++++++++
m_table02
++++++++++++++++++++++++++++*/

.m_table02 {
	background: #fff;
	overflow: hidden;

}

.m_table02 thead th {
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.15em;
	padding: 1.25rem 1rem;
	background: var(--brown-1);
	color: #fff;
}

.m_table02 thead th:first-of-type {
	background: var(--brown-2);
	width: 15rem;
}

.m_table02 :is(td, th) {
	padding: 2rem;
	line-height: 1.8;
	font-size: 1.5rem;
	border: 1px solid var(--brown-2);
}

.m_table02 tbody tr:nth-of-type(n+2) th {
	border-top: 1px solid #fff;
}

.m_table02:not(:has(thead)) tbody th {
	width: 35%;
}

.m_table02 tbody th {
	text-align: left;
	vertical-align: middle;
	padding: 3rem 1rem;
	background: var(--beige);

}

.m_table02 .m_table02_th_hosoku {
	font-size: 1.7rem;
	display: block;
	margin-top: 1rem;
	letter-spacing: 0.02em;
	color: var(--main-font-color);
	font-weight: 400;
	line-height: 1.8;
}


.m_table02_box_ttl {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	color: var(--main-color);
	padding: 1rem 1rem 1rem 1.5rem;
	position: relative;
	margin-bottom: 1.8rem;
	font-weight: 700;
	line-height: calc(23/15);
	border-left: 3px solid var(--main-color);
	background: var(--beige);
}

.m_table02_box_ttl+* {
	margin: 0;
}

.m_table02 p {
	line-height: 2;
}

.m_table02_box_ttl:not(:first-child) {
	margin-top: 5rem;
}

.m_table02_box_ttl:not(:first-child):after {
	content: "";
	display: block;
	position: absolute;
	top: -2.5rem;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	border-top: 1px solid rgba(138, 125, 92, 0.3);
}

.m_table02 tbody tr:nth-of-type(n+2) td {
	border-top: 1px solid rgba(138, 125, 92, 0.3);
}

/*++++++++++++++++++++++++++++
l_under_mv
++++++++++++++++++++++++++++*/
.l_under_mv {
	position: relative;
	padding: 9rem 0 0;
	margin-bottom: 0;
	isolation: isolate;
}

.l_under_mv:before {
	content: 'Kaneko';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
	font-family: var(--font-en);
	color: #fff;
	font-size: 34rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
}

.l_under_mv_inner {
	margin-top: 0;
	min-height: 25rem;
	position: relative;
}

.l_under_mv_img {
	position: absolute;
	width: 100%;
	right: 0;
	top: 6.9rem;
	height: 18rem;
}

.l_under_mv_img .oft {
	position: relative;
	height: 100%;
	z-index: 1;
	border-radius: 0;
}

.l_under_mv_img .oft {
	position: relative;
	overflow: hidden;
	aspect-ratio: auto;
	height: 100%;
}

.l_under_mv_img img {
	object-position: center center;
}

.l_under_mv_ttl {
	position: relative;
	border-radius: 0;
	padding: 0 3rem;
	margin: 0;
	width: 100%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	text-shadow: 0px 0px 1.1rem rgba(255, 255, 255, 0.55);
}

.l_under_mv_ttl .ja {
	font-size: 1.9rem;
	letter-spacing: 0.12em;
	line-height: 1.6;
	color: var(--green-1);
	padding: 0 1rem 0.5rem;
	font-weight: 600;
}

.l_under_mv_ttl .en {
	font-family: var(--font-en);
	letter-spacing: 0.04em;
	font-size: 6.4rem;
	line-height: 1;
	font-weight: 400;
	color: var(--brown-1);
}

/* l_under_content */
.l_under_content {
	font-size: 1.4rem;
}

.l_under_content .inner {
	padding: 0;
}

:where(.l_under_content)>.block-inner,
:where(.l_under_content)>section {
	padding: 4rem 0 6rem;
	position: relative;
	isolation: isolate;
}

:where(.l_under_content)>.block-inner:before,
:where(.l_under_content)>section:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100 * var(--vw));
	height: 2px;
	z-index: -1;
	transform: translateX(-50%);
	opacity: 0;
	border-top: 1px solid var(--brown-2);
}

:where(.l_under_content)>.block-inner>*:first-child,
:where(.l_under_content)>section>*:first-child,
:where(.l_under_content)>*:first-child {
	margin-top: 0;
}

:where(.l_under_content)>.block-inner+.block-inner:before,
:where(.l_under_content)>section+section:before {
	opacity: 1;
}

:where(.l_under_content) div.clearfix:not(.m_kakomi, .m_kakomi02) {
	margin-top: 0;
}

:where(.l_under_content)>.m_toc:first-child {
	margin-top: 0;
}

:where(.l_under_content) p:where(:not(.no_default)) {
	font-size: var(--under-default-font);
}

:where(.l_under_content) :is(p:where(:not(.no_default, .m_btn_wrap)),
	ul:where(:not(.m_toc_list, .no_default)),
	ol:where(:not(.no_default)),
) {
	margin-top: var(--custom-under-paragraph-mt, var(--under-paragraph-mt));
}

:where(.l_under_content) table {
	margin-top: var(--under-box-mt);
}

:where(.l_under_content) a {
	color: var(--main-color);
}

:where(.l_under_content) strong {
	font-weight: 700;
}

:where(.l_under_content) .alignnone {
	width: 100%;
	max-width: 100%;
}

:where(.l_under_content) .aligncenter,
:where(.l_under_content) .alignleft,
:where(.l_under_content) .alignright {
	margin: 0 auto 1em;
	width: 100%;
	max-width: 100%;
}

:where(.l_under_content) img {
	border-radius: 0;
}

:where(.l_under_content) .m_btn01 {}

/* title */
:where(.l_under_content) .m_toc+h2 {
	margin-top: 3rem;
}

:where(.l_under_content) h2:where(:not(.no_default)) {
	color: var(--main-font-color);
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 3.3rem 0 0;
	margin: 8rem 0 4.7rem;
	text-align: center;
}

.h3>h3 {
	margin-top: 0;
}

:where(.l_under_content) h3:where(:not(.no_default)) {
	font-size: 2.2rem;
	letter-spacing: 0.12em;
	line-height: calc(32/22);
	padding: 6.2rem 0 2rem;
	margin: 4rem 0;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	background: url(../images/icon_ttl.svg) center top / 5rem no-repeat;
	color: var(--green-1);
}

:where(.l_under_content) h3:where(:not(.no_default)):before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3rem;
	height: 2px;
	z-index: 1;
	background: var(--green-1);
}

:where(.l_under_content) h4:where(:not(.no_default)) {
	font-size: 1.7rem;
	letter-spacing: 0.08em;
	line-height: calc(25/17);
	padding: 1.75rem 1.5rem;
	position: relative;
	color: var(--green-1);
	background: #fff;
}

:where(.l_under_content) h4:where(:not(.no_default)) {
	margin: 6rem 0 2rem;
}

.m_kakomi_ttl,
:where(.l_under_content) h5:where(:not(.no_default)) {
	font-weight: 700;
	line-height: calc(23/16);
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	padding: 0.8rem 1.2rem;
	margin: 3rem 0 2rem;
	position: relative;
	color: #fff;
	background: var(--beige-5);
	width: fit-content;
	border-radius: 0.4rem;
}

:where(.l_under_content) :is(h2, h3, h4, h5, h6)+ :is(h2, h3, h4, h5, h6) {
	margin-top: 0;
}

.h3+.h4 h4 {
	margin-top: 0;
}

:root :where(.l_under_content) section> :is(h2, h3, h4, h5, h6)+ :is(div, p, ul, ol) {
	margin-top: 0;
}

/* ul */
:where(.l_under_content) ul:where(:not(.no_default, .m_toc_list, .page-list)) {
	--gap-col: 1rem;
	--gap-row: 1.5rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	padding: 0 1rem;
}

:where(.l_under_content) ul:where(:not(.no_default, .m_toc_list, .page-list)) li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	position: relative;
	padding-left: 1.4rem;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: calc(22/15);
	text-align: left;
}

:where(.l_under_content) ul:where(:not(.no_default, .m_toc_list, .page-list)) li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0rem;
	top: 0.8rem;
	width: 0.6rem;
	aspect-ratio: 1/1;
	background: var(--main-color);
	border-radius: 50%;
}

:where(.l_under_content) ul:where(:not(.no_default, .m_toc_list, .page-list)) li p:first-of-type {
	margin-top: 0;
}

ul.p_ul_no_dots li {
	padding-left: 0 !important;
}

ul.p_ul_no_dots li::before {
	display: none !important;
}

.m_list_long {
	--gap-row: 2.4rem;
}

.m_list_long li {
	line-height: 1.8;
}

.m_list_long li:before {
	top: 1rem;
}

.m_list_long li+li:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(-1 * var(--gap-row) / 2);
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: rgba(138, 125, 92, 0.3);
}

/* ol */
:where(.l_under_content) ol:where(:not(.no_default)) {
	--gap-col: 0rem;
	--gap-row: 0rem;
	--col: 1;
	display: flex;
	flex-direction: column;
	gap: var(--gap-row) var(--gap-col);
}

:where(.l_under_content) ol:where(:not(.no_default)) li {
	counter-increment: counter;
	padding: 1.5rem 0 1.6rem 3rem;
	position: relative;
	font-size: 1.5rem;
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	letter-spacing: 0.08em;
	text-align: left;
	line-height: 2;
	border-bottom: 1px solid rgba(138, 125, 92, 0.3);
}

:where(.l_under_content) ol:where(:not(.no_default)) li:before {
	/* content: "0"counter(counter) "."; */
	content: counter(counter) ".";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	z-index: 1;
	font-family: var(--font-en);
	color: var(--green-1);
	line-height: 1;
	font-size: 2.4rem;
	letter-spacing: 0;
	font-weight: 400;
}

/* :where(.l_under_content) ol:where(:not(.no_default)) li:nth-of-type(n + 10):before {
	content: counter(counter) ".";
} */

/* table */
.table20 td,
.table20 th {
	width: 20% !important;
}

.table25 td,
.table25 th {
	width: 25% !important;
}

.table50 td,
.table50 th {
	width: 50% !important;
}

:is(.p_table_th20,
	.p_table_th30,
	.p_table_th40,
	.p_table_th50,
	.p_table_th20_sp,
	.p_table_th30_sp,
	.p_table_th40_sp,
	.p_table_th50_sp,
	.p_table_th20_pc,
	.p_table_th30_pc,
	.p_table_th40_pc,
	.p_table_th50_pc) {
	table-layout: fixed;
}

:is(.p_table_th20,
	.p_table_th30,
	.p_table_th40,
	.p_table_th50,
	.p_table_th20_sp,
	.p_table_th30_sp,
	.p_table_th40_sp,
	.p_table_th50_sp,
	.p_table_th20_pc,
	.p_table_th30_pc,
	.p_table_th40_pc,
	.p_table_th50_pc) td {
	width: auto;
}

.p_table_th20 th {
	width: 20% !important;
}

.p_table_th30 th {
	width: 30% !important;
}

.p_table_th40 th {
	width: 40% !important;
}

.p_table_th50 th {
	width: 50% !important;
}

.p_table_col02 :is(td, th) {
	width: 50%;
}

.p_table_col04 :is(td, th) {
	width: 25%;
}

.p_table_col05 :is(td, th) {
	width: 20%;
}

:where(.l_under_content) table:where(:not(.no_default)) {
	margin-top: var(--under-box-mt);
	width: 100%;
}

.m_table_scroll {
	margin-top: var(--under-box-mt);
}

/* theadがある場合のカラムの大きさ基準 */
:where(.l_under_content) table:where(:not(.no_default)) thead th {
	width: 50%;
}

/* theadの最初の要素の幅を基準にする */
:where(.l_under_content) table:where(:not(.no_default)).th10 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th10 thead th:first-of-type {
	width: 10% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th20 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th20 thead th:first-of-type {
	width: 20% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th30 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th30 thead th:first-of-type {
	width: 30% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th40 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th40 thead th:first-of-type {
	width: 40% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th50 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th50 thead th:first-of-type {
	width: 50% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th60 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th60 thead th:first-of-type {
	width: 60% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th70 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th70 thead th:first-of-type {
	width: 70% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th80 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th80 thead th:first-of-type {
	width: 80% !important;
}

:where(.l_under_content) table:where(:not(.no_default)).th90 tbody th,
:where(.l_under_content) table:where(:not(.no_default)).th90 thead th:first-of-type {
	width: 90% !important;
}

:where(.l_under_content) table:where(:not(.no_default)):is(.th10, .th20, .th30, .th40, .th50, .th60, .th70, .th80, .th90) tbody td,
:where(.l_under_content) table:where(:not(.no_default)):is(.th10, .th20, .th30, .th40, .th50, .th60, .th70, .th80, .th90) thead th:nth-of-type(n+2) {
	width: auto !important;
}


/* theadがない場合のカラムの大きさ基準 */
:where(.l_under_content) table:where(:not(.no_default)):not(:has(thead)) :is(th, td) {
	width: 50%;
}

:where(.l_under_content) table:where(:not(.no_default)) :is(th, td) {
	font-size: 1.5rem;
	padding: 1.4rem 1rem;
	line-height: 1.5;
	vertical-align: middle;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid var(--brown-2);
}

:where(.l_under_content) table:where(:not(.no_default)) thead th {
	background: var(--brown-1);
	padding: 1.4rem 1rem;
	color: #fff;
}

:where(.l_under_content) table:where(:not(.no_default)) thead th:first-of-type {
	background: var(--brown-2);
	color: #fff;
}


:where(.l_under_content) table:where(:not(.no_default)) tbody th {
	text-align: left;
}

:where(.l_under_content) table:where(:not(.no_default)) tbody th[rowspan]+th,
:where(.l_under_content) table:where(:not(.no_default)) tbody th:first-of-type {
	background: var(--beige);
}

:where(.l_under_content) table:where(:not(.no_default)) tbody td {
	background: #fff;
}

:where(.l_under_content) table:where(:not(.no_default)) tbody td em {
	font-size: 2.6rem;
	font-family: var(--font-en);
	color: var(--main-color);
	font-weight: 400;
	position: relative;
	line-height: 1.1;
	top: 0.05em;
	margin: 0 0.1em;
}

:where(.l_under_content) table:where(:not(.no_default)) tbody td+td {
	border-left: 1px solid var(--gray-color);
}

:where(.l_under_content) table:where(:not(.no_default)) tbody tr {
	border-bottom: 1px solid var(--gray-color);
}

:where(.l_under_content) table:where(:not(.no_default):not(:has(thead))) tbody tr:first-of-type {
	border-top: 1px solid var(--gray-color);
}

:where(.l_under_content) table:where(:not(.no_default):not(:has(thead))) tbody td {
	text-align: left;
}

:where(.l_under_content) table ol:first-of-type,
:where(.l_under_content) table ul:first-of-type,
:where(.l_under_content) table p:first-of-type {
	margin-top: 0;
}

:where(.l_under_content) table ul,
:where(.l_under_content) table ol {
	--gap-row: 0.5rem;
}

.tdl td {
	text-align: left !important;
}

.tdr td {
	text-align: right !important;
}

.tdc td {
	text-align: center !important;
}

:where(.l_under_content) table:where(:not(.no_default):not(:has(thead))) tbody th+th {
	border-right: 1px solid var(--main-color);
}

/*++++++++++++++++++++++++++++
l_under_breadcrumb
++++++++++++++++++++++++++++*/
.l_under_breadcrumb {
	margin: 0 calc(var(--inner-padding) * -1);
	width: calc(100% + var(--inner-padding) * 2);
	padding: 1.5rem var(--inner-padding) 2rem;
	position: relative;
}

.breadcrumbs {
	padding: 0;
	margin-bottom: 0;
	flex-wrap: wrap;
	line-height: 1.2;
	width: fit-content;
	margin-left: auto;
}

.breadcrumbs br {
	display: none !important;
}

.breadcrumbs :is(span, a) {
	text-decoration: none;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.4;
}

.breadcrumbs a {
	display: inline;
	color: var(--main-font-color);
}

.breadcrumbs>span {
	color: var(--main-color);
	position: relative;
	padding-right: 1rem;
	display: inline;
}

.breadcrumbs>span:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -0.4rem;
	width: 0.5rem;
	height: auto;
	aspect-ratio: 500/895;
	margin-left: 1rem;
	background: url(../images/breadcrumbs_arrow.svg) center center / 100% no-repeat;
}

.breadcrumbs>span:last-of-type {
	padding-right: 0;
}

.breadcrumbs>span:last-of-type:after {
	display: none;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
wp-pagenavi
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.wp-pagenavi_wrap {
	display: flex;
	justify-content: center;
}

.wp-pagenavi {
	margin-top: 12vw;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	width: 8vw;
	height: 8vw;
	z-index: 10;
	background: var(--beige_bg);
	color: transparent;
}

.wp-pagenavi .previouspostslink {
	left: 0;
	top: 0;
	order: 1;
}

.wp-pagenavi .nextpostslink {
	right: 0;
	top: 0;
	order: 99;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.8vw;
	height: 1.8vw;
	z-index: 1;
	color: var(--main-font-color);
}

.wp-pagenavi .previouspostslink:before {
	content: "";
	border-left: 1px solid var(--main-color);
	border-top: 1px solid var(--main-color);
	-webkit-transform: translate(-25%, -50%) rotate(-45deg);
	transform: translate(-25%, -50%) rotate(-45deg);
}

.wp-pagenavi .nextpostslink:before {
	content: "";
	border-right: 1px solid var(--main-color);
	border-top: 1px solid var(--main-color);
	-webkit-transform: translate(-75%, -50%) rotate(45deg);
	transform: translate(-75%, -50%) rotate(45deg);
}

.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .current,
.wp-pagenavi .page {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 8vw;
	height: 8vw;
	order: 2;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .current,
.wp-pagenavi .page {
	margin: 0 1vw;
}

.wp-pagenavi .extend {
	margin: 0 -2vw;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page {
	color: var(--main-color);
	background: var(--beige_bg);
}

.wp-pagenavi .current {
	color: #fff;
	background: var(--main-color);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
layout
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*++++++++++++++++++++++++++++
l_archive_page
++++++++++++++++++++++++++++*/
.l_archive_page {
	padding: 2rem 0 7rem;
}

.l_single_ttl {
	margin-top: 4rem;
}

.l_side {
	margin-top: 8rem;
}

.l_side_ttl {
	border-radius: 0.4rem;
	background: var(--main-color);
	color: var(--bgc-w);
	text-align: center;
	min-height: 4rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.l_side_list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.l_side_list li {}

.l_side_list li a {
	display: flex;
	background: var(--beige_bg);
	border-radius: 0.4rem;
	color: var(--main-color);
	padding: 0.5rem 1.8rem;
	min-height: 4rem;
	line-height: 1.44;
	font-weight: 500;
	align-items: center;
	text-decoration: none;
	letter-spacing: 0.08em;
}

.single .l_side {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

/*++++++++++++++++++++++++++++
l_news
++++++++++++++++++++++++++++*/
.l_news_list {
	display: flex;
	flex-direction: column;
}

.l_news_item:first-of-type {
	border-top: rgba(138, 125, 92, 0.3) 1px solid;
}

.l_news_item {
	border-bottom: rgba(138, 125, 92, 0.3) 1px solid;
}

.l_news_item_inner {
	padding: 1.4rem 0.5rem 1.3rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	gap: 1.5rem;
}

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

.l_news_item_date {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-family: var(--font-en);
	font-weight: 400;
	text-align: center;
	min-width: 5rem;
}

.l_news_item_date span {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.04em;
}

.l_news_item_date em {
	margin-top: 0.5rem;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
}


.l_news_item_body {
	overflow: hidden;
	flex: 1;
}

.l_news_item_ttl {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*++++++++++++++++++++++++++++
l_header
++++++++++++++++++++++++++++*/
.l_header_logo a {
	display: block;
	width: 100%;
}

/*++++++++++++++++++++++++++++
l_footer
++++++++++++++++++++++++++++*/
.l_footer {
	border-top: 1px solid var(--brown-2);
	padding: 3rem 0 0;
}

.l_footer .inner {}

.l_footer_logo {
	display: flex;
	width: 27.4rem;
}

.l_footer_info {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 3rem;
}

.l_footer_info_dl {}

.l_footer_info_dl dt {
	font-family: var(--font-en);
	color: var(--green-1);
	font-size: 1.9rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.l_footer_info_dl dd {
	margin-top: 0.8rem;
}

.l_footer_info_dl dd p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.m_map_link {
	position: relative;
	--icon-url: url(../images/icon_map.svg);
	--icon-color: var(--brown-1);
	--icon-size: 2rem;
	position: relative;
	font-size: 1.8rem;
	padding-left: 2rem;
	font-family: var(--font-en);
	color: var(--brown-1);
	font-weight: 400;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.4rem;
}

.m_map_link:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: var(--icon-size);
	aspect-ratio: 1/1;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 1;
}

.l_footer_time {
	padding: 0;
	margin-top: 4rem;
}


.l_footer_bottom {
	background: var(--brown-1);
	padding: 2rem 0 9.5rem;
	border-top: 1px solid var(--brown-2);
	margin-top: 3rem;
}

.l_footer_bnr {
	width: 48%;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.02em;
	margin: 0 auto;
}

.l_footer_bnr a {
	text-decoration: none;
	display: block;
}

.l_footer_bnr span {
	background: #fff;
	display: block;
}

.l_footer_bnr em {
	display: block;
	margin-top: 0.7rem;
	color: #fff;
	font-family: var(--font-gothic);
	font-weight: 400;
	letter-spacing: 0;
}

.l_footer small {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 1.8rem;
	opacity: 0.6;
	letter-spacing: 0.04em;

}

/*-----------------------------
	l_footer_btn
	-----------------------------*/
.l_footer_btn_ttl {
	background: var(--beige-3);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	height: 4.5rem;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: calc(23/15);
	font-weight: 600;
	margin-top: 3rem;
}

.l_footer_btn_ttl strong {
	padding: 0.3rem 0;
	line-height: calc(23/16);
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	color: #fff;
	background: var(--lightgreen-3);
	font-weight: 600;
}

.l_footer_btn_tel {
	--txt01-bg: var(--green-1);
	--txt01-color: #fff;
	--txt02-color: var(--main-font-color);
	--txt03-color: var(--green-1);
	background: #fff;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 9.6rem;
	text-decoration: none;
	margin-top: 1.5rem;
}

.l_footer_btn_tel .txt01 {
	font-size: 1.3rem;
	padding: 0.15rem 1rem;
	letter-spacing: 0.08em;
	background: var(--txt01-bg);
	color: var(--txt01-color);
	line-height: calc(19/13);
	border-radius: 3rem;
	font-weight: 600;
}

.l_footer_btn_tel .txt02 {
	color: var(--txt02-color);
	margin-top: 0.8rem;
	font-family: var(--font-en);
	gap: 0.5rem;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.l_footer_btn_tel .txt02 span {
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.l_footer_btn_tel .txt02 em {
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	line-height: 1;
}

.l_footer_btn_tel .txt03 {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	color: var(--txt03-color);
	font-weight: 500;
	line-height: calc(19/13);
	margin-top: 0.2rem;
}


.l_footer_btn {
	--txt01-bg: var(--lightgreen-3);
	--txt01-color: #fff;
	--txt02-color: #fff;
	background: var(--green-1);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 8rem;
	text-decoration: none;
	margin-top: 1rem;
}

.l_footer_btn {
	&.interview {
		--txt01-bg: rgba(255, 255, 255, 0.3);
		background: var(--brown-1);
	}
}

.l_footer_btn .txt01 {
	font-size: 1.3rem;
	padding: 0.15rem 1rem;
	letter-spacing: 0.08em;
	background: var(--txt01-bg);
	color: var(--txt01-color);
	line-height: calc(19/13);
	border-radius: 3rem;
	font-weight: 600;
}

.l_footer_btn .txt02 {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	color: var(--txt02-color);
	margin-top: 0.5rem;
	font-weight: 600;
	line-height: calc(22/15);
	margin-top: 0.5rem;
}


/*++++++++++++++++++++++++++++
l_fixed
++++++++++++++++++++++++++++*/
.l_fixed {
	--fixed-height: 7.5rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	background: var(--beige-2);
	height: var(--fixed-height);
	padding: 0 0.5rem;
}

.l_fixed_item {
	--icon-url: url(../images/icon_tel.svg);
	--icon-color: var(--green-1);
	--icon-size: 2.8rem;
	position: relative;
	font-family: var(--font-en);
	font-size: 1.1rem;
	line-height: calc(16/11);
	font-weight: 700;
	background: #fff;
	text-decoration: none;
	padding-top: 4rem;
	width: 7.1rem;
	height: 6.5rem;
	text-align: center;
	letter-spacing: 0.08em;
}

.l_fixed_item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.9rem;
	left: 50%;
	transform: translateX(-50%);
	width: var(--icon-size);
	aspect-ratio: 1/1;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 1;
}

.l_fixed_web {
	--icon-url: url(../images/icon_calendar.svg);
	--icon-color: #fff;
	color: #fff;
	background: var(--green-1);
}

.l_fixed_interview {
	--icon-url: url(../images/icon_clipboard.svg);
	--icon-color: #fff;
	color: #fff;
	background: var(--brown-1);
}

.l_fixed_recruit {
	--icon-url: url(../images/icon_recruit.svg);
	--icon-color: #fff;
	color: #fff;
	background: var(--pink-1);
}

.l_fixed_item_pagetop {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--beige-25);
}

.l_fixed_item_pagetop img {
	width: 2.3rem;
}

/*++++++++++++++++++++++++++++
l_pagetop
++++++++++++++++++++++++++++*/
.l_pagetop {
	position: fixed;
	z-index: 99;
	bottom: 1.6rem;
	right: 1.2rem;
	width: 1.1rem;
	transition: var(--default-transition);
}


/*++++++++++++++++++++++++++++
m_slider
++++++++++++++++++++++++++++*/
.m_slider {
	--img-size: 32.5rem;
	--btn-position: -1rem;
	--btn-size: 5rem;
	--ratio-w: 325;
	--ratio-h: 300;
	--ratio: var(--ratio-w) / var(--ratio-h);
	padding: 0;
	margin: 3rem -0.5rem 0;
}

.m_slider .slick-list {
	z-index: 1;
}

.m_slider_main {
	margin: 0 auto;
	position: relative;
}

.m_slider_main .slick-list {
	overflow: visible;
}

.m_slider_main .m_slider_item {
	position: relative;
	margin: 0 0.5rem;
}

.m_slider_main figure {
	position: relative;
	z-index: 1;
	opacity: 0.5;
	transition: var(--default-transition);
}

.m_slider_main figure img {
	width: 100%;
	aspect-ratio: var(--ratio);
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.m_slider_desc {
	background: #fff;
	border-radius: 0;
	padding: 1rem 0.8rem;
	margin: 0;
	position: absolute;
	z-index: 10;
	transition: var(--default-transition);
	opacity: 0;
	top: -1rem;
	right: 1.2rem;
	width: auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.slick-slide.slick-current figure,
.slick-slide.is-active-next figure,
.slick-slide.slick-current .m_slider_desc,
.slick-slide.is-active-next .m_slider_desc {
	opacity: 1;
}

.m_slider_desc_ttl {
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: var(--font-min);
	letter-spacing: 0.08em;
	font-weight: 500;
	color: var(--main-color);
}
.m_slider_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem;
}
.m_slider_arrows {
	position: relative;
	display: flex;
	gap: 0.8rem;
}

.m_slider .slick-arrow {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 4.6rem;
	aspect-ratio: 1/1;
	z-index: 10;
	cursor: pointer;
	background: none;
	border-radius: 50%;
	border: 1px solid rgba(138, 125, 92, 0.3);
}

.m_slider .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-30%, -50%) rotate(-225deg);
	width: 0.74rem;
	aspect-ratio: 1/1;
	z-index: 10;
	cursor: pointer;
	border-right: 1px solid var(--brown-1);
	border-bottom: 1px solid  var(--brown-1);
}

.m_slider .slick-prev {

}

.m_slider .slick-next:before {
		transform: translate(-74%, -50%) rotate(315deg);
}

.m_slider_dots {
	flex: 1;
}

.m_slider .slick-dots {
	display: flex !important;
	text-align: center;
	line-height: 1;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.8rem;
	z-index: 10;
	position: relative;
	margin-top: 0;
}

.m_slider .slick-dots li {
	position: relative;
	width: 0.6rem;
	aspect-ratio: 1/1;
}

.m_slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.m_slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: var(--beige-3);
}

.m_slider li.slick-active button:before {
	background: var(--brown-1);
	opacity: 1;
}

/*++++++++++++++++++++++++++++
m_imgslider
++++++++++++++++++++++++++++*/
.m_imgslider {
	display: flex;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	--speed: 120s;
	--gap: 0rem;
}

.m_imgslider_item:first-child {
	-webkit-animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
	animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.m_imgslider_item {
	-webkit-animation: loop2 var(--speed) linear infinite;
	animation: loop2 var(--speed) linear infinite;
	display: flex;
	width: auto;
	gap: var(--gap);
	padding: 0 calc(var(--gap) / 2);
}

.m_imgslider_item figure {
	width: 33rem;
	overflow: hidden;
	aspect-ratio: 33/22;
}

.m_imgslider_item figure img {
	display: block;
}

@-webkit-keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}


/*++++++++++++++++++++++++++++
l_recruit
++++++++++++++++++++++++++++*/
.l_recruit {
	padding: 4rem 0 5rem;
	background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid var(--brown-2);
}

.inner {}

.l_recruit_block {}

.l_recruit_head {}

.l_recruit_img {
	position: relative;
}

.l_recruit_img img {
	position: relative;
	z-index: 1;
}

.l_recruit_img:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: 1px solid var(--green-1);
}

.l_recruit_body {
	position: relative;
	isolation: isolate;
	margin-top: 4rem;
}

.l_recruit_en {
	position: absolute;
	font-family: var(--font-en);
	color: var(--beige);
	font-size: 11rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
	top: -3.5rem;
	left: 5.5rem;
	z-index: -1;
}

.l_recruit_ttl {
	font-family: var(--font-en);
	color: var(--green-1);
	font-size: 4.8rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
}

.l_recruit_catch {
	margin-top: 2rem;
	font-size: 2rem;
	letter-spacing: 0.12em;
	line-height: 1.6;
	color: var(--brown-1);
}

.l_recruit_catch span {
	color: var(--green-1);
}

.l_recruit_btn {
	margin-top: 2rem;
	display: flex;
	justify-content: flex-end;
}

/*++++++++++++++++++++++++++++
下層 特殊レイアウト
++++++++++++++++++++++++++++*/
.lu_greeting {
	padding: 4rem 0 4rem;
}

.lu_greeting_block {
	position: relative;
}

.lu_greeting_head {
	position: relative;
	padding: 2rem 3.96rem 0 0;
}

.lu_greeting_head .oft {
	position: relative;
	z-index: 1;
	height: 26rem;
	margin-left: -2.5rem;
}

.lu_greeting_en {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: var(--font-en);
	font-size: 6rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
}

.lu_greeting_body {
	margin-top: 4rem;
	position: relative;
	isolation: isolate;
}

.lu_greeting_body:before {
	content: '';
	display: block;
	position: absolute;
	top: 13.5rem;
	left: 13rem;
	width: 22rem;
	height: 53.5rem;
	z-index: 1;
	background: var(--beige-3);
	opacity: 0.8;
}

.lu_greeting_ttl {
	position: relative;
	font-size: 1.7rem;
	line-height: 1;
	padding-left: 2rem;
}

.lu_greeting_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 1rem;
	aspect-ratio: 1/1;
	z-index: 1;
	background: var(--lightgreen-3);
	border-radius: 50%;
}

.lu_greeting_catch {
	margin-top: 3rem;
	color: var(--green-1);
	font-size: 2.2rem;
	letter-spacing: 0.12em;
	line-height: 1.6;
}

.lu_greeting_txt {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 3rem;
}

.lu_greeting_clinic {
	width: 27rem;
	border-bottom: 1px solid var(--green-1);
	color: var(--green-1);
	padding-bottom: 1rem;
	margin: 3rem 0 0 auto;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: calc(22/15);
}

.lu_greeting_name {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	color: var(--green-1);

	span {
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		line-height: calc(23/16);
	}

	em {
		font-size: 2rem;
		letter-spacing: 0.04em;
		line-height: calc(29/20);
	}
}

.lu_staff {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.lu_staff_head {
	position: relative;
	isolation: isolate;

}

.lu_staff_head_en {
	font-family: var(--font-en);
	color: #fff;
	opacity: 0.5;
	font-size: 14rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
	z-index: -1;
	position: absolute;
	top: -6rem;
	left: -3.5rem;
}

.lu_staff_ttl {
	display: flex;
	align-items: center;
	gap: 1rem;

	span {
		font-family: var(--font-en);
		font-size: 4.8rem;
		letter-spacing: 0.04em;
		line-height: 1;
		font-weight: 400;
	}

	em {
		font-size: 1.7rem;
		line-height: 1;
	}
}

.lu_staff_head_txt {
	margin-top: 3rem;
	font-size: 1.5rem;
	line-height: 2;
}

.lu_staff_panel {
	margin-top: 4rem;
	position: relative;
	isolation: isolate;
}

.lu_staff_panel:before {
	content: '';
	display: block;
	position: absolute;
	top: -37rem;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	aspect-ratio: 750/ 2300;
	z-index: -1;
	background: url(../images/under/greeting_bg01_sp.png) center / 100% no-repeat;
}

.lu_staff_panel02:before {
		content: '';
display: block;
position: absolute;
top: 0;
left: 50%;
width: 100vw;
transform: translateX(-50%);
aspect-ratio: 750/ 2300;
z-index: -1;
background: url(../images/under/greeting_bg02_sp.png) center / 100% no-repeat;
}

.lu_staff_panel + .lu_staff_panel {
	margin-top: 6rem;
}

.lu_staff_sub_ttl {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	line-height: calc(32/22);
	justify-content: center;
	gap: 2.5rem;

	&:before {
		content: '';
		display: block;
		height: 1px;
		z-index: 1;
		flex: 1;
		background: var(--brown-2);
	}

	&:after {
		content: '';
		display: block;
		height: 1px;
		z-index: 1;
		flex: 1;
		background: var(--brown-2);
	}
}

.lu_staff_list {
	display: grid;
	padding: 0 1.25rem;
	gap: 3rem;
	margin-top: 4rem;
}

.lu_person {
	background: #fff;
	position: relative;
	isolation: isolate;
	--border-gutter: 0.8rem;
	--color: var(--green-1);
	padding: 2.8rem;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: var(--border-gutter);
		left: var(--border-gutter);
		width: calc(100% - var(--border-gutter) * 2);
		height: calc(100% - var(--border-gutter) * 2);
		z-index: -5;
		border: 1px solid rgba(138, 125, 92, 0.3);
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -10;
		width: 12rem;
		aspect-ratio: 1 / 1;
		background: var(--beige-2);
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
		clip-path: polygon(100% 100%, 100% 0, 0 100%);
		opacity: 0.5;
	}
}

.lu_person02 {
	--color: var(--brown-1);
}

.lu_person_tag {
	position: absolute;
	top: -0.6rem;
	right: 1.5rem;
	padding: 0.6rem;
	z-index: 10;
	background: var(--color);
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.lu_person_img {
	padding: 0 0.2rem;
	margin: 0 auto;
}

.lu_person_name {
	color: var(--color);
	text-align: center;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid rgba(138, 125, 92, 0.3);
	font-weight: 700;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
}

.lu_person_txt {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.6;
}



.lu_clinic_wrap {
	padding-bottom: 6rem;
}

.lu_clinic {
	padding-top: 4rem;
}

.lu_clinic_block {

}

.lu_clinic_head {
	position: relative;
	padding-right: 5rem;
}

.lu_clinic_head figure.oft {
	height: 26rem;
	margin-left: -2.5rem;
}

.lu_clinic_en {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	padding-top: 2.2rem;
	font-family: var(--font-en);
	color: var(--brown-1);
	font-size: 2.2rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
}

.lu_clinic_en:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1rem;
	aspect-ratio: 1/1;
	z-index: 1;
	background: var(--lightgreen-3);
	border-radius: 50%;
}

.lu_clinic_body {

}

.lu_clinic_txt {
	padding: 3rem 0 0 2rem;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
}

.lu_clinic_col {
	margin-top: 4rem;
	display: grid;
	gap: 4rem;
}

.lu_clinic_col_item {

}

.lu_clinic_table {
	margin-top: 0;
}
.lu_clinic_table tr {
	border-bottom: 1px solid rgba(138, 125, 92, 0.3);
}
.lu_clinic_table tr:first-of-type {
	border-top: 1px solid rgba(138, 125, 92, 0.3);
}
.lu_clinic_table :is(td,th) {
	padding: 1rem 0;
	vertical-align: middle;
	line-height: 1.6;
	font-size: 1.5rem;
}

.lu_clinic_table td {
	font-weight: 400;
	}

.lu_clinic_table th {
	padding-left: 0.5rem;
	padding-right: 1rem;
	width: 8rem;
	vertical-align: middle;
	color: var(--green-1);
	font-weight: 700;
}

.lu_clinic_time table {
	margin-top: 0;
}

.lu_clinic_supports {
	display: grid;
	gap: 0.9rem;
	margin-top: 4rem;
}

.lu_clinic_support {
	background: #fff;
	padding: 1.5rem;
}

.lu_clinic_support_img {
	display: block;
}

.lu_clinic_support_ttl {
	margin-top: 1.6rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid var(--green-1);
	text-align: center;
	color: var(--green-1);
	font-size: 1.9rem;
	line-height: calc(28/19);
}

.lu_clinic_support_list {
	margin-top: 1.6rem;
	padding: 2rem 1.6rem;
	display: flex;
	justify-content: center;
	gap: 0.6rem;
	flex-direction: column;
	border-radius: 0.4rem;
	background: var(--beige);
}

.lu_clinic_support_list li {
	position: relative;
	padding-left: 1.4rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: calc(22/15);
}

.lu_clinic_support_list li:before {
	content: '';
display: block;
position: absolute;
top: 0.8rem;
left: 0;
width: 0.6rem;
aspect-ratio: 1/1;
background: var(--lightgreen-3);
z-index: 1;
border-radius: 50%;
}

.lu_clinic_hosoku {
	margin-top: 1.6rem;
	color: var(--brown-1);
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
}

.lu_access {
	margin-top: 6rem;
}

.lu_access_map {

}

.lu_access_ttl {
	position: relative;
	padding-left: 1.9rem;
	display: flex;
	align-items: center;
	color: var(--green-1);
	font-size: 1.7rem;
	letter-spacing: 0.12em;
	line-height: 1.6;
	gap: 1rem;
	margin-top: 4rem;
}

.lu_access_ttl:before {
	content: '';
    display: block;
    position: absolute;
    top: 1rem;
    left: 0.2rem;
    width: 0.8rem;
    aspect-ratio: 1 / 1;
    z-index: 1;
    rotate: 45deg;
    border: 1px solid var(--green-1);
}

.lu_access_ttl:after {
	content: '';
display: block;
flex: 1;
height: 1px;
z-index: 1;
background: var(--green-1);
}

.lu_access_list {
	display: grid;
	gap: 0.5rem;
	margin-top: 2.5rem;
}

.lu_access_list li {
	font-weight: 700;
	line-height: 1.8;
	font-size: 1.6rem;
}

.lu_access_list li:before {
	content: '●';
	color: var(--green-1);
}

.lu_access_txt {
	margin-top: 2.5rem;
	line-height: 2;
	font-size: 1.5;
	letter-spacing: 0.08em;
}

.lu_access_hosoku {
	margin-top: 1.6rem;
	color: var(--brown-1);
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
}

.lu_access_links {
	display: grid;
	gap: 0.8rem;
	margin-top: 4rem;
}

.lu_access_link {
	text-decoration: none;
	padding: 1.8rem 0;
	background: #fff;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	border-radius: 0.4rem;
	color: var(--main-font-color);
}

.lu_facility {
	margin-top: 8rem;
	position: relative;
}

.lu_facility_en {
	font-family: var(--font-en);
	color: #fff;
	opacity: 0.5;
	font-size: 14rem;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 400;
	z-index: -1;
	position: absolute;
	top: -6rem;
	left: -3.5rem;
}


.lu_facility_ttl {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 4rem;

	span {
		font-family: var(--font-en);
		font-size: 4.8rem;
		letter-spacing: 0.04em;
		line-height: 1;
		font-weight: 400;
	}

	em {
		font-size: 1.7rem;
		line-height: 1;
	}

}

.lu_facility_slider {

}

/*++++++++++++++++++++++++++++
blog
++++++++++++++++++++++++++++*/
.l_blog_list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2rem;
}

.m_blog_inner {
	text-decoration: none;
	display: block;
}

.m_blog_img {
	height: 11rem;
}

.m_blog_date {
    margin-top: 1.4rem;
    font-family: var(--font-en);
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 400;
}

.m_blog_ttl {
	    line-height: 1.8;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.6rem;
}

/*++++++++++++++++++++++++++++
balloon
++++++++++++++++++++++++++++*/
.balloon {
	--ballon-color: #fff;
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
}

.balloon:has(.balloon-right) {
	flex-direction: row-reverse;
}
.balloon + .balloon {
	margin-top: 2rem;
}
.balloon-left_icon,
.balloon-right_icon {
	width: 8rem;
}
.balloon-left, .balloon-right {
	flex: 1;
	border-width: 2px;
	border-color: var(--ballon-color);
	background: var(--ballon-color);
	position: relative;
	padding: 1rem;
	border-style: solid;
	border-radius: 1rem;
}
.balloon-left:before {
content: '';
    display: block;
    position: absolute;
    top: 2.3rem;
    left: -0.4rem;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    aspect-ratio: 1 / 2;
    background: var(--ballon-color);
    -webkit-clip-path: polygon(100% 100%, 0 50%, 100% 0);
    clip-path: polygon(100% 100%, 0 50%, 100% 0);
}
.balloon-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.3rem;
right: -1.7rem;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    aspect-ratio: 1 / 2;
    background: var(--ballon-color);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.balloon-left p:first-child, 
.balloon-right p:first-child {
	margin-top: 0 !important;
}

.balloon-left p,
.balloon-right p {
	line-height: 1.8;
	font-size: 1.5rem;
}