@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bar_ttl_page.jpg")no-repeat center bottom / contain,url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 /1920*100vw);
	padding-top: calc(70 /var(--break)*100vw);
}
.hdg2 .ja {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	vertical-align: middle;
	padding-left: calc(485 /1920*100vw);
	margin-right: calc(28 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	vertical-align: middle;
	padding-top: calc(10 /var(--break)*100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.box_treatment{
	background: #f3f3f3;
}
.box_treatment .ttl{
	height: calc(70 /var(--break)*100vw);
	background: #9cb26b;
	color: #fff;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}
.box_treatment .ttl::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: calc(5 /var(--break)*100vw);
}
.box_treatment ul{
	padding: calc(15 /var(--break)*100vw) calc(43 /var(--break)*100vw) calc(29 /var(--break)*100vw);
}
.box_treatment ul li{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	padding-left: calc(45 /var(--break)*100vw);
	position: relative;
}
.box_treatment ul li:not(:last-child){
	margin-bottom: calc(6 /var(--break)*100vw);
}
.box_treatment ul li::before{
	content: "";
	background: url("images/page/icn_check_treatment.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	line-height: 1em;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: 0;
}
.bdr_common{
	border-bottom: solid 1px #b3b3b3;
	margin-bottom: calc(60 /var(--break)*100vw);
}
@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: url("images/page/bar_ttl_page_sp.jpg")no-repeat center bottom / contain,url("images/page/bg_ttl_page_sp.jpg")no-repeat center / cover;
		height: calc(430 /var(--break)*100vw);
		padding-top: calc(136 /var(--break)*100vw);
		text-align: center;
		-webkit-justify-content: center; justify-content: center;
	}
	.hdg2 .ja {
		display: block;
		font-size: 1.5625rem;
		letter-spacing: 0;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.hdg2 .en {
		display: block;
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.ttl_trouble{
		font-size: 2.5rem;
		letter-spacing: 0.1em;
	}
.box_treatment{
	background: #f3f3f3;
}
.box_treatment .ttl{
	height: calc(70 /var(--break)*100vw);
	font-size: 1.125rem;
	letter-spacing: 0;
}
.box_treatment ul{
	padding: calc(15 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(29 /var(--break)*100vw);
}
.box_treatment ul li{
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-left: calc(45 /var(--break)*100vw);
	position: relative;
}
.box_treatment ul li:not(:last-child){
	margin-bottom: calc(12 /var(--break)*100vw);
}
.box_treatment ul li::before{
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	top: calc(20 /var(--break)*100vw);
}
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
}
.box_clinic01{
	padding-top: calc(62 /var(--break)*100vw);
	padding-bottom: calc(71 /var(--break)*100vw);
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-12 /var(--break)*100vw);
}
.box_clinic01 .wrap{
	max-width: 1000px;
	margin: auto;
}
.box_clinic01 .wrap .ttl{
	line-height: calc(70/40*100%);
	border-bottom: dotted calc(2 /var(--break)*100vw) #000;
	padding-bottom: calc(14 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.box_clinic01 .wrap .txt{
	max-width: 820px;
	margin: auto;
}
@media(max-width: 767px) {
	.box_clinic01{
		padding-top: calc(50 /var(--break)*100vw);
		padding-bottom: calc(50 /var(--break)*100vw);
	}
	.box_clinic01 .wrap .ttl{
		font-size: 1.25rem;
		line-height: calc(70/40*100%);
		border-bottom: dotted calc(2 /var(--break)*100vw) #000;
		padding-bottom: calc(14 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
}

.wrap_feature01{
	margin-bottom: calc(82 /var(--break)*100vw);
}
.row_feature01 .col_img{
	width: calc(601 /1500*100%);
}
.row_feature01 .col_txt{
	width: calc(860 /1500*100%);
	padding-top: calc(52 /var(--break)*100vw);
}
.row_feature01 .col_txt .box{
	width: 100%;
	padding: calc(90 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	background: #fff;
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-12 /var(--break)*100vw);
}
.row_feature01 .col_txt .box .num{
	width: calc(111 /var(--break)*100vw);
	height: calc(98 /var(--break)*100vw);
	top: calc(-29 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_feature01 .col_txt .box .ttl{
	margin-bottom: calc(20 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_feature01 .col_txt{
		padding-top: calc(68 /1599*100vw);
	}
	.row_feature01 .col_txt .box{
		padding: calc(90 /1599*100vw) calc(90 /1599*100vw) calc(70 /1599*100vw);
		outline: solid calc(2 /1599*100vw) #b38b6b;
		outline-offset: calc(-12 /1599*100vw);
	}
	.row_feature01 .col_txt .box .num{
		width: calc(111 /1599*100vw);
		height: calc(98 /1599*100vw);
		top: calc(-29 /1599*100vw);
	}
	.row_feature01 .col_txt .box .ttl{
		font-size: calc(34 /1599*100vw);
		margin-bottom: calc(20 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_feature01{
		margin-bottom: calc(81 /var(--break)*100vw);
	}
	.row_feature01 .col_img{
		width: calc(601 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_feature01 .col_txt{
		width: calc(702 /var(--break)*100vw);
		padding-top: calc(69 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .box{
		width: 100%;
		padding: calc(94 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(65 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .box .num{
		width: calc(111 /var(--break)*100vw);
		height: calc(98 /var(--break)*100vw);
		top: calc(-29 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_feature01 .col_txt .box .ttl{
		font-size: 1.375rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
}
.wrap_feature02{
	min-height: calc(700 /var(--break)*100vw);
	padding-top: calc(157 /var(--break)*100vw);
	margin-bottom: calc(80 /var(--break)*100vw);
}
.wrap_feature02 .img_feature02{
	width: calc(1200/var(--break)*100vw);
	height: calc(680/var(--break)*100vw);
	top: 0;
	left: 0;
}
.wrap_feature02 .img_feature02::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #e6e1db;
	position: absolute;
	top: calc(20 /var(--break)*100vw);
	left: calc(20 /var(--break)*100vw);
	z-index: -1;
}
.wrap_feature02 .box{
	width: calc(860 /1920*100vw);
	padding: calc(90 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	background: #fff;
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-12 /var(--break)*100vw);
	margin-left: auto;
	margin-right: calc(100/1920*100vw);
}
.wrap_feature02 .box .num{
	width: calc(125 /var(--break)*100vw);
	height: calc(98 /var(--break)*100vw);
	top: calc(-29 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_feature02 .box .ttl{
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_icn_feature02{
	width: calc(440 /var(--break)*100vw);
	bottom: calc(-79 /var(--break)*100vw);
	left: calc(19 /var(--break)*100vw);
}
.row_icn_feature02 .col{
	width: calc(220 /var(--break)*100vw);
	height: calc(220 /var(--break)*100vw);
	background: #558632;
	border-radius: 100%;
	padding-top: calc(64 /var(--break)*100vw);
}
.row_icn_feature02 .col .icn{
	width: calc(50 /var(--break)*100vw);
	margin: 0 auto calc(11 /var(--break)*100vw);
}
.row_icn_feature02 .col:nth-child(1){
	margin: 0 calc(110 /var(--break)*100vw) calc(-30 /var(--break)*100vw);
}
.row_icn_feature02 .col:nth-child(3){
	padding-top: calc(44 /var(--break)*100vw);
}
.row_icn_feature02 .col .txt{
	line-height: calc(38.4/26*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature02{
		min-height: calc(700 /1599*100vw);
		padding-top: calc(80 /1599*100vw);
		margin-bottom: calc(80 /1599*100vw);
	}
	.wrap_feature02 .img_feature02{
		width: calc(1200/1920*100vw);
		height: calc(680/1920*100vw);
	}
	.wrap_feature02 .img_feature02::before{
		top: calc(20 /1599*100vw);
		left: calc(20 /1599*100vw);
	}
	.wrap_feature02 .box{
		width: calc(860 /1920*100vw);
		padding: calc(90 /1599*100vw) calc(75 /1599*100vw) calc(70 /1599*100vw);
		outline: solid calc(2 /1599*100vw) #b38b6b;
		outline-offset: calc(-12 /1599*100vw);
		margin-left: auto;
		margin-right: calc(100/1920*100vw);
	}
	.wrap_feature02 .box .num{
		width: calc(125 /1599*100vw);
		height: calc(98 /1599*100vw);
		top: calc(-29 /1599*100vw);
	}
	.wrap_feature02 .box .ttl{
		font-size: calc(34/1599*100vw);
		margin-bottom: calc(20 /1599*100vw);
	}
	.row_icn_feature02{
		width: calc(440 /1599*100vw);
		bottom: calc(-79 /1599*100vw);
		left: calc(19 /1599*100vw);
	}
	.row_icn_feature02 .col{
		width: calc(220 /1599*100vw);
		height: calc(220 /1599*100vw);
		padding-top: calc(64 /1599*100vw);
	}
	.row_icn_feature02 .col .icn{
		width: calc(50 /1599*100vw);
		margin: 0 auto calc(11 /1599*100vw);
	}
	.row_icn_feature02 .col:nth-child(1){
		margin: 0 calc(110 /1599*100vw) calc(-30 /1599*100vw);
	}
	.row_icn_feature02 .col:nth-child(3){
		padding-top: calc(44 /1599*100vw);
	}
	.row_icn_feature02 .col .txt{
		font-size: calc(26/1599*100vw);
		line-height: calc(38.4/26*100%);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.wrap_feature02{
		min-height: auto;
		padding-top: 0;
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_feature02 .img_feature02{
		position: relative;
		width: calc(702/var(--break)*100vw);
		height: calc(398/var(--break)*100vw);
		margin: 0 auto calc(220 /var(--break)*100vw);
		top: 0;
		left: 0;
	}
	.wrap_feature02 .img_feature02::before{
		top: calc(10 /var(--break)*100vw);
		left: calc(10 /var(--break)*100vw);
	}
	.wrap_feature02 .box{
		width: calc(702 /var(--break)*100vw);
		padding: calc(94 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(65 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_feature02 .box .num{
		width: calc(125 /var(--break)*100vw);
		height: calc(98 /var(--break)*100vw);
		top: calc(-29 /var(--break)*100vw);
	}
	.wrap_feature02 .box .ttl{
		font-size: 1.375rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.row_icn_feature02{
		width: calc(529 /var(--break)*100vw);
		bottom: calc(-135 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_icn_feature02 .col{
		width: calc(176 /var(--break)*100vw);
		height: calc(176 /var(--break)*100vw);
		background: #558632;
		border-radius: 100%;
		padding-top: calc(50 /var(--break)*100vw);
	}
	.row_icn_feature02 .col .icn{
		width: calc(40 /var(--break)*100vw);
		line-height: 1em;
		margin: 0 auto calc(7 /var(--break)*100vw);
	}
	.row_icn_feature02 .col:nth-child(1){
		margin: 0 0 0;
	}
	.row_icn_feature02 .col:nth-child(3){
		padding-top: calc(35 /var(--break)*100vw);
	}
	.row_icn_feature02 .col .txt{
		font-size: 0.6875rem;
		line-height: calc(38.4/26*100%);
	}
}
.wrap_feature03{
	padding-top: calc(74 /var(--break)*100vw);
	margin-bottom: calc(80 /var(--break)*100vw);
}
.wrap_feature03 .box{
	width: 100%;
	background: url("images/clinic/bg_clinic03.jpg")no-repeat center/cover;
	outline: solid calc(2 /var(--break)*100vw) #fff;
	padding: calc(92 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(170 /var(--break)*100vw);
	outline-offset: calc(-12 /var(--break)*100vw);
}
.wrap_feature03 .box .num{
	width: calc(121 /var(--break)*100vw);
	height: calc(106 /var(--break)*100vw);
	top: calc(-40 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_feature03 .box .ttl{
	margin-bottom: calc(22 /var(--break)*100vw);
}
.row_feature03{
	margin-top: calc(-120 /var(--break)*100vw);
}
.row_feature03 .col{
	width: 21.6%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature03{
		padding-top: calc(74 /1599*100vw);
	}
	.wrap_feature03 .box{
		outline: solid calc(2 /1599*100vw) #fff;
		padding: calc(92 /1599*100vw) calc(90 /1599*100vw) calc(170 /1599*100vw);
		outline-offset: calc(-12 /1599*100vw);
	}
	.wrap_feature03 .box .num{
		width: calc(121 /1599*100vw);
		height: calc(106 /1599*100vw);
		top: calc(-40 /1599*100vw);
	}
	.wrap_feature03 .box .ttl{
		font-size: calc(34/1599*100vw);
		margin-bottom: calc(22 /1599*100vw);
	}
	.row_feature03{
		margin-top: calc(-120 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.wrap_feature03{
		padding-top: calc(74 /var(--break)*100vw);
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_feature03 .box{
		width: 100%;
		background: #f3efea;
		outline: solid calc(2 /var(--break)*100vw) #fff;
		padding: calc(91 /var(--break)*100vw) 0 calc(588 /var(--break)*100vw);
		outline-offset: calc(-12 /var(--break)*100vw);
	}
	.wrap_feature03 .box .num{
		width: calc(121 /var(--break)*100vw);
		height: calc(106 /var(--break)*100vw);
		top: calc(-40 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.wrap_feature03 .box .ttl{
		font-size:1.375rem;
		letter-spacing: 0;
		transform: translateX(calc(14 /var(--break)*100vw));
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.row_feature03{
		width: calc(646 /var(--break)*100vw);
		gap:calc(40 /var(--break)*100vw) calc(42/646*100%);
		margin: calc(-542 /var(--break)*100vw) auto 0;
	}
	.row_feature03 .col{
		width: calc(302/646*100%);
	}
	.row_feature03 .col img{
		width: 100%;
	}
}
.wrap_feature04{
	min-height: calc(700 /var(--break)*100vw);
	padding-top: calc(141 /var(--break)*100vw);
	margin-bottom: calc(80 /var(--break)*100vw);
}
.wrap_feature04 .img_feature04{
	width: calc(1200/var(--break)*100vw);
	height: calc(680/var(--break)*100vw);
	top: 0;
	right: 0;
}
.wrap_feature04 .img_feature04::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #e6e1db;
	position: absolute;
	top: calc(20 /var(--break)*100vw);
	right: calc(20 /var(--break)*100vw);
	z-index: -1;
}
.wrap_feature04 .box{
	width: calc(860 /1920*100vw);
	padding: calc(90 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(73 /var(--break)*100vw);
	background: #fff;
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-12 /var(--break)*100vw);
	margin-right: auto;
	margin-left: calc(100/1920*100vw);
}
.wrap_feature04 .box .num{
	width: calc(125 /var(--break)*100vw);
	height: calc(107 /var(--break)*100vw);
	top: calc(-39 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_feature04 .box .ttl{
	margin-bottom: calc(22 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature04{
		min-height: calc(700 /1599*100vw);
		padding-top: calc(60 /1599*100vw);
		margin-bottom: calc(80 /1599*100vw);
	}
	.wrap_feature04 .img_feature04{
		width: calc(1200/1920*100vw);
		height: calc(680/1920*100vw);
	}
	.wrap_feature04 .img_feature04::before{
		top: calc(20 /1599*100vw);
		right: calc(20 /1599*100vw);
		z-index: -1;
	}
	.wrap_feature04 .box{
		width: calc(860 /1920*100vw);
		padding: calc(90 /1599*100vw) calc(90 /1599*100vw) calc(73 /1599*100vw);
		outline: solid calc(2 /1599*100vw) #b38b6b;
		outline-offset: calc(-12 /1599*100vw);
		margin-right: auto;
		margin-left: calc(100/1920*100vw);
	}
	.wrap_feature04 .box .num{
		width: calc(125 /1599*100vw);
		height: calc(107 /1599*100vw);
		top: calc(-39 /1599*100vw);
	}
	.wrap_feature04 .box .ttl{
		font-size: calc(34/1599*100vw);
		margin-bottom: calc(22 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.wrap_feature04{
		min-height: auto;
		padding-top: 0;
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_feature04 .img_feature04{
		position: relative;
		width: calc(702/var(--break)*100vw);
		height: calc(398/var(--break)*100vw);
		margin: 0 auto calc(80 /var(--break)*100vw);
	}
	.wrap_feature04 .img_feature04::before{
		top: calc(10 /var(--break)*100vw);
		right: calc(10 /var(--break)*100vw);
	}
	.wrap_feature04 .box{
		width: calc(702 /var(--break)*100vw);
		padding: calc(92 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(66 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_feature04 .box .num{
		width: calc(125 /var(--break)*100vw);
		height: calc(107 /var(--break)*100vw);
		top: calc(-39 /var(--break)*100vw);
	}
	.wrap_feature04 .box .ttl{
		font-size: 1.375rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
}
.wrap_feature05{
	padding-top: calc(98 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
	background: #faf8f4;
}
.wrap_feature05 .wrap .icn{
	background: #ba9678;
	border-radius: 100%;
	width: calc(240 /var(--break)*100vw);
	height: calc(240 /var(--break)*100vw);
	top: 0;
	right: 0;
	padding-top: calc(50 /var(--break)*100vw);
}
.wrap_feature05 .wrap .icn .icn_feature05{
	width: calc(50 /var(--break)*100vw);
	margin-bottom: calc(16 /var(--break)*100vw);
}
.wrap_feature05 .wrap .icn p .txt1{
	margin-bottom: calc(17 /var(--break)*100vw);
}
.wrap_feature05 .box_feature05_1{
	margin-bottom: calc(58 /var(--break)*100vw);
}
.wrap_feature05 .box_feature05_1 .num{
	width: calc(117 /var(--break)*100vw);
	height: calc(106 /var(--break)*100vw);
	margin-bottom: calc(14 /var(--break)*100vw);
}
.wrap_feature05 .box_feature05_1 .ttl{
	margin-bottom: calc(20 /var(--break)*100vw);
}

.box_feature05_2{
	background: #fff;
	border: solid 1px #b3b3b3;
	padding: calc(34 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.box_feature05_2::before,
.box_feature05_2::after{
	content: "";
	width: calc(240 /var(--break)*100vw);
	height: calc(240 /var(--break)*100vw);
	background: #9cb26b;
	position: absolute;
	bottom:-1px;
}
.box_feature05_2::before{
	clip-path: polygon(0 0,100% 100%, 0 100%);
	left: -1px;
}
.box_feature05_2::after{
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	right: -1px;
}
.box_feature05_2 .ttl{
	padding-bottom: calc(17 /var(--break)*100vw);
	margin-bottom: calc(30 /var(--break)*100vw);
}
.box_feature05_2 .ttl::after{
	content: "";
	background: url("images/index/deco_feature05.png")no-repeat center/contain;
	width: calc(71 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.row_feature05{
	gap:0 calc(20/1240*100%);
}
.row_feature05 .col{
	width: calc(232/1240*100%);
	height: calc(100 /var(--break)*100vw);
	background: #fff;
}
.row_feature05 .col::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.row_feature05 .col::after{
	content: "";
	width: 100%;
	height: 100%;
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-7 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.row_feature05_2 .col{
	width: calc(650/1340*100%);
	background: #fff;
	border: solid 1px #b3b3b3;
	padding: calc(47 /var(--break)*100vw) calc(49 /var(--break)*100vw) calc(59 /var(--break)*100vw);
}
.row_feature05_2 .col .ttl{
	width: 100%;
	height: calc(60 /var(--break)*100vw);
	background: #e6e1db;
	margin-bottom: calc(25 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature05{
		padding-top: calc(40 /1599*100vw);
		padding-bottom: calc(100 /1599*100vw);
		background: #faf8f4;
	}
	.wrap_feature05 .wrap .icn{
		background: #ba9678;
		border-radius: 100%;
		width: calc(240 /1599*100vw);
		height: calc(240 /1599*100vw);
		top: 0;
		right: 0;
		padding-top: calc(50 /1599*100vw);
	}
	.wrap_feature05 .wrap .icn .icn_feature05{
		width: calc(50 /1599*100vw);
		line-height: 1em;
		margin-bottom: calc(16 /1599*100vw);
	}
	.wrap_feature05 .wrap .icn p .txt1{
		font-size: calc(34 /1599*100vw);
		margin-bottom: calc(17 /1599*100vw);
	}
	.wrap_feature05 .wrap .icn p .txt2{
		font-size: calc(22 /1599*100vw);
	}
	.wrap_feature05 .box_feature05_1{
		margin-bottom: calc(58 /1599*100vw);
	}
	.wrap_feature05 .box_feature05_1 .num{
		width: calc(117 /1599*100vw);
		height: calc(106 /1599*100vw);
		margin-bottom: calc(14 /1599*100vw);
	}
	.wrap_feature05 .box_feature05_1 .ttl{
		font-size: calc(34 /1599*100vw);
		margin-bottom: calc(20 /1599*100vw);
	}
	.row_feature05 .col p{
		font-size: calc(20 /1599*100vw);
	}

	.row_feature05_2 .col{
		padding: calc(47 /1599*100vw) calc(49 /1599*100vw) calc(59 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_feature05 .wrap .icn{
		top: calc(-30 /1599*100vw);
	}
}
@media(max-width: 767px) {
	.wrap_feature05{
		padding-top: calc(100 /var(--break)*100vw);
		padding-bottom: 0;
		position: relative;
		margin-bottom: calc(92 /var(--break)*100vw);
	}
	.wrap_feature05::after{
		content: "";
		width: 100%;
		height: calc(848 /var(--break)*100vw);
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.wrap_feature05 .wrap .icn{
		width: calc(216 /var(--break)*100vw);
		height: calc(216 /var(--break)*100vw);
		padding-top: calc(47 /var(--break)*100vw);
		top: calc(-50 /var(--break)*100vw);
	}
	.wrap_feature05 .wrap .icn .icn_feature05{
		width: calc(45 /var(--break)*100vw);
		line-height: 1em;
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.wrap_feature05 .wrap .icn p .txt1{
		font-size: 0.95625rem;
		letter-spacing: 0;
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.wrap_feature05 .wrap .icn p .txt2{
		font-size: 0.6875rem;
		letter-spacing: 0;
	}
	.wrap_feature05 .box_feature05_1{
		margin-bottom: calc(45 /var(--break)*100vw);
	}
	.wrap_feature05 .box_feature05_1 .num{
		width: calc(117 /var(--break)*100vw);
		height: calc(106 /var(--break)*100vw);
		margin-bottom: calc(34 /var(--break)*100vw);
	}
	.wrap_feature05 .box_feature05_1 .ttl{
		font-size: 1.375rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}

	.box_feature05_2{
		background: #fff;
		border: solid 1px #b3b3b3;
		padding: calc(49 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(59 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.box_feature05_2 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(47 /var(--break)*100vw);
	}
	.box_feature05_2 .ttl::after{
		content: "";
		background: url("images/index/deco_feature05.png")no-repeat center/contain;
		width: calc(71 /var(--break)*100vw);
		height: calc(10 /var(--break)*100vw);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_feature05{
		gap:calc(20 /var(--break)*100vw) calc(20/646*100%);
	}
	.row_feature05 .col{
		width: calc(313/646*100%);
		height: calc(100 /var(--break)*100vw);
	}
	.row_feature05 .col p{
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: 1.4em;
	}

	.row_feature05_2{
		width: calc(702 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_feature05_2 .col{
		width: 100%;
		padding: calc(59 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(59 /var(--break)*100vw);
	}
	.row_feature05_2 .col .ttl{
		width: 100%;
		height: calc(70 /var(--break)*100vw);
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: 1em;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
}
.wrap_feature06{
	padding-top: calc(127 /var(--break)*100vw);
	margin-bottom: calc(80 /var(--break)*100vw);
}
.wrap_feature06 .box{
	width: 100%;
	background: url("images/clinic/bg_clinic03.jpg")no-repeat center/cover;
	outline: solid calc(2 /var(--break)*100vw) #fff;
	padding: calc(92 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(227 /var(--break)*100vw);
	outline-offset: calc(-12 /var(--break)*100vw);
}
.wrap_feature06 .box .num{
	width: calc(128 /var(--break)*100vw);
	height: calc(106 /var(--break)*100vw);
	top: calc(-48 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_feature06 .box .ttl{
	margin-bottom: calc(22 /var(--break)*100vw);
}
.row_feature06{
	margin-top: calc(-182 /var(--break)*100vw);
}
.row_feature06 .col{
	width: 47.5%;
}
.row_feature06 .ttl{
	height: calc(60 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature06{
		padding-top: calc(127 /1599*100vw);
	}
	.wrap_feature06 .box{
		outline: solid calc(2 /1599*100vw) #fff;
		padding: calc(92 /1599*100vw) calc(90 /1599*100vw) calc(227 /1599*100vw);
		outline-offset: calc(-12 /1599*100vw);
	}
	.wrap_feature06 .box .num{
		width: calc(128 /1599*100vw);
		height: calc(106 /1599*100vw);
		top: calc(-48 /1599*100vw);
	}
	.wrap_feature06 .box .ttl{
		font-size: calc(34/1599*100vw);
		margin-bottom: calc(22 /1599*100vw);
	}
	.row_feature06{
		margin-top: calc(-182 /1599*100vw);
	}
	.row_feature06 .ttl{
		height: calc(60 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.wrap_feature06{
		padding-top: calc(60 /var(--break)*100vw);
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.wrap_feature06 .box{
		width: 100%;
		background: #f3efea;
		outline: solid calc(2 /var(--break)*100vw) #fff;
		padding: calc(91 /var(--break)*100vw) 0 calc(200 /var(--break)*100vw);
		outline-offset: calc(-12 /var(--break)*100vw);
	}
	.wrap_feature06 .box .num{
		width: calc(128 /var(--break)*100vw);
		height: calc(106 /var(--break)*100vw);
		top: calc(-48 /var(--break)*100vw);
	}
	.wrap_feature06 .box .ttl{
		font-size:1.375rem;
		letter-spacing: 0;
		transform: translateX(calc(14 /var(--break)*100vw));
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.row_feature06{
		width: calc(646 /var(--break)*100vw);
		gap:calc(40 /var(--break)*100vw) 4%;
		margin: calc(-160 /var(--break)*100vw) auto 0;
	}
	.row_feature06 .col{
		width: 48%;
	}
	.row_feature06 .ttl{
		font-size: 0.875rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
	}
}
.wrap_feature07{
	min-height: calc(700 /var(--break)*100vw);
	padding-top: calc(104 /var(--break)*100vw);
}
.wrap_feature07 .img_feature07{
	width: calc(1200/var(--break)*100vw);
	height: calc(680/var(--break)*100vw);
	top: 0;
	left: 0;
}
.wrap_feature07 .img_feature07::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #e6e1db;
	position: absolute;
	top: calc(20 /var(--break)*100vw);
	left: calc(20 /var(--break)*100vw);
	z-index: -1;
}
.wrap_feature07 .box{
	width: calc(860 /1920*100vw);
	padding: calc(90 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	background: #fff;
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-12 /var(--break)*100vw);
	margin-left: auto;
	margin-right: calc(100/1920*100vw);
}
.wrap_feature07 .box .num{
	width: calc(124 /var(--break)*100vw);
	height: calc(107 /var(--break)*100vw);
	top: calc(-29 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_feature07 .box .ttl{
	margin-bottom: calc(20 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_feature07{
		min-height: calc(700 /1599*100vw);
		padding-top: calc(60 /1599*100vw);
	}
	.wrap_feature07 .img_feature07{
		width: calc(1200/1920*100vw);
		height: calc(680/1920*100vw);
	}
	.wrap_feature07 .img_feature07::before{
		top: calc(20 /1599*100vw);
		left: calc(20 /1599*100vw);
	}
	.wrap_feature07 .box{
		width: calc(860 /1920*100vw);
		padding: calc(90 /1599*100vw) calc(75 /1599*100vw) calc(70 /1599*100vw);
		outline: solid calc(2 /1599*100vw) #b38b6b;
		outline-offset: calc(-12 /1599*100vw);
		margin-left: auto;
		margin-right: calc(100/1920*100vw);
	}
	.wrap_feature07 .box .num{
		width: calc(124 /1599*100vw);
		height: calc(107 /1599*100vw);
		top: calc(-29 /1599*100vw);
	}
	.wrap_feature07 .box .ttl{
		font-size: calc(34/1599*100vw);
		margin-bottom: calc(20 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.wrap_feature07{
		min-height: auto;
		padding-top: 0;
	}
	.wrap_feature07 .img_feature07{
		position: relative;
		width: calc(702/var(--break)*100vw);
		height: calc(398/var(--break)*100vw);
		margin: 0 auto calc(220 /var(--break)*100vw);
		top: 0;
		left: 0;
	}
	.wrap_feature07 .img_feature07::before{
		top: calc(10 /var(--break)*100vw);
		left: calc(10 /var(--break)*100vw);
	}
	.wrap_feature07 .box{
		width: calc(702 /var(--break)*100vw);
		padding: calc(94 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(65 /var(--break)*100vw);
		margin: auto;
	}
	.wrap_feature07 .box .num{
		width: calc(124 /var(--break)*100vw);
		height: calc(107 /var(--break)*100vw);
		top: calc(-29 /var(--break)*100vw);
	}
	.wrap_feature07 .box .ttl{
		font-size: 1.375rem;
		letter-spacing: 0;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(42 / 1920 * 100vw);
	height: calc(80 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -10.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(42 / 1920 * 100vw);
	height: calc(80 / 1920 * 100vw);
	right: -10.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(42 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(42 / 1299 * 100vw);
		height: calc(80 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(42 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_clinic01 .row_format04 {
		width: 100%;
		gap:calc(30 /var(--break)*100vw) 4%!important;
	}
	.wrap_clinic01 .row_format04 .col {
		width: 48%!important;
	}
	.wrap_clinic01 .row_format04 .ttl {
		font-size: 0.875rem!important;
		letter-spacing: 0;
	}
}


/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01{
	margin-bottom: calc(90 /var(--break)*100vw);
}
.row_staff01 .col_img {
	width: 38%;
	max-width: 460px;
}
.row_staff01 .col_img .img{
	padding-bottom: calc(10 /var(--break)*100vw);
	margin-bottom: calc(36 /var(--break)*100vw);
	position: relative;
}
.row_staff01 .col_img .img::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #dddddd;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.name_staff01::after{
	content: "";
	width: calc(348 /var(--break)*100vw);
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.name_staff01 .name1{
	margin-right: calc(37 /var(--break)*100vw);
}
.row_staff01 .col_txt {
	width: 59%;
	max-width: 730px;
}
.copy_staff{
}
.copy_staff span{
	display: inline-block;
	border-bottom: dotted calc(2 /var(--break)*100vw) #000;
	padding-bottom: calc(7 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01{
		margin-bottom: calc(90 /var(--break)*100vw);
	}
	.row_staff01 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_staff01 .col_img .img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(36 /var(--break)*100vw);
	}
	.name_staff01::after{
		width: calc(408 /var(--break)*100vw);
		height: 1px;
		background: #000000;
		bottom: calc(3 /var(--break)*100vw);
	}
	.name_staff01 .name1{
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-right: calc(7 /var(--break)*100vw);
	}
	.name_staff01 .name2{
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.row_staff01 .col_txt {
		width: 100%;
		max-width: 100%;
	}
	.copy_staff{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.copy_staff span{
		display: inline-block;
		border-bottom: dotted calc(2 /var(--break)*100vw) #000;
		padding-bottom: calc(10 /var(--break)*100vw);
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.bg_access01{
	padding-bottom: calc(74 /var(--break)*100vw);
}
.bg_access01::after{
	content: "";
	width: 100%;
	height: calc(250 /var(--break)*100vw);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.img_access01{
	width: calc(750 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
}
.row_access01 .col_l{
	width: 49%;
	max-width: 600px;
}
.logo_access{
	width: calc(335 /var(--break)*100vw);
	margin: 0 auto calc(60 /var(--break)*100vw);
}
.address_access{
	text-align: center;
	margin-bottom: calc(25 /var(--break)*100vw);
}
.address_access::before{
	content: "";
	background: url("images/page/icn_address.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
	margin-right: calc(13 /var(--break)*100vw);
}

.tel_access{
	width: 100%;
}
.tel_access a{
	height: calc(120 /var(--break)*100vw);
	outline: solid 1px #ffffff;
	outline-offset: calc(-6 /var(--break)*100vw);
}
.tel_access a .wrap{
	width: 100%;
	padding-bottom: calc(4 /var(--break)*100vw);
}
.tel_access a .dib{
	vertical-align: middle;
}
.tel_access a .icn{
	line-height: 1em;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	margin-right: calc(5 /var(--break)*100vw);
}
.tel_access a .txt1{
}

.row_access01 .col_r {
	width: 45%;
	max-width: 530px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_access01{
		padding-bottom: calc(74 /var(--break)*100vw);
	}
	.bg_access01::after{
		content: "";
		width: 100%;
		height: calc(250 /var(--break)*100vw);
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.img_access01{
		width: 100%;
	}
	.row_access01 .col_l{
		width: 100%;
		max-width:100%;
		text-align: center;
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.logo_access{
		width: calc(503 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.logo_access img{
		width: 100%;
	}
	.address_access{
		font-size: 0.8125rem;
		letter-spacing: 0;
		line-height: calc(40/26*100%);
		text-align: center;
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.address_access::before{
		content: "";
		background: url("images/page/icn_address.svg")no-repeat center/contain;
		width: calc(48 /var(--break)*100vw);
		height: calc(48 /var(--break)*100vw);
		display: block;
		line-height: 1em;
		vertical-align: middle;
		margin: 0 auto calc(22 /var(--break)*100vw);
	}

	.tel_access{
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tel_access a{
		height: calc(120 /var(--break)*100vw);
	}
	.tel_access a .wrap{
		width: 100%;
		padding-bottom: calc(12 /var(--break)*100vw);
	}
	.tel_access a .icn{
		vertical-align: middle;
		width: calc(38 /var(--break)*100vw);
		height: calc(38 /var(--break)*100vw);
		margin-right: calc(9 /var(--break)*100vw);
	}
	.tel_access a .icn img{
		width: 100%;
	}
	.tel_access a .txt1{
		font-size: 1.4375rem;
		letter-spacing: 0;
		vertical-align: middle;
	}

	.row_access01 .col_r {
		width: 100%;
		max-width: 100%;
	}
}
.wrap_access01 .map{
	padding: calc(460 / var(--break) * 100vw) 0 0 0;
}
.row_access02 .col{
	width: calc(394/1240*100%);
	position: relative;
}
.row_access02 .col:not(:last-child)::after{
	content: "";
	width: calc(15 /var(--break)*100vw);
	height: calc(45 /var(--break)*100vw);
	background: #558632;
	clip-path: polygon(0 0,0 100%, 100% 50%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(-22 /var(--break)*100vw);
	margin: auto;
}
.row_access02 .col .box{
	border: solid 1px #b3b3b3;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access02{
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_access02 .col{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		position: relative;
	}
	.row_access02 .col:not(:last-child)::after{
		content: "";
		width: calc(45 /var(--break)*100vw);
		height: calc(15 /var(--break)*100vw);
		background: #558632;
		clip-path: polygon(0 0,50% 100%,100% 0);
		position: absolute;
		top: auto;
		bottom: calc(-37 /var(--break)*100vw);;
		right: 0;
		left: 0;
		margin: auto;
	}
	.row_access02 .col img{
		width: 100%;
	}
	.row_access02 .col .box{
		border: solid 1px #b3b3b3;
	}
}


/* シミ取り・肝斑 stain
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ほくろ・いぼ mole
------------------------------------------------------------------*/
.row_format04.row_mole01{
	gap:calc(40 /var(--break)*100vw) 4%;
}
.row_format04.row_mole01 .col{
	width: 48%;
	max-width: none;
	margin: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_format04.row_mole01{
		width: 100%;
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_format04.row_mole01 .col{
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
}


/* しわ・たるみ wrinkles
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* ニキビ跡・毛穴 pimple
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 痩身・マンジャロ slimming
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 料金一覧 fee
------------------------------------------------------------------*/
.js_acc_item .ttl{
	padding-bottom: calc(17 /var(--break)*100vw);
	margin-bottom: calc(30 /var(--break)*100vw);
}
.js_acc_item .ttl::after{
	content: "";
	background: url("images/index/deco_feature05.png")no-repeat center/contain;
	width: calc(71 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.row_fee01{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
}
.row_fee01 .col{
	width: calc(295/1240*100%);
}
.row_fee01 .col a{
	height: calc(100 /var(--break)*100vw);
	background: #fff;
	border:solid 1px #b3b3b3;
	letter-spacing: 0;
	line-height: 1.6em;
	padding-left: calc(30 /var(--break)*100vw);
	padding-right: calc(30 /var(--break)*100vw);
}
.row_fee01 .col a::before{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	position: absolute;
	top: calc(6 /var(--break)*100vw);
	left: calc(6 /var(--break)*100vw);
	z-index: -1;
}
.row_fee01 .col a::after{
	content: "";
	background: url("images/fee/arw_fee.svg")no-repeat center/contain;
	width: calc(10 /var(--break)*100vw);
	height: calc(7 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(10 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.js_acc_item{
		padding-left: calc(28 /var(--break)*100vw);
		padding-right: calc(28 /var(--break)*100vw);
	}
	.js_acc_item .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(47 /var(--break)*100vw);
	}
	.js_acc_item .ttl::after{
		content: "";
		background: url("images/index/deco_feature05.png")no-repeat center/contain;
		width: calc(71 /var(--break)*100vw);
		height: calc(10 /var(--break)*100vw);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.js_acc_item .box{
		padding: 0;
	}
	.row_fee01{
		gap:calc(24 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_fee01 .col{
		width: calc(340/702*100%);
	}
	.row_fee01 .col a{
		height: calc(163 /var(--break)*100vw);
		font-size: 0.8125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding-left: calc(30 /var(--break)*100vw);
		padding-right: calc(30 /var(--break)*100vw);
	}
	.row_fee01 .col a::before{
		width: calc(20 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
	}
	.row_fee01 .col a::after{
		width: calc(10 /var(--break)*100vw);
		height: calc(7 /var(--break)*100vw);
		right: calc(20 /var(--break)*100vw);
	}
}


/* 精神科・心療内科 psychiatry
------------------------------------------------------------------*/
.row_psychiatry02{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
}
.row_psychiatry02 .col{
	width: calc(295/1240*100%);
}
.row_psychiatry02 .col a{
	height: calc(100 /var(--break)*100vw);
	background: #fff;
	border:solid 1px #b3b3b3;
	letter-spacing: 0;
	line-height: 1.6em;
	padding-left: calc(30 /var(--break)*100vw);
	padding-right: calc(30 /var(--break)*100vw);
}
.row_psychiatry02 .col a::before{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	position: absolute;
	top: calc(6 /var(--break)*100vw);
	left: calc(6 /var(--break)*100vw);
	z-index: -1;
}
.row_psychiatry02 .col a::after{
	content: "";
	width: calc(14 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	background: #ff952c;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: calc(5 /var(--break)*100vw);
	right: calc(5 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_format04.row_psychiatry01 {
		width: 100%;
		gap:calc(60 /var(--break)*100vw) 4%;
	}
	.row_format04.row_psychiatry01 .col {
		width: 48%;
		max-width: 48%;
		margin: 0 auto!important;
	}
	.row_format04.row_psychiatry01 .ttl {
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.row_psychiatry02{
		gap:calc(24 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_psychiatry02 .col{
		width: calc(340/702*100%);
	}
	.row_psychiatry02 .col a{
		height: calc(120 /var(--break)*100vw);
		font-size: 0.8125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding-left: calc(30 /var(--break)*100vw);
		padding-right: calc(30 /var(--break)*100vw);
	}
	.row_psychiatry02 .col a::before{
		width: calc(20 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
	}
	.row_psychiatry02 .col a::after{
		width: calc(24 /var(--break)*100vw);
		height: calc(24 /var(--break)*100vw);
		bottom: calc(5 /var(--break)*100vw);
		right: calc(5 /var(--break)*100vw);
	}
}


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


/* 今月のおすすめメニュー menu
------------------------------------------------------------------*/
.bnr_menu{
	max-width: 1080px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


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


/* tbl_common
------------------------------------------------------------------*/
.tbl_common01.tbl_default.reverse th {
	width: 65%;
}
.tbl_common01.tbl_default.reverse thead th:nth-child(2) {
	width: 35%;
}
.tbl_common01.tbl_default table {
	border: none;
}
.tbl_common01 thead th {
	background: #5A5E51;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	text-align: center;
}
.tbl_common01 thead th:not(:last-child) {
	border-right: solid 1px #fff;
}
.tbl_common01 tbody th {
	background: #6bb374;
	color: #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	vertical-align: top;
}
.tbl_common01 tbody tr th {
	border-bottom: 1px solid #fff!important;
}
.tbl_common01 tbody td {
	vertical-align: top;
	border-top: 1px solid #6bb374;
	border-bottom: 1px solid #6bb374;
	border-right: solid 1px #6bb374;
}
.tbl_common02.tbl_common01.tbl_default th,
.tbl_common02.tbl_common01.tbl_default td {
	width: 33%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01{
	padding-bottom: calc(52 /var(--break)*100vw);
}
.wrap_case01.only{
	padding-bottom: 0;
}
.slide_case01{
}
.area_case_common01 {
	background: #faf8f4;
	padding-bottom: calc(51 /var(--break)*100vw);
	padding-top: calc(37 /var(--break)*100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	margin-bottom: calc(13 /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 {
	color: #b38b6b;
	border: solid 1px #b3b3b3;
	background: #fff;
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #558632;
	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_case.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: calc(30 /var(--break)*100vw);
}
.slide_case01 .slick-next {
    right: calc(30 /var(--break)*100vw);
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: 0;
	position: absolute!important;
	bottom: calc(-52 /var(--break)*100vw);
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #b3b3b3;
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #558632;
	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_default.tbl_case table {
	border: 1px solid #6bb374;
}
.tbl_default.tbl_case th {
	background: #6bb374;
	color: #ffffff;
}
.tbl_default.tbl_case td {
	background: #ffffff;
}
.tbl_default.tbl_case tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_default.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #6bb374;
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case .tbl_caption{
	margin-top: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.area_case_common01 {
		width: calc(702 /var(--break)*100vw)!important;
		margin-left: 0!important;
		margin-right: 0!important;
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding: 0 calc(20 /var(--break)*100vw);
		margin-bottom: calc(23 /var(--break)*100vw);
	}
	.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 #558632;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
		bottom: auto;
		top: 69vw;
	}
	.slide_case01 .slick-prev {
		left: calc(28 /var(--break)*100vw);
	}
	.slide_case01 .slick-next {
		right: calc(28 /var(--break)*100vw);
	}
	.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_default.tbl_case{
		width: calc(646 /var(--break)*100vw);
	}
	.tbl_default.tbl_case tr th {
		border-bottom: 1px solid #917257;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	background: #f3f3f3;
}
.box_risk01 .ttl{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 110px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	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
------------------------------------------------------------------*/
.btn_recruit01{
	width: calc(500 /var(--break)*100vw);
}
.btn_recruit01 a{
	height: calc(60 /var(--break)*100vw);
	background: #558632;
}
.btn_recruit01 a::after{
	content: "";
	background: url("images/page/arw_btn_w.svg")no-repeat center/contain;
	width: calc(10 /var(--break)*100vw);
	height: calc(15 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
}
.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: #f2f2f2;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #9cb26b;
}
.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) {
	.btn_recruit01{
		width: calc(600 /var(--break)*100vw);
	}
	.btn_recruit01 a{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5em;
		height: calc(120 /var(--break)*100vw);
	}
	.btn_recruit01 a::after{
		width: calc(10 /var(--break)*100vw);
		height: calc(15 /var(--break)*100vw);
		right: calc(20 /var(--break)*100vw);
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

/* お問い合わせ 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: #5a5e51;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #9cb26b;
	border: 1px solid #558632;
	border-right-color: #558632;
	color: #fff;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #558632;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #000000;
	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 #000;
	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 #000;
	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 #000;
}
.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: calc(20 /var(--break)*100vw);
	border: 1px solid #b3b3b3;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	margin-top: calc(-2 /var(--break)*100vw);
}
.blog_archive .txt_post .date {
	color: #b38b6b;
	margin-top: calc(-4 /var(--break)*100vw);
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #000;
	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 #000000;
	color: #000000;
	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: #000000;
	background: #000000;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	letter-spacing: 0.1em;
	font-size: 1.625rem;
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #9cb26b;
	position: relative;
	color: #fff;
	padding: calc(18 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(20 /var(--break)*100vw);
}
.single_post > h3::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: calc(5 /var(--break)*100vw);
	left: 0;
}
.post_content > h4,.post_content > h5{
	font-family: "fot-matisse-pron", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h4{
	background: #f3f3f3;
	position: relative;
	padding: calc(13 /var(--break)*100vw) calc(32 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.post_content > h4::before{
	content: "";
	width: calc(2 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #5a5e51;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
}
.post_content > h5{
	position: relative;
	padding: calc(13 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.post_content > h5::before{
	content: "";
	display: block;
	background: url("images/page/deco_topics.svg")no-repeat center/contain;
	width: calc(14 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	position: absolute;
	top: calc(22 /var(--break)*100vw);
	left: 0;
}
.post_content > h5::after{
	content: "";
	width: 100%;
	height: calc(5 /var(--break)*100vw);
	position: absolute;
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	bottom: 0;
	left: 0;
}
#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 #6bb374;
	background: #6bb374;
	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: #6bb374;
}

@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: 4vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 4vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
.post_content > h4::before{
	content: "";
	width: calc(2 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	background: #5a5e51;
	position: absolute;
	top: calc(23 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
}
.post_content > h5::before{
	content: "";
	display: block;
	background: url("images/page/deco_topics.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(32 /var(--break)*100vw);
	left: 0;
}
.post_content > h5::after{
	content: "";
	width: 100%;
	height: calc(5 /var(--break)*100vw);
	position: absolute;
	border-top: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;
	bottom: 0;
	left: 0;
}
	#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;
	padding-bottom: calc(10 /var(--break)*100vw);
	position: relative;
}
.row_format01 .col_img::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #e6e1db;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_format01.r_reverse .col_img::after {
	left: calc(10 /var(--break)*100vw);
	right: auto;
}
.row_format01 .col_txt {
	width: 50%;
}
.row_format01 .copy{
	white-space: nowrap;
	border-bottom: solid 1px #b38b6b;
	padding-bottom: calc(30 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.bg_format01{
	background: #e6e1db;
}
.box_format01{
	border-top: solid calc(4 /var(--break)*100vw) #b38b6b; 
}
.box_format01 .ttl{
	border-bottom: dotted calc(2 /var(--break)*100vw) #000;
}
.list_format01 li {
	max-width: 425px;
	line-height: calc(26/18*100%);
	border-bottom: solid 1px #b3b3b3;
	padding-left: calc(29 /var(--break)*100vw);
	padding-bottom: calc(5 /var(--break)*100vw);
}
.list_format01 li:not(:first-child) {
	margin-top: calc(8 / var(--break) * 100vw);
}
.list_format01.list_default01 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_format01 li::before{
	content: "";
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	line-height: 1em;
	position: absolute;
	top: calc(5 /var(--break)*100vw);
	left: 0;
}
.row_format02 .col_img {
	width: 37%;
	max-width: 450px;
	padding-bottom: calc(10 /var(--break)*100vw);
	position: relative;
}
.row_format02 .col_img::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #558632;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_format02.r_reverse .col_img::after {
	left: calc(10 /var(--break)*100vw);
	right: auto;
}
.row_format02 .col_txt {
	width: 59%;
}
.row_format02 .copy{
	border-bottom: solid 1px #b38b6b;
	padding-bottom: calc(30 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.btn_format01{
	width: calc(330 /var(--break)*100vw);
}
.btn_format01 a{
	height: calc(60 /var(--break)*100vw);
	background: #558632;
}
.btn_format01 a::after{
	content: "";
	background: url("images/page/arw_btn_w.svg")no-repeat center/contain;
	width: calc(10 /var(--break)*100vw);
	height: calc(15 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
}

.ttl_format01{
	border-bottom: solid 1px #b38b6b;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
	padding-bottom: calc(10 /var(--break)*100vw);
	position: relative;
}
.row_format03 .col_img::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #558632;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_format03.r_reverse .col_img::after {
	left: calc(10 /var(--break)*100vw);
	right: auto;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #b38b6b;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_format03 .copy::before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #558632;
}
.row_format03 .copy::after {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	left: 0;
	top: .4em;
	background: rgba(255,255,255,0.2);
}
.tbl_format01 table{
	border: 1px solid #5a5e51;
}
.tbl_format01 thead th {
	background: #5a5e51;
	text-align: center;
}
.tbl_format01 thead th:not(:last-child) {
	border-right: solid 1px #fff;
}
.tbl_format01 tbody th {
	background: #7aba82;
	color: #ffffff;
	text-align: center;
	border-right: solid 1px #7aba82;
	border-left: 1px solid #6bb374!important;
}
.tbl_format01 tbody tr:not(:last-of-type) th {
	border-bottom: 1px solid #fff;
}
.tbl_format01 tbody tr:last-of-type th {
	border-bottom: 1px solid #6bb374!important;
}
.tbl_format01 tbody td {
	text-align: center;
	border-bottom: 1px solid #6bb374!important;
	border-top: 1px solid #6bb374!important;
}
.tbl_format01 tbody td {
	border-right: solid 1px #6bb374;
}

.box_format02{
	background: #e6e1db;
	outline: solid calc(2 /var(--break)*100vw) #fff;
	outline-offset: calc(-12 /var(--break)*100vw);
}
.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{
	background: #e6e1db;
	outline: solid calc(2 /var(--break)*100vw) #fff;
	outline-offset: calc(-12 /var(--break)*100vw);
}
.box_format03 .col_img {
	width: 31%;
	max-width: 345px;
	padding-bottom: calc(10 /var(--break)*100vw);
	position: relative;
}
.box_format03 .col_img::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #558632;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.box_format03.r_reverse .col_img::after {
	left: calc(10 /var(--break)*100vw);
	right: auto;
}
.box_format03 .col_txt {
	width: 65%;
}
.row_format04 .col {
	width: 31.8%;
	max-width: 394px;
	margin-right: 2.3%;
}
.row_format04 .col.bdr {
	border: solid 1px #b3b3b3;
}
.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(50 / var(--break) * 100vw);
}
.row_format04 .ttl_bg{
	background: #558632;
}
.row_format04 .col:nth-child(2n) .ttl_bg{
	background: #6bb374;
}
.row_format04 .box{
	border: solid 1px #b3b3b3;
}
.box_format04{
	outline: solid calc(2 /var(--break)*100vw) #b38b6b;
	outline-offset: calc(-12 /var(--break)*100vw);
	position: relative;
}
.box_format04::after{
	content: "";
	width: calc(160 /var(--break)*100vw);
	height: calc(160 /var(--break)*100vw);
	background: #f3f3f3;
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.box_format04 .ttl {
	height: calc(50 / var(--break) * 100vw);
	border-bottom: solid 1px #b38b6b;
}
.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));
}
.box_format04 .list_default li:before {
	background: #558632;
}
.risk_format {
	background: #f3f3f3;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 110px;
	scrollbar-color: #333 #fff;
    scrollbar-width: thin;
}
.img_format02 span{
	padding-bottom: calc(10 /var(--break)*100vw);
}
.img_format02 span::after {
	content: "";
	width: 100%;
	height: calc(100% - (10 /var(--break)*100vw));
	background: #558632;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
	z-index: -1;
}
@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;
	}
	.row_format01 .copy{
		white-space: normal;
	}
	.img_format01 {
		max-width: 100%;
	}
	.box_format01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.list_format01 li {
		max-width: 100%;
	}
	.list_format01 li:not(:first-child) {
		margin-top: calc(8 / var(--break) * 100vw);
	}
	.list_format01.list_default01 li:nth-child(-n+2) {
		margin-top: calc(8 / var(--break) * 100vw);
	}
	.list_format01 li::before{
		width: calc(20 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
		top: calc(12 /var(--break)*100vw);
	}
	.row_format03 .copy {
		text-align: left;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_format03 .copy::before {
		top: .55em;
	}
	.row_format03 .copy::after {
		top: .55em;
	}
	.btn_format01{
		width: calc(600 /var(--break)*100vw);
	}
	.btn_format01 a{
		font-size: 1rem;
		letter-spacing: 0;
		height: calc(100 /var(--break)*100vw);
	}
	.btn_format01 a::after{
		width: calc(10 /var(--break)*100vw);
		height: calc(15 /var(--break)*100vw);
		right: calc(20 /var(--break)*100vw);
	}

	.box_format02 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.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 {
		width: 100%;
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_format04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / var(--break) * 100vw);
		font-size: .875rem;
	}
	.img_format02 {
		max-width: calc(500 / var(--break) * 100vw);
	}
	.name_format .job {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.list_format02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_format02 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_format02 .txt {
		width: calc(100% - calc(200 / var(--break) * 100vw));
	}
	.risk_format .box{
		max-height: calc(400 /var(--break)*100vw);
	}
	.ttl_format01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}