@charset "utf-8";

.t_section {
	padding: 120px 0;
}
.under_page_wrap  #wrapper {
	padding-top: 80px;
}
/*その他の追加変更 ここから*/
.m_ttl01 {
	margin-bottom: 55px;

	.txt01 {
		font-size: 3.5rem;
	}

	.txt02 {
		font-size: 1.9rem;
		margin-top: 22px;
	}
}

.m_txt p {
	line-height: 1.875;
}

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

.btn01 {
	--btn-height: 70px;
	--btn-width: 380px;
	--icon-right: 10px;
	--icon-size: 28px;
	font-size: 1.7rem;
	padding: 15px 45px 13px 35px;
	width: fit-content;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
m_mv
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_mv {
	position: relative;
	padding-top: 0;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_info
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_info {
	.t_info_block {
		grid-template-columns: repeat(2, 1fr);
		gap: 100px;
	}

	.t_info_item {
		overflow: hidden;
	}

	.m_newslist_item_in {
		padding: 17px 3px 15px;
		gap: 0px;
		flex-direction: column;
	}

	.m_newslist_item_in .date {
		font-size: 1.5rem;
	}

	.t_info_cta {
		gap: 30px;
		margin-top: 20px;
	}

	.m_address {
		margin-top: 22px;
	}
}

.m_table_clinic_box {
	padding: 10px;
	display: flex;

	.m_table_clinic {
		flex: 1;
	}
}

.m_table_clinic_ttl {
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-bottom: 0;
	letter-spacing: 0.34em;
}

.m_table_clinic_hosoku_box {
	margin-top: 7px;
	display: flex;
	justify-content: space-between;
}

.m_table_clinic_hosoku {
	font-size: 1.5rem;
}

.m_address {
	flex-direction: row;
	justify-content: space-between;
	gap: 0;
	margin-top: 4px;
}

.m_address01 {
	padding-left: 23px;

	&:before {
		width: 15px;
	}
}

.m_address02 {
	padding: 4px 20px;
	font-size: 1.5rem;
}

.m_info_head {
	margin-bottom: 35px;
	gap: 30px;

	a {
		width: 88px;
		height: 30px;
		font-size: 1.4rem;
		position: relative;
		top: -2px;
		padding-bottom: 2px;
	}
}

.m_info_head_ttl {
	font-size: 3.4rem;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_message {
	background: url(../images/top/message_bg.webp) center top / cover no-repeat;
	padding: 83px 0 120px;

	.inner {}

	.t_message_ttl {
		width: 600px;
		margin: 0 0 -20px -33px;
	}

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

	.t_message_content {
		width: 670px;
	}

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

	.t_message_img01 {
		width: 280px;
		margin-left: 0;
		left: 200px;
		top: -117px;
	}

	.t_message_img_box {
		left: 0;
		bottom: 0;
		width: 100%;
		margin-top: -57px;
		margin-left: 0;
	}

	.t_message_img02 {
		width: 340px;
		left: 60px;
	}

	.t_message_logo {
		left: 67.8%;
		bottom: -25px;
		width: 149px;
	}

	.t_message_txt {
		margin-top: 32px;
	}

	.t_message_btn {
		gap: 20px;
		margin-top: 33px;
		grid-template-columns: repeat(2, 1fr);

		.btn {
			margin-top: 0;
			min-width: auto;
			width: 100%;
		}
	}

	.t_message_img03 {
		width: 440px;
		margin: 82px 0 0;
		position: relative;
		left: 90px;
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_trouble
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_trouble {
	background: url(../images/top/trouble_bg.webp) left calc(50% - 677px) bottom 0px / 1200px no-repeat;
	padding-bottom: 230px;
	padding-top: 111px;

	.inner {}

	.t_trouble_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;

		a {
			min-height: 100px;
			font-size: 2rem;

			&:before {
				top: -5px;
				left: -5px;
				font-size: 6.3rem;
			}

			&:after {
				bottom: 10px;
				right: 10px;
				width: 30px;
			}
		}
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_medical
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_medical {
	background: url(../images/top/medical_bg.webp) center / cover no-repeat;
	padding-top: 0;
	padding-bottom: 123px;

	.inner {
		padding-top: 197px;
	}

	.t_medical_ttl {
		width: 230px;
		gap: 12px;

		.txt01 {
			font-size: 2.8rem;
		}

		.txt02 {
			font-size: 1.3rem;
		}
	}

	.t_medical_list {
		grid-template-columns: repeat(6, 1fr);
		gap: 12px;
		padding-top: 0;
	}

	.t_medical_item {
		background:#fff;
		position: relative;
		isolation: isolate;
		&:before {
			content: '';
display: block;
position: absolute;
bottom: -5px;
right: -5px;
width: 28px;
aspect-ratio: 1/1;
z-index: -1;
border-radius: 50%;
background: #fff;
		}
	}

	.t_medical_item_in {
		--gap: 5px;
		min-height: 170px;
	}

	.t_medical_item_content {
		/* アロー */
		--arrow-size: 14px;
		/* 円 */
		--circle-pos: -5px;
		--circle-size: 28px;
	}

	.t_medical_item_icon {
		width: 70px;
	}

	.t_medical_item_ttl {
		.txt01 {
			line-height: 1.3;
			font-size: 1.7rem;
			min-height: 2.5em;

			span {
				font-size: 1.4rem;
				letter-spacing: 0.01em;
			}
		}

		.txt02 {
			font-size: 1.1rem;
		}
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_reason
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_reason {
	padding: 0;

	.inner {}

	.t_reason_head {
		padding: 60px 0 63px;
		margin: 0 var(--over-margin);

		&:before {
			top: 4px;
			height: calc(100% - 8px);
		}
	}

	.t_reason_ttl {
		.txt01 {
			font-size: 10.6rem;
			padding-left: 0.3em;
		}

		.txt02 {
			gap: 17px;
			font-size: 1.7rem;
			margin-top: -4px;
			letter-spacing: 0.1em;

			&:before,
			&:after {
				width: 40px;
			}
		}
	}

	.t_reason_body {
		padding: 100px 0 120px;
	}

	.m_reason {}

	.m_reason_row {
		display: flex;
		/* align-items: center; */
		gap: 60px;

		.m_reason_reverse & {
			flex-direction: row-reverse;
		}
	}

	.m_reason_head {
		flex: 1;
	}

	.m_reason_img {
		&:before {}
	}

	.m_reason_catch {}

	.m_reason_body {
		margin-top: 0;
		width: 650px;
	}

	.m_reason_num {
		font-size: 4.7rem;
		padding-top: 21px;

		&:before {
			width: 70px;
		}
	}

	.m_reason_ttl {
		padding: 19px 0 19px;
		line-height: calc(39/23);
		margin-top: 12px;
		font-size: 2.3rem;
	}

	.m_reason_txt {
		margin-top: 20px;

		/* text-align: center; */
		p {}
	}

	.m_reason_btn {
		margin-top: 35px;
	}

	.m_reason_bnr_list {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		margin-top: 53px;
	}

	.m_reason_imgs {}

	.m_reason01 {
		.m_reason_body {
			padding-top: 18px;
		}

		.m_reason_catch {
			width: 300px;
			bottom: -149px;
			font-size: 2.5rem;
			left: 32px;
			line-height: 1.8;
		}

		.m_reason_img01 {
			width: 100%;

			&:before {
				border-color: #b2e4e5;
				aspect-ratio: 200/150;
				width: calc(200 / 430 * 100%);
				left: -5%;
				top: -5%;
			}
		}

		.m_reason_imgs {
			display: flex;
			gap: 40px;
			margin-top: 50px;
			justify-content: flex-end;
		}

		.m_reason_img02 {
			width: 480px;

			&:before {
				right: -4.2%;
				bottom: -11%;
			}
		}

		.m_reason_img03 {
			width: 400px;
			margin-top: 29px;
			margin-right: 60px;

			&:before {
				right: -5%;
				top: -4%;
			}
		}
	}

	.m_reason02 {
		margin-top: 110px;

		.m_reason_body {
			padding-top: 15px;
		}

		.m_reason_catch {
			width: 225px;
			left: 20px;
			bottom: -38px;
			font-size: 1.7rem;
			line-height: 1.8;
		}

		.m_reason_img01 {
			width: 100%;

			&:before {
				left: -3.7%;
				top: -2.3%;
			}

			&:after {
				right: -4.6%;
				bottom: 2.4%;
			}
		}
	}

	.m_reason03 {
		margin: 119px var(--over-margin) 0;
		padding: 123px 0 120px;
		background: #929292 url(../images/top/reason03_bg.webp) center bottom / cover no-repeat;

		.m_reason_body {
			width: 100%;
		}

		.m_reason_in {
			max-width: 1200px;
			width: 100%;
			margin: 0 auto;
		}

		.m_reason_num {}

		.m_reason_ttl {
			margin: 20px auto 0;
			max-width: 650px;
		}

		.m_reason_txt {
			text-align: center;
		}
	}

	.m_reason04 {
		margin-top: 120px;

		.m_reason_row {
			gap: 70px;
		}

		.m_reason_body {
			padding-top: 47px;
		}

		.m_reason_catch {
			width: 230px;
			left: 50%;
			transform: translateX(-50%);
			bottom: 136px;
			font-size: 1.7rem;
			line-height: 1.8;
		}

		.m_reason_img01 {
			width: 100%;

			&:before {
				right: -4%;
				top: -3.8%;
				width: calc(115 / 510 * 100%);
			}

			&:after {
				left: -3.9%;
				bottom: -3.3%;
			}
		}
	}

	.m_reason05 {
		margin-top: 126px;

		&:before {
			top: -125px;
			right: auto;
			left: 50%;
			transform: translateX(-50%);
			width: 1600px;
			aspect-ratio: 1600/500;
		}

		.m_reason_row {
			gap: 20px;
		}

		.m_reason_body {
			padding-top: 59px;
		}

		.m_reason_catch {
			width: 218px;
			right: 70px;
			bottom: 175px;
			font-size: 2.1rem;
			aspect-ratio: 218 / 177;
			line-height: 1.8;
		}

		.m_reason_img01 {
			width: 450px;
			margin-left: auto;

			&:before {
				left: -4.5%;
				top: 2.6%;
			}
		}

		.m_reason_img_row {
			margin-top: 20px;
			gap: 27px;
		}

		.m_reason_img02 {
			width: 360px;
			margin-top: 22px;

			&:before {
				left: -20.2%;
				bottom: -37.3%;
			}
		}

		.m_reason_img03 {
			width: 115px;

			&:before {
				left: 8.5%;
				top: 5%;
			}
		}
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_pickup_btns
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_pickup_btns {
	margin-top: 120px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_info02
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_info02 {
	padding: 0;

	.t_info02_block {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		position: relative;
		isolation: isolate;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
			clip-path: polygon(50% 100%, 100% 0, 0 0);
			background: #fff;
			opacity: 0.4;
			z-index: 5;
		}
	}

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

	.t_info02_in {
		padding: 100px 0 78px;
		max-width: 575px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}

	.t_info02_head {}

	.t_info02_ttl {
		&.m_ttl01 {}
	}

	.t_info02_column {
		.m_post {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 45px;
		}
	}

	.t_info02_img {}

	.btn {
		width: fit-content;
		margin-top: -35px;
	}
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_insta
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_insta {
	position: relative;
	padding: 43px 0 60px;

	.t_insta_btn {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100px;
	}

	.t_insta_block {}

	#sbi_load {
		margin-top: 23px;
	}

	#sb_instagram #sbi_images {
		padding: 10px !important;
	}

	.sb_instagram_header {
		padding-left: 18px !important;
	}
}