@charset "utf-8";
/* 共通
------------------------------------------------------------------*/
.content_low .inner, .main_page .inner {
	max-width: calc(1000px + 10%);
}
.content_low {
	padding: 100px 0 200px;
}
.main_page {
	height: 500px;
	background: url(images/page/bg_lowhead.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
}
.false_teeth .main_page {
	background-image: url("images/page/bg_lowhead_false_teeth.jpg");
}
.hdg2 {
	text-align: left;
	display: inline-block;
	position: absolute;
	top: 120px;
	left: calc(100% - 626px);
	height: 380px;
}
.hdg2 .ja {
	font-size: 277.777%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.hdg2 .en {
	font-size: 133.333%;
	letter-spacing: 0.1em;
}
.page_main section:not(:last-child) {
	margin-bottom: 100px;
}
.bg_bdr01 {
	border-bottom: solid 1px #000000;
	padding-bottom: 34px;
}
@media only screen and (min-width:961px) and (max-width: 1480px) {
	.main_page {
		background-position: 80% center;
	}
	.hdg2 {
		top: 150px;
		left: calc(50% + (120/1480*100vw));
	}
	.hdg2 .ja {
		font-size: 233.333%;
	}
}
@media only screen and (min-width:961px) and (max-width: 1350px) {
	.main_page {
		background-position: 75% center;
	}
	.hdg2 {
		top: 150px;
		left: calc(50% + (120/1480*100vw));
	}
	.hdg2 .ja {
		font-size: 233.333%;
	}
}
@media only screen and (min-width:961px) and (max-width: 1150px) {
	.main_page {
		background-position: 75% center;
	}
	.hdg2 {
		top: 150px;
		left: 58%;
	}
	.hdg2 .ja {
		font-size: 233.333%;
		line-height: 1.5em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.main_page {
		background-position: 60% center;
	}
	.hdg2 {
		top: 150px;
		left: 70%;
	}
	.hdg2 .ja {
		font-size: 233.333%;
		line-height: 1.5em;
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.col_img {
		text-align: center;
	}
	.main_page {
		height: calc(501/750*100vw);
		background: url(images/page/bg_lowhead_sp.jpg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
	}
	.false_teeth .main_page {
		background-image: url(images/page/bg_false_teeth_sp.jpg);
	}
	.hdg2 {
		text-align: left;
		display: inline-block;
		position: absolute;
		top: calc(162/750*100vw);
		left: calc(544/750*100vw);
		height: calc(339/750*100vw);
	}
	.hdg2 .ja {
		font-size: 125%;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		display: block;
		margin-left: calc(-71/750*100vw);
	}
	.hdg2 .en {
		font-size: 62.5%;
		letter-spacing: 0.1em;
	}
	.bg_bdr01 {
		padding-bottom: calc(34/750*100vw);
	}
}
/*TROUBLE*/
.box_trouble01 {
	position: relative;
	background: #f6f6f6;
	border-right: solid 1px #000000;
	padding: 49px 50px 45px;
}
.box_trouble01:after {
	content: "TROUBLE";
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 166.666%;
	letter-spacing: 0.1em;
	line-height: 1em;
	position: absolute;
	top: 0;
	right: calc(-49/1240*100%);
}
.box_trouble01 .min {
	font-size: 166.666%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 33px;
}
.box_trouble01 .list_default li {
	font-weight: 300;
}
.box_trouble01 .list_default li:before {
	background: #dbd371;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.box_trouble01:after {
		font-size: 133.333%;
	}
}
@media only screen and (max-width: 767px) {
	.box_trouble01 {
		position: relative;
		background: #f6f6f6;
		border-right: solid 1px #000000;
		padding: calc(28/750*100vw) calc(50/750*100vw) calc(28/750*100vw) calc(28/750*100vw);
	}
	.box_trouble01:after {
		font-size: 100%;
		letter-spacing: 0.1em;
		line-height: 1em;
		position: absolute;
		top: 0;
		right: calc(-5/750*100vw);
	}
	.box_trouble01 .min {
		font-size: 125%;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-left: calc(22/750*100vw);
		margin-bottom: calc(28/750*100vw);
	}
}
/*症例*/
.btn_case {
	max-width: 280px;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	transition: .3s;
	border: solid 2px #000000;
}
.btn_case.open {
	background: #000000;
	border: solid 1px #333333;
}
.btn_case:hover {
	cursor: pointer;
}
.btn_case span {
	font-size: 111.111%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	position: relative;
	display: inline-block;
	color: #000000;
	width: 100%;
}
.btn_case.open span {
	color: #ffffff;
}
.btn_case span:after {
	content: "";
	position: absolute;
	background: url("images/page/icn_case_on.svg")no-repeat center / cover;
	width: 20px;
	height: 1px;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_case.open span:after {
	background: url("images/page/icn_case_off.svg")no-repeat center / cover;
	width: 20px;
	height: 20px;
}
.tbl_case {
	max-width: 1000px;
	display: block;
	padding-top: 50px;
}
.tbl_case table {
	border-color: #000000;
	font-weight: 300;
}
.tbl_case th {
	background: #f6f6f6;
	color: #000000;
}
.tbl_case th {
	background: #f6f6f6;
	color: #000000;
}
.tbl_case tr:not(:last-child) th, .tbl_case tr:not(:last-child) td {
	border-bottom-color: #000000;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.btn_case {
		max-width: calc(380 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.btn_case span {
		font-size: 81.25%;
	}
	.btn_case span:after {
		width: calc(20 / 750 * 100vw);
		height: calc(1 / 750 * 100vw);
		right: calc(25/750*100vw);
	}
	.btn_case.open span:after {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
	}
	.tbl_case {
		max-width: 100%;
		padding-top: calc(50/750*100vw);
	}
}
/*お支払方法*/
.area_pay {
	padding: 35px 0 50px;
}
.ttl_pay01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
}
.box_pay {
	max-width: 810px;
	margin: auto;
}
.box_pay .col {
	width: calc(230/810*100%);
}
.box_pay .col .wrap {
	height: 0;
	padding-top: 100%;
	background: #ffffff;
	border-radius: 50%;
	position: relative;
}
.box_pay .col .icn {
	content: "";
	display: block;
	width: calc(100/230*100%);
	position: absolute;
	top: calc(83/230*100%);
	left: 50%;
	transform: translate(-50%, -50%);
}
.box_pay .col p {
	font-size: 111.111%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: absolute;
	top: calc(160/230*100%);
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}
@media(min-width: 768px) and (max-width:960px) {
	.box_pay .col p {
		font-size: 100%;
	}
}
@media(max-width: 767px) {
	.area_pay {
		padding: calc(35/750*100vw) 0 calc(50/750*100vw);
	}
	.box_pay .col {
		width: 30%;
	}
	.ttl_pay01 {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.ttl_pay02 {
		font-size: 112.5%;
		line-height: 1em;
		margin: 0 0 calc(36/750*100vw);
	}
	.box_pay .col p {
		font-size: 81.25%;
	}
}
/*クレジットカード*/
.box_card {
	padding: 50px 50px 40px;
}
.box_card .img {
	max-width: 897px;
	margin: 0 auto 18px;
}
@media(max-width: 767px) {
	.box_card {
		padding: calc(28/750*100vw);
	}
	.box_card .img {
		max-width: 897px;
		margin: 0 auto calc(18/750*100vw);
	}
}
/*医療控除*/
.box_deduction01 {
	border: solid 1px #000000;
	padding: 40px 50px;
}
.txt_deduction01 {
	font-size: 111.111%;
	letter-spacing: 0.1em;
}
@media(max-width: 767px) {
	.box_deduction01 {
		border: solid 1px #000000;
		padding: calc(28/750*100vw);
	}
	.txt_deduction01 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
}
.tbl_deduction01 table {
	border: 1px solid #000000;
	width: 100%;
	line-height: 1.4444;
}
.tbl_deduction01 td {
	padding: 15px 18px 16px;
}
.tbl_deduction01 tr td:nth-child(1) {
	width: 20%;
}
.tbl_deduction01 tr td:nth-child(2) {
	width: 10%;
}
.tbl_deduction01 tr:not(:last-child) td {
	border-bottom: 1px solid #000000;
}
.tbl_deduction01 tr td:not(:last-child) {
	border-right: 1px solid #000000;
}
.tbl_deduction01 .ttl {
	vertical-align: top;
}
@media(max-width: 767px) {
	.tbl_deduction01 {
		overflow: hidden;
		position: relative;
		width: 100%;
		touch-action: auto !important;
		padding-bottom: 2vw;
	}
	.tbl_deduction01 table {
		width: calc(2000/750*100vw);
		flex-shrink: 0;
	}
	.tbl_deduction01 td {
		padding: 2vw 3vw 3vw;
	}
	.tbl_deduction01.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
		background: #333 !important;
		bottom: 0px !important;
		height: 4px !important;
	}
	.tbl_deduction01.ps-container > .ps-scrollbar-x-rail {
		background: transparent !important;
		bottom: 0px !important;
		height: 4px !important;
		opacity: 1;
	}
}
/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url(images/clinic/bg_clinic01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 581px;
	padding: 95px 0 60px;
}
.bg_clinic01 .min {
	font-size: 222.222%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.deco_clinic01 {
	position: relative;
}
.deco_clinic01:after {
	content: "";
	display: block;
	width: 100%;
	height: 690px;
	background: url(images/clinic/deco_bg_clinic01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	top: -311px;
	z-index: -1;
}
.ttl_clinic01 {
	font-size: 277.777%;
	letter-spacing: 0.4em;
	line-height: 2em;
	margin-top: -30px;
}
.box_slogan_clinic {
	background: url(images/clinic/bg_clinic02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 44px 0 56px;
}
.ttl_slogan_clinic {
	font-size: 166.666%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 38px;
}
.txt_slogan {
	width: calc(351/1240*100%);
	height: 100px;
	line-height: 96px;
	font-size: 166.666%;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}
.txt_slogan:not(:last-child):after {
	content: "";
	position: absolute;
	right: calc((-95/2)/351*100%);
	top: 50%;
	bottom: 0;
	transform: translate(50%, -50%);
	width: 0;
	height: 0;
	border-left: 16px solid #dbd371;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	margin: auto;
}
.txt_slogan span {
	font-size: 133.333%;
}
.box_clinic01 {
	padding: 32px 0 50px;
}
.ttl_clinic02 {
	font-size: 166.666%;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}
.ttl_clinic02 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
.txt_clinic01 {
	text-align: center;
	margin: -12px auto 43px;
}
.img_clinic03 {
	width: calc(1100/1240*100%);
	margin: auto;
}
.txt_clinic02 {
	text-align: center;
	margin: -12px auto 53px;
}
.ttl_list_clinic {
	font-size: 122.222%;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 13px 0 14px;
}
.box_list_clinic .box_default01 {
	background: #ffffff;
	border: solid 1px #dbd371;
	padding-top: 32px;
}
.btn_default01.w450 {
	max-width: 450px;
}
.box_clinic01 .row_default07_1240px .col .ttl {
	padding: 5px 10px 9px;
	background: #dbd371;
	color: #000000;
}
.box_clinic01 .row_default07_1240px .col .box {
	padding: 21px 30px 25px;
}
@media(min-width: 768px) and (max-width:960px) {
	.deco_clinic01:after {
		content: "";
		display: block;
		width: 100%;
		height: 690px;
		background: url(images/clinic/deco_bg_clinic01.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: calc(1920/750*50vw) calc(690/750*50vw);
		position: absolute;
		top: -280px;
		z-index: -1;
	}
	.txt_slogan {
		font-size: 133.333%;
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		background: url(images/clinic/bg_clinic01.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: auto;
		padding: calc(95/750*100vw) 0 calc(60/750*100vw);
	}
	.bg_clinic01 .min {
		font-size: 125%;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.bg_clinic01 .txt_l {
		width: calc(646/750*100vw);
		margin: auto;
	}
	.deco_clinic01:after {
		content: "";
		display: block;
		width: 100%;
		height: calc(690/750*100vw);
		background: url(images/clinic/deco_bg_clinic01.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: calc(1920/750*50vw) calc(690/750*50vw);
		position: absolute;
		top: calc(-330/750*100vw);
		z-index: -1;
	}
	.ttl_clinic01 {
		font-size: 125%;
		letter-spacing: 0.4em;
		line-height: 2em;
		margin-top: calc(-30/750*100vw);
	}
	.box_slogan_clinic {
		background: url(images/clinic/bg_clinic02.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: calc(1920/750*100vw) calc(262/750*100vw);
		padding: calc(44/750*100vw) 0 calc(56/750*100vw);
	}
	.ttl_slogan_clinic {
		font-size: 125%;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: calc(40/750*100vw);
	}
	.txt_slogan {
		width: calc(351/1240*100%);
		height: calc(80/750*100vw);
		line-height: calc(76/750*100vw);
		font-size: 100%;
		letter-spacing: 0.1em;
		text-align: center;
		position: relative;
	}
	.txt_slogan:not(:last-child):after {
		content: "";
		position: absolute;
		right: calc((-95/2)/351*100%);
		top: 50%;
		bottom: 0;
		transform: translate(50%, -50%);
		width: 0;
		height: 0;
		border-left: calc(16/750*100vw) solid #dbd371;
		border-top: calc(23/750*100vw) solid transparent;
		border-bottom: calc(23/750*100vw) solid transparent;
		margin: auto;
	}
	.txt_slogan span {
		font-size: 112.5%;
	}
	.box_clinic01 {
		padding: calc(32/750*100vw) 0 calc(50/750*100vw);
	}
	.ttl_clinic02 {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: calc(20/750*100vw);
	}
	.ttl_clinic02 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
	.txt_clinic01 {
		text-align: left;
		margin: 0 auto calc(40/750*100vw);
	}
	.img_clinic03 {
		width: 100%;
		margin: auto;
	}
	.txt_clinic02 {
		text-align: left;
		margin: 0 auto calc(50/750*100vw);
	}
	.ttl_list_clinic {
		font-size: 112.5%;
		letter-spacing: 0.1em;
		line-height: 1em;
		padding: calc(13/750*100vw) 0 calc(14/750*100vw);
	}
	.box_list_clinic .box_default01 {
		background: #ffffff;
		border: solid 1px #dbd371;
		padding-top: calc(30/750*100vw);
	}
	.btn_default01.w450 {
		max-width: calc(560 / 750*100vw);
	}
	.box_clinic01 .row_default07_1240px .col .ttl {
		padding: 2vw 3vw;
	}
	.box_clinic01 .row_default07_1240px .col .box {
		padding: 5vw 5% 6vw;
	}
}
.bg_hygiene_clinic {
	background: url(images/clinic/img_clinic_hygiene01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: calc(1200/1920*100vw) calc(700/1920*100vw);
	height: 700px;
}
.bg_hygiene_clinic .wrap {
	position: relative;
	height: 700px;
}
.bg_hygiene_clinic .box {
	width: 680px;
	padding: 54px 70px 60px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.bg_hygiene_clinic .box .min {
	font-size: 222.222%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 28px;
}
.box_hygiene_clinic01 .col:last-child {
	margin-right: auto;
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_hygiene_clinic {
		background: url(images/clinic/img_clinic_hygiene01.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(700/750*62.5vw);
		height: auto;
		padding-top: calc(700/750*62.5vw);
	}
	.bg_hygiene_clinic .wrap {
		position: relative;
		height: auto;
	}
	.bg_hygiene_clinic .box {
		width: 100%;
		padding: 50px 0 50px;
		position: static;
		left: 0;
		bottom: 0;
	}
}
@media(max-width: 767px) {
	.bg_hygiene_clinic {
		background: url(images/clinic/img_clinic_hygiene01.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(700/750*62.5vw);
		height: auto;
		padding-top: calc(700/750*62.5vw);
	}
	.bg_hygiene_clinic .wrap {
		position: relative;
		height: calc(700/750*100vw);
	}
	.bg_hygiene_clinic .box {
		width: calc(646/750*100vw);
		margin: auto;
		padding: calc(30/750*100vw);
		position: static;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.bg_hygiene_clinic .box .min {
		font-size: 125%;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(28/750*100vw);
	}
	.box_hygiene_clinic01 .col:last-child {
		margin-right: auto;
		margin-left: auto;
	}
}
.box_hospital_clinic {
	position: relative;
	padding: 0 0 100px;
}
.box_hospital_clinic:after {
	content: "";
	display: block;
	background: #f6f6f6;
	height: 665px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.box_hospital_clinic .min {
	font-size: 255.555%;
	letter-spacing: 0.1em;
	float: right;
	margin: 0 25px 127px 15px;
	position: relative;
	z-index: 1;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.box_hospital_clinic .txt_l {
	float: right;
	height: 360px;
	position: relative;
	z-index: 1;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.slider_hospital_clinic .slider {
	max-width: 1000px;
	width: calc(1000/1920*100vw);
	margin-right: auto;
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 50px;
}
.slider_hospital_clinic .thumbnail {
	width: calc(1200/1340*100%);
	margin-left: auto;
	margin-right: calc(-20/1340*100%);
}
.slider_hospital_clinic .thumbnail li {
	margin-left: calc(-380/4180*100%);
	margin-right: calc(400/4180*100%);
}
@media(min-width: 961px) and (max-width:1600px) {
	.box_hospital_clinic .txt_l {
		float: right;
		height: 420px;
		position: relative;
		z-index: 1;
	}
	.slider_hospital_clinic .slider {
		max-width: 1000px;
		width: calc(1000/1920*100vw);
		margin-right: auto;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: calc(750px - (700/1600*100vw));
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_hospital_clinic {
		position: relative;
		padding: 0 0 50px;
	}
	.box_hospital_clinic:after {
		content: "";
		display: block;
		background: #f6f6f6;
		height: 965px;
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
	.box_hospital_clinic .min {
		font-size: 255.555%;
		letter-spacing: 0.1em;
		float: none;
		margin: 0 0 15px 0;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}
	.box_hospital_clinic .txt_l {
		float: none;
		height: auto;
		margin-bottom: 380px;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}
	.slider_hospital_clinic .slider {
		max-width: 600px;
		width: 70%;
		margin-right: auto;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 420px;
	}
	.slider_hospital_clinic .thumbnail {
		width: calc(1200/1340*100%);
		margin-left: auto;
		margin-right: calc(-20/1340*100%);
	}
	.slider_hospital_clinic .thumbnail li {
		margin-left: calc(-380/4180*100%);
		margin-right: calc(400/4180*100%);
	}
}
@media(max-width: 767px) {
	.box_hospital_clinic {
		position: relative;
		padding: calc(50/750*100vw) 0 calc(50/750*100vw);
	}
	.box_hospital_clinic:after {
		content: "";
		display: block;
		background: #f6f6f6;
		height: calc(1100/750*100vw);
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: -1;
	}
	.box_hospital_clinic .box {
		width: calc(646/702*100%);
		margin: auto;
	}
	.box_hospital_clinic .min {
		font-size: 140%;
		letter-spacing: 0.1em;
		float: none;
		margin: 0 auto calc(15/750*100vw) auto;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}
	.box_hospital_clinic .txt_l {
		float: none;
		height: auto;
		margin-bottom: calc(380/750*100vw);
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}
	.slider_hospital_clinic .slider {
		max-width: calc(540/750*100vw);
		width: calc(540/750*100vw);
		margin-right: auto;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: calc(620/750*100vw);
	}
	.slider_hospital_clinic .thumbnail {
		width: calc(1200/1340*100%);
		margin-left: auto;
		margin-right: calc(-20/1340*100%);
	}
	.slider_hospital_clinic .thumbnail li {
		margin-left: calc(-380/4180*100%);
		margin-right: calc(400/4180*100%);
	}
}
.slide_clinic .slide_main {
	max-width: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.slide_clinic .slide_main li:nth-child(3n-2) .img, .slide_clinic .slide_main li:nth-child(3n-2) p {
	max-width: 380px;
	margin-right: auto;
}
.slide_clinic .slide_main li:nth-child(3n-1) .img, .slide_clinic .slide_main li:nth-child(3n-1) p {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.slide_clinic .slide_main li:nth-child(3n) .img, .slide_clinic .slide_main li:nth-child(3n) p {
	max-width: 380px;
	margin-left: auto;
}
.slide_clinic .slide_main li p {
	font-size: 122.222%;
	padding: 10px 3% 10px;
}
.slide_clinic .slick-prev {
	background: url(images/clinic/arw_slide.jpg)no-repeat center / cover;
	width: 50px;
	height: 50px;
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -25px;
	z-index: 1;
}
.slide_clinic .slick-next {
	background: url(images/clinic/arw_slide.jpg)no-repeat center / cover;
	width: 50px;
	height: 50px;
	right: -25px;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic .slick-prev:before, .slide_clinic .slick-next:before {
	display: none;
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_clinic .slide_main {
		max-width: 100%;
	}
	.slide_clinic .slide_main li:nth-child(2n-1) .img, .slide_clinic .slide_main li:nth-child(2n-1) p {
		max-width: 380px;
		margin-right: auto;
		margin-left: 0;
	}
	.slide_clinic .slide_main li:nth-child(2n) .img, .slide_clinic .slide_main li:nth-child(2n) p {
		max-width: 380px;
		margin-left: auto;
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.slide_clinic .slick-prev, .slide_clinic .slick-next {
		width: calc(50 / 750 * 100vw);
		height: calc(50 / 750 * 100vw);
	}
	.slide_clinic .slick-prev {
		left: calc(-20/750*100vw);
	}
	.slide_clinic .slick-next {
		right: calc(-20/750*100vw);
	}
	.slide_clinic .slide_main li:nth-child(1n) .img {
		max-width: calc(380/750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.slide_clinic .slide_main li:nth-child(1n) p {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}
/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.area_staff01 {
	position: relative;
}
.area_staff01:before {
	content: "";
	background: url(images/staff/deco_staff01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 281px;
	height: 281px;
	position: absolute;
	top: -80px;
	left: -80px;
	z-index: -1;
}
.area_staff01:after {
	content: "";
	background: url(images/staff/deco_staff02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 260px;
	right: calc(-80/1920*100vw);
	z-index: -1;
}
.img_staff01 {
	margin-bottom: 70px;
}
.area_staff01 .txt {
	width: calc(820/1340*100%);
	position: absolute;
	top: 50px;
	right: calc(50/1340*100%);
}
.box_staff01 {
	width: calc(400/1340*100%);
}
.box_staff01 .txt_l, .box_staff02 .txt_l {
	margin-top: -22px;
}
.img_staff02 {
	width: calc(500/1340*100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.img_staff03 {
	width: calc(500/1000*100%);
}
.box_staff02 {
	width: calc(450/1000*100%);
}
.box_staff03 {
	padding: 50px 0 60px;
}
.ttl_staff01 {
	font-size: 111.111%;
	letter-spacing: 0.1em;
}
.box_staff03 ul {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 19px;
}
.box_staff03 li {
	width: 47.5%;
	position: relative;
	padding-left: 24px;
	line-height: 177.777%;
	padding-bottom: 12px;
}
.box_staff03 li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000000;
	border-radius: 50%;
	left: 0;
	top: .8em;
}
.box_staff03 li:not(:first-child) {
	margin-top: 5px;
}
.box_staff03 li:nth-child(-n+2) {
	margin-top: 0;
}
.box_staff03 .bdr {
	width: 100%;
	border-bottom: solid 1px #000000;
}
@media(min-width: 961px) and (max-width:1280px) {
	.img_staff01 {
		width: calc(700/1280*100vw);
		margin-bottom: 70px;
	}
	.area_staff01 .txt {
		width: calc(870/1340*100%);
		font-size: 88.888%;
		position: absolute;
		top: 40px;
		right: 0;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.area_staff01 {
		position: relative;
	}
	.area_staff01:before {
		content: "";
		background: url(images/staff/deco_staff01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 281px;
		height: 281px;
		position: absolute;
		top: -80px;
		left: -40px;
		z-index: -1;
	}
	.area_staff01:after {
		content: "";
		background: url(images/staff/deco_staff02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 150px;
		height: 150px;
		position: absolute;
		top: 460px;
		right: calc(-40/960*100vw);
		z-index: -1;
	}
	.img_staff01 {
		width: 700px;
		margin: 0 auto 50px;
	}
	.area_staff01 .txt {
		width: 100%;
		margin-bottom: 50px;
		position: static;
		top: 50px;
		right: 50px;
	}
	.box_staff01 {
		width: 100%;
	}
	.box_staff01 .txt_l, .box_staff02 .txt_l {
		margin-top: -22px;
	}
	.img_staff02 {
		width: calc(500/1340*100%);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
	}
	.img_staff03 {
		width: calc(500/1000*100%);
	}
	.box_staff02 {
		width: calc(450/1000*100%);
	}
	.box_staff03 {
		padding: 50px 0 60px;
	}
	.ttl_staff01 {
		font-size: 111.111%;
		letter-spacing: 0.1em;
	}
	.box_staff03 ul {
		border-top: solid 1px #000000;
		border-bottom: none;
		padding-top: 10px;
	}
	.box_staff03 li {
		width: 100%;
		position: relative;
		padding-left: 24px;
		line-height: 177.777%;
		padding-bottom: 10px;
		border-bottom: solid 1px #000000;
	}
	.box_staff03 li:before {
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		background: #000000;
		border-radius: 50%;
		left: 0;
		top: .8em;
	}
	.box_staff03 li:not(:first-child) {
		margin-top: 10px;
	}
	.box_staff03 li:nth-child(-n+2) {
		margin-top: 10px;
	}
	.box_staff03 .bdr {
		width: 100%;
		border-bottom: solid 1px #000000;
	}
}
@media(max-width: 767px) {
	.area_staff01 {
		position: relative;
	}
	.area_staff01:before {
		content: "";
		background: url(images/staff/deco_staff01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(281/750*100vw);
		height: calc(281/750*100vw);
		position: absolute;
		top: calc(-80/750*100vw);
		left: calc(-40/750*100vw);
		z-index: -1;
	}
	.area_staff01:after {
		content: "";
		background: url(images/staff/deco_staff02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(150/750*100vw);
		height: calc(150/750*100vw);
		position: absolute;
		top: calc(460/750*100vw);
		right: calc(-20/750*100vw);
		z-index: -1;
	}
	.img_staff01 {
		width: 100%;
		margin: 0 auto calc(40/750*100vw);
	}
	.area_staff01 .txt {
		width: calc(646/750*100vw);
		margin: 0 auto calc(40/750*100vw);
		position: static;
	}
	.box_staff01 {
		width: 100%;
	}
	.box_staff01 .txt_l, .box_staff02 .txt_l {
		width: calc(646/750*100vw);
		margin-left: auto;
		margin-right: auto;
		margin-top: calc(-20/750*100vw);
	}
	.img_staff02 {
		width: calc(350/750*100vw);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
	}
	.img_staff03 {
		width: calc(500/750*100vw);
		margin: 0 auto calc(40/750*100vw)
	}
	.box_staff02 {
		width: 100%;
	}
	.box_staff03 {
		padding: calc(50/750*100vw) 0 calc(60/750*100vw);
	}
	.ttl_staff01 {
		font-size: 112.5%;
		letter-spacing: 0.1em;
	}
	.box_staff03 ul {
		border-top: solid 1px #000000;
		border-bottom: none;
		padding-top: calc(10/750*100vw);
	}
	.box_staff03 li {
		width: 100%;
		position: relative;
		padding-left: calc(52/750*100vw);
		padding-right: calc(28/750*100vw);
		line-height: 177.777%;
		padding-bottom: calc(10/750*100vw);
		border-bottom: solid 1px #000000;
	}
	.box_staff03 li:before {
		content: "";
		position: absolute;
		width: calc(6/750*100vw);
		height: calc(6/750*100vw);
		background: #000000;
		border-radius: 50%;
		left: calc(28/750*100vw);
		top: .8em;
	}
	.box_staff03 li:not(:first-child) {
		margin-top: calc(10/750*100vw);
	}
	.box_staff03 li:nth-child(-n+2) {
		margin-top: calc(10/750*100vw);
	}
	.box_staff03 .bdr {
		width: 100%;
		border-bottom: solid 1px #000000;
	}
}
.slider_staff {}
.slider_staff .slick-slide {
	transform: scale(.8);
	margin-right: 50px;
	margin-left: 50px;
	transition: .5s;
}
.slider_staff .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slider_staff .slick-prev, .slider_staff .slick-next {
	width: 50px;
	height: 50px;
	background: url(images/staff/arw_slide.jpg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slider_staff .slick-prev:before, .slider_staff .slick-next:before {
	display: none;
}
.slider_staff .slick-prev {
	left: calc((100% - 1000px) / 2 - 25px);
}
.slider_staff .slick-next {
	right: calc((100% - 1000px) / 2 - 25px);
	transform: scaleX(-1);
}
.slider_staff .slick-dots {
	bottom: -58px;
}
.slider_staff .slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 8px;
}
.slider_staff .slick-dots li button {
	width: 11px;
	height: 11px;
	padding: 0;
}
.slider_staff .slick-dots li button:before {
	content: "";
	background: #888888;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
}
.slider_staff .slick-dots li.slick-active button:before {
	background: #000000;
	opacity: 1;
}
@media(min-width: 1300px) and (max-width:1499px) {
	.slider_staff .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
}
@media(min-width: 961px) and (max-width:1299px) {
	.slider_staff {
		padding: 0 8% 50px;
	}
	.slider_staff .slick-prev, .slider_staff .slick-next {
		width: 30px;
		height: 30px;
	}
	.slider_staff .slick-prev {
		left: 4%;
	}
	.slider_staff .slick-next {
		right: 4%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slider_staff {
		padding: 0 8% 50px;
	}
	.slider_staff .slick-prev, .slider_staff .slick-next {
		width: 30px;
		height: 30px;
	}
	.slider_staff .slick-prev {
		left: 4%;
	}
	.slider_staff .slick-next {
		right: 4%;
	}
}
@media(max-width: 767px) {
	.slider_staff {
		padding: 0 8vw 12vw;
	}
	.slider_staff .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
	.slider_staff .slick-prev, .slider_staff .slick-next {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	.slider_staff .slick-prev {
		left: -6.5vw;
	}
	.slider_staff .slick-next {
		right: -6.5vw;
	}
	.slider_staff .slick-dots {
		bottom: -7vw;
	}
}
.box_staff04, .box_staff05 {
	position: relative;
	min-height: 594px;
	padding-bottom: 50px;
}
.box_staff04:before {
	content: "";
	background: #f8f6e4;
	width: calc(50% + (670/1920*100vw));
	height: calc(100% - 60px);
	position: absolute;
	top: 60px;
	right: 0;
	z-index: -1;
}
.box_staff05:before {
	content: "";
	background: #f6f6f6;
	width: calc(50% + (670/1920*100vw));
	height: calc(100% - 60px);
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
}
.img_staff04 {
	width: calc(760/1920*100vw);
	position: absolute;
	top: 0;
	left: 0;
}
.img_staff05 {
	width: calc(760/1920*100vw);
	position: absolute;
	top: 0;
	right: 0;
}
.box_staff04 .txt {
	width: calc(760/1240*100%);
	padding-top: 100px;
	margin-left: auto;
	position: relative;
}
.box_staff05 .txt {
	width: calc(760/1240*100%);
	padding-top: 100px;
	margin-right: auto;
	position: relative;
}
.box_staff04 .txt:before {
	content: "";
	background: url(images/staff/deco_staff02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 270px;
	right: calc(-80/1920*100vw);
	z-index: -1;
}
.box_staff05 .txt:before {
	content: "";
	background: url(images/staff/deco_staff01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 281px;
	height: 281px;
	position: absolute;
	top: 0;
	left: calc(-130/1920*100vw);
	z-index: -1;
}
.box_staff04 .txt .min, .box_staff05 .txt .min {
	font-size: 166.666%;
	letter-spacing: 0.1em;
}
@media(min-width: 961px) and (max-width:1660px) {
	.box_staff04 .txt {
		width: calc(710/1240*100%);
		padding-top: 100px;
		margin-left: auto;
		position: relative;
	}
	.box_staff05 .txt {
		width: calc(710/1240*100%);
		padding-top: 100px;
		margin-right: auto;
		position: relative;
	}
	.box_staff04 .txt .min, .box_staff05 .txt .min {
		font-size: 133.333%;
		letter-spacing: 0.1em;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_staff04, .box_staff05 {
		position: relative;
		min-height: auto;
		padding-bottom: 0;
	}
	.box_staff04:before {
		display: none;
	}
	.box_staff05:before {
		display: none;
	}
	.img_staff04 {
		max-width: 760px;
		width: 100%;
		margin: 0 auto 30px;
		position: static;
	}
	.img_staff05 {
		max-width: 760px;
		width: 100%;
		margin: 0 auto 30px;
		position: static;
	}
	.box_staff04 .txt {
		width: 100%;
		padding: 40px 50px;
		margin-left: auto;
		position: relative;
		background: #f8f6e4;
	}
	.box_staff05 .txt {
		width: 100%;
		padding: 40px 50px;
		margin-right: auto;
		position: relative;
		background: #f6f6f6;
	}
	.box_staff04 .txt:before {
		content: "";
		background: url(images/staff/deco_staff02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 150px;
		height: 150px;
		position: absolute;
		top: 270px;
		right: calc(-80/1920*100vw);
		z-index: 1;
	}
	.box_staff05 .txt:before {
		content: "";
		background: url(images/staff/deco_staff01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 281px;
		height: 281px;
		position: absolute;
		top: -20px;
		left: calc(-130/1920*100vw);
		z-index: 1;
	}
	.box_staff04 .txt .min, .box_staff05 .txt .min {
		font-size: 166.666%;
		letter-spacing: 0.1em;
	}
	.box_staff04 .txt p, .box_staff05 .txt p {
		position: relative;
		z-index: 1;
	}
}
@media(max-width: 767px) {
	.box_staff04, .box_staff05 {
		position: relative;
		min-height: auto;
		padding-bottom: 0;
	}
	.box_staff04:before {
		display: none;
	}
	.box_staff05:before {
		display: none;
	}
	.img_staff04 {
		width: 100%;
		margin: 0 auto calc(30/750*100vw);
		position: static;
	}
	.img_staff05 {
		width: 100%;
		margin: 0 auto calc(30/750*100vw);
		position: static;
	}
	.box_staff04 .txt {
		width: 100%;
		padding: calc(20/750*100vw) calc(28/750*100vw);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #f8f6e4;
	}
	.box_staff05 .txt {
		width: 100%;
		padding: calc(20/750*100vw) calc(28/750*100vw);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #f6f6f6;
	}
	.box_staff04 .txt:before {
		content: "";
		background: url(images/staff/deco_staff02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(150/750*100vw);
		height: calc(150/750*100vw);
		position: absolute;
		top: auto;
		right: calc(-20/750*100vw);
		bottom: calc(20/750*100vw);
		z-index: 1;
	}
	.box_staff05 .txt:before {
		content: "";
		background: url(images/staff/deco_staff01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(281/750*100vw);
		height: calc(281/750*100vw);
		position: absolute;
		top: calc(-20/750*100vw);
		left: calc(-130/750*100vw);
		z-index: 1;
	}
	.box_staff04 .txt .min, .box_staff05 .txt .min {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.box_staff04 .txt p, .box_staff05 .txt p {
		position: relative;
		z-index: 1;
	}
}
.slider_staff02 {}
.slider_staff02 .slick-slide {
	transform: scale(.8);
	margin-right: 50px;
	margin-left: 50px;
	transition: .5s;
}
.slider_staff02 .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slider_staff02 .slick-prev, .slider_staff02 .slick-next {
	width: 50px;
	height: 50px;
	background: url(images/staff/arw_slide.jpg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slider_staff02 .slick-prev:before, .slider_staff02 .slick-next:before {
	display: none;
}
.slider_staff02 .slick-prev {
	left: calc((100% - 1000px) / 2 - 25px);
}
.slider_staff02 .slick-next {
	right: calc((100% - 1000px) / 2 - 25px);
	transform: scaleX(-1);
}
.slider_staff02 .slick-dots {
	bottom: -58px;
}
.slider_staff02 .slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 8px;
}
.slider_staff02 .slick-dots li button {
	width: 11px;
	height: 11px;
	padding: 0;
}
.slider_staff02 .slick-dots li button:before {
	content: "";
	background: #888888;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
}
.slider_staff02 .slick-dots li.slick-active button:before {
	background: #000000;
	opacity: 1;
}
@media(min-width: 1300px) and (max-width:1499px) {
	.slider_staff02 .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
}
@media(min-width: 961px) and (max-width:1299px) {
	.slider_staff02 {
		padding: 0 0 50px;
	}
	.slider_staff02 .slick-prev, .slider_staff02 .slick-next {
		width: 30px;
		height: 30px;
	}
	.slider_staff02 .slick-prev {
		left: 4%;
	}
	.slider_staff02 .slick-next {
		right: 4%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slider_staff02 {
		padding: 0 0 50px;
	}
	.slider_staff02 .slick-prev, .slider_staff02 .slick-next {
		width: 30px;
		height: 30px;
	}
	.slider_staff02 .slick-prev {
		left: 4%;
	}
	.slider_staff02 .slick-next {
		right: 4%;
	}
}
@media(max-width: 767px) {
	.slider_staff02 {
		padding: 0 0 12vw;
	}
	.slider_staff02 .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
	.slider_staff02 .slick-prev, .slider_staff02 .slick-next {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	.slider_staff02 .slick-prev {
		left: calc(-20 / 750 * 100vw);
	}
	.slider_staff02 .slick-next {
		right: calc(-20 / 750 * 100vw);
	}
	.slider_staff02 .slick-dots {
		bottom: -7vw;
	}
}
.box_staff06 .bg_col06 {
	width: 1000px;
	padding: 50px;
}
.box_staff06 .bg_col06 .box {
	width: calc(400/900*100%);
}
.box_staff06 .bg_col06 .box .txt_l {
	margin-top: -22px;
}
.box_staff06 .bg_col06 .img {
	width: calc(400/900*100%);
	position: relative;
}
.box_staff06 .bg_col06 .img .name {
	background: rgba(255, 255, 255, .99);
	width: calc(430/400*100%);
	position: absolute;
	top: 309px;
	left: calc(-50/400*100%);
	padding: 20px 30px;
}
.box_staff06 .bg_col06 .img .name .ttl {
	font-size: 111.111%;
	position: relative;
}
.box_staff06 .bg_col06 .img .name .ttl .line {
	display: block;
	width: calc(260/370*100%);
	height: 1px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 50%;
	right: 0;
}
.box_staff06 .bg_col06 .img .name .txt {
	font-size: 166.666%;
}
.box_staff06 .bg_col06 .img .name .txt span {
	font-size: 60%;
	margin-left: 20px;
}
.staff_name01 {
	position: relative;
	z-index: 1;
	text-shadow: 0px 0px 10px #fff, 0px 0px 15px #fff, 1px 1px 25px #fff, -1px 1px 25px #fff, 1px -1px 25px #fff, -1px -1px 25px #fff;
}
.staff_name01::before {
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.staff_name01 .staff_name_line {
	position: relative;
	z-index: 1;
	padding: 0 .5em 0 0;
	text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff;
}
.staff_name01 .staff_name_line::before {
	content: "";
	width: 100%;
	height: 3px;
	margin: auto;
	background: #fff;
	position: absolute;
	top: -.5px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
@media(min-width: 961px) and (max-width:1299px) {
	.box_staff06 .bg_col06 .img .name {
		top: 300px;
	}
	.box_staff06 .bg_col06 .img .name .ttl .line {
		width: calc(100% - 100px);
	}
	.box_staff06 .bg_col06 .img .name .txt {
		font-size: 166.666%;
	}
	.box_staff06 .bg_col06 .img .name .txt span {
		font-size: 60%;
		display: block;
		margin: -5px 0 10px 0;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_staff06 .bg_col06 {
		width: 100%;
		padding: 50px;
	}
	.box_staff06 .bg_col06 .box {
		width: calc(430/900*100%);
	}
	.box_staff06 .bg_col06 .box .txt_l {
		font-size: 88.888%;
	}
	.box_staff06 .bg_col06 .img {
		width: calc(430/900*100%);
		position: relative;
	}
	.box_staff06 .bg_col06 .img .name {
		position: static;
		width: 100%;
		margin-top: 30px;
	}
	.box_staff06 .bg_col06 .img .name .ttl .line {
		width: calc(100% - 100px);
	}
	.box_staff06 .bg_col06 .img .name .txt {
		font-size: 133.333%;
	}
	.box_staff06 .bg_col06 .img .name .txt span {
		font-size: 60%;
		display: block;
		margin: -5px 0 10px 0;
	}
}
@media(max-width: 767px) {
	.box_staff06 .bg_col06 {
		width: 100%;
		padding: calc(28/750*100vw);
	}
	.box_staff06 .bg_col06 .box {
		width: 100%;
	}
	.box_staff06 .bg_col06 .box .txt_l {
		margin-top: calc(-20/750*100vw);
	}
	.box_staff06 .bg_col06 .img {
		width: 100%;
		margin-bottom: calc(50/750*100vw);
		position: static;
	}
	.box_staff06 .bg_col06 .img .wrap {
		width: calc(400/750*100vw);
		margin: auto;
	}
	.box_staff06 .bg_col06 .img img {
		text-align: center;
	}
	.box_staff06 .bg_col06 .img .name {
		background: rgba(255, 255, 255, 0.9);
		width: 100%;
		position: static;
		margin-top: calc(30/750*100vw);
		padding: calc(20/750*100vw) calc(28/750*100vw);
	}
	.box_staff06 .bg_col06 .img .name .ttl {
		font-size: 100%;
		position: relative;
	}
	.box_staff06 .bg_col06 .img .name .ttl .line {
		display: block;
		width: calc(100% - (140/750*100vw));
		height: 1px;
		background: #000000;
		position: absolute;
		top: 50%;
		right: 0;
	}
	.box_staff06 .bg_col06 .img .name .txt {
		font-size: 125%;
	}
	.box_staff06 .bg_col06 .img .name .txt span {
		font-size: 60%;
		margin-left: calc(20/750*100vw);
	}
}
/* 診療時間・アクセス access
------------------------------------------------------------------*/
.box_access01 .flex {
	position: relative;
}
.box_access01 .flex:before {
	content: "";
	background: url(images/staff/deco_staff01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 281px;
	height: 281px;
	position: absolute;
	top: -70px;
	left: -180px;
	z-index: -1;
}
.box_access01 .col_l {
	width: 45%;
}
.box_access01 .col_r {
	width: 50%;
}
.box_access02 {
	position: relative;
	padding: 50px;
}
.box_access02:after {
	content: "";
	background: url(images/staff/deco_staff02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -80px;
	right: calc(-80/1920*100vw);
	z-index: -1;
}
.col_tel_access {
	width: 380px;
	position: relative;
}
.col_tel_access .box {
	width: 100%;
	background: #ffffff;
	border: solid 1px #000000;
	padding-top: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.col_tel_access .box p:nth-child(1) {
	font-size: 166.666%;
	line-height: 21px;
	letter-spacing: 0.1em;
	height: 25px;
	background: url(images/page/icn_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 19px;
	width: 226px;
	margin: 0 auto;
	white-space: nowrap;
}
.col_tel_access .box p:nth-child(2) {}
.col_tel_access .box p:nth-child(3) {}
.box_access02 .col_r {
	width: calc(100% - 430px);
}
.box_access02 .col_r .box {
	font-size: 88.888%;
	padding: 30px;
}
.box_access02 .col_r .txt_access01 {
	width: 146px;
}
.box_access02 .col_r .txt_access02 {
	width: calc(100% - 146px);
	padding-left: 40px;
	border-left: solid 1px #000000;
}
@media(min-width: 961px) and (max-width:1200px) {
	.col_tel_access {
		width: 40%;
		position: relative;
	}
	.col_tel_access .box {
		width: 100%;
		background: #ffffff;
		border: solid 1px #000000;
		padding-top: 13px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.col_tel_access .box p:nth-child(1) {
		font-size: 166.666%;
		line-height: 21px;
		letter-spacing: 0.1em;
		height: 25px;
		background: url(images/page/icn_tel.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto;
		padding-left: 19px;
		width: 226px;
		margin: 0 auto;
		white-space: nowrap;
	}
	.col_tel_access .box p:nth-child(2) {}
	.col_tel_access .box p:nth-child(3) {}
	.box_access02 .col_r {
		width: 55%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.col_tel_access {
		width: 380px;
		margin: 0 auto 30px;
		position: static;
	}
	.col_tel_access .box {
		width: 100%;
		background: #ffffff;
		border: solid 1px #000000;
		padding-top: 13px;
		position: static;
		transform: translateY(0);
	}
	.box_access02 .col_r {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.box_access01 .flex {
		position: relative;
	}
	.box_access01 .flex:before {
		content: "";
		background: url(images/staff/deco_staff01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(281/750*100vw);
		height: calc(281/750*100vw);
		position: absolute;
		top: calc(-70/750*100vw);
		left: calc(-180/750*100vw);
		z-index: -1;
	}
	.box_access01 .col_l {
		width: calc(450/750*100vw);
		margin: 0 auto calc(40/750*100vw);
	}
	.box_access01 .col_r {
		width: calc(646/702*100%);
		margin: auto;
	}
	.box_access02 {
		position: relative;
		padding: calc(28/750*100vw);
	}
	.box_access02:after {
		content: "";
		background: url(images/staff/deco_staff02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(150/750*100vw);
		height: calc(150/750*100vw);
		position: absolute;
		top: calc(-80/750*100vw);
		right: calc(-20/750*100vw);
		z-index: -1;
	}
	.col_tel_access {
		width: 100%;
		margin: 0 auto calc(30/750*100vw);
		position: relative;
	}
	.col_tel_access .box {
		width: 100%;
		background: #ffffff;
		border: solid 1px #000000;
		padding-top: calc(25/750*100vw);
		padding-bottom: calc(15/750*100vw);
		position: static;
		transform: translateY(0);
	}
	.col_tel_access .box p:nth-child(1) {
		font-size: 125%;
		line-height: calc(21/750*100vw);
		letter-spacing: 0.1em;
		height: calc(25/750*100vw);
		background: url(images/page/icn_tel.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: calc(10/750*100vw) calc(25/750*100vw);
		padding-left: calc(19/750*100vw);
		width: calc(300/750*100vw);
		margin: 0 auto calc(15/750*100vw);
		white-space: nowrap;
	}
	.col_tel_access .box p:nth-child(2) {
		line-height: 1.5em;
	}
	.col_tel_access .box p:nth-child(3) {
		line-height: 1.5em;
	}
	.box_access02 .col_r {
		width: 100%;
	}
	.box_access02 .col_r .box {
		font-size: 88.888%;
		padding: calc(28/750*100vw) calc(28/750*100vw) calc(28/750*100vw) calc(8/750*100vw);
	}
	.box_access02 .col_r .txt_access01 {
		width: 27%;
	}
	.box_access02 .col_r .txt_access02 {
		width: 73%;
		padding-left: calc(20/750*100vw);
		border-left: solid 1px #000000;
	}
}
.box_access03 {
	height: 130px;
	border-bottom: solid 1px #888888;
}
.icn_access01 {
	width: 60px;
	height: 60px;
	margin: 0 14px 0 20px;
	position: relative;
}
.icn_access01 .icn {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.txt_access03 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	width: 357px;
}
.txt_access04 {
	font-size: 111.111%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	width: calc(100% - 451px);
}
@media(min-width: 961px) and (max-width:1100px) {
	.txt_access03 {
		width: 307px;
	}
	.txt_access04 {
		width: calc(100% - 401px);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.icn_access01 {
		width: 40px;
	}
	.txt_access03 {
		font-size: 133.333%;
		width: 267px;
	}
	.txt_access04 {
		width: calc(100% - 341px);
	}
}
@media(max-width: 767px) {
	.box_access03 {
		height: auto;
		padding: calc(30/750*100vw) 0;
		border-bottom: solid 1px #888888;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.icn_access01 {
		width: calc(60/702*100%);
		height: calc(60/750*100vw);
		margin: 0 calc(14/702*100%) 0 calc(20/702*100%);
		position: relative;
	}
	.icn_access01 .icn {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}
	.icn_access01 .icn01 {
		width: calc(24/750*100vw);
	}
	.icn_access01 .icn02 {
		width: calc(26/750*100vw);
	}
	.icn_access01 .icn03 {
		width: calc(28/750*100vw);
	}
	.txt_access03 {
		font-size: 125%;
		letter-spacing: 0;
		width: calc(400/702*100%);
	}
	.txt_access04 {
		font-size: 100%;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		width: 100%;
		text-align: center;
	}
}
/* セカンドオピニオン second_opinion
------------------------------------------------------------------*/
.bg_second_opinion01 {
	background: url(images/second_opinion/bg_second_opinion01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_second_opinion01 .wrap {
	height: 500px;
	position: relative;
}
.box_second_opinion01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_second_opinion01 {
		height: calc(500/1500*100vw);
	}
	.bg_second_opinion01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_second_opinion01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_second_opinion01 {
		background: url(images/second_opinion/bg_second_opinion01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_second_opinion01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_second_opinion01 .wrap {
		height: auto;
		position: static;
	}
	.box_second_opinion01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_second_opinion01 {
		background: url(images/second_opinion/bg_second_opinion01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_second_opinion01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_second_opinion01 .wrap {
		height: auto;
		position: static;
	}
	.box_second_opinion01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.box_second_opinion02 {
	padding: 60px 0;
}
.ttl_second_opinion01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	margin: -16px 0 32px;
}
.ttl_second_opinion01 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
.col_img {
	width: 50%;
}
.col_second_opinion01 {
	width: 50%;
	padding: 40px 50px;
	position: relative;
}
.col_second_opinion01:after {
	content: "";
	background: url(images/second_opinion/deco_second_opinion01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: -19px;
	right: calc(-80/1920*100vw);
}
.col_second_opinion02 {
	width: 50%;
	padding: 40px 50px;
	position: relative;
}
.col_second_opinion02:after {
	content: "";
	background: url(images/second_opinion/deco_second_opinion02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 281px;
	height: 281px;
	position: absolute;
	bottom: -50px;
	left: calc(-150/1920*100vw);
}
.col_second_opinion01 p, .col_second_opinion02 p {
	line-height: 144.444%;
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.col_second_opinion01 p span, .col_second_opinion02 p span {
	position: absolute;
	left: 0;
	margin: 0;
}
@media(min-width: 768px) and (max-width:960px) {
	.col_img {
		width: 100%;
		text-align: center;
	}
	.col_second_opinion01 {
		width: 100%;
		padding: 40px 50px;
		position: relative;
	}
	.col_second_opinion02 {
		width: 100%;
		padding: 40px 50px;
		position: relative;
	}
}
@media(max-width: 767px) {
	.box_second_opinion02 {
		padding: calc(60/750*100vw) 0;
	}
	.ttl_second_opinion01 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.ttl_second_opinion01 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
	.col_img {
		width: 100%;
		text-align: center;
	}
	.col_second_opinion01 {
		width: 100%;
		padding: calc(28/750*100vw);
		position: relative;
	}
	.col_second_opinion01:after {
		content: "";
		background: url(images/second_opinion/deco_second_opinion01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(150/750*100vw);
		height: calc(150/750*100vw);
		position: absolute;
		bottom: calc(-19/750*100vw);
		right: calc(-20/750*100vw);
	}
	.col_second_opinion02 {
		width: 100%;
		padding: calc(28/750*100vw);
		position: relative;
	}
	.col_second_opinion02:after {
		content: "";
		background: url(images/second_opinion/deco_second_opinion02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(281/750*100vw);
		height: calc(281/750*100vw);
		position: absolute;
		bottom: calc(-50/750*100vw);
		left: calc(-150/750*100vw);
	}
	.col_second_opinion01 p, .col_second_opinion02 p {
		line-height: 144.444%;
		padding-left: calc(55/750*100vw);
		margin-bottom: calc(15/750*100vw);
		position: relative;
		z-index: 1;
	}
	.col_second_opinion01 p span, .col_second_opinion02 p span {
		position: absolute;
		left: 0;
		margin: 0;
	}
}
.box_second_opinion03 {
	margin-bottom: 20px;
}
.box_second_opinion03 .col {
	width: calc(291/1240*100%);
	margin-right: calc(25/1240*100%);
	margin-bottom: 40px;
}
.box_second_opinion03 .col:nth-child(4), .box_second_opinion03 .col:nth-child(7) {
	margin-right: 0;
}
.box_second_opinion03 .col .bg_col05 {
	font-size: 122.222%;
	padding: 2px 0 4px;
}
.box_second_opinion03 .col .bg_col07 {
	padding: 18px 30px 21px;
}
.bg_second_opinion02 {
	background: url(images/second_opinion/bg_gird.jpg);
	background-position: center;
	background-size: cover;
	padding: 56px 51px 46px;
	position: relative;
}
.bg_second_opinion02:before {
	content: "Merit";
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #dbd371;
	font-size: 144.444%;
	letter-spacing: 0.1em;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	position: absolute;
	top: 31px;
	right: calc(50% + 286px);
}
.bg_second_opinion02 .ttl_second_opinion01 {
	margin: -16px 0 27px;
}
.bg_second_opinion02 p.txt_l {
	line-height: 144.444%;
	padding-left: 40px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.bg_second_opinion02 p.txt_l span {
	position: absolute;
	left: 0;
	margin: 0;
}
@media(min-width: 768px) and (max-width:960px) {
	.box_second_opinion03 .col {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 40px;
	}
	.box_second_opinion03 .col:nth-child(4), .box_second_opinion03 .col:nth-child(7) {
		margin-right: 2%;
	}
	.box_second_opinion03 .col:nth-child(3n), .box_second_opinion03 .col:nth-child(7) {
		margin-right: 0;
	}
	.bg_second_opinion02:before {
		right: calc(50% + 230px);
	}
}
@media(max-width: 767px) {
	.box_second_opinion03 .col {
		width: 48%;
		margin-right: 4%;
		margin-bottom: calc(30/750*100vw);
	}
	.box_second_opinion03 .col:nth-child(4), .box_second_opinion03 .col:nth-child(7) {
		margin-right: 4%;
	}
	.box_second_opinion03 .col:nth-child(2n), .box_second_opinion03 .col:nth-child(7) {
		margin-right: 0;
	}
	.box_second_opinion03 .col .bg_col05 {
		font-size: 112.5%;
		padding: calc(2/750*100vw) 0 calc(4/750*100vw);
	}
	.box_second_opinion03 .col .bg_col07 {
		padding: calc(18/750*100vw) calc(28/750*100vw) calc(21/750*100vw);
	}
	.bg_second_opinion02 {
		background: url(images/second_opinion/bg_gird.jpg);
		background-position: center;
		background-size: cover;
		padding: calc(28/750*100vw);
		position: relative;
	}
	.bg_second_opinion02:before {
		font-size: 81.25%;
		top: calc(10/750*100vw);
		right: auto;
		left: calc(28/750*100vw)
	}
	.bg_second_opinion02 .ttl_second_opinion01 {
		margin: calc(-16/750*100vw) 0 calc(27/750*100vw);
	}
	.bg_second_opinion02 p.txt_l {
		padding-left: calc(40/750*100vw);
		margin-bottom: calc(10/750*100vw);
	}
	.bg_second_opinion02 p.txt_l span {
		width: calc(23/750*100vw);
		position: absolute;
		left: 0;
		margin: 0;
	}
}
.box_second_opinion04 {
	border: solid 1px #000000;
	padding: 37px 50px 39px;
}
.txt_second_opinion01 {
	font-size: 111.111%;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.box_second_opinion05 {
	padding: 36px 0 39px;
}
.txt_second_opinion02 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}
.btn_tel_second_opinion {
	display: block;
	width: 380px;
	height: 140px;
	margin: auto;
	background: #ffffff;
	border: solid 1px #000000;
	padding-top: 25px;
	margin-bottom: 18px;
}
.btn_tel_second_opinion p:nth-child(1) {
	font-size: 166.666%;
	line-height: 21px;
	letter-spacing: 0.1em;
	height: 25px;
	background: url(images/page/icn_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 19px;
	width: 226px;
	margin: 0 auto 20px;
	white-space: nowrap;
}
.btn_tel_second_opinion p:nth-child(2) {
	line-height: 1em;
	margin-bottom: 8px;
}
.btn_tel_second_opinion p:nth-child(3) {
	line-height: 1em;
}
@media(max-width: 767px) {
	.box_second_opinion04 {
		border: solid 1px #000000;
		padding: calc(28/750*100vw);
	}
	.txt_second_opinion01 {
		font-size: 111.111%;
		letter-spacing: 0.1em;
		margin-bottom: calc(8/750*100vw);
	}
	.box_second_opinion05 {
		padding: calc(28/750*100vw);
	}
	.box_second_opinion05 .txt_l.txt_center {
		text-align: left;
	}
	.btn_tel_second_opinion {
		width: 100%;
		height: auto;
		background: #ffffff;
		border: solid 1px #000000;
		padding-top: calc(25/750*100vw);
		padding-bottom: calc(15/750*100vw);
		position: static;
		transform: translateY(0);
	}
	.btn_tel_second_opinion p:nth-child(1) {
		font-size: 125%;
		line-height: calc(21/750*100vw);
		letter-spacing: 0.1em;
		height: calc(25/750*100vw);
		background: url(images/page/icn_tel.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: calc(10/750*100vw) calc(25/750*100vw);
		padding-left: calc(19/750*100vw);
		width: calc(300/750*100vw);
		margin: 0 auto calc(15/750*100vw);
		white-space: nowrap;
	}
	.btn_tel_second_opinion p:nth-child(2) {
		line-height: 1.5em;
	}
	.btn_tel_second_opinion p:nth-child(3) {
		line-height: 1.5em;
	}
}
/* 一般歯科 general
------------------------------------------------------------------*/
.bg_general01 {
	background: url(images/general/bg_general01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_general01 .wrap {
	height: 500px;
	position: relative;
}
.box_general01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_general01 {
		height: calc(500/1500*100vw);
	}
	.bg_general01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_general01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 961px) and (max-width:1260px) {
	.bg_general01 {
		background: url(images/general/bg_general01.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: calc(1200/1500*100vw) calc(500/1500*100vw);
		height: auto;
	}
	.bg_general01 .wrap {
		height: auto;
	}
	.box_general01 {
		position: static;
		transform: translateY(0);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_general01 {
		background: url(images/general/bg_general01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_general01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_general01 .wrap {
		height: auto;
		position: static;
	}
	.box_general01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_general01 {
		background: url(images/general/bg_general01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_general01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_general01 .wrap {
		height: auto;
		position: static;
	}
	.box_general01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.box_general02 {
	padding: 60px 0 60px;
}
.ttl_general01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
.ttl_general01 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
.box_general02 .row_default07_1240px .col .ttl {
	padding: 5px 10px 9px;
	background: #dbd371;
	color: #000000;
}
.box_general02 .row_default07_1240px .col .box {
	padding: 21px 30px 12px;
}
.bg_general02 {
	background: url(images/general/bg_general02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	padding: 75px 0 99px;
}
.ttl_general01 {
	font-size: 222.222%;
	letter-spacing: 0.1em;
}
.bg_general02 .txt_l {
	text-align: center;
	margin-bottom: 35px;
}
.bg_general02 .btn_default01 {
	max-width: 350px;
}
.bg_general02 .btn_default01.border01 a {
	border: 2px solid #ffffff;
	background: none;
	font-size: 100%;
	padding: 9px 3% 11px;
}
.bg_general02 .btn_default01.border01 a:hover {
	border: 2px solid #ffffff;
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_general02 {
		background: url(images/general/bg_general02.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 75px 0 99px;
	}
	.ttl_general01 {
		font-size: 200%;
	}
	.bg_general02 .txt_l {
		text-align: left;
		margin-bottom: 35px;
	}
}
@media(max-width: 767px) {
	.box_general02 {
		padding: calc(60/750*100vw) 0;
	}
	.ttl_general01 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.ttl_general01 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
	.box_general02 .row_default07_1240px .col .ttl {
		padding: 2vw 3vw;
	}
	.box_general02 .row_default07_1240px .col .box {
		padding: 5vw 5% 6vw;
	}
	.bg_general02 {
		background: url(images/general/bg_general02.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: calc(60/750*100vw) 0;
	}
	.ttl_general01 {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.bg_general02 .txt_l {
		width: calc(646/702*100%);
		text-align: left;
		margin: 0 auto calc(35/750*100vw);
	}
	.bg_general02 .btn_default01 {
		max-width: calc(560 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
}
/* 歯周病治療 perio
------------------------------------------------------------------*/
.bg_perio01 {
	background: url(images/perio/bg_perio01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_perio01 .wrap {
	height: 500px;
	position: relative;
}
.box_perio01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_perio01 {
		height: calc(500/1500*100vw);
	}
	.bg_perio01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_perio01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_perio01 {
		background: url(images/perio/bg_perio01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_perio01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_perio01 .wrap {
		height: auto;
		position: static;
	}
	.box_perio01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_perio01 {
		background: url(images/perio/bg_perio01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_perio01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_perio01 .wrap {
		height: auto;
		position: static;
	}
	.box_perio01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.box_perio02 {
	padding: 60px 0 67px;
}
.box_perio02 .txt_l {
	margin: -12px 0 42px;
}
.box_perio02 .img {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.box_perio02 {
		padding: calc(60/750*100vw) 0;
	}
	.box_perio02 .txt_l {
		margin: calc(-12/750*100vw) 0 calc(42/750*100vw);
	}
}
.col_perio01 {
	background: url(images/page/pattern05.jpg);
	width: 325px;
	padding: 35px 0 40px;
	margin-right: 60px;
}
.col_perio02 {
	background: url(images/page/pattern04.jpg);
	width: 325px;
	padding: 35px 0 40px;
}
.col_perio01 .min, .col_perio02 .min {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.box_perio03 {
	background: url(images/page/bdr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 41px;
}
.box_perio03 .img {
	width: calc(345/1240*100%);
}
.box_perio03 .col_txt {
	width: calc(855/1240*100%);
}
.box_perio03 .col_txt .min {
	font-size: 166.666%;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-left: 44px;
	position: relative;
	margin: 8px 0 30px;
}
.box_perio03 .col_txt .min:before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	background: #cbc24d;
	border-radius: 50%;
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	transform: translateY(-50%);
}
.box_perio04 {
	padding: 60px 0;
}
.txt_perio01 {
	margin: -12px 0 42px;
}
.col_perio03 {
	width: calc(347/1240*100%);
	padding: 13px 28px 20px;
	border: solid 1px #000000;
	position: relative;
}
.col_perio03:nth-child(1):after, .col_perio03:nth-child(2):after {
	content: "";
	display: block;
	background: url(images/perio/arw_perio.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 43px;
	position: absolute;
	right: calc(-50/347*100%);
	top: 50%;
	transform: translate(50%, -50%);
}
.col_perio03 .min {
	font-size: 144.444%;
	margin-bottom: 6px;
}
.ttl_perio01 {
	font-size: 166.666%;
	letter-spacing: 0.1em;
}
.ttl_perio01 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
.txt_perio02 {
	margin-bottom: 33px;
	text-align: center;
}
.col_perio04 {
	width: calc(380/1240*100%);
	padding: 13px 28px 20px;
	border: solid 1px #000000;
	position: relative;
}
.col_perio04 .min {
	font-size: 144.444%;
	margin-bottom: 6px;
}
@media(min-width: 768px) and (max-width:960px) {
	.col_perio01 {
		background: url(images/page/pattern05.jpg);
		width: 47%;
		padding: 35px 0 40px;
		margin-right: 6%;
	}
	.col_perio02 {
		background: url(images/page/pattern04.jpg);
		width: 47%;
		padding: 35px 0 40px;
	}
	.box_perio03 .col_txt .min {
		font-size: 133.333%;
	}
	.col_perio03 {
		padding: 13px 18px 20px;
	}
	.col_perio03:nth-child(1):after, .col_perio03:nth-child(2):after {
		content: "";
		display: block;
		background: url(images/perio/arw_perio.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: calc(60/960*100vw);
		height: calc(43/960*100vw);
		position: absolute;
		right: calc(-50/347*100%);
		top: 50%;
		transform: translate(50%, -50%);
	}
	.col_perio03 .min {
		font-size: 122.222%;
	}
	.col_perio04 {
		padding: 13px 18px 20px;
	}
	.col_perio04 .min {
		font-size: 122.222%;
	}
}
@media(max-width: 767px) {
	.col_perio01 {
		background: url(images/page/pattern05.jpg);
		width: 47%;
		padding: calc(35/750*100vw) 0 calc(40/750*100vw);
		margin-right: 6%;
	}
	.col_perio02 {
		background: url(images/page/pattern04.jpg);
		width: 47%;
		padding: calc(35/750*100vw) 0 calc(40/750*100vw);
	}
	.col_perio01 .min, .col_perio02 .min {
		font-size: 112.5%;
		letter-spacing: 0.1em;
		margin-bottom: calc(5/750*100vw);
	}
	.box_perio03 {
		background: url(images/page/bdr.jpg);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: calc(41/750*100vw);
	}
	.box_perio03 .img {
		width: calc(345/750*100vw);
		margin: 0 auto calc(40/750*100vw);
	}
	.box_perio03 .col_txt {
		width: calc(646/702*100%);
		margin: 0 auto;
	}
	.box_perio03 .col_txt .min {
		font-size: 112.5%;
		letter-spacing: 0.1em;
		line-height: 1em;
		padding-left: calc(40/750*100vw);
		position: relative;
		margin: 0 0 calc(30/750*100vw);
	}
	.box_perio03 .col_txt .min:before {
		content: "";
		display: block;
		width: calc(23/750*100vw);
		height: calc(23/750*100vw);
		background: #cbc24d;
		border-radius: 50%;
		position: absolute;
		top: calc(50% + (2/750*100vw));
		left: 0;
		transform: translateY(-50%);
	}
	.box_perio04 {
		padding: calc(60/750*100vw) 0;
	}
	.txt_perio01 {
		margin: calc(-12/750*100vw) 0 calc(42/750*100vw);
	}
	.col_perio03 {
		width: 100%;
		padding: calc(13/750*100vw) calc(28/750*100vw) calc(20/750*100vw);
		border: solid 1px #000000;
		position: relative;
		margin-bottom: calc(100/750*100vw);
	}
	.col_perio03:last-child {
		margin-bottom: 0;
	}
	.col_perio03:nth-child(1):after, .col_perio03:nth-child(2):after {
		content: "";
		display: block;
		background: url(images/perio/arw_perio.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: calc(60/750*100vw);
		height: calc(43/750*100vw);
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		bottom: calc(-50/750*100vw);
		transform: translate(0, 50%) rotate(90deg);
	}
	.col_perio03 .min {
		font-size: 112.5%;
		margin-bottom: calc(6/750*100vw);
	}
	.ttl_perio01 {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.ttl_perio01 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
	.txt_perio02 {
		text-align: left;
		width: calc(646/702*100%);
		margin: auto;
		margin-bottom: calc(30/750*100vw);
	}
	.col_perio04 {
		width: 47%;
		padding: calc(13/750*100vw) calc(28/750*100vw) calc(20/750*100vw);
		border: solid 1px #000000;
		position: relative;
		margin-bottom: calc(40/750*100vw);
	}
	.col_perio04:last-child {
		margin: 0 auto;
	}
	.col_perio04 .min {
		font-size: 112.5%;
		margin-bottom: calc(6/750*100vw);
	}
}
/* 精密根管治療 special_treatments
------------------------------------------------------------------*/
.bg_special_treatments01 {
	background: url(images/special_treatments/bg_special_treatments01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	height: auto;
}
.bg_special_treatments01 .wrap {
	height: auto;
}
.box_special_treatments01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_special_treatments01 {
		background: url(images/special_treatments/bg_special_treatments01.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: calc(1200/1500*100vw) calc(500/1500*100vw);
		height: auto;
	}
	.box_special_treatments01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_special_treatments01 {
		background: url(images/special_treatments/bg_special_treatments01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_special_treatments01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_special_treatments01 .wrap {
		height: auto;
		position: static;
	}
	.box_special_treatments01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_special_treatments01 {
		background: url(images/special_treatments/bg_special_treatments01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_special_treatments01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_special_treatments01 .wrap {
		height: auto;
		position: static;
	}
	.box_special_treatments01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.area_special_treatments01 .row_default07_1240px .col .ttl {
	padding: 5px 10px 9px;
	background: #dbd371;
	color: #ffffff;
}
.col_special_treatments01 {
	width: 48%;
}
.col_special_treatments01 .box {
	padding: 32px 50px 40px;
}
.col_special_treatments01 .box .min {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.col_special_treatments01:nth-child(1) .box {
	background: url(images/page/pattern05.jpg);
}
.col_special_treatments01:nth-child(2) .box {
	background: url(images/page/pattern04.jpg);
}
.box_special_treatments02 {
	padding: 60px 0;
}
.box_special_treatments02 .img {
	max-width: 1100px;
	margin: auto;
}
.box_special_treatments02 .row_default07_1240px .col {
	width: calc(380/1240*100%);
	margin-right: calc(49/1240*100%);
}
.box_special_treatments02 .row_default07_1240px .col:nth-child(3), .box_special_treatments02 .row_default07_1240px .col:last-child {
	margin-right: 0;
}
.box_special_treatments02 .row_default07_1240px .col .ttl {
	padding: 5px 10px 9px;
	background: #dbd371;
	color: #ffffff;
}
.box_special_treatments02 .row_default07_1240px .col .box {
	padding: 21px 30px 25px;
	background: #f8f6e4;
}
@media(min-width: 768px) and (max-width:960px) {
	.box_special_treatments02 .row_default07_1240px .col {
		width: 47%;
		margin-right: 6%;
	}
	.box_special_treatments02 .row_default07_1240px .col:nth-child(3) {
		margin-right: 6%;
	}
	.box_special_treatments02 .row_default07_1240px .col:nth-child(2n), .box_special_treatments02 .row_default07_1240px .col:last-child {
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.area_special_treatments01 .row_default07_1240px .col .ttl {
		padding: 2vw 3vw;
	}
	.col_special_treatments01 {
		width: 100%;
		margin-bottom: calc(30/750*100vw);
	}
	.col_special_treatments01 .img {
		width: calc(470/750*100vw);
		margin: 0 auto calc(30/750*100vw);
	}
	.col_special_treatments01 .box {
		padding: 5vw 5% 6vw;
	}
	.col_special_treatments01:nth-child(2) {
		margin-bottom: 0;
	}
	.col_special_treatments01 .box .min {
		font-size: 112.5%;
		letter-spacing: 0.1em;
		margin-bottom: calc(14/750*100vw);
	}
	.box_special_treatments02 {
		padding: calc(60/750*100vw) 0;
	}
	.box_special_treatments02 .row_default07_1240px .col {
		width: 100%;
		margin-right: 0;
	}
	.box_special_treatments02 .row_default07_1240px .col:nth-child(3), .box_special_treatments02 .row_default07_1240px .col:last-child {
		margin-right: 0;
	}
	.box_special_treatments02 .row_default07_1240px .col .ttl {
		padding: 2vw 3vw;
		background: #dbd371;
		color: #ffffff;
	}
	.box_special_treatments02 .row_default07_1240px .col .box {
		padding: 5vw 5% 6vw;
		background: #f8f6e4;
	}
}
.ttl_special_treatments01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
}
.td_ex {
	border-left: solid 1px #000000;
	vertical-align: top;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.ttl_special_treatments01 {
		font-size: 112.5%;
		letter-spacing: 0.1em;
	}
	.td_ex {
		border-left: solid 1px #000000;
		vertical-align: top;
	}
}
/* 予防処置 prevention
------------------------------------------------------------------*/
.bg_prevention01 {
	background: url(images/prevention/bg_prevention01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_prevention01 .wrap {
	height: 500px;
	position: relative;
}
.box_prevention01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_prevention01 {
		height: calc(500/1500*100vw);
	}
	.bg_prevention01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_prevention01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 961px) and (max-width:1350px) {
	.bg_prevention01 {
		background: url(images/prevention/bg_prevention01.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: calc(1200/1500*100vw) calc(500/1500*100vw);
		height: auto;
	}
	.bg_prevention01 .wrap {
		height: auto;
	}
	.box_prevention01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_prevention01 {
		background: url(images/prevention/bg_prevention01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_prevention01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_prevention01 .wrap {
		height: auto;
		position: static;
	}
	.box_prevention01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_prevention01 {
		background: url(images/prevention/bg_prevention01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_prevention01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_prevention01 .wrap {
		height: auto;
		position: static;
	}
	.box_prevention01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.box_prevention02 {
	padding: 60px 0;
}
.box_prevention02 .row_default07_1240px .col {
	width: calc(380/1240*100%);
	margin-right: calc(49/1240*100%);
}
.box_prevention02 .row_default07_1240px .col:nth-child(3) {
	margin-right: 0;
}
.box_prevention02 .row_default07_1240px .col .ttl {
	padding: 5px 10px 9px;
	background: #dbd371;
	color: #ffffff;
}
.box_prevention02 .row_default07_1240px .col .box {
	padding: 21px 30px 25px;
	background: #f8f6e4;
}
@media(min-width: 768px) and (max-width:960px) {
	.box_prevention02 .row_default07_1240px .col {
		width: 47%;
		margin-right: 6%;
	}
	.box_prevention02 .row_default07_1240px .col:nth-child(3) {
		margin-right: 6%;
	}
	.box_prevention02 .row_default07_1240px .col:nth-child(2n), .box_prevention02 .row_default07_1240px .col:last-child {
		margin-right: 0;
	}
}
@media(max-width: 767px) {
	.box_prevention02 {
		padding: calc(60/750*100vw) 0;
	}
	.box_prevention02 .row_default07_1240px .col {
		width: 100%;
		margin-right: 0;
	}
	.box_prevention02 .row_default07_1240px .col:nth-child(3), .box_prevention02 .row_default07_1240px .col:last-child {
		margin-right: 0;
	}
	.box_prevention02 .row_default07_1240px .col .ttl {
		padding: 2vw 3vw;
		background: #dbd371;
		color: #ffffff;
	}
	.box_prevention02 .row_default07_1240px .col .box {
		padding: 5vw 5% 6vw;
		background: #f8f6e4;
	}
}
.box_prevention03 .col {
	width: calc(380/1240*100%);
	margin-right: calc(50/1240*100%);
}
.box_prevention03 .col:nth-child(3), .box_prevention03 .col:last-child {
	margin-right: 0;
}
.box_prevention04 {
	padding: 60px 50px;
}
.ttl_prevention01 {
	font-size: 166.666%;
	letter-spacing: 0.1em;
}
.ttl_prevention01 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
.txt_prevention01 {
	text-align: center;
	margin-bottom: 33px;
}
.flex_prevention01 {
	max-width: 810px;
	margin: auto;
}
.flex_prevention01 .col_tel {
	max-width: 380px;
	width: calc(380/810*100%);
}
.flex_prevention01 .col_tel .box {
	width: 100%;
	background: #ffffff;
	border: solid 1px #000000;
	padding: 25px 0;
	display: block;
}
.flex_prevention01 .col_tel .box p:nth-child(1) {
	font-size: 166.666%;
	line-height: 21px;
	letter-spacing: 0.1em;
	height: 25px;
	background: url(images/page/icn_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 19px;
	width: 226px;
	margin: 0 auto 19px;
	white-space: nowrap;
}
.flex_prevention01 .col_tel .box p:nth-child(2) {
	line-height: 1em;
	margin-bottom: 8px;
}
.flex_prevention01 .col_tel .box p:nth-child(3) {
	line-height: 1em;
}
.flex_prevention01 .col_web {
	max-width: 380px;
	width: calc(380/810*100%);
}
.flex_prevention01 .col_web .box {
	width: 100%;
	background: #000000;
	color: #ffffff;
	padding: 36px 0 38px;
	display: block;
}
.flex_prevention01 .col_web .box p:nth-child(1) {
	line-height: 1em;
	margin-bottom: 23px;
}
.flex_prevention01 .col_web .box p:nth-child(2) {
	font-size: 166.666%;
	line-height: 21px;
	letter-spacing: 0.1em;
	height: 25px;
	background: url(images/page/icn_web.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	padding-left: 50px;
	width: 188px;
	margin: 0 auto;
	white-space: nowrap;
}
@media(min-width: 768px) and (max-width:960px) {
	.box_prevention03 .col {
		width: 49%;
		max-width: 49%;
		margin-right: 2%;
	}
	.box_prevention03 .col img {
		width: 100%;
	}
	.box_prevention03 .col:nth-child(3) {
		margin-right: 2%;
	}
	.box_prevention03 .col:nth-child(2n), .box_prevention03 .col:last-child {
		margin-right: 0;
	}
	.flex_prevention01 .col_tel {
		width: 380px;
		margin: 0 auto 30px;
		position: static;
	}
	.flex_prevention01 .col_tel .box {
		width: 100%;
		background: #ffffff;
		border: solid 1px #000000;
	}
	.flex_prevention01 .col_web {
		width: 380px;
		margin: 0 auto;
	}
}
@media(max-width: 767px) {
	.box_prevention03 .col {
		width: 100%;
		margin-right: 0;
	}
	.box_prevention03 .col:nth-child(3), .box_prevention03 .col:last-child {
		margin-right: 0;
	}
	.box_prevention04 {
		padding: calc(60/750*100vw) calc(28/750*100vw);
	}
	.ttl_prevention01 {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.ttl_prevention01 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
	.txt_prevention01 {
		text-align: left;
		width: calc(646/702*100%);
		margin: auto;
		margin-bottom: calc(30/750*100vw);
	}
	.flex_prevention01 .col_tel {
		max-width: 100%;
		width: 100%;
		margin: 0 auto calc(30/750*100vw);
		position: relative;
	}
	.flex_prevention01 .col_tel .box {
		width: 100%;
		background: #ffffff;
		border: solid 1px #000000;
		padding-top: calc(25/750*100vw);
		padding-bottom: calc(15/750*100vw);
	}
	.flex_prevention01 .col_tel .box p:nth-child(1) {
		font-size: 125%;
		line-height: calc(21/750*100vw);
		letter-spacing: 0.1em;
		height: calc(25/750*100vw);
		background: url(images/page/icn_tel.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: calc(10/750*100vw) calc(25/750*100vw);
		padding-left: calc(19/750*100vw);
		width: calc(300/750*100vw);
		margin: 0 auto calc(15/750*100vw);
		white-space: nowrap;
	}
	.flex_prevention01 .col_tel .box p:nth-child(2) {
		line-height: 1.5em;
	}
	.flex_prevention01 .col_tel .box p:nth-child(3) {
		line-height: 1.5em;
	}
	.flex_prevention01 .col_web {
		max-width: 100%;
		width: 100%;
	}
	.flex_prevention01 .col_web .box {
		width: 100%;
		background: #000000;
		color: #ffffff;
		padding: calc(35/750*100vw) 0 calc(38/750*100vw);
		display: block;
	}
	.flex_prevention01 .col_web .box p:nth-child(1) {
		line-height: 1em;
		margin-bottom: calc(23/750*100vw);
	}
	.flex_prevention01 .col_web .box p:nth-child(2) {
		font-size: 125%;
		line-height: calc(21/750*100vw);
		letter-spacing: 0.1em;
		height: calc(25/750*100vw);
		background: url(images/page/icn_web.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: calc(36/750*100vw) calc(24/750*100vw);
		padding-left: calc(50/750*100vw);
		width: calc(240/750*100vw);
		margin: 0 auto;
		white-space: nowrap;
	}
}
.img_prevention11 {
	max-width: 1100px;
	margin: auto;
}
.box_prevention05 {
	padding: 60px 0;
}
.txt_prevention02 {
	text-align: center;
	margin: -12px 0 40px;
}
.box_prevention05 .col {
	width: calc(225/1240*100%);
	position: relative;
	margin-right: calc(28.5/1240*100%);
}
.box_prevention05 .col:nth-child(5) {
	margin-right: 0;
}
.box_prevention05 .col .number {
	width: 49px;
	height: 48px;
	background: #F6F6F6;
	font-size: 222.222%;
	letter-spacing: 0.1em;
	line-height: 1em;
	position: absolute;
	top: 1px;
	left: 24px;
}
.box_prevention05 .col .txt_center {
	position: absolute;
	top: calc(78/225*100%);
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 122.222%;
	letter-spacing: 0.1em;
	line-height: calc(34/22*100%);
	margin-right: 10px;
}
@media(min-width: 961px) and (max-width:1400px) {
	.box_prevention05 .col .number {
		width: calc(49/1400*100vw);
		height: calc(48/1400*100vw);
		background: #F6F6F6;
		font-size: calc(40/1400*100vw);
		letter-spacing: 0.1em;
		line-height: 1em;
		position: absolute;
		top: calc(1/1400*100vw);
		left: calc(24/1400*100vw);
	}
	.box_prevention05 .col .txt_center {
		position: absolute;
		top: calc(78/225*100%);
		left: 0;
		right: 0;
		transform: translateY(-50%);
		font-size: calc(22/1400*100vw);
		letter-spacing: 0.1em;
		line-height: calc(34/22*100%);
		margin-right: calc(10/1400*100vw);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_prevention05 .col {
		width: 32%;
		position: relative;
		margin-right: 2%;
	}
	.box_prevention05 .col img {
		width: 100%;
	}
	.box_prevention05 .col:nth-child(3), .box_prevention05 .col:nth-child(5) {
		margin-right: 0;
	}
	.box_prevention05 .col:nth-child(4), .box_prevention05 .col:nth-child(5) {
		margin-top: 30px;
	}
	.box_prevention05 .col .number {
		width: 49px;
		height: 48px;
		background: #F6F6F6;
		font-size: 222.222%;
		letter-spacing: 0.1em;
		line-height: 1em;
		position: absolute;
		top: 1px;
		left: 24px;
	}
	.box_prevention05 .col .txt_center {
		position: absolute;
		top: calc(78/225*100%);
		left: 0;
		right: 0;
		transform: translateY(-50%);
		font-size: 122.222%;
		letter-spacing: 0.1em;
		line-height: calc(34/22*100%);
		margin-right: calc(10/225*100%);
	}
}
@media(max-width: 767px) {
	.box_prevention05 {
		padding: calc(60/750*100vw) 0;
	}
	.txt_prevention02 {
		text-align: left;
		width: calc(646/702*100%);
		margin: calc(-12/750*100vw) auto calc(40/750*100vw);
	}
	.box_prevention05 .col {
		width: 49%;
		position: relative;
		margin-right: 2%;
	}
	.box_prevention05 .col img {
		width: 100%;
	}
	.box_prevention05 .col:nth-child(2), .box_prevention05 .col:nth-child(4), .box_prevention05 .col:nth-child(5) {
		margin-right: 0;
	}
	.box_prevention05 .col:nth-child(3), .box_prevention05 .col:nth-child(4), .box_prevention05 .col:nth-child(5) {
		margin-top: calc(30/750*100vw);
	}
	.box_prevention05 .col .number {
		width: calc(60/750*100vw);
		height: calc(60/750*100vw);
		background: #F6F6F6;
		font-size: 137.5%;
		letter-spacing: 0.1em;
		line-height: 1em;
		position: absolute;
		top: calc(1/750*100vw);
		left: calc(40/750*100vw);
	}
	.box_prevention05 .col .txt_center {
		position: absolute;
		top: calc(78/225*100%);
		left: 0;
		right: 0;
		transform: translateY(-50%);
		font-size: 112.5%;
		letter-spacing: 0.1em;
		line-height: calc(34/22*100%);
		margin-right: calc(10/750*100vw);
	}
}
/* 審美治療 cosmetic
------------------------------------------------------------------*/
.bg_cosmetic01 {
	background: url(images/cosmetic/bg_cosmetic01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_cosmetic01 .wrap {
	height: 500px;
	position: relative;
}
.box_cosmetic01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_cosmetic01 {
		height: calc(500/1500*100vw);
	}
	.bg_cosmetic01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_cosmetic01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: contain;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 961px) and (max-width:1140px) {
	.bg_cosmetic01 {
		background: url(images/cosmetic/bg_cosmetic01.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: calc(1200/1500*100vw) calc(500/1500*100vw);
		height: auto;
	}
	.bg_cosmetic01 .wrap {
		height: auto;
	}
	.box_cosmetic01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_cosmetic01 {
		background: url(images/cosmetic/bg_cosmetic01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_cosmetic01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_cosmetic01 .wrap {
		height: auto;
		position: static;
	}
	.box_cosmetic01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_cosmetic01 {
		background: url(images/cosmetic/bg_cosmetic01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_cosmetic01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_cosmetic01 .wrap {
		height: auto;
		position: static;
	}
	.box_cosmetic01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.area_cosmetic01 {}
.col_cosmetic01 {
	width: 48%;
}
.col_cosmetic01 .box {
	padding: 32px 50px 40px;
}
.col_cosmetic01 .box .min {
	font-size: 144.444%;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.col_cosmetic01 {
		width: 100%;
		margin-bottom: calc(30/750*100vw);
	}
	.col_cosmetic01 .img {
		width: calc(470/750*100vw);
		margin: 0 auto calc(30/750*100vw);
	}
	.col_cosmetic01 .box {
		padding: 5vw 5% 6vw;
	}
	.col_cosmetic01:nth-child(2) {
		margin-bottom: 0;
	}
	.col_cosmetic01 .box .min {
		font-size: 112.5%;
		letter-spacing: 0.1em;
		margin-bottom: calc(14/750*100vw);
	}
}
.ttl_cosmetic01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.ttl_cosmetic01 {
		font-size: 112.5%;
		letter-spacing: 0.1em;
	}
}
/* コンテンツ名 mouthpiece
------------------------------------------------------------------*/
.bg_mouthpiece01 {
	background: url(images/mouthpiece/bg_mouthpiece01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_mouthpiece01 .wrap {
	height: 500px;
	position: relative;
}
.box_mouthpiece01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_mouthpiece01 {
		height: calc(500/1500*100vw);
	}
	.bg_mouthpiece01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_mouthpiece01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: contain;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_mouthpiece01 {
		background: url(images/mouthpiece/bg_mouthpiece01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_mouthpiece01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_mouthpiece01 .wrap {
		height: auto;
		position: static;
	}
	.box_mouthpiece01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_mouthpiece01 {
		background: url(images/mouthpiece/bg_mouthpiece01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_mouthpiece01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_mouthpiece01 .wrap {
		height: auto;
		position: static;
	}
	.box_mouthpiece01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.ttl_mouthpiece01 {
	font-size: 166.666%;
	letter-spacing: 0.1em;
}
.ttl_mouthpiece01 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
.img_mouthpiece01 {
	max-width: 1100px;
	margin: 0 auto 48px;
}
.box_mouthpiece02 {
	padding: 50px;
}
.bnr_mouthpiece01 {
	margin-top: 32px;
	padding: 30px;
	background: #cbc24d;
	position: relative;
}
.bnr_mouthpiece01:before {
	content: "";
	background: url(images/mouthpiece/seal_mouthpiece01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 110px;
	height: 110px;
	display: block;
	position: absolute;
	top: -31px;
	right: -23px;
}
.bnr_mouthpiece01 .box {
	border: dashed 1px #ffffff;
	padding: 30px 30px 7px;
}
.txt_ribbon {
	background: url(images/mouthpiece/img_ribbon.png);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 789px;
	height: 60px;
	font-size: 133.333%;
	letter-spacing: 0.1em;
	line-height: 60px;
	text-align: center;
	margin: 0 auto 29px;
}
.txt_bnr_mouthpiece01 {
	font-size: 555.555%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.txt_bnr_mouthpiece01 span {
	font-size: 30%;
}
@media(min-width: 961px) and (max-width:1030px) {
	.txt_ribbon {
		background: url(images/mouthpiece/img_ribbon.png);
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 789px;
		height: calc(60/1030*100vw);
		font-size: calc(24/1030*100vw);
		letter-spacing: 0.1em;
		line-height: calc(60/1030*100vw);
		text-align: center;
		margin: 0 auto 29px;
	}
	.txt_bnr_mouthpiece01 {
		font-size: calc(100/1030*100vw);
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.txt_ribbon {
		background: url(images/mouthpiece/img_ribbon.png);
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 789px;
		height: calc(60/1030*100vw);
		font-size: calc(24/1030*100vw);
		letter-spacing: 0.1em;
		line-height: calc(60/1030*100vw);
		text-align: center;
		margin: 0 auto 29px;
	}
	.txt_bnr_mouthpiece01 {
		font-size: calc(100/1030*100vw);
	}
}
@media(max-width: 767px) {
	.ttl_mouthpiece01 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.ttl_mouthpiece01 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
	.img_mouthpiece01 {
		max-width: 1100px;
		margin: 0 auto calc(48/750*100vw);
	}
	.box_mouthpiece02 {
		padding: calc(28/750*100vw);
	}
	.bnr_mouthpiece01 {
		margin-top: calc(32/750*100vw);
		padding: calc(28/750*100vw);
		background: #cbc24d;
		position: relative;
	}
	.bnr_mouthpiece01:before {
		content: "";
		background: url(images/mouthpiece/seal_mouthpiece01.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: calc(110/750*100vw);
		height: calc(110/750*100vw);
		display: block;
		position: absolute;
		top: calc(-30/750*100vw);
		right: calc(-20/750*100vw);
	}
	.bnr_mouthpiece01 .box {
		border: dashed 1px #ffffff;
		padding: calc(30/750*100vw) calc(30/750*100vw) calc(7/750*100vw);
	}
	.txt_ribbon {
		background: url(images/mouthpiece/img_ribbon.png);
		background-repeat: no-repeat;
		background-size: contain;
		max-width: 789px;
		height: calc(60/750*100vw);
		font-size: 62.5%;
		letter-spacing: 0.1em;
		line-height: calc(40/750*100vw);
		text-align: center;
		margin: 0 auto calc(10/750*100vw);
	}
	.txt_bnr_mouthpiece01 {
		font-size: 250%;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.txt_bnr_mouthpiece01 span {
		font-size: 40%;
	}
}
.txt_mouthpiece01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
}
@media(max-width: 767px) {
	.txt_mouthpiece01 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
}
.ttl_flow {
	background: #cbc24d;
	font-size: 111.111%;
	padding: 9px 50px 11px 100px;
	position: relative;
}
.ttl_flow span {
	background: #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 26px;
	padding-left: 3px;
	position: absolute;
	left: 50px;
	top: 15px;
}
.box_flow {
	padding: 40px 50px;
}
.txt_indent {
	text-indent: -1em;
	padding-left: 1em;
}
@media(max-width: 767px) {
	.ttl_flow {
		background: #cbc24d;
		font-size: 112.5%;
		padding: calc(9/750*100vw) calc(50/750*100vw) calc(11/750*100vw) calc(120/750*100vw);
		position: relative;
	}
	.ttl_flow span {
		background: #ffffff;
		border-radius: 50%;
		width: calc(60/750*100vw);
		height: calc(60/750*100vw);
		display: block;
		text-align: center;
		line-height: calc(56/750*100vw);
		padding-left: 0;
		position: absolute;
		left: calc(28/750*100vw);
		top: calc(15/750*100vw);
	}
	.box_flow {
		padding: calc(28/750*100vw);
	}
}
/* インプラント implant
------------------------------------------------------------------*/
.bg_implant01 {
	background: url(images/implant/bg_implant01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_implant01 .wrap {
	height: 500px;
	position: relative;
}
.box_implant01 {
	width: 680px;
	margin-left: auto;
	background: url(images/page/bg_box.png);
	background-position: left center;
	background-size: cover;
	padding: 58px 70px 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_implant01 {
		height: calc(500/1500*100vw);
	}
	.bg_implant01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_implant01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: contain;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 88.888%;
	}
}
@media(min-width: 961px) and (max-width:1145px) {
	.bg_implant01 {
		background: url(images/implant/bg_implant01.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: calc(1200/1500*100vw) calc(500/1500*100vw);
		height: auto;
	}
	.bg_implant01 .wrap {
		height: auto;
	}
	.box_implant01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: contain;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_implant01 {
		background: url(images/implant/bg_implant01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_implant01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_implant01 .wrap {
		height: auto;
		position: static;
	}
	.box_implant01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: 58px 70px 60px;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
@media(max-width: 767px) {
	.bg_implant01 {
		background: url(images/implant/bg_implant01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_implant01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_implant01 .wrap {
		height: auto;
		position: static;
	}
	.box_implant01 {
		width: 100%;
		margin-left: auto;
		background: url(images/page/bg_box.png);
		background-position: left center;
		background-size: cover;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
	}
}
.box_implant02 {
	padding: 60px 0;
}
.box_implant02 .box {
	position: relative;
}
.img_implant03 {
	width: 50%;
	margin-right: auto;
}
.img_implant04 {
	width: calc(568/1240*100%);
	position: absolute;
	right: 0;
	bottom: 0;
}
.ttl_implant01 {
	font-size: 166.666%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.ttl_implant01 span {
	display: inline-block;
	line-height: 1em;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.box_implant02 {
		padding: calc(60/750*100vw) 0;
	}
	.box_implant02 .box {
		position: relative;
	}
	.img_implant03 {
		width: calc(620/702*100%);
		margin-right: auto;
		margin-left: auto;
	}
	.img_implant04 {
		width: calc(568/702*100%);
		position: static;
		margin-top: calc(60/750*100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.ttl_implant01 {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.ttl_v01 span {
		display: inline-block;
		line-height: 1em;
		border-bottom: solid 1px #000000;
		padding-bottom: calc(5/750*100vw);
	}
}
.bg_implant_slide {
	padding: 85px 0 60px;
}
.slide_sample06 .slide_main {
	max-width: 1240px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.slide_sample06 .slick-prev {
	background: url(images/implant/arw_slide.jpg)no-repeat center / cover;
	width: 50px;
	height: 50px;
	transform: translate(0);
	top: 210px;
	bottom: auto;
	margin: auto;
	left: -25px;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/implant/arw_slide.jpg)no-repeat center / cover;
	width: 50px;
	height: 50px;
	right: -25px;
	transform: translate(0) scaleX(-1);
	top: 210px;
	bottom: auto;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 55px;
	opacity: 1;
	transition: .3s;
	height: 134px;
	border: solid 1px #000000;
	position: relative;
}
.slide_sample06 .slide_thumbnail li:nth-child(6), .slide_sample06 .slide_thumbnail li:nth-child(7) {
	margin-bottom: 0;
}
.slide_sample06 .slide_thumbnail li .min {
	width: 50px;
	height: 50px;
	background: #cbc24d;
	border: solid 1px #000000;
	border-radius: 50%;
	font-size: 166.666%;
	line-height: 42px;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffffff;
	text-align: center;
	padding-left: 1px;
}
.slide_sample06 .slide_thumbnail li .txt_l {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 961px) and (max-width:1380px) {
	.slide_sample06 .slick-prev {
		top: calc(210/1380*100vw);
	}
	.slide_sample06 .slick-next {
		top: calc(210/1380*100vw);
	}
	.slide_sample06 .slide_thumbnail li .txt_l {
		font-size: 88.888%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_sample06 .slide_main {
		max-width: 600px;
	}
	.slide_sample06 .slick-prev {
		width: 30px;
		height: 30px;
		left: -15px;
		top: 100px;
	}
	.slide_sample06 .slick-next {
		width: 30px;
		height: 30px;
		right: -15px;
		top: 100px;
	}
	.slide_sample06 .slide_thumbnail li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 55px;
		opacity: 1;
		transition: .3s;
		height: 134px;
		border: solid 1px #000000;
		position: relative;
	}
	.slide_sample06 .slide_thumbnail li:nth-child(5), .slide_sample06 .slide_thumbnail li:nth-child(6), .slide_sample06 .slide_thumbnail li:nth-child(7) {
		margin-bottom: 0;
	}
	.slide_sample06 .slide_thumbnail li:nth-child(5n) {
		margin-right: 2%;
	}
	.slide_sample06 .slide_thumbnail li:nth-child(4n), .slide_sample06 .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_sample06 .slide_thumbnail li .txt_l {
		font-size: 88.888%;
	}
}
@media(max-width: 767px) {
	.bg_implant_slide {
		padding: calc(85 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(30/ 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: calc(-15/ 750 * 100vw);
		top: calc(120/ 750 * 100vw);
	}
	.slide_sample06 .slick-next {
		right: calc(-15/ 750 * 100vw);
		top: calc(120/ 750 * 100vw);
	}
	.slide_sample06 .slide_thumbnail li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: calc(45/750*100vw);
		opacity: 1;
		transition: .3s;
		height: calc(150/750*100vw);
		border: solid 1px #000000;
		position: relative;
	}
	.slide_sample06 .slide_thumbnail li:nth-child(7) {
		margin-bottom: 0;
	}
	.slide_sample06 .slide_thumbnail li:nth-child(5n) {
		margin-right: 2%;
	}
	.slide_sample06 .slide_thumbnail li:nth-child(2n), .slide_sample06 .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_sample06 .slide_thumbnail li .min {
		width: calc(50/750*100vw);
		height: calc(50/750*100vw);
		background: #cbc24d;
		border: solid 1px #000000;
		border-radius: 50%;
		font-size: 100%;
		line-height: calc(42/750*100vw);
		position: absolute;
		top: calc(-25/750*100vw);
		left: 0;
		right: 0;
		margin: auto;
		color: #ffffff;
		text-align: center;
		padding-left: calc(1/750*100vw);
	}
	.slide_sample06 .slide_thumbnail li .txt_l {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		line-height: 1.6em;
	}
}
/* 採用情報 recruit
------------------------------------------------------------------*/
.ttl_recruit01 {
	font-size: 111.111%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 33px;
}
.bg_recruit01 {
	background: url(images/recruit/bg_recruit01.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 91px;
}
.bg_recruit01 .box {
	padding: 68px 0 10px;
	position: relative;
}
.bg_recruit01 .box:before {
	content: "";
	display: block;
	background: url(images/page/deco_row_default02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 281px;
	height: 281px;
	position: absolute;
	top: -100px;
	left: -80px;
}
.bg_recruit01 .box:after {
	content: "";
	display: block;
	background: url(images/page/deco_row_default01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	bottom: 30px;
	right: 0;
}
.ttl_recruit02 {
	font-size: 222.222%;
	letter-spacing: 0.1em;
	margin-bottom: 11px;
}
.box_check_recruit {
	width: 538px;
	margin: auto;
}
.box_check_recruit p {
	background: url(images/recruit/icn_cehck.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 26px 26px;
	padding-left: 55px;
	font-size: 133.333%;
	margin-bottom: 22px;
}
.ttl_recruit03 {
	height: 80px;
	font-size: 166.666%;
	line-height: 80px;
}
@media(min-width: 961px) and (max-width:1060px) {
	.ttl_recruit02 {
		font-size: 166.666%;
		letter-spacing: 0.1em;
		margin-bottom: 11px;
	}
	.ttl_recruit03 {
		height: 80px;
		font-size: 133.333%;
		line-height: 80px;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.ttl_recruit01 {
		font-size: 111.111%;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		margin-bottom: 33px;
	}
	.bg_recruit01 {
		background: url(images/recruit/bg_recruit01.jpg);
		background-repeat: no-repeat;
		background-size: auto;
		padding-bottom: 91px;
	}
	.bg_recruit01 .box {
		padding: 68px 0 10px;
		position: relative;
	}
	.bg_recruit01 .box:before {
		content: "";
		display: block;
		background: url(images/page/deco_row_default02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 281px;
		height: 281px;
		position: absolute;
		top: -100px;
		left: -80px;
	}
	.bg_recruit01 .box:after {
		content: "";
		display: block;
		background: url(images/page/deco_row_default01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 150px;
		height: 150px;
		position: absolute;
		bottom: 30px;
		right: 0;
	}
	.ttl_recruit02 {
		font-size: 150%;
		letter-spacing: 0.1em;
		margin-bottom: 11px;
	}
	.box_check_recruit {
		width: 538px;
		margin: auto;
		position: relative;
		z-index: 1;
	}
	.box_check_recruit p {
		background: url(images/recruit/icn_cehck.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 26px 26px;
		padding-left: 55px;
		font-size: 133.333%;
		margin-bottom: 15px;
	}
	.ttl_recruit03 {
		height: auto;
		font-size: 133.333%;
		line-height: 1.6em;
		padding: 10px 0;
	}
}
@media(max-width: 767px) {
	.ttl_recruit01 {
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(33/750*100vw);
	}
	.bg_recruit01 {
		background: url(images/recruit/bg_recruit01.jpg);
		background-repeat: no-repeat;
		background-size: calc(1920/750*150vw) calc(550/750*150vw);
		background-position: center bottom;
		padding-bottom: calc(80/750*100vw);
	}
	.bg_recruit01 .box {
		padding: calc(60/750*100vw) 0 calc(20/750*100vw);
		position: relative;
	}
	.bg_recruit01 .box:before {
		content: "";
		display: block;
		background: url(images/page/deco_row_default02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(281/750*100vw);
		height: calc(281/750*100vw);
		position: absolute;
		top: calc(-100/750*100vw);
		left: calc(-80/750*100vw);
	}
	.bg_recruit01 .box:after {
		content: "";
		display: block;
		background: url(images/page/deco_row_default01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(150/750*100vw);
		height: calc(150/750*100vw);
		position: absolute;
		bottom: calc(30/750*100vw);
		right: 0;
	}
	.ttl_recruit02 {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: calc(10/750*100vw);
	}
	.box_check_recruit {
		width: calc(646/750*100vw);
		margin: auto;
		position: relative;
		z-index: 1;
	}
	.box_check_recruit p {
		background: url(images/recruit/icn_cehck.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: calc(26/750*100vw) calc(26/750*100vw);
		padding-left: calc(55/750*100vw);
		font-size: 100%;
		margin-bottom: calc(12/750*100vw);
	}
	.ttl_recruit03 {
		height: auto;
		font-size: 100%;
		line-height: 1.6em;
		padding: calc(15/750*100vw);
	}
}
.box_recruit01, .box_recruit02 {
	position: relative;
	min-height: calc(594/1920*100vw);
	padding-bottom: 50px;
}
.box_recruit01:before {
	content: "";
	background: #f8f6e4;
	width: calc(50% + (670/1920*100vw));
	height: calc(100% - 60px);
	position: absolute;
	top: 60px;
	right: 0;
	z-index: -1;
}
.box_recruit02:before {
	content: "";
	background: #f6f6f6;
	width: calc(50% + (670/1920*100vw));
	height: calc(100% - 60px);
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
}
.img_recruit01 {
	width: calc(760/1920*100vw);
	position: absolute;
	top: 0;
	left: 0;
}
.img_recruit02 {
	width: calc(760/1920*100vw);
	position: absolute;
	top: 0;
	right: 0;
}
.box_recruit01 .txt {
	width: calc(760/1240*100%);
	padding-top: 100px;
	margin-left: auto;
	position: relative;
}
.box_recruit02 .txt {
	width: calc(760/1240*100%);
	padding-top: 100px;
	margin-right: auto;
	position: relative;
}
.box_recruit01 .txt:before {
	content: "";
	background: url(images/recruit/deco_recruit02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 150px;
	height: 150px;
	position: absolute;
	top: calc(270/1920*100vw);
	right: calc(-80/1920*100vw);
	z-index: -1;
}
.box_recruit02 .txt:before {
	content: "";
	background: url(images/recruit/deco_recruit01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 281px;
	height: 281px;
	position: absolute;
	top: 0;
	left: calc(-130/1920*100vw);
	z-index: -1;
}
.box_recruit01 .txt .min, .box_recruit02 .txt .min {
	font-size: 166.666%;
	letter-spacing: 0.1em;
}
@media(min-width: 961px) and (max-width:1660px) {
	.box_recruit01 .txt {
		width: calc(710/1240*100%);
		padding-top: 100px;
		margin-left: auto;
		position: relative;
	}
	.box_recruit02 .txt {
		width: calc(710/1240*100%);
		padding-top: 100px;
		margin-right: auto;
		position: relative;
	}
	.box_recruit01 .txt .min, .box_recruit02 .txt .min {
		font-size: 133.333%;
		letter-spacing: 0.1em;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_recruit01, .box_recruit02 {
		position: relative;
		min-height: auto;
		padding-bottom: 0;
	}
	.box_recruit01:before {
		display: none;
	}
	.box_recruit02:before {
		display: none;
	}
	.img_recruit01 {
		max-width: 760px;
		width: 100%;
		margin: 0 auto 30px;
		position: static;
	}
	.img_recruit02 {
		max-width: 760px;
		width: 100%;
		margin: 0 auto 30px;
		position: static;
	}
	.box_recruit01 .txt {
		width: 100%;
		padding: 40px 50px;
		margin-left: auto;
		position: relative;
		background: #f8f6e4;
	}
	.box_recruit02 .txt {
		width: 100%;
		padding: 40px 50px;
		margin-right: auto;
		position: relative;
		background: #f6f6f6;
	}
	.box_recruit01 .txt:before {
		content: "";
		background: url(images/recruit/deco_recruit02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 150px;
		height: 150px;
		position: absolute;
		top: auto;
		bottom: 0;
		right: calc(-80/1920*100vw);
		z-index: 1;
	}
	.box_recruit02 .txt:before {
		content: "";
		background: url(images/recruit/deco_recruit01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 281px;
		height: 281px;
		position: absolute;
		top: -20px;
		left: calc(-130/1920*100vw);
		z-index: 1;
	}
	.box_recruit01 .txt .min, .box_recruit02 .txt .min {
		font-size: 166.666%;
		letter-spacing: 0.1em;
	}
	.box_recruit01 .txt p, .box_recruit02 .txt p {
		position: relative;
		z-index: 1;
	}
}
@media(max-width: 767px) {
	.box_recruit01, .box_recruit02 {
		position: relative;
		min-height: auto;
		padding-bottom: 0;
	}
	.box_recruit01:before {
		display: none;
	}
	.box_recruit02:before {
		display: none;
	}
	.img_recruit01 {
		width: 100%;
		margin: 0 auto calc(30/750*100vw);
		position: static;
	}
	.img_recruit02 {
		width: 100%;
		margin: 0 auto calc(30/750*100vw);
		position: static;
	}
	.box_recruit01 .txt {
		width: 100%;
		padding: calc(20/750*100vw) calc(28/750*100vw);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #f8f6e4;
	}
	.box_recruit02 .txt {
		width: 100%;
		padding: calc(20/750*100vw) calc(28/750*100vw);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		background: #f6f6f6;
	}
	.box_recruit01 .txt:before {
		content: "";
		background: url(images/recruit/deco_recruit02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(150/750*100vw);
		height: calc(150/750*100vw);
		position: absolute;
		top: auto;
		right: calc(-20/750*100vw);
		bottom: calc(20/750*100vw);
		z-index: 1;
	}
	.box_recruit02 .txt:before {
		content: "";
		background: url(images/recruit/deco_recruit01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: calc(281/750*100vw);
		height: calc(281/750*100vw);
		position: absolute;
		top: calc(-20/750*100vw);
		left: calc(-130/750*100vw);
		z-index: 1;
	}
	.box_recruit01 .txt .min, .box_recruit02 .txt .min {
		font-size: 125%;
		letter-spacing: 0.1em;
	}
	.box_recruit01 .txt p, .box_recruit02 .txt p {
		position: relative;
		z-index: 1;
	}
}
.bg_recruit02 {
	background: url(images/recruit/bg_recruit06.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	height: 531px;
}
.bg_recruit02 .box {
	height: 531px;
	position: relative;
}
.img_recruit06 {
	width: calc(373/1000*100%);
	position: absolute;
	bottom: 0;
	left: -50px;
}
.bg_recruit02 .box .txt {
	width: 62%;
	position: absolute;
	top: calc(306/531*100%);
	right: 0;
	transform: translateY(-50%);
	font-size: 122.222%;
}
@media(max-width: 767px) {
	.bg_recruit02 {
		background: url(images/recruit/bg_recruit06.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		height: calc(960/750*100vw);
	}
	.bg_recruit02 .box {
		height: calc(960/750*100vw);
		position: relative;
	}
	.img_recruit06 {
		width: calc(373/1000*100%);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.bg_recruit02 .box .txt {
		width: calc(646/702*100%);
		margin: auto;
		position: absolute;
		top: calc(50/750*100vw);
		right: 0;
		left: 0;
		transform: translateY(0);
		font-size: 100%;
	}
}
.box_recruit03 {
	padding: 21px 50px 41px;
}
.txt_recruit01 {
	font-size: 144.444%;
	letter-spacing: 0.1em;
}
.txt_recruit01 span {
	font-size: 153.8461538%;
}
.txt_recruit02 {
	margin-top: -2px;
	padding-bottom: 34px;
	border-bottom: solid 1px #000000;
	text-align: center;
}
.box_recruit04 {
	padding: 50px;
}
.box_recruit04 .img {
	width: calc(550/1140*100%);
}
.box_recruit04 .txt {
	width: calc(540/1140*100%);
	height: 410px;
	position: relative;
}
.txt_recruit03 {
	padding-top: 4px;
	font-size: 222.222%;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	border-bottom: solid 1px #000000;
}
.box_recruit04 .txt .btn_default01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media(min-width: 768px) and (max-width:960px) {
	.box_recruit04 .img {
		width: calc(550/1140*100%);
		margin: 0 auto 30px;
	}
	.box_recruit04 .txt {
		width: 100%;
		height: auto;
		padding-bottom: 100px;
		position: relative;
	}
}
@media(max-width: 767px) {
	.box_recruit03 {
		padding: calc(40/750*100vw) calc(28/750*100vw);
	}
	.txt_recruit01 {
		font-size: 112.5%;
		letter-spacing: 0.1em;
	}
	.txt_recruit01 span {
		font-size: 150%;
	}
	.txt_recruit02 {
		margin-top: 0;
		padding-bottom: calc(30/750*100vw);
		border-bottom: solid 1px #000000;
		text-align: left;
	}
	.box_recruit04 {
		padding: calc(40/750*100vw) calc(28/750*100vw);
	}
	.box_recruit04 .img {
		width: calc(550/750*100vw);
		margin: 0 auto calc(28/750*100vw);
	}
	.box_recruit04 .txt {
		width: calc(646/702*100%);
		height: auto;
		margin: auto;
		padding-bottom: calc(140/750*100vw);
		position: relative;
	}
	.txt_recruit03 {
		padding-top: 0;
		font-size: 125%;
		letter-spacing: 0.1em;
		margin-bottom: calc(28/750*100vw);
		border-bottom: solid 1px #000000;
	}
	.box_recruit04 .txt .btn_default01 {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
.form_recruit .tbl_default.tbl_recruit th {
	background: #dbd371;
	color: #000000;
}
.form_recruit .tbl_default table {
	border: 1px solid #dbd371;
}
.form_recruit .tbl_default tr:not(:last-child) td {
	border-bottom: 1px solid #dbd371;
}
/* リスク・副作用
------------------------------------------------------------------*/
.risk.inner1000 {
	padding: 0 5% !important;
	max-width: calc(1000px + 10%) !important;
}
.box_risk01 {
	padding: 38px 3% 40px 5% !important;
	font-size: 18px !important;
	min-height: 260px !important;
	background: #ffffff;
	border: solid 1px #000000;
}
.box_risk01 .box {
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 0 !important;
	max-height: 180px !important;
	height: auto;
	touch-action: auto !important;
}
.box_risk01 .ttl {
	margin-bottom: 7px !important;
	font-size: 111.11% !important;
	letter-spacing: .1em !important;
}
.box_risk01 .txt {
	font-size: 88.89% !important;
	letter-spacing: .1em !important;
}
/* パーフェクトスクロールバー */
.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background: #333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps-container > .ps-scrollbar-y-rail {
	background: transparent !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1;
}
@media(max-width: 767px) {
	.sp.risk.inner1000 {
		padding: 0 3.2vw !important;
	}
	.sp.risk iframe {
		height: calc(500 / 750 * 100vw) !important;
	}
	.sp.box_risk01 {
		font-size: 4.27vw !important;
		min-height: calc(500 / 750 * 100vw) !important;
		padding: 5vw 5% 5vw !important;
	}
	.sp.box_risk01 .box {
		max-height: calc(420 / 750 * 100vw) !important;
		padding: 0 3vw 0 0 !important;
	}
	.sp.box_risk01 .ttl {
		margin-bottom: 2vw !important;
		font-size: 112.5% !important;
		letter-spacing: 0 !important;
	}
	.sp.box_risk01 .txt {
		font-size: 100% !important;
		letter-spacing: 0 !important;
	}
	.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: 100px;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}
/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none !important;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {}
/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #333333;
	color: #fff;
	font-weight: 500;
	font-size: 111.11%;
	line-height: 40px;
	margin-bottom: 4px;
	text-align: center;
}
#sidebar caption {
	margin-bottom: 5px;
}
#wp-calendar {
	width: 100%;
	margin-bottom: 10px;
}
#wp-calendar thead th {
	background: #dbd371;
	border: 1px solid #dbd371;
	border-right-color: #dbd371;
	font-size: 72.22%;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #dbd371;
	text-align: center;
	font-size: 77.78%;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #dbd371;
}
#wp-calendar tfoot td {
	font-size: 81.25%;
}
#wp-calendar tfoot td#prev {
	padding-top: 8px;
	padding-left: 10px;
}
#wp-calendar tfoot td#next {
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}
#wp-calendar tfoot td a {
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}
.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: 60px;
	line-height: 1.5;
}
.wp-calendar-nav-prev {
	padding-left: 10px;
}
.wp-calendar-nav-next {
	padding-right: 10px;
}
.wp-calendar-nav a {
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	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 #000000;
	padding-bottom: 4px;
	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: 60px;
}
.navigation li {
	width: 170px;
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: 13px;
	margin-top: -30px;
	margin-bottom: 40px;
}
.post_content {
	line-height: 1.75;
}
.img_thmb {
	width: 120px;
	height: 120px;
	display: block;
}
.thmb {
	width: 120px;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - 153px);
}
.page_main section.blog_archive {
	padding-bottom: 35px;
	border-bottom: 1px solid #000000;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: 40px;
}
.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: 111.111%;
}
.txt_post .date {
	font-size: 77.777%;
	letter-spacing: 0;
}
.txt_post .txt_excerpt {
	line-height: 162.5%;
	font-size: 100%;
}
.txt_post .txt_excerpt a {
	color: #dbd371;
}
.page_main .wp-pagenavi {
	margin-top: 60px;
	text-align: center;
	font-size: 77.78%;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #000000;
	color: #000000;
	padding: 0 10px;
	margin: 2px;
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 11px;
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #000000;
	background: #000000;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
@media(min-width: 768px) and (max-width:960px) {
	.page_main {
		display: block !important;
	}
	#sidebar {
		width: 100%;
	}
	.post_main {
		width: 100%;
		margin-bottom: 100px;
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block !important;
	}
	#sidebar {
		width: 100%;
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: 30%;
	}
	.img_thmb {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
	}
	.txt_post {
		width: 66%;
	}
	.page_main .wp-pagenavi span.pages, .page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
	}
	.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;
	}
}
/* 義歯治療 false_teeth
------------------------------------------------------------------*/
.col_false_teeth01 {
	width: calc(596/1240*100%);
	padding: 49px;
	border: solid 1px #000000;
}
.col_false_teeth01 .min {
	font-size: 144.444%;
	margin-bottom: 27px;
}
.col_false_teeth01 .img {
	margin-bottom: 28px;
}
.box_false_teeth02 {
	padding: 49px;
	border: solid 1px #000000;
}
.box_false_teeth02 .img {
	width: calc(547/1138*100%);
}
.box_false_teeth02 .col {
	width: calc(547/1138*100%);
}
.box_false_teeth02 .col .txt {
	font-size: 144.444%;
	letter-spacing: 0.1em;
}
.box_false_teeth02 .col.bg_ptn05, .box_false_teeth02 .col.bg_ptn04 {
	padding: 38px 48px;
}
.bg_false_teeth01 {
	background: url(images/false_teeth/bg_false_teeth01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 500px;
}
.bg_false_teeth01 .wrap {
	height: 500px;
	position: relative;
}
.box_false_teeth01 {
	width: 680px;
	margin-left: auto;
	background: #fff;
	background-position: left center;
	background-size: cover;
	padding: 80px 70px 80px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 227.77%;
	line-height: 1.6;
	letter-spacing: .08em;
}
.box_false_teeth01 .txt_l {
	max-width: 550px;
	width: 100%;
	margin: auto;
}
.wrap_false_teeth01 {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.box_false_teeth03 {
	padding: 55px 6%;
	letter-spacing: .075em;
}
.row_false_teeth01 .col {
	position: relative;
}
.row_false_teeth01 {
	max-width: 950px;
}
.row_false_teeth01 .col a {
	display: inline-block;
	width: 350px;
	height: 350px;
	background-image: url(images/false_teeth/bg_false_teeth04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	border-radius: 100%;
}
.row_false_teeth01 .col:nth-child(2) a {
	background-image: url(images/false_teeth/bg_false_teeth05.png);
}
.row_false_teeth01.row02 .col:nth-child(1) a {
	background-image: url(images/false_teeth/bg_false_teeth06.png);
	margin-top: -106px;
	margin-right: -9%;
}
.row_false_teeth01.row02 .col:nth-child(2) a {
	background-image: url(images/false_teeth/bg_false_teeth07.png);
	margin-top: -106px;
	margin-right: -9%;
}
.row_false_teeth01 .txt {
	font-size: 133.33%;
	position: relative;
	display: inline-block;
	line-height: 1.5;
}
.row_false_teeth01 .txt:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #fff;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
}
.row_false_teeth01 .copy {
	font-size: 200%;
	line-height: 1.6;
	letter-spacing: .1em;
}
.row_false_teeth01 .wrap {
	margin-top: 50px;
}
.row_false_teeth01.row02 {
	position: absolute;
	top: 84%;
	left: 22%;
	max-width: 935px;
	width: 76%;
}
.row_false_teeth01.row02 .col {
	width: 350px;
	height: 350px;
}
.txt_false_teeth01 {
	font-size: 277.77%;
	letter-spacing: .4em;
}
.txt_false_teeth02 {
	font-size: 133.33%;
	line-height: 1.6;
}
.bg_false_teeth02 {
	position: relative;
}
.bg_false_teeth02:after {
	content: "";
	position: absolute;
	background: url(images/false_teeth/bg_false_teeth02.jpg)no-repeat center bottom /cover;
	height: 608px;
	width: 100%;
	bottom: -24%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.box_false_teeth04 {
	padding-top: 140px;
}
.ttl_false_teeth01 {
	position: relative;
}
.ttl_false_teeth01 span {
	font-size: 100%;
}
.wrap_false_teeth01 {
	max-width: 815px;
	margin-left: 0;
}
.box_false_teeth04 .txt_l {
	margin-bottom: 0;
}
.bg_false_teeth03 {
	background: url(images/false_teeth/bg_false_teeth03.jpg)no-repeat center bottom /cover;
	padding: 80px 0 70px;
}
.ttl_false_teeth02 {
	font-size: 333.333%;
	letter-spacing: 0.1em;
	line-height: 166.666%;
	display: inline-block;
	border-left: solid 1px #fff;
}
.bg_false_teeth03 .col_l {
	width: 55%;
	margin-right: 0;
	margin-left: auto;
}
.row_false_teeth03 .left {
	max-width: 515px;
}
.list_false_teeth01 li {
	max-width: 242px;
	font-size: 155.55%;
	width: 48%;
	line-height: 1.4;
	height: 220px;
}
.list_false_teeth01 li:nth-child(-n +2) {
	margin-bottom: 30px;
}
.row_false_teeth03 {
	max-width: 772px;
}
.wrap_false_teeth02 {
	position: relative;
	margin-bottom: 310px;
}
.row_false_teeth02 .col_img {
	margin-left: 0;
	width: 39%;
	max-width: 480px;
}
.row_false_teeth02:after {
	display: none;
}
.row_false_teeth02 .col_txt {
	width: 55%;
}
.bg_false_teeth04 {
	position: relative;
}
.bg_false_teeth04:after {
	content: "";
	position: absolute;
	background: url("images/false_teeth/deco_false_teeth02.png")no-repeat right /contain;
	top: -20%;
	right: 0;
	width: 590px;
	height: 590px;
	z-index: -1;
}
.txt_false_teeth03 {
	position: relative;
}
.txt_false_teeth03:after {
	content: "";
	display: block;
	width: 281px;
	height: 281px;
	background: url(images/page/deco_row_default02.png)no-repeat center /contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -13%;
	right: auto;
	margin: auto;
	z-index: -1;
}
.tbl_false_teeth01 thead {
	background: #000000;
	color: #fff;
	text-align: center;
}
.tbl_false_teeth01 thead th {
	background: #000000;
}
.tbl_false_teeth01 th {
	background: #f6f6f6;
}
.tbl_false_teeth01 td {
	width: 35%;
}
.tbl_false_teeth01 tbody tr:first-child td {
	text-align: center;
}
.tbl_false_teeth01 tr td {
	border-left: 1px solid #000000;
}
.txt_false_teeth04 {
	font-size: 133.33%;
	letter-spacing: .1em;
}
.row_false_teeth04 .col {
	max-width: 350px;
	width: 29%;
	height: 350px;
	border-radius: 50%;
}
.row_false_teeth04 .col span {
	font-size: 133.33%;
	text-decoration: underline;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: .1em;
}
.row_false_teeth04 .col .txt {
	font-size: 200%;
	line-height: 1.6;
	letter-spacing: .1em;
}
.row_false_teeth04 .col .wrap {
	margin-top: 50px;
}
.bg_false_teeth05 {
	height: 335px;
	background: #f6f6f6;
}
.bg_false_teeth05 .box {
	height: 335px
}
.bg_false_teeth05 .box .txt {
	left: 0;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: .2em;
	width: 74%;
	padding-left: 8px;
	top: calc(270/531*100%);
}
.img_false_teeth01 {
	left: auto;
	width: calc(225/1000*100%);
	right: 20px;
}
.bg_false_teeth05 .box span {
	font-size: 166.66%;
	position: relative;
	letter-spacing: .1em;
	display: inline-block;
}
.bg_false_teeth05 .box .txt02 {
	font-size: 227.77%;
}
.bg_false_teeth05 .box span:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #000000;
	bottom: 4px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
}
.box_false_teeth05 {
	padding: 0 5%;
	line-height: 2.5em;
	letter-spacing: .1em;
	font-size: 144.44%;
}
.row_false_teeth05 {
	max-width: 1000px;
	margin-bottom: 35px;
}
.row_false_teeth05 .ttl {
	font-size: 166.66%;
}
.bg_false_teeth06 {
	padding: 145px 5% 60px;
}
.row_false_teeth05 .box {
	max-width: 298px;
	padding: 25px 3%;
	width: 30%;
	position: relative;
}
.row_false_teeth05 .box:nth-child(1), .row_false_teeth05 .box:nth-child(3) {
	margin-top: 176px;
}
.box_false_teeth06 {
	max-width: 298px;
	padding: 25px 3%;
	position: relative;
}
.box_false_teeth06 .ttl {
	font-size: 166.66%;
}
.row_false_teeth05 .box:after {
	content: "";
	position: absolute;
	background: url("images/false_teeth/deco_false_teeth04-2.png")no-repeat center /contain;
	top: -100px;
	right: 0;
	left: 0;
	margin: auto;
	width: 123px;
	height: 123px;
}
.row_false_teeth05 .box:nth-child(2):after {
	background-image: url("images/false_teeth/deco_false_teeth03.png");
}
.row_false_teeth05 .box:nth-child(3):after {
	background-image: url("images/false_teeth/deco_false_teeth05-2.png");
}
.row_false_teeth05 .box:nth-child(1):before {
	content: "";
	position: absolute;
	background: url("images/false_teeth/deco_false_teeth07.svg")no-repeat center /contain;
	top: -126px;
	right: -32px;
	width: 104px;
	height: 75px;
	transform: rotate(120deg);
}
.row_false_teeth05 .box:nth-child(3):before {
	content: "";
	position: absolute;
	background: url("images/false_teeth/deco_false_teeth07.svg")no-repeat center /contain;
	top: -126px;
	left: -39px;
	width: 104px;
	height: 75px;
}
.box_false_teeth06:after {
	content: "";
	position: absolute;
	background: url("images/false_teeth/deco_false_teeth06-2.png")no-repeat center /contain;
	top: -100px;
	right: 0;
	left: 0;
	margin: auto;
	width: 123px;
	height: 123px;
}
.box_false_teeth06:before {
	content: "";
	position: absolute;
	background: url("images/false_teeth/deco_false_teeth08.svg")no-repeat center /contain;
	top: -190px;
	right: 0;
	left: 0;
	margin: auto;
	width: 76px;
	height: 75px;
}
.box_false_teeth07 .col_txt {
	width: 100%;
}
.row_false_teeth06 {
	max-width: 900px;
}
.row_false_teeth06 img {
	width: 45%;
}
.flow_false_teeth01 .txt_l {
	max-width: 834px;
	width: 74%;
}
.flow_false_teeth01 .col_img {
	max-width: 250px;
	width: 22%;
}
.box_false_teeth08 {
	max-width: 834px;
	padding: 25px 5%;
}
.box_false_teeth08 .copy {
	font-size: 144.44%;
	letter-spacing: .1em;
}
.box_false_teeth08.box03 {
	padding-top: 45px;
}
.box_false_teeth08.box03 .row {
	max-width: 537px;
}
.txt_false_teeth04 .adjust {
	display: none;
}
.row_false_teeth07 .copy .adjust {
	display: none;
}
#false_teeth03 .hdg3 .adjust {
	display: none;
}
.box_false_teeth05 .txt .adjust {
	display: none;
}
	.row_false_teeth08 .copy .adjust{
		display: none;
	}
	.row_false_teeth09 .copy .adjust{
		display: none;
	}
	.row_false_teeth10 .copy .adjust{
		display: none;
	}
	.box_false_teeth08.box03 .row img {
		width: 48%;
	}
@media(min-width: 1200px) and (max-width:1520px) {
	.list_false_teeth01 li {
		height: 180px;
		width: 180px;
		font-size: 122.22%;
	}
	.row_false_teeth03 .left {
		max-width: 390px;
	}
	.ttl_false_teeth02 {
		font-size: 250%;
	}
	.bg_false_teeth03 .col_l {
		width: 65%;
		max-width: 600px;
	}
	.bg_false_teeth03 {
		background-position: left 10% bottom;
	}
}
@media(min-width: 961px) and (max-width:1500px) {
	.bg_false_teeth01 {
		height: calc(500/1500*100vw);
	}
	.bg_false_teeth01 .wrap {
		height: calc(500/1500*100vw);
	}
	.box_false_teeth01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		padding: calc(58/1500*100vw) calc(65/1500*100vw) calc(60/1500*100vw);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 188.88%;
	}
	.bg_false_teeth04:after {
		width: 378px;
		height: 470px;
	}
}
@media(min-width: 961px) and (max-width:1440px) {
	.ttl_false_teeth01 {
		top: 0;
	}
}
@media(min-width: 961px) and (max-width:1385px) {
	.row_false_teeth01.row02 {
		top: 100%;
		left: 22%;
		max-width: 650px;
	}
	.row_false_teeth01.row02 .col {
		width: 250px;
		height: 250px;
	}
	.row_false_teeth01 .col a {
		width: 250px;
		height: 250px;
	}
	.row_false_teeth01 .copy {
		font-size: 144.44%;
		margin-bottom: 10px;
	}
	.row_false_teeth01 .txt {
		font-size: 111.11%;
	}
	.row_false_teeth01 .wrap {
		margin-top: 48px;
	}
	.row_false_teeth01 img {
		width: 12%;
	}
	.wrap_false_teeth02 {
		max-width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
	.row_false_teeth01 {
		max-width: 650px;
	}
	.row_false_teeth01 .txt{
		margin-bottom: 	20px;
	}
}
@media(min-width: 1100px) and (max-width:1385px) {
	.row_false_teeth01.row02 {
		left: 21%;
		max-width: 722px;
		width: 81%;
	}
	.wrap_false_teeth02 {
		max-width: 900px;
	}
	.row_false_teeth01 .col a {
		width: 300px;
		height: 300px;
	}
	.row_false_teeth01.row02 .col {
		width: 300px;
		height: 300px;
	}
	.row_false_teeth01 .copy {
		font-size: 188.88%;
	}
	.row_false_teeth01 .txt {
		font-size: 122.22%;
	}
	.row_false_teeth01 {
		max-width: 725px;
	}
}
@media(min-width: 961px) and (max-width:1360px) {
	.row_false_teeth04 .col {
		max-width: 250px;
		width: 30%;
		height: 250px;
		font-size: 73%;
	}
	.row_false_teeth04 {
		max-width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
	.row_false_teeth04 .col .wrap {
    margin-top: 20px;
}
}
@media(min-width: 961px) and (max-width:1300px) {
	.col_false_teeth01 {
		width: calc(596/1240*100%);
		padding: calc(50/1300*100vw);
		border: solid 1px #000000;
	}
	.box_false_teeth05 .txt .adjust {
		display: block;
	}
	.box_false_teeth05{
		padding: 10px 5%;
	}
	.box_false_teeth05 .txt{
		line-height: 1.6;
	}
}
@media(min-width: 961px) and (max-width:1260px) {
	.txt_false_teeth01 {
		font-size: 200%;
	}
	.row_false_teeth02 .copy {
		font-size: 126%;
	}
	.row_false_teeth07 .copy .adjust {
		display: block;
	}
}
@media(min-width: 961px) and (max-width:1240px) {
	.bg_false_teeth02:after {
		background-position: right 30% bottom;
	}
}
@media(min-width: 961px) and (max-width:1140px) {
	.row_false_teeth05 .txt {
		font-size: 88.89%;
	}
	.row_false_teeth05 .box {
		width: 32%;
	}
	.row_false_teeth05 .box:nth-child(1):before {
		top: -126px;
		right: -10px;
		width: 74px;
		height: 50px;
	}
	.row_false_teeth05 .box:nth-child(3):before {
		top: -126px;
		left: -10px;
		width: 74px;
		height: 50px;
	}
	.box_false_teeth06:before {
		width: 56px;
		height: 55px;
	}
}
@media(min-width: 961px) and (max-width:1199px) {
	.wrap_false_teeth01 {
		max-width: 736px;
	}
	.box_false_teeth04 .txt_l {
		text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 8px #fff;
		;
	}
	.list_false_teeth01 li {
		height: 180px;
		width: 180px;
		font-size: 122.22%;
	}
	.row_false_teeth03 .left {
		max-width: 390px;
	}
	.ttl_false_teeth02 {
		font-size: 200%;
	}
	.bg_false_teeth03 .col_l {
		width: 65%;
		max-width: 555px;
	}
	.bg_false_teeth03 {
		background-position: left 10% bottom;
	}
	.txt_false_teeth04 .adjust {
		display: block;
	}
}
@media(min-width: 961px) and (max-width:1097px) {
	.box_false_teeth01 {
		width: calc(680/1500*100vw);
		margin-left: auto;
		padding: calc(58/1500*100vw) calc(70/1500*100vw) calc(60/1500*100vw);
		right: 0;
		font-size: 160%;
	}
	#false_teeth03 .hdg3 .adjust {
		display: block;
	}
}
@media(min-width:1040px) and (max-width:1097px) {
	.wrap_false_teeth01 {
		max-width: 750px;
	}
}
@media(min-width:961px) and (max-width:1090px) {
	.bg_false_teeth05 .box .txt02 {
		font-size: 198%;
	}
	.bg_false_teeth05 .box {
		height: 270px;
	}
	.bg_false_teeth05 {
		height: 270px;
	}
	.ttl_false_teeth04 {
		font-size: 155.55%;
	}
	.row_false_teeth10 .copy .adjust{
		display: block;
	}
}
@media(min-width:961px) and (max-width:970px){
	.row_false_teeth08 .copy .adjust{
		display: block;
	}
	.row_false_teeth09 .copy .adjust{
		display: block;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.bg_false_teeth01 {
		height: auto;
		padding-top: calc(500/750*62.5vw);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
	}
	.bg_false_teeth01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_false_teeth01 .wrap {
		height: auto;
		position: static;
	}
	.box_false_teeth01 {
		width: 100%;
		margin-left: auto;
		padding: 30px 5%;
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
		font-size: 200%;
	}
	.col_false_teeth01 {
		width: 100%;
		padding: 50px;
		border: solid 1px #000000;
	}
	.col_false_teeth01:first-child {
		margin-bottom: 30px;
	}
	.col_false_teeth01 .min {
		font-size: 144.444%;
		margin-bottom: 27px;
	}
	.col_false_teeth01 .img {
		width: 496px;
		margin: auto;
		margin-bottom: 28px;
	}
	.box_false_teeth01 .txt_l {
		text-align: center;
	}
	.box_false_teeth03 {
		padding: 30px 5%;
	}
	.txt_false_teeth01 {
		letter-spacing: .1em;
		font-size: 200%;
	}
	.bg_false_teeth02:after {
		bottom: 40%;
		background-position: right 20% bottom;
		height: 425px
	}
	.ttl_false_teeth01 {
		font-size: 253.33%;
	}
	.box_false_teeth04 {
		padding-top: 85px;
		margin-bottom: 0;
	}
	.txt_false_teeth02 {
		margin-bottom: 45px;
	}
	.wrap_false_teeth01 {
		margin-left: auto;
	}
	.list_false_teeth01 li {
		height: 150px;
		width: 150px;
		font-size: 100%;
	}
	.row_false_teeth03 .left {
		max-width: 340px;
	}
	.ttl_false_teeth02 {
		font-size: 222.22%;
	}
	.bg_false_teeth03 .col_l {
		width: 76%;
		max-width: 510px;
	}
	.bg_false_teeth03 {
		background-position: left 10% bottom;
	}
	.row_false_teeth03 .left .txt {
		text-align: left;
	}
	.bg_false_teeth04:after {
		width: 30%;
		height: 30%;
	}
	.arw_false_teeth01 {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.ttl_false_teeth03 {
		font-size: 155.55%;
	}
	.row_false_teeth04 .col {
		width: 48%;
		font-size: 85%;
		max-width: 310px;
		height: 310px;
	}
	.row_false_teeth04 .col:last-child {
		margin: 30px auto 0;
	}
	.row_false_teeth04 {
		max-width: 675px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	.row_false_teeth04 .col .wrap {
		margin-top: 0;
	}
	.bg_false_teeth05 .box .txt02 {
		font-size: 152%;
	}
	.bg_false_teeth05 {
		height: 240px;
	}
	.bg_false_teeth05 .box {
		height: 240px;
	}
	.box_false_teeth05 .txt {
		text-align: left;
	}
	.box_false_teeth05 {
		line-height: 2;
		font-size: 133.33%;
		padding: 20px 5%;
	}
	.row_false_teeth05 .txt {
		font-size: 88.89%;
		text-align: left;
	}
	.box_false_teeth06 .txt{
		font-size: 88.89%;
		text-align: left;		
	}
	.row_false_teeth05 .box {
		width: 32%;
	}
	.row_false_teeth05 .box:nth-child(1):before {
		top: -148px;
		right: -10px;
		width: 74px;
		height: 50px;
	}
	.row_false_teeth05 .box:nth-child(3):before {
		top: -148px;
		left: -10px;
		width: 74px;
		height: 50px;
	}
	.box_false_teeth06:before {
		width: 56px;
		height: 55px;
		top: -168px;
	}
	.row_false_teeth05 .ttl {
		font-size: 155.55%;
	}
	.box_false_teeth06 .ttl{
		font-size: 155.55%;
	}
	.ttl_false_teeth04 {
		font-size: 133.33%;
	}
	.flow_false_teeth01.flow04 {
		padding-bottom: 320px;
	}
	.flow_false_teeth01.flow06 {
		padding-bottom: 420px;
	}
	.flow_false_teeth01.flow07 {
		padding-bottom: 400px;
	}
	.box_false_teeth08 {
		max-width: 600px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 30px;
	}
	.row_false_teeth01.row02 {
		top: 117%;
		left: 20%;
		max-width: 530px;
		width: 85%;
	}
	.row_false_teeth01.row02 .col {
		width: 240px;
		height: 240px;
	}
	.row_false_teeth01 .col a {
		width: 240px;
		height: 240px;
	}
	.row_false_teeth01 .copy {
		font-size: 133.33%;
		margin-bottom: 10px;
	}
	.row_false_teeth01 .txt {
		font-size: 100%;
	}
	.row_false_teeth01 .wrap {
		margin-top: 48px;
	}
	.row_false_teeth01 img {
		width: 12%;
	}
	.wrap_false_teeth02 {
		max-width: 625px;
		margin-left: auto;
		margin-right: auto;
	}
	.row_false_teeth01 {
		max-width: 540px;
	}
		.row_false_teeth01 .txt{
		margin-bottom: 	20px;
	}
	.ttl_false_teeth05 span{
		line-height: 1.6;
	}
}
@media(max-width: 767px) {
	.bg_false_teeth01 {
		background: url(images/false_teeth/bg_false_teeth01.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: calc(1200/750*62.5vw) calc(500/750*62.5vw);
		height: auto;
		padding-top: calc(500/750*62.5vw);
	}
	.bg_false_teeth01 .inner1500 {
		width: 100%;
		padding: 0;
	}
	.bg_false_teeth01 .wrap {
		height: auto;
		position: static;
	}
	.box_false_teeth01 {
		width: 100%;
		margin-left: auto;
		padding: calc(50/750*100vw) calc(52/750*100vw);
		position: static;
		right: 0;
		top: 50%;
		transform: translateY(0);
		font-size:137.5%;
	}
	.col_false_teeth01 {
		width: 100%;
		padding: calc(28/750*100vw);
		border: solid 1px #000000;
	}
	.col_false_teeth01:first-child {
		margin-bottom: calc(28/750*100vw);
	}
	.col_false_teeth01 .min {
		font-size: 112.5%;
		margin-bottom: calc(28/750*100vw);
	}
	.col_false_teeth01 .img {
		width: calc(496/750*100vw);
		margin: auto;
		margin-bottom: calc(28/750*100vw);
	}
	.box_false_teeth02 {
		padding: calc(28/750*100vw);
		border: solid 1px #000000;
	}
	.box_false_teeth02 .img {
		width: calc(547/750*100vw);
		margin: auto;
		margin-bottom: calc(28/750*100vw);
	}
	.box_false_teeth02 .col {
		width: 100%;
	}
	.box_false_teeth02 .col .txt {
		font-size: 125%;
		letter-spacing: 0;
	}
	.box_false_teeth02 .col.bg_ptn05, .box_false_teeth02 .col.bg_ptn04 {
		padding: calc(28/750*100vw);
	}
	.box_false_teeth02 .col.bg_ptn05 {
		margin-bottom: calc(28/750*100vw);
	}
	.box_false_teeth03 {
		padding: 20px 5%;
	}
	.txt_false_teeth01 {
		font-size: 125%;
		letter-spacing: 0;
	}
	.txt_false_teeth02 {
		font-size: 112.5%;
		margin-bottom: 2vw;
	}
	.bg_false_teeth02:after {
		bottom: 67%;
		background-position: right 20% bottom;
		height: calc(345/ 750*100vw)
	}
	.ttl_false_teeth01 {
		font-size: 125%;
	}
	.box_false_teeth04 {
		padding-top: 16vw;
		margin-bottom: 0;
	}
	.bg_false_teeth03 {
		padding: 8vw 0 25vw;
		background-position: left 15% bottom;
	}
	.bg_false_teeth03 .col_l {
		width: 100%;
	}
	.list_false_teeth01 li {
		height: calc(230 / 750*100vw);
		width: calc(230 / 750*100vw);
		font-size: 87.5%;
	}
	.list_false_teeth01 li:nth-child(-n +2) {
		margin-bottom: 3vw;
	}
	.row_false_teeth03 .left {
		max-width: calc(480 / 750*100vw);
	}
	.ttl_false_teeth02 {
		font-size: 137.5%;
	}
	.row_false_teeth03 .left .txt {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.bg_false_teeth04:after {
		width: calc(290 / 750*100vw);
		height: calc(290 / 750*100vw);
		top: -12%;
		right: 0;
	}
	.txt_false_teeth03:after {
		width: calc(281 / 750*100vw);
		height: calc(281 / 750*100vw);
	}
	.txt_false_teeth04 {
		font-size: 87.5%;
		letter-spacing: 0;
	}
	.ttl_false_teeth03 span {
		line-height: 1.6;
	}
	.row_false_teeth04 .col {
		max-width: calc(340 / 750*100vw);
		width: 48%;
		height: calc(340 / 750*100vw);
		font-size: 55%;
	}
	.row_false_teeth04 .col .wrap {
		margin-top: 0;
	}
	.row_false_teeth04 .col:last-child {
		margin: 3vw auto 0;
	}
	.row_false_teeth04 .col:last-child .wrap {
		margin-top: 5vw;
	}
	.bg_false_teeth05 .box {
		height: calc(160 / 750*100vw);
	}
	.bg_false_teeth05 .box .txt02 {
		font-size: 100%;
	}
	.bg_false_teeth05 .box span {
		font-size: 125%;
		letter-spacing: 0;
	}
	.bg_false_teeth05 .box .txt02 {
		font-size: 87.5%;
		letter-spacing: 0;
	}
	.bg_false_teeth05 {
		height: calc(300 / 750*100vw);
	}
	.bg_false_teeth05 .box {
		height: calc(300 / 750*100vw);
	}
	.row_false_teeth04 {
		margin-bottom: 8vw;
	}
	.bg_false_teeth05 .box .txt {
		margin-left: 0;
		padding-left: 0;
		top: calc(55 / 750*100vw);
	}
	.img_false_teeth01 {
		width: calc(180 / 750*100vw);
		right: 0;
	}
	.box_false_teeth05 {
		padding: 3vw 5%;
		line-height: 1.6;
		letter-spacing: 0;
		font-size: 112.5%;
	}
	.box_false_teeth05 .txt {
		text-align: left;
	}
	.row_false_teeth05 .box {
		padding: 2vw 3%;
		width: 39%;
	}
	.row_false_teeth05 .ttl {
		font-size: 125%;
	}
	.row_false_teeth05 .box:after {
		width: calc(123 / 750*100vw);
		height: calc(123 / 750*100vw);
		top: -15vw;
	}
	.box_false_teeth06:after {
		width: calc(123 / 750*100vw);
		height: calc(123 / 750*100vw);
		top: -15vw;
	}
	.row_false_teeth05 .txt {
		font-size: 87.5%;
		text-align: left;
	}
	.bg_false_teeth06 {
		padding: 45vw 5% 6vw;
		position: relative;
	}
	.row_false_teeth05 .box:nth-child(2) {
		position: absolute;
		top: 20vw;
		right: 0;
		left: 0;
		margin: auto;
		width: 35%;
	}
	.row_false_teeth05 .box:nth-child(1), .row_false_teeth05 .box:nth-child(3) {
		margin-top: 24vw;
		height: calc(290 / 750*100vw);
	}
	.box_false_teeth06 {
		max-width: calc(310 / 750*100vw);
		padding: 2vw 3%;
		position: relative;
	}
	.box_false_teeth06 .ttl {
		font-size: 125%;
	}
	.box_false_teeth06 .txt {
		font-size: 87.5%;
		text-align: left;
	}
	.row_false_teeth05 .box:nth-child(1):before, .row_false_teeth05 .box:nth-child(3):before {
		width: calc(104 / 750*100vw);
		height: calc(75 / 750*100vw);
		top: -30vw;
		right: 9vw;
		transform: rotate(105deg);
	}
	.row_false_teeth05 .box:nth-child(3):before {
		width: calc(104 / 750*100vw);
		height: calc(75 / 750*100vw);
		top: -30vw;
		left: 9vw;
		right: auto;
		transform: rotate(15deg);
	}
	.box_false_teeth06:before {
		top: -40vw;
width: calc(104 / 750*100vw);
    height: calc(75 / 750*100vw);
    transform: rotate(60deg);
		background-image: url("images/false_teeth/deco_false_teeth07.svg");
	}
	.ttl_false_teeth04 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.flow_false_teeth01 .txt_l {
		width: 100%;
		margin-bottom: 4vw;
	}
	.flow_false_teeth01 .col_img {
		margin-bottom: 0;
	}
	.box_false_teeth08 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.box_false_teeth08 {
		padding: 5vw 5% 6vw;
	}
	.box_false_teeth08.box03 {
		padding-top: 6vw;
	}
	.ttl_false_teeth05 span {
		line-height: 1.6;
	}
	.tbl_false_teeth01 td {
		width: 42%;
	}
	.row_false_teeth01.row02 .col {
		width: calc(336 / 750*100vw);
		height: calc(336 / 750*100vw);
	}
	.row_false_teeth01 .col a {
		width: calc(336 / 750*100vw);
		height: calc(336 / 750*100vw);
	}
	.row_false_teeth01 .copy {
		font-size: 112.5%;
		margin-bottom: 1vw;
	}
	.row_false_teeth01 .txt {
		font-size: 87.5%;
	}
	.row_false_teeth01 .wrap {
		margin-top: 6vw;
	}
	.row_false_teeth01 img {
		width: 12%;
	}
	.wrap_false_teeth02 {
		margin-bottom: 10vw;
	}
	.row_false_teeth01 .col {
		width: 48%;
	}
	.row_false_teeth01.row02 {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	.row_false_teeth01.row02 .col:nth-child(1) a {
		margin-top: 0;
		margin-right: 0;
	}
	.row_false_teeth01.row02 .col:nth-child(2) a {
		margin-top: 0;
		margin-right: 0;
	}
	.row_false_teeth01.row02 .col {
		margin-top: 4vw;
	}
}

.grecaptcha-badge { visibility: hidden; }