@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 0;
}
.main_page {
	background: url("images/page/deco_ttl_page.png")no-repeat right bottom / calc(269 / var(--break) * 100vw), url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("images/page/deco_hdg3_l.png")no-repeat left 10% top / calc(130 / var(--break) * 100vw) auto, url("images/page/deco_hdg3_r.png")no-repeat right 10% bottom / calc(130 / var(--break) * 100vw) auto;
	z-index: 2;
}
.hdg3 span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	background: url("images/page/ptn05.png")repeat left top / calc(7 / var(--break) * 100vw), #a1896b;
	left: 0;
	bottom: 0;
}
.hdg4 {
	border-radius: calc(20 / var(--break) * 100vw) 0 calc(20 / var(--break) * 100vw) 0;
	height: calc(80 / var(--break) * 100vw);
}
.hdg4:before {
	content: "";
	position: absolute;
	width: calc(80 / var(--break) * 100vw);
	height: 100%;
	background: url("images/page/ptn03.png")repeat left top / calc(23 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.hdg4:after {
	content: "";
	position: absolute;
	width: calc(80 / var(--break) * 100vw);
	height: 100%;
	background: url("images/page/ptn03.png")repeat left top / calc(23 / var(--break) * 100vw);
	right: 0;
	top: 0;
}
.hdg5 {
	border-bottom: calc(2 / var(--break) * 100vw) dotted #26060e;
	background: url("images/page/deco_hdg5.png")no-repeat left top / calc(30 / var(--break) * 100vw);
}
.ttl_common01:before, .ttl_common01:after {
	content: "";
	display: block;
	height: calc(2 / var(--break) * 100vw);
	background: url("images/page/ptn05.png")repeat left top / calc(7 / var(--break) * 100vw) #a1896b;
	flex: 1;
}
.row_common01 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	background: #91c458;
	bottom: 0;
	z-index: -1;
	border-radius: calc(100 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw) 0;
}
.row_common01 .col_img.right:after {
	right: calc(-10 / var(--break) * 100vw);
}
.row_common01 .col_img.left:after {
	left: calc(-10 / var(--break) * 100vw);
	background: #f2b4b5;
}
.row_common02 .col_img {
	border-radius: calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw) 0;
	overflow: hidden;
}
.row_common02 .copy {
	border-bottom: 1px solid #623234;
}
.row_common03 {
	gap: calc(30 / var(--break) * 100vw) 2.3%;
}
.row_common03 .col {
	width: 31.8%;
	max-width: 394px;
}
.row_common03 .ttl {
	padding: calc(18 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
}
.row_common03 .ttl:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: #d0e3ba;
	opacity: .2;
	z-index: 0;
}
.row_common03 .ttl.bg_col09:after {
	background: #fde9e1;
}
.row_common03 .ttl.bg_col03:after {
	background: #efe2b1;
}
.row_common03 .ttl.bg_col01:after {
	background: #a1896b;
}
.row_common04 {
	gap: calc(30 / var(--break) * 100vw) 2.3%;
}
.row_common04.col02 {
	gap: calc(30 / var(--break) * 100vw) 4%;
}
.row_common04 .col {
	width: 31.8%;
}
.row_common04.col02 .col {
	width: 48%;
}
.row_common04 .ttl {
	height: calc(65 / var(--break) * 100vw);
	border-bottom: calc(2 / var(--break) * 100vw) solid #efe2b1;
}
.row_common05 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_common05 .col_txt {
	width: 67%;
}
.row_common06 {
	gap: calc(30 / var(--break) * 100vw) 2.3%;
}
.row_common06 .col {
	width: 31.8%;
	height: calc(120 / var(--break) * 100vw);
	border-radius: calc(60 / var(--break) * 100vw);
	border: calc(2 / var(--break) * 100vw) solid #91c458;
}
.row_common06 .col:nth-child(2n) {
	border-color: #f2b4b5;
}
.row_common06 .col:before {
	content: "";
	position: absolute;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	border-radius: calc(55 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #91c458;
}
.row_common06 .col:nth-child(2n):before {
	border-color: #f2b4b5;
}
.bg_common01 {
	background: url("images/page/bg_common01.svg")no-repeat center bottom / 100% auto, url("images/page/ptn02.png")repeat left top / calc(200 / var(--break) * 100vw);
}
.box_common01 .ttl .en {
	width: calc(383 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(-18 / var(--break) * 100vw);
	margin: auto;
}
.box_common01 .ttl .ja {
	height: calc(60 / var(--break) * 100vw);
	border-top: 1px solid #623234;
	border-bottom: 1px solid #623234;
}
.box_common02 {
	background: url("images/page/bg_common02.png")no-repeat left top / calc(120 / var(--break) * 100vw), url("images/page/bg_common03.png")no-repeat right top / calc(120 / var(--break) * 100vw), url("images/page/bg_common04.png")no-repeat left bottom / calc(120 / var(--break) * 100vw), url("images/page/bg_common05.png")no-repeat right bottom / calc(120 / var(--break) * 100vw);
}
.box_common02 > .wrap {
	max-width: 1000px;
}
.list_common01 li {
	border-bottom: 1px solid #f1ebd5;
	padding-left: calc(30 / var(--break) * 100vw);
	padding-bottom: calc(4 / var(--break) * 100vw);
}
.list_common01.list_default01 li {
	max-width: 425px;
}
.list_common01.list_default01 li:not(:nth-child(-n+2)) {
	margin-top: calc(8 / var(--break) * 100vw);
}
.list_common01 li:before {
	background: url("images/page/icn_check03.svg")no-repeat center / cover;
	border-radius: 0;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	top: .2em;
}
.list_common01.icn02 li:before {
	background-image: url("images/page/icn_check04.svg");
}
.tbl_common01 table {
	background: #fff;
	border-color: #623234;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.tbl_common01 th {
	background: #623234;
}
.tbl_common01 thead th {
	text-align: center;
}
.tbl_common01 th.t2 {
	border-left: 1px solid #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #623234;
}
.tbl_common01 .tbl_caption {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: calc(10 / var(--break) * 100vw);
}
.row_pay .col:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #604b32 url("images/page/ptn05.png")repeat left top / calc(7 / var(--break) * 100vw);
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: -1;
	border-radius: calc(10 / var(--break) * 100vw);
}
.row_pay .col .bg {
	height: 100%;
}
.btn_pay01 {
	width: calc(370 / var(--break) * 100vw);
}
.box_qa03 .box_q .box {
	border-radius: 0 0 calc(30 / var(--break) * 100vw) 0;
}
.box_qa03 .box_q .txt .icn:before, .box_qa03 .box_q .txt .icn:after {
	background: #623234;
}
.box_qa03 .box_a {
	position: relative;
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	border-radius: 0 0 calc(30 / var(--break) * 100vw) 0;
	left: 0;
	top: 0;
}
.flow_common {
	background: url("images/page/bg_common06.png")no-repeat right top / calc(100 / var(--break) * 100vw) auto;
}
.flow_common.arw:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: calc(15 / var(--break) * 100vw) solid #604b32;
	border-right: calc(23 / var(--break) * 100vw) solid transparent;
	border-left: calc(23 / var(--break) * 100vw) solid transparent;
	right: 0;
	left: 0;
	bottom: calc(-35 / var(--break) * 100vw);
	margin: auto;
}
.flow_common .ttl .num {
	width: calc(90 / var(--break) * 100vw);
	height: calc(90 / var(--break) * 100vw);
	border-radius: 0 0 calc(20 / var(--break) * 100vw) 0;
}
.flow_common .ttl .ja {
	width: calc(100% - calc(90 / var(--break) * 100vw));
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.hdg3:before {
		background-position: left 5% top, right 5% bottom;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: calc(90 / var(--break) * 100vw) 0 0;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		margin: 0 3.2vw;
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center / cover;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		padding: 2.5vw 0 4vw;
		font-size: 1.4375rem;
		letter-spacing: 0;
		background: #efe2b1;
	}
	.hdg3 span {
		padding: 0;
		background: none!important;
		z-index: 3;
	}
	.hdg3:before {
		background: url("images/page/deco_hdg3_l.png")no-repeat left 3.2vw top / auto calc(104 / var(--break) * 100vw), url("images/page/deco_hdg3_r.png")no-repeat right 3.2vw bottom / auto calc(104 / var(--break) * 100vw);
		height: calc(100% + calc(20 / var(--break) * 100vw));
		top: calc(-10 / var(--break) * 100vw);
	}
	.hdg3:after {
		content: "";
		position: absolute;
		width: 100%;
		height: calc(10 / var(--break) * 100vw);
		background: url(images/page/ptn05.png) repeat left top / calc(7 / var(--break) * 100vw), #a1896b;
		left: 0;
		bottom: 0;
	}
	.hdg3 span:after {
		display: none;
	}
	.hdg4 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		padding: 1.5vw 3vw 1.5vw;
		border-radius: calc(20 / var(--break) * 100vw) 0 calc(20 / var(--break) * 100vw) 0;
		height: auto;
	}
	.hdg4:before {
		width: calc(60 / var(--break) * 100vw);
	}
	.hdg4:after {
		width: calc(60 / var(--break) * 100vw);
	}
	.hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: calc(50 / var(--break) * 100vw);
		max-width: calc(646 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.ttl_common01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.copy_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common01 .col_img:after {
		border-radius: calc(120 / var(--break) * 100vw) 0 calc(120 / var(--break) * 100vw) 0;
	}
	.row_common02 .col_img {
		border-radius: calc(45 / var(--break) * 100vw) 0 calc(45 / var(--break) * 100vw) 0;
	}
	.row_common02 .copy {
		border-bottom: 1px solid #623234;
	}
	.row_common03 {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
	.row_common03 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_common03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 3vw;
	}
	.row_common04 {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
	.row_common04.col02 {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
	.row_common04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_common04.col02 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_common04 .ttl {
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common05 .col_img {
		max-width: calc(600 / var(--break) * 100vw)!important;
	}
	.row_common06 {
		font-size: .75rem;
		letter-spacing: 0;
		gap: calc(30 / var(--break) * 100vw) 2%;
	}
	.row_common06 .col {
		width: 49%;
		height: calc(120 / var(--break) * 100vw);
		border-radius: calc(60 / var(--break) * 100vw);
	}
	.row_common06 .col:before {
		border-radius: calc(55 / var(--break) * 100vw);
	}
	.box_common01 .ttl .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.box_common02 > .wrap {
		max-width: 100%;
	}
	.box_common02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_common01 li {
		padding-left: 6vw;
		padding-bottom: 1vw;
	}
	.list_common01.list_default01 li {
		max-width: 100%;
	}
	.list_common01.list_default01 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common01 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: .4em;
	}
	.list_common01.icn02 li:before {
		background-image: url("images/page/icn_check04.svg");
	}
	.tbl_common01 table {
		background: #fff;
		border-color: #623234;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.tbl_common01 th {
		background: #623234;
	}
	.tbl_common01 thead th {
		text-align: center;
	}
	.tbl_common01 th.t2 {
		border-left: 1px solid #fff;
	}
	.tbl_common01 tr:not(:last-child) td {
		border-bottom-color: #623234;
	}
	.tbl_common01 .tbl_caption {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		margin-top: calc(10 / var(--break) * 100vw);
	}
	.txt_pay01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_pay .col {
		padding: 0;
	}
	.row_pay .col .bg {
		padding: 5vw;
	}
	.row_pay dt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.ttl_pay01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.btn_pay01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.box_qa03 .box_a {
		position: relative;
		padding-left: calc(100 / var(--break) * 100vw);
	}
	.box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.flow_common .ttl .num {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.flow_common .ttl .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
}
.wrap_clinic01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(60 / var(--break) * 100vw));
	left: 0;
	bottom: 0;
	background: url("images/clinic/bg_clinic02.svg")no-repeat left top / calc(611 / var(--break) * 100vw) auto, url("images/page/ptn02.png")repeat left top / calc(200 / var(--break) * 100vw), #efe2b1;
	z-index: -1;
}
.wrap_clinic01.bg02:after {
	background: url("images/clinic/bg_clinic03.svg")no-repeat right top / calc(611 / var(--break) * 100vw) auto, url("images/page/ptn02.png")repeat left top / calc(200 / var(--break) * 100vw), #fff;
}
.row_clinic01 {
	width: 90%;
	max-width: 1720px;
}
.row_clinic01 .col_img {
	width: 50%;
}
.row_clinic01 .col_img:after {
	content: "";
	position: absolute;
	background: #91c458;
	border-radius: calc(100 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw) 0;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
}
.row_clinic01 .col_img.right:after {
	right: calc(-10 / var(--break) * 100vw);
}
.row_clinic01 .col_img.left:after {
	background: #f2b4b5;
	left: calc(-10 / var(--break) * 100vw);
}
.row_clinic01 .col_txt {
	width: 46%;
}
.row_clinic01 .col_txt .wrap {
	max-width: 700px;
}
.row_clinic01 .copy {
	border-bottom: 1px solid #604b32;
}
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_clinic.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_clinic.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.box_clinic01 .col_img {
	width: 38%;
	max-width: 430px;
}
.box_clinic01 .col_txt {
	width: 62%;
}
.list_clinic01 dt {
	width: 21%;
}
.list_clinic01 dd {
	width: 79%;
}
.list_clinic01 dt:not(:last-of-type), .list_clinic01 dd:not(:last-of-type) {
	margin-bottom: calc(15 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .copy {
		font-size: 1.75rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_clinic01 {
		padding-top: calc(50 / var(--break) * 100vw);
	}
	.wrap_clinic01:after {
		height: 100%;
	}
	.row_clinic01 {
		-ms-align-items: flex-start!important;
		align-items: flex-start!important;
	}
	.row_clinic01 .col_txt {
		padding: 0;
	}
	.list_clinic01 dt {
		width: 22%;
	}
	.list_clinic01 dd {
		width: 78%;
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.copy_clinic01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.wrap_clinic01:after {
		height: calc(100% - calc(100 / var(--break) * 100vw));
	}
	.row_clinic01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img {
		width: 100%;
		margin-bottom: 6vw;
	}
	.row_clinic01 .col_img:after {
		border-radius: calc(90 / var(--break) * 100vw) 0 calc(90 / var(--break) * 100vw) 0;
	}
	.row_clinic01 .col_txt {
		width: 100%;
		padding: 0;
	}
	.row_clinic01 .col_txt .wrap {
		max-width: 100%;
	}
	.row_clinic01 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-bottom: 1vw;
		margin-bottom: 3vw;
	}
	.row_clinic01 .txt {
		max-width: calc(646 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic02 {
		gap: 2vw 2%;
		-webkit-justify-content: flex-start!important;
		justify-content: flex-start!important;
	}
	.row_clinic02 .col {
		width: 49%;
		margin: 0;
	}
	.row_clinic02 .ttl {
		font-size: .875rem;
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	.box_clinic01 {
		display: block;
	}
	.box_clinic01 .col_img {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.box_clinic01 .col_txt {
		width: 100%;
	}
	.list_clinic01 {
		-ms-align-items: flex-start!important;
		align-items: flex-start!important;
	}
	.list_clinic01 dt {
		width: 32%;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.list_clinic01 dd {
		width: 68%;
		font-size: .875rem;
	}
	.list_clinic01 dt:not(:last-of-type), .list_clinic01 dd:not(:last-of-type) {
		margin-bottom: 2vw;
	}
}


/* 院長・歯科医師紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 38%;
	max-width: 460px;
}
.row_staff01 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	background: linear-gradient(0deg,rgba(145, 196, 88, 1) 0%, rgba(208, 227, 186, 1) 100%);
	border-radius: calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw);
	right: calc(-10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.row_staff01 .col_img.bg02:after {
	background: linear-gradient(0deg,rgba(242, 180, 181, 1) 0%, rgba(253, 233, 225, 1) 100%);
}
.row_staff01 .name {
	height: calc(114 / var(--break) * 100vw);
	width: calc(100% - calc(20 / var(--break) * 100vw));
	left: 0;
	bottom: calc(40 / var(--break) * 100vw);
	border-radius: 0 calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0;
}
.row_staff01 .name:before {
	content: "";
	position: absolute;
	width: calc(30 / var(--break) * 100vw);
	height: 100%;
	left: 0;
	top: 0;
	background: url("images/page/ptn03.png")repeat left top / calc(23 / var(--break) * 100vw);
}
.row_staff01 .col_txt {
	width: 58%;
}
.row_staff02 {
	gap: calc(40 / var(--break) * 100vw) 3.2%;
}
.row_staff02 .col {
	width: 48.4%;
}
.row_staff02 .ttl {
	height: calc(65 / var(--break) * 100vw);
	border-bottom: calc(2 / var(--break) * 100vw) solid #efe2b1;
}
.list_staff01 li:before {
	background: #91c458;
}
.list_staff01.col02 li:before {
	background: #f2b4b5;
}
.list_staff01.col03 li:before {
	background: #a1896b;
}
.list_staff02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_staff02 .year {
	width: calc(115 / var(--break) * 100vw);
}
.list_staff02 .txt {
	width: calc(100% - calc(115 / var(--break) * 100vw));
}
.txt_staff01:before, .txt_staff01:after {
	content: "";
	display: block;
	background: url("images/page/deco_common01.svg")no-repeat center / cover;
	width: calc(38 / var(--break) * 100vw);
	height: calc(48 / var(--break) * 100vw);
}
.txt_staff01:after {
	transform: scaleX(-1);
}
@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: 100%;
		max-width: calc(460 / var(--break) * 100vw)!important;
		margin: 0 auto 5vw;
	}
	.row_staff01 .col_img:after {
		border-radius: calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw);
	}
	.row_staff01 .name {
		height: calc(120 / var(--break) * 100vw);
	}
	.row_staff01 .name .ja {
		font-size: .8125rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.row_staff01 .name .ja em {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_staff01 .name .en {
		font-size: .8125rem;
		letter-spacing: 0;
	}
	.row_staff01 .col_txt {
		width: 58%;
	}
	.row_staff02 {
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_staff02 .col {
		width: 100%;
	}
	.row_staff02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_staff02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_staff02 .year {
		width: calc(180 / var(--break) * 100vw);
	}
	.list_staff02 .txt {
		width: calc(100% - calc(180 / var(--break) * 100vw));
	}
	.txt_staff01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.bg_access01 {
	background: url("images/access/bg_access01.svg")no-repeat center bottom / 100% auto;
}
.bg_access01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(280 / var(--break) * 100vw);
	background: url("images/page/ptn05.png")repeat left top / calc(7 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_access01 {
	max-width: 1100px;
}
.row_access01 .col {
	width: 49%;
	max-width: 530px;
}
.tel_access {
	max-width: calc(350 / var(--break) * 100vw);
}
.tel_access a {
	height: calc(100 / var(--break) * 100vw);
}
.wrap_access01 {
	width: 90%;
	max-width: 1000px;
}
.list_access01 dt {
	border-bottom: calc(2 / var(--break) * 100vw) solid #efe2b1;
}
.list_access01 .icn {
	width: calc(40 / var(--break) * 100vw);
}
.list_access01 .ja {
	width: calc(100% - calc(55 / var(--break) * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_access01 {
		background: url("images/access/bg_access01.svg")no-repeat center bottom / auto;
	}
	.row_access01 {
		max-width: 100%;
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_access01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_access01 .logo {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
	}
	.tel_access {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.tel_access a {
		height: calc(140 / var(--break) * 100vw);
	}
	.wrap_access01 {
		width: 100%;
		max-width: 100%;
	}
	.list_access01 .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 一般歯科 general
------------------------------------------------------------------*/
.row_general02 {
	gap: calc(35 / var(--break) * 100vw) 1.55%;
}
.row_general02 .col {
	width: 32.3%;
}
.row_general02 .col a {
	height: calc(120 / var(--break) * 100vw);
	border: calc(2 / var(--break) * 100vw) solid #604b32;
}
.row_general02 .col a:after {
	content: "";
	position: absolute;
	background: url("images/page/arw05.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: calc(-15 / var(--break) * 100vw);
	margin: auto;
	transform: rotate(90deg);
}
.bnr_general01 {
	width: calc(602 / var(--break) * 100vw);
}
.box_general02 {
	max-width: 1000px;
	border: calc(2 / var(--break) * 100vw) solid #604b32;
}
.box_general02 .ttl {
	width: 90%;
	height: calc(50 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(-25 / var(--break) * 100vw);
	margin: auto;
}
.box_general02 .ttl:before {
	content: "";
	position: absolute;
	width: calc(8 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	border-radius: 50%;
	left: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	background: #f1ebd5;
}
.box_general02 .ttl:after {
	content: "";
	position: absolute;
	width: calc(8 / var(--break) * 100vw);
	height: calc(8 / var(--break) * 100vw);
	border-radius: 50%;
	right: calc(20 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	background: #f1ebd5;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_general02 {
		gap: 4vw 2%;
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_general02 .col {
		width: 49%;
	}
	.row_general02 .col a {
		height: calc(140 / var(--break) * 100vw);
	}
	.box_general02 {
		max-width: 100%;
		padding-top: 15vw;
	}
	.box_general02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(120 / var(--break) * 100vw);
		top: calc(-30 / var(--break) * 100vw);
	}
}


/* 歯周病治療 perio
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 予防・メンテナンス prevention
------------------------------------------------------------------*/
.slide_prevention01 .slick-slide {
	position: relative;
	margin: 0 calc(45 / var(--break) * 100vw);
	padding-top: calc(5 / var(--break) * 100vw);
	width: 100%;
	max-width: 350px;
}
.slide_prevention01 .slick-slide.slick-current {
	padding: 0;
}
.slide_prevention01 .slick-slide .box {
	transform: scale(.85);
	height: calc(365 / var(--break) * 100vw);
	transition: .5s;
	border-radius: 0 calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw);
}
.slide_prevention01 .slick-slide.slick-current .box {
	transform: scale(1);
	transition: .5s;
}
.slide_prevention01 .slick-slide:hover {
	cursor: pointer;
}
.slide_prevention01 .slick-slide:not(:last-child):after {
	content: "";
	position: absolute;
	width: calc(18 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	border-left: calc(18 / var(--break) * 100vw) solid #623234;
	border-top: calc(15 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(15 / var(--break) * 100vw) solid transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(-42 / var(--break) * 100vw);
}
.slide_prevention01 .slick-slide.slick-current:after {
	right: calc(-72 / var(--break) * 100vw);
}
.slide_prevention01 .icn {
	width: calc(148 / var(--break) * 100vw);
}
.slide_prevention01 li .num {
	bottom: 0;
	right: calc(-10 / var(--break) * 100vw);
	line-height: .8;
	opacity: .4;
}
.slide_prevention01 .slick-dots {
	bottom: calc(-58 / var(--break) * 100vw);
}
.slide_prevention01 .slick-dots li {
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	margin: 0 calc(8 / var(--break) * 100vw);
}
.slide_prevention01 .slick-dots li.slick-active {
	margin: 0 calc(20 / var(--break) * 100vw);
}
.slide_prevention01 .slick-dots li button {
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	padding: 0;
}
.slide_prevention01 .slick-dots li.slick-active button {
	width: calc(22 / var(--break) * 100vw);
	height: calc(22 / var(--break) * 100vw);
}
.slide_prevention01 .slick-dots li button:before {
	content: "";
	background: #fff;
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_prevention01 .slick-dots li.slick-active button:before {
	background: #623234;
	opacity: 1;
	width: calc(22 / var(--break) * 100vw);
	height: calc(22 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.slide_prevention01 .slick-slide {
		margin: 0 calc(30 / var(--break) * 100vw);
		max-width: calc(440 / var(--break) * 100vw);
	}
	.slide_prevention01 .slick-slide .box {
		height: calc(420 / var(--break) * 100vw);
	}
	.slide_prevention01 .slick-slide:not(:last-child):after {
		right: calc(-24 / var(--break) * 100vw);
	}
	.slide_prevention01 .slick-slide.slick-current:after {
		right: calc(-54 / var(--break) * 100vw);
	}
	.slide_prevention01 .icn {
		width: calc(148 / var(--break) * 100vw);
	}
	.slide_prevention01 li .num {
		right: calc(-10 / var(--break) * 100vw);
		font-size: 2.5rem;
	}
	.slide_prevention01 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.slide_prevention01 .slick-dots {
		bottom: calc(-58 / var(--break) * 100vw);
	}
}


/* 精密根管治療 endo
------------------------------------------------------------------*/
.tbl_endo01 {
	max-width: 1000px;
}
.tbl_endo01 table {
	width: 100%;
}
.tbl_endo01 th {
	background: #a1896b;
	color: #fff;
	font-weight: 300;
}
.tbl_endo01 th, .tbl_endo01 td {
	border: 1px solid #604b32;
	padding: calc(15 / var(--break) * 100vw);
}
.tbl_endo01 thead th:first-of-type {
	border-bottom-color: #fff;
}
.tbl_endo01 thead th:not(:last-of-type) {
	border-right-color: #fff;
}
.tbl_endo01 tbody th {
	text-align: left;
	vertical-align: top;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_endo01 {
		max-width: 100%;
	}
	.tbl_endo01 thead th {
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 歯科恐怖症外来 dental_phobia
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 小児歯科・小児矯正 pediatric
------------------------------------------------------------------*/
.row_pediatric04 {
	gap: 0 2.3%;
}
.row_pediatric04 .col {
	width: 31.8%;
}
.row_pediatric04 .ttl {
	height: calc(85 / var(--break) * 100vw);
	border-bottom: calc(2 / var(--break) * 100vw) solid #fff;
}
.row_pediatric04 .ttl .ja01 {
	width: 90%;
	max-width: 334px;
	right: 0;
	left: 0;
	top: calc(-20 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	margin: auto;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric04 {
		gap: 10vw 0;
	}
	.row_pediatric04 .col {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_pediatric04 .ttl {
		height: calc(120 / var(--break) * 100vw);
	}
	.row_pediatric04 .ttl .ja01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		max-width: 100%;
		top: calc(-30 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
		border-radius: calc(60 / var(--break) * 100vw);
	}
	.row_pediatric04 .ttl .ja02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 成人矯正 orthodontic
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* セラミック・審美治療 cosmetic
------------------------------------------------------------------*/
.tbl_cosmetic01 tbody th {
	background: #62323499;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 入れ歯 false_teeth
------------------------------------------------------------------*/
.tbl_false01 table {
	width: 100%;
}
.tbl_false01 th {
	background: #a1896b;
	font-weight: 300;
}
.tbl_false01 th, .tbl_false01 td {
	border: 1px solid #604b32;
	vertical-align: middle;
	padding: calc(10 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.tbl_false01 thead tr th:not(:first-of-type):not(:last-of-type) {
	border-right-color: #fff;
}
.tbl_false01 thead th:first-of-type, .tbl_false01 tbody tr:not(:last-child) th {
	border-bottom-color: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_false01 {
		font-size: 1rem;
		letter-spacing: .1em;
	}
}
@media(max-width: 767px) {
	.tbl_false01 {
		font-size: .875rem;
	}
	.tbl_false01 table {
		width: calc(1800 / var(--break) * 100vw);
	}
	.tbl_false01 tbody th {
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 症例紹介 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);
	border: 1px solid #91c458;
	outline: 1px solid #91c458;
	outline-offset: calc(-5 / var(--break) * 100vw);
}
.row_case01 .en.bdr02 {
	border-color: #f2b4b5;
	outline: 1px solid #f2b4b5;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #623234;
	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_case.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: #fff;
	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: #623234;
	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 {
	border-color: #604b32;
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case th {
	background: #604b32;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #604b32;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(-15 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(-15 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: 1.25rem;
	}
	.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 #623234;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
		outline-offset: calc(-8 / var(--break) * 100vw);
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.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: 59vw;
	}
	.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);
	}
	.tbl_case tr th {
		border-bottom: 1px solid #000;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	max-width: 1000px;
	border: calc(2 / var(--break) * 100vw) solid #fff;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: calc(2 / var(--break) * 100vw) solid #fff;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign .ttl {
	font-weight: 300;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #26060e !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
------------------------------------------------------------------*/
.box_recruit01 {
	background: url("images/recruit/bg_recruit01.png")no-repeat left top / calc(120 / var(--break) * 100vw), url("images/recruit/bg_recruit02.png")no-repeat right top / calc(120 / var(--break) * 100vw), url("images/recruit/bg_recruit03.png")no-repeat left bottom / calc(120 / var(--break) * 100vw), url("images/recruit/bg_recruit04.png")no-repeat right bottom / calc(120 / var(--break) * 100vw);
}
.box_recruit01 > .wrap {
	max-width: 1000px;
}
.txt_recruit01:before, .txt_recruit01:after {
	content: "";
	display: block;
	background: url("images/page/deco_common01.svg")no-repeat center / cover;
	width: calc(38 / var(--break) * 100vw);
	height: calc(48 / var(--break) * 100vw);
}
.txt_recruit01:after {
	transform: scaleX(-1);
}
.row_recruit01 {
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_recruit01 .col {
	width: 49%;
	border: 1px solid #91c458;
}
.row_recruit01 .col.bdr02 {
	border-color: #f2b4b5;
}
.row_recruit01 .col.bdr03  {
	border-color: #a1896b;
}
.row_recruit01 .ttl {
	height: calc(65 / var(--break) * 100vw);
}
.list_recruit01 li:not(:last-child) {
	margin-bottom: calc(15 / var(--break) * 100vw);
}
.list_recruit01 .left {
	width: calc(144 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.row_recruit02 .col_img .ccl {
	background: url("images/index/bg__medical05.svg")no-repeat center / cover;
	width: calc(170 / var(--break) * 100vw);
	height: calc(170 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
}
.row_recruit03 {
	gap: calc(20 / var(--break) * 100vw) 1.625%;
}
.row_recruit03 .col {
	border-radius: calc(60 / var(--break) * 100vw);
	width: 18.7%;
	background: linear-gradient(45deg,rgba(145, 196, 88, 1) 0%, rgba(208, 227, 186, 1) 100%);
}
.row_recruit03 .col:nth-child(2n) {
	background: linear-gradient(45deg,rgba(242, 180, 181, 1) 0%, rgba(253, 233, 225, 1) 100%);
}
.row_recruit03 .bg {
	border-radius: calc(55 / var(--break) * 100vw);
	height: calc(105 / var(--break) * 100vw);
}
.box_recruit02 {
	max-width: 1000px;
}
.box_recruit02:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/ptn03.png")repeat left top / calc(23 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
}
.box_recruit03 {
	border: calc(2 / var(--break) * 100vw) solid #26060e;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #604b32;
}
.tbl_guideline01 th {
	background: #604b32;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #604b32;
}
.tbl_form01 th {
	color: #26060e;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #623234;
	border-radius: calc(20 / var(--break) * 100vw);
}
.box_privacy {
	border-color: #26060e;
}
.btn_submit:before {
	display: none;
}
.btn_submit input:disabled {
	color: #fff;
	background: url("images/page/arw02.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(10 / var(--break) * 100vw) auto, #ddd;
}
.btn_submit input {
	border: none;
	background: url("images/page/arw01.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(10 / var(--break) * 100vw) auto, #fff;
	border-radius: calc(30 / var(--break) * 100vw);
	color: #26060e;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 th {
		border-bottom: 1px solid #000;
	}
	.box_recruit01 > .wrap {
		max-width: 100%;
	}
	.txt_recruit01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_recruit01 {
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_recruit01 .col {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_recruit01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_recruit01 li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.list_recruit01 .left {
		font-size: .875rem;
		border-radius: calc(50 / var(--break) * 100vw);
		width: calc(200 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
	}
	.list_recruit01 .price {
		font-size: 1.25rem;
	}
	.list_recruit01 .price em {
		font-size: 1.875rem;
	}
	.txt_recruit02 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_recruit02 .col_img .ccl {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_recruit03 {
		font-size: .875rem;
		letter-spacing: 0;
		gap: calc(20 / var(--break) * 100vw) 2%;
	}
	.row_recruit03 .col {
		width: 49%;
	}
	.box_recruit02 {
		max-width: 100%;
	}
	.box_recruit02 .ttl {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_recruit02 .tel, .box_recruit02 .name {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_recruit03 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_recruit03 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* お問い合わせ 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: #a1896b;
	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;
	border-radius: calc(10 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw) 0;
}
#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: #604b32;
	border: 1px solid #604b32;
	border-right-color: #604b32;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #604b32;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
	background: #fff;
}
#wp-calendar tbody td a {
	color: #91c458;
	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 #26060e;
	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 #26060e;
	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 {
	background: #efe2b1;
	border-radius: calc(10 / var(--break) * 100vw);
	padding: calc(20 / var(--break) * 100vw);
}
.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: #604b32;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #91c458;
	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 #604b32;
	color: #604b32;
	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: #604b32;
	background: #604b32;
	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 );
	font-family: "maru-maru-gothic-alr-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.single_post > h3 {
	border-radius: 0 calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0;
}
.single_post > h3:before {
	content: "";
	position: absolute;
	width: calc(30 / var(--break) * 100vw);
	height: 100%;
	background: url("images/page/ptn03.png")repeat left top / calc(23 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.post_content > h4 {
	border-radius: calc(10 / var(--break) * 100vw);
	padding: calc(15 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	background: linear-gradient(0deg,rgba(225, 212, 165, 1) 0%, rgba(225, 212, 165, 1) 50%, rgba(239, 226, 177, 1) 50%, rgba(239, 226, 177, 1) 100%);
}
.post_content > h5 {
	border-bottom: calc(2 / var(--break) * 100vw) solid #604b32;
	padding: calc(8 / var(--break) * 100vw) 0 calc(15 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	background: url("images/topics/deco_topics01.png")no-repeat left top calc(5 / var(--break) * 100vw) / calc(26 / var(--break) * 100vw) auto;
}
#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 #604b32;
	background: #604b32;
	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: #604b32;
}
.post_content ul {
  padding-left: 40px;
  margin: 1em 0;
  list-style: disc;
}
.post_content table {
  border-collapse: separate;
  border-spacing: 2px;
}
.post_content table th,
.post_content table td {
  padding: 0.5em;
  border: 1px solid #000;
}
@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;
	}
	.blog_archive .txt_post .date {
		letter-spacing: .1em;
	}
	.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);
	}
	.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;
	}
	.post_content > h5 {
		background-position: left top calc(15 / var(--break) * 100vw);
	}
	#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));
	}
}