@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(110 / var(--break) * 100vw) 0 calc(213 / var(--break) * 100vw);
}
.main_page {
	position: relative;
	height: calc(570 / var(--break) * 100vw);
	background: #fff;
}
.main_page .shape01 {
	top: 0;
	left: 0;
	max-width: calc(628 / var(--break) * 100vw);
	width: 33%;
}
.main_page .shape02 {
	top: 0;
	right: 0;
	max-width: calc(399 / var(--break) * 100vw);
	width: 21%;
}
.main_page:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("images/page/bg_ttl_page.png") no-repeat center bottom / contain;
	content: '';
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	color: #fff;
}
.hdg2 .ja {
	margin-top: calc(130 / var(--break) * 100vw);
	margin-bottom: calc(10 / var(--break) * 100vw);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(50 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg2 .en {
	font-family: "adorn-smooth-condensed-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.14em;
}
.hdg3 {
	position: relative;
	z-index: 1;
	padding: calc(20 / var(--break) * 100vw) 0;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.hdg3:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 1.875%;
	z-index: 0;
	max-width: calc(210 / var(--break) * 100vw);
	width: 14%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	content: '';
}
/*section:nth-of-type(odd) .hdg3:before {
	background-image: url(images/page/deco_hdg3_01.png);
}
section:nth-of-type(even) .hdg3:before {
	background-image: url(images/page/deco_hdg3_03.png);
}*/
.hdg3.odd:before {
	background-image: url(images/page/deco_hdg3_01.png) !important;
}
.hdg3.even:before {
	background-image: url(images/page/deco_hdg3_03.png) !important;
}
.hdg3:after {
	display: block;
	position: absolute;
	top: 0;
	right: 1.875%;
	z-index: 0;
	max-width: calc(186 / var(--break) * 100vw);
	width: 12%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	content: '';
}
/*section:nth-of-type(odd) .hdg3:after {
	background-image: url(images/page/deco_hdg3_02.png);
}
section:nth-of-type(even) .hdg3:after {
	background-image: url(images/page/deco_hdg3_04.png);
	max-width: calc(184 / var(--break) * 100vw);
}*/
.hdg3.odd:after {
	background-image: url(images/page/deco_hdg3_02.png) !important;
}
.hdg3.even:after {
	background-image: url(images/page/deco_hdg3_04.png) !important;
	max-width: calc(184 / var(--break) * 100vw);
}
.hdg3 span {
	display: block;
	position: relative;
	padding: 0.8em 3em;
}
.hdg3 span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	outline: calc(2 / var(--break) * 100vw) dotted var(--color10);
	outline-offset: calc(-12 / var(--break) * 100vw);
	border-radius: 100px;
	background: #fff;
	content: '';
}
.hdg3 span i {
	font-style: normal;
}
.hdg4 {
	position: relative;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
}
.hdg4:before,
.hdg4:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background-repeat: no-repeat;
	content: '';
}
.hdg4:before {
	top: 0;
	background-image: url(images/page/bar_hdg4_01.svg);
	background-position: center top;
}
.hdg4:after {
	bottom: 0;
	background-image: url(images/page/bar_hdg4_02.svg);
	background-position: center bottom;
}
.hdg4 span {
	display: inline-block;
	position: relative;
	padding: 1em 2em;
}
.hdg5 {
	position: relative;
	padding-bottom: 0.45em;
	padding-left: 2em;
	border-bottom: 2px solid #fff;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.hdg5:before {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	background: url(images/page/deco_hdg5_01.png) no-repeat left center / contain;
	content: '';
}
.hdg5 span {
	display: inline-block;
}
.ttl_common01 {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.ttl_common01:before,
.ttl_common01:after {
	display: block;
	width: calc(60 / var(--break) * 100vw);
	height: calc(7 / var(--break) * 100vw);
	margin-top: calc(6 / var(--break) * 100vw);
	background: url(images/page/deco_ttl01.svg) no-repeat center / contain;
	content: '';
}
.ttl_common01 span {
	display: block;
	margin: 0 calc(18 / var(--break) * 100vw);
}
.copy_common01 {
	padding-bottom: 0.6em;
	border-bottom: 1px solid var(--color01);
}
.copy_common01 span {
	display: inline-block;
	margin: 0 -1em;
}
.address01 span {
	display: inline-block;
	position: relative;
	padding-left: calc(23 / var(--break) * 100vw);
	letter-spacing: 0.12em;
}
.address01 span:before {
	display: block;
	position: absolute;
	top: calc(9 / var(--break) * 100vw);
	left: 0;
	width: calc(15 / var(--break) * 100vw);
	height: calc(18 / var(--break) * 100vw);
	background: url(images/page/icn_address01.svg) no-repeat left center / contain;
	content: '';
}
.row_access {
	gap: 0 calc(6 / var(--break) * 100vw);
	font-size: calc(15.5 / var(--break) * 100vw);
}
.row_access p {
	padding: 0.4em 0.8em;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
}
.name01 {
	padding: calc(39 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
}
.name01:before,
.name01:after {
	display: block;
	position: absolute;
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background: url(images/page/shape_common13.svg) no-repeat center / contain;
	content: '';
}
.name01:before {
	top: calc(12 / var(--break) * 100vw);
	left: calc(12 / var(--break) * 100vw);
}
.name01:after {
	bottom: calc(12 / var(--break) * 100vw);
	right: calc(12 / var(--break) * 100vw);
	transform: scaleX(1) rotate(180deg);
}
.name01 .ja {
	margin: 0.35em 0 0.45em;
}
.name01 .en {
	letter-spacing: 0.14em;
}
.name02 {
	line-height: 1;
}
.name02 .ttl {
	width: calc(81 / var(--break) * 100vw);
	height: calc(81 / var(--break) * 100vw);
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.05em;
}
.name02 .ja {
	margin: 0 calc(15 / var(--break) * 100vw) 0 calc(26 / var(--break) * 100vw);
	font-size: calc(33.5 / var(--break) * 100vw);
	letter-spacing: 0.15em;
}
.name02 .en {
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.14em;
}
.btn_tel01 {
	height: calc(80 / var(--break) * 100vw);
}
.btn_tel01 a {
	height: 100%;
}
.btn_tel01 a .txt01 {
	margin-bottom: 0.25em;
	padding-bottom: 0.4em;
	border-bottom: calc(2 / var(--break) * 100vw) solid var(--color10);
}
.btn_tel02 a .txt01 {
	position: relative;
	margin-right: calc(20 / var(--break) * 100vw);
	padding-right: calc(22 / var(--break) * 100vw);
}
.btn_tel02 a .txt01:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(2 / var(--break) * 100vw);
	height: calc(44 / var(--break) * 100vw);
	margin: auto;
	background: var(--color10);
	content: '';
}
.btn_tel03 {
	max-width: 100%;
	width: calc(530 / var(--break) * 100vw);
	height: calc(140 / var(--break) * 100vw);
}
.btn_tel03 a {
	width: 100%;
	height: 100%;
	border-radius: 200px;
}
.btn_tel03 a .txt01 {
	margin: 0.3em 0 0.5em;
}
.btn_web01 {
	width: calc(170 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_web01 a {
	width: 100%;
	height: 100%;
}
.btn_web01 a .txt01 {
	margin-bottom: calc(8 / var(--break) * 100vw);
}
.btn_web01 a .web span {
	display: inline-block;
	position: relative;
	padding-right: calc(16 / var(--break) * 100vw);
}
.btn_web01 a .web span:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(10 / var(--break) * 100vw);
	height: calc(22 / var(--break) * 100vw);
	background: url(images/page/arw_btn01.svg) no-repeat right center / contain;
	content: '';
}
.btn_line01 {
	width: calc(170 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_line01 a {
	width: 100%;
	height: 100%;
}
.btn_line01 a .txt01 {
	margin-bottom: calc(8 / var(--break) * 100vw);
}
.btn_line01 a .line span {
	display: inline-block;
	position: relative;
	padding-right: calc(16 / var(--break) * 100vw);
}
.btn_line01 a .line span:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(10 / var(--break) * 100vw);
	height: calc(22 / var(--break) * 100vw);
	background: url(images/page/arw_btn01.svg) no-repeat right center / contain;
	content: '';
}
.btn_instagram01 {
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_instagram01 a {
	width: 100%;
	height: 100%;
	border-width: calc(2 / var(--break) * 100vw);
	border-style: solid;
}
.btn_instagram01 a img {
	width: 50%;
}
.btn_common01 {
	max-width: 100%;
	width: calc(390 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_common01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.btn_common01 a:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 / var(--break) * 100vw);
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	margin: auto;
	background: url(images/page/arw_btn03.svg) no-repeat center / contain;
	content: '';
}
.bnr_common01 {
	max-width: calc(500 / var(--break) * 100vw);
	width: 100%;
}
.tbl_time.tbl_time02 .box {
	border-radius: calc(10 / var(--break) * 100vw);
	background: #fff;
}
.tbl_time.tbl_time02 table {
	color: var(--color10);
}
.tbl_time.tbl_time02 thead th {
	border-bottom-color: var(--color10);
}
.tbl_time.tbl_time02 tbody th,
.tbl_time.tbl_time02 tbody td {
	padding: 0 0 calc(6 / var(--break) * 100vw);
}
.tbl_time.tbl_time02 tbody tr:first-child th,
.tbl_time.tbl_time02 tbody tr:first-child td {
	padding-top: calc(11 / var(--break) * 100vw);
}
.tbl_time.tbl_time02 tbody tr:last-child th,
.tbl_time.tbl_time02 tbody tr:last-child td {
	padding: 0 0 calc(12 / var(--break) * 100vw);
}
.tbl_time.tbl_time02 .tbl_caption {
	margin-top: 0.7em;
	line-height: 1.56;
	text-align: center;
}
.tbl_time.tbl_time02 .tbl_caption span {
	display: inline-block;
	margin: 0 -1em;
}
.tbl_common01 thead th {
	width: 67%;
}
.tbl_common01 thead th:first-child {
	width: 33%;
}
.tbl_common01.reverse thead th {
	width: 33%;
}
.tbl_common01.reverse thead th:first-child {
	width: 67%;
}
.tbl_common01.half thead th {
	width: 50%;
}
.tbl_common01.half thead th:first-child {
	width: 50%;
}
.tbl_col01 table {
	border: none;
	border-top: 1px solid var(--color10);
	border-bottom: 1px solid var(--color10);
	background: #fff;
}
.tbl_col01 thead th {
	padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color10);
	background: var(--color04);
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tbl_col01 thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_col01 tbody th {
	padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
	background: var(--color08);
	color: var(--color10);
}
.tbl_col01 tbody td {
	padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
}
.tbl_col01 tbody td:not(:last-of-type) {
	border-right: 1px solid var(--color10);
}
.tbl_col01.half tbody th,
.tbl_col01.half tbody td {
	text-align: center;
}
.tbl_col01 tbody tr:not(:last-child) th,
.tbl_col01 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color10);
}
.tbl_col02 table {
	border-color: var(--color10);
	background: #fff;
}
.tbl_col02 tbody th {
	background: var(--color10);
}
.tbl_col02 tbody td {
}
.tbl_col02 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color10);
}
.list_default.list_col01 li:before {
	background: var(--color03);
}
.list_default.list_col02 li:before {
	background: var(--color04);
}
.wrap_common {
	position: relative;
}
.row_common01 .col_img {
	position: relative;
	max-width: 750px;
	width: 50%;
}
.row_common01 .col_img .img02 {
	gap: calc(20 / var(--break) * 100vw) 6.13%;
}
.row_common01 .col_img .img02 .col {
	position: relative;
	max-width: 342px;
	width: 45.6%;
}
.row_common01 .col_img .img02 .col .box {
	top: 0;
	right: calc(-40 / var(--break) * 100vw);
	width: calc(151 / var(--break) * 100vw);
	height: calc(145 / var(--break) * 100vw);
	background: url(images/index/box__feature01.svg) no-repeat center / contain;
	line-height: 1.17;
}
.row_common01 .col_txt {
	width: 44%;
}
.row_common02 {
	gap: calc(20 / var(--break) * 100vw) calc(4% / 3);
}
.row_common02 .col_btn {
	position: relative;
	width: 24%;
	height: calc(90 / var(--break) * 100vw);
	padding: 0 calc(45 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw);
	outline: calc(2 / var(--break) * 100vw) dotted var(--color10);
	outline-offset: calc(-6 / var(--break) * 100vw);
	border: 1px solid var(--color10);
}
.row_common02 .col_btn:after {
	display: block;
	position: absolute;
	top: 50%;
	right: calc(20 / var(--break) * 100vw);
	transform: translateY(-50%);
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url(images/page/arw_btn04.svg) no-repeat center / contain;
	content: '';
}
.row_common02 .col_btn .txt01 {
	position: relative;
	z-index: 1;
}
.bg_common01.col01 {
	background: rgb(109 186 158 / 0.3);
}
.bg_common01.col02 {
	background: rgb(249 151 98 / 0.3);
}
.bg_common01 .row01 {
	gap: calc(54 / var(--break) * 100vw) 2%;
}
.bg_common01 .row01 .col {
	width: 18%;
}
.bg_common01 .row01 .col .img {
	max-width: 270px;
	width: 100%;
}
.bg_common01 .row01 .col .txt {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.bg_common01 .copy01 {
	position: relative;
}
.bg_common01 .copy01 .deco01 {
	bottom: calc(16 / var(--break) * 100vw);
	left: -0.37%;
	max-width: calc(181 / var(--break) * 100vw);
	width: 13%;
}
.bg_common01 .copy01 .deco02 {
	bottom: calc(14 / var(--break) * 100vw);
	right: -0.27%;
	max-width: calc(193 / var(--break) * 100vw);
	width: 13%;
}
.bg_common01 .copy01 .deco03 {
	bottom: calc(15 / var(--break) * 100vw);
	left: 1.67%;
	max-width: calc(156 / var(--break) * 100vw);
	width: 11%;
}
.bg_common01 .copy01 .deco04 {
	bottom: calc(32 / var(--break) * 100vw);
	right: 2.33%;
	max-width: calc(150 / var(--break) * 100vw);
	width: 10%;
}
.bg_common01 .copy01 p {
	max-width: 1240px;
	width: 90%;
	padding: calc(23 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	border-radius: 100px;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.link_common01 {
	margin-top: calc(-210 / var(--break) * 100vw);
	padding-top: calc(210 / var(--break) * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page {
		height: calc(480 / var(--break) * 100vw);
	}

}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		height: calc(390 / var(--break) * 100vw);
	}
	.wrap_common .txt__feature01 dt .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.wrap_common .txt__feature01 dt .ttl em {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_common01 .col_img .img02 {
		gap: calc(40 / var(--break) * 100vw) 8%;
	}
	.row_common01 .col_img .img02 .col .box {
		top: calc(-40 / var(--break) * 100vw);
		right: calc(-60 / var(--break) * 100vw);
	}

}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 15vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.main_page {
		height: calc(480 / var(--break) * 100vw);
	}
	.main_page .shape01 {
		max-width: calc(439 / var(--break) * 100vw);
		width: 100%;
	}
	.main_page .shape02 {
		max-width: calc(360 / var(--break) * 100vw);
		width: 100%;
	}
	.main_page:before {
		display: block;
		position: absolute;
		bottom: calc(-12 / var(--break) * 100vw);
		left: 0;
		width: 100%;
		height: calc(13 / var(--break) * 100vw);
		background-image: url(images/page/shape_ttl_page01_sp.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		content: '';
	}
	.main_page:after {
		background-image: url(images/page/bg_ttl_page_sp.png);
		background-position: center bottom calc(30 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.hdg2 .ja {
		margin-top: 14vw;
		margin-bottom: 1vw;
		font-size: calc(50.5 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0.1em;
	}
	.hdg3 {
		padding: calc(12 / var(--break) * 100vw) 0;
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg3:before {
		left: 0;
		max-width: calc(126 / var(--break) * 100vw);
		width: 100%;
	}
	.hdg3:after {
		right: 0;
		max-width: calc(112 / var(--break) * 100vw);
		width: 100%;
	}
	section:nth-of-type(even) .hdg3:after {
		max-width: calc(110 / var(--break) * 100vw);
	}
	.hdg3 span {
		padding: 5vw 4vw;
	}
	.hdg3 span i {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.hdg4 {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg4:before {
		height: calc(4 / var(--break) * 100vw);
		background-image: url(images/page/bar_hdg4_01_sp.svg);
		background-size: cover;
	}
	.hdg4:after {
		height: calc(8 / var(--break) * 100vw);
		background-image: url(images/page/bar_hdg4_02_sp.svg);
		background-size: cover;
	}
	.hdg4 span {
		padding: 4.7vw 3vw;
	}
	.hdg5 {
		padding-bottom: 2vw;
		padding-left: 6vw;
		border-bottom-width: calc(2 / var(--break) * 100vw);
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5:before {
		top: 1.5vw;
	}
	.col_img {
		text-align: center;
	}
	.copy_common01 {
		border-bottom-width: calc(2 / var(--break) * 100vw);
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.address01 span {
		padding-left: 6.3vw;
		font-size: calc(27.5 / var(--break) * 100vw) !important;
		letter-spacing: 0.01em !important;
	}
	.address01 span:before {
		top: 1.2vw;
		width: calc(31 / var(--break) * 100vw);
		height: calc(37 / var(--break) * 100vw);
	}
	.row_access {
		gap: 0 calc(6 / var(--break) * 100vw);
		font-size: calc(27.5 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_access p {
		padding: 1.9vw 4vw;
		border-width: calc(2 / var(--break) * 100vw);
	}
	.name01 {
		padding: 4.6vw 5.1vw 5vw;
	}
	.name01 .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.name01 .ja {
		margin: 1.6vw 0;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.name01 .en {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.name02 .ttl {
		width: calc(90 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		font-size: calc(24 / var(--break) * 100vw);
	}
	.name02 .ja {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.name02 .en {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.btn_tel02 a .txt01 {
		margin-right: 2.6vw;
		padding-right: 3vw;
		font-size: calc(28 / var(--break) * 100vw);
		line-height: 1.14;
	}
	.btn_tel02 a .txt01:after {
		height: calc(64 / var(--break) * 100vw);
	}
	.btn_tel02 a .tel {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.btn_tel02 a .tel em {
		font-size: calc(56 / var(--break) * 100vw);
	}
	.btn_tel03 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(160 / var(--break) * 100vw);
	}
	.btn_tel03 a .txt01 {
		margin: 0 0 2vw;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.btn_tel03 a .tel {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.btn_tel03 a .tel em {
		font-size: calc(56 / var(--break) * 100vw);
	}
	.btn_web01 {
		width: calc(300 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_web01 a .txt01 {
		margin-bottom: 1.2vw;
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_web01 a .web {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.btn_web01 a .web span {
		padding-right: 4vw;
	}
	.btn_web01 a .web span:after {
		top: 0.7vw;
		width: calc(17 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
	}
	.btn_line01 {
		width: calc(300 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_line01 a .txt01 {
		margin-bottom: 1.2vw;
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.btn_line01 a .line {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.btn_line01 a .line span {
		padding-right: 4vw;
	}
	.btn_line01 a .line span:after {
		top: 0.7vw;
		width: calc(17 / var(--break) * 100vw);
		height: calc(29 / var(--break) * 100vw);
	}
	.btn_instagram02 {
		max-width: calc(520 / var(--break) * 100vw);
		width: 100%;
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_instagram02 a {
		gap: 0 4vw;
		width: 100%;
		height: 100%;
		border-radius: 100px;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0.14em;
		background: #f99762;
	}
	.btn_instagram02 a .icn {
		width: calc(40 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_common01 a:after {
		right: calc(30 / var(--break) * 100vw);
	}
	.btn_common01 a .txt01 {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 .box {
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 table {
		max-width: 100%;
	}
	.tbl_time.tbl_time02 tbody th,
	.tbl_time.tbl_time02 tbody td {
		padding: 0 0 calc(10 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 tbody tr:first-child th,
	.tbl_time.tbl_time02 tbody tr:first-child td {
		padding-top: calc(19 / var(--break) * 100vw);
	}
	.tbl_time.tbl_time02 .tbl_caption {
		margin-top: 3vw;
		line-height: 1.39;
	}
	.row_common01 .col_img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 8vw;
	}
	.row_common01 .col_img .img02 {
		gap: calc(40 / var(--break) * 100vw) calc(22 / var(--break) * 100vw);
	}
	.row_common01 .col_img .img02 .col {
		max-width: none;
		width: calc(340 / var(--break) * 100vw);
	}
	.row_common01 .col_img .img02 .col .box {
		top: calc(-11 / var(--break) * 100vw);
		right: calc(-11 / var(--break) * 100vw);
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_common01 .col_txt {
		width: 100%;
	}
	.row_common02 {
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_common02 .col_btn {
		width: 100%;
		height: calc(120 / var(--break) * 100vw);
		padding: 0 calc(80 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
		border-width: calc(2 / var(--break) * 100vw);
		border-radius: calc(20 / var(--break) * 100vw);
	}
	.row_common02 .col_btn:after {
		right: calc(30 / var(--break) * 100vw);
		width: calc(48 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
	}
	.row_common02 .col_btn .txt01 {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.bg_common01 .row01 {
		gap: 5vw 2%;
	}
	.bg_common01 .row01 .col {
		width: 32%;
	}
	.bg_common01 .row01 .col .txt {
		letter-spacing: 0;
	}
	.bg_common01 .copy01 .deco01 {
		bottom: calc(16 / var(--break) * 100vw);
		left: -0.37%;
		max-width: calc(92 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_common01 .copy01 .deco02 {
		bottom: calc(14 / var(--break) * 100vw);
		right: -0.27%;
		max-width: calc(92 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_common01 .copy01 p {
		max-width: 100%;
		width: 100%;
		padding: 4vw 2vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}

}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	padding: calc(113 / var(--break) * 100vw) 0;
	background: url(images/clinic/bg_clinic01.jpg) no-repeat center / cover;
}
.bg_clinic01 .box01 {
	background: rgb(255 255 255 / 0.9);
}
.bg_clinic01 .box01 .unit {
	max-width: 840px;
	width: 90%;
}
.bg_clinic01 .box01 .copy {
	margin-bottom: calc(22 / var(--break) * 100vw);
	font-size: calc(34.5 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 1.72;
}
.bg_clinic01 .box01 .copy span {
	display: inline-block;
	position: relative;
}
.bg_clinic01 .box01 .copy span:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(4 / var(--break) * 100vw);
	border-radius: 10px;
	background: var(--color03);
	content: '';
}
.wrap_clinic01 .shape01 {
	top: calc(83 / var(--break) * 100vw);
	left: 0;
	max-width: calc(702 / var(--break) * 100vw);
	width: 37%;
}
.wrap_clinic01 .shape02 {
	top: calc(9 / var(--break) * 100vw);
	right: 0;
	max-width: calc(395 / var(--break) * 100vw);
	width: 21%;
}
.wrap_clinic01 .deco01 {
	bottom: calc(-9 / var(--break) * 100vw);
	left: 0;
	max-width: calc(173 / var(--break) * 100vw);
	width: 24%;
}
.wrap_clinic01 .deco02 {
	bottom: calc(-34 / var(--break) * 100vw);
	right: 1%;
	max-width: calc(87 / var(--break) * 100vw);
	width: 6%;
}
.wrap_clinic02 .shape01 {
	top: calc(-40 / var(--break) * 100vw);
	right: 0;
	max-width: calc(605 / var(--break) * 100vw);
	width: 32%;
}
.wrap_clinic02 .shape02 {
	top: calc(19 / var(--break) * 100vw);
	left: 2.2%;
	max-width: calc(262 / var(--break) * 100vw);
	width: 14%;
}
.wrap_clinic02 .deco01 {
	top: calc(124 / var(--break) * 100vw);
	left: -9.1%;
	max-width: calc(237 / var(--break) * 100vw);
	width: 32%;
}
.wrap_clinic03 .shape01 {
	top: calc(-98 / var(--break) * 100vw);
	left: 0;
	max-width: calc(695 / var(--break) * 100vw);
	width: 37%;
}
.wrap_clinic03 .shape02 {
	top: calc(32 / var(--break) * 100vw);
	right: 0;
	max-width: calc(348 / var(--break) * 100vw);
	width: 19%;
}
.wrap_clinic03 .deco01 {
	bottom: 0;
	right: -3.2%;
	max-width: calc(239 / var(--break) * 100vw);
	width: 32%;
}
.wrap_clinic03 .deco02 {
	bottom: calc(167 / var(--break) * 100vw);
	left: -2.8%;
	max-width: calc(152 / var(--break) * 100vw);
	width: 21%;
}
.wrap_clinic04 .shape01 {
	top: calc(-53 / var(--break) * 100vw);
	right: 0;
	max-width: calc(702 / var(--break) * 100vw);
	width: 37%;
}
.wrap_clinic04 .shape02 {
	top: calc(-48 / var(--break) * 100vw);
	left: 0;
	max-width: calc(369 / var(--break) * 100vw);
	width: 20%;
}
.wrap_clinic04 .deco01 {
	bottom: calc(12 / var(--break) * 100vw);
	left: -4.1%;
	max-width: calc(190 / var(--break) * 100vw);
	width: 26%;
}
.wrap_clinic05 .shape01 {
	top: calc(16 / var(--break) * 100vw);
	left: 0;
	max-width: calc(723 / var(--break) * 100vw);
	width: 38%;
}
.wrap_clinic05 .shape02 {
	top: calc(-53 / var(--break) * 100vw);
	right: 4.4%;
	max-width: calc(262 / var(--break) * 100vw);
	width: 14%;
}
.wrap_clinic05 .deco01 {
	bottom: calc(-9 / var(--break) * 100vw);
	left: 8.3%;
	max-width: calc(96 / var(--break) * 100vw);
	width: 13%;
}
.wrap_clinic05 .deco02 {
	bottom: calc(-34 / var(--break) * 100vw);
	right: 1%;
	max-width: calc(87 / var(--break) * 100vw);
	width: 6%;
}
.wrap_clinic06 .shape01 {
	top: calc(-56 / var(--break) * 100vw);
	right: 0;
	max-width: calc(628 / var(--break) * 100vw);
	width: 33%;
}
.wrap_clinic06 .shape02 {
	bottom: 0;
	left: 0;
	max-width: calc(316 / var(--break) * 100vw);
	width: 17%;
}
.wrap_clinic06 .deco01 {
	bottom: calc(12 / var(--break) * 100vw);
	left: -4.5%;
	max-width: calc(157 / var(--break) * 100vw);
	width: 21%;
}
.wrap_clinic07 .shape01 {
	top: calc(19 / var(--break) * 100vw);
	left: 0;
	max-width: calc(702 / var(--break) * 100vw);
	width: 37%;
}
.wrap_clinic07 .shape02 {
	top: calc(9 / var(--break) * 100vw);
	right: 0;
	max-width: calc(395 / var(--break) * 100vw);
	width: 21%;
}
.wrap_clinic07 .deco01 {
	bottom: calc(-9 / var(--break) * 100vw);
	left: -0.7%;
	max-width: calc(181 / var(--break) * 100vw);
	width: 25%;
}
.wrap_clinic07 .deco02 {
	bottom: calc(-34 / var(--break) * 100vw);
	right: 1%;
	max-width: calc(87 / var(--break) * 100vw);
	width: 6%;
}
.slide_clinic01 .slick-prev,
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide01.svg) no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.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:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.row_clinic01 .col_btn {
	position: relative;
	width: 32.26%;
	height: calc(80 / var(--break) * 100vw);
	border-radius: 100px;
}
.row_clinic01 .col_btn:after {
	display: block;
	position: absolute;
	top: 0;
	right: calc(30 / var(--break) * 100vw);
	width: calc(19 / var(--break) * 100vw);
	height: 100%;
	background: url(images/page/arw_btn05.svg) no-repeat center / contain;
	content: '';
}
.row_clinic03 {
	gap: calc(60 / var(--break) * 100vw) 0;
}
.row_clinic03 .col {
	width: 48%;
}
.row_clinic03 .col .ttl {
	height: calc(70 / var(--break) * 100vw);
	border-radius: 100px;
}
.row_clinic03 .col .img01 {
	max-width: calc(400 / var(--break) * 100vw);
	width: 100%;
}
.row_clinic03 .col .tbl01 {
	max-width: 560px;
	width: 100%;
}
.row_clinic03 .col .tbl01 table {
	width: 100%;
	border-top: 1px solid var(--color10);
}
.row_clinic03 .col .tbl01 thead th {
	width: 48.3%;
	padding: calc(5 / var(--break) * 100vw) 0;
	border-bottom: 1px solid var(--color10);
	color: #fff;
	font-weight: bold;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	text-align: center;
}
.row_clinic03 .col .tbl01 thead th:nth-of-type(2) {
	width: 3.4%;
}
.row_clinic03 .col .tbl01 thead th:nth-of-type(2),
.row_clinic03 .col .tbl01 tbody td:nth-of-type(2) {
	border-left: 1px solid var(--color10);
	border-right: 1px solid var(--color10);
}
.row_clinic03 .col .tbl01 tbody tr:nth-of-type(even) td {
	background: var(--color09);
}
.row_clinic03 .col .tbl01 tbody td {
	padding: calc(11 / var(--break) * 100vw) 0 calc(12 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color10);
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}
.row_clinic04.row_format04 {
	gap: calc(40 / var(--break) * 100vw) calc(6.664% / 3);
}
.row_clinic04.row_format04 .col {
	max-width: 350px;
	width: 23.334%;
	border-bottom-left-radius: calc(10 / var(--break) * 100vw);
	border-bottom-right-radius: calc(10 / var(--break) * 100vw);
}
.row_clinic04.row_format04 .col .ttl {
	padding: calc(20 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.area_clinic01 {
	position: relative;
}
.area_clinic01:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - calc(220 / var(--break) * 100vw));
	background: var(--color06);
	content: '';
	opacity: 0.3;
}
.area_clinic01 .img01 {
	max-width: calc(750 / var(--break) * 100vw);
	width: 100%;
}
.area_clinic01 .logo01 {
	max-width: calc(742 / var(--break) * 100vw);
	width: 100%;
}
.area_clinic01 .row01 {
	max-width: 1170px;
	width: 100%;
}
.area_clinic01 .row01 .col_l {
	max-width: 530px;
	width: 49%;
}
.area_clinic01 .row01 .col_r {
	max-width: 530px;
	width: 49%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: -4%;
	}
	.slide_clinic01 .slick-next {
		right: -4%;
	}
	.row_clinic04.row_format04 {
		gap: calc(40 / var(--break) * 100vw) 2%;
	}
	.row_clinic04.row_format04 .col {
		width: 32%;
	}
	
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding: calc(100 / var(--break) * 100vw) 0;
	}
	.bg_clinic01 .box01 .copy {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.wrap_clinic01 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic01 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_clinic01 .deco01 {
		width: 100%;
	}
	.wrap_clinic01 .deco02 {
		width: 100%;
	}
	.wrap_clinic02 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic02 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_clinic02 .deco01 {
		left: 0;
		width: 100%;
	}
	.wrap_clinic03 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic03 .shape02 {
		top: 110vw;
		width: 100%;
	}
	.wrap_clinic03 .deco01 {
		width: 100%;
	}
	.wrap_clinic03 .deco02 {
		width: 100%;
	}
	.wrap_clinic04 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic04 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_clinic04 .deco01 {
		left: 0;
		width: 100%;
	}
	.wrap_clinic05 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic05 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_clinic05 .deco01 {
		width: 100%;
	}
	.wrap_clinic05 .deco02 {
		width: 100%;
	}
	.wrap_clinic06 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic06 .shape02 {
		top: 90vw;
		bottom: auto;
		width: 100%;
	}
	.wrap_clinic06 .deco01 {
		left: 0;
		width: 100%;
	}
	.wrap_clinic07 .shape01 {
		top: 0;
		width: 100%;
	}
	.wrap_clinic07 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_clinic07 .deco01 {
		width: 100%;
	}
	.wrap_clinic07 .deco02 {
		width: 100%;
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	.row_clinic01 {
		gap: 4vw 0;
	}
	.row_clinic01 .col_btn {
		width: 100%;
		height: calc(100 / var(--break) * 100vw);
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic01 .col_btn:after {
		width: calc(38 / var(--break) * 100vw);
	}
	.row_clinic02 {
		gap: 5vw 2% !important;
		width: 100% !important;
	}
	.row_clinic02 .col {
		width: 49% !important;
	}
	.row_clinic02 .ttl {
		font-size: calc(32 / var(--break) * 100vw) !important;
	}
	.row_clinic03 {
		gap: 5vw 0;
	}
	.row_clinic03 .col {
		width: 100%;
		padding: 6vw 5% 8vw;
	}
	.row_clinic03 .col .ttl {
		height: calc(100 / var(--break) * 100vw);
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 .col .img01 {
		max-width: 400px;
	}
	.row_clinic03 .col .copy01 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 .col .copy02 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 .col .tbl01 {
		max-width: 100%;
	}
	.row_clinic03 .col .tbl01 thead th {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic03 .col .tbl01 tbody td {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic04.row_format04 .col {
		max-width: 100%;
		width: 100%;
	}
	.area_clinic01 {
		padding-bottom: 8vw;
	}
	.area_clinic01:before {
		height: calc(100% - calc(200 / var(--break) * 100vw));
	}
	.area_clinic01 .img01 {
		max-width: 100%;
	}
	.area_clinic01 .logo01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.area_clinic01 .row01 {
		max-width: 100%;
	}
	.area_clinic01 .row01 .col_l {
		max-width: 100%;
		width: 100%;
		margin-bottom: 6vw;
	}
	.area_clinic01 .row01 .col_r {
		max-width: 100%;
		width: 100%;
	}
	
}


/* ドクター・スタッフ紹介 staff
------------------------------------------------------------------*/
.box_staff01 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_staff01 .deco01 {
	top: calc(235 / var(--break) * 100vw);
	left: -7%;
	max-width: calc(127 / var(--break) * 100vw);
	width: 26%;
}
.box_staff01 .row01 .col_img .img:after {
	background-image: url(images/staff/deco_staff01.png);
}
.box_staff01 .row01 .col_txt .row_img {
	position: static;
}
.row_staff01 .box_format04 {
	width: 48.39%;
}
.row_staff02 .col_img {
	position: relative;
	max-width: 460px;
	width: 38%;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_staff02 .col_img:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background-color: #a9cc6c;
	background-image: url(images/page/shape_common15.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 53.92% auto;
	content: '';
}
.row_staff02.r_reverse .col_img:after {
	left: calc(20 / var(--break) * 100vw);
	background-image: url(images/page/shape_common14.png);
	background-position: right bottom;
}
.row_staff02 .col_txt {
	width: 58%;
}
.row_staff03 {
	gap: calc(53 / var(--break) * 100vw) calc(6.664% / 3);
	margin-bottom: calc(53 / var(--break) * 100vw);
}
.row_staff03 .col {
	position: relative;
	width: 23.334%;
	min-height: calc(168 / var(--break) * 100vw);
	padding: calc(28 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
	border-radius: calc(20 / var(--break) * 100vw);
}
.row_staff03 .col:nth-child(odd) {
	background: var(--color02);
}
.row_staff03 .col:nth-child(even) {
	background: var(--color08);
}
.row_staff03:nth-of-type(even) .col:nth-child(odd) {
	background: var(--color08);
}
.row_staff03:nth-of-type(even) .col:nth-child(even) {
	background: var(--color02);
}
.row_staff03 .col:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 25.143%;
	height: 100%;
	background: url(images/staff/shape_staff01.png) no-repeat right bottom / contain;
	content: '';
}
.row_staff03 .col:after {
	display: block;
	position: absolute;
	bottom: calc(-23 / var(--break) * 100vw);
	left: 0;
	right: 0;
	z-index: 0;
	width: calc(35 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	margin: auto;
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.row_staff03 .col:nth-child(odd):after {
	background: var(--color02);
}
.row_staff03 .col:nth-child(even):after {
	background: var(--color08);
}
.row_staff03:nth-of-type(even) .col:nth-child(odd):after {
	background: var(--color08);
}
.row_staff03:nth-of-type(even) .col:nth-child(even):after {
	background: var(--color02);
}
.row_staff03 .col p {
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_staff01 .deco01 {
		top: calc(170 / var(--break) * 100vw);
	}
	
}
@media(max-width: 767px) {
	.box_staff01 .deco01 {
		left: calc(-34 / var(--break) * 100vw);
		width: 100%;
	}
	.row_staff01 {
		gap: 8vw 0;
	}
	.row_staff01 .box_format04 {
		width: 100%;
	}
	.row_staff02 .col_img {
		max-width: calc(460 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 6.5vw;
	}
	.row_staff02 .col_txt {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
		margin: auto;
	}
	.row_staff02 .col_txt .name02 .en {
		margin-right: 0;
	}
	.row_staff03 {
		gap: 6vw 0 8vw;
		margin-bottom: 6vw;
	}
	.row_staff03 .col {
		width: 100%;
		padding: 6vw 5%;
	}
	.row_staff03:nth-of-type(even) .col:nth-child(odd) {
		background: var(--color02);
	}
	.row_staff03:nth-of-type(even) .col:nth-child(even) {
		background: var(--color08);
	}
	.row_staff03:nth-of-type(even) .col:nth-child(odd):after {
		background: var(--color02);
	}
	.row_staff03:nth-of-type(even) .col:nth-child(even):after {
		background: var(--color08);
	}
	.row_staff03 .col p {
		position: relative;
		z-index: 1;
	}
	
}


/* 小児科 pediatric
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 予防接種 vaccination
------------------------------------------------------------------*/
.btn_vaccination01{
	width: calc(330 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
}
.btn_vaccination01 a:after{
    right: calc(10 / var(--break) * 100vw);
}
.row_format05.row_vaccination02 .col{
	width: 23.79032258%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_vaccination01.row_format04 {
		gap: 5vw 2%;
		width: 100%;
	}
	.row_vaccination01.row_format04 .col {
		width: 49%;
	}
	.row_vaccination01.row_format04 .col .ttl {
		font-size: 1rem;
	}
	.btn_vaccination01{
		width: calc(442 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
	}
	.btn_vaccination01 a:after {
        right: calc(30 / var(--break) * 100vw);
    }
	.row_format05.row_vaccination02 .col{
		width: 100%;
	}
}


/* アレルギー相談 allergy
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(60 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
	background: #fff;
}
.box_case01 .ttl {
	line-height: 0.8;
}
.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(--color10);
	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(30 / var(--break) * 100vw);
	height: calc(54 / 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 {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: var(--color10);
	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: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.box_case01 .ttl {
		font-size: calc(40 / 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 var(--color10);
		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);*/
	}
	.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(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 67vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/
.bg_recruit01 {
	position: relative;
}
.bg_recruit01:before,
.bg_recruit01:after {
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 13px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: '';
}
.bg_recruit01:before {
	top: -1px;
	background-image: url(images/recruit/shape_recruit01.png);
	background-position: center bottom;
}
.bg_recruit01:after {
	bottom: -1px;
	background-image: url(images/recruit/shape_recruit02.png);
	background-position: center top;
}
.bg_recruit01 .shape01 {
	top: calc(-6 / var(--break) * 100vw);
	right: 0;
	max-width: calc(327 / var(--break) * 100vw);
	width: 18%;
}
.bg_recruit01 .shape02 {
	bottom: 0;
	left: 0;
	max-width: calc(516 / var(--break) * 100vw);
	width: 27%;
}
.bg_recruit01 .shape03 {
	bottom: calc(96 / var(--break) * 100vw);
	left: 4.7%;
	max-width: calc(183 / var(--break) * 100vw);
	width: 13%;
}
.bg_recruit01 .shape04 {
	bottom: calc(160 / var(--break) * 100vw);
	right: 7.2%;
	max-width: calc(132 / var(--break) * 100vw);
	width: 9%;
}
.bg_recruit01 .img01 {
	top: calc(-20 / var(--break) * 100vw);
	left: 2%;
	max-width: calc(380 / var(--break) * 100vw);
	width: 26%;
}
.bg_recruit01 .img02 {
	bottom: calc(-30 / var(--break) * 100vw);
	left: 15.3%;
	max-width: calc(274 / var(--break) * 100vw);
	width: 19%;
}
.bg_recruit01 .img03 {
	top: calc(-20 / var(--break) * 100vw);
	right: 2%;
	max-width: calc(380 / var(--break) * 100vw);
	width: 26%;
}
.bg_recruit01 .img04 {
	bottom: calc(-30 / var(--break) * 100vw);
	right: 15.3%;
	max-width: calc(274 / var(--break) * 100vw);
	width: 19%;
}
.bg_recruit01 .deco01 {
	top: calc(-23 / var(--break) * 100vw);
	left: 27.5%;
	max-width: calc(229 / var(--break) * 100vw);
	width: 16%;
}
.bg_recruit01 .deco02 {
	bottom: calc(50 / var(--break) * 100vw);
	right: 5.3%;
	max-width: calc(87 / var(--break) * 100vw);
	width: 6%;
}
.bg_recruit01 .box01 {
	border-radius: calc(60 / var(--break) * 100vw);
	outline: calc(3 / var(--break) * 100vw) dotted var(--color10);
	outline-offset: calc(-13 / var(--break) * 100vw);
}
.bg_recruit01 .box01 .copy {
	position: relative;
	z-index: 3;
}
.bg_recruit01 .box01 .copy01 {
	margin-bottom: calc(8 / var(--break) * 100vw);
	font-size: calc(32 / var(--break) * 100vw);
	letter-spacing: 0;
}
.bg_recruit01 .box01 .copy01:before,
.bg_recruit01 .box01 .copy01:after {
	display: block;
	width: calc(28 / var(--break) * 100vw);
	height: calc(36 / var(--break) * 100vw);
	background: url(images/page/deco_ttl02.svg) no-repeat center / contain;
	content: '';
}
.bg_recruit01 .box01 .copy01:after {
	transform: scaleX(-1);
}
.bg_recruit01 .box01 .copy01 span {
	display: block;
	margin: 0 calc(17 / var(--break) * 100vw);
}
.bg_recruit01 .box01 .copy02 {
	font-size: calc(34.5 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 1.72;
}
.bg_recruit01 .box01 .copy02 span {
	position: relative;
	display: inline-block;
}
.bg_recruit01 .box01 .copy02 span:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(4 / var(--break) * 100vw);
	border-radius: 10px;
	background: var(--color03);
	content: '';
}
.bg_recruit01 .box01 .copy02 span:has(em) {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
.bg_recruit01 .box01 .copy02 span em {
	display: inline-block;
	padding-bottom: calc(10 / var(--break) * 100vw);
	font-size: calc(59.5 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 1.18;
}
.bg_recruit02 {
	position: relative;
}
.bg_recruit02:before,
.bg_recruit02:after {
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 13px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: '';
}
.bg_recruit02:before {
	top: -1px;
	background-image: url(images/recruit/shape_recruit01.png);
	background-position: center bottom;
}
.bg_recruit02:after {
	bottom: -1px;
	background-image: url(images/recruit/shape_recruit02.png);
	background-position: center top;
}
.bg_recruit02 .ttl {
	margin-bottom: calc(13 / var(--break) * 100vw);
	font-size: calc(100 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 0.8;
}
.bg_recruit02 .txt {
	margin-bottom: calc(26 / var(--break) * 100vw);
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0;
}
.bg_recruit02 .row_btn .btn_tel {
	width: 48.4%;
	height: calc(140 / var(--break) * 100vw);
}
.bg_recruit02 .row_btn .btn_tel a {
	width: 100%;
	height: 100%;
	border: 1px solid var(--color10);
	border-radius: 100px;
}
.bg_recruit02 .row_btn .btn_tel a .txt01 {
	margin: calc(8 / var(--break) * 100vw) 0 calc(10 / var(--break) * 100vw);
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0;
}
.bg_recruit02 .row_btn .btn_tel a .tel {
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0;
}
.bg_recruit02 .row_btn .btn_tel a .tel em {
	font-size: calc(46 / var(--break) * 100vw);
	letter-spacing: 0;
}
.bg_recruit02 .row_btn .btn_web {
	width: 48.4%;
	height: calc(140 / var(--break) * 100vw);
}
.bg_recruit02 .row_btn .btn_web a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.bg_recruit02 .row_btn .btn_web a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(30 / var(--break) * 100vw);
	width: calc(40 / var(--break) * 100vw);
	height: 100%;
	background: url(images/page/arw_btn03.svg) no-repeat center / contain;
	content: '';
}
.bg_recruit02 .row_btn .btn_web a .txt01 {
	margin: 0 0 calc(15 / var(--break) * 100vw);
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0;
}
.bg_recruit02 .row_btn .btn_web a .web {
	font-size: calc(36 / var(--break) * 100vw);
	letter-spacing: 0;
}
.box_recruit01 {
	position: relative;
	padding: calc(54 / var(--break) * 100vw) calc(44 / var(--break) * 100vw);
	border: calc(6 / var(--break) * 100vw) solid #fff;
}
.box_recruit01 .deco01 {
	bottom: 0;
	right: 0;
	max-width: calc(323 / var(--break) * 100vw);
	width: 27%;
}
.box_recruit01 .col_img {
	max-width: 570px;
	width: 50%;
}
.box_recruit01 .col_txt {
	width: 45%;
}
.box_recruit01 .col_txt .unit {
	max-width: 460px;
	width: 100%;
}
.box_recruit01 .col_txt .ttl {
	margin-bottom: calc(27 / var(--break) * 100vw);
	line-height: 1;
}
.box_recruit01 .col_txt .ttl .ja {
	margin-right: calc(20 / var(--break) * 100vw);
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0;
}
.box_recruit01 .col_txt .ttl .en {
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.14em;
}
.box_recruit01 .col_txt .txt {
	margin-bottom: calc(32 / var(--break) * 100vw);
}
.box_recruit01 .col_txt .btn_common01 a:after {
	transform: rotate(90deg);
}
.row_recruit01 {
	padding-top: calc(77 / var(--break) * 100vw);
}
.row_recruit01 .col {
	position: relative;
	width: 49%;
	outline-style: dotted;
	outline-width: calc(3 / var(--break) * 100vw);
	outline-offset: calc(-11 / var(--break) * 100vw);
}
.row_recruit01 .col_l {
	outline-color: var(--color01);
}
.row_recruit01 .col_r {
	outline-color: var(--color03);
}
.row_recruit01 .col .en {
	top: calc(-77 / var(--break) * 100vw);
	left: 0;
	width: 100%;
	font-size: calc(100 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 0.8;
	text-align: center;
}
.row_recruit01 .col .ttl {
	height: calc(50 / var(--break) * 100vw);
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_recruit01 .col .payment {
	margin-top: calc(12 / var(--break) * 100vw);
}
.row_recruit01 .col .payment .box {
	width: calc(75 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	margin: calc(5 / var(--break) * 100vw) calc(8 / var(--break) * 100vw) 0 0;
	padding-bottom: 0.1em;
	border: 1px solid var(--color10);
	border-radius: 100px;
}
.row_recruit01 .col .payment .num {
	font-size: calc(36 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_recruit01 .col .payment .num em {
	display: inline-block;
	margin-right: calc(5 / var(--break) * 100vw);
	font-size: calc(68 / var(--break) * 100vw);
	letter-spacing: 0;
}
.row_recruit02 .col_img {
	max-width: 140px;
	width: 12%;
}
.row_recruit02 .col_box {
	position: relative;
	width: 83%;
	min-height: 175px;
}
.row_recruit02 .col_box:before {
	display: block;
	position: absolute;
	top: calc(65 / var(--break) * 100vw);
	left: calc(-30 / var(--break) * 100vw);
	width: calc(31 / var(--break) * 100vw);
	height: calc(31 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.wrap_recruit01 .shape01 {
	top: 0;
	left: 0;
	max-width: calc(702 / var(--break) * 100vw);
	width: 37%;
}
.wrap_recruit01 .shape02 {
	top: 0;
	right: 0;
	max-width: calc(395 / var(--break) * 100vw);
	width: 21%;
}
.wrap_recruit01 .deco01 {
	bottom: 0;
	left: 0;
	max-width: calc(173 / var(--break) * 100vw);
	width: 24%;
}
.wrap_recruit01 .deco02 {
	bottom: calc(-42 / var(--break) * 100vw);
	right: 0.5%;
	max-width: calc(87 / var(--break) * 100vw);
	width: 12%;
}
.wrap_recruit02 .shape01 {
	top: calc(-57 / var(--break) * 100vw);
	right: 0;
	max-width: calc(605 / var(--break) * 100vw);
	width: 32%;
}
.wrap_recruit02 .shape02 {
	top: calc(18 / var(--break) * 100vw);
	left: 2.2%;
	max-width: calc(262 / var(--break) * 100vw);
	width: 14%;
}
.wrap_recruit02 .deco01 {
	bottom: calc(12 / var(--break) * 100vw);
	left: -10.4%;
	max-width: calc(237 / var(--break) * 100vw);
	width: 32%;
}
.wrap_recruit03 .shape01 {
	top: calc(21 / var(--break) * 100vw);
	left: 0;
	max-width: calc(695 / var(--break) * 100vw);
	width: 37%;
}
.wrap_recruit03 .shape02 {
	top: calc(16 / var(--break) * 100vw);
	right: 0;
	max-width: calc(348 / var(--break) * 100vw);
	width: 19%;
}
.wrap_recruit03 .deco01 {
	bottom: calc(-19 / var(--break) * 100vw);
	right: -3.6%;
	max-width: calc(239 / var(--break) * 100vw);
	width: 32%;
}
.wrap_recruit03 .deco02 {
	bottom: calc(151 / var(--break) * 100vw);
	left: -2.4%;
	max-width: calc(152 / var(--break) * 100vw);
	width: 21%;
}
.wrap_recruit04 .shape01 {
	top: calc(-41 / var(--break) * 100vw);
	right: 0;
	max-width: calc(702 / var(--break) * 100vw);
	width: 37%;
}
.wrap_recruit04 .shape02 {
	top: calc(-45 / var(--break) * 100vw);
	left: -4.4%;
	max-width: calc(369 / var(--break) * 100vw);
	width: 20%;
}
.wrap_recruit04 .deco01 {
	bottom: calc(12 / var(--break) * 100vw);
	left: -4.1%;
	max-width: calc(190 / var(--break) * 100vw);
	width: 26%;
}
.wrap_recruit05 .shape01 {
	top: 0;
	left: 0;
	max-width: calc(723 / var(--break) * 100vw);
	width: 38%;
}
.wrap_recruit05 .shape02 {
	top: calc(-53 / var(--break) * 100vw);
	right: 4.3%;
	max-width: calc(262 / var(--break) * 100vw);
	width: 14%;
}
.wrap_recruit05 .deco01 {
	bottom: calc(-9 / var(--break) * 100vw);
	left: 8.3%;
	max-width: calc(96 / var(--break) * 100vw);
	width: 13%;
}
.wrap_recruit05 .deco02 {
	bottom: calc(-55 / var(--break) * 100vw);
	right: 0.5%;
	max-width: calc(87 / var(--break) * 100vw);
	width: 12%;
}
.wrap_recruit06 .shape01 {
	top: calc(-56 / var(--break) * 100vw);
	right: 0;
	max-width: calc(628 / var(--break) * 100vw);
	width: 33%;
}
.wrap_recruit06 .shape02 {
	bottom: calc(-86 / var(--break) * 100vw);
	left: 0;
	max-width: calc(316 / var(--break) * 100vw);
	width: 17%;
}
.wrap_recruit06 .deco01 {
	bottom: calc(12 / var(--break) * 100vw);
	left: -4.5%;
	max-width: calc(157 / var(--break) * 100vw);
	width: 21%;
}
.img_recruit01 .ttl {
	font-size: calc(36 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 0.8;
}
.img_recruit01 .img {
	max-width: 1460px;
	width: 100%;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border: none;
	border-top: 1px solid var(--color10);
	border-bottom: 1px solid var(--color10);
	background: #fff;
}
.tbl_guideline01 th {
	background: var(--color08);
	color: var(--color10);
}
.tbl_guideline01 tr:not(:last-child) th,
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: var(--color10);
}
.tbl_form01 th {
	color: var(--color10);
}
.tbl_form01 td input:not([type="file"]),
.tbl_form01 td textarea {
	background-color: #fff;
	border-radius: calc(4 / var(--break) * 100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: var(--color06);
}
.tbl_form01 .any span {
	display: inline-block;
	position: relative;
	width: 100%;
}
.tbl_form01 .any span:after {
	font-size: .875rem;
	padding-bottom: calc( 5 / var(--break) * 100vw);
	width: calc(50 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	line-height: calc(30 / var(--break) * 100vw);
	content: "任意";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: calc(4 / var(--break) * 100vw );
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #a7a7a7;
	color: #fff;
}
.tbl_form01 .box_form {
	margin-bottom: calc(60 / var(--break) * 100vw);
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(35 / var(--break) * 100vw);
	background: var(--color02);
	line-height: 1.78;
}
.tbl_form01 .box_privacy {
	border: 1px solid var(--color10);
	background: #fff;
}
.btn_submit:before {
	width: calc(40 / var(--break) * 100vw );
	height: calc(40 / var(--break) * 100vw );
	border: none;
	top: 0;
	right: calc(10 / var(--break) * 100vw );
	transform: rotate(0);
	background: url(images/page/arw_btn03.svg) no-repeat center / contain;
}
.btn_submit input {
	padding: calc(20 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
	border: none;
	border-radius: 100px;
	background: var(--color10);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.05em;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.bg_recruit01:before,
	.bg_recruit01:after {
		height: calc(13 / var(--break) * 100vw);
	}
	.bg_recruit01 .shape01 {
		top: calc(16 / var(--break) * 100vw);
		right: calc(-136 / var(--break) * 100vw);
		max-width: none;
		width: calc(327 / var(--break) * 100vw);
	}
	.bg_recruit01 .shape02 {
		width: 100%;
	}
	.bg_recruit01 .shape03 {
		top: calc(88 / var(--break) * 100vw);
		bottom: auto;
		left: calc(-6 / var(--break) * 100vw);
		max-width: none;
		width: calc(183 / var(--break) * 100vw);
	}
	.bg_recruit01 .shape04 {
		bottom: calc(-61 / var(--break) * 100vw);
		right: calc(13 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_recruit01 .img01 {
		top: calc(-50 / var(--break) * 100vw);
		left: calc(56 / var(--break) * 100vw);
		max-width: calc(228 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_recruit01 .img02 {
		top: calc(-50 / var(--break) * 100vw);
		bottom: auto;
		left: calc(313 / var(--break) * 100vw);
		max-width: calc(218 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_recruit01 .img03 {
		top: auto;
		bottom: calc(-50 / var(--break) * 100vw);
		right: calc(54 / var(--break) * 100vw);
		max-width: calc(228 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_recruit01 .img04 {
		bottom: calc(-50 / var(--break) * 100vw);
		right: calc(313 / var(--break) * 100vw);
		max-width: calc(218 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_recruit01 .deco01 {
		top: calc(95 / var(--break) * 100vw);
		left: auto;
		right: calc(-28 / var(--break) * 100vw);
		max-width: none;
		width: calc(229 / var(--break) * 100vw);
	}
	.bg_recruit01 .deco02 {
		bottom: calc(194 / var(--break) * 100vw);
		right: calc(43 / var(--break) * 100vw);
		max-width: calc(70 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_recruit01 .box01 {
		padding: 25.2vw 0 27.6vw;
	}
	.bg_recruit02:before,
	.bg_recruit02:after {
		height: calc(13 / var(--break) * 100vw);
	}
	.bg_recruit02 .ttl {
		margin-bottom: 4vw;
	}
	.bg_recruit02 .txt {
		margin-bottom: 5vw;
		font-size: calc(32 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn {
		gap: 5vw 0;
		width: calc(600 / var(--break) * 100vw);
		margin: auto;
	}
	.bg_recruit02 .row_btn .btn_tel {
		width: 100%;
		height: calc(160 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_tel a .txt01 {
		margin: 0 0 2vw	;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_tel a .tel {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_tel a .tel em {
		font-size: calc(56 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_web {
		width: 100%;
		height: calc(160 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_web a:before {
		width: calc(48 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_web a .txt01 {
		margin: 0 0 2vw;
		font-size: calc(28 / var(--break) * 100vw);
	}
	.bg_recruit02 .row_btn .btn_web a .web {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.box_recruit01 {
		display: block;
	}
	.box_recruit01 .deco01 {
		width: 100%;
	}
	.box_recruit01 .col_img {
		width: 100%;
		margin: 0 auto 5vw;
	}
	.box_recruit01 .col_txt {
		width: 100%;
	}
	.box_recruit01 .col_txt .unit {
		max-width: 100%;
	}
	.box_recruit01 .col_txt .ttl {
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.box_recruit01 .col_txt .ttl .ja {
		font-size: calc(46 / var(--break) * 100vw);
	}
	.box_recruit01 .col_txt .ttl .en {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.box_recruit01 .col_txt .txt {
		margin-bottom: calc(32 / var(--break) * 100vw);
	}
	.row_recruit01 {
		gap: 15vw 0;
		width: calc(646 / var(--break) * 100vw);
	}
	.row_recruit01 .col {
		width: 100%;
	}
	.row_recruit01 .col .ttl {
		height: calc(80 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_recruit01 .col .payment .box {
		width: calc(100 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
		margin: 1vw 4vw 0 0;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_recruit01 .col .payment .num {
		font-size: calc(44 / var(--break) * 100vw);
	}
	.row_recruit01 .col .payment .num em {
		margin-right: 1vw;
		font-size: calc(82 / var(--break) * 100vw);
	}
	.row_recruit02 {
		gap: 8vw 0;
		margin-bottom: 8vw;
	}
	.row_recruit02 .col_img {
		width: 100%;
		margin: 0 auto;
	}
	.row_recruit02 .col_box {
		width: 100%;
	}
	.row_recruit02 .col_box:before {
		top: calc(-30 / var(--break) * 100vw);
		left: 0;
		right: 0;
		margin: auto;
		clip-path: polygon(0 100%, 100% 100%, 50% 0);
	}
	.wrap_recruit01 .shape01 {
		width: 100%;
	}
	.wrap_recruit01 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_recruit01 .deco01 {
		width: 100%;
	}
	.wrap_recruit01 .deco02 {
		width: 100%;
	}
	.wrap_recruit02 .shape01 {
		width: 100%;
	}
	.wrap_recruit02 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_recruit02 .deco01 {
		left: 0;
		width: 100%;
	}
	.wrap_recruit03 .shape01 {
		width: 100%;
	}
	.wrap_recruit03 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_recruit03 .deco01 {
		right: 0;
		width: 100%;
	}
	.wrap_recruit03 .deco02 {
		left: 0;
		width: 100%;
	}
	.wrap_recruit04 .shape01 {
		width: 100%;
	}
	.wrap_recruit04 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_recruit04 .deco01 {
		left: 0;
		width: 100%;
	}
	.wrap_recruit05 .shape01 {
		width: 100%;
	}
	.wrap_recruit05 .shape02 {
		top: 90vw;
		width: 100%;
	}
	.wrap_recruit05 .deco01 {
		width: 100%;
	}
	.wrap_recruit05 .deco02 {
		width: 100%;
	}
	.wrap_recruit06 .shape01 {
		width: 100%;
	}
	.wrap_recruit06 .shape02 {
		top: 90vw;
		bottom: auto;
		width: 100%;
	}
	.wrap_recruit06 .deco01 {
		left: 0;
		width: 100%;
	}
	.img_recruit01 .ttl {
		font-size: calc(44 / var(--break) * 100vw);
	}
	.img_recruit01 .img {
		max-width: 100%;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
		border-bottom: 1px solid var(--color10);
	}
	.tbl_form01 .any span:after {
		width: calc(80 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		line-height: calc(40 / var(--break) * 100vw);
		font-size: .75rem;
		letter-spacing: 0;
	}
	.tbl_form01 .box_form {
		padding: 5vw 5%;
	}
	.btn_submit {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_submit:before {
		right: calc(30 / var(--break) * 100vw );
		border: none;
	}
	.btn_submit input {
		padding: 4vw 2%;
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}

}

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	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 #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #6dba9e;
	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 #959595;
	color: #959595;
	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: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

@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
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	position: relative;
	max-width: 700px;
	width: 47%;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_format01 .col_img:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background-color: var(--color01);
	background-image: url(images/page/shape_common15.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 35.43% auto;
	content: '';
	opacity: 0.8;
}
.row_format01.r_reverse .col_img:after {
	left: calc(20 / var(--break) * 100vw);
	background-image: url(images/page/shape_common14.png);
	background-position: right bottom;
}
.row_format01 .col_img img {
	position: relative;
	z-index: 1;
}
.row_format01 .col_txt {
	width: 50%;
}
.row_format01 .col_txt .copy {
	margin-bottom: calc(29 / var(--break) * 100vw);
	padding-bottom: calc(18 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color01);
}
.row_format01 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.bg_format01 {
	position: relative;
}
.bg_format01:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100% - (60 / var(--break) * 100vw));
	background-image: url(images/page/bg_ptn02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(118 / var(--break) * 100vw) auto;
	content: '';
	opacity: 0.3;
}
.bg_format01 .en {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	font-size: calc(140 / var(--break) * 100vw);
	letter-spacing: 0.085em;
	line-height: 0.8;
}
.box_format01 .ttl {
	height: calc(50 / var(--break) * 100vw);
	border-radius: 100px;
}
.list_format01.flex {
	gap: 0.3em 0;
}
.list_format01.list_default01.flex li {
	width: 48.5%;
}
.list_format01 li {
	margin: 0 !important;
	padding-bottom: 0.2em;
	padding-left: 1.7em;
	border-bottom: 1px dotted var(--color10);
	line-height: 1.67;
}
.list_format01 li:before {
	top: 0.35em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background: url(images/page/icn_check02.svg) no-repeat left center / contain;
}
.row_format02 .col_img {
	max-width: 570px;
	width: 38%;
}
.row_format02 .col_txt {
	width: 58%;
}
.row_format02 .col_txt .copy {
	margin-bottom: calc(18 / var(--break) * 100vw);
}
.row_format02 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.btn_format01 {
	max-width: 100%;
	width: calc(330 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.btn_format01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.btn_format01 a:after {
	display: block;
	position: absolute;
	top: 0;
	right: calc(10 / var(--break) * 100vw);
	width: calc(40 / var(--break) * 100vw);
	height: 100%;
	background: url(images/page/arw_btn03.svg) no-repeat right center / contain;
	content: '';
}
.btn_format01 a .ja01 {
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.05em;
}
.row_format03 .col_img {
	width: 24%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 74%;
}
.row_format03 .hdg5 {
	margin-bottom: calc(17 / var(--break) * 100vw);
}
.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:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: calc(323 / var(--break) * 100vw);
	height: 100%;
	border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	background: url(images/page/deco_format01.png) no-repeat right bottom / contain;
	content: '';
	opacity: 0.6;
}
.wrap_format01 .box_flow.arw_flow:before {
	border-top-color: var(--color10);
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.wrap_format01 .box_flow .col_txt h4 .num {
	border-radius: 100%;
}
.wrap_format01 .box_flow:nth-of-type(odd) .col_txt h4 .num {
	background: var(--color07);
}
.wrap_format01 .box_flow:nth-of-type(even) .col_txt h4 .num {
	background: var(--color05);
}
.box_format02 {
	border-radius: calc(20 / var(--break) * 100vw);
	outline: calc(3 / var(--break) * 100vw) dotted #fff;
	outline-offset: calc(-13 / var(--break) * 100vw);
	background: var(--color10);
	color: #fff;
}
.box_format03 {
	border-radius: calc(20 / var(--break) * 100vw);
	outline: calc(3 / var(--break) * 100vw) dotted #fff;
	outline-offset: calc(-13 / var(--break) * 100vw);
	background: var(--color10);
	color: #fff;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 {
	gap: calc(40 / var(--break) * 100vw) 2.495%;
}
.row_format04 .col {
	max-width: 475px;
	width: 31.67%;
	border-bottom-left-radius: calc(20 / var(--break) * 100vw);
	border-bottom-right-radius: calc(20 / var(--break) * 100vw);
}
.row_format04 .col .ttl {
	padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.row_format05 {
	gap: calc(40 / var(--break) * 100vw) 1.61%;
}
.row_format05 .col {
	width: 32.26%;
	outline: calc(2 / var(--break) * 100vw) dotted var(--color06);
	outline-offset: calc(-12 / var(--break) * 100vw);
}
.wrap_format01 .box_qa02 .box_q .txt .icn:before,
.wrap_format01 .box_qa02 .box_q .txt .icn:after {
	background: #fff;
}
.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 var(--color10);
	background: #fff;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 180px;
	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%;
	}
	.row_format01 .col_img {
		margin-bottom: 6.5vw;
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_format01 .col_img:after {
		left: calc(-10 / var(--break) * 100vw);
		height: calc(100% - (10 / var(--break) * 100vw));
		background-size: 35.33% auto;
	}
	.row_format01.r_reverse .col_img:after {
		left: calc(10 / var(--break) * 100vw);
	}
	.row_format01 .col_txt .copy {
		margin-bottom: 5vw;
		padding-bottom: 4vw;
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.45;
	}
	.row_format01 .col_txt .copy span {
		margin-left: -1em;
	}
	.bg_format01 {
		padding-top: calc(120 / var(--break) * 100vw);
	}
	.bg_format01:before {
		height: calc(100% - (45 / var(--break) * 100vw));
	}
	.bg_format01 .en {
		font-size: calc(112 / var(--break) * 100vw);
		letter-spacing: 0.05em;
	}
	.box_format01 {
		padding: 6vw 5% 8vw;
	}
	.box_format01 .ttl {
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01.flex {
		gap: 3vw 0;
	}
	.list_format01.list_default01.flex li {
		width: 100%;
	}
	.list_format01 li {
		padding-bottom: 2vw;
		padding-left: 8vw;
	}
	.list_format01 li:before {
		top: 1vw;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.row_format02 .col_txt .copy {
		margin-bottom: 3vw;
	}
	.row_format02 .col_txt .copy span {
		margin-left: -1em;
	}
	.btn_format01 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_format01 a:after {
		right: calc(30 / var(--break) * 100vw);
	}
	.btn_format01 a .ja01 {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_format03 .hdg5 {
		margin-bottom: 4vw;
	}
	.txt_format01 {}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format02 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		gap: 5vw 0;
		width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_format04 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_format04 .col .ttl {
		padding: 3vw 1vw;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format05 {
		gap: 5vw 0;
		width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_format05 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_format05 .col .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));
	}
	.risk_format .box{
		max-height: calc(420 / var(--break) * 100vw);
	}

}