@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: 0 0 calc(200 / var(--break) * 100vw);
}
.bg_main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(132 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.low_head {
	background: url("images/page/bg_pattern01.png") repeat center / calc(30 / var(--break) * 100vw);
	height: calc(150 / var(--break) * 100vw);
}
.low_head .tel_head a {
	background: #222!important;
	color: #fff!important;
}
.bg_hdg3 {
	border-top: calc(6 / var(--break) * 100vw) solid #222;
	border-bottom: 2px solid #222;
}
.hdg4 {
	background: url("images/page/hdg4_bg01.png") no-repeat left / contain,url("images/page/hdg4_bg02.png") no-repeat right / contain;
}
.hdg5 {
	background: url("images/page/deco_ttl01.svg") no-repeat left calc(4 / var(--break) * 100vw) top calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw),url("images/page/deco_ttl02.svg") no-repeat right calc(4 / var(--break) * 100vw) top calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw),url("images/page/deco_ttl03.svg") no-repeat right calc(4 / var(--break) * 100vw) bottom calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw),url("images/page/deco_ttl04.svg") no-repeat left calc(4 / var(--break) * 100vw) bottom calc(4 / var(--break) * 100vw) / calc(20 / var(--break) * 100vw);
}
.hdg5:before {
	position: absolute;
	content: "";
	background: url("images/page/deco_ttl05.svg") no-repeat left center / contain;
	width: calc(48 / var(--break)* 100vw);
	height: calc(21 / var(--break)* 100vw);
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(-20 / var(--break) * 100vw);
}
.hdg5.pink:before {
	background: url("images/page/deco_ttl06.svg") no-repeat left center / contain;
}
.hdg5.blue:before {
	background: url("images/page/deco_ttl07.svg") no-repeat left center / contain;
}
.hdg5.purple:before {
	background: url("images/page/deco_ttl08.svg") no-repeat left center / contain;
}
.hdg5.green:before {
	background: url("images/page/deco_ttl09.svg") no-repeat left center / contain;
}
.bg_common01:before {
	position: absolute;
	content: "";
	background: url("images/page/bg_deco01.png") no-repeat center bottom / contain;
	width: 100%;
	height: calc(297 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_common02 {
	background: url("images/page/bg_trouble01.svg") no-repeat center top / 100% auto;
}
.box_common01 {
	border: 2px solid #222;
}
.box_common01 .wrap:before {
	position: absolute;
	content: "";
	background: url("images/page/deco01.svg") no-repeat left top / cover;
	width: calc(84 / var(--break) * 100vw);
	height: calc(84 / var(--break) * 100vw);
	left: calc(-2 / var(--break) * 100vw);
	top: calc(-2 / var(--break) * 100vw);
	z-index: 1;
}
.box_common01 .wrap{
	border: 2px solid #222;
	position: relative;
}
.box_common01.green .wrap:before{
	background: url("images/page/deco09.svg") no-repeat left top / cover;
}
.box_common01.blue .wrap:before{
	background: url("images/page/deco06.svg") no-repeat left top / cover;
}
.box_common01.purple .wrap:before{
	background: url("images/page/deco04.svg") no-repeat left top / cover;
}
.box_common01.pink .wrap:before{
	background: url("images/page/deco05.svg") no-repeat left top / cover;
}
.box_common01.yellow .wrap:before{
	background: url("images/page/deco10.svg") no-repeat left top / cover;
}
.box_common01.img {
	background: url("images/machine/img_machine10.png") no-repeat right calc(53 / var(--break) * 100vw) bottom / calc(200 / var(--break) * 100vw) auto;
}
.box_common01.img .wrap {
	min-height: calc(277 / var(--break) * 100vw);
}
.box_common01 .col_txt {
	width: 73%;
}
.box_common02 li:before {
	left: calc(10 / var(--break) * 100vw);
	top: calc(4 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height:  calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check03.svg") no-repeat center / cover;
}
.box_common02 li {
	padding-bottom: calc(4 / var(--break) * 100vw);
	padding-left: calc(42 / var(--break) * 100vw);
	border-bottom: dotted 1px #38312a;
}
.box_common02 li:not(:first-child) {
    margin-top: calc(8 / var(--break)* 100vw);
}
.box_common02 li:nth-child(2) {
	margin-top: 0;
}
.row_common01 .col_img:before {
	position: absolute;
	content: "";
	background: #222222;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	left: calc(-10 / var(--break) * 100vw);
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_common01.r_reverse .col_img:before {
	left: auto;
	right: calc(-10 / var(--break) * 100vw);
}
.row_common03 .col {
	width: 31.8%;
}
.row_common03:after {
	position: relative;
	display: block;
	width: 31.8%;
}
.row_common03 .col:nth-child(n+4){
	margin-top: calc(40 / var(--break) * 100vw);
} 
.row_common03 .col:not(:last-of-type) {
	margin-right: 2.3%;
}
.row_common03 .col:nth-child(3n) {
	margin-right: 0;
}
.row_common04 {
	gap: calc(20 / var(--break) * 100vw) 1.55%;
}
.row_common04 .col {
	width: 32.3%;
	background: url("images/page/deco02.svg") no-repeat left calc(-1 / var(--break) * 100vw) top calc(-1 / var(--break) * 100vw)/ calc(60 / var(--break) * 100vw);
}
.row_common04 .col.orange {
	background: url("images/page/deco14.svg") no-repeat left calc(-1 / var(--break) * 100vw) top calc(-1 / var(--break) * 100vw)/ calc(60 / var(--break) * 100vw);
}
.row_common04 .col.purple {
	background: url("images/page/deco15.svg") no-repeat left calc(-1 / var(--break) * 100vw) top calc(-1 / var(--break) * 100vw)/ calc(60 / var(--break) * 100vw);
}
.row_common04 .col.blue {
	background: url("images/page/deco16.svg") no-repeat left calc(-1 / var(--break) * 100vw) top calc(-1 / var(--break) * 100vw)/ calc(60 / var(--break) * 100vw);
}
.row_common05 {
	gap: calc(20 / var(--break) * 100vw) 1.6%;
}
.row_common05 .col {
	width: 23.8%;
}
.row_common05.pt02 {
	gap: calc(20 / var(--break) * 100vw) 2.3%;
}
.row_common05.pt02 .col {
	width: 31.8%;
}
.row_common06 {
	gap: calc(30 / var(--break) * 100vw) 2.3%;
}
.row_common06 .col {
	width: 31.8%;
}
.row_common06 .col:before,.row_common06 .col:after {
	position: absolute;
	content: "";
	background: #222222;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	left: 0;
	top: calc(20 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
}
.row_common06 .col:after {
	top: auto;
	bottom: calc(20 / var(--break) * 100vw);
}
.row_common06 .en:before {
	position: absolute;
	content: "";
	background: url("images/page/deco13.svg") no-repeat left center / contain;
	width: calc(60 / var(--break)* 100vw);
	height: calc(8 / var(--break)* 100vw);
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.wrap_common01 h4 span:before {
	position: absolute;
	content: "";
	background: url("images/page/deco07.svg") no-repeat left center / cover;
	width: calc(20 / var(--break)* 100vw);
	height: calc(20 / var(--break)* 100vw);
	left: 0;
	top: calc(12 / var(--break) * 100vw);
	margin: auto;
}
.wrap_common01.pink h4 span:before {
	background: url("images/page/deco08.svg") no-repeat left center / cover;
}
.wrap_common01.green h4 span:before {
	background: url("images/page/deco11.svg") no-repeat left center / cover;
}
.wrap_common01.blue h4 span:before {
	background: url("images/page/deco12.svg") no-repeat left center / cover;
}
.flow_common .num:before {
	position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #ffffff33;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.flow_common.box_1240px .col_img {
	width: 28%;
	max-width: 345px;
}
.flow_common.box_1240px .col_txt {
	width: 67%;
}
.flow_common {
	border: 2px solid #222;
	background: url("images/page/deco01.svg") no-repeat left calc(-2 / var(--break) * 100vw) top calc(-2 / var(--break) * 100vw) / calc(84 / var(--break) * 100vw)
}
.flow_common.purple {
	background: url("images/page/deco04.svg") no-repeat left calc(-2 / var(--break) * 100vw) top calc(-2 / var(--break) * 100vw) / calc(84 / var(--break) * 100vw)
}
.flow_common.pink {
	background: url("images/page/deco05.svg") no-repeat left calc(-2 / var(--break) * 100vw) top calc(-2 / var(--break) * 100vw) / calc(84 / var(--break) * 100vw)
}
.flow_common.blue {
	background: url("images/page/deco06.svg") no-repeat left calc(-2 / var(--break) * 100vw) top calc(-2 / var(--break) * 100vw) / calc(84 / var(--break) * 100vw)
}
.arw_flow:before {
	bottom: calc(-42 / var(--break) * 100vw);
	border-top: calc(40 / var(--break)* 100vw) solid #f08900;
    border-right: calc(70 / var(--break)* 100vw) solid transparent;
    border-left: calc(70 / var(--break)* 100vw) solid transparent;
}
.arw_flow.purple:before {
	border-top-color: #6a3cb6;
}
.arw_flow.pink:before {
	border-top-color: #d73792;
}
.arw_flow.blue:before {
	border-top-color: #24bec1;
}
.row_pay .col {
	width: 32.3%;
	background: url("images/page/deco_pay01.svg") no-repeat left top / calc(260 / var(--break) * 100vw)
}
.row_pay .col:not(:last-of-type){
	margin-right: 1.55%;
}
.row_pay .col:nth-child(3n) {
	margin-right: 0;
}
.tbl_parts_set .tbl_common01 table {
	border: 1px solid #222222;
}
.tbl_parts_set .tbl_common01 th {
	background: #f5f5ee;
	color: #222222;
}
.tbl_parts_set .tbl_common01 td {
	background: #fff;
}
.tbl_parts_set .tbl_common01 tr:not(:last-child) th {
	border-bottom: 1px solid #222222;
}
.tbl_parts_set .tbl_common01 tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.arw_flow:before {
		bottom: calc(-41 / var(--break)* 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.hdg5:before {
		bottom: calc(-19 / var(--break)* 100vw);
	}
	.row_common01 .copy {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.row_common05.pt02 h5{
		padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 0 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.low_head {
		height: calc(176 / var(--break) * 100vw);
	}
	.bg_main_page {
		background: url(images/page/bg_ttl_page_sp.jpg) no-repeat center / cover;
		height: auto;
		padding: 3vw 2vw 3vw;
	}
	.hdg2 {
		text-align: center;
	}
	.hdg2 .ja {
		font-size: calc(50 / var(--break) * 100vw);
		margin-bottom: 0;
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		display: block;
		width: 100%;
	}
	.bg_hdg3 {
		border-top: calc(12 / var(--break)* 100vw) solid #222;
	}
	.hdg3 {
		letter-spacing: 0;
		font-size: calc(46 / var(--break) * 100vw);
	}
	.hdg4 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
		background: url("images/page/hdg4_bg01_sp.png") no-repeat left / contain,url("images/page/hdg4_bg02_sp.png") no-repeat right / contain;
	}
	.hdg4.line2 {
		background: url("images/page/hdg4_bg03_sp.png") no-repeat left / contain,url("images/page/hdg4_bg04_sp.png") no-repeat right / contain;
	}
	.hdg5 {
		letter-spacing: 0;
		line-height: 1.6;
		padding: 3vw 2vw ;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.copy_common {
		letter-spacing: 0;
		line-height: 1.6;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.row_common03 .col {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.row_common03 h5 {
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_common03 .col:nth-child(n+2) {
		margin-top: calc(40 / var(--break)* 100vw);
	}
	.row_common04 .col {
		width: 100%;
		padding: 6vw 5vw 7vw;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common04 {
		gap: calc(40 / var(--break)* 100vw) 0;
	}
	.row_common04 h5 {
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_common05 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(20 / var(--break) * 100vw) 1.6%;
	}
	.row_common05 .col {
		width: 100%;
	}
	.row_common05.pt02 {
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_common05.pt02 .col {
		width: 100%;
	}
	.row_common05 h5 {
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_common06 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_common06 .en {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_common06 h5 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_common06 .col {
		width: 100%;
	}
	.bg_common01:before {
		background: url(images/page/bg_deco01.png) no-repeat center bottom / cover;
		height: calc(380 / var(--break)* 100vw);
	}
	.bg_common02 .en {
		font-size: calc(90 / var(--break) * 100vw);
	}
	.bg_common02 h5 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_common02 {
		margin-bottom: 0;
	}
	.box_common01 .wrap {
		padding: 6vw 4vw;
	}
	.box_common01 .copy {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_common01.img .wrap {
		padding: 53vw 4vw 7vw;
	}
	.box_common01.img {
		background: url(images/machine/img_machine10.png) no-repeat center top 5vw / calc(250 / var(--break)* 100vw) auto;
	}
	.box_common01 .col_txt {
		width: 100%;
	}
	.box_common02 li:not(:first-child) {
		margin-top: calc(13 / var(--break)* 100vw);
	}
	.box_common02 li {
		padding-bottom: 2vw;
		padding-left: calc(42 / var(--break)* 100vw);
		border-bottom: dotted 1px #38312a;
	}
	.box_common02 li:before {
		left: 0;
		top: 2vw;
		width: calc(26 / var(--break)* 100vw);
		height: calc(26 / var(--break)* 100vw);
	}
	.flow_common .col_txt h4 .ttl {
		letter-spacing: 0;
		padding-top: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.flow_common .col_txt h4 {
		align-items: center;
	}
	.wrap_common01 .copy {
		letter-spacing: 0;
		text-align: left;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.wrap_common01 h4 span:before {
		width: calc(24 / var(--break)* 100vw);
		height: calc(24 / var(--break)* 100vw);
		top: calc(20 / var(--break)* 100vw);
	}
	.row_pay .col {
		width: 48%;
		padding: 6vw 3vw 7vw;
	}
	.row_pay .col:not(:last-of-type) {
		margin-right: 4%;
	}
	.row_pay .col:nth-child(2n) {
		margin-right: 0;
	}
	
}


/* 院長・医院紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	max-width: 460px;
	width: 40%;
}
.row_staff01 .col_txt {
    width: 58%;
}
.row_staff02 .year {
	font-weight: 300;
	width: calc(125 / var(--break) * 100vw);
}
.row_staff02 .txt{
	width: calc(100% - calc(150 / var(--break) * 100vw));
}
.row_staff02 li:not(:first-child) {
    margin-top: calc(13 / var(--break)* 100vw);
}
.row_staff03 .col {
	margin: 0 calc(10 / var(--break) * 100vw);
	width: calc(232 / var(--break) * 100vw);
}
.row_staff04 {
	gap: calc(20 / var(--break) * 100vw) 1.55%;
}
.row_staff04 .col {
	width: 32.3%;
}
.box_staff01 {
	background: url("images/staff/bg_staff01.png") no-repeat center top / cover;
}
.box_staff01 .col_img {
	width: 56%;
	max-width: 637px;
}
.box_staff01 .col_txt {
	width: 42.3%;
}
.copy_staff01 span:before {
	position: absolute;
	content: "";
	background: #24bec1;
	width: calc(3 / var(--break) * 100vw);
	height: calc(34 / var(--break) * 100vw);
	left: calc(-38 / var(--break) * 100vw);
	bottom: 0;
	top: calc(4 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
	transform: rotate(-30deg);
}
.copy_staff01 span:after {
	position: absolute;
	content: "";
	background: #24bec1;
	width: calc(3 / var(--break) * 100vw);
	height: calc(34 / var(--break) * 100vw);
	right: calc(-38 / var(--break) * 100vw);
	bottom: 0;
	top: calc(4 / var(--break) * 100vw);
	margin: auto;
	z-index: -1;
	transform: rotate(30deg);
}
.wrap_staff02:before {
	position: absolute;
	content: "";
	background: #e9f2f3;
	width: 100%;
	height: 68%;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	border-bottom: 2px solid #222;
	border-top: 2px solid #222;
}
.row_staff05 .col {
	width: 48.4%;
}
.row_staff05 .tbl_foot {
	margin-right: auto;
	margin-left: auto;
}
.row_staff06 {
	gap: calc(20 / var(--break) * 100vw) 5%;
}
.row_staff06 .col {
	width: 47.5%;
	height: calc(400 / var(--break) * 100vw);
}
.row_staff06 .icn {
	width: calc(176 / var(--break) * 100vw);
}
.row_staff07 {
	gap: calc(20 / var(--break) * 100vw) 0.75%;
}
.row_staff07 .col {
	width: 19.4%;
}
.tel_staff {
	width: calc(360 / var(--break) * 100vw);
}
.tel_staff a {
	height: calc(120 / var(--break) * 100vw);
}
.staff .wrap_map .map{
	padding-top: calc(460 / var(--break) * 100vw);
}
.slide_staff01 .slick-prev {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(102 / var(--break) * 100vw);
	height: calc(102 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12.2%;
	z-index: 1;
}
.slide_staff01 .slick-next {
	background: url(images/page/arw_clinic01.svg) no-repeat center / cover;
	width: calc(102 / var(--break) * 100vw);
	height: calc(102 / var(--break) * 100vw);
	right: -12.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_staff01 .slick-prev:before, .slide_staff01 .slick-next:before {
	display: none;
}
.slide_staff01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_staff01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_staff01 .slide_thumbnail li:nth-child(5n), .slide_staff01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_staff01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}

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

}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_staff01 .slick-prev {
		left: 2%;
		background: url(images/page/arw_clinic01.svg) no-repeat center / calc(102 / var(--break) * 100vw);
	}
	.slide_staff01 .slick-next {
		right: 2%;
		background: url(images/page/arw_clinic01.svg) no-repeat center / calc(102 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.slide_staff01 .slick-prev, .slide_staff01 .slick-next {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.slide_staff01 .slick-prev {
		left: 3vw;
	}
	.slide_staff01 .slick-next {
		right: 3vw;
	}
	.row_staff01 .col_img {
		max-width: calc(460 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_staff01 .col_img .en {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_staff01 .col_img .job {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_staff01 .col_img .ja {
		line-height: 1.2;
		margin-right: 0;
		font-size: calc(60 / var(--break) * 100vw);
	}
	.row_staff02 .year {
		width: calc(200 / var(--break)* 100vw);
	}
	.row_staff02 .txt {
		width: calc(100% - calc(210 / var(--break)* 100vw));
	}
	
	.box_staff01 {
		padding: 6vw 5vw 7vw;
	}
	.box_staff01 .col_txt {
		width: 100%;
	}
	.box_staff01 .col_img {
		width: 100%;
		margin-bottom: 4vw;
	}
	.copy_staff01 {
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.copy_staff01 span:before {
		bottom: 0;
    	top: auto;
		height: calc(50 / var(--break)* 100vw);
	}
	.copy_staff01 span:after {
		bottom: 0;
    	top: auto;
		height: calc(50 / var(--break)* 100vw);
	}
	.row_staff05 .col {
		width: 100%;
	}
	.tel_staff {
		margin-bottom: 4vw;
		width: calc(580 / var(--break)* 100vw);
	}
	.tel_staff a {
		height: calc(140 / var(--break)* 100vw);
	}
	.tel_head .txt {
        margin-bottom: 1vw;
        letter-spacing: 0;
        font-size: calc(26 / var(--break)* 100vw);
    }
	.tel_staff .num {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tel_staff .num .fz34{
		font-size: calc(44 / var(--break) * 100vw);
	}
	.wrap_staff02:before {
		height: 86%;
	}
	.row_staff06 .col {
		width:100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		height: calc(400 / var(--break)* 100vw);
	}
	.row_staff06 h5 {
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_staff07 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.row_staff07 .col {
		width: 48%;
	}
}

/* 当院の医療脱毛が選ばれる理由 clinic
------------------------------------------------------------------*/
.wrap_concept01 .col_img {
	width: 50%;
	min-height: calc(617 / var(--break) * 100vw);
	background: url("images/clinic/img_clinic01.jpg") no-repeat center / cover;
}
.wrap_concept01 .col_txt {
	width: 50%;
	background: url("images/clinic/bg_concept01.png") no-repeat center top / 100% auto;
}
.wrap_concept01 .wrap {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.wrap_concept01 .wrap .txt {
	font-weight: bold;
}
.tbl_clinic01 table {
	border: 1px solid #222222;
}
.tbl_clinic01 thead th {
	background: #222;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tbl_clinic01 thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_clinic01 td {
	border-left: 1px solid #222;
}
.tbl_clinic01 th {
	background: #f5f5ee;
	color: #222;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.tbl_clinic01 td {
	background: #fff;
	vertical-align: middle;
}
.tbl_clinic01 td .db {
	text-align: center;
}
.tbl_clinic01 td:first-of-type {
	background: #fff45c;
}
.tbl_clinic01 tr:not(:last-child) th {
	border-bottom: 1px solid #222222;
}
.tbl_clinic01 tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_concept01 .col_txt h4 {
		font-size: calc(50 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.wrap_concept01 .col_txt {
		width: 100%;
	}
	.wrap_concept01 .col_img {
		width: 100%;
		min-height: calc(480 / var(--break)* 100vw);
	}
	.wrap_concept01 .col_txt {
		padding: 6vw 5vw 7vw;
	}
	.wrap_concept01 .en {
		letter-spacing: 0;
		font-size: calc(80 / var(--break) * 100vw);
	}
	.wrap_concept01 h4 {
		letter-spacing: 0;
		font-size: calc(40 / var(--break) * 100vw);
	}
	.tbl_clinic01 td {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.tbl_clinic01 td .fz30 {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.tbl_clinic01 th {
		padding: 2vw 1vw 3vw;
		font-size: calc(20 / var(--break) * 100vw);
	}
}

/* 医療脱毛機器紹介 machine
------------------------------------------------------------------*/
.bg_machine01 {
	background: url("images/machine/bg_machine01.jpg") no-repeat center / cover;
}
.row_machine01 {
	gap: 0 1%;
	max-width: 890px;
}
.row_machine01 .col {
	width: 49.5%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_machine01 .img {
		max-width: calc(702 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_machine01 .col {
		width: 100%;
	}
	.row_machine01 {
		gap: 3vw 0;
		max-width: 890px;
	}
}

/* 医療脱毛の原理と仕組み mechanism
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 医療脱毛の毛周期 haircycle
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* 医療脱毛のリスクと副作用 risk
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* 全身脱毛 depilation
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* VIO脱毛 vio
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* 顔脱毛 face
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* メンズ脱毛 mens
------------------------------------------------------------------*/
.box_mens01 {
	position: relative;
	z-index: 1;
}
.box_mens01:before {
	position: absolute;
	content: "";
	background: #222222;
	width: 100%;
	height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.box_mens01 .wrap {
	background: url("images/page/deco17.svg") no-repeat right center / contain;
}
.box_mens01 .col_txt {
	width: 63%;
}
.box_mens01 .col_img {
	width: 33.8%;
}
.box_mens01 h4 {
	max-width: calc(547 / var(--break) * 100vw);
}
.box_mens01 .num {
	font-size: calc(72 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_mens01 .col_img {
		width: 100%;
		max-width: calc(450 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.box_mens01 .col_txt {
		width: 100%;
	}
	.box_mens01 .wrap {
		padding: 6vw 5vw 7vw;
	}
	.box_mens01 h4 {
		width: 100%;
		max-width: 100%;
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_mens01 h5 .num {
		letter-spacing: 0;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.box_mens01 h5 .num .fz30{
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_mens01 h5 .txt {
		letter-spacing: 0;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_mens01 .caption {
		letter-spacing: 0;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.box_mens01 .wrap {
		background: url(images/page/deco17.svg) no-repeat right -91vw bottom / auto 100%;
	}
}

/* ヒゲ脱毛 beard
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ニキビ・アトピー肌のかたの医療脱毛 sensitiveskin
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* よくあるご質問 faq
------------------------------------------------------------------*/
.row_needle01 {
	max-width: 1140px;
	gap: calc(50 / var(--break) * 100vw) 5.2%;
}
.row_needle01 .col {
	width: 21.1%;
}
.row_needle02 {
	max-width: 960px;
	gap: calc(50 / var(--break) * 100vw) 6.2%;
}
.row_needle02 .col {
	width: 46.9%;
}
.tbl_needle01 table {
	border: 1px solid #222222;
}
.tbl_needle01 thead th{
	background: #222222!important;
	color: #fff!important;
	text-align: center!important;
	vertical-align: middle!important;
}
.tbl_needle01 thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_needle01 th {
	text-align: center!important;
	vertical-align: middle!important;
}
.tbl_needle01 td {
	padding: calc(15 / var(--break) * 100vw) calc(7 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	background: #fff;
	text-align: center!important;
	vertical-align: middle!important;
}
.tbl_needle01 tr:not(:last-child) th {
	border-bottom: 1px solid #222222;
}
.tbl_needle01 tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
.tbl_needle01 td {
	border-left: 1px solid #222222;
}
.tbl_needle01 td:nth-child(3) {
	background: #fffdda;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_needle01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(50 / var(--break) * 100vw) 8%;
	}
	.row_needle01 .col {
		width: 46%;
	}
	.row_needle01 .txt {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_needle02 {
		max-width: 960px;
		gap: calc(50 / var(--break) * 100vw) 0;
	}
	.row_needle02 .col {
		width: 100%;
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_needle02 h5 {
		letter-spacing: 0;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable table {
		width: calc(1400 / var(--break) * 100vw);
	}
	.tbl_common01.js-scrollable {
		overflow-x: auto!important;
	}
}


/* 料金一覧 price
------------------------------------------------------------------*/
.tbl_cancel01 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.tbl_cancel01 thead th,.tbl_cancel01 thead td {
	background: #fffdda;
	color: #222222;
	font-weight: bold;
	border-bottom: 1px solid #222;
	text-align: center;
}
.tbl_cancel01 thead th {
	border-right: 1px solid #222;
}
.tbl_cancel01 table {
	border: 1px solid #222222;
}
.tbl_cancel01 tbody th {
	background: #f5f5ee;
	color: #222;
	border-right: 1px solid #222;
}
.tbl_cancel01 td {
	background: #fff;
}
.tbl_cancel01 tr:not(:last-child) th {
	border-bottom: 1px solid #222222;
}
.tbl_cancel01 tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
.acc_price .acc_default{
	border: none!important;
}
.acc_price .js_acc_toggle {
	height: calc(80 / var(--break) * 100vw);
}
.acc_price .icn {
    display: block;
    position: absolute;
    right: calc(23 / var(--break)* 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(18 / var(--break)* 100vw);
    height: calc(18 / var(--break)* 100vw);
}
.acc_price .icn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.acc_price .is_open .icn:after {
    opacity: 0;
    transition: .3s;
}
.acc_price .icn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: .3s;
}
.acc_price .js_acc_item {
	border-top: none;
	margin-top: calc(-40 / var(--break) * 100vw);
}
.acc_price .ttl {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.acc_price .ttl:before {
	position: absolute;
	content: "";
	background: #222222;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.acc_price li {
	line-height: 2;
	padding-left: calc(40 / var(--break) * 100vw);
	padding-bottom: calc(9 / var(--break) * 100vw);
	border-bottom: 1px solid #222222;
}
.acc_price li:before {
	left: calc(15 / var(--break) * 100vw);
	top: calc(16 / var(--break) * 100vw);
	background: #222222;
}
.acc_price li:not(:first-child) {
    margin-top: calc(4 / var(--break)* 100vw);
}
.tbl_price01.pt02 {
	margin-bottom: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.acc_price .js_acc_item {
		padding: 10vw 5vw 7vw;
	}
	.acc_price .js_acc_item .ttl{
		font-size: calc(36 / var(--break) * 100vw);
	}
	.acc_price .js_acc_toggle {
		border-radius: calc(80 / var(--break) * 100vw);
		height: calc(100 / var(--break)* 100vw);
	}
	.acc_price .js_acc_toggle .ttl {
		letter-spacing: 0;
		margin-bottom: 0!important;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.acc_price h5 {
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.acc_price li {
		line-height: 1.6;
	}
	.acc_price li:not(:first-child) {
		margin-top: calc(20 / var(--break)* 100vw);
	}
	.acc_price .icn {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
	}
	.tbl_cancel01 td {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.tbl_cancel01 th {
		font-size: calc(28 / var(--break) * 100vw);
	}
}
.slide_price01 {
	max-width: calc(1500 / var(--break) * 100vw);
	margin-right: auto;
	margin-left: auto;
}
.slide_price01 .slick-slide {
	transition: .5s;
}
.slide_price01 .slick-prev, .slide_price01 .slick-next {
	width:calc(102 / var(--break) * 100vw);
	height:calc(102 / var(--break) * 100vw);
	background: url("images/page/arw03.svg")no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_price01 .slick-prev:before, .slide_price01 .slick-next:before {
	display: none;
}
.slide_price01 .slick-prev {
	left: -3.5%;
}
.slide_price01 .slick-next {
	right:-3.5%;
	transform: scaleX(-1);
}
.slide_price01 .slick-dots {
	bottom: calc(-56 / var(--break) * 100vw)
}
.slide_price01 .slick-dots li {
	width: calc(14 / var(--break) * 100vw);
	height: calc(14 / var(--break) * 100vw);
	margin: 0 calc(8 / var(--break) * 100vw);
}
.slide_price01 .slick-dots li button {
	width: calc(14 / var(--break) * 100vw);
	height: calc(14 / var(--break) * 100vw);
	padding: 0;
}
.slide_price01 .slick-dots li button:before {
	content: "";
	background:#e9f2f3;
	width: calc(14 / var(--break) * 100vw);
	height: calc(14 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_price01 .slick-dots li.slick-active button:before {
	background: #222222;
	opacity: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_price01 .slick-prev {
		left: -4%;
	}
	.slide_price01 .slick-next {
		right:-4%;
		transform: scaleX(-1);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_price01 .slick-prev {
		left: -5%;
	}
	.slide_price01 .slick-next {
		right: -5%;
	}
}
@media(max-width: 767px) {
	.slide_price01 {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.slide_price01 .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
	.slide_price01 .slick-prev, .slide_price01 .slick-next {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.slide_price01 .slick-prev {
		left: -5.5vw;
	}
	.slide_price01 .slick-next {
		right: -5.5vw;
	}
	.slide_price01 .slick-dots {
		bottom: -6vw;
	}
	.slide_price01 .slick-dots li, .slide_price01 .slick-dots li button, .slide_price01 .slick-dots li button:before {
		width: calc(14 / 750 * 100vw);
		height: calc(14 / 750 * 100vw);
	}
	.slide_price01 .slick-slide {
		transition: .5s;
	}
}
/* よくあるご質問 faq
------------------------------------------------------------------*/
.row_faq01 .col{
	width: 32.3%;
}
.row_faq01 .col:nth-child(n+4) {
	margin-top: calc(40 / var(--break) * 100vw);
}
.row_faq01 .col:not(:last-of-type) {
	margin-right: 1.55%;
}
.row_faq01 .col:nth-child(3n) {
	margin-right: 0;
}
.row_faq01:after {
	content: "";
	position: relative;
	width: 32.3%;
	display: block;
}
.btn_common03 a {
	height: calc(90 / var(--break) * 100vw);
}
.btn_common03 a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw04.svg") no-repeat left center / contain;
	width: calc(40 / var(--break)* 100vw);
	height: calc(40 / var(--break)* 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.btn_common04 {
	width: calc(602 / var(--break) * 100vw);
}
.btn_common04 .icn {
	width: calc(100 / var(--break) * 100vw);
}
.btn_common04 h4 {
	width: calc(100% - calc(120 / var(--break) * 100vw));
}
.btn_common04 a {
	height: calc(120 / var(--break) * 100vw);
}
.btn_common04 a:before {
	position: absolute;
	content: "";
	background: url("images/page/arw02.svg") no-repeat left center / contain;
	width: calc(40 / var(--break)* 100vw);
	height: calc(40 / var(--break)* 100vw);
	right: calc(30 / var(--break) * 100vw);
	bottom: 0;
	top: 0;
	margin: auto;
}
.qa_common .box_q .txt .icn:before,.qa_common .box_q .txt .icn:after {
	background: #fff;
}
.qa_common {
    margin-bottom: calc(40 / var(--break)* 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_common03 {
		max-width: calc(646 / 750*100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.btn_common03 a {
		font-size: calc(28 / var(--break)* 100vw);
        line-height: 1.36;
		height: calc(150 / var(--break)* 100vw);
		border-radius: calc(80 / var(--break) * 100vw);
	}
	.btn_common03 a:before {
		width: calc(56 / 750*100vw);
		height: calc(56 / 750*100vw);
	}
	.btn_common04 {
		width: calc(646 / var(--break) * 100vw)!important;
	}
	.btn_common04 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.btn_common04 h4 {
		width: calc(100% - calc(125 / var(--break)* 100vw));
        font-size: calc(28 / var(--break)* 100vw);
        line-height: 1.36;
	}
	.btn_common04 a {
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_common04 a:before {
		width: calc(56 / 750*100vw);
		height: calc(56 / 750*100vw);
	}
	.row_faq01 .col{
		width: 100%;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.row_faq01 .col:nth-child(n+2) {
		margin-top: calc(30 / var(--break)* 100vw);
	}
}

/* 症例紹介 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 .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;
	border: ;
}
.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: #222222 !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_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: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@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);
	}
}

/* お問い合わせ 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));
}
@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));
	}
}