@charset "utf-8";

:root {
	--vw: 1vw;
	--blue: #26a7e1;
	--blue-dark: #0987c0;
	--main-font-color: #535353;
	--main-color: var(--blue);
	--main-color-middle: #aadbf0;
	--main-color-light: #dbf4ff;
	--main-color-super-light: #edf9ff;
	--default-letter-spacing: 0.05em;
	--max-width: 1200px;
	--inner-padding: 90px;
	--inner-width: calc(var(--max-width) + var(--inner-padding) * 2);
	--over-margin: min(calc((-1 * var(--vw) * 100 + var(--max-width)) / 2),
			calc(-1 * var(--inner-padding)));

	/* noto入れるの忘れない */
	--font-main: YakuHanJPs, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs;
	--font-maru: YakuHanRPs, "Zen Maru Gothic", serif;
	--font-en: "Plus Jakarta Sans", sans-serif;
}

/*共通*/
.catch_copy,
.flow_arrow_box .tl,
.flow_arrow_box .tl_block .step p,
#under .catch,
.m_col_ttl,
.m_imglink_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-maru);
	font-weight: 500;
}

.img_bg_block {
	padding: 150px 0;
}

/*その他の追加変更 ここから*/
.m_ttl01 {
	text-align: center;
	margin-bottom: 44px;
	margin-top: -7px;
}

.m_ttl01 span {
	font-size: 5rem;
	font-family: var(--font-en);
	letter-spacing: 0.18em;
	line-height: 1;
	color: var(--main-color);
	display: block;
}

.m_ttl01 em {
	font-size: 1.9rem;
	letter-spacing: 0.34em;
	display: block;
	font-family: var(--font-maru);
	margin-top: 17px;
}

.m_txt p {
	line-height: 1.875;
}

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

.btn_wrap {
	margin-top: 50px;
}

.btn01 {
	--btn-height: 70px;
	--btn-width: 320px;
	--btn-color: var(--main-color);
	--icon-right: 13px;
	--icon-size: 9px;
	--icon-color: var(--blue);
	--border-radius: calc(var(--btn-height) / 2);
	--border-width: 1px;
	border-radius: var(--border-radius);
	background: #fff;
	color: var(--btn-color);
	font-size: 1.7rem;
	border: var(--border-width) solid var(--btn-color);
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	padding: 10px 30px 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 500;
	font-family: var(--font-maru);
}

.btn01:before {
	border: 0;
	left: auto;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 18/20;
	transform: translateY(-50%);
	-webkit-mask: url(../images/icon_triangle02.png) center / 100% no-repeat;
	mask: url(../images/icon_triangle02.png) center / 100% no-repeat;
	background: var(--icon-color);
}

.btn01:after {
	display: none;
}

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

.btn01 em {
	font-size: 1.2rem;
	display: block;
}

.btn_blue {
	--btn-color: #fff;
	--icon-color: #fff;
	background: var(--blue);
}

.top_message_line a {
	&:hover {
		opacity: 1;

		&:before {
			opacity: 0.4;
		}
	}
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
}

.m_mv img {
	width: 100%;
}

.m_mv_inner {
	position: relative;
	-webkit-mask: url(../images/top/mv_clip.png) center / 100% no-repeat;
	mask: url(../images/top/mv_clip.png) center / 100% no-repeat;
}

.m_mv_main {
	position: relative;
	z-index: 1;
}

.m_mv_txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: calc((1163/2000) * 100%);
	height: 100%;
	color: #fff;
	font-weight: 500;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: center;
	--scale: 1;
	padding-left: max(3.72675vw, 48px);
	padding-bottom: max(8.4473vw, 109px);
}

.m_mv_txt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: url(../images/top/mv_gradient.png) center / 100% no-repeat;
}

.m_mv_txt_head {
	position: relative;
	padding-bottom: max(0.84473vw, 10px);
	width: fit-content;
}

.m_mv_txt_head:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	border-radius: 0.25rem;
	z-index: 1;
	background: #fff;
}

.m_mv_txt_top {
	font-family: var(--font-maru);
	font-size: max(1.64vw, 2.1rem);
	letter-spacing: 0.02em;
	line-height: 1.3;
	/* text-align: right; */
}

.m_mv_txt_main {
	display: flex;
	font-family: var(--font-maru);
	align-items: flex-end;
	margin-top: max(0.84473vw, 10px);
	/* width: fit-content; */
}

.m_mv_txt_main .txt02 {
	font-size: max(6.60877vw, 8.5rem);
	letter-spacing: -0.01em;
	line-height: 1;
	position: relative;
	top: -0.05em;
	font-family: var(--font-en);
	font-weight: 400;
	--shadow01: #fff 1px 1px 0.1rem;
	--shadow02: #fff -1px 1px 0.1rem;
	--shadow03: #fff 1px -1px 0.1rem;
	--shadow04: #fff -1px -1px 0.1rem;
	--shadow-set: var(--shadow01), var(--shadow02), var(--shadow03), var(--shadow04);
	--shadow: var(--shadow-set),var(--shadow-set),var(--shadow-set),var(--shadow-set),var(--shadow-set), var(--shadow-set), var(--shadow-set), var(--shadow-set);
	text-shadow: var(--shadow);
	min-width: max(7.26714vw, 94px);
}

.m_mv_txt_main .txt03 {
	font-size: max(2.33543vw, 3rem);
	letter-spacing: 0.18em;
}

.m_mv_txt_main .txt04 {
	font-size: max(3.9752vw,5.1rem);
	letter-spacing: 0.18em;
	line-height: 1.4;
}

.m_mv_txt_catch {
	font-size: max(1.04349vw, 1.35rem);
	letter-spacing: 0.08em;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	margin-top: max(2.33543vw, 3rem);
	font-family: var(--font-maru);
	font-weight: 500;
}

.m_mv_txt_catch .txt01 {}

.m_mv_txt_catch .txt02 {
	margin-top: max(1.04349vw, 1.35rem);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.top_news
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_news_block {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

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

.m_newslist_item+.m_newslist_item {
	margin-top: 23px;
}

.m_newslist_item_in {
	display: flex;
	overflow: hidden;
	text-decoration: none;
}

.m_newslist_item_in .date {
	letter-spacing: 0.145em;
	line-height: 2;
	font-size: 1.4rem;
	margin-right: 20px;
	font-family: var(--font-en);
}

.m_newslist_item_in em {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.1em;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.top_info {
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_info .img_bg_block {
	padding: 95px 0 150px;
}

.top_info_block {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.top_info_ttl {
	display: flex;
	flex-direction: column;
}

.top_info_ttl span {
	font-size: 3.4rem;
	font-family: var(--font-en);
	letter-spacing: 0.2em;
	line-height: 1;
	color: var(--main-color);
	font-weight: 500;
}

.top_info_ttl em {
	font-size: 1.7rem;
	font-family: var(--font-maru);
	letter-spacing: 0.16em;
	line-height: 1;
	margin-top: 10px;
}

.top_info_btn {
	margin-top: 32px;
}

.top_info_btn .btn {
	font-size: 1.3rem;
	--btn-width: 145px;
	--btn-height: 40px;
	--icon-size: 8px;
	--icon-right: 10px;
	padding: 10px 25px 10px;
	margin: 0;
}

.top_info_body {
	flex: 1;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_message {
	background: #ecf6fa;
	position: relative;
	isolation: isolate;
}

.top_message:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 460px;
	aspect-ratio: 1/1;
	z-index: -1;
	background: url(../images/top/message_bg01.png) center / 100% no-repeat;
}

.top_message:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 260px;
	aspect-ratio: 260/400;
	z-index: -1;
	background: url(../images/top/message_bg02.png) center / 100% no-repeat;
}

.top_message .img_bg_block {
	padding: 143px 0 0;
}

.top_message_ttl {
	text-align: left;
	margin-top: 0;
}

.top_message_block {
	position: relative;
	padding-bottom: 150px;
}

.top_message_body {
	max-width: 660px;
	width: 55%;
	z-index: 10;
	position: relative;
}

.top_message_btn {
	margin-top: 47px;
	gap: 20px;
}

.top_message_line {
	position: absolute;
	bottom: 135px;
	right: 0;
	z-index: 10;
	width: 440px;
}

.top_message_line a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #fff;
	transition: 0.4s;
	border-radius: 20px;
	opacity: 0;
	pointer-events: none;
}

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

.top_message_img {
	position: absolute;
	bottom: 0;
	right: -11px;
	z-index: 1;
	width: 540px;
}


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

.top_medical_ttl {
	margin-bottom: 73px;
}

.top_medical_block {
	--col: 4;
	--gap-col: 0px;
	--gap-row: 0px;

	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}

.top_medical_item {
	text-decoration: none;
	background: #fff;
	position: relative;

	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 44px;
	min-height: 298px;
}

.top_medical_item_in {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.top_medical_item:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22px;
	aspect-ratio: 1/1;
	z-index: 1;
	-webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	background: var(--main-color);
}

.top_medical_icon {
	width: 139px;
	position: relative;
	left: -14px;
}

.top_medical_item_ttl {
	font-weight: 500;
	font-family: var(--font-maru);
	font-size: 2.2rem;
	letter-spacing: 0.06em;
	text-align: center;
	margin-top: 13px;
}

.top_medical_item_ttl span {
	display: block;
	font-size: 1.6rem;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_inspection
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_inspection {
	background: #f4f7f8;
}

.top_inspection_ttl {
	margin-bottom: 74px;
}

.top_inspection_block {
	--gap-col: 40px;
	--col: 3;
}

.top_inspection_item {
	min-height: 590px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	padding-top: 190px;
	display: flex;
}

.top_inspection_item_ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.top_inspection_item_ttl span {
	font-family: var(--font-maru);
	font-size: 3rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #fff;
}

.top_inspection_item_ttl em {
	font-family: var(--font-en);
	font-size: 1.1rem;
	letter-spacing: 0.48em;
	line-height: 1;
	color: #fff;
	margin-top: 8px;
}

.top_inspection_txt {
	margin-top: 27px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin-bottom: 20px;
}

.top_inspection_item_img {
	width: 100%;
	height: 100%;
	padding-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top_inspection_item_body {
	position: relative;
	background: rgba(97, 177, 213, 0.9);
	z-index: 10;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 38px 26px 30px;
}

.top_inspection_item_btn {
	margin-top: auto;
}

.top_inspection_item_btn .btn {
	min-width: auto;
	width: 100%;
}

.top_inspection_item_btn .btn+.btn {
	margin-top: 10px;
}

.top_inspection_other {
	margin-top: 71px;
	--gap-col: 40px;
}

.top_inspection_other_item {
	--radius: 20px;
	overflow: hidden;
	position: relative;
	border-radius: var(--radius);
	border: 1px solid var(--main-color);
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	text-decoration: none;
}

.top_inspection_other_item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: 1px solid var(--blue);
	border-radius: var(--radius);
	pointer-events: none;
}

.top_inspection_other_item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	border: 10px solid rgba(255, 255, 255, 0.5);
	border-radius: var(--radius);
	pointer-events: none;
}

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

.top_inspection_other_ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	font-weight: 500;
}

.top_inspection_other_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	aspect-ratio: 32/38;
	z-index: 10;
	background: url(../images/icon_triangle.png) center / 100% no-repeat;
	transform: translateY(calc(-50% + 0.5px));
}

.top_inspection_other_ttl span {
	font-size: 3rem;
	letter-spacing: 0.18em;
	line-height: 1.5;
}

.top_inspection_other_ttl em {
	font-size: 1.9rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
}




/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_feature_ttl {
	width: 326px;
	margin: 0 auto 80px;
}

.top_feature_item {
	--border-radius: 40px;
	display: flex;
	gap: 50px;
}

.top_feature_item+.top_feature_item {
	margin-top: 70px;
}

.top_feature_item_head {
	flex: 1;
	position: relative;
	z-index: 10;
	min-height: 500px;
	/* display: flex; */
}

.top_feature_item_img {
	padding-top: 0;
	height: 100%;
	overflow: hidden;
	/* width: 100%; */
}

.top_feature_item_body {
	width: 420px;
	position: relative;
	z-index: 1;
	/* padding: 35px 0 37px; */
	flex-direction: column;
	display: flex;
	justify-content: center;
}

.top_feature_item_num {
	font-size: 1.7rem;
	letter-spacing: 0.18em;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--blue);
	color: var(--blue);
	width: fit-content;
	line-height: 1;
}

.top_feature_item_ttl {
	font-family: var(--font-maru);
	font-weight: 500;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: calc(35/23);
	margin-top: 14px;
	color: var(--blue);
}

.top_feature_item_catch {
	font-size: 1.8rem;
	line-height: calc(27/18);
	font-weight: 500;
	font-family: var(--font-maru);
	isolation: isolate;
	padding: 20px 30px 20px 0;
	position: relative;
	margin-top: 24px;
}

.top_feature_item_catch:before {
	content: '';
	display: block;
	position: absolute;
	inset: 0 0 auto auto;
	width: 1000px;
	height: 100%;
	z-index: -1;
	background: #ecf6fa;
	border-radius: 10px;
}

.top_feature_item_txt {
	line-height: 1.875;
	letter-spacing: 0.1em;
	margin-top: 21px;
}

.top_feature_item_btn {
	display: grid;
	gap: 15px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_contact
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_contact {
	position: relative;
	min-height: 470px;
	isolation: isolate;
}

.top_contact::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(71, 143, 176, 0.6);
}

.top_contact .img_bg_block {
	padding: 100px 0;
}

.top_contact .m_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.top_contact .m_slider img {
	width: auto;
	height: 100%;
}

.top_contact_block {
	display: flex;
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	border-radius: 20px;
	max-width: 1010px;
	margin: 0 auto;
}

.top_contact_head {
	background: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	width: 270px;
	padding-left: 33px;
	padding-top: 10px;
}

.top_contact_ttl {
	text-align: left;
	margin-bottom: 0;
}

.top_contact_ttl span {
	font-size: 3.4rem;
}

.top_contact_ttl em {
	font-size: 1.7rem;
	margin-top: 5px;
	letter-spacing: 0.18em;
}

.top_contact_body {
	padding: 40px;
	flex: 1;
}

.top_contact_bnrs {
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.top_contact_btn {
	margin-top: 20px;
	gap: 20px;
}




/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
top_other
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.top_other_block {
	--gap-col: 80px;
}


.top_other_item {
	overflow: hidden;
}

.top_other_ttl {
	margin-bottom: 37px;
	display: flex;
	padding-top: 19px;
	gap: 17px;
}

.top_other_ttl span {
	font-size: 3.4rem;
	font-family: var(--font-en);
	letter-spacing: 0.2em;
	line-height: 1;
	color: var(--main-color);
	display: block;
}

.top_other_ttl em {
	font-size: 1.7rem;
	letter-spacing: 0.16em;
	display: block;
	font-family: var(--font-maru);
	position: relative;
	top: 6px;
}

.top_other .m_table_clinic {
	margin-top: 30px;
}

.top_other_hosoku {
	margin-top: 10px;
}

.top_other_logo {
	width: 400px;
}

.top_other_btn {
	margin-top: 42px;
}

.top_other_line {
	margin: 30px auto 0;
	width: 440px;
	display: block;
}

.m_column_item {
	border-top: 1px solid #d0d0d0;
}

.m_column_item:last-of-type {
	border-bottom: 1px solid #d0d0d0;

}

.m_column_item_in {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 18px 0;
	text-decoration: none;
}

.m_column_item_in .date {
	letter-spacing: 0.145em;
	color: var(--main-color);
	margin-right: 22px;
	font-size: 1.4rem;
	font-family: var(--font-en);
}

.m_column_item_in em {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.top_gmap {
	height: 500px;
}