@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	color: #fff;
	text-shadow: 0 0 calc(8 / var(--break) * 100vw) rgba(51, 47, 38, 0.8);
}
.hdg2 .ja {
	margin: 2.05em 0 0.42em;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(50 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg2 .en {
	font-family: "goldenbook", serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg3 {
	position: relative;
	min-height: calc(200 / var(--break) * 100vw);
	padding-top: calc(40 / var(--break) * 100vw);
	background-color: #fff;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
	overflow: hidden;
}
.hdg3:before,
.hdg3:after {
	display: block;
	position: absolute;
	z-index: 0;
	max-width: 700px;
	width: 37%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
.hdg3:before {
	top: 0;
	left: 0;
	background-image: url(./images/page/deco_hdg3_l.jpg);
	background-position: left top;
}
.hdg3:after {
	bottom: 0;
	right: 0;
	background-image: url(./images/page/deco_hdg3_r.jpg);
	background-position: right bottom;
}
.hdg3 span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 1.78em 0 0.6em;
	background-image: url(./images/page/logo02.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: calc(60 / var(--break) * 100vw) auto;
}
.hdg4 {
	position: relative;
	padding: 0.8em 0 0.9em;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.hdg4:before,
.hdg4:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn01.png);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(3 / var(--break) * 100vw) auto;
	content: '';
}
.hdg4:before {
	top: 0;
}
.hdg4:after {
	bottom: 0;
}
.hdg5 {
	position: relative;
	padding-bottom: 0.55em;
	padding-left: 2.9em;
	border-bottom: 1px solid var(--color02);
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	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: 0.25em;
	left: 0.85em;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url(./images/page/deco_hdg5.svg) no-repeat left center / contain;
	content: '';
}
.hdg6 {
	position: relative;
	max-width: calc(700 / var(--break) * 100vw);
	width: 100%;
	padding: 0.8em 0 0.85em;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.hdg6:before,
.hdg6:after,
.hdg6 span:before,
.hdg6 span:after {
	display: block;
	position: absolute;
	border-style: solid;
	border-color: var(--color02);
	content: '';
}
.hdg6:before,
.hdg6:after {
	width: calc(100 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
}
.hdg6 span:before,
.hdg6 span:after {
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
}
.hdg6:before {
	top: 0;
	left: 0;
	border-top-width: 1px;
	border-left-width: 1px;
}
.hdg6:after {
	bottom: 0;
	right: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.hdg6 span:before {
	top: 0;
	left: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.hdg6 span:after {
	bottom: 0;
	right: 0;
	border-top-width: 1px;
	border-left-width: 1px;
}
.btn_tel01 {
	max-width: 300px;
	height: calc(80 / var(--break) * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
}
.btn_tel01 a .txt01 {
	padding: 0.1em 0 0.15em;
}
.btn_tel01 a .tel {
	margin-top: 0.26em;
}
.btn_tel01 a .tel .icn {
	width: calc(20 / var(--break) * 100vw);
	margin-right: 0.3em;
}
.btn_web01 {
	max-width: 180px;
	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(4 / var(--break) * 100vw);
	right: calc(4 / var(--break) * 100vw);
	width: calc(14 / var(--break) * 100vw);
	height: calc(14 / var(--break) * 100vw);
	background: #fff;
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.btn_web01 a .txt01 {
	padding: 0.1em 0 0.15em;
}
.btn_web01 a .web {
	margin-top: 0.6em;
}
.btn_web01 a .web .icn {
	width: calc(20 / var(--break) * 100vw);
	margin-right: 0.5em;
}
.btn_common01 {
	max-width: calc(400 / var(--break) * 100vw);
	width: 100%;
	height: calc(80 / var(--break) * 100vw);
}
.btn_common01 a {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid var(--color02);
	transition: .15s;
}
.btn_common01 a:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	margin: auto;
	border-radius: 100%;
	background: var(--color04);
	content: '';
	transition: .15s;
}
.btn_common01.btn_col01 a:before {
	background: var(--color04);
}
.btn_common01.btn_col02 a:before {
	background: var(--color03);
}
.btn_common01.btn_col03 a:before {
	background: var(--color01);
}
.btn_common01 a:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(41 / var(--break) * 100vw);
	width: calc(7 / var(--break) * 100vw);
	height: calc(15 / var(--break) * 100vw);
	margin: auto;
	background-image: url(./images/page/arw01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: '';
	transition: .15s;
}
.btn_common01 a:hover {
	background: var(--color04);
	color: #fff;
}
.btn_common01.btn_col01 a:hover {
	background: var(--color04);
}
.btn_common01.btn_col02 a:hover {
	background: var(--color03);
}
.btn_common01.btn_col03 a:hover {
	background: var(--color01);
}
.btn_common01 a:hover:before {
	background: #fff;
	transform: translateX(calc(5 / var(--break) * 100vw));
}
.btn_common01 a:hover:after {
	background-image: url(./images/page/arw02.svg);
	transform: translateX(calc(5 / var(--break) * 100vw));
}
.bnr_common01 {
	width: calc(560 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
}
.bnr_common01 a {
	position: relative;
	width: 100%;
	height: 100%;
}
.bnr_common01 a:before {
	display: block;
	position: absolute;
	bottom: calc(10 / var(--break) * 100vw);
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}
.bnr_common01 a:after {
	display: block;
	position: absolute;
	bottom: calc(26 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	background: url(./images/page/arw_btn02.svg) no-repeat center / contain;
	content: '';
}
.bnr_common01 a .img {
	width: calc(120 / var(--break) * 100vw);
}
.bnr_common01 a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bnr_common01 a .txt {
	width: calc(100% - (120 / var(--break) * 100vw));
}
.bnr_common01 a .txt .ja {
	margin: 0 0 0.55em;
}
.name_common01 {
	width: calc(240 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
	background: url(./images/page/icn_name01.svg) no-repeat center / contain;
}
.name_common01 .ja {
	margin: 0.6em 0 0.6em;
}
.row_default02 .col:nth-child(odd) {
	background: var(--color09);
}
.row_default02 .col:nth-child(even) {
	background: var(--color07);
}
.row_default02 .col > img {
	width: 100%;
}
.row_default02 .col .ttl {
	padding: 0.55em 0 0.6em;
}
.row_default02 .col:nth-child(odd) .ttl {
	background: var(--color03);
}
.row_default02 .col:nth-child(even) .ttl {
	background: var(--color01);
}
.row_default03 {
	gap: calc(60 / var(--break) * 100vw) 2.3387%;
}
.row_default03 .col {
	width: 31.7742%;
}
.row_default03 .col:nth-child(odd) {
	background: var(--color09);
}
.row_default03 .col:nth-child(even) {
	background: var(--color07);
}
.row_default03 .col > img {
	width: 100%;
}
.row_default03 .col .ttl {
	padding: 0.55em 0 0.6em;
}
.row_default03 .col:nth-child(odd) .ttl {
	background: var(--color03);
}
.row_default03 .col:nth-child(even) .ttl {
	background: var(--color01);
}
.row_common01 .col_img {
	position: relative;
	max-width: 600px;
	width: 49%;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_common01 .col_img:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(-20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	background: var(--color08);
	content: '';
}
.row_common01.r_reverse .col_img:before {
	left: calc(20 / var(--break) * 100vw);
}
.row_common01 .col_img img {
	position: relative;
	z-index: 1;
}
.row_common01 .col_txt {
	max-width: 590px;
	width: 48%;
}
.row_common01 .col_txt .copy {
	margin-bottom: 0.95em;
	border-bottom: 1px solid var(--color04);
}
.row_common01 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common02.bdr_t {
	padding-top: calc(60 / var(--break) * 100vw);
	border-top: 1px solid var(--color02);
}
.row_common02 .col_txt {
	width: 59.6%;
}
.row_common02 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common02 .col_txt .copy.txt_center span {
	margin-left: -1em;
}
.row_common03 {
	padding: 0 calc(50 / var(--break) * 100vw);
}
.row_common03 .col_img {
	max-width: 350px;
	width: 31%;
}
.row_common03 .col_txt {
	width: 65%;
}
.row_btn01 .col_btn {
	max-width: 400px;
	width: 32.3%;
}
.box_common01 h5 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.box_common01.bg_col03 h5 {
	border-bottom-color: var(--color03);
}
.box_common02 {
	position: relative;
}
.box_common02:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	max-height: 100%;
	height: calc(150 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn01.png);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(3 / var(--break) * 100vw) auto;
	content: '';
}
.box_common02 h5 {
	line-height: 1.38;
}
.box_flow.arw_flow {
	margin-bottom: calc(45 / var(--break) * 100vw);
}
.box_flow .col_txt h4 {
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.box_flow01 {
	position: relative;
	outline: 1px solid var(--color02);
	outline-offset: -1px;
}
.box_flow01.arw_flow {
	margin-bottom: calc(45 / var(--break) * 100vw);
}
.box_flow01 .box_ttl .num {
	width: calc(60 / var(--break) * 100vw);
	min-height: calc(60 / var(--break) * 100vw);
}
.box_flow01 .box_ttl .ttl {
	width: calc(100% - (60 / var(--break) * 100vw));
	padding-left: 1.3em;
	padding-right: 1.3em;
}
.box_flow01 .box_txt .box {
	max-width: 1000px;
}
.box_flow01 .box_txt .row_btn {
	gap: 0 calc(20 / var(--break) * 100vw);
}
.box_flow01 .box_txt .row_btn .btn_tel01 {
	width: calc(300 / var(--break) * 100vw);
}
.box_flow01 .box_txt .row_btn .btn_tel01 a {
	border: 1px solid var(--color02);
}
.box_flow01 .box_txt .row_btn .btn_web01 {
	width: calc(180 / var(--break) * 100vw);
}
.bg_common01 {
	background-image: url(./images/page/bg_common01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.bg_common01 h4 {
	line-height: 0.6;
}
.list_default.list_col01 li:before {
	background: var(--color01);
}
.list_default.list_check01 li {
	padding-bottom: 0.7em;
	padding-left: 3.4em;
	border-bottom: calc(2 / var(--break) * 100vw) dotted var(--color02);
}
.list_default.list_default01.list_check01 {
	gap: calc(9 / var(--break) * 100vw) 0;
}
.list_default.list_default01.list_check01 li {
	width: 48.2%;
	margin-top: 0 !important;
}
.list_default.list_check01 li:before {
	top: 0.2em;
	left: 1.2em;
	width: calc(21 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(./images/page/icn_check01.svg) no-repeat left center / contain;
	border-radius: 0;
}
.tbl_default.tbl_col01 table {
	background: #fff;
}
.tbl_default.tbl_col01 thead th[colspan="2"],
.tbl_default.tbl_col01 tbody th[colspan="2"] {
	background: var(--color04);
	color: #fff;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	text-align: center;
}
.tbl_default.tbl_col01 tbody th {
	background: var(--color05);
	color: var(--color02);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) th {
	border-bottom-color: var(--color02);
}
.row_pay {
	gap: 0 2%;
}
.row_pay .col {
	width: 32%;
	margin: 0 !important;
}
.row_pay .col .icn {
	width: calc( 120 / var(--break) * 100vw );
}
.row_pay .col .copy {
	margin: 1em 0;
	padding-bottom: 0.95em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.row_pay .col:nth-child(1) .copy {
	border-bottom-color: var(--color03);
}
.row_pay .col:nth-child(2) .copy {
	border-bottom-color: var(--color01);
}
.row_pay .col:nth-child(3) .copy {
	border-bottom-color: var(--color08);
}
.row_pay .col .txt {
	line-height: 1.56;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 .ja {
		margin: 14.2vw 0 2.8vw;
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.2em;
	}
	.hdg3 {
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg3:before,
	.hdg3:after {
		max-width: calc(373 / var(--break) * 100vw);
		width: 100%;
	}
	.hdg3 span {
		padding: 8.5vw 0 3vw;
	}
	.hdg4 {
		padding: 2.4vw 0 2.8vw;
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5 {
		padding-bottom: 2vw;
		padding-left: 10.5vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg5:before {
		top: 1vw;
		left: 2.5vw;
		width: calc(41 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.hdg6 {
		max-width: calc(646 / var(--break) * 100vw);
		padding: 2vw 0;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.btn_tel01 {
		max-width: 100%;
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_tel01 a {
		padding: calc(15 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.btn_tel01 a .txt01 {
		padding: 0.6vw 0 0.2vw;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel {
		margin-top: 2vw;
		font-size: calc(50.5 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel .icn {
		width: calc(30 / var(--break) * 100vw);
		margin-right: 2vw;
	}
	.btn_web01 {
		max-width: 100%;
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_web01 a {
		padding: calc(15 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.btn_web01 a:after {
		bottom: calc(6 / var(--break) * 100vw);
		right: calc(6 / var(--break) * 100vw);
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
	}
	.btn_web01 a .txt01 {
		padding: 0.6vw 0 0.2vw;
		font-size: calc(24 / var(--break) * 100vw);
	}
	.btn_web01 a .web {
		margin-top: 2vw;
		font-size: calc(40.5 / var(--break) * 100vw);
	}
	.btn_web01 a .web .icn {
		width: calc(31 / var(--break) * 100vw);
		margin-left: 0.6vw;
		margin-right: 2.6vw;
	}
	.btn_common01 {
		max-width: calc(600 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_common01.btn_col01 a {
		background: var(--color04) !important;
		color: #fff !important;
	}
	.btn_common01.btn_col02 a {
		background: var(--color03) !important;
		color: #fff !important;
	}
	.btn_common01.btn_col03 a {
		background: var(--color01) !important;
		color: #fff !important;
	}
	.btn_common01 a:before {
		width: calc(48 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
	}
	.btn_common01.btn_col01 a:before {
		background: #fff !important;
	}
	.btn_common01.btn_col02 a:before {
		background: #fff !important;
	}
	.btn_common01.btn_col03 a:before {
		background: #fff !important;
	}
	.btn_common01 a:after {
		right: calc(48 / var(--break) * 100vw);
		width: calc(14 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
	}
	.btn_common01.btn_col01 a:after {
		background-image: url(./images/page/arw02.svg) !important;
	}
	.btn_common01.btn_col02 a:after {
		background-image: url(./images/page/arw02.svg) !important;
	}
	.btn_common01.btn_col03 a:after {
		background-image: url(./images/page/arw02.svg) !important;
	}
	.btn_common01 a:hover {
		background: #fff;
		color: var(--color02);
	}
	.btn_common01.btn_col01 a:hover {
		color: #fff;
	}
	.btn_common01.btn_col02 a:hover {
		color: #fff;
	}
	.btn_common01.btn_col03 a:hover {
		color: #fff;
	}
	.btn_common01 a:hover:before {
		background: var(--color04);
		transform: translateX(0);
	}
	.btn_common01 a:hover:after {
		background-image: url(./images/page/arw01.svg);
		transform: translateX(0);
	}
	.btn_common01 a .en01 {
		font-size: calc(31.5 / var(--break) * 100vw);
	}
	.btn_common01 a .ja01 {
		font-size: calc(31.5 / var(--break) * 100vw);
	}
	.bnr_common01 a .txt .ja {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.bnr_common01 a .txt .en {
		font-size: calc(18 / var(--break) * 100vw);
		letter-spacing: 0.1em;
	}
	.name_common01 .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.name_common01 .ja {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.name_common01 .en {
		font-size: calc(20 / var(--break) * 100vw);
	}
	.row_default02 .col .ttl {
		padding: 2.5vw 0 3vw;
	}
	.row_default02 .col .box {
		padding: 5vw 5% 6vw;
	}
	.row_default03 {
		gap: 6vw 0;
	}
	.row_default03 .col .ttl {
		padding: 2.5vw 0 3vw;
	}
	.row_default03 .col .box {
		padding: 5vw 5% 6vw;
	}
	.row_common01 .col_img {
		max-width: 600px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common01 .col_txt {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_common01 .col_txt .copy {
		margin-bottom: 4vw;
		padding-bottom: 2vw;
		border-bottom-width: calc(2 / var(--break) * 100vw);
	}
	.row_common01 .col_txt .copy span {
		margin-left: -1em;
		margin-right: -1em;
	}
	.row_common02 .col_txt .copy span {
		margin-left: -1em;
		margin-right: -1em;
	}
	.row_common03 {
		padding: 0;
	}
	.row_common03 .col_img {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_btn01 {
		gap: 6vw 0;
	}
	.row_btn01 .col_btn {
		max-width: calc(600 / var(--break) * 100vw);
		width: 100%;
		margin: auto;
	}
	.box_common01 .area {
		padding: 6vw 5% 8vw;
	}
	.box_common01 h5 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common02 h5 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_common02 .area {
		padding: 6vw 5% 8vw;
	}
	.box_flow.arw_flow {
		margin-bottom: 15vw;
	}
	.box_flow .col_txt h4 {
		text-align: center;
	}
	.box_flow01.arw_flow {
		margin-bottom: 15vw;
	}
	.box_flow01 .box_ttl .num {
		width: calc(100 / var(--break) * 100vw);
		min-height: calc(100 / var(--break) * 100vw);
		padding-top: 1vw;
		font-size: calc(50 / var(--break) * 100vw);
	}
	.box_flow01 .box_ttl .ttl {
		width: calc(100% - (100 / var(--break) * 100vw));
		padding-left: 3vw;
		padding-right: 2vw;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_flow01 .box_txt {
		padding: 6vw 5% 8vw;
	}
	.box_flow01 .box_txt .box {
		max-width: 100%;
	}
	.box_flow01 .box_txt .box .copy {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_flow01 .box_txt .row_btn {
		gap: 4vw 0;
	}
	.box_flow01 .box_txt .row_btn .btn_tel01 {
		width: calc(500 / var(--break) * 100vw);
	}
	.box_flow01 .box_txt .row_btn .btn_web01 {
		width: calc(500 / var(--break) * 100vw);
	}
	.bg_common01 {
		background-size: auto calc(300 / var(--break) * 100vw);
	}
	.bg_common01 h4 {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.list_default.list_check01 li {
		padding-bottom: 3vw;
		padding-left: 12vw;
	}
	.list_default.list_default01.list_check01 {
		gap: 3vw 0;
	}
	.list_default.list_default01.list_check01 li {
		width: 100%;
	}
	.list_default.list_check01 li:before {
		left: 2vw;
		width: calc(42 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.tbl_default.tbl_col01 thead th[colspan="2"] {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_recruit tbody th {
		border-bottom: 1px solid var(--color02);
	}
	.bg_pay .txt01 {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_pay {
		gap: 5vw 2%;
	}
	.row_pay .col {
		width: 48%;
	}

}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url(./images/clinic/bg_clinic01.jpg) no-repeat center / cover;
}
.bg_clinic01 .box {
	padding: calc(64 / var(--break) * 100vw) 0 calc(72 / var(--break) * 100vw);
	background: rgb(255 255 255 / 0.9);
}
.bg_clinic01 .box .copy {
	margin-bottom: 0.8em;
}
.bg_clinic02 {
	position: relative;
	padding-top: calc(78 / var(--break) * 100vw);
}
.bg_clinic02:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: var(--color06);
	content: '';
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.bg_clinic02 .num {
	top: calc(22 / var(--break) * 100vw);
	left: 0;
	width: 100%;
	font-size: calc(172 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 0.7;
	text-align: center;
}
.bg_clinic02 .copy {
	margin-bottom: 0.55em;
}
.bg_clinic02 .row_default03 .col .ttl {
	position: relative;
}
.bg_clinic02 .row_default03 .col .ttl:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - calc(6 / var(--break) * 100vw));
	height: calc(100% - calc(6 / var(--break) * 100vw));
	border-style: solid;
	border-color: #fff;
	border-top-width: calc(2 / var(--break) * 100vw);
	border-left-width: calc(2 / var(--break) * 100vw);
	content: '';
}
.row_clinic01 .col_img {
	position: relative;
	max-width: 960px;
	width: 50%;
}
.row_clinic01 .col_img .box01 {
	bottom: calc(20 / var(--break) * 100vw);
	right: 4.2%;
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
	background: url(./images/clinic/icn_clinic01.svg) no-repeat center / contain;
	line-height: 1.58;
}
.row_clinic01 .col_txt {
	position: relative;
	width: 50%;
	padding: calc(40 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
}
.row_clinic01 .col_txt .deco01 {
	top: calc(50 / var(--break) * 100vw);
	left: 0;
	max-width: 211px;
	width: 22%;
}
.row_clinic01 .col_txt .deco02 {
	top: calc(50 / var(--break) * 100vw);
	right: 0;
	max-width: 210px;
	width: 22%;
}
.row_clinic01 .col_txt .num {
	top: calc(22 / var(--break) * 100vw);
	left: auto;
	right: 9.6%;
	font-size: calc(172 / var(--break) * 100vw);
	letter-spacing: 0;
	line-height: 0.7;
}
.row_clinic01.r_reverse .col_txt .num {
	left: 9.6%;
	right: auto;
}
.row_clinic01 .col_txt .unit {
	max-width: 680px;
	width: 90%;
}
.row_clinic01 .col_txt .copy {
	margin-bottom: 0.6em;
}
.row_clinic02 .col {
	position: relative;
	max-width: 595px;
	width: 48%;
}
.row_clinic02 .col .box {
	min-width: calc(320 / var(--break) * 100vw);
	padding: 0.6em 1.2em 0.5em 1.2em;
}
.row_clinic02 .col_l .box {
	top: 0;
	left: 0;
}
.row_clinic02 .col_r .box {
	bottom: 0;
	right: 0;
}
.row_clinic02 .col .box:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - calc(6 / var(--break) * 100vw));
	height: calc(100% - calc(6 / var(--break) * 100vw));
	border-style: solid;
	border-color: #fff;
	border-top-width: calc(2 / var(--break) * 100vw);
	border-left-width: calc(2 / var(--break) * 100vw);
	content: '';
}
.row_clinic03 .col {
	position: relative;
	max-width: 595px;
	width: 48%;
	padding-bottom: calc(33 / var(--break) * 100vw);
}
.row_clinic03 .col:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(100% - (100 / var(--break) * 100vw));
	background: var(--color05);
	content: '';
}
.row_clinic03 .col:after {
	display: block;
	position: absolute;
	bottom: calc(9 / var(--break) * 100vw);
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(2 / var(--break) * 100vw);
	background: #fff;
	content: '';
}
.row_clinic03 .col .img {
	width: calc(200 / var(--break) * 100vw);
}
.row_clinic03 .col p {
	margin-top: 0.9em;
}
.row_clinic04 .col .ttl {
	padding: 0.8em 0;
}
.box_clinic01 .list_default li {
	padding-bottom: 0.45em;
	border-bottom: 1px dotted var(--color02);
}
.box_clinic01 .list_default li:not(:first-child) {
	margin-top: 0.2em;
}
.box_clinic01 .list_default li:before {
	top: 0.7em;
}
.slide_clinic01 .slick-prev,
.slide_clinic01 .slick-next {
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	background: url(images/page/arw_slide01.svg) no-repeat center / contain;
}
.slide_clinic01 .slick-prev {
	left: -9%;
	transform: translate(0);
}
.slide_clinic01 .slick-next {
	right: -9%;
	transform: translate(0) scaleX(-1);
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail {
	gap: calc(20 / var(--break) * 100vw) 2.5%;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	line-height: 1;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic02 .num {
		font-size: calc(138 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img .box01 {
		bottom: calc(10 / var(--break) * 100vw);
		right: 1%;
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		padding-bottom: 0;
	}
	.row_clinic01 .col_txt .num {
		right: 3%;
		font-size: calc(138 / var(--break) * 100vw);
	}
	.row_clinic01.r_reverse .col_txt .num {
		left: 3%;
	}
	.slide_clinic01 .slick-prev {
		left: -4%;
	}
	.slide_clinic01 .slick-next {
		right: -4%;
	}
	
}
@media(max-width: 767px) {
	.copy_clinic01 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
	}
	.bg_clinic01 .box {
		padding: 8vw 5% 10vw;
	}
	.bg_clinic02 {
		padding-top: 10vw;
	}
	.bg_clinic02 .num {
		top: 3vw;
	}
	.bg_clinic02 .copy {
		margin-bottom: 2vw;
	}
	.row_clinic01 .col_img {
		max-width: 100%;
		width: 100%;
	}
	.row_clinic01 .col_img .box01 {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		width: 100%;
		padding: 10vw 0 0;
	}
	.row_clinic01 .col_txt .deco01 {
		max-width: calc(211 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic01 .col_txt .deco02 {
		max-width: calc(210 / var(--break) * 100vw);
		width: 100%;
	}
	.row_clinic01 .col_txt .num {
		top: 3vw;
		right: 3vw;
	}
	.row_clinic01.r_reverse .col_txt .num {
		left: 3vw;
	}
	.row_clinic01 .col_txt .unit {
		max-width: 680px;
		width: 90%;
	}
	.row_clinic01 .col_txt .copy {
		margin-bottom: 0.6em;
	}
	.row_clinic02 {
		gap: 6vw 0;
		width: calc(595 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic02 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_clinic02 .col .box {
		min-width: calc(360 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic03 .col {
		max-width: none;
		padding-bottom: 6vw;
	}
	.row_clinic03 .col .img {
		width: calc(200 / var(--break) * 100vw);
	}
	.row_clinic03 .col p {
		margin-top: 3vw;
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic04 {
		width: 100%;
		gap: 4vw 2% !important;
	}
	.row_clinic04 .col {
		width: 49% !important;
	}
	.row_clinic04 .col .ttl {
		padding: 3vw 0;
		font-size: 1rem;
	}
	.row_clinic05 {
		width: 100%;
		gap: 4vw 2% !important;
	}
	.row_clinic05 .col {
		width: 49% !important;
	}
	.row_clinic05 .col .ttl {
		padding: 3vw 0;
		font-size: 1rem;
	}
	.box_clinic01 {
		padding: 6vw 5% 8vw;
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
	
}


/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	position: relative;
	max-width: 460px;
	width: 38%;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_staff01 .col_img:before {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: calc(20 / var(--break) * 100vw);
	width: 100%;
	height: calc(100% - (20 / var(--break) * 100vw));
	background: var(--color08);
	content: '';
}
.row_staff01 .col_img .name_common01 {
	bottom: calc(-80 / var(--break) * 100vw);
	right: -6.5%;
}
.row_staff01 .col_txt {
	width: 59%;
}
.row_staff02 .box_prof {
	max-width: 600px;
	width: 48.4%;
}
.row_staff02 .box_prof h5 {
	padding: 0.25em;
}
.row_staff02 .box_prof ol li .year {
	width: calc(120 / var(--break) * 100vw);
	font-weight: 300;
}
.row_staff02 .box_prof ol li .txt {
	width: calc(100% - (120 / var(--break) * 100vw));
}
.row_staff03 {
	gap: 0 4%;
}
.row_staff03 .col {
	max-width: 595px;
	width: 48%;
}
.row_staff03 .col .ttl {
	padding: 0.55em 0 0.6em;
}
.bg_staff01 {
	background-image: url(./images/staff/bg_staff01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.bg_staff01 .copy {
	font-size: calc(33.5 / var(--break) * 100vw);
	letter-spacing: 0.17em;
}
.bg_staff01 .img {
	position: relative;
}
.bg_staff01 .img:before {
	display: block;
	position: absolute;
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 {
		padding-bottom: 0;
	}
	.row_staff01 .col_img {
		max-width: calc(460 / var(--break) * 100vw);
		margin-bottom: 14vw;
	}
	.row_staff01 .col_txt .copy {
		margin: 0 -1em 3vw;
	}
	.row_staff02 .box_prof {
		max-width: 100%;
		width: 100%;
	}
	.row_staff02 .box_prof ol li .year {
		width: calc(160 / var(--break) * 100vw);
	}
	.row_staff02 .box_prof ol li .txt {
		width: calc(100% - (160 / var(--break) * 100vw));
	}
	.row_staff03 {
		gap: 5vw 0;
	}
	.row_staff03 .col .ttl {
		padding: 3vw 0;
	}
	.bg_staff01 {
		background-size: auto calc(599 / var(--break) * 100vw);
	}
	.bg_staff01 .copy {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.img_access01 {
	position: relative;
	max-width: 750px;
	width: 100%;
}
.img_access01:before {
	display: block;
	position: absolute;
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	width: 100%;
	height: 100%;
	background: var(--color08);
	content: '';
}
.logo_access {
	max-width: calc(460 / var(--break) * 100vw);
	width: 100%;
}
.row_access01 .col {
	max-width: 600px;
	width: 48.4%;
}
.row_access01 .col_l .address_foot .address {
	margin-top: 0;
}
.row_access01 .col_l .tel_access {
	max-width: calc(300 / var(--break) * 100vw);
	width: 100%;
}
.row_access01 .col_l .tel_access a {
	border: 1px solid var(--color02);
}
.row_access01 .col_r .tbl_access01 {
	max-width: calc(530 / var(--break) * 100vw);
	width: 100%;
}
.row_access02 .col {
	width: 47.5%;
}
.row_access02 .col .box .icn {
	max-width: calc(100 / var(--break) * 100vw);
	width: 100%;
}
.row_access02 .col .box .copy {
	margin: 1em 0;
}
.row_access02 .col .box .txt {
	line-height: 1.89;
}
.row_access02 .col h4 {
	padding: 0.65em 0 0.75em;
}
.map_access .map {
	padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_access01 .col_l {
		margin-bottom: 5vw;
	}
	.row_access01 .col_l .tel_access {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.row_access01 .col_r .tbl_access01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_access02 {
		gap: 5vw 0;
	}
	.row_access02 .col {
		width: 100%;
	}
	.row_access02 .col .box {
		padding: 6vw 5% 8vw;
	}
	.row_access02 .col .box .icn {
		max-width: calc(140 / var(--break) * 100vw);
	}
	.row_access02 .col .box .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_access02 .col h4 {
		padding: 3vw 0;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* 一般歯科 general
------------------------------------------------------------------*/
.box_general01 .row01 .col_img {
	max-width: 450px;
	width: 40%;
}
.box_general01 .row01 .col_txt {
	width: 56%;
}
.box_general01 .row01 .col_txt .copy {
	line-height: 1.62;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_general01 {
		padding: 6vw 5% 8vw;
	}
	.box_general01 .row01 .col_img {
		width: 100%;
		margin: 0 auto 5vw;
	}
	.box_general01 .row01 .col_txt {
		width: 100%;
	}
	.box_general01 .row01 .col_txt .copy {
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	
}


/* 歯周病治療 perio
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 予防・メンテナンス prevention
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


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


/* セラミック・審美治療 ceramic
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ボトックス治療 botox
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ホワイトニング whitening
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_whitening01 {
		padding: 6vw 5% 8vw;
	}
	.box_whitening01 h5 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* インプラント implant
------------------------------------------------------------------*/
.tbl_implant01 table {
	border: 1px solid var(--color02);
	background: #fff;
}
.tbl_implant01 th {
	vertical-align: middle;
	width: 14.5%;
	background: var(--color04);
	color: #fff;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.61;
}
.tbl_implant01 td {
	width: 21.375%;
	text-align: center;
}
.tbl_implant01 td:first-of-type {
	background: var(--color07);
}
.tbl_implant01 td:not(:first-of-type) {
	border-right: 1px solid var(--color02);
}
.tbl_implant01 thead td {
	vertical-align: top;
}
.tbl_implant01 thead td .ttl {
	width: 100%;
	height: calc(60 / var(--break) * 100vw);
}
.tbl_implant01 tbody th {
	border-top: 1px solid #fff;
}
.tbl_implant01 tbody td {
	vertical-align: middle;
	padding: calc(28 / var(--break) * 100vw) 1% calc(22 / var(--break) * 100vw);
	border-top: 1px solid var(--color02);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_implant01 table {
		width: calc(1500 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_implant01 thead td .ttl {
		height: calc(80 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
	}
	.tbl_implant01 tbody td {
		padding: 2vw 1%;
	}
	.tbl_implant01 tbody td p em {
		font-size: calc(38 / var(--break) * 100vw);
	}
	
}


/* 入れ歯 false_teeth
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 妊産婦検診・マタニティ診療 maternity
------------------------------------------------------------------*/
@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;
}
.box_case01 > h4 {
	font-size: calc(40 / 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(--color02);
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(81 / var(--break) * 100vw);
    background: url(images/page/arw_slide02.svg) no-repeat center / contain;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: var(--color06);
	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(--color04);
	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);/*ボーダー右切れる対策*/
	background: #fff;
}
.tbl_case table th {
	background: var(--color05);
	color: var(--color02);
}
.tbl_case table tr:not(:last-child) th {
	border-bottom-color: var(--color02);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
	    left: -5%;
	}
	.slide_case01 .slick-next {
	    right: -5%;
	}

}
@media(max-width: 767px) {
	.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(--color02);
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		bottom: auto;
		top: 62vw;
	}
	.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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01, .box_invisalign {
	border: 1px solid var(--color02);
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fff;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk01 .ttl {
	margin-bottom: 0.4em;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_risk01 .txt {
	font-size: calc(16 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.box_invisalign {
	max-width: 1000px;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: var(--color04); !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 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.row_recruit01 {
	gap: calc(40 / var(--break) * 100vw) 3.2258%;
}
.row_recruit01 .col {
	position: relative;
	max-width: 600px;
	width: 48.3871%;
}
.row_recruit01 .col:before,
.row_recruit01 .col:after,
.row_recruit01 .col .area:before,
.row_recruit01 .col .area:after {
	display: block;
	position: absolute;
	border-style: solid;
	content: '';
}
.row_recruit01 .col.bg_col01:before,
.row_recruit01 .col.bg_col01:after,
.row_recruit01 .col.bg_col01 .area:before,
.row_recruit01 .col.bg_col01 .area:after {
	border-color: var(--color01);
}
.row_recruit01 .col.bg_col03:before,
.row_recruit01 .col.bg_col03:after,
.row_recruit01 .col.bg_col03 .area:before,
.row_recruit01 .col.bg_col03 .area:after {
	border-color: var(--color03);
}
.row_recruit01 .col.bg_col04:before,
.row_recruit01 .col.bg_col04:after,
.row_recruit01 .col.bg_col04 .area:before,
.row_recruit01 .col.bg_col04 .area:after {
	border-color: var(--color04);
}
.row_recruit01 .col:before,
.row_recruit01 .col:after {
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}
.row_recruit01 .col .area:before,
.row_recruit01 .col .area:after {
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
}
.row_recruit01 .col:before {
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	border-top-width: 1px;
	border-left-width: 1px;
}
.row_recruit01 .col:after {
	bottom: calc(20 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.row_recruit01 .col .area:before {
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	border-bottom-width: 1px;
	border-right-width: 1px;
}
.row_recruit01 .col .area:after {
	bottom: calc(20 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	border-top-width: 1px;
	border-left-width: 1px;
}
.row_recruit01 .col .ttl {
	margin-bottom: 1em;
}
.row_recruit01 .col .label {
	height: calc(40 / var(--break) * 100vw);
	margin-bottom: 0.95em;
}
.row_recruit01 .col .price em {
	font-size: calc(74 / var(--break) * 100vw);
	letter-spacing: 0;
}
.row_recruit01 .col .price span {
	vertical-align: text-top;
	margin-left: 0.2em;
}
.box_recruit01 {
	position: relative;
}
.box_recruit01:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - (10 / var(--break) * 100vw));
	height: calc(100% - (10 / var(--break) * 100vw));
	border-style: solid;
	border-color: #fff;
	border-top-width: calc(2 / var(--break) * 100vw);
	border-left-width: calc(2 / var(--break) * 100vw);
	content: '';
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	background: #fff;
}
.tbl_guideline01 th {
	background: var(--color05);
	color: var(--color02);
}
.tbl_guideline01 tr:not(:last-child) th {
	border-bottom-color: var(--color02);
}
.tbl_form01 th {
	color: var(--color02);
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc(4 / var(--break) * 100vw);
}
.tbl_form01 td input[type="file"] {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: var(--color01);
}
.btn_submit:before {
	top: 0;
	right: calc(20 / var(--break) * 100vw );
	width: calc(30 / var(--break) * 100vw );
	height: calc(30 / var(--break) * 100vw );
	border: none;
	background: url(./images/page/arw_btn01.svg) no-repeat center / contain;
	transform: rotate(0);
}
.btn_submit input {
	border: 1px solid var(--color02);
	background: #fff;
	color: var(--color02);
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.btn_submit input:disabled {
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_recruit01 {
		gap: 5vw 0;
	}
	.row_recruit01 .col {
		max-width: 100%;
		width: 100%;
	}
	.row_recruit01 .col .ttl {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_recruit01 .col .label {
		height: calc(60 / var(--break) * 100vw);
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_recruit01 .col .price {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.row_recruit01 .col .price em {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.btn_submit {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_submit:before {
		right: calc(30 / var(--break) * 100vw );
		width: calc(48 / var(--break) * 100vw );
		height: calc(48 / var(--break) * 100vw );
	}

}

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: var(--color04);
	color: #fff;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	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);
}
#wp-calendar thead th {
	color: #fff;
	background: var(--color01);
	border: 1px solid var(--color01);
	border-right-color: var(--color01);
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid var(--color01);
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: var(--color02);
	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 var(--color02);
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color02);
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	line-height: 1.4;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(10 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #333333;
	text-decoration: underline;
	text-underline-offset: 0.6em;
}
.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(--color02);
	color: var(--color02);
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: var(--color04);
	background: var(--color04);
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	position: relative;
	margin-bottom: 1.3em;
	padding: 1.1em 0.8em;
	background: var(--color04);
	color: #fff;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.single_post > h3:before,
.single_post > h3:after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(10 / var(--break) * 100vw);
	background-image: url(./images/page/bg_ptn01.png);
	background-repeat: repeat;
	background-position: center;
	background-size: calc(3 / var(--break) * 100vw) auto;
	content: '';
}
.single_post > h3:before {
	top: 0;
}
.single_post > h3:after {
	bottom: 0;
}
.post_content > h4 {
	position: relative;
	margin-bottom: 1.6em;
	padding: 0.6em 0.6em 0.6em 1.6em;
	background: var(--color05);
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.post_content > h4:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(10 / var(--break) * 100vw);
	width: calc(2 / var(--break) * 100vw);
	height: calc(100% - (20 / var(--break) * 100vw));
	margin: auto;
	background: var(--color03);
	content: '';
}
.post_content > h5 {
	position: relative;
	margin-bottom: 1.6em;
	padding: 0 0.6em 0.6em 2.2em;
	border-bottom: 1px solid var(--color02);
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.post_content > h5:before {
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url(./images/page/deco_hdg5.svg) no-repeat 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(--color03);
	background: var(--color03);
	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: var(--color03);
}

@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 1vw 3vw 3vw;
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h4 {
		padding: 2vw 1vw 2vw 5vw;
	}
	.post_content > h4:before {
		left: calc(20 / var(--break) * 100vw);
	}
	.post_content > h5 {
		padding: 0 1vw 2vw 8vw;
	}
	.post_content > h5:before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.tbl_fee {
	max-width: 1000px;
}
.tbl_fee table {
	border-color: #;
}
.tbl_fee th {
	background: #;
}
.tbl_fee thead th {
	background: #;
	text-align: center;
}
.tbl_fee thead tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.tbl_fee tr:not(:last-child) td {
	border-bottom-color: #;
}
.tbl_fee tbody tr td:not(:last-of-type) {
	border-right: 1px solid #;
}
.tbl_fee01 tbody th {
	text-align: center;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col:nth-child(3n), .row_format04 .col:last-child {
	margin-right: 0;
}
.row_format04 .col:not(:nth-child(-n+3)) {
	margin-top: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.box_format04 .ttl {
	font-weight: 300;
	height: calc(50 / var(--break) * 100vw);
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.risk_format {
	border: 1px solid #333;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.row_format03 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy:before {
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_fee {
		max-width: 100%;
	}
	.tbl_fee01 tbody th {
		text-align: left;
	}
	.box_format03 {
		display: block;
	}
	.box_format03 .copy {
		font-size: 1.125rem;
	}
	.row_format04 {
		display: block;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / var(--break) * 100vw);!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
}