@charset "utf-8";

.img_bg_block {
	padding: 150px 0;
}

/*その他の追加変更 ここから*/
.m_ttl01 {
	margin-bottom: 72px;
}

.m_ttl01 span {
	font-size: 7.7rem;
	top: 0.2em;
}

.m_ttl01 em {
	font-size: 2.2rem;
	margin-top: -8px;
}

.btn01 {
	--btn-height: 91px;
	--btn-width: 380px;
	--icon-right: 18px;
	--icon-size: 44px;
	font-size: 2rem;
	padding: 10px 65px 10px;
	width: fit-content;
	letter-spacing: 0.12em;
}

.top_page_wrap {
	padding-top: 120px !important;
}
.under_page_wrap {
	padding-top: 190px !important;
}
/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_gnav
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_gnav {
	position: relative;
	z-index: 100;

	a {
		text-decoration: none;
	}
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	padding-bottom: 150px;
}
.m_mv_news {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	width: 100%;
	margin-top: 0;
	padding: 0;
}

.m_mv_news:before {}

.m_mv_news_head {
	width: 306px;
}

.m_mv_news_head:before {
	width: 1px;
	z-index: 1;
	background: #fff;

	width: 1px;
	height: 100px;
	left: auto;
	bottom: auto;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m_mv_news_head a {
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	padding: 20px 48px 0 70px;
	min-height: 150px;
}

.m_mv_news_head span {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.m_mv_news_head em {
	margin-top: -8px;
	position: relative;
	padding-right: 10px;
	padding-top: 8px;
}

.m_mv_news_head em:before,
.m_mv_news_head em:after {
	right: 0;
	width: 5px;
	height: 1px;
}


.m_mv_news_body {
	z-index: 10;
	padding: 0 54px 0 56px;
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 0;
}

.m_newslist {
	overflow: hidden;
}

.m_mv_news_body a {
	padding: 5vw 0;
}

.m_mv_news_body a {
	padding: 8px 0;

	display: flex;
	position: relative;
	align-items: center;
}

.m_mv_news_body a .date {
	margin-right: 3vw;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	top: 0.3em;
}

.m_mv_news_body a em {
	padding-right: 10vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_first
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_first {}

.t_first .img_bg_block {}

.t_first_img {
	width: 600px;
}

.t_first_imgs01 {
	position: absolute;
	top: 0;
	left: 181px;
	padding-bottom: 190px;
}

.t_first_imgs01 .t_first_img:nth-of-type(1) {
	margin-left: auto;
}

.t_first_imgs01 .t_first_img:nth-of-type(2) {
	bottom: 0;
	left: -508px;
}

.t_first_ttl {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 143px auto;
	/* justify-content: flex-end; */
	margin-left: auto;
	width: fit-content;
	padding-right: 169px;
}

.t_first_ttl picture {
	width: 78px;
}

.t_first_ttl span {
	font-size: 2.5rem;
	letter-spacing: 0.5em;
	margin-top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-right: 34px;
	padding-top: 5px;
}

.t_first_block {
	margin-top: 0;
}

.t_first_txt {
    padding-left: 324px;
    padding-right: 170px;
}

.t_first_txt p {
	line-height: 1.875;
}

.t_first_txt p+p {
	margin-top: 0.95em;
}

.t_first_btn {
	margin-top: 52px;
}

.t_first_imgs02 {
	margin: 0;
	width: 600px;
	top: 320px;
	right: -460px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_symptoms
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_symptoms {}

.t_symptoms .img_bg_block {
	padding: 0;
}

.t_symptoms_head {
	background: url(../images/top/symptoms_ttl_bg.png) center / max(1600px, 100%) auto no-repeat;
	padding: 50px 0 40px;
}

.t_symptoms_ttl {
	margin-bottom: 0;
}

.t_symptoms_body {
	background: #e2eae2 url(../images/top/symptoms_bg.jpg) center top / cover no-repeat;
	padding: 120px 0;
}

.t_symptoms_list {
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 816px;
}

.t_symptoms_list li {
	position: relative;
	--radius: 15px;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: #fff;
		border-radius: var(--radius) var(--radius) 0 var(--radius);
		transition: 0.5s;
		opacity: 0;
		pointer-events: none;
	}

	&:hover {
		&:before {
			opacity: 0.4;
		}
	}
}

.t_symptoms_list li a {
	position: static;
	--gap: 4px;
	--radius: 15px;
	min-height: 140px;
	font-size: 1.9rem;
	isolation: auto;


	&:before,
	&:after {
		top: -9px;
		left: -9px;
		width: 50px;
		transition: 0.5s;
		z-index: 11;
	}

	&:hover {
		opacity: 1;

		&:before {
			opacity: 1;
		}

		&:after {
			opacity: 0.4;
		}
	}
}

.t_symptoms_list li a span {
	z-index: 1;
}

.t_symptoms_list li a span:before {
	width: 17px;
}

.t_symptoms_list li a span:after {
	--add-radius: 3px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_medical {
	background: url(../images/top/medical_bg.jpg) center top / cover no-repeat;
}

.t_medical:before {
	width: 700px;
	aspect-ratio: 700 / 400;
}

.t_medical:after {
	aspect-ratio: 1600/200;
}

.t_medical .img_bg_block {
    padding: 143px 0 150px;
}

.t_medical_ttl {}

.t_medical_list {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.t_medical_item {}

.t_medical_item_in {
	border-radius: 15px;
	min-height: 200px;
	padding-right: 30px;

	&:hover {
		opacity: 1;

		.t_medical_item_txt {
			opacity: 1;
		}
	}
}

.t_medical_item_in:before {
	top: 0;
	left: 0;
	width: 200%;
	height: 230%;
	transform: translate(-210px, -362px) rotate(-31deg);
}

.t_medical_item_ttl {}

.t_medical_item_ttl:before {
	width: 30px;
	z-index: 11;
}

.t_medical_item_ttl:after {
	right: 13px;
	width: 7px;
	z-index: 12;
}

.t_medical_item_ttl span {
	background-size: 66px;
	min-height: 57px;
	padding-left: 80px;
	letter-spacing: 0.15em;
	font-size: 2.3rem;
	z-index: 1;
}

.t_medical_item_txt {
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	line-height: 1.5;
	padding: 16px 50px 15px 20px;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgba(152, 178, 87, 0.9);
	color: #fff;
}



/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_feature {
	position: relative;
	isolation: isolate;
	border-top: 0;
	background: none;
}

.t_feature:before {
	left: 50%;
	transform: translateX(-50%);
	width: max(1600px, 100%);
	background: url(../images/top/feature_obj_left.png) left top -315px / 450px no-repeat, url(../images/top/feature_obj_right.png) right top -315px / 450px no-repeat;
}

.t_feature .img_bg_block {
	padding: 141px 0 70px;
}

.t_feature_ttl {
	width: 532px;
}


.t_feature_block {
	margin-top: 100px;
}

.m_feature {
	--img-radius: 20px;
}

.m_feature+.m_feature {
	margin-top: 113px;
}

.m_feature_bg {
	--bg-gutter: 10px;
	--bg-border: 4px;
	padding: 124px 0 117px;
}

.m_feature_bg:after {
	width: max(1280px, 100vw);
}

.m_feature_bg:before {
	width: max(1280px, 100vw);
}

.m_feature_block {}

.m_feature_head {}

.m_feature_img {
	position: relative;
}

.m_feature_img:before {
	top: 20px;
	left: 20px;
}


.m_feature_btn {
	margin-top: 57px;
}

.m_feature_body {
	margin-top: 0;
}

.m_feature_num span {
	font-size: 1.2rem;
}

.m_feature_num em {
	font-size: 8.2rem;
	margin-top: 6px;
	margin-bottom: -0.2em;
}

.m_feature_ttl {
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	line-height: calc(39/26);
	margin-top: 3px;
}

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

.m_feature_txt {
	margin-top: 25px;
	text-align: center;
}

.m_feature_txt p {
	line-height: 1.875;
}

.m_feature_txt p+p {
	margin-top: 1em;
}

.m_feature_imgs {
	gap: 22px;
	margin-top: 44px;
}


.m_feature_imgs02 {
	margin-top: 10px;
	flex: 1;
}

.m_feature_imgs02 .m_feature_img {
	width: 350px;
}

.m_feature_imgs02 .m_feature_img:before {
	top: 10px;
	left: 10px;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(1) {
	margin-left: auto;
	z-index: 5;
}

.m_feature_imgs02 .m_feature_img figcaption {
	top: 41px;
	right: 100%;
	width: 230px;
	height: 60px;
	padding: 11px 0 0 26px;
	font-size: 2.2rem;
}

.m_feature_imgs02 .m_feature_img figcaption:before {
	width: 12px;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(2) {
	margin-top: -25px;
	z-index: 10;
	margin-left: 0;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(2) figcaption {
	bottom: 41px;
	padding: 13px 0 0 42px;
}

.m_feature_imgs02 .m_feature_img:nth-of-type(2) figcaption:before {
	right: 0;
	left: auto;
	-webkit-clip-path: polygon(100% 100%, 0 50%, 100% 0);
	clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.m_feature_head:has(.m_feature_img_mini) {
	padding-bottom: 30px;
}

.m_feature_head:has(.m_feature_img_mini) .m_feature_img {
	width: 100%;
}

.m_feature_img_mini {
	width: 240px;
	bottom: 0;
	right: -40px;
}

.m_feature_safe {
	border-radius: 30px;
	padding: 75px 80px 43px;
	margin-top: 115px;
}

.m_feature_safe_ttl {
	padding: 21px 56px;
	font-size: 2.9rem;
	line-height: 1;
	letter-spacing: 0.12em;
}

.m_feature_safe_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.m_feature_safe_item {}

.m_feature_safe_img {}

.m_feature_safe_item_ttl {
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	line-height: 1.3;
	padding: 10px 0;
	min-height: 90px;
}

.m_feature_safe_item_ttl span {
	line-height: 1.4;
	font-size: 1.4rem;
}

.m_feature_safe_catch {
	margin-top: 33px;
	font-size: 2.9rem;
}

.m_feature_row {
	margin-top: 120px;
	display: grid;
	gap: 100px;
	grid-template-columns: repeat(2, 1fr);

	.m_feature {
		margin-top: 0 !important;
		position: relative;
	}

	.m_feature_txt {
		text-align: left;
	}

	.m_feature_num {
		margin-top: 17px;
	}

	.m_feature_body {padding-bottom: 129px;}

	.m_feature_btn {
		margin-top: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

.m_feature01 {
	.m_feature_block {
		display: flex;
		gap: 60px;
		flex-direction: row-reverse;
	}

	.m_feature_head {
		width: 600px;
	}

	.m_feature_body {
		flex: 1;
	}
}

.m_feature02 {
	margin-top: 106px !important;

	.m_feature_block>* {
		position: relative;
		z-index: 10;
	}

	.m_feature_imgs {
		position: absolute;
		z-index: 1 !important;
		width: 1470px;
		left: 50%;
		top: 44.7%;
		transform: translate(-50%, -50%);
		display: flex;
		justify-content: space-between;
	}

	.m_feature_btn {
		margin-top: 40px;
	}
}

.m_feature03 {
	.m_feature_block {
		display: flex;
		gap: 60px;
		flex-direction: row-reverse;
	}

	.m_feature_head {
		width: 540px;
	}

	.m_feature_body {
		flex: 1;
	}

	.m_feature_btn {
		margin-top: 40px;
	}
}

.m_feature04 {
	margin-top: 123px !important;
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.m_feature_block {
	display: flex;
	gap: 60px;
	flex-direction: row-reverse;
	}

	.m_feature_head {
	width: 600px;
	}

	.m_feature_body {
	flex: 1;
	}
;
	margin-top: 113px;
}

.m_feature07 {
	padding: 0;
	margin-top: 101px !important;
	
	
	
	
	
	
	
	
	
	
	
	
	.m_feature_block {
		max-width: 1200px;
		margin: 0 auto;
	}
}

.m_feature07_in01 {
	padding: 122px 40px;
	margin: 0 var(--over-margin);
	position: relative;
}

.m_feature07_in01:after {
	width: max(1280px, 100vw);
}

.m_feature07_in {}

/* 左 */
.m_feature07_in02:before,
.m_feature07_in02:after,
.m_feature07_in03:before {
	left: 0;
}

.m_feature07_in02:before {
	width: 400px;
}

.m_feature07_in02:after {
	width: 100px;
}

.m_feature07_in03:before {
	height: 430px;
	width: 500px;
}

/* 右 */
.m_feature07_in03:after,
.m_feature07 .m_feature_block:after,
.m_feature07 .m_feature_block:before {
	right: 0;
}

.m_feature07_in03:after {
	width: 520px;
	height: 630px;
}

.m_feature07 .m_feature_block:before {
	width: 420px;
	height: 890px;
}

.m_feature07 .m_feature_block:after {
	width: 380px;
}



.m_feature_cleans {
	gap: 50px;
	margin: 50px auto 0;
	max-width: 1000px;
}

.m_feature_clean_ttl {
	font-size: 2rem;
	letter-spacing: 0.12em;
	padding: 10px 0;
	min-height: 66px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_slider01
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_slider01 {
	margin-top: 50px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_greeting
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_greeting {}

.t_greeting .img_bg_block {
    padding: 107px 0 150px;
}

.t_greeting_ttl {
	font-size: 16.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 36px;
	left: -37px;
	z-index: 10;
}

.t_greeting_block {
	padding-left: 170px;
}

.m_greeting {
	position: relative;
	z-index: 9;
}

.m_greeting_main {
	width: 550px;
	padding-top: 56px;
}

.m_greeting_head {
	display: block;
}

.m_greeting_name {
	gap: 0;
	flex-direction: row;
	align-items: center;
}

.m_greeting_name::after {
	display: block;
	position: relative;
	top: 1px;
}

.m_greeting_name .pos {
	min-width: 70px;
	min-height: 26px;
	letter-spacing: 0.22em;
	padding-left: 0.22em;
	font-size: 1.5rem;
	border-radius: 5px;
	margin-right: 17px;
}

.m_greeting_name .txt {
	font-size: 2.5rem;
	letter-spacing: 0.14em;
	margin-right: 13px;
	position: relative;
	top: 0px;
}

.m_greeting_name .en {
	margin-right: 20px;
	top: 0.4em;
	font-size: 1.3rem;
}

.m_greeting_img {
	--img-radius: 20px;
	width: 430px;
	padding: 45px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.m_greeting_img:before {
	left: 100px;
	width: 500px;
	background: url(../images/top/greeting_img01_bg.jpg) left center / 100% no-repeat;
}

.m_greeting_img figure {
	width: 100%;
}

.m_greeting:nth-of-type(2) {
	margin-top: 56px;
	
	.m_greeting_img {
		left: 0;
		right: auto;
	}

	.m_greeting_main {
		margin-left: auto;
		padding-top: 76px;
	}

	.m_greeting_bottom {
		margin-top: 87px;
	}
}

.m_greeting:nth-of-type(2) .m_greeting_head {}

.m_greeting:nth-of-type(2) figure {}

.m_greeting:nth-of-type(2) .m_greeting_img:before {
	right: 100px;
	left: auto;
	background-image: url(../images/top/greeting_img02_bg.jpg);
	background-position: right center;
}


.m_greeting_catch {
	font-size: 2.4rem;
	line-height: 1.8;
	margin-top: 27px;
}

.m_greeting_txt {
	margin-top: 19px;
}

.m_greeting_txt p {}

.m_greeting_txt p+p {
	margin-top: 1em;
}

.m_greeting_bottom {
	margin-top: 62px;
	display: flex;
	justify-content: center;
	gap: 61px;
}

.m_greeting_bottom .btn {
	margin: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_clinic {
	background: #846b56 url(../images/top/clinic_bg.jpg) center / cover no-repeat;
}

.t_clinic .img_bg_block {
	padding: 145px 0 340px;
}

.t_clinic_block {
	margin: 0 auto;
	width: 570px;
}

.t_clinic_ttl {
    margin-bottom: 91px;
}

.t_clinic_ttl span {}

.t_clinic_ttl em {}

.t_clinic_table {
    margin: 0 auto;
    width: 380px;
}

.t_clinic_table :is(th, td) {
	padding: 17px 0;
}

.t_clinic_table th {
	width: 124px;
	letter-spacing: 0.2em;
}

.t_clinic_table td {}

.t_clinic_table .tel_link a {
	color: #fff;
}

.t_clinic_btn {
	margin-top: 40px;
}

.t_clinic .m_table_clinic {
	margin-top: 60px;
}

.m_table_clinic thead {}

.m_table_clinic tbody {}

.m_table_clinic th {}

.m_table_clinic td {}

.m_table_clinic_hosoku {
	margin-top: 14px;
	text-indent: -1.73em;
	padding-left: 1.73em;
	line-height: 1.6;
	font-size: 1.6rem;
}

.m_table_clinic_hosoku+.m_table_clinic_hosoku {
	margin-top: 5px;
}

.t_clinic_btn02 {

margin-top: 7px;

display: flex;

justify-content: center;

gap: 20px;
}

.t_clinic_btn02 .btn {}

.m_table_clinic_hosoku02 {
	gap: 11px;
	margin-top: 21px;
	grid-template-columns: repeat(2, 1fr);
}

.m_table_clinic_hosoku02 dl {}

.m_table_clinic_hosoku02 dt {
	font-size: 1.9rem;
}

.m_table_clinic_hosoku02 dd {
	margin-top: 1px;
}

.m_table_clinic_hosoku02 ul {
	display: grid;
	gap: 0px;
}

.m_table_clinic_hosoku02 ul li {
	padding-left: 0.9em;
}

.m_table_clinic_hosoku02 ul li:before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 1;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_other
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_other {
	margin-top: -250px;
}

.t_other .img_bg_block {

padding: 0 0 148px;
}

.t_other_block {
	border-radius: 50px;
	padding: 60px 60px;
	gap: 50px;
	display: flex;
}

.t_other_item:nth-of-type(1) {
	width: 490px;
}
.t_other_item:nth-of-type(2) {
	flex: 1;
}
.t_other_item_head {
	margin-bottom: 33px;
}

.t_other_item_head a {
	width: 110px;
	height: 40px;
	padding: 18px 20px 5px 16px;
	font-size: 1.3rem;
}

.t_other_item_head a:before {
	width: 15px;
	height: 2px;
}

.t_other_ttl {
	font-size: 3.8rem;
	top: 0.4em;
}


.t_other_column {}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_recruit
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_recruit {}

.t_recruit .inner {
	max-width: none;
	padding: 0;
}

.t_recruit .img_bg_block {
	padding: 0;
	position: relative;
}

.t_recruit_img {
	height: 50%;
	width: 100%;
}

.t_recruit_imgs01,
.t_recruit_imgs02 {
	width: 550px;
}

.t_recruit_imgs01 {
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;

}

.t_recruit_imgs02 {
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.t_recruit_img01 {}

.t_recruit_img02 {}

.t_recruit_img03 {}

.t_recruit_img04 {}

.t_recruit_block {
	margin: 0 auto;
	padding: 68px 36px 69px;
	min-width: 610px;
	z-index: 10;
	width: calc(100vw - 990px)
}


.t_recruit_block_in {}



.t_recruit_ttl {}

.t_recruit_ttl span {
	font-size: 6.7rem;
	top: 0.2em;
}

.t_recruit_ttl em {
	letter-spacing: 0.43em;
	padding-left: 0.43em;
	margin-top: 3px;
	font-size: 1.5rem;
}

.t_recruit_txt {
	margin-top: 36px;
	text-align: center;
}

.t_recruit_txt p {
	letter-spacing: 0.05em;
}

.t_recruit_txt p+p {
	margin-top: 0.9em;
}

.t_recruit_btn {
	margin-top: 46px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_slider02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_slider02 {
	margin-top: 148px;
	margin-bottom: 150px;
}