@charset "utf-8";

:root {
	/* common */
	--vw: 1vw;
	--inner-padding: 8rem;
	--max-width01: 105rem;
	--max-width02: 120rem;
	--max-width03: 128rem;
	--max-width04: 130rem;
	--max-width05: 142rem;
	--inner-width01: calc(var(--max-width01) + var(--inner-padding) * 2);
	--inner-width02: calc(var(--max-width02) + var(--inner-padding) * 2);
	--inner-width03: calc(var(--max-width03) + var(--inner-padding) * 2);
	--inner-width04: calc(var(--max-width04) + var(--inner-padding) * 2);
	--inner-width05: calc(var(--max-width05) + var(--inner-padding) * 2);
	--over-margin01: min(calc((-1 * var(--vw) * 100 + var(--max-width01)) / 2),
			calc(-1 * var(--inner-padding)));
	--over-margin02: min(calc((-1 * var(--vw) * 100 + var(--max-width02)) / 2),
			calc(-1 * var(--inner-padding)));
	--over-margin03: min(calc((-1 * var(--vw) * 100 + var(--max-width03)) / 2),
			calc(-1 * var(--inner-padding)));
	--over-margin04: min(calc((-1 * var(--vw) * 100 + var(--max-width04)) / 2),
			calc(-1 * var(--inner-padding)));
	--over-margin05: min(calc((-1 * var(--vw) * 100 + var(--max-width05)) / 2),
			calc(-1 * var(--inner-padding)));
	--hover-opacity: 0.5;
	/* under */
	--under-table-first-width: 33rem;
}

.sp {
	display: none !important;
}

:where(#tinymce),
:where(.underpage) {
	--under-box-mt: 3rem;
	--under-paragraph-mt: 1.5rem;
	--under-btn-mt: 3.4rem;
}

body {
	min-width: var(--tb-breakpoint);
	overflow-x: clip;
}

a {
	transition: opacity var(--default-transition);
}

a:where(:hover) {
	opacity: var(--hover-opacity);
}

a *,
a *:before,
a *:after {
	transition: var(--default-transition);
}

.pointer_none_pc {
	pointer-events: none;
}

#wrapper {
	overflow: clip;
}

.inner {
	max-width: var(--inner-width01);
	margin-left: auto;
	margin-right: auto;
}

:where(.l_under_content) img {
	display: inline;
}

.p_pointer_none_pctb {
	pointer-events: none !important;
}

.img_round_big_pc {
	border-radius: 1.6rem;
}

/*++++++++++++++++++++++++++++
m_img
++++++++++++++++++++++++++++*/
.m_img500 {
	max-width: 500px;
}

.m_img600 {
	max-width: 600px;
}

.m_img700 {
	max-width: 700px;
}

.m_img800 {
	max-width: 800px;
}

.m_img900 {
	max-width: 900px;
}

.m_img1000 {
	max-width: 1000px;
}

.m_img_center {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: fit-content;
}

/*++++++++++++++++++++++++++++
m_btn01
++++++++++++++++++++++++++++*/
.m_btn01 {
	font-size: 1.6rem;
	padding: 1.5rem 4rem 1.5rem 0;
	--icon-size: 1.2rem;
	--circle-size: 2rem;

	&:hover {
		opacity: 1;
		--icon-color: #fff;
		padding: 1.5rem 3rem 1.5rem 1rem;

		&:after {
			background: var(--green_03);
		}
	}
}

:where(.l_under_content) .m_btn01 {
	width: fit-content;
	margin: 0;
}

.m_btn01:after {}

:where(.l_under_content) .m_btn01 {
	margin-top: 4.2rem;
}

/*++++++++++++++++++++++++++++
p_table
++++++++++++++++++++++++++++*/
:where(.l_under_content) table:where(:not(.no_default)) {
	&.p_table_th20_pc thead th:first-of-type {
		width: 20% !important;
	}

	&.p_table_th30_pc thead th:first-of-type {
		width: 30% !important;
	}

	&.p_table_th40_pc thead th:first-of-type {
		width: 40% !important;
	}

	&.p_table_th50_pc thead th:first-of-type {
		width: 50% !important;
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
module
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*++++++++++++++++++++++++++++
m_toc
++++++++++++++++++++++++++++*/
.m_toc {
	padding: 0;
	--circle-top: 0.7rem;
	--circle-size: 2rem;
	--icon-size: 1.2rem;
	margin-top: 5rem;
}

.m_toc_list {
	--gap-col: 5rem;
	--gap-row: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	padding: 5rem 0 3rem;
	margin: 0;
}

.m_toc_list li {
	width: auto;
}

.m_toc_list a {
	padding: 0 0 0 3rem;
	font-size: 1.6rem;

	&:hover {
		opacity: 1;
		color: var(--green_03);
		--icon-color: #fff;
		--circle-border-color: var(--green_03);
		--circle-color: var(--green_03);
	}
}

/*++++++++++++++++++++++++++++
m_checklist
++++++++++++++++++++++++++++*/
.m_checklist {
	--gap-col: 0.5rem;
	--gap-row: 0.5rem;
	margin-top: var(--under-paragraph-mt);
}

.m_checklist li {
	padding: 1.2rem 1rem 1.2rem 4.4rem;
}

.m_checklist li:before {
	top: 1.6rem;
	left: 1rem;
	width: 2.4rem;
}

/*++++++++++++++++++++++++++++
m_catch
++++++++++++++++++++++++++++*/
.m_catch {
	margin-top: 3rem;
	font-size: 2rem;
}

/*++++++++++++++++++++++++++++
m_timetable
++++++++++++++++++++++++++++*/
.m_timetable {
	--col-size: 10.9%;
}

.m_timetable :is(td, th) {
	font-size: 1.7rem;
	letter-spacing: 0;
	text-align: center;
	padding: 0.9rem 0 1.1rem 0;
	line-height: 1.45;
}

.m_timetable thead th {
	width: var(--col-size);
	padding: 0.7rem 0;
}

.m_timetable tbody th {
	font-size: 1.9rem;
	padding: 1.5rem 0 1.4rem 0;
	line-height: 1.6;
}

.m_timetable_hosoku {
	font-size: 1.5rem;
	letter-spacing: 0.12em;
}

.m_table_hosoku {
	font-size: 1.6rem;
	margin-top: 1.7rem;
}

/*++++++++++++++++++++++++++++
m_col
++++++++++++++++++++++++++++*/
.m_col_mtl_sp,
.m_col {
	--gap-col: 4.8rem;
	--gap-row: 4.8rem;
	--col: 1;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	flex-direction: row;
	margin-top: 5rem;
}

.m_col_narrow_pc {
	--gap-col: 2.8rem;
	--gap-row: 2.8rem;
}

.m_col02 {
	--col: 2;
}

.m_col03 {
	--col: 3;
}

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

.m_col_no_gutter {
	--gap-col: 0px;
	--gap-row: 0px;
}

:where(.l_under_content) .m_col h3:where(:not(.no_default)) {
	margin-bottom: 3.5rem;
}

.m_col_reverse_sp {
	flex-direction: row;
}

/*++++++++++++++++++++++++++++
m_faq
++++++++++++++++++++++++++++*/
.m_faq {
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.5rem;
}

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

.m_faq_head {
	--icon-right: 1.2rem;
	--icon-width: 1.2rem;
}

.m_faq_head::before,
.m_faq_head::after {
	transition: var(--default-transition);
}

.m_faq_ttl {
	padding: 2rem 5.6rem 2.1rem 6rem;
	font-size: 1.7rem;
	transition: var(--default-transition);
}

.m_faq_ttl:before {
	font-size: 4rem;
	top: 0.4em;
}

.m_faq_ttl:after {
	width: 3.6rem;
	right: 0;
}

.m_faq_body {
	/* padding: 3rem; */
}

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

/*++++++++++++++++++++++++++++
m_kakomi
++++++++++++++++++++++++++++*/
.m_kakomi {
	padding: 3rem;
	margin: 3.5rem 0 0;
}

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

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

.m_kakomi_col {
	display: flex;
}

.m_kakomi_col {
	--gap-col: 2.4rem;
	--gap-row: 2.4rem;
	--col: 2;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
}

.m_kakomi_col .m_kakomi {
	width: calc(100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col));
	margin-top: 0;
}

.m_kakomi h5 {
	left: 0;
}

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

.m_kakomi p+h5,
.m_kakomi h5:nth-of-type(n+2) {
	margin-top: 4rem;
}

/*++++++++++++++++++++++++++++
m_kakomi02
++++++++++++++++++++++++++++*/
.m_kakomi02 {
	padding: 2.7rem 3.2rem 2.7rem;
	margin: 6rem 0 0;
	position: relative;
}

.m_kakomi02:has(.m_kakomi_ttl02) {}

.m_kakomi02:has(p:not(.m_kakomi_ttl02)) {}

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

.m_kakomi02+.m_kakomi02 {}

.m_kakomi02_ttl {
	font-size: 1.8rem;
	padding: 0.8rem 1.5rem;
	margin-bottom: 3.2rem;
}

.m_kakomi02_ttl:before {
	width: 1.2rem;
}

.m_kakomi02 ul:first-of-type {
	margin-top: 0;
}

/*++++++++++++++++++++++++++++
m_imgbox
++++++++++++++++++++++++++++*/
.m_imgbox {
	display: flex;
	flex-direction: row-reverse;
	gap: 4rem;
}

.m_imgbox_reverse {
	flex-direction: row;
}

.m_imgbox_head {
	margin-bottom: 0;
	max-width: 36rem;
	width: 40%;
	margin-top: 0;
	position: relative;
	top: 0.6rem;
}

.m_imgbox_mini .m_imgbox_head {
	max-width: 33rem;
	width: 36%;
}

.m_imgbox_head img {
	margin-left: auto;
	margin-right: 0;
}

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

.m_flow_item .m_imgbox_head {
	margin-top: 0;
}

.m_flow_item .m_imgbox_head img {
	margin-right: 0;
	margin-left: auto;
	display: block;
}

.m_imgbox_reverse .m_imgbox_head {
	margin-right: var(--gutter);
	margin-left: 0;
}

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

.m_imgbox_body .m_btn01 {
	margin: 0;
}

.m_imgbox_around {
	display: block;
}

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

.m_imgbox_around .m_imgbox_head {
	float: right;
}

.m_imgbox_around.m_imgbox_reverse .m_imgbox_head {
	float: left;
}

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

/*++++++++++++++++++++++++++++
m_btn_wrap
++++++++++++++++++++++++++++*/
.m_btn_wrap {
	margin-top: 3rem;
}

.m_btn_wrap {
	--gap-col: 4rem;
	--gap-row: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	flex-direction: row;
}

.m_btn_wrap.m_btn_wrap_c {
	justify-content: center;
}

.m_btn_wrap .m_btn01 {
	margin: 0;
	min-width: 26rem;
	--btn-height: 6rem;
}

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

.single .m_feature {
	margin-left: 0 !important;
	width: 100% !important;
}

.m_feature_item {
	--padding-side: 6.4rem;
	padding: 4.8rem var(--padding-side) 5.6rem;
	gap: 4.8rem;
	/* border-radius: 0.8rem; */
}

.m_feature_item:before,
.m_feature_item:after {
	width: 1.2rem;
}

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

.m_feature_ttl {
	font-size: 2.4rem;
	margin-bottom: 2.7rem;
	padding-bottom: 1.7rem;
}

.m_feature_ttl:before {
	font-size: 4rem;
	margin-bottom: 1.6rem;
}

.m_feature_ttl:after {
	top: 1.8rem;
	left: calc(-1 * var(--padding-side));
	width: calc(var(--padding-side) - 2.4rem);
}

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

.m_feature_item:has(.m_feature_img) {
	flex-direction: row;
}

.m_feature_item:has(.m_feature_img) .m_feature_img {
	max-width: 45.2rem;
	padding-top: 5.6rem;
	width: 45%;
}

.m_feature_item:has(.m_feature_img) .m_feature_content {
	flex: 1;
}

.m_feature_item .m_feature_content> :is(.m_kakomi, .m_kakomi_col)+ :is(.m_kakomi, .m_kakomi_col) {
	margin-top: 4.8rem;
}

/*++++++++++++++++++++++++++++
m_flow
++++++++++++++++++++++++++++*/
.m_flow {
	--item-gap: 6rem;
	margin-top: 4rem;
}

.single .m_flow {
	margin-left: 0 !important;
	width: 100% !important;
}

.m_flow_item {
	padding: 4rem;
	gap: 0rem;
	margin-left: 0;
	margin-right: 0;
}

.m_flow_item:before {
	width: 3rem;
	aspect-ratio: 3/2;
}

.m_flow_item+.m_flow_item {
	margin-top: var(--item-gap);
}

.m_flow_content {
	width: 100%;
}

.m_flow_ttl {
	font-size: 2.5rem;
	/* margin-bottom: 4rem; */
	padding-left: 0;
	padding: 1.5rem 0 1.5rem 2rem;
}

.m_flow_ttl span {
	line-height: 1.8;
	padding-bottom: 1.8rem;
}

.m_flow_ttl_wrap {
	margin-bottom: 4rem;
}

.m_flow_ttl_wrap+* {
	margin-top: 0;
}

.m_flow_step {
	width: 10rem;
	font-size: 1.7rem;
}

.m_flow_step:after {
	font-size: 7.5rem;
}

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

.m_flow_item:has(.m_flow_img) {
	flex-direction: row;
}

.m_flow_item:has(.m_flow_img) .m_flow_img {
	max-width: 45.2rem;
	padding-top: 6rem;
	width: 45%;
}

.m_flow_item:has(.m_flow_img) .m_flow_content {
	flex: 1;
}

.m_flow_item .m_flow_content> :is(.m_kakomi, .m_kakomi_col)+ :is(.m_kakomi, .m_kakomi_col) {
	margin-top: 4.8rem;
}

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

.m_flow .m_imgbox {
	flex-direction: row-reverse;
	gap: 4rem;
}

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

.l_single_ttl {
	margin-top: 9rem;
}

.l_single_block,
.l_archive_block {
	display: flex;
	gap: 6rem;
}

.l_archive_block {
	margin-top: 6rem;
}

.l_single_block .l_under_content,
.l_archive_main {
	flex: 1;
	overflow: hidden;
}

.l_side {
	margin-top: 0;
	width: 25rem;
}

.single .l_side {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.l_single_block {
	padding-bottom: 16rem;
}

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

.l_news_item:first-of-type {
	border-top: 0;
}

.l_news_item_inner {
	padding: 1.6rem 0 1.6rem;
	flex-direction: row;
	gap: 1.6rem;
	align-items: center;
}

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

.l_news_item_date {
	font-size: 1.6rem;
	width: 9.3rem;
	margin-right: 1.6rem;
}

.l_news_item_cat {
	font-size: 1.4rem;
	padding: 0.2rem 0.2rem 0.2rem;
	min-height: 2.5rem;
	min-width: 11.4rem;
	text-align: center;
	justify-content: center;
}

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

.l_news_item_ttl {
	font-size: 1.6rem;
}

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

.l_under_mv_inner {
	min-height: 40rem;
	padding: 0 var(--inner-padding);
	max-width: calc(120rem + var(--inner-padding) * 2);
	margin: 0 auto;
	position: relative;
}

.l_under_mv_img {
	width: max(100%, 100vw);
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.l_under_mv_img img {
	object-position: center;
}

.l_under_mv_ttl {}

.l_under_mv_ttl .ja {
	font-size: 3.6rem;
}

.l_under_mv_ttl .en {
	font-size: 1.8rem;
	margin-top: 1rem;
}

/*++++++++++++++++++++++++++++
l_footer
++++++++++++++++++++++++++++*/
.l_footer {
	padding: 0;

	.underpage & {
		margin-top: 10rem;
	}
}

.l_footer_top {
	padding: 6rem 0;
}

.l_footer .inner {
	max-width: var(--inner-width02);
}

.l_footer_block {
	justify-content: space-between;
	display: flex;
	gap: 6rem;
}

.l_footer_head {
	width: 38.8rem;
}

.l_footer_body {
	flex: 1;
	max-width: 60rem;
	margin: 0;
	padding-top: 2rem;
}

.l_footer_logo {
	width: 31.7rem;
}

.m_map_link {
	--icon-size: 2rem;
	font-size: 1.6rem;
	padding-left: 2rem;
}

.m_map_link:before {
	top: 1.05rem;
}

.l_footer_table {
	margin-top: 4rem;
}

.l_footer_table tbody {
	gap: 1.5rem;
}

.l_footer_table th {}

.l_footer_table td {
	font-size: 1.6rem;
}

.l_footer_pay {
	margin: 4rem 0 0;
}

.l_footer_pay_ttl {
	padding: 0.3rem 0;
	font-size: 1.5rem;
}

.l_footer_pay_body {
	padding: 2rem;
}

.l_footer_pay_txt {
	font-size: 1.5rem;
}

.l_footer_pay_img {
	width: 100%;
}

.l_footer_time {}

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

.l_footer_time_ttl {
	font-size: 1.8rem;
	padding-left: 2rem;
	margin-bottom: 1.5rem;
}

.l_footer_time_box {
	padding: 2.5rem;
}

.l_footer_time .m_table_scroll {
	overflow-x: hidden;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}

.l_footer_time .m_table_scroll:before {
	left: 0;
	/* position: relative; */
	line-height: 1.6;
	display: block;
	margin-bottom: 1.4rem;
}

.l_footer_time .m_table_scroll .m_part_table {
	width: 100%;
}

.m_part_table {
	--col-size: 10.6%;
	background: #fff;
}

.m_part_table :is(th, td) {}

.m_part_table thead {}

.m_part_table thead th {
	font-size: 1.6rem;
	padding: 0.7rem 0;
}

.m_part_table thead th:first-of-type {}

.m_part_table thead th:last-of-type {}

.m_part_table tbody tr {}

.m_part_table tbody th {
	font-size: 1.9rem;
}

.m_part_table tbody th span {
	min-height: 6.4rem;
}

.m_part_table tbody td {
	font-size: 1.6rem;
	padding: 0.3rem 0;
}

.m_part_table_hosoku {
	font-size: 1.5rem;
}

.l_footer_middle {
	padding: 3rem 0;
}

.l_footer_middle .l_footer_middle_bnr {
	width: 58.2rem;
	gap: 2rem;
	justify-content: center;
	margin: 0 auto;
}

.l_footer_bottom_block {
	padding: 3rem 0 3rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.l_footer_bnr {
	width: 19.2rem;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.12em;
	margin: 0;
}

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

.l_footer_bnr span {
	display: block;
}

.l_footer_bnr em {
	display: block;
	margin-top: 1.3rem;
}

.l_footer small {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: right;
	margin-top: 0;
	letter-spacing: 0.12em;
}

/* underpage */
/* l_under_content */
.l_under_content {
	--under-default-font-size: 1.6rem;
}

:where(.l_under_content) {
	table+table {
		margin-top: 5rem;
	}

	&>.m_toc:first-child {
		margin-top: 0;
	}

	.alignright {
		margin: 1.6rem 0 1rem 5rem;
		float: right;
		height: auto;
		width: auto;
		max-width: 36rem;
		display: block;
	}

	.alignleft {
		margin: 1.6rem 5rem 1rem 0;
		float: left;
		height: auto;
		width: auto;
		max-width: 36rem;
		display: block;
	}

	.aligncenter {
		margin: 0 auto 1em;
		width: auto;
		max-width: 100%;
		display: block;
	}

	.alignnone {
		width: auto;
		max-width: 100%;
	}

	&>section:where(:not(.no_default)) {
		padding: 10rem 0 0;
	}

	&>section:where(:not(.no_default)) {
		left: 0;
		width: 100%;
	}

	&>section:before {
		width: max(var(--tb-breakpoint), calc(100* var(--vw)));
	}
}

.u_bnr {
	max-width: 47.7rem;
	margin: 3rem auto;
	display: block;
}

/* title */
:where(.l_under_content) h2:where(:not(.no_default)) {
	font-size: 2.6rem;
	padding: 2.5rem 4.5rem;
	margin: 10rem 0 6rem;

	&:after,
	&:before {
		width: 3rem;
	}
}

:where(.l_under_content) h3:where(:not(.no_default)) {
	font-size: 2.1rem;
	margin-bottom: 3.5rem;
	margin-top: 6rem;
	padding: 1rem 1.8rem;
}

.m_kakomi_ttl,
:where(.l_under_content) h4:where(:not(.no_default)) {
	font-size: 1.8rem;
	padding: 0.3rem 1rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

:where(.l_under_content) h5:where(:not(.no_default)) {
	font-size: 1.8rem;
	padding-bottom: 0;
	margin-bottom: 2rem;
	margin-top: 7rem;
	padding: 0.5rem 1.5rem;

	&:before {
		width: 1.2rem;
		left: 0.8rem;
		top: 0.9rem;
	}
}

/* ul */
:where(.l_under_content) ul:where(:not(.no_default, .m_toc_list)) {
	--gap-col: 0.5rem;
	--gap-row: 0.5rem;
	--col: 1;

	li {
		padding-left: 1.6rem;
		padding: 1.2rem 1rem 1.2rem 3.5rem;
	}

	li:before {
		left: 2rem;
		top: 2.55rem;
	}
}

.p_list_col02_pc {
	--col: 2;
}

.p_list_col03_pc {
	--col: 3;
}

.p_list_col04_pc {
	--col: 4;
}

/* ol */
:where(.l_under_content) ol:where(:not(.no_default)) {
	li {
		padding: 1.5rem 0 1.5rem 4rem;
	}

	li:before {
		top: 1.8rem;
		left: 0rem;
		font-size: 2.4rem;
		padding-left: 0;
	}
}

/* table */
:where(.l_under_content) table:where(:not(.no_default)) {
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

	:is(th, td) {
		padding: 1.45rem 1.2rem 1.45rem;
		width: 33.33333%;
	}

	thead th {
		font-size: 1.7rem;
	}

	tbody :is(th, td) {
		padding: 1.9rem 1.2rem 1.9rem;
		font-size: 1.6rem;
	}

	tbody td em {
		font-size: 2.6rem;
		top: 0em;
	}
}

:where(.l_under_content) .m_img_center+p {
	margin-top: 3rem;
}

/*++++++++++++++++++++++++++++
m_table02
++++++++++++++++++++++++++++*/
.m_table02 {
	:is(td, th) {
		padding: 3rem;
	}

	td {
		background: #fff;
	}

	th:first-of-type {
		width: 30rem;
	}

	tbody th {
		padding: 3rem 1.2rem;
	}

	.m_table02_th_hosoku {}

	.m_table02_box_ttl {}

	.m_table02_box_ttl+* {
		margin: 0;
	}

	h4 {
		margin-top: 0;
	}

	h4,
	.m_table02_box_ttl:not(:first-child) {
		margin-top: 3rem;
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
wp-pagenavi
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.wp-pagenavi {
	margin-top: 8rem;
	font-size: 1.8rem;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 4rem;
	height: 4rem;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
	width: 0.8rem;
	height: 0.8rem;
}

.wp-pagenavi :is(.extend, .last, .first, .current, .page) {
	width: 4rem;
	height: 4rem;
}

.wp-pagenavi :is(.previouspostslink, .nextpostslink, .last, .first, .current, .page) {
	margin: 0 0.5rem;
	padding-top: 0em;
}

.wp-pagenavi .extend {
	margin: 0 -0.7rem;
}

/* breadcrumbs */
.l_under_breadcrumb {
	margin-left: var(--over-margin01);
	width: calc(100% - var(--over-margin01) * 2);
	padding: 2rem 0 2rem;
}

.breadcrumbs {
	padding: 0 2rem;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.breadcrumbs :is(span, a) {
	text-decoration: none;
	font-size: 1.4rem;
	position: relative;
}

.breadcrumbs>span:after {
	top: -0.9rem;
}

.breadcrumbs>span {
	padding-right: 1rem;
}

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

.l_pagetop {
	opacity: 0;
	pointer-events: none;
}

.js_header_move .l_pagetop {
	opacity: 1;
	pointer-events: auto;
}

/*++++++++++++++++++++++++++++
m_slider
++++++++++++++++++++++++++++*/
.m_slider {
	--img-size: 90rem;
	--btn-position: -3rem;
	--btn-size: 7rem;
	--ratio-w: 900;
	--ratio-h: 550;
	padding: 0;
	margin: 3rem auto 0;
	width: min(90rem, 100%);
}

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

.m_slider .slick-arrow {
	width: 4.5rem;
	aspect-ratio: 45/90;
	top: 25rem;
}

.m_slider .slick-arrow:before {
	/* width: 4.5rem; */
	background: url(../images/slider_arrow01.svg) center / 100% no-repeat;
}

.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 .slick-dots li {
	width: 0.8rem;
}

.m_slider_desc {
	padding: 1.5rem;
	margin: 0;
}

.m_slider_desc_ttl {
	font-size: 1.7rem;
}

.m_slider_desc_txt {
	font-size: 1.6rem;
	margin-top: 1rem;
}

.m_slider .slick-dots {
	gap: 1rem;
	margin-top: 3.5rem;
}

/*++++++++++++++++++++++++++++
m_imgslider
++++++++++++++++++++++++++++*/
.m_imgslider {
	width: max(100vw, var(--tb-breakpoint));
}

.m_imgslider figure {
	width: 54rem;
}

/*++++++++++++++++++++++++++++
l_fixed_pc
++++++++++++++++++++++++++++*/
.l_fixed_pc {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 5.8rem;
	background: #fff;
	box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	border-radius: 0.5rem 0 0 0;
}

/*++++++++++++++++++++++++++++
下層固有
++++++++++++++++++++++++++++*/
.lu_doctor {}

.lu_doctor_block {
	display: flex;
	gap: 8rem;
}

.lu_doctor_head {
	margin: 0;
	width: 30rem;

	figure:before {
		top: 4rem;
		right: 4rem;
	}
}

.lu_doctor_head_name {
	.pos {
		font-size: 1.8rem;
	}

	.ja {
		font-size: 2.8rem;
	}

	.en {
		font-size: 1.4rem;
	}

	.pos02 {
		font-size: 1.8rem;
	}
}

.lu_doctor_body {
	margin-top: 0;
	flex: 1;

	p:first-of-type {
		margin-top: 0;
	}
}

.lu_doctor_profile {
	margin-top: 6rem;
	position: relative;
	padding-left: 4.6rem;

	h4 {
		margin-top: 3rem;
	}
}

.lu_doctor_profile_en {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.8rem;
	position: absolute;
	top: 0;
	left: 0;
}

.lu_doctor_profile_in {
	padding: 4rem 0 0 4rem;
	margin-top: 0;

	& *:first-child {
		margin-top: 0;
	}
}

.m_list01 {
	li {
		font-size: 1.6rem;
		padding-left: 2.5rem;

		&:before {
			top: 1.35rem;
			left: 1rem;
		}
	}
}

.m_table03 {

	th,
	td {
		font-size: 1.6rem;
	}

	th {
		width: 16rem;
	}

	td {
		padding-left: 3rem;
	}

	h4+& {
		margin-top: 0;
	}
}

.lu_profile {
	padding: 3rem;
	display: flex;
	flex-direction: row-reverse;
	gap: 4rem;

	h4 {
		margin-top: 3rem;
	}
}

.lu_profile_head {
	width: 22rem;
	margin: 0;
}

.lu_profile_body {
	margin-top: 0;
	flex: 1;
}

.lu_profile_name {
	.txt01 {
		font-size: 2.6rem;
	}

	.txt02 {
		font-size: 1.8rem;
	}

	.txt03 {
		font-size: 1.8rem;
	}
}

.lu_profile_catch {
	margin-bottom: -1rem;
	font-size: 1.9rem;
}

.lu_clinic_time {
	padding: 4rem;
	margin-top: 6rem;

	.m_timetable {
		--col-size: 10.8%;
		margin-top: 0;

		thead th {
			letter-spacing: 0.1em;
			padding: 1.5rem 0;
		}

		tbody th {
			letter-spacing: 0.02em;
		}
	}
}

.lu_slider01 {
	width: 75rem;
	margin: 0 auto;
}

.lu_slider01_main {
	.lu_slider01_item_num {
		top: 1rem;
		left: 1rem;
		font-size: 3rem;
		width: 6rem;
	}

	.oft {
		height: 50rem;
	}

	.swiper-pagination {
		gap: 1rem;
		margin-top: 3.5rem;
	}

	.swiper-pagination-bullet {
		width: 0.8rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 4.5rem;
		aspect-ratio: 45/90;
		top: 20.5rem;
	}

	.swiper-button-next {
		right: -8.8rem;
	}

	.swiper-button-prev {
		left: -8.8rem;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		background: url(../images/slider_arrow01.svg) center / 100% no-repeat;
	}
}

.lu_slider01_thumb {
	margin-top: 3.5rem;

	.oft {}

	.swiper-wrapper {
		gap: 0.9rem;

		.swiper-slide {
			width: 6rem !important;
		}
	}
}

.lu_feature {
	&+.lu_feature {
		margin-top: 12rem;
	}
}

.lu_feature_ttl {
	font-size: 2.5rem;
	margin-top: 2.5rem;
}

.lu_feature_txt {
	margin-top: 2.5rem;
}

.lu_feature_block {
	display: flex;
	gap: 5rem;
	align-items: flex-start;

	.lu_feature_ttl {
		margin-top: 0;
	}
}

.lu_feature_block_reverse {
	flex-direction: row-reverse;

	.lu_feature_head {
		--gutter: -8rem;
		width: 40rem;

		&:before {
			left: 4rem;
			right: auto;
		}
	}

	.lu_feature_slider {
		margin-right: var(--gutter);
		margin-left: 0;
	}
}

.lu_feature_head {
	--gutter: -8rem;
	width: 40rem;

	&:before {
		top: 4rem;
		left: auto;
		right: 4rem;
		width: calc(100% + 8rem);
	}
}

.lu_feature_slider {
	margin-left: var(--gutter);

	.swiper-pagination {
		bottom: 1rem;
		gap: 1rem;
	}

	.swiper-pagination-bullet {
		width: 0.8rem;
	}
}

.lu_feature_body {
	flex: 1;
}

.lu_carousel {
	margin-right: var(--over-margin01);
	overflow: hidden;
}

.lu_carousel_in {}

.lu_carousel_slider {}

.lu_carousel_slider_item figure {
	width: 60rem;
	aspect-ratio: 600/400;
}