@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_pattern04.jpg")no-repeat center top calc(172 /var(--break)*100vw) / 100%;
	padding-top: calc(172 /var(--break)*100vw);
	height: calc(372 / var(--break) * 100vw);
}
.hdg2 .ja {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-right: calc(6 /var(--break)*100vw);
	color: #fff;
	vertical-align: middle;
}
.hdg2 .en {
	font-size: 1.25rem;
	color: #fff;
	vertical-align: middle;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page {
		background: url("images/page/bg_pattern04.jpg")no-repeat center top calc(172 /1599*100vw) / 100%;
		padding-top: calc(172 /1599*100vw);
		height: calc(372 / var(--break) * 100vw);
	}
}
@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: url("images/page/bg_pattern04.jpg")no-repeat center top calc(140 /var(--break)*100vw) / 100%;
		padding-top: calc(140 /var(--break)*100vw);
		height: calc(420 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		display: block;
		text-align: center;
		font-size: 1.5625rem;
		line-height: 1.4em;
		letter-spacing: 0;
		margin-right: 0;
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.hdg2 .en {
		display: block;
		text-align: center;
		font-size: .9375rem;
		letter-spacing: 0.1em;
	}
	.col_img {
		text-align: center;
	}
}


/* 当院について clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/img_clinic01.jpg")no-repeat center/cover;
	height: calc(516 /var(--break)*100vw);
}
.bg_clinic02{
	background: url("images/clinic/img_clinic02.jpg")no-repeat center/cover;
	height: calc(516 /var(--break)*100vw);
}
.box_clinic01{
	background: rgba(205,192,150,0.9);
	outline: solid calc(2 /var(--break)*100vw) #fff;
	outline-offset: calc(-12 /var(--break)*100vw);
	padding: calc(49 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	margin: calc(-66 /var(--break)*100vw) auto calc(28 /var(--break)*100vw);
}
.box_clinic01.mb80{
	margin-bottom: calc(80 /var(--break)*100vw);
}
.box_clinic01 .txt{
	line-height: calc(44/24*100%);
}
.wrap_clinic_value{
	padding: calc(84 /var(--break)*100vw) 0 calc(100 /var(--break)*100vw);
}
.wrap_clinic_value .ttl{
	margin-bottom: calc(59 /var(--break)*100vw);
}
.row_clinic_value{
	gap:calc(20 /var(--break)*100vw) calc(8/1240*100%);
}
.row_clinic_value .col{
	width: calc(240/1240*100%);
	height: calc(140 /var(--break)*100vw);
	background: #ffffff;
	border: solid 2px #222222;
	outline: solid 1px #b3a063;
	outline-offset: calc(-11 /var(--break)*100vw);
}
.row_clinic_value .col::before{
	content: "";
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	background: #f1eee6;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_clinic_value .col p{
	line-height: calc(26/20*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic01 .ttl .en,
	.bg_clinic02 .ttl .en{
		font-size: 2.6875rem;
	}
	.bg_clinic01 .ttl .ja,
	.bg_clinic02 .ttl .ja{
		font-size: 1.25rem;
	}
	.box_clinic01{
		padding: calc(49 /var(--break)*100vw) calc(40 /var(--break)*100vw);
		margin: calc(-66 /var(--break)*100vw) auto calc(28 /var(--break)*100vw);
	}
	.box_clinic01 .txt{
		font-size: 1rem;
		line-height: calc(44/24*100%);
	}
	.wrap_clinic_value{
		padding: calc(84 /var(--break)*100vw) 0 calc(100 /var(--break)*100vw);
	}
	.wrap_clinic_value .ttl{
		margin-bottom: calc(59 /var(--break)*100vw);
	}
	.wrap_clinic_value .ttl .en{
		font-size: 2.6875rem;
	}
	.wrap_clinic_value .ttl .ja{
		font-size: 1.25rem;
	}
	.row_clinic_value{
		gap:calc(20 /var(--break)*100vw) calc(15/702*100%);
	}
	.row_clinic_value .col{
		width: calc(224/702*100%);
		height: calc(140 /var(--break)*100vw);
		background: #ffffff;
		border: solid calc(2 /var(--break)*100vw) #222222;
		outline: solid 1px #b3a063;
		outline-offset: calc(-11 /var(--break)*100vw);
	}
	.row_clinic_value .col::before{
		content: "";
		width: calc(100 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		background: #f1eee6;
		clip-path: polygon(0 0,0 100%,100% 0);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.row_clinic_value .col p{
		font-size: 0.625rem;
		line-height: calc(26/20*100%);
	}
}

.row_clinic01{
	margin-bottom: calc(27 /var(--break)*100vw);
}
.row_clinic01.mb60{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_clinic01 .col_img{
	width: calc(560 /1240*100%);
}
.row_clinic01 .col_img::before{
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #222222;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic01 .col_txt{
	width: calc(630 /1240*100%);
}
.row_clinic01 .col_txt p{
	margin-top: calc(-12 /var(--break)*100vw);
}

.name_clinic{
	margin-bottom: calc(43 /var(--break)*100vw);
}
.name_clinic.no_mgn{
	margin-bottom: 0;
}
.name_clinic span{
	display: inline-block;
	vertical-align: middle;
}
.name_clinic .txt1{
	margin-right: calc(20 /var(--break)*100vw);
}
.name_clinic .txt2{
	margin-right: calc(20 /var(--break)*100vw);
}
.tbl_clinic01 table {
	border: 1px solid #222222;
	width: 100%;
}
.tbl_clinic01 th{
	width: calc(130 /1000*100%)!important;
}
.tbl_clinic01 td{
	width: calc(870 /1000*100%)!important;
}
.tbl_clinic01 .ttl{
	background: #222222;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: calc(60 /var(--break)*100vw);
}
.tbl_clinic01 tbody th{
	font-weight: 300;
	background: #e5dec8;
	color: #222222;
	text-align: left;
	vertical-align: top;
	padding: calc(29 /var(--break)*100vw) 0 0 calc(30 /var(--break)*100vw);
	border-right: 1px solid #222222;
}
.tbl_clinic01 tr:not(:last-child) th {
	border-bottom: 1px solid #222222;
}
.tbl_clinic01 tbody td{
	padding: calc(33 /var(--break)*100vw) calc(39 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.tbl_clinic01 tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
.tbl_clinic01 tbody td .list_default li{
	padding-left: calc(34 / var(--break) * 100vw);
	padding-bottom: calc(7 /var(--break)*100vw);
	border-bottom: dotted 1px #695e53;
	color: #473a2c;
}
.tbl_clinic01 tbody td .list_default li:before {
	left: calc(10 /var(--break)*100vw);
}
.tbl_clinic01 tbody td .list_default li:not(:first-child) {
	margin-top: calc(4 / var(--break) * 100vw);
}
.row_clinic02{
	gap:0 calc(29 /1240*100%);
}
.row_clinic02 .col{
	width: calc(394 /1240*100%);
}
.box_clinic02{
	outline: solid calc(2 /var(--break)*100vw) #fff;
	outline-offset: calc(-12 /var(--break)*100vw);
	padding: calc(40 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(45 /var(--break)*100vw);
}
.box_clinic02 .ttl{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: calc(6 /var(--break)*100vw);
}
.img_clinic12{
	width: calc(702 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic01{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic01 .col_img{
		width: calc(480 /var(--break)*100vw);
		margin: 0 auto calc(50 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt{
		width: 100%;
	}
	.row_clinic01 .col_txt p{
		margin-top: 0;
	}

	.name_clinic{
		text-align: center;
		margin-bottom: calc(43 /var(--break)*100vw);
	}
	.name_clinic span{
		display: inline-block;
		vertical-align: middle;
	}
	.name_clinic .txt1{
		font-size: 1rem;
		line-height: 1em;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.name_clinic .txt2{
		font-size: 1.5625rem;
		margin-right: 0;
	}
	.name_clinic .txt3{
		display: block;
		text-align: center;
		font-size: 1rem;
	}
	.tbl_clinic01 table {
		border: 1px solid #222222;
		width: 100%;
	}
	.tbl_clinic01 th{
		width: calc(160 /702*100%)!important;
	}
	.tbl_clinic01 td{
		width: calc(100% - (160 /702*100%))!important;
	}
	.tbl_clinic01 .ttl{
		font-size: 1.125rem;
		height: calc(80 /var(--break)*100vw);
	}
	.tbl_clinic01 tbody th{
		padding: calc(29 /var(--break)*100vw) 0 0 calc(28 /var(--break)*100vw);
	}
	.tbl_clinic01 tr:not(:last-child) th {
		border-bottom: 1px solid #222222;
	}
	.tbl_clinic01 tbody td{
		padding: calc(33 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.tbl_clinic01 tbody td .list_default li{
		padding-left: calc(34 / var(--break) * 100vw);
		padding-bottom: calc(7 /var(--break)*100vw);
	}
	.tbl_clinic01 tbody td .list_default li:before {
		left: calc(10 /var(--break)*100vw);
	}
	.tbl_clinic01 tbody td .list_default li:not(:first-child) {
		margin-top: calc(4 / var(--break) * 100vw);
	}
	.row_clinic02{
		gap:calc(20 /var(--break)*100vw) calc(22 /702*100%);
	}
	.row_clinic02 .col{
		width: calc(340 /702*100%);
	}
	.box_clinic02{
		outline: solid calc(2 /var(--break)*100vw) #fff;
		outline-offset: calc(-12 /var(--break)*100vw);
		padding: calc(40 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(45 /var(--break)*100vw);
	}
	.box_clinic02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.img_clinic12{
		width: calc(702 /var(--break)*100vw);
	}
}

.wrap_staff{
	padding-bottom: calc(60 /var(--break)*100vw);
	border-bottom: solid 1px #222222;
}
.row_clinic03o{
	gap:calc(60 /var(--break)*100vw) calc(60/1240*100%);
}
.row_clinic03o .col{
	width: calc(590/1240*100%);
}
.row_clinic03{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_clinic03 .col_img{
	width: calc(240 /590*100%);
}
.row_clinic03 .col_img::before{
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #222222;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_clinic03 .col_txt{
	width: calc(310 /590*100%);
}
.row_clinic03 .col_txt .txt{
	margin-top: calc(-12 /var(--break)*100vw);
}
.row_clinic03 .col_txt .name_clinic .txt2{
	margin-right: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_staff{
		padding-bottom: calc(60 /var(--break)*100vw);
		border-bottom: solid 1px #222222;
	}
	.row_clinic03o{
		gap:calc(60 /var(--break)*100vw) 0;
		width: 100%;
	}
	.row_clinic03o .col{
		width: 100%;
	}
	.row_clinic03{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic03 .col_img{
		width: calc(420 /var(--break)*100vw);
		margin: 0 auto calc(50 /var(--break)*100vw);
	}
	.row_clinic03 .col_txt{
		width: 100%;
	}
	.row_clinic03 .col_txt .txt{
		margin-top: 0;
	}
	.name_clinic02 {
		text-align: center;
	}
	.row_clinic03 .col_txt .name_clinic .txt2{
		margin-right: 0;
	}
}

.row_feature01{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_feature01 .col_img{
	width: 50%;
	padding-top: calc(30 /var(--break)*100vw);
}
.row_feature01 .col_img .txt{
	width: calc(440 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	background: rgba(34,34,34,0.8);
	top: calc(40 /var(--break)*100vw);
	left: calc(60 /var(--break)*100vw);
}
.row_feature01 .col_img .deco{
	width: calc(350/1920*100vw);
	bottom: calc(-80/1920*100vw);
	left: calc(-20/1920*100vw);
}
.row_feature01 .col_img .deco::after{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1px #222222;
	position: absolute;
	top: calc(20 /1920*100vw);
	right: calc(20 /1920*100vw);
}
.row_feature01 .col_txt{
	width: 50%;
}
.row_feature01 .col_txt .wrap{
	width: calc(640/1920*100vw);
	margin-left: calc(210/1920*100vw);
}
.row_feature01 .col_txt::before{
	content: "";
	width: calc(120 /var(--break)*100vw);
	height: calc(560 /var(--break)*100vw);
	background: url("images/clinic/deco_feature01.jpg")no-repeat center/contain;
	position: absolute;
	top: calc(90 /var(--break)*100vw);
	left: 0;
	z-index: -1;
}
.row_feature01 .col_txt .num{
	width: calc(215/1920*100vw);
	margin: 0 auto calc(26/1920*100vw);
}
.row_feature01 .col_txt .copy{
	font-size: calc(44/1920*100vw);
	line-height: calc(68/44*100%);
	margin-bottom: calc(17/1920*100vw);
}
.row_feature01 .col_txt .txt{
	margin-bottom: calc(32/1920*100vw);
}
.row_feature01_2 .col{
	width: calc(200/640*100%);
	height: calc(200 /1920*100vw);
	background: url("images/page/bg_pattern07.jpg")repeat left top/calc(186 /var(--break)*100vw);
}
.row_feature01_2 .col::before,
.row_feature01_2 .col::after{
	content: "";
	width: calc(80 /1920*100vw);
	height: calc(80 /1920*100vw);
	position: absolute;
	z-index: -1;
}
.row_feature01_2 .col::before{
	border-top: solid 1px #222222;
	border-left: solid 1px #222222;
	top: calc(10 /1920*100vw);
	left: calc(10 /1920*100vw);
}
.row_feature01_2 .col::after{
	border-bottom: solid 1px #222222;
	border-right: solid 1px #222222;
	bottom: calc(10 /1920*100vw);
	right: calc(10 /1920*100vw);
}
.row_feature01_2 .col p{
	line-height: calc(38/28*100%);
}
.row_feature01_2 .col .fz28{
	font-size: calc(28/1920*100vw);
}
.row_feature01_2 .col .fz24{
	font-size: calc(24/1920*100vw);
	line-height: calc(42/24*100%);
}
.row_feature01_2 .col .fz32{
	font-size: calc(32/1920*100vw);
	line-height: 1em;
}
.row_feature02{
	gap:0 calc(120/1920*100vw);
}
.row_feature02::before{
	content: "";
	background: url("images/clinic/cross.svg")no-repeat center/contain;
	width: calc(71 /var(--break)*100vw);
	height: calc(71 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.row_feature02 .col{
	width: calc(580 /var(--break)*100vw);
}
.row_feature02 .col p{
	color: #fff;
}
.row_feature02 .col .icn1{
	background: url("images/index/icn_feature02_1.svg")no-repeat center/contain;
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	top: 0;
	left: calc(-50 /var(--break)*100vw);
}
.row_feature02 .col .icn2{
	background: url("images/index/icn_feature02_2.svg")no-repeat center/contain;
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	top: 0;
	bottom: 0;
	left: calc(-110 /var(--break)*100vw);
	margin: auto;
}
.row_feature02 .col .icn3{
	background: url("images/index/icn_feature02_3.svg")no-repeat center/contain;
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	bottom: 0;
	left: calc(-50 /var(--break)*100vw);
}
.row_feature02 .col:nth-child(2) .icn1{
	background: url("images/index/icn_feature02_1.svg")no-repeat center/contain;
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	top: 0;
	bottom: 0;
	left: auto;
	right: calc(-110 /var(--break)*100vw);
	margin: auto;
}
.row_feature03{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_feature03 .col_img{
	width: 50%;
	padding-top: calc(30 /var(--break)*100vw);
}
.row_feature03 .col_txt{
	width: 50%;
}
.row_feature03 .col_txt .wrap{
	width: calc(640/1920*100vw);
	margin-left: calc(110/1920*100vw);
}
.row_feature03.r_reverse .col_txt .wrap{
	margin-left: calc(210/1920*100vw);
}
.row_feature03 .col_txt::before{
	content: "";
	width: calc(120 /var(--break)*100vw);
	height: calc(560 /var(--break)*100vw);
	background: url("images/clinic/deco_feature01.jpg")no-repeat center/contain;
	position: absolute;
	top: calc(40 /var(--break)*100vw);
	right: 0;
	z-index: -1;
}
.row_feature03.r_reverse .col_txt::before{
	right: auto;
	left: 0;
}
.row_feature03 .col_txt .num{
	width: calc(215/1920*100vw);
	margin: 0 auto calc(26/1920*100vw);
}
.row_feature03 .col_txt .copy{
	font-size: calc(44/1920*100vw);
	line-height: calc(68/44*100%);
	margin-bottom: calc(17/1920*100vw);
}
.row_feature03 .col_txt .txt{
	margin-bottom: calc(33 /var(--break)*100vw);
}
.row_feature03_2{
	gap:0 calc(30 /1920*100vw);
}
.row_feature03_2 .col{
	background: url("images/clinic/icn_feature03_1.svg")no-repeat center/contain;
	width: calc(200 /1920*100vw);
	height: calc(200 /1920*100vw);
}
.row_feature03_2 .col .fz20{
	font-size: calc(20 /1920*100vw);
}
.row_feature03_2 .col .fz34{
	font-size: calc(34 /1920*100vw);
}

.bg_feature04{
	background: url("images/index/bg_feature04_1.png")no-repeat left top/calc(647 /1920*100vw),
		url("images/index/bg_feature04_2.png")no-repeat right top/calc(647 /1920*100vw),
		url("images/index/bg_feature04_3.png")no-repeat center bottom/auto calc(755 /1920*100vw),
		url("images/page/bg_pattern03.jpg")repeat left top/calc(794 /var(--break)*100vw);
	padding-top: calc(83 /var(--break)*100vw);
	padding-bottom: calc(71 /var(--break)*100vw);
}
.bg_feature04 .num{
	width: calc(224/1920*100vw);
	margin: 0 auto calc(26/1920*100vw);
}
.bg_feature04 .copy{
	font-size: calc(44/1920*100vw);
	line-height: calc(68/44*100%);
	margin-bottom: calc(37/1920*100vw);
}
.bg_feature04_3{
	background: url("images/clinic/bg_feature01.png")no-repeat center bottom/calc(1920/var(--break)*100vw), url("images/page/bg_pattern01.jpg")repeat left top/calc(640 /var(--break)*100vw);
}
.bg_feature04_3 .box_ttl{
	width: 100%;
	height: calc(110 /var(--break)*100vw);
	border-bottom: solid 1px #222222;
	border-top: solid calc(4 /var(--break)*100vw) #222222;
	box-shadow:0 0 calc(5 /var(--break)*100vw) 0 rgba(34,34,34,0.1),0 0 calc(5 /var(--break)*100vw) 0 rgba(34,34,34,0.1),0 0 calc(10 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
	margin-bottom: calc(30 /var(--break)*100vw);
}
.bg_feature04_3 .box_ttl .ja{
	margin-bottom: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {

	.row_feature01 .col_txt::before{
		width: calc(120 /1599*100vw);
		height: calc(560 /1599*100vw);
		top: calc(50 /1599*100vw);
	}
	.row_feature02::before{
		width: calc(71 /1599*100vw);
		height: calc(71 /1599*100vw);
	}
	.row_feature02 .col{
		width: calc(580 /1599*100vw);
	}
	.row_feature02 .col p{
		font-size: calc(20 /1599*100vw);
		color: #fff;
	}
	.row_feature02 .col .icn1{
		width: calc(200 /1599*100vw);
		height: calc(200 /1599*100vw);
		left: calc(-50 /1599*100vw);
	}
	.row_feature02 .col .icn2{
		width: calc(200 /1599*100vw);
		height: calc(200 /1599*100vw);
		left: calc(-110 /1599*100vw);
	}
	.row_feature02 .col .icn3{
		width: calc(200 /1599*100vw);
		height: calc(200 /1599*100vw);
		left: calc(-50 /1599*100vw);
	}
	.row_feature02 .col:nth-child(2) .icn1{
		width: calc(200 /1599*100vw);
		height: calc(200 /1599*100vw);
		right: calc(-110 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_feature01 .col_img{
		width: 100%;
		margin: 0 auto calc(110 /var(--break)*100vw);
	}
	.row_feature01 .col_img .img{
		width: calc(698 /var(--break)*100vw);
		margin-left: auto;
	}
	.row_feature01 .col_img .txt{
		font-size: 1rem;
		width: calc(440 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		background: rgba(34,34,34,0.8);
		top: calc(60 /var(--break)*100vw);
		left: calc(95 /var(--break)*100vw);
	}
	.row_feature01 .col_img .deco{
		width: calc(281 /var(--break)*100vw);
		bottom: calc(-70 /var(--break)*100vw);
		left: calc(32 /var(--break)*100vw);
	}
	.row_feature01 .col_img .deco::after{
		top: calc(-20 /var(--break)*100vw);
		right: calc(20 /var(--break)*100vw);
	}
	.row_feature01 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_feature01 .col_txt .wrap{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_feature01 .col_txt::before{
		content: none;
	}
	.row_feature01 .col_txt .num{
		width: calc(215 /var(--break)*100vw);
		margin: 0 auto calc(28 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .copy{
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: calc(70/50*100%);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .txt{
		margin-bottom: calc(44 /var(--break)*100vw);
	}
	.row_feature01_2{
		width: calc(640 /var(--break)*100vw);
		margin: auto;
	}
	.row_feature01_2 .col{
		width: calc(200/640*100%);
		height: calc(200 /var(--break)*100vw);
	}
	.row_feature01_2 .col::before,
	.row_feature01_2 .col::after{
		width: calc(80 /var(--break)*100vw);
		height: calc(80 /var(--break)*100vw);
	}
	.row_feature01_2 .col::before{
		top: calc(10 /var(--break)*100vw);
		left: calc(10 /var(--break)*100vw);
	}
	.row_feature01_2 .col::after{
		bottom: calc(10 /var(--break)*100vw);
		right: calc(10 /var(--break)*100vw);
	}
	.row_feature01_2 .col p{
		line-height: calc(44/34*100%);
	}
	.row_feature01_2 .col .fz28{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.row_feature01_2 .col .fz24{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(48/28*100%);
	}
	.row_feature01_2 .col .fz32{
		font-size: 1.1875rem;
		letter-spacing: 0;
		line-height: 1em;
	}
	.row_feature02{
		width: calc(580 /var(--break)*100vw);
		margin: 0 auto calc(80 /var(--break)*100vw);
		gap:calc(150 /var(--break)*100vw) 0;
	}
	.row_feature02::before{
		width: calc(71 /var(--break)*100vw);
		height: calc(71 /var(--break)*100vw);
	}
	.row_feature02 .col{
		width: 100%;
	}
	.row_feature02 .col p{
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: calc(30/24*100%);
	}
	.row_feature02 .col .icn1{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		top: 0;
		left: 0;
	}
	.row_feature02 .col .icn2{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		top: 0;
		bottom: 0;
		left: calc(-60 /var(--break)*100vw);
		margin: auto;
	}
	.row_feature02 .col .icn3{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		bottom: 0;
		left: 0;
	}
	.row_feature02 .col:nth-child(2) .icn1{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		top: 0;
		bottom: 0;
		left: auto;
		right: calc(-60 /var(--break)*100vw);
		margin: auto;
	}
	.row_feature03 .col_img{
		width: 100%;
		margin: 0 auto calc(110 /var(--break)*100vw);
	}
	.row_feature03 .col_txt{
		width: 100%;
		margin: auto;
	}
	.row_feature03 .col_txt .wrap,
	.row_feature03.r_reverse .col_txt .wrap{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.row_feature03 .col_txt::before{
		content: none;
	}
	.row_feature03 .col_txt .num{
		width: calc(215 /var(--break)*100vw);
		margin: 0 auto calc(28 /var(--break)*100vw);
	}
	.row_feature03 .col_txt .copy{
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: calc(70/50*100%);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_feature03 .col_txt .txt{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto calc(44 /var(--break)*100vw);
	}
	.row_feature03_2{
		gap:0 calc(30 /var(--break)*100vw);
	}
	.row_feature03_2 .col{
		background: url("images/clinic/icn_feature03_1.svg")no-repeat center/contain;
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
	}
	.row_feature03_2 .col .fz20{
		font-size: 0.625rem;
	}
	.row_feature03_2 .col .fz34{
		font-size: 1.0625rem;
	}
	.bg_feature04{
		background: url("images/index/bg_feature04_1.png")no-repeat left top/calc(324 /var(--break)*100vw),
			url("images/index/bg_feature04_2.png")no-repeat right top/calc(324 /var(--break)*100vw),
			url("images/index/bg_feature04_3.png")no-repeat center bottom/auto calc(755 /var(--break)*100vw),
			url("images/page/bg_pattern03.jpg")repeat left top/calc(794 /var(--break)*100vw);
		padding-top: calc(100 /var(--break)*100vw);
		padding-bottom: calc(86 /var(--break)*100vw);
	}
	.bg_feature04 .num{
		width: calc(224/var(--break)*100vw);
		margin: 0 auto calc(28/var(--break)*100vw);
	}
	.bg_feature04 .copy{
		font-size: 1.5625rem;
		line-height: calc(70/50*100%);
		letter-spacing: 0;
		margin-bottom: calc(36/var(--break)*100vw);
	}
	.bg_feature04_3{
		padding: calc(100 /var(--break)*100vw) 0;
	}
	.bg_feature04_3 .box_ttl{
		width: 100%;
		height: calc(160 /var(--break)*100vw);
		border-bottom: solid 1px #222222;
		border-top: solid calc(4 /var(--break)*100vw) #222222;
		box-shadow:0 0 calc(5 /var(--break)*100vw) 0 rgba(34,34,34,0.1),0 0 calc(5 /var(--break)*100vw) 0 rgba(34,34,34,0.1),0 0 calc(10 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.bg_feature04_3 .box_ttl .ja{
		font-size: 1.375rem;
		letter-spacing: 0;
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.bg_feature04_3 .box_ttl .en{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
}

.img_clinic17{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.logo_clinic{
	width: calc(648 /var(--break)*100vw);
	margin-bottom: calc(42 /var(--break)*100vw);
}
.address_clinic{
	line-height: calc(26/18*100%);
	margin-bottom: calc(14 /var(--break)*100vw);
}
.tel_clinic{
	margin-bottom: calc(27 /var(--break)*100vw);
}
.tbl_clinic02{
	max-width: 540px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_clinic17{
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.logo_clinic{
		width: 100%;
		text-align: center;
		margin-bottom: calc(42 /var(--break)*100vw);
	}
	.address_clinic{
		line-height: calc(26/18*100%);
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.tel_clinic{
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.tel_clinic .fz22{
		font-size: 1.25rem;
	}
	.tbl_clinic02{
		max-width: 100%;
	}
}
.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;
	}
}

.wrap_clinic01 .list_default li{
	padding-left: calc(34 / var(--break) * 100vw);
	padding-bottom: calc(7 /var(--break)*100vw);
	border-bottom: dotted 1px #695e53;
	color: #473a2c;
}
.wrap_clinic01 .list_default li:before {
	left: calc(10 /var(--break)*100vw);
}
.wrap_clinic01 .list_default li:not(:first-child) {
	margin-top: calc(4 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_clinic01 .list_default li{
		padding-left: calc(34 / var(--break) * 100vw);
		padding-bottom: calc(7 /var(--break)*100vw);
		border-bottom: dotted 1px #695e53;
		color: #473a2c;
	}
	.wrap_clinic01 .list_default li:before {
		left: calc(10 /var(--break)*100vw);
	}
	.wrap_clinic01 .list_default li:not(:first-child) {
		margin-top: calc(4 / var(--break) * 100vw);
	}
}


/* 監修医情報
------------------------------------------------------------------*/
.img_svdoctore01{
	width: calc(400 /var(--break)*100vw);
	margin-bottom: calc(59 /var(--break)*100vw);
}
.name_svdoctor{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.name_svdoctor .txt1{
	margin-bottom: calc(20 /var(--break)*100vw);
}
.name_svdoctor .txt2{
	margin-bottom: calc(19 /var(--break)*100vw);
}
@media(max-width: 767px) {
	.name_svdoctor .txt1{
		font-size: 0.75rem;
	}
	.name_svdoctor .txt2{
		font-size: 0.75rem;
	}
	.name_svdoctor .txt3{
		font-size: 1.25rem;
	}
}


/* あざ hyperpigmentation
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* row_flow01
------------------------------------------------------------------*/
.row_flow01{
	gap: calc(40 / var(--break) * 100vw) 1.55%;
}
.row_flow01 .col{
	width: 32.3%;
	max-width: 394px;
}
.row_flow01 .col .ttl .num{
	width: calc(70 /var(--break)*100vw);
}
.row_flow01 .col .ttl .txt{
	width: calc(100% - (70 /var(--break)*100vw));
	padding-top: calc(13 /var(--break)*100vw);
	padding-bottom: calc(6 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_flow01{
		width: calc(600 / var(--break) * 100vw);
		margin: auto;
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_flow01 .col{
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_flow01 .col .ttl{
		margin-top: calc(-1 /var(--break)*100vw);
	}
	.row_flow01 .col .ttl .num{
		font-size: 1.125rem;
		width: calc(70 /var(--break)*100vw);
	}
	.row_flow01 .col .ttl .txt{
		font-size: 1.125rem;
		width: calc(100% - (70 /var(--break)*100vw));
		padding-top: calc(13 /var(--break)*100vw);
		padding-bottom: calc(6 /var(--break)*100vw);
	}
}


/* slide_movie01
------------------------------------------------------------------*/
.slide_movie01{
	padding-left: 56px;
	padding-right: 56px;
}
.slide_movie01 li {
	width: 100%;
	max-width: 432px;
	margin: 0 calc(15 / var(--break) * 100vw);
}
.slide_movie01 li .box_video01{
	margin-bottom: 0;
}
.slide_movie01 .slick-prev, .slide_movie01 .slick-next {
	width: calc(61 / var(--break) * 100vw);
	height: calc(61 / var(--break) * 100vw);
	background: url("images/index/arw_movie.svg")no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_movie01 .slick-prev:before, .slide_movie01 .slick-next:before {
	display: none;
}
.slide_movie01 .slick-prev {
	left: calc(0 / var(--break) * 100vw);
}
.slide_movie01 .slick-next {
	right: calc(0 / var(--break) * 100vw);
	transform: scaleX(-1);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.slide_movie01{
		padding-left: calc(28 / var(--break) * 100vw);
		padding-right: calc(28 / var(--break) * 100vw);
	}
	.slide_movie01 li {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
			margin: 0 0;
	}
	.slide_movie01 li .box_video01{
		margin-bottom: 0;
	}
	.slide_movie01 .slick-prev, .slide_movie01 .slick-next {
		width: calc(84 / var(--break) * 100vw);
		height: calc(84 / var(--break) * 100vw);
	}
}


/* box_related
------------------------------------------------------------------*/
.box_related .list_default li::before{
	width: calc(7 /var(--break)*100vw);
	height: calc(9 /var(--break)*100vw);
	border-radius: 0;
	clip-path: polygon(0 0,0 100%, 100% 50%);
}
.box_related .list_default li a{
	text-decoration: underline;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_related .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
}


/* 粉瘤・脂肪腫 lipoma
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ttl_cost
------------------------------------------------------------------*/
.ttl_cost{
	text-align: center;
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(24 /var(--break)*100vw);
}
.ttl_cost::before,
.ttl_cost::after{
	content: "";
	background: url("images/page/txt_ttl.svg")no-repeat center/contain;
	width: calc(51 /var(--break)*100vw);
	height: calc(11 /var(--break)*100vw);
}
.ttl_cost::before{
	margin-right: calc(30 /var(--break)*100vw);
}
.ttl_cost::after{
	margin-left: calc(25 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_cost{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(24 /var(--break)*100vw);
	}
}


/* tbl_common
------------------------------------------------------------------*/
.tbl_common01.tbl_default.reverse th {
	width: 65%;
}
.tbl_common01.tbl_default.reverse thead th:nth-child(2) {
	width: 35%;
}
.tbl_common01 thead th {
	background: #7a7565;
	border-right: solid 1px #7a7565;
	text-align: center;
}
.tbl_common01 thead th:not(:last-child) {
	border-right: solid 1px #fff;
}
.tbl_common01 tbody th {
	background: #e5dec8;
	color: #222;
	border-left: solid 1px #222222;
	border-right: solid 1px #222222;
	vertical-align: top;
}
.tbl_common01 tbody tr th {
	border-bottom: 1px solid #222222!important;
}
.tbl_common01 tbody td {
	vertical-align: top;
	border-bottom: 1px solid #222222;
	border-right: solid 1px #222222;
}
.tbl_common02.tbl_common01.tbl_default thead th {
	width: 33%;
}
.tbl_common03.tbl_common01.tbl_default thead th {
	width: 25%!important;
}
.tbl_common04.tbl_common01.tbl_default thead th {
	width: 16.66%!important;
}
.tbl_common01 tbody:nth-child(1) th,
.tbl_common01 tbody:nth-child(1) td {
	border-top: 1px solid #222222;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
	.tbl_common01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
}


/* 料金表 fee
------------------------------------------------------------------*/
.row_fee01 .col{
	border: solid 1px #222222;
	width: calc(600/1240*100%);
}
.row_fee01 .col .ttl{
	height: calc(50 /var(--break)*100vw);
}
.row_fee01 .col .copy{
	font-weight: 700;
	margin-bottom: calc(10 /var(--break)*100vw);
}
.wrap_fee01 .list_default li{
	padding-left: calc(34 / var(--break) * 100vw);
	padding-bottom: calc(7 /var(--break)*100vw);
	border-bottom: dotted 1px #695e53;
	color: #473a2c;
}
.wrap_fee01 .list_default li:before {
	left: calc(10 /var(--break)*100vw);
}
.wrap_fee01 .list_default li:not(:first-child) {
	margin-top: calc(4 / var(--break) * 100vw);
}
.row_fee02{
	width: calc(1120 /var(--break)*100vw);
	margin: auto;
	gap:calc(20 /var(--break)*100vw) calc(20/1120*100%);
}
.row_fee02 .col{
	width: calc(360/1120*100%);
	min-height: calc(110 /var(--break)*100vw);
}
.row_fee02 .col a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid 1px #222222;
}
.row_fee02 .col a::before,
.row_fee02 .col a::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	z-index: -1;
}
.row_fee02 .col a::before{
	border-top: solid 1px #222222;
	border-left: solid 1px #222222;
	top: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.row_fee02 .col a::after{
	border-top: solid 1px #222222;
	border-right: solid 1px #222222;
	top: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
.row_fee02 .col a.bg_col14::before,
.row_fee02 .col a.bg_col14::after{
	border-color: #fff;
}
.row_fee02 .col a .bg{
	width: 100%;
	height: 100%;
	padding: calc(20 /var(--break)*100vw) calc(70 /360*100%) calc(20 /var(--break)*100vw) calc(30 /360*100%);
}
.row_fee02 .col a .bg::before,
.row_fee02 .col a .bg::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	z-index: -1;
}
.row_fee02 .col a .bg::before{
	border-bottom: solid 1px #222222;
	border-left: solid 1px #222222;
	bottom: calc(5 /var(--break)*100vw);
	left: calc(5 /var(--break)*100vw);
}
.row_fee02 .col a .bg::after{
	border-bottom: solid 1px #222222;
	border-right: solid 1px #222222;
	bottom: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
.row_fee02 .col a.bg_col14 .bg::before,
.row_fee02 .col a.bg_col14 .bg::after{
	border-color: #fff;
}
.row_fee02 .col a .bg .txt{
	line-height: calc(26/18*100%);
}
.row_fee02 .col a.bg_col14 .bg .txt{
	color: #fff;
}
.row_fee02 .col a .bg .arw{
	width: calc(24 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	line-height: 1em;
	top: 0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
}

.ttl_fee{
	padding: calc(11 /var(--break)*100vw) calc(10 /var(--break)*100vw) 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_fee01{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_fee01 .col{
		width: 100%;
		padding: calc(30 /var(--break)*100vw);
	}
	.row_fee01 .col .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
	}
	.row_fee01 .col .copy{
		font-size: 1rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.row_fee02{
		width: 100%;
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_fee02 .col{
		width: calc(340/702*100%);
		min-height: calc(140 /var(--break)*100vw);
	}
	.row_fee02 .col a .bg{
		width: 100%;
		height: 100%;
		padding-left: calc(26 /340*100%);
		padding-right: calc(57 /340*100%);
	}
	.row_fee02 .col a .bg .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(44/28*100%);
	}
	.row_fee02 .col a .bg .arw{
		width: calc(24 /var(--break)*100vw);
		height: calc(24 /var(--break)*100vw);
		line-height: 0;
		top: 0;
		bottom: 0;
		right: calc(20 /var(--break)*100vw);
		margin: auto;
	}
}


/* bg_consaltation01
------------------------------------------------------------------*/
.bg_consaltation01{
	background: url("images/page/bg_consaltation01.jpg")no-repeat center/cover;
	padding: calc(60 /var(--break)*100vw) 0 calc(52 /var(--break)*100vw);
}
.row_btn_consaltation01{
	width: calc(790/var(--break)*100vw);
	margin: 0 auto calc(29 /var(--break)*100vw);
	gap:0 calc(20 /790*100%);
}
.row_btn_consaltation01 a{
	height: calc(112/var(--break)*100vw);
	padding-left: calc(20/var(--break)*100vw);
	padding-right: calc(20/var(--break)*100vw);
}
.row_btn_consaltation01 a .wrap{
	width: 100%;
}
.row_btn_consaltation01 .col_line a::before,
.row_btn_consaltation01 .col_web01 a::before,
.row_btn_consaltation01 .col_web02 a::before{
	content: "";
	width: calc(60/var(--break)*100vw);
	height: calc(60/var(--break)*100vw);
	background: rgba(34,34,34,0.2);
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_btn_consaltation01 .col_line{
	width: calc(220/790*100%);
}
.row_btn_consaltation01 .col_line a .icn{
	line-height: 1em;
	width: calc(40/var(--break)*100vw);
	margin: auto;
}
.row_btn_consaltation01 .col_line a .txt1{
	width: 100%;
	height: calc(20/var(--break)*100vw);
	line-height: calc(20/var(--break)*100vw);
	margin-bottom: calc(9/var(--break)*100vw);
}
.row_btn_consaltation01 .col_web01,
.row_btn_consaltation01 .col_web02,
.row_btn_consaltation01 .col_web03{
	width: calc(170/790*100%);
}
.row_btn_consaltation01 .col_web01 a .icn,
.row_btn_consaltation01 .col_web02 a .icn,
.row_btn_consaltation01 .col_web03 a .icn{
	line-height: 1em;
	width: calc(40/var(--break)*100vw);
	margin: auto;
}
.row_btn_consaltation01 .col_web01 a .txt1,
.row_btn_consaltation01 .col_web02 a .txt1,
.row_btn_consaltation01 .col_web03 a .txt1{
	width: 100%;
	height: calc(20/var(--break)*100vw);
	line-height: calc(20/var(--break)*100vw);
	margin-bottom: calc(9/var(--break)*100vw);
}
.row_btn_consaltation01 .col_web01 a .txt1 .txt_l,
.row_btn_consaltation01 .col_web02 a .txt1 .txt_l,
.row_btn_consaltation01 .col_web03 a .txt1 .txt_l{
	margin-right: calc(9/var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_consaltation01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_btn_consaltation01{
		gap:calc(30 /var(--break)*100vw) 0;
		width: calc(602 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_btn_consaltation01 a{
		height: calc(112/var(--break)*100vw);
		padding-left: calc(20/var(--break)*100vw);
		padding-right: calc(20/var(--break)*100vw);
	}
	.row_btn_consaltation01 a .wrap{
		width: 100%;
	}
	.row_btn_consaltation01 .col_line a::before,
	.row_btn_consaltation01 .col_web01 a::before,
	.row_btn_consaltation01 .col_web02 a::before{
		width: calc(60/var(--break)*100vw);
		height: calc(60/var(--break)*100vw);
	}
	.row_btn_consaltation01 .col_line{
		width: 100%;
	}
	.row_btn_consaltation01 .col_line a .icn{
		display: inline-block;
		line-height: 0;
		width: calc(80/var(--break)*100vw);
		margin: 0 calc(12 /var(--break)*100vw) 0 0;
	}
	.row_btn_consaltation01 .col_line a .txt1{
		display: inline-block;
		width: calc(200/var(--break)*100vw);
		height: calc(42/var(--break)*100vw);
		line-height: calc(42/var(--break)*100vw);
		margin-bottom: 0;
		font-size: 0.875rem;
		letter-spacing: 0;
		margin-right: calc(18 /var(--break)*100vw);
	}
	.row_btn_consaltation01 .col_line a .txt2{
		display: inline-block;
		font-size: 1.375rem;
		letter-spacing: 0;
		line-height: 1em;
		vertical-align: middle;
	}
	.row_btn_consaltation01 .col_web01,
	.row_btn_consaltation01 .col_web02,
	.row_btn_consaltation01 .col_web03{
		width: 100%;
	}
	.row_btn_consaltation01 .col_web01 a .icn,
	.row_btn_consaltation01 .col_web02 a .icn,
	.row_btn_consaltation01 .col_web03 a .icn{
		display: inline-block;
		line-height: 0;
		width: calc(80/var(--break)*100vw);
		margin: 0 calc(12 /var(--break)*100vw) 0 0;
	}
	.row_btn_consaltation01 .col_web01 a .icn img,
	.row_btn_consaltation01 .col_web02 a .icn img,
	.row_btn_consaltation01 .col_web03 a .icn img{
		width: 100%;
	}
	.row_btn_consaltation01 .col_web01 a .txt1,
	.row_btn_consaltation01 .col_web02 a .txt1,
	.row_btn_consaltation01 .col_web03 a .txt1{
		display: inline-block;
		width: calc(200/var(--break)*100vw);
		height: calc(42/var(--break)*100vw);
		line-height: calc(42/var(--break)*100vw);
		margin-bottom: 0;
		font-size: 0.875rem;
		letter-spacing: 0;
		margin-right: calc(18 /var(--break)*100vw);
	}
	.row_btn_consaltation01 .col_web01 a .txt2,
	.row_btn_consaltation01 .col_web02 a .txt2,
	.row_btn_consaltation01 .col_web03 a .txt2{
		display: inline-block;
		font-size: 1.375rem;
		letter-spacing: 0;
		line-height: 1em;
		vertical-align: middle;
	}
	.bg_consaltation01 .tel .txt1{
		letter-spacing: 0;
	}
}


/* ほくろ・いぼ mole
------------------------------------------------------------------*/
.icn_mole01{
	width: calc(256 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	background: rgba(34,34,34,0.8);
	top: calc(20 /var(--break)*100vw);
	right: 0;
}
.box_mole01{
	outline: solid 1px #fff;
	outline-offset: calc(-11 /var(--break)*100vw);
	padding: calc(27 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(23 /var(--break)*100vw);
}
.img_mole09{
	width: calc(595 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_mole01{
		padding: calc(40 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.box_mole01 .txt1{
		line-height: 1.5em;
		letter-spacing: 0;
	}
	.box_mole01 .txt1 .fz34{
		letter-spacing: 0;
	}
	.box_mole01 .txt2{
		line-height: 1.5em;
	}
}


/*  医療ダイエット（医療痩身） medical_weight_loss
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* クールスカルプティング coolsculpting
------------------------------------------------------------------*/
.tbl_coolsculpting.tbl_common01.tbl_default thead th:first-child {
	width: calc(300/1240*100%)!important;
}
.tbl_coolsculpting.tbl_common01.tbl_default thead th:not(:first-child) {
	width: calc(470/1240*100%)!important;
}
.tbl_coolsculpting.tbl_common01.tbl_default tbody th{
	text-align: center;
}
.tbl_coolsculpting tbody td {
	border-right: solid 1px #222222;
}
.ttl_coolsculpting01{
	margin-bottom: calc(17 /var(--break)*100vw);
}
.ttl_coolsculpting01 .box{
	width: calc(60 /var(--break)*100vw);
	height: calc(60 / var(--break) * 100vw);
}
.ttl_coolsculpting01 .box::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ttl_coolsculpting01 .txt{
	width: calc(100% - (60 /var(--break)*100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_coolsculpting01 .box{
		width: calc(80 /var(--break)*100vw);
		height: calc(80 / var(--break) * 100vw);
	}
	.ttl_coolsculpting01 .txt{
		font-size: 1.125rem;
		width: calc(100% - (80 /var(--break)*100vw));
	}
}


/* box_structure01
------------------------------------------------------------------*/
.box_structure01{
	border: solid 1px #222222;
}
.box_structure01.arw{
	margin-bottom: calc(55 /var(--break)*100vw);
}
.box_structure01.arw::after{
	content: "";
	width: calc(46 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(-36 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_structure01 .icn{
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #7a7565;
	color: #ffffff;
}
.box_structure01 .txt{
	width: calc(100% - (40 /var(--break)*100vw));
	padding-left: calc(20 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_structure01{
		padding: calc(28 /var(--break)*100vw);
	}
	.box_structure01.arw{
		margin-bottom: calc(72 /var(--break)*100vw);
	}
	.box_structure01.arw::after{
		width: calc(90 /var(--break)*100vw);
		height: calc(32 /var(--break)*100vw);
		bottom: calc(-52 /var(--break)*100vw);
	}
	.box_structure01 .icn{
		font-size: 1rem;
		line-height: calc(50 /var(--break)*100vw);
		width: calc(50 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
	}
	.box_structure01 .txt{
		margin-top: calc(-10 /var(--break)*100vw);
		width: calc(100% - (50 /var(--break)*100vw));
		padding-left: calc(20 /var(--break)*100vw);
	}
}


/* シミ取り stain
------------------------------------------------------------------*/
.row_stain01{
	gap:0 calc(29/1240*100%);
}
.row_stain01 .col{
	width: calc(394/1240*100%);
	box-shadow: 0 0 calc(10 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
}
.row_stain01 .col:nth-child(2){
	margin-top: calc(29 /var(--break)*100vw);
}
.row_stain02{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
}
.row_stain02 .col{
	width: calc(295/1240*100%);
}
.row_stain02 .col .btn{
	width: 100%;
}
.row_stain02 .col .btn a{
	width: 100%;
	height: calc(60 /var(--break)*100vw);
	border: solid 1px #222;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	position: relative;
}
.row_stain02 .col .btn a::after{
	content: "";
	background: url("images/page/arw_format.svg")no-repeat center/contain;
	width: calc(24 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(10 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_stain02 .col .btn a{
		font-size: calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_stain01{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_stain01 .col{
		width: calc(340 /702*100%);
		box-shadow: 0 0 calc(10 /var(--break)*100vw) 0 rgba(34,34,34,0.1);
	}
	.row_stain01 .col:nth-child(2){
		margin-top: 0;
	}
	.wrap_stain01 .wrap{
		width: calc(1240/750*100%);
	}
	.row_stain02{
		gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
	}
	.row_stain02 .col{
		width: calc(295/1240*100%);
	}
	.row_stain02 .col .btn{
		width: 100%;
	}
	.row_stain02 .col .btn a{
		width: 100%;
		height: calc(60 /var(--break)*100vw);
		border: solid 1px #222;
		font-size: calc(20/750*100vw);
		letter-spacing: 0.1em;
		position: relative;
	}
	.row_stain02 .col .btn a::after{
		content: "";
		background: url("images/page/arw_format.svg")no-repeat center/contain;
		width: calc(24 /var(--break)*100vw);
		height: calc(24 /var(--break)*100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(10 /var(--break)*100vw);
		margin: auto;
	}
}


/* tbl_comparison
------------------------------------------------------------------*/
.tbl_comparison.tbl_common01.tbl_default thead th {
	width: 25%!important;
}
.tbl_comparison tbody td:first-child{
	border-left: solid 1px #222222;
}
.tbl_comparison tbody td {
	border-right: solid 1px #222222;
	text-align: center;
	line-height: 2em;
}
.tbl_comparison tbody td.txt_left {
	border-right: solid 1px #222222;
	text-align: left;
}
.tbl_comparison tbody td span{
	font-size: 1.875rem;
}
.tbl_comparison tbody td span.fz24{
	font-size: 1.5rem;
	text-align: center!important;
	width: 100%;
	display: inline-block;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
.tbl_comparison.tbl_default {
	overflow-y :hidden!important;
}
}
@media(max-width: 767px) {
	.tbl_comparison tbody td span,
	.tbl_comparison tbody td span.fz24{
		font-size: 1rem;
	}
}


/* row_target
------------------------------------------------------------------*/
.row_target{
	gap:calc(30 /var(--break)*100vw) calc(27 /var(--break)*100vw);
}
.row_target .col{
	width: calc(280 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
.row_target .col::before,
.row_target .col::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	z-index: -1;
}
.row_target .col::before{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	top: calc(6 /var(--break)*100vw);
	left: calc(6 /var(--break)*100vw);
}
.row_target .col::after{
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	bottom: calc(6 /var(--break)*100vw);
	right: calc(6 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_target{
		width: 100%;
		gap:calc(30 /var(--break)*100vw) calc(22 /702*100%);
	}
	.row_target .col{
		width: calc(340 /702*100%);
		height: calc(80 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}


/* ピコスポット pico_spot
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ピコトーニング pico_toning
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* Qスイッチルビーレーザー qswitched_rubylaser
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* フォトフェイシャル（ステラM22） ipl
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 重症ニキビ・中等度ニキビ acne
------------------------------------------------------------------*/
.tbl_acne01 table{
	border: 1px solid #222222;
}
.tbl_acne01 th{
	width: 30%;
	background: #e5dec8;
	text-align: center;
	color: #222222;
	border-right: 1px solid #222222;
}
.tbl_acne01.tbl_default tr:not(:last-child) th {
	border-bottom: 1px solid #222222;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* サブシジョン subcision
------------------------------------------------------------------*/
.row_subcision01{
	gap:0 calc(54 /var(--break)*100vw);
}
.row_subcision01 .col{
	width: calc(500 /var(--break)*100vw);
}
.row_subcision01 .btn{
	width: 100%;
}
.row_subcision01 .btn a{
	height: calc(100 /var(--break)*100vw);
	border: solid 1px #222222;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	background: #fff;
	bottom: 0;
	right: 0;
	transition: .1s;
}
.row_subcision01 .btn a:hover{
	opacity: 1;
	bottom: calc(-4 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
	transition: .3s;
}
.row_subcision01 .btn::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #222222;
	position: absolute;
	bottom: calc(-4 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
	z-index: -1;
}
.row_subcision01 .btn a::after{
	content: "";
	background: url("images/index/icn_btnlink.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(18 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
	.row_subcision01{
		width: calc(602 /var(--break)*100vw);
		margin: auto;
		gap: calc(40 /var(--break)*100vw) 0;
	}
	.row_subcision01 .col{
		width: 100%;
	}
	.row_subcision01 .btn{
		width: 100%;
	}
	.row_subcision01 .btn a{
		height: calc(140 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(40/28*100%);
	}
	.row_subcision01 .btn a::after{
		width: calc(40 /var(--break)*100vw);
		height: calc(36 /var(--break)*100vw);
	}
}


/* 医療脱毛 depilation
------------------------------------------------------------------*/
.ttl_depilation01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(19 /var(--break)*100vw);
}
.tbl_depilation01 thead th{
	background: #7a7565;
	border-right: solid 1px #7a7565;
	text-align: center;
}
.tbl_depilation01 thead th:not(:last-child){
	border-right: solid 1px #fff;
}
.tbl_depilation01 thead th:nth-child(1){
	width: calc(220/1240*100%);
}
.tbl_depilation01 thead th:nth-child(2){
	width: calc(420/1240*100%);
}
.tbl_depilation01 thead th:nth-child(3){
	width: calc(300/1240*100%);
}
.tbl_depilation01 thead th:nth-child(4){
	width: calc(300/1240*100%);
}
.tbl_depilation01 tbody th{
	background: #e5dec8;
	text-align: center;
	color: #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}
.tbl_depilation01.tbl_default tr th {
	border-bottom: 1px solid #222222;
}
.tbl_depilation01 tbody td{
	border-right: solid 1px #222222;
	border-bottom: 1px solid #222222;
}
.img_depilation12{
	width: calc(615 /var(--break)*100vw);
}
.img_depilation13{
	width: calc(520 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_depilation01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.txt_depilation01{
		text-align: left;
	}
}


/* メンズ脱毛 male_hair_removal
------------------------------------------------------------------*/
.row_male_hair_removal01 .col{
	width: calc(590/1240*100%);
	background: #fff;
	border: solid 1px #222222;
	padding-top: calc(26 /var(--break)*100vw);
	padding-bottom: calc(29 /var(--break)*100vw);
}
.row_male_hair_removal01 .col .plan{
	width: calc(120 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #222222;
	top: 0;
	left: 0;
}
.row_male_hair_removal01 .col .txt1{
	margin-bottom: calc(6 /var(--break)*100vw);
}
.row_male_hair_removal01 .col .txt2{
	background: linear-gradient(transparent 68%, #f1eee6 68%);
}
.row_male_hair_removal01 .col .txt3{
	border-bottom: solid 1px #222222;
	padding-bottom: calc(4 /var(--break)*100vw);
	margin-bottom: calc(7 /var(--break)*100vw);
}

.ttl_male_hair_removal01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(19 /var(--break)*100vw);
}

.img_male_hair_removal12{
	width: calc(690 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_male_hair_removal01{
		width: 100%;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_male_hair_removal01 .col{
		width: 100%;
		padding: calc(30 /var(--break)*100vw);
	}
	.row_male_hair_removal01 .col .plan{
		width: calc(180 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		background: #222222;
		top: 0;
		left: 0;
	}
	.row_male_hair_removal01 .col .plan p{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_male_hair_removal01 .col .txt1{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.row_male_hair_removal01 .col .txt2{
		font-size: 1.25rem;
		letter-spacing: 0;
		background: linear-gradient(transparent 68%, #f1eee6 68%);
		margin-bottom: calc(35 /var(--break)*100vw);
	}
	.row_male_hair_removal01 .col .txt2 .fz70{
		font-size: 3rem;
		letter-spacing: 0;
	}
	.row_male_hair_removal01 .col .txt3{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: 1em;
		border-bottom: solid 1px #222222;
		padding-bottom: calc(25 /var(--break)*100vw);
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.row_male_hair_removal01 .col .txt3 .fz34{
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.row_male_hair_removal01 .col .txt4{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.ttl_male_hair_removal01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
}


/* スプレンダーX splendorx
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 医療脱毛・メンズ脱毛の原理と仕組み structure
------------------------------------------------------------------*/
.box_structure02{
	border: solid 1px #222222;
}
.box_structure02.arw{
	margin-bottom: calc(55 /var(--break)*100vw);
}
.box_structure02.arw::after{
	content: "";
	width: calc(46 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(-36 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_structure02 .icn{
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #7a7565;
	color: #ffffff;
}
.box_structure02 .txt{
	width: calc(100% - (40 /var(--break)*100vw));
	padding-left: calc(20 /var(--break)*100vw);
	margin-top: calc(-3 /var(--break)*100vw);
}
.box_structure02 .box{
	margin-bottom: calc(10 /var(--break)*100vw);
}
.ttl_structure01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(19 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_structure02{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.box_structure02.arw{
		margin-bottom: calc(72 /var(--break)*100vw);
	}
	.box_structure02.arw::after{
		width: calc(90 /var(--break)*100vw);
		height: calc(32 /var(--break)*100vw);
		bottom: calc(-52 /var(--break)*100vw);
	}
	.box_structure02 .icn{
		font-size: 1rem;
		line-height: calc(50 /var(--break)*100vw);
		width: calc(50 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
	}
	.box_structure02 .txt{
		font-size: 1.125rem;
		margin-top: calc(-10 /var(--break)*100vw);
		width: calc(100% - (50 /var(--break)*100vw));
		padding-left: calc(20 /var(--break)*100vw);
	}
	.ttl_structure01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
}


/* 医療脱毛・メンズ脱毛の周期 cycle
------------------------------------------------------------------*/
.ttl_cycle01{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	margin-bottom: calc(19 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_cycle01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
}


/* 医療脱毛・メンズ脱毛のレーザーの種類 types_of_lasers
------------------------------------------------------------------*/
.tbl_types_of_lasers.tbl_default thead th{
	width: 28%;
}
.tbl_types_of_lasers.tbl_default thead th:nth-child(1){
	width: 16%;
}
.tbl_types_of_lasers.tbl_default tbody th,
.tbl_types_of_lasers.tbl_default tbody td{
	text-align: center;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 医療脱毛・メンズ脱毛のリスクと副作用 risks
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ニキビ跡（へこみ、赤み、茶色）・クレーター・毛穴 pores
------------------------------------------------------------------*/
.wrap_pores01 .btn{
	width: calc(500 /var(--break)*100vw);
}
.wrap_pores01 .btn a{
	height: calc(100 /var(--break)*100vw);
	border: solid 1px #222222;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	background: #fff;
	bottom: 0;
	right: 0;
	transition: .1s;
}
.wrap_pores01 .btn a:hover{
	opacity: 1;
	bottom: calc(-4 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
	transition: .3s;
}
.wrap_pores01 .btn::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #222222;
	position: absolute;
	bottom: calc(-4 /var(--break)*100vw);
	right: calc(-4 /var(--break)*100vw);
	z-index: -1;
}
.wrap_pores01 .btn a::after{
	content: "";
	background: url("images/index/icn_btnlink.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(18 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_pores01 .btn{
		width: calc(602 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
		gap: calc(40 /var(--break)*100vw) 0;
	}
	.wrap_pores01 .btn a{
		height: calc(140 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(40/28*100%);
	}
	.wrap_pores01 .btn a::after{
		width: calc(40 /var(--break)*100vw);
		height: calc(36 /var(--break)*100vw);
	}
}


/* しわ・小顔 wrinkles
------------------------------------------------------------------*/
.img_wrinkles02{
	max-width: 800px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* たるみ sagging
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 赤ら顔・赤み rosacea
------------------------------------------------------------------*/
.row_rosacea01{
	margin-bottom: calc(20 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_rosacea01{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
}


/* キュアジェット curejet
------------------------------------------------------------------*/
.tbl_curejet table{
	border: solid 1px #222222;
}
.tbl_curejet table th{
	background: #e5dec8;
	width: calc(220 /740*100%);
	font-weight: 300;
	line-height: calc(26/18*100%);
	border-bottom: solid 1px #222222;
	vertical-align: middle;
	text-align: left;
	padding: calc(16 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.tbl_curejet table td{
	width: calc(520 /740*100%);
	font-weight: 300;
	line-height: calc(26/18*100%);
	border-bottom: solid 1px #222222;
	padding: calc(16 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.tbl_curejet table td li{
	padding-left: calc(28 /var(--break)*100vw);
	position: relative;
}
.tbl_curejet table td li::before{
	content: "";
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	background: #ab9652;
	border-radius: 100%;
	position: absolute;
	top: calc(7 /var(--break)*100vw);
	left: 0;
}
.tbl_curejet table td li:not(:last-child){
	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) {
	.tbl_curejet table td li::before{
		content: "";
		width: calc(6 /var(--break)*100vw);
		height: calc(6 /var(--break)*100vw);
		background: #ab9652;
		border-radius: 100%;
		position: absolute;
		top: calc(20 /var(--break)*100vw);
		left: 0;
	}
}


/* ニードル脱毛 needle
------------------------------------------------------------------*/
.box_needle01{
	border: solid 1px #222222;
}
.box_needle01.arw{
	margin-bottom: calc(55 /var(--break)*100vw);
}
.box_needle01.arw::after{
	content: "";
	width: calc(46 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	background: #222222;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(-36 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_needle01 .icn{
	width: calc(120 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #7a7565;
	color: #ffffff;
}
.box_needle01 .txt{
	width: calc(100% - (120 /var(--break)*100vw));
	padding-left: calc(20 /var(--break)*100vw);
	margin-top: calc(-3 /var(--break)*100vw);
}
.box_needle01 .box{
	margin-bottom: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_needle01{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.box_needle01.arw{
		margin-bottom: calc(72 /var(--break)*100vw);
	}
	.box_needle01.arw::after{
		width: calc(90 /var(--break)*100vw);
		height: calc(32 /var(--break)*100vw);
		bottom: calc(-52 /var(--break)*100vw);
	}
	.box_needle01 .icn{
		font-size: 1rem;
		line-height: calc(50 /var(--break)*100vw);
		width: calc(160 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
	}
	.box_needle01 .txt{
		font-size: 1.125rem;
		margin-top: calc(-10 /var(--break)*100vw);
		width: calc(100% - (160 /var(--break)*100vw));
		padding-left: calc(20 /var(--break)*100vw);
	}
}


/* アビクリア aviclear
------------------------------------------------------------------*/
.box_aviclear01{
	border: solid 1px #222222;
	padding: calc(26 /var(--break)*100vw) calc(29 /var(--break)*100vw) calc(30 /var(--break)*100vw);
}
.box_aviclear01 .ttl{
	margin-bottom: calc(4 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_aviclear01{
		border: solid 1px #222222;
		padding: calc(26 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_aviclear01 .ttl{
		font-size: 1.125rem;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
}


/* エレクトロポレーション（スプリング） spring
------------------------------------------------------------------*/
.box_spring01{
	border: solid 1px #222222;
	padding: calc(26 /var(--break)*100vw) calc(29 /var(--break)*100vw) calc(30 /var(--break)*100vw);
}
.box_spring01 .ttl{
	margin-bottom: calc(4 /var(--break)*100vw);
}
.row_spring01{
	gap: calc(20 /var(--break)*100vw) calc(20/1000*100%);
}
.row_spring01 .col {
	width: calc(490/1000*100%);
}
.row_spring01 .box{
	border: solid 1px #222;
}
.row_spring02{
	gap:0 calc(41 /var(--break)*100vw);
}
.row_spring02 .col{
	width: calc(288 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_spring01{
		border: solid 1px #222222;
		padding: calc(26 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_spring01 .ttl{
		font-size: 1.125rem;
		margin-bottom: calc(4 /var(--break)*100vw);
	}
	.row_spring01 {
		display: block;
	}
	.row_spring01 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_spring01 .col:not(:first-child) {
		margin-top: calc(30 / var(--break) * 100vw)!important;
	}
	.row_spring01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_spring02{
		gap:0 calc(20 /var(--break)*100vw);
	}
}

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01{
	padding-bottom: calc(52 /var(--break)*100vw);
}
.wrap_case01.only{
	padding-bottom: 0;
}
.slide_case01{
}
.area_case_common01 {
	padding-bottom: calc(51 /var(--break)*100vw);
	padding-top: calc(37 /var(--break)*100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	margin-bottom: calc(13 /var(--break)*100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	background: #8d6a6a;
	color: #fff;
	height: calc(50 / var(--break) * 100vw);
}
.row_case01 .col_r .en {
	background: #ab9652;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #222222;
	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 .slick-prev {
    left: calc(30 /var(--break)*100vw);
}
.slide_case01 .slick-next {
    right: calc(30 /var(--break)*100vw);
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: 0;
	position: absolute!important;
	bottom: calc(-52 /var(--break)*100vw);
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ededed;
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #7a7565;
	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_default.tbl_case table {
	border: 1px solid #222222;
}
.tbl_default.tbl_case th {
	background: #7a7565;
	color: #ffffff;
}
.tbl_default.tbl_case td {
	background: #ffffff;
}
.tbl_default.tbl_case tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_default.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #222222;
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case .tbl_caption{
	margin-top: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.area_case_common01 {
		width: calc(702 /var(--break)*100vw)!important;
		margin-left: 0!important;
		margin-right: 0!important;
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding: 0 calc(20 /var(--break)*100vw);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.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 #000000;
		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: 69vw;
	}
	.slide_case01 .slick-prev {
		left: calc(28 /var(--break)*100vw);
	}
	.slide_case01 .slick-next {
		right: calc(28 /var(--break)*100vw);
	}
	.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);
	}
	.tbl_default.tbl_case{
		width: calc(646 /var(--break)*100vw);
	}
	.tbl_default.tbl_case tr th {
		border-bottom: 1px solid #917257;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	border: solid 1px #222222;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(20 / 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: #222222 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


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

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@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: #7a7565;
	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: #ededed;
	border: 1px solid #222222;
	border-right-color: #222222;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #222222;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #ab9652;
	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 #222222;
}
.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 #222222;
}
.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: #8d6a6a;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #ab9652;
	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 #ab9652;
	color: #ab9652;
	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: #ab9652;
	background: #ab9652;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post h3.ttl{
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: solid 1px #222222;
	padding: calc(22 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.single_post h3.ttl::before{
	content: "";
	background: url("images/page/bg_pattern01.jpg")repeat left top/calc(640 /var(--break)*100vw);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.single_post h3.ttl::after{
	content: "";
	background: url("images/page/bg_pattern06.png")repeat left top/calc(9 /var(--break)*100vw);
	width: 100%;
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
}
.single_post h3.ttl span{
	height: 100%;
}
.post_content > h2,.post_content > h3,.post_content > h4{
	line-height: 1.6;
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h2{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	padding: calc(11 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(12 /var(--break)*100vw);
	background: #fff;
	border-top: solid calc(4 /var(--break)*100vw) #222222;
	border-bottom: solid calc(1 /var(--break)*100vw) #222222;
}
.post_content > h3 {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	background: url("images/page/bg_pattern01.jpg")repeat left top/calc(640 /var(--break)*100vw);
	padding: calc(14 /var(--break)*100vw) calc(56 /var(--break)*100vw) calc(14 /var(--break)*100vw);
	position: relative;
}
.post_content > h3::before{
	content: "";
	background: url("images/page/icn_foot03.svg")no-repeat center/contain;
	width: calc(18 /var(--break)*100vw);
	height: calc(18 /var(--break)*100vw);
	position: absolute;
	top: calc(21 /var(--break)*100vw);
	left: calc(20 /var(--break)*100vw);
}
.post_content > p,
.post_content > ul{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.post_content > p > img{
	display: block;
}
#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 #ab9652;
	background: #ab9652;
	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: #ab9652;
}

@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.ttl {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h2,.post_content > h3,.post_content > h4{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
	padding-bottom: calc(10 /var(--break)*100vw);
	position: relative;
}
.row_format01 .col_img::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #222222;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_format01.r_reverse .col_img::after {
	left: calc(10 /var(--break)*100vw);
	right: auto;
}
.row_format01 .col_txt {
	width: 50%;
}
.row_format01 .copy{
	white-space: nowrap;
}
.bg_format01{
	background: #b8a66d;
	padding-bottom: calc(68 /var(--break)*100vw);
}
.bg_format01::after{
	content: "";
	background: url("images/page/bg_pattern06.png")repeat left top/calc(9 /var(--break)*100vw);
	width: 100%;
	height: calc(200 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.box_format01{
	box-shadow: calc(10 /var(--break)*100vw) calc(10 /var(--break)*100vw) 0 0 #222;
}
.box_format01 .ttl{
	background: #7a7565;
	position: relative;
	height: calc(50 /var(--break)*100vw);
}
.box_format01 .ttl::before,
.box_format01 .ttl::after{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	border-top: solid 1px #fff;
	position: absolute;
	top: calc(4 /var(--break)*100vw);
}
.box_format01 .ttl::before{
	border-left: solid 1px #fff;
	left: calc(4 /var(--break)*100vw);
}
.box_format01 .ttl::after{
	border-right: solid 1px #fff;
	right: calc(4 /var(--break)*100vw);
}
.box_format01 .ttl .bg{
	width: 100%;
	height: 100%;
	position: relative;
}
.box_format01 .ttl .bg::before,
.box_format01 .ttl .bg::after{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom: calc(4 /var(--break)*100vw);
}
.box_format01 .ttl .bg::before{
	border-left: solid 1px #fff;
	left: calc(4 /var(--break)*100vw);
}
.box_format01 .ttl .bg::after{
	border-right: solid 1px #fff;
	right: calc(4 /var(--break)*100vw);
}
.row_format02 .col_img {
	width: 37%;
	max-width: 450px;
}
.row_format02 .col_txt {
	width: 59%;
}
.row_format02 .ttl{
	color: #fff;
	height: calc(50 /var(--break)*100vw);
}
.row_format02 .ttl::before,
.row_format02 .ttl::after{
	content: "";
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: rgba(229,222,200,0.2);
	position: absolute;
	top: 0;
}
.row_format02 .ttl::before{
	clip-path: polygon(0 0,0 100%,100% 0);
	left: 0;
}
.row_format02 .ttl::after{
	clip-path: polygon(100% 0,100% 100%,0 0);
	right: 0;
}
.row_format02 .ttl .bg{
	width: 100%;
	height: 100%;
}
.row_format02 .ttl .bg::before,
.row_format02 .ttl .bg::after{
	content: "";
	width: calc(40 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: rgba(229,222,200,0.2);
	position: absolute;
	bottom: 0;
}
.row_format02 .ttl .bg::before{
	clip-path: polygon(0 0,100% 100%, 0 100%);
	left: 0;
}
.row_format02 .ttl .bg::after{
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	right: 0;
}
.row_format02 .box li{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: calc(50 /var(--break)*100vw);
}
.row_format02 .box li:not(:last-child){
	margin-bottom: calc(6 /var(--break)*100vw);
}
.row_format02 .box li::before{
	content: "";
	background: url("images/pico_spot/icn_check.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	position: absolute;
	top: calc(5 /var(--break)*100vw);
	left: 0;
}

.list_format01 li {
	max-width: 427px;
	border-bottom: dotted 1px #222;
	padding-left: calc(31 / var(--break) * 100vw);
	padding-bottom: calc(6 /var(--break)*100vw);
}
.list_format01.list_format02 li {
	border-bottom: dotted 1px #222;
	padding-left: calc(24 / var(--break) * 100vw);
	padding-bottom: calc(6 /var(--break)*100vw);
}
.list_format01 li::before{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	border-radius: 0;
	left: 0;
	top: calc(6 /var(--break)*100vw);
}
.list_format01.list_format02 li::before{
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	background: #ab9652;
	border-radius: 100%;
	top: calc(12 /var(--break)*100vw);
}
.list_default.list_format01 li:not(:first-child) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.list_default01.list_format01 li:nth-child(-n+2) {
	margin-top: 0;
}
.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;
}
.btn_format01{
	width: calc(330 /var(--break)*100vw);
}
.btn_format01 a{
	width: calc(330 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	border: solid 1px #222;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	position: relative;
}
.btn_format01 a::after{
	content: "";
	background: url("images/page/arw_format.svg")no-repeat center/contain;
	width: calc(24 /var(--break)*100vw);
	height: calc(24 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(10 /var(--break)*100vw);
	margin: auto;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_format01 thead th {
	background: #7a7565;
	text-align: center;
}
.tbl_format01 thead th:not(:last-child) {
	border-right: solid 1px #fff;
}
.tbl_format01 tbody th {
	background: #e5dec8;
	color: #222;
	text-align: center;
	border-right: solid 1px #222222;
}
.tbl_format01 tbody tr:not(:last-of-type) th {
	border-bottom: 1px solid #222222;
}
.tbl_format01 tbody td {
	text-align: center;
}
.tbl_format01 tbody:nth-child(1) th,
.tbl_format01 tbody:nth-child(1) td {
	border-top: 1px solid #222222;
}

.box_format02,
.box_format03{
	outline: solid 2px #fff;
	outline-offset: calc(-12 /var(--break)*100vw);
}
.tbl_fee {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.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 #222222;
}
.tbl_fee tbody th {
	text-align: left;
}
.tbl_fee tbody td {
	text-align: left;
}
.wrap_format01 .box_flow{
	background: url("images/page/bg_flow_format.png")no-repeat right top/calc(300 /var(--break)*100vw),#fff;
	border: solid 1px #222222;
}
.wrap_format01 .arw_flow:before {
	border-top: calc(16 / var(--break) * 100vw) solid #222222;
	border-right: calc(23 / var(--break) * 100vw) solid transparent;
	border-left: calc(23 / var(--break) * 100vw) solid transparent;
}
.wrap_format01 .box_flow .col_txt h4 .num {
	background: #7a7565;
}
.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: calc(400/1240*100%);
	max-width: 400px;
	margin-right: calc(20/1240*100%);
}
.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(20 / var(--break) * 100vw);
}
.row_format04 .box{
	border: solid 1px #222;
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_q .txt .icn:before,
.wrap_format01 .box_qa03 .box_q .txt .icn:after {
	background: #fff;
}
.box_format04{
	width: 100%;
	background: #fff;
	border:solid 1px #222222;
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 /var(--break)*100vw);
	color: #fff;
	background: #ab9652;
}
.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;
}
.bdr_common01{
	border-bottom: solid calc(6 /var(--break)*100vw) #ededed;
}
.video_format01{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.video_format01:last-child{
	margin-bottom: 0;
}
@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;
	}
	.row_format01 .copy{
		white-space: normal;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.0625rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
	}
	.list_format01 li {
		max-width: 100%;
	}
	.list_default.list_format01 li:not(:first-child) {
		margin-top: calc(6 / var(--break) * 100vw)!important;
	}
	.list_format01 li::before{
		content: "";
		width: calc(20 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
		background: url("images/page/icn_check.svg")no-repeat center/contain;
		border-radius: 0;
		left: 0;
		top: calc(15 /var(--break)*100vw);
	}
	.list_format01.list_format02 li::before{
		width: calc(10 /var(--break)*100vw);
		height: calc(10 /var(--break)*100vw);
		top: calc(20 /var(--break)*100vw);
	}
	.row_format02 .col_img {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_format02 .col_txt {
		width: 100%!important;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_format02 .copy {
		font-size: 1.1875rem;
		line-height: 1.6;
		margin-bottom: 3vw;
		letter-spacing: 0;
		text-align: center;
	}
	.row_format02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
	}
	.row_format02 .box li{
		font-size: 1rem;
		letter-spacing: 0;
		padding-left: calc(50 /var(--break)*100vw);
	}
	.row_format02 .box li:not(:last-child){
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.row_format02 .box li::before{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		top: calc(15 /var(--break)*100vw);
	}
	.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_format02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.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(30 / 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(600 /var(--break)*100vw);
	}
	.btn_format01 a{
		width: 100%;
		height: calc(100 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0.1em;
	}
	.btn_format01 a::after{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		right: calc(30 /var(--break)*100vw);
	}
}