@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
#wrap:not(.home) .bg_page {
	background: var(--color04);
}
.main_page {
	position: relative;
	background: url("images/page/bg_ttl_page.png") no-repeat left center / cover;
	height: calc(400 / var(--break) * 100vw);
	margin: 0 calc(20 / var(--break) * 100vw);
	border-radius: calc(100 / var(--break) * 100vw);
}
.main_page:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: calc(-20 / var(--break) * 100vw);
	max-width: 325px;
	width: 18%;
	height: 100%;
	background: url(./images/page/deco_ttl_page.png) no-repeat right bottom / contain;
	content: '';
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja {
	margin: -0.4em 0 0.25em;
	color: var(--color06);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(50 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.hdg2 .en {
	color: var(--color10);
	font-family: "sofia-pro-soft", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.2em;
}
.hdg3 {
	position: relative;
	padding: 0.62em 0 0.78em;
	border-radius: calc(20 / var(--break) * 100vw);
	background: #fff;
	color: var(--color06);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.hdg3:before,
.hdg3:after {
	display: block;
	position: absolute;
	top: 0;
	max-width: 127px;
	width: 10%;
	height: 100%;
	background: url(./images/page/deco_hdg3.png) no-repeat center / contain;
	content: '';
}
.hdg3:before {
	left: 1.5%;
}
.hdg3:after {
	right: 1.5%;
	transform: scaleX(-1);
}
.hdg3 span {
	display: inline-block;
}
.hdg3 span:first-letter {
	color: var(--color10);
}
.hdg4 {
	position: relative;
	padding: calc(14 / var(--break) * 100vw) 0 calc(18 / var(--break) * 100vw);
	border-radius: calc(6 / var(--break) * 100vw);
	background: #fff;
	color: var(--color06);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(30 / var(--break) * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}
.hdg4:before,
.hdg4:after {
	display: block;
	position: absolute;
	top: 0;
	max-width: 110px;
	width: 9%;
	height: 100%;
	background: url(./images/page/deco_hdg4.png) no-repeat center / contain;
	content: '';
}
.hdg4:before {
	left: 1.6%;
}
.hdg4:after {
	right: 1.6%;
	transform: scaleX(-1);
}
.address01 {
	line-height: 1.61;
}
.address01 span {
	display: inline-block;
	position: relative;
	margin-right: 0.4em;
	padding-left: 2em;
}
.address01 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_address01.svg) no-repeat left center / contain;
	content: '';
}
.btn_tel01 {
	width: calc(250 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_tel01 a {
	width: 100%;
	height: 100%;
	border-radius: calc(6 / var(--break) * 100vw);
}
.btn_tel01 a .txt01 {
	margin: 0em 0 0.6em;
}
.btn_tel01 a .tel span {
	display: inline-block;
	position: relative;
	padding-left: 1.25em;
}
.btn_tel01 a .tel span:before {
	display: block;
	position: absolute;
	top: 0em;
	left: 0;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url(./images/page/icn_tel01.svg) no-repeat left center / contain;
	content: '';
}
.btn_tel02 {
	max-width: 500px;
	width: 100%;
	height: calc(110 / var(--break) * 100vw);
}
.btn_tel02 a {
	width: 100%;
	height: 100%;
	border-radius: calc(6 / var(--break) * 100vw);
}
.btn_tel02 a .txt01 {
	margin: 0em 0 0.6em;
}
.btn_tel02 a .tel span {
	display: inline-block;
	position: relative;
	padding-left: 1.25em;
}
.btn_tel02 a .tel span:before {
	display: block;
	position: absolute;
	top: 0em;
	left: 0;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	background: url(./images/page/icn_tel01.svg) no-repeat left center / contain;
	content: '';
}
.btn_web01 {
	width: calc(250 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_web01 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: calc(6 / var(--break) * 100vw);
}
.btn_web01 a:before {
	display: block;
	position: absolute;
	bottom: calc(6 / var(--break) * 100vw);
	right: calc(6 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 100%;
	background-image: url(./images/page/arw01.svg), url(./images/page/bg_ptn04.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 48% center, center top;
	background-size: calc(13 / var(--break) * 100vw) auto, calc(699 / var(--break) * 100vw) auto;
	content: '';
}
.btn_web01 a .txt01 {
	margin: 0em 0 0.6em;
}
.btn_web01 a .web span {
	display: inline-block;
	position: relative;
	padding-left: 1.3em;
}
.btn_web01 a .web span:before {
	display: block;
	position: absolute;
	top: 0.05em;
	left: 0;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url(./images/page/icn_web01.svg) no-repeat left center / contain;
	content: '';
}
.btn_web02 {
	max-width: 500px;
	width: 100%;
	height: calc(110 / var(--break) * 100vw);
}
.btn_web02 a {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: calc(6 / var(--break) * 100vw);
}
.btn_web02 a:before {
	display: block;
	position: absolute;
	bottom: calc(6 / var(--break) * 100vw);
	right: calc(6 / var(--break) * 100vw);
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 100%;
	background-image: url(./images/page/arw01.svg), url(./images/page/bg_ptn04.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 48% center, center top;
	background-size: calc(13 / var(--break) * 100vw) auto, calc(699 / var(--break) * 100vw) auto;
	content: '';
}
.btn_web02 a .txt01 {
	margin: -0.2em 0 0.7em;
}
.btn_web02 a .web span {
	display: inline-block;
	position: relative;
	padding-left: 1.3em;
}
.btn_web02 a .web span:before {
	display: block;
	position: absolute;
	top: 0.05em;
	left: 0;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	background: url(./images/page/icn_web01.svg) no-repeat left center / contain;
	content: '';
}
.box_common01 {
	position: relative;
	border-radius: calc(6 / var(--break) * 100vw);
}
.box_common01:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: calc(8 / var(--break) * 100vw);
	height: 100%;
	border-top-left-radius: calc(6 / var(--break) * 100vw);
	border-bottom-left-radius: calc(6 / var(--break) * 100vw);
	content: '';
}
.box_common01.box_col01:after {
	background: var(--color10);
}
.box_common01.box_col02:after {
	background: var(--color09);
}
.box_common02 .ttl {
	position: relative;
	padding: 0.45em 0 0.4em;
	border-bottom: 1px solid var(--color07);
}
.box_common02 .ttl01:before,
.box_common02 .ttl01:after {
	display: block;
	position: absolute;
	bottom: calc(8 / var(--break) * 100vw);
	width: calc(35 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	background: url(images/staff/deco_staff02.png) no-repeat center / contain;
	content: '';
}
.box_common02 .ttl02:before,
.box_common02 .ttl02:after {
	display: block;
	position: absolute;
	bottom: calc(8 / var(--break) * 100vw);
	width: calc(28 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	background: url(images/staff/deco_staff03.png) no-repeat center / contain;
	content: '';
}
.box_common02 .ttl:before {
	left: 0;
}
.box_common02 .ttl:after {
	right: 0;
	transform: scaleX(-1);
}
.box_common02 ol li:not(:last-child) {
	margin-bottom: calc(4 / var(--break) * 100vw);
}
.box_common02 ol li .year {
	width: calc(160 / var(--break) * 100vw);
}
.box_common02 ol li .txt {
	width: calc(100% - (160 / var(--break) * 100vw));
}
.row_common01 .col_txt .copy {
	margin-bottom: 0.9em;
	padding-bottom: 1.05em;
	border-bottom: 1px solid var(--color07);
}
.row_common01 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.row_common02 .col_txt .copy {
	margin-bottom: 1.1em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid var(--color07);
}
.row_common02 .col_txt .copy span {
	display: inline-block;
	margin-right: -1em;
}
.flow_common01.arw_flow:before {
	width: calc(26 / var(--break) * 100vw);
	height: calc(18 / var(--break) * 100vw);
	border: none;
	background: url(./images/page/arw_common01.svg) no-repeat center / contain;
}
.flow_common01 .col_txt .ttl .num span {
	margin-bottom: 0.15em;
}
.flow_common01 .col_txt .ttl .txt {
	width: calc(100% - (60 / var(--break) * 100vw));
}
.flow_common01 .row_btn {
	gap: 0 2%;
}
.flow_common01 .row_btn .col_btn {
	max-width: 500px;
	width: 44%;
}
.flow_common01 .row_btn .col_btn .txt {
	margin-top: 0.8em;
}
.flow_common01 .box01 {
	max-width: 1000px;
	width: 100%;
}
.flow_common01 .box01 .ttl01 {
	position: relative;
	width: 100%;
	padding: 0.7em 0 0.6em;
}
.flow_common01 .box01 .ttl01:before,
.flow_common01 .box01 .ttl01:after {
	display: block;
	position: absolute;
	top: 0;
	max-width: 104px;
	width: 10.4%;
	height: 100%;
	background: url(images/page/deco_common01.png) no-repeat center / contain;
	content: '';
}
.flow_common01 .box01 .ttl01:before {
	left: 3%;
}
.flow_common01 .box01 .ttl01:after {
	right: 3%;
}
.flow_common01 .box01 .copy:before {
	display: block;
	width: calc(47 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	margin: 0 calc(22 / var(--break) * 100vw) 0 calc(6 / var(--break) * 100vw);
	background: url(images/page/icn_check02.svg) no-repeat center / contain;
	content: '';
}
.flow_common01 .box01 .txt {
	margin: calc(18 / var(--break) * 100vw) 0 calc(20 / var(--break) * 100vw);
}
.flow_common02.arw_flow:before {
	width: calc(26 / var(--break) * 100vw);
	height: calc(18 / var(--break) * 100vw);
	border: none;
	background: url(./images/page/arw_common01.svg) no-repeat center / contain;
}
.flow_common02 .col_txt .ttl {
	padding-bottom: calc(30 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color07);
}
.flow_common02 .col_txt .ttl .icn {
	width: calc(44 / var(--break) * 100vw);
}
.flow_common02 .col_txt .ttl .txt {
	width: calc(100% - (65 / var(--break) * 100vw));
}
.box_qa03 {
	border-radius: calc(6 / var(--break) * 100vw);
}
.box_qa03 .box_q {
	border-radius: calc(6 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt .icn:before,
.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}
.list_default.list_col01 li:before {
	background: var(--color10);
}
.list_default.list_check01 {
	gap: calc(7 / var(--break) * 100vw) 0;
}
.list_default.list_check01 li {
	margin: 0 !important;
	padding-bottom: 0.3em;
	padding-left: 1.9em;
	border-bottom: 1px dotted var(--color07);
}
.list_default.list_check01 li:before {
	top: 0.05em;
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	border-radius: 0;
	background: url(images/page/icn_check01.svg) no-repeat center / contain;
}
.tbl_default.tbl_col01 table {
	border-color: var(--color07);
	border-left: none;
	border-right: none;
	background: #fff;
}
.tbl_default.tbl_col01 tbody th {
	background: var(--color04);
	color: var(--color07);
}
.tbl_default.tbl_col01 tbody tr:not(:last-child) th,
.tbl_default.tbl_col01 tbody tr:not(:last-child) td {
	border-bottom-color: var(--color07);
}
.link_common01 {
	margin-top: calc(-200 / var(--break) * 100vw);
	padding-top: calc(200 / var(--break) * 100vw);
}
.marker{
	text-decoration: underline; /* 下線 */
    text-decoration-thickness: 0.6em; /* 線の太さ */
    text-decoration-color: #fac90080; /* 線の色 */
    text-underline-offset: -0.4em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		background-position: left 30% center;
	}

}
@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.png");
		margin: calc(100 / var(--break) * 100vw) calc(24 / var(--break) * 100vw) 0;
	}
	.main_page:after {
		right: calc(-3 / var(--break) * 100vw);
		max-width: calc(163 / var(--break) * 100vw);
		width: 100%;
	}
	.hdg2 .ja {
		margin: -2.4vw 0 2.2vw;
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.hdg3 {
		padding: 2.8vw 0 3.4vw;
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg3:before,
	.hdg3:after {
		max-width: calc(64 / var(--break) * 100vw);
		width: 100%;
	}
	.hdg3:before {
		left: calc(20 / var(--break) * 100vw);
	}
	.hdg3:after {
		right: calc(20 / var(--break) * 100vw);
	}
	.hdg4 {
		padding: 3vw 0;
		font-size: calc(36 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg4:before,
	.hdg4:after {
		max-width: calc(110 / var(--break) * 100vw);
		width: 100%;
	}
	.hdg4:before {
		left: 2vw;
	}
	.hdg4:after {
		right: 2vw;
	}
	.col_img {
		text-align: center;
	}
	.address01 {
		line-height: 1.59;
	}
	.address01 span {
		margin-right: 0;
		padding-top: 6.7vw;
		padding-left: 0;
	}
	.address01 span:before {
		right: 0;
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		margin: auto;
	}
	.btn_tel01 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.btn_tel01 a .txt01 {
		margin: 0.4vw 0 1.7vw;
		font-size: calc(26 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel {
		font-size: calc(46 / var(--break) * 100vw);
	}
	.btn_tel01 a .tel span {
		margin-left: 0.3vw;
		padding-left: 6.6vw;
	}
	.btn_tel01 a .tel span:before {
		top: 1.1vw;
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.btn_tel02 {
		max-width: calc(600 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.btn_tel02 a .txt01 {
		margin: 0.4vw 0 1.7vw;
		font-size: calc(26 / var(--break) * 100vw);
	}
	.btn_tel02 a .tel {
		font-size: calc(46 / var(--break) * 100vw);
	}
	.btn_tel02 a .tel span {
		margin-left: 0.3vw;
		padding-left: 6.6vw;
	}
	.btn_tel02 a .tel span:before {
		top: 1.1vw;
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.btn_web01 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.btn_web01 a:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		background-position: left 50% center, center top 45%;
		background-size: calc(20 / var(--break) * 100vw) auto, calc(699 / var(--break) * 100vw) auto;
	}
	.btn_web01 a .txt01 {
		margin: -0.2vw 0 2.2vw;
		font-size: calc(26 / var(--break) * 100vw);
	}
	.btn_web01 a .web {
		font-size: calc(46 / var(--break) * 100vw);
	}
	.btn_web01 a .web span {
		margin-left: 0.4vw;
		padding-left: 7vw;
	}
	.btn_web01 a .web span:before {
		top: 1.1vw;
		width: calc(33 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.btn_web02 {
		max-width: calc(600 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	.btn_web02 a:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		background-position: left 50% center, center top 45%;
		background-size: calc(20 / var(--break) * 100vw) auto, calc(699 / var(--break) * 100vw) auto;
	}
	.btn_web02 a .txt01 {
		margin: -0.2vw 0 2.2vw;
		font-size: calc(26 / var(--break) * 100vw);
	}
	.btn_web02 a .web {
		font-size: calc(46 / var(--break) * 100vw);
	}
	.btn_web02 a .web span {
		margin-left: 0.4vw;
		padding-left: 7vw;
	}
	.btn_web02 a .web span:before {
		top: 1.1vw;
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
	}
	.box_common02 {
		padding: 6vw 5% 8vw;
	}
	.box_common02 .ttl {
		padding: 0 0 1vw;
		font-size: calc(36 / var(--break) * 100vw);
	}
	.box_common02 .ttl01:before,
	.box_common02 .ttl01:after {
		width: calc(42 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
	}
	.box_common02 .ttl02:before,
	.box_common02 .ttl02:after {
		width: calc(34 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
	}
	.box_common02 ol li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.box_common02 ol li .year {
		width: 7em;
	}
	.box_common02 ol li .txt {
		width: calc(100% - 7em);
	}
	.row_common01 .col_txt .copy {
		margin-bottom: 4vw;
		padding-bottom: 5vw;
	}
	.row_common01 .col_txt .copy span {
		margin-left: -1em;
	}
	.row_common02 .col_txt .copy {
		margin-bottom: 4vw;
		padding-bottom: 5vw;
	}
	.row_common02 .col_txt .copy span {
		margin-left: -1em;
	}
	.flow_common01 {
		padding: 8vw 5% 7vw;
	}
	.flow_common01.arw_flow:before {
		width: calc(52 / var(--break) * 100vw);
		height: calc(36 / var(--break) * 100vw);
	}
	.flow_common01 .col_txt .ttl .txt {
		width: calc(100% - (100 / var(--break) * 100vw));
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.flow_common01 .row_btn {
		gap: 5vw 0;
	}
	.flow_common01 .row_btn .col_btn {
		max-width: calc(600 / var(--break) * 100vw);
		width: 100%;
	}
	.flow_common01 .box01 {
		max-width: 100%;
	}
	.flow_common01 .box01 .ttl01 {
		padding: 3vw 0;
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.flow_common01 .box01 .ttl01:before,
	.flow_common01 .box01 .ttl01:after {
		max-width: calc(104 / var(--break) * 100vw);
		width: 100%;
	}
	.flow_common01 .box01 .ttl01:before {
		left: 1vw;
	}
	.flow_common01 .box01 .ttl01:after {
		right: 1vw;
	}
	.flow_common01 .box01 .box_txt {
		padding: 6vw 5%;
	}
	.flow_common01 .box01 .copy {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.flow_common01 .box01 .copy span {
		width: 100%;
		margin-left: auto;
		text-align: center;
	}
	.flow_common01 .box01 .copy:before {
		margin: 0 auto 1vw;
	}
	.flow_common01 .box01 .txt {
		margin: 3vw 0 4vw;
	}
	.flow_common02 {
		padding: 8vw 5% 7vw;
	}
	.flow_common02.arw_flow:before {
		width: calc(52 / var(--break) * 100vw);
		height: calc(36 / var(--break) * 100vw);
	}
	.flow_common02 .col_txt .ttl .txt {
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.list_default.list_check01 {
		gap: 3vw 0;
	}
	.list_default.list_check01 li {
		padding-bottom: 2vw;
		padding-left: 6vw;
	}
	.list_default.list_check01 li:before {
		top: 1.4vw;
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
	}
.link_common01 {
	margin-top: calc(-200 / var(--break) * 100vw);
	padding-top: calc(200 / var(--break) * 100vw);
}
	.marker{
		font-size: 1.125rem;
    	letter-spacing: 0;
		text-align:center;
	}

}


/* 初めてのかたへ first
------------------------------------------------------------------*/
.area_first01 {
	position: relative;
}
.area_first01:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(580 / var(--break) * 100vw);
	background: url(./images/first/bg_first01.jpg) no-repeat center / cover;
	content: '';
}
.row_first01 {
	gap: calc(30 / var(--break) * 100vw) 5%;
}
.row_first01 .col {
	position: relative;
	max-width: 300px;
	width: 30%;
	background: url(./images/first/box_first01.png) no-repeat center / contain;
}
.row_first01 .col:before {
	display: block;
	padding-top: 100%;
	content: '';
}
.row_first01 .col:after {
	display: block;
	position: absolute;
	top: calc(30 / var(--break) * 100vw);
	left: 0;
	right: 0;
	width: calc(73 / var(--break) * 100vw);
	height: calc(68 / var(--break) * 100vw);
	margin: 0 auto;
	background: url(./images/first/deco_first01.png) no-repeat center / contain;
	content: '';
}
.row_first01 .col p {
	margin-bottom: -2em;
}
.box_first01 .ttl {
	margin-bottom: 0.7em;
	padding-bottom: 1.7em;
	background: url(./images/page/deco_common01.png) no-repeat center bottom / calc(104 / var(--break) * 100vw) auto;
	line-height: 1.62;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.area_first01:before {
		background-position: right center;
	}
	.row_first01 {
		gap: 4vw 4vw;
	}
	.row_first01 .col {
		max-width: none;
		width: calc(300 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_first01 .col:after {
		top: calc(30 / var(--break) * 100vw);
		width: calc(73 / var(--break) * 100vw);
		height: calc(68 / var(--break) * 100vw);
	}
	.box_first01 {
		padding: 6vw 5% 8vw;
	}
	.box_first01 .ttl {
		margin-bottom: 3vw;
		padding-bottom: 6vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	
}


/* 医師・クリニック案内 staff
------------------------------------------------------------------*/
.wrap_staff01 .img {
	position: relative;
	max-width: 401px;
	width: 100%;
}
.wrap_staff01 .img .deco01 {
	bottom: 0;
	right: -5%;
	max-width: 83px;
	width: 21%;
}
.wrap_staff01 .txt .name {
	gap: 0 calc(23 / var(--break) * 100vw);
	border-bottom: 1px solid var(--color07);
}
.wrap_staff01 .txt .name .ja {
	font-weight: bold;
	font-size: calc(33.5 / var(--break) * 100vw);
	letter-spacing: 0.15em;
}
.wrap_staff01 .txt .name .en {
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.2em;
}
.bg_staff01 {
	padding: calc(122 / var(--break) * 100vw) 0;
	background: url(./images/staff/bg_staff01.jpg) no-repeat center / cover;
}
.area_staff01 {
	position: relative;
	border-bottom: calc(10 / var(--break) * 100vw) solid var(--color10);
}
.area_staff01:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: calc(580 / var(--break) * 100vw);
	background: #fff;
	content: '';
}
.area_staff01 .img01 {
	max-width: calc(640 / var(--break) * 100vw);
	width: 100%;
}
.area_staff01 .row01 .col_l {
	width: 45%;
}
.area_staff01 .row01 .col_r {
	max-width: 530px;
	width: 43%;
}
.box_staff01 {
	position: relative;
	outline-style: solid;
	outline-width: calc(8 / var(--break) * 100vw);
	outline-color: rgb(250 201 0 / 0.9);
	outline-offset: calc(-8 / var(--break) * 100vw);
	background: rgb(255 255 255 / 0.9);
}
.box_staff01 .deco01 {
	bottom: calc(-20 / var(--break) * 100vw);
	right: -2%;
	max-width: 83px;
	width: 9%;
}
.box_staff01 .ttl {
	margin-bottom: 0.82em;
	padding-bottom: 1.8em;
	background: url(./images/staff/deco_staff04.png) no-repeat center bottom / calc(132 / var(--break) * 100vw) auto;
}
.box_staff02 dl dt {
	border-bottom: 1px solid var(--color07);
}
.box_staff02 dl dt .icn {
	width: calc(60 / var(--break) * 100vw);
}
.box_staff02 dl dt .txt {
	width: calc(100% - calc(90 / var(--break) * 100vw));
	font-size: calc(19.2 / var(--break) * 100vw);
	letter-spacing: 0.15em;
}
.box_staff02 dl dd p {
	font-weight: 300;
}
.map_staff .btn_map {
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.slide_staff .slick-prev,
.slide_staff .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_staff .slick-prev {
	left: -9%;
	transform: translate(0);
}
.slide_staff .slick-next {
	right: -9%;
	transform: translate(0) scaleX(-1);
}
.slide_staff .slick-prev:before, .slide_staff .slick-next:before {
	display: none;
}
.slide_staff .slide_thumbnail {
	gap: calc(20 / var(--break) * 100vw) 2.5%;
}
.slide_staff .slide_thumbnail li {
	width: 18%;
	opacity: .5;
	transition: .3s;
}
.slide_staff .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_staff .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) {
	.slide_staff .slick-prev {
		left: -4%;
	}
	.slide_staff .slick-next {
		right: -4%;
	}
	
}
@media(max-width: 767px) {
	.wrap_staff01 .img {
		max-width: calc(401 / var(--break) * 100vw);
	}
	.wrap_staff01 .img .deco01 {
		right: -2.7vw;
		max-width: calc(83 / var(--break) * 100vw);
		width: 100%;
	}
	.wrap_staff01 .txt .name .ja {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.wrap_staff01 .txt .name .en {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.area_staff01:before {
		height: calc(100% - calc(300 / var(--break) * 100vw));
	}
	.area_staff01 .row01 .col_l {
		width: 100%;
		margin-bottom: 8vw;
	}
	.area_staff01 .row01 .col_r {
		max-width: 100%;
		width: 100%;
	}
	.box_staff01 {
		padding: 6vw 5% 8vw;
	}
	.box_staff01 .deco01 {
		max-width: calc(83 / var(--break) * 100vw);
		width: 100%;
	}
	.box_staff01 .ttl {
		margin-bottom: 2vw;
		padding-bottom: 8vw;
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_staff02 {
		padding: 8vw 5%;
	}
	.box_staff02 dl dt .txt {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.map_staff .btn_map {
		top: auto;
		left: auto;
	}
	.slide_staff .slick-prev {
		left: 3vw;
	}
	.slide_staff .slick-next {
		right: 3vw;
	}
	
}


/* 診療案内 information
------------------------------------------------------------------*/
.box_information01 .ttl {
	position: relative;
	padding: 0.4em 0 0.5em;
}
.box_information01 .ttl:before,
.box_information01 .ttl:after {
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	max-width: 104px;
	width: 12%;
	height: 100%;
	background: url(./images/page/deco_common01.png) no-repeat center / contain;
	content: '';
}
.box_information01 .ttl:before {
	left: 2.2%;
}
.box_information01 .ttl:after {
	right: 2.2%;
}
.box_information01 .ttl span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.box_information01 .list_default01 li {
	width: 47.2%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_information01 {
		padding: 6vw 5% 8vw;
	}
	.box_information01 .ttl {
		padding: 3vw;
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_information01 .ttl:before,
	.box_information01 .ttl:after {
		max-width: calc(104 / var(--break) * 100vw);
		width: 100%;
	}
	.box_information01 .ttl:before {
		left: 1vw;
	}
	.box_information01 .ttl:after {
		right: 1vw;
	}
	.box_information01 .ttl span {
	}
	.box_information01 .list_default01 li {
		width: 100%;
	}
	
}


/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	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 #ccc;
	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_slide.svg)no-repeat center / cover;
    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: #ccc;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.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: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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: calc(6 / var(--break) * 100vw);
	background: var(--color10);
	color: #fff;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	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(--color01);
	border: 1px solid var(--color04);
	border-right-color: var(--color04);
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid var(--color04);
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: var(--color07);
	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 var(--color07);
	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(--color07);
	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 var(--color07);
}
.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(--color07);
}
.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%;
	color: var(--color06);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.txt_post h4:first-letter {
	color: var(--color10);
}
.blog_archive .txt_post .date {
	color: var(--color10);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(11 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: var(--color07);
	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(--color06);
	color: var(--color06);
	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(--color06);
	background: var(--color06);
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.single_post > h3 {
	position: relative;
	padding: 0.5em 0 0.6em 3.9em;
	border-radius: calc(20 / var(--break) * 100vw);
	background: #fff;
	color: var(--color06);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(26 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.single_post > h3:before {
	display: block;
	position: absolute;
	top: 0;
	left: 2.3%;
	max-width: 61px;
	width: 7%;
	height: 100%;
	background: url(./images/page/deco_common03.png) no-repeat center / contain;
	content: '';
}
.single_post > h3 span {
	display: inline-block;
}
.single_post > h3 span:first-letter {
	color: var(--color10);
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h4 {
	position: relative;
	padding: 0.6em 0 0.8em 4.5em;
	border-radius: calc(6 / var(--break) * 100vw);
	background: #fff;
	color: var(--color06);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.post_content > h4:before {
	display: block;
	position: absolute;
	top: 0;
	left: 2.3%;
	max-width: 51px;
	width: 6%;
	height: 100%;
	background: url(./images/page/deco_common04.png) no-repeat center / contain;
	content: '';
}
.post_content > h5 {
	position: relative;
	border-bottom: 1px solid var(--color07);
	padding: 0em 0 0.8em 3.6em;
	color: var(--color06);
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: calc(20 / var(--break) * 100vw);
	letter-spacing: 0.1em;
}
.post_content > h5:before {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 2.3%;
	max-width: 32px;
	width: 4%;
	height: 100%;
	background: url(./images/page/deco_common05.png) no-repeat center top / 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(--color09);
	background: var(--color09);
	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;
	border-color: var(--color06);
	color: var(--color06);
}

@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-left: 10vw;
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h4 {
		padding-left: 9vw;
	}
	.post_content > h5 {
		padding-left: 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 {
	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));
	}
}