@charset "utf-8";
/*
Theme Name: on-jibika 2
Theme URI: https://on-jibika.com/
Version: 2.0
*/

/* common
---------------------------------------------------------------------------*/
:root {
	--color-text: #2A362D;
	--color-blue-green: #00B2C1;
	--color-yellow: #FBC600;
	--color-white: #FCFFFA;
	--color-border: rgba(125,125,125,0.5);
	--font-gothic: 'FOT-セザンヌ墨東 Pro M', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-db: 'FOT-セザンヌ墨東 Pro DB', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-sans: "Lato", sans-serif;
}

body {
	overflow-y: scroll;
	background: url(img/share/bg-pattern.png), linear-gradient(180deg, #FFFDEB 0%, #E9F5EA 100%);
	background-repeat: repeat, repeat;
	background-position: left top;
	background-size: 200px 200px, cover;
	min-height: 100vh;
	color: var(--color-text);
	font-size: 14px;
	font-family: var(--font-gothic);
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
}

body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: #F1EED8; color: var(--color-text); }
::selection { background: #F1EED8; color: var(--color-text); }

p { font-size: 14px; line-height: 1.9; letter-spacing: 0.06em; margin-bottom: 14px; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.block { display: inline-block !important; }
.wide { display: inline-block !important; }
.narrow { display: none !important; }
.nav-sp, .btn-nav { display: none !important; }

/* bg
------------------------------------*/
.bg-pattern-white,
.medical-list .list .inner,
.medical-machine .inner-s .box {
	background: rgba(255,255,255,0.6) url(img/share/bg-pattern.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 200px 200px;
}

/* txt
------------------------------------*/
.txt-scale-l,
.txt-scale-s {
	display: inline-block;
	width: auto !important;
}

/* 見出し */
.txt-scale-l,
footer .logo-wrap h2,
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6,
.contents dt,
.modal-case h2,
.modal-case h3,
.modal-case h4,
.modal-case h5,
.modal-case h6,
.modal-case dt,
.faq-list dt span,
.surgery-case > h2,
.surgery-case .inner .title h3 {
	width: 93%;
	transform-origin: left center;
	transform: scaleX(1.07);
}

/* 本文 */
.txt-scale-s,
.btn-link a,
.btn a,
footer dt,
footer dd li,
footer address,
.contents p,
.contents li,
.news-list time,
.news-list .category li,
.news-list h2,
.news-title time,
.news-title .category li,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.modal-case p,
.modal-case li,
.medical-list .list li span, .medical-list .list li a {
	width: 94%;
	transform-origin: left center;
	transform: scaleX(1.06);
	letter-spacing: 0;
}

/* 中央寄せ */
.btn a,
.sec-lead h2,
.sec-lead p,
.medical-service .lead h2,
.btn-line-color a span,
.surgery-case > h2,
.error-txt h1 {
	margin-right: auto;
	margin-left: auto;
	transform-origin: center center;
}

/* リセット */
.not-scale,
.pnav li,
.clinic-info .address .logo,
.btn-link a,
.contents .sns li,
.title-circle,
.title-circle-en,
.top-main .txt h2,
.news-header .category li,
.news-table h3,
.case-title dd li,
.case-detail .title-line,
.medical-list .list li,
.faq-list dt,
.surgery-fee-inner .box h4 {
	width: auto !important;
	transform: scaleX(1) !important;
}

/* .title-blue
------------------------------------*/
.title-blue,
.title-sub,
.sec-lead h2,
.news-header h1 a,
.news-header h2 a,
.about-medical2 .txt h2,
.feature-list h3,
.about-teamlab .txt h2,
.about-concept .txt h3,
.about-feature > h2:not(.title-circle-en),
.medical-service .lead h2,
.medical-list .list h3,
.medical-machine .inner-s .title h3,
.medical-sterilization .txt h2,
.surgery-lead .check dt,
.surgery-lead .merit .inner h4,
.surgery-flow .inner > div h3,
.faq-list dt span,
.surgery-case .inner .title h3,
.error-txt h1 {
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
}

/* link
------------------------------------*/
a { color: var(--color-text); text-decoration: none; transition: .15s ease-out; -webkit-transform: translateZ(0); }
.hover { cursor: pointer; transition: .15s ease-out; }
a:hover,.hover:hover { text-decoration: none; opacity: 0.6; }

.line { display: inline-block; position: relative; padding-bottom: 1px; line-height: 1; }
.line:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-text);
	width: 100%;
	height: 1px;
}

/* .btn
------------------------------------*/
.btn-link a {
	display: inline-block;
	background: url(img/share/ico-arrow-link2.svg) no-repeat left top 1px;
	width: auto;
	padding: 6px 10px 10px 36px;
	font-size: 15px;
}

.btn-link a span {
	letter-spacing: 0.04em;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

.btn-color a {
	display: inline-block;
	background: var(--color-yellow) url(img/share/ico-arrow-white.svg) no-repeat left 41px top 27px;
	border-radius: 40px;
	padding: 22px 50px 22px 85px;
	color: #FFFFFF;
	font-family: var(--font-gothic-db);
	font-size: 19px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.btn-link-blue a {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid var(--color-blue-green);
	border-radius: 30px;
	width: auto;
	padding: 11px 19px 11px 20px;
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
	font-size: 15px;
	letter-spacing: 0.02em;
}

.btn-line-color a {
	display: block;
	background: url(img/share/ico-arrow-link2.svg) no-repeat right 15px center;
	background-color: #FFFFFF;
	border: 1px solid var(--color-blue-green);
	border-radius: 30px;
	padding: 17px 20px 17px 20px;
	font-family: var(--font-gothic-db);
	color: var(--color-blue-green);
	font-size: 18px;
	text-align: center;
}

.btn-line-color a span {
	letter-spacing: 0.06em;
}


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	min-width: 1240px;
}


/* header
---------------------------------------------------------------------------*/
.logo-fix {
	position: fixed;
	top: 34px;
	left: 38px;
	width: 60px;
	height: 62px;
	transform-origin: left top;
	z-index: 99;
}

.logo-fix a { position: relative; display: block; width: 100%; height: 100%; }
.logo-fix .anime-set { position: absolute; }

.logo-fix .anime-set1 {
	top: 8px;
	left: 20px;
	transform-origin: center center;
	z-index: 0;
}

.logo-fix .anime-set2-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	mask-image: url(img/share/logo-anime5-mask.svg);
}

.logo-fix .anime-set2 { position: absolute; top: 33px; left: 12px; transform-origin: center bottom; }
.logo-fix .anime-set2 img { position: absolute; top: 0; left: 0; }
.logo-fix .anime-set2 .anime2 { transform-origin: right bottom; }
.logo-fix .anime-set2 .anime3 { display: flex; position: absolute; top: 0; right: -6px; opacity: 0; transform-origin: center center; }

.logo-fix .anime-set2 .anime3 i {
	display: block;
	background: url(img/share/logo-anime3.svg) repeat-x right 0 top 0;
	margin-left: -8px;
	width: 30px;
	height: 17px;
}

.logo-fix .anime-set3 { top: 0; left: 0; z-index: 2; }
.logo-fix .anime-set3 span { display: block; position: absolute; top: 0; left: 0; }
.logo-fix .anime-set3 .anime5 img { opacity: 0; }

header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	z-index: 99;
}

header .logo-type { position: absolute; top: 48px; left: 114px; opacity: 0; }
header .logo-center { display: none !important; }

.gnav {
	position: absolute;
	top: 38px;
	right: 245px;
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 0 26px 0 28px;
	opacity: 0;
}

.gnav ul { display: flex; }
.gnav li a { display: block; padding: 20px 13px; }

/* .reserve-fix
------------------------------------*/
.reserve-fix,
.ai-fix {
	position: fixed;
	top: 40px;
	right: 25px;
	z-index: 99;
	opacity: 0;
}

@media (max-width: 1240px) {
	.reserve-fix {
		left: 1022px;
		right: inherit !important;
	}
	.ai-fix {
		left: 783px;
		right: inherit !important;
	}
}

.reserve-fix a,
.ai-fix button {
	display: block;
	position: relative;
	background: var(--color-blue-green);
	border-radius: 40px;
	padding: 18px 26px 19px 61px;
}

.reserve-fix a:hover {
	opacity: 1;
}

.reserve-fix a i,
.reserve-fix a span,
.ai-fix button i,
.ai-fix button span {
	transition: .15s ease-out;
}

.reserve-fix a:hover i,
.reserve-fix a:hover span,
.ai-fix button:hover i,
.ai-fix button:hover span {
	opacity: 0.6;
}

.reserve-fix i {
	display: block;
	position: absolute;
	top: 12px;
	left: 18px;
	transform-origin: center center;
}

.reserve-fix i img { display: block; transform-origin: center center; }
.reserve-fix span { display: block; }
.reserve-fix span img { height: 17px; }

/* .ai-fix
------------------------------------*/
.ai-fix {
	display: none;
	right: 245px;
	opacity: 0;
}

.ai-fix button {
	padding-left: 63px;
}

.ai-fix .ico-wrap {
	position: absolute;
	top: 14px;
	left: 20px;
}

.ai-fix .ico {
	background: url(img/share/ico-ai.svg) no-repeat left top;
	width: 32px;
	height: 28px;
	padding: 10px 0 0 7px;
}

.ai-fix .ico > div {
	display: flex;
}

.ai-fix .ico .off i {
	display: block;
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	margin: 0 1.5px;
}

.ai-fix .ico .off .ico1 { animation: ai_off1 1.3s ease-out infinite; }
.ai-fix .ico .off .ico2 { animation: ai_off2 1.3s ease-out infinite; }
.ai-fix .ico .off .ico3 { animation: ai_off3 1.3s ease-out infinite; }

@keyframes ai_off1 { 0% { transform: scale(1); } 25% { transform: scale(1.6); } 50% { transform: scale(1); } }
@keyframes ai_off2 { 25% { transform: scale(1); } 50% { transform: scale(1.6); } 75% { transform: scale(1); } }
@keyframes ai_off3 { 50% { transform: scale(1); } 75% { transform: scale(1.6); } 100% { transform: scale(1); } }

.ai-fix .ico .on {
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 6.5px;
	width: 24px;
	height: 15px;
	opacity: 0;
}

.ai-fix .ico .on > div {
	display: block;
	position: relative;
	width: 4px;
	height: 100%;
}

.ai-fix .ico .on i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}

.ai-fix .ico .on .ico1 { background-image: url(img/share/ico-ai1.svg); }
.ai-fix .ico .on .ico2 { background-image: url(img/share/ico-ai2.svg); }
.ai-fix .ico .on .ico3 { background-image: url(img/share/ico-ai3.svg); }
.ai-fix .ico .on .ico4 { background-image: url(img/share/ico-ai4.svg); }
.ai-fix .ico .on .ico5 { background-image: url(img/share/ico-ai5.svg); }

.ai-fix .ico .on i:nth-of-type(1) { opacity: 1; }
/*.ai-fix .ico .on.active i:nth-of-type(1) { animation: ai_on1 .4s linear 0s 1 forwards; }
.ai-fix .ico .on.active i:nth-of-type(2) { animation: ai_on2 .4s linear 0s 1 forwards; }
.ai-fix .ico .on.active i:nth-of-type(3) { animation: ai_on3 .4s linear 0s 1 forwards; }
.ai-fix .ico .on.active i:nth-of-type(4) { animation: ai_on4 .4s linear 0s 1 forwards; }
.ai-fix .ico .on.active i:nth-of-type(5) { animation: ai_on5 .4s linear 0s 1 forwards; }*/
.ai-fix .ico .on i:nth-of-type(1) { animation: ai_on1 .45s linear infinite; }
.ai-fix .ico .on i:nth-of-type(2) { animation: ai_on2 .45s linear infinite; }
.ai-fix .ico .on i:nth-of-type(3) { animation: ai_on3 .45s linear infinite; }
.ai-fix .ico .on i:nth-of-type(4) { animation: ai_on4 .45s linear infinite; }
.ai-fix .ico .on i:nth-of-type(5) { animation: ai_on5 .45s linear infinite; }

@keyframes ai_on1 { 0% { opacity: 1; } 20% { opacity: 0; } 80% { opacity: 0; } 100% { opacity: 1; } }
@keyframes ai_on2 { 20% { opacity: 1; } 40% { opacity: 0; } }
@keyframes ai_on3 { 40% { opacity: 1; } 60% { opacity: 0; } }
@keyframes ai_on4 { 60% { opacity: 1; } 80% { opacity: 0; } }
@keyframes ai_on5 { 80% { opacity: 1; } 100% { opacity: 0; } }


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	margin: 200px 0 0;
	padding: 0;
	white-space: nowrap;
	opacity: 0;
}

footer > * { z-index: 1; }

.slider-footer { position: relative; z-index: 0; }
.slider-footer .inner img { width: 100%; height: auto; }

footer,
footer a { color: #FFFFFF; }

footer dl { display: flex; position: absolute; bottom: 345px; left: 75px; }
footer dl > div { margin-right: 65px; }

footer dt {
	margin-bottom: 16px;
	font-family: var(--font-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

footer dt i { display: inline-block; transform: translateY(-1px); }
footer dt i:first-of-type { margin-right: 4px; }
footer dt i:last-of-type { margin-left: 4px; }

footer dd li { font-family: var(--font-gothic-db); }

footer dd li a {
	display: inline-block;
	padding: 5px 10px 10px 0;
	font-size: 20px;
	letter-spacing: 0.02em;
}

footer dd .size-s li a {
	padding: 5px 10px 7px 0;
	font-size: 15px;
}

footer address {
	position: absolute;
	bottom: 195px;
	left: 75px;
	width: auto;
	font-size: 16px;
	line-height: 1.85;
}

footer address span { font-size: 13px; }
footer address a { pointer-events: none; }

footer .logo-wrap {
	position: absolute;
	bottom: 60px;
	left: 70px;
}

footer .logo-wrap h2 {
	margin: 0 0 20px 5px;
	font-size: 15px;
	letter-spacing: 0.02em;
}

footer .logo-wrap .logo { filter: saturate(0%) brightness(200%) contrast(100%); }
footer .logo-wrap .logo img:nth-of-type(1) { display: inline-block; width: 54px; margin-right: 9px; }
footer .logo-wrap .logo img:nth-of-type(2) { display: inline-block; width: 207px; transform: translateY(-13px); }

footer .sns { position: absolute; bottom: 70px; left: 380px; }
footer .sns ul { display: flex; margin: -8px; }
footer .sns li a { display: block; position: relative; padding: 7px; }

footer .sns li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	z-index: 0;
}

footer .sns li a img { display: block; position: relative; z-index: 1; }
.sns li a img.pattern { display: none !important; }

.copyright {
	position: absolute;
	top: 30px;
	right: 20px;
	font-family: var(--font-sans);
	font-size: 9px;
	letter-spacing: 0.18em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.copyright i { display: inline-block; transform: rotate(90deg); }


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#newsContents,
#errorContents { padding-top: 210px; }

#aboutContents,
#medicalContents,
#day-surgeryContents { padding-top: 145px; }

.contents { opacity: 0; }

/* .img-main
------------------------------------*/
.img-main { width: 100%; margin-bottom: 90px; }
.img-main img { width: 100%; }

/* .title-sub
------------------------------------*/
.title-sub { font-size: 25px; letter-spacing: 0.02em; }

/* .title-circle-en
------------------------------------*/
.title-circle-en {
	position: relative;
	padding: 7px 0 0 38px;
	font-size: 12px;
	font-family: var(--font-sans);
	letter-spacing: 0.14em;
}

.title-circle-en:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	background-color: var(--color-yellow);
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
	margin-bottom: 120px;
	text-align: center;
}

.sec-lead h2 {
	margin-bottom: 34px;
	font-size: 32px;
	line-height: 1.65;
	letter-spacing: 0.02em;
}

.sec-lead p {
	margin-bottom: 11px;
	font-size: 17px;
	line-height: 2.15;
	letter-spacing: 0.02em;
}

/* .pnav
------------------------------------*/
.pnav { text-align: center; }
.sec-lead .pnav { margin-top: 40px; }
.pnav ul { display: inline-block; transform: translateX(5px); }
.pnav li { display: inline-block; margin: 0 5px 0 5px; }

.pnav li a {
	display: inline-block;
	background: url(img/share/ico-arrow-link-down.svg) no-repeat left top 4px;
	padding: 5px 15px 5px 28px;
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
	font-size: 17px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.pnav li a span { letter-spacing: 0.04em; }

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 4px;
	padding-right: 1em;
	padding-left: 12px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.dot-list li:last-of-type { margin-bottom: 0; }
.dot-list li:before { display: block; content: '・'; position: absolute; top: 0; left: 0; }

/* .attention-list
------------------------------------*/
.attention-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.04em;
}

.attention-list li:last-of-type { margin-bottom: 0; }
.attention-list li:before { display: block; content: '※'; position: absolute; top: 0; left: 0; }

/* .clinic-info
------------------------------------*/
.clinic-info {
	display: none;
	width: 1030px;
	margin: 0 auto;
}

body.top .clinic-info,
body.about .clinic-info { display: block; }

.clinic-info .img {
	display: flex;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 100px;
}

.clinic-info .map {
	order: 2;
	position: relative;
	overflow: hidden;
	width: 412px;
	height: 412px;
}

.clinic-info .map iframe {
	position: absolute;
	top: -180px;
	left: 0;
	width: 100%;
	height: calc(100% + 300px);
	z-index: 0;
}

.clinic-info .map .btn-map {
	position: absolute;
	bottom: 18px;
	left: 20px;
	z-index: 1;
}

.btn-map {
	background-color: var(--color-white);
	border-radius: 30px;
}

.btn-map a {
	display: inline-block;
	background: url(img/share/ico-arrow-link2.svg) no-repeat left 19px top 10px / 23px auto;
	border-radius: 30px;
	padding: 12px 20px 14px 53px;
	color: var(--color-blue-green);
	font-family: var(--font-sans);
	font-size: 16px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.clinic-info .img figure { order: 1; }

/* .clinic-info .info
------------------------------------*/
.clinic-info .info {
	width: 960px;
	margin: 0 auto;
}

.clinic-info .info .inner {
	display: flex;
	justify-content: space-between;
	background-color: var(--color-white);
	border-radius: 20px;
	padding: 50px 64px 45px 5px;
}

.clinic-info .info .attention-list { margin: 18px 0 0 2px; }

.clinic-info .address {
	width: 390px;
	min-width: 390px;
	text-align: center;
}

.clinic-info .address .logo { margin-bottom: 22px; }
.clinic-info .address .logo img { width: 212px; }

.clinic-info .address address {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.04em;
}

.clinic-info .address address span { font-size: 13px; }

.clinic-info .address .sns { margin: 0 auto; }
.clinic-info .address .sns li { display: inline-block; }
.clinic-info .address .sns li a { display: block; padding: 5px; }

.clinic-info .address .btn { margin-top: 17px; }

.clinic-info .address .btn a {
	display: inline-block;
	background-color: var(--color-blue-green);
	border-radius: 30px;
	width: auto;
	padding: 15px 40px 15px 46px;
	color: #FFFFFF;
	font-family: var(--font-gothic-db);
	font-size: 16px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

/* .schedule
------------------------------------*/
.schedule { width: 100%; padding-top: 5px; white-space: nowrap; }
.schedule table { width: 100%; }
.schedule tr { border-bottom: 1px solid rgba(0,178,193,0.6); }

.schedule th,
.schedule td {
	padding-right: 17px;
	padding-left: 17px;
}

.schedule th {
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.schedule th:first-of-type {
	padding-bottom: 13px;
	padding-right: 26px;
	padding-left: 0;
	font-size: 18px;
	letter-spacing: 0.02em;
}

.schedule td:first-of-type {
	padding-right: 35px;
	padding-left: 15px;
	letter-spacing: 0.08em;
}

.schedule th span {
	display: block;
	margin-top: 8px;
	font-family: var(--font-sans);
	font-size: 10px;
	letter-spacing: 0.1em;
}

.schedule th:not(:first-of-type) span {
	margin-top: 4px;
	letter-spacing: 0.1em;
}

.schedule td {
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: var(--font-sans);
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.schedule th:last-of-type,
.schedule td:last-of-type {
	padding-right: 36px;
}

.schedule tr:last-of-type td {
	padding-top: 22px;
	padding-bottom: 22px;
}

.schedule td span {
	display: block;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: 0.08em;
}

.schedule td:first-of-type span {
	margin-top: 4px;
	font-size: 11px;
}

.schedule td .triangle {
	display: block;
	margin: -5px -20px;
}

.schedule td .label {
	display: inline-block;
	box-sizing: border-box;
	background-color: var(--color-yellow);
	border-radius: 20px;
	width: calc(100% + 10px);
	margin: 0 -5px;
	padding: 6px 20px 4px 20px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.schedule td em {
	font-family: var(--font-gothic-db);
	color: var(--color-blue-green);
}

.schedule .box {
	margin: 20px 0 0 15px;
}

.schedule .box dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 6px;
}

.schedule .box dl > div:last-of-type {
	margin-bottom: 0;
}

.schedule .box dt {
	width: 130px;
	min-width: 130px;
	white-space: nowrap;
}

.schedule .box dt,
.schedule .box dd p {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.schedule .box dd p {
	letter-spacing: 0;
}

.schedule .attention {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.075em;
}

.schedule .attention a {
	text-decoration: underline;
}


/* news archive
---------------------------------------------------------------------------*/

/* .news-header
------------------------------------*/
.news-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #FFFFFF;
	width: 1040px;
	margin: 0 auto 70px;
	padding: 0 30px 40px 22px;
}

.news-header h1,
.news-header h2,
.error-txt h1 {
	width: auto;
	font-size: 30px;
	letter-spacing: 0.04em;
}

.news-header .category {
	margin-top: 6px;
}

.news-header .category li {
	display: inline-block;
	width: auto;
	margin: 0 0 10px 26px;
	font-size: 17px;
	white-space: nowrap;
}

.news-header .category li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 27px;
}

.news-header .category li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	border: 2px solid #BBBBBB;
	border-radius: 4px;
	width: 18px;
	height: 18px;
	z-index: 0;
}

.news-header .category li a:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -3px;
	background: url(img/share/ico-check.svg) no-repeat;
	width: 25px;
	height: 15px;
	z-index: 1;
	opacity: 0;
}

.news-header .category li.current a:after { opacity: 1; }

/* .news-list
------------------------------------*/
.news-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 55px 36px;
	width: 1008px;
	margin: 0 auto;
}

.news-list article {
	overflow: hidden;
	border-radius: 18px;
	width: 300px;
	background-color: #FFFFFF;
}

.news-list article a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.news-list figure { position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 66.6%; }
.news-list figure img { display: block; position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; }

.news-list article a > span {
	display: block;
	position: relative;
	padding: 28px;
	z-index: 1;
}

.news-list .category {
	position: absolute;
	top: -26px;
	left: 0;
	background-color: #FFFFFF;
	border-radius: 0 12px 0 0;
	padding: 6px 11px 6px 12px;
}

.news-list .category .radius-left,
.news-list .category .radius-right {
	display: block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	position: absolute;
	transform: scaleX(-1);
}

.news-list .category .radius-left { top: -8px; left: 0; }
.news-list .category .radius-right { bottom: 0; right: -8px; }

.news-list .category .radius-left:before,
.news-list .category .radius-right:before {
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	background: transparent;
	border-radius: 50%;
	box-shadow: 8px 8px 0 0 #FFFFFF;
	transform: translate(-50%, -50%);
}

.news-list .category span {
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
	font-size: 11px;
	letter-spacing: 0.1em;
}

.news-list time {
	display: block;
	margin-bottom: 14px;
	color: var(--color-yellow);
	font-family: var(--font-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.news-list h2 {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

.news-list h2 i {
	display: inline-block;
	background: url(img/share/ico-arrow-blue.svg) no-repeat left top;
	width: 14px;
	height: 10px;
	margin-left: 7px;
}


/* news single
---------------------------------------------------------------------------*/
.news-area {
	width: 880px;
	margin: 0 auto;
	padding: 0 90px;
}

/* .news-title
------------------------------------*/
.news-title {
	margin: 0 -90px 35px;
}

.news-title time {
	display: inline-block;
	width: auto;
	font-family: var(--font-sans);
	font-size: 15px;
	letter-spacing: 0.06em;
}

.news-title .post-categories {
	position: relative;
	display: inline-block;
	margin-left: 18px;
	letter-spacing: 0.12em;
	white-space: nowrap;
	transform: translateY(-1px);
}

.news-title .post-categories li {
	display: inline-block;
	width: auto;
}

.news-title .post-categories li a {
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 30px;
	padding: 5px 10px 5px 12px;
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
	font-size: 13px;
	letter-spacing: 0.1em;
}

.news-title h1 {
	padding-top: 14px;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

/* .news-main
------------------------------------*/
.news-main, .news-main h2, .news-main p {
	font-size: 17px;
	line-height: 2.15;
	letter-spacing: 0.02em;
}

.news-main h2 {
	margin: 50px 0 20px;
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
	font-size: 19px;
}

.news-main > h2:first-child { margin-top: 0; }

.news-main p { margin-bottom: 20px; text-align: justify; word-break: break-all; }
.news-main p:last-child { margin-bottom: 0; }
.news-main a { text-decoration: underline; word-break: break-all; }
.news-main strong { font-weight: bold; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img { display: block; border-radius: 12px; max-width: calc(100% + 180px); height: auto; margin: 20px -90px 40px !important; }
.news-main p img:first-child { margin-top: 10px !important; }
.news-main img:first-child, .news-main p:first-child img:first-child { padding-top: 0 !important; }
.news-main img:last-child { margin-bottom: 60px !important; }
.news-main .wp-caption { max-width: 100%; margin-bottom: 40px; }
.news-main .wp-caption-text { font-size: 12px; }

.news-main .gallery > dl { width: 49.5% !important; margin-right: 1% !important; }
.news-main .gallery > dl:nth-child(even) { margin-right: 0 !important; }
.news-main .gallery a { pointer-events: none; }
.news-main .gallery img { border: none !important; width: 100% !important; margin: 0 !important; }

.news-main ul, .news-main ol { margin: 30px 0 30px; }
.news-main ul li { list-style: disc; margin: 0 0 6px 18px; }
.news-main ol li { list-style: decimal; margin: 0 0 6px 24px; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote {
	background: #F5F5F5;
	margin: 40px 0;
	padding: 28px 36px;
	text-align: justify;
}

.news-main blockquote p {
	font-size: 14px;
	line-height: 1.9;
}

/* .news-table
------------------------------------*/
.news-table { margin-top: 90px; }

.news-table h3 {
	position: relative;
	margin: 80px 0 20px;
	padding-left: 30px;
	color: var(--color-blue-green);
	font-family: var(--font-gothic-db);
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.news-table h3:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	border: 3px solid var(--color-yellow);
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

.news-table h3:first-child { margin-top: 0; }

.news-table table {
	box-sizing: border-box;
	width: calc(100% + 10px);
	margin: 0 -5px 40px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.news-table tr { border-bottom: 1px solid var(--color-border); }

.news-table th, .news-table td {
	padding-top: 18px;
	padding-bottom: 18px;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.news-table td {
	box-sizing: border-box;
	width: 100%;
	padding-right: 5px;
}

.news-table table.right td { text-align: right; }

.news-table-attention {
	margin-top: -24px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

/* .news-link
------------------------------------*/
.news-table + .news-link { margin-left: -5px; }
.news-link { margin-top: 40px; }
.news-link li { display: inline-block; width: auto; margin: 0 12px 14px 0; }

/* .news-other
------------------------------------*/
.news-other {
	width: 1008px;
	margin: 160px auto 0;
}

.news-other > h2 {
	margin: 0 0 28px 5px;
	font-size: 18px;
	letter-spacing: 0.04em;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 160px 0 0;
	font-family: var(--font-sans);
	font-size: 17px;
	text-align: center;
}

.wp-pagenavi,
.wp-pagenavi a { color: var(--color-blue-green); }
.wp-pagenavi .extend { margin: 0 15px; }
.wp-pagenavi a { margin: 0 10px; padding: 5px; }

.wp-pagenavi .current {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	padding: 15px 0;
	color: #FFFFFF;
	z-index: 1;
}

.wp-pagenavi .current:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--color-yellow);
	border-radius: 50%;
	width: 37px;
	height: 37px;
	z-index: -1;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink { display: inline-block; width: auto; }


/* page top
---------------------------------------------------------------------------*/
#topContents {
	overflow: hidden;
	padding-top: 195px;
}

/* .top-main
------------------------------------*/
.top-main {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	/*max-width: 160vh;*/
	height: calc(100vh - 195px - 6vh);
	max-height: 75vw;
	margin: 0 auto calc(6vh + 80px);
}

.slider-top-main-wrap {
	box-sizing: border-box;
	min-width: 50%;
	height: 100%;
	padding-left: 6%;
}

.slider-top-main { margin: 0 auto; }

.slider-top-main,
.slider-top-main .slick-list,
.slider-top-main .slick-track { width: 100% !important; height: 100% !important; }

.slider-top-main .inner {
	overflow: hidden;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.slider-top-main .inner:first-of-type { position: static !important; opacity: 1; }
.slider-top-main .inner img { display: block; object-fit: cover; width: 100%; height: 100%; }
.slider-top-main .inner:nth-of-type(1) img { object-position: 0 0; }

.slider-top-main .slick-dots { position: absolute; top: 28px; left: -46px; }
.slider-top-main .slick-dots li {position: relative; width: 27px; height: 27px; } 
.slider-top-main .slick-dots li:first-of-type:last-of-type { opacity: 0 !important; }

.slider-top-main .slick-dots button {
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.slider-top-main .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: var(--color-yellow);
	border-radius: 50%;
	width: 7px;
	height: 7px;
}

.slider-top-main .slick-dots button:hover:after,
.slider-top-main .slick-dots .slick-active button:after { background: var(--color-blue-green); }

.top-main .txt {
	position: relative;
	width: 100%;
	min-width: 50%;
	height: 100%;
}

.top-main .txt-s {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 100%;
}

.top-main .txt h2 {
	position: absolute;
	top: -45px;
	right: 65px;
}

.top-main .txt h2 img {
	width: auto;
	height: clamp(380px, 40vh, 440px);
}

.top-main .txt p {
	width: auto;
	margin-bottom: 12px;
	font-size: clamp(15.5px, 1.7vh, 18.5px);
	line-height: 2.2;
	white-space: nowrap;
}

.top-main .txt figure { margin-top:clamp(35px, 4.8vh, 4.8vh); }
.top-main .txt figure picture { margin-right: clamp(30px, 3.3vw, 3.3vw); }

.top-main .txt figure picture img {
	border-radius: 10px;
	width: auto;
	height: clamp(160px, 20vh, 17vw);
}

/* media query
-----------------------------------*/
.top-main {
	min-height: 500px;
	max-height: calc(75vw - 195px - 6vh);
}

@media (max-height: 900px) {
	#topContents {
		padding-top: 180px;
	}
	.slider-top-main-wrap {
		min-width: 46%;
		max-width: 46%;
		padding-left: 8%;
	}
	.top-main {
		height: calc(100vh - 180px - 45px);
	}
	.top-main .txt-s {
		left: 11%;
	}
	.top-main .txt h2 {
		top: -35px;
		right: 75px;
	}
	.top-main .txt p {
		margin-bottom: 10px;
		line-height: 2.1;
		letter-spacing: 0.04em;
	}
	.top-main .txt figure picture {
		margin-right: 35px;
	}
}

@media (max-height: 800px) {
	.top-main {
		height: calc(800px - 180px - 45px);
	}
}

@media (max-aspect-ratio: 1/0.75) {
	.top-main {
		min-height: 668px;
	}
	.top-main .txt h2 img {
		height: clamp(380px, 29.5vw, 440px);
	}
	.top-main .txt p {
		font-size: clamp(15.5px, 1.25vw, 18.5px);
	}
	.top-main .txt figure {
		margin-top:clamp(35px, 3.5vw, 3.5vw);
	}
	.top-main .txt figure picture img {
		height: clamp(160px, 14.5vw, 17vw);
	}
}

/* .slider-top
------------------------------------*/
.slider-top-wrap {
	overflow: hidden;
	width: 100%;
	height: 345px;
	margin-bottom: 140px;
}

.slider-top .inner { padding: 0 1px; }

/* .top-news
------------------------------------*/
.top-news {
	display: flex;
	background: url(img/share/bg-pattern.png), linear-gradient(324.99deg, #957F65 -39.73%, #417571 74.97%, #326763 101.01%);
	border-radius: 20px;
	width: 1060px;
	margin: 0 auto 150px;
	padding: 75px 75px 70px 75px;
}

.top-news,
.top-news a {
	color: #FFFFFF;
}

.top-news .title {
	width: 250px;
	min-width: 250px;
}

.top-news .title b {
	display: block;
	margin: 0 0 22px 2px;
	/*font-family: var(--font-sans);*/
	font-size: 12px;
	letter-spacing: 0.16em;
}

.top-news .title h2 {
	margin: 0 0 50px -2px;
	font-size: 30px;
	letter-spacing: 0.04em;
}

.news-list-txt article {
	margin-bottom: 20px;
}

.news-list-txt article:last-of-type {
	margin-bottom: 0;
}

.news-list-txt article a {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	padding: 5px 0;
}

.news-list-txt .category {
	position: relative;
	width: 145px;
	min-width: 145px;
	margin-right: 35px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-align: center;
	white-space: nowrap;
	transform: translateY(6px);
}

.news-list-txt .category:before,
.news-list-txt .category:after {
	display: block;
	content: '';
	position: absolute;
	top: -6px;
	background-color: rgba(255,255,255,0.4);
	width: 1px;
	height: calc(100% + 3px);
}

.news-list-txt .category:before { left: 0; }
.news-list-txt .category:after { right: 0; }

.news-list-txt time {
	width: 100px;
	min-width: 100px;
	font-family: var(--font-sans);
	font-size: 13px;
	letter-spacing: 0.08em;
	white-space: nowrap;
	transform: translateY(6px);
}

.news-list-txt h3 {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	white-space: normal;
}


/* page about
---------------------------------------------------------------------------*/

/* .sec-lead
------------------------------------*/
#aboutContents .sec-lead {
	margin-bottom: 105px;
}

#aboutContents .sec-lead h2 {
	font-size: 40px;
	letter-spacing: 0.04em;
}

#aboutContents .sec-lead p {
	margin-bottom: 19px;
	font-size: 19px;
	line-height: 2.3;
}

/* .about-medical
------------------------------------*/
.about-medical {
	margin: 0 auto 125px;
	text-align: center;
}

.slider-about-wrap {
	overflow: hidden;
	width: 100%;
	height: 450px;
	margin-bottom: 80px;
}

.slider-about {
	display: -webkit-box;
	display: flex;
}

.slider-about .inner {
	padding: 0 30px;
}

.slider-about .inner img {
	border-radius: 20px;
}

.about-medical p {
	font-size: 17px;
	line-height: 2.25;
	letter-spacing: 0.02em;
}

.about-medical .btn-color {
	margin-top: 30px;
}

/* .about-medical2
------------------------------------*/
.about-medical2 {
	display: flex;
	align-items: flex-end;
	width: 900px;
	margin: 0 auto 140px;
}

.about-medical2 figure img {
	border-radius: 20px;
}

.about-medical2 .txt {
	padding: 0 0 0 80px;
}

.about-medical2 .txt h2 {
	margin-bottom: 32px;
	font-size: 34px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.about-medical2 .txt p {
	margin-bottom: 18px;
	font-size: 17px;
	line-height: 2.1;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

/* .about-feature
------------------------------------*/
.about-feature {
	width: 975px;
	margin: 0 auto 100px;
}

.about-feature > h2 {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 5px 110px 0 5px;
}

.about-feature > p {
	display: inline-block;
	width: auto;
	font-size: 17px;
	letter-spacing: 0.06em;
}

.feature-list {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.feature-list .inner {
	width: 297px;
}

.feature-list figure {
	margin-bottom: 32px;
}

.feature-list figure img {
	border-radius: 15px;
}

.feature-list h3 {
	margin-bottom: 22px;
	font-size: 18px;
	letter-spacing: 0.06em;
	text-align: center;
}

.feature-list h3 i:first-of-type { padding-right: 20px; }
.feature-list h3 i:last-of-type { padding-left: 20px; }

.feature-list p {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

.feature-list .btn-line-color {
	margin-top: 25px;
}

/* .about-teamlab
------------------------------------*/
.about-teamlab {
	display: flex;
	background-color: #F8FDF6;
	border-radius: 20px;
	width: 1084px;
	margin: 0 auto 100px;
	padding: 65px 50px 55px 65px;
}

.about-teamlab .img {
	display: flex;
	justify-content: space-between;
}

.about-teamlab .img figure:first-of-type {
	margin-right: 4px;
}

.about-teamlab .img figcaption {
	padding-top: 6px;
	font-family: var(--font-gothic-db);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.about-teamlab .txt {
	padding: 6px 0 0 55px;
	white-space: nowrap;
}

.about-teamlab .txt h2 {
	margin-bottom: 28px;
	font-size: 14px;
	letter-spacing: 0.06em;
}

.about-teamlab .txt h3 {
	margin-bottom: 24px;
	font-size: 12px;
}

.about-teamlab .txt h3 span {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	padding-bottom: 7px;
}

.about-teamlab .txt h3 em {
	font-family: var(--font-gothic-db);
	letter-spacing: 0.04em;
}

.about-teamlab .txt h3 strong {
	padding-left: 8px;
	font-size: 21px;
	letter-spacing: 0.06em;
}

.about-teamlab .txt p {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 2;
}

/* .about-concept
------------------------------------*/
.about-concept {
	position: relative;
	width: 960px;
	margin: 0 auto 160px;
	padding: 65px 35px 0 460px;
}

.about-concept .title-circle-en {
	position: absolute;
	top: 0;
	left: 0;
}

.about-concept .txt h3 {
	position: absolute;
	top: 61px;
	left: 33px;
	font-size: 33px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.about-concept .txt p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

.about-concept .img {
	position: absolute;
	bottom: 0;
	left: 34px;
}

.about-concept .img figure:first-of-type {
	position: relative;
	margin-bottom: 45px;
}

.about-concept .img figure img {
	border-radius: 15px;
}

.about-concept .img figcaption {
	position: absolute;
	top: 48px;
	left: -34px;
	white-space: nowrap;
}

.about-concept .img figcaption b {
	display: block;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.about-concept .img figcaption strong {
	display: block;
	margin: 18px 0 14px;
	font-size: 23px;
	letter-spacing: 0.06em;
}

.about-concept .img figcaption em {
	display: block;
	margin-left: 2px;
	font-family: var(--font-sans);
	font-size: 11px;
	letter-spacing: 0.12em;
}

.about-concept dl {
	margin-top: 50px;
}

.about-concept dl > div {
	display: -webkit-box;
	display: flex;
	border-top: 1px solid var(--color-border);
	padding: 15px 0 13px;
}

.about-concept dl > div:last-of-type {
	padding-bottom: 0;
}

.about-concept dt {
	width: 70px;
	min-width: 70px;
	font-size: 14px;
}

.about-concept dd li {
	width: auto;
	margin-bottom: 13px;
	font-size: 15px;
}

/* .about-gallery
------------------------------------*/
.about-gallery {
	width: 914px;
	margin: 0 auto 160px;
}

.about-gallery > figure:nth-of-type(1) {
	margin-bottom: 45px;
}

.about-gallery > div {
	display: flex;
	justify-content: space-between;
}

.about-gallery > div:nth-of-type(1) {
	margin-bottom: 48px;
}

.about-gallery figure img {
	border-radius: 15px;
}

.about-gallery figcaption {
	display: block;
	margin: 16px 0 0 6px;
	font-size: 16px;
	letter-spacing: 0.06em;
}

/* .about-clinic
------------------------------------*/
.about-clinic h2 {
	width: 960px !important;
	margin: 0 auto 45px;
}


/* page medical
---------------------------------------------------------------------------*/

/* .medical-service
------------------------------------*/
.medical-service {
	width: 880px;
	margin: 0 auto 160px;
	text-align: center;
}

.medical-service figure {
	margin-bottom: 80px;
}

.medical-service figure img {
	border-radius: 20px;
}

.medical-service .lead {
	width: 630px;
	margin: 0 auto 135px;
}

.medical-service .lead h2 {
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.medical-service .lead p {
	margin-bottom: 16px;
	font-size: 19px;
	line-height: 2.1;
	text-align: justify;
}

/* .medical-list
------------------------------------*/
.medical-list {
	text-align: left;
}

.medical-list > h1 {
	display: inline-block;
	width: auto;
	margin: 0 56px 48px 13px;
}

.medical-list > p {
	display: inline-block;
	width: auto;
	font-size: 16px;
	letter-spacing: 0.06em;
	transform: translateY(-2px);
}

.medical-list .list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px 40px;
}

.medical-list .list .inner {
	border-radius: 10px;
	padding: 40px 35px 28px;
}

.medical-list .list h3 {
	margin-bottom: 22px;
	font-size: 18px;
	letter-spacing: 0.02em;
}

.medical-list .list p {
	font-size: 14px;
	line-height: 1.85;
	text-align: justify;
}

.medical-list .list ul {
	margin: 20px 0 0 -1px;
}

.medical-list .list ul.mt {
	margin-top: 46px;
}

.medical-list .list li {
	background: url(img/share/ico-arrow-link.svg) no-repeat left top 2px / 21px auto;
	padding: 0 0 0 27px;
}

.medical-list .list li span,
.medical-list .list li a {
	display: inline-block;
	position: relative;
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

/* .medical-machine
------------------------------------*/
.medical-machine {
	width: 1040px;
	margin: 0 auto;
}

.medical-machine h2 {
	margin-bottom: 35px;
}

.medical-machine .inner:not(:last-of-type) {
	margin-bottom: 100px;
}

.medical-machine .inner figure {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.medical-machine .inner-s {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
}

.medical-machine .inner-s .title {
	white-space: nowrap;
}

.medical-machine .inner-s .title h3 {
	font-size: 23px;
	line-height: 1.5;
}

.medical-machine .inner-s .title p {
	margin-top: 24px;
	line-height: 1.85;
}

.medical-machine .inner-s .txt {
	width: 590px;
}

.medical-machine .inner-s .txt p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 2.15;
}

.medical-machine .inner-s .txt.justify p {
	margin-bottom: 24px;
	text-align: justify;
}

.medical-machine .inner-s .nowrap > p {
	white-space: nowrap;
}

.medical-machine .inner-s .txt .box {
	border-radius: 10px;
	margin: 22px -2px 0;
	padding: 20px 30px;
}

.medical-machine .inner-s .txt .box p {
	font-size: 13px;
	line-height: 1.9;
	text-align: justify;
}

/* .medical-sterilization
------------------------------------*/
.medical-sterilization {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1040px;
	margin: 140px auto 0;
}

.medical-sterilization figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 417px;
	min-width: 417px;
}

.medical-sterilization figure img {
	align-self: flex-start;
}

.medical-sterilization figure img:first-of-type {
	margin-bottom: 17px;
}

.medical-sterilization .txt {
	padding: 15px 35px 0 62px;
}

.medical-sterilization .txt h2 {
	margin-bottom: 26px;
	font-size: 23px;
}

.medical-sterilization .txt p {
	font-size: 15px;
	line-height: 2.1;
	text-align: justify;	
}


/* page day-surgery
---------------------------------------------------------------------------*/
#day-surgeryContents .sec-lead {
	margin-bottom: 200px;
}

#surgery-lead {
	margin-top: -280px;
	padding-top: 280px;
}

.surgery-flow,
.surgery-fee,
.surgery-faq {
	margin-top: -120px;
	padding-top: 120px;
}

/* .surgery-lead
------------------------------------*/
.surgery-lead {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
	padding: 65px 40px 140px;
	z-index: 1;
}

.surgery-lead:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #E5ECE4;
	border-radius: 105px;
	width: 97%;
	max-width: 1280px;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

.surgery-lead-inner {
	width: 960px;
	margin: 0 auto;
}

.surgery-lead-inner .title-en {
	position: absolute;
	top: -92px;
	left: 50%;
	transform: translateX(-50%);
}

.surgery-lead .lead1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 60px;
}

.surgery-lead .lead1 > div {
	margin: 10px 0 0 -10px;
}

.surgery-lead .lead1 h3 {
	margin-bottom: 32px;
}

.surgery-lead .lead1 figure {
	width: 547px;
}

.surgery-lead .lead2 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 auto 140px;
}

.surgery-lead .lead2 figure {
	width: 340px;
	min-width: 340px;
	margin-left: -10px;
}

.surgery-lead .lead2 > div {
	padding: 0 0 0 75px;
}

.surgery-lead .lead2 > div > p {
	font-size: 17px;
	line-height: 2.2;
	white-space: nowrap;
}

.surgery-lead .lead2 .box {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 35px 0 0 -8px;
	padding: 24px 25px 18px;
	text-align: justify;
}

.surgery-lead .lead2 .box h3 {
	margin-bottom: 11px;
	font-size: 17px;
}

/* .surgery-lead .merit
------------------------------------*/
.surgery-lead .merit {
	margin: 0 auto 100px;
}

.surgery-lead .merit h3 {
	margin: 0 0 75px -25px;
	letter-spacing: 0.04em;
}

.surgery-lead .merit .inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 75px;
}

.surgery-lead .merit .inner figure {
	width: 441px;
	min-width: 441px;
}

.surgery-lead .merit .inner > div {
	padding: 0 8px 0 70px;
}

.surgery-lead .merit .inner h4 {
	position: relative;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.5;
}

.surgery-lead .merit .inner h4:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 5px;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 70px;
	height: 70px;
	pointer-events: none;
}

.surgery-lead .merit .inner1 h4:after { background-image: url(img/share/num-01.svg); }
.surgery-lead .merit .inner2 h4:after { background-image: url(img/share/num-02.svg); }
.surgery-lead .merit .inner3 h4:after { background-image: url(img/share/num-03.svg); }
.surgery-lead .merit .inner4 h4:after { background-image: url(img/share/num-04.svg); }

.surgery-lead .merit .inner p {
	line-height: 2.05;
	text-align: justify;
}

/* .surgery-lead .check
------------------------------------*/
.surgery-lead .check {
	padding: 0 0 0 10px;
}

.surgery-lead .check h4 {
	margin-bottom: 55px;
	font-size: 18px;
	letter-spacing: 0.02em;
}

.surgery-lead .check dl > div:not(:last-of-type) {
	margin-bottom: 45px;
}

.surgery-lead .check dt {
	position: relative;
	margin-bottom: 18px;
	padding-left: 45px;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.surgery-lead .check dt:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	background-color: var(--color-yellow);
	width: 32px;
	height: 1px;
}

.surgery-lead .check dd {
	padding-left: 50px;
}

.surgery-lead .check dd,
.surgery-lead .check dd p {
	text-align: justify;
}

.surgery-lead .check dd p {
	margin-bottom: 8px;
}

/* .surgery-flow
------------------------------------*/
.surgery-flow {
	width: 900px;
	margin: 0 auto 140px;
}

.surgery-flow h2 {
	margin: 0 0 75px -35px;
	letter-spacing: 0.04em;
}

.surgery-flow .inner {
	display: flex;
	margin-bottom: 57px;
}

.surgery-flow .inner i {
	width: 82px;
	min-width: 82px;
	padding: 10px 0 0 5px;
}

.surgery-flow .inner figure {
	width: 200px;
	min-width: 200px;
}

.surgery-flow .inner figure img {
	border-radius: 10px;
}

.surgery-flow .inner > div {
	padding: 16px 0 0 47px;
}

.surgery-flow .inner > div h3 {
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing: 0.02em;
}

.surgery-flow .inner > div p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

.surgery-flow .inner > div p.attention {
	margin-top: 18px;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.02em;
}


/* .surgery-case
------------------------------------*/
.surgery-case {
	background-color: #F8FDF6;
	border-radius: 20px;
	width: 1040px;
	margin: 0 auto 40px;
	padding: 110px 75px 75px;
	text-align: center;
}

.surgery-case > h2 {
	margin-bottom: 28px;
}

.surgery-case > h2 span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	font-size: 31px;
	letter-spacing: 0.03em;
}

.surgery-case > h2 span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 1px;
	background-color: var(--color-yellow);
	width: calc(100% - 1px);
	height: 3px;
}

.surgery-case > h2 + p {
	font-size: 19px;
}

.surgery-case > p + .inner1 {
	margin-top: 60px;
}

.surgery-case .inner {
	position: relative;
	display: flex;
	padding: 25px 20px 48px 3px;
	text-align: left;
}

.surgery-case .inner:last-of-type {
	padding-bottom: 0;
}

.surgery-case .inner:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-blue-green);
	width: 100%;
	height: 1px;
	opacity: 0.3;
}

.surgery-case .inner .title {
	position: relative;
	width: 218px;
	min-width: 218px;
	padding: 1px 0 0 36px;
}

.surgery-case .inner .title.btn-ac {
	pointer-events: none !important;
}

.surgery-case .inner .title i {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	background-color: var(--color-blue-green);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding: 5px 0 0;
	color: #FFFFFF;
	font-family: var(--font-gothic-db);
	text-align: center;
}

.surgery-case .inner2 .title i {
	background-color: var(--color-yellow);
}

.surgery-case .inner .title h3 {
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 1.6;
}

.surgery-case .inner2 .title h3 {
	color: var(--color-yellow);
}

.surgery-case .inner .title time {
	display: inline-block;
	border: 1px solid #63D0D6;
	border-radius: 3px;
	padding: 8px 8px 8px 9px;
	color: var(--color-blue-green);
	font-size: 15px;
	white-space: nowrap;
}

.surgery-case .inner .txt {
	width: 100%;
}

.surgery-case .inner .txt p {
	font-size: 15px;
	line-height: 2;
}

.surgery-case .inner .txt dl {
	margin-top: 25px;
}

.surgery-case .inner .txt dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 20px;
}

.surgery-case .inner .txt dl > div:last-of-type {
	margin-bottom: 0;
}

.surgery-case .inner .txt dt {
	border: 1px solid #D2D2D2;
	width: 78px;
	min-width: 78px;
	height: 30px;
	border-radius: 4px;
	padding: 7px 0 0;
	color: #7D7D7D;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}

.surgery-case .inner .txt dd {
	width: 100%;
	padding-left: 21px;
}

/* .surgery-fee
------------------------------------*/
.surgery-fee {
	position: relative;
	width: 890px;
	margin: 0 auto 20px;
}

.surgery-fee > h2 {
	margin: 0 0 55px 20px;
}

.surgery-fee > h2 + p {
	position: absolute;
	top: 120px;
	right: 40px;
	width: auto;
	font-size: 17px;
	letter-spacing: 0.02em;
}

.surgery-fee-inner {
	position: relative;
	background: url(img/share/bg-pattern.png), linear-gradient(324.99deg, #957F65 -39.73%, #417571 74.97%, #326763 101.01%);
	border-radius: 18px;
	margin: 0 auto;
	padding: 65px 60px 60px;
	color: #FFFFFF;
}

.surgery-fee-inner > h3 {
	margin: 0 0 40px 10px;
	font-size: 17px;
	letter-spacing: 0.02em;
}

.surgery-fee-inner > h3 + p {
	position: absolute;
	top: 61px;
	right: 90px;
	width: auto;
	font-size: 13px;
	letter-spacing: 0.02em;
}

.surgery-fee-inner dl > div {
	display: flex;
	justify-content: space-between;
	background: url(img/share/line-dot-white-m.svg) repeat-x left bottom;
	padding: 32px 18px 18px 15px;
}

.surgery-fee-inner dt {
	width: auto;
	padding-right: 30px;
	font-size: 17px;
}

.surgery-fee-inner dd {
	font-size: 19px;
	white-space: nowrap;
}

.surgery-fee-inner dd span {
	padding: 5px 4px 0 0;
	font-family: var(--font-sans);
	letter-spacing: 0.04em;
}

.surgery-fee-inner dd i {
	display: inline-block;
	font-size: 13px;
}

.surgery-fee-inner .box {
	position: relative;
  background: rgba(0,0,0,0.3);
	border-radius: 15px;
	margin-top: 55px;
	padding: 38px 52px 52px 78px;
}

.surgery-fee-inner .box h4 {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.7;
}

.surgery-fee-inner .box h4:before {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: -42px;
	background: url(img/share/ico-attention.svg) no-repeat;
	width: 28px;
	height: 28px;
}

.surgery-fee-inner .box h4 strong {
	display: inline-block;
	border-bottom: 3px solid var(--color-yellow);
	padding: 0 0 3px;
	font-family: var(--font-gothic-db);
}

.surgery-fee-inner .box p {
	font-size: 15px;
	line-height: 2;
}

.surgery-fee-inner .box li:not(:last-of-type) {
	margin-bottom: 15px;
}

.surgery-fee-inner .box ul {
	margin-top: 30px;
}

.surgery-fee-inner .box li a {
	display: inline-block;
	background: url(img/share/ico-arrow-white.svg) no-repeat left top 4px;
	padding: 0 0 2px 24px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

/* .surgery-faq
------------------------------------*/
.surgery-faq {
	width: 890px;
	margin: 0 auto;
}

.surgery-faq h2 {
	margin: 0 0 55px 20px;
	letter-spacing: 0.04em;
}

.faq-list > div:not(:last-of-type) {
	margin-bottom: 65px;
}

.faq-list dt {
	background-color: #FFFFFF;
	border-radius: 120px;
	margin-bottom: 28px;
	padding: 29px 40px 28px 95px;
	font-size: 19px;
	letter-spacing: 0.04em;
}

.surgery-faq .faq-list dt.btn-ac {
	pointer-events: none;
}

.faq-list dt span {
	line-height: 1.6;
}

.faq-list dt i,
.faq-list dd i {
	display: block;
	position: absolute;
	left: 31px;
	border-radius: 50%;
	width: 41px;
	height: 41px;
	padding: 11px 0 0 14px;
	color: #FFFFFF;
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.faq-list dt i { top: 23px; background-color: var(--color-blue-green); }
.faq-list dd i { top: -2px; background-color: var(--color-yellow); }

.faq-list dd {
	position: relative;
	padding: 0 45px 0 95px;	
}

.faq-list dd p {
	font-size: 16px;
	line-height: 2.1;
	text-align: justify;
}


/* page case
---------------------------------------------------------------------------*/
#wrap.medical-case .logo-fix,
#wrap.medical-case .reserve-fix,
#wrap.medical-case header {
	display: none !important;
}

#wrap.medical-case footer {
	overflow: hidden !important;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

#wrap.medical-case .modal-case,
#wrap.medical-case .modal-case-inner .case-title,
#wrap.medical-case .modal-case-inner .case-detail {
	display: block !important;
	opacity: 1 !important;
}


/* modal-case
---------------------------------------------------------------------------*/
.modal-case {
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1240px;
	height: 100vh;
	z-index: 10100;
	display: none;
	opacity: 0;
}

.modal-case::-webkit-scrollbar { width: 3px; }
.modal-case::-webkit-scrollbar-track { border-radius: 3px; background: #417571; }
.modal-case::-webkit-scrollbar-thumb { border-radius: 3px; background: rgba(255,255,255,0.5); }

.modal-case,
.modal-case a { color: #EEEBE2; }
.modal-case .btn-link a { color: #FFFFFF; }

.modal-case-close {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	transition: .15s ease-out;
}
.modal-case-close:hover { opacity: 0.6; }
.modal-case-close a { display: block; padding: 48px 38px; }
.modal-case-close a:hover { opacity: 1 !important; }

.modal-case-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(img/share/bg-modal-wave@2x.png) repeat-y left top / 100% auto;
	width: 33px;
	height: 100%;
}

.modal-case-inner {
	position: relative;
	background: url(img/share/bg-pattern.png), linear-gradient(324.99deg, #957F65 -39.73%, #417571 74.97%, #326763 101.01%);
	min-height: 100%;
	padding: 165px 8% 165px 460px;
	z-index: 1;
}

.modal-case-inner .case-title,
.modal-case-inner .case-detail { display: none; opacity: 0; }

.modal-case-inner-s {
	max-width: 900px;
}

/* .case-title
------------------------------------*/
.case-title {
	position: fixed;
	top: 55px;
	left: 75px;
	white-space: nowrap;
}

.case-title h2 {
	margin-bottom: 45px;
	font-size: 27px;
	letter-spacing: 0.02em;
}

.case-title dl > div:not(:last-of-type) { margin-bottom: 35px; }

.case-title dt {
	margin-bottom: 16px;
	font-size: 14px;
}

.case-title dd li {
	margin-bottom: 7px;
	transition: .15s ease-out;
	cursor: pointer;
}

.case-title dd li:hover { opacity: 0.7; }
.case-title dl:has(dt) dd li { margin-bottom: 2px; }

.case-title dd li a {
	display: inline-block;
	background: url(img/share/ico-anchor.svg) no-repeat left 3px top 9px;
	padding: 5px 10px 5px 19px;
	font-size: 16px;
	pointer-events: none;
}

.case-title dd li a span { letter-spacing: 0.04em; }

/* .case-detail
------------------------------------*/
.case-detail .lead { margin-bottom: 100px; }
.case-detail .lead-inner { transform: translateY(-8px); }

.case-detail .lead h3 {
	margin-bottom: 35px;
	font-size: 27px;
	line-height: 1.65;
	letter-spacing: 0.06em;
}

.case-detail p {
	margin-bottom: 23px;
	font-size: 17px;
	line-height: 2.1;
	letter-spacing: 0.02em;
	text-align: justify;
}

.case-detail section:not(:last-of-type) { margin-bottom: 110px; }

.case-detail .title-sec {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	font-size: 19px;
}

.case-detail .title-sec span {
	margin-right: 10px;
	white-space: nowrap;
}

.case-detail .title-sec i {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
	margin-right: -5px;
	transform: translateY(9px);
	opacity: 0.4;
}

.case-detail .title-circle {
	position: relative;
	margin-bottom: 25px;
	padding-left: 22px;
	font-size: 19px;
	letter-spacing: 0.02em;
}

.case-detail .title-circle:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	background-color: var(--color-yellow);
	border-radius: 50%;
	width: 7px;
	height: 7px;
}

.case-detail .title-line {
	position: relative;
	margin-top: 48px;
	margin-bottom: 24px;
	padding-left: 75px;
	font-size: 17px;
}

.case-detail .title-line:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	background: rgba(255,255,255,0.4);
	width: 56px;
	height: 1px;
}

.case-detail section .inner {
	margin: 0 5px 80px 0;
	padding-top: 2px;
}

.case-detail section:has(h4.title-sec) .inner { padding-left: 60px; }
.case-detail section .inner:last-child { margin-bottom: 0; }

.case-detail dl {
	margin-top: 28px;
}

.case-detail dl > div {
	display: -webkit-box;
	display: flex;
	border-top: 1px solid rgba(255,255,255,0.4);
	padding: 16px 0 36px;
}

.case-detail dl > div:last-of-type { padding-bottom: 0; }

.case-detail dl dt {
	position: relative;
	width: 250px;
	min-width: 250px;
	font-size: 15px;
	line-height: 1.6;
}

.case-detail dl dt:has(i) {
	padding-left: 30px;
}

.case-detail dl dt i {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 13px;
}

.case-detail dl dt span {
	font-size: 11px;
}

.case-detail dl dd {
	width: 100%;
}

.case-detail dl dd p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0;
}

.case-detail dl dd h6 {
	margin-bottom: 12px;
	padding-top: 5px;
	font-size: 15px;
}

.case-detail dl dd:has(h6) p {
	font-size: 14px;
	line-height: 1.95;
}

.case-detail .btn-link {
	margin-top: 30px;
}

.case-detail dl dd .btn-link {
	margin-top: -5px;
}

.case-detail .box {
	display: inline-block;
	/*background: #2D544E;*/
	background: rgba(45,84,78,0.95);
	border-radius: 6px;
	margin-top: 5px;
	padding: 13px 24px 13px 30px;
}

.case-detail .box.inline {
	padding-right: calc(1em + 24px);
}

.case-detail .box.inline:not(:has(h6)) {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 24px;
}

.case-detail .box:not(:last-child) { margin-bottom: 22px; }

.case-detail .box:has(.dot-list) {
	padding: 17px 24px 19px 26px;
}

.case-detail .box:has(.dot-list) ul {
	display: inline-block;
	margin-right: 8px;
	white-space: nowrap;
}

.case-detail .box:has(.dot-list) ul:last-of-type { margin-right: 0; }

.case-detail .box h6 {
	margin: 0 0 20px;
	font-size: 16px;
}

.case-detail .box.inline h6 {
	display: inline-block;
	width: auto;
	margin: 0 22px 0 0;
}

.case-detail .box.inline p {
	display: inline-block;
	width: auto;
	font-size: 16px;
}

.case-detail .box:has(dl) {
	margin-top: 18px;
	padding: 32px 32px 30px 34px;
}

.case-detail .box:has(dl) h6 {
	margin-bottom: 14px;
}

.case-detail .box:has(dl) p {
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0;
}

.case-detail .box:has(dl) dl dt {
	width: 140px;
	min-width: 140px;
}

.case-detail .box:has(dl) dt {
	font-size: 15px;
}

.case-detail .box:has(dl) dd p {
	margin-bottom: 12px;
	font-size: 14px;
}

.case-detail .box .attention-list li {
	padding-left: 16px;
	font-size: 13px;
}

/* .case-nav
------------------------------------*/
.case-nav {
	position: fixed;
	bottom: 45px;
	left: 75px;
	white-space: nowrap;
}

.case-nav h2 {
	margin: 0 0 28px;
	font-family: var(--font-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.case-nav li:not(:last-of-type) {
	margin-bottom: 8px;
}

.case-nav li a {
	display: inline-block;
	padding: 0 10px 5px 0;
	font-size: 15px;
}

/* .case01
------------------------------------*/

/* .case02
------------------------------------*/

/* .case03
------------------------------------*/

/* .case04
------------------------------------*/
.case04 .case-detail .box-l {
	padding: 34px 32px 30px 36px;
}

.case04 .case-detail .box h6 {
	margin-bottom: 16px;
}

.case04 .case-detail .box p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.85;
}

/* .case05
------------------------------------*/
.case05 .case-detail .box.inline {
	padding-right: 52px;
}

/* .case06
------------------------------------*/

/* media query
-----------------------------------*/
@media (max-width: 1380px) {
	.case-detail p br { display: none; }
}


/* page error
---------------------------------------------------------------------------*/
.error-txt {
	padding: 120px 0 40px;
	text-align: center;
}

.error-txt h1 {
	margin-bottom: 35px;
}

.error-txt p {
	font-size: 15px;
	list-style: 2;
}

.error-txt p a {
	text-decoration: underline;
}


/* print
---------------------------------------------------------------------------*/
@media print {

}