@charset "utf-8";

:root {
	/*-----------------------------
	common
	-----------------------------*/
	--vw: 1vw;
	--vh: 1vh;
	--inner-padding: 2.5rem;
	/* タブレット時はviewportを固定する */
	--tb-breakpoint: 1200px;
	--color-opacity: 1;
	--main-font-color: #616161;
	--txt-color02: #66625E;
	--gray-color: #cec9c6;
	--bgc-w: #fff;

	--main-color: var(--gold);
	--beige_bg: #EFE8DA;
	--beige_bg_light: #F9F4E9;
	--gold: #AD996F;
	--green: #639152;
	--brown: #8C7952;
	--txt-brown: #846E41;
	--white: #FFFDF1;

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

	--trim-noto-top: 0.6em;
	--trim-noto-bottom: 0.55em;
	--font-main: var(--font-min);
	--font-min: YakuHanMP, "Noto Serif JP", serif;
	--font-en: "Cinzel", serif;
	--font-num: '';
	--font-gothic: YakuHanJP, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system, BlinkMacSystemFont, arial, helvetica, 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.4rem;
	--under-box-mt: 3rem;
	--under-paragraph-mt: 1.5rem;
	--under-btn-mt: 3.5rem;
}

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

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

body {
	background: var(--beige_bg);
}

.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
++++++++++++++++++++++++++++*/
.m_btn01 {
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: var(--gold);
	--icon-size: 0.6rem;
	--circle-size: 2.2rem;
	--circle-color: rgba(255, 253, 241, 0.7);
	--icon-right: 0rem;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	color: #fff;
	background: var(--custom-btn-bg-color, var(--gold));
	font-size: 1.7rem;
	line-height: calc(27/17);
	letter-spacing: 0.15em;
	padding: 1rem 2rem;
	min-height: 5.5rem;
	margin: var(--under-btn-mt, 0px) auto 0;
	border-radius: 0.5rem;
}

.m_btn01 em {
	position: relative;
	padding-right: 3.7rem;
}

.m_btn01 em:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(0.8rem + var(--icon-right));
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	transform: translateY(-50%);
}

.m_btn01 em:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: var(--icon-right);
	width: var(--circle-size);
	aspect-ratio: 1/1;
	z-index: 1;
	border-radius: 50%;
	background: var(--circle-color);
	transform: translateY(-50%);
}

.m_btn_wrap {
	margin-top: var(--under-btn-mt, 0px);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0 1rem;
}

.m_btn_wrap :is(.m_btn01, .m_btn02, .m_btn03) {
	margin-top: 0;
}

:where(.l_under_content) .m_btn01 {
	margin-top: 3.4rem;
	background: var(--green);
		--icon-color: var(--green);
	--circle-color: var(--white);
}

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

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

/*++++++++++++++++++++++++++++
m_toc
++++++++++++++++++++++++++++*/
.m_toc {
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: #FFFDF1;
	--icon-size: 0.5rem;
	--circle-size: 1.7rem;
	--circle-color: var(--gold);
	--circle-top: 50%;
	position: relative;
	isolation: isolate;
	margin-bottom: 0;
}

.m_toc_list {
	--gap-col: 0px;
	--gap-row: 1.1rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	isolation: isolate;

}

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

.m_toc_list a {
	line-height: 1.5;
	font-size: 1.5rem;
	text-decoration: none;
	position: relative;
	width: 100%;
	display: flex;
	color: var(--main-font-color);
	font-weight: 600;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--gold);
	border-radius: 0.5rem;
	padding: 1.4rem 1rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.m_toc_list a em {
	position: relative;
		padding: 0 calc(var(--circle-size) + 1rem) 0 0;
}

.m_toc_list a em:before {
	content: '';
	display: block;
	position: absolute;
	top: var(--circle-top);
	right: 0.6rem;
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 2;
	transform: translateY(-50%) rotate(90deg);
}

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

/*++++++++++++++++++++++++++++
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
++++++++++++++++++++++++++++*/
.m_checklist {
	--gap-col: 1rem;
	--gap-row: 0.9rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	margin-top: var(--under-paragraph-mt);
}

.m_checklist li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	background: var(--beige_bg);
	padding: 1rem 1rem 1rem 4rem;
	border-radius: 0.4rem;
	text-align: left;
}

.m_checklist li:before {
	content: "";
	display: block;
	position: absolute;
	top: 1.1rem;
	left: 1rem;
	z-index: 5;
	width: 2rem;
	aspect-ratio: 1/1;
	-webkit-mask: url(../images/icon_check.svg) center / 100% no-repeat;
	mask: url(../images/icon_check.svg) center / 100% no-repeat;
	background: var(--main-color);
}

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

.m_timetable thead,
.m_timetable tbody {
	display: block;
}

.m_timetable thead {
	background: var(--green);
	border-radius: 0.3rem;
	color: #fff;
}

.m_timetable.no_default tr {
	display: grid;
	grid-template-columns: 10.4rem repeat(8, 1fr);
	position: relative;
	margin-top: 0.9rem;
	padding-right: 0.9rem;
}

.m_timetable tbody tr {
	background: #fff;
	border-radius: 0.3rem;
}

.m_timetable :is(td, th) {
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: center;
	padding: 1.1rem 0 1rem;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	position: relative;
}

.m_timetable th {}

.m_timetable thead th {
	padding: 1.1rem 0 1rem;
}

.m_timetable thead th:first-of-type {
	letter-spacing: 0.12em;
}

.m_timetable tbody tr {}

.m_timetable tbody th {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: 600;
}

.m_timetable tbody td {

	color: var(--green);
}

.m_timetable tbody td.close {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.m_timetable tbody td.close:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.5rem;
	height: 0.3rem;
	z-index: 1;
	background: var(--green);
}

.m_table_hosoku {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 1.2rem;
	color: #fff;
	letter-spacing: 0.1em;
}

/*++++++++++++++++++++++++++++
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;
}

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

.m_faq_head {
	position: relative;
	--icon-right: 1.4rem;
	--icon-width: 1.4rem;
	--icon-color: var(--gold);
}

.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: 1rem 3.3rem 1rem 1.5rem;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	display: flex;
	cursor: pointer;
	/* background: #fff; */
	align-items: center;
	font-weight: 600;
	font-family: var(--font-min);
	border-bottom: 1px solid var(--gold);
}

.m_faq_ttl:before {
	content: "Q";
	display: block;
	position: relative;
	font-size: 2.4rem;
	width: auto;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 0.9rem;
	color: var(--main-color);
	padding-bottom: 0;
	top: -0.1em;
	line-height: 1;
}

.m_faq_ttl:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	width: 3rem;
	aspect-ratio: 1/1;
	z-index: 1;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0.3rem;
	transform: translateY(-50%);
}

.m_faq_body {
	padding: 2rem;
	display: none;
	background: #fff;
	width: calc(100% - 2rem);
	margin: 2rem auto 0;
	border-radius: 0.5rem;
}

.m_faq_body p {
	line-height: 1.9;
}

.m_faq_body .m_btn01 {
	margin-top: 0;
}

.m_faq_body .m_btn_wrap {
	margin-top: 2.5rem;
}

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

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

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

/*++++++++++++++++++++++++++++
m_kakomi
++++++++++++++++++++++++++++*/
.m_kakomi {
	padding: 2rem;
	position: relative;
	z-index: 1;
	margin: 4rem 0 0;
	background: var(--custom-kakomi-bg-color, #fff);
	border-radius: 0.5rem;
}
h4 + .m_kakomi {
	margin-top: 3rem;
}
p + .m_kakomi {
	margin-top: 1.5rem;
}
.m_kakomi .m_h4_box {
	padding: 0;
}

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

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

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

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

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

.m_kakomi :is(.m_kakomi_ttl, h3, h4, h5):first-child {
	margin-top: 0;
}

:where(.m_kakomi) .m_imgbox {
	margin-top: 3rem;
}

.m_kakomi h4,
.m_kakomi .m_kakomi_ttl {
	border: 0;
	border-bottom: 1px solid var(--gold);
	border-radius: 0;
	width: 100%;
	color: var(--main-font-color);
	font-weight: 600;
	font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 0.5rem 1rem 0.6rem 1.3rem;
}

/*++++++++++++++++++++++++++++
m_kakomi02
++++++++++++++++++++++++++++*/
.m_kakomi02 {
	border-radius: 0.8rem;
	padding: 5.7rem 2rem 6rem;
	margin: 6rem -2rem 0;
	box-shadow: 0px 0px 2.4rem 0px rgba(45, 36, 28, 0.15);
	background: #fff;
	position: relative;
}


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

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

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

.m_kakomi02:has(.m_kakomi_ttl02) {
	margin-top: 9rem;
}

.m_kakomi_ttl02 {
	--border-gutter: 0.6rem;
	font-family: var(--font-min);
	position: relative;
	top: 0;
	font-size: 1.6rem;
	letter-spacing: 0;
	color: #fff;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 28.9rem;
	min-height: 8.4rem;
	margin: -11rem auto 3rem;
	padding: 1.2rem 1.3rem;
	font-weight: 500;
	border-radius: 0.8rem;
	background: var(--main-color);
	text-align: center;
	isolation: isolate;
}

.m_kakomi_ttl02: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: -1;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0.5rem;
}

.m_kakomi_ttl02:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 88%);
	width: 1.2rem;
	aspect-ratio: 1/1;
	background: var(--main-color);
	-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
}

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

.m_imgbox h3 {
	margin-bottom: 1.5rem;
}
.m_imgbox h4 {
	margin-top: 3rem;
}

.m_imgbox_head {}

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

.m_imgbox_img {
	flex: 1;
}

.m_imgbox_img img {
	border-radius: 0.5rem;
}

p.m_imgbox_img {
	padding: 0;
}

.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: 5rem;
}

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

/*++++++++++++++++++++++++++++
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: 3.5rem;
	position: relative;
}

.m_flow_item {
	padding: 0;
	counter-increment: flow_counter;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	position: relative;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--gold);
}

.m_flow_item:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0rem;
	left: 50%;
	width: 3rem;
	aspect-ratio: 2/1;
	z-index: 1;
	display: block;
	transform: translate(-50%, 99%);
	background: var(--main-color);
	-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:before {
	display: none;
}

.m_flow_head p {
	padding: 0;
}

.m_flow_head img {
	border-radius: 0.5rem;
}

.m_flow_body {
	margin-top: 0;
}

.m_flow_body p {
	font-weight: 600;
}

.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_wrap {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 1.2rem;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid var(--gold);
}

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

.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;
}

.m_flow_step {
	position: relative;
	background: var(--gold);
	border-radius: 50%;
	width: 6.5rem;
	aspect-ratio: 1/1;
	font-size: 1.3rem;
	color: #fff;
	font-family: var(--font-en);
	text-align: center;
	padding-top: 1.2rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 400;
}

.m_flow_step:before {
	content: "0"counter(flow_counter);
	font-size: 2.9rem;
	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: 2.6rem;
	font-weight: 400;
}

.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: 2rem;
}

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

.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(--main-color);
	color: #fff;
}

.m_table02 thead th:first-of-type {
	background: var(--main-color);
	width: 16rem;
}

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

.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;
	font-weight: 500;

}

.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.4rem;
	letter-spacing: 0.14em;
	color: var(--main-color);
	padding: 0 0 1rem 1.6rem;
	position: relative;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: calc(20/14);
	border-bottom: 1px solid var(--main-color);
}

.m_table02_box_ttl+* {
	margin: 0;
}

.m_table02 p {
	line-height: 1.9;
}

.m_table02_box_ttl:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.9rem;
	left: 0rem;
	z-index: 1;
	width: 0.8rem;
	aspect-ratio: 1/1;
	background: var(--main-color);
}

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

.m_table02_box_ttl:not(:first-child):after {
	content: "";
	display: block;
	position: absolute;
	top: -2rem;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	border-top: 1px dashed var(--grey_line);
}

.m_table02 tbody tr:nth-of-type(n+2) td {
	border-top: 1px solid var(--grey_line);
}

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

.l_under_mv_inner {
	margin-top: 0;
	min-height: 30rem;
	display: flex;
	align-items: flex-end;
	position: relative;
	padding: var(--header-height) 2.5rem 0;
}

.l_under_mv_inner:before {
		content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 12.1rem;
	aspect-ratio: 145/260;
	-webkit-mask: url(../images/u_mv_triangle01_sp.svg) center / 100% no-repeat;
	mask: url(../images/u_mv_triangle01_sp.svg) center / 100% no-repeat;
	background: #FFFDF1;
	opacity: 0.5;
}

.l_under_mv_inner:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 12.5rem;
	aspect-ratio: 145/260;
	-webkit-mask: url(../images/u_mv_triangle02_sp.svg) center / 100% no-repeat;
	mask: url(../images/u_mv_triangle02_sp.svg) center / 100% no-repeat;
	background: rgba(99, 145, 82, 0.25);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.l_under_mv_img {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.l_under_mv_img:before {
	content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
	background: linear-gradient(180deg, rgba(35, 38, 33, 0) 0%, rgba(57, 73, 49, 0.5) 100%);

}

.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 {
	border-radius: 0;
	padding: 0 3rem 2.5rem 4rem;
	margin: 0;
	width: 100%;
	z-index: 5;
	display: flex;
	color: var(--main-color);
	filter:drop-shadow(0px 0px 10px rgba(36, 45, 34, 0.25));
	text-align: left;
	color: #fff;
	font-size: 2.3rem;
	position: relative;
	line-height: 1.6;
}

.l_under_mv_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0.3rem;
	width: 3.1rem;
	aspect-ratio: 46/51;
	z-index: 1;
	-webkit-mask: url(../images/icon_logo.svg) center / 100% no-repeat;
	mask: url(../images/icon_logo.svg) center / 100% no-repeat;
	background: #fff;
}

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

.l_under_content .inner {
	padding: 0;
}

:where(.l_under_content)>section {
	padding: 8rem 0 0;
	position: relative;
	isolation: isolate;
}

:where(.l_under_content)>section:first-of-type {
	padding: 6rem 0 0;
}

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

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

:where(.l_under_content)>section+section:before {
	opacity: 1;
}

:where(.l_under_content) div.clearfix {
	margin-top: 0 !important;
}

: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);
	padding: 0 1rem;
}

: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) .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: 600;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: 8rem 0 3.5rem;
	text-align: center;
}

:where(.l_under_content) h2:where(:not(.no_default)) em {
	padding-left: 3.9rem;
	background: url(../images/icon_logo.svg) left top / 3rem no-repeat;
}

:where(.l_under_content) h3:where(:not(.no_default)) {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 0.9rem 1.5rem;
	margin: 4rem 0 3rem;
	position: relative;
	border-bottom: 1px solid var(--gold);
}

.m_h4_box {
	padding: 0 1rem;
}

:where(.l_under_content) h4:where(:not(.no_default)) {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 0.5rem 1rem 0.6rem 1.3rem;
	position: relative;
	color: #846E41;
	border: 1px solid var(--gold);
	border-radius: 0.5rem;
	width: fit-content;
}

:where(.l_under_content) h4:where(:not(.no_default)) {
	margin: 3.5rem 0 1.5rem;
}

:where(.l_under_content) h5:where(:not(.no_default)) {
	font-weight: 500;
	line-height: 1.7;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	padding: 0.3rem 1rem;
	margin: 2.5rem 0 1.4rem;
	position: relative;
	color: #fff;
	background: var(--green);
	border: 1px solid var(--green);
	width: fit-content;
}

:where(.l_under_content) h5:where(:not(.no_default)):before {
	content: "";
	display: none;
	position: absolute;
	top: 0.6rem;
	left: 0.8rem;
	width: 1.2rem;
	aspect-ratio: 1/1;
	z-index: 1;
	background: var(--green);
	border-radius: 50%;
}

:where(.l_under_content) :is(h2, h3, h4, h5, h6)+ :is(h2, h3, h4, h5, h6) {
	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)) {
	--gap-col: 1rem;
	--gap-row: 1rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
}

:where(.l_under_content) ul:where(:not(.no_default, .m_toc_list)) li {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	position: relative;
	padding-left: 1.8rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: left;
	font-weight: 500;
}

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

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

:where(.l_under_content) .m_list_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

:where(.l_under_content) .m_list_flex li {
	position: relative;
	padding: 1rem 1.3rem 1rem 2.9rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: left;
	background: #fff;
	border-radius: 0.5rem;
	font-weight: 500;
}

:where(.l_under_content) .m_list_flex li:before {
	content: "";
	display: block;
	position: absolute;
	left: 1.1rem;
	top: 1.8rem;
	width: 0.8rem;
	aspect-ratio: 1/1;
	background: var(--main-color);
	border-radius: 50%;
}


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: 4rem;
}

.m_list_long li+li:after {
	content: "";
	display: block;
	position: absolute;
	top: -2rem;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background: var(--gray-color);
}

/* ol */
:where(.l_under_content) ol:where(:not(.no_default)) {
	--gap-col: 1rem;
	--gap-row: 1.7rem;
	--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: 0 0 0 3.4rem;
	position: relative;
	font-size: 1.4rem;
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	letter-spacing: 0.15em;
	width: fit-content;
	text-align: left;
	font-weight: 600;
}

:where(.l_under_content) ol:where(:not(.no_default)) li:before {
	content: "0"counter(counter);
	/* content: counter(counter) "."; */
	display: block;
	position: absolute;
	top: 0.22em;
	left: 0;
	z-index: 1;
	font-family: var(--font-en);
	color: #866100;
	line-height: 1;
	font-size: 2rem;
	letter-spacing: 0.03em;
	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);
}

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

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

/* 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)) {
	overflow: hidden;
	border-radius: 0.3rem;
	border: 1px solid var(--gold);
	border-collapse: separate;
}
: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.5rem 1rem;
	line-height: 1.5;
	vertical-align: middle;
	letter-spacing: 0.1em;
	text-align: center;
	/* border: 1px solid var(--gold); */
	background: #fff;
	font-weight: 600;
		color: #6D635B;

}
:where(.l_under_content) table:where(:not(.no_default)) :is(th, td) {
	border-right: 1px solid var(--gold);
}

:where(.l_under_content) table:where(:not(.no_default)) :is(th, td):last-child {
	border-right: 0;
}

:where(.l_under_content) table:where(:not(.no_default)) tbody :is(th, td) {
	border-top: 1px solid var(--gold);
}

:where(.l_under_content) table:where(:not(.no_default)):not(:has(thead)) tbody tr:first-of-type :is(th, td) {
	border-top: 0;
}

:where(.l_under_content) table:where(:not(.no_default)) thead th {
	background: #EEE4D4;
	padding: 1.4rem 1rem;
}

:where(.l_under_content) table:where(:not(.no_default)) thead th:first-of-type {
	background: #E0D4C1;
}

:where(.l_under_content) table:where(:not(.no_default)) thead th:empty {
	background: none;
}

:where(.l_under_content) table:where(:not(.no_default)) tbody th {
	text-align: left;
	background: #fff;
	color: var(--brown);
}

: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 {

}

:where(.l_under_content) table:where(:not(.no_default)):not(:has(thead)) tbody th[rowspan] {
	text-align: center;
	background: #E0D4C1;
		color: #6D635B;

}

:where(.l_under_content) table:where(:not(.no_default)):not(:has(thead)) tbody th {
	text-align: center;
	background: #E0D4C1;
		color: #6D635B;
}


:where(.l_under_content) table:where(:not(.no_default)) tbody td em {
	font-size: 2rem;
	font-weight: 500;
	position: relative;
	line-height: 1.4;
	top: 0em;
	margin: 0 0.1em;
}


: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: 3rem var(--inner-padding) 2.5rem;
	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-font-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: 6/11;
	margin-left: 1rem;
	background: url(../images/icon_arrow05.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: #639152;
	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 #FFFDF1;
	border-top: 1px solid #FFFDF1;
	-webkit-transform: translate(-25%, -50%) rotate(-45deg);
	transform: translate(-25%, -50%) rotate(-45deg);
}

.wp-pagenavi .nextpostslink:before {
	content: "";
	border-right: 1px solid #FFFDF1;
	border-top: 1px solid #FFFDF1;
	-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: #846E41;
	background: #F9F4E9;
	font-family: var(--font-en);
}

.wp-pagenavi .current {
	/* color: #fff; */
	background: #F9F4E9;
	border: 1px solid #AD996F;
		font-family: var(--font-en);
		color: #846E41;
}

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

.l_single_ttl {
	margin-top: 4rem;
}

.l_single_ttl_in {
	color: var(--main-font-color);
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 8rem 0 3.5rem;
    text-align: center;
}

.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 {
	border-bottom: var(--gold) 1px solid;
}

.l_news_item_inner {
	padding: 2.1rem 0.4rem 2.1rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	gap: 1.2rem;
}

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

.l_news_item_date {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.5rem;
	color: #8C7952;
}

.l_news_item_cat {
	line-height: 1.2;
	font-size: 1.2rem;
	background: var(--gold);
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0.3rem 1.1rem 0.3rem;
	color: #fff;
	display: flex;
	align-items: center;
	border-radius: 0.3rem;
}

.l_news_item_body {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.l_news_item_ttl {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid var(--gold);
	border-radius: 0.3rem;
	font-weight: 700;
	padding: 0.4rem 1rem;
	width: fit-content;
	max-width: 100%;
	color: #846E41;
	margin-top: 1rem;
}

.l_news_item_txt {
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 1rem;
}

.l_news_thumbnail {
	border-radius: 0.5rem;
}

/*++++++++++++++++++++++++++++
l_news_item02
++++++++++++++++++++++++++++*/

.l_news_item02 {
	border-bottom: #C3AB8C 1px solid;
}

.l_news_item02_inner {
	padding: 0.9rem 1.5rem 1.6rem 1rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

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

.l_news_item02_date {
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.l_news_item02_body {
	overflow: hidden;
}

.l_news_item02_ttl {
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 500;
}


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

/*++++++++++++++++++++++++++++
l_footer
++++++++++++++++++++++++++++*/
.l_footer {
	padding: 6.4rem 0 6rem;
	background: var(--beige_bg_light);
}

.underpage .l_footer {
	margin-top: 8rem;
}

body:has(#front_main) .l_footer{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: url(../images/top/wrap03_bg_sp.png) center / cover no-repeat;
		z-index: -1;
	}
}


.l_footer .inner {}

.l_footer_logo {
	display: block;
	width: 35rem;
	margin: 0 auto;
}

.l_footer_data {
	margin-top: 2.66rem;
}

.l_footer_data+.l_footer_data {
	margin-top: 1.9rem;
}

.l_footer_data dt {
	background: #E8E1D4;
	color: var(--txt-brown);
	padding: 1rem 0;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	line-height: calc(20/15);
	font-weight: 600;
	text-align: center;
}

.l_footer_data dd {
	margin: 1.3rem auto 0;
	width: fit-content;
	color: #66625E;
}

.l_footer_data_subject {
	letter-spacing: 0.15em;
	line-height: calc(20/15);
	font-weight: 600;
	text-align: center;
}

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

.l_footer_data_tel span {
	font-family: var(--font-en);
	font-size: 1.6rem;
	letter-spacing: 0.14em;
	line-height: calc(20/16);
	font-weight: 700;
}

.l_footer_data_tel em {
	font-family: var(--font-en);
	font-size: 2.9rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.l_footer_data_address {
	margin-top: 0.5rem;
	line-height: calc(20/15);
	letter-spacing: 0.15em;
	font-weight: 600;
	font-size: 1.5rem;
}

.m_map_link {
	position: relative;
}

.m_map_link {
	--icon-url: url(../images/icon_map.svg);
	--icon-color: #fff;
	--icon-size: 1.8rem;
	position: relative;
	font-size: 1.3rem;
	font-weight: 500;
	padding-left: 2.1rem;
}

.m_map_link:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.2rem;
	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_body {
	border-top: 1px solid var(--gold);
	margin-top: 3rem;
	padding-top: 3.7rem;
}

.l_footer_body .m_map {
	height: 18rem;
}

.l_footer_body .l_footer_map_link {
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: calc(30/17);
	color: var(--brown);
	text-decoration: none;
	gap: 1rem;
	min-height: 6rem;
	margin-top: 2rem;
	padding-right: 1rem;
}

.l_footer_body .l_footer_map_link:before {
	content: '';
	display: inline-block;
	width: 2rem;
	aspect-ratio: 24/33;
	background: url(../images/icon_pin.svg) center / 100% no-repeat;
}

.l_footer_address {
	line-height: 2;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	margin-top: 1.6rem;
}

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

.l_footer_time .m_timetable thead th {
	padding: 0.8rem 0 0.8rem;
}

.l_footer_bottom {
	padding: 4.1rem 0 2.7rem;
	background: url(../images/footer_scales01_sp.png) left top / 21.4rem no-repeat,
		url(../images/footer_scales02_sp.png) right bottom / 19.5rem no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 4rem;
}

.l_footer_btn_wrap {
	display: grid;
	gap: 1.5rem;
	margin: 0 auto;
	width: fit-content;
}

.l_footer_btn {
	position: relative;
	--icon-url: url(../images/icon_arrow03.svg);
	--icon-color: var(--gold);
	--icon-size: 0.6rem;
	--circle-color: var(--gold);
	width: 24.1rem;
	border-radius: 0.3rem;
	border: 1px solid var(--gold);
	padding: 1rem 0.5rem 1rem 0;
	text-decoration: none;
	height: 6.5rem;
	line-height: calc(19/15);
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FEFBF5;
	letter-spacing: 0.15em;
}

.l_footer_btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 2.9rem;
	width: 3rem;
	aspect-ratio: 1/1;
	z-index: 1;
	border: 1px solid var(--circle-color);
	transform: translateY(-50%);
	border-radius: 50%;
}

.l_footer_btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 4rem;
	width: var(--icon-size);
	aspect-ratio: 6/11;
	-webkit-mask: var(--icon-url) center / 100% no-repeat;
	mask: var(--icon-url) center / 100% no-repeat;
	background: var(--icon-color);
	z-index: 1;
	transform: translateY(-50%);
}

.l_footer_btn_line {
	background: var(--green);
	--icon-color: #fff;
	--circle-color: #fff;
	color: #fff;
	border-color: var(--green);
}

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

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

.l_footer_bnr span {
	background: #fff;
	display: block;
	border: 1px solid rgba(228, 228, 228, 1);
}

.l_footer_bnr em {
	display: block;
	margin-top: 0.3rem;
	font-size: 1.1rem;
	font-family: var(--font-gothic);
}

.l_footer small {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: var(--font-gothic);
	background: var(--brown);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0 0.8rem;
	letter-spacing: 0.2em;
}

/*++++++++++++++++++++++++++++
l_fixed
++++++++++++++++++++++++++++*/
.l_fixed {
	--fixed-height: 6rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	padding: 0;
	display: flex;
	background: #FFFCF6;
	height: var(--fixed-height);
	padding: 0;
}

.l_fixed_tel {
	background: var(--gold);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-decoration: none;
}

.l_fixed_tel img {
	width: 2.8rem;
}

.l_fixed_item {
	width: 9.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	line-height: calc(17/14);
	letter-spacing: 0.15em;
	padding-left: 0.15em;
	padding-bottom: 0.3rem;
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--gold);
	border-right: 1px solid var(--gold);
	text-decoration: none;
}

.l_fixed_item:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1.5rem;
	right: -1.4rem;
	width: 2.3rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	z-index: 1;
	background: var(--gold);
}

.l_fixed_item_interview {
	background: #F6F2E3;
}

.l_fixed_pagetop {
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-decoration: none;
}

.l_fixed_pagetop img {
	width: 1.7rem;
}

.l_fixed_item_access {}

.l_fixed_item_pagetop {}

/*++++++++++++++++++++++++++++
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: 33.5rem;
	--btn-position: -0.7rem;
	--btn-size: 4rem;
	--ratio-w: 315;
	--ratio-h: 236;
	--ratio: var(--ratio-w) / var(--ratio-h);
	padding: 0;
	margin: 3rem -1rem 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: 1;
	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;
	border-radius: 0.5rem;
}

.m_slider_desc {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0;
	padding: 0.8rem 1.4rem;
	margin: 0;
	position: absolute;
	z-index: 10;
	transition: var(--default-transition);
	opacity: 0;
	bottom: 0;
	width: 100%;
}

.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 .slick-arrow {
	position: absolute;
	top: calc(var(--ratio-h) / var(--ratio-w) * var(--img-size) / 2);
	transform: translateY(-50%);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: var(--btn-size);
	aspect-ratio: 1/1;
	z-index: 10;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.2rem;
	box-shadow: 0px 0px 14.29px 0px rgba(0, 0, 0, 0.05);
}

.m_slider .slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.9rem;
	aspect-ratio: 9/18;
	z-index: 10;
	cursor: pointer;
	background: url(../images/icon_arrow06.svg) center / 100% no-repeat;
}

.m_slider_main .slick-prev {
	left: var(--btn-position);
	transform: translateY(-50%) rotate(180deg);
}

.m_slider_main .slick-next {
	right: var(--btn-position);
}

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

.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: "";
	background: #ABABAB;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	opacity: 1;
}

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

/*++++++++++++++++++++++++++++
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%);
	}
}


/*++++++++++++++++++++++++++++
lu_clinic
++++++++++++++++++++++++++++*/

.lu_clinic_block {
	margin-top: 4.1rem;
}

.lu_clinic_head {}

.lu_clinic_data {
	display: flex;
	box-shadow: 5px 5px 10px 0px rgba(183, 169, 161, 0.1);
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #fff;
}

.lu_clinic_data+.lu_clinic_data {
	margin-top: 1.7rem;
}

.lu_clinic_data dt {
	background: #DFD6C5;
	color: var(--txt-brown);
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	line-height: calc(20/15);
	background: #DFD6C5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 9rem;
}

.lu_clinic_data dd {
	min-height: 9.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 1.2rem 1.5rem 1.5rem;
	background: rgba(255, 255, 255, 0.7);
	flex: 1;
}

.lu_clinic_data_subject {
	font-size: 1.5rem;
	line-height: calc(25/15);
	letter-spacing: 0.15em;

}

.lu_clinic_data_subject {}

.lu_clinic_data_tel {
	display: flex;
	gap: 0.2rem;
	align-items: center;
	margin-right: -1.2rem;
}

.lu_clinic_data_tel span {
	font-family: var(--font-en);
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	line-height: calc(20/14);
	font-weight: 700;
}

.lu_clinic_data_tel em {
	font-family: var(--font-en);
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	line-height: calc(30/22);
}

.lu_clinic_data_address {
	line-height: calc(20/15);
	margin-top: 0.4rem;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.lu_clinic_table {
	margin-top: 3rem;
}

.lu_clinic_body {
	margin-top: 4rem;
}

.lu_clinic_map .m_map {
	height: 23rem;
}

.lu_clinic_map_link {
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	font-family: var(--font-en);
	line-height: calc(30/17);
	color: var(--brown);
	text-decoration: none;
	gap: 1rem;
	min-height: 7rem;
	margin-top: 2rem;
	padding: 1.1rem 0 0.5rem;
}

.lu_clinic_map_link:before {
	content: '';
	display: inline-block;
	width: 1.8rem;
	aspect-ratio: 24/33;
	background: url(../images/icon_pin.svg) center / 100% no-repeat;
	position: relative;
	top: -0.4rem;
}

.lu_clinic_img {
    margin: 6rem -2.5rem 0;
}

.lu_clinic_img .oft {
	height: 30rem;
}


/*++++++++++++++++++++++++++++
lu_doctor
++++++++++++++++++++++++++++*/
.lu_doctor:first-of-type {
	padding-top: 2rem;
}

.lu_doctor:last-of-type {
	padding-bottom: 0;
}

.lu_doctor {
	padding: 5rem 0 5rem;
}

.lu_doctor + .lu_doctor {
	border-top: 1px solid var(--gold);
}

.lu_doctor_head {
	width: 80%;
	margin: 0 auto;
}

.lu_doctor_body {
	margin-top: 3rem;
}

.lu_doctor_name {
	display: flex;
	font-weight: 600;
	gap: 1.5rem
}

.lu_doctor_name span {
	color: #8C7952;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: calc(35/20);
}

.lu_doctor_name em {
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	line-height: calc(35/26);
}

.lu_doctor_catch {
	color: #8C7952;
	line-height: calc(34/21);
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 1.8rem;
}

.lu_doctor_txt {
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.7rem;
}

.lu_profile_cols {
	margin-top: 4rem;
}

.lu_profile_cols .lu_profile + .lu_profile {
	margin-top: 2rem;
}

.lu_profile {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1rem;
}

.lu_profile_ttl {
	padding: 1.4rem 1rem;
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: calc(26/17);
	border-bottom: 1px solid var(--gold);
}

.lu_profile_body {
	padding: 2rem 2.5rem 3rem;
}

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

.lu_profile_list {
	display: grid;
	gap: 0.7rem;
}

.lu_profile_list li {
	position: relative;
	padding-left: 1.8rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: left;
	font-weight: 500;
}

.lu_profile_list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0rem;
	top: 0.8rem;
	width: 0.8rem;
	aspect-ratio: 1/1;
	background: var(--main-color);
	border-radius: 50%;
}

.lu_profile_ttl_sub {
	color: #846E41;
	font-weight: 700;
	font-size: 1.6rem;
	margin-top: 1.5rem;
}

.lu_doctor02 .lu_profile {
	margin-top: 4rem;
}

.lu_doctor02 .lu_profile + .lu_profile {
	margin-top: 2rem;
}