@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(550 / var(--break) * 100vw);
}
.main_page:before {
	content: "";
	background: #af8b60;
	opacity: 0.5;
	width:100%;
	height: calc( 60 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.en_page01{
	max-width: 1135px;
	width: 60%;
	right: 0;
	bottom: calc(130 / var(--break) * 100vw );
	z-index: -1;
}
.low_wrap .gnav{
	margin-top: calc(-120 / var(--break) * 100vw );
	z-index: 3;
}
.low_wrap .fix_nav .gnav{
	margin-top: 0;
}
.hdg3 .wrap{
	max-width: calc(1500 / var(--break) * 100vw );
	width: 90%;
}
.hdg3:before,.hdg3:after{
	content: "";
	border-top: 1px solid #fad1a0;
	border-right: 1px solid #fad1a0;
	max-width: calc(1710 / var(--break) * 100vw );
	width: 95%;
	height: calc( 100% - calc(10 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.hdg3:after{
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fad1a0;
	border-left: 1px solid #fad1a0;
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}
.hdg4:before{
	content: "";
	border-top: 1px solid #3b2c1b;
	border-bottom: 1px solid #3b2c1b;
	width: 100%;
	height: calc( 100% - calc(10 / var(--break) * 100vw ));
	position: absolute;
	inset:0;
	margin: auto;
	z-index: -1;
}
.hdg5 .icn{
	width: calc(10 / var(--break) * 100vw );
	background: #bfa670;
	height: calc(30 / var(--break) * 100vw );
	position: relative;
	margin-top: calc(7 / var(--break) * 100vw );
}
.hdg5 .icn:before{
	content: "";
	background: #3b2c1b;
	width: 100%;
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	inset:0;
	margin: auto;
}
.hdg5 .txt{
	width: calc(100% - calc(30 / var(--break) * 100vw ));
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(500 / var(--break) * 100vw);
	}
	.en_page01{
		width: calc(681 / var(--break) * 100vw );
		left: 0;
		margin: auto;
		bottom: calc(17 / var(--break) * 100vw );
	}
	.hdg2 .ja {
		font-size:calc(50 / var(--break) * 100vw );
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.hdg3{
		font-size: calc(46 / var(--break) * 100vw );
		letter-spacing: 0;
		padding: 4.5vw 0;
	}
	.hdg3 .small{
		font-size: 1.125rem;
	}
	.hdg3:before, .hdg3:after{
		width: 97%;
	}
	.hdg3 .wrap {
		width: 93%;
		padding: 0 2vw;
	}
	.hdg4 {
		font-size: 1.375rem;
		letter-spacing: 0;
	}
	.hdg4 .small{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg5{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.hdg5 .icn {
		width: calc(12 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		margin-top: 1.5vw;
	}
	.hdg5 .icn:before {
		height: calc(16 / var(--break) * 100vw);
	}
	.hdg5 .txt {
		width: calc(100% - calc(32 / var(--break) * 100vw));
	}
	.col_img {
		text-align: center;
	}
}


/* 共通 common
------------------------------------------------------------------*/
.row_common01{
	background: url("images/page/deco_common03.png")no-repeat right bottom /calc(313 / var(--break) * 100vw ) auto;
}
.row_common01.r_reverse{
	background: url("images/page/deco_common03.png")no-repeat left bottom /calc(313 / var(--break) * 100vw ) auto;
}
.row_common01 .col_img:before{
	content: "";
	background: #bfa670;
	width: calc( 300 / var(--break) * 100vw );
	aspect-ratio:1/1;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_common01 .col_txt .copy{
	border-bottom: 1px solid #af8b60;
}
.row_common03{
	gap:calc(40 / var(--break) * 100vw ) 2.45%;
}
.row_common03 .col{
	max-width: 475px;
	width: 31.7%;
}
.row_common03 .col .ttl{
	background: #3b2c1b;
}
.row_common03 .col .ttl .box{
	border: 1px solid #fff;
	width: calc(180 / var(--break) * 100vw );
	margin: 0 auto;
}
.row_common03 .col:nth-child(2n) .ttl{
	background: #af8b60;
}
.row_common03 .col .ttl:before,.row_common03 .col .ttl:after{
	content: "";
	background: #ffffff;
	opacity: 0.05;
	height: 100%;
	aspect-ratio:1/1;
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0 0,100% 0, 0 100%);
	z-index: -1;
}
.row_common03 .col .ttl:after{
	left: auto;
	right: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_common04{
	gap:calc(40 / var(--break) * 100vw ) 1.33%;
}
.row_common04 .col{
	max-width: 360px;
	width: 24%;
	border-top: 1px solid #3b2c1b;
	border-bottom: 1px solid #3b2c1b;
}
.row_common04 .col .ttl{
	border-top: 1px solid #3b2c1b;
	background: #e6e1db;
}
.row_common04 .col:nth-child(2n) .ttl{
	background: #efefef;
}
.bg_common01{
	background: url("images/page/deco_common01.png")no-repeat left bottom /50% 100%, url("images/page/deco_common02.png")no-repeat right bottom /50% 100% #cbc2b8;
}
.bg_common01 .box{
	outline : 1px solid #ffffff;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.bg_common01 .ttl{
	border:1px solid #ffffff;
}
.list_common01 li{
	padding-left: calc(30 / var(--break) * 100vw);
}
.list_common01 li:before{
	background: url("images/page/check03.svg")no-repeat center / contain;
	width: calc( 20 / var(--break) * 100vw );
	height: calc( 20 / var(--break) * 100vw );
	border-radius: 0;
	top: 0.3em;
}
.ttl_common01:before{
	content: "";
	background: #bfa670;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: calc(5 / var(--break) * 100vw );
}
.ttl_common01:after{
	content: "";
	background: #bfa670;
	width: 1px;
	height: calc(15 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom:0;
}
.box_common01:before,.box_common01:after{
	content: "";
	background: #bfa670;
	opacity: 0.4;
	width:calc(150 / var(--break) * 100vw );
	aspect-ratio:1/1;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.box_common01:after{
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.box_common01 .col_img:before{
	content: "";
	background: #af8b60;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.box_common01 .col_img{
	max-width: 500px;
	width: 36.3%;
}
.box_common01 .col_txt{
	width: 61%;
}
.box_common02,.box_common02 .box{
	border: 1px solid #af8b60;
}
.box_common03:before{
	content: "";
	background: #bfa670;
	opacity: 0.4;
	width:calc(150 / var(--break) * 100vw );
	aspect-ratio:1/1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.box_common03 .col_img{
	max-width: 290px;
	width: 20.8%;
}
.box_common03 .col_img:before{
	content: "";
	background: #af8b60;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.box_common03 .col_txt{
	width: 75%;
}
.copy_common02:before,.copy_common02:after{
	content: "";
	background: url("images/clinic/deco_clinic06.svg")no-repeat center / contain;
	width: calc( 32 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(40 / var(--break) * 100vw );
}
.copy_common02:after{
	background: url("images/clinic/deco_clinic07.svg")no-repeat center / contain;
	margin-right: 0!important;
	margin-left: calc(40 / var(--break) * 100vw );
	margin-top: calc(10 / var(--break) * 100vw );
}
.copy_common02 em{
	background: #f19f32;
	padding: calc(10 / var(--break) * 100vw ) calc(5 / var(--break) * 100vw );
	margin: 0 calc(5 / var(--break) * 100vw );
}
.tbl_common01 table{
	border-color: #8c7f73;
}
.tbl_common01 thead th{
	background: #8c7f73;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.375rem;
}
.tbl_common01 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01 tbody th{
	background: #8c7f73B3;
}
.tbl_common01 tbody th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01 tr:not(:last-child) td{
	border-bottom-color: #8c7f73;
}
.tbl_common01 tbody td:not(:last-child){
	border-right: 1px solid #8c7f73;
}
.tbl_common01.tbl01 tbody th[colspan="2"]{
	background: #8c7f73;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 0;
	font-size: 1.375rem;
}
.wrap_common01{
	gap:calc(30 / var(--break) * 100vw ) 2.1%;
}
.wrap_common01 .ccl{
	width: 20%;
	aspect-ratio:1/1;
	background: #ffffffB3;
}
.wrap_common01 .ccl .wrap{
	background: #ffffffB3;
	border-radius: 50%;
	aspect-ratio:1/1;
}
.wrap_common01 .ccl .wrap .icn{
	width: calc(130 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01 .col_txt .copy {
		font-size: 2rem;
	}
	.wrap_common01 .ccl {
		width: 22%;
	}
	.wrap_common01 .ccl .wrap .icn {
		width: calc(95 / var(--break) * 100vw);
	}
	.wrap_common01 .ccl .wrap .txt {
		font-size: 1rem;
	}
	.row_common04 .col .ttl {
		font-size: 1.125rem;
	}
}
@media(max-width: 767px) {
	.row_common01{
		background: none!important;
		position: relative;
	}
	.row_common01:before{
		content: "";
		background: url("images/page/deco_common03.png")no-repeat center / contain;
		width: calc( 313 / var(--break) * 100vw );
		height: calc( 313 / var(--break) * 100vw );
		position: absolute;
		left: 0;
		bottom: -6vw;
		z-index: -1;
	}
	.row_common01 .col_txt{
		max-width: 100%!important;
	}
	.row_common01 .col_txt .copy{
		font-size: 1.1875rem;
	}
	.row_common01 .col_txt > .txt{
		max-width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03 .col{
		width: 100%;
	}
	.row_common03.no_txt{
		gap:calc(40 / var(--break) * 100vw ) 3%;
		width: 100%;
	}
	.row_common03.no_txt .col{
		width: 48.5%;
	}
	.row_common03 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw 1vw 1.5vw;
	}
	.row_common03.no_txt .col .ttl {
		font-size: 1rem;
	}
	.row_common03 .col .txt {
		padding: 3vw 4vw 4vw;
	}
	.row_common03 .col .ttl .box {
		width: calc(260 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
		margin-bottom: 0.5vw;
	}
	.row_common04{
		gap:calc(40 / var(--break) * 100vw ) 3%;
	}
	.row_common04 .col{
		width: 48.5%;
	}
	.row_common04 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.bg_common01 {
		background: url(images/page/deco_common01.png) no-repeat left bottom / 50% calc(300 / var(--break) * 100vw ), url(images/page/deco_common02.png) no-repeat right bottom / 50% calc(300 / var(--break) * 100vw ) #cbc2b8;
	}
	.bg_common01 .box {
		padding: 6vw 6% 7vw;
	}
	.bg_common01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 1vw;
	}
	.list_common01 li {
		padding-left: 7.5vw;
	}
	.list_common01 li:before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		top: 0.35em;
	}
	.box_common01{
		padding: 7vw 5%;
	}
	.box_common01 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin: 0 auto 6vw;
	}
	.box_common03{
		padding: 6vw 5%;
	}
	.box_common03 .col_img{
		width: calc(580 / var(--break) * 100vw );
		margin: 0 auto 6vw;
	}
	.box_common03 .col_txt{
		width: 100%;
	}
	.box_common03 > .box{
		padding: 2vw 5% 4vw;
	}
	.ttl_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_common01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_common02 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common02 .copy em{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.copy_common02 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.copy_common02 em{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.wrap_common01 {
		gap: calc(30 / var(--break) * 100vw) 3%;
	}
	.wrap_common01 .ccl {
		width: 48.5%;
	}
	.wrap_common01 .ccl .wrap .icn {
		width: calc(105 / var(--break) * 100vw);
	}
	.wrap_common01 .ccl .txt {
		font-size: 0.875rem;
		letter-spacing: 0;
		min-height: calc(88 / var(--break) * 100vw );
	}
}

/* クリニック紹介 CLINIC
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/deco_clinic01.png")no-repeat left top -1px / 100% calc(150 / var(--break) * 100vw ) ,url("images/clinic/deco_clinic02.png")no-repeat right bottom -1px / 100% calc(150 / var(--break) * 100vw ) ,url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
	min-height: calc(800 / var(--break) * 100vw );
	padding-top: calc(200 / var(--break) * 100vw );
	padding-bottom: calc(100 / var(--break) * 100vw );
}
.wrap_clinic01{
	max-width: calc(1720 / var(--break) * 100vw );
	width: 91%;
}
.wrap_clinic01 > .wrap{
	width: 46.5%;
}
.copy_clinic01 em{
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.6em; /* 線の太さ */
	text-decoration-color: #3b2c1b4D; /* 線の色 */
	text-underline-offset: -0.4em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.bg_clinic02{
	margin-top: calc(-60 / var(--break) * 100vw );
	background: url("images/clinic/bg_clinic02.png")no-repeat right top /100% auto;
}
.img_clinic01{
	max-width: 1720px;
	width: 91%;
}
.txt_clinic01{
	background: url("images/clinic/deco_clinic03.png")no-repeat center / contain;
	width: calc(279 / var(--break) * 100vw );
	aspect-ratio:1/1;
	bottom: 0;
	right: calc(200 / var(--break) * 100vw );
}
.row_clinic01{
	gap:calc(30 / var(--break) * 100vw ) 2.75%;
}
.row_clinic01 .col{
	width: 31.5%;
	min-height: calc(100 / var(--break) * 100vw );
}
.row_clinic01 .col:before,.row_clinic01 .col:after{
	content: "";
	background: #3b2c1b;
	opacity: 0.05;
	width: calc( 100% - calc(10 / var(--break) * 100vw ));
	height: calc( 100% - calc(10 / var(--break) * 100vw ));
	position: absolute;
	inset:0;
	margin: auto;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	z-index: -1;
}
.row_clinic01 .col:after{
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.row_clinic01 .col .deco{
	background: #3b2c1b;
	opacity: 0.1;
	width: calc( 100% - calc(10 / var(--break) * 100vw ));
	height: calc( 100% - calc(10 / var(--break) * 100vw ));
	inset:0;
	margin: auto;
	z-index: -1;
}
.bg_clinic04{
	background: url("images/index/deco__greeting01.png")no-repeat right top / auto calc(810 / var(--break) * 100vw ),url("images/clinic/deco_clinic09.png")no-repeat bottom center / 100% auto;
}
.row_clinic02 .col_img{
	max-width: 870px;
	width: 45.7%;
}
.row_clinic02 .col_txt{
	width: calc(54.3% - calc(50 / var(--break) * 100vw ));
}
.row_clinic02 .col_txt > .wrap{
	max-width: calc(800 / var(--break) * 100vw );
	width: 85%;
}
.row_clinic02 .col_img:before{
	content: "";
	background:#8c7f73;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-50 / var(--break) * 100vw );
	bottom: calc(-50 / var(--break) * 100vw );
	z-index: -1;
}
.row_clinic02.r_reverse .col_img:before{
	left: auto!important;
	right: calc(-50 / var(--break) * 100vw );
}
.bg_clinic03 .row_clinic02 .col_img:before{
	bottom: calc(-30 / var(--break) * 100vw);
	background: #af8b60;
}
.bg_clinic03 .row_clinic02 .col_img {
	max-width: 890px;
	width: 46.8%;
	margin-top: calc(-50 / var(--break) * 100vw );
}
.bg_clinic03 .row_clinic02 .col_img .img{
	max-width: 840px;
	width: 95%;
}
.bg_clinic03 .row_clinic02 .col_txt {
	width: calc(53.2% - calc(50 / var(--break) * 100vw ));
}
.wrap_clinic02{
	max-width: 518px;
	width: 58.3%;
	right: 0;
	bottom: calc(-30 / var(--break) * 100vw );
}
.wrap_clinic02 .ccl__feature01{
	left: calc(-65 / var(--break) * 100vw);
	bottom: calc(18 / var(--break) * 100vw);
}
.bg_clinic03 .box_common02 .box{
	background: #ffffff url("images/clinic/img_clinic04.jpg")no-repeat left top /auto 100%;
}
.bg_clinic03:before{
	content: "";
	background: #3b2c1b;
	opacity: 0.05;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.row_clinic03{
	max-width: 1720px;
	width: 91%;
	gap:calc(30 / var(--break) * 100vw )1.76%;
	margin-top: calc(-25 / var(--break) * 100vw );
}
.row_clinic03 .col{
	max-width: 260px;
	width: 15.2%;
}
.row_clinic03 .col:nth-child(2n){
	margin-top: calc(50 / var(--break) * 100vw );
}
.box_clinic01{
	max-width: 1720px;
	width: 91%;
	background:#3b2c1b url("images/clinic/bg_clinic03.png")no-repeat right center / auto 100%;
}
.box_clinic01 > .wrap{
	max-width: calc(850 / var(--break) * 100vw );
	width: 55%;
}
.row_clinic04{
	max-width: 1500px;
	width: 93%;
}
.row_clinic04 .col{
	width: 23.6%;
	background: url("images/clinic/deco_clinic04.png")no-repeat center / contain;
	aspect-ratio:1/1;
}
.row_clinic04 .col.btn{
	background: #00000000;
}
.row_clinic04 .col.btn a{
	background: url("images/clinic/deco_clinic05.png")no-repeat center / contain;
	aspect-ratio:1/1;
}
.row_clinic04 .col.btn .arw{
	bottom: calc(85 / var(--break) * 100vw );
	left: 0;
	right: 0;
	margin: auto;
	width: calc(70 / var(--break) * 100vw );
}
.bg_clinic05:before{
	content: "";
	background: #f0eceb;
	width:100%;
	height: calc( 380 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	z-index: -1;
}
.bg_clinic05 .row_clinic02 .col_img:before {
	background: #bfa670;
	width: calc(100% - calc(70 / var(--break) * 100vw ));
	height: calc(100% + calc(100 / var(--break) * 100vw ));
}
.bg_clinic06:before{
	content: "";
	background: #3b2c1b;
	max-width: 1120px;
	width: 58.8%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic06 .row_common03{
	margin-top: calc(-40 / var(--break) * 100vw );
}
.bg_clinic06 .row_common03 .col .ttl:before,.bg_clinic06 .row_common03 .col .ttl:after{
	background: #3b2c1b;
}
.bg_clinic06 .row_clinic02 .col_img:before{
	content: none;
}
.bg_clinic08:before{
	content: "";
	background: #f0eceb;
	width: 100%;
	height: calc( 330 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic05 .row_clinic02 .txt__feature01,.bg_clinic08 .row_clinic02 .txt__feature01{
	left: 0;
	top: 0;
}
.wrap_clinic03{
	gap:calc(30 / var(--break) * 100vw ) 2.75%;
}
.wrap_clinic03 .btn{
	width: 31.5%;
}
.wrap_clinic03 .btn_common01 .arw {
	right: calc(20 / var(--break) * 100vw);
}
.wrap_clinic03 .btn_common01.pt02 .arw {
	right: calc(30 / var(--break) * 100vw);
}
.bg_clinic07:before{
	content: "";
	background: url("images/clinic/deco_clinic08.png")no-repeat center bottom / auto calc(185 / var(--break) * 100vw );
	width: 100%;
	height: calc( 185 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}

/*　スライダー　*/
.slide_clinic01 .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_clinic01 .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_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) {
	.bg_clinic01 {
		background: url(images/clinic/deco_clinic01.png) no-repeat left top -1px / 100% calc(150 / var(--break) * 100vw), url(images/clinic/deco_clinic02.png) no-repeat right bottom -1px / 100% calc(150 / var(--break) * 100vw), url(images/clinic/bg_clinic01.jpg) no-repeat right 16% center / cover;
	}
	.wrap_clinic01 > .wrap {
		width: 42%;
	}
	.copy_clinic02{
		font-size: 2rem;
	}
	.row_clinic03 .col .txt{
		font-size: 1.125rem;
	}
	.row_clinic04 {
		width: 100%;
	}
	.row_clinic04 .col.btn .arw {
		bottom: calc(70 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic01 {
		background: url(images/clinic/deco_clinic01.png) no-repeat left top -1px / 100% calc(100 / var(--break) * 100vw), url(images/clinic/deco_clinic02.png) no-repeat right bottom -1px / 100% calc(100 / var(--break) * 100vw), url(images/clinic/bg_clinic01.jpg) no-repeat right 16% center / cover;
		min-height: calc(600 / var(--break) * 100vw);
		padding-top: calc(150 / var(--break) * 100vw);
		padding-bottom: calc(75 / var(--break) * 100vw);
	}
	.wrap_clinic01 {
		width: 93%;
	}
	.wrap_clinic01 p{
		font-size: 1rem;
	}
	.copy_clinic01{
		font-size: 1.75rem;
	}
	.copy_clinic01 em{
		font-size: 2rem;
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.txt_clinic01 {
		width: calc(255 / var(--break) * 100vw);
	}
	.copy_clinic02 {
		font-size: 1.75rem;
		letter-spacing: 0;
	}
	.bg_clinic03 .row_clinic02 .col_txt{
		margin-top: calc(50 / var(--break) * 100vw );
	}
	.row_clinic03 .col .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_clinic04 .col{
		font-size: 1.125rem;
	}
	.row_clinic04 .col small{
		font-size:0.75rem;
	}
	.row_clinic04 .col em{
		font-size:1.5rem;
	}
	.row_clinic04 .col.btn .arw {
		bottom: calc(55 / var(--break) * 100vw);
	}
	.bg_clinic06 .row_common03 {
		margin-top: calc(40 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		background: url(images/clinic/deco_clinic01.png) no-repeat left top / 100% calc(60/ var(--break) * 100vw), url(images/clinic/deco_clinic02.png) no-repeat right bottom -1px  / 100% calc(60 / var(--break) * 100vw), url("images/clinic/bg_clinic01_sp.jpg") no-repeat center / cover;
		min-height: calc(1650 / var(--break) * 100vw);
		padding-top: 71vw;
	}
	.wrap_clinic03 .btn{
		width: calc(600 / var(--break) * 100vw );
	}
	.wrap_clinic03 .btn a{
		min-height: calc(120 / var(--break) * 100vw );
	}
	.wrap_clinic01{
		width: calc(646 / var(--break) * 100vw );
	}
	.wrap_clinic01 > .wrap{
		width: 100%;
	}
	.copy_clinic01{
		font-size: calc(40 / var(--break) * 100vw );
		letter-spacing: 0;
		text-align: center;
		line-height: 2;
		margin-bottom: 1vw;
	}
	.copy_clinic01 em{
		font-size: calc(46 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.copy_clinic02 {
		font-size: calc(40 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.txt_clinic01 .txt01{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_clinic01 .num{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.txt_clinic01 .num em{
		font-size: 1.375rem;
	}
	.txt_clinic01 .txt02{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.img_clinic01 {
		width: calc(702 / var(--break) * 100vw );
		margin-bottom: 20vw;
	}
	.txt_clinic01 {
		bottom: -21vw;
		right: 4vw;
	}
	.row_clinic01{
		width: calc(500 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic01 .col{
		width:100%;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic02 .col_img {
		width: calc(702 / var(--break) * 100vw );
		margin: 0 auto 8vw;
	}
	.row_clinic02 .col_img:before {
		left: -3.2vw;
		bottom:-3.2vw;
	}
	.row_clinic02.r_reverse .col_img:before {
		right: -3.2vw;
	}
	.row_clinic02 .col_txt{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic02 .col_txt > .wrap{
		width: 100%;
	}
	.bg_clinic03 .row_clinic02 .col_img{
		width: calc(702 / var(--break) * 100vw );
		margin: -10vw auto 10vw;
	}
	.bg_clinic03 .row_clinic02 .col_txt{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.bg_clinic03 .box_common02 .box {
		background: #ffffff url(images/clinic/img_clinic04.jpg) no-repeat left top / auto 45%;
	}
	.bg_clinic04 {
		background: url(images/index/deco__greeting01.png) no-repeat right top / auto calc(510 / var(--break) * 100vw), url(images/clinic/deco_clinic09.png) no-repeat bottom center / 100% auto;
	}
	.row_clinic03{
		width: calc(702 / var(--break) * 100vw );
		gap:calc(30 / var(--break) * 100vw ) 3%;
		margin-top: 5vw;
	}
	.row_clinic03 .col{
		width: 48.5%;
	}
	.row_clinic03 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_clinic03 .col:nth-child(2n){
		margin-top: 0;
	}
	.box_clinic01{
		width: 100%;
		background: #3b2c1b url("images/clinic/bg_clinic03_sp.png")no-repeat center top / 100% auto;
		padding: 57vw 3% 5vw;
	}
	.box_clinic01 > .wrap{
		width: 100%;
	}
	.row_clinic04{
		gap:5vw 3%;
		width: 100%;
	}
	.row_clinic04 .col{
		width:48.5%;
		font-size: 0.875rem;
		letter-spacing: 0;
		padding-top: 2vw;
	}
	.row_clinic04 .col small{
		font-size: 0.625rem;
		line-height: 1.3;
		display: inline-block;
	}
	.row_clinic04 .col em{
		font-size: 1.125rem;
		display: inline-block;
		margin-top: 1.5vw;
	}
	.row_clinic04 .col.btn {
		line-height: 1.8;
	}
	.row_clinic04 .col.btn .arw {
		bottom: 9vw;
		width: calc(85 / var(--break) * 100vw);
	}
	.bg_clinic05 .row_clinic02 .col_img:before {
		height: calc(100% + calc(50 / var(--break) * 100vw));
	}
	.bg_clinic06 .row_common03 {
		margin-top: 7vw;
	}
	.slide_clinic01 .slide_thumbnail li img{
		height: auto;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.bg_clinic06:before{
		height: calc(100% - calc(500 / var(--break) * 100vw ));
		width: 100%;
		top: auto;
		bottom: 0;
	}

}


/* 歯科医師・スタッフ紹介 STAFF
------------------------------------------------------------------*/
.row_staff01{
	background: none!important;
}
.row_staff01 .col_img{
	max-width: 460px;
	width: 30.7%;
}
.row_staff01 .col_txt{
	width: 66.7%;
}
.row_prof{
	gap:calc(40 / var(--break) * 100vw ) 0;
}
.ttl_staff01:before,.ttl_staff01:after{
	content: "";
	background: #ffffff;
	opacity: 0.05;
	height: 100%;
	aspect-ratio:1/1;
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0 0,100% 0, 0 100%);
	z-index: -1;
}
.ttl_staff01:after{
	left: auto;
	right: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.box_prof01 .year{
	font-weight: lighter;
	width: calc(135 / var(--break) * 100vw);
}
.box_prof01 .txt{
	width: calc(100% - calc(135 / var(--break) * 100vw));
}
.box_prof{
	background: #3b2c1b1A;
}
.box_prof.box02{
	background: #af8b6033;
}
.box_prof02 .list_default li:before{
	background: #af8b60;
}
.slide_staff01 li{
	margin: 0 calc(10/ var(--break) * 100vw );
}
.slide_staff01 li img {
	width: calc(485 / 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{
		max-width: calc(500 / var(--break) * 100vw )!important;
		margin: 0 auto 5vw;
	}
	.row_staff01 .col_txt{
		max-width:100%!important;
	}
	.row_staff01:before{
		content: none;
	}
	.dr_name02 {
		justify-content: center!important;
	}
	.dr_name02 .txt{
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.dr_name02 .ja{
		font-size: 1.5rem;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.dr_name02 .en{
		font-size: 1rem;
		letter-spacing: 0em;
	}
	.ttl_staff01{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2.5vw 2vw;
	}
	.box_prof01 .year {
		width: 32%;
	}
	.box_prof01 .txt {
		width: 67%;
	}
}


/* 診療時間・アクセス ACCESS
------------------------------------------------------------------*/
.box_access01 > .row{
	max-width: 1240px;
	width: 85%;
}
.box_access01 > .row .col_img{
	max-width: 650px;
	width: 52.5%;
}
.box_access01 > .row .col_txt{
	width: 43%;
}
.bg_access01{
	padding-top: calc(185 / var(--break) * 100vw );
	margin-top: calc(-130 / var(--break) * 100vw );
}
.copy_access01:before,.copy_access01:after{
	content: "";
	background:#000000;
	flex: 1;
	height: 1px;
	position: relative;
	display: block;
	margin-right: calc(50 / var(--break) * 100vw );
}
.copy_access01:after{
	margin-right: 0!important;
	margin-left: calc(50 / var(--break) * 100vw );
}
.row_access01 .col{
	width: 30.7%;
}
.row_access01 .col .icn{
	width: calc(130 / var(--break) * 100vw );
}
.row_access01 .col .ttl{
	background: #3b2c1b4D!important;
}
.box_access02{
	width: calc(800 / var(--break) * 100vw );
}
.box_access01 .logo_foot{
	max-width: 100%;
}
.wrap_access01 .icn{
	width: calc(30 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_access01 > .row{
		width: calc(646 / var(--break) * 100vw );
	}
	.box_access01 > .row .col_img{
		width: calc(500 / var(--break) * 100vw );
		margin: 0 auto 8vw;
	}
	.box_access01 > .row .col_txt {
		width: 100%;
	}
	.row_access01{
		gap:5vw;
	}
	.row_access01 .col{
		width: calc(600 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_access01 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding:  2vw 1vw;
	}
	.row_access01 .col .txt{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_access01 .col .txt small{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_access02 {
		width: 100%;
		padding: 5vw 5%;
	}
}


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




/* 一般歯科 GENERAL
------------------------------------------------------------------*/
.btn_general01 .wrap{
	background: url("images/general/img_general12.jpg")no-repeat center / cover;
}
.btn_general02 .wrap{
	background: url("images/general/img_general15.jpg")no-repeat center / cover;
}
.wrap__cosmetic01 .btn_general01{
	width: calc(480 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap__cosmetic01 .btn_general01{
		width: 100%;
	}
}

/* 歯周病治療 PERIO
------------------------------------------------------------------*/
.ccl_perio01{
	left: auto;
	right: calc(-30 / var(--break) * 100vw );
	bottom: calc(-30 / var(--break) * 100vw );
	padding-bottom: calc(20 / var(--break) * 100vw );
}
.ccl_perio01 .img{
	width: calc(152 / var(--break) * 100vw );
	top: calc(-15 / var(--break) * 100vw );
}
.btn_perio01 .wrap{
	background: url("images/perio/img_perio05.jpg")no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブルーラジカル BLUERADICAL
------------------------------------------------------------------*/
.box_blueradical01{
	outline :1px solid #ffffff;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.box_blueradical01 .logo01{
	width: calc(323 / var(--break) * 100vw );
}
.row_blueradical01{
	gap:calc(50 / var(--break) * 100vw ) 5.3%;
}
.row_blueradical01 .col{
	width: 29.8%;
}
.row_blueradical01 .col02{
	outline : 1px solid #ffffff;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.row_blueradical01 .logo02{
	width: calc(188 / var(--break) * 100vw );
	max-width: 100%
}
.row_blueradical01 .logo03{
	width: calc(280 / var(--break) * 100vw );
	max-width: 100%
}
.row_blueradical01 .col:nth-child(1):after{
	content: "";
	background: url("images/blueradical/icn_blueradical01.svg")no-repeat center / contain;
	width: calc( 24 / var(--break) * 100vw );
	height: calc( 24 / var(--break) * 100vw );
	position: absolute;
	right: calc(-42 / var(--break) * 100vw );
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_blueradical01 .col:nth-child(2):after{
	content: "";
	background: url("images/blueradical/icn_blueradical02.svg")no-repeat center / contain;
	width: calc( 24 / var(--break) * 100vw );
	height: calc( 11 / var(--break) * 100vw );
	position: absolute;
	right: calc(-42 / var(--break) * 100vw );
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_blueradical02 .col{
	width: 32%;
}
.box_blueradical02{
	width: calc(280 / var(--break) * 100vw );
	border:1px solid;
	margin-top: calc(-35 / var(--break) * 100vw );
	position: relative;
	z-index: 2;
}
.box_blueradical02 .deco {
	background: #3b2c1b;
	opacity: 0.08;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	inset: 0;
	margin: auto;
	z-index: -1;
}
.box_blueradical02 .ttl:before, .box_blueradical02 .ttl:after {
	content: "";
	background: #3b2c1b;
	opacity: 0.08;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	position: absolute;
	inset: 0;
	margin: auto;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	z-index: -1;
}
 .box_blueradical02 .ttl:after {
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_blueradical01{
		width: calc(600 / var(--break) * 100vw );
		margin: 0 auto 8vw;
		gap:12vw;
	}
	.row_blueradical01 .col{
		width: 100%;
	}
	.row_blueradical01 .logo02 {
		width: calc(300 / var(--break) * 100vw);
	}
	.row_blueradical01 .logo03 {
		width: calc(500 / var(--break) * 100vw);
	}
	.row_blueradical01 .col:nth-child(1):after {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: auto;
		bottom: -8vw;
	}
	.row_blueradical01 .col:nth-child(2):after {
		width: calc(34 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		left: 0;
		right: 0;
		top: auto;
		bottom: -8vw;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.row_blueradical01 .col02 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		min-height: calc(220 / var(--break) * 100vw );
	}
	.row_blueradical02 {
		gap:calc(40 / var(--break) * 100vw ) 3%;
		justify-content: center!important;
	}
	.row_blueradical02  .col{
		width: 48.5%;
	}
	.box_blueradical02 {
		width: calc(305 / var(--break) * 100vw);
	}
	.box_blueradical02 .ttl {
		font-size: 1rem;
		letter-spacing: 0;
		padding: 1.5vw 1vw;
	}
	.box_blueradical02 .num {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-top: 3vw;
	}
	.box_blueradical02 .num em{
		font-size: 1.75rem;
		letter-spacing: 0;
	}
}

/* 小児歯科 PEDIATRIC
------------------------------------------------------------------*/
.row_pediatric01 .col{
	background: #8c7f7333;
}
.row_pediatric01 .col:nth-child(2){
	background: #8b846e33;
}
.row_pediatric01 .col:nth-child(3){
	background: #bfa67033;
}
.row_pediatric01 .col .ttl{
	background:#8c7f73;
}
.row_pediatric01 .col:nth-child(2) .ttl{
	background: #8b846e;
}
.row_pediatric01 .col:nth-child(3) .ttl{
	background: #bfa670;
}
.row_pediatric01 .col .box .icn,.row_pediatric01 .col .box .icn img{
	width: calc(30 / var(--break) * 100vw );
}
.row_pediatric02 {
	gap:calc(10 / var(--break) * 100vw ) calc(40 / var(--break) * 100vw );
}
.row_pediatric02 .col{
	background: url("images/pediatric/deco_pediatric01.svg")no-repeat center /contain;
	width: calc(251 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.row_pediatric02 .col:nth-child(2n){
	background: url("images/pediatric/deco_pediatric02.svg")no-repeat center /contain;
}
.row_pediatric02 .col .icn{
	width: calc(80 / var(--break) * 100vw );
}
.bg_pediatric01{
	margin-top: calc(-75 / var(--break) * 100vw );
	padding-top: calc(260 / var(--break) * 100vw );
}
.row_pediatric03.row_common03 .col .ttl:before{
	background: #3b2c1b;
	width: 100%;
	clip-path: polygon(0 0, 0 100% , 100% 100%);
}
.row_pediatric03.row_common03 .col .ttl:after{
	background: #3b2c1b;
	width: 100%;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.btn_pediatric01 .wrap {
	background: url("images/pediatric/img_pediatric19.jpg") no-repeat center / cover;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric01 .col .box .icn, .row_pediatric01 .col .box .icn img {
		width: calc(45 / var(--break) * 100vw);
	}
	.row_pediatric01 .col .fwn {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}

/* 小児矯正 PEDIATRIC ORTHO
------------------------------------------------------------------*/
.wrap_pediatric_ortho01 .btn{
	width: calc(544 / var(--break) * 100vw );
}
.wrap_pediatric_ortho01 .btn02{
	width: calc(600 / var(--break) * 100vw );
}
.btn_pediatric_ortho01 {
	width: calc(600 / var(--break) * 100vw);
}
/*.btn_pediatric_ortho01 .wrap {
	background: url("images/pediatric_ortho/img_pediatric_ortho15.jpg") no-repeat center / cover;
}
.btn_pediatric_ortho01 .txt02 {
	right: calc(100 / var(--break) * 100vw );
	bottom: calc(10 / var(--break) * 100vw );
}
.btn_pediatric_ortho01 .img01 {
	width: calc(160 / var(--break) * 100vw );
	left: calc(-46 / var(--break) * 100vw );
	bottom: calc(-34 / var(--break) * 100vw );
}
.btn_pediatric_ortho01 .img02 {
	width: calc(138 / var(--break) * 100vw );
	right: calc(-32 / var(--break) * 100vw );
	top: calc(-35 / var(--break) * 100vw );
}*/
.copy_pediatric_ortho01.copy_common02:before, .copy_pediatric_ortho01.copy_common02:after{
	margin-bottom: calc(15 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_pediatric_ortho01 .btn {
		width: calc(440 / var(--break) * 100vw);
	}
	.wrap_pediatric_ortho01 .btn02 {
		width: calc(485 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_pediatric02 .col {
		width: 43%;
	}
	.row_pediatric02 .col .txt{
		font-size: 0.875rem;
	}
	.wrap_pediatric_ortho01{
		gap:5vw;
	}
	.wrap_pediatric_ortho01 .btn01{
		margin-right: 0;
	}
	.copy_pediatric_ortho01{
		font-size: 1rem;
		margin-bottom: 3vw;
	}
	.wrap__cosmetic01 .btn_pediatric_ortho01 .wrap{
		letter-spacing: 0;
	}
	/*.btn_pediatric_ortho01 .txt02 {
		right: calc(115 / var(--break) * 100vw);
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.btn_pediatric_ortho01 .img01 {
		bottom: calc(-55 / var(--break) * 100vw);
	}
	.btn_pediatric_ortho01 .img02 {
		top: calc(-40 / var(--break) * 100vw);
	}*/
}


/* 大人のマウスピース矯正 MOUTHPIECE
------------------------------------------------------------------*/
.row_mouthpiece01{
	gap:calc(30 / var(--break) * 100vw ) 3.3%;
}
.row_mouthpiece01 .col{
	width: 33.4%;
	border: 1px solid #bfa670;
}
.row_mouthpiece01 .col:nth-child(2n){
	border: 1px solid #af8b60;
}
.ttl_mouthpiece01:before, .ttl_mouthpiece01:after {
	content: "";
	background: #3b2c1b;
	opacity: 0.05;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	position: absolute;
	inset: 0;
	margin: auto;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	z-index: -1;
}
.ttl_mouthpiece01:after {
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.ttl_mouthpiece01 .deco {
	background: #3b2c1b;
	opacity: 0.1;
	width: calc(100% - calc(10 / var(--break) * 100vw));
	height: calc(100% - calc(10 / var(--break) * 100vw));
	inset: 0;
	margin: auto;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_mouthpiece01 em{
		font-size: 1.5rem;
	}
}
@media(max-width: 767px) {
	.row_mouthpiece01 {
		width: calc(600 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_mouthpiece01 .col {
		width: 100%;
	}
	.ttl_mouthpiece01 {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding: 3vw 1vw;
	}
	.ttl_mouthpiece01 em{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row_mouthpiece01 .col .num {
		font-size: 3rem;
	}
	.row_mouthpiece01 .col .txt01{
		font-size: 0.875rem;
		line-height: 1;
	}
	.row_mouthpiece01 .col .txt02{
		font-size: 1.125rem;
	}
	.row_mouthpiece01 .col .wrap02{
		margin-bottom: -2vw;
	}

}



/* box_flow
------------------------------------------------------------------*/
.box_flow{
	background: #bfa67033;
	border-left: 1px solid #bfa670;
}
.box_flow.arw_flow{
	margin-bottom: calc(75 / var(--break) * 100vw );
}
.box_flow.arw_flow.mb105{
	margin-bottom: calc(105 / var(--break) * 100vw );
}
.box_flow:after{
	content: "";
	background: #bfa670;
	opacity: 0.3;
	width: 100%;
	height: calc( 95 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.num_flow01{
	width: calc(80 / var(--break) * 100vw );
	aspect-ratio:1/1;
	border-radius: 50%;
	left: calc(-40 / var(--break) * 100vw );
	top: calc(-30 / var(--break) * 100vw );
	overflow: hidden;
	padding-left: calc(3 / var(--break) * 100vw );
}
.num_flow01:before{
	content: "";
	background: #ffffff;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.box_flow.box_1240px .col_txt{
	margin-top: calc(-10 / var(--break) * 100vw );
}
.box_flow02{
	max-width: 1000px;
	width: 90%;
}
.box_flow02 .copy{
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 1px; /* 線の太さ */
	text-decoration-color: #fff; /* 線の色 */
	text-underline-offset: 0.9em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.row_flow01{
	gap:calc(30 / var(--break) * 100vw ) 3.3%;
}
.row_flow01 .col{
	background: url("images/clinic/icn_clinic01.png")no-repeat center / contain;
	width: 28.9%;
	max-width: 260px;
	aspect-ratio:1/1;
}
.row_flow01 .col02{
	background: url("images/clinic/icn_clinic02.png")no-repeat center / contain;
}
.row_flow01 .col03{
	background: url("images/clinic/icn_clinic03.png")no-repeat center / contain;
}
.arw_flow:before{
	border-top-color: #3b2c1b;
	bottom: calc(-45 / var(--break) * 100vw);
}
.box_flow .col_txt .ttl{
	margin-bottom: calc(35 / 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:first-child{
		margin-top: 10vw;
	}
	.box_flow {
		padding-top: 8vw;
		border-top: 1px solid #bfa670;
		border-left: 0;
	}
	.box_flow.arw_flow {
		margin-bottom: 18vw;
	}
	.num_flow01 {
		font-size: 1.25rem;
		width: calc(90 / var(--break) * 100vw);
		left: 0;
		right: 0;
		margin: auto;
		top: calc(-50 / var(--break) * 100vw);
	}
	.box_flow .col_txt .ttl {
		font-size: 1.1875rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 2vw;
	}
	.box_flow.no_img .col_txt .ttl {
		margin-bottom: 4vw;
	}
	.box_flow:after {
		height: calc(125 / var(--break) * 100vw);
	}
	.arw_flow:before {
		bottom: calc(-60 / var(--break) * 100vw);
	}
	.box_flow02{
		width: 100%;
		padding: 3vw 4% 4vw;
	}
	.box_flow02 .copy {
		text-underline-offset: 0.3em;
	}
	.row_flow01 {
		gap: calc(20 / var(--break) * 100vw) 3%;
	}
	.row_flow01 .col{
		width: 48.5%;
	}
	.row_flow01 .col .txt{
		font-size: 0.625rem;
		min-height: calc(62 / var(--break) * 100vw );
	}
}

/* box_qa
------------------------------------------------------------------*/
.box_qa03{
	border: 0;
}
.box_qa03 .box_q .box{
	width: calc(20 / var(--break) * 100vw );
}
.box_qa03 .box_q .box span{
	width:100%;
	height: calc(20 / var(--break) * 100vw );
	inset:0;
	margin: auto;
}
.box_qa03 .box_q .txt {
	width: calc(100% - calc(20 / var(--break) * 100vw));
}
.box_qa03 .box_a{
	border: 1px solid #3b2c1b;
	border-top: 0;
}
.box_qa03 .box_q .txt .icn:before{
	height: 1px;
	background: #3b2c1b;
}
.box_qa03 .box_q .txt .icn:after{
	width: 1px;
	background: #3b2c1b;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* bg_pay
------------------------------------------------------------------*/
.bg_pay{
	background: url("images/page/deco_pay01.png")no-repeat left bottom / 50% calc(441 / var(--break) * 100vw ),url("images/page/deco_pay02.png")no-repeat right bottom / 50% calc(441 / var(--break) * 100vw ) #af8b60;
}
.row_pay .col{
	background: #af8b60;
	border:1px solid #fff;
	margin-right: 4.7%;
}
@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;
	}
	.row_pay .col {
		margin-right: 4%;
	}
}

/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	max-width: calc(1240 / var(--break) * 100vw );
	outline : 1px solid #ffffff;
	outline-offset : calc( -11 / var(--break) * 100vw );
}
.bg_case01:before,.bg_case01:after{
	content: "";
	background: #3b2c1b33;
	width: calc( 150 / var(--break) * 100vw );
	aspect-ratio:1/1;
	position: absolute;
	left: 0;
	bottom: 0;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	z-index: -1;
}
.bg_case01:after{
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	left: auto;
	bottom: auto;
	top: 0;
	right: 0;
}
.slide_case01{
	max-width: calc(1000 / var(--break) * 100vw );
}

.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);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #3b2c1b;
	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_slide03.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9%;
}
.slide_case01 .slick-next {
    right: -9%;
    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: #af8b60;
	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:#3b2c1b;
	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: #fff;
}
.tbl_case th {
	background: #af8b60;
}
.tbl_case td {
	background: #fff;
}
.tbl_case tr:not(:last-child) td{
	border-bottom-color: #af8b60;
}
@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{
		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 #3b2c1b;
		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);
	}
	.slide_case01 .tbl_case{
		max-width: calc(646 / var(--break) * 100vw );
	}
	.tbl_common01 thead th,.tbl_common01.tbl01 tbody th[colspan="2"]{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	border: 1px solid #3b2c1b;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: 1px solid #3b2c1b;
}
.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: #af8b60 !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;
	}
	.risk .ps__thumb-y, .box_invisalign .ps__thumb-y{
		width: 3px!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: #000;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc( 4 / var(--break) * 100vw );
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #af8b60;
}
.btn_submit input {
	border: none;
	background: #3b2c1b;
}
@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: #3b2c1b;
	color: #fff;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}
#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: #af8b60;
	border: 1px solid #af8b60;
	border-right-color: #af8b60;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar thead th:not(:last-child){
	border-right: 1px solid #fff;
}
#wp-calendar tbody td {
	border: 1px solid #af8b60;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #000;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #000;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #000;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #000;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #cbc2b8;
}
.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: #000;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #000;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e6e1db;
	background: #e6e1db;
	color: #af8b60;
	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: #af8b60;
	background: #af8b60;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h1:before{
	content: "";
	background: #fad1a0;
	width:1px;
	height: 100%;
	position: absolute;
	top:0;
	left: calc(6 / var(--break) * 100vw );
}
.post_content > h2,.post_content > h3{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #3b2c1b;
	position: relative;
}
#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 #af8b60;
	background: #af8b60;
	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:#af8b60;
}
.post_content > h2{
	background: #e6e1db;
	padding: calc(15 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw );
}
.post_content > h2:before{
	content: "";
	border-top: 1px solid #3b2c1b;
	border-bottom: 1px solid #3b2c1b;
	width: 100%;
	height: calc(100% - calc( 10 / var(--break) * 100vw ));
	position: absolute;
	inset:0;
	margin: auto;
}
.post_content > h3{
	padding: calc(15 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw );
}
.post_content > h3:before{
	content: "";
	background: linear-gradient(0deg,rgba(191, 166, 112, 1) 0%, rgba(191, 166, 112, 1) 33%, rgba(59, 44, 27, 1) 33%, rgba(59, 44, 27, 1) 67%, rgba(191, 166, 112, 1) 67%, rgba(191, 166, 112, 1) 100%);
	width: calc(10 / var(--break) * 100vw );
	height: calc(30 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.7em;
}
.post_content > h3:after{
	content: "";
	width: 100%;
	height: calc(5 / var(--break) * 100vw );
	border-top: 1px solid #3b2c1b;
	border-bottom: 1px solid #3b2c1b;
	position: absolute;
	left: 0;
	bottom: 0;
}
@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 > h1 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h2,.post_content > h3{
		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 > h3{
		padding-left: 5vw;
	}
	.post_content > h3:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(40 / 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));
	}
}