@charset "utf-8";
/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url(images/page/bg_ttl_page.png) no-repeat right bottom calc(30 / var(--break) * 100vw) / calc(1190 / var(--break) * 100vw) auto, url(images/page/deco_bg_ttl_page.png) no-repeat top left / 100% auto, url(images/page/ptn01.jpg) repeat left top / 50% auto;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	padding-top: calc(120 / var(--break) * 100vw);
}
.bg_hdg3:before {
	content: "";
	position: absolute;
	background: #42210b url("images/page/ptn02.png")repeat left top / calc(3 / var(--break) * 100vw);
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	left: 0;
	z-index: 1;
}
.row_common01 .copy {
	background-image: linear-gradient(0deg, rgba(163, 67, 29, 1), rgba(66, 33, 11, 1));
	border-bottom: solid 1px #42210b;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
}
.row_common01 .col_img {
	width: 49%;
	max-width: 600px;
}
.row_common01 .col_img:after {
	content: "";
	position: absolute;
	background: url("images/page/deco_default01.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) calc(400 / var(--break) * 100vw);
	width: calc(600 / var(--break) * 100vw);
	height: calc(400 / var(--break) * 100vw);
	right: calc(-20 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	z-index: -1;
}
.row_common01 .col_txt {
	width: 47%;
}
.row_common02 {
	gap: calc(60 / var(--break) * 100vw) 4%;
}
.row_common02 .col {
	width: 48%;
}
.row_common02 .col:nth-of-type(odd) .num{
	background: url("images/page/bg_num01.svg") no-repeat top left / calc(110 / var(--break) * 100vw) calc(80 / var(--break) * 100vw);
	width: calc(110 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	top: 0;
	left: 0;
}
.row_common02 .col:nth-of-type(even) .num{
	background: url("images/page/bg_num02.svg") no-repeat top left / calc(110 / var(--break) * 100vw) calc(80 / var(--break) * 100vw);
	width: calc(110 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	top: 0;
	left: 0;
}
.row_common02 .col:nth-of-type(odd) .ttl{
	background: #A67C11;
	background: linear-gradient(90deg, rgba(166, 124, 17, 1) 0%, rgba(218, 168, 42, 1) 100%);
}
.row_common02 .col:nth-of-type(even) .ttl{
	background: #A3431D;
	background: linear-gradient(90deg,rgba(163, 67, 29, 1) 0%, rgba(213, 98, 51, 1) 100%);
}
.row_common03{
	gap:calc(20 / var(--break) * 100vw) 1.5%;
}
.row_common03 .col {
	width: 23.8%;
	max-width: 295px;
}
.row_common03 .col a{
	border: 1px solid #42210b;
	height: calc(110 / var(--break) * 100vw);
}
.row_common03 .col:nth-of-type(odd) a{
	background: url("images/page/arw_common01.svg") no-repeat bottom calc(20 / var(--break) * 100vw) center;
}
.row_common03 .col:nth-of-type(even) a{
	background: url("images/page/arw_common02.svg") no-repeat bottom calc(20 / var(--break) * 100vw) center;
}
.row_common04 .col_txt {
	width: 59.7%;
}
.row_common04:before{
	content: "";
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 1px;
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.row_common04.gold:after {
	content: "";
	position: absolute;
	background: url("images/doctor/txt_doctor01.svg") no-repeat bottom center / calc(490 / var(--break) * 100vw) calc(74 / var(--break) * 100vw);
	width: calc(490 / var(--break) * 100vw);
	height: calc(74 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
.row_common04.red:after {
	content: "";
	position: absolute;
	background: url("images/doctor/txt_doctor02.svg") no-repeat bottom center / calc(490 / var(--break) * 100vw) calc(74 / var(--break) * 100vw);
	width: calc(490 / var(--break) * 100vw);
	height: calc(74 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
.row_common04 .col_img{
	width: 40.3%;
}
.row_common04 .ttl{
	max-width: 540px;
}
.row_common04.gold .ttl{
	background: #A67C11;
	background: linear-gradient(90deg, rgba(166, 124, 17, 1) 0%, rgba(218, 168, 42, 1) 100%);
}
.row_common04.red .ttl {
	background: #A3431D;
	background: linear-gradient(90deg, rgba(163, 67, 29, 1) 0%, rgba(213, 98, 51, 1) 100%);
}
.row_common04.gold  .col_txt{
	background: url("images/page/bg_common02.svg") no-repeat bottom left / calc(740 / var(--break) * 100vw) calc(150 / var(--break) * 100vw);
}
.row_common04.red .col_txt{
	background: url("images/page/bg_common03.svg") no-repeat bottom left / calc(740 / var(--break) * 100vw) calc(150 / var(--break) * 100vw);
}
.row_common04.gold .col_txt .job:first-letter{
	color: #daa82a;
}
.row_common04.red .col_txt .job:first-letter{
	color: #d56233;
}
.row_common05 {
	gap: calc( 30 / var(--break) * 100vw) 1.4%;
}
.row_common05 .col{
	border: calc( 2 / var(--break) * 100vw) solid #42210b;
	max-width: 380px;
	width: 30.7%;
}
.row_common05 .col:before{
	content: "";
	position: absolute;
	background: #daa82a;
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	top: 0;
	left: 0;
}
.row_common05 .col:after{
	content: "";
	position: absolute;
	background: #d56233;
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
}
.row_common06 {
	gap: calc(60 / var(--break) * 100vw) 2.3%;
}
.row_common06 .col{
	width: 31.8%;
	max-width: 394px;
}
.row_common06 .col .ttl {
	height:  calc(180 / var(--break) * 100vw);
}
.row_common07 .time {
	width: 20.4%;
	height: calc(60 / var(--break) * 100vw);
}
.row_common07 .txt{
	width: 79.6%;
}
.row_common07 .time.gold:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 9px solid #a67c11;
	border-right: 0;
	right: calc(-9 / var(--break) * 100vw);
}
.row_common07 .time.red:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 9px solid #a3431d;
	border-right: 0;
	right: calc(-9 / var(--break) * 100vw);
}
.box_common01 .copy {
	background: url("images/page/deco_common01_l.svg") no-repeat top left, url("images/page/deco_common01_r.svg") no-repeat top right;
}
.box_common01 li {
	border-bottom: solid 1px #42210b;
	padding-left: calc(60 / var(--break) * 100vw);
	padding-bottom: calc(10 / var(--break) * 100vw);
}
.box_common01 li:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_check01.svg") no-repeat top left / calc(20 / var(--break) * 100vw) calc(21 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(21 / var(--break) * 100vw);
	top: -0.4em;
	bottom: 0;
	left: calc(20 / var(--break) * 100vw);
	margin: auto;
	border-radius: 0 !important;
}
.box_common02 {
	outline: 1px solid #fff;
	outline-offset: -10px;
}
.box_common02.gold {
	background: url(images/page/deco_common02_l.svg) no-repeat top left / calc(200 / var(--break) * 100vw) auto, url(images/page/deco_common02_r.svg) no-repeat bottom right / calc(200 / var(--break) * 100vw) auto, linear-gradient(90deg, #A67C11 0%, #DAA82A 100%);
}
.box_common02.red {
	background:
		url("images/page/deco_common03_l.svg") no-repeat top left /  calc(200 / var(--break) * 100vw) auto, url("images/page/deco_common03_r.svg") no-repeat bottom right /  calc(200 / var(--break) * 100vw) auto, linear-gradient(90deg, #A3431D, #D56233);
}
.box_common02 .ttl{
	border-bottom: 1px solid #fff;
}
.qa_common {
	width: calc(1000 / var(--break) * 100vw);
}
.qa_common .box_q .icn {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.qa_common .box_q .txt {
	width: calc(100% - calc(60 / var(--break) * 100vw));
	background: #eee;
}
.bg_common01 {
	background: url("images/page/bg_common01.svg") no-repeat contain;
}
.bg_coomon05 {
	background: url("images/page/bg_common06.svg") no-repeat bottom center / cover;
}
.list_common01.list_default01 li {
	width: 48.3%;
	max-width: 550px;
}
.content {
	display: none;
}
.box_interview.open .content {
	display: block;
}
.box_interview .icn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	width: calc(70 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
}
.box_interview .icn:before {
	content: "";
	position: absolute;
	width: 38%;
	height: 1px;
	background: #fff;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.box_interview .icn:after {
	content: "";
	position: absolute;
	height: 38%;
	width: 1px;
	background: #fff;
	margin: auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	transition: .3s;
}
.box_interview.open .icn:after {
	opacity: 0; /* open時に縦棒を消す */
}
.box_interview.open {
	display: block;
}
.box_interview .icn_q {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.ttl_wrap:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.row_common05 .col {
		border: calc(2 / var(--break) * 100vw) solid #42210b;
		max-width: 380px;
		width: 30.3%;
	}
	.row_common06 .icn {
		width: 40%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		background: url(images/page/bg_ttl_page.png) no-repeat right calc(-230 / var(--break) * 100vw) bottom calc(30 / var(--break) * 100vw) / calc(1170 / var(--break) * 100vw) auto, url(images/page/deco_bg_ttl_page.png) no-repeat top left / 100% auto, url(images/page/ptn01.jpg) repeat left top / 50% auto;
	}
	
	.row_common03 .col:nth-of-type(odd) a{
		background: url(images/page/arw_common01.svg) no-repeat bottom calc(20 / var(--break) * 100vw) center / calc(30 / var(--break) * 100vw) auto;
	}
	.row_common03 .col:nth-of-type(even) a{
		background: url(images/page/arw_common02.svg) no-repeat bottom calc(20 / var(--break) * 100vw) center / calc(30 / var(--break) * 100vw) auto;
	}
	.row_common05 {
		gap: calc(30 / var(--break) * 100vw) 1.1%;
	}
}
@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: url("images/page/bg_ttl_page_sp.jpg") no-repeat center / calc(750 / var(--break) * 100vw) auto;
	}
	.hdg2 {
		padding-top: calc(60 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3 {
		font-size: 1.4375rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding: calc(85 / var(--break) * 100vw) calc(24 / var(--break) * 100vw)  calc(89 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.box_common02 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_common01 .copy {
		background: url(images/page/deco_common01_l.svg) no-repeat top left / calc(80 / var(--break) * 100vw) auto, url(images/page/deco_common01_r.svg) no-repeat top right / calc(80 / var(--break) * 100vw) auto;
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.list_common01.list_default01 li {
		width: 100%;
		max-width: 550px;
	}
	.box_common01 li:before {
		background: url(images/page/icn_check01.svg) no-repeat top left / calc(35 / var(--break) * 100vw) auto;
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.box_common01 li {
		border-bottom: solid 1px #42210b;
		padding-left: calc(80 / var(--break) * 100vw);
		padding-bottom: calc(20 / var(--break) * 100vw);
	}
	.row_common01 .col_img:after {
		background: url(images/page/deco_default01.png) no-repeat right bottom / calc(702 / var(--break) * 100vw) calc(468 / var(--break) * 100vw);
		width: calc(702 / var(--break) * 100vw);
		height: calc(468 / var(--break) * 100vw);
	}
	.row_common01 .copy {
		font-size: 1.5rem;
	}
	.row_common02 .col .num {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding-left: 12px;
	}
	.row_common02 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_common03 .col {
		width: 49.2%;
		max-width: 295px;
	}
	.row_common03 .col a {
		height: calc(150 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_common03 .col:nth-of-type(odd) a {
		background: url(images/page/arw_common01.svg) no-repeat bottom calc(20 / var(--break) * 100vw) center / calc(40 / var(--break) * 100vw) auto;
	}
	.row_common03 .col:nth-of-type(even) a {
		background: url(images/page/arw_common02.svg) no-repeat bottom calc(20 / var(--break) * 100vw) center / calc(40 / var(--break) * 100vw) auto;
	}
	.row_common04 .col_img {
		width: 50%;
	}
	.row_common04 .col_txt {
		width: 50%;
		padding: calc(50 / var(--break) * 100vw) calc(27 / var(--break) * 100vw) 0;
	}
	.row_common04 .ttl {
		font-size: 0.9rem;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 5px;
	}
	.row_common04 .job {
		font-size: 1.3rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_common04:before {
		bottom: calc(20 / var(--break) * 100vw);
	}
	.row_common04.gold:after {
		background: url(images/doctor/txt_doctor01.svg) no-repeat bottom center / calc(390 / var(--break) * 100vw) auto;
	}
	.row_common04.red:after {
		background: url(images/doctor/txt_doctor02.svg) no-repeat bottom center / calc(390 / var(--break) * 100vw) auto;
	}
	.row_common04.gold .col_txt {
		background: url(images/page/bg_common02.svg) no-repeat bottom left / calc(350 / var(--break) * 100vw) auto;
	}
	.row_common04.red .col_txt {
		background: url(images/page/bg_common03.svg) no-repeat bottom left / calc(350 / var(--break) * 100vw) auto;
	}
	.row_common05 {
		gap: calc(30 / var(--break) * 100vw) 6%;
	}
	.row_common05 .col {
		border: calc(2 / var(--break) * 100vw) solid #42210b;
		width: 100%;
	}
	.row_common05 .col .ttl {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row_common05 .arw{
		transform: rotate(90deg)
	}
	.row_common06 h4{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_common06 em{
		font-size: 1.9rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_common06 .col {
		width: 100%;
		max-width: 394px;
	}
	.row_common06 .icn {
		width: 22%;
	}
	.row_common06 .col:nth-of-type(odd) .ttl {
		background-color: #daa82a !important;
	}
	.row_common06 .col:nth-of-type(even) .ttl {
		background-color: #d56233 !important;
	}
	.row_common07 .col {
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.row_common07 .time {
		width: 20.4%;
		height: calc(80 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_common07 .txt {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.qa_common {
		width: calc(646 / var(--break) * 100vw);
	}
	.qa_common .box_q .txt {
		font-size: 1.1rem;
		letter-spacing: 0;
		line-height: 1.6;
		width: calc(100% - calc(80 / var(--break) * 100vw));
	}
	.box_interview .icn_q {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
}
/* クリニック紹介 clinic
------------------------------------------------------------------*/
.row_clinic01:after {
	content: "";
	position: absolute;
	background: url(images/clinic/txt_message.svg) no-repeat bottom center / calc(502 / var(--break) * 100vw) calc(69 / var(--break) * 100vw);
	width: calc(502 / var(--break) * 100vw);
	height: calc(69 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
.row_clinic01:before {
	content: "";
	position: absolute;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 1px;
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.row_clinic01 {
	background: url("images/clinic/deco_clinic01.png") no-repeat left top / 52% auto, url(images/clinic/deco_clinic02.png) no-repeat center bottom / 100% auto, url(images/page/ptn01.jpg) repeat left top / 50% auto;
}
.row_clinic01 .col_img{
	margin-left: calc(50 / var(--break) * 100vw);
}
.row_clinic01 .col_txt {
	width: 40%;
	max-width: 400px;
	margin: calc(135 / var(--break) * 100vw) 0 0 calc(190 / var(--break) * 100vw);
}
.row_clinic01 .name {
	border-bottom: solid 1px #fff;
}
.row_clinic02 {
	gap: calc(20 / var(--break) * 100vw) 4%;
}
.row_clinic02 .col_img{
	width: 36.3%;
}
.row_clinic02 .col_txt{
	width: 59.7%;
}
.row_clinic03 .ccl.bg01 {
	background: url("images/clinic/bg_clinic07.png") no-repeat center / cover;
	right: calc(30 / var(--break) * 100vw);
}
.row_clinic03 .ccl.bg02 {
	background: url(images/clinic/bg_clinic08.png) no-repeat center / cover;
	left: calc(135 / var(--break) * 100vw);
	bottom: calc(35 / var(--break) * 100vw);
}
.row_clinic03 .ccl {
	width: calc(240 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
	bottom: calc(40 / var(--break) * 100vw);
	box-shadow: calc(4 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) 0 rgba(0, 0, 0, 0.3);
}
.row_clinic03 .col_img{
	outline: 1px solid #fff;
	outline-offset: -20px;
}
.row_clinic03.red {
	background: #D56233;
	background: linear-gradient(90deg, rgba(213, 98, 51, 1) 0%, rgba(163, 67, 29, 1) 100%);
}
.row_clinic03.gold {
	background: #A67C11;
	background: linear-gradient(90deg, rgba(166, 124, 17, 1) 0%, rgba(218, 168, 42, 1) 100%);
}
.row_clinic03 .col_img {
	width: 50%;
	max-width: 960px;
}
.row_clinic03 .col_txt .wrap {
	max-width: 680px;
}
.row_clinic03 .col_txt:before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	top: 0;
	background: #42210b;
}
.row_clinic03 .col_txt:after {
	content: "";
	position: absolute;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: 1px;
	bottom: calc(20 / var(--break) * 100vw);
	background: #42210b;
}
.row_clinic03 .col_txt.left:before {
	left: calc(20 / var(--break) * 100vw);
}
.row_clinic03 .col_txt.left:after {
	right: 0;
}
.row_clinic03 .col_txt.right:before {
	right: calc(20 / var(--break) * 100vw);
}
.row_clinic03 .col_txt.right:after {
	left: 0;
}
.row_clinic03 .col_txt {
	width: 50%;
	max-width: 960px;
	min-height: calc(486 / var(--break) * 100vw);
}
.row_clinic04 {
	outline: 1px solid #42210b;
	outline-offset: -10px;
}
.row_clinic04 .col_img {
	width: 30.3%;
	max-width: 345px;
}
.row_clinic04 .col_txt {
	width: 65.4%;
}
.row_clinic05 {
	gap: calc(20 / var(--break) * 100vw) 1.6%;
}
.row_clinic05 .col {
	width: 18.7%;
	height: calc(232 / var(--break) * 100vw);
	outline: 1px solid #fff;
	outline-offset: -10px;
}
.row_clinic05>.col:nth-child(3n+1) {
	background-color: #a67c11;
}
.row_clinic05>.col:nth-child(3n+2) {
	background-color: #a3431d;
}
.row_clinic05 > .col:nth-child(3n+3) {
	background-color: #42210b;
}
.row_clinic06 {
	gap: 0 calc(10 / var(--break) * 100vw);
}
.row_clinic06 .bg_clinic02 {
	background: url("images/clinic/bg_clinic10.png") no-repeat center / cover;
	width: calc(160 / var(--break) * 100vw);
	height: calc(160 / var(--break) * 100vw);
	bottom: calc(-60 / var(--break) * 100vw);
	left: calc(-50 / var(--break) * 100vw);
	box-shadow: calc(2.6 / var(--break) * 100vw) calc(3.1 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) 0 rgba(0, 0, 0, 0.3);
}
.row_clinic06 .bg_clinic03 {
	background: url("images/clinic/bg_clinic10.png") no-repeat center / cover;
	width: calc(160 / var(--break) * 100vw);
	height: calc(160 / var(--break) * 100vw);
	top: calc(-60 / var(--break) * 100vw);
	right: calc(-50 / var(--break) * 100vw);
	box-shadow: calc(2.6 / var(--break) * 100vw) calc(3.1 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) 0 rgba(0, 0, 0, 0.3);
}
.row_clinic07 {
	gap: calc(40 / var(--break) * 100vw) 1.5%;
}
.row_clinic07 .col {
	width: 32.3%;
	outline: 1px solid #333333;
	outline-offset: -10px;
}
.row_clinic07 .icn {
	background: url("images/clinic/bg_clinic11.svg") no-repeat top left / contain;
	width: calc(330 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	top: 0;
	left: calc(-1 / var(--break) * 100vw);
}
.row_clinic07 .wrap {
	width: calc(1160 / var(--break) * 100vw);
	gap: 0 3.4%;
}
.row_clinic07 .col .box {
	width: 22.45%;
	max-width: 260px;
}
.row_clinic07 .col .bdr:before {
	content:"";
	position:absolute;
	border: 1px solid #222222;
	width:1px;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	right: calc(-22 / var(--break) * 100vw);
}
.row_clinic08 {
	gap: calc(30 / var(--break) * 100vw) 3.9%;
}
.row_clinic08 .col{
	width: 30.7%;
}
.wrap_clinic01 .icn {
	width: calc(196 / var(--break) * 100vw);
	height: calc(196 / var(--break) * 100vw);
}
.wrap_clinic01 .icn.bg01 {
	background: url(images/clinic/bg_clinic04.svg) no-repeat center / cover;
}
.wrap_clinic01 .icn.bg02 {
	background: url(images/clinic/bg_clinic05.svg) no-repeat center / cover;
	left: calc(156 / var(--break) * 100vw);
}
.wrap_clinic01 .icn.bg03 {
	background: url(images/clinic/bg_clinic06.svg) no-repeat center / cover;
	right: 0;
}
.wrap_clinic01 .wrap_icn{
	width: 40.7%;
	right: 0;
	bottom: calc(250 / var(--break) * 100vw);
}
.wrap_clinic02 .map {
	padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
.box_clinic01 .copy{
	background:  #A67C11;
	background: linear-gradient(90deg,rgba(166, 124, 17, 1) 0%, rgba(218, 168, 42, 1) 100%);
}
.box_clinic02 {
	border: 0;
	width: 100%;
}
.box_clinic03 .ttl {
	border-bottom: 1px solid #42210b;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center / cover;
}
.bg_clinic02 {
	background: url("images/clinic/bg_clinic02.jpg") no-repeat center / cover;
}
.bg_clinic04:before {
	content: "";
	position: absolute;
	background: url("images/page/ptn01.jpg")repeat left top / calc(960 / var(--break) * 100vw) auto;
	width: 100%;
	height: calc(310 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.bg_clinic06 {
	background: url("images/clinic/bg_clinic09.jpg") no-repeat center / cover;
}
.bg_clinic07 {
	background: #D56233;
	background: linear-gradient(0deg, rgba(213, 98, 51, 1) 0%, rgba(163, 67, 29, 1) 100%);
}
.ttl_clinic01:before {
	content: "";
	position: absolute;
	background: #42210b;
	width: calc(366 / var(--break) * 100vw);
	height: 1px;
	top: calc(36 / var(--break) * 100vw);
	left:0;
	z-index: 1;
}
.ttl_clinic01:after {
	content: "";
	position: absolute;
	background: #42210b;
	width: calc(366 / var(--break) * 100vw);
	height: 1px;
	top: calc(36 / var(--break) * 100vw);
	right:0;
	z-index: 1;
}
.ttl_clinic02 .icn{
	background: url("images/clinic/bg_clinic03.svg") no-repeat top left / calc(160 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
	width: 16%;
	height: calc(60 / var(--break) * 100vw);
}
.ttl_clinic02 .copy{
	background:  #A3431D;
	background: linear-gradient(90deg,rgba(163, 67, 29, 1) 0%, rgba(213, 98, 51, 1) 100%);
	width: 84%;
	height: calc(60 / var(--break) * 100vw);
}
.copy_clinic02 {
	border-bottom: 1px solid #42210b;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.copy_clinic03 {
	background: url(images/clinic/deco_clinic04_l.svg) no-repeat top calc(9 / var(--break) * 100vw) left calc(294 / var(--break) * 100vw) / calc(18 / var(--break) * 100vw) auto, url(images/clinic/deco_clinic04_r.svg) no-repeat top calc(9 / var(--break) * 100vw) right calc(300 / var(--break) * 100vw) / calc(18 / var(--break) * 100vw) auto;
}
.img_clinic02 {
	width: calc(750 / var(--break) * 100vw);
}
.img_clinic02:before {
	content: "";
	position: absolute;
	background: #A3431D;
	background: linear-gradient(90deg, rgba(163, 67, 29, 1) 0%, rgba(213, 98, 51, 1) 100%);
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	z-index: -1;
}
.tel_clinic {
	border: 1px solid #42210b;
}
.qa_clinic01 .box_q .icn {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.qa_clinic01 .box_q .txt {
	width: calc(100% - calc(60 / var(--break) * 100vw));
	background: #eee;
}
.qa_clinic02 .col_img {
	width: 16.2%;
}
.qa_clinic02 .col_txt {
	width: 78.3%;
}
.qa_clinic02 .col_txt:before {
	content: "";
	background: #a67c11;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	position: absolute;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	left: calc(-29 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
}
.qa_clinic02 .col_txt.red:before {
	background: #a3431d;
	left: auto;
	right: calc(-29 / var(--break) * 100vw);
	transform: scale(-1, 1);
}
.slide_clinic01 .slick-prev {
	background: url(images/clinic/arw_clinic01.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: -9%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -9%;
	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;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
	.row_clinic03 .ccl {   
		bottom: calc(-100 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img {
		width: 50%;
	}
	.row_clinic01 .col_txt {
		width: 40%;
		max-width: 400px;
		margin: calc(126 / var(--break) * 100vw) 0 0 calc(0 / var(--break) * 100vw);
	}
	.row_clinic03 .col_txt {
		width: 50%;
		max-width: 960px;
		min-height: calc(486 / var(--break) * 100vw);
		padding: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0;
	}
	.row_clinic06 {
		gap: calc(20 / var(--break) * 100vw) 1.5%;
	}
	.row_clinic06 .col {
		width: 25%;
	}
	.row_clinic06 .bg_clinic02 {
		bottom: calc(-120 / var(--break) * 100vw);
		left: calc(-50 / var(--break) * 100vw);
	}
	.row_clinic06 .bg_clinic03 {
		top: calc(-90 / var(--break) * 100vw);
		right: calc(-40 / var(--break) * 100vw);
	}
	.copy_clinic03 {
		background: url(images/clinic/deco_clinic04_l.svg) no-repeat top calc(10 / var(--break) * 100vw) left calc(264 / var(--break) * 100vw) / calc(19 / var(--break) * 100vw) auto, url(images/clinic/deco_clinic04_r.svg) no-repeat top calc(10 / var(--break) * 100vw) right calc(270 / var(--break) * 100vw) / calc(19 / var(--break) * 100vw) auto;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic07 .wrap .box:nth-of-type(2).bdr:before {
		border: none;
	}
	.row_clinic07 .col .box {
		width: 36.45%;
	}
	.row_clinic07 .wrap {
		gap: 0 3%;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -4%;
	}
	.slide_clinic01 .slick-next {
		right: -4%;
	}
	.ttl_clinic02 .icn {
		width: 13%;
	}
}
@media(max-width: 767px) {
	.row_clinic01 {
		height: calc(800 / var(--break) * 100vw);
		background: url(images/clinic/deco_clinic01.png) no-repeat left top / 90% auto, url(images/clinic/deco_clinic02.png) no-repeat center bottom / 100% auto, url(images/page/ptn01.jpg) repeat left top / 50% auto;
	}
	.row_clinic01 .col_img {
		position: absolute;
		bottom: 0;
		margin: auto;
		width: 95%;
	}
	.row_clinic01 .col_txt {
		width: 85%;
		margin: calc(60 / var(--break) * 100vw) 0 0 calc(50 / var(--break) * 100vw);
	}
	.row_clinic01 .job {
		font-size: 1.1875rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic01 .ja {
		font-size: 1.9rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic01 .en {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic02 .col_img {
		width: 80%;
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.row_clinic02 .col_txt {
		width: 100%;
	}
	.row_clinic03 .col_img {
		width: 100%;
		max-width: 960px;
		outline-offset: -10px;
	}
	.row_clinic03 .col_txt {
		width: 100%;
		padding-top: calc(40 / var(--break) * 100vw);
	}
	.row_clinic03 .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic03 .ccl {
		font-size: .875rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic04 h5 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic04 .col_img {
		width: 100%;
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.row_clinic04 .col_txt {
		width: 100%;
	}
	.row_clinic05 .col {
		width: 49.1%;
		height: calc(270 / var(--break) * 100vw);
	}
	.row_clinic05 .txt {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic06 {
		width: calc(646 / var(--break) * 100vw);
		margin: 0 auto calc(100 / var(--break) * 100vw);
		flex-wrap: wrap !important;
		gap: calc(300 / var(--break) * 100vw) 1.6%;
		position: relative;
	}
	.row_clinic06 .col {
		width: 49.2%;
	}
	.row_clinic06 .col:nth-child(3) {
		position: absolute;
		right: 0;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: auto;
	}
	.row_clinic06 .ccl {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic06 .bg_clinic02 {
		left: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic06 .bg_clinic03 {
		top: calc(-90 / var(--break) * 100vw);
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic07 .num {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic07 em {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic07 .col {
		width: 49.2%;
	}
	.row_clinic07 img {
		width: 60%;
	}
	.row_clinic07 .icn {
		font-size: 0.8rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.row_clinic07 .wrap {
		width: calc(620 / var(--break) * 100vw);
		gap: 0 6%;
	}
	.row_clinic07 .wrap .box:nth-of-type(2).bdr:before {
		border: none;
	}
	.row_clinic07 .col .box {
		width: 47%;
	}
	.row_clinic07 .job {
		font-size: .875rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding: calc(5	/ var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.row_clinic08 .col {
		width: 48%;
	}
	.row_clinic08 .txt {	
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.ttl_clinic01 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.ttl_clinic01:before {
		width: calc(200 / var(--break) * 100vw);
		top: calc(35 / var(--break) * 100vw);
	}
	.ttl_clinic01:after {
		width: calc(200 / var(--break) * 100vw);
		top: calc(35 / var(--break) * 100vw);
	}
	.ttl_clinic02 .icn {
		font-size: 1.1275rem;
		background: url(images/clinic/bg_clinic03.svg) no-repeat top left / auto calc(120 / var(--break) * 100vw);
		width: 24%;
		height: calc(120 / var(--break) * 100vw);
	}
	.ttl_clinic02 .copy {
		font-size: 1.1275rem;
		letter-spacing: 0;
		line-height: 1.4;
		width: 76%;
		padding-left: calc(20 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.box_clinic01 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_clinic03 .ja{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.copy_clinic01 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.copy_clinic02 {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.copy_clinic03 {
		background: url(images/clinic/deco_clinic04_l.svg) no-repeat top calc(10 / var(--break) * 100vw) left calc(4 / var(--break) * 100vw) / calc(19 / var(--break) * 100vw) auto, url(images/clinic/deco_clinic04_r.svg) no-repeat top calc(10 / var(--break) * 100vw) right calc(10 / var(--break) * 100vw) / calc(19 / var(--break) * 100vw) auto;
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.img_clinic02 {
		width: calc(646 / var(--break) * 100vw);
	}
	.logo_clinic {
		width: 80%;
		margin: 0 auto calc(40 / var(--break) * 100vw);
	}
	.qa_clinic01 .box_q .icn {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.qa_clinic01 .box_q .txt {
		font-size: 1.1875rem;
		letter-spacing: 0;
		line-height: 1.6;
		width: calc(100% - calc(80 / var(--break) * 100vw));
	}
	.qa_clinic02 .col_img {
		width: 25%;
        margin: 0 auto 5vw;
	}
	.qa_clinic02 .col_txt {
		width: 100%;
	}
	.qa_clinic02 .col_txt:before {
		right: 0 !important;
		left: 0 !important;
		top: calc(-29 / var(--break) * 100vw);
		margin: auto;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -2vw;
	}
	.slide_clinic01 .slick-next {
		right: -2vw;
	}
	.wrap_clinic01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.wrap_clinic01 .wrap_icn {
		width: 73.7%;
		right: 0;
		bottom: calc(210 / var(--break) * 100vw);
	}
	

}
/* 歯科医師 doctor
------------------------------------------------------------------*/
.wrap_doctor_head {
	height: auto;
}
.box_doctor_head {
	height: calc(500 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
	background: url(images/doctor/deco_doctor01_l.svg) no-repeat left top / calc(400 / var(--break) * 100vw) auto, url(images/doctor/deco_doctor01_r.svg) no-repeat right bottom / calc(400 / var(--break) * 100vw) auto, linear-gradient(90deg, rgba(166, 124, 17, 1) 0%, rgba(218, 168, 42, 1) 100%), #A67C11;
}
.box_doctor_head:before {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(10 / var(--break) * 100vw);
	height: calc(100% - calc(20 / var(--break) * 100vw));
	top: 0;
	left: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.box_doctor_head:after {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(10 / var(--break) * 100vw);
	right: 0;
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.box_doctor_head .img01 {
	bottom: calc(20 / var(--break) * 100vw);
	left: calc(50 / var(--break) * 100vw);
}
.box_doctor_head .img02 {
	left: calc(100 / var(--break) * 100vw);
	bottom: calc(9 / var(--break) * 100vw);
}
.box_doctor_head .col_r {
	width: calc(630 / var(--break) * 100vw);
	top: calc(40 / var(--break) * 100vw);
	right: calc(80 / var(--break) * 100vw);
}
.box_doctor_head .job {
	padding-bottom: calc(20 / var(--break) * 100vw);
	border-bottom: 1px solid #fff;
	margin-bottom: calc(13 / var(--break) * 100vw);
}
.box_doctor_head .ttl {
	margin-bottom: calc(37 / var(--break) * 100vw);
	text-shadow: 0 0 0 #fff, 0 0 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff, 1px -2px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff, 2px -1px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff, 3px -1px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff, 1px -3px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff, 3px -2px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff, 2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.box_doctor_head .box {
	width: calc(630 / var(--break) * 100vw);
	height: calc(170 / var(--break) * 100vw);
	background: rgba(255, 255, 255, 0.5);
	outline: 1px solid #fff;
	outline-offset: -10px;
	z-index: 1;
}
.box_doctor_head .txt01 {
	background: #a67c11;
	width: calc(400 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	top: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.box_doctor_head .txt03 {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.8;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_doctor_head .col_r {
		width: calc(480 / var(--break) * 100vw);
		top: calc(60 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.box_doctor_head .img01 {
		left: calc(30 / var(--break) * 100vw);
		width: 58%;
	}
	.box_doctor_head .img02 {
		width: 80%;
	}
	.box_doctor_head .box {
		width: calc(480 / var(--break) * 100vw);
	}
	.box_doctor_head .txt02 {
		font-size: 2.5rem;
	}
	.box_doctor_head .txt03 {
		bottom: calc(3 / var(--break) * 100vw);
	}
	.box_doctor_head .ttl {
		font-size: 1.75rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_doctor_head .txt03 {
		bottom: calc(6 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.box_doctor_head {
		height: calc(897 / var(--break) * 100vw);
	}
	.box_doctor_head:before {
		left: calc(15 / var(--break) * 100vw);
	}
	.box_doctor_head:after {
		bottom: calc(15 / var(--break) * 100vw);
	}
	.box_doctor_head .img01 {
		width: 89%;
		left: 50%;
		transform: translateX(-50%);
	}
	.box_doctor_head .img02 {
		left: 50%;
		transform: translateX(-50%);
		width: 65%;
		bottom: calc(4 / var(--break) * 100vw);
	}
	.box_doctor_head .col_r {
		width: calc(630 / var(--break) * 100vw);
		top: calc(35 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.box_doctor_head .box {
		outline-offset: -5px;
	}
	.box_doctor_head .ttl {
		font-size: 1.1275rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_doctor_head .job {
		padding-bottom: 0;
		margin-bottom: calc(19 / var(--break) * 100vw);
		font-size: 1.35rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_doctor_head .txt01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_doctor_head .txt02 {
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.box_doctor_head .txt02 span {
		font-size: 2.6rem;
		letter-spacing: 0;
	}
	.box_doctor_head .txt03 {
		bottom: calc(-20 / var(--break) * 100vw);
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
}

/* 歯科衛生士 hygienist
------------------------------------------------------------------*/
.wrap_hygienist_head {
	height: auto;
}
.box_hygienist_head {
	height: calc(500 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
	background: url(images/hygienist/deco_hygienist01_l.svg) no-repeat left top / calc(400 / var(--break) * 100vw) auto, url(images/hygienist/deco_hygienist01_r.svg) no-repeat right bottom / calc(400 / var(--break) * 100vw) auto, linear-gradient(90deg,rgba(163, 67, 29, 1) 0%, rgba(213, 98, 51, 1) 100%), #A3431D;
}
.box_hygienist_head:before {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(10 / var(--break) * 100vw);
	height: calc(100% - calc(20 / var(--break) * 100vw));
	top: 0;
	left: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.box_hygienist_head:after {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(10 / var(--break) * 100vw);
	right: 0;
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.box_hygienist_head .img01 {
	bottom: calc(20 / var(--break) * 100vw);
	left: calc(50 / var(--break) * 100vw);
}
.box_hygienist_head .img02 {
	left: calc(50 / var(--break) * 100vw);
	bottom: calc(9 / var(--break) * 100vw);
}
.box_hygienist_head .col_r {
	width: calc(630 / var(--break) * 100vw);
	top: calc(40 / var(--break) * 100vw);
	right: calc(80 / var(--break) * 100vw);
}
.box_hygienist_head .job {
	padding-bottom: calc(20 / var(--break) * 100vw);
	border-bottom: 1px solid #fff;
	margin-bottom: calc(13 / var(--break) * 100vw);
}
.box_hygienist_head .ttl {
	margin-bottom: calc(37 / var(--break) * 100vw);
	text-shadow: 0 0 0 #fff, 0 0 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff, 1px -2px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff, 2px -1px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff, 3px -1px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff, 1px -3px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff, 3px -2px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff, 2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.box_hygienist_head .box {
	width: calc(630 / var(--break) * 100vw);
	height: calc(170 / var(--break) * 100vw);
	background: rgba(255, 255, 255, 0.5);
	outline: 1px solid #fff;
	outline-offset: -10px;
	z-index: 1;
}
.box_hygienist_head .txt01 {
	background: #a3431d;
	width: calc(400 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	top: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.box_hygienist_head .txt03 {
	bottom: calc(3 / var(--break) * 100vw);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.8;
}
.hygienist .row_common04.red:after {
	content: "";
	position: absolute;
	background: url(images/hygienist/txt_hygienist01.svg) no-repeat bottom center / calc(610 / var(--break) * 100vw) auto;
	width: calc(610 / var(--break) * 100vw);
	height: calc(71 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
.hygienist .row_common04.gold:after {
	content: "";
	position: absolute;
	background: url(images/hygienist/txt_hygienist02.svg) no-repeat bottom center / calc(610 / var(--break) * 100vw) auto;
	width: calc(610 / var(--break) * 100vw);
	height: calc(71 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_hygienist_head .col_r {
		width: calc(480 / var(--break) * 100vw);
		top: calc(60 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.box_hygienist_head .img01 {
		left: calc(30 / var(--break) * 100vw);
		width: 58%;
	}
	.box_hygienist_head .img02 {
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
		bottom: calc(4 / var(--break) * 100vw);
	}
	.box_hygienist_head .box {
		width: calc(480 / var(--break) * 100vw);
	}
	.box_hygienist_head .txt02 {
		font-size: 2.5rem;
	}
	.box_hygienist_head .ttl {
		font-size: 1.75rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_hygienist_head .txt03 {
		bottom: calc(6 / var(--break) * 100vw);
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.8;
	}
}
@media(max-width: 767px) {
	.hygienist .row_common04.gold:after {
		background: url(images/hygienist/txt_hygienist02.svg) no-repeat bottom center / calc(390 / var(--break) * 100vw) auto;
	}
	.hygienist .row_common04.red:after {
		background: url(images/hygienist/txt_hygienist01.svg) no-repeat bottom center / calc(390 / var(--break) * 100vw) auto;
	}
	.box_hygienist_head {
		height: calc(897 / var(--break) * 100vw);
	}
	.box_hygienist_head:before {
		left: calc(15 / var(--break) * 100vw);
	}
	.box_hygienist_head:after {
		bottom: calc(15 / var(--break) * 100vw);
	}
	.box_hygienist_head .img01 {
		width: 89%;
		left: 50%;
		transform: translateX(-50%);
    }
	.box_hygienist_head .img02 {
		left: 50%;
		transform: translateX(-50%);
		width: 65%;
		bottom: calc(4 / var(--break) * 100vw);
	}
	.box_hygienist_head .col_r {
		width: calc(630 / var(--break) * 100vw);
		top: calc(35 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.box_hygienist_head .job {
		padding-bottom: 0;
		margin-bottom: calc(19 / var(--break) * 100vw);
		font-size: 1.35rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_hygienist_head .ttl {
		font-size: 1.1275rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_hygienist_head .box {
		outline-offset: -5px;
	}
	.box_hygienist_head .txt01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_hygienist_head .txt02 {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_hygienist_head .txt02 span{
		font-size: 2.6rem;
		letter-spacing: 0;
	}
	.box_hygienist_head .txt03 {
		bottom: calc(-20 / var(--break) * 100vw);
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
}
/* 受付助手・保育士 assistant
------------------------------------------------------------------*/
.wrap_assistant_head {
	height: auto;
}
.box_assistant_head {
	height: calc(500 / var(--break) * 100vw);
	margin-bottom: calc(20 / var(--break) * 100vw);
	background: url(images/doctor/deco_doctor01_l.svg) no-repeat left top / calc(400 / var(--break) * 100vw) auto, url(images/doctor/deco_doctor01_r.svg) no-repeat right bottom / calc(400 / var(--break) * 100vw) auto, linear-gradient(90deg, rgba(166, 124, 17, 1) 0%, rgba(218, 168, 42, 1) 100%), #A67C11;
}
.box_assistant_head:before {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(10 / var(--break) * 100vw);
	height: calc(100% - calc(20 / var(--break) * 100vw));
	top: 0;
	left: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.box_assistant_head:after {
	content: "";
	position: absolute;
	background: #fff;
	width: calc(100% - calc(20 / var(--break) * 100vw));
	height: calc(10 / var(--break) * 100vw);
	right: 0;
	bottom: calc(20 / var(--break) * 100vw);
	z-index: 1;
}
.box_assistant_head .img01 {
	bottom: calc(20 / var(--break) * 100vw);
	left: calc(50 / var(--break) * 100vw);
}
.box_assistant_head .img02 {
	left: calc(60 / var(--break) * 100vw);
	bottom: calc(9 / var(--break) * 100vw);
}
.box_assistant_head .col_r {
	width: calc(630 / var(--break) * 100vw);
	top: calc(72 / var(--break) * 100vw);
	right: calc(80 / var(--break) * 100vw);
}
.box_assistant_head .job {
	padding-bottom: calc(20 / var(--break) * 100vw);
	border-bottom: 1px solid #fff;
	margin-bottom: calc(18 / var(--break) * 100vw);
}
.box_assistant_head .ttl {
	margin-bottom: calc(37 / var(--break) * 100vw);
	text-shadow: 0 0 0 #fff, 0 0 1px #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 1px #fff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, 2px 0 1px #fff, -2px 0 1px #fff, 0 2px 1px #fff, 0 -2px 1px #fff, 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff, 1px -2px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff, 2px -1px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff, 3px -1px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff, 1px -3px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff, 3px -2px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff, 2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.assistant .row_common04.gold:after {
	content: "";
	position: absolute;
	background: url(images/assistant/txt_assistant01.svg) no-repeat bottom center / calc(600 / var(--break) * 100vw) auto;
	width: calc(600 / var(--break) * 100vw);
	height: calc(71 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
.assistant .row_common04.red:after {
	content: "";
	position: absolute;
	background: url(images/assistant/txt_assistant02.svg) no-repeat bottom center / calc(600 / var(--break) * 100vw) auto;
	width: calc(610 / var(--break) * 100vw);
	height: calc(71 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
	left: 50%;
	margin: auto;
	z-index: 1;
	transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_assistant_head .col_r {
		width: calc(480 / var(--break) * 100vw);
		top: calc(80 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.box_assistant_head .img01 {
		left: calc(30 / var(--break) * 100vw);
		width: 58%;
	}
	.box_assistant_head .img02 {
		left: calc(10 / var(--break) * 100vw);
		width: 80%;
	}
	.box_assistant_head .box {
		width: calc(480 / var(--break) * 100vw);
	}
	.box_assistant_head .txt02 {
		font-size: 2.5rem;
	}
	.box_assistant_head .ttl {
		font-size: 1.75rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_assistant_head .txt03 {
		bottom: calc(6 / var(--break) * 100vw);
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.8;
	}
}
@media(max-width: 767px) {
	.box_assistant_head {
		height: calc(860 / var(--break) * 100vw);
	}
	.box_assistant_head:before {
		left: calc(15 / var(--break) * 100vw);
	}
	.box_assistant_head:after {
		bottom: calc(15 / var(--break) * 100vw);
	}
	.box_assistant_head .img01 {
		width: 89%;
		left: 50%;
		transform: translateX(-50%);
	}
	.box_assistant_head .img02 {
		left: 50%;
		transform: translateX(-50%);
		width: 65%;
		bottom: calc(4 / var(--break) * 100vw);
	}
	.box_assistant_head .col_r {
		width: calc(630 / var(--break) * 100vw);
		top: calc(35 / var(--break) * 100vw);
		right: calc(35 / var(--break) * 100vw);
	}
	.box_assistant_head .ttl {
		font-size: 1.1275rem;
		letter-spacing: 0;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.box_assistant_head .job {
		padding-bottom: 0;
		margin-bottom: calc(19 / var(--break) * 100vw);
		font-size: 1.35rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_doctor_head .box {
		outline-offset: -5px;
	}
	.box_assistant_head .txt01 {
		font-size: 2.9rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.assistant .row_common04.gold:after {
		background: url(images/assistant/txt_assistant01.svg) no-repeat bottom center / calc(390 / var(--break) * 100vw) auto;
	}
	.assistant .row_common04.red:after {
		background: url(images/assistant/txt_assistant02.svg) no-repeat bottom center / calc(390 / var(--break) * 100vw) auto;
	}
}
/* エントリー entry
------------------------------------------------------------------*/
.box_entry {
	background: #e7e4dd url("images/entry/bg_entry01.svg") no-repeat bottom right / calc(180 / var(--break) * 100vw) auto;
	border: solid 1px #42210b;
}
.box_entry .num:before {
	content: "";
	position: absolute;
	border: calc(20 / var(--break) * 100vw) solid rgba(255, 255, 255, 0.2);
	border-right-color: transparent;
	border-bottom-color: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.box_entry .col_txt h4 {
	margin-bottom: calc(10 / var(--break) * 100vw);
	padding-bottom: calc(20 / var(--break) * 100vw);
	border-bottom: solid 1px #42210b;
}
.box_entry.arw_flow:before {
	border-top: calc(16 / var(--break) * 100vw) solid #42210b;
}
.box_form {
	background: #f3f1ee;
}
.btn_submit {
	max-width: calc(400 / var(--break) * 100vw);
}
.btn_submit input:disabled {
	border: none;
	background: #ddd url(images/page/arw03.svg) no-repeat right calc(14 / var(--break) * 100vw) center / calc(30 / var(--break) * 100vw) auto;
}
.btn_submit:before {
	background: url(images/page/arw03.svg) no-repeat right center / calc(30 / var(--break) * 100vw) auto;
	border: none;
	transform: rotate(-0);
	right: calc(14 / var(--break) * 100vw);
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_entry .num:before {
		top: 0;
		left: 0;
		border-style: solid;
		border-width: 40px 40px 0 0;
		width: 0;
		height: 0;
		z-index: -1;
	}
	.btn_submit {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_submit:before {
		right: calc(24 / var(--break) * 100vw);
	}
	.btn_submit input:disabled {
		border: none;
		background: #ddd url(images/page/arw03.svg) no-repeat right calc(24 / var(--break) * 100vw) center / calc(30 / var(--break) * 100vw) auto;
	}
}
/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before, .slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	background: url(images/page/arw_slide.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_case01 .slick-prev {
	left: -7.2%;
}
.slide_case01 .slick-next {
	right: -7.2%;
	transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	margin: 0 calc(8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img {
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px); /*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex {
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc(16 / var(--break) * 100vw);
		height: calc(16 / var(--break) * 100vw);
		margin: 0 calc(14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc(16 / var(--break) * 100vw);
		height: calc(16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc(16 / var(--break) * 100vw);
		height: calc(16 / var(--break) * 100vw);
	}
}
/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #333333 !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: #42210b;
}
.tbl_guideline01 th {
	background: #42210b;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #42210b;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input, .tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #d56233;
}
.btn_submit input {
	background: #daa82a;
	border: 1px solid #42210b;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.275rem;
	padding: calc(30 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}
/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge {
	visibility: hidden;
}
/* 年・月横並び */
.graduation-inline {
    display: flex;
    gap: 10px;             /* 年と月の間のスペース */
    align-items: stretch;   /* 高さを揃える */
}

/* テキスト入力とセレクトの高さを揃える */
.graduation-inline input[type="text"],
.graduation-inline select {
    height: 40px;           /* 高さ調整 */
    box-sizing: border-box; /* padding を含めて幅計算 */
    padding: 0 8px;         /* 内側の余白 */
    min-width: 100px;       /* 最小幅を確保 */
}

/* CF7 必須エラー表示を下に揃える */
.wpcf7-not-valid-tip {
    display: block;
    margin-top: 4px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev {
	padding-left: calc(10 / var(--break) * 100vw);
}
.wp-calendar-nav-next {
	padding-right: calc(10 / var(--break) * 100vw);
}
.wp-calendar-nav a {
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify; /*--- IE10 ---*/
	-webkit-justify-content: space-between; /*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display: -webkit-box; /*--- Androidブラウザ用 ---*/
	display: -ms-flexbox; /*--- IE10 ---*/
	display: -webkit-flex; /*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify; /*--- IE10 ---*/
	-webkit-justify-content: space-between; /*--- safari（PC）用 ---*/
	justify-content: space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4, .post_content > h5 {
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw);
}
#sidebar .category h4 {
	margin-bottom: calc(20 / var(--break) * 100vw);
}
#sidebar .category ul {
	gap: calc(10 / var(--break) * 100vw) 3%;
}
#sidebar .category ul li {
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space: normal;
}
#sidebar .category ul li a {
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw) calc(8 / var(--break) * 100vw);
	line-height: 1.6;
}
#sidebar .category ul li a.is-active {
	background: #fff;
	color: #959595;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.page_main {
		display: block !important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages, .page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display: -webkit-box; /*--- Androidブラウザ用 ---*/
		display: -ms-flexbox; /*--- IE10 ---*/
		display: -webkit-flex; /*--- safari（PC）用 ---*/
		display: flex;
		-webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/
		-ms-flex-pack: justify; /*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4, .post_content > h5 {
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a {
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}
/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box {
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
	scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto !important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);
		 !important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}