@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn02.png);
	background-repeat: repeat;
	background-size: calc(400 / var(--break) * 100vw) auto;
}
.main_page {
	position: relative;
	height: calc(500 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn02.png);
	background-repeat: repeat;
	background-size: calc(400 / var(--break) * 100vw) auto;
}
.main_page:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100% - (70 / var(--break) * 100vw));
	background: url("images/page/bg_ttl_page.jpg") no-repeat center bottom / cover;
	content: '';
}
.main_page:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 60px;
	background-image: url(./images/page/shape_ttl_page.png);
	background-repeat: no-repeat;
	background-position: center bottom -1px;
	background-size: 100% auto;
	content: '';
}
.main_page .deco {
	position: absolute;
	bottom: calc(23 / var(--break) * 100vw);
	left: 1%;
	z-index: 2;
	max-width: 236px;
	width: 13%;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	position: relative;
	z-index: 2;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.hdg2 .ja {
	margin: 0.9em 0 0.3em;
	color: var(--color02);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(50 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg2 .en {
	color: var(--color04);
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.2em;
}
.hdg3 {
	position: relative;
	padding: 3.15em 0 1.1em;
	background: url(./images/page/img_h3.png) no-repeat center top / calc(328 / var(--break) * 100vw) auto;
	color: var(--color02);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.hdg3:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background-image: url(./images/page/deco_h3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	content: '';
}
.hdg3 span {
	display: inline-block;
	margin: 0 -1em;
}
.hdg4 {
	padding-top: 1.4em;
	background-image: url(./images/page/deco_h4.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	color: var(--color02);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.hdg5 {
	color: var(--color02);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.hdg5 span {
	display: inline-block;
	position: relative;
	padding-left: 1.6em;
}
.hdg5 span:before {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: calc(15 / var(--break) * 100vw);
	height: calc(16 / var(--break) * 100vw);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.hdg5.ttl_col01 span:before {
	background-image: url(./images/page/icn_dot01.png);
}
.hdg5.ttl_col02 span:before {
	background-image: url(./images/page/icn_dot02.png);
}
.hdg5.ttl_col03 span:before {
	background-image: url(./images/page/icn_dot03.png);
}
.hdg5.ttl_col04 span:before {
	background-image: url(./images/page/icn_dot04.png);
}
.hdg6 {
	color: var(--color02);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.46;
}
.hdg6:before,
.hdg6:after {
	display: block;
	width: calc(83 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background: url(./images/page/deco_h5.png) no-repeat center / contain;
	content: '';
}
.hdg6:after {
	transform: scaleX(-1);
}
.hdg6 span {
	margin-bottom: 0.5em;
}
.ttl_common01:before,
.ttl_common01:after {
	display: block;
	width: calc(26 / var(--break) * 100vw);
	height: calc(23 / var(--break) * 100vw);
	margin-bottom: 0.3em;
	background: url(./images/page/shape_ttl01.svg) no-repeat center bottom / contain;
	content: '';
}
.ttl_common01:after {
	transform: scaleX(-1);
}
.ttl_common01 span {
	margin: 0 1em;
	white-space: nowrap;
}
.ttl_common02:before,
.ttl_common02:after {
	display: block;
	width: calc(95 / var(--break) * 100vw);
	height: calc(16 / var(--break) * 100vw);
	background: url(./images/page/deco_ttl01.png) no-repeat center / contain;
	content: '';
}
.ttl_common02 span {
	margin: 0 1.5em;
}
.copy_common01 {
	font-size: calc(34 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.copy_common01 span {
	display: inline;
	padding-bottom: 0.45em;
	background: url(./images/page/bdr_ptn01.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.copy_common03 .deco {
	max-width: calc(177 / var(--break) * 100vw);
	width: 100%;
}
.copy_common03 span {
	margin: 0 1.4em;
	padding: 0.8em 0.9em 0.9em 1.3em;
}
.btn_tel01 {
	max-width: 100%;
	width: calc(340 / var(--break) * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: calc(110 / var(--break) * 100vw);
	border-radius: 100px;
}
.btn_tel01 a .txt01 {
	max-width: 260px;
	width: 77%;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	padding: 0.25em 0 0.3em;
	border-radius: 50px;
}
.btn_tel01 a .tel span {
	display: inline-block;
	position: relative;
	margin-left: 0.2em;
	padding-left: 0.9em;
}
.btn_tel01 a .tel span:before {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url(./images/page/icn_tel01.svg) no-repeat center / contain;
	content: '';
}
.btn_common01 {
	max-width: 500px;
	width: 100%;
}
.btn_common01 a {
	width: 100%;
	height: calc(80 / var(--break) * 100vw);
	border-radius: 100px;
}
.btn_common01 a span {
	display: inline-block;
	position: relative;
}
.btn_common01 a span:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.4em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	margin: auto;
	background: url(./images/page/arw_btn01.svg) no-repeat center / contain;
	content: '';
}
.btn_common01 a span.ja02:before {
	right: -2em;
}
.tbl_time.tbl_time02 .box {
	border-top-left-radius: calc(10 / var(--break) * 100vw);
	border-top-right-radius: calc(10 / var(--break) * 100vw);
}
.tbl_time.tbl_time02 table {
	color: var(--color01);
}
.tbl_time.tbl_time02 thead th {
	padding: 0.5em 0 0.83em;
	border-bottom-color: var(--color01);
}
.tbl_time.tbl_time02 tbody th,
.tbl_time.tbl_time02 tbody td {
	padding: 0.61em 0 0.17em;
}
.tbl_time.tbl_time02 tbody tr:last-child th,
.tbl_time.tbl_time02 tbody tr:last-child td {
	padding: 0.17em 0 0.56em;
}
.tbl_time.tbl_time02 tbody tr:last-child th,
.tbl_time.tbl_time02 tbody th {
	padding-right: 0.72em;
}
.tbl_time.tbl_time02 .tbl_caption {
	padding: 0.7em 0;
	line-height: 1.56;
}
.tbl_default.tbl_col01 table {
	border-collapse: inherit;
	border-radius: calc(20 / var(--break) * 100vw);
	border-color: var(--color02);
	background: #fff;
}
.tbl_default.tbl_col01 th {
	background: var(--color18);
	color: var(--color01);
}
.tbl_default.tbl_col01 tr:first-child th {
	border-top-left-radius: calc(19 / var(--break) * 100vw);
}
.tbl_default.tbl_col01 tr:last-child th {
	border-bottom-left-radius: calc(19 / var(--break) * 100vw);
}
.tbl_default.tbl_col01 tr:not(:last-child) th {
	border-bottom-color: var(--color02);
}
.tbl_default.tbl_col01 tr:not(:last-child) td {
	border-bottom-color: var(--color02);
}
.tbl_default.tbl_col02 table {
	border-collapse: inherit;
	border-radius: calc(20 / var(--break) * 100vw);
	/*border-color: var(--color03);*/
  border-color: #d5ead8;
	background: #fff;
	table-layout: auto;
}
.tbl_default.tbl_col03 table {
	border-color: #d5ead8;
}
.tbl_default.tbl_col02 th {
	background: var(--color27);
	/*color: var(--color01); */
	color: #7c5726;
}
.tbl_default.tbl_col02 th[colspan="2"] {
	background: var(--color03);
	color: #fff;
	text-align: center;
}
.tbl_default.tbl_col03 th[colspan="2"] {
	background: #d5ead8;
	color: #7c5726;
	border-bottom-color:#d5ead8;
}
.tbl_default.tbl_col02 tr:first-child th {
	border-top-left-radius: calc(19 / var(--break) * 100vw);
}
.tbl_default.tbl_col02 tr:first-child th[colspan="2"] {
	border-top-right-radius: calc(19 / var(--break) * 100vw);
}
.tbl_default.tbl_col02 tr:last-child th {
	border-bottom-left-radius: calc(19 / var(--break) * 100vw);
}
.tbl_default.tbl_col02 tr:not(:last-child) td {
	border-bottom-color: var(--color09);
}
.tbl_default.tbl_col03 tr:not(:last-child) td {
	border-bottom-color: #d5ead8;
}
.list_default.list_col01 li:before {
	background: var(--color03);
}
.list_default.list_check01 li {
	padding-left: 1.7em;
}
.list_default.list_check01 li:before {
	top: 0.2em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background: url(./images/page/icn_check01.svg) no-repeat center / contain;
}
.list_default.list_check02 li {
	padding-left: 1.7em;
}
.list_default.list_check02 li:before {
	top: 0.2em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background: url(./images/page/icn_check02.svg) no-repeat center / contain;
}
.row_pay {
	gap: 0 5.6%;
}
.row_pay .col {
	position: relative;
	width: 29.5%;
	margin-right: 0;
}
.row_pay .col .deco {
	bottom: calc(-32 / var(--break) * 100vw);
	right: -10%;
	max-width: 120px;
	width: 41%;
}
.row_pay .col .icn {
	width: calc(180 / var(--break) * 100vw);
}
.area_common01 {
	position: relative;
}
.area_common01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100% - (88 / var(--break) * 100vw));
	background-image: url(./images/page/bg_ptn01.png);
	background-repeat: repeat;
	background-size: calc(440 / var(--break) * 100vw) auto;
	content: '';
}
.area_common01 .shape01 {
	top: 0;
	left: 0;
	width: 100%;
	height: calc(40 / var(--break) * 100vw);
}
.area_common01 .shape01 img {
	display: block;
}
.area_common01 .shape02 {
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(90 / var(--break) * 100vw);
}
.area_common01 .shape02 img {
	display: block;
}
.area_common01 .shape03 {
	top: calc(120 / var(--break) * 100vw);
	left: 0;
	max-width: 271px;
	width: 15%;
}
.area_common01 .box01 .deco01 {
	top: calc(9 / var(--break) * 100vw);
	left: calc(18 / var(--break) * 100vw);
	max-width: calc(197 / var(--break) * 100vw);
	width: 100%;
}
.area_common01 .box01 .ttl01 {
	margin-bottom: 1.3em;
	padding: 0.7em 0 0.8em;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.area_common01 .box01 .list_default li {
	padding-bottom: 0.2em;
	border-bottom: 2px solid var(--color18);
}
.area_common01 .box01 .list_default01 {
	gap: 0.45em 0;
}
.area_common01 .box01 .list_default01 li {
	width: 47%;
	margin: 0 !important;
}
.area_common01 .box01 .list_default02 {
	gap: 0.45em 0;
}
.area_common01 .box01 .list_default02 li {
	margin: 0 !important;
}
.area_common02 {
	position: relative;
}
.area_common02 .shape01 {
	top: 0;
	left: -9%;
	max-width: 183px;
	width: 15%;
}
.area_common02 .box01 .copy {
	margin-bottom: 0.6em;
	padding-bottom: 1.2em;
	background: url(./images/page/deco_ttl01.png) no-repeat center bottom / calc(95 / var(--break) * 100vw) auto;
}
.row_common01 .col_img {
	position: relative;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_common01 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url(./images/page/shape_common01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	content: '';
	transform: scaleX(-1);
}
.row_common01.r_reverse .col_img:before {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
	transform: scaleX(1);
}
.row_common01 .col_img .deco01 {
	bottom: calc(20 / var(--break) * 100vw);
	left: calc(-20 / var(--break) * 100vw);
	max-width: 91px;
	width: 16%;
	transform: scaleX(-1);
}
.row_common01.r_reverse .col_img .deco01 {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
	transform: scaleX(1);
}
.row_common01 .col_img .box01 {
	bottom: calc(-60 / var(--break) * 100vw);
	left: 4%;
}
.row_common01 .col_txt .copy01 {
	margin-bottom: 1em;
	padding-bottom: 1.1em;
	background: url(./images/page/bdr_ptn01.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.row_common02 .col_img {
	position: relative;
	width: 24%;
}
.row_common02 .col_img .deco01 {
	bottom: calc(-22 / var(--break) * 100vw);
	right: -7.3%;
	max-width: 112px;
	width: 39%;
}
.row_common02 .col_img .deco02 {
	bottom: calc(-32 / var(--break) * 100vw);
	left: -6.9%;
	max-width: 54px;
	width: 19%;
}
.row_common02.r_reverse .col_img .deco02 {
	left: auto;
	right: -6.9%;
}
.row_common02 .col_txt {
	width: 72%;
}
.row_common03 .col_img {
	position: relative;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_common03 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(20 / var(--break) * 100vw);
	background: var(--color09);
	content: '';
}
.row_common03 .col_img.no_deco:before {
	content: none;
}
.row_common03.r_reverse .col_img:before {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
}
.row_common03 .col_img .deco01 {
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	max-width: 120px;
	width: 27%;
	transform: scaleX(-1);
}
.row_common03.r_reverse .col_img .deco01 {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
	transform: scaleX(1);
}
.row_common03 .col_img .deco02 {
	bottom: 0;
	right: calc(-20 / var(--break) * 100vw);
	max-width: 197px;
	width: 44%;
}
.row_common03 .col_img .deco03 {
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	max-width: 190px;
	width: 43%;
}
.row_common03 .col_img .deco04 {
	bottom: 0;
	right: calc(-20 / var(--break) * 100vw);
	max-width: 123px;
	width: 28%;
}
.row_common03 .col_img .deco05 {
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	max-width: 96px;
	width: 22%;
}
.row_common03 .col_img .box01 {
	top: calc(200 / var(--break) * 100vw);
	right: 4.6%;
	width: calc(220 / var(--break) * 100vw);
	height: calc(220 / var(--break) * 100vw);
	line-height: 1.56;
}
.row_common03 .col_img .box01:before {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 0;
	width: calc(100% - (20 / var(--break) * 100vw));
	height: calc(100% - (20 / var(--break) * 100vw));
	margin: auto;
	border-radius: 100%;
	border: calc(4 / var(--break) * 100vw) dotted #fff;
	content: '';
}
.row_common03 .col_img .box01 p {
	position: relative;
	z-index: 1;
}
.row_common03 .col_txt .copy {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.row_common04 {
	gap: calc(40 / var(--break) * 100vw) 2.3%;
}
.row_common04 .col {
	max-width: 394px;
	width: 31.8%;
}
.row_common04 .col.w100 {
	max-width: 1000px;
}
.row_common04 .col_img01 {
	max-width: 394px;
	width: 31.8%;
}
.row_common05 {
	gap: 0 4%;
}
.row_common05 .col_bnr {
	max-width: 400px;
	width: 40%;
}
.box_common01 {
	position: relative;
	min-height: calc(160 / var(--break) * 100vw);
	background: url(./images/page/box_common01.png) no-repeat center / 100% 100%;
}
.box_common01 .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	left: -1.5%;
	max-width: 83px;
	width: 7%;
}
.box_common01 .deco02 {
	top: calc(-22 / var(--break) * 100vw);
	right: -1.5%;
	max-width: 130px;
	width: 10%;
}
.box_common02 {
	position: relative;
	border-radius: calc(100 / var(--break) * 100vw);
}
.box_common02.mt {
	position: relative;
	margin-top: calc(155 / var(--break) * 100vw);
}
.box_common02 .deco01 {
	top: calc(-124 / var(--break) * 100vw);
	left: 0;
	right: 0;
	max-width: 96px;
	width: 6.4%;
	margin: auto;
}
.box_common02 .deco02 {
	bottom: 0;
	left: -4%;
	max-width: 272px;
	width: 22%;
}
.box_common02 .row01 {
	gap: calc(20 / var(--break) * 100vw) 0.8%;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.62;
}
.box_common02 .row01.gap01 {
	gap: calc(20 / var(--break) * 100vw) 1%;
}
.box_common02 .row01 .col {
	position: relative;
	max-width: 240px;
	width: 19.36%;
}
.box_common02 .row01 .col:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.box_common02 .row01 .col:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	max-width: 97px;
	width: 41%;
	height: 84px;
	background: url(./images/page/deco_common23.png) no-repeat right bottom / contain;
	content: '';
}
.box_common02 .row01 .col p {
	position: relative;
	z-index: 1;
}
.box_common03 {
	position: relative;
}
.box_common03 .deco01 {
	top: calc(8 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	max-width: calc(213 / var(--break) * 100vw);
	width: 100%;
}
.box_common03 h5 {
	margin-bottom: 1.2em;
	padding: 0.4em 0 0.5em;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_common03 .list_default li {
	padding-bottom: 0.2em;
	border-bottom: 2px solid var(--color18);
}
.box_common03 .list_default01 li {
	width: 47%;
}
.box_common03 .list_default02 {
	gap: 0.45em 0;
}
.box_common03 .list_default02 li {
	margin: 0 !important;
}
.box_common04 {
	width: calc(220 / var(--break) * 100vw);
	height: calc(220 / var(--break) * 100vw);
}
.box_common04:before {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 0;
	width: calc(100% - (20 / var(--break) * 100vw));
	height: calc(100% - (20 / var(--break) * 100vw));
	margin: auto;
	border-radius: 100%;
	border: calc(4 / var(--break) * 100vw) dotted #fff;
	content: '';
}
.box_common04 .deco {
	top: -3px;
	right: calc(-54 / var(--break) * 100vw);
	width: calc(125 / var(--break) * 100vw);
}
.box_common04 p span {
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_common04 p em {
	font-size: calc(36 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1;
}
.box_common05 {
	position: relative;
	border-radius: calc(100 / var(--break) * 100vw);
}
.box_common05 .deco01 {
	top: calc(40 / var(--break) * 100vw);
	left: 3.3%;
	max-width: 166px;
	width: 14%;
}
.box_common05 .bg .ttl {
	margin-bottom: 1.1em;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_common05 .bg .ttl span {
	display: inline-block;
	padding-bottom: 0.85em;
	background: url(./images/page/bdr_ptn01.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.box_common05 .bg .btn_common01 {
	max-width: calc(400 / var(--break) * 100vw);
}
.col_common01 {
	position: relative;
	padding: calc(23 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.col_common01:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(-10 / var(--break) * 100vw);
	z-index: 0;
	width: calc(83 / var(--break) * 100vw);
	height: calc(64 / var(--break) * 100vw);
	background: url(./images/page/deco_common24.png) no-repeat center / contain;
	content: '';
}
.col_common01 h4.ttl {
	position: relative;
	z-index: 1;
	margin-bottom: 0.6em;
	line-height: 1.45;
}
.col_common01 .btn_common01 {
	max-width: 334px;
}
.link_common01 {
	margin-top: calc(-300 / var(--break) * 100vw);
	padding-top: calc(300 / var(--break) * 100vw);
}
.img_inv {
	transform: scaleX(-1);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.box_common02 .row01 .col {
		width: 23%;
	}

}
@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(560 / var(--break) * 100vw);
	}
	.main_page:before {
		height: calc(100% - (147 / var(--break) * 100vw));
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.main_page:after {
		background-image: url(./images/page/shape_ttl_page_sp.png);
	}
	.main_page .deco {
		bottom: calc(4 / var(--break) * 100vw);
		left: 3.2vw;
		max-width: calc(236 / var(--break) * 100vw);
		width: 100%;
	}
	.hdg2 .ja {
		margin: 8.4vw 0 2.4vw;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.hdg3 {
		padding: 15.2vw 0 5.6vw;
		background-size: calc(262 / var(--break) * 100vw) auto;
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg3:after {
		background-image: url(./images/page/deco_h3_sp.png);
	}
	.hdg4 {
		padding-top: 4vw;
		background-position: left top;
		background-size: auto calc(16 / var(--break) * 100vw);
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5 {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.hdg5 span {
		padding-left: 6vw;
	}
	.hdg5 span:before {
		top: 2vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.hdg6 {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg6 span {
		margin-bottom: 0;
	}
	.ttl_common01 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.ttl_common01:before,
	.ttl_common01:after {
		width: calc(26 / var(--break) * 100vw);
		height: calc(23 / var(--break) * 100vw);
		margin-bottom: 0.3em;
	}
	.ttl_common01 span {
		margin: 0 3vw;
	}
	.ttl_common02 {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.4;
	}
	.ttl_common02 span {
		margin: 0 3vw;
	}
	.copy_common01 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.copy_common02 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.copy_common03 .deco {
		width: 20%;
	}
	.copy_common03 span {
		margin: 0 4vw;
		padding: 1vw 1vw 2vw 3vw;
		font-size: 1rem;
		line-height: 1.6;
	}
	.col_img {
		text-align: center;
	}
	.btn_tel01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.btn_tel01 a {
		height: calc(182 / var(--break) * 100vw);
	}
	.btn_tel01 a .txt01 {
		max-width: calc(546 / var(--break) * 100vw);
		width: 90%;
		margin-top: 1vw;
		margin-bottom: 3.2vw;
		padding: 1vw 0 1.2vw;
		font-size: calc(23.5 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_tel01 a .tel {
		font-size: calc(58.5 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_tel01 a .tel span {
		margin-left: 2.2vw;
		padding-left: 8vw;
	}
	.btn_tel01 a .tel span:before {
		top: 0.7vw;
		width: calc(45 / var(--break) * 100vw);
		height: calc(45 / var(--break) * 100vw);
	}
	.btn_common01 {
		max-width: 100%;
	}
	.btn_common01 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_common01 a span:before {
		right: -7.2vw;
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.btn_common01 a .ja01 {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_common01 a span.ja02 {
		margin-bottom: 1vw;
		font-size: calc(30 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 {
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 .box {
		border-top-left-radius: calc(20 / var(--break) * 100vw);
		border-top-right-radius: calc(20 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 thead th {
		padding: 1vw 0 3vw;
	}
	.tbl_time.tbl_time02 tbody th,
	.tbl_time.tbl_time02 tbody td {
		padding: 3vw 0 0.6vw;
	}
	.tbl_time.tbl_time02 tbody tr:last-child th,
	.tbl_time.tbl_time02 tbody tr:last-child td {
		padding: 0.6vw 0 1.4vw;
	}
	.tbl_time.tbl_time02 .tbl_caption {
		padding: 0 0 3vw;
		line-height: 1.39;
	}
	.tbl_default.tbl_col01.tbl_recruit tr:first-child th {
		border-top-right-radius: calc(19 / var(--break) * 100vw);
	}
	.tbl_default.tbl_col01 tr:last-child th {
		border-bottom-left-radius: 0;
	}
	.list_default.list_check01 li {
		padding-left: 6vw;
	}
	.list_default.list_check01 li:before {
		top: 1.5vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.list_default.list_check02 li {
		padding-left: 6vw;
	}
	.list_default.list_check02 li:before {
		top: 1.5vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.row_pay {
		gap: 8vw 4%;
	}
	.row_pay .col {
		width: 48%;
		margin: 0 !important;
	}
	.row_pay .col .deco {
		bottom: calc(-32 / var(--break) * 100vw);
		right: -8%;
		max-width: calc(120 / var(--break) * 100vw);
		width: 100%;
	}
	.area_common01 .shape03 {
		max-width: calc(271 / var(--break) * 100vw);
		width: 100%;
	}
	.area_common01 .box01 {
		padding: 11vw 5% 7vw;
	}
	.area_common01 .box01 .ttl01 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_common01 .box01 .list_default01 {
		gap: 3vw 0;
	}
	.area_common01 .box01 .list_default01 li {
		width: 100%;
	}
	.area_common02 .shape01 {
		left: -3%;
		max-width: calc(183 / var(--break) * 100vw);
		width: 100%;
	}
	.area_common02 .box01 .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_common01 .col_img .deco01 {
		max-width: calc(91 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common01 .col_img .box01 {
		bottom: calc(-30 / var(--break) * 100vw);
		left: -2%;
	}
	.row_common01 .col_txt .copy01 {
		margin-bottom: 4vw;
		padding-bottom: 5vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common02 .col_img .deco01 {
		right: -3%;
		max-width: calc(112 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common02 .col_img .deco02 {
		left: -3%;
		max-width: calc(54 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common02.r_reverse .col_img .deco02 {
		right: -3%;
	}
	.row_common02 .col_txt p {
		max-width: calc(646 / var(--break) * 100vw) !important;
		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 .box01 {
		top: 30vw;
		right: -3%;
		width: calc(264 / var(--break) * 100vw);
		height: calc(264 / var(--break) * 100vw);
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_common03 .col_img .box01 p {
		margin-top: 4vw;
	}
	.row_common03 .col_img .deco01 {
		max-width: calc(120 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common03 .col_img .deco02 {
		max-width: calc(197 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common03 .col_img .deco03 {
		max-width: calc(190 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common03 .col_img .deco04 {
		max-width: calc(123 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common03 .col_img .deco05 {
		max-width: calc(96 / var(--break) * 100vw);
		width: 100%;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_common04 .col_img01 {
		width: 100%;
	}
	.row_common05 {
		gap: 4vw 0;
	}
	.row_common05 .col_bnr {
		max-width: calc(400 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common01 {
		padding: 10vw 0 7vw;
		background-size: cover;
	}
	.box_common01 .deco01 {
		left: -3%;
		max-width: calc(83 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common01 .deco02 {
		right: -3%;
		max-width: calc(130 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common01 p {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common02 .deco01 {
		max-width: calc(96 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common02 .deco02 {
		bottom: calc(-40 / var(--break) * 100vw);
		left: -3%;
		max-width: calc(272 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common02 .row01 {
		gap: 4vw 4%;
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common02 .row01 .col {
		max-width: none;
		width: calc(280 / var(--break) * 100vw);
	}
	.box_common02 .row01 .col:after {
		max-width: calc(97 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common02 .txt01 {
		padding-bottom: 6vw;
	}
	.box_common02 .btn_common01 {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.box_common03 {
		padding: 11vw 5% 7vw;
	}
	.box_common03 .deco01 {
		right: 0;
	}
	.box_common03 h5 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common03 .list_default li {
		padding-bottom: 0.2em;
		border-bottom: 2px solid var(--color18);
	}
	.box_common03 .list_default01 li {
		width: 100%;
	}
	.box_common03 .list_default02 {
		gap: 3vw 0;
	}
	.box_common04 {
		width: calc(264 / var(--break) * 100vw);
		height: calc(264 / var(--break) * 100vw);
	}
	.box_common04 .deco {
		right: -5vw;
	}
	.box_common04 p {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.box_common04 p span {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common04 p em {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common05 {
	}
	.box_common05 .deco01 {
		max-width: calc(166 / var(--break) * 100vw);
		width: 100%;
	}
	.box_common05 .inner1000 {
		width: 90%;
	}
	.box_common05 .bg {
		padding: 14vw 5% 7vw;
	}
	.box_common05 .bg .ttl {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common05 .bg .btn_common01 {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.col_common01 {
		padding: 6vw 5% 7vw;
	}
	.col_common01 h4.ttl {
		padding: 0;
	}
	.col_common01 .btn_common01 {
		max-width: 100%;
	}

}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.ttl_clinic01 {
	padding-bottom: 1.34em;
	background-image: url(./images/page/bdr_ptn01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: calc(16 / var(--break) * 100vw) auto;
}
.ttl_clinic01:before {
	display: block;
	width: calc(22 / var(--break) * 100vw);
	height: calc(22 / var(--break) * 100vw);
	margin-right: 0.8em;
	background: url(./images/page/deco_ttl02.png) no-repeat center / contain;
	content: '';
}
.wrap_clinic01 .box {
	max-width: 1000px;
	width: 90%;
	margin-top: calc(-100 / var(--break) * 100vw);
}
.wrap_clinic01 .box .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	left: -2%;
	max-width: 83px;
	width: 8.3%;
}
.wrap_clinic01 .box .deco02 {
	bottom: calc(-20 / var(--break) * 100vw);
	right: -2%;
	max-width: 83px;
	width: 8.3%;
}
.wrap_clinic01 .box p {
	font-size: calc(34 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.wrap_clinic01 .box p span {
	display: inline;
	padding-bottom: 0.45em;
	background: url(./images/page/bdr_ptn01.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.area_clinic01 {
	position: relative;
}
.area_clinic01 .shape01 {
	top: 0;
	left: 0;
	max-width: 618px;
	width: 33%;
}
.area_clinic01 .shape02 {
	top: 0;
	right: 0;
	max-width: 619px;
	width: 33%;
}
.area_clinic01 .shape03 {
	top: 0;
	left: 0;
	max-width: 618px;
	width: 33%;
}
.area_clinic02 {
	position: relative;
}
.area_clinic02 .shape01 {
	top: 0;
	left: 0;
	max-width: 742px;
	width: 39%;
}
.area_clinic02 .shape02 {
	bottom: calc(144 / var(--break) * 100vw);
	right: 0;
	max-width: 566px;
	width: 30%;
}
.area_clinic02 .deco01 {
	bottom: calc(-21 / var(--break) * 100vw);
	right: -2.1%;
	max-width: 123px;
	width: 12.3%;
}
.area_clinic02 .deco02 {
	top: calc(376 / var(--break) * 100vw);
	left: -12%;
	max-width: 260px;
	width: 26%;
}
.area_clinic03 {
	position: relative;
}
.area_clinic03 .shape01 {
	top: 0;
	right: 0;
	max-width: 624px;
	width: 33%;
}
.area_clinic03 .shape02 {
	top: 0;
	left: 0;
	max-width: 618px;
	width: 33%;
}
.area_clinic03 .row01 .col {
	max-width: 600px;
	width: 49%;
}
.area_clinic03 .row01 .col .box_video01 {
	max-width: 100%;
}
.area_clinic03 .box01 {
	border-radius: calc(100 / var(--break) * 100vw);
}
.area_clinic03 .box01 .col_img {
	max-width: 430px;
	width: 37.72%;
}
.area_clinic03 .box01 .col_txt {
	width: 62.28%;
}
.area_clinic03 .box01 .col_txt .bg dt {
	width: calc(135 / var(--break) * 100vw);
	margin-bottom: calc(10 / var(--break) * 100vw);
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.area_clinic03 .box01 .col_txt .bg dd {
	width: calc(100% - (135 / var(--break) * 100vw));
	margin-top: 0.1em;
}
.area_clinic04 .row_deco .deco01 {
	max-width: 425px;
	width: 29%;
}
.area_clinic04 .row_deco .deco02 {
	max-width: 269px;
	width: 18%;
}
.area_clinic05 {
	position: relative;
}
.area_clinic05 .shape01 {
	bottom: calc(-20 / var(--break) * 100vw);
	right: 0;
	max-width: 183px;
	width: 19%;
}
.area_clinic05 .img {
	max-width: 750px;
	width: 75%;
}
.area_clinic06 {
	position: relative;
}
.area_clinic06:before {
	display: block;
	position: absolute;
	top: calc(60 / var(--break) * 100vw);
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100% - (140 / var(--break) * 100vw));
	border-radius: calc(100 / var(--break) * 100vw);
	background: var(--color15);
	content: '';
}
.area_clinic06 .map {
	padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
.area_clinic06 .row01 {
	gap: 0 3%;
}
.area_clinic06 .row01 .col {
	position: relative;
	max-width: 400px;
	width: 40%;
	min-height: calc(360 / var(--break) * 100vw);
	padding-top: calc(48 / var(--break) * 100vw);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.area_clinic06 .row01 .col_l {
	background-image: url(./images/clinic/box_clinic01.png);
}
.area_clinic06 .row01 .col_r {
	background-image: url(./images/clinic/box_clinic02.png);
}
.area_clinic06 .row01 .col .deco {
	bottom: 0;
	right: 0;
	max-width: 120px;
	width: 30%;
}
.area_clinic06 .row01 .col .icn {
	max-width: 154px;
	width: 40%;
}
.area_clinic06 .row01 .col .ttl {
	margin: 1.2em 0 0.6em;
}
.area_clinic06 .txt_walk:before {
	display: block;
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	margin-right: 0.4em;
	background: url(./images/page/icn_walk01.svg) no-repeat center / contain;
	content: '';
}
.area_clinic06 .deco01 {
	max-width: 496px;
	width: 50%;
}
.row_clinic01 {
	gap: calc(20 / var(--break) * 100vw) 0;
}
.row_clinic01 .col_btn {
	max-width: 320px;
	width: 24%;
	height: calc(120 / var(--break) * 100vw);
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_clinic01 .col_btn span:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.8em;
	width: calc(19 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	margin: auto;
	background: url(./images/page/arw_btn06.svg) no-repeat center / contain;
	content: '';
}
.row_clinic02 .col_img {
	position: relative;
	max-width: 700px;
	width: 53%;
}
.row_clinic02 .col_img .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	left: -2.9%;
	max-width: 272px;
	width: 39%;
}
.row_clinic02 .col_img .deco02 {
	top: calc(-20 / var(--break) * 100vw);
	right: -2.9%;
	max-width: 130px;
	width: 19%;
}
.row_clinic02 .col_img .deco03 {
	top: calc(-20 / var(--break) * 100vw);
	left: -3%;
	max-width: 190px;
	width: 28%;
}
.row_clinic02 .col_txt {
	width: 42%;
	background-image: url(./images/page/deco_common08.png);
	background-repeat: no-repeat;
	background-position-y: top calc(12 / var(--break) * 100vw);
	background-position-x: right;
	background-size: calc(183 / var(--break) * 100vw) auto;
}
.row_clinic02.r_reverse .col_txt {
	background-position-x: left;
}
.row_clinic02.row_col02 .col_txt {
	background-image: url(./images/page/deco_common19.png);
}
.row_clinic02 .col_txt .copy {
	margin-bottom: 0.7em;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_clinic02 .col_txt .bg_ttl {
	margin-bottom: 1.3em;
	padding: 0.3em 1.4em 0.4em;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0;
	text-shadow: none;
}
.row_clinic03 .col_img {
	max-width: 530px;
	width: 40%;
}
.row_clinic03 .col_img .box {
	max-width: calc(350 / var(--break) * 100vw);
	width: 100%;
	height: calc(160 / var(--break) * 100vw);
	margin-top: calc(-83 / var(--break) * 100vw);
}
.row_clinic03 .col_img .box .name .ja {
	margin-bottom: 0.7em;
	font-size: calc(32 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_clinic03 .col_img .box .name .ja span {
	display: inline-block;
	position: relative;
	padding-left: 1.2em;
}
.row_clinic03 .col_img .box .name .ja span:before {
	display: block;
	position: absolute;
	top: 0.2em;
	bottom: 0;
	left: 0;
	width: calc(31 / var(--break) * 100vw);
	height: calc(28 / var(--break) * 100vw);
	margin: auto;
	background: url(./images/clinic/deco_clinic01.png) no-repeat center / contain;
	content: '';
}
.row_clinic03 .col_img .box .name .en {
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.2em;
}
.row_clinic03 .col_txt {
	width: 57%;
	margin-top: calc(37 / var(--break) * 100vw);
}
.row_clinic03 .col_txt .txt em {
	font-weight: bold;
}
.row_clinic03 .col_txt .deco01 {
	max-width: 190px;
	width: 25%;
}
.row_clinic04 .box_prof {
	max-width: 600px;
	width: 49%;
}
.row_clinic04 .box_prof h5 {
	font-weight: bold;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_clinic04 .box_prof h5:before,
.row_clinic04 .box_prof h5:after {
	display: block;
	width: calc(81 / var(--break) * 100vw);
	height: calc(47 / var(--break) * 100vw);
	background: url(./images/clinic/deco_clinic02.png) no-repeat center / contain;
	content: '';
}
.row_clinic04 .box_prof h5:after {
	transform: scaleX(-1);
}
.row_clinic05 {
	position: relative;
	gap: calc(95 / var(--break) * 100vw) 2.3%;
	padding-bottom: calc(70 / var(--break) * 100vw);
}
.row_clinic05 .deco01 {
	bottom: 0;
	right: -10.6%;
	max-width: 228px;
	width: 19%;
}
.row_clinic05 .col {
	position: relative;
	max-width: 394px;
	width: 31.8%;
	padding: calc(28 / var(--break) * 100vw) 3.3% calc(70 / var(--break) * 100vw);
}
.row_clinic05 .col .link {
	position: relative;
	margin-top: 1em;
}
.row_clinic05 .col .link:after {
	display: block;
	position: absolute;
	top: 0.7em;
	right: -1.5em;
	width: calc(16 / var(--break) * 100vw);
	height: calc(16 / var(--break) * 100vw);
	background: url(./images/page/arw_btn03.svg) no-repeat center / contain;
	content: '';
}
.row_clinic05 .col .link span {
	text-decoration: underline;
	text-underline-offset: 0.4em;
}
.row_clinic05 .col .label {
	top: calc(100% - calc(35 / var(--break) * 100vw));
	left: 0;
	right: 0;
	max-width: 374px;
	width: 95%;
	margin: 0 auto;
}
.row_clinic05 .col .label:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: -8%;
	z-index: 0;
	max-width: 83px;
	width: 23%;
	height: 130px;
	background: url(./images/page/deco_common17.png) no-repeat right bottom / contain;
	content: '';
}
.row_clinic05 .col .label p {
	width: 100%;
	padding: 0.75em 0 0.8em;
	border-radius: 100px;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.64;
}
.row_clinic06 {
	gap: calc(60 / var(--break) * 100vw) 4%;
}
.row_clinic06 .col {
	max-width: 480px;
	width: 48%;
}
.box_clinic01 .deco01 {
	top: calc(22 / var(--break) * 100vw);
	left: 1.7%;
	max-width: 125px;
	width: 11%;
}
.box_clinic01 .deco02 {
	top: calc(19 / var(--break) * 100vw);
	right: 1.7%;
	max-width: 327px;
	width: 27%;
}
.box_clinic02 {
	position: relative;
	margin-bottom: calc(210 / var(--break) * 100vw);
	border-radius: calc(100 / var(--break) * 100vw);
}
.box_clinic02 .deco01 {
	top: calc(60 / var(--break) * 100vw);
	left: 6%;
	max-width: 166px;
	width: 12%;
}
.box_clinic02 .deco02 {
	bottom: calc(-160 / var(--break) * 100vw);
	left: 0;
	right: 0;
	max-width: 283px;
	width: 19%;
	margin: auto;
}
.box_clinic02 .area .copy {
	margin-bottom: 1.2em;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.58;
}
.box_clinic03 .col_img {
	max-width: 450px;
	width: 40%;
}
.box_clinic03 .col_txt {
	width: 56%;
}
.box_clinic04 {
	position: relative;
}
.box_clinic04 .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	right: -2%;
	max-width: 144px;
	width: 15%;
}
.box_clinic04 .unit {
	margin-bottom: calc(30 / var(--break) * 100vw);
	padding-bottom: calc(30 / var(--break) * 100vw);
	background: url(./images/page/bdr_ptn02.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.box_clinic04 ol li .num {
	width: calc(50 / var(--break) * 100vw);
}
.box_clinic04 ol li .txt {
	width: calc(100% - (50 / var(--break) * 100vw));
}
.box_clinic04 ul li .ttl {
	width: calc(50 / var(--break) * 100vw);
}
.box_clinic04 ul li .txt {
	width: calc(100% - (50 / var(--break) * 100vw));
}
.box_clinic05 {
	position: relative;
}
.box_clinic05 .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	right: -1.6%;
	max-width: 120px;
	width: 10%;
}
.box_clinic05 dl {
	margin-bottom: calc(46 / var(--break) * 100vw);
	padding-bottom: calc(56 / var(--break) * 100vw);
	background: url(./images/page/bdr_ptn02.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.box_clinic05 dt {
	position: relative;
	margin-bottom: 0.6em;
	padding-left: 1.1em;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.box_clinic05 dt:before {
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: calc(12 / var(--break) * 100vw);
	height: calc(12 / var(--break) * 100vw);
	border-radius: 100%;
	background: var(--color03);
	content: '';
}
.slide_clinic01 .slick-prev,
.slide_clinic01 .slick-next {
	top: 0;
	bottom: 0;
	z-index: 1;
	width: calc(48 / var(--break) * 100vw);
	height: calc(48 / var(--break) * 100vw);
	margin: auto;
	background: url(./images/page/arw_slide01.svg) no-repeat center / contain;
}
.slide_clinic01 .slick-prev {
	left: -9%;
	transform: translate(0);
}
.slide_clinic01 .slick-next {
	right: -9%;
	transform: translate(0) scaleX(-1);
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail {
	gap: calc(20 / var(--break) * 100vw) 2.5%;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	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;
}
.slide_clinic02 .slick-slide {
	width: calc(1000 / var(--break) * 100vw);
	margin-right: calc(50 / var(--break) * 100vw);
	margin-left: calc(50 / var(--break) * 100vw);
	transition: .5s;
	transform: scale(.8);
}
.slide_clinic02 .slick-slide.slick-center {
	transform: scale(1);
	transition: .5s;
}
.slide_clinic02 .slick-slide .box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: calc(850 / var(--break) * 100vw);
	width: 90%;
	min-height: calc(80 / var(--break) * 100vw);
	margin: auto;
	background: rgb(250 220 233 / 95%);
}
.slide_clinic02 .slick-slide .box:before {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: calc(91 / var(--break) * 100vw);
	height: calc(78 / var(--break) * 100vw);
	background: url(./images/page/deco_common01.png) no-repeat center / contain;
	content: '';
}
.slide_clinic02 .slick-slide .box p {
	position: relative;
	z-index: 1;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.slide_clinic02 .slick-prev,
.slide_clinic02 .slick-next {
	width: calc(48 / var(--break) * 100vw);
	height: calc(48 / var(--break) * 100vw);
	background: url(images/page/arw_slide02.svg) no-repeat center / contain;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}
.slide_clinic02 .slick-prev:before,
.slide_clinic02 .slick-next:before {
	display: none;
}
.slide_clinic02 .slick-prev {
	left: 19%;
}
.slide_clinic02 .slick-next {
	right: 19%;
	transform: scaleX(-1);
}
.slide_clinic02 .slick-dots {
	bottom: calc(-54 / var(--break) * 100vw);
}
.slide_clinic02 .slick-dots li {
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	margin: 0 calc(8 / var(--break) * 100vw);
}
.slide_clinic02 .slick-dots li button {
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	padding: 0;
}
.slide_clinic02 .slick-dots li button:before {
	content: "";
	background: #fff;
	width: calc(11 / var(--break) * 100vw);
	height: calc(11 / var(--break) * 100vw);
	border: 1px solid var(--color03);
	border-radius: 50%;
	opacity: 1;
}
.slide_clinic02 .slick-dots li.slick-active button:before {
	background: var(--color03);
	opacity: 1;
}
.slide_clinic02 { /*アンカーリンクズレ対策*/
	height: calc( 500 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic05 .deco01 {
		right: -5%;
	}
	.box_clinic04 .deco01 {
		top: calc(-40 / var(--break) * 100vw);
	}
	.slide_clinic02 .slick-prev {
		left: 13%;
	}
	.slide_clinic02 .slick-next {
		right: 13%;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.area_clinic02 .deco02 {
		left: -4%;
	}
	.slide_clinic01 .slick-prev {
		left: -5%;
	}
	.slide_clinic01 .slick-next {
		right: -5%;
	}
	.slide_clinic02 .slick-prev {
		left: 5%;
	}
	.slide_clinic02 .slick-next {
		right: 5%;
	}

}
@media(max-width: 767px) {
	.ttl_clinic01 {
		padding-bottom: 3vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.ttl_clinic01:before {
		width: calc(22 / var(--break) * 100vw);
		height: calc(22 / var(--break) * 100vw);
		margin-right: 2vw;
	}
	.wrap_clinic01 .box .deco01 {
		max-width: calc(83 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .box .deco02 {
		max-width: calc(83 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_clinic01 .box p {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_clinic01 .shape01 {
		max-width: calc(618 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic01 .shape02 {
		max-width: calc(619 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic01 .shape03 {
		max-width: calc(618 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic02 .shape01 {
		max-width: calc(742 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic02 .shape02 {
		bottom: 0;
		max-width: calc(566 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic02 .deco01 {
		max-width: calc(123 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic02 .deco02 {
		top: 35vw;
		left: -3%;
		max-width: calc(260 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic03 .shape01 {
		max-width: calc(624 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic03 .shape02 {
		max-width: calc(618 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic03 .row01 {
		gap: 5vw 0;
	}
	.area_clinic03 .row01 .col {
		max-width: 100%;
		width: 100%;
	}
	.area_clinic03 .box01 {
		border-radius: calc(60 / var(--break) * 100vw);
		padding: 6vw 5% 7vw;
	}
	.area_clinic03 .box01 .col_img {
		width: 100%;
		margin: 0 auto 5vw;
	}
	.area_clinic03 .box01 .col_txt {
		width: 100%;
	}
	.area_clinic03 .box01 .col_txt .bg dt {
		width: calc(170 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_clinic03 .box01 .col_txt .bg dd {
		width: calc(100% - (170 / var(--break) * 100vw));
		margin-top: 0;
	}
	.area_clinic04 .txt01 {
		margin-bottom: 5vw;
	}
	.area_clinic04 .row_deco .deco01 {
		max-width: calc(340 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic04 .row_deco .deco02 {
		max-width: calc(215 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic05 .shape01 {
		bottom: calc(-60 / var(--break) * 100vw);
		right: -3%;
		max-width: calc(183 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic05 .img {
		width: 100%;
	}
	.area_clinic06 .inner1000 {
		width: 92%;
	}
	.area_clinic06 .row01 {
		gap: 5vw 0;
	}
	.area_clinic06 .row01 .col {
		max-width: none;
		width: calc(600 / var(--break) * 100vw);
		padding: 12vw 0 18vw;
	}
	.area_clinic06 .row01 .col .deco {
		max-width: calc(120 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic06 .row01 .col .icn {
		max-width: calc(154 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic06 .row01 .col .ttl {
		margin: 3.2vw 0 0.3vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_clinic06 .txt_walk:before {
		width: calc(64 / var(--break) * 100vw);
		height: calc(64 / var(--break) * 100vw);
		margin-right: 2vw;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.area_clinic06 .deco01 {
		max-width: calc(496 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic01 .col_btn {
		max-width: none;
		width: 48%;
		height: calc(150 / var(--break) * 100vw);
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic01 .col_btn span:after {
		top: 1vw;
		right: -5vw;
		width: calc(23 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
	}
	.row_clinic02 .col_img {
		max-width: none;
		width: 100%;
	}
	.row_clinic02 .col_img .deco01 {
		max-width: calc(272 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic02 .col_img .deco02 {
		max-width: calc(130 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic02 .col_img .deco03 {
		max-width: calc(190 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic02 .col_txt {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
		margin: 5vw auto 0;
	}
	.row_clinic02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_clinic02 .col_txt .bg_ttl {
		display: block;
		width: calc(480 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		padding: 2vw 0;
		font-size: calc(32 / var(--break) * 100vw);
		text-align: center;
	}
	.row_clinic03 .col_img {
		max-width: calc(530 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 3vw;
	}
	.row_clinic03 .col_img .box {
		max-width: calc(420 / var(--break) * 100vw);
		height: calc(192 / var(--break) * 100vw);
		margin-top: calc(-100 / var(--break) * 100vw);
	}
	.row_clinic03 .col_img .box .name .ja {
		margin-bottom: 3vw;
		font-size: calc(38.5 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic03 .col_img .box .name .ja span {
		padding-left: 7.4vw;
	}
	.row_clinic03 .col_img .box .name .ja span:before {
		width: calc(36 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
	}
	.row_clinic03 .col_img .box .name .en {
		font-size: calc(32.5 / var(--break) * 100vw);
	}
	.row_clinic03 .col_txt {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto;
	}
	.row_clinic03 .col_txt .deco01 {
		max-width: calc(190 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic04 .box_prof {
		max-width: 100%;
		width: 100%;
	}
	.row_clinic04 .box_prof h5 {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_clinic05 {
		padding-bottom: 28vw;
	}
	.row_clinic05 .deco01 {
		bottom: 0vw;
		left: 0;
		right: 0;
		max-width: calc(228 / var(--break) * 100vw);
		width: 100%;
		margin: auto;
	}
	.row_clinic05 .col {
		padding: 6vw 5% 12vw;
	}
	.row_clinic05 .col:nth-child(4) {
		margin-bottom: 6vw;
	}
	.row_clinic05 .col .link:after {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.row_clinic05 .col .label {
		max-width: 100%;
	}
	.row_clinic05 .col .label:after {
		bottom: 3vw;
		right: -6%;
		max-width: calc(83 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic05 .col .label p {
		padding: 3vw 0;
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_clinic01 {
		padding: 16vw 5% 7vw;
	}
	.box_clinic01 .deco01 {
		max-width: calc(125 / var(--break) * 100vw);
		width: 100%;
	}
	.box_clinic01 .deco02 {
		max-width: calc(327 / var(--break) * 100vw);
		width: 100%;
	}
	.box_clinic02 {
		border-radius: calc(60 / var(--break) * 100vw);
		padding: 8vw 5%;
	}
	.box_clinic02 .deco01 {
		top: 2vw;
		max-width: calc(166 / var(--break) * 100vw);
		width: 100%;
	}
	.box_clinic02 .deco02 {
		bottom: calc(-160 / var(--break) * 100vw);
		max-width: calc(283 / var(--break) * 100vw);
		width: 100%;
	}
	.box_clinic02 .area {
		padding: 16vw 5% 7vw;
	}
	.box_clinic02 .area .copy {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_clinic03 {
		padding: 6vw 5% 7vw;
	}
	.box_clinic03 .col_img {
		width: 100%;
		margin: 0 auto 5vw;
	}
	.box_clinic03 .col_txt {
		width: 100%;
	}
	.box_clinic04 {
		padding: 6vw 5% 7vw;
	}
	.box_clinic04 .deco01 {
		top: -6vw;
		right: -3%;
		max-width: calc(144 / var(--break) * 100vw);
		width: 100%;
	}
	.box_clinic04 .unit {
		margin-bottom: calc(30 / var(--break) * 100vw);
		padding-bottom: calc(30 / var(--break) * 100vw);
		background: url(./images/page/bdr_ptn02.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
	}
	.box_clinic04 .copy01 {
		margin-bottom: 4vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.box_clinic04 ol li .num {
		width: calc(60 / var(--break) * 100vw);
	}
	.box_clinic04 ol li .txt {
		width: calc(100% - (60 / var(--break) * 100vw));
	}
	.box_clinic04 ul li .ttl {
		width: calc(60 / var(--break) * 100vw);
	}
	.box_clinic04 ul li .txt {
		width: calc(100% - (60 / var(--break) * 100vw));
	}
	.box_clinic05 {
		padding: 12vw 5% 7vw;
	}
	.box_clinic05 .deco01 {
		right: -3%;
		max-width: calc(120 / var(--break) * 100vw);
		width: 100%;
	}
	.box_clinic05 dt {
		padding-left: 5vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_clinic05 dt:before {
		top: 2vw;
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev,
	.slide_clinic01 .slick-next {
		width: calc(72 / var(--break) * 100vw);
		height: calc(72 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3%;
	}
	.slide_clinic01 .slick-next {
		right: 3%;
	}
	.slide_clinic02 .slick-slide {
		width: 100%;
		margin: 0;
	}
	.slide_clinic02 .slick-slide .box {
		position: relative;
		max-width: 100%;
		width: 100%;
	}
	.slide_clinic02 .slick-slide .box p {
		letter-spacing: 0;
	}
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next {
		width: calc(72 / var(--break) * 100vw);
		height: calc(72 / var(--break) * 100vw);
		top: 21vw;
		bottom: auto;
	}
	.slide_clinic02 .slick-prev {
		left: 3%;
	}
	.slide_clinic02 .slick-next {
		right: 3%;
	}
	.slide_clinic02 { /*アンカーリンクズレ対策*/
		height: calc( 455 / var(--break) * 100vw );
	}

}


/* 一般歯科 general
------------------------------------------------------------------*/
.area_general01 {
	position: relative;
}
.area_general01 .deco01 {
	bottom: 0;
	left: 0;
	max-width: 237px;
	width: 20%;
}
.area_general01 .deco02 {
	bottom: 0;
	right: 0;
	max-width: 223px;
	width: 18%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.area_general01 {
		padding-bottom: 24vw;
	}
	.area_general01 .deco01 {
		max-width: calc(237 / var(--break) * 100vw);
		width: 100%;
	}
	.area_general01 .deco02 {
		max-width: calc(223 / var(--break) * 100vw);
		width: 100%;
	}

}


/* 歯周病治療・予防・メンテナンス perio
------------------------------------------------------------------*/
.unit_perio01 .deco01 {
	width: calc(370 / var(--break) * 100vw);
}
.area_perio01 {
	position: relative;
}
.area_perio01 .deco01 {
	max-width: 237px;
	width: 20%;
}
.area_perio01 .deco02 {
	max-width: 223px;
	width: 18%;
}
.area_perio01 .deco03 {
	max-width: 237px;
	width: 20%;
}
.area_perio01 .deco04 {
	max-width: 260px;
	width: 21%;
}
.area_perio01 .ttl_common01 {
	top: 1.9em;
	left: 50%;
	transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.area_perio01 {
		padding-top: 10vw;
	}
	.area_perio01 .deco01 {
		max-width: calc(237 / var(--break) * 100vw);
		width: 100%;
	}
	.area_perio01 .deco02 {
		max-width: calc(223 / var(--break) * 100vw);
		width: 100%;
	}
	.area_perio01 .deco03 {
		max-width: calc(237 / var(--break) * 100vw);
		width: 100%;
	}
	.area_perio01 .deco04 {
		max-width: calc(260 / var(--break) * 100vw);
		width: 100%;
	}
	.area_perio01 .ttl_common01 {
		top: 0;
	}

}


/* 小児歯科 pediatric
------------------------------------------------------------------*/
.area_pediatric01 .deco01 {
	max-width: calc(96 / var(--break) * 100vw);
	width: 100%;
	margin-bottom: calc(-32 / var(--break) * 100vw);
}
.area_pediatric01 .bg {
	position: relative;
	margin-top: calc(120 / var(--break) * 100vw);
	padding: calc(15 / var(--break) * 100vw) 0 calc(180 / var(--break) * 100vw);
}
.area_pediatric01 .bg .shape01 {
	bottom: 100%;
	left: 0;
	width: 100%;
}
.area_pediatric01 .bg .shape02 {
	bottom: 0;
	left: 0;
	width: 100%;
}
.area_pediatric01 .bg .en {
	margin-bottom: 0.1em;
	font-size: calc(48 / var(--break) * 100vw);
	letter-spacing: 0;
}
.area_pediatric01 .bg .row01 {
	gap: calc(20 / var(--break) * 100vw) 0.8%;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.62;
}
.area_pediatric01 .bg .row01 .col {
	position: relative;
	max-width: 240px;
	width: 19.355%;
}
.area_pediatric01 .bg .row01 .col:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.area_pediatric01 .bg .row01 .col:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(97 / var(--break) * 100vw);
	height: calc(84 / var(--break) * 100vw);
	background: url(./images/page/deco_common23.png) no-repeat right bottom / contain;
	content: '';
}
.area_pediatric02 p:not(:last-child) {
	margin-bottom: calc(6 / var(--break) * 100vw);
}
.area_pediatric02 p em {
	vertical-align: middle;
	margin-right: 0.8em;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.area_pediatric02 p span {
	vertical-align: middle;
}
.area_pediatric03 {
	position: relative;
	border-radius: calc(100 / var(--break) * 100vw);
}
.area_pediatric03 .deco01 {
	bottom: calc(60 / var(--break) * 100vw);
	right: 8%;
	max-width: 123px;
	width: 10%;
}
.area_pediatric03 .row01 .col {
	width: 48%;
	overflow: hidden;
	border-radius: calc(20 / var(--break) * 100vw);
}
.area_pediatric03 .row01 .col .box p span {
	margin-left: 0.7em;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.area_pediatric03 .row02 .col {
	width: 30.5%;
	padding: calc(20 / var(--break) * 100vw) 1.3% calc(25 / var(--break) * 100vw);
}
.area_pediatric03 .row02 .col p em {
	width: calc(50 / var(--break) * 100vw);
}
.area_pediatric03 .row02 .col p span {
	width: calc(100% - (50 / var(--break) * 100vw));
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.area_pediatric03.arw:after {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(40 / var(--break) * 100vw);
	background: url(./images/pediatric/shape_pediatric03.png) no-repeat center / contain;
	content: '';
}
.area_pediatric04 .col_img {
	width: 18%;
}
.area_pediatric04 .col_txt {
	width: 51%;
	margin-right: 4%;
}
.area_pediatric04 .col_txt .copy {
	margin-top: -0.8em;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.copy_pediatric01 .deco01 {
	max-width: 157px;
	width: 15.7%;
}
.copy_pediatric01 .deco02 {
	max-width: 135px;
	width: 13.5%;
}
.row_pediatric01 {
	gap: calc(60 / var(--break) * 100vw) 2.53%;
}
.row_pediatric01 .col {
	max-width: 286px;
	width: 23.1%;
}
.img_pediatric01 {
	position: relative;
}
.img_pediatric01 .deco01 {
	bottom: 0;
	left: 5.4%;
	max-width: 154px;
	width: 15.4%;
}
.img_pediatric01 .deco02 {
	bottom: 0;
	right: 5.4%;
	max-width: 154px;
	width: 15.4%;
}
.img_pediatric01 .img {
	max-width: 480px;
	width: 48%;
}
.txt_pediatric01 em {
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_pediatric01 .deco01 {
		margin-bottom: calc(-50 / var(--break) * 100vw);
	}
	.area_pediatric03 .deco01 {
		bottom: calc(20 / var(--break) * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.area_pediatric01 .deco01 {
		margin-bottom: calc(-70 / var(--break) * 100vw);
	}

}
@media(max-width: 767px) {
	.area_pediatric01 .deco01 {
		margin-bottom: -13vw;
	}
	.area_pediatric01 .bg {
		padding: 5vw 0 20vw;
	}
	.area_pediatric01 .bg .row01 {
		gap: 4vw 4%;
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_pediatric01 .bg .row01 .col {
		max-width: none;
		width: calc(280 / var(--break) * 100vw);
	}
	.area_pediatric02 {
		padding: 6vw 5% 7vw;
	}
	.area_pediatric02 p:not(:last-child) {
		margin-bottom: 4vw;
	}
	.area_pediatric02 p em {
		margin-right: 2vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_pediatric03 .inner1000 {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
	}
	.area_pediatric03 .deco01 {
		bottom: 3vw;
		right: 3%;
		max-width: calc(123 / var(--break) * 100vw);
		width: 100%;
	}
	.area_pediatric03 .row01 {
		gap: 5vw 0;
	}
	.area_pediatric03 .row01 .col {
		width: 100%;
	}
	.area_pediatric03 .row01 .col .box p span {
		margin-left: 2vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_pediatric03 .row02 {
		gap: 5vw 5vw;
	}
	.area_pediatric03 .row02 .col {
		width: calc(460 / var(--break) * 100vw);
		margin: auto;
		padding: 5vw 3%;
	}
	.area_pediatric03 .row02 .col p em {
		width: calc(60 / var(--break) * 100vw);
		line-height: 1.6;
	}
	.area_pediatric03 .row02 .col p span {
		width: calc(100% - (60 / var(--break) * 100vw));
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_pediatric04 {
		display: block;
	}
	.area_pediatric04 .col_img {
		width: calc(180 / var(--break) * 100vw);
		margin: 0 auto 3vw;
	}
	.area_pediatric04 .col_txt {
		width: 100%;
		margin-right: 0;
	}
	.area_pediatric04 .col_txt .copy {
		margin-top: 0;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.copy_pediatric01 {
		position: relative;
		padding-top: 16vw;
	}
	.copy_pediatric01 .deco01 {
		position: absolute;
		top: 0;
		left: 0;
		max-width: calc(157 / var(--break) * 100vw);
		width: 100%;
	}
	.copy_pediatric01 .deco02 {
		position: absolute;
		top: 0;
		right: 0;
		max-width: calc(135 / var(--break) * 100vw);
		width: 100%;
	}
	.img_pediatric01 .deco01 {
		left: 0;
	}
	.img_pediatric01 .deco02 {
		right: 0;
	}
	.img_pediatric01 .img {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
	}
	.txt_pediatric01 em {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}

}


/* 中学生・高校生・大人の矯正 pediatric_ortho
------------------------------------------------------------------*/
.box_pediatric_ortho01 {
	position: relative;
	border-radius: calc(100 / var(--break) * 100vw);
}
.box_pediatric_ortho01 .deco01 {
	bottom: 0;
	left: -4.2%;
	max-width: 237px;
	width: 20%;
}
.box_pediatric_ortho01 .deco02 {
	bottom: 0;
	right: -3.9%;
	max-width: 260px;
	width: 21%;
}
.box_pediatric_ortho01 .row01 .col_box {
	margin-top: calc(15 / var(--break) * 100vw);
}
.box_pediatric_ortho01 .row01 .col_txt {
	width: 68%;
}
.box_pediatric_ortho01 .bnr01 {
	width: calc(400 / var(--break) * 100vw);
	margin-top: calc(-20 / var(--break) * 100vw);
}
.row_pediatric_ortho01 {
	gap: 0 0.9%;
}
.row_pediatric_ortho01 .col_box {
	position: relative;
	max-width: 265px;
	width: 21.371%;
	padding: calc(40 / var(--break) * 100vw) 2% calc(20 / var(--break) * 100vw);
	border-width: calc(4 / var(--break) * 100vw);
	border-style: solid;
}
.row_pediatric_ortho01 .col_box .num {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	margin: calc(-4 / var(--break) * 100vw) auto 0;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0;
}
.row_pediatric_ortho01 .col_box dt {
	margin-bottom: 0.9em;
	padding-bottom: 1.2em;
	background: url(./images/page/bdr_ptn01.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_pediatric_ortho01 .col_arw {
	max-width: 37px;
	width: 3%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_pediatric_ortho01 {
		padding: 6vw 5% 20vw;
	}
	.box_pediatric_ortho01 .deco01 {
		left: -3%;
		max-width: calc(237 / var(--break) * 100vw);
		width: 100%;
	}
	.box_pediatric_ortho01 .deco02 {
		right: -3%;
		max-width: calc(260 / var(--break) * 100vw);
		width: 100%;
	}
	.box_pediatric_ortho01 .row01 .col_box {
		margin: 0 auto;
	}
	.box_pediatric_ortho01 .row01 .col_txt {
		width: 100%;
	}
	.box_pediatric_ortho01 .bnr01 {
		margin-top: 0;
	}
	.row_pediatric_ortho01 {
		gap: 8vw 0;
	}
	.row_pediatric_ortho01 .col_box {
		max-width: 100%;
		width: 100%;
		padding: 8vw 5% 7vw;
	}
	.row_pediatric_ortho01 .col_box .num {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col_box dt {
		margin-bottom: 4vw;
		padding-bottom: 6vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_pediatric_ortho01 .col_arw {
		max-width: calc(54 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 4vw;
		transform: rotate(90deg);
	}
	.row_pediatric_ortho02 .col .ttl {
		margin-bottom: 0;
	}

}


/* セラミック・審美治療 cosmetic
------------------------------------------------------------------*/
.area_cosmetic01 .row_deco .deco01 {
	max-width: 237px;
	width: 18%;
}
.area_cosmetic01 .row_deco .deco02 {
	max-width: 370px;
	width: 28%;
}
.area_cosmetic01 .row_deco .deco03 {
	max-width: 260px;
	width: 20%;
}
.area_cosmetic02 .deco01 {
	top: 0;
	left: 0;
	max-width: 120px;
	width: 9%;
}
.area_cosmetic02 .deco02 {
	top: 0;
	right: 0;
	max-width: 144px;
	width: 11%;
}
.tbl_cosmetic01 table {
	border-collapse: inherit;
	border: 1px solid #d4edfb;
	border-radius: calc(20 / var(--break) * 100vw);
	background: #fff;
	table-layout: auto;
}
.tbl_cosmetic01 thead th {
	width: 17.8%;
	padding: calc(10 / var(--break) * 100vw) 0;
	background: #d4edfb;
	color: #7c5726;
	font-weight: 300;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	text-align: center;
}
.tbl_cosmetic01 thead th:not(:last-child) {
	border-right: 1px solid #fff;
}
.tbl_cosmetic01 thead th:first-child {
	width: 11%;
	border-top-left-radius: calc(19 / var(--break) * 100vw);
}
.tbl_cosmetic01 thead th:last-child {
	border-top-right-radius: calc(19 / var(--break) * 100vw);
}
.tbl_cosmetic01 tbody th {
	background: #d4edfb;
	color: #7c5726;
	font-weight: 300;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	text-align: center;
}
.tbl_cosmetic01 tbody tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_cosmetic01 tbody tr:last-child th {
	border-bottom-left-radius: calc(19 / var(--break) * 100vw);
}
.tbl_cosmetic01 tbody tr:not(:last-child) td {
	border-bottom: 1px solid #d4edfb;
}
.tbl_cosmetic01 tbody td {
	vertical-align: top;
	padding: calc(8 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
}
.tbl_cosmetic01 tbody td.img {
	padding: calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	text-align: center;
}
.tbl_cosmetic01 tbody td:not(:last-child) {
	border-right: 1px solid #d4edfb;
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_cosmetic02 .deco01 {
		left: -3%;
	}
	.area_cosmetic02 .deco02 {
		right: -5%;
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.area_cosmetic02 .inner1340 {
		padding-top: calc(160 / var(--break) * 100vw);
	}

}
@media(max-width: 767px) {
	.area_cosmetic02 .inner1340 {
		padding-top: 25vw;
	}
	.area_cosmetic02 .deco01 {
		top: 2vw;
		left: 20vw;
		max-width: calc(120 / var(--break) * 100vw);
		width: 100%;
	}
	.area_cosmetic02 .deco02 {
		right: 20vw;
		max-width: calc(144 / var(--break) * 100vw);
		width: 100%;
	}
	.tbl_cosmetic01 table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_cosmetic01 thead th {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_cosmetic01 tbody th {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_cosmetic01 tbody td {
		font-size: calc(26 / var(--break) * 100vw);
	}

}


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

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}


/* 症例紹介 case
------------------------------------------------------------------*/
.unit_case .list_tab {
	gap: 0 4%;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.unit_case .list_tab .tab {
	max-width: 400px;
	width: 33%;
	height: calc(80 / var(--break) * 100vw);
	background: var(--color21);
	cursor: pointer;
}
.unit_case .list_tab .tab:hover {
	opacity: .85;
	transition: .3s;
}
.unit_case .list_tab .tab.active {
	background: var(--color25);
}
.unit_case .list_tab .tab p {
	display: inline-block;
	position: relative;
}
.unit_case .list_tab .tab p:before {
	display: block;
	position: absolute;
	top: 0;
	right: -1.6em;
	width: calc(20 / var(--break) * 100vw);
	height: 100%;
	background: url(./images/page/arw_btn06.svg) no-repeat center / contain;
	content: '';
}
.unit_case .list_panel .panel {
	height: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}
.unit_case .list_panel .panel.active {
	height: auto;
	opacity: 1;
	visibility: visible;
	animation: panel-show .9s ease-in-out forwards;
}
.area_case {
	position: relative;
}
.area_case .shape01 {
	top: 0;
	left: 0;
	max-width: 742px;
	width: 60%;
}
.area_case .shape02 {
	bottom: 0;
	right: 0;
	max-width: 566px;
	width: 46%;
}
.area_case .deco01 {
	top: 0;
	right: 0;
	max-width: 157px;
	width: 13%;
}
.area_case .deco02 {
	bottom: calc(-103 / var(--break) * 100vw);
	right: 7.9%;
	max-width: 260px;
	width: 21%;
}
.wrap_case {
	border-radius: calc(100 / var(--break) * 100vw);
}
.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 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid var(--color24);
	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(48 / var(--break) * 100vw);
    height: calc(48 / var(--break) * 100vw);
    background: url(images/page/arw_slide01.svg) no-repeat center / contain;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2.4%;
}
.slide_case01 .slick-next {
    right: 2.4%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc(-51 / var(--break) * 100vw);
	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: #fff;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	border: 1px solid var(--color14);
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: var(--color14);
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
	    left: 1%;
	}
	.slide_case01 .slick-next {
	    right: 1%;
	}

}
@media(max-width: 767px) {
	.unit_case .list_tab {
		gap: 0 2%;
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.unit_case .list_tab .tab {
		max-width: none;
		width: 49%;
		height: calc(100 / var(--break) * 100vw);
	}
	.unit_case .list_tab .tab:hover {
		opacity: 1;
	}
	.unit_case .list_tab .tab p:before {
		right: -4vw;
	}
	.area_case {
	}
	.area_case .shape01 {
		max-width: calc(742 / var(--break) * 100vw);
		width: 100%;
	}
	.area_case .shape02 {
		max-width: calc(566 / var(--break) * 100vw);
		width: 100%;
	}
	.area_case .deco01 {
		top: -4vw;
		max-width: calc(157 / var(--break) * 100vw);
		width: 100%;
	}
	.area_case .deco02 {
		/*bottom: calc(-103 / var(--break) * 100vw);*/
		right: 2%;
		max-width: calc(260 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_case > h4 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.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 #ccc;
		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(72 / var(--break) * 100vw);
		height: calc(72 / var(--break) * 100vw);
		bottom: auto;
		top: 68vw;
	}
	.slide_case01 .slick-prev {
		left: 3vw;
	}
	.slide_case01 .slick-next {
		right: 3vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk01 .box .ttl {
	margin-bottom: 0.4em;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_risk01 .box .txt {
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_risk02 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk02 .box .ttl {
	margin-bottom: 0.4em;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_risk02 .box .txt {
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.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: var(--color14) !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 .box .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .box .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_risk02 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk02 .box .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk02 .box .txt {
		font-size: 1rem;
		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
------------------------------------------------------------------*/
.area_recruit01:before {
	top: auto;
	bottom: calc(88 / var(--break) * 100vw);
	height: calc(100% - (170 / var(--break) * 100vw));
}
.area_recruit01 .shape01 {
	top: calc(80 / var(--break) * 100vw);
}
.area_recruit01 .shape03 {
	top: calc(156 / var(--break) * 100vw);
}
.box_recruit01 .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	left: -2%;
	max-width: 83px;
	width: 9%;
}
.box_recruit01 .deco02 {
	bottom: calc(-20 / var(--break) * 100vw);
	right: -2%;
	max-width: 83px;
	width: 9%;
}
.box_recruit01 .ttl_common01:before,
.box_recruit01 .ttl_common01:after {
	margin-top: 0.6em;
}
.box_recruit01 .copy01 {
	margin: 0.5em 0 0.6em;
	font-size: calc(34 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.box_recruit01 .copy01 span {
	display: inline-block;
	padding-bottom: 0.3em;
	background: url(./images/page/bdr_ptn01.png) repeat-x left bottom / calc(16 / var(--break) * 100vw) auto;
}
.box_recruit01 .row_txt {
	gap: 0 4.5%;
}
.box_recruit01 .row_txt p {
	display: inline-block;
	position: relative;
	padding-left: 1.3em;
}
.box_recruit01 .row_txt p:before {
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	width: calc(15 / var(--break) * 100vw);
	height: calc(16 / var(--break) * 100vw);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	content: '';
}
.box_recruit01 .row_txt .txt01:before {
	background-image: url(./images/page/icn_dot04.png);
}
.box_recruit01 .row_txt .txt02:before {
	background-image: url(./images/page/icn_dot01.png);
}
.box_recruit02 {
	position: relative;
	padding: 2.4em 0 2.5em;
}
.box_recruit02 .deco01 {
	bottom: calc(9 / var(--break) * 100vw);
	left: -12%;
	max-width: 237px;
	width: 24%;
}
.box_recruit02 .deco02 {
	bottom: calc(9 / var(--break) * 100vw);
	right: -12%;
	max-width: 223px;
	width: 23%;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #fff;
	border-radius: calc(4 / var(--break) * 100vw);
}
.tbl_form01 td input[type="file"] {
	width: 100%;
	border-radius: 0;
	background: none;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: var(--color05);
}
.btn_submit input {
	border-radius: 100px;
	border: none;
	background: var(--color03);
}
.btn_submit:before {
	display: none;
}
.btn_submit:after {
	display: block;
	position: absolute;
	top: 0;
	right: 23%;
	width: calc(25 / var(--break) * 100vw);
	height: 100%;
	background: url(./images/page/arw03.svg) no-repeat center / contain;
	content: '';
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.box_recruit02 .deco01 {
		left: -3%;
	}
	.box_recruit02 .deco02 {
		right: -3%;
	}

}
@media(max-width: 767px) {
	.box_recruit02 {
		padding: 10vw 0 20vw;
	}
	.box_recruit02 .deco01 {
		bottom: 0;
		left: -3%;
		max-width: calc(237 / var(--break) * 100vw);
		width: 100%;
	}
	.box_recruit02 .deco02 {
		bottom: 0;
		right: -3%;
		max-width: calc(223 / var(--break) * 100vw);
		width: 100%;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.btn_submit {
		max-width: calc(600 / var(--break) * 100vw);
	}

}

/* お問い合わせ 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 {
	border-radius: calc(10 / var(--break) * 100vw);
	color: #7c5726;
	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 {
	background: #fff;
}
#wp-calendar thead th {
	background: var(--color15);
	border: 1px solid var(--color06);
	border-right-color: var(--color06);
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid var(--color06);
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: var(--color04);
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color02);
}
.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-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	font-weight: bold;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #e85298;
	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 var(--color04);
	color: var(--color04);
	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: var(--color04);
	background: var(--color04);
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	padding: 0.7em 0.8em 0.8em;
	border-radius: calc(20 / var(--break) * 100vw);
	background: #FBDBCB; /*var(--color03);*/
	color: #7c5726;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.post_content > h4,.post_content > h5{
	position: relative;
	line-height: 1.6;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h4 {
	padding: 0.6em 1.6em 0.8em;
	border-top-right-radius: calc(20 / var(--break) * 100vw);
	border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	background: var(--color20);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.post_content > h4:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(10 / var(--break) * 100vw);
	width: 2px;
	height: calc(100% - (20 / var(--break) * 100vw));
	margin: auto;
	background: #fff;
	content: '';
}
.post_content > h5 {
	padding: 0 1.4em 0.8em;
	color: var(--color02);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.post_content > h5:before {
	display: block;
	position: absolute;
	top: 0.4em;
	left: 0;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 100%;
	background: var(--color14);
	content: '';
}
.post_content > h5:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border-style: solid;
	border-color: var(--color03);
	border-top-width: 1px;
	border-bottom-width: 1px;
	content: '';
}
#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 {
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	background: #fff;
	line-height: 1.6;
}
#sidebar .category ul li:nth-child(1) a {
	border: 1px solid var(--color04);
	color: var(--color04);
}
#sidebar .category ul li:nth-child(1) a.is-active{
	background: var(--color04);
	color: #fff;
}
#sidebar .category ul li:nth-child(2) a {
	border: 1px solid var(--color11);
	color: var(--color11);
}
#sidebar .category ul li:nth-child(2) a.is-active{
	background: var(--color11);
	color: #fff;
}
#sidebar .category ul li:nth-child(3) a {
	border: 1px solid var(--color02);
	color: var(--color02);
}
#sidebar .category ul li:nth-child(3) a.is-active{
	background: var(--color02);
	color: #fff;
}
#sidebar .category ul li:nth-child(4) a {
	border: 1px solid #54c3f1;
	color: #54c3f1;
}
#sidebar .category ul li:nth-child(4) a.is-active{
	background: #54c3f1;
	color: #fff;
}

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


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .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;
}
@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));
	}
}
