@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.png")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

#wrap.lower,
#wrap.lower .bg_main_foot::before
{background: #fbf2e3;}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.col_img {
		text-align: center;
	}
	#wrap.lower .bg_main_foot_sp::before{background: #fbf2e3;}
}


/* 
------------------------------------------------------------------*/
.hdg2 {
	padding-top: calc(130 / var(--break04));
	text-align: center;
	color: #ffffff;
}
.hdg2 .ja {
	display: block;
	margin-bottom: calc(10 / var(--break03));
	line-height: 1.6;
	letter-spacing: .1em;
	font-size: calc(50 / var(--break03));
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.hdg2 .en {
	display: block;
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(30 / var(--break03));
	font-family: "cafeteria", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.hdg3 {
	max-width: 100%;
	width: calc(1600 / var(--break04));
	margin: 0 auto calc(50 / var(--break02)) ;
	padding: calc(30 / var(--break03)) 0;
	letter-spacing: .1em;
	line-height: 1.5;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(40 / var(--break03));
	text-align: center;
	border-bottom: 2px dashed #4a3622;
	position: relative;
	z-index: 1;
}
.hdg3::before {
	content: "";
	width: calc(50 / var(--break02)) ;
	height: calc(50 / var(--break02)) ;
	margin: auto;
	background: url(images/page/hdg3.png)no-repeat center / contain;
	position: absolute;
	top: calc(-24 / var(--break02)) ;
	left: 0;
	right: 0;
	z-index: -1;
}
.hdg3 span {
	position: relative;
	z-index: 2;
}
@media (min-width: 768px) and (max-width: 1599px) {
	.copy_common .ls2 {letter-spacing: .16em;}
}
@media (min-width: 768px) and (max-width: 1299px) {
	.hdg3 {
		width: calc(1600 / 1700 * 100vw);
	}
	.copy_common .ls2 {
		letter-spacing: .12em;
	}
}
@media (max-width: 767px) {
	.hdg2 .ja {
		line-height: 1.4;
		margin-bottom: 3vw;
		letter-spacing: 0;
		font-size: calc(47.5 / 750 * 100vw);
	}

	.hdg2 .en {
		display: block;
		font-size: calc(30 / 750 * 100vw);
	}

	.hdg3 {
		width: calc(702 / 750 * 100vw);
		margin: 0 auto calc(50 / var(--break02)) ;
		padding: calc(30 / var(--break03)) 0;
		letter-spacing: 0;
		font-size: calc(40 / var(--break03));
	}
	
	
	/* copy_common */
	.copy_common span {
		letter-spacing: 0;
	}

	.copy_common .fz20 {
		font-size: calc(34 / 750 * 100vw);
	}

	.copy_common .fz22 {
		font-size: calc(35 / 750 * 100vw);
	}

	.copy_common .fz23 {
		font-size: calc(35 / 750 * 100vw);
	}

	.copy_common .fz24 {
		font-size: calc(35 / 750 * 100vw);
	}

	.copy_common .fz25 {
		font-size: calc(35 / 750 * 100vw);
	}

	.copy_common .fz26 {
		font-size: calc(35 / 750 * 100vw);
	}

	.copy_common .fz28 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz30 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz32 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz34 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz36 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz38 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz40 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz50 {
		font-size: calc(50 / 750 * 100vw);
	}

	.copy_common .fz56 {
		font-size: calc(60 / 750 * 100vw);
	}

	.copy_common .fz60 {
		font-size: calc(60 / 750 * 100vw);
	}

	.copy_common .fz70 {
		font-size: calc(70 / 750 * 100vw);
	}
}
/* copy_common
------------------------------------------------------------------*/
.copy_common01{
	border-bottom: 1px solid #fff;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	text-align: center;
	position: relative;
	z-index: 1;
}
.copy_common02::before{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #83a0b9;
	position: absolute;
	inset: 0;
}
.copy_common02 .bg{
	display: inline-block;
	padding: 0 calc(20 / var(--break03));
	background: #fff;
	position: relative;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.copy_common02{
		letter-spacing: 0;
	}	
	.copy_common02 .bg{
		min-width: calc(260 / 750 * 100vw);
		padding: 0 calc(30 / 750 * 100vw);
		margin: auto;
	}
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03{
	min-height: calc(80 / var(--break03));
}
.copy_common03 .deco{
	padding: 0 calc(90 / var(--break03));
	position: relative;
	z-index: 1;
}
.copy_common03 .deco::before,
.copy_common03 .deco::after
{
	content: "";
	width: calc(54 / var(--break03));
	height: calc(80 / var(--break03));
	margin: auto;
	background: url(images/page/copy_common.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
}
.copy_common03 .deco::before{left: 0;}
.copy_common03 .deco::after{
	right: 0;
	transform: scale(-1, 1);
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
}


/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	padding: calc(32 / var(--break02)) 0 calc(34 / var(--break02)) ;
	line-height: 1.5;
	text-align: center;
	color: #ffff;
	background: #bc9974;
	border-radius: calc(50 / var(--break03)) calc(50 / var(--break03)) 0 0;
	position: relative;
	z-index: 1;
}
.copy_common04::after{
	content: "";
	width: calc(100% - 60 / var(--break02));
	height: calc(10 / var(--break02));
	margin: auto;
	background: url(images/page/hdg4.png)no-repeat center  / 100%;
	position: absolute;
	bottom: calc(10 / var(--break02));
	left: 0;
	right: 0;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {

}

/* copy_common05
------------------------------------------------------------------*/
.copy_common05{
	padding-bottom: calc(36 / var(--break02)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: center;
	background: url(images/page/copy_common02.png)no-repeat center bottom / calc(618 / var(--break03));
	position: relative;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {

}

/* copy_common06
------------------------------------------------------------------*/
.copy_common06{
	padding-bottom: calc(30 / var(--break04)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: center;
	background: url(images/page/copy_common03.png)no-repeat center bottom / calc(1242 / var(--break04));
	position: relative;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {

}

/* copy_common07
------------------------------------------------------------------*/
.copy_common07{
	padding-bottom: calc(40 / var(--break03)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	background: url(images/page/copy_common04.png)no-repeat center bottom / calc(740 / var(--break04));
	position: relative;
	z-index: 1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {

}

/* copy_common08
------------------------------------------------------------------*/
.copy_common08 .deco{
	display: inline-block;
	padding: 0 calc(50 / var(--break03));
	position: relative;
	z-index: 1;
}
.copy_common08 .deco::before,
.copy_common08 .deco::after
{
	content: "";
	width: calc(13 / var(--break03));
	height: calc(16 / var(--break03));
	margin: auto;
	background: url(images/page/copy_common05.png)no-repeat center / contain;
	position: absolute;
	bottom: calc(10 / var(--break03));
}
.copy_common08 .deco::before{left: 0;}
.copy_common08 .deco::after{
	right: 0;
	transform: scale(-1, 1);
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.copy_common08 .deco{
		padding: 0 calc(20 / 750 * 100vw);
	}
	.copy_common08 .deco::before,
	.copy_common08 .deco::after
	{
		width: calc(13 / 600 * 100vw);
		height: calc(16 / 600 * 100vw);
	}
	.copy_common08 .deco::before{left: -1.5vw;}
	.copy_common08 .deco::after{right: -1.5vw;}
}


/* copy_common09
------------------------------------------------------------------*/
.copy_common09{
	padding: calc(6 / var(--break02)) calc(20 / var(--break02));
	padding-left: calc(70 / var(--break02));
	line-height: 1.5;
	background: #fff;
	border-radius: calc(25 / var(--break02)) 0 0 calc(25 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common09::before{
	content: "";
	width: calc(30 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	position: absolute;
	background: url(images/page/hdg5.png)no-repeat center / 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(20 / var(--break02));
	z-index: 1;
}
.copy_common09.v2::before{
	background: url(images/page/hdg502.png)no-repeat center / 100%;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {

}

.text-shadow02{
	text-shadow: 0 0 calc(10 / var(--break02)) rgba(51, 51, 51, .8),0 0 calc(20 / var(--break02)) rgba(51, 51, 51, .6);
}




/* row_common01
------------------------------------------------------------------*/
 @media(min-width: 768px) {
	.row_common01 > .col_img{
		max-width: 700px;
		width: 47%;
	}
	.row_common01 > .col_txt{
		max-width: 750px;
		width: 49%;
	}
}
@media(min-width: 768px) {
	.row_common01 .copy_common > .fz32{font-size: calc(32 / var(--break04));}
	.row_common01 .copy_common > .fz34{font-size: calc(34 / var(--break04));}
}
@media(max-width: 767px) {
	.row_common01 .copy_common{
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
	.row_common01 .copy_common .fz34{
		font-size: calc(37 / 750 * 100vw);
	}
} 

/* row_common02
------------------------------------------------------------------*/
.row_common02 > .col_img{
	position: relative;
	z-index: 1;
}
.row_common02 .copy{
	line-height: 1.6;
	color: #c9738f;
}
.row_common02:nth-of-type(2n) .copy{color: #8fab8e;}
.row_common02r_reverse .ballon{
	background: url(images/page/ballon01.png)no-repeat center / contain;
	position: absolute;
	bottom: calc(-30 / 1920 * 100vw);
	left: calc(-50 / 1920 * 100vw);
	z-index: 1;
}
.row_common02 .ballon{
	width: calc(202 / var(--break02));
	height: calc(180 / var(--break02));
	padding-right: calc(20 / var(--break02));
	margin: auto;
	color: #fff;
	background: url(images/page/ballon01.png)no-repeat center / contain;
	position: absolute;
	bottom: calc(-30 / 1920 * 100vw);
	left: calc(-50 / 1920 * 100vw);
	z-index: 1;
}
.row_common02.r_reverse .ballon{
	padding-right: 0;
	padding-left: calc(20 / var(--break02));
	background: url(images/page/ballon02.png)no-repeat center / contain;
	bottom: calc(-30 / 1920 * 100vw);
	right: calc(-50 / 1920 * 100vw);
	left: auto;
}
@media(min-width: 768px) {
	.row_common02 > .col_img{
		max-width: 570px;
		width: 38%;
	}
	.row_common02 > .col_txt{
		width: 58%;
	}

	.row_common02 .copy_common > .fz30{font-size: calc(30 / var(--break04));}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common02 > .col_img{
		width: 98% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .copy_common{
		margin-left: -.5vw;
		margin-right: -.5vw;
		text-align: center;
	}	
	.row_common02 .copy_common .fz30 {
        font-size: calc(35 / 750 * 100vw);
    }
	.row_common02 .ballon{
		width: calc(202 / 650 * 100vw);
		height: calc(180 / 650 * 100vw);
		padding-right: calc(20 / 700 * 100vw);
	}
	.row_common02 .ballon .fz20{
		font-size: 85%;
	}
}

/* row_common03
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common03 .col_img {
		max-width: 290px;
		width: 23.5%;
	}
	.row_common03 .col_txt {
		width: 73%;
	}
}

@media (max-width: 767px) {
	.row_common03 > .txt {
        width: 100% !important;
        max-width: calc(600 / 750 * 100vw);
        margin-left: auto;
        margin-right: auto;
    }
	.row_common03 .copy_common{
		margin-left: -1vw;
		margin-right: -1vw;
	}
} 
/* in_row_common
------------------------------------------------------------------*/
 @media (min-width: 768px) {
	.in_row_common>.col_img {
		max-width: 460px;
		width: 38%
	}
	.in_row_common>.col_txt {
		width: 58%
	}
	.in_row_common .copy_common .fz30{
		font-size: calc(30 / var(--break03));
	}
	.in_row_common02>.col_img {
		max-width: 570px;
		width: 50%
	}
	.in_row_common02>.col_txt {
		width: 46%
	}
	 
	 .in_row_common03> .col_img {
		max-width: 210px;
		width: 19%;
	}
	.in_row_common03> .col_txt {
		width: 77%;
	}
}
@media(max-width: 767px) {
	.in_row_common>.col_img {
		width: 77.7% !important
	}
	.in_row_common .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
} 

/* row_common20
------------------------------------------------------------------*/
.row_common20{
	position: relative;
	z-index: 1;
}
.row_common20 > .col{
	max-width: 475px;
	width: 48%;
	background: #fff;
	border-radius: calc(30 / var(--break02));
	border: solid 1px #c88d9e;
	position: relative;
	z-index: 1;
}
.row_common20 > .col:nth-of-type(2n){
	border-color: #83a0b9;
}
.row_common20 .img{
	width: calc(100% + 2px);
	margin: -1px;
	margin-bottom: 0;
}
.row_common20 .copy_common{
	line-height: 1.5;
	padding: calc(10 / var(--break02));
	text-align: center;
	color: #fff;
	background: #c88d9e;
}
.row_common20 .areaText{
	padding: calc(30 / var(--break02)) calc(40 / var(--break02));
}
@media(max-width: 767px) {
	.row_common20 .col{
		width: 96%;
		margin: 0 auto 5vw;
		border-radius: calc(45 / 750 * 100vw);
	}
	.row_common20 .col:last-child{
		margin-bottom: 0;
	}

}


/* row_common21
------------------------------------------------------------------*/
.row_common21 > .col{
	max-width: 600px;
	width: 48%;
	padding: 0 calc(48 / var(--break02)) calc(46 / var(--break02));
	background: #fff;
	border-radius: calc(30 / var(--break02));
	border: solid 1px #4a3622;
	position: relative;
	z-index: 1;
}
.row_common21 .copy{
	margin-bottom: calc(20 / var(--break02));
	padding: calc(12.5 / var(--break02));
	line-height: 1.6;
	text-align: center;
	background: #c88d9e28;
	border-radius: 0 0 calc(20 / var(--break02)) calc(20 / var(--break02));
}
.row_common21 > .col:nth-of-type(2n) .copy{
	background: #8fab8e28;
}
@media(max-width: 767px) {
	.row_common21 .col{
		width: 94%;
		margin: 0 auto 5vw;
	}
	.row_common21 .col:last-child{
		margin-bottom: 0;
	}

}

/* row_common30
------------------------------------------------------------------*/
.row_common30 > .col{
	max-width: 475px;
	width: 31.67%;
	padding: calc(40 / var(--break03)) calc(30 / var(--break03));
	background: #fff;
	border: solid 1px #4a3622;
	border-radius: calc(30 / var(--break04));
	position: relative;
	z-index: 1;
}
.row_common30 .copy{
	line-height: 1.6;
	margin-bottom: calc(20 / var(--break04));
	padding-bottom: calc(10 / var(--break04));
	color: #c88d9e;
	border-bottom: dashed 1px #4a3622;
}
.row_common30 .col:nth-of-type(2n) .copy{
	color: #8fab8e;
}

.row_common30 .copy02{
	margin-bottom: calc(20 / var(--break04));
	padding: calc(8 / var(--break04));
	line-height: 1.5;
	color: #fff;
	background: #bc9974;
	border-radius: calc(20 / var(--break04));
}

.row_common30 > .i_check{
	border: 0;
}
.row_common30 > .i_check::before{
	content: "";
	width: calc(30 / var(--break03));
	height: calc(30 / var(--break03));
	margin: auto;
	background: url(images/page/check02.svg) no-repeat center / contain;
	position: absolute;
	top: calc(-15 / var(--break03));
	left: 0;
	right: 0;
}
@media(min-width: 768px) {
	.row_common30>.col {
		margin-right: 2.49%;
	}
	.row_common30>.col:nth-of-type(3n),
	.row_common30>.col:last-child {
		margin-right: 0;
	}
	.row_common30>.col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break04));
	}
	.row_common30 .copy_common .fz26{
		font-size: calc(26 / var(--break04));
	}
	.row_common30 .copy_common .fz24{
		font-size: calc(24 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_common30.flex{justify-content: center;}
	.row_common30 > .col{
		width: 90%;
		margin: 0 auto 5vw;
		position: relative;
		z-index: 1;
	}
	.row_common30>.col:last-child{
		margin-bottom: 0;
	}
}

/* row_common31
------------------------------------------------------------------*/
.row_common31 > .col{
	max-width: 400px;
	width: 32%;
	position: relative;
	z-index: 1;
}
.row_common31 .copy{
	line-height: 1.6;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(45 / var(--break04));
	z-index: 1;
}
@media(min-width: 768px) {
	.row_common30>.col {
		margin-right: 2.49%;
	}
	.row_common30>.col:nth-of-type(3n),
	.row_common30>.col:last-child {
		margin-right: 0;
	}
	.row_common30>.col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break04));
	}
	.row_common30 .copy_common .fz26{
		font-size: calc(26 / var(--break04));
	}
	.row_common30 .copy_common .fz24{
		font-size: calc(24 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_common31.flex{justify-content: center;}
	.row_common31 > .col{
		width: 75%;
		margin: 0 auto 5vw;
		position: relative;
		z-index: 1;
	}
	.row_common31>.col:last-child{
		margin-bottom: 0;
	}
}


/* row_common40
------------------------------------------------------------------*/
.row_common40>.col {
	max-width: 360px;
	width: 24%;
	color: #fff;
	position: relative;
	z-index: 1;
}
.row_common40 .copy{
	padding: calc(15 / var(--break03)) 0;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background: #c88d9e;
	border-radius: 0 0 calc(20 / var(--break03)) calc(20 / var(--break03));
}
.row_common40 .col:nth-of-type(3n - 1) .copy{
	background: #8fab8e;
}
.row_common40 .col:nth-of-type(3n) .copy{
	background: #83a0b9;
}
@media(min-width: 768px) {
	.row_common40>.col {
		margin-right: .999%;
	}
	.row_common40>.col:nth-of-type(4n),
	.row_common40>.col:last-child {
		margin-right: 0;
	}
	.row_common40>.col:nth-of-type(n + 5){
		margin-top: calc(50 / var(--break03));
	}
	.row_common40 .fz22{
		font-size: calc(22 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_common40>.col {
		width: 48.75%;
		margin-right: 2.49%;
	}
	.row_common40>.col:nth-of-type(2n) ,
	.row_common40>.col:last-child {
		margin-right: 0;
	}
	.row_common40>.col:nth-of-type(n + 3) {
		margin-top: 4vw;
	}
	.row_common40 .copy_common .fz22{
		letter-spacing: 0;
		font-size: 90%;
	}
	.clinic .row_common40 .copy_common .fz22{
		letter-spacing: -.05em;
		font-size: 87.5%;
	}
}


/* in_row_common
------------------------------------------------------------------*/
.row_circle_common {
	width: calc(1240 / var(--break02));
	margin-left: auto;
	margin-right: auto;
}
.row_circle_common > .circle{
	width: calc(280 / var(--break02));
	height: calc(280 / var(--break02));
	background: url(images/page/circle01.png)no-repeat center / contain;
}
.row_circle_common > .circle02{
	background: url(images/page/circle02.png)no-repeat center / contain;
}
.row_circle_common > .circle03{
	background: url(images/page/circle03.png)no-repeat center / contain;
}
.row_circle_common > .circle04{
	background: url(images/page/circle04.png)no-repeat center / contain;
}
.row_circle_common .fz26{
	line-height: 1.6;
	letter-spacing: 0;
}


.row_circle_commonX3 {
	max-width: 100%;
	width: calc(920 / var(--break02));
	margin-left: auto;
	margin-right: auto;
}
.row_circle_commonX3 > .circle{
	width: calc(280 / var(--break02));
	height: calc(280 / var(--break02));
	color: #fff;
	background: url(images/page/circle10.png)no-repeat center / contain;
}
@media(min-width: 768px) {
	.row_circle_common > .circle{
		margin-right: calc(40 / var(--break02));
	}
	.row_circle_common > .circle:nth-of-type(4n),
	.row_circle_common > .circle:last-child
	{margin-right: 0;}
	.row_circle_common > .circle:nth-of-type(n + 5){
		margin-top: calc(40 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_circle_common.flex {
		width: calc(700 / 750 * 100vw);
	}
	.row_circle_common > .circle{
		width: calc(340 / 750 * 100vw);
		height: calc(340 / 750 * 100vw);
		margin-right: calc(19 / 750 * 100vw);
	}
	.row_circle_common > .circle:nth-of-type(2n),
	.row_circle_common > .circle:last-child
	{margin-right: 0;}
	.row_circle_common > .circle:nth-of-type(n + 3){
		margin-top: 4vw;
	}
	.row_circle_common .fz26{
		font-size: calc(34 / 750 * 100vw);
	}
	.row_circle_commonX3 > .circle{
		width: calc(300 / 750 * 100vw);
		height: calc(300 / 750 * 100vw);
	}
	.row_circle_commonX3 .fz24{
		font-size: calc(30 / 750 * 100vw);
	}
	.row_circle_commonX3 > .circle:last-child{
		margin: auto;
	}
} 

/* row_circle_common
------------------------------------------------------------------*/
.row_circle_common.ophthalmology > .circle{
	padding-bottom: calc(50 / var(--break02));
	align-items: end;
	background: url(images/ophthalmology/icon_ophthalmology01.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle02{
	background: url(images/ophthalmology/icon_ophthalmology02.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle03{
	background: url(images/ophthalmology/icon_ophthalmology03.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle04{
	background: url(images/ophthalmology/icon_ophthalmology04.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle05{
	background: url(images/ophthalmology/icon_ophthalmology05.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle06{
	background: url(images/ophthalmology/icon_ophthalmology06.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle07{
	background: url(images/ophthalmology/icon_ophthalmology07.png)no-repeat center / contain;
}
.row_circle_common.ophthalmology > .circle08{
	background: url(images/ophthalmology/icon_ophthalmology08.png)no-repeat center / contain;
}

/* row_tag_common
------------------------------------------------------------------*/
.row_tag_common > .tag{
	width: 32%;
	min-height: calc(100 / var(--break02));
	padding: calc(15 / var(--break02));
	background: #fff;
	border-radius: calc(20 / var(--break02));
}
@media(min-width: 768px) {
	.row_tag_common > .tag {
		margin-right: 1.99%;
	}
	.row_tag_common > .tag:nth-of-type(3n),
	.row_tag_common > .tag:last-child {
		margin-right: 0;
	}
	.row_tag_common > .tag:nth-of-type(n + 4){
		margin-top: calc(20 / var(--break02));
	}
}
@media(max-width: 767px) {
	.row_tag_common > .tag{
		width: 80%;
		margin: 0 auto 2vw;
		padding: calc(18 / 750 * 100vw);
	}	
	.row_tag_common > .tag:last-child{
		margin-bottom: 0;
	}
}


/* row_pay_common
------------------------------------------------------------------*/
.row_pay_common > .col{
	width: 30.69%;
	padding: calc(30 / var(--break02)) calc(40 / var(--break02)) ;
	border: #bc9974 solid 1px;
	border-radius: calc(30 / var(--break02));
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.row_pay_common > .col::before{
	content: "";
	width: 100%;
	height: calc(135 / var(--break02));
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.row_pay_common .icon{
	width: calc(176 / var(--break02));
	margin: 0 auto calc(20 / var(--break02));
}
.row_pay_common .copy_common{
	padding-bottom: calc(10 / var(--break02));
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px dashed #4a3622;
}
@media(min-width: 768px) {
	.row_pay_common > .col{
		margin-right: 3.95%;
	}
	.row_pay_common > .co:nth-of-type(3n),
	.row_pay_common > .co:last-child {
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.row_pay_common > .col{
		width: 80%;
		margin: 0 auto 5vw;
		padding: calc(18 / 750 * 100vw);
	}	
	.row_pay_common > .col:last-child{
		margin-bottom: 0;
	}
}

.tab-buttons {
	display: flex;
}
.tab-buttons button {
	width: calc(620 / var(--break02));
	height: calc(100 / var(--break02));
	border: none;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	background: #ccc;
	cursor: pointer;
	border-radius: calc(20 / var(--break02)) calc(20 / var(--break02)) 0 0;
	position: relative;
	z-index: 1;
}
.tab-buttons button::before {
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	background: #4a3622;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	clip-path: polygon(53% 100%, 0 0, 100% 0);
	right: calc(20 / var(--break02));
}
.tab-buttons button.active {
	background: #dcd47e;
}
.tab-buttons button.btn02.active {
	background: #aeb3d6;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.tab-content  .box{
	padding: calc(90 / var(--break02)) calc(50 / var(--break02)) calc(60 / var(--break02));
	background: #fff;
}
@media(max-width: 767px) {
	.tab-buttons button {
		width: 100%;
		margin: 0 auto 4vw;
		border-radius: calc(20 / 750 * 100vw);
	}
}
/* bg_common01
------------------------------------------------------------------*/
.bg_common01{
	background: url(images/page/bg_common.jpg)no-repeat center bottom / cover;
}
.bg_common01.staff{
	background: url(images/staff/bg_staff01.png)no-repeat center top / cover;
}
@media(max-width: 767px) {
	
}
/* bg_common02
------------------------------------------------------------------*/
.bg_common02 .ballon{
	width: calc(1720 / 1920 * 100vw);
	height: calc(602 / 1920 * 100vw);
	margin: auto;
	color: #fff;
	background: url(images/page/ballon_bg_common02.png)no-repeat center top / cover;
}
.bg_common02 .ballon > .wrap{
	max-width: 1242px;
	width: 90%;
	margin: auto;
}

.bg_common02.bg_care_support_gracia{
	background: url(images/care_support_gracia/bg_care_support_gracia.jpg)no-repeat center top / cover;
}
.bg_common02.bg_visiting_nursing_gracia {
	background: url(images/visiting_nursing_gracia/bg_visiting_nursing_gracia01.jpg)no-repeat center top / cover;
}
@media(min-width: 768px) {
	.bg_common02 .copy_common .fz40{
		font-size: calc(40 / var(--break04));
	}
	.bg_common02 .text{
		font-size: calc(18 / var(--break03));
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_common02 .ballon{
		width: calc(1720 / 1800 * 100vw);
		height: calc(602 / 1800 * 100vw);
		padding-bottom: calc(20 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_common02 .ballon{
		width: calc(1720 / 1740 * 100vw);
		height: calc(602 / 1740 * 100vw);
		padding-bottom: calc(20 / 1740 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_common02.bg_care_support_gracia{
		background: url(images/care_support_gracia/bg_care_support_gracia_sp.jpg)no-repeat center top / cover;
	}
	.bg_common02.bg_visiting_nursing_gracia {
		background: url(images/visiting_nursing_gracia/bg_visiting_nursing_gracia01_sp.jpg)no-repeat center top / cover;
	}
	.bg_common02 .ballon{
		width: calc(703 / 750 * 100vw);
		padding: 11vw 4vw 12.5vw;
		height: auto;
		background: rgba(74, 54, 34, .4);
		border-radius: calc(80 / 750 * 100vw);
		/* background: url(images/page/ballon_bg_common02_sp.png)no-repeat center top / cover; */
	}
}

/* bg_trouble
------------------------------------------------------------------*/
.bg_trouble{
	background: url(images/page/bg_trouble.png)no-repeat center top / cover;
}
.box_trouble{
	background: #fff;
	border-radius: calc(50 / var(--break03));
	position: relative;
	z-index: 1;
}
.box_trouble::before{
	content: "";
	width: calc(100% - 20 / var(--break03));
	height: calc(100% - 20 / var(--break03));
	margin: auto;
	border: dashed 2px #bc9974;
	border-radius: calc(46 / var(--break03));
	position: absolute;
	inset: 0;
	z-index: -1;
}
.box_trouble .copy_trouble{
	width: calc(304 / var(--break03));
	margin: 0 auto ;
	position: absolute;
	top: calc(-40 / var(--break03));
	left: 0;
	right: 0;
}
.box_trouble .copy{
	line-height: 1;
	padding: calc(16 / var(--break03)) 0;
	text-align: center;
	background: #dcd47e;
	border-radius: calc(50 / var(--break03));
}
@media(min-width: 768px) {
	.box_trouble .list_check li{
		width: 48.75%;
	}

}
@media(max-width: 767px) {
	.box_trouble .copy_common {
		padding: 3vw 0;
	}
	.box_trouble .copy_common .fz24 {
        font-size: 100%;
    }
}


/* box_common01
------------------------------------------------------------------*/
.box_common01{background: #78bbac33;}
.box_common01.box02{background: #dfaf5b33;}
.box_common01.box03{background: #bb787833;}
.box_common01 .inner{
    width: 100%;
}

@media(max-width: 767px) {
	.box_common01 .copy_common .fz30{font-size: calc(34 / 750 * 100vw);}
}
/* box_common02
------------------------------------------------------------------*/
.box_common02{
	border-radius: calc(30 / var(--break02));
	border: solid 1px #4a3622;
}
/* box_common04
------------------------------------------------------------------*/
.box_common04{
	padding: calc(40 / var(--break04));
	background: #bc997477;
}
/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
    border: 0;
    margin-bottom: calc(50 / var(--break03));
	overflow: hidden;
	border-radius: calc(30 / var(--break03));
}
.box_qa03:last-child {
    margin-bottom: 0;
}
.box_qa03 .box_q {
	background: #c88d9e;
}
.box_qa03 .box_q .box {
	padding-bottom: calc(4 / var(--break03));
    height: auto;
	line-height: 1;
    font-size: calc(30 / var(--break03));
    color: #fff;
	background: #c9738f;
	border-radius: 0 0 calc(30 / var(--break03)) 0 ;
}
.box_qa03 .box_q .box span {
    padding-bottom: 0 !important;
}
.box_qa03 .box_q .txt {
	font-size: 111.1%;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	position: relative;
}
.box_qa03 .box_a {
	padding: calc(36 / var(--break02)) 4% ;
	background: #fff;
	border: #c88d9e solid 1px;
	border-top: 0;
	border-radius: 0 0 calc(30 / var(--break03)) calc(30 / var(--break03));
	position: relative;
	z-index: 1;
}
.box_qa03 .box_q .txt .icn{
    width: calc(18 / var(--break04));
    height: calc(18 / var(--break04));
}
.box_qa03 .box_q .txt .icn:before {height: 1px;}
.box_qa03 .box_q .txt .icn::after {width: 1px;}
.box_qa03 .box_q .txt .icn:before {
    background: #ffffff;
}
.box_qa03 .box_q .txt .icn:after {
    background: #ffffff;
}

.box_qa03:nth-of-type(2n) .box_a {
	border: #b7c693 solid 1px;
}
.box_qa03:nth-of-type(2n) .box_q{
	background: #b7c693;
}
.box_qa03:nth-of-type(2n) .box_q .box {
	background: #8fab8e;
}
@media (min-width: 768px) {
    .box_qa03 .box_q .txt {
        width: calc(100% - var(--size60px));
        padding: calc(9.5 / var(--break02)) calc(50 / var(--break02)) calc(9.5/ var(--break02)) calc(30 / var(--break02));
    }
}

@media (max-width: 767px) {
    .box_qa03 {
        margin-bottom: calc(60/ 750 * 100vw);
    }
    .box_qa03 .box_q .box {
        width: calc(80 / 750 * 100vw) !important;
        font-size: calc(50 / 750 * 100vw);
    }
	
	.box_qa03 .box_q .txt .icn:before{height: 1px;}
	.box_qa03 .box_q .txt .icn::after{width: 1px;}

    .box_qa03 .box_q .txt {
        line-height: 1.6;
		min-height: calc(98 / 750 * 100vw);
        letter-spacing: 0;
        padding: 1.75vw 10vw 1.6vw 4vw;
        font-size: calc(36 / 750 * 100vw);
    }

	.box_qa03 .box_a .box {
		width: var(--size80px);
		height: var(--size80px);
        font-size: calc(50 / 750 * 100vw);
	}
    .box_qa03 .box_a .wrap {
        width: 100%;
        margin-right: 0;
    }

	.box_qa03 .box_q .txt .icn {
		top: 0;
		bottom: 0;
		right: 3.5vw;
	}
}


/* box_flow_common
------------------------------------------------------------------*/
.box_flow_common{
	margin-bottom: calc(70 / var(--break02));
	padding: 0 calc(50 / var(--break02)) calc(50 / var(--break02));
	background: #fff;
	border: solid 1px #4a3622;
	border-radius: calc(30 / var(--break02));
	position: relative;
	z-index: 1;
}
.box_flow_common::before{
	content: "";
	width: calc(45 / var(--break02));
	height: calc(15 / var(--break02));
	margin: auto;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #c88d9e;
	position: absolute;
	top: calc(100% + .5px);
	left: 0;
	right: 0;
}
.box_flow_common:last-child{
	margin-bottom: 0;
}
.box_flow_common:last-child::before{
	content: none;
}
.box_flow_common .num{
	width: calc(71 / var(--break02));
	height: calc(67 / var(--break02));
	margin: auto;
	line-height: 1;
	font-size: calc(30 / var(--break02));
	color: #fff; 
	background: url(images/page/num_flow.png)no-repeat center / contain;
	position: absolute;
	top: calc(-35 / var(--break02));
	left: 0;
	right: 0;
}
.box_flow_common .copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: calc(600 / var(--break02));
	min-height: calc(100 / var(--break02));
	margin: 0 auto calc(20 / var(--break02));
	padding: calc(30 / var(--break02)) 0 calc(10 / var(--break02));
	text-align: center;
	background: #c88d9e33;
	border-radius: 0 0 calc(30 / var(--break02)) calc(30 / var(--break02));
}

.box_flow_common:nth-of-type(2n) .num{
	background: url(images/page/num_flow02.png)no-repeat center / contain;
}
.box_flow_common:nth-of-type(2n) .copy {
	background: #8fab8e33;
}
.box_flow_common:nth-of-type(2n)::before{
	background: #8fab8e;
}

.box_flow_common.v02::before{
	background: #dcd47e !important;
}
.box_flow_common.v02 .num{
	background: url(images/page/num03.png)no-repeat center / contain !important;
}
.box_flow_common.v02 .copy {
	min-width: calc(800 / var(--break02));
	background: #dcd47e33 !important;
}
.box_flow_common.v03::before{
	background: #7881bb !important;
}
.box_flow_common.v03 .num{
	background: url(images/page/num04.png)no-repeat center / contain !important;
}
.box_flow_common.v03 .copy {
	min-width: calc(800 / var(--break02));
	background: #7881bb33 !important;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow_common{
		padding: 0 calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
	}
	.box_flow_common .num{
		width: calc(80 / 750 * 100vw);
		height: calc(75 / 750 * 100vw);
		font-size: calc(34 / 750 * 100vw);
		top: calc(-40 / 750 * 100vw);
	}
	.box_flow_common .copy {
		width: 100% !important;
		min-width: auto !important;
	}
}




/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #bc9974
}
.tbl_common01 th {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_common01 tbody th {
	vertical-align: middle;
	
	color: #4a3622;
	background: #e4d6c7;
}
.tbl_common01 tbody td {
	background: #fff;
}
.tbl_common01 tr:not(:last-child) th{
	border-bottom-color:#bc9974;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #bc9974
}

.tbl_common01.table02 table {
	border-color: #83a0b9;
}
.tbl_common01.table02  thead th {
	text-align: center;
	color: #fff;
	background: #83a0b9;
}
.tbl_common01.table02  thead .t1 {
	border-right: 1px solid #fff;
	
}
.tbl_common01.table02  tbody th {
	vertical-align: middle;
	background: #dae2ea;
}
.tbl_common01.table02  tbody td {
	background: #fff;
}
.tbl_common01.table02  tr:not(:last-child) th{
	border-bottom-color:#83a0b9;
}
.tbl_common01.table02  tr:not(:last-child) td {
	border-bottom-color: #83a0b9
}


.tbl_common01.table03 table {
	border-color: #83a0b9;
}
.tbl_common01.table03  thead th {
	text-align: center;
	color: #fff;
	background: #83a0b9;
	border-left: 1px solid #fff;
}
.tbl_common01.table03 thead .t1 {
	border-left: 0;
}
.tbl_common01.table03 tbody th {
	vertical-align: middle;
	background: #dae2ea;
}
.tbl_common01.table03 tbody td {
	background: #fff;
	border-left: 1px solid #83a0b9;
}
.tbl_common01.table03 tr:not(:last-child) th{
	border-bottom-color:#83a0b9;
}
.tbl_common01.table03 tr:not(:last-child) td {
	border-bottom-color: #83a0b9
}

@media(min-width: 768px) {
	.tbl_common01.table01 th {
		width: 20%;
	}
}
@media(max-width: 767px) {
	.tbl_parts_set .table03 table{
		width: calc(2000 / 750 * 100vw);
		font-size: 90%;
	}
}



/* 
------------------------------------------------------------------*/
.btn_common{
	width: calc(500 / var(--break03));
	min-height: calc(100 / var(--break03));
	padding: calc(14 / var(--break03)) 0;
	line-height: 1.5;
	letter-spacing: .1em;
	font-size: calc(24 / var(--break03));
	color: #fff;
	background: #c88d9e;
	border-radius: calc(20 / var(--break03));
	position: relative;
	z-index: 1;
}
.btn_common::before{
	content: "";
    width: calc(16 / var(--break04));
    height: calc(20 / var(--break04));
    margin: auto;
    background: #dcd47e;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(30 / var(--break04));
    transition: all .5s;
}
@media(min-width: 1080px) {
	.btn_common:hover:before{
		right: calc(20 / var(--break04));
		transition: all .5s;
	}	
}
@media(min-width: 768px) {
	.btn_common.mini{
		min-height: calc(80 / var(--break03));
	}	
}
@media(max-width: 767px) {
	.btn_common{
		width: calc(600 / 750 * 100vw);
		min-height: calc(100 / 750 * 100vw);
		padding: 1.5vw 0;
		font-size: calc(30 / 750 * 100vw);
	}
	.btn_common::before{
		width: calc(16 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		right: calc(50 / 750 * 100vw);
	}	
	.btn_common.mini{
		width: calc(500 / 750 * 100vw);
		min-height: calc(80 / var(--break03));
	}
}

/* row_anchor_common
------------------------------------------------------------------*/
.row_anchor_common > .btn_common{
	width: 32%;
	background: #4a3622;
}
.row_anchor_common > .btn_common:not(.no):before{
	transform: rotate(90deg);
}	
.row_anchor_common > .btn_common:hover:before{
	right: calc(30 / var(--break04));
}	
@media(min-width: 768px) {
	.row_anchor_common > .btn_common {
		margin-right: 1.99%;
	}
	.row_anchor_common > .btn_common:nth-of-type(3n),
	.row_anchor_common > .btn_common:last-child {
		margin-right: 0;
	}
	.row_anchor_common > .btn_common:nth-of-type(n + 4) {
		margin-top: calc(20 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_anchor_common.start{justify-content: center;}
	.row_anchor_common > .btn_common{
		width: 48.75%;
		padding-right: 1vw;
		letter-spacing: -.025em;
		margin-right: 2.49%;
        font-size: 85%;
	}
	.row_anchor_common > .btn_common:nth-of-type(2n),
	.row_anchor_common > .btn_common:last-child {
		margin-right: 0;
	}
	.row_anchor_common > .btn_common:nth-of-type(n + 3) {
		margin-top: calc(20 / 750 * 100vw);
	}
	.row_anchor_common > .btn_common:before{
		right: calc(20 / 750 * 100vw);
	}	
}
/* row_contact_commmon
------------------------------------------------------------------*/
.row_contact_commmon{
	max-width: 720px;
	width: calc(720 / var(--break03));
}
.row_contact_commmon .btn{
	width: calc(350 / var(--break03));
	height: calc(120 / var(--break03));
	color: #fff;
	background: #83a0b9;
	border-radius: calc(30 / var(--break03));
}
.row_contact_commmon .s{
	display: block;
	line-height: 1;
	margin-bottom: calc(20 / var(--break03));
	font-size: calc(24 / var(--break03));
}
.row_contact_commmon .s2{
	line-height: 1;
	min-height: calc(40 / var(--break03));
	padding-left: calc(50 / var(--break03));
	font-size: calc(34 / var(--break03));
	background: url(images/page/icn_tel.png)no-repeat center left / calc(40 / var(--break03));
	position: relative;
	z-index: 1;
}
.btn_fax_common .s2{
	background: url(images/page/icn_tel02.png)no-repeat center left / calc(40 / var(--break03));
}

.btn_line_common{
	width: calc(480 / var(--break03));
	height: calc(120 / var(--break03));
	line-height: 1.5;
	font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #fff;
	background: #06c755;
	border-radius: calc(30 / var(--break03));
	position: relative;
	z-index: 1;
}
.btn_line_common::before {
    content: "";
    width: calc(16 / var(--break04));
    height: calc(20 / var(--break04));
    margin: auto;
    background: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(30 / var(--break04));
    transition: all .5s;
}
.btn_line_common .s1{
	display: block;
	font-size: calc(24 / var(--break04));
}
.btn_line_common .s2{
	font-size: calc(34 / var(--break04));
}
@media(min-width: 1081px) {
	.btn_line_common:hover::before {
		right: calc(20 / var(--break04));
		transition: all .5s;
	}
}
@media(min-width: 768px) {
	.v02.row_contact_commmon{
		width: calc(450 / var(--break02));
	}
	.v02.row_contact_commmon .btn{
		width: 100%;
	}

	.v04.row_contact_commmon{
		width: calc(720 / var(--break04));
	}
	.v04.only.row_contact_commmon{
		width: calc(350 / var(--break04));
	}
	.v04.row_contact_commmon .btn{
		width: calc(350 / var(--break04));
		height: calc(120 / var(--break04));
		border-radius: calc(30 / var(--break04));
	}
	.v04.row_contact_commmon .s{
		margin-bottom: calc(20 / var(--break04));
		font-size: calc(24 / var(--break04));
	}
	.v04.row_contact_commmon .s2{
		min-height: calc(40 / var(--break04));
		padding-left: calc(50 / var(--break04));
		font-size: calc(34 / var(--break04));
		background: url(images/page/icn_tel.png)no-repeat center left / calc(40 / var(--break04));
	}
	.v04 .btn_fax_common .s2{
		background: url(images/page/icn_tel02.png)no-repeat center left / calc(40 / var(--break04));
	}
	
	
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.row_contact_commmon{
		width: calc(600 / 750 * 100vw);
	}
	.row_contact_commmon .btn{
		width: calc(600 / 750 * 100vw);
		height: calc(150 / 750 * 100vw);
		padding-top: 2vw;
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.row_contact_commmon .s{
		margin-bottom: calc(10 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(34 / 750 * 100vw);
	}
	.row_contact_commmon .s2{
		min-height: calc(48 / 750 * 100vw);
		padding-left: calc(70 / 750 * 100vw);
		letter-spacing: .05em;
		font-size: calc(44 / 750 * 100vw);
		background: url(images/page/icn_tel.png)no-repeat center left / calc(48 / 750 * 100vw);
	}
	.btn_fax_common .s2{
		background: url(images/page/icn_tel02.png)no-repeat center left / calc(48 / 750 * 100vw);
	}
}


/* .bg_staff_lower
------------------------------------------------------------------*/
.tag_name_lower{
	width: calc(200 / var(--break02));
	height: calc(190 / var(--break02));
	padding-bottom: calc(1.75 / var(--break02));
	color: #fff;
	background: url(images/staff/ballon01.png)no-repeat center left / cover;
	position: absolute;
	bottom: calc(20 / 1920 * 100vw);
	left: calc(20 / 1920 * 100vw);
}
.tag_name_lower.v2{
	background: url(images/staff/ballon02.png)no-repeat center left / cover;
}
.tag_name_lower .jp{
	padding-left: calc(20 / var(--break02));
}
.tag_name_lower .en{
	padding-left: calc(28 / var(--break02));
    line-height: 1;
    color: #a88c68;
	position: relative;
    bottom: calc(-2 / var(--break02));
	z-index: 1;
}
.row_staff > .col_img{
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) {
	.row_staff > .col_img{
		max-width: 460px;
		width: 38%;
	}
	.row_staff > .col_txt{
		width: 58%;
	}
}
@media (max-width: 767px) {
	.row_staff > .col_img {
        max-width: calc(580 / 750 * 100vw);
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
	.tag_name_lower{
		width: calc(200 / 650 * 100vw);
		height: calc(190 / 650 * 100vw);
	}
	.tag_name_lower .jp{
        font-size: calc(40 / 750 * 100vw);
	}
	.tag_name_lower .en{
		padding-left: calc(20 / 750 * 100vw);
		font-size: 94%;
		bottom: -.75vw;
	}
}

/* .row_access_commmon
------------------------------------------------------------------*/
.row_access_commmon{
	max-width: 670px;
	width: calc(670 / var(--break03));
}
.row_access_commmon .col{
	padding: calc(5 / var(--break03));
	width: calc(270 / var(--break03));
	min-height: calc(72 / var(--break03));
	line-height: 1.5;
	font-size: calc(18 / var(--break03));
	border-radius: calc(35 / var(--break03));
	background: #fff;
}
.row_access_commmon .fz30{
	font-size: calc(30 / var(--break03));
}
.row_access_commmon .col02{
	width: calc(380 / var(--break03));
}
.row_access_commmon .icon{
	width: calc(60 / var(--break03));
}
.row_access_commmon .text{
	width: calc(100% - 72 / var(--break03));
	text-align: center;
}

.txt_address_common{
	padding-top: calc(50 / var(--break02));
	background: url(images/page/icn_pin02.svg)no-repeat center top / calc(28 / var(--break02));
	position: relative;
	z-index: 1;
}
@media(min-width: 768px)  {
	.v04.row_access_commmon{
		width: calc(670  / var(--break04));
	}
	.v04.row_access_commmon .col{
		padding: calc(5 / var(--break04));
		width: calc(270 / var(--break04));
		min-height: calc(72 / var(--break04));
		font-size: calc(18 / var(--break04));
		border-radius: calc(35 / var(--break04));
	}
	.v04.row_access_commmon .fz30{
		font-size: calc(30 / var(--break04));
	}
	.v04.row_access_commmon .col02{
		width: calc(380 / var(--break04));
	}
	.v04.row_access_commmon .icon{
		width: calc(60 / var(--break04));
	}
	.v04.row_access_commmon .text{
		width: calc(100% - 72 / var(--break04));
	}
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.row_access_commmon{
		width: calc(646 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_access_commmon .col{
		padding: calc(6 / 750 * 100vw);
		width: 100%;
		min-height: calc(122 / 750 * 100vw);
		margin: 0 auto calc(30 / 750 * 100vw);
		font-size: calc(30 / 750 * 100vw);
		border-radius: calc(60 / 750 * 100vw);
	}
	.row_access_commmon .fz30{
		font-size: calc(48 / 750 * 100vw);
	}
	.row_access_commmon .col02{
		width: 100%;
	}
	.row_access_commmon .icon{
		width: calc(110 / 750 * 100vw);
	}
	.row_access_commmon .text{
		width: calc(100% - 120 / 750 * 100vw);
	}
}


/* row_access_commmon02
------------------------------------------------------------------*/
.row_access_commmon02{
	width: calc(1240 / var(--break03));
}
.row_access_commmon02 .col{
	padding: calc(10 / var(--break03));
	width: calc(610 / var(--break03));
	min-height: calc(150 / var(--break03));
	line-height: 1.5;
	font-size: calc(18 / var(--break03));
	border-radius: calc(75 / var(--break03));
	background: #fff;
	border: 1px solid #bc9974;
}
.row_access_commmon02 .icon{
	width: calc(130 / var(--break03));
}
.row_access_commmon02 .areaText{
	width: calc(100% - 140 / var(--break03));
	padding-top: calc(15 / var(--break03));
	text-align: center;
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_access_commmon02{
		width: calc(1240 / 1480 * 100vw);
	}
	.row_access_commmon02 .col{
		width: calc(610 / 1480 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_access_commmon02{
		width: 100%;
	}
	.row_access_commmon02 .col{
		margin-bottom: 3vw;
		width: 100%;
		font-size: 80%;
	}
	.row_access_commmon02 .col:last-child{
		margin-bottom: 0;
	}
	.row_access_commmon02 .copy_common .fz24 {
        font-size: calc(32 / 750 * 100vw);
    }
	.row_access_commmon02 .copy_common .fz30 {
        font-size: calc(34 / 750 * 100vw);
    }
}
/* logo_common
------------------------------------------------------------------*/
.logo_common{
	display: block;
	max-width: 452px;
	width: calc(452 / var(--break03));
}
.banner_common{
	max-width: 94%;
	width: calc(700 / var(--break02));
}
@media(min-width: 768px)  {
	.v04.logo_common{
		width: calc(452 / var(--break04));
	}
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	
}

/* bg_clinic
------------------------------------------------------------------*/
.bg_clinic{
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_clinic .deco{
	width: calc(732 / var(--break04));
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
@media(max-width: 767px) {
	.bg_clinic .deco{
		width: calc(732 / 800 * 100vw);
	}
	.bg_clinic{
		background: url(images/clinic/bg_clinic01_sp.jpg)no-repeat center / cover;
	}
	.bg_clinic.bg_common02 .ballon{
		/* min-height: calc(1212 / 750 * 100vw); */
		/* background: url(images/clinic/ballon_sp.png)no-repeat center top / cover; */
	}
}


/* bg_clinic_common
------------------------------------------------------------------*/
.bg_clinic_common{
	padding: calc(50 / var(--break02)) 0;
	position: relative;
	z-index: 1;
}
.bg_clinic_common::before{
	content: "";
	max-width: 1500px;
	width: 90%;
	height: 100%;
	margin: auto;
	background: url(images/page/ptn01.png)repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.bg_clinic_common.v2::before{
	right: 0;
	left: auto;
}
.row_clinic_common > .col_img{
	width: 48.5%;
	max-width: 920px;
}
.row_clinic_common > .col_txt{
	width: 51.5%;
}
.row_clinic_common .col_txt > .wrap{
	max-width: 760px;
	width: 91%;
	margin: auto;
}
.copy_clinic_common{
	margin-bottom: calc(20 / var(--break04));
	text-align: center;
}
.copy_clinic_common .fz40{
	font-size: calc(40 / var(--break04));
}
@media(min-width: 768px)  {
	.row_clinic_common .text{
		font-size: calc(18 / var(--break03));
	}
}
@media(max-width: 767px) {
	.bg_clinic_common{
		padding: calc(60 / 750 * 100vw) 0;
	}
	.bg_clinic_common::before{
		width: 100%;
		background: url(images/page/ptn01.png)repeat center / calc(500 / 700 * 100vw) !important;
	}
	.row_clinic_common > .col_img{
		width: 94%;
        margin-bottom: 5vw;
	}
	.row_clinic_common > .col_txt{
		width: 99%;
	}
}
/* row_clinic01
------------------------------------------------------------------*/
.row_clinic01 {
	margin-top: calc(-20 / var(--break04));
	position: relative;
	z-index: 2;
}
.row_clinic01 > .tag{
	width: calc(400 / var(--break03));
	height: calc(100 / var(--break03));
	font-weight: bold;
	color: #fff;
	background: url(images/clinic/tag.png)no-repeat center / contain;
}
.row_clinic01 > .tag:nth-of-type(2n){
	background: url(images/clinic/tag02.png)no-repeat center / contain;
}

.bg_clinic02 {
	padding-top: calc(350 / 1920 * 100vw);
	position: relative;
	z-index: 2;
}
.bg_clinic02::before{
	content: "";
	width: 100%;
	height: calc(600 / 1920 * 100vw);
	margin: auto;
	background: url(images/clinic/img_clinic02.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.row_clinic02 > .col{
	width: 48.5%;
	padding-bottom: calc(80 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_clinic02 > .col::before{
	content: "";
	width: 100%;
	height: calc(100% - 50 / var(--break02));
	margin: auto;
	border-radius: calc(90 / var(--break04)) 0 calc(90 / var(--break04)) 0;
	background: #fff;
	position: absolute;
	top: calc(50 / var(--break02));
	left: 0;
	right: 0;
	z-index: -1;
}
.row_clinic02 > .col::after{
	content: "";
	width: calc(200 / var(--break04));
	height: calc(200 / var(--break04));
	margin: auto;
	background: #c88d9e;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: calc(55 / var(--break02));
	right: calc(5 / var(--break02));
	z-index: -1;
}
.row_clinic02 > .col:nth-of-type(2n):after{background-color: #8fab8e;}
.row_clinic02 .img{
	max-width: 650px;
	width: 94%;
	min-height: calc(410 / var(--break03));
	margin: auto;
	margin-bottom: calc(40 / var(--break04));
}
.row_clinic02 .copy{
	margin-bottom: calc(30 / var(--break03));
	line-height: 1.6;
	text-align: center;
	font-size: calc(36 / var(--break03));
}
.row_clinic02 .wrap{
	max-width: 640px;
	width: 90%;
	margin: auto;
}
.row_clinic02 .text{
	margin-bottom: calc(50 / var(--break03));
}
.box_clinic03 {
	padding-bottom: calc(350 / 1920 * 100vw);
	border-radius: calc(310 / 1920 * 100vw);
}

.clinic_slider03{
	margin-top: calc(-300 / 1920 * 100vw);
}
.clinic_slider03 .slid{
	width: calc(450 / var(--break04));
	margin: 0 calc(10 / var(--break04));
}


.row_circle_clinic04{
	margin-top: calc(-80 / 1920 * 100vw);
}
.row_circle_clinic04 > .circle{
	width: calc(280 / var(--break04));
	height: calc(280 / var(--break04));
	background: url(images/clinic/circle.png)no-repeat center / contain;
	position: relative;
	z-index: 1;
}
.row_circle_clinic04 > .circle02{
	background: url(images/clinic/circle02.png)no-repeat center / contain;
}
.row_circle_clinic04 > .circle03{
	background: url(images/clinic/circle03.png)no-repeat center / contain;
}
.row_circle_clinic04 > .circle04{
	background: url(images/clinic/circle04.png)no-repeat center / contain;
}
.row_circle_clinic04 > .circle05{
	background: url(images/clinic/circle05.png)no-repeat center / contain;
}
.row_circle_clinic04 .copy{
	width: 100%;
	position: absolute;
	bottom: calc(50 / var(--break04));
	left: 0;
	right: 0;
}

.bg_clinic05{
	padding: calc(110 / var(--break03)) 0 calc(250 / var(--break04));
	background: url(images/clinic/img_clinic06.png)no-repeat center / cover;
}
.row_clinic05{
	margin-top: calc(-200 / 1920 * 100vw);
}
.row_clinic05 > .col{
	max-width: 475px;
	width: 32%;
	padding-bottom: calc(40 / var(--break02));
	position: relative;
	z-index: 1;
}
.row_clinic05 .copy{
	max-width: 375px;
	width: 94%;
	height: calc(80 / var(--break02));
	margin: auto;
	color: #fff;
	background: #8fab8e;
	border-radius: calc(40 / var(--break02));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn_clinic06{
	margin-top: calc(-40 / 1920 * 100vw);
}

.box_tbl_time_clinic07{
	margin-top: calc(-70 / 1920 * 100vw);
}
@media(min-width: 768px) {
	.row_circle_clinic04 > .circle{
		margin-right: calc(24 / var(--break04));
	}
	.row_circle_clinic04 > .circle:nth-of-type(5n),
	.row_circle_clinic04 > .circle:last-child
	{margin-right: 0;}
}
@media(max-width: 767px) {
	.row_clinic01 > .tag{
		width: calc(346 / 750 * 100vw);
		font-size: calc(26.5 / 750 * 100vw);
	}
	.row_clinic01 > .tag:last-child{
		margin: calc(20 / 750 * 100vw) auto 0;
	}

	.bg_clinic02 {
		padding-top: calc(600 / 1920 * 100vw);
	}
	.bg_clinic02::before{
		height: calc(700 / 1920 * 100vw);
		background: url(images/clinic/img_clinic02.png)no-repeat center / cover;
	}

	.row_clinic02 > .col{
		width: calc(702 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
		padding-bottom: calc(60 / 750 * 100vw);
	}
	.row_feature02 > .col::before{
		border-radius: calc(150 / 750 * 100vw) 0 calc(150 / 750 * 100vw) 0;
	}
	.row_feature02 .img{
		width: calc(100% - 20 / 750 * 100vw);
	}
	.row_feature02 .copy{
		font-size: calc(40 / 750 * 100vw);
	}

	.row_circle_clinic04.flex {
		width: calc(700 / 750 * 100vw);
	}
	.row_circle_clinic04 > .circle{
		width: calc(340 / 750 * 100vw);
		height: calc(340 / 750 * 100vw);
		margin-right: calc(19 / 750 * 100vw);
	}
	.row_circle_clinic04 > .circle:nth-of-type(2n),
	.row_circle_clinic04 > .circle:last-child
	{margin-right: 0;}
	.row_circle_clinic04 > .circle:nth-of-type(n + 3){
		margin-top: 4vw;
	}

	.set_clinic04{
		position: relative;
		z-index: 1;
	}
	.set_clinic04::before{
		content: "";
		width: 100%;
		height: 94%;
		margin: auto;
		background: url(images/page/ptn01.png)repeat center / calc(500 / 700 * 100vw) !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}

	.row_clinic05 > .col{
		width: 48.75%;
	}
	.row_clinic05 > .col:last-child{
		margin: 4vw auto 0;
	}
	.row_clinic05 .copy .fz26{
		font-size: calc(33.5 / 750 * 100vw);
	}

}

/* 
------------------------------------------------------------------*/
.slide_main .slick-slide>.wrap01 {
	padding: calc(25 / 1920 * 100vw);
}
.slide_common04 .slick-prev,
.slide_common04 .slick-next {
	width: calc(32 / var(--break02));
	height: calc(54 / var(--break02));
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	transform: translate(0);
	top: 220px;
	margin: auto;
	z-index: 1;
}

.slide_common04 .slick-prev {
	left: -7.2%;
}

.slide_common04 .slick-next {
	right: -7.2%;
	transform: translate(0) scaleX(-1);
}

.slide_common04 .slick-prev:before,
.slide_common04 .slick-next:before {
	display: none;
}
.slide_common04 .slick-slide img{
	border-radius: calc(30 / var(--break02));
    overflow: hidden;
}
.slide_common04 .slide_thumbnail li {
	opacity: .5;
	transition: .3s;
}

.slide_common04 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}

.slide_common04 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}

@media(min-width: 768px) {
	.slide_common04 .slide_thumbnail li {
		width: 18%;
		margin-right: 2.5%;
	}

	.slide_common04 .slide_thumbnail li:nth-child(5n),
	.slide_common04 .slide_thumbnail li:last-child {
		margin-right: 0;
	}

	.slide_common04 .slide_thumbnail li:nth-of-type(n + 6) {
		margin-top: 3%;
	}
}

@media(min-width: 768px) and (max-width:1599px) {

	.slide_common04 .slick-prev,
	.slide_common04 .slick-next {
		width: calc(30 / 1600 * 100vw);
		height: calc(54 / 1600 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {

	.slide_common04 .slick-prev,
	.slide_common04 .slick-next {
		width: calc(30 / 1300 * 100vw);
		height: calc(54 / 1300 * 100vw);
		top: min(calc(220 / 1100 * 100vw), 220px);
	}

	.slide_common04 .slick-prev {
		left: -2%;
	}

	.slide_common04 .slick-next {
		right: -2%;
	}
}

@media(max-width: 767px) {

	.slide_common04 .slick-prev,
	.slide_common04 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
		top: 20vw;
	}

	.slide_common04 .slick-prev {
		left: -1.5vw;
	}

	.slide_common04 .slick-next {
		right: -1.5vw;
	}

	.slide_common04 .slide_main .slick-slide>.wrap01 {
		padding: 4vw 5vw;
	}

	.slide_common04 .ttl {
		font-size: 110%;
		letter-spacing: 0;
	}

	.slide_common04 .slide_thumbnail li {
		width: 23.5%;
		margin-right: 2%;
	}

	.slide_common04 .slide_thumbnail li:nth-child(4n),
	.slide_common04 .slide_thumbnail li:last-child {
		margin-right: 0;
	}

	.slide_common04 .slide_thumbnail li:nth-of-type(n + 5) {
		margin-top: 3%;
	}
}

/* tbl_time
------------------------------------------------------------------*/
.box_tbl_time{
	width: 49.25%;
	padding: calc(40 / var(--break04));
	background: #fff; 
	border-radius: calc(30 / var(--break04));
	position: relative;
	z-index: 1;
}
.box_tbl_time::before,
.box_tbl_time::after,
.box_tbl_time .dot::before,
.box_tbl_time .dot::after
{
	content: "";
	width: calc(20 / var(--break04));
	height: calc(20 / var(--break04));
	margin: auto;
	background: url(images/page/dot_tbl_time.png)no-repeat center / contain;
	position: absolute;
}
.box_tbl_time::before{
	top: calc(15 / var(--break04));
	left: calc(15 / var(--break04));
}
.box_tbl_time::after{
	top: calc(15 / var(--break04));
	right: calc(15 / var(--break04));
}
.box_tbl_time .dot::before{
	bottom: calc(15 / var(--break04));
	right: calc(15 / var(--break04));
}
.box_tbl_time .dot::after{
	bottom: calc(15 / var(--break04));
	left: calc(15 / var(--break04));
}

.box_tbl_time.box01{
	width: 100%;
	margin-bottom: calc(40 / var(--break03));
	z-index: 2;
}
.box_tbl_time.box01 .deco{
	width: calc(1311 / var(--break03));
	height: calc(593 / var(--break03));
	margin: auto;
	position: absolute;
	inset: 0 -2.5%;
	top: calc(-10 / var(--break04));
}
.box_tbl_time.box02::before,
.box_tbl_time.box02::after,
.box_tbl_time.box02 .dot::before,
.box_tbl_time.box02 .dot::after
{background: url(images/page/dot_tbl_time02.png)no-repeat center / contain;}

.box_tbl_time.box03::before,
.box_tbl_time.box03::after,
.box_tbl_time.box03 .dot::before,
.box_tbl_time.box03 .dot::after
{background: url(images/page/dot_tbl_time03.png)no-repeat center / contain;}

.box_tbl_time.box04::before,
.box_tbl_time.box04::after,
.box_tbl_time.box04 .dot::before,
.box_tbl_time.box04 .dot::after
{background: url(images/page/dot_tbl_time04.png)no-repeat center / contain;}

.row_tbl_time .tbl_time01{width: 48.5%;}
.tbl_time table {
	border-color: #83a0b9;
	border-collapse: separate;
	border-radius: 0 0 calc(10 / var(--break04)) calc(10 / var(--break04));
}
.tbl_time.tbl02 table {
	border-color: #c88d9e;
}
.tbl_time.tbl03 table {
	border-color: #8fab8e;
}
.tbl_time.tbl04 table {
	border-color: #bc9974;
}
.tbl_time table tbody tr:last-child th{
	border-radius:0 0 0 calc(10 / var(--break04)); 
}
.tbl_time table tbody tr:last-child td:last-child{
	border-radius:0 0 calc(10 / var(--break04)) 0; 
}
.tbl_time thead th {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #83a0b9;
}
.tbl_time.tbl02 thead th {background: #c88d9e;}
.tbl_time.tbl03 thead th {background: #8fab8e;}
.tbl_time.tbl04 thead th {background: #bc9974;}
.tbl_time tbody th,
.tbl_time tbody td 
{background: #fff;}
.tbl_time tbody td span {color: #83a0b9;}
.tbl_time.tbl02 tbody td span {color: #c88d9e;}
.tbl_time.tbl03 tbody td span {color: #8fab8e;}
.tbl_time.tbl04 tbody td span {color: #bc9974;}
.tbl_time tr:not(:last-child) th,
.tbl_time tr:not(:last-child) td 
{border-bottom-color: #83a0b9;}
.tbl_time01 tbody th, 
.tbl_time01 tbody td 
{padding: calc(16 / var(--break) * 100vw) 0 calc(22 / var(--break) * 100vw);}
.tbl_time .tbl_caption{
	margin-top: calc(10 / var(--break02));
	line-height: 1.6;
}
/* @media(min-width: 768px) {} */
@media(max-width: 767px) {
	.box_tbl_time{
		width: 100%;
		margin-bottom: calc(50 / 750 * 100vw);
		padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
	}
	.box_tbl_time::before{
		top: calc(20 / 750 * 100vw);
		left: calc(20 / 750 * 100vw);
	}
	.box_tbl_time::after{
		top: calc(20 / 750 * 100vw);
		right: calc(20 / 750 * 100vw);
	}
	.box_tbl_time .dot::before{
		bottom: calc(20 / 750 * 100vw);
		right: calc(20 / 750 * 100vw);
	}
	.box_tbl_time .dot::after{
		bottom: calc(20 / 750 * 100vw);
		left: calc(20 / 750 * 100vw);
	}

	.box_tbl_time.box01{
		width: 100%;
		margin-bottom: calc(40 / var(--break03));
	}
	.box_tbl_time.box01 .deco{display: none;}
	.row_tbl_time .tbl_time01{
		width: 100%;
        margin-bottom: 4vw;
	}
	.tbl_time table {
		border-radius: 0 0 calc(10 / var(--break04)) calc(10 / var(--break04));
	}
	.tbl_time table tbody tr:last-child th{
		border-radius:0 0 0 calc(10 / var(--break04)); 
	}
	.tbl_time table tbody tr:last-child td:last-child{
		border-radius:0 0 calc(10 / var(--break04)) 0; 
	}
	.tbl_time01 tbody th, 
	.tbl_time01 tbody td 
	{padding: calc(16 / var(--break) * 100vw) 0 calc(22 / var(--break) * 100vw);}
	.tbl_time .tbl_caption{
		margin-top: calc(10 / var(--break02));
		line-height: 1.6;
		font-size: .85rem;
	}
	.copy_box_tbl_time{
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
}

/* row_access
------------------------------------------------------------------*/
.row_access > .col_img{
	max-width: 650px;
	width: 52.5%;
}
.row_access > .col_txt{
	width: 44%;
}
@media(max-width: 767px) {
	.row_access > .col_img{
		width: 77.7%;
		margin: 0 auto 6vw;
	}
	.row_access > .col_txt{
		width: 100%;
	}
}

/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #bc9974 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background: #ffffff;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #c88d9e;
	border-radius: calc(15 / var(--break) * 100vw);
}
.btn_submit input {
	border: none;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #bc9974;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	margin-bottom: calc(4 / var(--break) * 100vw);
	line-height: calc(40 / var(--break) * 100vw);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	text-align: center;
	color: #fff;
	background: #bc9974;
	border-radius: calc(20 / var(--break) * 100vw);
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
	background: #8fab8e;
	border: 1px solid #8fab8e;
	border-right-color: #8fab8e;
}
#wp-calendar tbody td {
	line-height: 1.8;
	font-size: .875rem;
	text-align: center;
	border: 1px solid #8fab8e;
	background: #fff;
}
#wp-calendar tbody td a {
	color: #4a3622;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px dashed #bc9974;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #bc9974;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #4a3622;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #bc9974;
	color: #bc9974;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
	border-radius: calc(5 / var(--break) * 100vw);
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #bc9974;
	background: #bc9974;
	color: #fff;
	border-radius: calc(5 / var(--break) * 100vw);
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	padding: calc(4 / var(--break) * 100vw) calc(8 / var(--break) * 100vw);
    line-height: 1.6;
	color: #fff;
    border: 1px solid #c88d9e;
    background: #c88d9e;
}

.news_flex .date{
	width: calc(116 / var(--break) * 100vw );
    letter-spacing: .1em;
	color: #bc9974;
}
.news_flex .tag{
	width: calc(264 / var(--break) * 100vw );
	height: calc(30 / var(--break) * 100vw );
	margin-bottom: -2.5px;
	letter-spacing: 0;
	font-size: calc(16 / var(--break) * 100vw );
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background: #83a0b9;
	border-radius: calc(15 / var(--break) * 100vw );
}
.news_flex .tag.itaku{background: #8fab8e;}
.news_flex .tag.houmon{background: #c88d9e;}
.news_flex .title{
	width: calc(100% - 395 / var(--break) * 100vw );
	margin-left: calc(15 / var(--break) * 100vw );
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
	overflow: hidden;
}


.single_post > h3{
	padding: calc(30 / var(--break02)) calc(20 / var(--break02));
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(26 / var(--break03));
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	border-bottom: dashed 2px #4a3622;
	position: relative;
	z-index: 1;
}
.single_post > h3::before{
	content: "";
	width: calc(50 / var(--break02)) ;
	height: calc(50 / var(--break02)) ;
	margin: auto;
	background: url(images/page/hdg3.png)no-repeat center / contain;
	position: absolute;
	top: calc(-20 / var(--break02)) ;
	left: 0;
	right: 0;
	z-index: -1;
}
.single_post.news > h3{
	padding: 0;
	font-size: calc(20 / var(--break03));
	color: #bc9974;
	background: none !important;
	border-bottom: 0 !important;
}
.single_post.news > h3::before{content: none;}
.post_content > h4{
	padding: calc(24 / var(--break02)) calc(30 / var(--break02)) ;
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(20 / var(--break03));
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffff;
	background: #bc9974;
	border-radius: calc(50 / var(--break03)) calc(50 / var(--break03)) 0 0;
	position: relative;
	z-index: 1;
}
.post_content > h4::before{
	content: "";
	width: calc(100% - 40 / var(--break02));
	height: calc(10 / var(--break02));
	margin: auto;
	position: absolute;
	background: url(images/page/hdg4.png)no-repeat center / 100%;
	position: absolute;
	bottom: calc(8 / var(--break02));
	left: 0;
	right: 0;
	z-index: 1;
}
.post_content > h5{
	padding: calc(10 / var(--break02)) calc(30 / var(--break02)) calc(13 / var(--break02));
	padding-left: calc(60 / var(--break02));
	letter-spacing: .1em;
	line-height: 1.5;
	font-size: calc(20 / var(--break03));
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fff;
	border-radius: calc(40 / var(--break03)) 0 0 calc(40 / var(--break03)) ;
	position: relative;
	z-index: 1;
}
.post_content > h5::before{
	content: "";
	width: calc(30 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	position: absolute;
	background: url(images/page/hdg5.png)no-repeat center / 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(20 / var(--break02));
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.single_post.news > h3{
		letter-spacing: 0;
		font-size: 1.15rem;
	}
	.post_content > h4{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h5{
		letter-spacing: 0;
		font-size: 1.15rem;
	}

    #sidebar .category ul li a {
        border-radius: calc(8 / var(--break) * 100vw);
        padding: calc(4 / var(--break) * 100vw) calc(14 / var(--break) * 100vw);
    }

	.news_flex .date{
		order: 1;
		width: 100%;
		letter-spacing: 0;
		font-size: 90%;
	}
	.news_flex .tag{
		order: 0;
		width: 100%;
		height: calc(60 / var(--break) * 100vw );
		font-size: calc(30 / var(--break) * 100vw );
		border-radius: calc(30 / var(--break) * 100vw );
	}
	.news_flex .title{
		order: 2;
		width: 100%;
		margin-left: 0;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}