@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.jpg")no-repeat center / cover;
	height: calc(400 / var(--break) * 100vw);
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.3), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.3), 0 0 calc(15 /var(--break)*100vw) rgba(0,0,0,0.3), 0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.3);
	margin-bottom: calc(25 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.3), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.3), 0 0 calc(15 /var(--break)*100vw) rgba(0,0,0,0.3), 0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.3);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.hdg2 .ja {
		font-size: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.hdg2 .ja {
		font-size: 2rem;
	}
}
@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");
		height: calc(500 / var(--break) * 100vw);
		padding: calc(226 /var(--break)*100vw) 0 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		line-height: calc(70/50*100%);
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.2em;
	}
	.col_img {
		text-align: center;
	}
}

.tbl_ttl{
	padding: calc(10 /var(--break)*100vw);
}
.tbl_default.tbl_common02 table {
	border: 1px solid #757575;
}
.tbl_default.tbl_common02 table tbody th {
	background: #f8f5ee;
	color: #757575;
	font-weight: 400;
	border-bottom: solid 1px #757575;
}
.tbl_default.tbl_common02 table tbody td {
	border-bottom: solid 1px #757575;
}
.tbl_default.tbl_common03 table thead th {
	width: 16%!important;
}
.tbl_default.tbl_common03 table thead th:last-child {
	width: 52%!important;
}

.box_common01{
	border: solid calc(4 /var(--break)*100vw) #eb7289;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(33 /var(--break)*100vw) calc(46 /var(--break)*100vw) calc(41 /var(--break)*100vw);
}
.box_common01 .ttl{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	border-bottom: dotted calc(6 /var(--break)*100vw) #eb7289;
	padding-bottom: calc(13 /var(--break)*100vw);
	margin-bottom: calc(32 /var(--break)*100vw);
}
.box_common01 ul li::before{
	background: #eb7289;
}
.txt_common01{
	padding: 0 calc(50 /var(--break)*100vw);
}
.bdr_common{
	border-bottom: dotted calc(6 / var(--break) * 100vw ) #eb7289;
	margin-bottom: calc(60 / var(--break) * 100vw );
}

.ttl_common01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	width: calc(700 / var(--break) * 100vw );
	height: calc(80 / var(--break) * 100vw );
	margin: 0 auto calc(40 / var(--break) * 100vw );
	border-top: dotted calc(6 / var(--break) * 100vw ) #eb7289;
	border-bottom: dotted calc(6 / var(--break) * 100vw ) #eb7289;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: calc(10 /var(--break)*100vw);
	}
	.box_common01{
		border: solid calc(4 /var(--break)*100vw) #eb7289;
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(33 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(41 /var(--break)*100vw);
	}
	.box_common01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		border-bottom: dotted calc(6 /var(--break)*100vw) #eb7289;
		padding-bottom: calc(13 /var(--break)*100vw);
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.txt_common01{
		padding: 0 calc(28 /var(--break)*100vw);
	}
	.ttl_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(646 / var(--break) * 100vw );
		height: calc(80 / var(--break) * 100vw );
		margin: 0 auto calc(40 / var(--break) * 100vw );
		border-top: dotted calc(6 / var(--break) * 100vw ) #eb7289;
		border-bottom: dotted calc(6 / var(--break) * 100vw ) #eb7289;
	}
}


/* box_check
------------------------------------------------------------------*/
.box_check01{
	background: #F3BE85;
	background: linear-gradient(270deg, rgba(243, 190, 133, 1) 0%, rgba(255, 141, 157, 1) 100%);
}
.box_check01::before{
	content: "";
	background: url("images/page/deco_check01.png")no-repeat center/contain;
	width: calc(113 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	position: absolute;
	top: calc(-16 /var(--break)*100vw);
	left: calc(120 /var(--break)*100vw);
}
.box_check01 .ttl{
	margin-bottom: calc(17 /var(--break)*100vw);
}
.box_check01 .box{
	background: #fff;
}
.box_check01 .box li{
	line-height: 1.6em;
	border-bottom: solid 1px #757575;
	position: relative;
	padding-left: calc(60 /var(--break)*100vw);
	width: calc(550/1140*100%);
	padding-top: calc(6 /var(--break)*100vw);
	padding-bottom: calc(12 /var(--break)*100vw);
	margin-bottom: calc(2 /var(--break)*100vw);
}

.box_check01 .box li:last-child,
.box_check01 .box li:nth-last-child(2){
	margin-bottom: 0;
}
.box_check01 .box li::before{
	content: "";
	background: url("images/page/icn_check01.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(11 /var(--break)*100vw);
	left: calc(20 /var(--break)*100vw);
}

.box_check02{
	border: dotted calc(6 /var(--break)*100vw) #eb7289;
	background: url("images/page/deco_check02.png")no-repeat center bottom/100%,#ffdde1;
	padding: calc(39 /var(--break)*100vw) calc(44 /var(--break)*100vw) calc(44 /var(--break)*100vw);
}
.box_check02 .ttl{
	background: #eb7289;
	height: calc(60 /var(--break)*100vw);
	border-radius: calc(30 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.box_check02 .box li{
	line-height: 1.6em;
	border-bottom: solid 1px #757575;
	position: relative;
	padding-left: calc(60 /var(--break)*100vw);
	width: calc(550/1140*100%);
	padding-top: calc(6 /var(--break)*100vw);
	padding-bottom: calc(12 /var(--break)*100vw);
	margin-bottom: calc(2 /var(--break)*100vw);
}
.box_check02 .box li:last-child,
.box_check02 .box li:nth-last-child(2){
	margin-bottom: 0;
}
.box_check02 .box li::before{
	content: "";
	background: url("images/page/icn_check01.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(11 /var(--break)*100vw);
	left: calc(20 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_check01 .box li{
		padding-left: calc(45 /var(--break)*100vw);
	}
	.box_check01 .box li::before{
		left: calc(10 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {
	.wrap_check01{
		padding-top: calc(60 /var(--break)*100vw);
	}
	.box_check01{
		border-radius: calc(40 /var(--break)*100vw);
		padding: calc(42 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_check01::before{
		width: calc(113 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		top: calc(-47 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_check01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(21 /var(--break)*100vw);
	}
	.box_check01 .box{
		background: #fff;
	}
	.box_check01 .box li{
		border-bottom: solid 1px #757575;
		position: relative;
		padding-left: calc(50 /var(--break)*100vw);
		width: 100%;
		padding-top: 0;
		padding-bottom: calc(13 /var(--break)*100vw);
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_check01 .box li:nth-last-child(2){
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_check01 .box li:last-child{
		margin-bottom: 0;
	}
	.box_check01 .box li::before{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		top: calc(12 /var(--break)*100vw);
		left: calc(10 /var(--break)*100vw);
	}
	.box_check02{
		border-radius: calc(40 /var(--break)*100vw);
		border: dotted calc(6 /var(--break)*100vw) #eb7289;
		background: url("images/page/deco_check02.png")no-repeat center bottom/100%,#ffdde1;
		padding: calc(42 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_check02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 /var(--break)*100vw);
		border-radius: calc(40 /var(--break)*100vw);
		margin-bottom: calc(21 /var(--break)*100vw);
	}
	.box_check02 .box li{
		border-bottom: solid 1px #757575;
		position: relative;
		padding-left: calc(50 /var(--break)*100vw);
		width: 100%;
		padding-top: 0;
		padding-bottom: calc(13 /var(--break)*100vw);
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_check02 .box li:nth-last-child(2){
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_check02 .box li:last-child{
		margin-bottom: 0;
	}
	.box_check02 .box li::before{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		top: calc(12 /var(--break)*100vw);
		left: calc(10 /var(--break)*100vw);
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.wrap_clinic01{
	background: url("images/clinic/bg_clinic01_sp.jpg")no-repeat left center/cover;
}
.box_clinic01{
	background: rgba(255,255,255,0.8);
	outline: solid 1px #757575;
	outline-offset: calc(-11 /var(--break)*100vw);
	padding: calc(58 /var(--break)*100vw) calc(80 /var(--break)*100vw) calc(61 /var(--break)*100vw);
}
.box_clinic01::before{
	content: "";
	background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
	width: calc(150 /var(--break)*100vw);
	height: calc(150 /var(--break)*100vw);
	position: absolute;
	top: calc(-24 /var(--break)*100vw);
	left: calc(-33 /var(--break)*100vw);
}
.box_clinic01::after{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat center/contain;
	width: calc(170 /var(--break)*100vw);
	height: calc(140 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-20 /var(--break)*100vw);
	right: calc(-96 /var(--break)*100vw);
}
.box_clinic01 .copy{
	line-height: calc(54/34*100%);
	margin-bottom: calc(30 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_clinic01{
		background: url("images/clinic/bg_clinic01_sp.jpg")no-repeat center/cover;
	}
}
@media(max-width: 767px) {
	.wrap_clinic01{
		background: url("images/clinic/bg_clinic01_sp.jpg")no-repeat center/cover;
	}
	.box_clinic01{
		padding: calc(58 /var(--break)*100vw) calc(46 /var(--break)*100vw) calc(61 /var(--break)*100vw);
	}
	.box_clinic01::before{
		width: calc(150 /var(--break)*100vw);
		height: calc(150 /var(--break)*100vw);
		top: calc(-64 /var(--break)*100vw);
		left: calc(-20 /var(--break)*100vw);
	}
	.box_clinic01::after{
		width: calc(170 /var(--break)*100vw);
		height: calc(140 /var(--break)*100vw);
		bottom: calc(-60 /var(--break)*100vw);
		right: calc(-20 /var(--break)*100vw);
	}
	.box_clinic01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(54/34*100%);
		margin-bottom: calc(20 /var(--break)*100vw);
	}
}

.wrap_clinic_feature01{
}
.wrap_clinic_feature01::before{
	content: "";
	background: url(images/clinic/deco_feature01_1.png)no-repeat left center/contain;
	width: calc(439 / 1920 * 100vw );
	height: calc(850 / 1920 * 100vw );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.wrap_clinic_feature01::after{
	content: "";
	background: #ff8d9d;
	width: 100%;
	height: calc(300 / 1920 * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic_feature01{
	background: url(images/clinic/img_feature01.jpg)no-repeat right center/ auto 100%;
	padding-top: calc(74 / var(--break) * 100vw );
	padding-bottom: calc(61 / var(--break) * 100vw );
}
.num_clinic_feature01{
	width: calc(257 / var(--break) * 100vw );
	top: calc(-94 /var(--break)*100vw);
	left: calc(-4 /var(--break)*100vw);
}
.box_clinic_feature01{
	margin-top: calc(90 /var(--break)*100vw);
	width: calc(700 / var(--break) * 100vw );
	border: solid calc(4 / var(--break) * 100vw ) #ff8d9d;
	background: url(images/clinic/deco_feature01_2.png)no-repeat left calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(125 / var(--break) * 100vw ),rgba(255,255,255,0.9);
	padding: calc(44 / var(--break) * 100vw ) calc(56 / var(--break) * 100vw ) calc(48 / var(--break) * 100vw );
}
.box_clinic_feature01 .copy{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
.wrap_clinic_feature01_2::before{
	content: "";
	background: url("images/page/ptn02.png")repeat left top/calc(6 /var(--break)*100vw),#ffdde1;
	width: 100%;
	height: calc(100% - (138 / 1920 * 100vw ));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_clinic_feature01{
	gap:0 calc(57/ var(--break) * 100vw );
}
.row_clinic_feature01 .col{
	background: url(images/clinic/icn_feature01.svg)no-repeat center/contain;
	width: calc(295 / var(--break) * 100vw );
	height: calc(295 / var(--break) * 100vw );
}
.row_clinic_feature01 .col p{
	line-height: calc(36/22*100%);
}
.row_clinic_feature01 .col:nth-child(2){
	background: url(images/clinic/icn_feature02.svg)no-repeat center/contain;
}
.wrap_clinic_feature02{
}
.wrap_clinic_feature02::before{
	content: "";
	background: url(images/clinic/deco_feature02_1.png)no-repeat right center/contain;
	width: calc(438 / 1920 * 100vw );
	height: calc(850 / 1920 * 100vw );
	position: absolute;
	top: calc(-142 / 1920 * 100vw );
	right: 0;
	z-index: -1;
}
.wrap_clinic_feature02::after{
	content: "";
	background: #cab0e3;
	width: 100%;
	height: calc(300 / 1920 * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic_feature02{
	background: url(images/clinic/img_feature02.jpg)no-repeat left center/ auto 100%;
	padding-top: calc(74 / var(--break) * 100vw );
	padding-bottom: calc(61 / var(--break) * 100vw );
}
.num_clinic_feature02{
	width: calc(257 / var(--break) * 100vw );
	top: calc(-94 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
}
.box_clinic_feature02{
	margin-top: calc(90 /var(--break)*100vw);
	width: calc(700 / var(--break) * 100vw );
	border: solid calc(4 / var(--break) * 100vw ) #cab0e3;
	background: url(images/clinic/deco_feature02_2.png)no-repeat right calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(150 / var(--break) * 100vw ),rgba(255,255,255,0.9);
	padding: calc(44 / var(--break) * 100vw ) calc(56 / var(--break) * 100vw ) calc(48 / var(--break) * 100vw );
}
.box_clinic_feature02 .copy{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
.wrap_clinic_feature02_2::before{
	content: "";
	background: url("images/page/ptn02.png")repeat left top/calc(6 /var(--break)*100vw),#efe7f7;
	width: 100%;
	height: calc(200 / 1920 * 100vw );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.box_clinic_feature02_2{
	padding: calc(33 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) 0;
}
.box_clinic_feature02_2 .ttl{
	width: 100%;
	border-bottom: dotted calc(6 / var(--break) * 100vw ) #cab0e3;
	padding-bottom: calc(15 / var(--break) * 100vw );
	margin-bottom: calc(30 / var(--break) * 100vw );
}
.row_clinic_feature02 .col_img{
	width: calc(240/900*100%);
}
.row_clinic_feature02 .col_txt{
	width: calc(630/900*100%);
}
.wrap_clinic_feature03{
}
.wrap_clinic_feature03::before{
	content: "";
	background: url(images/clinic/deco_feature03_1.png)no-repeat left center/contain;
	width: calc(439 / 1920 * 100vw );
	height: calc(850 / 1920 * 100vw );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.wrap_clinic_feature03::after{
	content: "";
	background: #99d0de;
	width: 100%;
	height: calc(300 / 1920 * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic_feature03{
	background: url(images/clinic/img_feature03.jpg)no-repeat right center/ auto 100%;
	padding-top: calc(74 / var(--break) * 100vw );
	padding-bottom: calc(61 / var(--break) * 100vw );
}
.num_clinic_feature03{
	width: calc(257 / var(--break) * 100vw );
	top: calc(-94 /var(--break)*100vw);
	left: calc(-4 /var(--break)*100vw);
}
.box_clinic_feature03{
	margin-top: calc(90 /var(--break)*100vw);
	width: calc(700 / var(--break) * 100vw );
	border: solid calc(4 / var(--break) * 100vw ) #99d0de;
	background: url(images/clinic/deco_feature03_2.png)no-repeat left calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(100 / var(--break) * 100vw ),rgba(255,255,255,0.9);
	padding: calc(44 / var(--break) * 100vw ) calc(56 / var(--break) * 100vw ) calc(48 / var(--break) * 100vw );
}
.box_clinic_feature03 .copy{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
.wrap_clinic_feature03_2::before{
	content: "";
	background: url("images/page/ptn02.png")repeat left top/calc(6 /var(--break)*100vw),#99d0de;
	width: 100%;
	height: calc(100% - (200 / 1920 * 100vw ));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_clinic_feature03{
	gap:calc(50 /var(--break)*100vw) calc(50/ 1000 * 100% );
}
.row_clinic_feature03 .col{
	width: calc(475/ 1000 * 100% );
}
.row_clinic_feature03 .col .ttl{
	height: calc(60 /var(--break)*100vw);
	background: #cab0e3;
}
.row_clinic_feature03 .col:nth-child(2n) .ttl{
	background: #99dbc0;
}
.box_clinic_feature03_2{
	background: #fff;
	border: solid calc(4 / var(--break) * 100vw ) #99d0de;
	padding: calc(37 / var(--break) * 100vw ) calc(46 / var(--break) * 100vw ) calc(37 / var(--break) * 100vw );
}
.box_clinic_feature03_2 .copy{
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: dotted calc(6 / var(--break) * 100vw ) #99d0de;
	margin-bottom: calc(28 / var(--break) * 100vw );
}
.wrap_clinic_feature04{
	z-index: -1;
}
.wrap_clinic_feature04::before{
	content: "";
	background: url(images/clinic/deco_feature04_1.png)no-repeat left center/contain;
	width: calc(439 / 1920 * 100vw );
	height: calc(850 / 1920 * 100vw );
	position: absolute;
	top: calc(-213 / 1920 * 100vw );
	right: 0;
	z-index: -1;
}
.wrap_clinic_feature04::after{
	content: "";
	background: #f3be85;
	width: 100%;
	height: calc(300 / 1920 * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic_feature04{
	background: url(images/clinic/img_feature04.jpg)no-repeat left center/ auto 100%;
	padding-top: calc(74 / var(--break) * 100vw );
	padding-bottom: calc(61 / var(--break) * 100vw );
}
.num_clinic_feature04{
	width: calc(257 / var(--break) * 100vw );
	top: calc(-94 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
}
.box_clinic_feature04{
	margin-top: calc(90 /var(--break)*100vw);
	width: calc(700 / var(--break) * 100vw );
	border: solid calc(4 / var(--break) * 100vw ) #f3be85;
	background: url(images/clinic/deco_feature04_2.png)no-repeat right calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(110 / var(--break) * 100vw ),rgba(255,255,255,0.9);
	padding: calc(44 / var(--break) * 100vw ) calc(56 / var(--break) * 100vw ) calc(48 / var(--break) * 100vw );
}
.box_clinic_feature04 .copy{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
.wrap_clinic_feature04_2::before{
	content: "";
	background: url("images/page/ptn02.png")repeat left top/calc(6 /var(--break)*100vw),#fbebda;
	width: 100%;
	height: calc(100% - (163 / 1920 * 100vw ));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_clinic_feature04{
	gap:0 calc(20/ var(--break) * 100vw );
}
.row_clinic_feature04 .col{
	background: url(images/clinic/bg_feature04_1.svg)no-repeat center/contain;
	width: calc(235 / var(--break) * 100vw );
	height: calc(235 / var(--break) * 100vw );
}
.row_clinic_feature04 .col .icn{
	margin-bottom: calc(12 / var(--break) * 100vw );
}
.row_clinic_feature04 .col p{
	line-height: calc(36/22*100%);
}
.row_clinic_feature04 .col:nth-child(2n){
	background: url(images/clinic/bg_feature04_2.svg)no-repeat center/contain;
}
.box_clinic_feature04_2{
	background: #fff;
	border: solid calc(4 / var(--break) * 100vw ) #ed9a40;
	padding: calc(37 / var(--break) * 100vw ) calc(46 / var(--break) * 100vw ) calc(37 / var(--break) * 100vw );
}
.box_clinic_feature04_2 .copy{
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: dotted calc(6 / var(--break) * 100vw ) #ed9a40;
	margin-bottom: calc(28 / var(--break) * 100vw );
}
.box_clinic_feature04_2 .point{
	width: calc(140 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(40 /var(--break)*100vw);
	color: #fff;
	padding-left: calc(40 /var(--break)*100vw);
	background: url("images/clinic/icn_feature04_5.svg")no-repeat left calc(20 /var(--break)*100vw) center/calc(11 /var(--break)*100vw),#ed9a40;
	top: calc(16 /var(--break)*100vw);
	left: calc(-24 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic_feature01{
		background: url(images/clinic/img_feature01.jpg)no-repeat right calc(-150 /1599*100vw) center/ auto 100%;
	}
	.box_clinic_feature01{
		margin-top: calc(90 /var(--break)*100vw);
		width: calc(700 / 1599 * 100vw );
		border: solid calc(4 / 1599 * 100vw ) #ff8d9d;
		background: url(images/clinic/deco_feature01_2.png)no-repeat left calc(16 / 1599 * 100vw ) top calc(16 / 1599 * 100vw )/calc(125 / 1599 * 100vw ),rgba(255,255,255,0.9);
		padding: calc(44 / 1599 * 100vw ) calc(56 / 1599 * 100vw ) calc(48 / 1599 * 100vw );
	}
	.box_clinic_feature01 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(20 / 1599 * 100vw );
	}
	.box_clinic_feature01 .txt{
		font-size: calc(18/1599*100vw);
	}
	.row_clinic_feature01{
		gap:0 calc(57/ 1599 * 100vw );
	}
	.row_clinic_feature01 .col{
		width: calc(295 / 1599 * 100vw );
		height: calc(295 / 1599 * 100vw );
	}
	.row_clinic_feature01 .col p{
		font-size: calc(22/1599*100vw);
		line-height: calc(36/22*100%);
	}
	.bg_clinic_feature02{
		background: url(images/clinic/img_feature02.jpg)no-repeat left calc(-150 /1599*100vw) center/ auto 100%;
	}
	.box_clinic_feature02{
		margin-top: calc(90 /var(--break)*100vw);
		width: calc(700 / 1599 * 100vw );
		border: solid calc(4 / 1599 * 100vw ) #cab0e3;
		background: url(images/clinic/deco_feature02_2.png)no-repeat right calc(16 / 1599 * 100vw ) top calc(16 / 1599 * 100vw )/calc(150 / 1599 * 100vw ),rgba(255,255,255,0.9);
		padding: calc(44 / 1599 * 100vw ) calc(56 / 1599 * 100vw ) calc(48 / 1599 * 100vw );
	}
	.box_clinic_feature02 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(20 / 1599 * 100vw );
	}
	.box_clinic_feature02 .txt{
		font-size: calc(18/1599*100vw);
	}
	.bg_clinic_feature03{
		background: url(images/clinic/img_feature03.jpg)no-repeat right calc(-150 /1599*100vw) center/ auto 100%;
	}
	.box_clinic_feature03{
		margin-top: calc(90 /var(--break)*100vw);
		width: calc(700 / 1599 * 100vw );
		border: solid calc(4 / 1599 * 100vw ) #99d0de;
		background: url(images/clinic/deco_feature03_2.png)no-repeat left calc(16 / 1599 * 100vw ) top calc(16 / 1599 * 100vw )/calc(100 / 1599 * 100vw ),rgba(255,255,255,0.9);
		padding: calc(44 / 1599 * 100vw ) calc(56 / 1599 * 100vw ) calc(48 / 1599 * 100vw );
	}
	.box_clinic_feature03 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(20 / 1599 * 100vw );
	}
	.box_clinic_feature03 .txt{
		font-size: calc(18/1599*100vw);
	}
	.row_clinic_feature03 .col .ttl p{
		font-size: calc(22/1599*100vw);
	}
	.bg_clinic_feature04{
		background: url(images/clinic/img_feature04.jpg)no-repeat left calc(-150 /1599*100vw) center/ auto 100%;
	}
	.box_clinic_feature04{
		margin-top: calc(90 /var(--break)*100vw);
		width: calc(700 / 1599 * 100vw );
		border: solid calc(4 / 1599 * 100vw ) #f3be85;
		background: url(images/clinic/deco_feature04_2.png)no-repeat right calc(16 / 1599 * 100vw ) top calc(16 / 1599 * 100vw )/calc(110 / 1599 * 100vw ),rgba(255,255,255,0.9);
		padding: calc(44 / 1599 * 100vw ) calc(56 / 1599 * 100vw ) calc(48 / 1599 * 100vw );
	}
	.box_clinic_feature04 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(20 / 1599 * 100vw );
	}
	.box_clinic_feature04 .txt{
		font-size: calc(18/1599*100vw);
	}
	.row_clinic_feature04{
		gap:0 calc(20/ 1599 * 100vw );
	}
	.row_clinic_feature04 .col{
		width: calc(235 / 1599 * 100vw );
		height: calc(235 / 1599 * 100vw );
	}
	.row_clinic_feature04 .col .icn{
		width: calc(50 / 1599 * 100vw );
		margin-bottom: calc(12 / 1599 * 100vw );
	}
	.row_clinic_feature04 .col p{
		font-size: calc(22 /1599*100vw);
		line-height: calc(36/22*100%);
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic_feature01{
		background: url(images/clinic/img_feature01.jpg)no-repeat right calc(-200 /1599*100vw) center/ auto 100%;
	}
	.bg_clinic_feature02{
		background: url(images/clinic/img_feature02.jpg)no-repeat left calc(-200 /1599*100vw) center/ auto 100%;
	}
	.bg_clinic_feature03{
		background: url(images/clinic/img_feature03.jpg)no-repeat right calc(-200 /1599*100vw) center/ auto 100%;
	}
	.bg_clinic_feature04{
		background: url(images/clinic/img_feature04.jpg)no-repeat left calc(-200 /1599*100vw) center/ auto 100%;
	}
}
@media(max-width: 767px) {
	.wrap_clinic_feature01{
	}
	.wrap_clinic_feature01::before{
		width: calc(439 /var(--break)*100vw);
		height: calc(850 /var(--break)*100vw);
		top: calc(-101 /var(--break)*100vw);
	}
	.wrap_clinic_feature01::after{
		content: "";
		background: #ff8d9d;
		width: 100%;
		height: calc(300 /var(--break)*100vw);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.bg_clinic_feature01{
		background: url(images/clinic/img_feature01.jpg)no-repeat center top/ 100% auto;
		padding-top: calc(407 / var(--break) * 100vw );
		padding-bottom: calc(60 / var(--break) * 100vw );
	}
	.num_clinic_feature01{
		width: calc(257 / var(--break) * 100vw );
		margin: 0 auto calc(23 /var(--break)*100vw);
		position: static;
	}
	.box_clinic_feature01{
		margin-top: 0;
		width: calc(700 / var(--break) * 100vw );
		border: solid calc(4 / var(--break) * 100vw ) #ff8d9d;
		background: url(images/clinic/deco_feature01_2.png)no-repeat left calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(125 / var(--break) * 100vw ),rgba(255,255,255,0.9);
		padding: calc(33 / var(--break) * 100vw ) calc(36 / var(--break) * 100vw ) calc(42 / var(--break) * 100vw );
	}
	.box_clinic_feature01 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(8 / var(--break) * 100vw );
	}
	.wrap_clinic_feature01_2::before{
		height: calc(541 /var(--break)*100vw);
	}
	.wrap_clinic_feature01_2 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic_feature01{
		gap:0 calc(24/ var(--break) * 100vw );
	}
	.row_clinic_feature01 .col{
		width: calc(314 / var(--break) * 100vw );
		height: calc(314 / var(--break) * 100vw );
	}
	.row_clinic_feature01 .col p{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(44/28*100%);
	}
	.row_clinic_feature01 .col:last-child{
		margin-top: calc(-22 /var(--break)*100vw);
	}

	.wrap_clinic_feature02{
	}
	.wrap_clinic_feature02::before{
		width: calc(438 /var(--break)*100vw);
		height: calc(850 /var(--break)*100vw);
		top: calc(-100 /var(--break)*100vw);
	}
	.wrap_clinic_feature02::after{
		height: calc(300 /var(--break)*100vw);
	}
	.bg_clinic_feature02{
		background: url(images/clinic/img_feature02.jpg)no-repeat center top/ 100% auto;
		padding-top: calc(415 / var(--break) * 100vw );
		padding-bottom: calc(60 / var(--break) * 100vw );
	}
	.num_clinic_feature02{
		width: calc(257 / var(--break) * 100vw );
		margin: 0 auto calc(23 /var(--break)*100vw);
		position: static;
	}
	.box_clinic_feature02{
		margin-top: 0;
		width: calc(700 / var(--break) * 100vw );
		border: solid calc(4 / var(--break) * 100vw ) #cab0e3;
		background: url(images/clinic/deco_feature02_2.png)no-repeat right calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(150 / var(--break) * 100vw ),rgba(255,255,255,0.9);
		padding: calc(33 / var(--break) * 100vw ) calc(36 / var(--break) * 100vw ) calc(42 / var(--break) * 100vw );
	}
	.box_clinic_feature02 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(8 / var(--break) * 100vw );
	}
	.wrap_clinic_feature02_2{
		padding-top: calc(40 /var(--break)*100vw);
		padding-bottom:0;
		margin-bottom: calc(100 /var(--break)*100vw);
	}
	.wrap_clinic_feature02_2::before{
		content: "";
		background: url("images/page/ptn02.png")repeat left top/calc(6 /var(--break)*100vw),#efe7f7;
		width: 100%;
		height: calc(100% - (100 /var(--break)*100vw));
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.box_clinic_feature02_2{
		padding: calc(43 / var(--break) * 100vw ) calc(40 / var(--break) * 100vw ) 0;
	}
	.box_clinic_feature02_2 .ttl{
		width: 100%;
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		border-bottom: dotted calc(6 / var(--break) * 100vw ) #cab0e3;
		padding-bottom: calc(17 / var(--break) * 100vw );
		margin-bottom: calc(20 / var(--break) * 100vw );
	}
	.row_clinic_feature02 .col_img{
		width: calc(240 /var(--break)*100vw);
		margin: auto;
	}
	.row_clinic_feature02 .col_txt{
		width: 100%;
		margin-bottom: calc(9 /var(--break)*100vw);
	}
	.wrap_clinic_feature03{
	}
	.wrap_clinic_feature03::before{
		width: calc(439 /var(--break)*100vw);
		height: calc(850 /var(--break)*100vw);
		top: calc(-101 /var(--break)*100vw);
	}
	.wrap_clinic_feature03::after{
		content: "";
		background: #99d0de;
		width: 100%;
		height: calc(300 /var(--break)*100vw);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.bg_clinic_feature03{
		background: url(images/clinic/img_feature03.jpg)no-repeat center top/ 100% auto;
		padding-top: calc(407 / var(--break) * 100vw );
		padding-bottom: calc(60 / var(--break) * 100vw );
	}
	.num_clinic_feature03{
		width: calc(257 / var(--break) * 100vw );
		margin: 0 auto calc(23 /var(--break)*100vw);
		position: static;
	}
	.box_clinic_feature03{
		margin-top: 0;
		width: calc(700 / var(--break) * 100vw );
		border: solid calc(4 / var(--break) * 100vw ) #99d0de;
		background: url(images/clinic/deco_feature03_2.png)no-repeat left calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(100 / var(--break) * 100vw ),rgba(255,255,255,0.9);
		padding: calc(33 / var(--break) * 100vw ) calc(36 / var(--break) * 100vw ) calc(42 / var(--break) * 100vw );
	}
	.box_clinic_feature03 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(8 / var(--break) * 100vw );
	}
	.wrap_clinic_feature03_2::before{
		height: calc(100% - (200 /var(--break)*100vw));
	}
	.row_clinic_feature03{
		width: 100%;
		gap:calc(50 /var(--break)*100vw) 0;
	}
	.row_clinic_feature03 .col{
		width: 100%;
	}
	.row_clinic_feature03 .col img{
		width: 100%;
	}
	.row_clinic_feature03 .col .ttl{
		height: calc(80 /var(--break)*100vw);
	}
	.row_clinic_feature03 .col .ttl p{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_clinic_feature03_2{
		background: #fff;
		border: solid calc(4 / var(--break) * 100vw ) #99d0de;
		padding: calc(33 / var(--break) * 100vw ) calc(36 / var(--break) * 100vw ) calc(42 / var(--break) * 100vw );
	}
	.box_clinic_feature03_2 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding-bottom: calc(18 /var(--break)*100vw);
		border-bottom: dotted calc(6 / var(--break) * 100vw ) #99d0de;
		margin-bottom: calc(28 / var(--break) * 100vw );
	}
	
	
	.wrap_clinic_feature04{
	}
	.wrap_clinic_feature04::before{
		width: calc(438 /var(--break)*100vw);
		height: calc(850 /var(--break)*100vw);
		top: calc(-100 /var(--break)*100vw);
	}
	.wrap_clinic_feature04::after{
		height: calc(300 /var(--break)*100vw);
	}
	.bg_clinic_feature04{
		background: url(images/clinic/img_feature04.jpg)no-repeat center top/ 100% auto;
		padding-top: calc(415 / var(--break) * 100vw );
		padding-bottom: calc(60 / var(--break) * 100vw );
	}
	.num_clinic_feature04{
		width: calc(257 / var(--break) * 100vw );
		margin: 0 auto calc(23 /var(--break)*100vw);
		position: static;
	}
	.box_clinic_feature04{
		margin-top: 0;
		width: calc(700 / var(--break) * 100vw );
		border: solid calc(4 / var(--break) * 100vw ) #f3be85;
		background: url(images/clinic/deco_feature04_2.png)no-repeat right calc(16 / var(--break) * 100vw ) top calc(16 / var(--break) * 100vw )/calc(110 / var(--break) * 100vw ),rgba(255,255,255,0.9);
		padding: calc(33 / var(--break) * 100vw ) calc(36 / var(--break) * 100vw ) calc(42 / var(--break) * 100vw );
	}
	.box_clinic_feature04 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(8 / var(--break) * 100vw );
	}
	.wrap_clinic_feature04_2{
		padding-top: calc(40 /var(--break)*100vw);
		padding-bottom:0;
		margin-bottom: calc(100 /var(--break)*100vw);
	}
	.wrap_clinic_feature04_2::before{
		content: "";
		background: url("images/page/ptn02.png")repeat left top/calc(6 /var(--break)*100vw),#fbebda;
		width: 100%;
		height: calc(100% - (100 /var(--break)*100vw));
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.row_clinic_feature04{
		gap:calc(20 /var(--break)*100vw) calc(20/ var(--break) * 100vw );
		margin-bottom: calc(100 /var(--break)*100vw);
	}
	.row_clinic_feature04 .col{
		width: calc(313 / var(--break) * 100vw );
		height: calc(313 / var(--break) * 100vw );
	}
	.row_clinic_feature04 .col .icn{
		width: calc(60 /var(--break)*100vw);
		margin-bottom: calc(12 / var(--break) * 100vw );
	}
	.row_clinic_feature04 .col .icn img{
		width: 100%;
	}
	.row_clinic_feature04 .col p{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(52/32*100%);
	}
	.box_clinic_feature04_2{
		background: #fff;
		border: solid calc(4 / var(--break) * 100vw ) #ed9a40;
		padding: calc(33 / var(--break) * 100vw ) calc(36 / var(--break) * 100vw ) calc(42 / var(--break) * 100vw );
	}
	.box_clinic_feature04_2 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding-bottom: calc(18 /var(--break)*100vw);
		border-bottom: dotted calc(6 / var(--break) * 100vw ) #ed9a40;
		margin-bottom: calc(28 / var(--break) * 100vw );
	}
	.box_clinic_feature04_2 .point{
		width: calc(140 /var(--break)*100vw);
		height: calc(40 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0.1em;
		line-height: calc(40 /var(--break)*100vw);
		color: #fff;
		padding-left: calc(40 /var(--break)*100vw);
		background: url("images/clinic/icn_feature04_5.svg")no-repeat left calc(20 /var(--break)*100vw) center/calc(11 /var(--break)*100vw),#ed9a40;
		top: calc(16 /var(--break)*100vw);
		left: calc(-24 /var(--break)*100vw);
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}
.row_clinic_fc {
	gap:calc(40 /var(--break)*100vw) calc(29/1240*100%);
}
.row_clinic_fc .col {
	width:  calc(394/1240*100%);
}
.row_clinic_fc .col .ttl{
	background: #cab0e3;
	color: #fff;
}
.row_clinic_fc .col:nth-child(3n - 1) .ttl{
	background: #99d0de;
}
.row_clinic_fc .col:nth-child(3n) .ttl{
	background: #99dbc0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_fc {
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic_fc .col {
		width:  calc(340/702*100%);
	}
	.row_clinic_fc .col .ttl{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}
.wrap_clinic_time::before{
	content: "";
	width: 100%;
	height: calc(256 /var(--break)*100vw);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.img_clinic_time{
	width: calc(770 /var(--break)*100vw);
	margin-bottom: calc(41 /var(--break)*100vw);
}
@media(max-width: 767px) {
	.wrap_clinic_time::before{
		content: "";
		width: 100%;
		height: calc(256 /var(--break)*100vw);
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}
	.img_clinic_time{
		width: calc(700 /var(--break)*100vw);
		margin-bottom: calc(41 /var(--break)*100vw);
	}
}
.row_clinic_access .col_l{
	width: 47.5%;
	border: solid calc(4 /var(--break)*100vw) #f3be85;
	padding: calc(37 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(27 /var(--break)*100vw);
}
.row_clinic_access .col_r{
	width: 47.5%;
	border: solid calc(4 /var(--break)*100vw) #99d0de;
	padding: calc(37 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(27 /var(--break)*100vw);
}
.row_clinic_access .icn{
	width: calc(140 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_clinic_access .ttl{
	padding-bottom: calc(7 /var(--break)*100vw);
	margin-bottom: calc(19 /var(--break)*100vw);
}
.row_clinic_access .col_l .ttl{
	border-bottom: solid 1px #f3be85;
}
.row_clinic_access .col_r .ttl{
	border-bottom: solid 1px #99d0de;
}
@media(max-width: 767px) {
	.row_clinic_access{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(40 /var(--break)*100vw);
	}
	.row_clinic_access .col_l{
		width: 100%;
		padding: calc(37 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(27 /var(--break)*100vw);
	}
	.row_clinic_access .col_r{
		width: 100%;
		padding: calc(37 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(27 /var(--break)*100vw);
	}
	.row_clinic_access .icn{
		width: calc(140 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.row_clinic_access .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-bottom: calc(7 /var(--break)*100vw);
		margin-bottom: calc(19 /var(--break)*100vw);
	}
}


/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img{
	width: calc(460/1240*100%);
}
.row_staff01 .col_img .img::after{
	content: "";
	width: 100%;
	height: calc(100% - calc(20 /var(--break)*100vw));
	background: #F3BE85;
	background: linear-gradient(180deg, rgba(243, 190, 133, 1) 0%, rgba(255, 141, 157, 1) 100%);
	position: absolute;
	bottom: 0;
	right: calc(-20 /var(--break)*100vw);
	z-index: -1;
}
.row_staff01 .col_img .row_name .txt1{
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	line-height: calc(100 /var(--break)*100vw);
	border-radius: 100%;
	margin-right: calc(12 /var(--break)*100vw);
}
.row_staff01 .col_img .row_name .txt2{
	width: calc(220 /var(--break)*100vw);
}
.row_staff01 .col_img .row_name .txt2 .ja{
	margin-bottom: calc(10 /var(--break)*100vw);
}
.row_staff01 .col_img .row_name .txt2 .en{
	letter-spacing: 0.3em;
}
.row_staff01 .col_txt{
	width: calc(730/1240*100%);
}

.img_staff02::before{
	content: "";
	background: url("images/staff/deco_staff01.png")no-repeat center/contain;
	width: calc(133 /var(--break)*100vw);
	height: calc(140 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-25 /var(--break)*100vw);
	left: calc(30 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		width: calc(460/var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_staff01 .col_img .row_name .txt1{
		font-size: 0.75rem;
		letter-spacing: 0;
		width: calc(100 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
		border-radius: 100%;
		margin-right: calc(12 /var(--break)*100vw);
	}
	.row_staff01 .col_img .row_name .txt2{
		width: calc(220 /var(--break)*100vw);
	}
	.row_staff01 .col_img .row_name .txt2 .ja{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.row_staff01 .col_img .row_name .txt2 .en{
		font-size: 0.875rem;
		letter-spacing: 0.3em;
	}
	.row_staff01 .col_txt{
		width: 100%;
	}
}


/* ピル外来 pill
------------------------------------------------------------------*/
.row_pill01{
	gap:0 calc(27/1240*100%);
}
.row_pill01 .col{
	width: calc(395 /1240*100%);
}
.row_pill01 .col a{
	height: calc(195 /var(--break)*100vw);
	border: solid 1px #eb7289;
	border-radius: calc(20 /var(--break)*100vw);
	padding-bottom: calc(56 /var(--break)*100vw);
}
.row_pill01 .col a::after{
	content: "";
	background: url("images/pill/arw_pill01.svg")no-repeat center/contain;
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	position: absolute;
	bottom: calc(19 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_pill01 .col:nth-child(3) a::after{
	background: url("images/pill/arw_pill02.svg")no-repeat center/contain;
}
.row_pill01 .col a .txt1{
	margin-bottom: calc(3 /var(--break)*100vw);
}
.row_pill01 .col a .txt2{
	line-height: calc(28/18*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pill01 .col a .txt1{
		font-size: 1.125rem;
	}
	.row_pill01 .col a .txt2{
		font-size: 1rem;
	}
}
@media(max-width: 767px) {
	.row_pill01{
		width: 100%;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_pill01 .col{
		width: 100%;
	}
	.row_pill01 .col a{
		height: calc(195 /var(--break)*100vw);
		border: solid 1px #eb7289;
		border-radius: calc(20 /var(--break)*100vw);
		padding-bottom: calc(56 /var(--break)*100vw);
	}
	.row_pill01 .col a::after{
		content: "";
		background: url("images/pill/arw_pill01.svg")no-repeat center/contain;
		width: calc(40 /var(--break)*100vw);
		height: calc(40 /var(--break)*100vw);
		position: absolute;
		bottom: calc(19 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_pill01 .col:nth-child(3) a::after{
		background: url("images/pill/arw_pill02.svg")no-repeat center/contain;
	}
	.row_pill01 .col a .txt1{
		font-size: 1rem;
		margin-bottom: calc(3 /var(--break)*100vw);
	}
	.row_pill01 .col a .txt2{
		font-size: 0.75rem;
		line-height: calc(28/18*100%);
	}
}
.row_pill02{
	gap:calc(40 /var(--break)*100vw) calc(29/1240*100%);
}
.row_pill02 .col{
	width: calc(394/1240*100%);
	padding-top: calc(61 /var(--break)*100vw);
}
.row_pill02 .col .box{
	border: solid calc(4 /var(--break)*100vw) #cab0e3;
	border-radius: calc(20 /var(--break)*100vw);
}
.row_pill02 .col:nth-child(3n - 1) .box{
	border: solid calc(4 /var(--break)*100vw) #99d0de;
}
.row_pill02 .col:nth-child(3n) .box{
	border: solid calc(4 /var(--break)*100vw) #99dbc0;
}
.row_pill02 .col .box::before{
	content: "";
	background: url("images/pill/icn_merit01.svg")no-repeat center/contain;
	width: calc(80 /var(--break)*100vw);
	height: calc(97 /var(--break)*100vw);
	position: absolute;
	top: calc(-61 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.row_pill02 .col:nth-child(3n - 1) .box::before{
	background: url("images/pill/icn_merit02.svg")no-repeat center/contain;
}
.row_pill02 .col:nth-child(3n) .box::before{
	background: url("images/pill/icn_merit03.svg")no-repeat center/contain;
}
.row_pill02 .col .box .num{
	width: calc(80 /var(--break)*100vw);
	top: calc(-43 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_pill02 .col .box .ttl{
	background: #cab0e3;
	border-top-left-radius: calc(15 /var(--break)*100vw);
	border-top-right-radius: calc(15 /var(--break)*100vw);
	padding: calc(3 /var(--break)*100vw) 0 calc(9 /var(--break)*100vw);
}
.row_pill02 .col:nth-child(3n - 1) .box .ttl{
	background: #99d0de;
}
.row_pill02 .col:nth-child(3n) .box .ttl{
	background: #99dbc0;
}
.row_pill02 .col .box .txt{
	padding: calc(18 /var(--break)*100vw) calc(26 /var(--break)*100vw) calc(18 /var(--break)*100vw);
}

.row_pill03 {
	gap: calc(40 / var(--break) * 100vw) 1.55%;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_pill03 .col {
	width: 32.3%;
	max-width: 394px;
}
.row_pill03 .col .ttl{
	background: #cab0e3;
	color: #fff;
	line-height: calc(38/22*100%);
}
.row_pill03 .col:nth-child(3n - 1) .ttl{
	background: #99d0de;
}
.row_pill03 .col:nth-child(3n) .ttl{
	background: #99dbc0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pill02 .col .box .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}
@media(max-width: 767px) {
	
	.row_pill02{
		width: calc(600 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_pill02 .col{
		width: 100%;
		padding-top: calc(61 /var(--break)*100vw);
	}
	.row_pill02 .col .box .num{
		font-size: 0.9375rem;
		width: calc(80 /var(--break)*100vw);
		top: calc(-43 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_pill02 .col .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_pill02 .col .box .txt{
		padding: calc(18 /var(--break)*100vw) calc(26 /var(--break)*100vw) calc(18 /var(--break)*100vw);
	}
	.row_pill03 {
		width: calc(702 / var(--break) * 100vw);
		gap:calc(40 /var(--break)*100vw) calc(22 /var(--break)*100vw);
	}
	.row_pill03 .col {
		width: calc(340 /var(--break)*100vw);
		max-width: 100%!important;
	}
	.row_pill03 .ttl {
		font-size: 0.75rem;
		letter-spacing: 0;
		padding: 2vw 3vw;
	}
}
.tbl_default.tbl_pill table {
	border: 1px solid #757575;
	width: 100%;
	line-height: 1.5;
}
.tbl_default.tbl_pill table thead th{
	background: #eb7289;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-top: 1px solid #eb7289;
	border-right: 1px solid #fff;
}
.tbl_default.tbl_pill table thead th:first-child{
	border-left: 1px solid #eb7289;
}
.tbl_default.tbl_pill table thead th:last-child{
	border-right: 1px solid #eb7289;
}
.tbl_default.tbl_pill tbody th {
	background: #f8f5ee;
	color: #757575;
	width: 33.33%;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
}
.tbl_default.tbl_pill tbody tr:not(:last-child) th {
	border-bottom: 1px solid #757575;
}
.tbl_default.tbl_pill tbody td {
	width: 33.33%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #757575;
}
.tbl_default.tbl_pill tbody tr:not(:last-child) td {
	border-bottom: 1px solid #757575;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_default.tbl_pill table thead th{
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 緊急避妊・アフターピル morningpill
------------------------------------------------------------------*/
.img_morningpill02{
	width: 100%;
	max-width: 1000px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 子宮頸がんワクチン・検診・精査・治療 cervical-cancer
------------------------------------------------------------------*/
.list_flow_cervical-cancer li{
	position: relative;
	padding-left: calc(40 / var(--break) * 100vw );
}
.list_flow_cervical-cancer li .txt2{
	margin-top: calc(-2 / var(--break) * 100vw );
}
.list_flow_cervical-cancer li::before{
	content: "";
	background: url(images/cervical-cancer/icn_check_flow.svg)no-repeat center/contain;
	width: calc(20 / var(--break) * 100vw );
	height: calc(20 / var(--break) * 100vw );
	position: absolute;
	top: calc(11 / var(--break) * 100vw );
	left: 0;
}
.list_flow_cervical-cancer li:not(:last-child){
	border-bottom: solid 1px #757575;
	padding-bottom: calc(22 / var(--break) * 100vw );
	margin-bottom: calc(18 / var(--break) * 100vw );
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.list_flow_cervical-cancer li{
		position: relative;
		padding-left: calc(50 / var(--break) * 100vw );
	}
	.list_flow_cervical-cancer li .txt2{
		margin-top: calc(-2 / var(--break) * 100vw );
	}
	.list_flow_cervical-cancer li::before{
		content: "";
		background: url(images/cervical-cancer/icn_check_flow.svg)no-repeat center/contain;
		width: calc(30 / var(--break) * 100vw );
		height: calc(30 / var(--break) * 100vw );
		position: absolute;
		top: calc(28 / var(--break) * 100vw );
		left: 0;
	}
	.list_flow_cervical-cancer li:not(:last-child){
		border-bottom: solid 1px #757575;
		padding-bottom: calc(30 / var(--break) * 100vw );
		margin-bottom: calc(30 / var(--break) * 100vw );
	}
}


/* おりものの異常・性感染症 std
------------------------------------------------------------------*/
.row_std01{
	gap:0 calc(29/1240*100%);
	margin-bottom: calc(60 / var(--break) * 100vw );
}
.row_std01 .col{
	width: calc(394/1240*100%);
	background: #f8f5ee;
}
.row_std01 .col .ttl{
	height: calc(60 / var(--break) * 100vw );
	background: #cab0e3;
}
.row_std01 .col:nth-child(2) .ttl{
	background: #99d0de;
}
.row_std01 .col:nth-child(3) .ttl{
	background: #99dbc0;
}
.row_std01 .col li{
	line-height: 1.5em;
	border-bottom: solid 1px #757575;
	position: relative;
	padding-left: calc(60 / var(--break) * 100vw );
	padding-bottom: calc(13 / var(--break) * 100vw );
	margin-bottom: calc(9 / var(--break) * 100vw );
}
.row_std01 .col li:last-child{
	margin-bottom: 0;
}
.row_std01 .col li::before{
	content: "";
	background: url(images/std/icn_check01.svg)no-repeat center/contain;
	width: calc(20 / var(--break) * 100vw );
	height: calc(20 / var(--break) * 100vw );
	position: absolute;
	top: calc(4 / var(--break) * 100vw );
	left: calc(20 / var(--break) * 100vw );
}
.row_std01 .col:nth-child(2) li::before{
	background: url(images/std/icn_check02.svg)no-repeat center/contain;
}
.row_std01 .col:nth-child(3) li::before{
	background: url(images/std/icn_check03.svg)no-repeat center/contain;
}
.txt_std01{
	margin-bottom: calc(15 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_std01{
		gap:calc(40 / var(--break) * 100vw );
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto calc(60 / var(--break) * 100vw );
	}
	.row_std01 .col{
		width: 100%;
	}
	.row_std01 .col .ttl{
		height: calc(80 / var(--break) * 100vw );
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_std01 .col li{
		font-size: 1rem;
		line-height: 1.5em;
		border-bottom: solid 1px #757575;
		position: relative;
		padding-left: calc(40 / var(--break) * 100vw );
		padding-bottom: calc(13 / var(--break) * 100vw );
		margin-bottom: calc(9 / var(--break) * 100vw );
	}
	.row_std01 .col li:last-child{
		margin-bottom: 0;
	}
	.row_std01 .col li::before{
		width: calc(30 / var(--break) * 100vw );
		height: calc(30 / var(--break) * 100vw );
		top: calc(10 / var(--break) * 100vw );
		left: 0;
	}
	.txt_std01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(15 / var(--break) * 100vw );
	}
}


/* 月経異常 irregular-periods
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 更年期外来 menopause
------------------------------------------------------------------*/
.row_menopause01{
	gap:calc(40 / var(--break) * 100vw ) calc(28.5/1240*100%);
}
.row_menopause01 .col{
	width: calc(225/1240*100%);
	padding-top: calc(25 / var(--break) * 100vw );
}
.row_menopause01 .col .box{
	height: calc(130 / var(--break) * 100vw );
	border-radius: calc(20 / var(--break) * 100vw );
	border:dotted calc(5 / var(--break) * 100vw ) #cab0e3;
	background: #efe7f7;
}
.row_menopause01 .col:nth-child(5n - 3) .box{
	border-color: #99dbc0;
	background: #e0f4ec;
}
.row_menopause01 .col:nth-child(5n - 2) .box{
	border-color: #99d0de;
	background: #e0f1f5;
}
.row_menopause01 .col:nth-child(5n - 1) .box{
	border-color: #ed9a40;
	background: #fbebda;
}
.row_menopause01 .col:nth-child(5n) .box{
	border-color: #eb7289;
	background: #ffdde1;
}
.row_menopause01 .col .box::before{
	content: "";
	background: url(images/menopause/icn_menopause01.svg)no-repeat center/contain;
	width: calc(20 / var(--break) * 100vw );
	height: calc(36 / var(--break) * 100vw );
	position: absolute;
	top: calc(-25 / var(--break) * 100vw );
	left: 0;
	right: 0;
	margin: auto;
}
.row_menopause01 .col:nth-child(5n - 3) .box::before{
	background: url(images/menopause/icn_menopause02.svg)no-repeat center/contain;
}
.row_menopause01 .col:nth-child(5n - 2) .box::before{
	background: url(images/menopause/icn_menopause03.svg)no-repeat center/contain;
}
.row_menopause01 .col:nth-child(5n - 1) .box::before{
	background: url(images/menopause/icn_menopause04.svg)no-repeat center/contain;
}
.row_menopause01 .col:nth-child(5n) .box::before{
	background: url(images/menopause/icn_menopause05.svg)no-repeat center/contain;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_menopause01 .col .box .fz20{
		font-size: calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
.row_menopause01{
	gap:calc(40 / var(--break) * 100vw ) calc(22/702*100%);
}
.row_menopause01 .col{
	width: calc(340/702*100%);
	padding-top: calc(38 / var(--break) * 100vw );
}
.row_menopause01 .col .box{
	height: calc(160 / var(--break) * 100vw );
	border-radius: calc(20 / var(--break) * 100vw );
}
.row_menopause01 .col .box::before{
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	top: calc(-38 / var(--break) * 100vw );
}
	.row_menopause01 .col .box .fz20{
		font-size: 0.875rem;
	}
}


/*  GSM（閉経関連泌尿性器症候群）・尿失禁・腟(膣)のたるみ gsm
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 自費点滴（美容点滴） beauty-drip
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 医療脱毛 hair-removal
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ブライダルチェック・女性ドック bridal-checkup
------------------------------------------------------------------*/
.row_bridal-checkup01 .col{
	width: calc(590 /1240*100%);
	border: solid calc(4 /var(--break)*100vw) #eb7289;
	padding: calc(42 /var(--break)*100vw) calc(36 /var(--break)*100vw) calc(51 /var(--break)*100vw);
}
.row_bridal-checkup01 .col:nth-child(2){
	border-color: #ed9a40;
}
.row_bridal-checkup01 .plan{
	width: calc(150 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(40 /var(--break)*100vw);
	color: #fff;
	padding-left: calc(40 /var(--break)*100vw);
	background: url("images/bridal-checkup/icn_img_bridal-checkup01.svg")no-repeat left calc(20 /var(--break)*100vw) center/calc(11 /var(--break)*100vw),#eb7289;
	top: calc(6 /var(--break)*100vw);
	left: calc(-24 /var(--break)*100vw);
}
.row_bridal-checkup01 .col:nth-child(2) .plan{
	background: url("images/bridal-checkup/icn_img_bridal-checkup01.svg")no-repeat left calc(20 /var(--break)*100vw) center/calc(11 /var(--break)*100vw),#ed9a40;
}
.row_bridal-checkup01 .name_plan{
	margin-bottom: calc(4 /var(--break)*100vw);
}
.row_bridal-checkup01 .price{
	text-align: right;
	margin-bottom: calc(13 /var(--break)*100vw);
}
.row_bridal-checkup01 .price::after{
	content: "";
	width: 100%;
	height: calc(20 /var(--break)*100vw);
	background: #ffdde1;
	position: absolute;
	bottom: calc(5 /var(--break)*100vw);
	left: 0;
	z-index: -1;
}
.row_bridal-checkup01 .col:nth-child(2) .price::after{
	background: #fbebda;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_bridal-checkup01 .col{
		padding: calc(42 /var(--break)*100vw) calc(36 /1599*100vw) calc(51 /1599*100vw);
	}
	.row_bridal-checkup01 .price{
		font-size: calc(30/1599*100vw);
	}
	.row_bridal-checkup01 .price .fz70{
		font-size: calc(70/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_bridal-checkup01 .col{
		padding: calc(42 /var(--break)*100vw) calc(30 /1599*100vw) calc(51 /1599*100vw);
	}
}
@media(max-width: 767px) {
	.row_bridal-checkup01{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_bridal-checkup01 .col{
		width: 100%;
		padding: calc(42 /var(--break)*100vw) calc(26 /var(--break)*100vw) calc(51 /var(--break)*100vw);
	}
	.row_bridal-checkup01 .plan{
		width: calc(150 /var(--break)*100vw);
		height: calc(40 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.row_bridal-checkup01 .name_plan{
		font-size: 1rem;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_bridal-checkup01 .price{
		font-size: 0.9375rem;
		text-align: center;
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.row_bridal-checkup01 .price .fz70{
		font-size: 2.1875rem;
	}
	.row_bridal-checkup01 .txt{
		font-size: 0.875rem;
	}
}

.tbl_default.tbl_bridal-checkup table {
	border: 1px solid #757575;
	width: 100%;
	line-height: 1.5;
}
.tbl_default.tbl_bridal-checkup table thead th{
	background: #eb7289;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-top: 1px solid #eb7289;
	border-right: 1px solid #fff;
}
.tbl_default.tbl_bridal-checkup table thead th{
	width: 40%;
}
.tbl_default.tbl_bridal-checkup table thead th:first-child{
	width: 20%;
}
.tbl_default.tbl_bridal-checkup table thead th:first-child{
	border-left: 1px solid #eb7289;
}
.tbl_default.tbl_bridal-checkup table thead th:last-child{
	border-right: 1px solid #eb7289;
}
.tbl_default.tbl_bridal-checkup tbody th {
	background: #f8f5ee;
	color: #757575;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
}
.tbl_default.tbl_bridal-checkup tbody tr:not(:last-child) th {
	border-bottom: 1px solid #757575;
}
.tbl_default.tbl_bridal-checkup tbody td {
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #757575;
}
.tbl_default.tbl_bridal-checkup tbody tr:not(:last-child) td {
	border-bottom: 1px solid #757575;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_default.tbl_bridal-checkup table thead th{
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* 漢方療法 kampo-therapy
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	border: solid calc(10 /var(--break)*100vw) #f8f5ee;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
}
.box_risk01 .box .txt{
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.box_invisalign {
	max-width: 1000px;
	border: solid 1px #EB7289;
	background: #fff;
}
.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: #eb7289 !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;
	}
	.box_invisalign {
		max-width: calc(702 /var(--break)*100vw);
	}
	.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
------------------------------------------------------------------*/
.box_recruit01{
	background: #ffdde1;
	border: solid calc(4 /var(--break)*100vw) #eb7289;
	height: calc(172 /var(--break)*100vw);
}
.box_recruit01 .copy{
	line-height: calc(50/24*100%);
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: rgba(117,117,117,0.05);
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #eb7289;
}
.btn_submit input {
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_recruit01{
		height: auto;
		padding: calc(40 /var(--break)*100vw) 0;
	}
	.box_recruit01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

/* お問い合わせ 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 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	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 solid #959595;
}
.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: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	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 #959595;
	color: #959595;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.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: #959595;
	background: #959595;
	color: #fff;
}
.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{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

@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;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.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));
	}
}