@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
	padding-top: calc(128 /var(--break)*100vw);
	position: relative;
}
.main_page::before{
	content: "";
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 0 100%, calc(50 / 1920 * 100%) 100%, calc(50 / 1920 * 100%) calc(50 / 500 * 100%), calc(1870 / 1920 * 100%) calc(50 / 500 * 100%), calc(1870 / 1920 * 100%) calc(450 / 500 * 100%), calc(50 / 1920 * 100%) calc(450 / 500 * 100%), calc(50 / 1920 * 100%) 100%, 100% 100%, 100% 0%);
	background: linear-gradient(0deg, rgba(249, 243, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(12 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.25rem;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page::before{
		clip-path: polygon(0 0, 0 100%, calc(50 / 1599 * 100%) 100%, calc(50 / 1599 * 100%) calc(50 / 500 * 100%), calc(1549 / 1599 * 100%) calc(50 / 500 * 100%), calc(1549 / 1599 * 100%) calc(450 / 500 * 100%), calc(50 / 1599 * 100%) calc(450 / 500 * 100%), calc(50 / 1599 * 100%) 100%, 100% 100%, 100% 0%);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page::before{
		clip-path: polygon(0 0, 0 100%, calc(50 / 1299 * 100%) 100%, calc(50 / 1299 * 100%) calc(50 / 500 * 100%), calc(1249 / 1299 * 100%) calc(50 / 500 * 100%), calc(1249 / 1299 * 100%) calc(450 / 500 * 100%), calc(50 / 1299 * 100%) calc(450 / 500 * 100%), calc(50 / 1299 * 100%) 100%, 100% 100%, 100% 0%);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(496 /var(--break)*100vw);
	}
	.main_page::before{
		display: none;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.1em;
		color: #eb9494;
	}
	.col_img {
		text-align: center;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
}
.row_clinic01 .col{
	width: calc(400/1240*100%);
}
.row_clinic01 .col::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #685450;
	position: absolute;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic01 .col .ttl{
	height: calc(70 /var(--break)*100vw);
	background: #CD6F8C;
	background: linear-gradient(90deg, rgba(205, 111, 140, 1) 0%, rgba(235, 148, 148, 1) 100%);
}
.row_clinic01 .col:nth-child(2) .ttl{
	background: #EB9494;
	background: linear-gradient(90deg, rgba(235, 148, 148, 1) 0%, rgba(237, 184, 137, 1) 100%);
}
.row_clinic01 .col .ttl .txt1{
	margin-right: calc(12 /var(--break)*100vw);
}
.row_clinic01 .col .ttl .txt2{
	padding-left: calc(14 /var(--break)*100vw);
}
.row_clinic01 .col .ttl .txt2::before{
	content: "";
	width: calc(2 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #fff;
	position: absolute;
	left: 0;
	top: calc(4 /var(--break)*100vw);
	bottom: 0;
	margin: auto;
}
.row_clinic01 .col .box{
	background: #f9f3e9;
	outline: solid 1px #cd6f8c;
	outline-offset: calc(-6 /var(--break)*100vw);
	padding-top: calc(28 /var(--break)*100vw);
	padding-bottom: calc(27 /var(--break)*100vw);
}
.row_clinic01 .col:nth-child(2) .box{
	outline: solid 1px #eb9494;
}
@media(max-width: 767px) {
	.bg_clinic01{
		background: url("images/clinic/bg_clinic01.jpg")no-repeat left calc(-500 /var(--break)*100vw) center/cover;
		padding: calc(60 /var(--break)*100vw) 0 calc(80 /var(--break)*100vw);
	}
	.row_clinic01{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_clinic01 .col{
		width: 100%;
	}
	.row_clinic01 .col .ttl{
		line-height: 1em;
		height: calc(70 /var(--break)*100vw);
	}
	.row_clinic01 .col .ttl .txt1{
		font-size: 1rem;
		line-height: 1em;
	}
	.row_clinic01 .col .ttl .txt2{
		font-size: 1.25rem;
		line-height: 1em;
	}
	.row_clinic01 .col .box{
		padding-top: calc(28 /var(--break)*100vw);
		padding-bottom: calc(27 /var(--break)*100vw);
	}
	.row_clinic01 .col .box p{
		font-size: 1rem;
	}
}

.bg_clinic02{
	background: url("images/clinic/bg_clinic02.jpg")no-repeat center top/cover;
}
.wrap_clinic01{
	padding: 0 calc(50 /var(--break)*100vw) calc(117 /var(--break)*100vw);
	background: url("images/clinic/bg_clinic03.jpg")no-repeat center bottom/auto calc(748 /var(--break)*100vw);
}
.wrap_clinic01::after{
	content: "";
	width: calc(1755 /var(--break)*100vw);
	height: calc(631 /var(--break)*100vw);
	background: #f9f3e9;
	position: absolute;
	right: 0;
	bottom: calc(57 /var(--break)*100vw);
}
.wrap_clinic01 .wrap{
	width: 100%;
	max-width: 1720px;
	margin: auto;
	padding-top: calc(60 /var(--break)*100vw);
}
.wrap_clinic01 .wrap .img_clinic01{
	width: calc(855 /1720*100%);
	margin-top: calc(-748 /var(--break)*100vw);
}
.wrap_clinic01 .wrap .box_clinic01{
	max-width: calc(100% - (100 /var(--break)*100vw));
	min-height: calc(688 /var(--break)*100vw);
	background: #fff;
	border-top: solid calc(5 /var(--break)*100vw) #685450;
	border-left: solid calc(5 /var(--break)*100vw) #685450;
	padding: calc(106 /var(--break)*100vw) 0 0 calc(105 /var(--break)*100vw);
}
.wrap_clinic01 .wrap .box_clinic01 .in_box{
	width: calc(650 /var(--break)*100vw);
}
.wrap_clinic01 .wrap .box_clinic01 .num{
	margin-bottom: calc(23 /var(--break)*100vw);
}
.wrap_clinic01 .wrap .box_clinic01 .num span{
	vertical-align: middle;
}
.wrap_clinic01 .wrap .box_clinic01 .num span.txt2{
	margin-left: calc(30 /var(--break)*100vw);
	margin-bottom: calc(6 /var(--break)*100vw);
}
.wrap_clinic01 .wrap .box_clinic01 .num span.txt2::after{
	content: "";
	width: 2px;
	height: calc(41 /var(--break)*100vw);
	background: #eb9494;
	position: absolute;
	top: calc(8 /var(--break)*100vw);
	bottom: 0;
	left: calc(-21 /var(--break)*100vw);
	margin: auto;
}
.wrap_clinic01 .wrap .box_clinic01 .copy{
	margin-bottom: calc(22 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_clinic01{
		background: url("images/index/bg_reason01.jpg")no-repeat center bottom/auto calc(748 /1920*100vw);
		height: calc(890 /1920*100vw);
	}
	.wrap_clinic01::after{
		content: "";
		width: calc(1755 /1920*100vw);
		height: calc(631 /1920*100vw);
		background: #f9f3e9;
		position: absolute;
		right: 0;
		bottom: calc(57 /1920*100vw);
	}
	.wrap_clinic01 .wrap .img_clinic01{
		width: calc(855 /1720*100%);
		margin-top: calc(-645 /1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01{
		max-width: calc(100% - (100 /var(--break)*100vw));
		min-height: calc(600 /1599*100vw);
		padding: calc(66 /1599*100vw) 0 0 calc(65 /1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .in_box{
		width: calc(630 /1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .num{
		margin-bottom: calc(23/1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span.txt1{
		font-size: calc(40/1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span.txt2{
		font-size: calc(60/1599*100vw);
		margin-left: calc(30 /1599*100vw);
		margin-bottom: calc(6 /1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span.txt2::after{
		height: calc(41 /1599*100vw);
		top: calc(8 /1599*100vw);
		left: calc(-21 /1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(22 /1599*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .txt{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_clinic01 .wrap .img_clinic01{
		width: calc(855 /1720*100%);
		margin-top: calc(-634 /1599*100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic02{
		background: url("images/index/bg_reason_sp.jpg")no-repeat center top/calc(750 /var(--break)*100vw);
	}
	.wrap_clinic01{
		padding: 0 ;
		background: url("images/index/bg_reason01_sp.jpg")no-repeat center top calc(60 /var(--break)*100vw)/auto calc(1841 /var(--break)*100vw);
		height: calc(1669 /var(--break)*100vw);
	}
	.wrap_clinic01::after{
		width: calc(657 /var(--break)*100vw);
		height: calc(1434 /var(--break)*100vw);
		bottom: calc(60 /var(--break)*100vw);
	}
	.wrap_clinic01 .wrap{
		padding-top: 0;
	}
	.wrap_clinic01 .wrap .img_clinic01{
		width: calc(675 /var(--break)*100vw);
		margin-top: calc(-591 /var(--break)*100vw);
		margin-right: calc(24 /var(--break)*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01{
		max-width: calc(725 /var(--break)*100vw);
		min-height: calc(1549 /var(--break)*100vw);
		margin-left: auto;
		padding: calc(81 /var(--break)*100vw) calc(52 /var(--break)*100vw) 0 calc(23 /var(--break)*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .in_box{
		width: 100%;
	}
	.wrap_clinic01 .wrap .box_clinic01 .num{
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span{
		vertical-align: middle;
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span.txt1{
		font-size: 1.4375rem;
		letter-spacing: 0.2em;
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span.txt2{
		font-size: 2.1875rem;
		margin-left: calc(40 /var(--break)*100vw);
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.wrap_clinic01 .wrap .box_clinic01 .num span.txt2::after{
		width: calc(2 /var(--break)*100vw);
		height: calc(49 /var(--break)*100vw);
		top: calc(8 /var(--break)*100vw);
		bottom: 0;
		left: calc(-25 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_clinic01 .wrap .box_clinic01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(58/36*100%);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
}

.wrap_clinic02{
	padding: 0 calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.wrap_clinic02.wrap_clinic04{
	padding: 0 calc(50 /var(--break)*100vw) calc(120 /var(--break)*100vw);
}
.wrap_clinic02::before{
	content: "";
	width: 100%;
	height: calc(100% - (220 /1920*100vw));
	background: url("images/clinic/bg_clinic04.jpg")repeat center top /cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.wrap_clinic02::after{
	content: "";
	width: calc(1755 /1920*100vw);
	height: calc(578 /1920*100vw);
	background: #f9f3e9;
	position: absolute;
	right: 0;
	top: calc(277 /1920*100vw);
}
.wrap_clinic02 .wrap{
	width: 100%;
	max-width: 1720px;
	padding-top: calc(160 /1920*100vw);
}
.wrap_clinic02 .wrap .img_clinic02{
	width: calc(857 /1720*100%);
	margin-top: calc(-695 /var(--break)*100vw);
}
.wrap_clinic02 .wrap .box_clinic02{
	max-width: calc(100% - (100 /var(--break)*100vw));
	min-height: calc(630 /var(--break)*100vw);
	background: #fff;
	border-top: solid calc(5 /var(--break)*100vw) #685450;
	border-right: solid calc(5 /var(--break)*100vw) #685450;
	padding: calc(106 /var(--break)*100vw) calc(105 /var(--break)*100vw) 0 0;
	margin-left: auto;
}
.wrap_clinic02 .wrap .box_clinic02 .in_box{
	width: calc(650 /var(--break)*100vw);
	margin-left: auto;
}
.wrap_clinic02 .wrap .box_clinic02 .num{
	margin-bottom: calc(23 /var(--break)*100vw);
}
.wrap_clinic02 .wrap .box_clinic02 .num span{
	vertical-align: middle;
}
.wrap_clinic02 .wrap .box_clinic02 .num span.txt2{
	margin-left: calc(30 /var(--break)*100vw);
	margin-bottom: calc(6 /var(--break)*100vw);
}
.wrap_clinic02 .wrap .box_clinic02 .num span.txt2::after{
	content: "";
	width: 2px;
	height: calc(41 /var(--break)*100vw);
	background: #cd6f8c;
	position: absolute;
	top: calc(8 /var(--break)*100vw);
	bottom: 0;
	left: calc(-21 /var(--break)*100vw);
	margin: auto;
}
.wrap_clinic02 .wrap .box_clinic02 .copy{
	margin-bottom: calc(22 /var(--break)*100vw);
}
.wrap_clinic03{
	padding: 0 calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.wrap_clinic03::before{
	content: "";
	width: 100%;
	height: calc(100% - (220 /1920*100vw));
	background: url("images/page/pattern_stripe01_w_50.png")repeat center top /7px,#cacaca;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.wrap_clinic03::after{
	content: "";
	width: calc(1755 /1920*100vw);
	height: calc(578 /1920*100vw);
	background: #f9f3e9;
	position: absolute;
	right: 0;
	top: calc(277 /1920*100vw);
}
.wrap_clinic03 .wrap{
	width: 100%;
	max-width: 1720px;
	padding-top: calc(160 /1920*100vw);
}
.wrap_clinic03 .wrap .img_clinic03{
	width: calc(857 /1720*100%);
	margin-top: calc(-695 /var(--break)*100vw);
	margin-left: auto;
}
.wrap_clinic03 .wrap .box_clinic03{
	max-width: calc(100% - (100 /var(--break)*100vw));
	min-height: calc(630 /var(--break)*100vw);
	background: #fff;
	border-top: solid calc(5 /var(--break)*100vw) #685450;
	border-left: solid calc(5 /var(--break)*100vw) #685450;
	padding: calc(106 /var(--break)*100vw) 0 0 calc(105 /var(--break)*100vw);
	margin-right: auto;
}
.wrap_clinic03 .wrap .box_clinic03 .in_box{
	width: calc(650 /var(--break)*100vw);
	margin-right: auto;
}
.wrap_clinic03 .wrap .box_clinic03 .num{
	margin-bottom: calc(23 /var(--break)*100vw);
}
.wrap_clinic03 .wrap .box_clinic03 .num span{
	vertical-align: middle;
}
.wrap_clinic03 .wrap .box_clinic03 .num span.txt2{
	margin-left: calc(30 /var(--break)*100vw);
	margin-bottom: calc(6 /var(--break)*100vw);
}
.wrap_clinic03 .wrap .box_clinic03 .num span.txt2::after{
	content: "";
	width: 2px;
	height: calc(41 /var(--break)*100vw);
	background: #eb9494;
	position: absolute;
	top: calc(8 /var(--break)*100vw);
	bottom: 0;
	left: calc(-21 /var(--break)*100vw);
	margin: auto;
}
.wrap_clinic03 .wrap .box_clinic03 .copy{
	margin-bottom: calc(22 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_clinic02::after{
		height: calc(520 /1599*100vw);
	}
	.wrap_clinic02 .wrap .img_clinic02{
		width: calc(857 /1720*100%);
		margin-top: calc(-600 /1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02{
		max-width: calc(100% - (100 /var(--break)*100vw));
		min-height: calc(560 /1599*100vw);
		padding: calc(66 /1599*100vw) calc(60 /1599*100vw) 0 0;
	}
	.wrap_clinic02 .wrap .box_clinic02 .in_box{
		width: calc(630 /1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .num{
		margin-bottom: calc(23/1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span.txt1{
		font-size: calc(40/1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span.txt2{
		font-size: calc(60/1599*100vw);
		margin-left: calc(30 /1599*100vw);
		margin-bottom: calc(6 /1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span.txt2::after{
		height: calc(41 /1599*100vw);
		top: calc(8 /1599*100vw);
		left: calc(-21 /1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(22 /1599*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .txt{
		font-size: calc(18/1599*100vw);
	}
	.wrap_clinic03::after{
		height: calc(520 /1599*100vw);
	}
	.wrap_clinic03 .wrap .img_clinic03{
		width: calc(857 /1720*100%);
		margin-top: calc(-600 /1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03{
		max-width: calc(100% - (100 /var(--break)*100vw));
		min-height: calc(560 /1599*100vw);
		padding: calc(66 /1599*100vw) 0 0 calc(60 /1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .in_box{
		width: calc(630 /1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .num{
		margin-bottom: calc(23/1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span.txt1{
		font-size: calc(40/1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span.txt2{
		font-size: calc(60/1599*100vw);
		margin-left: calc(30 /1599*100vw);
		margin-bottom: calc(6 /1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span.txt2::after{
		height: calc(41 /1599*100vw);
		top: calc(8 /1599*100vw);
		left: calc(-21 /1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(22 /1599*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .txt{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {

	.wrap_clinic02{
		padding: 0 0 calc(60 /var(--break)*100vw);
	}
	.wrap_clinic02.wrap_clinic04{
		padding: 0 0 calc(60 /var(--break)*100vw);
	}
	.wrap_clinic02::before{
		content: "";
		width: 100%;
		height: calc(100% - (160 /var(--break)*100vw));
		background: url("images/clinic/bg_clinic04.jpg")repeat center top /cover;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.wrap_clinic02::after{
		width: calc(657 /var(--break)*100vw);
		height: calc(1369 /var(--break)*100vw);
		top: calc(180 /var(--break)*100vw);
		bottom: auto;
		left: 0;
		right: auto;
	}
	.wrap_clinic02 .wrap{
		padding-top: calc(100 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.wrap_clinic02 .wrap .img_clinic02{
		width: calc(675 /var(--break)*100vw);
		margin-top: calc(-549 /var(--break)*100vw);
		margin-left: calc(24 /var(--break)*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02{
		max-width: calc(725 /var(--break)*100vw);
		min-height: calc(1420 /var(--break)*100vw);
		padding: calc(81 /var(--break)*100vw) calc(23 /var(--break)*100vw) 0 calc(52 /var(--break)*100vw);
		margin-right: auto;
		margin-left: 0;
	}
	.wrap_clinic02 .wrap .box_clinic02 .in_box{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
	}
	.wrap_clinic02 .wrap .box_clinic02 .num{
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span{
		vertical-align: middle;
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span.txt1{
		font-size: 1.4375rem;
		letter-spacing: 0.2em;
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span.txt2{
		font-size: 2.1875rem;
		margin-left: calc(40 /var(--break)*100vw);
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.wrap_clinic02 .wrap .box_clinic02 .num span.txt2::after{
		width: calc(2 /var(--break)*100vw);
		height: calc(49 /var(--break)*100vw);
		top: calc(8 /var(--break)*100vw);
		bottom: 0;
		left: calc(-25 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_clinic02 .wrap .box_clinic02 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(58/36*100%);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.wrap_clinic03{
		padding: 0 0 calc(60 /var(--break)*100vw);
	}
	.wrap_clinic03::before{
		content: "";
		width: 100%;
		height: calc(100% - (160 /var(--break)*100vw));
		background: url("images/page/pattern_stripe01_w_50.png")repeat center top /7px,#cacaca;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.wrap_clinic03::after{
		width: calc(657 /var(--break)*100vw);
		height: calc(1389 /var(--break)*100vw);
		top: calc(220 /var(--break)*100vw);
		bottom: auto;
		right: 0;
		left: auto;
	}
	.wrap_clinic03 .wrap{
		padding-top: calc(100 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.wrap_clinic03 .wrap .img_clinic03{
		width: calc(675 /var(--break)*100vw);
		margin-top: calc(-549 /var(--break)*100vw);
		margin-right: calc(24 /var(--break)*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03{
		max-width: calc(725 /var(--break)*100vw);
		min-height: calc(1480 /var(--break)*100vw);
		padding: calc(81 /var(--break)*100vw) calc(52 /var(--break)*100vw) 0 calc(23 /var(--break)*100vw) ;
		margin-right: 0;
		margin-left: auto;
	}
	.wrap_clinic03 .wrap .box_clinic03 .in_box{
		width: calc(646 /var(--break)*100vw);
		margin-right: auto;
	}
	.wrap_clinic03 .wrap .box_clinic03 .num{
			margin-bottom: calc(17 /var(--break)*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span{
		vertical-align: middle;
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span.txt1{
		font-size: 1.4375rem;
		letter-spacing: 0.2em;
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span.txt2{
		font-size: 2.1875rem;
		margin-left: calc(40 /var(--break)*100vw);
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.wrap_clinic03 .wrap .box_clinic03 .num span.txt2::after{
		width: calc(2 /var(--break)*100vw);
		height: calc(49 /var(--break)*100vw);
		top: calc(8 /var(--break)*100vw);
		bottom: 0;
		left: calc(-25 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_clinic03 .wrap .box_clinic03 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(58/36*100%);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.bg_clinic02 .row_default03 {
		width: 100%;
		gap:calc(20 /var(--break)*100vw) calc(22 /var(--break)*100vw);
	}
	.bg_clinic02 .row_default03 .col {
		width: calc(340 /var(--break)*100vw)!important;
		max-width: 100%!important;
		margin: 0;
	}
	.bg_clinic02 .row_default03 .col .ttl {
		font-size: 0.75rem;
		letter-spacing: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.row_clinic02 {
	gap: calc(30 / var(--break) * 100vw) calc(29/1240*100%);
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_clinic02 .col {
	width: calc(394/1240*100%);
}
.row_clinic02 .ttl{
	background: #f6f4f3;
	border: solid 1px #685450;
}
.box_clinic_hg{
	border: solid 1px #cd6f8c;
	outline: solid 1px #cd6f8c;
	outline-offset: calc(-5 /var(--break)*100vw);
	padding: calc(49 /var(--break)*100vw) calc(49 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(57 /var(--break)*100vw);
}
.row_clinic03 .col_img{ 
	width: calc(416/1132*100%);
}
.row_clinic03 .col_txt{
	width: calc(710/1132*100%);
	background: #f6f4f3;
	padding: calc(25 /var(--break)*100vw) calc(33 /var(--break)*100vw) calc(33 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.row_clinic03 .col_txt dt{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	width: calc(131/637*100%);
}
.row_clinic03 .col_txt dd{
	padding-top: calc(2 /var(--break)*100vw);
	width: calc(501/637*100%);
}
.row_clinic03 .col_txt dt:nth-child(n + 3),
.row_clinic03 .col_txt dd:nth-child(n + 3){
	margin-top: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_clinic01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic02 {
		gap: calc(30 / var(--break) * 100vw) calc(22 /702*100%);
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.row_clinic02 .col {
		width: calc(340/702*100%);
	}
	.row_clinic02 .ttl{
		font-size: 0.75rem;
		background: #f6f4f3;
		border: solid 1px #685450;
	}
	.box_clinic_hg{
		border: solid 1px #cd6f8c;
		outline: solid 1px #cd6f8c;
		outline-offset: calc(-5 /var(--break)*100vw);
		padding: calc(49 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_clinic03 .col_img{ 
		width: calc(430/var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_clinic03 .col_txt{
		width: 100%;
		background: #f6f4f3;
		padding: calc(25 /var(--break)*100vw) calc(32 /var(--break)*100vw) calc(33 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.row_clinic03 .col_txt dt{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		width: 100%;
	}
	.row_clinic03 .col_txt dd{
		padding-top: 0;
		width: 100%;
	}
	.row_clinic03 .col_txt dt:nth-child(n + 3),
	.row_clinic03 .col_txt dd:nth-child(n + 3){
		margin-top: 0;
	}
	.row_clinic06 .col_txt dt:nth-child(n + 3){
		margin-top: calc(15 /var(--break)*100vw);
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_case.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/clinic/arw_case.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}


/* 歯科医師・スタッフ紹介 staff
------------------------------------------------------------------*/
.wrap_staff01{
	padding-top: calc(60 /var(--break)*100vw);
}
.wrap_staff01::before{
	content: "";
	width: 100%;
	height: calc(597 /var(--break)*100vw);
	background: #F9F3E9;
	background: linear-gradient(0deg, rgba(249, 243, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.wrap_staff02{
	padding-top: calc(60 /var(--break)*100vw);
	padding-bottom: calc(37 /var(--break)*100vw);
	background: #F9F3E9;
	background: linear-gradient(0deg, rgba(249, 243, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.row_staff01 .col_img{
	width: calc(460 /1240*100%);
}
.row_staff01 .col_img .box{
	width: calc(493 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	bottom: calc(35 /var(--break)*100vw);
	right: calc(215 /var(--break)*100vw);
	white-space:nowrap;
}
.row_staff01 .col_img .box.box2{
	width: calc(331 /var(--break)*100vw);
	right: calc(297 /var(--break)*100vw);
}
.row_staff01 .col_img .box.box3{
	width: calc(417 /var(--break)*100vw);
	right: calc(254 /var(--break)*100vw);
}
.row_staff01 .col_img .box::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #f9f3e9;
	position: absolute;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
	z-index: 0;
}
.row_staff01 .col_img .box .txt1{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #cd6f8c;
	margin-right: calc(20 /var(--break)*100vw);
	line-height: 1.5em;
}
.row_staff01 .col_img .box.box3 .txt1{
	width: calc(165 /var(--break)*100vw);
}
.row_staff01 .col_img .box .txt1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_staff01 .col_img .box .txt2{
	margin-right: calc(10 /var(--break)*100vw);
}
.row_staff01 .col_img .box .txt3{
	margin-bottom: calc(4 /var(--break)*100vw);
}
.row_staff01 .col_txt{
	width: calc(730 /1240*100%);
	padding-top: calc(30 /var(--break)*100vw);
}

.box_director .box_ttl{
	background: #eb9494;
	border-top-left-radius: calc(10 /var(--break)*100vw);
	border-top-right-radius: calc(10 /var(--break)*100vw);
	cursor: pointer;
}
.box_director .box_ttl .txt {
	width: 90%;
	max-width: 1000px;
}
.box_director .box_ttl .txt:before,
.box_director .box_ttl .txt:after {
    content: "";
    height: calc(7 /var(--break)*100vw);
    flex-grow: 1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.box_director .box_ttl .txt:before {
    margin-right: calc(15 /var(--break)*100vw);
}
.box_director .box_ttl .txt:after {
    margin-left: calc(15 /var(--break)*100vw);
}
.box_director .box_ttl .txt .icn {
    display: block;
    position: absolute;
    right: calc(20 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
	background: #fff;
	border-radius: 100%;
}
.box_director .box_ttl .txt .icn:before {
    content: "";
    position: absolute;
    width: calc(15 /var(--break)*100vw);
    height: 1px;
    background: #685450;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box_director .box_ttl .txt .icn:after {
    content: "";
    position: absolute;
    height: calc(15 /var(--break)*100vw);
    width: 1px;
    background: #685450;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: .3s;
}
.box_director.open .box_ttl .txt .icn:after {
    opacity: 0;
    transition: .3s;
}
.box_director .box_prof{
	display: none;
}
.box_director .list_default li{
	line-height: calc(40/18*100%);
}
.box_director .list_default li:not(:first-child) {
	margin-top: calc(5 / var(--break) * 100vw);
}
.box_director .list_default li:before {
	content: "";
	position: absolute;
	width: calc(6 / var(--break) * 100vw);
	height: calc(6 / var(--break) * 100vw);
	background: #333;
	border-radius: 50%;
	left: 0;
	top: .9em;
}

.wrap_story{
	padding-top: calc(175 /var(--break)*100vw);
	margin-bottom:calc(215 /var(--break)*100vw);
}
.wrap_story.open{
	margin-bottom:0;
}
.wrap_story .btn_story{
	background: url("images/staff/icn_staff01.png")no-repeat center/contain;
	width: calc(231 /var(--break)*100vw);
	height: calc(230 /var(--break)*100vw);
	padding-bottom: calc(28 /var(--break)*100vw);
	top: calc(60 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_story .btn_story:hover {
	cursor: pointer;
}
.wrap_story .btn_story::after{
	content: "";
	background: url("images/staff/arw_staff01.png")no-repeat center/contain;
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	position: absolute;
	bottom: calc(20 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_director{
	border-top: solid calc(2 /var(--break)*100vw) #685450;
	background: rgba(246,244,243,0.3);
	padding-top: calc(176 /var(--break)*100vw);
	display: none;
}
.box_director01{
	border: solid 1px #685450;
}
.box_director02{
	border: solid 1px #cd6f8c;
	outline: solid 1px #cd6f8c;
	outline-offset: calc(-6 /var(--break)*100vw);
}
.row_director01{
	max-width: 1240px;
}
.row_director01 .col_img{
	width: calc(350/1240*100%);
}
.row_director01 .col_txt{
	width: calc(840/1240*100%);
}
.row_director01 .copy,
.row_director01 .copy2{
	font-size: 1.625rem;
	padding-bottom: calc(9 /var(--break)*100vw);
	margin-bottom: calc(9 /var(--break)*100vw);
}
.row_director01 .copy::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #EB9494;
	background: linear-gradient(90deg, rgba(235, 148, 148, 1) 0%, rgba(237, 184, 137, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.row_director01 .copy2::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #685450;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bg_staff01{
	background: url("images/staff/bg_staff.jpg")no-repeat center/cover;
	padding: calc(80 /var(--break)*100vw) 0 calc(90 /var(--break)*100vw);
}
.img_staff21::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #685450;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_staff01{
		padding-top: calc(60 /var(--break)*100vw);
		padding-bottom: calc(60 /var(--break)*100vw);
	}
	.wrap_staff01::before{
		width: 100%;
		height: 100%;
	}
	.row_staff01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box{
		width: calc(493 /var(--break)*100vw);
		height: calc(82 /var(--break)*100vw);
		bottom: calc(-38 /var(--break)*100vw);
		right: calc(28 /var(--break)*100vw);
		white-space:nowrap;
	}
	.row_staff01 .col_img .box.box2{
		width: calc(331 /var(--break)*100vw);
		right: calc(190 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box.box3{
		width: calc(417 /var(--break)*100vw);
		right: calc(104 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-right: calc(19 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box .txt2{
		font-size: 1.0625rem;
		letter-spacing: 0.15em;
		margin-right: calc(14 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box .txt3{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_staff01 .col_txt{
		width: 100%;
		padding-top:0;
	}

	.box_director .box_ttl{
		background: #eb9494;
		border-top-left-radius: calc(10 /var(--break)*100vw);
		border-top-right-radius: calc(10 /var(--break)*100vw);
	}
	.box_director .box_ttl .txt {
		font-size: 1.06rem;
		width: 80%;
		max-width: 1000px;
	}

	.wrap_story .btn_story p{
		font-size: 0.875rem;
	}
	.wrap_director{
		border-top: solid calc(2 /var(--break)*100vw) #685450;
		background: rgba(246,244,243,0.3);
		padding-top: calc(176 /var(--break)*100vw);
		display: none;
	}
	.box_director01{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.box_director02{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_director01{
		max-width: 1240px;
	}
	.row_director01 .col_img{
		width: calc(450 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_director01 .col_txt{
		width: 100%;
	}
	.row_director01 .copy,
	.row_director01 .copy2{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding-bottom: calc(9 /var(--break)*100vw);
		margin-bottom: calc(9 /var(--break)*100vw);
		text-align: center;
	}
	.row_director01 .copy::after{
		height: calc(2 /var(--break)*100vw);
	}
	.row_director01 .copy2::after{
		height: calc(2 /var(--break)*100vw);
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.wrap_access01{
	padding-bottom: calc(80 /var(--break)*100vw);
}
.wrap_access01::after{
	content: "";
	width: 100%;
	height: calc(840 /var(--break)*100vw);
	background: #F9F3E9;
	background: linear-gradient(0deg, rgba(249, 243, 233, 1) 0%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.img_access{
	width: calc(750 /var(--break)*100vw);
}
.logo_access{
	width: calc(201 /var(--break)*100vw);
}
.row_access01{
	gap:0 calc(20 /1000*100%);
}
.row_access01 .col_l{
	width: calc(422/1000*100%);
}
.row_access01 .col_r{
	width: calc(530/1000*100%);
	padding-top: calc(18 /var(--break)*100vw);
}
.btn_tel_access{
	width: calc(344 /var(--break)*100vw);
}
.btn_tel_access a{
	height: calc(120 /var(--break)*100vw);
	background: rgba(255,255,255,0.9);
	padding-top: calc(10 /1920*100vw);
}
.btn_tel_access a .txt1{
	width: calc(294 /var(--break)*100vw);
	font-size: calc(18 /var(--break)*100vw);
	padding-bottom: calc(11 /var(--break)*100vw);
	border-bottom: solid 1px #312d2b;
	margin: 0 auto calc(5 /var(--break)*100vw);
}
.btn_tel_access a .txt2 .icn{
	width: calc(22 /var(--break)*100vw);
	margin-right: calc(7 /var(--break)*100vw);
}
.btn_tel_access a .txt2 span{
	display: inline-block;
	vertical-align: middle;
}
.btn_tel_access a .txt2 span:nth-child(2){
	font-size: calc(40 /var(--break)*100vw);
	margin-bottom: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_access{
		width: calc(646 /var(--break)*100vw);
	}
	.logo_access{
		width: calc(201 /var(--break)*100vw);
	}
	.row_access01{
		gap:calc(50 /var(--break)*100vw) 0;
	}
	.row_access01 .col_l{
		width:100%;
	}
	.row_access01 .col_r{
		width:100%;
		padding-top: 0;
	}
	.btn_tel_access{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) calc(21 /var(--break)*100vw);
	}
	.btn_tel_access a{
		height: calc(157 /var(--break)*100vw);
		background: rgba(255,255,255,0.9);
		padding-top: calc(10 /var(--break)*100vw);
	}
	.btn_tel_access a .txt1{
		width: calc(550 /var(--break)*100vw);
		font-size: 0.6875rem;
		letter-spacing: 0.1em;
		padding-bottom: calc(21 /var(--break)*100vw);
		border-bottom: solid 1px #312d2b;
		margin: 0 auto calc(8 /var(--break)*100vw);
	}
	.btn_tel_access a .txt2 .icn{
		width: calc(27 /var(--break)*100vw);
		margin-right: calc(11 /var(--break)*100vw);
	}
	.btn_tel_access a .txt2 .icn img{
		width: 100%;
	}
	.btn_tel_access a .txt2 span:nth-child(2){
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
}
.wrap_access02 .map {
	padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
.row_access02{
	padding-left: calc(5 /var(--break)*100vw);
	padding-right: calc(5 /var(--break)*100vw);
}
.row_access02 .col{
	position: relative;
	width: calc(475/990*100%);
	outline: solid 1px #cd6f8c;
	outline-offset: calc(-6 /var(--break)*100vw);
	padding-top: calc(55 /var(--break)*100vw);
	padding-bottom: calc(52 /var(--break)*100vw);
}
.row_access02 .col::before,
.row_access02 .col::after{
	content: "";
	width: calc(100% + (5 /var(--break)*100vw));
	height: calc(100% + (5 /var(--break)*100vw));
	background: #685450;
	position: absolute;
	z-index: -1;
}
.row_access02 .col::before{
	bottom: 0;
	right: 0;
}
.row_access02 .col::after{
	top: 0;
	left: 0;
}
.row_access02 .col .icn{
	width: calc(176 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_access02 .col .ttl{
	margin-bottom: calc(17 /var(--break)*100vw);
}

.row_access03{
	gap:calc(75 /var(--break)*100vw) calc(20/1240*100%);
	padding-top: calc(35 /var(--break)*100vw);
}
.row_access03 .col{
	width: calc(295/1240*100%);
	background: #f6f4f3;
}
.row_access03 .col .num{
	width: calc(70 /var(--break)*100vw);
	height: calc(70 /var(--break)*100vw);
	top: calc(-35 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_access02 .wrap_map{
		background: none;
	}
	.row_access02{
		gap:calc(30 /var(--break)*100vw) 0;
		padding-left: calc(5 /var(--break)*100vw);
		padding-right: calc(5 /var(--break)*100vw);
	}
	.row_access02 .col{
		width: 100%;
	}
	.row_access02 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}

	.row_access03{
		gap:calc(75 /var(--break)*100vw) calc(22/702*100%);
		padding-top: calc(35 /var(--break)*100vw);
	}
	.row_access03 .col{
		width: calc(340/702*100%);
	}
	.row_access03 .col img{
		width: 100%;
	}
	.row_access03 .col .num{
		font-size: 0.9375rem;
	}
	.row_access03 .col .box p{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}


/* 一般歯科 general
------------------------------------------------------------------*/
.box_general{
	border: solid 1px #eb9494;
	outline: solid 1px #eb9494;
	outline-offset: calc(-6 /var(--break)*100vw);
}
.row_general01{
	
}
.row_general01 .col_img{
	width: calc(290 /1140*100%);
}
.row_general01 .col_txt{
	width: calc(800 /1140*100%);
}
.box_general .bnr{
	width: calc(607 /var(--break)*100vw);
}
.box_general02{
	padding: calc(39 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(41 /var(--break)*100vw);
}
.box_general02 .ttl{
	margin-bottom: calc(7 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_general{
		padding: calc(50 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.row_general01{
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_general01 .col_img{
		width: calc(500 /var(--break)*100vw);
		margin: auto;
	}
	.row_general01 .col_img img{
		width: 100%;
	}
	.row_general01 .col_txt{
		width:100%;
	}
	.row_general01 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
	.box_general .bnr{
		width: calc(607 /var(--break)*100vw);
	}
.box_general02{
	padding: calc(39 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(41 /var(--break)*100vw);
}
.box_general02 .ttl{
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.6em;
	margin-bottom: calc(7 /var(--break)*100vw);
}
}


/* bg_consultation
------------------------------------------------------------------*/
.bg_consultation{
	background: url("images/page/pattern_stripe01_w_50.png")repeat left top/calc(7 /var(--break)*100vw),#f9f3e9;
}
.bg_consultation::before,
.bg_consultation::after{
	content: "";
	width: 100%;
	max-width: 1410px;
	height: 100%;
	background: rgba(104,84,80,0.05);
	position: absolute;
	bottom: 0;
}
.bg_consultation::before{
	right: 0;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
}
.bg_consultation::after{
	left: 0;
	clip-path: polygon(0 0,100% 100%, 0 100%);
}
.box_common01{
	border: solid 1px #685450;
	padding: calc(49 /var(--break)*100vw) calc(49 /var(--break)*100vw) calc(47 /var(--break)*100vw);
}
.box_common01 .ttl{
	margin-bottom: calc(25 /var(--break)*100vw);
}
.box_common01 .ttl .ja{
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
}
.list_common01{
	position: relative;
}
.list_common01 li{
	width: calc(425/900*100%);
	padding-left: calc(31 / var(--break) * 100vw);
	padding-bottom: calc(5 /var(--break)*100vw);
	line-height: 1.5;
	border-bottom: dotted 1px #685450;
	white-space: nowrap;
}
.list_common01 li:not(:nth-child(-n + 2)) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common01 li:nth-child(-n + 2) {
	margin-top: 0;
}
.list_common01 li::before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check01.svg")no-repeat center/contain;
	border-radius: 0;
	left: 0;
	top: calc(5 /var(--break)*100vw);
}
@media(max-width: 767px) {
	.bg_consultation{
		padding: calc(50 /var(--break)*100vw);
	}
	.box_common01{
		padding: calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.box_common01 .ttl{
		margin-bottom: calc(26 /var(--break)*100vw);
	}
	.box_common01 .ttl .ja{
		font-size: 1rem;
		letter-spacing: 0;
		height: calc(60 /var(--break)*100vw);
		line-height: calc(60 /var(--break)*100vw);
	}
	.list_common01{
		position: relative;
	}
	.list_common01 li{
		width: 100%;
		padding-left: calc(50 / var(--break) * 100vw);
		padding-bottom: calc(6 /var(--break)*100vw);
		line-height: 1.5;
		white-space: normal;
	}
	.list_common01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.list_common01 li:not(:first-child) {
		margin-top: calc(7 / var(--break) * 100vw);
	}
	.list_common01 li::before {
		content: "";
		position: absolute;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		border-radius: 0;
		left: 0;
		top: calc(12 /var(--break)*100vw);
	}
}


/* row_common01
------------------------------------------------------------------*/
.row_common01 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_common01 .col_txt {
	width: 68%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common01 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_common01 .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
}


/* row_common01
------------------------------------------------------------------*/
.tbl_common02.tbl_default thead th {
	text-align: center;
}
.tbl_common02.tbl_default tbody th {
	background: rgba(104,84,80,0.5);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
}


/* 歯周病治療 perio
------------------------------------------------------------------*/
.ttl_perio01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
}
@media(max-width: 767px) {
	.ttl_perio01{
		font-size: 1.125rem;
		letter-spacing: 0
	}
}


/* 親知らずの抜歯・口腔外科 surgery
------------------------------------------------------------------*/
.row_surgery01{
	gap:calc(30 /var(--break)*100vw) 0;
}
.row_surgery01 .col{
	width: calc(394/1240*100%);
}
.row_surgery01 .col .ttl{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(36/26*100%);
	margin-bottom: calc(13 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_surgery01{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_surgery01 .col{
		width: 100%;
		padding: calc(30 /var(--break)*100vw);
	}
	.row_surgery01 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(36/26*100%);
		margin-bottom: calc(13 /var(--break)*100vw);
	}
}


/* 予防・メンテナンス prevention
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 医療費控除について
------------------------------------------------------------------*/
.box_med01{
	background: #f9f3e9;
	padding-top: calc(39 /var(--break)*100vw);
	padding-bottom: calc(50 /var(--break)*100vw);
}
.box_med01 .ttl{
	margin-bottom: calc(7 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_med01{
		padding: calc(36 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	}
	.box_med01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 成人矯正 orthodontic
------------------------------------------------------------------*/
.bnr_orthodontic{
	width: calc(607 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* マウスピース矯正 mouthpiece
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* セラミック・審美治療 cosmetic
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ホワイトエッセンスホワイトニング whitening
------------------------------------------------------------------*/
.row_whitening01{
	gap:calc(30 /var(--break)*100vw) calc(29/1240*100%);
}
.row_whitening01 .col{
	width: calc(394/1240*100%);
}
.row_whitening01 .col .ttl{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(36/26*100%);
	margin-bottom: calc(11 /var(--break)*100vw);
}
.row_whitening01 .col .ttl span{
	margin-left: calc(13 /var(--break)*100vw);
	padding-left: calc(13 /var(--break)*100vw);
}
.row_whitening01 .col .ttl span::before{
	content: "";
	width: 1px;
	height: calc(18 /var(--break)*100vw);
	background: #685450;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_whitening01{
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_whitening01 .col{
		width: 100%;
	}
	.row_whitening01 .col .ttl{
		font-size: 1.125rem;
	}
	.row_whitening01 .col .ttl span::before{
		height: calc(24 /var(--break)*100vw);
		top: calc(2 /var(--break)*100vw);
	}
}


/* 入れ歯 false_teeth
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.ttl_recruit01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(19 /var(--break)*100vw);
}
.box_recruit01{
	background: #CD6F8C;
	background: linear-gradient(90deg, rgba(205, 111, 140, 1) 0%, rgba(235, 148, 148, 1) 100%);
}
.box_recruit02{
	background: #EB9494;
	background: linear-gradient(90deg, rgba(235, 148, 148, 1) 0%, rgba(237, 184, 137, 1) 100%);
}
.box_recruit03{
	width: calc(745 /1240*100%);
	margin-right: auto;
	background: #685450;
	background: linear-gradient(90deg, rgba(104, 84, 80, 1) 0%, rgba(107, 101, 79, 1) 100%);
}
.row_recruit01{
	gap:0 calc(20/1190*100%);
}
.box_recruit03 .row_recruit01{
	gap:0 calc(20/695*100%);
}
.row_recruit01 .col_l{
	width: calc(200/1190*100%);
	height: calc(210 /var(--break)*100vw);
}
.box_recruit03 .row_recruit01 .col_l{
	width: calc(200/695*100%);
}
.row_recruit01 .col_l .txt1{
	margin-bottom: calc(22 /var(--break)*100vw);
}
.row_recruit01 .col_r{
	width: calc(475/1190*100%);
}
.box_recruit03 .row_recruit01 .col_r{
	width: calc(475/695*100%);
}
.row_recruit01 .col_r p{
	width: 100%;
}
.row_recruit01 .col_r .txt1{
	border-bottom: solid 2px #312d2b;
	padding-bottom: calc(20 /var(--break)*100vw);
	margin-bottom: calc(9 /var(--break)*100vw);
}


.box_recruit04 .box_ttl{
	background: #eb9494;
	border-top-left-radius: calc(10 /var(--break)*100vw);
	border-top-right-radius: calc(10 /var(--break)*100vw);
	cursor: pointer;
}
.box_recruit04 .box_ttl .txt {
	width: 90%;
	max-width: 1000px;
}
.box_recruit04 .box_ttl .txt:before,
.box_recruit04 .box_ttl .txt:after {
    content: "";
    height: calc(7 /var(--break)*100vw);
    flex-grow: 1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.box_recruit04 .box_ttl .txt:before {
    margin-right: calc(15 /var(--break)*100vw);
}
.box_recruit04 .box_ttl .txt:after {
    margin-left: calc(15 /var(--break)*100vw);
}
.box_recruit04 .box_ttl .txt .icn {
    display: block;
    position: absolute;
    right: calc(20 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
	background: #fff;
	border-radius: 100%;
}
.box_recruit04 .box_ttl .txt .icn:before {
    content: "";
    position: absolute;
    width: calc(15 /var(--break)*100vw);
    height: 1px;
    background: #685450;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.box_recruit04 .box_ttl .txt .icn:after {
    content: "";
    position: absolute;
    height: calc(15 /var(--break)*100vw);
    width: 1px;
    background: #685450;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: .3s;
}
.box_recruit04.open .box_ttl .txt .icn:after {
    opacity: 0;
    transition: .3s;
}
.box_recruit04 .box{
	display: none;
	background: #f6f4f3;
	padding: calc(36 /var(--break)*100vw) calc(64 /var(--break)*100vw);
}
.box_recruit04 .box .ttl{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.box_recruit04 .box .txt{
	line-height: calc(40/18*100%);
}

.bnr_recruit{
	width: calc(607 /var(--break)*100vw);
}

.box_instagram .icn{
	width: calc(100/var(--break)*100vw);
	height: calc(100/var(--break)*100vw);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.box_instagram #sb_instagram{
	padding-bottom: 0 !important;
}
.box_instagram #sb_instagram #sbi_images {
	padding: 0!important;
	gap: calc( 10 /var(--break)*100vw)!important;
}

.row_recruit_movie{
	gap:0 calc(30 /var(--break)*100vw);
}
.row_recruit_movie .col{
	width: calc(546 /var(--break)*100vw);
}
.bnr_camsta{
	width: calc(320 /var(--break)*100vw);
}

.box_recruit05{
	outline: solid 1px #fff;
	outline-offset: calc(-6 /var(--break)*100vw);
	height: calc(161 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_recruit_movie{
		width: 90%;
		max-width: 700px;
		margin: auto;
		gap: calc(30 /var(--break)*100vw) 0;
	}
	.row_recruit_movie .col{
		width: 100%;
	}
}
@media(max-width: 767px) {
	.ttl_recruit01{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: calc(42/26*100%);
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.box_recruit01{
		width: 100%;
		padding: calc(20 /var(--break)*100vw);
	}
	.box_recruit02{
		width: 100%;
		padding: calc(20 /var(--break)*100vw);
	}
	.box_recruit03{
		width: 100%;
		padding: calc(20 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
	}
	.row_recruit01{
		gap:calc(20 /var(--break)*100vw) 0;
	}
	.box_recruit03 .row_recruit01{
		gap:calc(20 /var(--break)*100vw) 0;
	}
	.row_recruit01 .col_l{
		width: 100%;
		height: calc(210 /var(--break)*100vw);
	}
	.box_recruit03 .row_recruit01 .col_l{
		width: 100%;
	}
	.row_recruit01 .col_l .txt1{
		margin-bottom: calc(22 /var(--break)*100vw);
	}
	.row_recruit01 .col_r{
		width: 100%;
		padding: calc(50 /var(--break)*100vw) calc(20 /var(--break)*100vw);
	}
	.box_recruit03 .row_recruit01 .col_r{
		width: 100%;
	}
	.row_recruit01 .col_r p{
		width: 100%;
	}
	.row_recruit01 .col_r .txt1{
		font-size: 1.125rem;
		border-bottom: solid 2px #312d2b;
		padding-bottom: calc(20 /var(--break)*100vw);
		margin-bottom: calc(9 /var(--break)*100vw);
	}
	.row_recruit01 .col_r .txt2 .fz70{
		font-size: 3.5rem;
	}
	.row_recruit01 .col_r .txt2{
		font-size: 1.5rem;
	}


	.box_recruit04 .box_ttl{
		border-top-left-radius: calc(10 /var(--break)*100vw);
		border-top-right-radius: calc(10 /var(--break)*100vw);
	}
	.box_recruit04 .box_ttl .txt {
		font-size: 1.06rem;
		width: 80%;
	}
	.box_recruit04 .box{
		display: none;
		background: #f6f4f3;
		padding: calc(36 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.box_recruit04 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.box_recruit04 .box .txt{
		line-height: 2em;
	}
	.box_instagram #sb_instagram #sbi_images {
		padding: 0!important;
		gap: calc( 13 /var(--break)*100vw)!important;
	}
	.row_recruit_movie{
		width: calc(702 /var(--break)*100vw);
		max-width: 100%;
		margin: auto;
		gap: calc(30 /var(--break)*100vw) 0;
	}
	.row_recruit_movie .col{
		width: 100%;
	}
	.box_recruit05{
		height: calc(200 /var(--break)*100vw);
	}
}


/* ママさん歯科医師 mother_dentist
------------------------------------------------------------------*/
.row_mother_dentist01 .col_img{
	width: calc(460 /1240*100%);
}
.row_mother_dentist01 .col_txt{
	width: calc(730 /1240*100%);
}
.row_mother_dentist01 .copy{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_mother_dentist01 .col_txt .box{
	width: calc(493 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #f9f3e9;
	bottom: 0;
	left:0;
	white-space:nowrap;
}
.row_mother_dentist01 .col_txt .box .txt1{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #cd6f8c;
	margin-right: calc(20 /var(--break)*100vw);
	line-height: 1.5em;
}
.row_mother_dentist01 .col_txt .box .txt1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_mother_dentist01 .col_txt .box .txt2{
	margin-right: calc(10 /var(--break)*100vw);
}
.row_mother_dentist01 .col_txt .box .txt3{
	margin-bottom: calc(4 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_mother_dentist01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_mother_dentist01 .col_txt{
		width: 100%;
	}
	.row_mother_dentist01 .col_txt .txt{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_mother_dentist01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(42/26*100%);
		text-align: center;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_mother_dentist01 .col_txt .box{
		margin: auto;
		width: calc(493 /var(--break)*100vw);
		height: calc(82 /var(--break)*100vw);
		background: #f9f3e9;
		position: static;
	}
	.row_mother_dentist01 .col_txt .box .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-right: calc(19 /var(--break)*100vw);
	}
	.row_mother_dentist01 .col_txt .box .txt2{
		font-size: 1.0625rem;
		letter-spacing: 0.15em;
		margin-right: calc(14 /var(--break)*100vw);
	}
	.row_mother_dentist01 .col_txt .box .txt3{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
}


/* 新卒歯科衛生士 new_hygienist
------------------------------------------------------------------*/
.row_new_hygienist01 .col_img{
	width: calc(460 /1240*100%);
}
.row_new_hygienist01 .col_img .box{
	width: 100%;
	height: calc(105 /var(--break)*100vw);
	bottom: calc(19 /var(--break)*100vw);
	left: 0;
	background: #f9f3e9;
	padding: calc(11 /var(--break)*100vw) calc(10 /var(--break)*100vw) calc(12 /var(--break)*100vw);
	white-space:nowrap;
}
.row_new_hygienist01 .col_img .box .txt1{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #cd6f8c;
	margin-right: calc(16 /var(--break)*100vw);
	line-height: 1.5em;
}
.row_new_hygienist01 .col_img .box .txt1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_new_hygienist01 .col_img .box .wrap{
	width: calc(100% - (100 /var(--break)*100vw));
}
.row_new_hygienist01 .col_img .box .txt2{
	margin-bottom: calc(11 /var(--break)*100vw);
}
.row_new_hygienist01 .col_img .box .txt3{
}
.row_new_hygienist01 .col_txt{
	width: calc(730 /1240*100%);
}
.row_new_hygienist01 .copy{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_new_hygienist01 .txt{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_new_hygienist01 .col_txt .box{
	width: calc(493 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #f9f3e9;
	white-space:nowrap;
}
.row_new_hygienist01 .col_txt .box .txt1{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #cd6f8c;
	margin-right: calc(20 /var(--break)*100vw);
	line-height: 1.5em;
}
.row_new_hygienist01 .col_txt .box .txt1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_new_hygienist01 .col_txt .box .txt2{
	margin-right: calc(10 /var(--break)*100vw);
}
.row_new_hygienist01 .col_txt .box .txt3{
	margin-bottom: calc(4 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_new_hygienist01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_txt{
		width: 100%;
	}
	.row_new_hygienist01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(42/26*100%);
		text-align: center;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_img .box{
		margin: calc(30 /var(--break)*100vw) auto 0;
		width: 100%;
		height: calc(82 /var(--break)*100vw);
		position: static;
		padding: 0;
	}
	.row_new_hygienist01 .col_img .box .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-right: 0;
	}
	.row_new_hygienist01 .col_img .box .wrap{
		width: calc(100% - (84 /var(--break)*100vw));
	}
	.row_new_hygienist01 .col_img .box .txt2{
		font-size: 1.0625rem;
		letter-spacing: 0.15em;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_img .box .txt2 .fz26{
		font-size: 0.75rem;
	}
	.row_new_hygienist01 .col_img .box .txt3{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
	}
	.row_new_hygienist01 .col_txt{
		width: 100%;
	}
	.row_new_hygienist01 .col_txt .txt{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_new_hygienist01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(42/26*100%);
		text-align: center;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_txt .box{
		margin: auto;
		width: calc(493 /var(--break)*100vw);
		height: calc(82 /var(--break)*100vw);
		background: #f9f3e9;
		position: static;
	}
	.row_new_hygienist01 .col_txt .box .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-right: calc(19 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_txt .box .txt2{
		font-size: 1.0625rem;
		letter-spacing: 0.15em;
		margin-right: calc(14 /var(--break)*100vw);
	}
	.row_new_hygienist01 .col_txt .box .txt3{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
}


/* 歯科医師求人 dentist
------------------------------------------------------------------*/
.row_dentist01 .col_img{
	width: calc(460 /1240*100%);
}
.row_dentist01 .col_img .box{
	width: 100%;
	height: calc(105 /var(--break)*100vw);
	bottom: calc(19 /var(--break)*100vw);
	left: 0;
	background: #f9f3e9;
	padding: calc(11 /var(--break)*100vw) calc(10 /var(--break)*100vw) calc(12 /var(--break)*100vw);
	white-space:nowrap;
}
.row_dentist01 .col_img .box .txt1{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #cd6f8c;
	margin-right: calc(16 /var(--break)*100vw);
	line-height: 1.5em;
}
.row_dentist01 .col_img .box .txt1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_dentist01 .col_img .box .wrap{
	width: calc(100% - (100 /var(--break)*100vw));
}
.row_dentist01 .col_img .box .txt2{
	margin-bottom: calc(11 /var(--break)*100vw);
}
.row_dentist01.row_dentist03 .col_img .box .txt2{
	margin-bottom: 0;
}
.row_dentist01 .col_img .box .txt3{
}
.row_dentist01 .col_txt{
	width: calc(730 /1240*100%);
}
.row_dentist01 .copy{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_dentist01 .txt{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_dentist02 .col_img{
	width: calc(450 /1240*100%);
}
.row_dentist02 .col_txt{
	width: calc(740 /1240*100%);
}

.box_dentist01{
	border: solid 1px #eb9494;
	outline: solid 1px #eb9494;
	outline-offset: calc(-6 /var(--break)*100vw);
	padding: calc(38 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(48 /var(--break)*100vw);
}
.list_dentist01{
	max-width: 760px;
	margin: auto;
}
.list_dentist01 li{
	font-size: calc(24 /var(--break)*100vw);
	letter-spacing: 0.1em;
	white-space: nowrap;
	padding-left: calc(45 /var(--break)*100vw);
	position: relative;
}
.list_dentist01 li:not(:first-child){
	margin-top: 2px;
}
.list_dentist01 li::before{
	content: "";
	background: url("images/dentist/check01.svg")no-repeat center/contain;
	width: calc(25 /var(--break)*100vw);
	height: calc(25 /var(--break)*100vw);
	position: absolute;
	top: calc(12 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_dentist01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_dentist01 .col_txt{
		width: 100%;
	}
	.row_dentist01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(42/26*100%);
		text-align: center;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_dentist01 .col_img .box{
		margin: calc(30 /var(--break)*100vw) auto 0;
		width: 100%;
		height: calc(82 /var(--break)*100vw);
		position: static;
		padding: 0;
	}
	.row_dentist01 .col_img .box .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-right: 0;
	}
	.row_dentist01 .col_img .box .wrap{
		width: calc(100% - (84 /var(--break)*100vw));
	}
	.row_dentist01 .col_img .box .txt2{
		font-size: 1.0625rem;
		letter-spacing: 0.15em;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_dentist01 .col_img .box .txt2 .fz26{
		font-size: 0.75rem;
	}
	.row_dentist01 .col_img .box .txt3{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
	}
	.row_dentist02 .col_img{
		width: calc(450 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_dentist02 .col_txt{
		width: 100%;
	}

	.box_dentist01{
		padding: calc(38 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(48 /var(--break)*100vw);
	}
	.list_dentist01{
		max-width: 760px;
		margin: auto;
	}
	.list_dentist01 li{
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: 1.5em;
		white-space:normal;
		padding-left: calc(45 /var(--break)*100vw);
		position: relative;
	}
	.list_dentist01 li:not(:first-child){
		margin-top: calc(10 /var(--break)*100vw);
	}
	.list_dentist01 li::before{
		content: "";
		background: url("images/dentist/check01.svg")no-repeat center/contain;
		width: calc(25 /var(--break)*100vw);
		height: calc(25 /var(--break)*100vw);
		position: absolute;
		top: calc(8 /var(--break)*100vw);
		left: 0;
	}
}


/* 歯科衛生士求人 hygienist
------------------------------------------------------------------*/
.row_hygienist01 .col_img{
	width: calc(460 /1240*100%);
}
.row_hygienist01 .col_img .box{
	width: 100%;
	height: calc(105 /var(--break)*100vw);
	bottom: calc(19 /var(--break)*100vw);
	left: 0;
	background: #f9f3e9;
	padding: calc(11 /var(--break)*100vw) calc(10 /var(--break)*100vw) calc(12 /var(--break)*100vw);
	white-space:nowrap;
}
.row_hygienist01 .col_img .box .txt1{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #cd6f8c;
	margin-right: calc(16 /var(--break)*100vw);
	line-height: 1.5em;
}
.row_hygienist01 .col_img .box .txt1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_hygienist01 .col_img .box .wrap{
	width: calc(100% - (100 /var(--break)*100vw));
}
.row_hygienist01 .col_img .box .txt2{
	margin-bottom: calc(11 /var(--break)*100vw);
}
.row_hygienist01 .col_img .box .txt3{
}
.row_hygienist01 .col_txt{
	width: calc(730 /1240*100%);
}
.row_hygienist01 .copy{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_hygienist01 .txt{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_hygienist02 .col_img{
	width: calc(450 /1240*100%);
}
.row_hygienist02 .col_txt{
	width: calc(740 /1240*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_hygienist01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_hygienist01 .col_txt{
		width: 100%;
	}
	.row_hygienist01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(42/26*100%);
		text-align: center;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_hygienist01 .col_img .box{
		margin: calc(30 /var(--break)*100vw) auto 0;
		width: 100%;
		height: calc(82 /var(--break)*100vw);
		position: static;
		padding: 0;
	}
	.row_hygienist01 .col_img .box .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		margin-right: 0;
	}
	.row_hygienist01 .col_img .box .wrap{
		width: calc(100% - (84 /var(--break)*100vw));
	}
	.row_hygienist01 .col_img .box .txt2{
		font-size: 1.0625rem;
		letter-spacing: 0.15em;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_hygienist01 .col_img .box .txt2 .fz26{
		font-size: 0.75rem;
	}
	.row_hygienist01 .col_img .box .txt3{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
	}
	.row_hygienist02 .col_img{
		width: calc(450 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_hygienist02 .col_txt{
		width: 100%;
	}
}


/* 歯科助手求人 assistant
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


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

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01{
	padding: 0 0 calc(21 /var(--break)*100vw);
}
.slide_case01{
	padding: 0 0 calc(51 /var(--break)*100vw);
}
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	display: flex;
}
.area_case_common01 .ttl:before, .area_case_common01 .ttl:after {
	content: "";
	background: #f9f3e9;
	flex-grow: 1;
	height: calc(30 /var(--break)*100vw);
}
.area_case_common01 .ttl:before {
	margin-right: calc(18 /var(--break)*100vw);
}
.area_case_common01 .ttl:after {
	margin-left: calc(13 /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 {
	border: solid 1px #eb9494;
	height: calc(50 / 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: calc(30 /1920*100vw);
}
.slide_case01 .slick-next {
    right: calc(30 /1920*100vw);
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	position: absolute!important;
	top: auto;
	bottom: calc(-21 /var(--break)*100vw)!important;
	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: #eb9494;
	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: #685450;
	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);/*ボーダー右切れる対策*/
}
.tbl_case table {
	border-color: #cd6f8c;
}
.tbl_case th {
	background: #cd6f8c;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #cd6f8c;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.wrap_case01{
		padding: 0 0 calc(21 /var(--break)*100vw);
	}
	.slide_case01{
		padding: 0 0 calc(51 /var(--break)*100vw);
		margin-bottom: 0;
	}
	.area_case_common01 .ttl{
		font-size:1.25rem;
		letter-spacing: 0.1;
		line-height: 1em;
	}
	.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 #9a8c8a;
		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(42 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		bottom: auto;
		top: 69vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.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_default.tbl_case tr th {
		border-bottom: 1px solid #cd6f8c;
	}
}



/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
	font-size: 1rem;
}
.box_risk01 {
	max-width: 1000px;
	border: solid 1px #312d2b;
}
.box_invisalign {
	max-width: 1000px;
	border: solid 1px #312d2b;
}
.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: #312d2b !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: #eb9494;
}
.tbl_guideline01 th {
	background: #eb9494;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #eb9494;
}
.tbl_form01 th {
	color: #312d2b;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #cd6f8c;
}
.btn_submit input {
	border: solid 1px #312d2b;
	background: #fff;
}
@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: #f9f3e9;
	border: solid 1px #685450;
	color: #312d2b;
	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: #685450;
	border: 1px solid #685450;
	border-right-color: #685450;
	color: #fff;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #685450;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #eb9494;
	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);
	color: #eb9494;
	border-bottom: 1px solid #eb9494;
	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;
	color: #eb9494;
}
#sidebar ul li a {
	color: #eb9494;
	border-bottom: 1px solid #eb9494;
	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 #eb9494;
	color: #eb9494;
}
.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 {
}
.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: calc(20 / var(--break) * 100vw);
	background: #f6f4f3;
}
.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;
	margin-top: calc(-6 /var(--break)*100vw);
	margin-bottom: calc(4 /var(--break)*100vw);
}
.blog_archive .txt_post .date {
	color: #fff;
	background: #685450;
	width: calc(134 /var(--break)*100vw);
	height: calc(27 /var(--break)*100vw);
	line-height: calc(27 /var(--break)*100vw);
	text-align: center;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(1 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #eb9494;
	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 #eb9494;
	color: #eb9494;
	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: #eb9494;
	background: #eb9494;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	background: #685450;
	background: linear-gradient(90deg, rgba(104, 84, 80, 1) 0%, rgba(107, 101, 79, 1) 100%);
	color: #fff;
	padding: calc(18 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(20 /var(--break)*100vw);
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: calc(29 / var(--break) * 100vw );
}
.post_content > h4{
	position: relative;
	background: linear-gradient(90deg, rgba(235, 148, 148, 1) 0%, rgba(237, 184, 137, 1) 100%);
	padding: calc(13 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	color: #fff;
}
.post_content > h4::before{
	content: "";
	background: url("images/page/deco_topics_h4.png")repeat-y left center/contain;
	width: calc(13 /var(--break)*100vw);
	height: calc(100% - (20 /var(--break)*100vw));
	position: absolute;
	left: calc(10 /var(--break)*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_content > h5{
	position: relative;
	padding-bottom: calc(15 /var(--break)*100vw);
}
.post_content > h5::after{
	content: "";
	width: 100%;
	height: calc(2 /var(--break)*100vw);
	background: #CD6F8C;
	background: linear-gradient(90deg, rgba(205, 111, 140, 1) 0%, rgba(235, 148, 148, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#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 #eb9494;
	background: #eb9494;
	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: #eb9494;
}

@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 {
		font-size: 0.75rem;
		width: calc(150 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		line-height: calc(30 /var(--break)*100vw);
		text-align: center;
	}
	.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: calc(20 /var(--break)*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;
	}
	#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));
	}
}