@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}
.main_page {
	background: url("images/page/page_ttl_bg.jpg")no-repeat center / cover;
	height: calc(500 / 1920 * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.hdg2 {
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.hdg3 {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	line-height: 1.6;
	padding: calc(27 / 1920*100vw) 0;
}
.hdg4:before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    z-index: 0;
}
.row_common01 .col_img{
	width: 46%;
	max-width: 570px;
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common02:after {
	content: "";
	display: block;
	width: 32.5%;
	max-width: 400px;
}
.row_common02 .col{
	width: 32.5%;
	position: relative;
	max-width: 400px;
	margin-right: 0!important;
	background-color: #e7e7e7!important;
    background: url(images/page/pattern01.png) repeat left center / calc(400 / 1920*100vw) auto;
}
.row_common02.pt02 .col {
	width: 48%;
	max-width: 595px;
}
.row_common02 .col:before {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #333333, #635f59);
	width: 100%;
	height: calc(10 / 1920*100vw);
	left: 0;
	top: 0;
	margin: auto;
}
.row_common02 .col:nth-child(n+4) {
	margin-top: calc(40 / 1920*100vw);
}
.row_common03 .col{
	width: 32%;
	max-width: 394px;
	margin-right: 0!important;
}
.row_common03 .col:nth-child(n+4) {
	margin-top: calc(40 / 1920*100vw);
}
.row_common03:after {
	content: "";
	display: block;
	width: 32%;
	max-width: 394px;
}
.row_common04 .col_img{
	width: 36%;
	max-width: 450px;
}
.row_common04 .col_txt{
	width: 60%;
}
.bg_common01 {
	background: linear-gradient(-90deg, #333333, #635f59);
}
.bg_common01:before,.bg_common01:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: calc(4 / 1920*100vw);
	left: 0;
	top: calc(10 / 1920*100vw);
	margin: auto;
}
.bg_common01:after {
	top: auto;
	bottom: calc(10 / 1920*100vw);
}
.bg_common01 .ja {
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.bg_common01 li:before {
	background: #fff;
}
.bg_common01 li{
	color: #fff;
}
.bg_common01 ul {
	max-width: 1140px;
}
.box_flow_common01 .col_txt dt .num {
	padding-top: 0;
	padding-left: calc(2 / 1920*100vw);
}
.box_common02 .wrap{
	max-width: 800px;
}
.box_common02:before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 calc(140 / 1920*100vw) calc(140 / 1920*100vw);
    border-color: transparent transparent #968368 transparent;
    left: 0;
    top: 0;
	transform: rotate(180deg);
}
.arw_flow:before {
	border-top-color: #5a5f63;
}
.row_pay01 {
	position: relative;
	max-width: 945px;
}
.row_pay01:after {
	position: relative;
	content: "";
	width: 31%;
}
.row_pay01 .col {
	width: 31%;
}
.tbl_col03 th {
	text-align: center;
	background: #5a5f63;
}
.tbl_col03 thead th:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_col03 tbody th {
	background: #f5f5f5;
	color: #333333;
	font-weight: bold;
}
.tbl_col03 tbody td {
	border-left: 1px solid #5a5f63;
}
.tbl_col03 tr:not(:last-child) th {
    border-bottom: 1px solid #5a5f63;
}
.tbl_col03 td {
	text-align: center;
	vertical-align: middle;
}
.tbl_col03 table {
	border: 1px solid #5a5f63;
}
.tbl_col03 tr:not(:last-child) td {
	border-bottom: 1px solid #5a5f63;
}
.tbl_col04 thead th{
	background: #f1eae1;
	color: #b68b37;
	font-weight: bold;
	text-align: center;
}
.tbl_col04 tbody th {
	background: #fff;
	color: #333333;
	border-right: 1px solid #5a5f63;
}
.tbl_col04 tr:not(:last-child) th {
    border-bottom: 1px solid #5a5f63;
}
.tbl_col04 thead th:last-of-type {
	width: 35%;
}
.tbl_col04 thead th:not(:last-child) {
	border-right: 1px solid #5a5f63;
}
.box_qa_common01 .box_q .txt .icn:before,.box_qa_common01 .box_q .txt .icn:after {
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}
	.main_page {
		height: calc(500 / 1599 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.hdg3 {
		padding: calc(27 / 1599*100vw) 0;
	}
	.row_common02 .col{
		background: url(images/page/pattern01.png) repeat left center / calc(400 / 1599*100vw) auto;
	}
	.row_common02 .col:before {
		height: calc(10 / 1599*100vw);
	}
	.row_common02 .col:nth-child(n+4) {
		margin-top: calc(40 / 1599*100vw);
	}
	.row_common03 .col:nth-child(n+4) {
		margin-top: calc(40 / 1599*100vw);
	}
	.bg_common01:before,.bg_common01:after {
		height: calc(4 / 1599*100vw);
		top: calc(10 / 1599*100vw);
	}
	.bg_common01:after {
		top: auto;
		bottom: calc(10 / 1599*100vw);
	}
	.box_flow_common01 .col_txt dt .num {
		padding-left: calc(2 / 1599*100vw);
	}
	.box_flow_common01 .img {
		width: 48%;
	}
	.box_common02:before {
		border-width: 0 0 calc(140 / 1599*100vw) calc(140 / 1599*100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}
	.main_page {
		height: calc(500 / 1299 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.hdg3 {
		padding: calc(27 / 1299*100vw) 0;
	}
	.row_common01 .copy {
		font-size: 1.75rem;
	}
	.row_common02 .col{
		background: url(images/page/pattern01.png) repeat left center / calc(400 / 1299*100vw) auto;
	}
	.row_common02 .col:before {
		height: calc(10 / 1299*100vw);
	}
	.row_common02 .col:nth-child(n+4) {
		margin-top: calc(40 / 1299*100vw);
	}
	.row_common03 .col:nth-child(n+4) {
		margin-top: calc(40 / 1299*100vw);
	}
	.bg_common01:before,.bg_common01:after {
		height: calc(4 / 1299*100vw);
		top: calc(10 / 1299*100vw);
	}
	.bg_common01:after {
		top: auto;
		bottom: calc(10 / 1299*100vw);
	}
	.box_flow_common01 .col_txt dt .num {
		padding-left: calc(2 / 1299*100vw);
	}
	.box_flow_common01 .img {
		width: 48%;
	}
	.box_common02:before {
		border-width: 0 0 calc(100 / 1299*100vw) calc(100 / 1299*100vw);
	}
	.row_pay01 {
		max-width: calc(945 / 1299*100vw);
	}
	.row_pay01 .icn {
		margin-right: auto;
		margin-left: auto;
		width: calc(156 / 1299*100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(500 / 750 * 100vw);
		padding: 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: 1.0625rem;
		letter-spacing: .06em;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(40 / 750*100vw);
		padding: calc(27 / 750*100vw) 0;
	}
	.hdg4 {
		font-size: 112.5%;
	}
	.row_common01 .copy {
		font-size: calc(38 / 750*100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common02 .col{
		width: 100%;
		max-width: 100%;
		background: url(images/page/pattern01.png) repeat left center / calc(400 / 750*100vw) auto;
	}
	.row_common02 .ttl {
		font-size: 125%;
	}
	.row_common02 .col:not(:last-child) {
		margin-bottom: 6vw;
	}
	.row_common02 .col:before {
		height: calc(10 / 750*100vw);
	}
	.row_common02 .col:nth-child(n+4) {
		margin-top: calc(40 / 750*100vw);
	}
	.row_common02.pt02 .col {
		width: 100%;
	}
	.row_common02 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.row_common03 .col {
		width: 100%;
	}
	.row_common03 .ttl {
		font-size: 112.5%;
	}
	.row_common03 .col:nth-child(n+2) {
		margin-top: calc(40 / 750*100vw);
	}
	.bg_common01:before,.bg_common01:after {
		height: calc(4 / 750*100vw);
		top: calc(10 / 750*100vw);
	}
	.bg_common01:after {
		top: auto;
		bottom: calc(10 / 750*100vw);
	}
	.bg_common01 .en {
		font-size: 137.5%;
		letter-spacing: 0;
	}
	.bg_common01 ul {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.bg_common01 .ja {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.box_flow_common01 .col_txt dt .num {
		padding-left: calc(2 / 750*100vw);
	}
	.box_flow_common01 .flex .img {
		width: 48%;
	}
	.box_common02:before {
		border-width: 0 0 calc(100 / 750*100vw) calc(100 / 750*100vw);
	}
	.box_common02 .ttl {
		font-size: 125%;
		letter-spacing: 0;
	}
	.box_common02 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.row_pay01 {
		max-width: calc(945 / 750*100vw);
	}
	.row_pay01 .col {
		width: 48%;
		padding: 6vw 0 7vw;
	}
	.row_pay01 .col:last-of-type {
		margin-right: auto;
		margin-left: auto;
		margin-top: 6vw;
	}
	.row_pay01:after {
		content: none;
	}
	.row_pay01 .icn {
		margin-right: auto;
		margin-left: auto;
		width: calc(140 / 750*100vw);
	}
	.row_pay01 .ttl {
		line-height: 1.6;
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_pay01 .txt {
		font-size: 87.5%;
	}
	.sp_copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.bg_pay01 {
		padding: 6vw 5vw 7vw;
	}
	.bg_pay02 {
		padding: 6vw 5vw 7vw;
	}
	.box_flow_common01 .box {
		padding: 6vw 5vw 7vw;
	}
	.box_flow_common01 .copy{
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.6;
	}
}


/*クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url(images/index/bg__reason01.jpg) no-repeat center /cover;
}
.bg_clinic01 .copy{
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.bg_clinic01 .txt{
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.bg_clinic01 .wrap__reason01 .ccl_common01 {
	bottom: calc(-132 / 1920*100vw);
}
.tbl_clinic01 thead th {
	background: #e7e7e7;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
}
.tbl_clinic01 thead th:not(:last-child),.tbl_clinic01 tbody th {
	border-right: 1px solid #5a5f63;
} 
.tbl_clinic01 th {
	width: 20%;
	background: #fff;
	color: #5a5f63;
	font-weight: bold;
	border-bottom: 1px solid  #5a5f63;
}
.tbl_clinic01 tr:not(:last-child) th {
    border-bottom: 1px solid #5a5f63;
}
.tbl_clinic01 td, .tbl_clinic01 thead th:not(:first-child){
	width: 26.666%;
	line-height: 1.44;
}
.tbl_clinic01 td:not(:last-of-type) {
	border-right: 1px solid #5a5f63;
}
.tbl_clinic01 table {
	border: 1px solid #5a5f63;
}
.tbl_clinic01 tr:not(:last-of-type) td {
	border-bottom: 1px solid #5a5f63;
}
.row_clinic01 {
	max-width: calc(900 / 1920*100vw);
}
.row_clinic01 .col {
	width: calc(280 / 1920*100vw);
	height: calc(280 / 1920*100vw);
}
.row_clinic01 .col .txt01 {
	font-size: calc(19 / 1920*100vw);
	letter-spacing: .1em;
}
.row_clinic01:after {
	content: "";
	display: block;
	width: calc(280 / 1920*100vw);
}
.wrap_clinic01 .box {
	max-width: 1000px;
}
.bg_clinic02.num02 {
	margin-bottom: calc(95 / 1920*100vw);
}
.bg_clinic02.num03 {
	margin-bottom: calc(80 / 1920*100vw);
}

.slide_clinic01 .slick-prev {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(70 / 1920 * 100vw);
	height: calc(200 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: 18.5%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_clinic01.svg)no-repeat center / cover;
	width: calc(70 / 1920 * 100vw);
	height: calc(200 / 1920 * 100vw);
	right: 18.5%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.main_page {
	background: url("images/page/page_ttl_bg_clinic.jpg")no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: 12%;
	}
	.slide_clinic01 .slick-next {
		right: 11.9%;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(70 / 1599 * 100vw);
		height: calc(200 / 1599 * 100vw);
	}
	.bg_clinic01 .wrap__reason01 .ccl_common01 {
		bottom: calc(-132 / 1599*100vw);
	}
	.row_clinic01 {
		max-width: calc(900 / 1599*100vw);
	}
	.row_clinic01 .col {
		width: calc(280 / 1599*100vw);
		height: calc(280 / 1599*100vw);
	}
	.row_clinic01 .col .txt01 {
		font-size: calc(19 / 1599*100vw);
	}
	.row_clinic01:after {
		width: calc(280 / 1599*100vw);
	}
	.bg_clinic02.num02 {
		margin-bottom: calc(95 / 1599*100vw);
	}
	.bg_clinic02.num03 {
		margin-bottom: calc(80 / 1599*100vw);
	}
	.bg_clinic02.num03 .copy {
		font-size: 2rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 5%;
	}
	.slide_clinic01 .slick-next {
		right: 4.9%;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(70 / 1299 * 100vw);
		height: calc(200 / 1299 * 100vw);
	}
	.bg_clinic02 .copy {
		font-size: 1.75rem;
	}
	.bg_clinic01 .wrap__reason01 .ccl_common01 {
		bottom: calc(-132 / 1299*100vw);
	}
	.row_clinic01 {
		max-width: calc(900 / 1299*100vw);
	}
	.row_clinic01 .col {
		width: calc(280 / 1299*100vw);
		height: calc(280 / 1299*100vw);
	}
	.row_clinic01 .col .txt01 {
		font-size: calc(19 / 1299*100vw);
	}
	.row_clinic01:after {
		width: calc(280 / 1299*100vw);
	}
	.bg_clinic02.num02 {
		margin-bottom: calc(95 / 1299*100vw);
	}
	.bg_clinic02.num03 {
		margin-bottom: calc(80 / 1299*100vw);
	}
	.bg_clinic02.num03 .copy {
		font-size: 1.75rem;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(70 / 750 * 100vw);
		height: calc(200 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 0;
	}
	.slide_clinic01 .slick-next {
		right: 0;
	}
	.bg_clinic02 .copy {
		font-size: calc(43/ 750*100vw);
	}
	.bg_clinic01 .wrap__reason01 .ccl_common01 {
		bottom: calc(-132 / 750*100vw);
	}
	.bg_clinic01 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.bg_clinic01 .copy .fz60{
		font-size: 125%;
		letter-spacing: 0;
	}
	.bg_clinic01 {
		padding: 8vw 0 7vw;
		background: url(images/index/bg__reason01_sp.jpg) no-repeat center /cover;
	}
	.bg_clinic01 .txt {
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_clinic01 {
		max-width: calc(630 / 750*100vw);
	}
	.row_clinic01 .col {
		width: calc(280 / 750*100vw);
		height: calc(280 / 750*100vw);
		padding-bottom: 0;
	}
	.row_clinic01 .col:last-of-type {
		margin-right: auto;
		margin-left: auto;
		margin-top: 6vw;
	}
	.row_clinic01:after {
		content: none;
	}
	.row_clinic01 .col .txt01 {
		font-size: calc(23 / 750*100vw);
	}
	.row_clinic01 .col .txt02 {
		font-size: calc(30 / 750*100vw);
		letter-spacing: 0;
	}
	.row_clinic01:after {
		width: calc(280 / 750*100vw);
	}
	.bg_clinic02.num02 {
		margin-bottom: calc(95 / 750*100vw);
	}
	.bg_clinic02.num03 {
		margin-bottom: calc(80 / 750*100vw);
	}
	.bg_clinic02.num03 .copy {
		font-size: calc(43 / 750*100vw);
	}
	.wrap_clinic01 .copy01 {
		font-size: 112.5%;
	}
	.wrap_clinic01 .copy02 {
		font-size: 112.5%;
	}
	.wrap_clinic01 .copy03 {
		font-size: 125%;
	}
	.wrap_clinic01 .box {
		padding: 6vw 5vw 7vw;
		text-align: left;
		font-size: 112.5%;
	}
	.tbl_clinic01 table {
		width: calc(1200 /750 * 100vw)
	}
	.tbl_clinic01 .js-scrollable {
		overflow-x: auto!important;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.wrap_staff01 .col_txt .wrap{
	max-width: calc(770 / 1920*100vw);
}
.wrap_staff01 .col_txt {
	padding-right: calc(50 / 1920*100vw);
}
.wrap_staff02 .box_prof {
	width: 100%;
	padding: 0;
	background: none;
}
.wrap_staff02 dt {
	font-weight: 300;
	width: calc(155 / 1920*100vw);
}
.wrap_staff02 dd {
    width: calc(100% - calc(168 / 1920 * 100vw));
}
.wrap_staff02 .en {
	letter-spacing: .1em;
	font-size: calc(128 / 1920*100vw);
}
.wrap_staff02 h5 {
	line-height: 1.4;
	font-size: calc(39 / 1920*100vw);
}
.wrap_staff02 h5 span {
	width: 450px;
}
.wrap_staff02 h5:before {
	position: absolute;
	content: "";
	background: #b68b37;
	width: 100%;
	height: 1px;
	left: 0;
	bottom:0;
	top: 0;
	margin: auto;
}
.wrap_staff02 .list_default li:not(:first-child) {
	margin-top: calc(13 / 1920 * 100vw);
}
.slide_staff01 {
	padding-bottom: calc(60 / 1920 * 100vw);
}
.slide_staff01 .slick-slide {
	transform: scale(.8);
	margin-right: calc(50 / 1920 * 100vw);
	margin-left: calc(50 / 1920 * 100vw);
	transition: .5s;
}
.slide_staff01 .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slide_staff01 .slick-prev, .slide_staff01 .slick-next {
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	background: url(images/page/arw_slide02.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_staff01 .slick-prev:before, .slide_staff01 .slick-next:before {
	display: none;
}
.slide_staff01 .slick-prev {
	left: 19%;
}
.slide_staff01 .slick-next {
	right: 19%;
	transform: scaleX(-1);
}
.slide_staff01 .slick-dots {
	bottom: calc(-58 / 1920 * 100vw);
}
.slide_staff01 .slick-dots li {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	margin: 0 calc(8 / 1920 * 100vw);
}
.slide_staff01 .slick-dots li button {
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	padding: 0;
}
.slide_staff01 .slick-dots li button:before {
	content: "";
	background: #f1eae1;
	width: calc(11 / 1920 * 100vw);
	height: calc(11 / 1920 * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_staff01 .slick-dots li.slick-active button:before {
	background: #b68b37;
	opacity: 1;
}
.row_staff01 .col_txt {
	width: 50%;
}
.row_staff01 .col_img {
	width: 46%;
	max-width: 570px;
}
.staff_message01:before {
	background: url("images/staff/img_staff04.jpg") no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_staff01 .col_txt .wrap{
		max-width: calc(770 / 1599*100vw);
	}
	.wrap_staff01 .col_txt {
		padding-right: calc(50 / 1599*100vw);
	}
	.wrap_staff02 dt {
		width: calc(155 / 1599*100vw);
	}
	.wrap_staff02 dd {
		width: calc(100% - calc(168 / 1599 * 100vw));
	}
	.wrap_staff02 .en {
		font-size: calc(128 / 1599*100vw);
	}
	.wrap_staff02 h5 {
		font-size: calc(39 / 1599*100vw);
	}
	.wrap_staff02 .list_default li:not(:first-child) {
		margin-top: calc(13 / 1599 * 100vw);
	}
	.slide_staff01 {
		padding-bottom: calc(60 / 1599 * 100vw);
	}
	.slide_staff01 .slick-slide {
		margin-right: calc(50 / 1599 * 100vw);
		margin-left: calc(50 / 1599 * 100vw);
	}
	.slide_staff01 .slick-prev, .slide_staff01 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots {
		bottom: calc(-58 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots li {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
		margin: 0 calc(8 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots li button {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots li button:before {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_staff01 {
		padding-bottom: calc(60 / 1599 * 100vw);
	}
	.slide_staff01 .slick-slide {
		margin-right: calc(50 / 1599 * 100vw);
		margin-left: calc(50 / 1599 * 100vw);
	}
	.slide_staff01 .slick-prev {
		left: 8%;
	}
	.slide_staff01 .slick-next {
		right: 8%;
	}
	.slide_staff01 .slick-dots {
		bottom: calc(-58 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots li {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
		margin: 0 calc(8 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots li button {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
	.slide_staff01 .slick-dots li button:before {
		width: calc(11 / 1599 * 100vw);
		height: calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_staff01 .col_txt .wrap{
		max-width: calc(770 / 1299*100vw);
	}
	.wrap_staff01 .col_txt {
		padding-right: calc(50 / 1299*100vw);
	}
	.wrap_staff02 dt {
		width: calc(155 / 1299*100vw);
	}
	.wrap_staff02 dd {
		width: calc(100% - calc(168 / 1299 * 100vw));
	}
	.wrap_staff02 .en {
		font-size: calc(128 / 1299*100vw);
	}
	.wrap_staff02 h5 {
		font-size: calc(39 / 1299*100vw);
	}
	.wrap_staff02 .list_default li:not(:first-child) {
		margin-top: calc(13 / 1299 * 100vw);
	}
	.slide_staff01 .slick-slide{
		width: calc(1000 / 1299*100vw)!important;
	}
	.slide_staff01 {
		padding-bottom: calc(60 / 1299 * 100vw);
	}
	.slide_staff01 .slick-slide {
		margin-right: calc(50 / 1299 * 100vw);
		margin-left: calc(50 / 1299 * 100vw);
	}
	.slide_staff01 .slick-prev, .slide_staff01 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_staff01 {
		padding-bottom: calc(60 / 1299 * 100vw);
	}
	.slide_staff01 .slick-slide {
		margin-right: calc(50 / 1299 * 100vw);
		margin-left: calc(50 / 1299 * 100vw);
	}
	.slide_staff01 .slick-dots {
		bottom: calc(-58 / 1299 * 100vw);
	}
	.slide_staff01 {
		padding-bottom: calc(60 / 1299 * 100vw);
	}
	.slide_staff01 .slick-slide {
		margin-right: calc(50 / 1299 * 100vw);
		margin-left: calc(50 / 1299 * 100vw);
	}
	.slide_staff01 .slick-prev {
		left: 7%;
	}
	.slide_staff01 .slick-next {
		right: 7%;
	}
	.slide_staff01 .slick-dots {
		bottom: calc(-58 / 1299 * 100vw);
	}
	.slide_staff01 .slick-dots li {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
		margin: 0 calc(8 / 1299 * 100vw);
	}
	.slide_staff01 .slick-dots li button {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
	.slide_staff01 .slick-dots li button:before {
		width: calc(11 / 1299 * 100vw);
		height: calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.slide_staff01 {
		padding: 0 8vw 12vw;
	}
	.slide_staff01 .slick-slide {
		margin-right: auto;
		margin-left: auto;
	}
	.slide_staff01 .slick-prev, .slide_staff01 .slick-next {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	.slide_staff01 .slick-prev {
		left: -6.5vw;
	}
	.slide_staff01 .slick-next {
		right: -6.5vw;
	}
	.slide_staff01 .slick-dots {
		bottom: -7vw;
	}
	.slide_staff01 .slick-dots li {
		margin: 0 1vw;
	}
	.slide_staff01 .slick-dots li, .slide_staff01 .slick-dots li button, .slide_staff01 .slick-dots li button:before {
		width: calc(12 / 750 * 100vw);
		height: calc(12 / 750 * 100vw);
	}
	.wrap_staff01 .col_txt .wrap{
		max-width: 100%;
	}
	.wrap_staff01 .col_txt {
		padding-right:0;
	}
	.wrap_staff02 dt {
		width: calc(220 / 750*100vw);
	}
	.wrap_staff02 dd {
		width: calc(100% - calc(230 / 750 * 100vw));
	}
	.wrap_staff02 .en {
		font-size: 250%;
		letter-spacing: 0;
	}
	.wrap_staff02 h5 {
		font-size: calc(39 / 750*100vw);
	}
	.wrap_staff02 h5 span {
		width: calc(450 / 750*100vw);
	}
	.wrap_staff02 .list_default li:not(:first-child) {
		margin-top: calc(13 / 750 * 100vw);
	}
	.wrap_staff02 .box_prof {
		max-width: calc(646 / 750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_staff01 .name {
		padding-left: 0;
	}
	.row_staff01 .post {
		font-size: 87.5%;
		margin-right: 3vw;
		letter-spacing: 0;
	}
	.row_staff01 .ja {
		font-size: 150%;
		letter-spacing: 0;
		margin-right: 3vw;
	}
	.row_staff01 .en {
		letter-spacing: 0;
		font-size: 112.5%;
	}
}

/* 当院の入れ歯 DENTURE
------------------------------------------------------------------*/
.tbl_denture01 th{
	width: 25%!important;
	background: #fff;
	color: #333333;
}
.tbl_denture01 td {
	width: 50%!important;
}
.tbl_denture01 td:first-of-type {
	width: 25%!important;
	vertical-align: top;
}
.tbl_denture01 tr:not(:last-child) th {
    border-bottom: 1px solid #333333;
}
.tbl_denture01 .ttl:first-of-type {
	border-top: 1px solid #333333;
}
.tbl_denture01 .ttl {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.tbl_col01 td:not(:last-child) {
	border-right: 1px solid #333333;
} 
.tbl_col01 th {
	border-right: 1px solid #333333;
}
.tbl_denture02 th {
	width:25%;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #5a5f63;
}
.tbl_denture02 tr:first-of-type td:not(:last-child) {
	border-right: 1px solid #5a5f63;
}
.tbl_denture02 tr:first-of-type th {
	font-weight: bold;
}
.tbl_denture02 td {
	width:12.5%;
	text-align: center;
	border-right: 1px solid #5a5f63;
}
.tbl_denture02 tr:first-of-type td:nth-of-type(2),.tbl_denture02 tr:nth-of-type(3) td{
	width: 62.5%;
	text-align: center;
}
.tbl_denture02 tr:not(:first-of-type) th {
	background: none;
	color: #333333;
	text-align: right;
}
.tbl_denture02 tr:not(:last-child) th {
    border-bottom: 1px solid #333333;
}
.area_denture {
	position: relative;
	padding-top: calc(60 / 1920 * 100vw);
}
.slide_denture {
	background: #f1eae1;
	outline: calc(10 / 1920*100vw) solid #fff;
	outline-offset: calc(-30 / 1920*100vw);
}
.slide_denture .slide_thumbnail {
	top: 0;
	left: 0;
	width: 100%;
}
.slide_denture .slide_thumbnail li {
	width: 16.666%;
	height: calc(60 / 1920 * 100vw);
	background: #f5f5f5;
	cursor: pointer;
	transition: .3s;
}
.slide_denture .slide_thumbnail li:not(:last-child) {
	border-right: 1px solid #fff;
}
.slide_denture .slide_thumbnail li:hover,
.slide_denture .slide_thumbnail li.thumbnail-current {
	border: none;
	background: #635f59;
	color: #fff;
}
.slide_denture .slide_main {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.slide_denture .slide_main .ttl {
	border-bottom: calc(4 / 1920*100vw) solid #fff;
}
.slide_denture .slide_tbl .tbl_default {
	margin-bottom: 0;
}
.slide_denture .btn_common01 {
	width: calc(600 / 1920*100vw);
}
.slide_denture .btn_common01 a {
	height: calc(120 / 1920*100vw);
	font-size: calc(21 / 1920*100vw);
}
.slide_denture .slide_tbl tbody td {
	text-align: center;
}
.slide_denture .slide_tbl tbody tr.tbl-current th,
.slide_denture .slide_tbl tbody tr.tbl-current td {
	background: #f4eaf6;
}
.row_denture01 .col_img {
	width: 40%;
	max-width: 400px;
}
.row_denture01 .col_txt {
	width: 55%;
}
.row_denture02 .col {
	width: 48%;
}
.row_denture02 li {
	width: 100%;
}
.row_denture02 li:not(:last-child) {
	margin-bottom: calc(12 / 1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_denture {
		padding-top: calc(60 / 1599 * 100vw);
	}
	.slide_denture {
		outline: calc(10 / 1599*100vw) solid #fff;
		outline-offset: calc(-30 / 1599*100vw);
	}
	.slide_denture .slide_thumbnail li {
		height: calc(60 / 1599 * 100vw);
	}
	.slide_denture .slide_main .ttl {
		border-bottom: calc(4 / 1599*100vw) solid #fff;
	}
	.slide_denture .btn_common01 {
		width: calc(600 / 1599*100vw);
	}
	.slide_denture .btn_common01 a {
		height: calc(120 / 1599*100vw);
		font-size: calc(21 / 1599*100vw);
	}
	.row_denture02 li:not(:last-child) {
		margin-bottom: calc(12 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_denture {
		padding-top: calc(60 / 1299 * 100vw);
	}
	.slide_denture {
		outline: calc(10 / 1299*100vw) solid #fff;
		outline-offset: calc(-30 / 1299*100vw);
	}
	.slide_denture .slide_thumbnail li {
		height: calc(60 / 1299 * 100vw);
	}
	.slide_denture .slide_main .ttl {
		border-bottom: calc(4 / 1299*100vw) solid #fff;
	}
	.slide_denture .btn_common01 {
		width: calc(600 / 1299*100vw);
	}
	.slide_denture .btn_common01 a {
		height: calc(120 / 1299*100vw);
		font-size: calc(21 / 1299*100vw);
	}
	.row_denture02 li:not(:last-child) {
		margin-bottom: calc(12 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.area_denture {
		padding-top: 32vw;
	}
	.slide_denture {
		padding: 10vw 7vw 7vw;
		outline: calc(10 / 750*100vw) solid #fff;
		outline-offset: calc(-30 / 750*100vw);
	}
	.slide_denture .slide_thumbnail li {
		width: 50%;
		height: calc(80 / 750 * 100vw);
		font-size: 87.5%;
		letter-spacing: 0;
	}
	.slide_denture .slide_main .ttl {
		font-size: 125%;
		letter-spacing: 0;
		border-bottom: calc(4 / 750*100vw) solid #fff;
	}
	.slide_denture .btn_common01 {
		width: calc(600 / 750*100vw);
	}
	.slide_denture .btn_common01 a {
		height: calc(120 / 750*100vw);
		font-size: 100%;
	}
	.row_denture01 .copy {
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_denture02 .col {
		width: 100%;
	}
	.row_denture02 .col_l {
		margin-bottom: 5vw;
	}
	.row_denture02 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.row_denture02 li:not(:last-child) {
		margin-bottom: calc(12 / 750*100vw);
	}
	.tbl_denture01 .ttl {
		width: calc(1200 /750 * 100vw)
	}
	.tbl_denture01 table {
		width: calc(1200 /750 * 100vw)
	}
	.tbl_denture01.js-scrollable {
		overflow-x: auto!important;
	}
	.tbl_denture02 table {
		width: calc(1550 /750 * 100vw)
	}
	.tbl_denture02.js-scrollable {
		overflow-x: auto!important;
	}
	.slide_denture .slide_thumbnail li:nth-child(2n){
		border-right: 0;
	}
	.slide_denture .slide_thumbnail li:nth-child(n+3) {
		border-top: 1px solid #fff;
	}
}

/* ライフデンチャー® ld
------------------------------------------------------------------*/
.row_ld01 {
	max-width: calc(1240 / 1920*100vw);
}
.row_ld01 .col{
	width: calc(295 / 1920*100vw);
}
.row_ld01 .col a {
	background: url("images/ld/ccl_bg01.png") no-repeat center/ cover;
	height: calc(295 / 1920*100vw);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.row_ld01 .col02 a {
	background: url("images/ld/ccl_bg02.png") no-repeat center/ cover;
}
.row_ld01 .col03 a {
	background: url("images/ld/ccl_bg03.png") no-repeat center/ cover;
}
.row_ld01 .col04 a {
	background: url("images/ld/ccl_bg04.png") no-repeat center/ cover;
}
.row_ld01 .col a:before {
	position: absolute;
	content: "";
	width:0;
	height:0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(40 / 1920*100vw);
	border-style:solid;
	border-width: calc(14 / 1920*100vw) calc(10 / 1920*100vw) 0 calc(10 / 1920*100vw);
	border-color: #fff transparent transparent transparent;
}
.wrap_ld02 .ttl{
	border-top: 3px double #b68b37;
	border-bottom: 3px double #b68b37;
}
.wrap_ld02 .ttl::first-letter {
	color: #b68b37;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_ld01 {
		max-width: calc(1240 / 1599*100vw);
	}
	.row_ld01 .col{
		width: calc(295 / 1599*100vw);
	}
	.row_ld01 .col a {
		height: calc(295 / 1599*100vw);
	}
	.row_ld01 .col a:before {
		bottom: calc(40 / 1599*100vw);
		border-width: calc(14 / 1599*100vw) calc(10 / 1599*100vw) 0 calc(10 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_ld01 {
		max-width: calc(1240 / 1299*100vw);
	}
	.row_ld01 .col{
		width: calc(270 / 1299*100vw);
	}
	.row_ld01 .col a {
		height: calc(270 / 1299*100vw);
	}
	.row_ld01 .col a:before {
		bottom: calc(40 / 1299*100vw);
		border-width: calc(14 / 1299*100vw) calc(10 / 1299*100vw) 0 calc(10 / 1299*100vw);
	}
	.row_ld01 .txt02 {
		font-size: 2rem;
	}
}
@media(max-width: 767px) {
	.row_ld01 {
		max-width: calc(1240 / 750*100vw);
	}
	.row_ld01 .col{
		width: calc(340 / 750*100vw);
	}
	.row_ld01 .col a {
		height: calc(340 / 750*100vw);
	}
	.row_ld01 .col a:before {
		bottom: calc(40 / 750*100vw);
		border-width: calc(14 / 750*100vw) calc(10 / 750*100vw) 0 calc(10 / 750*100vw);
	}
	.row_ld01 .txt01 {
		font-size: 100%;
		letter-spacing: 0;
	}
	.row_ld01 .txt02 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.wrap_ld02 .ttl {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.box_ld01 {
		font-size: 112.5%;
		letter-spacing: 0;
	}
	.wrap_ld02 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
	}
}

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

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

/* 症例紹介 case
------------------------------------------------------------------*/
.box_case01 {
	position: relative;
	padding: calc(30 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(60 / 1920 * 100vw);
}
.row_case01 {
	max-width: calc(1000 / 1920*100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / 1920*100vw);
	font-size: calc(24 / 1920*100vw);
	line-height: 1.5;
	background: url("images/index/deco__case01.svg") no-repeat center bottom / cover;
}
.row_case01:after {
	border-left: calc(15 / 1920 * 100vw) solid #5a5f63;
	border-top: calc(23 / 1920 * 100vw) solid transparent;
    border-bottom: calc(23 / 1920 * 100vw) solid transparent;
	top: calc(55 / 1920 * 100vw);
}
.slide_case01 {
	max-width: calc( 1000 / 1920 * 100vw );
	margin-left: auto;
	margin-right: auto;
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / 1920 * 100vw );
    height: calc(54 / 1920 * 100vw );
    background: url("images/page/arw_case.svg")no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc( -58 / 1920 * 100vw );
}
.slide_case01 .slick-dots li {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	margin: 0 calc( 8 / 1920 * 100vw );
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #fff;
	width: calc( 11 / 1920 * 100vw );
	height: calc( 11 / 1920 * 100vw );
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #dbd371;
	opacity: 1;
}
.row_case_common01 .col .case_img{
	height: calc(300 / 1920 * 100vw);
}
.tbl_case {
	max-width: calc(1000 / 1920*100vw);
}
.tbl_case th {
	background: #5a5f63;
}
.tbl_case td {
	background: #fff;
}
.tbl_case table {
	border: 1px solid #5a5f63;
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #5a5f63;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_case {
		max-width: calc(1000 / 1599*100vw);
	}
	.box_case01 {
		padding: calc(30 / 1599 * 100vw) calc(50 / 1599 * 100vw) calc(60 / 1599 * 100vw);
	}
	.row_case01 {
		max-width: calc(1000 / 1599*100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1599*100vw);
		font-size: calc(24 / 1599*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1599 * 100vw);
		border-top-width: calc(23 / 1599 * 100vw);
		border-bottom-width: calc(23 / 1599 * 100vw);
		top: calc(55 / 1599 * 100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 1599 * 100vw );
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1599 * 100vw );
		height: calc(54 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots {
		bottom: calc( -58 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
		margin: 0 calc( 8 / 1599 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
		padding: 0;
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1599 * 100vw );
		height: calc( 11 / 1599 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_case {
		max-width: calc(1000 / 1299*100vw);
	}
	.box_case01 {
		padding: calc(30 / 1299 * 100vw) calc(50 / 1299 * 100vw) calc(60 / 1299 * 100vw);
	}
	.row_case01 {
		max-width: calc(1000 / 1299*100vw);
	}
	.row_case01 .en {
		height: calc(50 / 1299*100vw);
		font-size: calc(24 / 1299*100vw);
	}
	.row_case01:after {
		border-left-width: calc(15 / 1299 * 100vw);
		border-top-width: calc(23 / 1299 * 100vw);
		border-bottom-width: calc(23 / 1299 * 100vw);
		top: calc(55 / 1299 * 100vw);
	}
	.slide_case01 {
		max-width: calc( 1000 / 1299 * 100vw );
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 1299 * 100vw );
		height: calc(54 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots {
		bottom: calc( -58 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
		margin: 0 calc( 8 / 1299 * 100vw );
	}
	.slide_case01 .slick-dots li button {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
		padding: 0;
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 11 / 1299 * 100vw );
		height: calc( 11 / 1299 * 100vw );
	}
	.row_case_common01 .col .case_img{
		height: calc(300 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / 750*100vw);
	}
	.row_case01 .col {
		max-width: calc(290 / 750*100vw);
		width: 48%;
	}
	.row_case01 .en {
		height: calc(50 / 750*100vw);
		font-size: calc(24 / 750*100vw);
		letter-spacing: .1em;
	}
	.row_case01:after {
		border-left: calc(15 / 750 * 100vw) solid #5a5f63;
		border-top: calc(20 / 750 * 100vw) solid transparent;
		border-bottom: calc(20 / 750 * 100vw) solid transparent;
		top: 6vw;
	}
	.tbl_case {
		max-width: calc(1000 / 750*100vw);
	}
	.slide_case01 {
		max-width: 100%;
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		max-width: 100%;
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
		top: 15vw;
		bottom: auto;
	}
	.slide_case01 .slick-prev {
		left: -1vw;
	}
	.slide_case01 .slick-next {
		right: -1vw;
	}
	.row_case_common01 .col .case_img {
		height: calc(182 / 750 * 100vw);
	}
	.area_case_common01 .btn_common01 a {
		letter-spacing: .1em;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #f5f5f5;
	padding-right: calc(50 / 1920 * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y {
	background: #5a5f63 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1599 * 100vw);
	}
}
@media(min-width: 751px) and (max-width:1299px) {
	.box_risk01 .box {
		padding-right: calc(50 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / 750 * 100vw);
	}
	.box_risk01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.tbl_recruit .require span:after {
	color: ;
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	position: relative;
	background: #b89869;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar h4:before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    z-index: 0;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	border-right-color: #e7e7e7;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e7e7e7;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #000000;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / 1920 * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #333333;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #000;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #000000;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #333333;
	color: #333333;
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #333333;
	background: #333333;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 1.375rem;
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / 1920 * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / 1920 * 100vw);
	height: calc(20 / 1920 * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / 1920 * 100vw);
	padding-left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 100vw);
		font-size: .875rem;
	}
}
/* 入れ歯のリフォーム repair
------------------------------------------------------------------*/
.row_repair02 .col a{
	height: calc(145 / 1920* 100vw);
}
.row_repair02 .web_counseling01 .txt02:before {
    background: url(images/repair/icn_mail.svg) no-repeat left center / contain;
	width: calc(38 / 1920* 100vw);
}
.row_repair02 .web_counseling01 .txt02:after{
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_repair02 .col a{
		height: calc(145 / 1599* 100vw);
	}
	.row_repair02 .web_counseling01 .txt02:before {
		width: calc(38 / 1599*100vw);
	}
	.row_repair02 .web_counseling01 .txt02 {
		font-size: 1.5rem;
	}
	.row_repair02 .tel_counseling01 .num.fz30 {
		font-size: calc(30 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	.row_repair03 .en__reason.fz60 {
        font-size: 3rem;
    }
	.row_repair02 .col a{
		height: calc(145 / 1299* 100vw);
	}
	.row_repair02 .web_counseling01 .txt02:before {
		width: calc(38 / 1299*100vw);
	}
	.row_repair02 .tel_counseling01 .num.fz30 {
		font-size: calc(27 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	.row_repair03 .en__reason.fz60 {
        font-size: calc(70 / 750* 100vw);
    }
	.row_repair02 .col a{
		height: calc(166 / 750* 100vw);
	}
	.row_repair02 .web_counseling01 .txt02:before {
		width: calc(52 / 750* 100vw);
	}
	.row_ld01.row_repair01 .col{
		width: calc(340 / 750*100vw);
	}
	.row_ld01.row_repair01 .col:last-child {
		margin: auto;
	}
	.row_ld01.row_repair01 .col a {
		height: calc(340 / 750*100vw);
	}
	.row_ld01.row_repair01 .txt01 {
		font-size: 80%;
		letter-spacing: 0;
	}
}