@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: #fffdf0 url("images/page/bg_ttl_page.png")no-repeat center right / cover;
	height: calc(500 / var(--break) * 100vw);
	padding-top: calc(55 / var(--break) * 100vw );
}
.main_page:before{
	content: "";
	background: url(images/index/deco_main02.png) no-repeat center bottom / cover;
	width: 100%;
	height: calc(90 / var(--break) * 100vw);
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.logo_head{
	max-width: calc(422 / var(--break) * 100vw );
	width: 22.2%;
	left: calc(50 / var(--break) * 100vw );
	top: calc(50 / var(--break) * 100vw );
}
.wrap_hdg3{
	max-width: 1600px;
	width: 90%;
	border-bottom: calc(4 / var(--break) * 100vw ) dotted #feac37;
}
.wrap_hdg3 .deco{
	width: calc(90 / var(--break) * 100vw );
}
.hdg4{
	background:#90c5e9 url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
	outline : calc( 4 / var(--break) * 100vw ) dotted #ffffff;
	outline-offset : calc( -14 / var(--break) * 100vw );
}
.hdg5{
	border-bottom: 1px solid #815334;
}
.hdg5:before{
	content: "";
	background: url("images/page/deco_common03.svg")no-repeat center / contain;
	width: calc( 24 / var(--break) * 100vw );
	height: calc( 20 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top:0.45em;
}
.wrap_common01.no_img .hdg5:before{
	background: url("images/page/deco_common02.svg")no-repeat center / contain;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page:before{
		height: calc(60 / var(--break) * 100vw);
	}
	.main_page{
		height: calc(430 / var(--break) * 100vw);
	}
	.hdg2 .ja{
		font-size: 2.75rem;
	}
	.hdg2 .en{
		font-size: 1.125rem;
	}
}
@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(496 / var(--break) * 100vw);
		padding-top: 34vw;
	}
	.main_page:before{
		content: none;
	}
	.logo_head{
		width: calc(289 / var(--break) * 100vw);
		left: 0;
		right: 0;
		margin: auto;
		top: calc(60 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0.05em;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.05em;
	}
	.wrap_hdg3{
		padding-bottom: 2.5vw;
		border-bottom: calc(4 / var(--break) * 100vw) dashed #feac37;
		margin-bottom: 6vw;
	}
	.hdg3{
		font-size:calc(46 / var(--break) * 100vw ) ;
		letter-spacing: 0;
	}
	.hdg3 .small{
		font-size: 1.25rem;
	}
	.hdg4{
		font-size: 1.1875rem;
		letter-spacing: 0;
		border-radius: calc(90 / var(--break) * 100vw );
		padding: 3.5vw;
	}
	.hdg5{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 7.5vw;
	}
	.hdg5:before {
		width: calc(36 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		top: 0.3em;
	}
	.col_img {
		text-align: center;
	}
}


/* 共通 common
------------------------------------------------------------------*/
.row_common01 .col_img{
	width: 46.7%;
	max-width: 700px;
}
.row_common01 .col_img:before{
	content: "";
	background: #acc952;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(30 / var(--break) * 100vw );
}
.row_common01 .col_txt{
	width: 50%;
}
.row_common02 .col_img{
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_img:before{
	content: "";
	background: #ffa6a6;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(30 / var(--break) * 100vw );
}
.row_common02.r_reverse .col_img:before{
	left: auto!important;
	right: calc(-10 / var(--break) * 100vw );
}
.row_common02 .col_txt{
	width: 58%;
}
.row_common03{
	gap:calc(30 / var(--break) * 100vw ) 1.25%;
}
.row_common03 .col{
	max-width: 285px;
	width: 19%;
}
.row_common03 .col .ttl{
	background: #90c5e9;
	margin-top: calc(-65 / var(--break) * 100vw );
	position: relative;
}
.row_common03 .col:nth-child(2n) .ttl{
	background: #90a1e9;
}
.row_common04{
	gap:calc(40 / var(--break) * 100vw ) 4%;
}
.row_common04 .col{
	width: 48%;
	max-width: 595px;
}
.row_common04 .col .ttl{
	background: #ffe09e;
}
.row_common04 .col:nth-child(2n) .ttl{
	background: #ffdbdb;
}
.box_common01{
	background: #ffdbdb url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.box_common02{
	outline : calc( 4 / var(--break) * 100vw ) solid #ffdbdb;
	outline-offset : calc( -14 / var(--break) * 100vw );
}
.box_common02 .num{
	width: calc(70 / var(--break) * 100vw );
	left: calc(-15 / var(--break) * 100vw );
	top: calc(-15 / var(--break) * 100vw );
}
.box_common02.arw{
	margin-bottom: calc(60 / var(--break) * 100vw );
}
.box_common02.arw:before{
	content: "";
	background: url("images/introduction/arw_introduction01.svg")no-repeat center / contain;
	width: calc( 25 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(-50 / var(--break) * 100vw );
}
.box_common03{
	outline : calc( 4 / var(--break) * 100vw ) dotted #815334;
	outline-offset : calc( -14 / var(--break) * 100vw );
}
.box_common04{
	background: #ffdbdb url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.inner .box_common04{
	gap:calc(20 / var(--break) * 100vw ) 3.5%;
}
.inner1500 .box_common04{
	gap:calc(20 / var(--break) * 100vw ) 1.7%;
}
.box_common04 .img{
	max-width: 280px;
}
.inner .box_common04 .img{
	width: 24.6%;
}
.inner1500 .box_common04 .img{
	width: 20%;
}
.pink.list_default li:before{
	background: #ff4848;
}
.bg_common01{
	background: #fffdf4 url("images/page/ptn01.png")repeat left top /calc(160 / var(--break) * 100vw ) auto;
}
.bg_common02{
	background: #ffcb5a url("images/page/ptn02.png")repeat left top /calc(186 / var(--break) * 100vw ) auto;
}
.ttl_common01:before,.ttl_common01:after{
	content: "";
	background: #fff;
	width: calc( 30 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0;
	z-index: -1;
}
.ttl_common01:before{
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.ttl_common01:after{
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	left: auto;
	right: -1px;
}
.ttl_common01.pink{
	background: #ffa6a6 url("images/page/ptn01.png")repeat left top /calc(160 / var(--break) * 100vw ) auto;
}
.ttl_common01.green{
	background: #d3e990 url("images/page/ptn01.png")repeat left top /calc(160 / var(--break) * 100vw ) auto;
}
.ttl_common01.txt_img span{
	display: block;
	max-width: calc(390 / var(--break) * 100vw );
}
.wrap_common01 .col_img{
	max-width: 350px;
	width: 23.4%;
}
.wrap_common01 .col_txt{
	width: 73.4%;
}
.list_common01 li{
	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 li:nth-child(2n):before {
	background: url("images/page/check02.svg")no-repeat center / contain;
}
.btn_common03{
	width: calc(600 / var(--break) * 100vw );
}
.btn_common03 .txt{
	background: #1d1d1d1A;
}
.btn_common03 .icn{
	width: calc(50 / var(--break) * 100vw );
}
.tbl_common01 table{
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}
.tbl_common01 thead th{
	background: #feac37;
	text-align: center;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.375rem;
	padding: calc(24 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(24 / var(--break) * 100vw);
}
.tbl_common01 tbody th{
	background:#ffe09eE6;
	color: #815334;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_common01 tbody td{
	border-right: calc(2 / var(--break) * 100vw ) solid #ffe09e;
	border-bottom: 1px solid #ffe09e!important;
}
.tbl_common01 tbody th,.tbl_common01 tbody td{
	padding: calc(25 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw );
}
.tbl_common01 tbody tr:last-child td{
	border-bottom: calc(2 / var(--break) * 100vw ) solid #ffe09e!important;
}
.tbl_common01 tbody tr:first-child td{
	border-top: calc(2 / var(--break) * 100vw ) solid #ffe09e!important;
}
.tbl_common01 thead th:first-child{
	border-radius: calc(20 / var(--break) * 100vw ) 0 0 0;
}
.tbl_common01 thead th:last-child{
	border-radius: 0 calc(20 / var(--break) * 100vw ) 0 0;
}
.tbl_common01 thead th[colspan='2']:first-child{
	border-radius: calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw ) 0 0;
}
.tbl_common01 tbody tr:first-child th{
	border-radius: calc(20 / var(--break) * 100vw ) 0 0 0;
}
.tbl_common01 tbody tr:first-child:last-child th{
	border-radius: calc(20 / var(--break) * 100vw ) 0 0 calc(20 / var(--break) * 100vw ) ;
}
.tbl_common01 tbody tr:first-child:last-child td{
	border-radius: 0 calc(20 / var(--break) * 100vw )  calc(20 / var(--break) * 100vw ) 0!important;
}
.tbl_common01 tbody tr:first-child td{
	border-radius: 0 calc(20 / var(--break) * 100vw ) 0 0;
}
.tbl_common01 tbody tr:last-child th{
	border-radius: 0 0 0 calc(20 / var(--break) * 100vw );
}
.tbl_common01 tbody tr:last-child td:last-child{
	border-radius: 0 0  calc(20 / var(--break) * 100vw ) 0;
}
.tbl_title:before,.tbl_title:after{
	content: "";
	background: url("images/page/deco_common04.svg")no-repeat center / contain;
	width: calc( 378 / var(--break) * 100vw );
	height: calc( 29 / var(--break) * 100vw );
	position:relative;
	display: block;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01 .col_txt .copy{
		font-size: 1.875rem;
	}
	.row_common02 .col_txt .copy{
		font-size:1.75rem;
	}
	.row_common03 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-top: calc(-52 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common01 .col_img{
		margin-bottom: 6vw;
	}
	.row_common01 .col_txt .copy{
		margin-bottom: 2vw;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin:0 auto 6vw;
	}
	.row_common03 {
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.row_common03 .col {
		width: 48.5%;
	}
	.row_common03 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw;
		margin-top: calc(-80 / var(--break) * 100vw);
		border-radius: calc(50 / var(--break) * 100vw );
	}
	.row_common04 .col{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common04 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common01{
		padding: 6vw 5% 7vw;
	}
	.box_common02 {
		font-size: 1rem;
		letter-spacing: 0;
		text-align: left!important;
		-webkit-justify-content: flex-start!important;
		justify-content: flex-start!important;
		padding: 7vw 6% 5vw;
	}
	.box_common01 .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_common02 .num {
		width: calc(90 / var(--break) * 100vw);
		top: calc(-25 / var(--break) * 100vw);
	}
	.box_common04{
		padding: 5vw 5%;
		gap: calc(20 / var(--break) * 100vw) 3%!important;
	}
	.box_common04 .img {
		width: 48.5%!important;
	}
	.copy_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: left;
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.ttl_common01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.ttl_common01.txt_img{
		padding-bottom: 3.5vw;
	}
	.ttl_common01.txt_img span {
		max-width: calc(476 / var(--break) * 100vw);
		line-height: 1.6;
	}
	.wrap_common01 .col_img{
		width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.list_common01 li{
		width: 100%;
		padding-left: 7vw;
	}
	.list_common01 li:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		top: .35em;
	}
	.btn_common03 .txt {
		font-size: 1rem;
		letter-spacing: 0;
		padding: 2vw 0;
	}
	.btn_common03 .wrap {
		padding: 3vw 0;
	}
	.btn_common03 .num {
		font-size: 1.5rem;;
	}
	.tbl_title{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.tbl_title:before, .tbl_title:after{
		width: calc(220 / var(--break) * 100vw);
		height: calc(18 / var(--break) * 100vw);
	}
	.sp_w100{
		max-width: 100%;
	}
}

/* クリニック紹介 CLINIC
------------------------------------------------------------------*/
.bg_clinic01{
	background: #ffe09e url("images/page/ptn03.png")repeat left top / calc(186 / var(--break) * 100vw ) auto;
}
.bg_clinic01 .box{
	max-width: calc(1240 / var(--break) * 100vw );
	width: 70%;
	background: url("images/clinic/deco_clinic01.png")no-repeat center/ contain;
	min-height: calc(530 / var(--break) * 100vw );
}
.bg_clinic01 .wrap{
	max-width: calc(890 / var(--break) * 100vw );
	width: 79%;
}
.bg_clinic01 .img{
	width: calc(340 / var(--break) * 100vw );
}
.bg_clinic01 .img01{
	left: calc(-200 / var(--break) * 100vw );
	bottom: calc(15 / var(--break) * 100vw );
}
.bg_clinic01 .img02{
	right: calc(-200 / var(--break) * 100vw );
	top:0;
}
.bg_clinic01 .deco01{
	width: calc(129 / var(--break) * 100vw );
	left: calc(-10 / var(--break) * 100vw );
	top: calc(25 / var(--break) * 100vw );
}
.bg_clinic01 .deco02{
	width: calc(251 / var(--break) * 100vw );
	right: 16%;
	bottom: 0;
	z-index: 1;
}
.wrap_clinic01{
	max-width: 1720px;
	width: 91%;
}
.wrap_clinic01 .row__point01{
	width: 95%;
}
.wrap_clinic01 .col_img{
	max-width: 800px;
	width: 49.7%;
}
.wrap_clinic01 .col_txt{
	width: 43.5%;
}
.wrap_clinic01 .txt__point01 {
	max-width: 284px;
	width: 35.5%;
	left: 0;
	bottom: 0;
}
.txt_clinic01{
	background: url("images/clinic/deco_clinic04.svg")no-repeat center / contain;
	width: calc(216 / var(--break) * 100vw );
	height: calc(216 / var(--break) * 100vw );
	right: 0;
	top: 0;
}
.wrap_clinic01 > .deco{
	width: calc(270 / var(--break) * 100vw );
	left: 0;
	bottom:0;
}
.wrap_clinic01 > .deco02{
	left: auto;
	right: 0;
}
.bg_clinic03:before{
	content: "";
	background: #ffdbdb;
	width: 100%;
	height: calc( 100% - calc(180 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.row_clinic01{
	gap:calc(40 / var(--break) * 100vw ) 2.45%;
}
.row_clinic01 .col{
	max-width: 475px;
	width: 31.7%;
}
.row_clinic01 .col .txt{
	border-radius: 0 0 calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
	background: #feac37;
}
.row_clinic01 .col:nth-child(2n) .txt{
	background: #acc952;
}
.wrap_clinic02{
	max-width: 1720px;
	width: 91%;
}
.box_clinic01{
	background: #f7f0e7 url("images/page/ptn03.png")repeat left top /calc(186 / var(--break) * 100vw ) auto;
	outline : calc( 4 / var(--break) * 100vw ) solid #ffffff;
	outline-offset : calc( -14 / var(--break) * 100vw );
	height: calc(520 / var(--break) * 100vw );
}
.box_clinic01.box06,.box_clinic01.box07{
	height: calc(600 / var(--break) * 100vw );
}
.box_clinic01.box01,.box_clinic01.box04,
.box_clinic01.box05{
	max-width: calc(1500 / var(--break) * 100vw );
	width: 87.3%;
	width: 100%;
}
.box_clinic01.box01 .wrap,.box_clinic01.box04 .wrap{
	width: calc(300 / var(--break) * 100vw );
	left: 8.7%;
	top: calc(60 / var(--break) * 100vw );
}
.box_clinic01.box04 .wrap{
	left: 6.7%;
}
.box_clinic01.box01 .ttl{
	width: calc(101 / var(--break) * 100vw );
}
.box_clinic01.box01 .img,.box_clinic01.box04 .img,
.box_clinic01.box05 .img{
	max-width: 900px;
	width: 60%;
	bottom: 0;
	right: 6.7%;
}
.box_clinic01.box05 .img{
	left: -3.3%;
}
.box_clinic01.box01 .img .icn{
	max-width: 318px;
	width: 35.4%;
	left: calc(-110 / var(--break) * 100vw );
	bottom: calc(20 / var(--break) * 100vw );
}
.row_clinic02,.row_clinic03{
	max-width: calc(1500 / var(--break) * 100vw );
	width: 100%;
}
.row_clinic02 .box_clinic01.box02{
	max-width: 600px;
	width: 40%;
}
.row_clinic02 .box_clinic01.box03{
	max-width: 850px;
	width: 56.7%;
}
.row_clinic03 .box_clinic01.box06{
	max-width: 750px;
	width: 50%;
}
.row_clinic03 .box_clinic01.box07{
	max-width: 700px;
	width: 46.7%;
}
.box_clinic01.box02 .wrap{
	max-width: calc(460 / var(--break) * 100vw );
	width: 76.7%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(35 / var(--break) * 100vw );
}
.box_clinic01.box02 .ttl{
	width: calc(155 / var(--break) * 100vw );
}
.box_clinic01.box02 .img{
	max-width: 550px;
	width: 91.7%;
	bottom: calc(220 / var(--break) * 100vw );
	left: 3%;
}
.box_clinic01.box03 .wrap{
	left: 9.4%;;
	bottom: calc(60 / var(--break) * 100vw );
}
.box_clinic01.box03 .ttl{
	width: calc(124 / var(--break) * 100vw );
}
.box_clinic01.box03 .img{
	max-width: 700px;
	width: 82.4%;
	bottom: calc(50 / var(--break) * 100vw );
	right: calc(-50 / var(--break) * 100vw );
}
.box_clinic01.box03 .deco{
	width: calc(263 / var(--break) * 100vw );
	top: calc(60 / var(--break) * 100vw );
	left: calc(-160 / var(--break) * 100vw );
}
.box_clinic01.box04 .ttl{
	width: calc(164 / var(--break) * 100vw );
}
.box_clinic01.box04 .deco{
	max-width: calc(667 / var(--break) * 100vw );
	width: 44.5%;
	bottom: calc(-20 / var(--break) * 100vw );
	left: 10.7%;
}
.box_clinic01.box05 .wrap{
	max-width: calc(500 / var(--break) * 100vw );
	width: 33.4%;
	right: 6.7%;
	top: calc(60 / var(--break) * 100vw );
}
.box_clinic01.box05 .ttl{
	width: calc(367 / var(--break) * 100vw );
}
.box_clinic01.box05 .deco{
	max-width: calc(430 / var(--break) * 100vw );
	width: 28.7%;
	right: 5%;
	bottom: calc(-30 / var(--break) * 100vw );
}
.box_clinic01.box06 .wrap{
	max-width: calc(580 / var(--break) * 100vw );
	width: 77.4%;
	left: 0;
	right: 0;
	margin: auto;
	top:calc(55 / var(--break) * 100vw );
}
.box_clinic01.box06 .ttl{
	width: calc(225 / var(--break) * 100vw );
}
.box_clinic01.box06 p{
	width: calc( 100% - calc(275 / var(--break) * 100vw ));
}
.box_clinic01.box06 .img{
	max-width: 700px;
	width: 94%;
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(-125 / var(--break) * 100vw );
}
.box_clinic01.box07 .wrap{
	max-width: calc(300 / var(--break) * 100vw );
	width: 43%;
	left: 7.1%;
	top:calc(50 / var(--break) * 100vw );
}
.box_clinic01.box07 .ttl{
	width: calc(195 / var(--break) * 100vw );
}
.box_clinic01.box07 .img{
	max-width: 700px;
	width: 100%;
	right: -7.1%;
	bottom: calc(-50 / var(--break) * 100vw );
}
.row_clinic04{
	gap:calc(30 / var(--break) * 100vw ) 1.3%;
}
.row_clinic04 .col{
	max-width: 360px;
	width: 24%;
}
.row_clinic04 .col .txt{
	border-radius:  0 0 calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
}
.row_clinic04 .col:nth-child(4n) .txt{
	background: #ffcb5a;
}
.row_clinic04 .col:nth-child(4n+1) .txt{
	background: #90a1e9;
}
.row_clinic04 .col:nth-child(4n+2) .txt{
	background: #ffa6a6;
}
.row_clinic04 .col:nth-child(4n+3) .txt{
	background: #90c5e9;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic01 .img{
		width: calc(320 / var(--break) * 100vw);
	}
	.bg_clinic01 .deco02 {
		width: calc(215 / var(--break) * 100vw);
	}
	.bg_clinic01 .copy{
		font-size: 2rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic01 .box{
		width: 74%;
		min-height: calc(410 / var(--break) * 100vw);
	}
	.bg_clinic01 .copy {
		font-size: 1.625rem;
		margin-bottom: calc(20 / var(--break) * 100vw );
	}
	.bg_clinic01 .img {
		width: calc(255 / var(--break) * 100vw);
	}
	.bg_clinic01 .img01 {
		left: calc(-145 / var(--break) * 100vw);
	}
	.bg_clinic01 .img02 {
		right: calc(-145 / var(--break) * 100vw);
	}
	.bg_clinic01 .deco02 {
		width: calc(180 / var(--break) * 100vw);
		right: 12%;
	}
	.wrap_clinic01 .col_txt {
		width: 45%;
	}
	.txt_clinic01 {
		width: calc(170 / var(--break) * 100vw);
		height: calc(170 / var(--break) * 100vw);
		font-size: 1.125rem;
	}
	.row_clinic01 .col .txt{
		font-size: 1.25rem;
	}
	.box_clinic01{
		height: calc(460 / var(--break) * 100vw);
	}
	.box_clinic01.box01 .img, .box_clinic01.box04 .img, .box_clinic01.box05 .img {
		right: 2.7%;
	}
	.box_clinic01.box01 .wrap {
		left: 5.7%;
	}
	.box_clinic01.box02 .img {
		width: 85.7%;
		bottom: calc(260 / var(--break) * 100vw);
		left: 5%;
	}
	.box_clinic01.box03 .img {
		bottom: calc(80 / var(--break) * 100vw);
	}
	.box_clinic01.box03 .deco {
		width: calc(230 / var(--break) * 100vw);
		left: calc(-130 / var(--break) * 100vw);
	}
	.box_clinic01.box04 .deco {
		width: 42.5%;
		bottom: calc(-14 / var(--break) * 100vw);
	}
	.box_clinic01.box05 .deco {
		width: 25.7%;
		bottom: calc(-20 / var(--break) * 100vw);
	}
	.box_clinic01.box06, .box_clinic01.box07 {
		height: calc(535 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01{
		padding-bottom: 15vw;
	}
	.bg_clinic01 .box{
		width: calc(702 / var(--break) * 100vw );
		background: url("images/clinic/deco_clinic01_sp.png") no-repeat center / contain;
		min-height: calc(1240 / var(--break) * 100vw);
		padding: 15vw 14% 15vw;
		-webkit-align-items: flex-start!important;
		align-items: flex-start!important;
	}
	.bg_clinic01 .wrap{
		width: 100%;
	}
	.bg_clinic01 .copy{
		font-size: calc(40 / var(--break) * 100vw );
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.bg_clinic01 .img01 {
		left: 0vw;
		bottom: -14vw;
	}
	.bg_clinic01 .img02 {
		right: 0;
		top: auto;
		bottom: -2vw;
	}
	.bg_clinic01 .deco01 {
		left: 0;
		top: auto;
		bottom: 23vw;
	}
	.bg_clinic02{
		padding-top: 10vw;
		padding-bottom: 7vw;
	}
	.wrap_clinic01{
		padding-bottom: 3vw;
		margin-bottom: 7vw;
	}
	.bg_clinic04{
		padding-bottom: 7vw;
	}
	.wrap_clinic01 .row__point01{
		width: 100%;
	}
	.wrap_clinic01 .col_img {
		width: 100%;
		margin-bottom: 6vw;
	}
	.wrap_clinic01 .col_txt {
		width: calc(646 / var(--break) * 100vw );
		padding-bottom: 0;
	}
	.wrap_clinic01 .copy__point01{
		letter-spacing: 0;
	}
	.wrap_clinic01 .txt__point01{
		width: calc(284 / var(--break) * 100vw);
	}
	.wrap_clinic01.clinic03 .txt__point01 {
		width: calc(276 / var(--break) * 100vw);
	}
	.txt_clinic01 {
		width: calc(250 / var(--break) * 100vw);
		height: calc(250 / var(--break) * 100vw);
		right: -2vw;
		top: -2vw;
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.row_clinic01{
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_clinic01 .col{
		width: 48.5%;
	}
	.row_clinic01 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_clinic02{
		width: calc(702 / var(--break) * 100vw );
		padding-top: 0;
		padding-bottom: 0;
	}
	.box_clinic01{
		height: calc(760 / var(--break) * 100vw );
		margin-bottom: 12vw!important;
	}
	.box_clinic01.box01, .box_clinic01.box04, .box_clinic01.box05{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.box_clinic01.box01 .wrap, .box_clinic01.box04 .wrap{
		width: calc(550/ var(--break) * 100vw );
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_clinic01.box01 .ttl{
		margin-right: auto;
		margin-left: auto;
	}
	.box_clinic01.box01 .img, .box_clinic01.box04 .img, .box_clinic01.box05 .img {
		width: 100%;
		bottom: 0vw;
		right: -4vw;
	}
	.box_clinic01.box01 .img .icn {
		width: 39%;
		left: -8vw;
		bottom: -2vw;
	}
	.box_clinic01.box02 .img {
		bottom: 52vw;
	}
	.box_clinic01.box02 .wrap {
		max-width: calc(580 / var(--break) * 100vw);
		width: 85%;
		bottom: 8vw;
	}
	.row_clinic02,.row_clinic03{
		display: block;
		margin-bottom: 12vw;
	}
	.row_clinic02 .box_clinic01,.row_clinic03 .box_clinic01{
		width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic02 .box_clinic01.box02,.row_clinic03 .box_clinic01.box06{
		margin-bottom: 12vw!important;
	}
	.row_clinic02 .box_clinic01.box03{
		height: calc(485 / var(--break) * 100vw);
	}
	.box_clinic01.box03 .img{
		bottom: 14vw;
	}
	.box_clinic01.box04 .ttl{
		margin-right: auto;
		margin-left: auto;
	}
	.box_clinic01.box04{
		height: calc(930 / var(--break) * 100vw);
	}
	.box_clinic01.box04 .img{
		bottom: 16vw;
	}
	.box_clinic01.box04 .deco {
		width: 78%;
		bottom: calc(-16 / var(--break) * 100vw);
		left: 3vw;
	}
	.box_clinic01.box05{
		height: calc(980 / var(--break) * 100vw);
	}
	.box_clinic01.box05 .img{
		bottom: auto;
		top: -6vw;
	}
	.box_clinic01.box05 .wrap {
		max-width: calc(550 / var(--break) * 100vw);
		width: 100%;
		right: 0;
		left: 0;
		margin: auto;
		top:55vw;
	}
	.box_clinic01.box05 .deco {
		width: 57%;
		bottom: calc(-24 / var(--break) * 100vw);
	}
	.box_clinic01.box06, .box_clinic01.box07 {
		height: calc(770 / var(--break) * 100vw);
	}
	.box_clinic01.box06 .wrap{
		width: 88%;
	}
	.box_clinic01.box06 .img{
		bottom: -5vw;
	}
	.box_clinic01.box07 .wrap {
		max-width: calc(550 / var(--break) * 100vw);
		width: 90%;
		top: 7vw;
	}
	.box_clinic01.box07 .ttl {
		margin-right: auto;
		margin-left: auto;
	}
	.box_clinic01.box07 .img{
		right: -5vw;
	}
	.row_clinic04 {
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_clinic04 .col{
		width: 48.5%;
	}
	.row_clinic04 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 院長・スタッフ紹介 STAFF
------------------------------------------------------------------*/
.row_staff01 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_staff01 .col_txt{
	width: 58.9%;
}
.dr_name02{
	bottom: 0;
	right: auto;
	left: calc(-50 / var(--break) * 100vw );
}
.box_prof{
	outline : calc( 2 / var(--break) * 100vw ) dotted #815334;
	outline-offset : calc( -12 / var(--break) * 100vw );
}
.box_prof01 .year {
	width: calc(140 / var(--break) * 100vw);
	font-weight: lighter;
}
.box_prof01 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.box_prof02 .list_default li:before{
	background: #ff4848;
}
.bg_staff01{
	background: url("images/staff/bg_staff01.jpg")no-repeat center /cover;
}
.bg_staff01 .copy{
	width: calc(801 / var(--break) * 100vw );
}
.bg_staff01 .img{
	margin-top: calc(-45 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		width: calc(500 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.dr_name02{
		padding-top: 13vw;
	}
	.dr_name02 .en{
		font-size: calc(22 / var(--break) * 100vw);
	}
	.row_staff01 .col_txt{
		padding-bottom: 0;
	}
	.box_prof01 .year{
		width: 32%;
	}
	.box_prof01 .txt{
		width: 68%;
	}
	.box_prof {
		outline: calc(4 / var(--break) * 100vw) dotted #815334;
		outline-offset: calc(-14 / var(--break) * 100vw);
	}
	.bg_staff01 .copy {
		width: calc(646 / var(--break) * 100vw);
	}
}

/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.img_access01{
	width: calc(750 / var(--break) * 100vw );
}
.box_access01{
	margin-top: calc(-110 / var(--break) * 100vw );
	padding-top: calc(170 / var(--break) * 100vw );
}
.box_access01 .logo{
	width: calc(338 / var(--break) * 100vw );
}
.box_access01 .deco{
	width: calc(541 / var(--break) * 100vw );
	left: calc(30 / var(--break) * 100vw );
	top: calc(30 / var(--break) * 100vw );
	z-index: -1;
}
.row_access01{
	max-width: calc(1240 / var(--break) * 100vw );
	width: 90%;
}
.row_access01 .col{
	width: 50%;
}
.wrap_access01 .map{
	padding-top: calc(460 / var(--break) * 100vw );
}
.row_access02 .col{
	width: 47.5%;
}
.row_access02 .col .ttl{
	max-width: calc(280 / var(--break) * 100vw );
}
.row_access02 .col:nth-child(2) .ttl{
	max-width: calc(367 / var(--break) * 100vw );
}
.row_access02 .col .icn{
	width: calc(126 / var(--break) * 100vw );
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_access01 .address_foot{
		flex-direction: column!important;
	}
	.row_access01 .address_foot .icn{
		margin-right: 0;
		margin-bottom: calc(10 / var(--break) * 100vw );
	}
	.box_access01 .deco {
		width: calc(400 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.img_access01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.box_access01{
		border-radius: 0;
	}
	.box_access01 .logo {
		width: calc(286 / var(--break) * 100vw);
	}
	.row_access01{
		width: calc(702 / var(--break) * 100vw );
	}
	.row_access01 {
		width:calc(702 / var(--break) * 100vw );
	}
	.row_access01 .col{
		width: 100%;
	}
	.row_access01 .col_l{
		margin-bottom: 6vw;
	}
	.row_access01 .col .address_foot{
		text-align: center;
	}
	.box_access01 .deco {
		width: calc(420 / var(--break) * 100vw);
	}
	.row_access02 .col{
		width:calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_access02 .col:nth-child(1){
		margin-bottom: 6vw;
	}
	.row_access02 .col .ttl {
		max-width: calc(380 / var(--break) * 100vw);
	}
	.row_access02 .col:nth-child(2) .ttl {
		max-width: calc(510 / var(--break) * 100vw);
	}
	.row_access02 .col .icn {
		width: calc(190 / var(--break) * 100vw);
	}
}


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


/* 初めてのかたへ INTRODUCTION
------------------------------------------------------------------*/
.wrap_introduction01{
	max-width: calc(1000 / var(--break) * 100vw );
}
.wrap_introduction02{
	gap:calc(30 / var(--break) * 100vw ) 1.3%;
}
.wrap_introduction02 .ccl{
	width: 19%;
	aspect-ratio:1/1;
	background: #ffe09e;
	outline : calc( 10 / var(--break) * 100vw ) solid #ffcb5a;
	outline-offset : calc( -10 / var(--break) * 100vw );
}
.wrap_introduction02 .ccl:nth-child(2n){
	background: #d3e990;
	outline-color : #acc952;
}
.box_introduction01 ul{
	width: calc(1000 / var(--break) * 100vw );
}
.ttl_introduction01.txt_img span{
	max-width: calc(391 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_introduction02 .ccl{
		font-size: 1.125rem;
		letter-spacing: 0.05em;
	}
}
@media(max-width: 767px) {
	.wrap_introduction02 {
		gap: calc(25 / var(--break) * 100vw) 3%;
	}
	.wrap_introduction02 .ccl {
		width: 46%;
		font-size: 0.875rem;
		letter-spacing: 0em;
	}
	.ttl_introduction01.txt_img span {
		max-width: 95%;
	}
	.box_introduction01 ul {
		width: 100%;
	}
}

/* 小児科 PEDIATRIC
------------------------------------------------------------------*/
.tbl_pediatric01 table{
	border: 0;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tbl_pediatric01 thead th{
	background: #feac37;
	text-align: center;
	border-radius: calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw ) 0 0;
	font-size: 1.375rem;
	padding: calc(25 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw );
}
.tbl_pediatric01 tbody td{
	text-align: center;
	border-right: 1px solid #feac37;
	border-bottom: 1px solid #feac37!important;
	padding: calc(26 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(26 / var(--break) * 100vw );
}
.tbl_pediatric01 tbody td:first-child{
	border-left: 1px solid #feac37;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_pediatric01 thead th{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* 予防接種 VACCINATION
------------------------------------------------------------------*/
.box_vaccination01{
	width: calc(800 / var(--break) * 100vw );
	background: #f7f0e7 url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.box_vaccination01 .txt{
	width: calc(348 / var(--break) * 100vw );
}
.btn_vaccination01{
	width: calc(468 / var(--break) * 100vw );
}
.tbl_vaccination01 tbody td{
	background: #ffe09eE6;
	border-right-color: #fff;
	border-bottom-color: #fff!important;
	text-align: left;
	vertical-align: top;
}
.tbl_vaccination01 tbody td:first-child{
	border-left: 0;
}
.tbl_vaccination01 tbody tr td:last-child{
	border-right: 0!important;
}
.tbl_vaccination01 tbody tr:last-child td{
	border-bottom: 0!important;
}
.tbl_vaccination01 tbody tr:last-child td:first-child {
	border-radius: 0 0 0 calc(20 / var(--break) * 100vw);
}
.tbl_vaccination01 tbody tr:last-child td:last-child {
	border-radius: 0 0 calc(20 / var(--break) * 100vw) 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_vaccination01{
		width: calc(702 / var(--break) * 100vw );
		padding: 4vw 5% 5vw
	}
	.box_vaccination01 .txt {
		width: calc(460 / var(--break) * 100vw);
	}
	.btn_vaccination01 {
		width: 100%;
	}
}

/* 病児保育 HUG
------------------------------------------------------------------*/
.box_hug01 .ttl_common01.txt_img span{
	width: calc(207 / var(--break) * 100vw );
}
.box_hug01 p{
	max-width: 1000px;
}
.box_hug02 .ttl_common01{
	max-width: calc(1240 / var(--break) * 100vw );
}
.box_hug02 .ttl_common01:before,.box_hug02 .ttl_common01:after{
	background: #fffdf4 url("images/page/ptn01.png")repeat left top /calc(160 / var(--break) * 100vw ) auto;
}
.box_hug02 .btn{
	width: calc(787 / var(--break) * 100vw );
}
.wrap_hug01 {
	gap:0 calc(50 / var(--break) * 100vw );
}
.wrap_hug01 .box_common02{
	width: 26.4%;
}
.wrap_hug01 .box_common02.arw{
	margin-bottom: 0;
}
.wrap_hug01 .box_common02.arw:before {
	background: url("images/hug/arw_hug01.svg") no-repeat center / contain;
	width: calc(40 / var(--break) * 100vw);
	height: calc(25 / var(--break) * 100vw);
	left: auto;
	right: calc(-45 / var(--break) * 100vw );
	margin: auto;
	bottom:0!important;
	top: 0;
}
.btn_hug01,.img_hug01 {
	max-width: calc(1000 / var(--break) * 100vw );
}
.btn_hug02{
	max-width: calc(650 / var(--break) * 100vw );
}
.btn_hug03{
	max-width: calc(600 / var(--break) * 100vw );
}
.img_hug02{
	width: calc(431 / var(--break) * 100vw );
}
.box_hug03 .box{
	max-width: calc(1000 / var(--break) * 100vw );
}
.box_hug03 .box .list_default li:before{
	background: #ff4848;
}
.box_hug04{
	background: #ffffff url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.box_hug04 p{
	max-width: calc(1240 / var(--break) * 100vw );
}
.box_hug04 .btn_common02{
	width: calc(600 / var(--break) * 100vw );
}
.box_hug05{
	gap:calc(30 / var(--break) * 100vw ) 2.6%;
}
.box_hug05 .btn_common02{
	max-width: 600px;
	width: 42.9%;
}
.wrap_hug02{
	max-width: calc(600 / var(--break) * 100vw );
}
/*　スライダー　*/
.slide_hug01 .slick-prev {
	background: url(images/page/arw_slide.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_hug01 .slick-next {
	background: url(images/page/arw_slide.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_hug01 .slick-prev:before, .slide_hug01 .slick-next:before {
	display: none;
}
.slide_hug01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	opacity: .5;
	transition: .3s;
}
.slide_hug01 .slide_thumbnail li img {
	border-radius: 0 0 calc(10 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
}
.slide_hug01 .slide_thumbnail li:nth-child(n+6){
	margin-top: 2%;;
}
.slide_hug01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_hug01 .slide_thumbnail li:nth-child(5n), .slide_hug01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_hug01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
.slide_hug01 .slide_thumbnail li img{
	object-fit: cover;
}
.slide_hug01 .box{
	border-radius: 0 0 calc(30 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
}
.slide_hug01 .ttl{
	width: calc(189 / var(--break) * 100vw );
}

@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_hug01 .box_common02 {
		font-size: 1.375rem;
	}
	.slide_hug01 .slick-prev {
		left: 2%;
	}
	.slide_hug01 .slick-next{
		right: 2%;
	}
}
@media(max-width: 767px) {
	.box_hug01 .ttl_common01.txt_img span {
		width: calc(300 / var(--break) * 100vw);
	}
	.box_hug02{
		padding: 6vw 5% 7vw;
	}
	.box_hug02 .btn {
		width: 100%;
	}
	.wrap_hug01 .box_common02{
		width: calc(500 / var(--break) * 100vw )!important;
		text-align: center!important;
		-webkit-justify-content: center!important;
		justify-content: center!important;
		padding-top: 5vw;
	}
	.wrap_hug01 .box_common02.arw {
		margin-bottom: calc(60 / var(--break) * 100vw );
	}
	.wrap_hug01 .box_common02.arw:before{
		background: url("images/introduction/arw_introduction01.svg")no-repeat center / contain;
		width: calc(25 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		left: 0;
		right: 0;
		bottom: calc(-50 / var(--break) * 100vw ) !important;
		top: auto;
	}
	.img_hug02 {
		width: calc(500 / var(--break) * 100vw);
	}
	.img_hug02 .lum-lightbox-inner img {
		max-width: calc(650 / var(--break) * 100vw);
	}
	.txt_hug01{
		font-size: 1.125rem;
		letter-spacing: 0;
		max-width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		line-height: 1.6;
		text-align: left;
	}
	.txt_hug01.sp_center{
		text-align: center;
	}
	.box_hug03{
		padding: 6vw 4% 7vw;
	}
	.box_hug03 .box{
		padding: 4vw 5% 6vw;
	}
	.box_hug05 .btn_common02{
		width: calc(600 / var(--break) * 100vw );
	}
	.btn_hug03 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.slide_hug01 .box{
		padding-left: 2vw;
		padding-right: 2vw;
		padding-bottom: 4vw;
	}
	.slide_hug01 .ttl {
		width: calc(254 / var(--break) * 100vw);
	}
	.slide_hug01 .txt {
		font-size: calc(28 / var(--break) * 100vw );
		letter-spacing: 0;
		line-height: 2;
	}
	.slide_hug01 .slick-prev,.slide_hug01 .slick-next{
		bottom: auto;
		top: 19vw;
	}
	.slide_hug01 .slick-prev {
		left: -2%;
	}
	.slide_hug01 .slick-next{
		right: -2%;
	}
}

/* よくあるご質問 FAQ
------------------------------------------------------------------*/
.wrap_faq01{
	gap: calc(30 / var(--break) * 100vw ) 3.2%;
}
.wrap_faq01 .btn_common02{
	width: 48.4%;
}
.wrap_faq01 .btn_common02 a:before{
	background-image: url("images/page/arw03.svg");
}
@media(min-width: 768px){
	.wrap_faq01 .btn_deco02:hover:before {
		right: calc(50 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_faq01 .btn_common02{
		width: calc(600 / var(--break) * 100vw );
	}
}


/* お支払方法
------------------------------------------------------------------*/
.bg_pay{
	background: url("images/page/bg_pay01.jpg")no-repeat center / cover;
}
.row_pay .icn {
	width: calc(177 / var(--break) * 100vw);
}
.row_pay .col{
	width: 48%;
	margin-right: 4%;
	outline : calc( 4 / var(--break) * 100vw ) dotted #815334;
	outline-offset : calc( -14 / var(--break) * 100vw );
}
.box_pay01{
	background: #ffffff url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) 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;
	}
	.box_pay01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* flow
------------------------------------------------------------------*/
.box_flow{
	background: #00000000;
	padding-right: 0!important;
	padding-left: 0!important;
}
.box_flow .col_txt .ttl{
	margin-bottom: 0!important;
	border-radius: calc(30 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw ) 0 0;
}
.box_flow .col_txt p{
	border-radius: 0 0 calc(30 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
}
.box_flow .col_txt .ttl .num{
	width: calc(60 / var(--break) * 100vw );
	height:auto;
	background: #00000000;
	left: 0;
	right: 0;
	margin: auto;
	top: calc(-40 / var(--break) * 100vw );
}
.box_flow.arw_flow{
	margin-bottom: calc(80 / var(--break) * 100vw );
}
.arw_flow:before{
	content: none;
}
.arw_flow:after{
	content: "";
	background: url("images/page/arw_flow01.svg")no-repeat center / contain;
	width: calc( 25 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(-60 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow{
		padding-top: 6vw;
	}
	.box_flow .col_txt .ttl {
		padding: 3.5vw 5% 2vw;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_flow .col_txt p {
		padding: 3vw 5% 5vw;
	}
	.box_flow .col_txt .ttl .num {
		width: calc(74 / var(--break) * 100vw);
		top: calc(-50 / var(--break) * 100vw);
	}
	.box_flow.arw_flow {
		margin-bottom: 5vw;
	}
	.arw_flow:after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
		bottom: -2vw;
	}
}

/* qa
------------------------------------------------------------------*/
.box_qa03{
	border: 0;
	margin-bottom: calc(50 / var(--break) * 100vw );
}
.box_qa03 .box_q .txt{
	width: 100%;
	background: #ffa6a6 url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
	border-radius: calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw ) 0 0;
	padding-left: calc(90 / var(--break) * 100vw );
}
.box_qa03:nth-child(2n) .box_q .txt{
	background: #feac37 url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.box_qa03 .box_q .box{
	width: calc(81 / var(--break) * 100vw );
	height: calc(73 / var(--break) * 100vw );
	background: url("images/checkup/icn_qa01.png")no-repeat center / contain;
	left: calc(-20 / var(--break) * 100vw );
	top: calc(-25 / var(--break) * 100vw );
	z-index: 2;
}
.box_qa03:nth-child(2n) .box_q .box{
	background: url("images/checkup/icn_qa02.png")no-repeat center / contain;
}
.box_qa03 .box_a{
	border: 1px solid #ffa6a6;
	border-top: 0;
	border-radius: 0 0 calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
}
.box_qa03:nth-child(2n) .box_a{
	border: 1px solid #feac37;
}
.box_qa03 .box_q .txt .icn {
	right: calc(22 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt .icn:before,.box_qa03 .box_q .txt .icn:after{
	background: #fff;
}
.box_qa03 .box_q .txt .icn:before{
	height: 1px;
}
.box_qa03 .box_q .txt .icn:after{
	width: 1px;
}
.box_qa03.pt02 .box_q .txt{
	background: #90c5e9 url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.box_qa03.pt02:nth-child(2n) .box_q .txt{
	background: #90a1e9 url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.box_qa03.pt02 .box_a{
	border-color:#90c5e9; 
}
.box_qa03.pt02:nth-child(2n) .box_a{
	border-color:#90a1e9; 
}
@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{
		left: -1.5vw;
	}
	.box_qa03 .box_q .txt{
		padding: 2vw 8vw 2vw 10vw;
	}
	.box_qa03 .box_a {
		padding: 3vw 5% 4.5vw;
	}
}

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


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(22 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #ffcb5a !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/deco_recruit03.svg")no-repeat left calc(200 / var(--break) * 100vw ) center / calc(214 / var(--break) * 100vw ) auto,url("images/page/ptn02.png")repeat left top / calc(186 / var(--break) * 100vw ) auto #f7f0e7;
	outline : calc( 4 / var(--break) * 100vw ) solid #ffffff;
	outline-offset : calc( -14 / var(--break) * 100vw );
}
.box_recruit01 .txt{
	width: calc(824 / var(--break) * 100vw );
}
.box_recruit01 .deco01{
	width: calc(177 / var(--break) * 100vw );
	bottom: 0;
	right: calc(103 / var(--break) * 100vw );
}
.box_recruit01 .deco02{
	width: calc(180 / var(--break) * 100vw );
	bottom: 0;
	left: calc(110 / var(--break) * 100vw );
}
.box_recruit02{
	background: #ffffff url("images/page/ptn01.png")repeat left top / calc(160 / var(--break) * 100vw ) auto;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01.tbl_common01 tbody  th {
	background: #d3e990;
}
.tbl_guideline01.tbl_common01 tbody tr:first-child td{
	border-top:  1px solid #d3e990!important;
}
.tbl_guideline01.tbl_common01 tbody td {
	border-right:1px solid #d3e990;
	border-bottom: 1px solid #d3e990 !important;
}
.tbl_guideline01.tbl_common01 tbody tr:last-child td {
	border-bottom: 1px solid #d3e990!important;
}
.tbl_guideline01.tbl_common01 tbody th, .tbl_guideline01.tbl_common01 tbody td{
	padding: calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
}
.tbl_form01 th {
	font-weight: 400;
	color: #815334;
}
.tbl_form01 td {
	font-weight: 400;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #7575750D;
	border-radius: calc(5 / var(--break) * 100vw );
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color:#90a1e9;
	border-radius: calc(8 / var(--break) * 100vw );
}
.tbl_form01 .box_form{
	background: #f7f0e7;
}
.box_privacy{
	border-color: #673a1b;
}
.btn_submit {
	max-width: calc(500 / var(--break) * 100vw );
}
.btn_submit input {
	border: none;
	background: #815334;
	border-radius: calc(50 / var(--break) * 100vw );
	font-size: 1.5rem;
	padding: calc(35 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.btn_submit:before{
	content: none;
}
.btn_submit:after{
	content: "";
	background: url(images/page/arw02.svg) no-repeat center / calc(30 / var(--break) * 100vw);
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	position: absolute;
	right: calc(50 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
@media(min-width: 768px) {
	.btn_submit:hover{
		opacity: 1;
	}
	.btn_submit:hover:after{
		right: calc(45 / var(--break) * 100vw );
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_recruit01 .txt {
		width: calc(810 / var(--break) * 100vw);
	}
	.box_recruit01 .deco01 {
		width: calc(130 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.box_recruit01 .deco02 {
		width: calc(140 / var(--break) * 100vw);
		left: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}

	.tbl_recruit.tbl_common01 tbody tr:first-child th {
		border-radius: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw ) 0 0;
	}
	.tbl_recruit.tbl_common01 tbody tr:first-child td {
		border-radius: 0 ;
	}
	.tbl_recruit.tbl_common01 tbody tr:first-child td{
		border-top: 0!important;
	}
	.tbl_recruit.tbl_default tr:not(:last-child) th {
		border-bottom: 0!important;
	}
	.tbl_recruit.tbl_common01 tbody td{
		border-left: calc(2 / var(--break) * 100vw ) solid #ffe09e!important;
	}
	.tbl_recruit.tbl_common01 tbody tr:last-child th {
		border-radius: 0;
	}
	.tbl_recruit.tbl_common01 tbody tr:last-child td:last-child {
		border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw );
	}
	.tbl_recruit.tbl_common01 th,.tbl_guideline01.tbl_common01 th{
		padding: 3vw 3vw 3vw!important;
	}
	.tbl_recruit.tbl_common01 td,.tbl_guideline01.tbl_common01 td {
		padding: 3vw 3vw 4vw!important;
	}
	.box_recruit01 .txt {
		width: calc(630 / var(--break) * 100vw);
	}
	.box_recruit01 {
		padding: 8vw 0 30vw;
		background: url(images/recruit/deco_recruit03.svg) no-repeat left 5vw top 5vw / calc(214 / var(--break) * 100vw) auto, url(images/page/ptn02.png) repeat left top / calc(186 / var(--break) * 100vw) auto #f7f0e7;
	}
	.box_recruit01 .deco01 {
		right: 21%;
	}
	.box_recruit01 .deco02 {
		left: 22%;
	}
	.box_recruit02 {
		padding: 5vw 3% 5vw;
	}
	.tbl_guideline01.tbl_common01 tbody td{
		border-left: 1px solid #d3e990 !important;
	}
	.btn_submit {
		max-width: calc(600 / var(--break) * 100vw);
	}
	.btn_submit input {
		font-size: 1.125rem;
		padding: 4vw 5vw 4vw;
	}

}

/* お問い合わせ 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: #acc952;
	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;
	border-radius: calc(20 / var(--break) * 100vw );
}
#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: #d3e990;
	border: 1px solid #acc952;
	border-right-color:#acc952;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #acc952;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #ff4848;
	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 #815334;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #815334;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #815334;
}
.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: calc(4 / var(--break) * 100vw ) dotted #ffe09e;
}
.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: #feac37;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(15 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #ff4848;
	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 #feac37;
	color: #feac37;
	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: #feac37;
	background: #feac37;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
	padding: calc(14 / var(--break) * 100vw ) calc(35 / var(--break) * 100vw );
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.post_content > h4{
	background: #f7f0e7 url("images/page/ptn01.png")repeat left top /calc(160 / var(--break) * 100vw ) auto;
	border-radius: calc(20 / var(--break) * 100vw );
}
.post_content > h5{
	border-bottom: 1px solid #815334;
	position: relative;
}
.post_content > h5:before{
	content: "";
	background: url("images/news/icn_news01.svg")no-repeat center / contain;
	width: calc( 19 / var(--break) * 100vw );
	height: calc( 16 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 1.2em;
}
#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 #90c5e9;
	background: #90c5e9;
	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: #90c5e9;
}
.single_post h3{
	background: #ffa6a6 url("images/page/ptn01.png")repeat left top /calc(160 / var(--break) * 100vw ) auto;
}

@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);
	}
	.post_content > h5{
		padding-left: 7vw;
	}
	.post_content > h5:before{
		width: calc(36 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		top: 0.75em;
	}
}


/* フォーマット 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));
	}
}