@charset "utf-8";

:root {
	--vw: 1vw;
	--main-font-color: #002d71;
	--main-color: #002d71;
	--main-color-middle: #0075c2;
	--main-color-light: #d7fcff;
	--main-color-super-light: #e0f3ff;
	--yellow: #ffd43d;
	--pink: #db4f98;
	--green: #007771;
	--default-letter-spacing: 0.05em;
	--max-width: 1200px;
	--inner-padding: 40px;
	--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;
	--font-en: "Pacifico", cursive;
}

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

.img_bg_block {
	padding: 13vw 0;
}

.js_tabs_item {
	display: none !important;
}

.js_tabs_item.on {
	display: block !important;
}

/*その他の追加変更 ここから*/
.under_page_wrap #wrapper {
	padding-top: 52px;
}

.m_ttl01 {
	text-align: center;
	margin-bottom: 8vw;
	position: relative;
	padding-bottom: 6vw;
	background: url(../images/top/ttl_deco.png) center bottom / 24vw no-repeat;
}

.m_ttl01 span {
	font-size: 3.4rem;
	letter-spacing: 0;
	display: block;
	font-family: var(--font-en);
	color: var(--yellow);
	line-height: 1.5;
	font-weight: 400;
}

.m_ttl01 em {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	display: block;
	font-weight: 700;
}

.m_txt p {
	line-height: 1.875;
}

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

.btn01 {
	--btn-height: 16vw;
	--btn-width: auto;
	--icon-right: 3vw;
	--icon-size: 5vw;
	--border-radius: 0px;
	--border-width: 2px;
	font-size: 1.6rem;
	padding: 3vw 10vw 3vw;
	background: #fff;
	letter-spacing: 0.075em;
	line-height: 1.4;
	border-radius: var(--border-radius);
	border: var(--border-width) solid var(--main-color);
	min-width: var(--btn-width);
	min-height: var(--btn-height);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-inline: auto;
	isolation: isolate;
	font-weight: 700;
}

.btn01:before {
	content: "";
	position: absolute;
	border: 0;
	top: 50%;
	right: var(--icon-right);
	width: var(--icon-size);
	height: auto;
	aspect-ratio: 1/1;
	transform: translateY(-50%);
	background: url(../images/icon_arrow.png) center / 100% no-repeat;
}

.btn01:after {
	--border-gap: 1.2vw;
	content: '';
	display: block;
	position: absolute;
	top: var(--border-gap);
	left: 0;
	width: 100%;
	height: calc(100% - var(--border-gap) * 2);
	z-index: -1;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}

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

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

.m_mv img {
	width: 100%;
}

.m_mv_inner {
	position: relative;
}

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

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

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

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

.m_newslist_item {
	border-top: 1px solid #cacaca;
}

.m_newslist_item:last-of-type {
	border-bottom: 1px solid #cacaca;
}

.m_newslist_item_in {
	display: flex;
	overflow: hidden;
	padding: 20px 0;
	text-decoration: none;
}

.m_newslist_item_in .date {
	letter-spacing: 0.26em;
	font-weight: 700;
	margin-right: 22px;
}

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

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_message
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_message {
	position: relative;
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #6fa0bd url(../images/top/message_bg_sp.jpg) center top / 100% no-repeat;
	}
}

.t_message_head {
	position: relative;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: -7vw;
		right: -5.1vw;
		width: 35vw;
		aspect-ratio: 272/224;
		z-index: 10;
		background: url(../images/top/message_deco.png) center / 100% no-repeat;
	}
}

.t_message_img01 {
	position: relative;
	z-index: 1;
	height: 54.3vw;
	width: 83vw;
	margin-left: auto;
}

.t_message_img02 {
	position: absolute;
	left: -6vw;
	bottom: -4vw;
	width: 29vw;
	z-index: 10;
}

.t_message_body {
	margin-top: 7.8vw;
}

.t_message_ttl {
	color: var(--yellow);
	display: flex;
	align-items: center;

	.txt01 {
		font-family: var(--font-en);
		font-size: 2.6rem;
		letter-spacing: 0;
		margin-right: 0.6em;
		line-height: 1;
		position: relative;
		top: -0.1em;
		font-weight: 400;
	}

	.txt02 {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.12em;
		border-left: 1px solid var(--yellow);
		line-height: 1.3;
		padding-left: 3vw;
	}
}

.t_message_catch {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3vw 0 3.3vw;
	letter-spacing: 0.12em;
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 4.2vw;
}

.t_message_txt {
	color: #fff;
	margin-top: 5vw;
}

.t_message_btn {
	margin-top: 8vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_sc
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_sc {
	position: relative;
	isolation: isolate;
	background: #fff;
	z-index: 10;

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

	&:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -7vw;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -2;
		background: url(../images/top/sc_bg_bottom.png) center bottom / 100% no-repeat;
	}
}

.t_sc_ttl {
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.6;
}

.t_sc_body {
	background: #fff;
	margin-top: 8vw;

	.js_tabs_btns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.js_tabs_btn {
		border-top: 4px solid #57badf;
		border-left: 2px solid #57badf;
		border-right: 2px solid #57badf;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #57badf;
		gap: 2.7vw;
		height: 16vw;
		position: relative;
		isolation: isolate;
		padding-bottom: 4px;

		&::before {
			content: '';
			display: block;
			position: absolute;
			bottom: 0;
			left: -2px;
			width: calc(100% + 4px);
			height: 100%;
			z-index: -1;
			border-bottom: 2px solid var(--main-color);
		}

		.txt01 {
			font-family: var(--font-en);
			color: rgba(255, 255, 255, 1);
			font-size: 1.7rem;
		}

		.txt02 {
			font-weight: 700;
			font-size: 1.9rem;
			color: rgba(255, 255, 255, 1);

			span {
				font-size: 0.8rem;
				vertical-align: baseline;
				margin-left: 1.3vw;
			}
		}

		&.on {
			border-top-color: var(--main-color);
			border-right-color: var(--main-color);
			border-left-color: var(--main-color);
			background: #fff;

			&::before {
				border-bottom-color: #fff;
				opacity: 0;
			}

			.txt01 {
				font-family: var(--font-en);
				color: var(--yellow);
			}

			.txt02 {
				color: var(--main-color);

			}
		}
	}

	.js_tabs_items {
		border-left: 2px solid var(--main-color);
		border-right: 2px solid var(--main-color);
		border-bottom: 2px solid var(--main-color);
	}
}


.t_sc_concern_item {
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 0 3vw 0 24vw;
	position: relative;
	isolation: isolate;
	aspect-ratio: 800/230;
}

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

.t_sc_concern_list {
	display: grid;
	gap: 3vw;

	li {
		position: relative;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		line-height: calc(22/16);
		padding-left: 5.8vw;
		font-weight: 500;

		&::before {
			content: '';
			display: block;
			position: absolute;
			top: 0.2vw;
			left: 0;
			width: 4vw;
			aspect-ratio: 1/1;
			z-index: 1;
			background: url(../images/icon_check.png) center / 100% no-repeat;
		}
	}
}

.t_sc_symptoms {
	display: grid;
	padding: 3vw;
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw;

	a {
		text-decoration: none;
		background: #fffaea;
		--border-gutter: 2vw;
		position: relative;
		isolation: isolate;
		border-radius: 2vw;
		display: flex;
		flex-direction: column;
		padding: 5vw;
		height: 100%;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: var(--border-gutter);
			left: var(--border-gutter);
			width: calc(100% - var(--border-gutter) * 2);
			height: calc(100% - var(--border-gutter) * 2);
			z-index: -1;
			border: 1px solid var(--yellow);
		}

		&:after {
			content: '';
			display: block;
			position: absolute;
			bottom: 1vw;
			right: 1vw;
			width: 5vw;
			aspect-ratio: 1/1;
			background: url(../images/icon_arrow02.png) center / 100% no-repeat;
			z-index: 2;
		}
	}
}

.t_sc_symptoms_img {
	width: 26vw;
	margin: 0 auto;
}

.t_sc_symptoms_ttl {
	text-align: center;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin-top: 1.6vw;

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

.t_sc_symptoms_txt {
	line-height: 1.3;
	font-size: 1.3rem;
	margin-top: 1.5vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_treatment
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_treatment {
	background: url(../images/top/treatment_bg_sp.jpg) center / cover no-repeat;
	position: relative;
	isolation: isolate;
	z-index: 9;

	&:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 30vw;
		left: 0;
		width: 60vw;
		aspect-ratio: 438/369;
		z-index: 1;
		background: url(../images/top/feature_star04.png) center / 100% no-repeat;
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 40vw;
		width: 60vw;
		aspect-ratio: 438/369;
		z-index: 1;
		background: url(../images/top/feature_star05.png) center / 100% no-repeat;
	}
}

.t_treatment_block {
	display: grid;
	gap: 13vw;
}

.t_treatment_item {
	position: relative;
	isolation: isolate;
}

.t_treatment_item01 {
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 45vw;
		left: 39vw;
		width: 58vw;
		aspect-ratio: 438/369;
		z-index: -1;
		background: url(../images/top/feature_star01.png) center / 100% no-repeat;
	}
}

.t_treatment_item02 {
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 45vw;
		left: 10vw;
		width: 58vw;
		aspect-ratio: 436/357;
		z-index: -1;
		background: url(../images/top/feature_star02.png) center / 100% no-repeat;
	}
}

.t_treatment_item03 {
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 45vw;
		left: 39vw;
		width: 58vw;
		aspect-ratio: 438/369;
		z-index: -1;
		background: url(../images/top/feature_star03.png) center / 100% no-repeat;
	}
}

.t_treatment_item_in {
	display: flex;
	flex-direction: column;
	gap: 5vw;
}

.t_treatment_item_head {
	position: relative;
	isolation: isolate;

	&::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 120%;
		aspect-ratio: 868/644;
		z-index: -1;
		background: url(../images/top/treatment_leaf01.png) center / 100% no-repeat;
	}

	.t_treatment_item:nth-of-type(2n) &::before {
		background-image: url(../images/top/treatment_leaf02.png);
	}
}

.t_treatment_item_img {
	position: relative;
	z-index: 10;
}

.t_treatment_item_ttl {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	padding: 3vw;
}

.t_treatment_item_txt {
	margin-top: 5vw;
}

.t_treatment_item_points {
	display: flex;
	gap: 3vw;
	justify-content: center;
	margin-top: 4vw;

	li {
		width: 25vw;
		aspect-ratio: 1/1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 700;
		background: url(../images/top/treatment_point.png) center / 100% no-repeat;
		font-size: 1.3rem;
		line-height: 1.3;
		filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.1));
	}
}

.t_treatment_item_btn {
	margin-top: 5vw;
}

.t_treatment_bnrs {
	margin-top: 8vw;
	display: grid;
	gap: 3vw;
}

.t_treatment_bnr {
	border-radius: 2vw;
	overflow: hidden;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_age
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_age {
	background: url(../images/top/age_bg.jpg) center / 30vw;
	position: relative;
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background: url(../images/top/age_leaf01.png) center top / 110vw no-repeat,
			url(../images/top/age_leaf02.png) center bottom / 110vw no-repeat;
	}
}

.t_age_ttl {
	width: 60vw;
	margin: 0 auto;
}

.t_age_block {
	display: grid;
	gap: 5.7vw;
	margin-top: 6vw;
}

.t_age_item {
	position: relative;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 99.6%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, 0);
		width: 10.3vw;
		aspect-ratio: 3 / 1;
		background: var(--main-color);
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

	&:last-of-type:before {
		display: none;
	}
}

.t_age_item_in {
	text-decoration: none;
	border: 2px solid var(--main-color);
	border-radius: 2vw;
	background: #fff;
	display: flex;
}

.t_age_item_head {
	width: 44.5vw;
	display: flex;
	justify-content: center;
	align-items: center;

	figure {
		width: 25vw;
	}
}

.t_age_item_ttl {
	background: #0075c2;
	color: #fff;
	flex: 1;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5vw 0;
	border-radius: 0 1.3vw 1.3vw 0;

	span {
		position: relative;
		padding-right: 8vw;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			width: 5vw;
			aspect-ratio: 1/1;
			z-index: 1;
			background: url(../images/icon_arrow03.png) center / 100% no-repeat;
		}
	}
}

.t_age_btn {
	margin-top: 8vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_feature
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_feature {
	background: url(../images/top/feature_bg01.jpg) center top / 100% no-repeat;
	position: relative;
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 30vw;
		aspect-ratio: 306/253;
		z-index: -1;
		background: url(../images/top/feature_leaf.png) center / 100% no-repeat;
	}

	&:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40vw;
		aspect-ratio: 564/384;
		z-index: -1;
		background: url(../images/top/feature_goods.png) center / 100% no-repeat;
	}
}

.t_feature_block {
	display: grid;
	gap: 10vw;
}

.t_feature_item_head {
	position: relative;
	padding-bottom: 5vw;
}

.t_feature_item_imgs {
	--shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
	padding-top: 6.5vw;
}

.t_feature_item_imgs .img01 {
	position: relative;
	width: 75vw;
	box-shadow: var(--shadow);
	z-index: 1;

	img {
		position: relative;
		z-index: 1;
	}
}

.t_feature_item_imgs .img02 {
	box-shadow: var(--shadow);
	position: absolute;
	z-index: 10;
}

.t_feature_item:nth-of-type(2n) {
	.t_feature_item_ttls {
		left: auto;
		right: 0;
		align-items: flex-end;
	}

	.t_feature_item_ttls .ttl {
		align-items: flex-end;
	}
}

.t_feature_item.item01 {
	.t_feature_item_imgs .img01 {
		margin-left: auto;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -5vw;
			right: -5vw;
			width: 30vw;
			aspect-ratio: 418/204;
			z-index: 2;
			background: url(../images/top/feature_tape01.png) center / 100% no-repeat;
		}
	}

	.t_feature_item_imgs .img02 {
		top: 0;
		left: 0;
		width: 45vw;
	}
}

.t_feature_item.item02 {
	.t_feature_item_imgs {
		padding-top: 9vw;
	}

	.t_feature_item_imgs .img01 {
		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -6.6vw;
			left: 30.5vw;
			width: 8vw;
			aspect-ratio: 120/212;
			z-index: 2;
			background: url(../images/top/feature_tape02.png) center / 100% no-repeat;
		}
	}

	.t_feature_item_imgs .img02 {
		top: 0;
		right: 0;
		width: 45vw;
	}
}

.t_feature_item.item03 {
	.t_feature_item_head {
		padding-bottom: 0;
	}

	.t_feature_item_imgs {
		padding-top: 0;
		padding-bottom: 5vw;
		padding-right: 3vw;
	}

	.t_feature_item_imgs .img01 {
		margin-left: auto;

		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -6.8vw;
			left: -11vw;
			width: 30vw;
			aspect-ratio: 404/258;
			z-index: 2;
			background: url(../images/top/feature_tape03.png) center / 100% no-repeat;
		}
	}

	.t_feature_item_imgs .img02 {
		bottom: 0;
		right: 0;
		width: 30vw;
	}
}

.t_feature_item.item04 {
	.t_feature_item_imgs {
		padding-left: 5vw;
	}

	.t_feature_item_imgs .img01 {
		&:before {
			content: '';
			display: block;
			position: absolute;
			top: -5vw;
			left: 26vw;
			width: 30vw;
			aspect-ratio: 418/114;
			z-index: 2;
			background: url(../images/top/feature_tape04.png) center / 100% no-repeat;
		}
	}

	.t_feature_item_imgs .img02 {
		top: 0;
		left: 0;
		width: 30vw;
	}
}

.t_feature_item_ttls {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.t_feature_item_ttls .num {
	img {
		width: auto;
		height: 13.5vw;
	}
}

.t_feature_item_ttls .ttl {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5vw;
	margin-top: 3vw;
	position: relative;

	span {
		background: #d2edff;
		border-radius: 10vw;
		padding: 1vw 5vw;
		font-weight: 700;
		position: relative;
		z-index: 1;
	}

	img {
		position: absolute;
		z-index: 10;
		width: 35vw;
		top: -9vw;
		left: -13vw;
	}
}

.t_feature_item_body {
	margin-top: 5vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_column
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_column {
	background: #f3fbff;
	margin-top: 9vw;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_clinic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.t_clinic {
	background: url(../images/top/clinic_bg_sp.jpg) center / cover no-repeat;
	position: relative;
	isolation: isolate;

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -15vw;
		width: 130vw;
		aspect-ratio: 1600/60;
		z-index: -1;
		-webkit-mask: url(../images/top/clinic_wave.png) center / 100% no-repeat;
		mask: url(../images/top/clinic_wave.png) center / 100% no-repeat;
		background: #f3fbff;
	}
}

.t_clinic_logo {
	display: flex;
	flex-direction: column;
	text-decoration: none;

	span {
		font-size: 1.7rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		color: #006199;
	}

	img {
		margin-top: 2.6vw;
		width: 100%;
	}
}

.t_clinic_data {
	display: flex;
	flex-direction: column;
	margin-top: 3vw;
}

.t_clinic_data .txt01 {
	letter-spacing: 0.12em;
}

.t_clinic_data .txt02 {
	color: #0075c2;
}

.t_clinic_cta {
	display: flex;
	gap: 3vw;
	margin-top: 2vw;
}

.t_clinic_cta .web {
	background: #fff;
}

.t_clinic_body {
	margin-top: 3vw;
}

.t_clinic_hosoku {
	margin-top: 2vw;
	font-size: 1.2rem;
}

.t_clinic_bnrs {
	margin-top: 5vw;
	display: grid;
	gap: 3vw;
}

.t_clinic_bnr {
	background: #fff;
	border-radius: 2vw;
	overflow: hidden;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
t_insta
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.t_insta .img_bg_block {
	padding: 7px 0;
}

.t_insta_wrap {
	position: relative;
}

.t_insta_btn {
	position: absolute;
		top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 18vw;
	z-index: 10;
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

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

.t_insta #sbi_images {
	    gap: 7px !important;
		grid-template-columns: repeat(4, 1fr) !important;
		padding: 0 7px !important;
		margin: 0 !important;
}

.t_insta #sb_instagram.sbi_width_resp {
		padding: 0 !important;

}