@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	padding: calc(120 / var(--break) * 100vw) 0 0;
}
.main_page .wrap01 {
	position: relative;
	height: calc(350 / var(--break) * 100vw);
}
.main_page .wrap01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 2.6%;
	z-index: 0;
	max-width: 1100px;
	width: 68%;
	height: 100%;
	border-radius: 200px;
	background: url("images/page/bg_ttl_page.png") no-repeat center / cover;
	content: '';
}
.main_page .deco01 {
	top: 0;
	right: 39.1%;
	max-width: 217px;
	width: 12%;
}
.main_page .deco02 {
	bottom: 0;
	left: 1.6%;
	max-width: 184px;
	width: 10%;
}
.main_page .deco03 {
	top: 50%;
	right: 1.1%;
	transform: translateY(-50%);
	max-width: 328px;
	width: 18%;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja {
	margin: 2.15em 0 0.45em;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(50 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	text-shadow: 
		#fff calc(2 / var(--break) * 100vw) 0px calc(2 / var(--break) * 100vw), #fff calc(-2 / var(--break) * 100vw) 0px calc(2 / var(--break) * 100vw),
		#fff 0px calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw), #fff calc(-2 / var(--break) * 100vw) 0px calc(2 / var(--break) * 100vw),
		#fff calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw), #fff calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw),
		#fff calc(2 / var(--break) * 100vw) calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw), #fff calc(-2 / var(--break) * 100vw) calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw),
		#fff 1px calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw), #fff -1px calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw),
		#fff 1px calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw), #fff -1px calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw),
		#fff calc(2 / var(--break) * 100vw) 1px calc(2 / var(--break) * 100vw), #fff calc(-2 / var(--break) * 100vw) 1px calc(2 / var(--break) * 100vw),
		#fff calc(2 / var(--break) * 100vw) -1px calc(2 / var(--break) * 100vw), #fff calc(-2 / var(--break) * 100vw) -1px calc(2 / var(--break) * 100vw),
		#fff 1px 1px calc(2 / var(--break) * 100vw), #fff -1px 1px calc(2 / var(--break) * 100vw),
		#fff 1px -1px calc(2 / var(--break) * 100vw), #fff -1px -1px calc(2 / var(--break) * 100vw);
}
.hdg2 .en {
	color: var(--color01);
	font-family: "ads-arinco", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg3 {
	padding: 2.3em 0 0.85em;
	border-bottom-style: solid;
	border-bottom-color: var(--color09);
	border-bottom-width: calc(10 / var(--break) * 100vw);
	background-image: url(images/page/deco_hdg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: calc(160 / var(--break) * 100vw) auto;
	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 span {
	display: inline-block;
}
.hdg4 {
	position: relative;
	padding: 0.8em 0 0.95em;
	border-radius: calc(50 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn02.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1200 / var(--break) * 100vw) auto;
	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;
}
.hdg4:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 2.7%;
	transform: translateY(-50%);
	max-width: 128px;
	width: 9%;
	height: 140px;
	background-image: url(images/page/deco_hdg4_l.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.hdg4:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 2.7%;
	transform: translateY(-50%);
	max-width: 128px;
	width: 9%;
	height: 140px;
	background-image: url(images/page/deco_hdg4_r.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.hdg4 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.hdg5 {
	border-bottom: calc(10 / var(--break) * 100vw) solid var(--color02);
	color: var(--color01);
	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.6;
}
.hdg5 span {
	display: inline-block;
	position: relative;
	padding: 0em 0 0.4em 2.5em;
}
.hdg5 span:before {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: calc(44 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	background: url(images/page/deco_hdg5.png) no-repeat left center / contain;
	content: '';
}
.ttl_common01 {
	position: relative;
	padding: calc(16 / var(--break) * 100vw) 0;
	border-radius: calc(50 / var(--break) * 100vw);
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
	overflow: hidden;
}
.ttl_common01:before,
.ttl_common01:after {
	display: block;
	position: absolute;
	z-index: 0;
	width: calc(120 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	background-image: url(./images/page/deco_ttl01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	content: '';
}
.ttl_common01:before {
	top: 0;
	left: 3%;
}
.ttl_common01:after {
	bottom: 0;
	right: 3%;
	transform: rotate(180deg);
}
.ttl_common01 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.copy_common01 {
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.address01 {
	font-size: calc(15.5 / var(--break) * 100vw);
	letter-spacing: 0.13em;
}
.address01 span {
	display: inline-block;
	position: relative;
	margin-right: 0.3em;
	padding-left: 2em;
}
.address01 span:before {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: calc(25 / var(--break) * 100vw);
	height: calc(25 / var(--break) * 100vw);
	background: url(images/page/icn_address01.svg) no-repeat center / contain;
	content: '';
}
.bnr_common01 {
	width: calc(600 / var(--break) * 100vw);
}
.btn_mail01{
	width: calc(60 / var(--break) * 100vw );
}
.btn_tel01 {
	width: calc(265 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
}
.btn_tel01 a .txt01 {
	margin: -0.3em 0 0.4em;
}
.btn_tel01 a .txt01 span {
	max-width: 225px;
	width: 85%;
	padding: 0.2em 0 0.25em;
}
.btn_tel01 a .tel span {
	display: inline-block;
	position: relative;
	padding-left: 1.1em;
}
.btn_tel01 a .tel span:before {
	display: block;
	position: absolute;
	top: 0.15em;
	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_web01 {
	width: calc(180 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_web01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_web01 a:after {
	display: block;
	position: absolute;
	bottom: calc(6 / var(--break) * 100vw);
	right: calc(6 / var(--break) * 100vw);
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.btn_web01 a .txt01 {
	margin: 0.2em 0 0.8em;
}
.btn_web01 a .web span {
	display: inline-block;
	position: relative;
	padding-left: 1.7em;
}
.btn_web01 a .web span:before {
	display: block;
	position: absolute;
	top: 0em;
	left: 0;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.btn_web01 a .web01 span:before {
	background-image: url(./images/page/icn_web01.svg);
}
.btn_web01 a .web02 span:before {
	background-image: url(./images/page/icn_web02.svg);
}
.btn_web02 {
	height: calc(100 / var(--break) * 100vw);
}
.btn_web02 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_web02 a:after {
	display: block;
	position: absolute;
	bottom: calc(6 / var(--break) * 100vw);
	right: calc(6 / var(--break) * 100vw);
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.btn_web02 a .txt01 {
	margin: 0.2em 0 0.8em;
}
.btn_line01 {
	width: calc(180 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_line01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_line01 a:after {
	display: block;
	position: absolute;
	bottom: calc(6 / var(--break) * 100vw);
	right: calc(6 / var(--break) * 100vw);
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.btn_line01 a .txt01 {
	margin: 0.2em 0 0.8em;
}
.btn_line01 a .line span {
	display: inline-block;
	position: relative;
	padding-left: 1.7em;
}
.btn_line01 a .line span:before {
	display: block;
	position: absolute;
	top: 0em;
	left: 0;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background-image: url(./images/page/icn_line01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
}
.btn_line02 {
	height: calc(100 / var(--break) * 100vw);
}
.btn_line02 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.btn_line02 a:after {
	display: block;
	position: absolute;
	bottom: calc(6 / var(--break) * 100vw);
	right: calc(6 / var(--break) * 100vw);
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.btn_line02 a .txt01 {
	margin: 0.2em 0 0.8em;
}
.btn_common01 {
	max-width: 100%;
	width: calc(400 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_common01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	outline-style: dotted;
	outline-color: #fff;
	outline-width: calc(2 / var(--break) * 100vw);
	outline-offset: calc(-8 / var(--break) * 100vw);
}
.btn_common01 a:before {
	display: block;
	position: absolute;
	top: 0;
	right: calc(30 / var(--break) * 100vw);
	width: calc(21 / var(--break) * 100vw);
	height: 100%;
	background: url(images/page/arw_btn01.svg) no-repeat center / contain;
	content: '';
	transition: .3s;
}
.btn_common01 a:hover:before {
	transform: translateX(calc(5 / var(--break) * 100vw));
}
.box_name {
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
}
.box_name .ja {
	margin: 0.7em 0;
}
.list_default.list_col01 li:before {
	background: var(--color02);
}
.list_default.list_check01 li {
	padding-bottom: 0.7em;
	padding-left: 3.4em;
	border-bottom: 1px solid var(--color02);
}
.list_default.list_check01 li:not(:first-child) {
	margin-top: calc(9 / var(--break) * 100vw);
}
.list_default.list_check01 li:before {
	top: 0.2em;
	left: 1.1em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.list_default.list_check01.list_check_col01 li:before {
	background-image: url(images/page/icn_check01.svg);
}
.list_default.list_check01.list_check_col02 li:before {
	background-image: url(images/page/icn_check02.svg);
}
.list_default.list_check01.list_check_col03 li:before {
	background-image: url(images/page/icn_check03.svg);
}
.list_default.list_check01.list_check_col04 li:before {
	background-image: url(images/page/icn_check04.svg);
}
.list_default.list_check01.list_check_col05 li:before {
	background-image: url(images/page/icn_check05.svg);
}
.list_default.list_check01.list_check_col06 li:before {
	background-image: url(images/page/icn_check06.svg);
}
.list_default.list_check02 {
	gap: 0.5em 0;
}
.list_default.list_check02 li {
	margin-top: 0 !important;
	padding-bottom: 0.7em;
	padding-left: 3.4em;
	border-bottom: 1px solid var(--color11);
}
.list_default.list_check02 li:before {
	top: 0.2em;
	left: 1.2em;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(images/page/icn_check07.svg);
}
.tbl_default.tbl_col01 table {
	position: relative;
	/*border: none;
	outline-width: 1px;
	outline-style: solid;
	outline-color: var(--color01);
	outline-offset: -1px;*/
	border-collapse: separate;
	border-color: var(--color01);
	border-radius: calc(40 / var(--break) * 100vw);
	background: #fff;
	overflow: hidden;
}
.tbl_default.tbl_col01 thead th {
	padding: calc(22 / var(--break) * 100vw) 0.5em calc(26 / var(--break) * 100vw);
	background: var(--color01);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	text-align: center;
}
.tbl_default.tbl_col01.scroll_w2 thead th {
	width: 75%;
}
.tbl_default.tbl_col01.scroll_w2 thead th:first-child {
	width: 25%;
}
.tbl_default.tbl_col01.scroll_w2.reverse thead th {
	width: 25%;
}
.tbl_default.tbl_col01.scroll_w2.reverse thead th:first-child {
	width: 75%;
}
.tbl_default.tbl_col01 thead th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_default.tbl_col01 tbody th {
	padding: calc(24 / var(--break) * 100vw) 1em calc(28 / var(--break) * 100vw);
	background: var(--color09);
	color: var(--color10);
	text-align: center;
	vertical-align: middle;
}
.tbl_default.tbl_col01 tbody td {
	padding: calc(24 / var(--break) * 100vw) 1em calc(28 / var(--break) * 100vw);
}
.tbl_default.tbl_col01 tbody td:not(:last-of-type) {
	border-right: 1px solid var(--color01);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) th {
	border-bottom-color: var(--color01);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color01);
}
.link_common01 {
	margin-top: calc(-260 / var(--break) * 100vw);
	padding-top: calc(260 / var(--break) * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page .deco03 {
		top: calc(40 / var(--break) * 100vw);
		transform: translateY(0);
	}

}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.hdg4 {
		letter-spacing: 0;
	}

}
@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);
	}
	.main_page {
		padding: calc(140 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.main_page .wrap01 {
		height: calc(360 / var(--break) * 100vw);
	}
	.main_page .wrap01:before {
		left: 0;
		max-width: 100%;
		width: 100%;
		border-radius: 0;
		background: url("images/page/bg_ttl_page_sp.png") no-repeat left center / auto 100%;
	}
	.main_page .deco01 {
		top: calc(-40 / var(--break) * 100vw);
		right: calc(210 / var(--break) * 100vw);
		max-width: calc(217 / var(--break) * 100vw);
		width: 100%;
	}
	.main_page .deco02 {
		bottom: calc(-100 / var(--break) * 100vw);
		left: 3.2vw;
		max-width: calc(184 / var(--break) * 100vw);
		width: 100%;
	}
	.main_page .deco03 {
		top: auto;
		bottom: calc(-100 / var(--break) * 100vw);
		right: 3.2vw;
		transform: translateY(0);
		max-width: calc(328 / var(--break) * 100vw);
		width: 100%;
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.hdg2 .ja {
		margin: -3.4vw 0 3vw;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg3 {
		padding: 12vw 0 3.6vw;
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg4 {
		padding: 2.4vw 0 3vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.58;
	}
	.hdg4:before {
		top: calc(-10 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
		transform: translateY(0);
		max-width: calc(110 / var(--break) * 100vw);
		width: 100%;
		height: calc(120 / var(--break) * 100vw);
	}
	.hdg4:after {
		top: auto;
		bottom: calc(-10 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
		transform: translateY(0);
		max-width: calc(110 / var(--break) * 100vw);
		width: 100%;
		height: calc(120 / var(--break) * 100vw);
	}
	.hdg5 {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5 span {
		padding: 0 0 1.4vw 8vw;
	}
	.hdg5 span:before {
		top: 1.1vw;
	}
	.ttl_common01 {
		padding: 3vw 0;
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.copy_common01 {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.address01 {
		font-size: calc(32.5 / var(--break) * 100vw);
		letter-spacing: -0.01em;
	}
	.address01 span {
		margin-right: 0.2em;
		padding-left: 6vw;
	}
	.address01 span:before {
		top: 2vw;
		width: calc(41 / var(--break) * 100vw);
		height: calc(41 / var(--break) * 100vw);
	}
	.btn_tel01 {
		width: calc(500 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.btn_tel01 a {
		border-radius: calc(10 / var(--break) * 100vw);
		background: #fff;
	}
	.btn_tel01 a .txt01 {
		margin: 0.4vw 0 2vw;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn_tel01 a .txt01 span {
		max-width: none;
		width: 92%;
		padding: 1vw 0;
	}
	.btn_tel01 a .tel {
		font-size: calc(49.5 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel span {
		padding-left: 6.6vw;
	}
	.btn_tel01 a .tel span:before {
		top: 1.4vw;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.btn_web01 {
		width: calc(310 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_web01 a:after {
		bottom: calc(9 / var(--break) * 100vw);
		right: calc(9 / var(--break) * 100vw);
		width: calc(15 / var(--break) * 100vw);
		height: calc(15 / var(--break) * 100vw);
	}
	.btn_web01 a .txt01 {
		margin: -1.2vw 0 1.8vw;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn_web01 a .web {
		font-size: calc(31.5 / var(--break) * 100vw);
	}
	.btn_web01 a .web span {
		padding-left: 8vw;
	}
	.btn_web01 a .web span:before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.btn_line01 {
		width: calc(310 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_line01 a:after {
		bottom: calc(9 / var(--break) * 100vw);
		right: calc(9 / var(--break) * 100vw);
		width: calc(15 / var(--break) * 100vw);
		height: calc(15 / var(--break) * 100vw);
	}
	.btn_line01 a .txt01 {
		margin: -1.2vw 0 1.8vw;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn_line01 a .line {
		font-size: calc(31.5 / var(--break) * 100vw);
	}
	.btn_line01 a .line span {
		padding-left: 8vw;
	}
	.btn_line01 a .line span:before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_common01 a {
		outline-width: calc(4 / var(--break) * 100vw);
		outline-offset: calc(-13 / var(--break) * 100vw);
	}
	.btn_common01 a:before {
		right: calc(40 / var(--break) * 100vw);
		width: calc(31 / var(--break) * 100vw);
	}
	.btn_common01 a:hover:before {
		transform: translateX(0);
	}
	.btn_common01 a .ja01 {
		font-size: calc(31.5 / var(--break) * 100vw);
	}
	.box_name {
		width: calc(260 / var(--break) * 100vw);
		height: calc(260 / var(--break) * 100vw);
	}
	.box_name .ttl {
		font-size: calc(23.5 / var(--break) * 100vw);
	}
	.box_name .ja {
		margin: 2.3vw 0 2.4vw;
		font-size: calc(33 / var(--break) * 100vw);
	}
	.box_name .en {
		font-size: calc(19.5 / var(--break) * 100vw);
	}
	.list_default.list_check01 li {
		padding-bottom: 2.2vw;
		padding-left: 6.7vw;
		border-bottom-width: calc(2 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
	}
	.list_default.list_check01 li:not(:first-child) {
		margin-top: 2.3vw;
	}
	.list_default.list_check01 li:before {
		top: 1.1vw;
		left: 0;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.list_default.list_check02 {
		gap: 3vw 0;
	}
	.list_default.list_check02 li {
		padding-bottom: 2.2vw;
		padding-left: 6.7vw;
		border-bottom-width: calc(2 / var(--break) * 100vw);
	}
	.list_default.list_check02 li:before {
		top: 1.1vw;
		left: 0;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
	.tbl_default.tbl_col01 thead th {
		padding: 2vw 3vw 3vw;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_default.tbl_col01.scroll_w2 thead th {
		width: 60%;
	}
	.tbl_default.tbl_col01.scroll_w2 thead th:first-child {
		width: 40%;
	}
	.tbl_default.tbl_col01.scroll_w2.reverse thead th {
		width: 40%;
	}
	.tbl_default.tbl_col01.scroll_w2.reverse thead th:first-child {
		width: 60%;
	}
	.tbl_default.tbl_col01 tbody th {
		padding: 2vw 3vw 3vw;
	}
	.tbl_default.tbl_col01 tbody td {
		padding: 2vw 3vw 3vw;
	}

}


/* 医師・クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	position: relative;
	background: url(./images/clinic/bg_clinic01.jpg) no-repeat left top / cover;
}
.bg_clinic01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100 / var(--break) * 100vw);
	background: url(./images/page/shape_common03.png) no-repeat center top / cover;
	content: '';
}
.bg_clinic01 .box01 {
	position: relative;
}
.bg_clinic01 .box01 .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	left: 3.2%;
	max-width: 189px;
	width: 16%;
}
.bg_clinic01 .box01 .deco02 {
	top: calc(-80 / var(--break) * 100vw);
	right: 3.2%;
	max-width: 202px;
	width: 17%;
}
.bg_clinic01 .box01 .area .ttl {
	position: relative;
	z-index: 1;
	border-bottom: calc(6 / var(--break) * 100vw) dotted var(--color01);
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.58;
}
.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 {
	gap: calc(60 / var(--break) * 100vw) 1.333%;
}
.row_clinic01 .col {
	max-width: 360px;
	width: 24%;
}
.row_clinic01 .col .ttl {
	padding: calc(14 / var(--break) * 100vw) 0;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.64;
}
.row_clinic01 .col:nth-child(odd) .ttl {
	background: var(--color05);
}
.row_clinic01 .col:nth-child(even) .ttl {
	background: var(--color07);
}
.row_clinic02 .col_img {
	position: relative;
	width: 50%;
}
.row_clinic02 .col_img .box {
	bottom: calc(20 / var(--break) * 100vw);
	width: calc(240 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.64;
}
.row_clinic02 .col_img .box01 {
	right: calc(270 / var(--break) * 100vw);
}
.row_clinic02 .col_img .box02 {
	right: calc(50 / var(--break) * 100vw);
}
.row_clinic02 .col_img .box03 {
	left: calc(50 / var(--break) * 100vw);
}
.row_clinic02 .col_txt {
	width: 50%;
}
.row_clinic02 .col_txt .unit {
	max-width: 760px;
	width: 90%;
}
.txt_clinic01 {
	position: relative;
}
.txt_clinic01 dt {
	border-bottom-width: calc(6 / var(--break) * 100vw);
	border-bottom-style: dotted;
}
.txt_clinic01 dt .deco01 {
	top: calc(-30 / var(--break) * 100vw);
	left: -9.2%;
	max-width: 300px;
	width: 40%;
}
.txt_clinic01 dt .deco02 {
	top: calc(-30 / var(--break) * 100vw);
	right: -5.4%;
	max-width: 300px;
	width: 29%;
}
.txt_clinic01 dt .deco03 {
	top: calc(-30 / var(--break) * 100vw);
	right: -9.2%;
	max-width: 300px;
	width: 40%;
}
.txt_clinic01 dt .deco04 {
	top: calc(-30 / var(--break) * 100vw);
	right: -7.5%;
	max-width: 300px;
	width: 20%;
}
.txt_clinic01 dt .num01 {
	width: calc(210 / var(--break) * 100vw);
}
.txt_clinic01 dt .num02 {
	top: 0;
	left: 8.7%;
	width: calc(210 / var(--break) * 100vw);
}
.txt_clinic01 dt .copy01 {
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.txt_clinic01 dt .copy01 span {
	display: inline-block;
	margin: 0 -1em;
}
.txt_clinic01 dt .copy01 span em {
	display: inline-block;
	margin-top: 0.3em;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.area_clinic01 {
	position: relative;
	background: rgb(140 205 190 / 0.3);
}
.area_clinic01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100 / var(--break) * 100vw);
	background-image: url(images/clinic/shape_clinic01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	content: '';
}
.area_clinic01 .row01 {
	gap: calc(40 / var(--break) * 100vw) 0;
}
.area_clinic01 .row01 .col {
	max-width: 598px;
	width: 49%;
	border-radius: 100px;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.area_clinic02 {
	background: rgb(245 174 85 / 0.3);
	padding-bottom: calc(300 / var(--break) * 100vw );
}
.area_clinic02 .row_clinic02 .col_img {
	width: 35.9375%;
}
.area_clinic02 .row_clinic02 .col_txt {
	width: 64.0625%;
}
.area_clinic02 .row_clinic02 .col_txt .unit {
	max-width: 1040px;
}
.area_clinic02 .row01 {
	gap: 0 2%;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.64;
}
.area_clinic02 .row01 .col {
	max-width: 240px;
	width: 30%;
}
.area_clinic02 .row01 .col:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.area_clinic02 .row01 .col .icn {
	max-width: 80px;
	width: 34%;
	margin-top: calc(6 / var(--break) * 100vw);
	margin-bottom: calc(8 / var(--break) * 100vw);
}
.area_clinic03 {
	background: rgb(138 194 231 / 0.3);
}
.area_clinic03 .slide__feature{
	margin-top: calc(-260 / var(--break) * 100vw );
}
.area_clinic04 {
	background: rgb(243 163 164 / 0.3);
}
.area_clinic04 .row_format04 .box_format04 {
    width: 31.7%;
    max-width: 475px;
}
.area_clinic05 {
	background: rgb(202 170 232 / 0.3);
}
.area_clinic06 {
	background: rgb(140 205 190 / 0.3);
}
.area_clinic07 {
	position: relative;
	background: rgb(245 174 85 / 0.3);
}
.area_clinic07:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100 / var(--break) * 100vw);
	background-image: url(images/clinic/shape_clinic02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	content: '';
}
.area_clinic07 .txt_clinic01 dt {
	padding-top: calc(88 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic02 .col_img .box {
		bottom: calc(-60 / var(--break) * 100vw);
	}
	.txt_clinic01 dt .deco01 {
		left: -4%;
	}
	.txt_clinic01 dt .deco02 {
		right: -2%;
	}
	.txt_clinic01 dt .deco03 {
		right: -4%;
	}
	.txt_clinic01 dt .deco04 {
		right: -3%;
	}
	.txt_clinic01 dt .copy01 span em {
		letter-spacing: 0;
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: -4%;
	}
	.slide_clinic01 .slick-next {
		right: -4%;
	}
	.row_clinic01 .col .ttl {
		font-size: calc(18 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic02 .col_img .box {
		bottom: calc(-180 / var(--break) * 100vw);
	}
	.txt_clinic01 dt .copy01 {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.txt_clinic01 dt .copy01 span em {
		font-size: calc(32 / var(--break) * 100vw);
	}
	
}
@media(max-width: 767px) {
	.bg_clinic01 {
		background-position: center;
	}
	.bg_clinic01:before {
		background-image: url(./images/page/shape_common03_sp.png);
	}
	.bg_clinic01 .box01 .deco01 {
		top: calc(-40 / var(--break) * 100vw);
		left: 0;
		max-width: calc(189 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_clinic01 .box01 .deco02 {
		top: calc(-100 / var(--break) * 100vw);
		right: 0;
		max-width: calc(202 / var(--break) * 100vw);
		width: 100%;
	}
	.bg_clinic01 .box01 .area {
		padding-top: 8vw;
	}
	.bg_clinic01 .box01 .area .ttl {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	.row_clinic01 {
		gap: 5vw 2%;
	}
	.row_clinic01 .col {
		max-width: none;
		width: 49%;
	}
	.row_clinic01 .col .ttl {
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic02 {}
	.row_clinic02 .col_img {
		max-width: calc(700 / var(--break) * 100vw);
		width: 100%;
		margin: 0 auto 5vw;
		padding: 0;
	}
	.row_clinic02 .col_img .box {
		bottom: calc(-120 / var(--break) * 100vw);
	}
	.row_clinic02 .col_img .box01 {
		right: calc(220 / var(--break) * 100vw);
	}
	.row_clinic02 .col_img .box02 {
		right: 0;
	}
	.row_clinic02 .col_img .box03 {
		left: 0;
	}
	.row_clinic02 .col_txt {
		width: 100%;
	}
	.row_clinic02 .col_txt .unit {
		max-width: calc(700 / var(--break) * 100vw);
		width: 100%;
	}
	.txt_clinic01 {
		padding-top: 0;
	}
	.txt_clinic01 dt {
	}
	.txt_clinic01 dt .deco01 {
		top: -8vw;
		left: -3vw;
		max-width: calc(300 / var(--break) * 100vw);
		width: 100%;
	}
	.txt_clinic01 dt .deco02 {
		top: -8vw;
		right: -3vw;
		max-width: calc(300 / var(--break) * 100vw);
		width: 100%;
	}
	.txt_clinic01 dt .deco03 {
		top: -8vw;
		right: -3vw;
		max-width: calc(300 / var(--break) * 100vw);
		width: 100%;
	}
	.txt_clinic01 dt .deco04 {
		top: -8vw;
		right: -3vw;
		max-width: calc(300 / var(--break) * 100vw);
		width: 100%;
	}
	.txt_clinic01 dt .num01 {
	}
	.txt_clinic01 dt .num02 {
		position: relative;
		left: auto;
		margin: 0 auto calc(20 / var(--break) * 100vw);
	}
	.txt_clinic01 dt .copy01 {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.txt_clinic01 dt .copy01 span {
	}
	.txt_clinic01 dt .copy01 span em {
		font-size: calc(48 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.txt_clinic01 dd {
		max-width: calc(646 / var(--break) * 100vw);
		width: 100%;
		margin: auto;
	}
	.area_clinic01 {
	}
	.area_clinic01 .row_clinic02 .col_img {
		margin-bottom: 20vw;
	}
	.area_clinic01 .row01 {
		gap: 4vw 0;
	}
	.area_clinic01 .row01 .col {
		max-width: none;
		width: 100%;
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.area_clinic02 {
	}
	.area_clinic02 .row_clinic02 .col_img {
		max-width: calc(640 / var(--break) * 100vw);
		width: 100%;
	}
	.area_clinic02 .row_clinic02 .col_txt {
		width: 100%;
	}
	.area_clinic02 .row_clinic02 .col_txt .unit {
		max-width: calc(700 / var(--break) * 100vw);
	}
	.area_clinic02 .row01 {
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.4;
	}
	.area_clinic02 .row01 .col {
		max-width: none;
	}
	.area_clinic02 .row01 .col:before {
	}
	.area_clinic02 .row01 .col .icn {
		margin-top: 0;
	}
	.area_clinic02 .row01 .col .txt {}
	.area_clinic03 .row_format04 {
		gap: 5vw 2%;
	}
	.area_clinic03 .row_format04 .col {
		width: 49%;
	}
	.area_clinic04 .row_clinic02 .col_img {
		margin-bottom: 10vw;
	}
	.area_clinic04 .row_format04 .box_format04 {
		width: 100%;
        max-width: calc(600 / var(--break) * 100vw) !important;
        margin: 0 auto !important;
	}
	.area_clinic07 {
	}
	.area_clinic07:after {
	}
	.area_clinic07 .txt_clinic01 dt {
		padding-top: 0;
	}
	
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.bg_access01 {
	position: relative;
}
.bg_access01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(261 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn01.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1600 / var(--break) * 100vw) auto;
	content: '';
}
.bg_access01 .area:before {
	display: block;
	position: absolute;
	top: calc(260 / var(--break) * 100vw);
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100 / var(--break) * 100vw);
	background: url(images/page/shape_common03.png) no-repeat center top / cover;
	content: '';
}
.bg_access01:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100 / var(--break) * 100vw);
	background: url(images/page/shape_common04.png) no-repeat center / cover;
	content: '';
}
.bg_access01 .row01 .col_l {
	width: 50%;
}
.bg_access01 .row01 .col_l .logo {
	max-width: calc(566 / var(--break) * 100vw);
	width: 92%;
}
.bg_access01 .row01 .col_l .tel_access {
	width: calc(300 / var(--break) * 100vw);
}
.bg_access01 .row01 .col_r {
	width: 50%;
}
.bg_access01 .row01 .col_r .tbl_access {
	max-width: 530px;
	width: 100%;
}
.row_access01 .col_l {
	width: calc(100% - (500 / var(--break) * 100vw));
}
.row_access01 .col_r {
	width: calc(500 / var(--break) * 100vw);
	height: calc(500 / var(--break) * 100vw);
}
.row_access01 .col_r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.box_access01 .row01 .col_icn {
	width: calc(80 / var(--break) * 100vw);
}
.box_access01 .row01 .col_txt {
	position: relative;
	width: calc(100% - calc(125 / var(--break) * 100vw));
	padding-left: calc(45 / var(--break) * 100vw);
}
.box_access01 .row01 .col_txt:before {
	display: block;
	position: absolute;
	top: 0;
	left: calc(-6 / var(--break) * 100vw);
	width: calc(6 / var(--break) * 100vw);
	height: 100%;
	border-left-width: calc(6 / var(--break) * 100vw);
	border-left-style: dotted;
	content: '';
}
.box_access01.bg_col04 .row01 .col_txt:before {
	border-color: var(--color04);
}
.box_access01.bg_col05 .row01 .col_txt:before {
	border-color: var(--color05);
}
.box_access01.bg_col07 .row01 .col_txt:before {
	border-color: var(--color07);
}
.box_access01 .row01 .col_txt .copy {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_access01 .row01 .wrap > .col{
	width: 48%;
}
.access_txt01{
	color: var(--color01);
	text-align: center;
}
.wrap_access01 img{
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_access01 .row01 .col_l {
		width: 100%;
		margin-bottom: 8vw;
	}
	.bg_access01 .row01 .col_l .logo {
		width: 100%;
	}
	.bg_access01 .row01 .col_l .tel_access {
		width: calc(500 / var(--break) * 100vw);
	}
	.bg_access01 .row01 .col_r {
		width: 100%;
	}
	.bg_access01 .row01 .col_r .tbl_access {
		max-width: 100%;
	}
	.row_access01 {
		display: block;
	}
	.row_access01 .col_l {
		width: 100%;
	}
	.row_access01 .col_r {
		margin: 0 auto 5vw;
	}
	.row_access01 .col_r img {
		height: auto;
		object-fit: fill;
	}
	.box_access01 .row01 {
		display: block;
	}
	.box_access01 .row01 .col_icn {
		width: calc(100 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.box_access01 .row01 .col_txt {
		width: 100%;
		margin-top: 5vw;
		padding: 6vw 0 0;
	}
	.box_access01 .row01 .col_txt:before {
		left: 0;
		width: 100%;
		height: calc(6 / var(--break) * 100vw);
		border-left: none;
		border-top-width: calc(6 / var(--break) * 100vw);
		border-top-style: dotted;
	}
	.box_access01 .row01 .col_txt .copy {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.txt_access01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_access01 .row01 .wrap > .col{
		width: 100%;
	}
	.box_access01 .row01 .wrap > .col_r{
		margin-top: 5vw;
	}



}


/* 小児科 pediatric
------------------------------------------------------------------*/
.box_pediatric01 {
	background: rgb(241 236 223 / 0.9);
}
.box_pediatric01 .row_icn {
	gap: calc(30 / var(--break) * 100vw) 1.425%;
	margin-bottom: calc(32 / var(--break) * 100vw);
}
.box_pediatric01 .row_icn .col {
	max-width: 264px;
	width: 18.86%;
}
.box_pediatric01 .row_icn .col p {
	margin-top: calc(12 / var(--break) * 100vw);
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.64;
}
.box_pediatric01 .txt01 {
	max-width: 1240px;
	width: 100%;
	padding: 0.35em 0;
	font-size: calc(22 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_pediatric02 .ttl {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_pediatric01 {
	gap: calc(40 / var(--break) * 100vw) 3.22% !important;
}
.row_pediatric01 .col {
	max-width: none !important;
	width: 48.39% !important;
}
.row_pediatric01 .col .ttl {
	font-size: calc(24 / var(--break) * 100vw) !important;
}
.row_pediatric01 .col .box .unit_top {
	margin-bottom: calc(30 / var(--break) * 100vw);
}
.row_pediatric01 .col .box .unit_top .txt01 {
	margin: 1em 1em 0 0;
}
.row_pediatric02 .col {
	position: relative;
}
.row_pediatric02 .col .icn {
	top: calc(-100 / var(--break) * 100vw);
	left: 0;
	right: 0;
	width: calc(240 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
	border-radius: 50% / 100% 100% 0 0;
}
.row_pediatric02 .col .icn img {
	max-width: 80px;
	width: 34%;
}
.row_pediatric02 .col .ttl {
	border-top-left-radius: calc(40 / var(--break) * 100vw);
	border-top-right-radius: calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_pediatric01 {
		padding: 6vw 5% 8vw;
	}
	.box_pediatric01 .row_icn {
		gap: 5vw 2%;
		margin-bottom: 6vw;
	}
	.box_pediatric01 .row_icn .col {
		max-width: none;
		width: 32%;
	}
	.box_pediatric01 .row_icn .col p {
		margin-top: 3vw;
		font-size: calc(24 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_pediatric01 .txt01 {
		padding: 4vw 0;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.5;
	}
	.box_pediatric02 {
		padding: 6vw 5% 8vw;
	}
	.box_pediatric02 .ttl {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_pediatric01 {
		gap: 8vw 0 !important;
	}
	.row_pediatric01 .col {
		width: 100% !important;
	}
	.row_pediatric01 .col .ttl {
		font-size: calc(36 / var(--break) * 100vw) !important;
	}
	.row_pediatric01 .col .box .unit_top {
		margin-bottom: 8vw;
	}
	.row_pediatric02 {
		gap: 17vw 0 !important;
	}
	
}


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


/* 予防接種・乳幼児健診 checkup
------------------------------------------------------------------*/
.row_checkup01 {
	gap: calc(40 / var(--break) * 100vw) 0;
}
.row_checkup01 .btn_common01 {
	max-width: 480px;
	width: 48%;
}
.row_checkup01 .btn_common01 a:before {
	transform: rotate(90deg);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_checkup01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: 0.875rem;
	}
	.row_checkup01 {
		gap: 6vw 0;
	}
	.row_checkup01 .btn_common01 {
		max-width: 100%;
		width: 100%;
	}
	.row_checkup01 .btn_common01 a:before {
	}
	.row_checkup02 {
		gap: 8vw 2% !important;
	}
	.row_checkup02 .col {
		width: 49% !important;
		margin: 0 !important;
	}
	.row_checkup02 .col .ttl {
		font-size: calc(32 / var(--break) * 100vw) !important;
	}
	
}


/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01 {
	background: var(--color11);
	border-radius: calc(40 / var(--break) * 100vw);
}
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.area_case_common01 .ttl {
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid var(--color01);
	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: var(--color11);
	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(--color01);
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.area_case_common01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
	border-color: var(--color01);
	background: #fff;
}
.tbl_case tbody th {
	background: var(--color09);
	color: var(--color10);
}
.tbl_case tbody tr:not(:last-child) th,
.tbl_case tbody tr:not(:last-child) td {
	border-bottom-color: var(--color01);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: calc(44 / 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(--color01);
		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);
	}
	.area_case_common01 .tbl_case {
		width: 90%;
	}
	.tbl_case tr th {
		border-bottom: 1px solid var(--color01);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ 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: 100px;
	background: #959595;
	color: #fff;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	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);
	background: #fff;
}
#wp-calendar thead th {
	background: var(--color03);
	border: 1px solid var(--color03);
	border-right-color: var(--color03);
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid var(--color03);
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: var(--guideline-color);
	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 {
	color: #333333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: calc(6 / var(--break) * 100vw) dotted var(--color01);
}
.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;
	color: var(--color01);
	line-height: 1.7;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	line-height: 1.2;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(15 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: var(--guideline-color);
	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(--color01);
	color: var(--color01);
	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(--color01);
	background: var(--color01);
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.single_post > h3 {
	position: relative;
	padding: 0.7em 4em 0.8em 0.75em;
	background-image: url(./images/page/bg_ptn02.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1200 / var(--break) * 100vw) auto;
	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.6;
}
.single_post > h3:after {
	display: block;
	position: absolute;
	bottom: calc(-20 / var(--break) * 100vw);
	right: 0;
	z-index: 0;
	width: calc(110 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
	background: url(images/page/deco_ttl02.png) no-repeat right center / contain;
	content: '';
}
.single_post > h3 span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	margin-bottom: calc(35 / var(--break) * 100vw );
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.post_content > h4 {
	position: relative;
	padding: 0.7em 1em 0.7em 2.7em;
	background-image: url(./images/page/bg_ptn03.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1200 / var(--break) * 100vw) auto;
	color: #fff;
}
.post_content > h4:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(11 / var(--break) * 100vw);
	width: calc(34 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
	background: url(images/page/deco_ttl03.png) no-repeat left center / contain;
	content: '';
}
.post_content > h5 {
	position: relative;
	padding: 0.1em 1em 0.7em 2.7em;
	border-bottom: calc(10 / var(--break) * 100vw) solid var(--color02);
	color: var(--color01);
}
.post_content > h5:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(44 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	background: url(images/page/deco_ttl04.png) no-repeat left center / contain;
	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{
	border: 1px solid var(--color02);
	background: var(--color02);
	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: transparent;
	color: var(--color02);
}

@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 {
		padding: 3vw 8vw 3vw 4vw;
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h4 {
		padding: 3vw 4vw 3vw 8vw;
	}
	.post_content > h5 {
		padding: 0vw 4vw 2vw 8vw;
	}
	.post_content > h5:before {
		top: 2vw;
	}
	#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;
	width: 47%;
	max-width: 700px;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_format01 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn02.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1200 / var(--break) * 100vw) auto;
	content: '';
}
.row_format01.r_reverse .col_img:before {
	left: calc(20 / var(--break) * 100vw);
}
.row_format01 .col_img:after {
	display: block;
	position: absolute;
	bottom: calc(-20 / var(--break) * 100vw);
	left: calc(-40 / var(--break) * 100vw);
	z-index: 2;
	max-width: 300px;
	width: 43%;
	height: 100%;
	background-image: url(./images/page/deco_common04.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	content: '';
}
.row_format01.r_reverse .col_img:after {
	left: auto;
	right: calc(-40 / var(--break) * 100vw);
	background-image: url(./images/page/deco_common03.png);
}
.row_format01 .col_img img {
	position: relative;
	z-index: 1;
}
.row_format01 .col_txt {
	width: 50%;
}
.row_format01 .col_txt .copy {
	border-bottom: calc(6 / var(--break) * 100vw) dotted var(--color01);
	font-size: calc(34 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_format01 .col_txt.w100 .copy {
	text-align: center;
}
.row_format01 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_format01 .col_txt.w100 .copy span {
	margin-left: -1em;
}
.bg_format01 {
	position: relative;
	background: linear-gradient(180deg, transparent calc(99 / var(--break) * 100vw), var(--color11) calc(99 / var(--break) * 100vw), var(--color11) calc(100% - calc(179 / var(--break) * 100vw)), transparent calc(100% - calc(179 / var(--break) * 100vw)));
}
.bg_format01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100 / var(--break) * 100vw);
	background: url(images/page/shape_common05.png) no-repeat center top / cover;
	content: '';
}
.bg_format01:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(180 / var(--break) * 100vw);
	background: url(images/page/img_common01.jpg) no-repeat center / cover;
	content: '';
}
.box_format01 .en {
	top: calc(-55 / var(--break) * 100vw);
	left: 50%;
	transform: translateX(-50%);
	font-size: calc(60 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1;
}
.box_format01 .ttl {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.list_format01 li {
	width: 48.2%;
}
.row_format02:not(:first-of-type),
.row_format02.bdr {
	border-top: calc(6 / var(--break) * 100vw) dotted var(--color01);
	padding-top: calc(60 / var(--break) * 100vw);
}
.row_format02 .col_img {
	position: relative;
	max-width: 570px;
	width: 38%;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_format02 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	border-radius: calc(40 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn03.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1200 / var(--break) * 100vw) auto;
	content: '';
}
.row_format02.r_reverse .col_img:before {
	left: calc(20 / var(--break) * 100vw);
}
.row_format02 .col_img:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	z-index: 2;
	max-width: 187px;
	width: 33%;
	height: 100%;
	background-image: url(./images/page/deco_common05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	content: '';
}
.row_format02.r_reverse .col_img:after {
	left: auto;
	right: calc(-20 / var(--break) * 100vw);
	background-image: url(./images/page/deco_common06.png);
}
.row_format02 .col_img img {
	position: relative;
	z-index: 1;
}
.row_format02 .col_txt {
	width: 58%;
}
.row_format02 .col_txt .copy {
	font-size: calc(30 / var(--break) * 100vw);
}
.row_format02 .col_txt.w100 .copy {
	text-align: center;
}
.bg_format02 {
	position: relative;
	background: linear-gradient(180deg, transparent calc(299 / var(--break) * 100vw), var(--color11) calc(299 / var(--break) * 100vw), var(--color11) calc(100% - calc(299 / var(--break) * 100vw)), transparent calc(100% - calc(299 / var(--break) * 100vw)));
}
.bg_format02:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(300 / var(--break) * 100vw);
	background: url(images/page/shape_common01.png) no-repeat center top / cover;
	content: '';
}
.bg_format02:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(300 / var(--break) * 100vw);
	background: url(images/page/shape_common02.png) no-repeat center bottom / cover;
	content: '';
}
.row_format03:last-of-type {
	margin-bottom: 0;
}
.row_format03 .col_img {
	width: 21%;
	max-width: 290px;
}
.row_format03 .col_txt {
	width: 75%;
}
.row_format03 .col_txt.w100 {
	margin-top: calc(-10 / 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 {
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-radius: calc(40 / var(--break) * 100vw);
}
.wrap_format01 .box_flow:nth-child(5n+1) {
	background: var(--color05);
}
.wrap_format01 .box_flow:nth-child(5n+2) {
	background: var(--color07);
}
.wrap_format01 .box_flow:nth-child(5n+3) {
	background: var(--color06);
}
.wrap_format01 .box_flow:nth-child(5n+4) {
	background: var(--color08);
}
.wrap_format01 .box_flow:nth-child(5n+5) {
	background: var(--color04);
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.wrap_format01 .box_flow.arw_flow:before {
	border-top-color: var(--color01);
}
.wrap_format01 .box_flow .deco01 {
	top: calc(-20 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
	max-width: 175px;
	width: 15%;
}
.wrap_format01 .box_flow .ttl .num {
	width: calc(80 / var(--break) * 100vw);
	min-height: calc(80 / var(--break) * 100vw);
	border-top-left-radius: calc(40 / var(--break) * 100vw);
	font-size: calc(40 / var(--break) * 100vw);
}
.wrap_format01 .box_flow .ttl .txt {
	width: calc(100% - (80 / var(--break) * 100vw));
	padding-left: 0.8em;
	padding-right: 7em;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.wrap_format01 .box_flow .row01 {
	border-bottom-left-radius: calc(20 / var(--break) * 100vw);
	border-bottom-right-radius: calc(20 / var(--break) * 100vw);
}
.wrap_format01 .box_flow .row01 .col_img {
	width: 31%;
}
.wrap_format01 .box_flow .row01 .col_txt {
	width: 64%;
}
.wrap_format01 .box_qa02 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa02 .box_q {
	border-radius: calc(30 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn03.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(1200 / var(--break) * 100vw) auto;
	overflow: hidden;
}
.wrap_format01 .box_qa02 .box_q .box {
	font-size: calc(40 / var(--break) * 100vw);
}
.wrap_format01 .box_qa02 .box_q .txt {
	font-size: calc(26 / 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_qa02 .box_a .txt {
	width: 100%;
}
.box_format02 {
	position: relative;
}
.box_format02 .deco01 {
	top: calc(-40 / var(--break) * 100vw);
	left: 0;
	right: 0;
	max-width: 104px;
	width: 9%;
	margin: 0 auto;
}
.box_format02 .ttl {
	border-bottom: calc(6 / var(--break) * 100vw) dotted var(--color01);
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_format02 .copy01 {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.box_format03 .col_txt .copy {
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_format04 {
	gap: calc(60 / var(--break) * 100vw) 2.45%;
}
.row_format04 .col {
	width: 31.66%;
	max-width: 475px;
}
.row_format04 .col.w100 {
	max-width: 100%;
}
.row_format04 .col .ttl {
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.row_format04 .col:nth-child(3n+1) .ttl {
	background: var(--color08);
}
.row_format04 .col:nth-child(3n+2) .ttl {
	background: var(--color04);
}
.row_format04 .col:nth-child(3n+3) .ttl {
	background: var(--color06);
}
.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);
}
.bg_format03 {
	position: relative;
	background: linear-gradient(180deg, transparent calc(499 / var(--break) * 100vw), var(--color11) calc(499 / var(--break) * 100vw), var(--color11) calc(100% - calc(299 / var(--break) * 100vw)), transparent calc(100% - calc(299 / var(--break) * 100vw)));
}
.bg_format03:before {
	display: block;
	position: absolute;
	top: calc(200 / var(--break) * 100vw);
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(300 / var(--break) * 100vw);
	background: url(images/page/shape_common01.png) no-repeat center top / cover;
	content: '';
}
.bg_format03:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(300 / var(--break) * 100vw);
	background: url(images/page/shape_common02.png) no-repeat center bottom / cover;
	content: '';
}
.img_format02 {
	position: relative;
	z-index: 0;
	width: calc(400 / var(--break) * 100vw);
}
.img_format02:before {
	display: block;
	position: absolute;
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: calc(40 / var(--break) * 100vw);
	content: '';
}
.img_format02.img_col01:before {
	background: var(--color04);
}
.img_format02.img_col02:before {
	background: var(--color08);
}
.img_format02.img_col03:before {
	background: var(--color07);
}
.name_format {
	position: relative;
	z-index: 1;
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
	margin-top: calc(-100 / var(--break) * 100vw);
}
.name_format .ja {
	margin-top: calc(17 / var(--break) * 100vw);
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.name_format .ja02 {
	margin: calc(10 / var(--break) * 100vw) 0 calc(-8 / var(--break) * 100vw);
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 2;
}
.name_format .ja02 em {
	display: inline-block;
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.name_format .en {
	margin-top: calc(17 / var(--break) * 100vw);
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
/*↓追加*/
.img_format03{
	position: absolute;
	bottom: 0;
	right: calc(-100 / var(--break) * 100vw);
}

.img_format03 img{
	width: calc(60 / var(--break) * 100vw);
}

/*↑追加*/
.box_format04 .ttl {
	height: calc(50 / var(--break) * 100vw);
	font-size: calc(24 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_format04 .list_default01 li {
	width: 47.6%;
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(100 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.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) {
	.row_format01 .col_txt .copy {
		letter-spacing: 0;
	}
	.row_format02 .col_txt .copy {
		letter-spacing: 0;
	}
	.row_format04 .col .ttl {
		letter-spacing: 0;
	}
	.area_clinic04 .row_format04 .box_format04{
		padding: calc(30 / var(--break) * 100vw );
	}

}
@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: 7vw;
	}
	.row_format01 .col_img:after {
		left: calc(-20 / var(--break) * 100vw);
		max-width: calc(300 / var(--break) * 100vw);
		width: 100%;
	}
	.row_format01.r_reverse .col_img:after {
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_format01 .col_txt .copy {
		margin-bottom: 5vw;
		padding-bottom: 2vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_format01 .col_txt .copy span {
		margin: 0 -1em;
	}
	.bg_format01:before {
		background-image: url(images/page/shape_common05_sp.png);
	}
	.box_format01 {
		padding: 6vw 5% 8vw;
	}
	.box_format01 .en {
		top: calc(-55 / var(--break) * 100vw);
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		width: 100%;
	}
	.row_format02 .col_img {
		margin-bottom: 7vw;
	}
	.row_format02 .col_img:after {
		max-width: calc(187 / var(--break) * 100vw);
		width: 100%;
	}
	.row_format02 .col_txt .copy {
		margin-bottom: 3vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bg_format02 {
		background: linear-gradient(180deg, transparent calc(117 / var(--break) * 100vw), var(--color11) calc(117 / var(--break) * 100vw), var(--color11) calc(100% - calc(117 / var(--break) * 100vw)), transparent calc(100% - calc(117 / var(--break) * 100vw)));
	}
	.bg_format02:before {
		height: calc(120 / var(--break) * 100vw);
	}
	.bg_format02:after {
		height: calc(120 / var(--break) * 100vw);
	}
	.txt_format01 {
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.wrap_format01 .box_flow {
		padding-top: 0;
	}
	.wrap_format01 .box_flow .deco01 {
		right: 0;
		max-width: calc(140 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_format01 .box_flow .ttl .num {
		font-size: calc(44 / var(--break) * 100vw);
	}
	.wrap_format01 .box_flow .ttl .txt {
		padding-left: 3vw;
		padding-right: 18vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.wrap_format01 .box_flow .row01 {
		border-bottom-left-radius: calc(20 / var(--break) * 100vw);
		border-bottom-right-radius: calc(20 / var(--break) * 100vw);
	}
	.wrap_format01 .box_flow .row01 .col_img {
		width: 31%;
	}
	.wrap_format01 .box_flow .row01 .col_txt {
		width: 64%;
	}
	.wrap_format01 .box_qa02 .box_q .box {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.wrap_format01 .box_qa02 .box_q .txt {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa02 .box_a {
		padding: 6vw 5% 8vw;
	}
	.wrap_format01 .box_qa02 .box_a .txt {
		padding: 0;
	}
	.box_format02 .deco01 {
		max-width: calc(104 / var(--break) * 100vw);
		width: 100%;
	}
	.box_format02 .ttl {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_format02 .copy01 {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_format03 {
		display: block;
		padding: 6vw 5% 8vw;
	}
	.box_format03 .col_txt .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format04 {
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw) !important;
		margin: 0 auto!important;
	}
	.row_format04 .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;
	}
	.bg_format03 {
		background: linear-gradient(180deg, transparent calc(317 / var(--break) * 100vw), var(--color11) calc(317 / var(--break) * 100vw), var(--color11) calc(100% - calc(117 / var(--break) * 100vw)), transparent calc(100% - calc(117 / var(--break) * 100vw)));
	}
	.bg_format03:before {
		height: calc(120 / var(--break) * 100vw);
	}
	.bg_format03:after {
		height: calc(120 / var(--break) * 100vw);
	}
	.img_format02 {}
	.name_format {
		width: calc(280 / var(--break) * 100vw);
		height: calc(280 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.name_format .ja02 {
		font-size: .625rem;
		letter-spacing: 0;
	}
	.name_format .ja02 em {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.name_format .en {
		font-size: .625rem;
		letter-spacing: 0;
	}
	.box_format04 {
		padding: 6vw 5% 8vw;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.box_format04 .list_default01 li {
		width: 100%;
	}
	.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);
	}
	.risk_format .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.risk_format .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.img_format03{
		right: calc(-70 / var(--break) * 100vw);
	}
	.img_format03 img{
		width: calc(80 / var(--break) * 100vw);
	}
}