@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--base-font: 'Noto Sans JP', sans-serif;
	--sub-font: 'Noto Serif JP', serif;
	--en-font: cursive, serif;
	--base-color: #000;
	--sub-color01: #262626;
	--sub-color02: #074481;
	--sub-color03: #13bad4;
	--sub-color04: #D6D6D6;
	--sub-color05: #fff;
	--sub-color06: #4995ec;
	--bg-color01: #fff;
	--bg-color02: #EDF0F5;
	--bg-color03: #F8F7F6;
}

* {
	box-sizing: border-box;
}



html {
	font-size: 62.5%;
}

body {
	min-width: 134rem;
	font-family: var(--base-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--base-color);
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	background-color: var(--bg-color01);
}

:where(body) {
	block-size: 100%;
}

:focus {
	outline: 0;
}

a {
	color: var(--base-color);
	transition: .3s;
	text-decoration: none;
	z-index: 2;
}

br {
	line-height: inherit;
}

span,
a,
strong,
small {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

strong{
	background: #ede564 ;
    color: var(--sub-color02);
    padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.flex-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#main {
	display: block;
}

#container {
	padding-left: 40.6rem;
	text-align: left;
	position: relative;
}

@media(min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media(max-width: 768px) {
	html {
		font-size: 2.565vw;
	}

	body {
		font-size: 1.5rem;
		min-width: inherit;
	}

	body.fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	#container {
		padding: 0;
	}

	img {
		width: 100%;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	.pc {
		display: none !important;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 40.6rem;
	height: 100%;
	overflow-y: auto;
	background-color:  var(--sub-color05);
	z-index: 0;
	
	box-sizing: border-box;
}

.header-box {
	padding: 4.9rem 5.4rem;
}

iframe.instagram-media{
	max-width: 400px !important;
}

.header-box .clinic_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;

}

.header-box .clinic_list li{
	width: 32.3%;
	background: var(--sub-color03);
	text-align: center;
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.5rem;
}

.com-contact .clinic_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 335px;
	margin: auto;
	margin-top: 0.6rem;
	
	}
	
	.com-contact .clinic_list li{
		width: 32%;
		background: var(--sub-color03);
		text-align: center;
		margin-bottom: 1rem;
		color: #fff;
		font-size: 1.4rem;
		padding: 0.3rem;
	}


.header-logo {
	margin-bottom: 2.5rem;
	width: 25rem;
}

h1 {
	margin: 0 0 2.05rem 0.15rem;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.13rem;
	color: var(--sub-color02);
	font-family: var(--sub-font);

	
}


.h1__text {
	margin-top: 0.7rem;
	display: block;
	color: var(--sub-color04);
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: -0.04rem;
	font-family: var(--en);
}

.navi__item__link {
	padding: 1.65rem 0 1.65rem 4.3rem;
	position: relative;
	display: block;
	font-weight: 600;
	letter-spacing: 0.096rem;
	color: var(--sub-color05);
}

.navi__item__num {
	position: absolute;
	left: 0;
	top: 0.9rem;
	font-size: 2.4rem;
	font-weight: 400;
	color: var(--sub-color03);
	font-family: var(--en-font);
	letter-spacing: 0.11rem;
}

.navi__item.on .navi__item__link {
	color: var(--sub-color04);
}

.navi__item.on .navi__item__num {
	color: var(--sub-color04);
}

.header-logo{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-bottom: 2rem;

}

.com-contact{
	background: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: right -100px bottom 210px;
	background-size: 700px;
}

.com-contact2{
	background: none;
	padding-bottom: 5.9rem;
}

@media(min-width: 769px) {
	.navi__item__link:hover {
		color: var(--sub-color04);
	}

	.navi__item__link:hover .navi__item__num {
		color: var(--sub-color04);
	}
}

@media all and (min-width: 1280px) {

	.menu,
	.menu-box {
		display: none !important;
	}
}

@media all and (min-width: 769px) and (max-width: 1279px) {
	#header {
		display: none;
	}

	#container {
		padding-left: 0;
	}
}

.border{
	border: 1rem solid var(--sub-color02);
	position: fixed;
	width: 100%;
    height: 100%;
    z-index: 10;
	pointer-events: none;
}

@media all and (max-width: 1279px) {
	.menu {
		position: fixed;
		right: 2.4rem;
		top: 2.2rem;
		width: 8.5rem;
		height: 8.5rem;
		cursor: pointer;
		background-color: var(--sub-color02);
		
		z-index: 101;
	}

	.menu-span {
		display: block;
		width: 4.6rem;
		height: 0.3rem;
		top: 3.4rem;
		left: 1.9rem;
		position: absolute;
		background-color: var(--bg-color01);
		transition: .3s;
	}

	.menu-span:nth-of-type(2) {
		top: 4.2rem;
	}

	.menu-span:nth-of-type(3) {
		top: 5rem;
	}

	.menu.on .menu-span {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}

	.menu.on .menu-span:nth-of-type(2) {
		opacity: 0;
	}

	.menu.on .menu-span:nth-of-type(3) {
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}

	.menu-box {
		position: fixed;
		right: 0;
		top: 0;
		width: 39rem;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 100;
		background-color: var(--bg-color02);
		transition: all ease 0.5s;
		transform: translateX(100%);
	}

	.menu-box.on {
		visibility: visible;
		transform: none;
	}

	.menu-info {
		padding: 2rem 2rem 5rem;
		
		height: 100%;
		position: relative;
	}

	.menu-box-list {
		padding: 1.5rem 2.5rem 1.5rem;
        background: #fff;
        margin-top: 10vw;
	}

	.menu-logo {
		width: 17.5rem;
	}

	.menu-box__link {
		padding: 1.65rem 0 1.4rem 6.3rem;
		position: relative;
		display: block;
		font-weight: 600;
		letter-spacing: 0.09rem;
		color: var(--sub-color02);
		font-size: 1.7rem;
	}

	.menu-box__num {
		position: absolute;
		left: 0;
		top: 0.9rem;
		font-size: 2.4rem;
		font-weight: 400;
		color: var(--sub-color03);
		font-family: var(--en-font);
		letter-spacing: 0.11rem;
	}

	.menu-box__item.on .menu-box__link {
		color: var(--sub-color04);
	}

	.menu-box__item.on .menu-box__num {
		color: var(--sub-color04);
	}
}

@media(max-width: 768px) {
	#header {
		height: 7.9rem;
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		border-right: none;
		background-color: transparent;
	}

	.com-contact{
		background: url(../images/common/logo.png);
        background-repeat: no-repeat;
        background-position: right -10vw bottom -3vw;
        background-size: 85%;
	}

	.com-contact2{
		background: none;
		padding-bottom: 5.9rem;
	}

	.menu-box-list {
		padding: 1.5rem 2.5rem 1.5rem;
        background: #fff;
        margin-top: 20vw;
	}

	.com-contact .clinic_list{
		width: 90%;
	}

	.header-box {
		padding: 1rem 1rem 1rem;
	}

	.header-logo {
		margin-bottom: 0;
		width: 100%;
        display: flex;

	}

	.header-logo p{
		padding: 0.7rem;
		font-family: var(--sub-font);
	}

	.header-logo img.logo__img {
		/*		width: 100%;*/
		height: 100%;
		max-width: 100%;
		image-rendering: -webkit-optimize-contrast;
		backface-visibility: hidden;
		width: 25vw;
	}

	h1 {
		display: none;
	}

	#g-navi {
		display: none;
	}

	.menu {
		/*		position: absolute;*/
		right: 0;
		top: 0;
		width: 7rem;
		height: 7rem;
	}

	.menu-span {
		width: 4rem;
		height: 0.2rem;
		top: 2.5rem;
		left: 1.53rem;
	}

	.menu-span:nth-of-type(2) {
		top: 3.4rem;
	}

	.menu-span:nth-of-type(3) {
		top: 4.4rem;
	}

	.menu.on .menu-span {
		transform: translateY(0.8rem) translateX(0) rotate(45deg);
	}

	.menu.on .menu-span:nth-of-type(3) {
		transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
	}

	.menu-box {
		width: 100%;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#g-footer {
	padding: 4.2rem 0 4.5rem;
	text-align: center;
	background-color: var(--sub-color03);
}

.l-footer__copyright {
	color: var(--sub-color05);
	font-size: 1.3rem;
}

@media(max-width: 768px) {
	#g-footer {
		padding-bottom: 11.7rem;
	}

	.l-footer__copyright {
		text-shadow: none;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	margin-bottom: 3.3rem;
	text-align: center;
	color: var(--sub-color02);
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.17rem;
}

.headline01__green {
	color: var(--sub-color03);
    background: #fff;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.headline01__white {
	color: var(--sub-color05);
}

@media(max-width: 768px) {
	.headline01 {
		font-size: 2.4rem;
		line-height: 1.38;
		letter-spacing: 0.12rem;
	}
}

/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
	margin-bottom: -9rem;
    position: relative;
    font-size: 5rem;
    font-weight: 600;
    color: #fff;
    font-family: var(--sub-font);
    background: var(--sub-color02);
    width: 75px;
    text-align: center;
    border: 5px solid;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 1.3;
    padding-top: 1rem;
    padding-bottom: 1rem;
	margin-left: -2rem;
}


.reasons-info__pho img{
	height: 200px;
	object-fit: cover;
}

.headline02__en {
	margin-bottom: -1.9rem;
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
	color: var(--sub-color03);
	letter-spacing: 0.216rem;
	font-family: var(--en-font);
}

@media(max-width: 768px) {
	.headline02 {
		margin-bottom: -5.9rem;
        font-size: 3rem;
        width: 3.9rem;
		margin-left: 1rem;
		border: none;
	}

	.headline02__en {
		margin-bottom: -1.1rem;
		font-size: 1.2rem;
		letter-spacing: 0.05rem;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 100%;
	margin: 0 auto;
}

@media(max-width: 768px) {
	.content {
		margin: 0 2.7rem;
		width: auto !important;
	}
}

/*------------------------------------------------------------
	com-contact
------------------------------------------------------------*/
.com-contact {
	padding: 7.9rem 0;
	background-color: var(--bg-color02);
}

.com-contact-box {
	padding: 3rem 0 3.1rem;
	background-color: var(--sub-color03);
	background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),
  
    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}

.com-contact__ttl {
	margin-bottom: 2.3rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--sub-color05);
	letter-spacing: 0.12rem;
}

.com-contact__btn {
	width: 76.8rem;
	margin: 0 auto 2.2rem;
	display: flex;
}

.com-contact__link {
	padding: 0 0 2.2rem 0;
    display: block;
    color: var(--sub-color02);
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.14rem;
    background: #ede564;
    background-size: 6.6rem auto;
    box-shadow: 0.1rem 0.3rem 0.8rem 0.1rem rgba(0, 0, 0, 0.25);
    border: 0.5rem solid var(--bg-color02);
	width: 50%;
	z-index: 2;
	position: relative;
}

.com-contact-box .com-contact__link:after{
	content: "→";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: var(--sub-color02);
    color: #fff;
    font-size: 1.8rem;
    font-family: cursive;
    padding-top: 0.3rem;
    box-sizing: border-box;
    font-weight: 600;
    
}


.com-contact__link img{margin-bottom: 2rem;height: 200px;object-fit: cover;}
.com-contact__link2 img{margin-bottom: 2rem;height: 200px;object-fit: cover;}

.com-contact__link2 {
	padding: 0 0 2.2rem 0;
	display: block;
	color: var(--sub-color03);
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.14rem;
	background: var(--sub-color05);
	background-size: 6.6rem auto;
position: relative;
	box-shadow: 0.1rem 0.3rem 0.8rem 0.1rem rgba(0, 0, 0, 0.25);
	border: 0.5rem solid var(--bg-color02);
	width: 50%;
	z-index: 2;
}

.com-contact-box .com-contact__link2:after{
	content: "→";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: var(--sub-color02);
    color: #fff;
    font-size: 1.8rem;
    font-family: cursive;
    padding-top: 0.3rem;
    box-sizing: border-box;
    font-weight: 600;
    
}

 .contact-list__box .com-contact__link{
	font-size: 1.6rem;
    padding: 2rem 0 2.2rem 3.8rem;
    width: 100%;
    background: #ede564 url(../images/common/icon05.svg) no-repeat left 4.2rem top 1.5rem;
    background-size: 3.5rem;
}

.no-webp .com-contact__link {
	background-image: url(../images/common/icon09.png);
}

.com-contact__blue {
	color: var(--sub-color02);
}

.com-contact__text {
	text-align: center;
	color: var(--sub-color05);
	line-height: 2.2;
	font-weight: 600;
	letter-spacing: 0.096rem;
}

.com-contact-list {
	width: 82rem;
    margin: auto;
	margin-top: 3rem;
}

.contact-list__ltem {
	width: 48%;
	background-color: var(--bg-color01);
	margin-bottom: 3rem;
	position: relative;
	z-index: 2;
}

.contact-list__ltem .station{
	position: absolute;
    top: 0;
    right: 2rem;
	letter-spacing: 3px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
	text-orientation: upright;
   
}

.contact-list__ltem .station span{
	writing-mode: vertical-rl;
    text-align: left;
    background: #fff;
	margin-left: 0.8rem;
	font-size: 1.9rem;
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	font-family: var(--sub-font);
	color: var(--sub-color02);
	font-weight: 600;
	background-color: color-mix(in srgb, var(--sub-color05), transparent 30%);
}

.contact-list__ltem .station span .num{
	writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
	margin: 0;
    padding: 0;
	letter-spacing: 3px;
	line-height: 1;
	padding-bottom: 0.4rem;
	white-space: nowrap;
    writing-mode: vertical-rl;
}

.contact-list__ttl {
	padding: 0.8rem 1.5rem;
	color: var(--sub-color05);
	font-weight: 600;
	letter-spacing: 0.096rem;
	background-color:var(--sub-color02);
	text-align: center;
	font-size: 2rem;
}

.contact-list__box {
	padding: 2.9rem 3.1rem 3.1rem;
}




.contact-ul__item {
	padding: 0 0 1rem 3.2rem;
	position: relative;
	line-height: 2.2;
	font-weight: 600;
	letter-spacing: 0.096rem;
	font-size: 1.4rem;
}

.contact-ul__item--last {
	padding-bottom: 0 !important;
}

.contact-ul__item-ico {
	width: 2.4rem;
	position: absolute;
	left: 0;
	top: -0.1rem;
}

.contact-ul__item-map {
	margin: 1.6rem 0.6rem 0 -3.2rem;
	display: block;
}

.contact-list__tel {
	margin-bottom: 1.2rem;
}

.header-box #g-navi{background: var(--sub-color02);padding-top: 1rem;padding-bottom: 1rem;padding-left: 2rem;padding-right: 1rem;margin-top: 2rem;}

.header-box #g-navi p{text-align: center;padding-top: 1rem;letter-spacing: 3px;color: #13bad4;}

.contact-list__tel__link {
	padding-left: 2rem;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.18rem;
    color: #fff;
    background: var(--sub-color03) url(../images/common/icon19.svg) no-repeat left 5rem top 0.8rem;
    background-size: 3.2rem auto;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    font-family: var(--en-font);
    padding-bottom: 0.5rem;
    font-weight: 600;

}

.menu-box-list p{text-align: center; padding-top: 1rem;letter-spacing: 4px;color: #13bad4;font-weight: 400;}

.contact-list__note {
	margin-top: -0.1rem;
	text-indent: -0.2em;
	padding-left: 0.2em;
	color: var(--sub-color01);
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.75;
}

.com-contact--wid {
	
	margin: 0 auto;
	padding: 4.95rem 0 8rem;
}

.com-contact--wid .content {
	width: 80rem;
}

@media(min-width: 769px) {
	.com-contact__link:hover {
		box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
	}
}

.fade-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  /* 画面内に入った時に付与されるクラス */
  .is-visible {
	opacity: 1;
	transform: translateY(0);
  }

@media(max-width: 768px) {
	.com-contact {
		padding: 5.9rem 0 15rem;
	}

	.com-contact2{
	
		padding-bottom: 5.9rem;
	}

	.com-contact-box {
		padding: 2.2rem 2.3rem 2.5rem;
	}

	.com-contact__ttl {
		margin-bottom: 2.4rem;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 0.1rem;
	}

	.com-contact__btn {
		width: auto;
		margin: 0 0.15rem 2.3rem;
		display: block;
	}

	.com-contact__link {
		padding: 0 0 2rem;
		font-size: 2.2rem;
		letter-spacing: 0.09rem;
		background-position: top 1.9rem center;
		background-size: 6.6rem auto;
	
		border-width: 0.5rem;
		width: 100%;
		
	}



    	.com-contact__link2 {
		padding: 0 0 2rem;
		font-size: 1.8rem;
		letter-spacing: 0.09rem;
		background-position: top 1.9rem center;
		background-size: 6.6rem auto;
		width: 100%;
		border-width: 0.5rem;
	}

    

	.com-contact__text {
		text-align: left;
		line-height: 2;
		letter-spacing: 0.09rem;
	}

	.com-contact-list {
		margin-top: 1.55rem;
		display: block;
	}

	.contact-list__ltem {
		margin-bottom: 1.5rem;
		width: auto;
	}

	.contact-list__ttl {
		padding: 1.2rem 1.5rem;
		letter-spacing: 0.09rem;
	}

	.contact-list__box {
		padding: 2rem 1rem 2.55rem 2.3rem;
	}

	.contact-list__ltem--last .contact-list__box {
		padding: 2.3rem 2.3rem 2.55rem;
	}

	.contact-ul__item {
		line-height: 2.18;
		letter-spacing: 0.09rem;
	}

	.contact-list__ltem--last {
		margin-bottom: 0;
	}

	.contact-ul__item-ico {
		top: -0.2rem;
	}

	.contact-ul__item-map {
		margin: 1.5rem 2rem 0 -3.2rem;
	}

	.contact-list__tel {
		margin-bottom: 1.9rem;
	}

	.contact-list__tel__link {
		font-size: 2.2rem;
        background-position: left 2rem top 0.9rem;
        padding: 0.8rem 0 0.8rem 3rem;
	}

	.contact-list__box .com-contact__link{
		font-size: 1.8rem;
        padding: 2rem 0 2.2rem 3rem;
        width: 100%;
        background-size: 3.3rem !important;
        background: #ede564 url(../images/common/icon05.svg) no-repeat left 1.6rem top 1.8rem;
	}

	.contact-list__note {
		font-size: 1.2rem;
		line-height: 1.66;
	}

	.com-contact--wid {
		max-width: inherit;
		padding: 3.2rem 0;
	}


	.com-contact-list{
		width: 100%;
	}
}

/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/
.page-title {
	margin-bottom: 9.6rem;
	position: relative;
}

.page-title::before {
	position: absolute;
    left: 0;
    top: 0;
    bottom: -2.3rem;
    width: calc(100%);
    background-color: var(--sub-color02);
    content: "";
	background: linear-gradient(180deg, #EDF0F5 0%, #EDF0F5 50%, #074481 50%, #074481 100%);
}

.page-wid {
	width: calc(50% + 40rem);
	position: relative;
}

.page-title__pho img {
	width: 97%;
	height: 410px;
    object-fit: cover;
}


.staff .page-title__pho img{
	height: 450px;
}


.page-title__ttl {
	position: absolute;
	z-index: 1;
	left: 13rem;
	top: 0;
	font-weight: 600;
	color: var(--sub-color02);
	letter-spacing: 0.4rem;
	font-size: 4rem;

    font-family: var(--sub-font);
	line-height: 0.7;
}

.page-title__ttl__sml {
	margin-bottom: 0.5rem;
	display: block;
	font-weight: 500;
	font-size: 3.8rem;
	font-family: var(--en-font);
	letter-spacing: 0;
}

.page-title__ttl__num {
	font-size: 12rem;
	font-weight: 400;
	line-height: 1;
	writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
}

.num_txt{
	writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
	margin-bottom: 1rem;
}

.page-title__title {
	position: absolute;
	right: 4.9rem;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.page-title__txt {
	width: 6.4rem;
    margin-left: 0;
    padding: 1.5rem 1.5rem 1rem 0;
	display: inline-block;
	font-size: 2.8rem;
	color: var(--sub-color05);
	font-weight: 600;
	line-height: 1.3;
	font-family: var(--sub-font);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
	letter-spacing: 1.2rem;
	background-color: var(--sub-color06);
	background-color: color-mix(in srgb, var(--sub-color06), transparent 17%);
	box-sizing: border-box;
}

.page-title__txt01 {
	min-height: 32.4rem;
}

.page-title__txt02 {
	min-height: 32.4rem;
}

.page-title__txt-red {
	color: var(--sub-color05);
	background-color: var(--sub-color06);
}

.page-title__txt--num {
	margin-right: -1rem;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
}

.page-title__en {
	padding-top: 7rem;
	position: absolute;
	left: 5rem;
	bottom: 2.4rem;
	font-size: 1.2rem;
	line-height: 2;
	color: var(--sub-color02);
	letter-spacing: -0.04rem;
	font-family: var(--en-font);
	background: url(../images/common/icon10.svg) no-repeat left top;
	background-size: 5.5rem auto;
}

@media(max-width: 768px) {
	.page-title {
		margin-bottom: 2.5rem;
	}

	.contact-list__ltem .station span{
		writing-mode: vertical-rl;
		white-space: nowrap;
		text-align: left;
		background: #fff;
		margin-left: 0.8rem;
		font-size: 1.8rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-family: var(--sub-font);
		color: var(--sub-color02);
		font-weight: 600;
		display: inline-block;
		box-decoration-break: clone;
		background-color: color-mix(in srgb, var(--sub-color05), transparent 17%);
	}

	.com-contact-box .com-contact__link:after {
		content: "→";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 6vw;
		height: 6vw;
		background: var(--sub-color02);
		color: #fff;
		font-size: 4vw;
		font-family: cursive;
		padding-top: 0.15rem;
		box-sizing: border-box;
		font-weight: 600;
	}

	.com-contact-box .com-contact__link2:after {
		content: "→";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 6vw;
		height: 6vw;
		background: var(--sub-color02);
		color: #fff;
		font-size: 4vw;
		font-family: cursive;
		padding-top: 0.15rem;
		box-sizing: border-box;
		font-weight: 600;
	}

	.page-title::before {
		display: none;
	}

	.page-wid {
		width: auto;
		position: relative;
		
		background: linear-gradient(180deg, #EDF0F5 0%, #EDF0F5 50%, #074481 50%, #074481 100%);
	}

	.page-title__ttl {
		padding: 0rem 0.6rem 0.6rem 1rem;
        position: static;
        letter-spacing: 0.09rem;
        background-color:var(--sub-color06);
        font-size: 2.5rem;
        position: absolute;
        top: 0;
        left: 10vw;
	}

	.num_txt{
		margin-bottom: 0.5rem;
	}

	.page-title__ttl__sml {
		margin-bottom: 0.8rem;
	}

	.page-title__title {
		right: 4.6rem;
	}

	.page-title__txt {
		margin-left: 0.8rem;
        width: 2.1rem;
        padding: 1rem 0.5rem 0 0;
        font-size: 1.9rem;
        letter-spacing: 0.6rem;
	}

	.page-title__txt01 {
		min-height: 21.4rem;
	}

	.page-title__txt02 {
		min-height: 21.1rem;
	}

	.page-title__en {
		display: none;
	}
}

/*------------------------------------------------------------
	com-box
------------------------------------------------------------*/
.com-box {
	align-items: flex-start;
}

.sedation-box .content{
	width: 830px;

}

.com-box__info {
	margin-left: -0.2rem;
	width: 40.1rem;
	padding: 2.72rem 3.2rem 2.4rem;
	background-color: var(--bg-color01);
	box-sizing: border-box;

}

.com-box__info__ttl {
	margin-bottom: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.096rem;
	color: var(--sub-color02);
}

.com-box__info__txt {
	margin-bottom: 2.5rem;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.12rem;
	color: var(--sub-color02);
}

.com-box__info__img {
	margin-bottom: 2.1rem;
	width: 31.2rem;
	position: relative;
}

.com-box__info__img::before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0.2rem;
	content: "";
	background-color: var(--bg-color01);
}

.com-box__list {
	width: 40.1rem;
}

.com-box__item {
	margin-bottom: 4rem;
	padding-left: 2.25rem;
	border-left: 0.1rem solid var(--sub-color02);
}

.com-box__item--last {
	margin-bottom: 0 !important;
}

.com-box__ttl {
	margin: 0 -0.5rem 2rem 0;
	color: var(--sub-color02);
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.37;
	letter-spacing: 0.12rem;
}

.com-box__text {
	line-height: 2;
	letter-spacing: 0.096rem;
	color: var(--sub-color01);
}

@media(max-width: 768px) {
	.com-box {
		display: block;
	}

	.com-contact__link img{margin-bottom: 2rem;height: 40vw;object-fit: cover;}
.com-contact__link2 img{margin-bottom: 2rem;height: 40vw;object-fit: cover;}

	.com-box__info {
		margin: 0 0 3.2rem;
		width: auto;
	}

	.com-box__info__ttl {
		margin-bottom: 1.9rem;
		letter-spacing: 0.09rem;
	}

	.com-box__info__txt {
		margin-bottom: 1.7rem;
		font-size: 2rem;
		line-height: 1.35;
		letter-spacing: 0.1rem;
	}

	.com-box__info__img {
		margin: 0 0 3.3rem -0.1rem;
		width: 25.3rem;
	}

	.com-box__list {
		width: auto;
	}

	.com-box__item {
		padding-left: 1.5rem;
	}

	.com-box__ttl {
		margin: 0 0 2.1rem;
		font-size: 2rem;
		line-height: 1.35;
		letter-spacing: 0.1rem;
	}

	.com-box__text {
		letter-spacing: 0.09rem;
	}
}

/*------------------------------------------------------------
	fix-tel
------------------------------------------------------------*/
.fix-tel {
	right: 13rem;
	top: 2.3rem;
	position: fixed;
	z-index: 90;
}

.fix-tel__link {
	padding-left: 4.4rem;
	display: inline-block;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.36rem;
	color: var(--sub-color02);
	background: url(../images/common/icon03.svg) no-repeat left top 1rem;
	background-size: 4rem auto;
	font-family: var(--en-font);
}

@media(max-width: 768px) {
	.fix-tel {
		display: none;
	}
}

/*------------------------------------------------------------
	fix-list
------------------------------------------------------------*/
.fix-list {
	position: fixed;
	top: 10.9rem;
	right: 1.6rem;
	z-index: 90;
}

.fix-list__item01 {
	margin-bottom: 2.4rem;
}

.fix-list__link01 {
	width: 10.1rem;
	height: 39.8rem;
	padding: 7.3rem 3.1rem 0 0;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	color: var(--sub-color05);
	background: var(--sub-color03) url(../images/common/icon15.svg) no-repeat center top 3.2rem;
	background-size: 3.5rem auto;
	
	box-sizing: border-box;
	border: 0.5rem solid var(--bg-color02);
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.fix-list__link01__blue {
	color: var(--sub-color02);
}

.fix-list__link02 {
	width: 10.1rem;
    height: 10.5rem;
    padding: 5.5rem 0 0;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.044rem;
    color: var(--sub-color05);
    box-sizing: border-box;
    background-size: 4.9rem auto;
    background: var(--sub-color06) url(../images/common/icon06.svg) no-repeat center top 1.5rem;
    box-shadow: 0px 0.1rem 0.4rem 0px rgba(0, 0, 0, 0.25);
    background-size: 3.5rem;
}

.fix-list__num {
	margin: -0.7rem 0 -0.8rem;
	display: block;
	font-size: 3.4rem;
	letter-spacing: 0.17rem;
}

.fix-list__txt {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.096rem;
}

@media(min-width: 769px) {

	.fix-list__link01:hover,
	.fix-list__link02:hover {
		box-shadow: 0.1rem 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.25);
	}
}

@media(max-width: 768px) {
	.fix-list {
		display: none;
	}
}

.footer_nav{
	display: flex;
    width: 800px;
    margin: auto;
	padding-bottom: 3rem;
}
.footer_nav ul{
	margin-right: 10rem;
}


.footer_nav ul li a{
	text-align: left;
	color: #fff;
	display: block;
}

.footer_nav ul li.nav_title{
	color: #074481;
	border-bottom: 1px solid;
	padding: 1rem;
}

/*------------------------------------------------------------
	com-time
------------------------------------------------------------*/
@media(max-width: 768px) {

	.footer_nav{
		display: flex;
		width: 90%;
		margin: auto;
		padding-bottom: 3rem;
	}
	.footer_nav ul{
		margin-right: 3rem;
	}
	
	
	.footer_nav ul li a{
		text-align: left;
		color: #fff;
		display: block;
		font-size: 3.4vw;
	}
	
	.footer_nav ul li.nav_title{

		border-bottom: 1px solid;
		padding: 1rem;
	}


	.fix-box {
		position: fixed;
		left: 0;
		bottom: 8vw;
		width: 100%;
		height: 5.2rem;
		padding: 0.8rem 1.2rem;
		z-index: 1000000;
		
		box-sizing: border-box;
	}

	.fix-box__ttl {
		margin-bottom: 1.3rem;
		padding-left: 1.8rem;
		font-size: 1rem;
		letter-spacing: 0.04rem;
		background: url(../images/common/icon17.svg) no-repeat left top;
		background-size: 1.6rem auto;
	}

	.fix-box__en {
		position: absolute;
		right: 1.8rem;
		top: 0.8rem;
		font-size: 0.9rem;
		color: var(--sub-color02);
		letter-spacing: -0.04rem;
		font-family: var(--en-font);
	}

	.fix-navi {
		padding-bottom: 1rem;
		margin: 0 -1.6rem 0.4rem 0;
		overflow-y: scroll;
	}

	.fix-navi-list {
		display: flex;
		width: 120rem;
	}

	.fix-navi__item {
		margin-right: 0.8rem;
	}

	.fix__item__link {
		display: block;
		font-size: 1.2rem;
		font-weight: 600;
		color: var(--sub-color02);
	}

	.fix-navi__item.on .fix__item__link {
		color: var(--sub-color04);
	}

	.fix-navi__item.on .fix__item__num {
		color: var(--sub-color04);
	}

	.fix__item__num {
		margin-right: 0.5rem;
		color: var(--sub-color03);
	}

	.fix-box-ul {
		margin: 0 -0.1rem;
	}

	.fix-box-ul__item {
		width: 20rem;
	}

	.fix-box-ul__link01 {
		padding: 0.7rem 0 1rem 4.6rem;
		display: block;
font-weight: 600;
		
		color: var(--sub-color02);
		background: #ede564 url(../images/common/icon05.svg) no-repeat left 1.2rem center;
		background-size: 2rem auto;
	
		height: 17vw;
		border: 0.5rem solid var(--bg-color02);
		line-height: 1.4;
	}

	.fix-box-ul__item--last {
		width: 15.9rem;
	}

	.fix-box-ul__link02 {
		padding: 0.7rem 0 0.7rem 4.6rem;
		display: block;
		font-weight: 600;
		letter-spacing: 0.09rem;
		color: var(--sub-color05);
		background: var(--sub-color06) url(../images/common/icon19.svg) no-repeat left 1.3rem center;
		background-size: 2rem auto;
		height: 17vw;
		border: 0.5rem solid var(--bg-color02);
		line-height: 1.4;
	}

	.page-title__pho img{
		height: 68vw;
		width: 88%;
		object-fit: cover;
        object-position: left;
	}

	.staff .page-title__pho img{
		height: 68vw;
		width: 88%;
		object-fit: cover;
        object-position: right;
	}

	.quality .page-title__pho img{
		height: 68vw;
		width: 88%;
		object-fit: cover;
        object-position: center;
	}

.sedation .page-title__pho img{
	height: 68vw;
	width: 88%;
	object-fit: cover;
	object-position: center;
}

.price .page-title__pho img{
	height: 68vw;
	width: 88%;
	object-fit: cover;
	object-position: center;
}



.flow .page-title__pho img{
	height: 68vw;
	width: 88%;
	object-fit: cover;
	object-position: center;
}

	.menu-info .logo__link{
	height: 100%;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
    width: 25vw;
    object-fit: contain;
    position: absolute;
    top: 1rem;
    left: 1rem;}
	

}

.qa-strong {
	font-weight: 700;
}

.g-nav02 {
	padding: 2rem;
}