@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(428 / var(--break) * 100vw);
	padding-top: 8.5%;
}
.main_page .inner {
	max-width: calc(1240 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	background: linear-gradient(90deg, #f0a4b3, #f0b610);
	padding: calc(29 / var(--break) * 100vw) calc(27 / var(--break) * 100vw) calc(29 / var(--break) * 100vw);
	border-radius: calc(5 / var(--break) * 100vw);
	position: relative;
}
.hdg3::before,
.hdg3::after {
	content: "";
	position: absolute;
	width: calc(50 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
}
.hdg3::before {
	background: #ffced8;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
}
.hdg3::after {
	background: #ffdd7b;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	bottom: calc(10 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
}
.hdg4 {
    background: url(images/page/deco_h4_r.png) no-repeat center left -5% / calc(383 / var(--break) * 100vw) auto, url(images/page/deco_h4_l.png) no-repeat center right -5% / calc(383 / var(--break) * 100vw) auto #e8e3d2;
    border-radius: calc(5 / var(--break) * 100vw);
    padding: calc(27 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.box_qa02 .box_q {
    background-color: transparent;
	border-radius: calc(10 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	border: solid calc(2 / var(--break) * 100vw) #f0b611;
}
.box_qa02 .box_q .box {
    border-radius: calc(10 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) ;
	padding: 0 calc(9 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) 0;
}
.box_qa02 .box_q .txt {
    border-radius: calc(10 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.box_qa02 .box_a .box {
    border-radius: calc(10 / var(--break) * 100vw)  0 calc(50 / var(--break) * 100vw) 0;
	border: solid calc(2 / var(--break) * 100vw) #ffdd7b;
	padding: 0 calc(9 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) 0;
}
.box_qa02 .box_a {
    border: solid calc(2 / var(--break) * 100vw) #ffdd7b;
}
.box_qa02 .box_q .txt .icn:before {
    background: #3a2117;
}
.box_qa02 .box_q .txt .icn:after {
    background: #3a2117;
}
.box_qa02 .box_q .txt .icn:before {
    height: 1px;
}
.box_qa02 .box_q .txt .icn:after {
    width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		padding-top: 12.5%;
	}
}
@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 {
		height: calc(496 / var(--break) * 100vw);
		padding-top: 31vw;
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 {
		padding-left: 4vw;
	}
	.hdg2 .ja {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: .1em;
	}
	.hdg2 .en {
		font-size: calc(70 / var(--break) * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(46 / var(--break) * 100vw);
		padding: calc(21 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(21 / var(--break) * 100vw);
	}
	.hdg3 .small {
		font-size: calc(36 / var(--break) * 100vw);
	}
}

/*トップ*/
.ccl_common01 {
	background: url("images/page/ccl_common01.svg") no-repeat center / cover;
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.h100 {
	height: 100%!important;
}
.bdr {
	border: solid 1px #fff;
}
.bdrd100 {
	border-radius: 100vh;
}
.bdr_inner {
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: # solid 1px;
}

/*設備紹介*/
.row_common01 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_common01 .col {
	width: 32%;
	max-width: 475px;
}
.row_common01 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	border-radius: 0 0 calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw)
}
.row_common02 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_img img {
	border-radius: calc(50 / var(--break) * 100vw);
}
.row_common02 .col_txt {
	width: 58%;
}
.row_common02 .col_txt .copy {
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_common02 .col_txt .copy::before {
	content: "";
    position: absolute;
    background: #3a2117;
    width: calc(100 / var(--break) * 100vw);
    height: calc(1 / var(--break) * 100vw);
    right: auto;
    left: 0;
    bottom: 0;
    margin: auto;
}
.row_common03 .col_img {
	width: 47%;
	max-width: 700px;
	position: relative;
}
.row_common03 .col_img img {
	border-radius: calc(60 / var(--break) * 100vw);
}
.row_common03 .col_txt {
	width: 50%;
	
}
.row_common03 .col_img::before {
	content: "";
    position: absolute;
	background: #80c4e3;
    width: 100%;
    height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	border-radius: calc(60 / var(--break) * 100vw);
	z-index: -1;
}
/*書面掲示*/
.hdg5 {
    padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(4 / var(--break) * 100vw) calc(52 / var(--break) * 100vw);
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(33 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
	top: calc(3 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
}
/*リストカラー*/
.list_common01 li:before {
    background: #80c4e3;
}
.list_common02 li:before {
    background: #f0a4b3;
}
/*下層リスト*/
.list_common03 {
	width: 76%;
	margin-right: auto;
	margin-left: auto;
}
.list_common03 li {
	padding-left: calc(29 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: dotted 1px #e9e5d5;
	width: 48.5%;
}
.list_common03 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check02.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(0 / var(--break) * 100vw);
	top: calc(6 / var(--break) * 100vw);
}
.list_common03.ptn02 li {
	padding-left: calc(55 / var(--break) * 100vw);
	padding-bottom: calc(0 / var(--break) * 100vw);
	border-bottom: none;
	width: 100%;
}
.list_common03.ptn02 li:before {
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	background: url(images/page/check03.svg) no-repeat center / cover;
	left: calc(4 / var(--break) * 100vw);
    top: calc(1 / var(--break) * 100vw);
}
.list_common03 li:not(:first-child) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common03.ptn02 li:not(:first-child) {
	margin-top: calc(16 / var(--break) * 100vw);
}
.list_common03 li:nth-child(-n+2) {
	margin-top: 0;
}

.list_common04 li {
	padding-left: calc(29 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: dotted 1px #f1a8b6;
}
.list_common04 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check05.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(0 / var(--break) * 100vw);
	top: calc(4 / var(--break) * 100vw);
}
.list_common04 li:not(:first-child) {
    margin-top: calc(7 / var(--break) * 100vw);
}
/*スタッフ紹介*/
.box_prof h5 {
	height: calc(50 / var(--break) * 100vw);
}
.box_prof01 .year {
	width: calc(126 / var(--break) * 100vw);
	font-weight: 300;
}
.box_prof {
	position: relative;
	z-index: 0;
}
.box_prof::before {
	content: "";
    position: absolute;
	background: #80c4e3;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	top: calc(74 / var(--break) * 100vw);
	z-index: -1;
}
.box_prof01 .txt {
    width: calc(100% - calc(126 / var(--break) * 100vw));
}

/*テーブル*/
.tbl_common01 .tbl_title {
    background: #bd6313;
    color: #fff;
    text-align: center;
    font-size: calc(22 / var(--break) * 100vw);
    font-weight: bold;
    margin-bottom: 0;
	padding: calc(25 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_common01 table{
	border: 1px solid #80c4e3;
}
.tbl_common01 th{
	background: #80c4e3cc;
	color: #fff;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #80c4e3;
}
.tbl_common01 thead th,.tbl_common01 thead td {
	background-color: #80c4e3;
	color: #fff;
	text-align: center;
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_common01 thead th {
	border-bottom: solid 1px #fff;
}
.tbl_common01 thead td {
	border-left: solid 1px #fff;
}
.tbl_common01 tbody th:not(:first-child) {
	border-left: solid 1px #fff;
}
.tbl_common01 thead th:not(:first-child) {
	border-left: solid 1px #fff;
}
.tbl_stain01 tbody th {
	border-left: solid 1px #fff;
}
.tbl_common01 tbody td.t3,
.tbl_common01 tbody td.t4,
.tbl_common01 tbody td.t5 {
	border-left: 1px solid #80c4e3;
}
.btn_common01 a::before {
	content: "";
    position: absolute;
	background: url("images/page/arw01.svg") no-repeat center / cover;
    width: calc(32 / var(--break) * 100vw);
    height: calc(32 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	margin: auto;
}
/*スタッフ紹介*/
.row_staff01 .col_txt {
	width: 58%;
}
.row_staff01 .col_img {
	width: 38%;
	max-width: 460px;
}
.row_staff01 .col_img::before {
	content: "";
    position: absolute;
    background: #e8e3d2;
    width: 100%;
    height: 100%;
    right: calc(-10 / var(--break) * 100vw);
    bottom: calc(-10 / var(--break) * 100vw);
    border-radius: calc(30 / var(--break) * 100vw);
    z-index: -1;
}
.row_staff01 .ccl__message01 {
    width: calc(225 / var(--break) * 100vw);
    height: calc(225 / var(--break) * 100vw);
    bottom: calc(-41 / var(--break04) * 100vw);
    right: calc(-39 / var(--break04) * 100vw);
    padding-top: calc(5 / var(--break04) * 100vw);
    left: auto;
    top: auto;
}
.ttl_common01 {
	line-height: 1.6;
}
.ttl_common01::before,
.ttl_common01::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 50%;
	height: 1px;
	background: #3a2117;
	transform: translateY(-50%);
}
.ttl_common01::before {
	left: 0;
}
.ttl_common01::after {
	right: 0;
}
.ttl_common01 span {
	position: relative;
	z-index: 1;
}
/* 左右端の点 */
.ttl_common01 {
	background:
		radial-gradient(
			circle,
			#3a2117 calc(4 / var(--break) * 100vw),
			transparent calc(4 / var(--break) * 100vw)
		) left center / calc(8 / var(--break) * 100vw) calc(8 / var(--break) * 100vw) no-repeat,
		radial-gradient(
			circle,
			#3a2117 calc(4 / var(--break) * 100vw),
			transparent calc(4 / var(--break) * 100vw)
		) right center / calc(8 / var(--break) * 100vw) calc(8 / var(--break) * 100vw) no-repeat;
}
.bg_common01 {
	border-radius: calc(100 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) 0 0;
	padding: calc(50 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	background: url("images/page/bg_common01.png") no-repeat center bottom / 100% auto,linear-gradient(0deg, #ffffff, #fef8e6);
	position: relative;
}
.bg_common01 .deco01 {
	width: calc(250 / var(--break) * 100vw);
	top: calc(29 / var(--break) * 100vw);
	left: calc(82 / var(--break) * 100vw);
	z-index: 2;
}
.bg_common01 .deco02 {
	width: calc(261 / var(--break) * 100vw);
	bottom: calc(60 / var(--break) * 100vw);
	right: calc(79 / var(--break) * 100vw);
	z-index: 2;
}
.bg_common01 .box {
	border: solid calc(2 / var(--break) * 100vw) #ffeeca;
	padding: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
}
.bg_common01 .ja {
    width: 76%;
    background-color: #ffeeca;
    padding: calc(6 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
    line-height: 1.6;
}
.box_common02 {
	background: #FFEECA!important;
}
.row_common04 .col_img {
    width: 31%;
    max-width: 345px;
}
.row_common04 .col_img img {
    border-radius: calc(10 / var(--break) * 100vw);
}
.row_common04 .col_txt {
    width: 65%;
}
.row_common04 h5 .bg_col13 {
	background-color: #FFEECA!important;
}
.row_common04 h5::before {
	content: "";
    position: absolute;
	background: #fff;
    width: 100%;
    height: calc(4 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.bg_pay {
	background: url("images/page/bg_common02.png") no-repeat center bottom / 100% auto #ffeeca;
}
.row_pay .col {
	border-radius: calc(147 / var(--break) * 100vw) calc(147 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #e8e3d2;
}
.box_common03 {
	border: solid calc(6 / var(--break) * 100vw) #e8e3d2;
}
.bg_grd01 {
	background: linear-gradient(90deg, #fef8e6, #ffeeca);
}
.box_common04 {
	border: solid calc(6 / var(--break) * 100vw) #e8e3d2;
}
.row_common05 .col_img {
    width: 27%;
    max-width: 300px;
}
.row_common05 .col_txt {
    width: 71%;
}
.row_common06 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_common06 .col {
	width: 32%;
	border-radius: calc(10 / var(--break) * 100vw);
	border: solid calc(4 / var(--break) * 100vw) #e8e3d2;
	padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	background-color: #f4f4ee;
}
.row_common06 .col .ttl {
	padding-bottom: calc(27 / var(--break) * 100vw);
	margin-bottom: calc(15 / var(--break) * 100vw);
	position: relative;
}
.row_common06 .col .ttl::before {
	content: "";
    position: absolute;
	background: url("images/page/dot_common01.png") no-repeat center / cover;
    width: calc(75 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.row_common07 .col_img {
	width: 30%;
	max-width: 450px;
}
.row_common07 .col_txt {
	width: 66.5%;
}
.row_common07 .copy {
    padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(37 / var(--break) * 100vw);
    position: relative;
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.row_common07 .copy::before {
	content: "";
    position: absolute;
	background: url("images/page/icn_common01.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: calc(9 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
}
.row_common07 .bg_col06 {
	box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #c3eef2;
}
.row_common07 .col_txt .ttl {
	position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_common01 .deco01 {
		width: calc(181 / var(--break) * 100vw);
		top: calc(29 / var(--break) * 100vw);
		left: calc(42 / var(--break) * 100vw);
	}
	.bg_common01 .deco02 {
		width: calc(241 / var(--break) * 100vw);
		bottom: calc(60 / var(--break) * 100vw);
		right: calc(57 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01 .col .txt {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.bg_common01 .deco01 {
		width: calc(175 / var(--break) * 100vw);
		top: calc(29 / var(--break) * 100vw);
		left: calc(17 / var(--break) * 100vw);
	}
	.bg_common01 .deco02 {
		width: calc(217 / var(--break) * 100vw);
		bottom: calc(35 / var(--break) * 100vw);
		right: calc(16 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	/*設備紹介*/
	.row_common01 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 7vw;
	}
	.row_common03 .col_img::before {
		right: calc(-10 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.row_common03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	/*スタッフ紹介*/
	.box_prof h5 {
        height: calc(75 / var(--break) * 100vw);
    }
	/*pcでは横並び、spで100%になるもの*/
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.sp_w100 {
		max-width: 100%;
	}
	.sp_5vw {
		margin-bottom: 5vw;
	}
	/*sp文字サイズ*/
	.sp20,.sp22,.sp24,.sp26,.sp30,.sp32,.sp34,.sp36 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	/*list_common03*/
	.list_common03 {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	.list_common03 li {
		width: 100%;
		padding-left: 6vw;
		padding-bottom: 1vw;
	}
	.list_common03 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
	.list_common03.ptn02 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.list_common03.ptn02 li:before {
		width: calc(35 / var(--break) * 100vw);
        height: calc(35 / var(--break) * 100vw);
        background: url(images/page/check03.svg) no-repeat center / cover;
        left: calc(4 / var(--break) * 100vw);
        top: calc(10 / var(--break) * 100vw);
	}
	.list_common03.ptn03 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.list_common03.ptn03 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: calc(4 / var(--break) * 100vw);
		top: calc(4 / var(--break) * 100vw);
	}
	.list_common04 li {
		width: 100%;
		padding-left: 6vw;
		padding-bottom: 1vw;
	}
	.list_common04 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
	.tbl_common01 .tbl_title {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.hdg5 {
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(7 / var(--break) * 100vw) calc(52 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg5::before {
		width: calc(40 / var(--break) * 100vw);
        height: calc(37 / var(--break) * 100vw);
        top: calc(9 / var(--break) * 100vw);
        left: calc(0 / var(--break) * 100vw);
	}
	.bg_common01 {
		border-radius: calc(100 / var(--break) * 100vw) calc(100 / var(--break) * 100vw) 0 0;
		padding: calc(50 / var(--break) * 100vw) 0 calc(105 / var(--break) * 100vw);
		background: url(images/page/bg_common01.png) no-repeat center bottom / 100% auto, linear-gradient(0deg, #ffffff, #fef8e6);
		position: relative;
	}
	.bg_common01 .en {
		font-size: 2.25rem;
	}
	.bg_common01 .ja {
		width: 83%;
		padding: calc(6 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.bg_common01 .deco01 {
		width: calc(120 / var(--break) * 100vw);
        top: 7vw;
        left: calc(-17 / var(--break) * 100vw);
        z-index: 2;
        bottom: auto;
        transform: rotate(-40deg);
	}
	.bg_common01 .deco02 {
		width: calc(211 / var(--break) * 100vw);
		bottom: calc(19 / var(--break) * 100vw);
		right: calc(18 / var(--break) * 100vw);
	}
	.row_common04 .col_txt h5 {
		font-size: 1.125rem;
	}
	.row_common04 .col_txt h5 .bg_col13 {
		background-color: #FFEECA !important;
	}
	.box_common02 {
		background: linear-gradient(0deg, #fef8e6, #ffeeca);
	}
	.row_common02 .col_txt .copy::before {
		right: 0;
	}
	.hdg4 {
		background: url(images/page/deco_h4_r.png) no-repeat center left -70% / calc(383 / var(--break) * 100vw) auto, url(images/page/deco_h4_l.png) no-repeat center right -70% / calc(383 / var(--break) * 100vw) auto #e8e3d2;
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: calc(27 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.bg_pay {
		background: #ffeeca;
	}
	.row_common06 {
		gap: calc(30 / var(--break) * 100vw) 0%;
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common06 .col {
		width: 100%;
		padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.row_common06 .col .ttl {
		padding-bottom: calc(27 / var(--break) * 100vw);
		margin-bottom: calc(15 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common06 .col .ttl::before {
		width: calc(75 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common07 .col_img {
		width: 100%;
		max-width: calc(450 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common07 .col_txt {
		width: 100%;
	}
	.row_common07 .copy {
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
		margin-bottom: calc(20 / var(--break) * 100vw);
		text-align: left!important;
	}
	.row_common07 .copy::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: calc(15 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
	}
	.row_common07 .bg_col06 {
		box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #c3eef2;
		padding: 15vw 4vw 5vw;
	}
	.row_common07 .col_txt .ttl {
		font-size: 1rem;
        letter-spacing: 0;
	}
	
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/deco_clinic01.png") no-repeat center bottom / 100% auto,url("images/clinic/bg_clinic01.png") no-repeat center / cover;
	padding: calc(100 / var(--break) * 100vw) 0 calc(85 / var(--break) * 100vw);
}
.box_clinic01 {
    padding: calc(48 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(53 / var(--break) * 100vw);
	box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #3a211780;
}
.box_clinic01 .en {
	font-size: calc(76 / var(--break) * 100vw);
	letter-spacing: .2em;
}

.bg_clinic02.bg__feature01 {
    padding: calc(134 / var(--break) * 100vw) 0 calc(308 / var(--break) * 100vw);
}
.bg_clinic02 .box__feature01.num02 {
    background: url(images/index/deco_feature03.png) no-repeat top calc(40 / var(--break) * 100vw) left calc(40 / var(--break) * 100vw) / calc(433 / var(--break) * 100vw) auto #fff;
    padding: calc(32 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(83 / var(--break) * 100vw);
}
.ttl_clinic01.ttl__feature02 .num {
    width: calc(105 / var(--break) * 100vw);
}
.box__feature02.num02 {
    max-width: calc(1500 / var(--break) * 100vw);
    padding: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.row_clinic01 {
	width: 90%;
	max-width: 1000px;
	margin-bottom: calc(65 / var(--break) * 100vw);
}
.row_clinic01 .col {
	height: calc(112 / var(--break) * 100vw);
	background-color: #94c8e0;
	border: solid calc(10 / var(--break) * 100vw) #9bd9f5;
}
.row_clinic01 .col .txt {
	font-weight: 400;
}
.row_clinic01 .deco01 {
	width: calc(159 / var(--break) * 100vw);
	top: -4%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.row_clinic02 {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(-60 / var(--break) * 100vw);
}
.row_clinic02 .col_img {
    width: 25%;
    max-width: 345px;
}
.row_clinic02 .col_txt {
	width: 71%;
}
.bg_clinic02.bg__feature01 > .deco01 {
    width: calc(288 / var(--break04) * 100vw);
    left: calc(-5 / var(--break04) * 100vw);
    bottom: calc(80 / var(--break04) * 100vw);
}
.bg_clinic02 .box__feature02 .ttl {
    text-align: left;
}
.bg_clinic02 .box__feature02 .ttl::before {
    right: auto;
}
.bg_clinic03 {
	background: linear-gradient(0deg, #fff, #fef8e6);
	padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(0 / var(--break) * 100vw);
}
.bg_clinic03.box__feature01 .deco01 {
    width: calc(221 / var(--break04) * 100vw);
    right: calc(-56 / var(--break) * 100vw);
    bottom: auto;
    top: 7.5%;
    z-index: 2;
}
.row_clinic03 {
    gap: calc(30 / var(--break) * 100vw) 1.3%;
}
.row_clinic03 .col {
    width: 24%;
    max-width: 360px;
}
.row_clinic03 .col .txt {
	font-weight: 400;
    padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
    border-radius: 0 0 calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.bg_clinic03 {
	margin-bottom: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_clinic02.ttl__feature02 .ttl {
        font-size: calc(24 / var(--break) * 100vw);
    }
	.ttl_clinic01.ttl__feature02 .ttl .fz36 {
        font-size: calc(33 / var(--break) * 100vw);
    }
	.ttl_clinic01.ttl__feature02 .ttl {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.box__feature02.num02 {
		width: 87%;
	}
	.bg_clinic02.bg__feature01 > .deco01 {
		width: calc(268 / var(--break04) * 100vw);
		left: calc(-25 / var(--break04) * 100vw);
		bottom: calc(80 / var(--break04) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_clinic01 .ttl {
        font-size: calc(25 / var(--break) * 100vw);
    }
	.ttl_clinic01 .ttl .fz36 {
        font-size: calc(25 / var(--break) * 100vw);
        letter-spacing: .05em;
    }
	.bg_clinic02 .box__feature02.num02 {
		width: 82%;
	}
	.bg_clinic02.bg__feature01 > .deco01 {
		left: calc(-27 / var(--break04) * 100vw);
	}
	.row_clinic03 .col .txt {
		font-size: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.ttl_clinic02.ttl__feature02 .ttl {
		width: calc(100% - calc(135 / var(--break) * 100vw));
	}
	.row_clinic01 {
		width: 100%;
		max-width: calc(580 / var(--break) * 100vw);
		margin-bottom: calc(65 / var(--break) * 100vw);
		gap: 12vw;
	}
	.row_clinic01 .col {
		height: calc(150 / var(--break) * 100vw);
	}
	.row_clinic01 .col .txt {
		font-size: 1rem;
	}
	.row_clinic01 .col .txt .fz32 {
		font-size: 1.125rem;
	}
	.row_clinic01 .deco01 {
		width: calc(159 / var(--break) * 100vw);
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		position: absolute;
		top: 55%;
		transform: translateY(-50%);
	}
	.row_clinic02 .col_img {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 5vw;
	}
	.row_clinic02 .col_txt {
		width: 100%;
	}
	.bg_clinic02 .box__feature02 .ttl {
		text-align: center;
	}
	.bg_clinic02 .box__feature02 .ttl::before {
		right: 0;
	}
	.bg_clinic02.bg__feature01 {
		padding: calc(134 / var(--break) * 100vw) 0 140vw;
	}
	.bg_clinic02.bg__feature01 > .deco01 {
		width: calc(232 / var(--break04) * 100vw);
		left: calc(-5 / var(--break04) * 100vw);
		bottom: calc(-30 / var(--break04) * 100vw);
	}
	.bg_clinic03.box__feature01 .deco01 {
        width: calc(215 / var(--break04) * 100vw);
        right: calc(-13 / var(--break) * 100vw);
        bottom: auto;
        top: 16.5%;
    }
	.ttl_clinic01.ttl__feature02 .ttl {
        width: calc(100% - calc(135 / var(--break) * 100vw));
    }
	.row_clinic03 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic03 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic03 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.ttl_clinic01.ttl__feature02 .ttl .fz36 {
        font-size: calc(38 / var(--break) * 100vw);
        letter-spacing: 0;
    } 
}

/* staff
------------------------------------------------------------------*/
.bg_staff01 {
	padding: calc(40 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	background: url("images/staff/deco_staff03.png") no-repeat center bottom / 100% auto #ffeeca;
}
.bg_staff01 .deco01 {
	width: calc(170 / var(--break04) * 100vw);
	bottom: 9%;
	left: 17%;
}
.bg_staff01 .deco02 {
	width: calc(61 / var(--break04) * 100vw);
	top: 10%;
	left: 18%;
}
.bg_staff01 .deco03 {
	width: calc(72 / var(--break04) * 100vw);
	top: 41%;
	left: 5%;
}
.bg_staff01 .deco04 {
	width: calc(170 / var(--break04) * 100vw);
	top: 20%;
	right: 10%;
}
.bg_staff01 .deco05 {
	width: calc(72 / var(--break04) * 100vw);
	top: 59%;
	right: 1.5%;
}
.bg_staff01 .deco06 {
	width: calc(258 / var(--break04) * 100vw);
	bottom: calc(35 / var(--break04) * 100vw);
	right: 14%;
}
.bg_staff01 .inner1000 {
	max-width: calc(1000 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_txt {
		width: 100%;
	}
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 8vw;
	}
	.row_staff01 .ccl__message01 {
		padding-top: 0;
		padding-bottom: 1vw;
	}
	.box_prof::before {
		top: 13vw;
	}
	.box_prof01 .year {
		width: 28%;
	}
	.box_prof01 .txt {
		width: 72%;
	}
	.bg_staff01 .inner1000 {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.bg_staff01 .deco01 {
		width: calc(130 / var(--break04) * 100vw);
		bottom: 3%;
		left: 0%;
	}
	.bg_staff01 .deco02 {
		width: calc(61 / var(--break04) * 100vw);
		top: 17%;
		left: 18%;
	}
	.bg_staff01 .deco03 {
		width: calc(72 / var(--break04) * 100vw);
		top: 41%;
		left: 1%;
	}
	.bg_staff01 .deco04 {
		width: calc(125 / var(--break04) * 100vw);
		top: 16%;
		right: -1%;
	}
	.bg_staff01 .deco05 {
		width: calc(72 / var(--break04) * 100vw);
		top: 50%;
		right: 1.5%;
	}
	.bg_staff01 .deco06 {
		width: calc(188 / var(--break04) * 100vw);
		bottom: calc(35 / var(--break04) * 100vw);
		right: 1%;
	}
}

/* access
------------------------------------------------------------------*/
.row_access01 .col_img {
	width: 52%;
	max-width: 650px;
}
.row_access01 .col_txt {
	width: 43%;
}
.row_access01 .btn_tel01 {
    width: calc(341 / var(--break) * 100vw);
}
.row_access01 .btn_tel01 a {
    height: calc(100 / var(--break) * 100vw);
}
.row_access01 .btn_tel01 .num {
    font-size: calc(36 / var(--break) * 100vw);
}

.acc_default {
	border-radius: calc(50 / var(--break) * 100vw);
	border: solid calc(10 / var(--break) * 100vw) #fef8e6;
	background-color: #ffeeca;
}
.js_acc_toggle .en {
	width: calc(187 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	position: relative;
}
.js_acc_toggle .arw:after {
    content: "";
    position: absolute;
    background: url("images/page/arw06.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
	right: calc(9 / var(--break) * 100vw);
}
.js_acc_item {
	padding: calc(35 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
}
.js_acc_item .wrap {
	width: 90%;
	max-width: 1240px;
}
.js_acc_toggle .en:before {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.js_acc_toggle .arw {
	right: 0px;
    position: absolute;
}
.js_acc_toggle .en:before {
    content: "open";
	font-size: calc(26 / var(--break) * 100vw);
	line-height: 1;
}
.js_acc_toggle.is_open .en:before {
    content: "close";
}

.row_access02 {
	gap: calc(50 / var(--break) * 100vw) 4%;
}
.row_access02 .col {
	width: 48%;
	padding: calc(50 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
	box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #e8e3d2;
}
.row_access02 .col .icn {
	width: calc(120 / var(--break) * 100vw);
	margin-bottom: calc(35 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 6vw;
	}
	.row_access01 .col_txt {
		width: 100%;
	}
	.js_acc_toggle .ttl {
        font-size: 1.125rem;
		margin-bottom: 2vw;
    }
	.js_acc_toggle.is_open .arw:after {
        top: 0vw;
        ight: 0;
    }
	.row_access02 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		padding: calc(50 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
		box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #e8e3d2;
		margin-left: auto;
		margin-right: auto;
	}
	.row_access02 .col .txt_center.mh {
		line-height: 1.6;
	}
}

/* dermatology
------------------------------------------------------------------*/
.row_dermatology01 {
	gap: calc(30 / var(--break) * 100vw) 1.3%;
}
.row_dermatology01 .col {
	width: 24%;
}
.row_dermatology01 .col a {
    padding: calc(16 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(47 / var(--break) * 100vw);
    border: solid 1px #3a2117;
    background-color: #fff;
    border-radius: calc(10 / var(--break) * 100vw);
    display: block;
    font-weight: 500;
	position: relative;
}
.row_dermatology01 .col a::before {
    content: "";
    position: absolute;
    background: url("images/page/arw06.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    bottom: calc(10 / var(--break) * 100vw);
    margin: auto;
    right: 0;
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_dermatology01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_dermatology01 .col {
		width: 48%;
	}
	.row_dermatology01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_dermatology01 .col a::before {
		width: calc(25 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
	}
}

/* pediatric
------------------------------------------------------------------*/
.row_pediatric01 {
	left: calc(-45 / var(--break) * 100vw);
	bottom: calc(-45 / var(--break) * 100vw);
}
.row_pediatric01 .col {
	width: calc(190 / var(--break) * 100vw);
}
.row_pediatric01 .col:last-child {
	margin-left: 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) {
	.row_pediatric01 {
		left: calc(-16 / var(--break) * 100vw);
		bottom: calc(-50 / var(--break) * 100vw);
	}
	.row_pediatric01 .col {
		width: calc(240 / var(--break) * 100vw);
	}
	.row_pediatric01 .col:last-child {
		margin-left: calc(-20 / var(--break) * 100vw);
	}
	.row_pediatric02 .col_img {
        margin-bottom: 8vw;
    }
}

/* レディース医療脱毛
------------------------------------------------------------------*/
/*#ladies_depilation01 .hdg3 {
	display: none;
}*/
.row_ladies_depilation01 {
	gap: 0 2%;
}
.row_ladies_depilation01 .col {
	width: 32%;
	box-shadow: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 #e8e3d2;
	border-radius: calc(50 / var(--break) * 100vw);
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_ladies_depilation01 .col .box01 {
	background: linear-gradient(0deg, #ffffff, #ffefcc);
	padding-bottom: calc(23 / var(--break) * 100vw);
	border-radius: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.row_ladies_depilation01 .col .box01 .en {
	line-height: .6;
    letter-spacing: .2em;
}
.row_ladies_depilation01 .ccl {
	width: calc(87 / var(--break) * 100vw);
	height: calc(87 / var(--break) * 100vw);
	background: url("images/ladies_depilation/bg_ladies_depilation01.png") no-repeat center / cover;
}
.txt_ladies_depilation01 {
	font-weight: 500;
}
.tbl_ladies_depilation01 table {
	border: 1px solid #80c4e3;
	table-layout: fixed;
}

.tbl_ladies_depilation01 th,
.tbl_ladies_depilation01 td {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	font-weight: 300;
	padding:
		calc(18 / var(--break) * 100vw)
		calc(15 / var(--break) * 100vw);
	line-height: 2;
}

/* 上段 */
.tbl_ladies_depilation01 thead th {
	background: #80c4e3;
	color: #fff;
	font-size: calc(24 / var(--break) * 100vw);
	border-right: 1px solid #fff;
}

.tbl_ladies_depilation01 thead th:last-child {
	border-right: 0;
}

/* 医療脱毛のみ黄色 */
.tbl_ladies_depilation01 thead th.medical {
	background: #f0b611;
}

/* 左列 */
.tbl_ladies_depilation01 tbody th {
	background: #93cbe4cc;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

/* 通常セル */
.tbl_ladies_depilation01 tbody td {
	background: #fff;
	color: #333;
	border-left: 1px solid #80c4e3;
}

/* 医療脱毛列だけ薄黄色 */
.tbl_ladies_depilation01 tbody td:nth-child(2) {
	background: #fef8e6;
}

/* 横線 */
.tbl_ladies_depilation01 tbody tr:not(:last-child) td {
	border-bottom: 1px solid #80c4e3;
}
.tbl_ladies_depilation01 tbody tr td .fz30 {
	font-size: 1.25rem;
}
.tbl_ladies_depilation01 tbody tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.row_ladies_depilation04 .ccl {
	width: calc(190 / var(--break) * 100vw);
	left: calc(-42 / var(--break) * 100vw);
	bottom: calc(-42 / var(--break) * 100vw);
}
.row_ladies_depilation05 .ccl {
	width: calc(190 / var(--break) * 100vw);
	right: calc(-42 / var(--break) * 100vw);
	bottom: calc(-42 / var(--break) * 100vw);
}
.box_flow02 {
	width: 90%;
	max-width: 1000px;
}
.box_flow.bg_col06 {
	background: url("images/page/deco_common04.svg") no-repeat left top / calc(146 / var(--break) * 100vw) auto;
}
.box_flow.bg_col03 {
	background: url("images/page/deco_common05.svg") no-repeat left top / calc(146 / var(--break) * 100vw) auto;
}
.box_flow .col_txt h4 .num {
    background-color: transparent!important;
}
.row_ladies_depilation03 {
	width: 71%;
	margin-left: auto;
	margin-right: auto;
}
.tel_flow .num {
    font-size: calc(36 / var(--break) * 100vw);
}
.tel_flow a, .web_flow02 a {
    height: calc(118 / var(--break) * 100vw);
}
.web_flow02 .ja01 {
    font-size: calc(20 / var(--break) * 100vw);
    padding: calc(0 / var(--break) * 100vw) 30%;
    border-radius: 5px;
}
.web_flow02 .ja02 {
    font-size: calc(34 / var(--break) * 100vw);
}
.web_flow02 .icn {
    width: calc(28 / var(--break) * 100vw);
    margin-bottom: calc(0 / var(--break) * 100vw);
}
.btn_insta01 a::after {
    content: "";
    position: absolute;
    background: url(images/page/icn_insta03.svg) no-repeat center / cover;
    width: calc(29 / var(--break) * 100vw);
    height: calc(28 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_ladies_depilation01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: 5vw;
	}
	.row_ladies_depilation01 .col {
		width: 100%;
	}
	.row_ladies_depilation01 .col .box01 .en {
		font-size: calc(55 / var(--break) * 100vw);
	}
	.row_ladies_depilation01 .col .ja01 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_ladies_depilation01 .col .ja01 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_ladies_depilation01 .ccl {
		width: calc(110 / var(--break) * 100vw);
		height: calc(110 / var(--break) * 100vw);
	}
	.row_ladies_depilation01 .ccl .txt {
		font-size: .875rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.row_ladies_depilation01 .num {
		font-size: 2.75rem;
		letter-spacing: 0;
	}
	.row_ladies_depilation01 .num .fz30 {
		font-size: 1.3125rem;
		letter-spacing: 0;
	}
	.row_ladies_depilation01 .num .fz18 {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_ladies_depilation01 .ja {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_ladies_depilation01 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_ladies_depilation01 .fz32 {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.tbl_common01.js-scrollable table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_ladies_depilation01 table {
		width: calc(1600 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
	}
	.tbl_ladies_depilation01 thead th {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.tbl_ladies_depilation01 th, .tbl_ladies_depilation01 td {
		line-height: 1.6;
	}
	.row_ladies_depilation04 .ccl,.row_ladies_depilation05 .ccl {
		width: calc(233 / var(--break) * 100vw);
		left: calc(15 / var(--break) * 100vw);
		bottom: calc(15 / var(--break) * 100vw);
	}
	.box_flow02 {
		width: 100%;
		max-width: 100%;
		padding: 5vw 12vw 5vw;
		margin-top: 5vw;
	}
	.row_ladies_depilation03 {
		gap: 3vw;
		margin-top: 0vw;
	}
	.tel_flow .num {
		font-size: calc(44 / var(--break) * 100vw);
	}
	.web_flow02 .ja02 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.web_flow02 .icn {
		width: calc(34 / var(--break) * 100vw);
		margin-bottom: calc(0 / var(--break) * 100vw);
		margin-right: auto;
	}
	.web_flow02 .arw {
		width: calc(29 / var(--break) * 100vw);
	}
	.web_flow02 .ja01 {
		font-size: calc(22 / var(--break) * 100vw);
	}
	
	.btn_insta01.btn__common01.ptn02 {
        width: 100%;
        max-width: 100%;
    }
	.btn_insta01.btn__common01.ptn02 .txt {
        padding: 0;
    }
}

/* mens_depilation
------------------------------------------------------------------*/
/*#mens_depilation01 .hdg3 {
	display: none;
}*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* first
------------------------------------------------------------------*/
.row_first01 .col {
	width: 24%;
}
.row_first01 .col a {
	border: solid 1px #3a2117;
	border-radius: calc(10 / var(--break) * 100vw);
	padding: calc(30 / var(--break) * 100vw) 0 calc(58 / var(--break) * 100vw);
	position: relative;
}
.row_first01 .col a::before {
	content: "";
    position: absolute;
    background: url(images/page/arw06.svg) no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    bottom: calc(20 / var(--break) * 100vw);
    margin: auto;
    right: 0;
    left: 0;
}
.row_first01 .col .icn {
	width: calc(120 / var(--break) * 100vw);
}
.row_first01 .col .txt {
	font-weight: 400;
}

.row_first02 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_first02 .col {
	width: 32%;
}
.row_first02 .col .txt {
    padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
    border-radius: 0 0 calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.row_first03 {
	width: 90%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.row_first03 .btn_tel01 {
    width: 40%;
}
.row_first03 .btn_web01, .row_first03 .btn_web02 {
    width: 26%;
}
.wrap_first01,.box_first01 {
	width: 90%;
    max-width: 1000px;
}
.list_common03.ptn03 li {
    padding-bottom: calc(0 / var(--break) * 100vw);
    border-bottom: none;
    width: 100%;
	padding-left: calc(52 / var(--break) * 100vw);
}
.list_common03.ptn03 li:before {
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
    background: url(images/page/check04.svg) no-repeat center / cover;
    left: calc(0 / var(--break) * 100vw);
    top: calc(2 / var(--break) * 100vw);
}
.row_first04 {
	gap: calc(30 / var(--break) * 100vw) 2%;
	justify-content: flex-start;
}
.row_first04 .col {
	width: 32%;
	max-width: 475px;
}
.row_first04 .col .box {
	border-radius: 0 0 calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.row_first04 .col .box::before {
	content: "";
    position: absolute;
	background: #f2e3e3;
    width: 100%;
    height: calc(4 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	top: calc(51 / var(--break) * 100vw);
	z-index: -1;
}
.row_first04 .col .ttl {
	height: calc(60 / var(--break) * 100vw);
	background: #f2e3e3;
}
.row_first05 .col {
	width: 48%;
	max-width: 605px;
}

.row_first06 {
	gap: calc(30 / var(--break) * 100vw) 1.3%;
	width: 90%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.row_first06 .col {
	width: 32%;
}
.row_first06 .col a {
    padding: calc(16 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(47 / var(--break) * 100vw);
    border: solid 1px #3a2117;
    background-color: #fff;
    border-radius: calc(10 / var(--break) * 100vw);
    display: block;
    font-weight: 500;
	position: relative;
}
.row_first06 .col a::before {
    content: "";
    position: absolute;
    background: url("images/page/arw06.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    bottom: calc(10 / var(--break) * 100vw);
    margin: auto;
    right: 0;
	left: 0;
}
.row_first03 .btn_web01 a, .row_first03 .btn_web02 a {
   padding-top: calc(5 / var(--break) * 100vw);
    height: calc(118 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_first01 .col .txt {
		font-size: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_first01 {
		gap: 3vw;
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_first01 .col {
		width: 48%;
	}
	.row_first01 .col .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.row_first01 .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_first01 .col a {
		padding: calc(30 / var(--break) * 100vw) 0 calc(72 / var(--break) * 100vw);
	}
	.row_first01 .col a::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		bottom: calc(20 / var(--break) * 100vw);
	}
	.row_first03 {
        gap: 3vw 0;
    }
	.row_first03 .btn_tel01 {
		width: 100%;
	}
	.row_first03 .btn_web01, .row_first03 .btn_web02 {
		width: 100%;
	}
	.row_first03 .btn_web01 .icn, .row_first03 .btn_web02 .icn {
        width: calc(42 / var(--break) * 100vw);
        margin-right: auto;
    }
	.row_first03 .btn_web01 a, .row_first03 .btn_web02 a {
		padding-top: calc(5 / var(--break) * 100vw);
		height: calc(130 / var(--break) * 100vw);
	}
	.row_first03 .btn_web01, .row_first03 .btn_web02 {
        width: 48%;
    }
	.wrap_first01,.box_first01 {
		width: 100%;
		max-width: 100%;
	}
	.row_first02 {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_first02 .col {
		width: 100%;
	}
	.row_first02 .col .txt {
		padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
		border-radius: 0 0 calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_first02 .col .txt .fz18 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_first04 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: 5vw;
	}
	.row_first04 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_first04 .col .ttl {
		height: calc(70 / var(--break) * 100vw);
		font-size: 1rem;
	}
	.box_qa .btn__common01 {
		width: 100%;
	}
	.box_qa .btn__common01 .txt {
		padding: 0;
	}
	.row_first07 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_first06 .col {
		width: 48%;
	}
	.row_first06 .col a {
		padding: calc(16 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(47 / var(--break) * 100vw);
		border: solid 1px #3a2117;
		background-color: #fff;
		border-radius: calc(10 / var(--break) * 100vw);
		display: block;
		font-weight: 500;
		position: relative;
	}
	.row_first06 .col a::before {
        width: calc(25 / var(--break) * 100vw);
        height: calc(25 / var(--break) * 100vw);
        bottom: calc(10 / var(--break) * 100vw);
    }
	.row_first06 .txt {
        font-size: 1rem;
        letter-spacing: 0;
    }
	.row_first05 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		gap: 5vw;
	}
	.row_first05 .col {
		width: 100%;
		max-width: 100%;
	}
}

/* stain
------------------------------------------------------------------*/
/*#stain01 .hdg3 {
	display: none;
}*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* splendor_x
------------------------------------------------------------------*/
#splendor_x01 .hdg3 {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_splendorx01 .en {
        font-size: 1.85rem;
        letter-spacing: 0em;
    }
}

/* fee
------------------------------------------------------------------*/
.bg_fee01 .btn__common01 {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01,.tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	width: calc(19 / var(--break) * 100vw);
    height: calc(34 / var(--break) * 100vw);
	background: url(images/page/arw_case01.svg)no-repeat center / cover;
	top: calc(70 / var(--break) * 100vw);
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border: none;
}
.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_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2%;
}
.slide_case01 .slick-next {
    right: 2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #e8e3d2;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #f0b611;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
	border-radius: calc(30 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: 1.25rem;
	}
	.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 {
		top: 0;
        transform: rotate(90deg);
        width: calc(30 / var(--break) * 100vw);
        height: calc(56 / var(--break) * 100vw);
	}
	.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);*/
	}
	.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: 68vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.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_case tr th {
		border-bottom: 1px solid #fff;
	}
	.slide_case01 .tbl_case {
		max-width: calc(640 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	border: ;
	background-color: #f4f4ee;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
	background-color: #f4f4ee;
}
.box_invisalign {
	width: 90%;
	max-width: 1000px;
	border: ;
	background-color: #f4f4ee;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
	background-color: #f4f4ee;
}
.box_invisalign .ttl {
	font-weight: 400;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #3a2117 !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:hover {
	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
------------------------------------------------------------------*/
.box_recruit01 {
	border: solid calc(6 / var(--break) * 100vw) #ffeeca;
	background-color: #fef8e6;
	padding: calc(40 / var(--break) * 100vw) calc(60 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
}
.ttl_recruit01 {
	padding-bottom: calc(20 / var(--break) * 100vw);
	margin-bottom: calc(30 / var(--break) * 100vw);
	border-bottom: solid calc(4 / var(--break) * 100vw) #fff;
}
.row_recruit01 .row_pediatric01 {
    left: auto;
	right: calc(-45 / var(--break) * 100vw);
    bottom: calc(-45 / var(--break) * 100vw);
}
.box_recruit02 {
	border: solid calc(6 / var(--break) * 100vw) #e8e3d2;
	padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	background-color: #f4f4ee;
}
.row_recruit02 {
    left: auto;
    right: calc(-45 / var(--break) * 100vw);
    bottom: calc(-45 / var(--break) * 100vw);
}
.row_recruit02 .col {
    width: calc(190 / var(--break) * 100vw);
	height: calc(190 / var(--break) * 100vw);
}
.row_recruit02 .col_l {
   background: url("images/recruit/icn_recruit01.png") no-repeat center / cover;
	z-index: 2;
}
.row_recruit02 .col_r {
	margin-left: calc(-20 / var(--break) * 100vw);
   background: url("images/recruit/icn_recruit02.png") no-repeat center / cover;
}
.row_recruit02 .col .txt {
	line-height: 1.6;
}
.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: #f0b611;
	border-radius: 100vh;
}
.btn_submit input {
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_recruit01 .row_pediatric01 {
		right: calc(-16 / var(--break) * 100vw);
        left: auto;
        bottom: calc(-50 / var(--break) * 100vw);
	}
	.row_recruit01 .row_pediatric01 .col {
		width: calc(190 / var(--break) * 100vw);
	}
	.row_recruit01 .col_img {
        margin-bottom: 8vw;
    }
	
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
		border-bottom-color: #fff;
	}
	.row_recruit02 {
        right: calc(-16 / var(--break) * 100vw);
        left: auto;
        bottom: calc(-50 / var(--break) * 100vw);
    }
	.row_recruit02 .col {
        width: calc(240 / var(--break) * 100vw);
		height: calc(240 / var(--break) * 100vw);
    }
	.row_recruit02 .col .txt {
       font-size: calc(26 / var(--break) * 100vw);
        line-height: 1.6;
    }
}

/* お問い合わせ 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: #f0a4b3;
	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;
	border-radius: 100vh;
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#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: #e8e3d2;
	border: 1px solid #e8e3d2;
	border-right-color: #e8e3d2;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e8e3d2;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #f0a4b3;
	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 #3a2117;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: calc(4 / var(--break) * 100vw) solid #fef8e6;
}
.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;
	font-family: "tot-shizukardmin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.blog_archive .txt_post .date {
	color: #80c4e3;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #f2b0bd;
	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 #80c4e3;
	color: #80c4e3;
	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: #80c4e3;
	background: #80c4e3;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h2,.post_content > h3{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#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 #f0b611;
	background: #f0b611;
	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: #f0b611;
}
.single_post > h1 {
	color: #fff;
	border-radius: calc(10 / var(--break) * 100vw);
	padding: calc(20 / var(--break) * 100vw) calc(22 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	font-size: calc(26 / var(--break) * 100vw);
	line-height: 1.6;
	letter-spacing: .1em;
	font-family: "tot-shizukardmin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: relative;
	z-index: 0;
	background-color: #80c4e3;
}
.single_post > h1::before,
.single_post > h1::after {
	content: "";
	position: absolute;
	width: calc(50 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	z-index: -1;
}
.single_post > h1::before {
	background: #a4e0fb80;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
}
.single_post > h1::after {
	background: #a4e0fb80;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	bottom: calc(10 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
}
.post_content h2 {
	border-radius: 100vh;
	padding: calc(15 / var(--break) * 100vw) calc(22 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	font-size: calc(20 / var(--break) * 100vw);
	line-height: 1.6;
	letter-spacing: .1em;
	font-family: "tot-shizukardmin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: relative;
	z-index: 0;
	background-color: #fef2f1;
	border: solid calc(3 / var(--break) * 100vw) #f0a4b3
}
.post_content h3 {
	padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) calc(49 / var(--break) * 100vw);
    position: relative;
	border-bottom: 1px solid #fff;
	font-family: "tot-shizukardmin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.post_content h3::before {
	content: "";
    position: absolute;
    background: url(images/page/deco_h5-2.svg) no-repeat center / cover;
    width: calc(33 / var(--break) * 100vw);
    height: calc(29 / var(--break) * 100vw);
    top: calc(3 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
}
.post_content h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(4 / var(--break) * 100vw);
	background: linear-gradient(90deg, #ffeeca, #fef8e6);
}
@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 > h1 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h2,.post_content > h3{
		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);
	}
	.post_content h3 {
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(7 / var(--break) * 100vw) calc(52 / var(--break) * 100vw);
	}
	.post_content h3::before {
		width: calc(40 / var(--break) * 100vw);
        height: calc(37 / var(--break) * 100vw);
        top: calc(9 / var(--break) * 100vw);
        left: calc(0 / var(--break) * 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.img_format01 img {
	border-radius: calc(50 / var(--break) * 100vw);
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 24%;
	max-width: 350px;
}
.row_format03 .col_img img {
	border-radius: calc(5 / var(--break) * 100vw);
}
.row_format03 .col_txt {
	width: 73%;
}
.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;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.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);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
.box_format02 {
	border: solid calc(6 / var(--break) * 100vw) #e8e3d2;
    background-color: #f4f4ee;
}
.img_format02 {
	position: relative;
	width: calc(401 / var(--break) * 100vw);
}
.img_format02::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_format01.png") no-repeat center / cover;
    width: calc(152 / var(--break) * 100vw);
    height: calc(149 / var(--break) * 100vw);
	right: calc(-113 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
}
.name_format .job {
	padding: calc(8 / 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) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}
.grecaptcha-badge { visibility: hidden; }