@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(60 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	margin-top: calc(140 / var(--break) * 100vw );
	background: url("images/page/deco_common01.svg")no-repeat left top / calc(600 / var(--break) * 100vw ) auto,url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(540 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .en{
	letter-spacing: 0.3em;
}
.hdg3:before{
	content: "";
	background: #14ad901A;
	width: calc( 240 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,100% 0, 0 100%);
}
.hdg3:after{
	content: "";
	background: #14ad901A;
	width: calc( 140 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%,100% 100%);
}
.hdg5{
	border-bottom: calc(4 / var(--break) * 100vw ) solid #333;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		margin-top: calc(115 / var(--break) * 100vw);
		background: url(images/page/deco_common01.svg) no-repeat left top / calc(470 / var(--break) * 100vw) auto, url(images/page/bg_ttl_page.jpg) no-repeat center / cover;
		height: calc(450 / var(--break) * 100vw);
}
}
@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 {
		margin-top: calc(144 / var(--break) * 100vw);
		background: url(images/page/deco_common01.svg) no-repeat left top / calc(300 / var(--break) * 100vw) auto, url("images/page/bg_ttl_page_sp.jpg") no-repeat center / cover;
		height: calc(356 / var(--break) * 100vw);
		padding-bottom: 1vw;
	}
	.hdg2 .ja {
		font-size:calc(50 / var(--break) * 100vw );
		letter-spacing: 0;
		line-height: 1.4;
		margin-bottom: 4vw;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw );
		letter-spacing: 0.1em;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(40 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.hdg3:before {
		width: calc(180 / var(--break) * 100vw);
	}
	.hdg3:after {
		width: calc(120 / var(--break) * 100vw);
	}
	.hdg4{
		font-size: calc(36 / var(--break) * 100vw );
		padding: 3vw 1vw;
	}
	.hdg5{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 下層の共通 @common
------------------------------------------------------------------*/
.row_common02 .col_img .ccl{
	width: calc(150 / var(--break) * 100vw );
	aspect-ratio:1/1;
	background: url("images/index/ccl__medical02.svg")no-repeat center / contain;
	left: calc(15 / var(--break) * 100vw );
	top: calc(-15 / var(--break) * 100vw );
}
.row_common03{
	gap:calc(30 / var(--break) * 100vw ) 2.13%;
}
.row_common03 .col{
	max-width: 350px;
	width: 23.4%;
}
.row_common03 .col .ttl{
	font-weight: 400;
}
.row_common03.pt02{
	gap:calc(30 / var(--break) * 100vw ) 2.3%;
}
.row_common03.pt02 .col{
	max-width: 394px;
	width: 31.8%;
}
.row_common04{
	gap:calc(30 / var(--break) * 100vw ) 2%;
}
.row_common04 .col{
	width: 32%;
}
.row_common04 .col:before{
	content: "";
	background: #ffffff;
	opacity: 0.5;
	width: calc( 180 / var(--break) * 100vw );
	aspect-ratio:1/1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0 ,100% 0, 0 100%);
}
.row_common04 .col .ttl{
	border-bottom: 2px solid #ec6565;
}
.row_common04 .col .box{
	height: 100%;
}
.row_common04 .col .wrap{
	max-width: 340px;
}
.row_common04.pt02{
	gap:calc(50 / var(--break) * 100vw ) 4.8%;
}
.row_common04.pt02 .col{
	width: 47.6%;
}
.row_common04.pt02 .col .wrap{
	max-width: 450px;
}
.bg_common01 .box{
	border: calc(4 / var(--break) * 100vw ) solid #333;
}
.bg_common02:before{
	content: "";
	background: #f8f7f2;
	width: 100%;
	height: calc( 100% - calc(40 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.list_common01 li{
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: calc(5 / var(--break) * 100vw );
	padding-left: calc(30 / var(--break) * 100vw);
	width: 48%;
}
.list_common01 li:before {
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/check01.svg")no-repeat center / contain;
	border-radius: 0;
	top: .25em;
}
.list_common01.check02 li:before {
	background-image: url("images/page/check02.svg");
}
.list_common01.check03 li:before {
	background-image: url("images/page/check03.svg");
}
.list_common01.check04 li:before {
	background-image: url("images/page/check04.svg");
}
.list_common01.check05 li:before {
	background-image: url("images/page/check05.svg");
}
.list_common01 li:nth-child(n+3) {
	margin-top: calc(8 / var(--break) * 100vw);
}
.list_common01.pt02 li {
	width: 100%;
}
.list_common01.pt02 li:nth-child(n+2) {
	margin-top: calc(8 / var(--break) * 100vw);
}
.bdr_common01{
	padding-bottom: calc(60 / var(--break) * 100vw );
	border-bottom: 2px solid #f5f5f5;
}
.box_common01 .ttl{
	font-weight: 400;
}
.box_common02{
	background: #8dd34f80;
}
.box_common02:before{
	content: "";
	background: #ffc000;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.box_common02 .ttl{
	border-bottom: 2px solid #333;
}
.copy_common02:before,.copy_common02:after{
	content: "";
	background: #333;
	width: 2px;
	height: calc( 35 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(20 / var(--break) * 100vw );
	transform: rotate(-45deg);
	margin-top: calc(5 / var(--break) * 100vw );
}
.copy_common02:after{
	margin-right:0!important;
	margin-left: calc(15 / var(--break) * 100vw );
	transform: rotate(45deg);
}
.tbl_common01 .wrap{
	max-width: 1240px;
}
.tbl_common01 table{
	border-color: #333333;
}
.tbl_common01.pt02 table{
	table-layout:auto;
}
.tbl_common01 th{
	background: #14ad90;
}
.tbl_common01 thead th{
	text-align: center;
	background: #333
}
.tbl_common01 th,.tbl_common01 td{
	padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
}
.tbl_common01 tbody th[colspan="2"]{
	background: #333;
	text-align: center;
	border-bottom: 0;
}


@media(min-width: 768px) and (max-width:1599px) {
	.row_common01 .col_txt .copy{
		font-size: 2rem;
	}
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common01 .col_img{
		margin-bottom: 7vw;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin: 0 auto 7vw;
	}
	.row_common02 .col_img .ccl {
		width: calc(190 / var(--break) * 100vw);
		left: calc(15 / var(--break) * 100vw);
		top: calc(-25 / var(--break) * 100vw);
		font-size: 0.75rem;
	}
	.row_common03,.row_common03.pt02 {
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		gap:calc(40 / var(--break) * 100vw ) 0;
	}
	.row_common03 .col,.row_common03.pt02 .col{
		width: 100%;
	}
	.row_common03 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 1vw;
	}
	.row_common03 .col .txt{
		padding: 2vw 4vw 4vw;
	}
	.row_common03.no_txt,.row_common03.pt02.no_txt{
		width: calc(702 / var(--break) * 100vw )!important;
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.row_common03.no_txt .col,.row_common03.pt02.no_txt .col{
		width: 48.5%;
	}
	.row_common03.no_txt .col .ttl,.row_common03.pt02.no_txt .col .ttl{
		font-size: 1rem;
	}
	.row_common04,.row_common04.pt02{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common04 .col,.row_common04.pt02 .col{
		width:100%;
	}
	.row_common04 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common05 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin: 0 auto 4vw;
	}
	.row_common05 .col_txt{
		max-width: calc(702 / var(--break) * 100vw )!important;
	}
	.row_common05 .col_txt .txt{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_common01 .box{
		padding: 6vw 5% 7vw;
	}
	.bg_common01 .box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 1.5vw;
	}
	.list_common01 li{
		width: 100%;
		padding-left: 7vw;
		padding-bottom: 1.5vw;
	}
	.list_common01 li:nth-child(n+2) {
		margin-top: 1.5vw;
	}
	.list_common01 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: .3em;
	}
	.ttl_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 1vw;
	}
	.copy_common01{
		font-size: 1.185rem;
		letter-spacing: 0;
	}
	.copy_common02{
		align-items: flex-end!important;
	}
	.copy_common02:before, .copy_common02:after {
		width: 1px;
		height: calc(45 / var(--break) * 100vw);
		margin-right: calc(35 / var(--break) * 100vw);
		margin-top: 0;
		margin-bottom: 0.5vw;
	}
	.copy_common02:after {
		margin-left: calc(30 / var(--break) * 100vw);
	}
	.box_common01{
		padding: 6vw 5% 6vw;
	}
	.box_common01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common02 .wrap {
		padding: 5vw 5% 6vw;
	}
	.box_common02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* クリニック紹介 CLINIC
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
}
.bg_clinic01 .box{
	background: #ffffffB3;
	border: calc(4 / var(--break) * 100vw ) solid #333;
}
.bg_clinic01 .box .wrap{
	max-width: calc(1040 / var(--break) * 100vw );
}
.bg_clinic02{
	background:url("images/clinic/deco_clinic01.svg")no-repeat left top / calc(960 / var(--break) * 100vw ) auto,url("images/clinic/deco_clinic02.svg")no-repeat right bottom/ calc(960 / var(--break) * 100vw ) auto #ffc000;
}
.bg_clinic02 .box:before{
	content: "";
	background: #ec6565;
	width: calc( 590 / var(--break) * 100vw );
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	bottom: 100%;
	right: calc(-10 / var(--break) * 100vw );
	z-index: 2;
}
.bg_clinic02 .box:after{
	content: "";
	background: #9e77dc;
	width: calc( 10 / var(--break) * 100vw );
	height: calc( 590 / var(--break) * 100vw );
	position: absolute;
	left: 100%;
	top: calc(-10 / var(--break) * 100vw );
}
.bg_clinic02 .box .wrap{
	max-width: calc(1040 / var(--break) * 100vw );
}
.list_clinic01.list_default li:before{
	background: #34b9e4;
}
.list_clinic01.pt02.list_default li:before{
	background: #14ad90;
}
.row_clinic01 .col_img{
	max-width: 960px;
	width: 50.4%;
	min-height: calc(490 / var(--break) * 100vw );
}
.row_clinic01.clinic01 .col_img{
	background: url("images/clinic/img_clinic01.jpg")no-repeat center / cover;
}
.row_clinic01.clinic02 .col_img{
	background: url("images/clinic/img_clinic02.jpg")no-repeat center / cover;
}
.row_clinic01.clinic03 .col_img{
	background: url("images/clinic/img_clinic09.jpg")no-repeat center / cover;
}
.row_clinic01.clinic04 .col_img{
	background: url("images/clinic/img_clinic10.jpg")no-repeat center / cover;
}
.row_clinic01.clinic05 .col_img{
	background: url("images/clinic/img_clinic11.jpg")no-repeat center / cover;
}
.row_clinic01.clinic06 .col_img{
	background: url("images/clinic/img_clinic12.jpg")no-repeat center / cover;
}
.row_clinic01 .col_txt{
	width: 49.6%;
}
.row_clinic01 .col_txt .wrap{
	max-width: 670px;
	width: 85%;
}
.wrap_clinic01  {
	max-width: 1720px;
	width: 91%;
	margin-top: calc(-40 / var(--break) * 100vw );
}
.bg_clnic03:before{
	content: "";
	background:#05997d;
	width: calc( 400 / var(--break) * 100vw );
	height: calc( 400 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,100% 0, 100% 100%);
}
.row_clinic02{
	gap: calc(50  / var(--break) * 100vw ) 2.45%;
}
.row_clinic02 .col{
	max-width: 475px;
	width: 31.7%;
}
.row_clinic03.bdr_common01{
	
	padding-bottom: calc(40 / var(--break) * 100vw );
}
.bg_clinic04:before,.bg_clinic04:after{
	content: "";
	background: #00abe2;
	width: calc( 377 / var(--break) * 100vw );
	aspect-ratio:1/1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0,0 100%, 100% 0);
}
.bg_clinic04:after{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 100%,100% 0, 100% 100%);
}
.wrap_clinic02{
	gap:calc(20 / var(--break) * 100vw ) 2.36%;
}
.wrap_clinic02 .ccl{
	width:14.7%;;
	aspect-ratio:1/1;
	background: url("images/clinic/ccl_clinic01.svg")no-repeat center /contain;
}
.ccl_clinic01{
	width: calc(260 / var(--break) * 100vw );
	aspect-ratio:1/1;
	background: url("images/index/ccl__feature02.svg")no-repeat center / calc(260 / var(--break) * 100vw ) auto;
	left: calc(20 / var(--break) * 100vw );
	bottom: calc(-40 / var(--break) * 100vw );
}
.bg_clinic05 {
	background: url("images/page/ptn01.png")repeat left top /calc(27 / var(--break) * 100vw ) auto;
}

/*　スライダー　*/
.slide_clinic01 .slick-prev {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_clinic01.svg")no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	right: -9.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li:nth-child(n+6){
	margin-top: 2%;;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_clinic01 .slide_thumbnail li img{
	height: calc(103 / var(--break) * 100vw );
	object-fit: cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_clinic02 .ccl {
		font-size: 1.375rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.row_clinic01 .col_txt .wrap {
		width: 88%;
	}
	.row_clinic01 .copy_clinic01{
		font-size: 1.75rem;
	}
	.row_clinic01 .col_img {
		min-height: calc(420 / var(--break) * 100vw);
	}
	.wrap_clinic01 {
		margin-top: calc(-30 / var(--break) * 100vw);
	}
	.row_clinic03 .col_txt .copy{
		font-size: 1.75rem;
	}
	.ccl_clinic01 {
		width: calc(220 / var(--break) * 100vw);
		background: url(images/index/ccl__feature02.svg) no-repeat center / calc(220 / var(--break) * 100vw) auto;
		font-size: 1.5rem;
	}
	.wrap_clinic02 .ccl {
		font-size: 1.125rem;
	}
	.wrap_clinic02 .ccl small{
		font-size: 0.875rem;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slide_thumbnail li img {
		height: auto;
	}
	.bg_clinic01 .box{
		padding: 6vw 5% 7vw;
	}
	.bg_clinic01 .copy{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bg_clinic02 .box .wrap {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.ttl_clinic01 .en{
		font-size: 3rem;
	}
	.ttl_clinic01 .ja{
		font-size: 1.1875rem;
	}
	.row_clinic01 .col_img{
		width: 100%;
		min-height: calc(382 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt{
		width: 100%;
	}
	.row_clinic01.clinic01 .col_txt {
		width: 100%;
		padding-bottom: 28vw;
	}
	.row_clinic01 .col_txt .wrap{
		width: calc(646 / var(--break) * 100vw );
	}
	.copy_clinic01{
		font-size: 1.1875rem;
		letter-spacing: 0;
		text-align: center;
	}
	.wrap_clinic01 {
		margin-top: -21vw;
	}
	.row_clinic02{
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_clinic02 .col{
		width:48.5%;
	}
	.row_clinic02 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw 1vw;
	}
	.copy_clinic02 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic03 .col_txt .copy{
		font-size: 1.1875rem;
		letter-spacing: 0;
		text-align: center;
	}
	.wrap_clinic02 {
		gap: calc(20 / var(--break) * 100vw) 4%;
	}
	.wrap_clinic02 .ccl {
		width: 45.5%;
		font-size: 1rem;
	}
	.wrap_clinic02 .ccl small{
		font-size: 0.875rem;
	}
	.ccl_clinic01{
		font-size: 1rem;
		bottom: calc(-80 / var(--break) * 100vw);
	}
	.row_clinic01.clinic06 .col_txt{
		padding-top: 11vw;
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
}


/* ドクター・スタッフ紹介 STAFF
------------------------------------------------------------------*/
.dr_name02{
	z-index: 1;
	right: 0;
	bottom: 0;
	width: calc(280 / var(--break) * 100vw );
	height: calc(100 / var(--break) * 100vw );
}
.dr_name02:before {
	content: "";
	background: #14ad90;
	opacity: 0.2;
	width: 100%;
	height: calc(400 / var(--break) * 100vw);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	z-index: -1;
}
.box_prof .ttl{
	font-weight: 400;
}
.box_prof01 .year{
	width: calc(100 / var(--break) * 100vw);
	font-weight: 400;
}
.box_prof01 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.slide_staff01 li{
	margin: 0 calc(10/ var(--break) * 100vw );
}
.slide_staff01 li img {
	width: calc(480 / var(--break) * 100vw );
}
.ttl_staff01{
	outline : calc( 4 / var(--break) * 100vw ) solid #333;
	outline-offset : calc( -4 / var(--break) * 100vw );
	position: relative;
}
.ttl_staff01:before{
	content: "";
	background:#8dd34f;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.ttl_staff01.pt02:before{
	background:#ff7e00;
}
.ttl_staff01.pt03:before{
	background:#ffc000;
}
.ttl_staff01.pt04:before{
	background:#9e77dc;
}
.ttl_staff01.pt05:before{
	background:#34b9e4;
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		max-width: calc(500 / var(--break) * 100vw )!important;
		margin: 0 auto 7vw;
	}
	.dr_name02{
		position: relative;
		width: calc(460 / var(--break) * 100vw );
		height: calc(150 / var(--break) * 100vw);
		left: 0;
		bottom: 0;
		margin: auto;
		margin-top: 5vw;
		padding-top: 2.5vw;
	}
	.dr_name02 .en{
		font-size: calc(20 / var(--break) * 100vw );
		margin-bottom: 1vw;
	}
	.dr_name02 .txt{
		font-size: calc(24 / var(--break) * 100vw );
		margin-right: 4vw;
		padding: 1vw 3.5vw;
	}
	.dr_name02 .ja{
		font-size: calc(50 / var(--break) * 100vw );
	}
	.dr_name03{
		text-align: center;
		margin: auto;
		margin-bottom: 5vw;
	}
	.dr_name03 .en{
		font-size: calc(20 / var(--break) * 100vw );
		text-align: center;
	}
	.dr_name03 .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
		margin-right: 4vw;
	}
	.dr_name03 .ja{
		font-size: 1.375rem;
	}
	.box_prof01 .year {
		width: calc(140 / var(--break) * 100vw);
	}
	.box_prof01 .txt {
		width: calc(100% - calc(140 / var(--break) * 100vw));
	}
	.box_prof .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_staff02 .col_img{
		margin-bottom: 5vw;
	}
	.row_staff02 .col_txt{
		flex-direction: column-reverse!important;
	}
	.row_staff02 .col_txt .txt{
		margin-bottom: 0;
	}
	.ttl_staff01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 3vw 2vw;
	}

}

/*  診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.img_access01{
	max-width: 750px;
	width: 90%;
}
.row_access01{
	max-width: 1030px;
	width: 90%;
}
.row_access01.row_foot01 > .col_r {
	width: 52%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01{
		width: calc(702 / var(--break) * 100vw );
	}
	.row_access01.row_foot01 > .col_r {
		width: 100%;
	}
}

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

/* 予防・メンテナンス PREVENTION
------------------------------------------------------------------*/
.bg_prevention01{
	background:#f8f7f2 url("images/prevention/deco_prevention01.svg")no-repeat left top / calc(594 / var(--break) * 100vw ) auto ;
}
.row_prevention01{
	gap:calc(35 / var(--break) * 100vw ) 5.5%;
}
.row_prevention01 .col{
	width: 18.5%;
	aspect-ratio:1/1;
	border:4px solid;
	position: relative;
}
.row_prevention01 .col:before{
	content: "";
	background: #ec6565;
	width:100%;
	height: 100%;
	position: absolute;
	right: calc(-8 / var(--break) * 100vw );
	bottom: calc(-8 / var(--break) * 100vw );
	z-index: -1;
	border-radius: 50%;
}
.row_prevention01 .col.bdr_col06:before{
	background: #34b9e4;
}
.row_prevention01 .col.bdr_col04:before{
	background: #ffc000;
}
.row_prevention01 .col.bdr_col07:before{
	background: #14ad90;
}
.row_prevention01 .col.bdr_col03:before{
	background: #ff7e00;
}
.row_prevention01 .col.bdr_col05:before{
	background: #9e77dc;
}
.row_prevention01 .col.bdr_col08:before{
	background: #8dd34f;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_prevention01 {
		gap: calc(35 / var(--break) * 100vw) 4%;
	}
	.row_prevention01 .col {
		width: 42%;
		border: calc(4 / var(--break) * 100vw ) solid;
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* 小児矯正 PEDIATRIC ORTHO
------------------------------------------------------------------*/
.row_pediatric_ortho01{
	gap:calc(50 / var(--break) * 100vw ) 3.95%;
}
.row_pediatric_ortho01 .col{
	width: 30.7%;
	border: calc(4 / var(--break) * 100vw ) solid #333;
	position: relative;
}
.row_pediatric_ortho01 .col:before{
	content: "";
	background: #ffc000;
	width:100%;
	height:100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric_ortho01 {
		gap: calc(40 / var(--break) * 100vw) 3%;
	}
	.row_pediatric_ortho01 .col {
		width: 48.5%;
		font-size: 1rem;
		letter-spacing: 0;
	}

}

/* 成人矯正 ORTHODONTIC
------------------------------------------------------------------*/
.slide_orthodontic01 {
	max-width: calc(1000 / var(--break) * 100vw );
}
.slide_orthodontic01 ul {
	padding: 0;
	margin: 0;
}
.slide_orthodontic01 li {
	padding: 0 calc(30 / var(--break) * 100vw ); /* スライド間の余白 */
	box-sizing: border-box;
}
.slide_orthodontic01 li img{
	width: calc(538 / var(--break) * 100vw );
}

/* スライドの透明度で中央強調 */
/*.slide_orthodontic01 .slick-slide {
	opacity: 0.5;
	transition: all 0.3s ease;
}
.slide_orthodontic01 .slick-center {
	opacity: 1;
	transform: scale(1.05); 
}*/
.slide_orthodontic01 .slick-prev:before,.slide_orthodontic01 .slick-next:before {
	display: none;
}
.slide_orthodontic01 .slick-prev, .slide_orthodontic01 .slick-next {
	width: calc(30/ var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	background: url(images/orthodontic/arw_orthodontic01.svg)no-repeat center / cover;
	z-index: 9;
	top: 0;
	bottom: calc(65 / var(--break) * 100vw );
	margin: auto;
	transform: none;
}
.slide_orthodontic01 .slick-prev {
    left: -9.2%;
}
.slide_orthodontic01 .slick-next {
    right: -9.2%;
    transform: scaleX(-1);
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.slide_orthodontic01 {
		max-width: calc(702 / var(--break) * 100vw );
	}
	.slide_orthodontic01 ul {
		padding: 0;
		margin: 0;
	}
	.slide_orthodontic01 li {
		padding: 0 calc(30 / var(--break) * 100vw ); /* スライド間の余白 */
		box-sizing: border-box;
	}
	.slide_orthodontic01 li img{
		width: calc(538 / var(--break) * 100vw );
	}
	.slide_orthodontic01 .slick-prev:before,.slide_orthodontic01 .slick-next:before {
		display: none;
	}
	.slide_orthodontic01 .slick-prev {
		left: 2vw;
	}
	.slide_orthodontic01 .slick-next {
		right: 2vw;
	}

}

/* セラミック・審美治療 COSMETIC
------------------------------------------------------------------*/
.deco_cosmetic01{
	padding-top: calc(110 / var(--break) * 100vw );
	position: relative;
}
.deco_cosmetic01:before{
	content: "";
	background:#ec6565;
	width: calc( 480 / var(--break) * 100vw );
	height: calc( 60 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* デジタル技工 DIGITAL TECHNICIAN
------------------------------------------------------------------*/
.box_digital_technician01:before,.box_digital_technician01:after{
	content: "";
	border-top: calc(2 / var(--break) * 100vw ) solid #fff;
	border-left: calc(2 / var(--break) * 100vw ) solid #fff;
	width: calc( 150 / var(--break) * 100vw );
	height: calc( 150 / var(--break) * 100vw );
	position: absolute;
	left: calc(10 / var(--break) * 100vw );
	top: calc(10 / var(--break) * 100vw );
}
.box_digital_technician01:after{
	border-top: 0;
	border-left: 0;
	border-bottom: calc(2 / var(--break) * 100vw ) solid #fff;
	border-right: calc(2 / var(--break) * 100vw ) solid #fff;
	left: auto!important;
	top: auto!important;
	right: calc(10 / var(--break) * 100vw );
	bottom: calc(10 / var(--break) * 100vw );
}
.box_digital_technician01 .wrap{
	gap:0 calc(22 / var(--break) * 100vw );
}
.box_digital_technician01 .ccl{
	width: calc(220 / var(--break) * 100vw );
	aspect-ratio:1/1;
	background: url("images/digital_technician/ccl_digital_technician01.svg")no-repeat center / contain;
}
.box_digital_technician01 .ccl02{
	background-image: url("images/digital_technician/ccl_digital_technician02.svg");
}
.box_digital_technician01 .ccl03{
	background-image: url("images/digital_technician/ccl_digital_technician03.svg");
}
.box_digital_technician01 .deco{
	width: calc(78 / var(--break) * 100vw );
}
.row_digital_technician01{
	gap:calc(20 / var(--break) * 100vw ) 1.625%;
}
.row_digital_technician01 .col{
	width: 18.7%;
	border: calc(4 / var(--break) * 100vw ) solid #333;
	min-height: calc(220 / var(--break) * 100vw );
}
.row_digital_technician01 .col:not(:last-child):before{
	content: "";
	background: #ec6565;
	width: calc( 34 / var(--break) * 100vw );
	height: calc( 80 / var(--break) * 100vw );
	position: absolute;
	left: calc(100% + calc(3 / var(--break) * 100vw ));
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.row_digital_technician01 .col:nth-child(2):before{
	background: #34b9e4;
}
.row_digital_technician01 .col:nth-child(3):before{
	background: #ffc000;
}
.row_digital_technician01 .col:nth-child(4):before{
	background: #14ad90;
}
.row_digital_technician01 .col:nth-child(1){
	z-index: 5;
}
.row_digital_technician01 .col:nth-child(2){
	z-index: 4;
}
.row_digital_technician01 .col:nth-child(3){
	z-index: 3;
}
.row_digital_technician01 .col:nth-child(4){
	z-index: 2;
}
.tbl_digital_technician01 .bg_case01{
	margin-bottom: calc(50 / var(--break) * 100vw )!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_digital_technician01 {
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.box_digital_technician01 .wrap {
		gap: 3vw 0;
		flex-direction: column!important;
	}
	.box_digital_technician01 .ccl{
		font-size: 1.125rem;
		width: calc(250 / var(--break) * 100vw);
	}
	.row_digital_technician01{
		gap:calc(20 / var(--break) * 100vw );
	}
	.row_digital_technician01 .col{
		width: calc(500 / var(--break) * 100vw );
		font-size: 1rem;
		letter-spacing: 0;
		min-height: calc(120 / var(--break) * 100vw);
	}
	.row_digital_technician01 .col:not(:last-child):before {
		transform: rotate(90deg);
		left: 0;
		right: 0;
		bottom: -8vw;
		top: auto;
	}
}



/* box_flow
------------------------------------------------------------------*/
.box_flow{
	border: calc(4 / var(--break) * 100vw ) solid #333;
}
.box_flow .col_txt .wrap{
	padding-bottom: calc(20 / var(--break) * 100vw );
	border-bottom: 2px solid #333;
	margin-bottom: calc(30 / var(--break) * 100vw );
}
.box_flow .col_txt .wrap .ttl {
	width: calc(100% - calc(68 / var(--break) * 100vw));
}
.arw_flow:before{
	border-top-color: #34b9e4;
}
.box_flow .col_txt .wrap .num:before{
	content: "";
	background: #ff7e00;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon( 0 0 ,100% 0, 0 100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow{
		padding: 5vw 5% 5vw;
	}
	.box_flow .col_txt .wrap{
		border-bottom-width: 1px;
	}
	.box_flow .col_txt .wrap .num {
		width: calc(75 / var(--break) * 100vw );
		height: calc(75 / var(--break) * 100vw );
	}
	.box_flow .col_txt .wrap .ttl {
		width: calc(100% - calc(100 / var(--break) * 100vw));
		font-size: 1.1875rem;
	}
}

/* お支払方法
------------------------------------------------------------------*/
.box_pay01{
	border: calc(4 / var(--break) * 100vw ) solid #333;
}
.box_pay01 .ttl{
	border-bottom:2px solid #333;
}
.btn_pay01{
	width: calc(330 / var(--break) * 100vw );
}
.btn_pay01 a:before{
	content: "";
	position: absolute;
	width: calc(12 / var(--break) * 100vw);
	height: calc(12 / var(--break) * 100vw);
	border-bottom: calc(4 / var(--break) * 100vw) solid #fff;
	border-right: calc(4 / var(--break) * 100vw) solid #fff;
	transform: rotate(-45deg);
	right: calc(24 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.txt_pay01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.box_pay01{
		padding: 5vw 5% 7vw;
	}
	.box_pay01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom-width: 1px;
	}
	.btn_pay01 {
		width: calc(550 / var(--break) * 100vw);
	}
	.btn_pay01 a {
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2.5vw;
	}
	.btn_pay01 a:before {
		width: calc(18 / var(--break) * 100vw);
		height: calc(18 / var(--break) * 100vw);
	}
}

/*box_qa
------------------------------------------------------------------*/
.box_qa03 {
	border: 0;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt .icn:before {
	height: calc(2 / var(--break) * 100vw );
	background: #fff;
}
.box_qa03 .box_q .txt .icn:after {
	width: calc(2 / var(--break) * 100vw );
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_qa03 .box_q .box span {
		padding-bottom: 0vw;
	}

}



/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	max-width: calc(1240 / var(--break) * 100vw );
}
.slide_case01{
	max-width: calc(1000 / var(--break) * 100vw );
}
.slide_case01 .ttl{
	color: #422c0a;
}
.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 #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_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 34%;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9.2%;
}
.slide_case01 .slick-next {
    right: -9.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc(-105 / 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:#f5f5f5;
	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:#34b9e4;
	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);/*ボーダー右切れる対策*/
	border-color: #8dd34f;
}
.tbl_case th{
	background: #8dd34f;
}
.tbl_case td{
	background: #fff;
}
.tbl_case tr:not(:last-child) td {
    border-bottom: 1px solid #8dd34f;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.bg_case01{
		max-width: calc(702 / var(--break) * 100vw );
	}
	.slide_case01{
		max-width: calc(646 / var(--break) * 100vw );
	}
	.slide_case01 .ttl {
		font-size: 1.5rem;
	}
	.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 #333;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 0;
	}
	.slide_case01 .slick-next {
		right: 0;
	}
	.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  {
		max-width: calc(646 / var(--break) * 100vw );
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(30 / var(--break) * 100vw);
	overflow-y: scroll;
	scrollbar-color: #333 #f5f5f5;
	scrollbar-width: thin;
}
.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(30 / var(--break) * 100vw);
	overflow-y: scroll;
	scrollbar-color: #333 #f5f5f5;
	scrollbar-width: thin;
}
.box_invisalign .box .ttl,.box_invisalign .box .txt .fwb{
	font-weight: 600;
}
/* パーフェクトスクロールバー */
.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,.box_invisalign .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 ,.box_invisalign .txt{
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #14ad90;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #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: #252525;
	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 #8dd34f;
	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;
	color: #8dd34f;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #8dd34f;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
	color: #8dd34f;
}
.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 #8dd34f;
	color: #8dd34f;
}
.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 #f5f5f5;
}
.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;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(15 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #8dd34f;
	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 #8dd34f;
	color: #8dd34f;
	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: #8dd34f;
	background: #8dd34f;
	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.5rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#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 #8dd34f;
	background: #8dd34f;
	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: #8dd34f;
}
.single_post > h3:before{
	content: "";
	background: #14ad901A;
	width: calc( 170 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%,100% 100%);
}
.single_post > h3:after{
	content: "";
	background: #14ad901A;
	width: calc( 70 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0,100% 100%);
}

.post_content > h4{
	color: #fff;
	background: #8DD34F;
	padding: calc(10 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw ) ;
}
.post_content > h5{
	border-bottom:2px solid #333;
	padding-bottom: calc(14 / var(--break) * 100vw );
}
@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;
		padding: 2.5vw 3vw
	}
	.post_content > h4,.post_content > h5{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.post_content > h4{
		padding: 2vw 3vw;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
	.single_post > h3:before {
		width: calc(140 / 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));
	}
}