@charset "utf-8";
:root {
	--vw: 1vw;
	--box-shadow: 0px 0px 2rem 0 rgba(0, 0, 0, 0.1);
	--drop-shadow: drop-shadow(0px 0px 2rem rgba(0, 0, 0, 0.1));
	--arrow-animation: arrowMove 0.6s ease 0s 1 both;
	--arrow-animation-only-x: arrowMoveOnlyX 0.6s ease 0s 1 both;
	--arrow-animation-only-x-short: arrowMoveOnlyXShort 0.6s ease 0s 1 both;
	--arrow-animation-only-y: arrowMoveOnlyY 0.6s ease 0s 1 both;

	--inner-padding: 7rem;

	--max-width01: 110rem;
	--max-width02: 105rem;
	--max-width03: 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);

	--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))
	);

	--hover-moving-size: 0.7rem;
	--hover-moving-size-s: 0.5rem;
	
	--hover-moving-plus: 0rem;
	--hover-moving-minus: 0rem;
	--hover-transition: 0.5s;
}

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

:where(.underpage) main .inner {
	max-width: var(--inner-width02);
}

/*++++++++++++++++++++++++++++
v_col_pc
++++++++++++++++++++++++++++*/
:root .v_col01_pc {
	--col: 1;
}
:root .v_col02_pc {
	--col: 2;
}
:root .v_col03_pc {
	--col: 3;
}
:root .v_col04_pc {
	--col: 4;
}

/*++++++++++++++++++++++++++++
p_img
++++++++++++++++++++++++++++*/
.p_img500 {
	max-width: 500px;
}

.p_img600 {
	max-width: 600px;
}

.p_img700 {
	max-width: 700px;
}

.p_img800 {
	max-width: 800px;
}

.p_img900 {
	max-width: 900px;
}

.p_img1000 {
	max-width: 1000px;
}

/*++++++++++++++++++++++++++++
p_btn01
++++++++++++++++++++++++++++*/
.p_btn01 {
	--move-padding: 1rem;
	--right-add-padding: 3rem;
	--arrow-size: 1rem;
	--arrow-right: 1.7rem;
	--arrow-color: #fff;
	position: relative;
	padding: 0.4rem calc(var(--right-add-padding) + var(--move-padding)) 0.4rem
		2rem;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-family: var(--font-min);
	text-decoration: none;
	width: 180px;
	min-height: 50px;
	background: var(--main-color);
	border-radius: 0.5rem;
	border: 1px solid var(--main-color);
	top: 0;
}

.p_btn01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: calc(var(--arrow-right) + var(--hover-moving-minus));
	width: var(--arrow-size);
	aspect-ratio: 1/1;
	z-index: 5;
	-webkit-mask: url(../images/icon_arrow.svg) center / 100% no-repeat;
	mask: url(../images/icon_arrow.svg) center / 100% no-repeat;
	transform: translateY(-50%);
	background: var(--arrow-color);
	transition: var(--hover-transition);
}

.p_btn01 span {
	letter-spacing: inherit;
}

.p_btn_en {
	font-family: var(--font-en-cg);
}

.p_btn02 {
	--arrow-size: 1rem;
	--arrow-right: 1.7rem;
	height: 40px;
	padding-left: 20px;
}

.p_btn_white {
	--arrow-color: var(--main-color);
	color: var(--main-color);
	background: #fff;
	border-color: #fff;
}

.p_btn_border {
	border-color: var(--main-color);
}

/*++++++++++++++++++++++++++++
p_table_line
++++++++++++++++++++++++++++*/
.p_table_line {
	--ptpb: 2.1rem;
	--prpl: 1.5rem;
}

.p_table_line :is(td,th) {
	font-size: 1.6rem;
}

.p_table_line th {
	width: 10rem;
	padding-left: 1rem;
}

.p_table_line_mini {
	--font-size: 1.6rem;
	--ptpb: 1.1rem;
	--prpl: 1.5rem;
}

/*++++++++++++++++++++++++++++
p_map
++++++++++++++++++++++++++++*/
.p_map {
	height: 45rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
module
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*++++++++++++++++++++++++++++
m_cat
++++++++++++++++++++++++++++*/
.m_cat {
	gap: 1rem;
	margin-right: 2rem;
}

.m_cat_item {
	padding: 0.25em 0.43em 0.25em 0.63em;
	font-size: 1.4rem;
}

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

.m_timetable :is(td, th) {
	font-size: 1.8rem;
	padding: 0.5em 0 0.55em var(--letter-spacing);
}

.m_timetable td {

}

.m_timetable thead th {
	width: var(--col-size);
	padding: 0.45em 0 0.45em var(--letter-spacing);
	font-size: 1.7rem;
	font-family: var(--font-min);
	color: #fff;
}

.m_timetable tbody th {

}

.m_timetable02 td {
	font-size: 1.4rem;
}

.m_timetable_hosoku {
	font-size: 1.6rem;
	margin-top: 1.9rem;
}

/*++++++++++++++++++++++++++++
m_name
++++++++++++++++++++++++++++*/
.m_name {
	font-size: 1rem;
	padding: 0 0.5rem 1rem;
	gap: 2.5rem;
}

.m_name_ja {
	top: 0.095em;
}

/* toc */
.m_toc {
	padding: 3rem 4rem 3.8rem;
}

.m_toc_list {
	--gap-col: 3rem;
	--gap-row: 2rem;
	--col: 2;
}

.m_toc_list li {
	padding-left: 0;
}

.m_toc_list li:before {
	opacity: 0;
}

.m_toc_list li a {
	--move-padding: 1rem;
	--right-add-padding: 2.5rem;
	min-height: 4.4rem;
	font-size: 1.6rem;
	padding: 0.7rem calc(var(--right-add-padding) + var(--move-padding)) 0.7rem
		0.3rem;
}

.m_toc_list li a:before {
	right: calc(0.8rem + var(--hover-moving-minus));
	width: 1.067rem;
	transition: var(--hover-transition);
}

.m_toc_list li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	z-index: 1;
	pointer-events: none;
	background: var(--main-color);
	transition: 0.5s;
}

.m_toc_col02_pc .m_toc_list {
	--col: 2;
}

.m_toc_col03_pc .m_toc_list {
	--col: 3;
}

.m_toc_col04_pc .m_toc_list {
	--col: 4;
}

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

.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_faq
++++++++++++++++++++++++++++*/
.m_faq + .m_faq {
	margin-top: 2rem;
}

.m_faq_head {
	position: relative;
}

.m_faq_head:before,
.m_faq_head:after {
	right: 3.3rem;
	width: 1.4rem;
	height: 2px;
}

.m_faq_ttl {
	position: relative;
	z-index: 1;
	padding: 2.2rem 8rem 2.2rem 2.5rem;
	font-size: 1.8rem;
}

.m_faq_ttl:before {
	font-size: 3.2rem;
	margin-right: 1.6rem;
	line-height: 0.98;
}

.m_faq_ttl:after {
	right: 2.5rem;
	width: 3rem;
}

.m_faq_body {
	padding: 2.8rem 4rem;
}

/*++++++++++++++++++++++++++++
m_kakomi
++++++++++++++++++++++++++++*/
.m_kakomi {
	padding: 5rem 5rem 5rem;
	--add-mt: 0px;
}


.m_kakomi_ttl {
	padding: 0 0 1.9rem;
	font-size: 1.8rem;
	margin-bottom: 4.5rem;
	margin-top: -0.5em;
}
.m_kakomi_ttl:before {
	width: 15rem;
}

.m_kakomi .m_imgbox_head {
	max-width: 30rem;
}

.m_kakomi02 {
	padding: 3rem 3rem 4rem;
}

.m_kakomi02 .m_imgbox_head {
	max-width: 30rem;
}

.m_kakomi02_box + .m_kakomi02_box {
	margin-top: 4rem;
	padding-top: 3rem;
}

.m_kakomi02_narrow .p_h5_style,
.m_kakomi02_narrow h5 {
	margin-bottom: 1.5rem;
}

.m_kakomi02_narrow + .m_kakomi02_box {
	margin-top: 4rem;
	padding-top: 3rem;
}

.m_kakomi03 {
	padding: 4rem 4rem;
}

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

.m_kakomi03 .m_imgbox_head {
	margin-bottom: 0;
	max-width: 24rem;
	margin-left: 5rem;
	width: 36%;
}

.m_kakomi03 .l_intro_name {
	margin-top: 1.2rem;
}

.m_kakomi03 + .m_kakomi03 {
	margin-top: 5rem;
}

.m_kakomi03 p {
	line-height: var(--line-height-narrow);
}

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

.m_imgbox_reverse {
	flex-direction: row;
}

.m_imgbox_head {
	margin-bottom: 0;
	max-width: 36rem;
	margin-left: var(--gutter);
	width: 36%;
}

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

.m_imgbox_body {
	flex: 1;
}

.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_btn_wrap
++++++++++++++++++++++++++++*/
.m_btn_wrap {
	margin-top: 3.5rem;
}

.m_btn_wrap {
	--gap-col: 1rem;
	--gap-row: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	justify-content: center;
	flex-direction: row;
}

.m_btn_wrap .p_btn01 {
	min-width: 20rem;
	width: auto;
}

/*++++++++++++++++++++++++++++
m_flow
++++++++++++++++++++++++++++*/
.m_flow {
	--add-mt: 3.5rem;
	padding-left: 2rem;
}

.m_flow_item {
	padding: 4rem 5rem 6rem;
}

.m_flow_step {
	width: 8rem;
	padding-top: 0rem;
	font-size: 1.4rem;
}

.m_flow_step:after {
	font-size: 2.285em;
	margin-top: 0.07em;
}

.m_flow_item + .m_flow_item {
	--mt: 6.5rem;
}

.m_flow_item + .m_flow_item:after {
	width: 2rem;
}

.m_flow_item .m_flow_ttl {
	font-size: 2.2rem;
	padding-bottom: 0;
	margin-bottom: 4rem;
}

.m_flow_item .m_flow_ttl span {
	padding: 2rem 0 2rem 2rem;
}
.m_flow :is(.m_kakomi, .m_kakomi02) {
	margin-top: 4rem;
}
/*++++++++++++++++++++++++++++
m_slider
++++++++++++++++++++++++++++*/
.m_slider {
	--img-size: 75rem;
	--gutter: 1rem;
	--btn-position: -15rem;
	--btn-size: 6rem;
}

.m_slider_main figcaption {
	--line-width: 4rem;
	font-size: 1.8rem;
	margin-top: 2rem;
	padding-left: calc(var(--line-width) + 1rem);
}

.m_slider_main figcaption:before {
    top:1.4rem;
}

.m_slider_thumb {
	display: flex;
	flex-wrap: wrap;
	max-width: 103rem;
	margin: 0 auto;
}

.m_slider_thumb .slick-track {
	--gap-col: 1rem;
	--gap-row: 1rem;
	--col: 8;
	margin-top: 5rem;
	justify-content: center;
}


.m_slider_main .m_slider_num {
	padding: 0.1rem 1rem 0.3rem;
}

.m_slider_main .m_slider_num span {
	order: 1;
	font-size: 1.8rem;
}

.m_slider_main .m_slider_num:before {
width: 1rem;
margin: 0 0.5rem;
}

.m_slider_main .m_slider_num em {
	display: block;
	position: relative;
	font-family: var(--font-en-nm);
	order: 3;
	font-size: 2rem;
	line-height: 1;
	position: relative;
	top: 0.1em;
	letter-spacing: 0;
}

/*++++++++++++++++++++++++++++
m_blog
++++++++++++++++++++++++++++*/
.m_blog_inner {
	text-decoration: none;
	display: block;
}

.m_blog_img {
	aspect-ratio: 180/120;
	margin-bottom: 1.8rem;
	overflow: hidden;
}

.m_blog_img img {
	transition: var(--hover-transition);

}

.m_blog_date {
	font-size: 1.4rem;
	margin-bottom: 1.1rem;
}

.m_blog_ttl {
	font-size: 1.6rem;
}

.m_blog_btn {
	margin-top: 2.9rem;
	width: 100%;
}

/*++++++++++++++++++++++++++++
m_clinic
++++++++++++++++++++++++++++*/
.m_clinic {
	display: flex;
	justify-content: space-between;
	gap: 10rem;
}

.m_clinic_head {
	flex: 1;
}

.m_clinic_logo {
	width: 38.2rem;
	margin-bottom: 4.8rem;
}

.m_clinic_ttl {
	font-size: 2.4rem;
	margin-bottom: 2.2rem;
	position: relative;
	top: -0.4rem;
}

.m_clinic_ttl:after {
	margin-left: 20px;
	top: 1px;
}

.m_clinic_address {
	font-size: 1.6rem;
}

.m_clinic_address span {
	margin-right: 2rem;	
}

.m_clinic_address a {
	display: inline;
}

.m_clinic_btn {
	margin-top: 2.2rem;
}

.m_clinic_tel {
	margin-top: 1.9rem;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}

.m_clinic_tel .tel_link {
	margin-left: 1rem;
}

.m_clinic_tel .tel_link a,
.m_clinic_tel .tel_link {
	font-size: 2.8rem;
	top: 0;
}

.m_clinic_target {
	font-size: 1.6rem;
	margin-top: 0.5rem;
}

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

.m_clinic_access02 {
	display: flex;
	align-items: center;
	padding: 1.1rem 4.2rem 1.1rem 1.5rem;
	margin-top: 5rem;
}

.m_clinic_access02:before {
	right: calc(1.7rem + var(--hover-moving-minus));
	width: 1.067rem;
	transition: var(--hover-transition);
}

.m_clinic_access02_icon {
	width: 4rem;
	margin-right: 2.3rem;
	position: relative;
	z-index: 10;
}

.m_clinic_access02_icon figure {
	width: 2.4rem;
}

.m_clinic_access02_icon_txt01 {
	display: flex;
	flex-direction: column;
	margin-right: 2.3rem;
	position: relative;
	z-index: 10;
	/* transition: var(--hover-transition); */

}

.m_clinic_access02_icon_txt01 span {
	font-size: 1.4rem;
}

.m_clinic_access02_icon_txt01 em {
	font-size: 1.8rem;
	margin-top: 0.5rem;
}

.m_clinic_access02_icon_txt02 {
	font-size: 1.3rem;
	margin-left: auto;
	position: relative;
	z-index: 10;
	transition: left var(--hover-transition);
	left: var(--hover-moving-plus);
}

.m_clinic_sns {
	margin-top: 6.7rem;
	padding-bottom: 0;
}

.m_clinic_sns dt {
	font-size: 2rem;
	line-height: 1.3;
}

.m_clinic_sns dd {
	font-size: 2rem;
	padding-left: 4.5rem;
	margin-left: auto;
}

.m_clinic_sns dd:before {
	left: 2.3rem;
	height: 3rem;
}

.m_clinic_sns dd a {
	padding-left: 1.6rem;
}

.m_clinic_sns dd a:before {
	width: 0.6rem;
}


/*++++++++++++++++++++++++++++
lu_clinic
++++++++++++++++++++++++++++*/
.lu_clinic {
	padding: 8rem 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 13rem;
}

.lu_clinic:before {
	left: auto;
	right: 12rem;
	width: max(100vw, 2000px);
}

.lu_clinic_head {
	position: relative;
	z-index: 10;
	/* width: 42rem; */
	flex: 1;
}

.lu_clinic_head .oft {
	aspect-ratio: 490/580;
	margin-right: -6rem;
}

.lu_clinic_body {
	position: relative;
	z-index: 10;
	margin-top: 0;
	/* flex: 1; */
	width: 50rem;
}


/*++++++++++++++++++++++++++++
lu_greeting
++++++++++++++++++++++++++++*/
.lu_greeting {
	padding: 8rem 6rem 8rem 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 6rem;
}

.lu_greeting:before {
	left: auto;
	right: 0;
	width: max(100vw, 2000px);
}

.lu_greeting:after {
	bottom: 0.1em;
	right: 0;
	font-size: 20rem;
}

.lu_greeting_img {
	position: relative;
	z-index: 10;
	max-width: 25rem;
	margin: 0 auto;
	padding-top: 5rem;
}

.lu_greeting_body {
	flex: 1;
	margin-top: 0;
	padding-left: 4rem;
}

.lu_greeting_ttl {
	font-size: 3.2rem;
	margin-bottom: 4.5rem;
	position: relative;
	left: -1.5rem;
}

.lu_greeting_ttl:before {
	top: 1.6rem;
	left: -1rem;
	width: 2rem;
}

.lu_greeting_name {
	display: flex;
	font-size: 2.4rem;
	align-items: center;
	font-family: var(--font-min);
}

.lu_greeting .lu_greeting_name {
	margin-top: 1rem;
}

.lu_greeting_name em {
	font-size: 1.6rem;
	margin-right: 1.5rem;
    top: 0.11em;
}

/*++++++++++++++++++++++++++++
m_profile
++++++++++++++++++++++++++++*/
.m_profile {
	padding: 5rem 0 8rem 3rem;
	margin-top: 6rem;
}

.m_profile:before {
	left: -5rem;
	width: max(100vw,2000px);
}

.m_profile_ttl {
	margin-bottom: 3.5rem;
	z-index: 10;
	left: -3rem;
}

.m_profile_ttl:before {
	top: 2rem;
    right: calc(100% + 2rem);
    width: 100vw;
}

.m_profile_ttl span {
	font-size: 2rem;
	margin-right: 2rem;
}

.m_profile_ttl em {
	font-size: 1.8rem;
}

.m_profile_block {
	gap: 0;
	display: flex;
	flex-direction: row;
}

.m_profile_col {
	width: 50%;
	padding-right: 3rem;
}

/*++++++++++++++++++++++++++++
m_data
++++++++++++++++++++++++++++*/
.m_data {

}

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

.m_data_ttl {
	padding: 0.2rem 0.8rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
.m_data_list_col02 {
    flex-direction: row;
    gap: 4rem;
}
.m_data_list {gap: 1rem;}

.m_data_list_big {
	gap: 1.8rem;
}

.m_data_list li {

	font-size: 1.5rem;
}

.m_data_list li span {
	margin-right: 2.1rem;
	top: 0.1em;
}


/*++++++++++++++++++++++++++++
lu_doctor
++++++++++++++++++++++++++++*/
.lu_doctor + .lu_doctor {
	margin-top: 6rem;
	padding-top: 6rem;
}

.lu_doctor .m_imgbox_head {
	margin-bottom: 0;
	max-width: 24rem;
	margin-left: 6rem;
	width: 24%;
}

.lu_doctor .m_imgbox_body p {
	line-height: 2.1;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
layout
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*++++++++++++++++++++++++++++
l_mv
++++++++++++++++++++++++++++*/
.l_mv {
	background: #f2f6f9;
	position: relative;
}

.l_mv_inner {
	position: relative;
	z-index: 5;
}

.l_mv .slick-dots {
	left: 2rem;
	bottom: 2rem;
	gap: 1rem;
}

.l_mv .slick-dots li {
	width: 30px;
	font-size: 1.4rem;
	line-height: 1;
}

.l_mv_head {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	padding-left: 0;
	display: flex;
	align-items: center;
	transform: translateX(-770px);
}

.l_mv_head_inner {
	position: relative;
}

.l_mv_en {
	font-size: 6.4rem;
}

.l_mv_catch {
	letter-spacing: 0.3em;
	margin-top: 3.5rem;
	min-height: auto;
}

.l_mv_catch span {
	font-size: 2rem;
}

.l_mv_catch em {
	font-size: 3.6rem;
	margin-top: 0.9rem;
}

.l_mv_badge {
	position: absolute;
	right: 0;
	top: 9.7rem;
	width: 31rem;
	z-index: 5;
	transform: translateX(calc(100% + -1.5rem));
}

.l_mv_point {
	margin-top: 0;
	margin-left: 0;
	width: 45rem;
	padding-top: 1rem;
	margin-top: 5.7rem;
}

.l_mv_point_ttl {
	padding: 0.7rem 1rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}

.l_mv_point_txt {
	padding: 0.9rem 2rem 2.2rem;
}

.l_mv_point_txt span {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.16em;
	font-family: var(--font-min);
}

.l_mv_point_txt span:before {
	width: 5rem;
	margin-right: 1.5rem;
	top: 0.1em;
}

.l_mv_point_txt span:nth-of-type(2):before {
	width: 10rem;
}

.l_mv_body {
	padding: 0;

	position: relative;
	z-index: 1;
}

.l_mv_img {
	overflow: hidden;
	display: block;
	aspect-ratio: auto;
	height: 85rem;
}

.l_mv_bnr {
	padding: 0;
	margin-top: 0;
	position: absolute;
	bottom: 2rem;
	left: auto;
	right: 2rem;
	width: 60rem;
}

.l_mv_scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-top: 0;
	--height: 2rem;
}

.l_mv_scroll_txt {
	font-size: 1.5rem;
	height: 4.6rem;
	color: #fff;
}

.l_mv_scroll_txt:before {
	background: #fff;
}

.l_mv_scroll_txt:after {
	background: var(--main-font-color);
}

/*++++++++++++++++++++++++++++
l_bnr_new
++++++++++++++++++++++++++++*/
.l_bnr_new {
	margin: 4rem auto 0;
}

/*++++++++++++++++++++++++++++
l_news
++++++++++++++++++++++++++++*/
.l_news {
	margin-top: 8rem;
}

.l_news_block {
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l_news_head {
	display: block;
	margin-bottom: 0;
	padding-right: 10rem;
	position: relative;
	top: 0rem;
}

.l_news_ttl {
	display: flex;
	flex-direction: column;
	position: relative;
	/* top: -0.6rem; */
}

.l_news_ttl span {
	font-size: 6.4rem;
}

.l_news_ttl em {
	font-size: 2rem;
	margin-top: 1.5rem;
}

.l_news_body {
	flex: 1;
	max-width: 82rem;
	padding-top: 1rem;
}
.l_news_list {
	gap: 2rem;
}

.l_news_item {
	padding: 0;
}

.l_news_item_inner {
	transition: var(--hover-transition);
	padding: 0 1rem 1.9rem calc(1rem + var(--hover-moving-plus));
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.l_news_item_date {
	font-size: 1.4rem;
	margin-right: 3.1rem;
}

.l_news_item_txt {
	width: auto;
	padding-right: 4rem;
	margin-top: 0;
	font-size: 1.6rem;
	flex: 1;
}

.l_news_item_txt:before {
	top: 50%;
	right: calc(var(--hover-moving-minus));
	width: 1.067rem;
	transition: var(--hover-transition);
}

.l_news_btn {
	margin-top: 3.8rem;
}

/*++++++++++++++++++++++++++++
l_blog
++++++++++++++++++++++++++++*/
.l_blog {
	margin-top: 7rem;
}

.l_blog_block {
	position: relative;
}

.l_blog_ttl {
	margin-bottom: 3.7rem;
}

.l_blog_ttl span {
	font-size: 6.4rem;
	margin-right: 2rem;
}

.l_blog_ttl em {
	font-size: 2rem;
}

.l_blog_btn {
	margin: 0;
	position: absolute;
	right: 0;
	top: 1rem;
}

.l_blog_list {
	--gap-col: 4.7rem;
	--gap-row: 4.7rem;
	--col: 4;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
}

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

/*++++++++++++++++++++++++++++
l_news02
++++++++++++++++++++++++++++*/
.l_news02 {
	margin-top: 10rem;
}

.l_news02_block {
	border-radius: 0;
	max-width: 110rem;
	margin: 0 auto;
}

.l_news02_head {
	padding: 4.4rem 3.7rem 3.4rem 4rem;
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}

.l_news02_head_ttl {
	font-size: 2rem;
	margin-bottom: 0;
	text-align: left;
	margin-top: -1rem;
}

.l_news02_head_ttl_en {
	display: block;
	font-size: 2rem;
	margin-top: 1.5rem;
}

.l_news02_head_list {
	gap: 4rem;
	max-width: 77rem;
	flex: 1;
}

.l_news02_head_item_ttl {
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-size: 1.8rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.l_news02_head_item_txt {
	line-height: var(--line-height-wide);
	font-size: 1.7rem;
}

.l_news02_body {
	border-top: 1px solid var(--gray-color);
	padding: 3rem 4rem 4rem;
}

.l_news02_body_col {
	--gap-col: 2rem;
	--gap-row: 2rem;
	--col: 2;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
}

.l_news02_body_item {
	width: calc(
		100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col)
	);
	border-radius: 1rem;
	padding: 2rem 2rem 3rem;
}

.l_news02_body_item {
}

.l_news02_body_item_ttl {
	font-size: 1.8rem;
	padding: 0.6rem 1rem 0.7rem 1.2rem;
	margin-bottom: 2.9rem;
}

.l_news02_body_item_content {
	padding: 0 0.9rem;
}

.l_news02_body_item_list {
	--gap-col: 3rem;
	--gap-row: 1rem;
}

.l_news02_body_item_list li {
	padding-left: 1.6rem;
	font-size: 1.6rem;
}

.l_news02_body_item_list li:before {
	top: 1.4rem;
	width: 0.6rem;
}

.l_news02_body_item_table {
	--ptpb: 2.2rem;
	--prpl: 0.5rem;
	--font-size: 1.6rem;
}

.l_news02_body_item_table :is(td, th) {
	line-height: 1.8;
	padding: var(--ptpb) var(--prpl);
}

.l_news02_body_item_table th {
	width: 8rem;
	padding-left: 0;
	padding-right: 0;
}

/*++++++++++++++++++++++++++++
l_slider
++++++++++++++++++++++++++++*/
.l_slider {
	width: 100%;
	margin: 4rem auto 0;
}

.l_slider_item figure {
	width: 40rem;
}

/*++++++++++++++++++++++++++++
l_feature
++++++++++++++++++++++++++++*/
.l_feature {
}

.l_feature .inner {
	max-width: var(--inner-width03);
	padding: 0 var(--inner-padding);
}

.l_feature_ttl {
	width: 71rem;
	margin: -7rem 0 -1rem auto;
	padding: 6.7rem 0 0 22rem;
	position: relative;
	display: flex;
	align-items: center;
}
.l_feature_ttl:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
	background: #fff;
}

.l_feature_ttl_txt01 {
	font-size: 8rem;
	transform: rotate(-9.21deg);
	top: -2.2rem;
	left: 11.3rem;
}

.l_feature_ttl_txt01 span {
	font-size: 13rem;
	position: relative;
	top: 0.1em;
	left: 0.05em;
}

.l_feature_ttl_txt02 {
	font-size: 6.4rem;
}

.l_feature_ttl_txt03 {
	font-size: 2rem;
	margin-top: 0;
	top: 0.4em;
	margin-left: 2.5rem;
	position: relative;
}

.l_feature_ttl_txt03:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(100% + 2rem);
	width: 100vw;
	height: 1px;
	z-index: 1;
	background: var(--main-color);
}

.m_feature {
	--body-padding: 8rem;
	--body-width: 63rem;
	--gutter-bg: 8rem;
	padding: 5rem 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.m_feature + .m_feature {
	/* margin-top: 10.5vw; */
}

.m_feature_head {
	margin-top: 0;
	position: relative;
	z-index: 10;
	flex: 1;
}

.m_feature_links {
	margin-right: 0;
	margin-left: var(--over-margin03);
}

.m_feature_links_col02 {
	display: flex;
	flex-wrap: wrap;
}

.m_feature_link {
	height: 26rem;
}

.m_feature_links_col02 .m_feature_link {
	width: 50%;
}

.m_feature_link:before {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 57%;
	z-index: 5;
	opacity: 1;
	background: linear-gradient(
		0deg,
		rgba(36, 23, 23, 0.4) 0%,
		rgba(36, 23, 23, 0) 100%
	);
}

.m_feature_link_img {
	aspect-ratio: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.m_feature_link_ttl {
	font-size: 1.6rem;
	bottom: 2.1rem;
	left: 0;
	padding: 0 4.3rem 0 2rem;
}

.m_feature_link_ttl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.3rem;
	right: 1.767rem;
	width: 1.067rem;
	aspect-ratio: 1/1;
	z-index: 5;
	-webkit-mask: url(../images/icon_arrow.svg) center / 100% no-repeat;
	mask: url(../images/icon_arrow.svg) center / 100% no-repeat;
	background: #fff;
}

.m_feature_body {
	position: relative;
	z-index: 10;
	width: var(--body-width);
	padding-left: var(--body-padding);
	padding-top: 0.7rem;
}

.m_feature_ttl {
	padding-top: 0;
	margin-bottom: 3.8rem;
}

.m_feature_ttl_txt01 {
	font-size: 8rem;
	right: 0;
	top: -1.5rem;
}

.m_feature_ttl_txt02 {
	font-size: 2.4rem;
}

.m_feature_ttl_txt02:before {
	width: 2rem;
	margin: 0 1rem;
}

.m_feature_ttl_txt03 {
	font-size: 2.8rem;
	margin-top: 2rem;
}

.m_feature_txt {
	font-size: 1.7rem;
}

.m_feature:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.m_feature:nth-of-type(2n):before {
	right: calc(100% + var(--over-margin03) - var(--body-width) - var(--gutter-bg));
	right: calc(100% - var(--body-width) - var(--gutter-bg));
	left: auto;
	width: 100vw;
}

.m_feature:nth-of-type(2n) .m_feature_body {
	padding-left: 0;
	padding-right: var(--body-padding);
}

.m_feature:nth-of-type(2n) .m_feature_links {
	margin-left: 0;
	margin-right: var(--over-margin03);
}

/*++++++++++++++++++++++++++++
l_bnr
++++++++++++++++++++++++++++*/
.l_bnr {
	margin: 100px 0 0;
}
.l_bnr .inner {
	padding: 0;
	max-width: none;
}

.l_brn_slider_item {
	margin: 0 1rem;
}

.l_brn_slider_item a {
	width: 800px;
}

.l_bnr_slider .slick-dots {
	margin-top: 20px;
	gap: 1rem;
}

.l_bnr_slider .slick-dots li {
	width: 8px;
}

/*++++++++++++++++++++++++++++
l_endoscope
++++++++++++++++++++++++++++*/
.l_endoscope {
	background: none;
	margin-top: 0;
	padding-top: 80px;
	position: relative;
	z-index: 9;
}

.l_endoscope:before {
	background: url(../images/top_endoscopy_bg_pc.png?01) right top / min(100%, 1070px) no-repeat;
	content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
aspect-ratio: 1070/770;
z-index: 1;
}

.l_endoscope .inner {
	max-width: var(--inner-width03);
}

.l_endoscope_block {
	display: flex;
	gap: 12rem;
}

.l_endoscope_head {
	width: 52rem;
}

.l_endoscope_img {
	margin-right: 0;
	padding-top: 54rem;
	aspect-ratio: auto;
}

.l_endoscope_body {
	flex: 1;
	margin-top: 0;
	padding-top: 2rem;
}

.l_endoscope_ttl {
	padding-bottom: 2.3rem;
	margin-right: 0;
	margin-bottom: 1.8rem;
	position: relative;
	border: 0;
}

.l_endoscope_ttl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(100vw, 1030px);
	height: 1px;
	z-index: 1;
	background: var(--main-color);
}

.l_endoscope_ttl_txt01 {
	font-size: 6.4rem;
}

.l_endoscope_ttl_txt02 {
	font-size: 2rem;
	margin-top: 0.9rem;
}

.l_endoscope_ttl_txt03 {
	position: absolute;
	left: 28.1rem;
	right: 0;
	bottom: 1.8rem;
	font-size: 8rem;
	letter-spacing: 0;
	line-height: 1;
	font-family: var(--font-en-qg);
	transform: rotate(-9.21deg);
	color: var(--sub-color);
	white-space: nowrap;
	width: fit-content;
}

.l_endoscope_catch {
	font-size: 1.8rem;
}

.l_endoscope_catch_txt01 {
	font-size: 3.6rem;
}

.l_endoscope_catch_txt02 {
	font-size: 3rem;
	margin-bottom: -0.3em;
}

.l_endoscope_catch_txt03 {
	font-size: 2.4rem;
	top: -0.2em;
	margin-top: 0.5em;
	margin-right: 0.3em;
}

.l_endoscope_graph {
	margin-top: 4rem;
	width: 43.5rem;
}

/*++++++++++++++++++++++++++++
l_reason
++++++++++++++++++++++++++++*/
.l_reason {
	--thumb-height: 15rem;
	--thumb-width: 25rem;
	--reason-col: 5;
	position: relative;
	padding-top: 0;
	z-index: 10;
}

.l_reason .inner {
	padding: 0;
	max-width: none;
	padding-bottom: 4.9rem;
}

.l_reason_block {
	display: flex;
	justify-content: space-between;
	gap: 10rem;
	max-width: var(--inner-width03);
	padding: 0 var(--inner-padding);
	margin: 0 auto;
	width: 100%;
	padding-top: 14rem;
}

.l_reason_head {
	padding: 0 0 calc(var(--thumb-height) + 3rem);
	position: relative;
	z-index: 10;
	width: 62.6rem;
}

.l_reason_slider {
	margin: 0;
}

.l_reason_slider_item {
	overflow: hidden;
}

.l_reason_ttl {
	position: relative;
	padding-top: 5.9rem;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}

.l_reason_ttl:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: auto;
	right: -13rem;
	width: 100vw;
	height: 1px;
	z-index: 1;
	background: var(--main-color);
}

.l_reason_ttl_txt01 {
	font-size: 20rem;
	left: var(--over-margin03);
	right: auto;
	top: -10rem;
	transform: translateX(-2rem);
	position: absolute;
}

.l_reason_ttl_txt02 {
	font-size: 2.4rem;
}

.l_reason_ttl_txt02:before {
	width: 2rem;
	margin: 0 1rem;
}

.l_reason_ttl_txt02 span {
	order: 1;
	letter-spacing: 0;
}

.l_reason_ttl_txt03 {
	font-size: 2.4rem;
	margin-top: 1.4rem;
}

.l_reason_txt {
	font-size: 1.7rem;
}

.l_reason_body {
	margin-top: 0;
	flex: 1;
	position: relative;
	z-index: 1;
}

.l_reason_img {
	display: block;
	margin: 0;
	aspect-ratio: auto;
	min-height: 70rem;
	height: 100%;
	margin-right: var(--over-margin03);
	z-index: 1;
	position: relative;
}

.l_reason_img_en {
	font-family: var(--font-en-cg);
	font-size: 1.6rem;
	line-height: 1.3;
	position: absolute;
	bottom: 1.3rem;
	right: var(--over-margin03);
	text-align: right;
	padding-right: 7rem;
	z-index: 10;
	color: #fff;
	letter-spacing: 0;
}

.l_reason_img_en:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	z-index: 1;
	width: 6rem;
	background: #fff;
}
.l_reason_bottom {
	position: absolute;
	bottom: 2rem;
	left: 0;
}

.l_reason_thumb_block {
	width: calc(var(--thumb-width) * var(--reason-col));
	margin-left: calc(-1 * var(--thumb-width));
}

.l_reason_thumb {
	margin-top: 1px;
}

.l_reason_thumb .slick-track {
}

.l_reason_thumb_item {
}

.l_reason_thumb_img {
	width: 100%;
	aspect-ratio: 250/150;
	position: relative;
	z-index: 1;
}

.l_reason_thumb_ttl {
	top: auto;
	bottom: 0;
	height: 5rem;
	font-size: 1.4rem;
	transition: background var(--hover-transition);
}

.l_reason_arrows {
	margin: 0;
	gap: 2.6rem;
	padding: 0.7rem 1.2rem;
}

.l_reason_arrows button {
	width: 1.067rem;
	-webkit-mask: var(--arrow-url) center / 100% no-repeat;
	mask: var(--arrow-url) center / 100% no-repeat;
	background: var(--main-color);
}

.l_reason_arrows .slick-prev {
	transform: rotate(180deg);
}

.l_reason_arrows .slick-next {
}

/*++++++++++++++++++++++++++++
l_emenu
++++++++++++++++++++++++++++*/
.l_emenu {
	padding: 6.4rem 0 12rem;
	background: var(--main-color) url(../images/top_emenu_bg_pc.png?01) left top /
		1100px no-repeat;
}

.l_emenu_ttl {
	padding-bottom: 0.6rem;
	margin-bottom: 6rem;
	width: fit-content;
	padding-right: 10.2rem;
}

.l_emenu_ttl:before {
	width: 100vw;
}

.l_emenu_ttl span {
	font-size: 2.4rem;
}

.l_emenu_ttl em {
	right: 0.9rem;
	bottom: -2.3rem;
	font-size: 8rem;
}

.l_emenu_item {
	display: flex;
	flex-direction: row-reverse;
	gap: 6rem;
}

.l_emenu_item + .l_emenu_item {
	margin-top: 12rem;

}

.l_emenu_item_head {
	position: relative;
	z-index: 1;
	width: 28rem;
}

.l_emenu_item_img {
	display: block;
}

.l_emenu_item_body {
	margin-top: 0;
	position: relative;
	z-index: 2;
	flex: 1;
	padding-top: 0.8rem;
}

.l_emenu_item_ttl {
	padding-bottom: 1.1rem;
	margin-bottom: 3rem;
}

.l_emenu_item_ttl:before {
	width: calc(100% + 9rem);
}

.l_emenu_item_ttl span {
	margin-right: 1.7rem;
	font-size: 2.4rem;
}

.l_emenu_item_ttl em {
	font-size: 1.8rem;
}

.l_emenu_item_txt {
	font-size: 1.7rem;
}


.l_emenu_item:nth-of-type(2n) {
	flex-direction: row;
}

.l_emenu_item:nth-of-type(2n) .l_emenu_item_ttl:before {
	left: auto;
	right: 0;
}


.l_emenu_accordion {
	margin-top: 2.9rem;
}

.l_emenu_accordion + .l_emenu_accordion {
	margin-top: 2rem;
}

.l_emenu_accordion_ttl {
	--icon-right: 20px;
	padding: 15px 20px 16px;
	font-size: 1.7rem;
}

.l_emenu_accordion_ttl::before,
.l_emenu_accordion_ttl::after {
	width: 12px;
	height: 2px;
}

.l_emenu_accordion_body {
	padding: 1.5rem 2rem 3rem;
}

.l_emenu_accordion_body_list {
	--gap-col: 2rem;
	--gap-row: 0px;
	--col: 2;
	flex-wrap: wrap;
	gap: var(--gap-row) var(--gap-col);
	flex-direction: row;
}

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

.l_emenu_accordion_body a {
	width: 100%;
	--arrow-right: 1.23rem;
	padding: 1.2rem 2.5rem 1.2rem 1.5rem;
	font-size: 1.5rem;
}

.l_emenu_accordion_body a:before {
	width: 0.933rem;
	transition: var(--hover-transition);
	right: calc(var(--arrow-right) + var(--hover-moving-minus));
}

/*++++++++++++++++++++++++++++
l_menu
++++++++++++++++++++++++++++*/
.l_menu {
	padding: 5.8rem 0 0;
}

.l_menu_ttl {
	margin-bottom: 1.6rem;
	z-index: 1;
}

.l_menu_out_img {
	position: absolute;
	left: -8rem;
	bottom: -2rem;
	transform: translateX(-100%);
}

.l_menu_block {
	display: flex;
	gap: 5rem;
	position: relative;
}

.l_menu_head {
	width: 55rem;
}

.l_menu_ttl_txt01 {
	font-size: 20rem;
	right: 0;
	left: var(--over-margin01);
	top: -6.7rem;
	margin-right: 0;
	transform: translateX(-2.1rem);
	z-index: 1;
	white-space: nowrap;
}

.l_menu_ttl_txt02 {
	font-size: 6.4rem;
	margin-right: 2rem;
	/* line-height: 1; */
	position: relative;
	z-index: 10;
}

.l_menu_ttl_txt03 {
	font-size: 2rem;
	top: 0.35em;
	z-index: 10;
}

.l_menu_list {
	width: calc(100% - 5rem);
	margin-left: auto;
	position: relative;
	z-index: 10;
	min-width: 26rem;
}

.l_menu_list a {
	padding: 1.8rem 0 1.8rem calc(1rem + var(--hover-moving-plus));
	position: relative;
	transition: var(--hover-transition);
}

.l_menu_list a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: calc(1.2rem + var(--hover-moving-minus));
	width: 1.067rem;
	aspect-ratio: 1/1;
	z-index: 5;
	-webkit-mask: url(../images/icon_arrow.svg) center / 100% no-repeat;
	mask: url(../images/icon_arrow.svg) center / 100% no-repeat;
	transform: translateY(-50%);
	background: var(--main-color);
	transition: var(--hover-transition);
}

.l_menu_list a span {
	font-size: 1.8rem;
	margin-right: 2rem;
}

.l_menu_list a em {
	font-size: 1.8rem;
	top: -0.05em;
}

.l_menu_list a figure {
	display: none;
}

.l_menu_body {
	flex: 1;
	padding-top: 4.2rem;
}

.l_menu_img_list {
	position: relative;
}

.l_menu_img_item {
	position: relative;
	width: 50rem;
	z-index: 1;
}

.l_menu_img_item.on {
	animation: opacityOn 0.5s linear 0s 1 both;
}

.l_menu_img_item:nth-of-type(1) {
	z-index: 3;
}

.l_menu_img_item:nth-of-type(2) {
	z-index: 2;
	animation: opacityOff 0.5s linear 0s 1 both;
}

.l_menu_img_item:nth-of-type(n + 2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#lmenu00 {
	z-index: 100 !important;
	opacity: 1;
	transition: 0.5s;
}

.l_menu_on #lmenu00 {
	opacity: 0;
}


.l_menu_img02 {
	position: relative;
	width: 100%;
	aspect-ratio: 500/508;
	z-index: 1;
}

.l_menu_img03 {
	position: absolute;
	bottom: 3rem;
	left: calc(100% - 4rem);
	z-index: 10;
	width: 20rem;
	aspect-ratio: 1/1;
}

/*++++++++++++++++++++++++++++
l_greeting
++++++++++++++++++++++++++++*/
.l_greeting {
	margin-top: 6rem;
	padding: 0;
}

.l_greeting .inner {
	max-width: var(--inner-width03);
}

.l_greeting_block {
	padding-bottom: 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 8rem;
	padding: 0 0 0 5rem;
}

.l_greeting_block:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 84.2%;
	height: 100%;
	z-index: 1;
	background: var(--main-color);
}

.l_greeting_body {
	position: relative;
	z-index: 10;
	flex: 1;
	/* max-width: 620px; */
	padding-right: var(--inner-padding);
}

.l_greeting_ttl {
	font-family: var(--font-en-cg);
	padding-top: 8.4rem;
	margin-bottom: 3.2rem;
}

.l_greeting_ttl span {
	padding-left: 3rem;
	font-size: 3.2rem;
	left: -5rem;
}

.l_greeting_ttl span:before {
	width: 2rem;
	margin-right: 0;
	top: 50%;
	left: 0;
}

.l_greeting_ttl em {
	font-size: 20rem;
	right: 0;
	left: auto;
	top: -4rem;
	white-space: nowrap;
}

.l_greeting_body_content {
	max-width: 620px;
	padding-bottom: 90px;
}

.l_greeting_txt {
}

.l_greeting_txt p {
	font-size: 1.7rem;
}

.l_greeting_txt p + p {
	margin-top: 1.6em;
}

.l_greeting_name {
	text-align: right;
	font-size: 2.4rem;
	margin-top: 2.5rem;
	position: relative;
	right: -0.2em;
}

.l_greeting_name span {
	font-size: 1.6rem;
	margin-right: 0.7em;
	position: relative;
	top: -0.1em;
}

.l_greeting_btn {
	--gap-col: 2rem;
	--gap-row: 2rem;
	max-width: 42rem;
	margin: 4.9rem auto 0;
}

.l_greeting_btn .p_btn01 {
	padding-left: 2rem;
}

.l_greeting_head {
	position: relative;
	z-index: 10;
	margin-bottom: 0;
}

.l_greeting_img {
	position: relative;
	margin: 16.2rem 0 0;
	width: 46rem;
}

.l_greeting_img01 {
	position: relative;
	z-index: 1;
	width: 69.56%;
}

.l_greeting_img02 {
	position: absolute;
	z-index: 5;
	bottom: -12rem;
	right: 0;
	width: 47.82%;
}

/*++++++++++++++++++++++++++++
l_clinic
++++++++++++++++++++++++++++*/
.l_clinic {
	background: var(--main-color) url(../images/top_clinic_bg_pc.png?01) right center /
		auto 100% no-repeat;
	margin-top: 8rem;
	padding-top: 10rem;
	padding-bottom: 9rem;
}

/*++++++++++++++++++++++++++++
l_pagetop
++++++++++++++++++++++++++++*/
.l_pagetop {
bottom: 1rem;
        right: 1rem;
	left: auto;
	width: 6rem;
	filter: drop-shadow(0px 0px 5rem rgba(0, 0, 0, 0.05));
}

.l_pagetop:before {
	background-size: 1.333rem;
	top: 0;
}

/*++++++++++++++++++++++++++++
l_under_mv
++++++++++++++++++++++++++++*/
.l_under_mv {
	min-height: 35rem;
	margin-top: calc(var(--header-top-height) + var(--header-bottom-height));
}

.l_under_mv_img {
	aspect-ratio: auto;
	/* height: 35rem; */
}

.l_under_mv_ttl {

}

.l_under_mv_ttl span {
	font-size: 4.8rem;
}

.l_under_mv_ttl em {
	font-size: 2rem;
	margin-top: 2px;
}

/*++++++++++++++++++++++++++++
l_intro
++++++++++++++++++++++++++++*/
.l_intro {
	position: relative;
	padding-bottom: 4rem;
}

.l_intro_top {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.l_intro_head {
	max-width: 30rem;
	margin-left: 3rem;
	width: 36%;
}

.l_intro_head .oft {
	aspect-ratio: 300/400;
}

.l_intro_body {
	margin-top: 0;
	flex: 1;
	max-width: 65rem;
	padding-top: 1.9rem;
}

.l_intro_body:before {
	content: "";
	display: block;
	position: absolute;
	top: -8rem;
	left: -7.5rem;
	width: 40rem;
}

.l_intro_bottom {
	display: flex;
	max-width: 70.5rem;
	justify-content: flex-end;
}

.l_intro_name  {
	margin-top: 3.6rem;
	padding-bottom: 1rem;
	margin-bottom: 3.2rem;
	padding-left: 0.5rem;
}

.l_intro_name_ja {
	font-size:2.4rem;
	margin-right:2.5rem;
}

.l_intro_name_ja span {
	font-size: 1.7rem;
	margin-right: 2.5rem;
	top: -0.15em;
}

.l_intro_name_en {
	font-size: 1.7rem;
	position: relative;
	top: -0.1em;
}


.l_intro_ttl {
	font-size: 3.2rem;
	margin-bottom: 3rem;
}

.l_intro_txt {
	max-width: 60rem;
	margin-left: auto;
}

.l_intro_en {
	bottom: 0;
	right: -8.2rem;
	font-size: 12.8rem;
}

/*++++++++++++++++++++++++++++
l_search
++++++++++++++++++++++++++++*/
.l_search {
	margin-top: 60px;
	padding: 45px 0 50px;
}

.l_search:before {
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(calc(-1 * var(--max-width01) / 2 - 16rem));
}

.l_search_ttl {
	flex-direction: row;
	align-items: center;
	padding-left: 0;
	margin-bottom: 3.4rem;
}

.l_search_ttl:before {
	top: 1.1rem;
	right: calc(100% + 2rem);
	left: auto;
	width: 100vw;
}

.l_search_ttl span {
	font-size: 2rem;
	margin-right: 2rem;
}

.l_search_ttl em {
	font-size: 1.8rem;
	margin-top: 0;
}

.l_search_block {
}

.l_search_btns {
	margin-bottom: 2rem;
}

.l_search_btn {
	height: 6rem;
	font-size: 1.8rem;
}

.l_search_btn:before {
	height: 1.3rem;
}

.l_search_list {
	--gap-col: 1.2rem;
	--gap-row: 1.2rem;
	--col: 4;
}

.l_search_list li a {
	--arrow-size: 1rem;
	--arrow-right: 1.7rem;

	padding-left: 2rem;
	padding-right: 3rem;
	font-size: 1.6rem;
	height: 5rem;

	transition: var(--hover-transition);

}

.l_search_list li a::after {
	right: calc(var(--arrow-right) + var(--hover-moving-minus));
	transition: var(--hover-transition);
}

/*++++++++++++++++++++++++++++
l_footer
++++++++++++++++++++++++++++*/
.l_footer {
	margin-top: 8rem;
}

.l_footer_img {
	height: 40rem;
}

.l_footer_contact {
	padding: 8rem 0;
	width: 100%;
	max-width: var(--max-width03);
	margin: -20rem auto 0;
	overflow: hidden;
}

.l_footer_contact_block {
	display: flex;
	max-width: var(--inner-width01);
	padding: 0 var(--inner-padding);
	margin: 0 auto;
	gap: 2rem;
}

.l_footer_contact_head {
	position: relative;
	z-index: 1;
	width: 32%;
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.l_footer_contact_en {
	font-size: 20rem;
	letter-spacing: 0;
	font-family: var(--font-en-cg);
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: -4rem;
	left: 0;
	opacity: 0.08;
	color: #fff;
	white-space: nowrap;
	transform: none;
}

.l_footer_contact_ttl {
	position: relative;
	padding-top: 0;
	margin-bottom: 0;
	z-index: 1;
}

.l_footer_contact_ttl span {
	font-size: 1.8rem;
}

.l_footer_contact_tel {
	margin-top: 2rem;
}

.l_footer_contact_tel span {
	font-size: 1.8rem;
	margin-right: 1rem;
}

.l_footer_contact_tel .tel_link a,
.l_footer_contact_tel .tel_link {
	font-size: 3.2rem;
}

.l_footer_contact_time {
	margin-top: 1.4rem;
}

.l_footer_contact_time span {
	font-size: 1.4rem;
	padding: 0.5rem 1rem 0.6rem;
	margin-right: 1.2rem;
}

.l_footer_contact_time em {
	font-size: 1.6rem;
}

.l_footer_contact_links {
	margin-top: 0;
	flex-direction: row;
	gap: 2rem;
	z-index: 10;
	position: relative;
	flex: 1;
}

.l_footer_contact_btn {
	padding: 3.7rem 1rem 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	flex: 1;
}

.l_footer_contact_btn:before {
	display: none;
}

.l_footer_contact_btn_icon {
	margin-right: 0;
	width: 6rem;
	margin-bottom: 1rem;
	position: relative;
	z-index: 10;
}

.l_footer_contact_btn_icon figure {
	width: 2.6rem;
}

.l_footer_contact_btn_body {
	display: flex;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 10;
}

.l_footer_contact_btn_ttl {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	text-align: center;
}

.l_footer_contact_btn_txt {
	font-size: 1.4rem;
	text-align: center;
}

.l_footer_content .m_timetable_hosoku,
.l_footer_content .m_clinic {
	color: #b2b2b2;
}

.l_footer_content {
	margin-top: 6.8rem;
	padding-bottom: 3rem;
}

.l_footer_content .m_clinic_tel {
	margin-top: 1.2rem;
	font-size: 1.8rem;
}

.l_footer_content .m_clinic_tel .tel_link a,
.l_footer_content .m_clinic_tel .tel_link {
	font-size: 2.8rem;
}

.l_footer_content .m_clinic_target {
	font-size: 1.6rem;
	margin-top: 0.6rem;
}

.l_footer_content .m_clinic_body {
	margin-top: 0;
	padding-top: 1.2rem;
}

.l_footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 3vw 0 20.6vw;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
}

.l_footer_relation {
	--gap-col: 1.7rem;
	--gap-row: 0px;
	--col: 5;
	margin-top: 3rem;
	padding-bottom: 7.7rem;
}

.l_footer_relation_item {
	max-width: 206px;
}

.l_footer_relation_item em {
	font-size: 1.2rem;
	margin-top: 0.6rem;
}

.l_footer_bottom {
	padding: 2rem 0 3rem;
}

.l_footer_bnr {
	--gap-col: 1rem;
	--gap-row: 1rem;
	--col: 2;
	margin: 0;
	width: 35.7rem;
}

.l_footer_bnr_item {
	font-size: 1.2rem;
}

.l_footer_bnr_item em {
	margin-top: 0.6rem;
}

.l_footer_bottom small {
	opacity: 0.4;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	text-align: left;
	display: block;
	margin-top: 3rem;
	color: var(--main-font-color);
}

/*++++++++++++++++++++++++++++
l_fixed_side
++++++++++++++++++++++++++++*/
.l_fixed_side {
	position: fixed;
	z-index: 100;
	top: 15rem;
	right: 0;
	display: flex;
	flex-direction: column;
}

.l_fixed_side_item {
	position: relative;
	background: #288542;
	opacity: 1 !important;
}

.l_fixed_side_item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: var(--main-color);
	opacity: 0;
	transition: 0.5s;
}

.l_fixed_side_recruit {
	background: #E9EAF0;
}

.l_fixed_side_kenshin {
	background: #8A0929;
}

/*++++++++++++++++++++++++++++
l_under_breadcrumb
++++++++++++++++++++++++++++*/
.breadcrumbs {
	padding: 0 0 2rem;
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: 1.4rem;
}

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

.breadcrumbs > span:before {
	right: 1.2rem;
	top: 50%;
	width: 0.5rem;
	transform: translateY(-21%) rotate(45deg);
}

/* underpage */
.underpage .l_footer {
	margin-top: 10rem;
}

/* l_under_content */
:where(.l_under_content) {
	--under-default-font: 1.7rem;
	--under-default-mt: 0px;

	padding: 0 0 10rem;
}

:where(.l_under_content) > * {
	--under-default-mt: 3rem;
}

: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);
	line-height: var(--line-height-wide);
}

:where(.l_under_content)
	:is(p, ul, ol, table, .m_kakomi, .m_kakomi02)
	+ :is(p, ul, ol, table) {
	margin-top: 1em;
}

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

:where(.l_under_content) .alignright {
	margin: 1.6rem 0 1rem 5rem;
	float: right;
	height: auto;
	width: auto;
	max-width: 36rem;
}

:where(.l_under_content) .alignleft {
	margin: 1.6rem 5rem 1rem 0;
	float: left;
	height: auto;
	width: auto;
	max-width: 36rem;
}

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

:where(.l_under_content) > section {
	padding: 7.6rem 0 10rem;
}

:where(.l_under_content) > section:before {
	width: 100vw;
}

/* title */

:where(.l_under_content) .m_toc + h2 {
	margin-top: 12vw;
}

:where(.l_under_content) h4:where(:not(.no_default)) + h5:where(:not(.no_default)) {
	margin-top: 4rem;
}

:where(.l_under_content) h3:where(:not(.no_default)) {
	font-size: 2.8rem;
	margin-bottom: 5.6rem;
	margin-top: 10rem;
}

:where(.l_under_content) h3:where(:not(.no_default)) span {
	font-size: 2.4rem;
	margin: 0 auto 0.7em;
	/* letter-spacing: 0.1em; */
}
:where(.l_under_content) h3:where(:not(.no_default)) span:before {
	width: 2rem;
}
:where(.l_under_content) h3:where(:not(.no_default)) span:after {
	top: 0.05em;
	font-size: 2.4rem;
}

:where(.l_under_content) h3:where(:not(.no_default)) em {
	padding-left: 3rem;
	margin-left: 0;
	font-size: 1.5rem;
}

:where(.l_under_content) h3:where(:not(.no_default)) em:before {
	left: 0.5rem;
	width: 2rem;
}

:where(.l_under_content) h4:where(:not(.no_default)) {
	font-size: 2.2rem;
	padding-bottom: 2rem;
	margin-bottom: 2.2rem;
	margin-top: 6.8rem;
}

:where(.l_under_content) h4:where(:not(.no_default)):before {

width: 15rem;
}

:where(.l_under_content) .p_h5_style,
:where(.l_under_content) h5:where(:not(.no_default)) {
	font-size: 1.7rem;
	padding: 0.3em 0.5em 0.3em;
	margin-bottom: 1.9rem;
	margin-top: 3.5rem;
}

:where(.l_under_content) h6:where(:not(.no_default)) {
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	padding-left: 2rem;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

:where(.l_under_content) h6:where(:not(.no_default)):before {
	top: 0.4rem;
	height: 2.1rem;
}
/* btn */
:where(.l_under_content) .p_btn01 {
	width: fit-content;
	min-width: 22rem;
}

/* ul */
.p_list_col02_pc {
	--col: 2;
}

.p_list_col03_pc {
	--col: 3;
}

.p_list_col04_pc {
	--col: 4;
}

:where(.l_under_content) ul:where(:not(.no_default)) {
	--gap-col: 3rem;
	--gap-row: 1.2rem;
	--col: 1;
}

:where(.l_under_content) ul:where(:not(.no_default)) li {
	padding-left: 1.6rem;
	font-size: 1.6rem;
}

:where(.l_under_content) ul:where(:not(.no_default)) li:before {
	top: 1.4rem;
	width: 0.6rem;
}

:where(.l_under_content) .p_list_narrow {
	--gap-row: 1px;
}

/* m_checklist */
:where(.l_under_content) .p_checklist li {
	padding-left: 3.4rem;
}

:where(.l_under_content) .p_checklist li:before {
	top: 0.4rem;
	width: 2.4rem;
	left: 1px;
}

/* ol */
:where(.l_under_content) ol:where(:not(.no_default)) {
	--gap-col: 3rem;
	--gap-row: 1.4rem;
}

:where(.l_under_content) ol:where(:not(.no_default)) li {
	padding: 0 0 1.1rem 4.5rem;
}

:where(.l_under_content) ol:where(:not(.no_default)) li:before {
	top: 0.2rem;
	width: 3rem;
	font-size: 1.6rem;
	padding-left: 0;
}

/* table */
:where(.l_under_content) table:where(:not(.no_default)) {
	margin-top: 5rem;
}

:where(.l_under_content) table:where(:not(.no_default)) :is(th, td) {
	padding: 1.6rem 2rem;
}

:where(.l_under_content) table:where(:not(.no_default)) td em {
	font-size: 2.4rem;
	line-height: 1.3;
	top: 0.17em;
	padding: 0 0.1em;
}

:where(.l_under_content) table:where(:not(.no_default)) tbody :is(th, td) {
	padding: 1.4rem 2rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 .extend,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .current,
.wp-pagenavi .page {
	width: 4rem;
	height: 4rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .current,
.wp-pagenavi .page {
	margin: 0 0.5rem;
	padding-top: 0em;
}

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

/* breadcrumbs */
.breadcrumbs {
	padding: 2.3rem 0 2.3rem;
}

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