@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
}
.main_page {
	background: url("images/page/pattern01.png")repeat left top / calc(3 / var(--break) * 100vw), url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / 1920 * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.hdg2 .ja:first-letter {
	color: #f5775f;
}
.hdg3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: calc(30 / var(--break) * 100vw);
	border-color: #f3a47d transparent transparent #f3a47d;
	left: 0;
	top: 0;
	opacity: .6;
}
.hdg3:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: calc(30 / var(--break) * 100vw);
	border-color: #f3a47d #f3a47d transparent transparent ;
	right: 0;
	top: 0;
	opacity: .6;
}
.hdg4 {
	padding: calc(17 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
.hdg4:first-letter {
	color: #f5775f;
}
.ttl_common01 {
	height: calc(90 / var(--break) * 100vw);
}
.ttl_common01:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: calc(30 / var(--break) * 100vw);
	border-color: #f3a47d transparent transparent #f3a47d;
	left: 0;
	top: 0;
	opacity: .6;
}
.ttl_common01:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: calc(30 / var(--break) * 100vw);
	border-color: #f3a47d #f3a47d transparent transparent ;
	right: 0;
	top: 0;
	opacity: .6;
}
.ttl_common02 {
	height: calc(60 / var(--break) * 100vw);
	background: url("images/page/bg_common01.svg")no-repeat left center / auto 100%, url("images/page/bg_common02.svg")no-repeat right center / auto 100%;
}
.txt_common01 {
	max-width: 1000px;
}
.row_common01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_common01 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(20 / var(--break) * 100vw));
	bottom: 0;
	z-index: -1;
	background: #f3a47d;
}
.row_common01 .col_img.right:after { right: calc(-20 / var(--break) * 100vw); }
.row_common01 .col_img.left:after { left: calc(-20 / var(--break) * 100vw); }
.row_common01 .col_txt {
	width: 50%;
}
.row_common01 .copy {
	border-bottom: 1px solid #000;
	margin-bottom: calc(30 / var(--break) * 100vw);
}
.row_common01 .copy:first-letter {
	color: #f5775f;
}
.row_common02 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	bottom: 0;
	z-index: -1;
	background: #f3a47d;
}
.row_common02 .col_img.right:after { right: calc(-10 / var(--break) * 100vw); }
.row_common02 .col_img.left:after { left: calc(-10 / var(--break) * 100vw); }
.row_common02 .copy {
	border-bottom: 1px solid #000;
}
.row_common02 .copy:first-letter {
	color: #f5775f;
}
.row_common03 {
	gap: calc(60 / var(--break) * 100vw) 1.55%;
}
.row_common03 .col {
	width: 32.3%;
	max-width: 400px;
}
.row_common03 .col:after {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.row_common03 .ttl {
	padding: calc(18 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(17 / var(--break) * 100vw);
}
.row_common04 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_common04 .col_txt {
	width: 67%;
}
.row_common04 .ttl, .hdg5 {
	border-bottom: 1px solid #000;
}
.row_common04 .ttl:before, .hdg5:before {
	content: "";
	position: absolute;
	background: url("images/page/icn_hdg5.svg")no-repeat center / cover;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .3em;
}
.bg_common01:before {
	content: "";
	position: absolute;
	width: calc(520 / var(--break) * 100vw);
	height: calc(520 / var(--break) * 100vw);
	background: url("images/page/pattern03.png")repeat left top / calc(25 / var(--break) * 100vw);
	left: 0;
	top: 0;
	z-index: 0;
}
.bg_common01:after {
	content: "";
	position: absolute;
	width: calc(520 / var(--break) * 100vw);
	height: calc(520 / var(--break) * 100vw);
	background: url("images/page/pattern03.png")repeat left top / calc(25 / var(--break) * 100vw);
	right: 0;
	bottom: 0;
	z-index: 0;
}
.bg_common02:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(280 / var(--break) * 100vw);
	background: #a79571 url("images/page/pattern03.png")repeat left top / calc(25 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	z-index: 0;
}
.bg_common03 {
	background: url("images/index/bg__feature04.png")no-repeat left top / calc(536 / var(--break) * 100vw) auto;
}
.bg_common03:after {
	content: "";
	position: absolute;
	width: calc(400 / var(--break) * 100vw);
	height: calc(400 / var(--break) * 100vw);
	background: url("images/page/pattern03.png")repeat left top / calc(25 / var(--break) * 100vw);
	right: 0;
	bottom: 0;
	z-index: 0;
}
.box_common01:before {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	top: calc(10 / var(--break) * 100vw);
	left: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.box_common01:after {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.box_common01 .ttl .en {
	line-height: .8;
}
.list_common01 li {
	padding-left: calc(40 / var(--break) * 100vw);
}
.list_common01.list_default01 li {
	max-width: 425px;
}
.list_common01 li:before {
	background: url("images/page/icn_check01.svg")no-repeat center / cover;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	top: .2em;
	border-radius: 0;
}
.tbl_common01 {
	max-width: 1000px;
}
.tbl_common01 > .ttl {
	height: calc(60 / var(--break) * 100vw);
	background: #4b3e38;
}
.tbl_common01 table {
	border-color: #6d635e;
}
.tbl_common01 th {
	background: #6d635e;
}
.tbl_common01 th.bdr {
	background: #948c89;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #6d635e;
}
.bnr_common01 {
	width: calc(640 / var(--break) * 100vw);
}
.bnr_common01 a {
	background: url("images/general/bg_general01.jpg")no-repeat center / cover;
}
.bnr_common01 .box {
	background: #8d8d8d33 url("images/page/arw02.svg")no-repeat right calc(30 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(36 / var(--break) * 100vw) auto;
}
.bnr_common01 .wrap {
	width: 70%;
	max-width: 425px;
	height: calc(170 / var(--break) * 100vw);
}
.shadow_common {
	box-shadow: 0 0 calc(18 / var(--break) * 100vw) 2px rgba(0, 0, 0, 0.1);
}
.deco_common01:before {
	content: "";
	position: absolute;
	width: calc(15 / var(--break) * 100vw);
	height: calc(15 / var(--break) * 100vw);
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	top: calc(10 / var(--break) * 100vw);
	left: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.deco_common01:after {
	content: "";
	position: absolute;
	width: calc(15 / var(--break) * 100vw);
	height: calc(15 / var(--break) * 100vw);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.deco_common02:before {
	content: "";
	position: absolute;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	top: calc(5 / var(--break) * 100vw);
	left: calc(5 / var(--break) * 100vw);
	z-index: 0;
}
.deco_common02:after {
	content: "";
	position: absolute;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	right: calc(5 / var(--break) * 100vw);
	bottom: calc(5 / var(--break) * 100vw);
	z-index: 0;
}
.arw_flow:before {
	border-top-color: #f5775f;
}
.box_flow .ttl .num {
	width: calc(52 / var(--break) * 100vw);
	height: calc(52 / var(--break) * 100vw);
}
.box_flow .ttl .ja {
	width: calc(100% - calc(72 / var(--break) * 100vw));
}
.box_pay01 {
	border: 1px solid #a08274;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(40 / 1599 * 100vw);
	}
	.main_page {
		height: calc(500 / 1599 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(40 / 1299 * 100vw);
	}
	.main_page {
		height: calc(500 / 1299 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13.5vw 0 5vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/pattern01.png"), url("images/page/bg_ttl_page_sp.jpg");
		height: calc(500 / 750 * 100vw);
		padding: 19vw 0 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: 1.4375rem;
		letter-spacing: 0;
		padding: 3.5vw 3vw;
	}
	.hdg4 {
		font-size: 1.25rem;
		letter-spacing: 0;
		padding: 3.5vw 3vw;
		max-width: 100%;
	}
	.ttl_common01 {
		font-size: 1.25rem;
		letter-spacing: 0;
		padding: 3.5vw 3vw;
		height: auto;
	}
	.ttl_common02 {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.txt_common01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_common01 .col_img {
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col_img:after {
		height: calc(100% - calc(10 / var(--break) * 100vw));
	}
	.row_common01 .col_img.right:after { right: calc(-10 / var(--break) * 100vw); }
	.row_common01 .col_img.left:after { left: calc(-10 / var(--break) * 100vw); }
	.row_common01 .copy {
		text-align: center;
		font-size: 1.1875rem;
		letter-spacing: 0;
		padding-bottom: 5vw;
	}
	.row_common02 .col_img {
		width: calc(646 / var(--break) * 100vw)!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .copy {
		font-size: 1.125rem;
		text-align: center;
		letter-spacing: 0;
		padding-bottom: 5vw;
	}
	.row_common03 {
		gap: 5vw 0;
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_common03 .col:after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		right: calc(10 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
	.row_common03 .ttl {
		padding: 2vw 3vw;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common04 .col_img {
		max-width: calc(600 / var(--break) * 100vw)!important;
		margin: 0 auto 5vw;
	}
	.row_common04 .ttl, .hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(646 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_common04 .ttl:before, .hdg5:before {
		top: .5em;
	}
	.bg_common01:before {
		width: calc(400 / var(--break) * 100vw);
		height: calc(400 / var(--break) * 100vw);
	}
	.bg_common01:after {
		width: calc(400 / var(--break) * 100vw);
		height: calc(400 / var(--break) * 100vw);
	}
	.bg_common03 {
		background: url("images/index/bg__feature04.png")no-repeat left top / calc(536 / var(--break) * 100vw) auto;
	}
	.bg_common03:after {
		content: "";
		position: absolute;
		width: calc(400 / var(--break) * 100vw);
		height: calc(400 / var(--break) * 100vw);
		background: url("images/page/pattern03.png")repeat left top / calc(25 / var(--break) * 100vw);
		right: 0;
		bottom: 0;
		z-index: 0;
	}
	.box_common01 .en {
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	.box_common01 .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_common01.list_default01 li {
		max-width: 100%;
	}
	.list_common01 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: .3em;
	}
	.tbl_common01 {
		max-width: 100%;
	}
	.tbl_common01 > .ttl {
		height: calc(80 / var(--break) * 100vw);
	}
	.bnr_common01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.bnr_common01 .box {
		background: #8d8d8d33 url("images/page/arw02.svg")no-repeat right calc(30 / var(--break) * 100vw) bottom calc(20 / var(--break) * 100vw) / calc(36 / var(--break) * 100vw) auto;
	}
	.bnr_common01 .wrap {
		max-width: 100%;
	}
	.bnr_common01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.bnr_common01 .en {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.deco_common01:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.deco_common01:after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.deco_common02:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.deco_common02:after {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.box_flow .ttl .num {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5rem;
	}
	.box_flow .ttl .ja {
		width: calc(100% - calc(100 / var(--break) * 100vw));
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.txt_pay01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_pay01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/page/pattern01.png")repeat left top / calc(3 / var(--break) * 100vw), url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
}
.bg_clinic01 .box {
	background: #0000004d;
}
.bg_clinic01 .en {
	width: calc(68 / var(--break) * 100vw);
	height: calc(486 / var(--break) * 100vw);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bg_clinic01 .img {
	max-width: calc(538 / var(--break) * 100vw);
}
.wrap_clinic01 .col_txt {
	width: 50%;
	height: calc(490 / var(--break) * 100vw);
}
.wrap_clinic01.img03 .col_txt {
	background: url("images/clinic/bg_clinic02.jpg")no-repeat center / cover;
}
.num_clinic01 {
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
}
.num_clinic01 img {
	height: calc(87 / var(--break) * 100vw);
}
.wrap_clinic01 .col_txt .wrap {
	max-width: 680px;
}
.wrap_clinic01 .col_img {
	width: 50%;
	background: url("images/clinic/img_clinic01.jpg")no-repeat center / cover;
}
.wrap_clinic01.img02 .col_img { background-image: url("images/clinic/img_clinic03.jpg"); }
.wrap_clinic01.img03 .col_img { background-image: url("images/clinic/img_clinic04.jpg"); background-position: left center; }
.wrap_clinic01.img04 .col_img { background-image: url("images/clinic/img_clinic05.jpg"); }
.wrap_clinic01.img05 .col_img { background-image: url("images/clinic/img_clinic06.jpg"); }
.wrap_clinic01 .deco01 {
	background: url("images/index/bg__feature05.svg")no-repeat center / cover;
	left: calc(15 / var(--break) * 100vw);
	bottom: calc(15 / var(--break) * 100vw);
	width: calc(250 / var(--break) * 100vw);
	height: calc(250 / var(--break) * 100vw);
}
.wrap_clinic01 .deco01 .num .fz55 {
	font-size: calc(55 / var(--break) * 100vw);
}
.wrap_clinic01 .deco02 {
	background: url("images/index/bg__feature08.svg")no-repeat center / cover;
	width: calc(214 / var(--break) * 100vw);
	height: calc(214 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
}
.box_clinic01:before {
	content: "";
	position: absolute;
	width: 41%;
	height: 100%;
	background: url("images/clinic/img_clinic02.jpg")no-repeat center / cover;
	left: 0;
	top: 0;
}
.box_clinic01 .col_txt {
	width: 59%;
	height: calc(370 / var(--break) * 100vw);
}
.box_clinic01 .wrap {
	max-width: 625px;
}
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_clinic.svg")no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_clinic.svg")no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_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;
}
.row_clinic01 .col:after {
	display: none;
}
.box_clinic02 {
	border: 1px solid #a08274;
}
.ttl_clinic01 {
	height: calc(40 / var(--break) * 100vw);
	background: url("images/page/bg_common03.svg")no-repeat right bottom / auto 100%;
}
@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);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding: calc(20 / var(--break) * 100vw);
	}
	.bg_clinic01 .en {
		width: calc(55 / var(--break) * 100vw);
		height: calc(389 / var(--break) * 100vw);
	}
	.bg_clinic01 .img {
		max-width: calc(592 / var(--break) * 100vw);
	}
	.copy_clinic01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.wrap_clinic01 {
		display: block;
	}
	.wrap_clinic01 .col_txt {
		width: 100%;
		height: auto;
		padding: 7vw 4vw 6vw;
	}
	.wrap_clinic01 .col_txt .wrap {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.wrap_clinic01 .copy {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.wrap_clinic01 .col_img {
		width: 100%;
		height: calc(500 / var(--break) * 100vw);
	}
	.wrap_clinic01 .deco01 {
		left: calc(10 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
		padding-top: 3vw;
	}
	.wrap_clinic01 .deco01 .ttl {
		font-size: .6875rem;
		letter-spacing: 0;
	}
	.wrap_clinic01 .deco01 .num {
		font-size: .625rem;
		letter-spacing: 0;
		margin: 1.5vw auto 1vw;
	}
	.wrap_clinic01 .deco01 .txt {
		font-size: .6875rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.wrap_clinic01 .deco02 {
		font-size: .875rem;
		letter-spacing: 0;
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
	.box_clinic01:before {
		display: block;
		width: 100%;
		position: relative;
		height: calc(500 / var(--break) * 100vw);
		left: auto;
		top: auto;
	}
	.box_clinic01 .col_txt {
		width: 100%;
		height: auto;
		padding: 6vw 4vw 5vw;
	}
	.box_clinic01 .wrap {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.box_clinic01 .copy {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	.ttl_clinic01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
}


/* 歯科医師・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 38%;
	max-width: 460px;
}
.row_staff01 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	bottom: 0;
	z-index: -1;
	background: url("images/page/pattern02.png")repeat left top / calc(6 / var(--break) * 100vw);
}
.row_staff01 .col_img.right:after { right: calc(-10 / var(--break) * 100vw); }
.row_staff01 .col_img.left:after { left: calc(-10 / var(--break) * 100vw); }
.row_staff01 .name_dr {
	width: calc(250 / var(--break) * 100vw);
	height: calc(110 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
}
.row_staff01 .col_txt {
	width: 58%;
}
.ttl_staff01:before, .ttl_staff01:after {
	content: "";
	display: block;
	width: calc(60 / var(--break) * 100vw);
	height: 1px;
	background: #f5775f;
}
.list_staff01 li:before {
	background: #f55f68;
}
.bg_staff02:before {
	content: "";
	position: absolute;
	background: url("images/staff/bg_staff01.png")no-repeat center / cover;
	width: calc(426 / var(--break) * 100vw);
	height: calc(453 / var(--break) * 100vw);
	top: 0;
	z-index: -1;
}
.bg_staff02.right:before { right: 0; }
.bg_staff02.left:before { left: 0; }
.row_staff02 .col_img {
	width: 33%;
	max-width: 400px;
}
.row_staff02 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	background: #a08274;
	z-index: -1;
	bottom: 0;
}
.row_staff02 .col_img.left:after { left: calc(-10 / var(--break) * 100vw); }
.row_staff02 .col_img.right:after { right: calc(-10 / var(--break) * 100vw); }
.name_dr02 {
	bottom: calc(10 / var(--break) * 100vw);
	width: calc(220 / var(--break) * 100vw);
	height: calc(110 / var(--break) * 100vw);
	background: #f5775fe6;
	padding: 0 calc(20 / var(--break) * 100vw);
}
.name_dr02.right { right: 0; }
.name_dr02.left { left: 0; }
.name_dr02:before {
	content: "";
	position: absolute;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	left: calc(5 / var(--break) * 100vw);
	top: calc(5 / var(--break) * 100vw);
}
.name_dr02:after {
	content: "";
	position: absolute;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	right: calc(5 / var(--break) * 100vw);
	bottom: calc(5 / var(--break) * 100vw);
}
.name_dr02 .job {
	height: calc(26 / var(--break) * 100vw);
	top: calc(-26 / var(--break) * 100vw);
	width: 100%;
}
.name_dr02 .ja {
	border-bottom: 1px solid #fff;
}
.row_staff02 .col_txt {
	width: 63%;
	max-width: 790px;
}
.list_staff02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_staff02.w01 .year {
	width: calc(170 / var(--break) * 100vw);
}
.list_staff02.w01 .txt {
	width: calc(100% - calc(170 / var(--break) * 100vw));
}
.list_staff02.w02 .year {
	width: calc(115 / var(--break) * 100vw);
}
.list_staff02.w02 .txt {
	width: calc(100% - calc(115 / var(--break) * 100vw));
}
.list_staff02.w03 .year {
	width: calc(85 / var(--break) * 100vw);
}
.list_staff02.w03 .txt {
	width: calc(100% - calc(85 / var(--break) * 100vw));
}
.list_staff02.w04 .year {
	width: calc(100 / var(--break) * 100vw);
}
.list_staff02.w04 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.img_staff01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	background: #f5775f;
	right: calc(-10 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
		margin: 0 auto 5vw;
		max-width: calc(500 / var(--break) * 100vw)!important;
	}
	.row_staff01 .name_dr {
		width: calc(360 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
	}
	.ttl_staff01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_staff02 {
		display: block;
	}
	.row_staff02 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.name_dr02 {
		width: calc(320 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.name_dr02:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.name_dr02:after {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.name_dr02 .ja {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_dr02 .ja em {
		font-size: 1.25rem;
	}
	.name_dr02 .en {
		font-size: .8125rem;
	}
	.name_dr02 .job {
		font-size: .75rem;
		letter-spacing: 0;
		height: calc(40 / var(--break) * 100vw);
		top: calc(-40 / var(--break) * 100vw);
	}
	.row_staff02 .col_txt {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.list_staff02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_staff02.w01 .year {
		width: calc(170 / var(--break) * 100vw);
	}
	.list_staff02.w01 .txt {
		width: calc(100% - calc(170 / var(--break) * 100vw));
	}
	.list_staff02.w02 .year {
		width: calc(170 / var(--break) * 100vw);
	}
	.list_staff02.w02 .txt {
		width: calc(100% - calc(170 / var(--break) * 100vw));
	}
	.list_staff02.w03 .year {
		width: calc(120 / var(--break) * 100vw);
	}
	.list_staff02.w03 .txt {
		width: calc(100% - calc(120 / var(--break) * 100vw));
	}
	.list_staff02.w04 .year {
		width: calc(170 / var(--break) * 100vw);
	}
	.list_staff02.w04 .txt {
		width: calc(100% - calc(170 / var(--break) * 100vw));
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.row_access01 .col_img {
	width: 53%;
	max-width: 650px;
}
.row_access01 .col_txt {
	width: 43%;
	max-width: 530px;
}
.address_access .icn {
	width: calc(30 / var(--break) * 100vw);
}
.tel_access {
	width: calc(350 / var(--break) * 100vw);
}
.wrap_access01 {
	width: 90%;
	max-width: 1000px;
}
.row_access02 .col {
	width: 49%;
	max-width: 475px;
}
.row_access02 .icn {
	width: calc(176 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 {
		display: block;
	}
	.row_access01 .col_img {
		width: 100%;
		max-width: calc(650 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_access01 .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.address_access .icn {
		width: calc(30 / var(--break) * 100vw);
	}
	.tel_access {
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.tel_access a {
		padding: 1vw;
		height: calc(150 / var(--break) * 100vw);
	}
	.tel_access a:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.tel_access a:after {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.tel_access .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.tel_access .ja {
		font-size: .875rem;
		margin-bottom: 2.5vw;
	}
	.tel_access .num .ryor {
		font-size: 1.5rem;
	}
	.wrap_access01 {
		width: 100%;
		max-width: 100%;
	}
	.row_access02 {
		display: block;
	}
	.row_access02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_access02 .col_l {
		margin-bottom: 4vw;
	}
	.row_access02 .icn {
		width: calc(176 / var(--break) * 100vw);
	}
	.row_access02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 一般歯科 general
------------------------------------------------------------------*/
.box_general02:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(145 / var(--break) * 100vw);
	background: url("images/page/pattern03.png")repeat left top / calc(25 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	z-index: 0;
}
.row_general03 .col_img {
	width: 31%;
	max-width: 345px;
}
.row_general03 .col_txt {
	width: 65%;
}
.bnr_general01 .ja {
	text-shadow: 0 0 calc(7 / var(--break) * 100vw) rgba(0, 0, 0, 0.4), 0 0 calc(14 / var(--break) * 100vw) rgba(0, 0, 0, 0.4);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_general03 .col_img {
		max-width: calc(600 / var(--break) * 100vw)!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_general03 .copy {
		text-align: center;
	}
}


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


/* 小児歯科 pediatric
------------------------------------------------------------------*/
.bg_pediatric02 .wrap {
	background: url("images/pediatric/deco_pediatric01.png")no-repeat left bottom / calc(101 / var(--break) * 100vw) auto, url("images/pediatric/deco_pediatric02.png")no-repeat right bottom / calc(99 / var(--break) * 100vw) auto;
}
.bg_pediatric02 .txt {
	width: 70%;
}
.row_pediatric03 {
	gap: 0 5%;
	max-width: 1000px;
}
.row_pediatric03 .col {
	width: 30%;
}
.row_pediatric03 .icn {
	width: calc(160 / var(--break) * 100vw);
}
.bnr_pediatric01 a {
	background-image: url("images/pediatric/bg_pediatric01.jpg");
}
.box_pediatric02 {
	max-width: 1000px;
}
.box_pediatric02:before {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	top: calc(10 / var(--break) * 100vw);
	left: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.box_pediatric02:after {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.box_pediatric02 .txt {
	max-width: 800px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_pediatric01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bg_pediatric02 .wrap {
		background: url("images/pediatric/deco_pediatric01.png")no-repeat left top / calc(80 / var(--break) * 100vw) auto, url("images/pediatric/deco_pediatric02.png")no-repeat right top / calc(80 / var(--break) * 100vw) auto;
	}
	.bg_pediatric02 .ttl {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bg_pediatric02 .txt {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_pediatric03 {
		gap: 0 2%;
		max-width: 100%;
	}
	.row_pediatric03 .col {
		width: 32%;
	}
	.row_pediatric03 .icn {
		width: calc(160 / var(--break) * 100vw);
	}
	.row_pediatric03 .en {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_pediatric03 .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_pediatric02 {
		max-width: 100%;
	}
	.box_pediatric02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_pediatric02 .txt {
		max-width: 100%;
	}
}


/* こどもの矯正 pediatric_ortho
------------------------------------------------------------------*/
.bg_portho02 {
	background: url("images/page/pattern01.png")repeat left top / calc(3 / var(--break) * 100vw), url("images/portho/bg_portho01.jpg")no-repeat center / cover;
}
.row_portho02 {
	gap: calc(40 / var(--break) * 100vw) 3.75%;
}
.row_portho02 .col {
	width: 17%;
}
.row_portho02 .col .wrap {
	padding-top: 100%;
}
.row_portho02 .col .bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("images/portho/bg_portho02.svg")no-repeat center / cover;
}
.row_portho02 .col:nth-child(2n) .bg { background-image: url("images/portho/bg_portho03.svg"); }
.arw_portho01 {
	width: calc(487 / var(--break) * 100vw);
}
.row_portho03 {
	max-width: 900px;
	gap: calc(45 / var(--break) * 100vw) 6.66%;
}
.row_portho03 .col {
	width: 20%;
}
.box_portho03 {
	max-width: 1000px;
}
.row_portho06 .col {
	width: 48.5%;
	max-width: 600px;
	position: relative;
}
.row_portho06 .col:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #a79571;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.row_portho06 .ttl02 {
	height: calc(64 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_portho02 {
		gap: 6vw 2%;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_portho02 .col {
		width: 32%;
	}
	.arw_portho01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.txt_portho01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_portho03 {
		max-width: 100%;
		gap: 6vw 2%;
	}
	.row_portho03 .col {
		width: 32%;
	}
	.row_portho03 .txt {
		font-size: .875rem;
	}
	.box_portho03 {
		max-width: 100%;
	}
	.box_portho03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_portho06 {
		display: block;
	}
	.row_portho06 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_portho06 .col_l {
		margin-bottom: 4vw;
	}
	.row_portho06 .ttl01 {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.row_portho06 .ttl02 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
}


/* 成人矯正・マウスピース矯正 orthodontic
------------------------------------------------------------------*/
.bg_orthodontic02 {
	background-color: #feeff0;
}
.box_orthodontic02 {
	background: url("images/orthodontic/bg_orthodontic01.jpg")no-repeat center / cover;
}
.box_orthodontic02 .box {
	background: #ffffff33;
}
.box_orthodontic02 .wrap {
	width: 70%;
	max-width: 650px;
}
.box_orthodontic02 .copy {
	border-bottom: 1px solid #fff;
}
.box_orthodontic02 .price {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0) 100%);
}
.box_orthodontic02 .num {
	line-height: .55;
}
.box_orthodontic02 .txt01 span {
	margin-left: calc(-10 / var(--break) * 100vw);
}
.box_orthodontic02 .en {
	right: calc(-10 / var(--break) * 100vw);
	bottom: 0;
	line-height: .45;
	opacity: .4;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_orthodontic02 {
		background: url("images/orthodontic/bg_orthodontic01.jpg")no-repeat left 25% center / cover;
	}
	.box_orthodontic02 .wrap {
		width: 80%;
		max-width: 100%;
	}
	.box_orthodontic02 .ttl {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_orthodontic02 .copy {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_orthodontic02 .num {
		font-size: 2rem;
		line-height: .8;
	}
	.box_orthodontic02 .txt01 {
		font-size: .875rem;
		left: 1.2;
		letter-spacing: 0;
	}
	.box_orthodontic02 .txt01 span {
		font-size: .625rem;
		letter-spacing: 0;
	}
	.box_orthodontic02 .txt02 {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.box_orthodontic02 .en {
		font-size: 2.5rem;
	}
}


/* セラミック・審美治療 cosmetic
------------------------------------------------------------------*/
.box_cosmetic02 {
	border: 1px solid #a79571;
}
.box_cosmetic02 .ttl {
	height: calc(55 / var(--break) * 100vw);
}
.list_cosmetic02 .num {
	width: calc(36 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
}
.list_cosmetic02 .num:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: calc(11 / var(--break) * 100vw) solid #f5775f;
	border-top: calc(15 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(15 / var(--break) * 100vw) solid transparent;
	right: calc(-11 / var(--break) * 100vw);
	top: 0;
}
.list_cosmetic02 .txt {
	width: calc(100% - calc(55 / var(--break) * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_cosmetic02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_cosmetic02 .num {
		font-size: 1.5rem;
		width: calc(60 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
		padding-top: .5vw;
	}
	.list_cosmetic02 .num:after {
		border-left: calc(10 / var(--break) * 100vw) solid #f5775f;
		border-top: calc(25 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(25 / var(--break) * 100vw) solid transparent;
		right: calc(-10 / var(--break) * 100vw);
	}
	.list_cosmetic02 .txt {
		width: calc(100% - calc(80 / var(--break) * 100vw));
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* インプラント implant
------------------------------------------------------------------*/
.row_implant02 .col_img .deco {
	background: url("images/implant/bg_implant01.svg")no-repeat center / cover;
	width: calc(146 / var(--break) * 100vw);
	height: calc(148 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(15 / var(--break) * 100vw);
}
.row_implant03 .col_img {
	width: 34%;
	max-width: 381px;
}
.row_implant03 .col_txt {
	width: 62%;
}
.row_implant04 {
	max-width: 1000px;
}
.row_implant04 .col {
	width: 48%;
	background: #a08274b3;
}
.row_implant04 .txt {
	height: calc(90 / var(--break) * 100vw);
	background: #333333b3;
	text-shadow: 0 0 calc(14 / var(--break) * 100vw) rgba(0, 0, 0, 0.4), 0 0 calc(7 / var(--break) * 100vw) rgba(0, 0, 0, 0.4);
}
.row_implant05 {
	gap: 0 calc(25 / var(--break) * 100vw);
}
.row_implant06 {
	max-width: 1000px;
}
.row_implant06 .col {
	width: 48%;
}
.row_implant06 .col:before {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.row_implant06 .col:after {
	content: "";
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	z-index: 0;
}
.row_implant07 {
	max-width: 1000px;
	gap: 0 4.25%;
}
.row_implant07 .col {
	width: 30.5%;
}
.row_implant07 .caption {
	height: calc(50 / var(--break) * 100vw);
}
.row_implant09 .col {
	width: 49%;
	max-width: 600px;
	border: 2px solid #f5775f;
}
.row_implant09 .col_r { border-color: #4b3e38; }
.row_implant09 .ttl {
	height: calc(50 / var(--break) * 100vw);
}
.list_implant02 li:before {
	background: #f5775f;
}
.list_implant03 li:before {
	background: #4b3e38;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_implant02 .col_img .deco {
		width: calc(186 / var(--break) * 100vw);
		height: calc(188 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.row_implant02 .col_img .fz22 {
		font-size: .875rem;
	}
	.row_implant02 .col_img em {
		font-size: 1.25rem;
	}
	.row_implant02 .col_img small {
		font-size: .75rem;
	}
	.row_implant03 {
		display: block;
	}
	.row_implant03 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_implant03 .col_txt {
		width: 100%;
	}
	.row_implant04 {
		max-width: 100%;
		display: block;
	}
	.row_implant04 .col {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_implant04 .col:first-child {
		margin-bottom: 4vw;
	}
	.row_implant04 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(120 / var(--break) * 100vw);
	}
	.row_implant05 {
		flex-wrap: wrap!important;
		gap: 2vw 2%;
	}
	.row_implant05 .col {
		width: 32%;
	}
	.row_implant06 {
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
		display: block;
	}
	.row_implant06 .col {
		width: 100%;
	}
	.row_implant06 .col:first-child {
		margin-bottom: 5vw;
	}
	.row_implant06 .caption {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_implant07 {
		max-width: 100%;
		gap: 2vw 2%;
	}
	.row_implant07 .col {
		width: 49%;
	}
	.row_implant07 .caption {
		font-size: .875rem;
		letter-spacing: 0;
		height: calc(60 / var(--break) * 100vw);
	}
	.row_implant09 {
		display: block;
	}
	.row_implant09 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_implant09 .col_l {
		margin-bottom: 5vw;
	}
	.row_implant09 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
}


/* 精密根管治療 endo
------------------------------------------------------------------*/
.tbl_endo01 tr:not(:first-child) th[rowspan] {
	border-bottom-color: #6d635e!important;
}
.tbl_endo02 th {
    border-right: 1px solid #fff;
}
.tbl_endo02 td {
    border-right: 1px solid #333;
    text-align: center;
}
.tbl_endo02 .endo_th {
    text-align: center;	
}

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


/* 訪問診療 visit
------------------------------------------------------------------*/
.row_visit02 {
	max-width: 1140px;
}
.row_visit02 .col_l {
	width: 48%;
	max-width: 530px;
}
.row_visit02 .col_r {
	width: 48%;
	max-width: 540px;
}
.tel_visit a {
	height: calc(120 / var(--break) * 100vw);
}
.tel_visit .icn {
	width: calc(30 / var(--break) * 100vw);
}
.map_visit { 
	width: 100%;
	height: calc(500 / var(--break) * 100vw);
}
.box_visit02 {
	border: 1px solid #a08274;
}
.ttl_visit02 {
	height: calc(40 / var(--break) * 100vw);
	background: url("images/page/bg_common03.svg")no-repeat right bottom / auto 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_visit02 {
		max-width: 100%;
		display: block;
	}
	.row_visit02 .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: 6vw;
	}
	.row_visit02 .col_r {
		width: 100%;
		max-width: 100%;
	}
	.tel_visit {
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.tel_visit a {
		padding: 1vw;
		height: calc(150 / var(--break) * 100vw);
	}
	.tel_visit a:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.tel_visit a:after {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.tel_visit .icn {
		width: calc(38 / var(--break) * 100vw);
	}
	.tel_visit .ja {
		font-size: .875rem;
		margin-bottom: 2.5vw;
	}
	.tel_visit .num .ryor {
		font-size: 1.5rem;
	}
	.ttl_visit01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.ttl_visit02 {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.box_visit03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_visit03 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.box_case01 {
	position: relative;
	padding: calc(30 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
}
.row_case01 .en {
	height: calc(50 / 1920*100vw);
	font-size: calc(24 / 1920*100vw);
	line-height: 1.5;
	padding-top: calc(7 / 1920*100vw);
}
.row_case01:after {
	border-left: calc(15 / 1920 * 100vw) solid #a08274;
	border-top: calc(23 / 1920 * 100vw) solid transparent;
    border-bottom: calc(23 / 1920 * 100vw) solid transparent;
	top: calc(55 / 1920 * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / 1920 * 100vw );
    height: calc(54 / 1920 * 100vw );
    background: url("images/page/arw_case.svg")no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: 0;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	margin: 0 calc( 8 / 1920 * 100vw );
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #fceccf;
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #a08274;
	opacity: 1;
}
.row_case_common01 .col .case_img{
	height: calc(300 / 1920 * 100vw);
}
.tbl_case table {
	border-color: #a08274;
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case th {
	background: #a08274;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #a08274;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_case01 {
		padding: calc(30 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(60 / 1599 * 100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1599*100vw);
		font-size: calc(24 / 1599*100vw);
		padding-top: calc(7 / 1599*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1599 * 100vw);
		border-top-width: calc(23 / 1599 * 100vw);
		border-bottom-width: calc(23 / 1599 * 100vw);
		top: calc(55 / 1599 * 100vw);
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1599 * 100vw );
		height: calc(54 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
		margin: 0 calc( 8 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_case01 {
		padding: calc(30 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(60 / 1299 * 100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1299*100vw);
		font-size: calc(24 / 1299*100vw);
		padding-top: calc(7 / 1299*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1299 * 100vw);
		border-top-width: calc(23 / 1299 * 100vw);
		border-bottom-width: calc(23 / 1299 * 100vw);
		top: calc(55 / 1299 * 100vw);
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1299 * 100vw );
		height: calc(54 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
		margin: 0 calc( 8 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / 750*100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / 750*100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom:12vw;
	}
	.row_case01 .en {
		height: calc(50 / 750*100vw);
		font-size: calc(24 / 750*100vw);
		padding-top: calc(7 / 750*100vw);
		letter-spacing: .1em;
	}
	.row_case01:after {
		border-left: calc(40 / 750 * 100vw) solid transparent;
		border-right: calc(40 / 750 * 100vw) solid transparent;
		border-top: calc(30 / 750 * 100vw) solid #a08274;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.slide_case01 {
		max-width: calc( 1000 / 750 * 100vw );
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / 750 * 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 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
		bottom: auto;
		top: 49vw;
	}
	.slide_case01 .slick-prev {
		left: 2vw;
	}
	.slide_case01 .slick-next {
		right: 2vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots {
		bottom: 0;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
		margin: 0 calc( 14 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / 750 * 100vw );
		height: calc( 16 / 750 * 100vw );
	}
	.row_case_common01 .col .case_img {
		height: calc(300 / 750 * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	max-width: 1000px;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / 1920 * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #4b3e38 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .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 {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1599 * 100vw);
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / 750 * 100vw);
	}
	.box_risk01 .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 {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.tbl_recruit .require span:after {
	color: #fff;
	background: #f55f68;
	font-size: .875rem;
	padding-bottom: calc( 5 / var(--break) * 100vw);
	width: calc(50 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	line-height: calc(30 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #4b3e38;
}
.tbl_guideline01 th {
	background: #4b3e38;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #4b3e38;
}
.tbl_form table {
	border: none;
}
.tbl_form th,
.tbl_form td {
	border-bottom: none!important;
	padding: calc( 36 / var(--break) * 100vw);
	padding-left: 0;
	padding-right: 0;
}
.tbl_form th {
	background: #fff;
	color: #000;
	width: 25%;
}
.tbl_form td {
	padding-left: calc( 26 / var(--break) * 100vw);
	width: 75%;
}
.tbl_form td input,
.tbl_form td textarea {
	width: 100%;
	border: none;
	background-color: #eeeeee;
	padding: calc( 12 / var(--break) * 100vw);
}
.box_privacy {
	max-width: 1000px;
	border-color: #000;
}
.btn_submit input {
	border: none;
	background: #a08274;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
	.tbl_recruit .require span:after {
		font-size: .625rem;
		padding-bottom: calc( 5 / var(--break) * 100vw);
		width: calc(70 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		line-height: calc(40 / var(--break) * 100vw);
	}
	.box_privacy .ttl {
		letter-spacing: 0;
	}
	.tbl_form th, .tbl_form td {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.tbl_form td {
		padding-left: 0;
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@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: #f5775f;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #a08274;
	border: 1px solid #a08274;
	border-right-color: #fff;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #a08274;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #f5775f;
	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 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #000;
	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 #000;
	padding-bottom: calc(4 / 1920 * 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 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid #000;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #f5c15f;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 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: #f5775f;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #f5c15f;
	color: #000;
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #f5c15f;
	background: #f5c15f;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: calc(15 / var(--break) * 100vw);
	border-color: #f3a47d transparent transparent #f3a47d;
	left: 0;
	top: 0;
	opacity: .6;
}
.single_post > h3:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: calc(15 / var(--break) * 100vw);
	border-color: #f3a47d #f3a47d transparent transparent ;
	right: 0;
	top: 0;
	opacity: .6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 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;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / 1920 * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / 1920 * 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 / 1920 * 100vw);
	height: calc(20 / 1920 * 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 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / 1920 * 100vw);
	padding-left: calc(100 / 1920 * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@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 {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 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 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 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));
	}
}


.grecaptcha-badge { visibility: hidden; }