@charset "UTF-8";
/* ==========================================================================
   SEO対策（2026.09）
   テキスト化したパーツのスタイル
   main.css の後に読み込むこと
   ========================================================================== */

/*-------------------------------------
共通
--------------------------------------*/
.tcy {
	-webkit-text-combine: horizontal;
	text-combine-upright: all
}

/*-------------------------------------
ヘッダー
--------------------------------------*/
/* トップページではH1をFVキャッチに譲り、ロゴ上の文言はpにする */
header.general .logo .logo_tagline {
	margin-bottom: 5px
}

/*-------------------------------------
FV キャッチ（H1 / 旧 fv_catch.svg）
--------------------------------------*/
.fv h1.catch {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	white-space: nowrap;
	text-shadow: 0 0 10px rgba(38,32,142,0.9), 0 0 22px rgba(38,32,142,0.7), 0 0 36px rgba(38,32,142,0.5)
}
.fv h1.catch .catch_main {
	display: block;
	font-size: min(3.13vw, 45px);
	letter-spacing: .02em;
	line-height: 1.33
}

/*-------------------------------------
トップ：口管強のお知らせ（旧 bnr_koukankyo.png）
--------------------------------------*/
.koukankyo_wrap {
	width: 100%
}
.koukankyo {
	position: relative;
	z-index: 10;
	padding: min(2.9vw, 28px) min(4.2vw, 40px) min(2.7vw, 26px);
	background: #FFF;
	border: 3px solid #26208e;
	border-radius: 16px
}
.koukankyo_tit {
	color: #26208e;
	font-size: clamp(18px, 2.7vw, 27px);
	font-weight: 700;
	line-height: 1.6;
	text-align: center
}
.koukankyo_tx {
	/* 本文の幅を一番長い行に合わせ、ブロックごと中央に置く（左右の余白をそろえる） */
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: min(1.9vw, 18px);
	text-align: justify;
	color: #333;
	font-size: clamp(14px, 1.8vw, 18px);
	font-weight: 400;
	line-height: 1.75
}
@media screen and (max-width:999px){
.koukankyo_tx .br_pc {
	display: none
}
}

/*-------------------------------------
トップ：院長紹介 見出し（旧 top_a_u_h.svg）
--------------------------------------*/
.top_a_u .tx h2.top_a_u_h {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #26208e;
	font-family: 'Noto Serif JP', serif;
	font-size: min(2.98vw, 43px);
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.2;
	white-space: nowrap
}
.top_a_u .tx h2.top_a_u_h .ln {
	display: block
}
.top_a_u .tx h2.top_a_u_h .ln + .ln {
	padding-top: 1.75em
}

/*-------------------------------------
「詳しく見る」ボタン（旧 btn_arrw.svg）
カード全体を1つの<a>で囲む
--------------------------------------*/
a.card_link {
	color: inherit;
	text-decoration: none
}
a.card_link.blk {
	display: block
}
.more-btn {
	display: inline-block;
	width: auto;
	min-width: 155px;
	position: relative;
	padding-bottom: 14px;
	text-align: center;
	font-weight: 500;
	letter-spacing: .03em
}
.more-btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 10'%3E%3Cpolyline points='10.5 9.5 1 1' fill='none' stroke='%23392c33'/%3E%3C/svg%3E") no-repeat right bottom / 11px 10px,
		linear-gradient(#392c33, #392c33) no-repeat left bottom / calc(100% - 1px) 1px;
	transition: transform 0.35s 0s ease
}
@media screen and (min-width:767px){
a.card_link:hover .more-btn::after {
	transform: translateX(34px)
}
a.card_link .px img {
	transition: opacity .3s
}
a.card_link:hover .px img {
	opacity: .85
}
}

/*-------------------------------------
トップ：診療項目・お悩みから探す
--------------------------------------*/
.bluse a.bx {
	display: block;
	color: #FFF;
	text-decoration: none
}

/*-------------------------------------
トップ：治療の流れ 番号（旧 btl_num_*.svg）
--------------------------------------*/
.bx_tp_long .tx .nums .num .num_dia {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	background: #26208e;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1
}

/*-------------------------------------
トップ：ブログ・お知らせ見出し
--------------------------------------*/
.dynamic .bxs a.tit {
	color: inherit;
	text-decoration: none
}

/* ==========================================================================
   SP
   ========================================================================== */
@media screen and (max-width:767px){
header.general .logo .logo_tagline {
	display: none
}
.fv h1.catch {
	top: 120px;
	left: 1.6rem;
	transform: none
}
.fv h1.catch .catch_main {
	font-size: 9.6vw;
	line-height: 1.35
}
.bx_tp_long .tx .nums .num .num_dia {
	margin: 0 auto
}
.koukankyo {
	padding: 6vw 5vw;
	border-width: 2px;
	border-radius: 12px
}
.koukankyo_tit {
	font-size: 4.6vw
}
.koukankyo_tx {
	margin-top: 4vw;
	font-size: 14px;
	line-height: 1.8
}
}
