@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(550 / var(--break) * 100vw);
	padding-top: calc(104 /var(--break)*100vw);
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-bottom: calc(21 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 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-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(600 /var(--break)*100vw);
		padding-top: calc(206 /var(--break)*100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: 1.4em;
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.1em;
	}
	.col_img {
		text-align: center;
	}
}
.wrap_check01{
	border-radius: calc(50 /var(--break)*100vw);
}
.box_check01{
	max-width: 1240px;
	margin: auto;
}
.box_check01 .ttl{
	padding-bottom: calc(2 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.box_check01 .box li{
	width: calc(550/1140*100%);
	position: relative;
	border-bottom: solid 1px #f4f4f4;
	padding: calc(2 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(1 /var(--break)*100vw);
}
.box_check01 .box 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;
	top: calc(12 /var(--break)*100vw);
	left: 0;
}

.box_common01{
	border:solid calc(10 /var(--break)*100vw) #ffea5c;
}
.row_common02{
	width: 100%;
}
.row_common02 .col_img{
	width: 30.3%;
	max-width: 345px;
}
.row_common02 .col_txt{
	width: 66.3%;
}
.row_common02 .copy{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: calc(42/26*100%);
	font-weight: 400;
	padding-bottom: calc(20 /var(--break)*100vw);
	border-bottom: solid 2px #333;
}
.row_common03{
	gap:calc(40 /var(--break)*100vw) calc(30/1500*100%);
}
.row_common03 .col{
	width: calc(480/1500*100%);
	background: #fff;
	outline: solid calc(6 /var(--break)*100vw) #ff8484;
	outline-offset: calc(-16 /var(--break)*100vw);
	padding: calc(59 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(62 /var(--break)*100vw);
}
.row_common03 .col .ttl{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	border-bottom: solid 2px #ff8484;
	padding-bottom: calc(15 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.btn_def{
	width: calc(350 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
}
.btn_def a{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	height: calc(60 /var(--break)*100vw);
	border: solid 2px #333;
	background: #fff;
	box-shadow: calc(10 /var(--break)*100vw) calc(10 /var(--break)*100vw) 0 0 rgba(255,234,92,0.8);
}
.btn_def a::after{
	content: "";
	background: url("images/page/arw_btn.svg")no-repeat center/contain;
	width: calc(18 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(28 /var(--break)*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
.row_common03 .col{
	outline: solid calc(6 /1599*100vw) #ff8484;
	outline-offset: calc(-16 /1599*100vw);
	padding: calc(59 /1599*100vw) calc(70 /1599*100vw) calc(62 /1599*100vw);
}
.row_common03 .col .ttl{
	font-size: calc(24/1599*100vw);
}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_check01{
		padding: calc(50 /var(--break)*100vw) calc(27 /var(--break)*100vw);
	}
	.box_check01{
		padding: calc(50 /var(--break)*100vw) calc(27 /var(--break)*100vw);
	}
	.box_check01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-top: calc(5 /var(--break)*100vw);
		padding-bottom: calc(7 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.box_check01 .box li{
		width: 100%;
		position: relative;
		padding: calc(2 /var(--break)*100vw) 0 calc(1 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.box_check01 .box 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;
		top: calc(22 /var(--break)*100vw);
		left: 0;
	}

	.box_common01{
		border:solid calc(10 /var(--break)*100vw) #ffea5c;
	}
	.row_common02{
		width: 100%;
	}
	.row_common02 .col_img{
		width: 30.3%;
		max-width: 345px;
	}
	.row_common02 .col_txt{
		width: 66.3%;
	}
	.row_common02 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-bottom: calc(20 /var(--break)*100vw);
		border-bottom: solid calc(2 /var(--break)*100vw) #333;
	}
	.row_common03{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_common03 .col{
		width: 100%;
		background: #fff;
		outline: solid calc(6 /var(--break)*100vw) #ff8484;
		outline-offset: calc(-16 /var(--break)*100vw);
		padding: calc(59 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(62 /var(--break)*100vw);
	}
	.row_common03 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom: solid calc(2 /var(--break)*100vw) #ff8484;
		padding-bottom: calc(8 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.btn_def{
		width: calc(600 /var(--break)*100vw);
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.btn_def a{
		font-size: 1rem;
		letter-spacing: 0;
		height: calc(120 /var(--break)*100vw);
		border: solid calc(2 /var(--break)*100vw) #333;
	}
	.btn_def a::after{
		width: calc(27 /var(--break)*100vw);
		height: calc(21 /var(--break)*100vw);
		right: calc(48 /var(--break)*100vw);
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01::before{
	content: "";
	width: 100%;
	height: calc(100% - (144 /var(--break)*100vw));
	background: url("images/page/ptnB_01.png")repeat left top/calc(28 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.bg_clinic01 .bg{
	width: 100%;
	height: 100%;
	background: url("images/clinic/deco_clinic01_l.png")no-repeat left bottom/calc(676 /1920*100vw), url("images/clinic/deco_clinic01_r.png")no-repeat right bottom/calc(676 /1920*100vw);
	padding: calc(100 /var(--break)*100vw) 0;
}
.box_clinic01{
	background: #fff;
	border: solid calc(10 /var(--break)*100vw) #ffea5c;
	padding-top: calc(138 /var(--break)*100vw);
	padding-bottom: calc(75 /var(--break)*100vw);
}
.box_clinic01::before{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat center/contain;
	width: calc(94 /var(--break)*100vw);
	height: calc(97 /var(--break)*100vw);
	position: absolute;
	top: calc(-30 /var(--break)*100vw);
	right: calc(30 /var(--break)*100vw);
}
.box_clinic01::after{
	content: "";
	background: url("images/clinic/deco_clinic03.png")no-repeat center/contain;
	width: calc(322 /var(--break)*100vw);
	height: calc(153 /var(--break)*100vw);
	position: absolute;
	bottom: calc(74 /var(--break)*100vw);
	right: calc(-120 /var(--break)*100vw);
}
.box_clinic01 .deco01{
	width: calc(196 /var(--break)*100vw);
	height: calc(232 /var(--break)*100vw);
	top: calc(-50 /var(--break)*100vw);
	left: calc(-40 /var(--break)*100vw);
}
.box_clinic01 .copy{
	font-weight: 700;
	line-height: calc(48/28*100%);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.box_clinic01 .copy::before{
	content: "";
	background: url("images/clinic/deco_clinic04.png")no-repeat center/contain;
	width: calc(111 /var(--break)*100vw);
	height: calc(62 /var(--break)*100vw);
	position: absolute;
	top: calc(-84 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_clinic01 .txt{
	font-weight: 400;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_clinic01::after{
		content: "";
		background: url("images/clinic/deco_clinic03.png")no-repeat center/contain;
		width: calc(322 /var(--break)*100vw);
		height: calc(153 /var(--break)*100vw);
		position: absolute;
		bottom: calc(-20 /var(--break)*100vw);
		right: calc(-40 /var(--break)*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_clinic01{
		background: #fff;
		border: solid calc(10 /var(--break)*100vw) #ffea5c;
		padding: calc(138 /var(--break)*100vw) calc(18 /var(--break)*100vw) calc(75 /var(--break)*100vw);
	}
	.box_clinic01::before{
		width: calc(94 /var(--break)*100vw);
		height: calc(97 /var(--break)*100vw);
		top: calc(-30 /var(--break)*100vw);
		right: calc(30 /var(--break)*100vw);
	}
	.box_clinic01::after{
		width: calc(322 /var(--break)*100vw);
		height: calc(153 /var(--break)*100vw);
		bottom: calc(-40 /var(--break)*100vw);
		right: calc(-30 /var(--break)*100vw);
	}
	.box_clinic01 .deco01{
		width: calc(130 /var(--break)*100vw);
		height: calc(155 /var(--break)*100vw);
		top: calc(-50 /var(--break)*100vw);
		left: calc(-20 /var(--break)*100vw);
	}
	.box_clinic01 .copy{
		font-size: 1.125rem;
		font-weight: 700;
		line-height: calc(48/28*100%);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.box_clinic01 .copy::before{
		content: "";
		background: url("images/clinic/deco_clinic04.png")no-repeat center/contain;
		width: calc(111 /var(--break)*100vw);
		height: calc(62 /var(--break)*100vw);
		position: absolute;
		top: calc(-84 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_clinic01 .txt{
		font-weight: 400;
	}
}

.wrap__feature03.wrap_clinic03{
	padding-top: calc(180 /var(--break)*100vw);
}
.wrap_clinic03 .box__feature01{
	outline: solid calc(6 /var(--break)*100vw) #3eb0f8;
	margin-bottom: calc(140 /var(--break)*100vw);
}
.wrap_clinic03 .box__feature01 .copy::before{
	content: "";
	background: url("images/clinic/deco_feature03_5.png")no-repeat center/contain;
	width: calc(111 /var(--break)*100vw);
	height: calc(62 /var(--break)*100vw);
	position: absolute;
	top: calc(-84 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_clinic03 .box__feature01 .deco03_1{
	width: calc(164 /var(--break)*100vw);
	height: calc(161 /var(--break)*100vw);
	top: calc(150 /var(--break)*100vw);
	left: calc(-110 /var(--break)*100vw);
}
.wrap_clinic03 .box__feature01 .deco03_2{
	width: calc(90 /var(--break)*100vw);
	height: calc(109 /var(--break)*100vw);
	bottom: calc(40 /var(--break)*100vw);
	right: calc(40 /var(--break)*100vw);
}
.wrap_clinic03 .box__feature03{
	padding: calc(80 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(80 /var(--break)*100vw);
}
.wrap_clinic03 .box__feature03::after{
	display: none;
}
.wrap__feature03.wrap_clinic03 .deco03_3{
	top: auto;
	left: 0;
	bottom: calc(215 /var(--break)*100vw);
}
.wrap__feature03.wrap_clinic03 .deco03_4{
	width: calc(174 /1920*100vw);
	height: calc(70 /1920*100vw);
	top: calc(40 /1920*100vw);
	right: calc(100 /1920*100vw);
}

.wrap__feature04.wrap_clinic04{
	background: url("images/index/deco_feature04_8.png")no-repeat top calc(80 /1920*100vw) left calc(100 /1920*100vw)/calc(560 /1920*100vw),url("images/index/deco_feature04_9.png")no-repeat top left/calc(700 /1920*100vw),#ff8448;
}
.wrap__feature04.wrap_clinic04::after{
	height: calc(100% - (640 /var(--break)*100vw));
}
.wrap_clinic04 .img__feature04{
	margin-right: auto;
	margin-left: calc(40 /1920*100vw);
}
.wrap_clinic04 .box__feature04{
	margin-left: auto;
	margin-right: 0;
}
.wrap_clinic04 .box__feature04 .deco04_2{
	right: auto;
	left: calc(40 /var(--break)*100vw);
}
.wrap__feature04.wrap_clinic04 .deco04_1{
	left: auto;
	right: calc(50% + (162 /var(--break)*100vw));
	z-index: 2;
}
.wrap__feature04.wrap_clinic04 .deco04_3{
	left: 0;
	right: auto;
	z-index: 2;
	transform: scale(-1, 1);
}
.wrap__feature04.wrap_clinic04 .deco04_4{
	top: calc(470 /var(--break)*100vw);
	left: auto;
	right: calc(100 /var(--break)*100vw);
}
.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn{
	background: url("images/clinic/bg_clinic_feature.png")no-repeat center/contain;
	width: calc(210 /var(--break)*100vw);
	height: calc(190 /var(--break)*100vw);
	top: calc(20 /var(--break)*100vw);
	right: calc(20 /var(--break)*100vw);
	padding-top: calc(42 /var(--break)*100vw);
}
.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn::before{
	content: "";
	background: url("images/clinic/icn_clinic_feature01.svg")no-repeat center/contain;
	width: calc(50 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(50 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}

.wrap__feature05.wrap_clinic05 .box__feature05 .copy{
	margin-bottom: calc(43 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_clinic03 .box__feature01{
		margin-bottom: calc(140 /1599*100vw);
	}
	.wrap__feature04.wrap_clinic04 .deco04_4{
		right: calc(0 /var(--break)*100vw);
	}
	.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn{
		width: calc(210 /1599*100vw);
		height: calc(190 /1599*100vw);
		top: calc(20 /1599*100vw);
		right: calc(20 /1599*100vw);
		padding-top: calc(42 /1599*100vw);
	}
	.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn p{
		font-size: calc(20/1599*100vw);
	}
	.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn::before{
		width: calc(50 /1599*100vw);
		height: calc(20 /1599*100vw);
		top: calc(50 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
	.wrap__feature03.wrap_clinic03{
		padding-top: calc(120 /var(--break)*100vw);
	}
	.wrap_clinic03 .box__feature01{
		outline: solid calc(6 /var(--break)*100vw) #3eb0f8;
		margin-bottom: calc(140 /var(--break)*100vw);
	}
	.wrap_clinic03 .box__feature01 .copy::before{
		content: "";
		background: url("images/clinic/deco_feature03_5.png")no-repeat center/contain;
		width: calc(111 /var(--break)*100vw);
		height: calc(62 /var(--break)*100vw);
		position: absolute;
		top: calc(-84 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.wrap_clinic03 .box__feature01 .deco03_1{
		width: calc(82 /var(--break)*100vw);
		height: calc(80 /var(--break)*100vw);
		top: calc(150 /var(--break)*100vw);
		left: calc(-14 /var(--break)*100vw);
	}
	.wrap_clinic03 .box__feature01 .deco03_2{
		width: calc(90 /var(--break)*100vw);
		height: calc(109 /var(--break)*100vw);
		bottom: calc(40 /var(--break)*100vw);
		right: calc(40 /var(--break)*100vw);
	}
	.wrap_clinic03 .box__feature03{
		padding: calc(80 /var(--break)*100vw) calc(70 /var(--break)*100vw) calc(80 /var(--break)*100vw);
	}
	.wrap_clinic03 .box__feature03::after{
		display: none;
	}
	.wrap__feature03.wrap_clinic03 .deco03_3{
		top: auto;
		left: 0;
		bottom: calc(215 /var(--break)*100vw);
	}
	.wrap__feature03.wrap_clinic03 .deco03_4{
		width: calc(174 /1920*100vw);
		height: calc(70 /1920*100vw);
		top: calc(40 /1920*100vw);
		right: calc(100 /1920*100vw);
	}

	.wrap__feature04.wrap_clinic04{
		background: url("images/index/deco_feature04_8_sp.png")no-repeat top calc(80 /var(--break)*100vw) left calc(100 /var(--break)*100vw)/calc(336 /var(--break)*100vw),url("images/index/deco_feature04_9.png")no-repeat top left/calc(420 /var(--break)*100vw),#ff8448;
	}
	.wrap__feature04.wrap_clinic04::after{
		height: calc(100% - (640 /var(--break)*100vw));
	}
	.wrap_clinic04 .img__feature04{
		margin-right: auto;
		margin-left: calc(40 /1920*100vw);
	}
	.wrap_clinic04 .box__feature04{
		margin-left: auto;
		margin-right: 0;
	}
	.wrap_clinic04 .box__feature04 .deco04_2{
		right: auto;
		left: calc(40 /var(--break)*100vw);
	}
	.wrap__feature04.wrap_clinic04 .deco04_1{
		left: auto;
		right: calc(80 /var(--break)*100vw);
		z-index: 2;
	}
	.wrap__feature04.wrap_clinic04 .deco04_3{
		left: 0;
		right: auto;
		z-index: 2;
		transform: scale(-1, 1);
	}
	.wrap__feature04.wrap_clinic04 .deco04_4{
		top: calc(1300 /var(--break)*100vw);
		left: auto;
		right: calc(0 /var(--break)*100vw);
	}
	.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn{
		width: calc(210 /var(--break)*100vw);
		height: calc(190 /var(--break)*100vw);
		top: calc(20 /var(--break)*100vw);
		right: calc(20 /var(--break)*100vw);
		padding-top: calc(42 /var(--break)*100vw);
	}
	.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn p{
		font-size: 0.625rem;
	}
	.wrap__feature04.wrap_clinic04 .row__feature02 .img .icn::before{
		width: calc(50 /var(--break)*100vw);
		height: calc(20 /var(--break)*100vw);
		top: calc(50 /var(--break)*100vw);
	}

	.wrap__feature05.wrap_clinic05 .box__feature05 .copy{
		margin-bottom: calc(43 /var(--break)*100vw);
	}
}
.row_clinic_hg01{
	gap:0 calc(18.75/1500*100%);
}
.row_clinic_hg01 .col{
	width: calc(285/1500*100%);
}
.row_clinic_hg01 .col .ttl{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: calc(36/22*100%);
	padding: calc(16 /var(--break)*100vw) 0 calc(22 /var(--break)*100vw);
}
.row_clinic01 .col_img{
	width: calc(430/1140*100%);
}
.row_clinic01 .col_txt{
	width: calc(710/1140*100%);
	border: solid 1px #333;
	padding: calc(30 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.row_clinic01 .col_txt li:not(:last-child){
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_clinic01 .col_txt .txt1{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: calc(34/22*100%);
	width: calc(140 /var(--break)*100vw);
}
.row_clinic01 .col_txt .txt2{
	width: calc(100% - (140 /var(--break)*100vw));
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_hg01{
		gap:calc(20 /var(--break)*100vw) calc(22 /var(--break)*100vw);
	}
	.row_clinic_hg01 .col{
		width: calc(340 /var(--break)*100vw);
	}
	.row_clinic_hg01 .col .ttl{
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: calc(36/22*100%);
		padding: calc(16 /var(--break)*100vw) 0 calc(22 /var(--break)*100vw);
	}
	.row_clinic01 .col_img{
		width: calc(430 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt{
		width: 100%;
		border: solid 1px #333;
		padding: calc(30 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt li:not(:last-child){
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .txt1{
		font-size: 1rem;
		font-weight: 700;
		line-height: calc(34/22*100%);
		width: calc(180 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .txt2{
		font-size: 0.875rem;
		width: calc(100% - (180 /var(--break)*100vw));
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / 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_clinic01.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / 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;
	}
}


/* ドクター・スタッフ紹介 staff
------------------------------------------------------------------*/
.txt_staff{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	background: url("images/staff/bg_staff01.svg")no-repeat center/contain;
	width: calc(758 /var(--break)*100vw);
	height: calc(94 /var(--break)*100vw);
	padding-top: calc(2 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.txt_staff{
		font-size: 1rem;
		letter-spacing: 0;
		background: url("images/staff/bg_staff01.svg")no-repeat center/contain;
		width: calc(702 /var(--break)*100vw);
		height: calc(94 /var(--break)*100vw);
		padding-top: 0;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
}


/* row_common01
------------------------------------------------------------------*/
.row_common01 .col_img{
	width: 37.1%;
	max-width: 460px;
}
.row_common01 .col_txt{
	width: 59%;
	max-width: 730px;
}
.row_common01 .txt{
	margin-bottom: calc(15 /var(--break)*100vw);
}
.row_common01 .name .txt1{
	vertical-align: middle;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-right: calc(6 /var(--break)*100vw);
}
.row_common01 .name .txt2{
	vertical-align: middle;
	font-size: 2.125rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	padding-bottom: calc(3 /var(--break)*100vw);
	margin-right: calc(9 /var(--break)*100vw);
}
.row_common01 .name .txt3{
	vertical-align: middle;
	font-size: 1rem;
	letter-spacing: 0.25em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_common01 .col_txt{
		width: 100%;
	}
	.row_common01 .name{
		text-align: center;
	}
	.row_common01 .name .txt1{
		font-size: 0.75rem;
		letter-spacing: 0.05em;
		margin-right: calc(6 /var(--break)*100vw);
	}
	.row_common01 .name .txt2{
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		padding-bottom: calc(3 /var(--break)*100vw);
		margin-right: calc(9 /var(--break)*100vw);
	}
	.row_common01 .name .txt3{
		vertical-align: middle;
		font-size: 0.75rem;
		letter-spacing: 0.15em;
	}
}


/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.wrap_access01{
	padding-top: calc(260 /var(--break)*100vw);
}
.bg_access01{
	padding: calc(10 /var(--break)*100vw) 0 calc(60 /var(--break)*100vw);
	background: url("images/access/deco_access02.png")no-repeat left top/calc(750 /1920*100vw),url("images/access/deco_access03.png")no-repeat right top/calc(750 /1920*100vw),#fffae2;
}
.bg_access01::before{
	content: "";
	width: 100%;
	height: calc(32 /var(--break)*100vw);
	background: url("images/access/deco_access01.png")no-repeat center top/contain;
	position: absolute;
	top: 0;
	left: 0;
}
.img_access01{
	width: calc(750 /var(--break)*100vw);
	margin: calc(-270 /var(--break)*100vw) auto calc(60 /var(--break)*100vw);
}
.row_access01 .col_l{
	width: calc(600/1240*100%);
}
.row_access01 .col_l .logo{
	width: calc(322 /var(--break)*100vw);
	margin: 0 auto calc(30 /var(--break)*100vw);
}
.row_access01 .col_r{
	width: calc(600/1240*100%);
}
.btn_tel_access{
	width: calc(340 /var(--break)*100vw);
}
.btn_tel_access a{
	height: calc(100 /var(--break)*100vw);
	border: solid 2px #333; 
	padding-bottom: calc(4 /var(--break)*100vw);
}
.btn_tel_access .icn{
	width: calc(20 /var(--break)*100vw);
	vertical-align: middle;
	margin-right: calc(7 /var(--break)*100vw);
}
.btn_tel_access .tel{
	vertical-align: middle;
	font-feature-settings: "palt" 1;
}
.row_access01 .col_r .tbl_access{
	max-width: 530px;
}

.bg_access02{
	background: url("images/access/deco_access04.png")no-repeat right top/calc(700 /1920*100vw),#fdd002;
}
.bg_access02::after{
	content: "";
	width: 100%;
	height: calc(332 /var(--break)*100vw);
	background: url("images/page/ptnB_03.png")repeat left top/calc(28 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.bg_access02 .map{
	padding-top: calc(460 /var(--break)*100vw);
}

.row_access02 .col{
	width: 47.5%;
}
.row_access02 .col .box01 .img{
	width: calc(80 /var(--break)*100vw);
	margin-bottom: calc(8 /var(--break)*100vw);
}
.row_access02 .col .box01 .txt{
	font-weight: 700;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_access01{
		padding-top: calc(160 /var(--break)*100vw);
	}
	.bg_access01{
		padding: calc(10 /var(--break)*100vw) 0 calc(60 /var(--break)*100vw);
		background: url("images/access/deco_access02.png")no-repeat left top/calc(375 /var(--break)*100vw),url("images/access/deco_access03.png")no-repeat right top/calc(375 /var(--break)*100vw),#fffae2;
	}
	.bg_access01::before{
		background: url("images/page/deco_foot01_sp.png")no-repeat center top/contain;
	}
	.img_access01{
		width: calc(450 /var(--break)*100vw);
		margin: calc(-170 /var(--break)*100vw) auto calc(60 /var(--break)*100vw);
	}
	.row_access01 .col_l{
		width: 100%;
	}
	.row_access01 .col_l .logo{
		width: calc(322 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_access01 .col_r{
		width: 100%;
	}
	.btn_tel_access{
		width: calc(646 /var(--break)*100vw);
	}
	.btn_tel_access a{
		height: calc(120 /var(--break)*100vw);
		border: solid calc(2 /var(--break)*100vw) #333; 
		padding-bottom: calc(4 /var(--break)*100vw);
	}
	.btn_tel_access .icn{
		width: calc(47 /var(--break)*100vw);
		vertical-align: middle;
		margin-right: calc(23 /var(--break)*100vw);
	}
	.btn_tel_access .icn img{
		width: 100%;
	}
	.btn_tel_access .tel{
		font-size: 1.875rem;
		letter-spacing: 0.05em;
	}
	.row_access01 .col_r .tbl_access{
		max-width: 100%;
	}
	.row_access02{
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_access02 .col{
		width: 100%;
	}
	.row_access02 .col .box01 .img{
		width: calc(80 /var(--break)*100vw);
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.row_access02 .col .box01 .txt{
		font-size: 1.125rem;
	}
}


/* 一般歯科 general
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


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


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


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


/* 小児矯正 pediatric_ortho
------------------------------------------------------------------*/
.row_pediatric_ortho01 {
	position: relative;
}
.row_pediatric_ortho01::before {
	content: "×";
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw); 
	font-size: calc(95 /var(--break)*100vw);
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0;
	color: #ffffff;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_pediatric_ortho01 .col {
	width: 44.6%;
	max-width: 446px;
}
.row_pediatric_ortho01 .col .ttl{
	font-weight: 300;
	color: #fff;
}
.row_pediatric_ortho02 .col{
	width: 32%;
	max-width: 394px;
	height: calc(70 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric_ortho01 {
		width: calc(600 /var(--break)*100vw);
		gap:calc(100 /var(--break)*100vw) 0;
		margin: auto;
	}
	.row_pediatric_ortho01::before {
		content: "×";
		width: calc(100 /var(--break)*100vw);
		height: calc(100 /var(--break)*100vw); 
		font-size: calc(95 /var(--break)*100vw);
		font-weight: 400;
		line-height: 1em;
		letter-spacing: 0;
		color: #ffffff;
		position: absolute;
		text-align: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.row_pediatric_ortho01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_pediatric_ortho01 .col .ttl{
		font-size: 1rem;
	}
	.row_pediatric_ortho02{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_pediatric_ortho02 .col{
		width: 100%;
		font-size: 1rem;
		max-width: 100%;
		height: calc(70 /var(--break)*100vw);
	}
}


/* マタニティ・赤ちゃん診療 maternity
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


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


/* ホワイトニング whitening
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 入れ歯 false_teeth
------------------------------------------------------------------*/
@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{
	background: url("images/page/ptnB_02.png")repeat left top/calc(28 /var(--break)*100vw);
}
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.area_case_common01{
	padding: calc(60 /var(--break)*100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	background: #ff8448;
	height: calc(50 / var(--break) * 100vw);
	color: #fff;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #333333;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / 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 {
	position: absolute !important;
	bottom: calc(-52 /var(--break)*100vw);
	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: #333333;
	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: #fdd624;
	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);/*ボーダー右切れる対策*/
}
.tbl_case table {
	border: 1px solid #7fcc42;
}
.tbl_case th {
	background: #7fcc42;
	color: #fff;
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
}
.tbl_case td {
	background: #fff;
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #7fcc42;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01{
		padding: calc(60 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	}
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	.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 #333333;
		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 0;
	}
	.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(42 / var(--break) * 100vw);
		height: calc(80 / 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_case tr th {
		border-bottom: 1px solid #7fcc42;
	}
	.tbl_case table td{
		border-left: none!important;
	}
}

/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	max-width: 1000px;
	background: #f4f4f4;
}
.box_risk01 .box {
	overflow-y: scroll;
	max-height: 110px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk01 .box .txt{
	font-size: 1rem;
}
.box_invisalign {
	max-width: 1000px;
	background: #f4f4f4;
}
.box_invisalign .ttl{
	font-weight: 300;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
.box_invisalign .box {
	overflow-y: scroll;
	max-height: 110px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign .box .txt{
	font-size: 1rem;
}
/* パーフェクトスクロールバー */
.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
------------------------------------------------------------------*/
.box_recruit01{
	background: url("images/recruit/img_recruit04.jpg")no-repeat center/cover;
	height: calc(500 /var(--break)*100vw);
}
.box_recruit01 .txt{
	font-weight: 700;
	line-height: calc(50/30*100%);
}
.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: #f4f4f4;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #f1517e;
}
.btn_submit input {
	color: #333;
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_recruit01{
		background: url("images/recruit/img_recruit04.jpg")no-repeat center/cover;
		height: calc(351 /var(--break)*100vw);
	}
	.box_recruit01 .txt{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(50/30*100%);
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
	}
}

/* お問い合わせ 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: #7fcc42;
	color: #fff;
	font-weight: 300;
	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: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-right-color: #f7f7f7;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #f7f7f7;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #20a4a2;
	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);
	color: #20a4a2;
	border-bottom: 1px solid #20a4a2;
	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 {
	color: #20a4a2;
	border-bottom: 1px solid #20a4a2;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	color: #20a4a2;
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #20a4a2;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #f4f4f4;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
	font-weight: 400;
}
.blog_archive .txt_post .date {
	color: #ff8448;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #20a4a2;
	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 #20a4a2;
	color: #20a4a2;
	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: #20a4a2;
	background: #20a4a2;
	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{
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.single_post > h3{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 700;
	background: #333333;
	color: #fff;
	padding: calc(11 /var(--break)*100vw) calc(29 /var(--break)*100vw) calc(16 /var(--break)*100vw);
	border-bottom: solid calc(6 /var(--break)*100vw) #fdd002;
}
.post_content > h4{
	line-height: 1.6;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	background: #7fcc42;
	color: #fff;
	padding: calc(11 /var(--break)*100vw) calc(28 /var(--break)*100vw);
}
.post_content > h5{
	line-height: 1.6;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 400;
	border-bottom: solid 2px #333;
	padding-bottom: calc(13 /var(--break)*100vw);
}
.post_content a {
	color: #20a4a2;
	text-decoration: underline;
}
#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 #20a4a2;
	background: #20a4a2;
	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: #20a4a2;
}

@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / var(--break) * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.thmb {
		width: calc(210 / var(--break) * 100vw);
	}
	.thmb img {
		height: calc(210 / var(--break) * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / var(--break) * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi span.pages,.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: .5vw 2vw;
		margin: calc(4 / 750 * 100vw);
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.single_post > h3 {
		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
------------------------------------------------------------------*/
.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));
	}
}