@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	background: #f4f0ea;
}
.main_page {
	height: calc((140 / 1920*100vw) + (480 / var(--break) * 100vw));
	position: relative;
}
.main_page::before{
	content: "";
	width: 100%;
	height: calc(270 /var(--break)*100vw);
	background: #e5e0d8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main_page::after{
	content: "";
	background: url("images/page/bg_ttl_page.png")no-repeat center bottom / cover;
	width: calc(1880 /1920*100vw);
	height: calc(420 /var(--break)*100vw);
	border-top-left-radius: calc(150 /var(--break)*100vw);
	border-top-right-radius: calc(150 /var(--break)*100vw);
	position: absolute;
	bottom: calc(60 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.hdg2 .ja {
	font-size: 3.125rem;
	line-height: calc(80/50*100%);
	letter-spacing: 0.1em;
	margin-bottom: calc(16 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 2.25rem;
	letter-spacing: 0.1em;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

.row_default06{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_default06 .col_txt {
	width: 67.8%;
	max-width: 840px;
}
.row_default06 .col_txt.w100 {
	width: 100%;
	max-width:100%;
}
.row_default06 .col_img {
	width: 28.3%;
	max-width: 350px;
}
.row_default06 .sub_ttl{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(46/26*100%);
	border-bottom: solid 1px #6cad27;
	padding-bottom: calc(9 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
	white-space: nowrap;
}
.box_med01{
	border-radius: calc(50 /var(--break)*100vw);
	background: #faf8f5;
	padding: calc(10 /var(--break)*100vw);
}
.box_med01 .box{
	border-radius: calc(40 /var(--break)*100vw);
	border: solid 1px #7c6254;
	padding: calc(32 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.box_med01 .box .ttl{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.box_med01 .box .txt{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-bottom: calc(34 /var(--break)*100vw);
}
.box_med01 .box .btn_med{
	background: #fff;
	border: solid 1px #369e4f;
	width: calc(460 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
.box_med01 .box .btn_med::after{
	content: "";
	background: url("images/page/arw_med.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 /var(--break)*100vw);
	margin: auto;
}
@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 {
		height: calc(521 /var(--break)*100vw);
		padding-top: calc(106 /var(--break)*100vw);
	}
	.main_page::before{
		content: "";
		width: 100%;
		height: calc(200 /var(--break)*100vw);
		background: #e5e0d8;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.main_page::after{
		content: "";
		background: url("images/page/bg_ttl_page_sp.png")no-repeat center bottom / cover;
		width: calc(702 /var(--break)*100vw);
		height: calc(350 /var(--break)*100vw);
		border-top-left-radius: calc(150 /var(--break)*100vw);
		border-top-right-radius: calc(150 /var(--break)*100vw);
		position: absolute;
		bottom: calc(24 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.1em;
	}
	.col_img {
		text-align: center;
	}
	.row_default06 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
		margin-bottom: 5vw;
	}
	.row_default06 .col_txt {
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_default06 .sub_ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		border-bottom: solid 1px #6cad27;
		padding-bottom: calc(13 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
		white-space: normal
	}
	.ttl_pay01{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.box_med01{
		border-radius: calc(50 /var(--break)*100vw);
		padding: calc(10 /var(--break)*100vw);
	}
	.box_med01 .box{
		border-radius: calc(40 /var(--break)*100vw);
		border: solid 1px #7c6254;
		padding: calc(50 /var(--break)*100vw);
	}
	.box_med01 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_med01 .box .txt{
	}
	.box_med01 .box .btn_med{
		background: #fff;
		border: solid 1px #369e4f;
		width: calc(460 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0.1em;
	}
	.box_med01 .box .btn_med::after{
		content: "";
		background: url("images/page/arw_med.svg")no-repeat center/contain;
		width: calc(20 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(30 /var(--break)*100vw);
		margin: auto;
	}
}


/* bg_check
------------------------------------------------------------------*/
.bg_check{
	background: rgba(124,98,84,0.1);
}
.bg_check .box{
	background: #fff;
	border-radius: calc(50 /var(--break)*100vw);
}
.bg_check .ttl{
	width: 100%;
	height: calc(50 /var(--break)*100vw);
	border-radius: calc(10 /var(--break)*100vw);
	margin-bottom: calc(21 /var(--break)*100vw);
}
.bg_check li{
	width: calc(428/900*100%);
	line-height: calc(26/18*100%);
	position: relative;
	padding-left: calc(30 /var(--break)*100vw);
	border-bottom: solid 1px #d3ad5b;
	padding-top: calc(6 /var(--break)*100vw);
	padding-bottom: calc(7 /var(--break)*100vw);
}
.bg_check 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);
	position: absolute;
	left: 0;
	top: calc(9 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_check .box{
		border-radius: calc(50 /var(--break)*100vw);
	}
	.bg_check .ttl{
		width: 100%;
		height: calc(70 /var(--break)*100vw);
		border-radius: calc(10 /var(--break)*100vw);
		margin-bottom: calc(21 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_check li{
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(26/18*100%);
		position: relative;
		padding-left: calc(40 /var(--break)*100vw);
		border-bottom: solid 1px #d3ad5b;
		padding-top: calc(8 /var(--break)*100vw);
		padding-bottom: calc(9 /var(--break)*100vw);
	}
	.bg_check li::before{
		content: "";
		background: url("images/page/icn_check.svg")no-repeat center/contain;
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		position: absolute;
		left: 0;
		top: calc(18 /var(--break)*100vw);
	}
}


/* row_staff
------------------------------------------------------------------*/
.row_staff .col_img{
	width: calc(460/1240*100%);
}
.row_staff .col_txt{
	width: calc(730/1240*100%);
}
.row_staff .col_txt .box_name{
	bottom: 0;
	left: 0;
}
.row_staff .col_txt .box_name .bar{
	padding-bottom: calc(13 /var(--break)*100vw);
	border-bottom: solid 1px #6cad27;
}
.row_staff .col_txt .box_name .name1{
	font-size: 2.125rem;
	letter-spacing: 0.15em;
	margin-right: calc(17 /var(--break)*100vw);
}
.row_staff .col_txt .box_name .name2{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_staff .col_txt{
		width: 100%;
	}
	.row_staff .col_txt .txt{
		margin-bottom: calc(35 /var(--break)*100vw);
	}
	.row_staff .col_txt .box_name{
		position: static;
		text-align: center;
	}
	.row_staff .col_txt .box_name .bar{
		padding-bottom: calc(13 /var(--break)*100vw);
		border-bottom: solid 1px #6cad27;
	}
	.row_staff .col_txt .box_name .name1{
		font-size: 1.25rem;
		letter-spacing: 0.15em;
		margin-right: calc(17 /var(--break)*100vw);
	}
	.row_staff .col_txt .box_name .name2{
		font-size: 0.6875rem;
		letter-spacing: 0.1em;
	}
}


/* かがクリニック clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	width: 100%;
	height: calc(550 /var(--break)*100vw);
	margin-top: calc(-155 /var(--break)*100vw);
	z-index: 0;
}
.box_clinic01{
	width: 90%;
	max-width: 1000px;
	background: rgba(255,255,255,0.9);
	border-top-left-radius: calc(100 /var(--break)*100vw);
	border-top-right-radius: calc(100 /var(--break)*100vw);
	padding: calc(66 /var(--break)*100vw) calc(80 /var(--break)*100vw) calc(74 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box_clinic01 .copy{
	line-height: calc(56/36*100%);
	margin-bottom: calc(18 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic01{
		background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
		width: 100%;
		height: calc(900 /var(--break)*100vw);
		margin-top: calc(-155 /var(--break)*100vw);
		z-index: 0;
	}
	.box_clinic01{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.box_clinic01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(56/36*100%);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
}
.row_clinic01 .col_img{
	width: calc(1000/1920*100%);
	position: relative;
	z-index: 1;
}
.row_clinic01 .col_txt{
	width: calc(920/1920*100%);
}
.row_clinic01 .col_txt .box{
	position: relative;
	padding: calc(64 /1920*100vw) calc(100 /1920*100vw) calc(72 /1920*100vw) calc(60 /1920*100vw);
}
.row_clinic01 .col_txt .box::before{
	content: "";
	width: calc(1000 /920*100%);
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 0;
}
.row_clinic01.r_reverse .col_txt .box{
	padding: calc(64 /1920*100vw) calc(60 /1920*100vw) calc(72 /1920*100vw) calc(100 /1920*100vw);
}
.row_clinic01.r_reverse .col_txt .box::before{
	right: auto;
	left: 100%;
}
.row_clinic01 .col_txt .box .copy{
	font-size: calc(36/1920*100vw);
	line-height: calc(56/36*100%);
	margin-bottom: calc(18 /1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .col_txt .box{
		padding: calc(60 /1920*100vw) calc(70 /1920*100vw) calc(60 /1920*100vw) calc(50 /1920*100vw);
	}
	.row_clinic01.r_reverse .col_txt .box{
		padding: calc(60 /1920*100vw) calc(50 /1920*100vw) calc(60 /1920*100vw) calc(70 /1920*100vw);
	}
	.row_clinic01 .col_txt .box .txt{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic01 .col_img{
		width: calc(726 /var(--break)*100vw);
		margin-right: auto;
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic01.r_reverse .col_img{
		margin-right: 0;
		margin-left: auto;
	}
	.row_clinic01 .col_txt{
		width: 100%;
	}
	.row_clinic01 .col_txt .box{
		width: calc(702 /var(--break)*100vw);
		margin: auto;
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .box::before{
		display: none;
	}
	.row_clinic01.r_reverse .col_txt .box{
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .box .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(56/36*100%);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
}
.row_clinic02{
	gap:0 calc(30 /1920*100vw);
}
.row_clinic02 .col{
	font-size: calc(20/1920*100vw);
	width: calc(220/1920*100vw);
	height: calc(220/1920*100vw);
	background: url("images/clinic/icn_clinic01.png")no-repeat center/contain;
}
.row_clinic02 .col:nth-child(3n - 1){
	background: url("images/clinic/icn_clinic02.png")no-repeat center/contain;
}
.row_clinic02 .col:nth-child(3n){
	background: url("images/clinic/icn_clinic03.png")no-repeat center/contain;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic02{
		gap:calc(30 /var(--break)*100vw);
	}
	.row_clinic02 .col{
		font-size: 0.6875rem;
		width: calc(220/var(--break)*100vw);
		height: calc(220/var(--break)*100vw);
	}
}
.row_clinic03{
	gap:0 calc(30/1500*100%);
}
.row_clinic03 .col{
	width: calc(480/1500*100%);
}
.row_clinic03 .col .ttl{
	width: 100%;
	height: calc(70 /var(--break)*100vw);
	font-size: 1.375rem;
	letter-spacing: 0;
	font-weight: 300;
}

.box_clinic02{
	background: url("images/clinic/bg_clinic02.png")no-repeat center/cover;
	width: 100%;
	height: auto;
	padding: calc(10 /var(--break)*100vw);
	border-radius: calc(50 /var(--break)*100vw);
}
.box_clinic02 .box{
	width: 100%;
	height: auto;
	border-radius: calc(40 /var(--break)*100vw);
	border: solid 1px #7c6254;
	padding: calc(32 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
}
.box_clinic02 .box .ttl{
	margin-bottom: calc(15 /var(--break)*100vw);
}
.box_clinic02 .box .txt{
	max-width: 1240px;
	margin: auto;
}

.row_clinic04{
	gap:0 calc(20/1500*100%);
}
.row_clinic04 .col{
	width: calc(360/1500*100%);
}
.row_clinic04 .col .ttl{
	width: 100%;
	height: calc(70 /var(--break)*100vw);
	font-size: 1.375rem;
	letter-spacing: 0;
	font-weight: 300;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic03 .col .ttl{
		height: calc(70 /1599*100vw);
		font-size: calc(22/1599*100vw);
	}
	.row_clinic04 .col .ttl{
		height: calc(70 /1599*100vw);
		font-size: calc(22/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic03{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic03 .col{
		width: calc(340/702*100%);
	}
	.row_clinic03 .col .ttl{
		width: 100%;
		height: calc(80 /var(--break)*100vw);
		font-size: 0.6875rem;
	}

	.box_clinic02{
		width: 100%;
		height: auto;
		padding: calc(10 /var(--break)*100vw);
		border-radius: calc(50 /var(--break)*100vw);
	}
	.box_clinic02 .box{
		width: 100%;
		height: auto;
		border-radius: calc(40 /var(--break)*100vw);
		border: solid 1px #7c6254;
		padding: calc(32 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_clinic02 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(15 /var(--break)*100vw);
	}

	.row_clinic04{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic04 .col{
		width: calc(340/702*100%);
	}
	.row_clinic04 .col .ttl{
		width: 100%;
		height: calc(80 /var(--break)*100vw);
		font-size: 0.6875rem;
	}
}

.bg_clinic03{
	background: url("images/clinic/bg_clinic03.jpg")no-repeat center/cover;
	width: 100%;
	height: calc(650 /var(--break)*100vw);
}
.bg_clinic03 .ttl{
	background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
	width: calc(999 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	line-height: calc(100 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic03{
		background: url("images/clinic/bg_clinic03.jpg")no-repeat center/cover;
		width: 100%;
		height: calc(350 /var(--break)*100vw);
	}
	.bg_clinic03 .ttl{
		font-size: 0.875rem;
		letter-spacing: 0;
		background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
		width: calc(702 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
	}
}
.slide_sample06 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(42 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(42 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	right: -7.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) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}

.row_clinic_fc{
	gap:calc(30 /var(--break)*100vw) calc(29/1240*100%);
}
.row_clinic_fc .col{
	width: calc(394/1240*100%);
}
.row_clinic_fc .col .ttl{
	background: #7c6254;
	padding: calc(20 /var(--break)*100vw);
	color: #fff;
	font-weight: 300;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(30/22*100%);
}
.row_clinic_fc .col .ttl .fz18{
	line-height: 1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_fc{
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic_fc .col{
		width: calc(340/702*100%);
	}
	.row_clinic_fc .col .ttl{
		background: #7c6254;
		padding: calc(20 /var(--break)*100vw);
		color: #fff;
		font-weight: 300;
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: calc(30/22*100%);
	}
	.row_clinic_fc .col .ttl .fz18{
		font-size: 0.625rem;
		line-height: 1em;
	}
}


/* row_access01
------------------------------------------------------------------*/
.row_access01 .col_img{
	width: calc(570/1240*100%);
}
.row_access01 .col_txt{
	width: calc(620/1240*100%);
}
.row_access01 .col_txt .ttl{
	line-height: calc(50/40*100%);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_access01 .col_txt .txt_add_access{
	line-height: calc(28/18*100%);
	margin-bottom: calc(54 /var(--break)*100vw);
}
.row_tel_access {
	gap:calc(20 /var(--break)*100vw) calc(20/620*100%);
}
.row_tel_access .col{
	width: calc(300/620*100%);
}
.row_tel_access .col .btn{
	padding: calc(19 /var(--break)*100vw) 0 calc(12 /var(--break)*100vw);
	border: solid 1px #7c6254;
}
.row_tel_access .col .btn .txt{
	width: calc(260/300*100%);
	height: calc(30 /var(--break)*100vw);
	background:  #7c6254;
	border-radius: calc(15 /var(--break)*100vw);
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0;
	margin: 0 auto calc(5 /var(--break)*100vw);
}
.row_tel_access .col .btn .txt2{
	text-align: center;
	line-height: 1em;
}
.row_tel_access .col .btn .txt2 span{
	vertical-align: middle;
}
.row_tel_access .col .btn .txt2 .icn{
	width: calc(22 /var(--break)*100vw);
	margin-right: calc(8 /var(--break)*100vw);
	margin-bottom: calc(7 /var(--break)*100vw);
}

.box_tbl_time{
	background: #faf8f5;
	padding: calc(60 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.box_tbl_time02{
	text-align: center;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 .col_img{
		width: 100%;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.row_access01 .col_txt{
		width: 100%;
	}
	.row_access01 .col_txt .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.row_access01 .col_txt .txt_add_access{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(28/18*100%);
		margin-bottom: calc(54 /var(--break)*100vw);
	}
	.row_tel_access {
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_tel_access .col{
		width: 100%;
	}
	.row_tel_access .col .btn{
		padding: calc(19 /var(--break)*100vw) 0 calc(12 /var(--break)*100vw);
		border: solid 1px #7c6254;
	}
	.row_tel_access .col .btn .txt{
		width: calc(100% - (40 /var(--break)*100vw));
		height: calc(36/var(--break)*100vw);
		font-size:0.75rem;
		letter-spacing: 0;
		line-height: calc(36/var(--break)*100vw);
		border-radius: calc(18 /var(--break)*100vw);
		margin-bottom: calc(3 /var(--break)*100vw);
	}
	.row_tel_access .col .btn .txt2{
		font-size: 2rem;
		text-align: center;
		line-height: 1em;
	}
	.row_tel_access .col .btn .txt2 span{
		vertical-align: middle;
	}
	.row_tel_access .col .btn .txt2 .icn{
		width: calc(22 /var(--break)*100vw);
		margin-right: calc(8 /var(--break)*100vw);
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.box_tbl_time{
		padding: calc(60 /var(--break)*100vw) calc(24 /var(--break)*100vw);
	}
}


/* すまいるケアガーデン facility
------------------------------------------------------------------*/
.bg_facility01{
	background: url("images/facility/bg_facility01.jpg")no-repeat center/cover;
	width: 100%;
	height: calc(550 /var(--break)*100vw);
	margin-top: calc(-155 /var(--break)*100vw);
	z-index: 0;
}
.box_facility01{
	width: 90%;
	max-width: 1000px;
	min-height: calc(415 /var(--break)*100vw);
	background: rgba(255,255,255,0.9);
	border-top-left-radius: calc(100 /var(--break)*100vw);
	border-top-right-radius: calc(100 /var(--break)*100vw);
	padding: calc(66 /var(--break)*100vw) calc(80 /var(--break)*100vw) calc(74 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box_facility01 .copy{
	line-height: calc(56/36*100%);
	margin-bottom: calc(18 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_facility01{
		width: 100%;
		height: calc(900 /var(--break)*100vw);
		margin-top: calc(-155 /var(--break)*100vw);
		z-index: 0;
	}
	.box_facility01{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.box_facility01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(56/36*100%);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}
.bg_facility02{
	background: url("images/facility/bg_facility02.jpg")no-repeat center/cover;
	width: 100%;
	height: calc(650 /var(--break)*100vw);
}
.bg_facility02 .ttl{
	background: url("images/facility/deco_facility01.png")no-repeat center/contain;
	width: calc(999 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	line-height: calc(100 /var(--break)*100vw);
}
.wrap_facility01 .copy{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: calc(48/30*100%);
	margin-bottom: calc(32 /var(--break)*100vw);
}
.btn_switch_facility{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.btn_switch_facility .btn{
	width: calc(400 /1240*100%);
	height: calc(100 /var(--break)*100vw);
	line-height: calc(28/18*100%);
	letter-spacing: 0.1em;
	background: #7c6254;
	color: #fff;
	cursor: pointer;
	position: relative;
	padding-bottom: calc(18 /var(--break)*100vw);
}
.btn_switch_facility .btn.is-active{
	background: #f6ae3c;
}
.btn_switch_facility .btn.is-active:nth-child(2){
	background: #e57d9f;
}
.btn_switch_facility .btn.is-active:nth-child(3){
	background: #8078a9;
}
.btn_switch_facility .btn.is-active:nth-child(4){
	background: #59a5c8;
}
.btn_switch_facility .btn.is-active:nth-child(5){
	background: #6cad27;
}
.btn_switch_facility .btn::after{
	content: "";
	width: calc(22 /var(--break)*100vw);
	height: calc(8 /var(--break)*100vw);
	background: #fff;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_facility02{
		width: 100%;
		height: calc(350 /var(--break)*100vw);
	}
	.bg_facility02 .ttl{
		font-size: 0.875rem;
		letter-spacing: 0;
		width: calc(702 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
	}
	.wrap_facility01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(48/30*100%);
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.btn_switch_facility{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.btn_switch_facility .btn{
		width: calc(340 /702*100%);
		height: calc(100 /var(--break)*100vw);
		line-height: calc(28/18*100%);
		letter-spacing: 0;
		font-size: 0.75rem;
		position: relative;
		padding-bottom: calc(18 /var(--break)*100vw);
	}
	.btn_switch_facility .btn::after{
		content: "";
		width: calc(22 /var(--break)*100vw);
		height: calc(8 /var(--break)*100vw);
		background: #fff;
		clip-path: polygon(0 0,50% 100%,100% 0);
		position: absolute;
		bottom: calc(10 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
}


/* 内科 internal_medicine
------------------------------------------------------------------*/
.btn_internal_medicine01{
	width: calc(730 /var(--break)*100vw);
}
.btn_internal_medicine01 a{
	background: url("images/internal_medicine/btn_internal_medicine01.png")no-repeat center/contain;
	width: 100%;
	height: calc(150 /var(--break)*100vw);
}
.btn_internal_medicine01 a::after{
	content: "";
	background: url("images/internal_medicine/arw_btn.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50 /var(--break)*100vw);
	margin: auto;
}

.row_internal_medicine01{
	gap:0 calc(20/1240*100%);
}
.row_internal_medicine01 .col{
	width: calc(400/1240*100%);
}
.row_internal_medicine01 .col .ttl{
	font-weight: 300;
	background: #6cad27;
	color: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_internal_medicine01{
		width: calc(646 /var(--break)*100vw);
	}
	.btn_internal_medicine01 a{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		height: calc(133 /var(--break)*100vw);
	}

	.row_internal_medicine01{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_internal_medicine01 .col{
		width: calc(340/702*100%);
	}
	.row_internal_medicine01 .col .ttl{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
}


/* 消化器内科 gastroenterology
------------------------------------------------------------------*/
.row_gastroenterology01 .col_img{
	padding-bottom: calc(40 /var(--break)*100vw);
}
.row_gastroenterology01 .col_img .icn01{
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	background: url("images/gastroenterology/icn_gastroenterology01.png")no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: calc(30 /var(--break)*100vw);
}
.row_gastroenterology01 .col_img .icn02{
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	background: url("images/gastroenterology/icn_gastroenterology02.png")no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: calc(240 /var(--break)*100vw);
}
.box_gastroenterology01{
	width: 100%;
	background: #faf8f5;
	border-radius: calc(50 /var(--break)*100vw);
	padding: calc(10 /var(--break)*100vw);
}
.box_gastroenterology01 .box{
	width: 100%;
	border: solid 1px #7c6254;
	border-radius: calc(40 /var(--break)*100vw);
	padding: calc(32 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
}
.box_gastroenterology01 .box .ttl{
	margin-bottom: calc(15 /var(--break)*100vw);
}

.btn_gastroenterology01,
.btn_gastroenterology02{
	width: calc(730 /var(--break)*100vw);
}
.btn_gastroenterology01 a{
	background: url("images/gastroenterology/btn_gastroenterology01.png")no-repeat center/contain;
	width: 100%;
	height: calc(150 /var(--break)*100vw);
}
.btn_gastroenterology02 a{
	background: url("images/gastroenterology/btn_gastroenterology02.png")no-repeat center/contain;
	width: 100%;
	height: calc(150 /var(--break)*100vw);
}
.btn_gastroenterology01 a::after,
.btn_gastroenterology02 a::after{
	content: "";
	background: url("images/internal_medicine/arw_btn.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50 /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) {
	.row_gastroenterology01 .col_img{
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.row_gastroenterology01 .col_img .icn01{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		background: url("images/gastroenterology/icn_gastroenterology01.png")no-repeat center/contain;
		position: absolute;
		bottom: 0;
		left: calc(30 /var(--break)*100vw);
	}
	.row_gastroenterology01 .col_img .icn02{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		background: url("images/gastroenterology/icn_gastroenterology02.png")no-repeat center/contain;
		position: absolute;
		bottom: 0;
		left: calc(240 /var(--break)*100vw);
	}
	.row_gastroenterology01 .col_img .icn01 p,
	.row_gastroenterology01 .col_img .icn02 p{
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	.row_gastroenterology01 .col_img .icn01 p .fz24,
	.row_gastroenterology01 .col_img .icn02 p .fz24{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.row_gastroenterology01 .col_img .icn01 p .fz16,
	.row_gastroenterology01 .col_img .icn02 p .fz16{
		font-size: 0.5625rem;
	}
	.box_gastroenterology01{
		width: 100%;
		background: #faf8f5;
		border-radius: calc(50 /var(--break)*100vw);
		padding: calc(10 /var(--break)*100vw);
	}
	.box_gastroenterology01 .box{
		width: 100%;
		border: solid 1px #7c6254;
		border-radius: calc(40 /var(--break)*100vw);
		padding: calc(32 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_gastroenterology01 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.btn_gastroenterology01,
	.btn_gastroenterology02{
		width: calc(646 /var(--break)*100vw);
	}
	.btn_gastroenterology01 a,
	.btn_gastroenterology02 a{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		height: calc(133 /var(--break)*100vw);
	}
}


/* 各種健診・予防接種 checkup
------------------------------------------------------------------*/
.row_checkup01 {
	gap:0 calc(20 /var(--break)*100vw);
}
.row_checkup01 .col{
	width: calc(400 /var(--break)*100vw);
}
.row_checkup01 .col a{
	height: calc(100 /var(--break)*100vw);
	background: #7c6254;
	padding-bottom: calc(18 /var(--break)*100vw);
}
.row_checkup01 .col a::after{
	content: "";
	width: calc(22 /var(--break)*100vw);
	height: calc(8 /var(--break)*100vw);
	background: #fff;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_checkup01 .col a:hover{
	background: #6cad27;
}

.ttl_checkup01{
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_checkup01 {
		width: calc(500 /var(--break)*100vw);
		margin: auto;
		gap: calc(40 /var(--break)*100vw) 0;
	}
	.row_checkup01 .col{
		width: 100%;
	}
	.row_checkup01 .col a{
		height: calc(140 /var(--break)*100vw);
		padding-bottom: calc(18 /var(--break)*100vw);
	}
	.ttl_checkup01{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
}


/* 胃内視鏡 gastroscope
------------------------------------------------------------------*/
.row_gastroscope01 .col_img{
	padding-bottom: calc(40 /var(--break)*100vw);
}
.row_gastroscope01 .col_img .icn01{
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	background: url("images/gastroscope/icn_gastroscope01.png")no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: calc(30 /var(--break)*100vw);
}
.box_gastroscope01{
	width: 100%;
	background: #faf8f5;
	border-radius: calc(50 /var(--break)*100vw);
	padding: calc(10 /var(--break)*100vw);
}
.box_gastroscope01 .box{
	width: 100%;
	border: solid 1px #7c6254;
	border-radius: calc(40 /var(--break)*100vw);
	padding: calc(32 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
}
.box_gastroscope01 .box .ttl{
	margin-bottom: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_gastroscope01 .col_img{
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.row_gastroscope01 .col_img .icn01{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		position: absolute;
		bottom: 0;
		left: calc(30 /var(--break)*100vw);
	}
	.row_gastroscope01 .col_img .icn01 p{
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	.row_gastroscope01 .col_img .icn01 p .fz24{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.row_gastroscope01 .col_img .icn01 p .fz16{
		font-size: 0.5625rem;
	}
	.box_gastroscope01{
		width: 100%;
		background: #faf8f5;
		border-radius: calc(50 /var(--break)*100vw);
		padding: calc(10 /var(--break)*100vw);
	}
	.box_gastroscope01 .box{
		width: 100%;
		border: solid 1px #7c6254;
		border-radius: calc(40 /var(--break)*100vw);
		padding: calc(32 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_gastroscope01 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
}


/* 大腸内視鏡 colonoscopy
------------------------------------------------------------------*/
.row_colonoscopy01 .col_img{
	padding-bottom: calc(40 /var(--break)*100vw);
}
.row_colonoscopy01 .col_img .icn01{
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	background: url("images/colonoscopy/icn_colonoscopy01.png")no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: calc(30 /var(--break)*100vw);
}
.box_colonoscopy01{
	width: 100%;
	background: #faf8f5;
	border-radius: calc(50 /var(--break)*100vw);
	padding: calc(10 /var(--break)*100vw);
}
.box_colonoscopy01 .box{
	width: 100%;
	border: solid 1px #7c6254;
	border-radius: calc(40 /var(--break)*100vw);
	padding: calc(32 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
}
.box_colonoscopy01 .box .ttl{
	margin-bottom: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_colonoscopy01 .col_img{
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.row_colonoscopy01 .col_img .icn01{
		width: calc(200 /var(--break)*100vw);
		height: calc(200 /var(--break)*100vw);
		position: absolute;
		bottom: 0;
		left: calc(30 /var(--break)*100vw);
	}
	.row_colonoscopy01 .col_img .icn01 p{
		font-size: 0.5625rem;
		letter-spacing: 0;
	}
	.row_colonoscopy01 .col_img .icn01 p .fz24{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.row_colonoscopy01 .col_img .icn01 p .fz16{
		font-size: 0.5625rem;
	}
	.box_colonoscopy01{
		width: 100%;
		background: #faf8f5;
		border-radius: calc(50 /var(--break)*100vw);
		padding: calc(10 /var(--break)*100vw);
	}
	.box_colonoscopy01 .box{
		width: 100%;
		border: solid 1px #7c6254;
		border-radius: calc(40 /var(--break)*100vw);
		padding: calc(32 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_colonoscopy01 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
}


/* すまいるデイケア day_care
------------------------------------------------------------------*/
.bg_day_care01{
	background: rgba(124,98,84,0.1);
}
.row_day_care01{
	gap:calc(20 /var(--break)*100vw) calc(20/1000*100%);
}
.row_day_care01 .col{
	width: calc(320/1000*100%);
}
.row_day_care01 .col .ttl{
	height: calc(70 /var(--break)*100vw);
}
.row_day_care01 .col .box{
	padding: calc(38 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
}
.row_day_care01 .col .box .txt1{
	margin-bottom: calc(27 /var(--break)*100vw);
}

.btn_switch_day_care{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.btn_switch_day_care .btn{
	width: calc(400 /1240*100%);
	height: calc(100 /var(--break)*100vw);
	line-height: calc(28/18*100%);
	letter-spacing: 0.1em;
	background: #7c6254;
	color: #fff;
	cursor: pointer;
	position: relative;
	padding-bottom: calc(18 /var(--break)*100vw);
}
.btn_switch_day_care .btn.is-active{
	background: #6cad27;
}
.btn_switch_day_care .btn::after{
	content: "";
	width: calc(22 /var(--break)*100vw);
	height: calc(8 /var(--break)*100vw);
	background: #fff;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}

.row_day_care02{
	gap:calc(30 /var(--break)*100vw) calc(20/1240*100%);
}
.row_day_care02 .col{
	width: calc(400/1240*100%);
}
.row_day_care02 .col .ttl{
	background: #6cad27;
	padding: calc(20 /var(--break)*100vw);
	color: #fff;
	font-weight: 300;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(30/22*100%);
}
.row_day_care02 .col .ttl .fz18{
	line-height: 1em;
}

.box_flow.box_day_care_flow{
	padding: calc(50 /var(--break)*100vw);
}
.box_flow.box_day_care_flow .col_txt.w100{
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}


.box_instagram{
}
.box_instagram .icn{
	width: calc(100/var(--break)*100vw);
	height: calc(100/var(--break)*100vw);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.box_instagram #sb_instagram{
	padding-bottom: 0 !important;
}
.box_instagram #sb_instagram #sbi_images {
	padding: 0!important;
	gap: calc( 22 /var(--break)*100vw)!important;
}

.row_pdf{
	gap:0 4%;
}
.row_pdf .col{
	width: 48%;
}
.row_pdf .col a{
	height: calc(100 /var(--break)*100vw);
	border: solid 1px #369e4f;
	background: #fff;
}
.row_pdf .col a::after{
	content: "";
	background: url("images/page/arw_pdf.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50 /var(--break)*100vw);
	margin: auto;
}
.row_pdf .col a .icn{
	margin-right: calc(18 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
	.row_day_care01{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_day_care01 .col{
		width: calc(340/702*100%);
	}
	.row_day_care01 .col .ttl{
		font-size: 0.875rem;
		height: calc(80 /var(--break)*100vw);
	}
	.row_day_care01 .col .box{
		padding: calc(38 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	}
	.row_day_care01 .col .box .txt1{
		font-size: 1.25rem;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.row_day_care01 .col .box .txt1 .fz80{
		font-size: 2.5rem;
	}
	.row_day_care01 .col .box .txt2{
		font-size: 1rem;
	}
	.btn_switch_day_care{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.btn_switch_day_care .btn{
		width: calc(340 /702*100%);
		height: calc(100 /var(--break)*100vw);
		line-height: calc(28/18*100%);
		letter-spacing: 0;
		font-size: 0.75rem;
		position: relative;
		padding-bottom: calc(18 /var(--break)*100vw);
	}
	.btn_switch_day_care .btn::after{
		content: "";
		width: calc(22 /var(--break)*100vw);
		height: calc(8 /var(--break)*100vw);
		background: #fff;
		clip-path: polygon(0 0,50% 100%,100% 0);
		position: absolute;
		bottom: calc(10 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.row_day_care02{
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_day_care02 .col{
		width: calc(340/702*100%);
	}
	.row_day_care02 .col .ttl{
		padding: calc(20 /var(--break)*100vw);
		color: #fff;
		font-weight: 300;
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: calc(30/22*100%);
	}
	.row_day_care02 .col .ttl .fz18{
		font-size: 0.625rem;
		line-height: 1em;
	}
	.box_instagram #sb_instagram #sbi_images {
		padding: 0!important;
		gap: calc( 13 /var(--break)*100vw)!important;
	}
	
	.row_pdf{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(20 /var(--break)*100vw) 0;
	}
	.row_pdf .col{
		width: 100%;
	}
	.row_pdf .col a{
		height: calc(120 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_pdf .col a::after{
		content: "";
		background: url("images/page/arw_pdf.svg")no-repeat center/contain;
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(50 /var(--break)*100vw);
		margin: auto;
	}
	.row_pdf .col a .icn{
		margin-right: calc(18 /var(--break)*100vw);
	}
}


/* デイサービス　ほんわか day_service
------------------------------------------------------------------*/
.bg_day_service01{
	background: rgba(124,98,84,0.1);
}
.row_day_service01{
	gap:calc(20 /var(--break)*100vw) calc(20/1000*100%);
}
.row_day_service01 .col{
	width: calc(320/1000*100%);
}
.row_day_service01 .col .ttl{
	height: calc(70 /var(--break)*100vw);
}
.row_day_service01 .col .box{
	padding: calc(38 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
}
.row_day_service01 .col .box .txt1{
	margin-bottom: calc(27 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_day_service01{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_day_service01 .col{
		width: calc(340/702*100%);
	}
	.row_day_service01 .col .ttl{
		font-size: 0.875rem;
		height: calc(80 /var(--break)*100vw);
	}
	.row_day_service01 .col .box{
		padding: calc(38 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	}
	.row_day_service01 .col .box .txt1{
		font-size: 1.25rem;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.row_day_service01 .col .box .txt1 .fz80{
		font-size: 2.5rem;
	}
	.row_day_service01 .col .box .txt2{
		font-size: 1rem;
	}
	
}


/* すまいるシニアホーム senior_home
------------------------------------------------------------------*/
.img_senior_home01{
	width: calc(544 /var(--break)*100vw);
}
.bg_senior_home01{
	background: rgba(124,98,84,0.1);
}
.row_senior_home01{
	gap:calc(20 /var(--break)*100vw) calc(20/1000*100%);
}
.row_senior_home01 .col{
	width: calc(490/1000*100%);
}
.row_senior_home01 .col .ttl{
	height: calc(70 /var(--break)*100vw);
}
.row_senior_home01 .col .box{
	padding: calc(38 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
}
.row_senior_home01 .col .box .txt1{
	margin-bottom: calc(27 /var(--break)*100vw);
}


.box_senior_home01{
	width: 100%;
	background: #faf8f5;
	border-radius: calc(50 /var(--break)*100vw);
	padding: calc(10 /var(--break)*100vw);
}
.box_senior_home01 .box{
	width: 100%;
	border: solid 1px #7c6254;
	border-radius: calc(40 /var(--break)*100vw);
	padding: calc(32 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(43 /var(--break)*100vw);
}
.box_senior_home01 .box .ttl{
	margin-bottom: calc(15 /var(--break)*100vw);
}

.box_senior_home02{
	padding: calc(50 /var(--break)*100vw);
}
.box_senior_home02 .wrap{
	max-width: 1000px;
}
.row_senior_home02 .col{
	width: 24%;
	border: solid 1px #d3ad5b;
	background: #fff;
}
.row_senior_home02 .col .ttl{
	height: calc(60 /var(--break)*100vw);
	background: #d3ad5b;
}
.row_senior_home02 .col .txt{
	padding: calc(9 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_senior_home01{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_senior_home01 .col{
		width: calc(340/702*100%);
	}
	.row_senior_home01 .col .ttl{
		font-size: 0.875rem;
		height: calc(80 /var(--break)*100vw);
	}
	.row_senior_home01 .col .box{
		padding: calc(38 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	}
	.row_senior_home01 .col .box .txt1{
		font-size: 1.25rem;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.row_senior_home01 .col .box .txt1 .fz80{
		font-size: 2.5rem;
	}
	.row_senior_home01 .col .box .txt2{
		font-size: 1rem;
	}
	
	.box_senior_home01{
		width: 100%;
		background: #faf8f5;
		border-radius: calc(50 /var(--break)*100vw);
		padding: calc(10 /var(--break)*100vw);
	}
	.box_senior_home01 .box{
		width: 100%;
		border: solid 1px #7c6254;
		border-radius: calc(40 /var(--break)*100vw);
		padding: calc(32 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_senior_home01 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}

	.box_senior_home02{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_senior_home02{
		gap:calc(20 /var(--break)*100vw) calc(20/646*100%);
	}
	.row_senior_home02 .col{
		width: calc(313/646*100%);
	}
	.row_senior_home02 .col .ttl{
		height: calc(60 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
		background: #d3ad5b;
	}
	.row_senior_home02 .col .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
		padding: calc(9 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
	}
}


/* すまいるヘルパーステーション helper_station
------------------------------------------------------------------*/
.bg_helper_station01{
	background: url("images/helper_station/bg_helper_station01.jpg")no-repeat center/cover;
	width: 100%;
	height: calc(550 /var(--break)*100vw);
	margin-top: calc(-155 /var(--break)*100vw);
	z-index: 0;
}
.box_helper_station01{
	width: 90%;
	max-width: 1000px;
	min-height: calc(415 /var(--break)*100vw);
	background: rgba(255,255,255,0.9);
	border-top-left-radius: calc(100 /var(--break)*100vw);
	border-top-right-radius: calc(100 /var(--break)*100vw);
	padding: calc(66 /var(--break)*100vw) calc(80 /var(--break)*100vw) calc(74 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box_helper_station01 .copy{
	line-height: calc(56/36*100%);
	margin-bottom: calc(18 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_helper_station01{
		width: 100%;
		height: calc(900 /var(--break)*100vw);
		margin-top: calc(-155 /var(--break)*100vw);
		z-index: 0;
	}
	.box_helper_station01{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.box_helper_station01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(56/36*100%);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
}


/* 採用情報（クリニック） clinic_recruit
------------------------------------------------------------------*/
.bg_clinic_recruit01{
	background: url("images/clinic_recruit/bg_clinic_recruit01.png")no-repeat center/cover;
	width: 100%;
	height: calc(500 /var(--break)*100vw);
	border-radius: calc(50 /var(--break)*100vw);
	position: relative;
}
.bg_clinic_recruit01 .box{
	width: 100%;
	height: calc(230 /var(--break)*100vw);
	background: rgba(47,45,44,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.bg_clinic_recruit01 .box p{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic_recruit01{
		height: calc(351 /var(--break)*100vw);
	}
	.bg_clinic_recruit01 .box{
		width: 100%;
		height: calc(230 /var(--break)*100vw);
		background: rgba(47,45,44,0.5);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.bg_clinic_recruit01 .box p{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
}


/* 採用情報（すまいる） smile_recruit
------------------------------------------------------------------*/
.bg_smile_recruit01{
	background: url("images/smile_recruit/bg_smile_recruit01.png")no-repeat center/cover;
	width: 100%;
	height: calc(500 /var(--break)*100vw);
	border-radius: calc(50 /var(--break)*100vw);
	position: relative;
}
.bg_smile_recruit01 .box{
	width: 100%;
	height: calc(230 /var(--break)*100vw);
	background: rgba(47,45,44,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.bg_smile_recruit01 .box p{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_smile_recruit01{
		height: calc(351 /var(--break)*100vw);
	}
	.bg_smile_recruit01 .box{
		width: 100%;
		height: calc(230 /var(--break)*100vw);
		background: rgba(47,45,44,0.5);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.bg_smile_recruit01 .box p{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
@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) {
	
}


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

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(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) {
}
@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);*/
		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(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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	background: #fff;
}
.box_risk01 .box {
	overflow: hidden;
	overflow-y: scroll;
	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
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr td {
	background: #fff;
}
.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: #ffffff;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #d3ad5b;
}
.btn_submit input {
	border: none;
	background: #6cad27;
}
@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);
	}
}

/* お問い合わせ 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: #41332b;
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #6cad27;
	color: #6cad27;
	font-weight: 400;
	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 #6cad27;
	color: #6cad27;
}
.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(17 / var(--break) * 100vw);
	border-bottom: 1px dotted #bc805f;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(14 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .box_excerpt .date {
	width: calc(124 /var(--break)*100vw);
	color: #bc805f;
	font-weight: 400;
}
.blog_archive .box_excerpt .news_cate{
	width: calc(180 /var(--break)*100vw);
	height: calc(28 /var(--break)*100vw);
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: calc(20/14*100%);
	background: #6cad27;
	font-weight: 400;
	border-radius: calc(14 /var(--break)*100vw);
	margin-top: calc(5 /var(--break)*100vw);
	margin-right: calc(20 /var(--break)*100vw);
}
.blog_archive .box_excerpt .news_cate.news02{
	background: #f6ae3c;
}
.blog_archive .box_excerpt .news_cate.news03{
	background: #e57d9f;
}
.blog_archive .box_excerpt .news_cate.news04{
	background: #e57d9f;
}
.blog_archive .box_excerpt .news_cate.news05{
	background: #59a5c8;
	height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
}
.blog_archive .box_excerpt .news_content{
	font-weight: 400;
	width: calc(100% - (324 /var(--break)*100vw));
}
.blog_archive .box_excerpt .news_content a{
	text-decoration: underline;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	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 #6cad27;
	color: #6cad27;
	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: #6cad27;
	background: #6cad27;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}

.single_post .txt{
	margin-bottom: calc(16 /var(--break)*100vw);
}
.single_post .date{
	color: #bc805f;
	font-weight: 400;
	margin-right: calc(17 /var(--break)*100vw);
}
.single_post .news_cate{
	width: calc(180 /var(--break)*100vw);
	height: calc(28 /var(--break)*100vw);
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: calc(20/14*100%);
	background: #6cad27;
	font-weight: 400;
	border-radius: calc(14 /var(--break)*100vw);
	margin-top: calc(5 /var(--break)*100vw);
}
.single_post .news_cate.news02{
	background: #f6ae3c;
}
.single_post .news_cate.news03{
	background: #e57d9f;
}
.single_post .news_cate.news04{
	background: #e57d9f;
}
.single_post .news_cate.news05{
	background: #59a5c8;
	height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
}
.single_post h3{
	font-weight: 400;
}
.post_content{
	font-weight: 400;
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.blog_archive .box_excerpt .date {
		font-size: 0.875rem;
		width: calc(165 /var(--break)*100vw);
	}
	.blog_archive .box_excerpt .news_cate{
		width: calc(280 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: calc(20/14*100%);
		border-radius: calc(25 /var(--break)*100vw);
		margin-top: calc(5 /var(--break)*100vw);
		margin-right: calc(20 /var(--break)*100vw);
	}
	.blog_archive .box_excerpt .news_cate.news05{
		height: calc(80 /var(--break)*100vw);
		border-radius: calc(40 /var(--break)*100vw);
	}
	.blog_archive .box_excerpt .news_content{
		padding-top: calc(15 /var(--break)*100vw);
		width: 100%;
	}
	.single_post .txt{
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.single_post .date{
		font-size: 0.875rem;
		margin-right: calc(17 /var(--break)*100vw);
	}
	.single_post .news_cate{
		width: calc(280 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: calc(20/14*100%);
		border-radius: calc(25 /var(--break)*100vw);
		margin-top: calc(5 /var(--break)*100vw);
		margin-right: calc(20 /var(--break)*100vw);
	}
	.single_post .news_cate.news05{
		height: calc(80 /var(--break)*100vw);
		border-radius: calc(40 /var(--break)*100vw);
	}
	.single_post > h3 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


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