@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: #4f7661;
	position: relative;
	height: calc(350 / 1920 * 100vw);
	padding-top: calc(120 / 1920 * 100vw);
}
.main_page::before{
	content: "";
	width: calc(100% - (50 /var(--break)*100vw));
	height: calc(180 /1920*100vw);
	background: url("images/page/bg_ttl_page.jpg")no-repeat center/cover;
	position: absolute;
	bottom: calc(25 /1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.main_page::after{
	content: "";
	width: 50%;
	height: 100%;
	background: #99523e;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.main_page .inner{
	height: calc(180 /1920*100vw);
}
.hdg2 span{
	display: inline-block;
	vertical-align: middle;
}
.hdg2 .ja {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.1), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.1), 0 0 calc(15 /var(--break)*100vw) rgba(0,0,0,0.1), 0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.1);
	margin-right: calc(27 /1920*100vw);
}
.hdg2 .en {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.1), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.1), 0 0 calc(15 /var(--break)*100vw) rgba(0,0,0,0.1), 0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.1);
	padding-top: calc(4 /1920*100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background: #4f7661;
		position: relative;
		height: calc(367 / var(--break) * 100vw);
		padding-top: calc(142 / var(--break) * 100vw);
	}
	.main_page::before{
		width: calc(100% - (48 /var(--break)*100vw));
		height: calc(200 / var(--break) * 100vw);
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center/cover;
		bottom: calc(25 / var(--break) * 100vw);
	}
	.main_page::after{
		content: "";
		width: 100%;
		height: calc(125 / var(--break) * 100vw);
		background: #99523e;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		z-index: 0;
	}
	.main_page .inner{
		height: calc(200 / var(--break) * 100vw);
		margin-bottom: calc(25 / var(--break) * 100vw);
	}
	.hdg2{
		margin: auto;
	}
	.hdg2 .ja {
		display: block;
		font-size: 1.5625rem;
		text-align: center;
		margin-right: 0;
		line-height: 1.3em;
	}
	.hdg2 .en {
		display: block;
		font-size: .9375rem;
		text-align: center;
	}
	.col_img {
		text-align: center;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	padding: calc(108 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(191 /var(--break)*100vw);
}
.bg_clinic01 .ttl{
	font-size: 2.25rem;
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.8), 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.8);
}
.bg_clinic01 .bar{
	margin-top: calc(-12 /var(--break)*100vw);
	margin-bottom: calc(23 /var(--break)*100vw);
	width: calc(757 /var(--break)*100vw);
	filter: drop-shadow(0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.8))  drop-shadow(0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.8));
}
.bg_clinic01 .txt{
	max-width: 1000px;
	text-align: center;
	margin: auto;
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.8), 0 0 calc(5 /var(--break)*100vw) rgba(0,0,0,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.8);
}
.bg_clinic01 .deco{
	bottom: calc(20 /var(--break)*100vw);
	left: 0;
	text-align: center;
	font-size: 3.75rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic01{
		background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
		padding: calc(60 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(191 /var(--break)*100vw);
	}
	.bg_clinic01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 1.6em;
	}
	.bg_clinic01 .bar{
		margin-top: calc(-12 /var(--break)*100vw);
		margin-bottom: calc(23 /var(--break)*100vw);
		width: calc(500 /var(--break)*100vw);
	}
	.bg_clinic01 .txt{
		text-align: left;
	}
	.bg_clinic01 .deco{
		bottom: calc(20 /var(--break)*100vw);
		left: 0;
		text-align: center;
		font-size: 1.875rem;
		letter-spacing: 0.1em;
		line-height: 1.2em;
		width: 100%;
	}
}
.row_clinic01{
	margin-bottom: calc(50 /var(--break)*100vw);
}
.row_clinic01 .col_img{
	width: calc(460/1240*100%);
	position: relative;
}
.row_clinic01 .col_img::before{
	content: "";
	width: calc(270 /var(--break)*100vw);
	height: calc(270 /var(--break)*100vw);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	background: rgba(51,51,51,0.9);
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_clinic01 .col_img::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #98503c;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic01 .col_img .box{
	bottom: calc(15 /var(--break)*100vw);
	right: calc(17 /var(--break)*100vw);
}
.row_clinic01 .col_img .box .txt1{
	margin-right: calc(-3 /var(--break)*100vw);
	margin-bottom: calc(13 /var(--break)*100vw);
}
.row_clinic01 .col_img .box .txt2 span{
	display: inline-block;
}
.row_clinic01 .col_txt{
	width: calc(730/1240*100%);
}

.row_clinic02{
	margin-bottom: calc(50 /var(--break)*100vw);
}
.row_clinic02 .col_img{
	width: calc(440/1240*100%);
}
.row_clinic02 .col_img .img1{
	width: calc(400/440*100%);
	margin-right: auto;
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_clinic02 .col_img .img1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #4f7661;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	left: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic02 .col_img .img2{
	width: calc(360/440*100%);
	margin-left: auto;
}
.row_clinic02 .col_img .img2::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #967800;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic02 .col_txt{
	width: calc(740/1240*100%);
}

.row_clinic03 .col_img{
	width: calc(440/1240*100%);
}
.row_clinic03 .col_img .img1{
	width: calc(360/440*100%);
	margin-left: auto;
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_clinic03 .col_img .img1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #98503c;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic03 .col_img .img2{
	width: calc(400/440*100%);
	margin-right: auto;
}
.row_clinic03 .col_img .img2::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #967800;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	left: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic03 .col_txt{
	width: calc(750/1240*100%);
}

.row_clinic04{
	margin-bottom: calc(50 /var(--break)*100vw);
}
.row_clinic04 .col_img{
	width: calc(400/1240*100%);
}
.row_clinic04 .col_img .img1::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #967800;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	left: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic04 .col_txt{
	width: calc(750/1240*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_clinic01 .col_img .box{
		bottom: calc(15 /var(--break)*100vw);
		right: calc(17 /var(--break)*100vw);
	}
	.row_clinic01 .col_img .box .txt1{
		font-size: 1.0625rem;
	}
	.row_clinic01 .col_img .box .txt2{
		font-size: 1.25rem;
	}
	.row_clinic01 .col_txt{
		width: 100%;
	}

	.row_clinic02 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_clinic02 .col_img .img1{
		width: calc(400/var(--break)*100vw);
	}
	.row_clinic02 .col_img .img2{
		width: calc(360/var(--break)*100vw);
	}
	.row_clinic02 .col_txt{
		width: 100%;
	}

	.row_clinic03 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_clinic03 .col_img .img1{
		width: calc(360/var(--break)*100vw);
	}
	.row_clinic03 .col_img .img2{
		width: calc(400/var(--break)*100vw);
	}
	.row_clinic03 .col_txt{
		width:100%;
	}
	
	.row_clinic04 .col_img{
		width: calc(400 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_clinic04 .col_txt{
		width:100%;
	}
}
.bg_clinic02{
	background: url("images/clinic/bg_clinic02.jpg")no-repeat center/cover;
	padding: calc(40 /var(--break)*100vw) 0 calc(87 /var(--break)*100vw);
}
.bg_clinic02 .ttl{
	line-height: 1.6em;
}
.bg_clinic02 .bar{
	width: calc(805 /var(--break)*100vw);
	margin-top: calc(-2 /var(--break)*100vw);
	margin-bottom: calc(35 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic02{
		padding: calc(40 /var(--break)*100vw) 0 calc(87 /var(--break)*100vw);
	}
	.bg_clinic02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
	.bg_clinic02 .bar{
		width: calc(600 /var(--break)*100vw);
		margin-top: calc(-2 /var(--break)*100vw);
		margin-bottom: calc(35 /var(--break)*100vw);
	}
}
.wrap_clinic01{
	
}
.wrap_clinic01::after{
	content: "";
	background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
	width: calc(460 /1920*100vw);
	height: calc(495 /1920*100vw);
	position: absolute;
	left: 0;
	bottom: calc(-212/1920*100vw);
	z-index: -1;
}
.wrap_clinic01.wrap_clinic04::after{
	bottom: auto;
	top: calc(-130/1920*100vw);
}
.wrap_clinic01 .img{
	width: calc(910 /var(--break)*100vw);
	height: calc(490 /var(--break)*100vw);
}
.wrap_clinic01 .area{
	margin-top: calc(-490 /var(--break)*100vw);
	height: calc(490 /var(--break)*100vw);
}
.wrap_clinic01 .area .box{
	width: calc(941 /1920*100vw);
	height: calc(420 /var(--break)*100vw);
	background: rgba(255,255,255,0.9);
	padding: calc(48 /1920*100vw) calc(50 /1920*100vw) 0;
	bottom: 0;
	left: 0;
}
.wrap_clinic01 .area .box .copy{
	font-size: calc(40/1920*100vw);
	margin-bottom: calc(10 /1920*100vw);
}

.ttl_clinic01{
	width: 100%;
	background: #fff;
	height: calc(97 /var(--break)*100vw);
	border: solid 1px #967800;
	border-radius: calc(48.5 /var(--break)*100vw);
	color: #967800;
	margin-bottom: calc(40 /var(--break)*100vw);
}
.wrap_clinic02 .box{
	padding-top: calc(21 /var(--break)*100vw);
	padding-bottom: calc(54 /var(--break)*100vw);
}
.wrap_clinic02 .box .copy{
	margin-bottom: calc(29 /var(--break)*100vw);
}
.wrap_clinic03{
	
}
.wrap_clinic03::after{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat center/contain;
	width: calc(461 /1920*100vw);
	height: calc(495 /1920*100vw);
	position: absolute;
	right: 0;
	bottom: calc(-212/1920*100vw);
	z-index: -1;
}
.wrap_clinic03.wrap_clinic05::after{
	bottom: auto;
	top: calc(-5 /1920*100vw);
}
.wrap_clinic03 .img{
	width: calc(910 /var(--break)*100vw);
	height: calc(490 /var(--break)*100vw);
}
.wrap_clinic03 .area{
	margin-top: calc(-490 /var(--break)*100vw);
	height: calc(490 /var(--break)*100vw);
}
.wrap_clinic03 .area .box{
	width: calc(941 /1920*100vw);
	height: calc(420 /var(--break)*100vw);
	background: rgba(255,255,255,0.9);
	padding: calc(48 /1920*100vw) calc(50 /1920*100vw) 0;
	bottom: 0;
	right: 0;
}
.wrap_clinic03 .area .box .copy{
	font-size: calc(40/1920*100vw);
	margin-bottom: calc(10 /1920*100vw);
}
.wrap_clinic03 .img .icn{
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	background: #f4f1e5;
	border-radius: 100%;
	filter: drop-shadow(0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.1));
	bottom: calc(30 /var(--break)*100vw);
	left: calc(60 /var(--break)*100vw);
}

.row_clinic01{
	gap:0 calc(20 /var(--break)*100vw);
}
.row_clinic01 .col{
	width: calc(300 /var(--break)*100vw);
	height: calc(300 /var(--break)*100vw);
	background: url("images/clinic/icn_clinic01.png")no-repeat center/contain;
	font-size: 1.75rem;
	letter-spacing: 0;
	line-height: calc(44/28*100%);
}
.row_clinic01 .col:nth-child(2){
	background: url("images/clinic/icn_clinic02.png")no-repeat center/contain;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_clinic01 .img{
		width: calc(910 /1599*100vw);
		height: calc(490 /1599*100vw);
	}
	.wrap_clinic01 .area{
		margin-top: calc(-490 /1599*100vw);
		height: calc(490 /1599*100vw);
	}
	.wrap_clinic01 .area .box{
		height: calc(420 /1599*100vw);
	}
	.wrap_clinic01 .area .box .txt{
		font-size: calc(18/1599*100vw);
	}
	.wrap_clinic02 .box{
		padding: calc(30 /1599*100vw) calc(60 /1599*100vw) calc(54 /1599*100vw);
	}
	.wrap_clinic02 .box .copy{
		font-size: calc(40/1599*100vw);
		margin-bottom: calc(29 /1599*100vw);
	}
	.wrap_clinic02 .box .copy .fz60{
		font-size: calc(60/1599*100vw);
	}
	.wrap_clinic03 .img{
		width: calc(910 /1599*100vw);
		height: calc(490 /1599*100vw);
	}
	.wrap_clinic03 .area{
		margin-top: calc(-490 /1599*100vw);
		height: calc(490 /1599*100vw);
	}
	.wrap_clinic03 .area .box{
		height: calc(420 /1599*100vw);
	}
	.wrap_clinic03 .area .box .txt{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_clinic01{

	}
	.wrap_clinic01::after{
		content: "";
		background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
		width: calc(460 /var(--break)*100vw);
		height: calc(495 /var(--break)*100vw);
		position: absolute;
		left: 0;
		bottom: calc(-212/var(--break)*100vw);
		z-index: -1;
	}
	.wrap_clinic01.wrap_clinic04::after{
		bottom: auto;
		top: calc(-130/var(--break)*100vw);
	}
	.wrap_clinic01 .img{
		width: 100%;
		height: auto;
	}
	.wrap_clinic01 .area{
		margin: calc(-40 /var(--break)*100vw) auto 0;
		width: calc(702 /var(--break)*100vw);
		height: auto;
	}
	.wrap_clinic01 .area .box{
		position: static;
		width: 100%;
		height: auto;
		padding: calc(48 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(48 /var(--break)*100vw);
		bottom: auto;
		left: 0;
	}
	.wrap_clinic01 .area .box .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: calc(10 /var(--break)*100vw);
	}

	.ttl_clinic01{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: 100%;
		background: #fff;
		height: calc(97 /var(--break)*100vw);
		border: solid 1px #967800;
		border-radius: calc(48.5 /var(--break)*100vw);
		color: #967800;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.wrap_clinic02 .box{
		padding: calc(50 /var(--break)*100vw) 0 calc(42 /var(--break)*100vw);
	}
	.wrap_clinic02 .box .copy{
		font-size: 1.25rem;
		margin-bottom: calc(39 /var(--break)*100vw);
	}
	.wrap_clinic02 .box .copy .fz60{
		font-size: 1.875rem;
		line-height: 1em;
	}
	.wrap_clinic03{

	}
	.wrap_clinic03::after{
		content: "";
		background: url("images/clinic/deco_clinic02.png")no-repeat center/contain;
		width: calc(461 /var(--break)*100vw);
		height: calc(495 /var(--break)*100vw);
		position: absolute;
		right: 0;
		bottom: calc(-212/var(--break)*100vw);
		z-index: -1;
	}
	.wrap_clinic03.wrap_clinic05::after{
		bottom: auto;
		top: calc(-5 /var(--break)*100vw);
	}
	.wrap_clinic03 .img{
		width: 100%;
		height: auto;
	}
	.wrap_clinic03 .area{
		margin: calc(-40 /var(--break)*100vw) auto 0;
		width: calc(702 /var(--break)*100vw);
		height: auto;
	}
	.wrap_clinic03 .area .box{
		position: static;
		width: 100%;
		height: auto;
		padding: calc(48 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(48 /var(--break)*100vw);
		bottom: auto;
		left: 0;
	}
	.wrap_clinic03 .area .box .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.wrap_clinic03 .img .icn{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		bottom: calc(60 /var(--break)*100vw);
		left: calc(20 /var(--break)*100vw);
	}
	.wrap_clinic03 .img .icn p{
		font-size: 0.75rem;
	}
	.row_clinic01{
		width: calc(620 /var(--break)*100vw);
		margin: 0 auto calc(80 /var(--break)*100vw);
		gap:0 calc(20 /var(--break)*100vw);
	}
	.row_clinic01 .col{
		font-size: 0.875rem;
	}
}
.slide_sample06 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(33 / 1920 * 100vw);
	height: calc(59 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(33 / 1920 * 100vw);
	height: calc(59 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(33 / 1599 * 100vw);
		height: calc(59 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(33 / 1299 * 100vw);
		height: calc(59 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(33 / 750 * 100vw);
		height: calc(59 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}
.img_clinic_time{
	width: calc(750 /var(--break)*100vw);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.btn_tel_clinic{
	width: calc(400 /var(--break)*100vw);
	height: calc(125 /var(--break)*100vw);
	background: #f4f1e5;
	outline: solid 1px #4f7661;
	outline-offset: calc(-6 /var(--break)*100vw);
}
.btn_tel_clinic .txt1{
	margin-bottom: calc(9 /var(--break)*100vw);
}
.btn_tel_clinic .txt2 span{
	display: inline-block;
	vertical-align: middle;
}
.btn_tel_clinic .txt2 .icn{
	margin-right: calc(8 /var(--break)*100vw);
	margin-top: calc(3 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_clinic_time{
		width: calc(702 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.btn_tel_clinic{
		width: calc(500 /var(--break)*100vw);
		height: calc(150 /var(--break)*100vw);
		background: #f4f1e5;
		outline: solid 1px #4f7661;
		outline-offset: calc(-6 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.btn_tel_clinic .txt1{
		font-size: 0.9375rem;
		letter-spacing: 0;
		margin-bottom: calc(9 /var(--break)*100vw);
	}
	.btn_tel_clinic .txt2 span{
		display: inline-block;
		vertical-align: middle;
	}
	.btn_tel_clinic .txt2 .icn{
		width: calc(30 /var(--break)*100vw);
		margin-right: calc(8 /var(--break)*100vw);
		margin-top: calc(3 /var(--break)*100vw);
	}
	.btn_tel_clinic .txt2 .icn img{
		width: 100%;
	}
	.btn_tel_clinic .txt2 .txt{
		font-size: 1.6875rem;
	}
}
.ttl_access01{
	border-bottom: dotted 1px #333;
	padding-bottom: calc(19 /var(--break)*100vw);
}
.ttl_access01 span{
	display: inline-block;
	vertical-align: middle;
}
.ttl_access01 .icn{
	width: calc(60 /var(--break)*100vw);
	margin-right: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_access01{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom: dotted 1px #333;
		padding-bottom: calc(19 /var(--break)*100vw);
	}
	.ttl_access01 span{
		display: inline-block;
		vertical-align: middle;
	}
	.ttl_access01 .icn{
		width: calc(60 /var(--break)*100vw);
		margin-right: calc(15 /var(--break)*100vw);
	}
}


/* 赤あざ・血管腫 hemangioma
------------------------------------------------------------------*/
.img_hemangioma05{
	width: calc(570 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_hemangioma05{
		width: calc(702 /var(--break)*100vw);
	}
	.img_hemangioma05 img{
		width: 100%;
	}
}


/* .box_common01
------------------------------------------------------------------*/
.box_common01 .ttl_common01{
	position: relative;
	padding-left: calc(32 /var(--break)*100vw);
	margin-bottom: calc(5 /var(--break)*100vw);
}
.box_common01 .ttl_common01::before{
	content: "";
	width: calc(15 /var(--break)*100vw);
	height: calc(15 /var(--break)*100vw);
	background: #4f7661;
	border-radius: 100%;
	position: absolute;
	top: calc(17 /var(--break)*100vw);
	left: 0;
}

.row_common01 .col_img{
	width: calc(350/1240*100%);
}
.row_common01 .col_txt{
	width: calc(832/1240*100%);
}

.ttl_common02{
	margin-top: calc(23 /var(--break)*100vw);
	border-bottom: solid 1px #333333;
	padding-bottom: calc(10 /var(--break)*100vw);
	margin-bottom: calc(13 /var(--break)*100vw);
}
.ttl_common02.mb40{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.box_common01 .wrap_case{
	max-width: 1000px;
	margin: auto;
}
.ttl_common03{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto calc(30 /var(--break)*100vw);
	background: #4f7661;
	color: #fff;
	height: calc(60 /var(--break)*100vw);
	border-radius: calc(30 /var(--break)*100vw);
}
.ttl_common04{
	margin: 0 auto calc(30 /var(--break)*100vw);
	background: #98503c;
	color: #fff;
	height: calc(60 /var(--break)*100vw);
	border-radius: calc(30 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_common03{
		font-size: calc(22/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_common01{
		padding-left: calc(28 /var(--break)*100vw);
		padding-right:  calc(28 /var(--break)*100vw);
	}
	.box_common01 .ttl_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: calc(32 /var(--break)*100vw);
		margin-bottom: calc(5 /var(--break)*100vw);
	}
	.box_common01 .ttl_common01::before{
		content: "";
		width: calc(15 /var(--break)*100vw);
		height: calc(15 /var(--break)*100vw);
		background: #4f7661;
		border-radius: 100%;
		position: absolute;
		top: calc(32 /var(--break)*100vw);
		left: 0;
	}
	.row_common01 .col_img{
		width: calc(350 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_common01 .col_txt{
		width: 100%;
	}
	.ttl_common02{
		font-size: 1.125rem;
		margin-top: calc(23 /var(--break)*100vw);
		border-bottom: solid 1px #333333;
		padding-bottom: calc(10 /var(--break)*100vw);
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.box_common01 .wrap_case{
		max-width: 1000px;
		margin: auto;
	}
	.ttl_common03{
		width: 100%;
		margin: 0 auto calc(30 /var(--break)*100vw);
		line-height: 1.5em;
		font-size: 1rem;
		height: auto;
		padding:  calc(10 /var(--break)*100vw);
		border-radius: calc(50 /var(--break)*100vw);
	}
	.ttl_common04{
		width: 100%;
		margin: 0 auto calc(30 /var(--break)*100vw);
		line-height: 1.5em;
		font-size: 1rem;
		height: auto;
		padding:  calc(10 /var(--break)*100vw);
		border-radius: calc(50 /var(--break)*100vw);
	}
}

.bg_consultation{
	background: url("images/page/bg_consultation01.png")no-repeat left top/contain, url("images/page/bg_consultation02.png")no-repeat right top/contain,#f9f9f9;
	outline: solid calc(4 /var(--break)*100vw) #fff;
	outline-offset: calc(-24 /var(--break)*100vw);
}
.box_common02{
	background: #fff;
	border: solid 1px #333;
	padding: calc(49 /var(--break)*100vw) calc(49 /var(--break)*100vw) calc(47 /var(--break)*100vw);
}
.box_common02 .ttl{
	margin-bottom: calc(25 /var(--break)*100vw);
}
.box_common02 .ttl .ja{
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
}
.list_common01{
	position: relative;
}
.list_common01 li{
	width: calc(425/900*100%);
	padding-left: calc(31 / var(--break) * 100vw);
	line-height: 1.5;
	white-space: nowrap;
}
.list_common01 li:not(:nth-child(-n+2)) {
	margin-top: calc(13 / var(--break) * 100vw);
}
.list_common01 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_common01 li::before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/icn_check01.svg")no-repeat center/contain;
	border-radius: 0;
	left: 0;
	top: calc(5 /var(--break)*100vw);
}
@media(max-width: 767px) {
	.bg_consultation{
		padding: calc(50 /var(--break)*100vw);
		outline: solid calc(4 /var(--break)*100vw) #fff;
		outline-offset: calc(-24 /var(--break)*100vw);
	}
	.box_common02{
		padding: calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.box_common02 .ttl{
		margin-bottom: calc(26 /var(--break)*100vw);
	}
	.box_common02 .ttl .ja{
		font-size: 1rem;
		letter-spacing: 0;
		height: calc(60 /var(--break)*100vw);
		line-height: calc(60 /var(--break)*100vw);
	}
	.list_common01{
		position: relative;
	}
	.list_common01 li{
		width: 100%;
		padding-left: calc(50 / var(--break) * 100vw);
		line-height: 1.5;
		white-space: nowrap;
	}
	.list_common01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.list_common01 li:not(:first-child) {
		margin-top: calc(13 / var(--break) * 100vw);
	}
	.list_common01 li::before {
		content: "";
		position: absolute;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		border-radius: 0;
		left: 0;
		top: calc(12 /var(--break)*100vw);
	}
}
.tbl_common01 table{
	border: solid 1px #967800;
}
.tbl_common01 thead th{
	text-align: center;
	background: #967800;
}
.tbl_common01 thead th:last-child{
	border-left: solid 1px #fff;
}
.tbl_common02 thead th:nth-child(2){
	border-left: solid 1px #fff;
}
.tbl_common03 thead th:nth-child(2),
.tbl_common03 thead th:nth-child(3){
	border-left: solid 1px #fff;
}
.tbl_common01 tbody th{
	background: rgba(150,120,0,0.5);
}
.tbl_common01 tbody td{
	background: #fff;
	border-left: solid 1px #967800;
}
.tbl_common01 tbody tr:not(:last-child) td{
	border-bottom:  solid 1px #967800;
}
.tbl_common03 tbody tr:first-child td:first-child,
.tbl_common04 tbody tr:first-child td:first-child{
	background: rgba(150,120,0,0.5);
	color: #fff;
}
.tbl_common03 tbody td{
	border-bottom:  solid 1px #967800;
}
.tbl_common05 tbody th{
	background: #967800;
}
.tbl_common06 thead th:first-child{
	background: rgba(150,120,0,0.5);
	border-bottom:  solid 1px #fff;
}
.tbl_common06 thead th:nth-child(2){
	border-left: solid 1px #967800;
}


.row_common02{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
}
.row_common02 .col{
	width: calc(400/1240*100%);
	padding: calc(32 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	background: #f9f9f9;
}
.row_common02 .col::before,
.row_common02 .col::after{
	content: "";
	width: calc(100% - (5 /var(--break)*100vw));
	height: calc(100% - (5 /var(--break)*100vw));
	position: absolute;
	z-index: -1;
}
.row_common02 .col::before{
	border-top: solid 1px #4f7661;
	border-left: solid 1px #4f7661;
	bottom: 0;
	right: 0;
}
.row_common02 .col::after{
	border-bottom: solid 1px #4f7661;
	border-right: solid 1px #4f7661;
	top: 0;
	left: 0;
}
.row_common02 .col .ttl{
	margin-bottom: calc(12 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common02 {
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(20 /var(--break)*100vw) 0;
	}
	.row_common02  .col{
		width: 100%;
		padding: calc(32 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.row_common02  .col h5,
	.row_common02  .col h4{
		font-size: 1.125rem;
		margin-bottom: calc(12 /var(--break)*100vw);
	}
}


/* box_common03
------------------------------------------------------------------*/
.box_common03{
	max-width: 1000px;
	padding: calc(50 /var(--break)*100vw);
}
.box_common03 .ttl{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(25 /var(--break)*100vw);
}
.row_common03{
	gap:calc(20 /var(--break)*100vw) calc(21 /900*100%);
}
.row_common03 .col{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(32/22*100%);
	width: calc(286 /900*100%);
	height: calc(80 /var(--break)*100vw);
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}
.row_common03 .col::before,
.row_common03 .col::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
}
.row_common03 .col::before{
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.row_common03 .col::after{
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	bottom: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_common03{
		max-width: 1000px;
		padding: calc(30 /var(--break)*100vw);
	}
	.box_common03 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.row_common03{
		gap:calc(20 /var(--break)*100vw) calc(22 /586*100%);
	}
	.row_common03 .col{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(32/22*100%);
		width: calc(282 /586*100%);
		height: calc(80 /var(--break)*100vw);
	}
}


/* btn_default
------------------------------------------------------------------*/
.btn_default{
	font-size: 1.575rem;
	letter-spacing: 0.1em;
	width: calc(420 /var(--break)*100vw);
	height: calc(84 /var(--break)*100vw);
	border-radius: calc(42 /var(--break)*100vw);
}
.btn_default::after{
	content: "";
	background: url("images/page/arw.svg")no-repeat center/contain;
	width: calc(22.4 /var(--break)*100vw);
	height: calc(22.4 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(28 /var(--break)*100vw);
	margin: auto;
	transition: .3s;
}
.btn_default:hover::after{
	right: calc(23 /var(--break)*100vw);
	transition: .3s;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_default{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		width: calc(500 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		border-radius: calc(50 /var(--break)*100vw);
	}
	.btn_default::after{
		content: "";
		background: url("images/page/arw.svg")no-repeat center/contain;
		width: calc(22.4 /var(--break)*100vw);
		height: calc(22.4 /var(--break)*100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(28 /var(--break)*100vw);
		margin: auto;
		transition: .3s;
	}
	.btn_default:hover::after{
		right: calc(28 /var(--break)*100vw);
		transition: .3s;
	}
}


/* 粉瘤手術 epidermal_cyst
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ニキビ acne
------------------------------------------------------------------*/
.bnr_acne{
	width: calc(700 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 医療脱毛 laser_hair_removal
------------------------------------------------------------------*/
.tbl_laser_hair_removal01 table{
	border: solid 1px #967800;
}
.tbl_laser_hair_removal01 thead th{
	width: calc(304/1000*100%);
	background: rgba(150,120,0,0.5);
	border-bottom:  solid 1px #fff;
}
.tbl_laser_hair_removal01 thead td{
	width: calc(348/1000*100%);
	color: #fff;
	text-align: center;
	border-bottom:  solid 1px #967800;
}
.tbl_laser_hair_removal01 thead td:nth-child(2){
	background: #967800;
}
.tbl_laser_hair_removal01 thead td:last-child{
	border-left: solid 1px #967800;
	background: rgba(150,120,0,0.5);
}
.tbl_laser_hair_removal01 tbody th{
	background: rgba(150,120,0,0.5);
}
.tbl_laser_hair_removal01 tbody td{
	border-left: solid 1px #967800;
}
.tbl_laser_hair_removal01 tbody tr:not(:last-child) td{
	border-bottom:  solid 1px #967800;
}

.img_laser_hair_removal08{
	width: calc(815 /var(--break)*100vw);
}
.img_laser_hair_removal09{
	width: calc(810 /var(--break)*100vw);
}
.bnr_laser_hair_removal{
	width: calc(700 /var(--break)*100vw);
}
.wrap_laser_hair_removal .box_qa03{
	border-bottom: none;
}
.wrap_laser_hair_removal .box_qa03:first-child{
	padding: 0 0 calc(43 /var(--break)*100vw);
}
.wrap_laser_hair_removal .box_qa03::after{
	content: "";
	width: 90%;
	max-width: 1240px;
	height: 1px;
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_laser_hair_removal .box_qa03 .box_q{
	width: 90%;
	max-width: 1240px;
	margin: auto;
}
.wrap_laser_hair_removal .box_qa03:first-child .box_q{
	padding-top: calc(37 /var(--break)*100vw);
	border-top: solid 1px #333333;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_laser_hair_removal08{
		width: calc(646 /var(--break)*100vw);
	}
	.img_laser_hair_removal09{
		width:calc(646 /var(--break)*100vw);
	}
	.wrap_laser_hair_removal .box_qa03 .box_q .txt {
		padding: 1vw 0 1vw 0;
	}
}


/* row_plan01
------------------------------------------------------------------*/
.row_plan01{
	gap:calc(90 /var(--break)*100vw) calc(50/1240*100%);
}
.row_plan01 .col{
	width: calc(595/1240*100%);
}
.row_plan01 .col::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #f4f1e5;
	position: absolute;
	bottom:calc(-10 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
	z-index: -1;
}
.row_plan01 .col .ttl{
	padding-top: calc(56 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
}
.row_plan01 .col .ttl h4{
	line-height: 1.5em;
}
.row_plan01 .col .ttl::before,
.row_plan01 .col .ttl::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
}
.row_plan01 .col .ttl::before{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.row_plan01 .col .ttl::after{
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	bottom: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
.row_plan01 .col .ttl .icn{
	background: url("images/page/icn_plan01.png")no-repeat center/contain;
	width: calc(102 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	top: calc(-50 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_plan01 .col .ttl .icn p span:nth-child(2){
	margin-top: calc(-4 /var(--break)*100vw);
}
.row_plan01 .col .box{
	background: url("images/page/bg_plan.jpg")no-repeat right bottom/cover;
	padding: calc(40 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.row_plan01 .col .box .price1 span{
	display: inline-block;
	line-height: 1em;
}
.row_plan01 .col .box .price1 .txt2{
	margin-left: calc(-7 /var(--break)*100vw);
}
.row_plan01 .col .box .price1 .txt3{
	margin-left: calc(-7 /var(--break)*100vw);
}
.row_plan01 .col .box .price1 .txt4{
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	width: calc(80 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	top: calc(-19 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
}
.row_plan01 .col .box .price2{
	margin-bottom: calc(14 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_plan01{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(90 /var(--break)*100vw) 0;
	}
	.row_plan01 .col{
		width: 100%;
	}
	.row_plan01 .col .ttl{
		padding-top: calc(56 /var(--break)*100vw);
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.row_plan01 .col .ttl h4{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.row_plan01 .col .ttl .icn{
		background: url("images/page/icn_plan01.png")no-repeat center/contain;
		width: calc(102 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		top: calc(-50 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_plan01 .col .ttl .icn p span:nth-child(1){
		font-size: 0.5625rem;
	}
	.row_plan01 .col .ttl .icn p span:nth-child(2){
		font-size: 1rem;
		margin-top: calc(-4 /var(--break)*100vw);
	}
	.row_plan01 .col .box{
		background: url("images/page/bg_plan.jpg")no-repeat right bottom/cover;
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_plan01 .col .box .price1 .txt1{
		font-size: 1.125rem;
	}
	.row_plan01 .col .box .price1 .txt2{
		font-size: 3rem;
		margin-left: calc(-7 /var(--break)*100vw);
	}
	.row_plan01 .col .box .price1 .txt3{
		font-size: 1.875rem;
		margin-left: calc(-7 /var(--break)*100vw);
	}
	.row_plan01 .col .box .price1 .txt4{
		display: block;
		font-size: 0.625rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		width: calc(90 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
		top: calc(-19 /var(--break)*100vw);
		right: calc(-10 /var(--break)*100vw);
	}
	.row_plan01 .col .box .price2{
		font-size: 1.125rem;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
}


/* メンズ脱毛・ヒゲ脱毛 mens_hair_removal
------------------------------------------------------------------*/
.img_mens_hair_removal08{
	width: calc(815 /var(--break)*100vw);
}
.img_mens_hair_removal09{
	width: calc(810 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_mens_hair_removal08{
		width: calc(646 /var(--break)*100vw);
	}
	.img_mens_hair_removal09{
		width:calc(646 /var(--break)*100vw);
	}
}


/* シミ取り spot_removal
------------------------------------------------------------------*/
.img_spot_removal04{
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_spot_removal04{
		width: calc(646 /var(--break)*100vw);
	}
}


/* ほくろ・いぼ・首いぼ・汗管腫 mole
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* しわ・たるみ・小顔 wrinkle
------------------------------------------------------------------*/
.img_wrinkle04{
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_wrinkle04{
		width: calc(646 /var(--break)*100vw);
	}
}


/* 毛穴・ニキビ跡 acne_scars
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ワキガ・多汗症 axillary_osmidrosis
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 赤ら顔・酒さ・毛細血管拡張症 rosacea
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 薄毛治療 aga_faga
------------------------------------------------------------------*/
.row_aga_faga01 .col{
	width: calc(400/1240*100%)!important;
	max-width: calc(400/1240*100%)!important;
}
.row_aga_faga01 .col .box{
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_aga_faga01{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
	}
	.row_aga_faga01 .col{
		width: 100%!important;
		max-width: 100%!important;
	}
}


/* ポテンツァ potenza
------------------------------------------------------------------*/
.box_potenza01{
	padding: calc(37 /var(--break)*100vw) calc(49 /var(--break)*100vw) calc(39 /var(--break)*100vw);
	border:solid 1px #333333;
}
.box_potenza01 .ttl{
	margin-bottom: calc(8 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_potenza01{
		padding: calc(37 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(39 /var(--break)*100vw);
	}
	.box_potenza01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_potenza01 .txt{
		text-align: left;
	}
}


/* 料金表 fee
------------------------------------------------------------------*/
.js_acc_item{
	border-bottom: solid calc(10 /var(--break)*100vw) #4f7661;
	border-left: solid calc(10 /var(--break)*100vw) #4f7661;
	border-right: solid calc(10 /var(--break)*100vw) #4f7661;
	padding: calc(46 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(51 /var(--break)*100vw);
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}
.js_acc_item .copy{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
.js_acc_item .txt{
	margin-bottom: calc(37 /var(--break)*100vw);
}
.js_acc_item .txt2{
	padding-left: calc(20 /var(--break)*100vw);
	padding-right: calc(20 /var(--break)*100vw);
}

.row_fee01{
	gap:calc(20 /var(--break)*100vw) calc(20 /1240*100%);
}
.row_fee01 .col{
	width: calc(400/1240*100%);
}
.row_fee01 .col a{
	width: 100%;
	height: calc(100 /var(--break)*100vw);
	border: solid 1px #333;
	font-size: 1.375rem;
	border-radius: calc(50 /var(--break)*100vw);
	padding-bottom: calc(27 /var(--break)*100vw);
}
.row_fee01 .col a:hover{
	border: solid 1px #fff;
	color: #fff;
	background: #98503c;
	opacity: 1;
}
.row_fee01 .col a::after{
	content: "";
	background: url("images/fee/arw_fee.svg")no-repeat center/contain;
	width: calc(22 /var(--break)*100vw);
	height: calc(22 /var(--break)*100vw);
	position: absolute;
	bottom: calc(16 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
.js_acc_item{
	border-bottom: solid calc(10 /var(--break)*100vw) #4f7661;
	border-left: solid calc(10 /var(--break)*100vw) #4f7661;
	border-right: solid calc(10 /var(--break)*100vw) #4f7661;
	padding: calc(46 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(51 /var(--break)*100vw);
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}
.js_acc_item .copy{
	font-size: 1.125rem;
	letter-spacing: 0;
}
.js_acc_item .txt{
	margin-bottom: calc(37 /var(--break)*100vw);
}
.js_acc_item .txt2{
	padding-left: 0;
	padding-right: 0;
}

.row_fee01{
	width: calc(702 /var(--break)*100vw);
	margin: auto;
	gap:calc(20 /var(--break)*100vw) calc(22 /702*100%);
}
.row_fee01 .col{
	width: calc(340/702*100%);
}
.row_fee01 .col a{
	width: 100%;
	height: calc(100 /var(--break)*100vw);
	border: solid 1px #333;
	font-size: 0.625rem;
	letter-spacing: 0;
	border-radius: calc(50 /var(--break)*100vw);
	padding-bottom: calc(27 /var(--break)*100vw);
}
.row_fee01 .col a:hover{
	border: solid 1px #fff;
	color: #fff;
	background: #98503c;
	opacity: 1;
}
.row_fee01 .col a::after{
	content: "";
	background: url("images/fee/arw_fee.svg")no-repeat center/contain;
	width: calc(22 /var(--break)*100vw);
	height: calc(22 /var(--break)*100vw);
	position: absolute;
	bottom: calc(16 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
}


/* コンテンツ名 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) {
	
}


/* コンテンツ名 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) {
	
}


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

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
	background: #4f7661;
	color: #fff;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #333333;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: url(images/page/arw_case.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01.red .slick-prev, .slide_case01.red .slick-next {
    background: url(images/page/arw_case_red.svg)no-repeat center / cover;
}
.slide_case01 .slick-prev {
    left: calc(-90 / var(--break) * 100vw);
}
.slide_case01 .slick-next {
    right: calc(-90 / var(--break) * 100vw);
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	border: solid 1px #4f7661;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #4f7661;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
	border-color: #333333;
}
.tbl_case table th {
	background: #cabb7f;
	color: #fff;
}
.tbl_case table td {
	background: #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #333333;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_case01 .slick-prev {
		left: calc(-70 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(-70 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(-50 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(-50 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #333333;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(42 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		bottom: auto;
		top: 62vw;
	}
	.slide_case01 .slick-prev {
		left: 2vw;
	}
	.slide_case01 .slick-next {
		right: 2vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/
.ttl_recruit_head{
	width: 100%;
	position: relative;
	font-size: 2.125rem;
	letter-spacing: 0.15em;
	padding-bottom: calc(22 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.ttl_recruit_head::after{
	content: "";
	background: url("images/recruit/bar_recruit01.png")no-repeat center/contain;
	width: calc(805 /var(--break)*100vw);
	height: calc(19 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box_recruit_head{
	width: 100%;
}
.box_recruit_head .ttl{
	width: 100%;
	height: calc(60 /var(--break)*100vw);
}
.box_recruit_head .ttl::before,
.box_recruit_head .ttl::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
}
.box_recruit_head .ttl::before{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.box_recruit_head .ttl::after{
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	bottom: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
.box_recruit_head .box{
	border-bottom: solid calc(5 /var(--break)*100vw) #4f7661;
	border-left: solid calc(5 /var(--break)*100vw) #4f7661;
	border-right: solid calc(5 /var(--break)*100vw) #4f7661;
	background: url("images/page/ptn_paper01.jpg");
	padding: calc(29 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.row_recruit_head{
	gap:0 calc(40 /var(--break)*100vw);
}
.row_recruit_head .col_img{
	width: calc(109 /var(--break)*100vw);
}
.row_recruit_head .col_txt{
	width: calc(630 /var(--break)*100vw);
}
.row_recruit_head .col_txt .price {
	white-space: nowrap;
	margin-top: calc(-10 /var(--break)*100vw);
}
.row_recruit_head .col_txt .price .txt1{
	display: inline-block;
	width: calc(209 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	border-radius: calc(30 /var(--break)*100vw);
	line-height: calc(60 /var(--break)*100vw);
	text-align: center;
	transform: translateY(calc(-20 /var(--break)*100vw));
	margin-right: calc(40 /var(--break)*100vw);
}

.row_recruit01 .col_img{
	width: calc(570/1240*100%);
}
.row_recruit01 .col_img::after{
	content: "";
	width: calc(248 /var(--break)*100vw);
	height: calc(248 /var(--break)*100vw);
	background: rgba(51,51,51,0.9);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.row_recruit01 .col_img .box{
	width: calc(175 /var(--break)*100vw);
	height: calc(106 /var(--break)*100vw);
	bottom: 0;
	right: 0;
	z-index: 1;
}
.row_recruit01 .col_img .box span:first-child{
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_recruit01 .col_txt{
	width: 50%;
}

.box_recruit01{
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
	padding: calc(47 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(49 /var(--break)*100vw);
	outline: solid 1px #4f7661;
	outline-offset:  calc(-22 /var(--break)*100vw);
}

.bg_recruit01{
	background: url("images/recruit/bg_recruit01.jpg")no-repeat center/cover;
	padding: calc(43 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(45 /var(--break)*100vw);
}

.row_recruit02{
	gap:calc(20 /var(--break)*100vw);
}
.row_recruit02 .col{
	width: calc(184 /var(--break)*100vw);
	height: calc(184 /var(--break)*100vw);
	background: url("images/recruit/icn_recruit01.png")no-repeat center/cover;
}
.row_recruit02 .col:nth-child(2n){
	background: url("images/recruit/icn_recruit02.png")no-repeat center/cover;
}

.copy_recruit01{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: calc(19 /var(--break)*100vw);
}

.img_recruit05 .icn01{
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	background: #f4f1e5;
	filter: drop-shadow(0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.1));
	top: calc(-30 /var(--break)*100vw);
	right: calc(-48 /var(--break)*100vw);
}
.img_recruit05 .icn02{
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	background: #f4f1e5;
	filter: drop-shadow(0 0 calc(20 /var(--break)*100vw) rgba(0,0,0,0.1));
	bottom: calc(-30 /var(--break)*100vw);
	left: calc(-48 /var(--break)*100vw);
}

.row_message01 .col_img{
	width: calc(140 /1240*100%);
}
.row_message01 .col_txt{
	width: calc(1030 /1240*100%);
	padding: calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	background: #98503c;
	border-radius: calc(20 /var(--break)*100vw);
}
.row_message01.r_reverse .col_txt{
	background: #4f7661;
}
.row_message01 .col_txt::after{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	background: #98503c;
	clip-path: polygon(100% 100%,100% 0, 0 50%);
	position: absolute;
	right: calc(100% - 1px);
	top: calc(65 /var(--break)*100vw);
}
.row_message01.r_reverse .col_txt::after{
	background: #4f7661;
	clip-path: polygon(0 0,0 100%, 100% 50%);
	right: auto;
	left: calc(100% - 1px);
}

.row_recruit03{
	padding-top: calc(48 /var(--break)*100vw);
}
.row_recruit03 .col{
	width: calc(350/1240*100%);
	height: calc(165 /var(--break)*100vw);
	border: solid calc(5 /var(--break)*100vw) #4f7661;
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
	padding-top: calc(44 /var(--break)*100vw);
}
.row_recruit03 .col:nth-child(2){
	border-color: #98503c;
}
.row_recruit03 .col:not(:last-child)::after{
	content: "";
	background: url("images/recruit/arw_recruit01.svg")no-repeat center/contain;
	width: calc(45 /var(--break)*100vw);
	height: calc(45 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(-75 /350*100%);
}
.row_recruit03 .col .icn{
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	background: url("images/recruit/icn_recruit03.png")no-repeat center/contain;
	top: calc(-53 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_recruit03 .col:nth-child(2) .icn{
	background: url("images/recruit/icn_recruit04.png")no-repeat center/contain;
}
.row_recruit03 .col .icn p span{
	display: block;
}
.row_recruit03 .col .icn .txt1{
	letter-spacing: 0.05em;
	line-height: 1em;
}
.row_recruit03 .col .icn .txt2{
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1em;
}
.row_recruit03 .col .txt{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
}
.box_recruit02{
	padding: calc(38 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(42 /var(--break)*100vw);
}
.box_recruit02 .txt_recruit02{
	line-height: calc(38/24*100%);
	text-align: center;
}

.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #967800;
}
.tbl_guideline01 th {
	background: #967800!important;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #967800;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #4f7661;
}
.btn_submit input {
	border: none;
	background: #98503c;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.ttl_recruit_head{
		width: 100%;
		position: relative;
		font-size: 1.125rem;
		letter-spacing: 0.15em;
		padding-bottom: calc(22 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.ttl_recruit_head::after{
		width: calc(702 /var(--break)*100vw);
		height: calc(19 /var(--break)*100vw);
	}
	.box_recruit_head{
		width: 100%;
	}
	.box_recruit_head .ttl{
		width: 100%;
		height: calc(80 /var(--break)*100vw);
		font-size: 1.125rem;
	}
	.row_recruit_head{
		gap:calc(40 /var(--break)*100vw);
	}
	.row_recruit_head .col_img{
		width: calc(109 /var(--break)*100vw);
	}
	.row_recruit_head .col_txt{
		width: 100%;
	}
	.row_recruit_head .col_txt .price {
		white-space: nowrap;
		margin-top: calc(-10 /var(--break)*100vw);
	}
	.row_recruit_head .col_txt .price .txt1{
		display: inline-block;
		width: calc(209 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		border-radius: calc(30 /var(--break)*100vw);
		line-height: calc(60 /var(--break)*100vw);
		text-align: center;
		transform: translateY(calc(-10 /var(--break)*100vw));
		margin-right: calc(20 /var(--break)*100vw);
		font-size: 1rem;
	}
	.row_recruit_head .col_txt .price .txt2{
		font-size: 2.875rem;
	}
	.row_recruit_head .col_txt .price .txt3{
		font-size: 1.5rem;
	}
	.row_recruit_head .col_txt .txt{
		text-align: left;
	}
	.row_recruit01 .col_img{
		width: calc(570 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_recruit01 .col_img::after{
		width: calc(248 /var(--break)*100vw);
		height: calc(248 /var(--break)*100vw);
	}
	.row_recruit01 .col_img .box{
		width: calc(175 /var(--break)*100vw);
		height: calc(106 /var(--break)*100vw);
	}
	.row_recruit01 .col_img .box span:first-child{
		margin-bottom: 0;
	}
	.row_recruit01 .col_img .box .fz20{
		font-size: 0.625rem;
	}
	.row_recruit01 .col_img .box .fz34{
		font-size: 1.0625rem;
	}
	
	.box_recruit01{
		padding: calc(47 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(49 /var(--break)*100vw);
		outline: solid 1px #4f7661;
		outline-offset:  calc(-12 /var(--break)*100vw);
	}
	.box_recruit01 p{
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: left;
	}
	.row_recruit02{
		gap:calc(20 /var(--break)*100vw);
	}
	.row_recruit02 .col{
		font-size: 0.75rem;
		width: calc(220 /var(--break)*100vw);
		height: calc(220 /var(--break)*100vw);
	}
	.copy_recruit01{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.txt_recruit01{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	.img_recruit05{
		margin-bottom: calc(100 /var(--break)*100vw);
	}
	.img_recruit05 .icn01{
		width: calc(120 /var(--break)*100vw);
		height: calc(120 /var(--break)*100vw);
		top: calc(-90 /var(--break)*100vw);
		right: calc(-20 /var(--break)*100vw);
	}
	.img_recruit05 .icn02{
		width: calc(120 /var(--break)*100vw);
		height: calc(120 /var(--break)*100vw);
		font-size: 0.625rem;
		bottom: calc(-90 /var(--break)*100vw);
		left: calc(-20 /var(--break)*100vw);
	}
	.img_recruit05 .icn01 p,
	.img_recruit05 .icn02 p{
		font-size: 0.625rem;
	}
	.row_message01 .col_img{
		width: calc(180 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_message01 .col_img img{
		width: 100%;
	}
	.row_message01 .col_img p{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_message01 .col_txt{
		width: 100%;
		padding: calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(30 /var(--break)*100vw);
		border-radius: calc(20 /var(--break)*100vw);
	}
	.row_message01 .col_txt::after{
		content: "";
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		clip-path: polygon(100% 100%,0 100%, 50% 0);
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		bottom: calc(100% - 1px);
		margin: auto;
	}
	.row_message01.r_reverse .col_txt::after{
		clip-path: polygon(100% 100%,0 100%, 50% 0);
		right: 0;
		left: 0;
		top: auto;
		bottom: calc(100% - 1px);
		margin: auto;
	}
	
	.row_recruit03{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(140 /var(--break)*100vw) 0;
		padding-top: calc(48 /var(--break)*100vw);
	}
	.row_recruit03 .col{
		width: 100%;
		height: calc(165 /var(--break)*100vw);
		padding-top: calc(44 /var(--break)*100vw);
	}
	.row_recruit03 .col:not(:last-child)::after{
		transform: rotate(90deg);
		top: auto;
		bottom: calc(-75 /var(--break)*100vw);
		margin: auto;
		right: 0;
		left: 0;
	}
	.row_recruit03 .col .icn .txt1{
		font-size: 0.5625rem;
		letter-spacing: 0.05em;
		line-height: 1em;
	}
	.row_recruit03 .col .icn .txt2{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		line-height: 1em;
	}
	.row_recruit03 .col .txt{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
	}
	.box_recruit02{
		padding: calc(38 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(42 /var(--break)*100vw);
	}
	.box_recruit02 .txt_recruit02{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(38/24*100%);
		text-align: center;
	}
	
	.row_recruit01 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #4f7661;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #f4f1e5;
	border: 1px solid #f4f1e5;
	border-right-color: #f4f1e5;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #f4f1e5;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #967800;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #f4f1e5;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #98503c;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #967800;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #967800;
	color: #967800;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #967800;
	background: #967800;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3{
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
	position: relative;
	padding: calc(17 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(21 /var(--break)*100vw);
}
.single_post > h3::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #98503c;
	position: absolute;
	bottom: calc(5 /var(--break)*100vw);
	left: 0;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h4{
	background: #f4f1e5;
	position: relative;
	padding: calc(14 /var(--break)*100vw) calc(32 /var(--break)*100vw);
}
.post_content > h4::before{
	content: "";
	width: calc(2 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #98503c;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
}
.post_content > h5{
	position: relative;
	padding: calc(14 /var(--break)*100vw) calc(27 /var(--break)*100vw);
}
.post_content > h5::before{
	content: "";
	width: calc(23 /var(--break)*100vw);
	height: calc(23 /var(--break)*100vw);
	background: #967800;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	position: absolute;
	top: calc(20 /var(--break)*100vw);
	left: calc(-3 /var(--break)*100vw);
}
.post_content > h5::after{
	content: "";
	width: 100%;
	height: calc(5 /var(--break)*100vw);
	border-top: solid 1px #967800;
	border-bottom: solid 1px #967800;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #967800;
	background: #967800;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #967800;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h4::before{
		top: calc(22 /var(--break)*100vw);
	}
	.post_content > h5::before{
		top: calc(30 /var(--break)*100vw);
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .ttl{
	background: #4f7661;
	color: #fff;
	position: relative;
}
.row_format04 .ttl::before,
.row_format04 .ttl::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
}
.row_format04 .ttl::before{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.row_format04 .ttl::after{
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	bottom: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
.row_format04 .col:nth-child(2n) .ttl{
	background: #98503c;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.row_format04 .col .box{
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}
.wrap_format01 .box_qa03 {
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
}
.box_format02{
	border:solid 1px #333333;
}
.box_format02 .ttl{
	margin-bottom: calc(8 /var(--break)*100vw);
}
.box_format03{
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}
.box_format04{
	background: url("images/page/ptn_paper01.jpg")repeat left top/calc(1022 /var(--break)*100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}
.btn_format01{
	width: calc(300 /var(--break)*100vw);
}
.btn_format01 a{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	height: calc(60 /var(--break)*100vw);
	border-radius: calc(30 /var(--break)*100vw);
}
.btn_format01 a::after{
	content: "";
	background: url("images/page/arw.svg")no-repeat center/contain;
	width: calc(16 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
	transition: .3s;
}
.btn_format01 a:hover::after{
	right: calc(15 /var(--break)*100vw);
	transition: .3s;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_format01{
		width: calc(500 /var(--break)*100vw);
	}
	.btn_format01 a{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		height: calc(100 /var(--break)*100vw);
		border-radius: calc(50 /var(--break)*100vw);
	}
	.btn_format01 a::after{
		content: "";
		background: url("images/page/arw.svg")no-repeat center/contain;
		width: calc(22.4 /var(--break)*100vw);
		height: calc(22.4 /var(--break)*100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(28 /var(--break)*100vw);
		margin: auto;
		transition: .3s;
	}
	.btn_format01 a:hover::after{
		right: calc(28 /var(--break)*100vw);
		transition: .3s;
	}
}