@charset "utf-8";
/* CSS Document -----------------------------

 2026.06.15

--------------------------------------------*/
/* Futura PT */
@import url("https://use.typekit.net/ohe4tfq.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #707070;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .5s ease;
	user-select: none;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #707070;
	font-style: normal;
	font-weight: 500;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
   color: #707070;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #707070;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {overflow-x: hidden;font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 1.7;}
h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 1545)), 18px);line-height: 1.7;}
li,th,td,dt,dd,figcaption {line-height: 1.7;}
main {overflow: clip;}
section {position: relative;z-index: 1;}
.FuturaPTM {font-family: "futura-pt", sans-serif;font-weight: 500;font-style: normal;}
.ZenOldMinchoBD {font-family: "zen-old-mincho", sans-serif;font-weight: 700;font-style: normal;}
.inner {width: 90%;max-width: 1320px;margin: 0 auto;}
.blank {padding: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px) 0;}
.blank2 {padding: clamp(50px, calc(50px + 70 * ((100vw - 375px) / 1545)), 120px) 0;}
.blank3 {padding: clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px) 0;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {margin: 45px 0;}
.title_common p {
	position: relative;
	margin-bottom: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	padding-bottom: clamp(10px, calc(10px + 5 * ((100vw - 375px) / 1545)), 15px);
	color: #909090;
	font-size: clamp(24px, calc(24px + 16 * ((100vw - 375px) / 1545)), 40px);
	line-height: 1.2;
	letter-spacing: .06em;
	text-align: center;
}
.title_common p::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(40px, calc(40px + 30 * ((100vw - 375px) / 1545)), 70px);
	height: clamp(2px, calc(2px + 2 * ((100vw - 375px) / 1545)), 4px);
	border-radius: 4px;
	background: #7AB6DB;
}
.title_common h2 {
	color: #3A7CA5;
	font-weight: 500;
	font-size: clamp(14px, calc(14px + 10 * ((100vw - 375px) / 1545)), 24px);
	letter-spacing: .1em;
	line-height: 1.2;
	text-align: center;
}
.title_common h2 span {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 20px;
	background: #5D9ABF;
	color: #fff;
	line-height: 1.7;
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
@media only screen and ( max-width : 500px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	padding-left: 3vw;
	box-shadow: 0 0 60px rgba(152, 207, 224, .2);
	background: #fff;
	transition: .3s;
}
header .logo {width: clamp(213px, calc(213px + 400 * ((100vw - 375px) / 1545)), 613px);}
header nav {background: #fff;}
header nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3vw;
	padding: 18px 2vw 18px 4vw;
	border-bottom-left-radius: 20px;
	background: linear-gradient(90deg, #71A1BF, #4384AD);
}
header nav ul li a {
	color: #fff;
	font-weight: 700;
	font-size: clamp(11px, calc(11px + 7 * ((100vw - 375px) / 1545)), 18px);
	letter-spacing: .1em;
	text-align: center;
}
header nav ul li a.link-current {opacity: .3;}
header nav ul li:last-child a {
	width: clamp(130px, calc(130px + 100 * ((100vw - 375px) / 1545)), 230px);
	padding: 1.5vw 0;
	border-radius: 60px;
	background: #fff;
	color: #2A6F97;
	font-size: clamp(20px, calc(20px + 16 * ((100vw - 375px) / 1545)), 36px);
	text-align: center;
}
header .hamburger {display: none;}
@media only screen and ( max-width : 1700px ) {
	header .logo {width: 27vw;}
	header nav ul li a {font-size: 1.1vw;}
	header nav ul li:last-child a {width: 13vw;font-size: 2vw;}
}
@media only screen and ( max-width : 1024px ) {
	header {height: 70px;padding: 0 20px;}
	header .logo {width: clamp(300px, calc(300px + 100 * ((100vw - 375px) / 1545)), 400px);}
	header .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 30;
		width: 50px;
		height: 50px;
		border: none;
		border-radius: 4px;
		background: transparent;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header .hamburger span {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #4384AD;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: center;
	}
	header .hamburger span:nth-child(1) {top: 19px;}
	header .hamburger span:nth-child(2) {top: 26px;}
	header .hamburger span:nth-child(3) {top: 33px;}
	header .hamburger.is-active span {background: #fff;}
	header .hamburger.is-active span:nth-child(1) {transform: rotate(45deg) translate(5px, 4px);}
	header .hamburger.is-active span:nth-child(2) {opacity: 0;transform: translateX(20px);}
	header .hamburger.is-active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -5px);}
	/* ナビゲーションメニュー */
	header nav {
		align-items: flex-start;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		width: 80%;
		max-width: 320px;
		height: 100vh;
		padding: 80px 40px 30px;
		background: linear-gradient(90deg, #71A1BF, #4384AD);
		backdrop-filter: blur(20px);
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
		transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active {right: 0;}
	header nav ul {display: block;padding: 0;background: transparent;}
	header nav ul li {
		opacity: 0;
		position: initial;
		transform: translateX(30px);
		margin-bottom: 30px;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active ul li {opacity: 1;transform: translateX(0);}
	header nav.is-active ul li:nth-child(1) {transition-delay: .1s;}
	header nav.is-active ul li:nth-child(2) {transition-delay: .2s;}
	header nav.is-active ul li:nth-child(3) {transition-delay: .3s;}
	header nav.is-active ul li:nth-child(4) {transition-delay: .4s;}
	header nav.is-active ul li:nth-child(5) {transition-delay: .5s;}
	header nav.is-active ul li:nth-child(6) {transition-delay: .6s;}
	header nav.is-active ul li:nth-child(7) {transition-delay: .7s;}
	header nav.is-active ul li:nth-child(8) {transition-delay: .8s;}
	header nav ul li:last-child {margin-top: 20px;}
	header nav ul li a {position: relative;padding-bottom: 8px;font-size: 1.6rem;text-align: left;}
	header nav ul li:last-child a {width: 100%;padding: 20px 0;border-radius: 50px;font-size: 2.4rem;}
	header nav ul li:last-child a::before {display: none;}
	header nav ul li a::before {content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background: #fff;transition: .3s;}
	header nav ul li a:hover::before {width: 100%;}
	header nav ul li a span {text-align: left;}
}
/*--------------------------------------------------

	Overview │ クリニック概要

--------------------------------------------------*/
ul.link_list {position: fixed;right: 0;bottom: 12%;z-index: 10;}
ul.link_list li:nth-child(1) {margin-bottom: 1vw;text-align: right;}
ul.link_list li:nth-child(1) a {
	padding: 1.5vw 1vw .5vw 1.5vw;
	border-radius: 1em 0 0 1em;
	background: #4CA8A1;
	color: #fff;
	font-weight: 500;
	font-size: 1vw;
	line-height: 1.2;
	letter-spacing: .08vw;
}
ul.link_list li:nth-child(2) a {
	padding: 1.5vw 2.5vw 1.3vw 2.5vw;
	border-radius: 1em 0 0 1em;
	background: #F7AE3B;
	color: #fff;
	font-weight: 500;
	font-size: 1.4vw;
	line-height: 1.7;
	letter-spacing: .08vw;
}
ul.link_list li a:hover {transform: translateX(15px);}
ul.link_list li:nth-child(1) a img {display: block;width: 45%;margin: -.5em 0 0 auto;}
ul.link_list li:nth-child(2) a img {display: block;width: 25%;margin: -.5em -1em 0 auto;}
ul.link_list li:nth-child(2) a span {display: block;font-size: .85vw;}
@media only screen and ( max-width : 1024px ) {
	ul.link_list li:nth-child(1) a {padding: 15px 15px 10px;font-size: 1.2rem;}
	ul.link_list li:nth-child(2) a {padding: 15px 30px 15px 25px;font-size: 1.6rem;}
	ul.link_list li:nth-child(2) a span {font-size: 1rem;}
}
/*--------------------------------------------------

	Overview │ クリニック概要

--------------------------------------------------*/
#overview {margin-bottom: -100px;padding-bottom: 180px;background: #FAF8F5;}
#overview .block {border-radius: 20px;background: #87B5D1;}
#overview .block .title_common p {color: #AADEFF;}
#overview .block .title_common p::before {background: #DEF3FF;}
#overview .block .title_common h2 {color: #fff;}
#overview .block table {width: 90%;max-width: 920px;margin: 0 auto;}
#overview .block table tr {display: block;padding: 20px 0;border-bottom: 1px solid #CCEDFF;}
#overview .block table tr:first-child {padding-top: 0;}
#overview .block table tr th {width: clamp(120px, calc(120px + 40 * ((100vw - 375px) / 1545)), 160px);color: #fff;font-weight: 700;letter-spacing: .06em;white-space: nowrap;}
#overview .block table tr td {color: #fff;}
@media only screen and ( max-width : 500px ) {
	#overview .block table tr th {display: block;width: 100%;}
}
/*--------------------------------------------------

    Contact │ お問い合わせ・ご応募

--------------------------------------------------*/
#contact {
	padding: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px) 0 25px;
	overflow: hidden;
	border-radius: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 1545)), 40px) clamp(40px, calc(40px + 40 * ((100vw - 375px) / 1545)), 40px) 0 0;
	background: url(img/common/entry_bg.webp) no-repeat center / cover;
}
#contact .block .title_common p {color: #AADEFF;}
#contact .block .title_common p::before {background: #DEF3FF;}
#contact .block .title_common h2 {color: #fff;}
#contact .block .wrap {margin-bottom: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);text-align: center;}
#contact .block .wrap p {
	margin-bottom: clamp(40px, calc(40px + 10 * ((100vw - 375px) / 1545)), 50px);
	color: #fff;
	text-align: center;
}
#contact .block .wrap a {
	width: 100%;
	max-width: clamp(520px, calc(520px + 200 * ((100vw - 375px) / 1545)), 720px);
	padding: 30px 0;
	border-radius: 50px;
	background: #93F8E7;
	color: #0E5988;
	font-weight: 700;
	font-size: clamp(18px, calc(18px + 8 * ((100vw - 375px) / 1545)), 26px);
	text-align: center;
}
#contact small {
	display: block;
	color: #fff;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);
	text-align: center;
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 45px 0 60px;background: #fff;text-align: center;}
footer a {max-width: clamp(260px, calc(260px + 100 * ((100vw - 375px) / 1545)), 360px);}
footer .copyright {margin-top: 20px;color: #333;font-size: 13px;letter-spacing: .05em;text-align: center;}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {position: fixed;bottom: 2%;right: 1vw;z-index: 10;}
.page_top #goToTop {padding-top: 12px;font-size: 1.2rem;letter-spacing: .14em;}
.page_top #goToTop:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: calc(tan(60deg) * 6px / 2);
	width: 8px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #707070;
}
/*-----------------------------------------------

	404 Not Found

------------------------------------------------*/
#notfound {
	padding-top: clamp(130px, calc(130px + 20 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: clamp(70px, calc(70px + 30 * ((100vw - 375px) / 1545)), 100px);
}
#notfound h2 {margin-bottom: 50px;text-align: center;}
#notfound h2 span {display: block;font-size: 2.3em;text-align: center;}
#notfound p {margin-bottom: 40px;text-align: center;}
#notfound a {
	display: block;
	position: relative;
	z-index: 1;
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #363636;
	background: #363636;
	color: #fff;
	text-align: center;
}
#notfound a:hover {color: #363636;}
#notfound a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	z-index: -5;
	background: #fff;
	color: #363636;
}
#notfound a:hover::after {transform-origin: left top;transform: scale(1, 1);}
#notfound a span {display: block;position: relative;text-align: center;}