@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
body.low_body{
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
.low_body .ab,.low_body .dnp{
	text-shadow:none;
}
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(300 / var(--break) * 100vw);
	background: url("images/page/bg_parallax.jpg") no-repeat center / cover;
    width: 100%;
    background-attachment: fixed !important;
}
.main_page .wrap{
	margin-top: calc(120 / var(--break) * 100vw );
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
}
.main_page .wrap:before,.main_page .wrap:after{
	content: "";
	background: url(images/index/deco_main09.svg) no-repeat center / contain;
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
	position: absolute;
	left: -1px;
	top: -1px;
}
.main_page .wrap:after{
	left: auto!important;
	right: -1px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 .ja,.hdg2 .en{
	/*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
  -1px 1px 0 #fff,  1px -1px 0 #fff,
  1px 0 0 #fff, -1px  0 0 #fff,
  0 1px 0 #fff,  0 -1px 0 #fff;*/
	text-shadow: calc(2 / var(--break) * 100vw ) calc(2 / var(--break) * 100vw ) 0 #fff, calc(-2 / var(--break) * 100vw ) calc(-2 / var(--break) * 100vw ) 0 #fff, calc(-2 / var(--break) * 100vw ) calc(2 / var(--break) * 100vw ) 0 #fff,  calc(2 / var(--break) * 100vw ) calc(-2 / var(--break) * 100vw ) 0 #fff, calc(2 / var(--break) * 100vw ) 0 0 #fff, calc(-2 / var(--break) * 100vw )  0 0 #fff, 0 calc(2 / var(--break) * 100vw ) 0 #fff,  0 calc(-2 / var(--break) * 100vw ) 0 #fff;
	
}
.wrap_hdg3:after{
	content: "";
	background: url("images/page/ptn01.jpg")repeat left top / calc(284 / var(--break) * 100vw ) auto;
	width: 100% ;
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
.wrap_hdg3 .deco{
	width: calc(160 / var(--break) * 100vw );
}
.hdg3{
	text-shadow: calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) 0 #fff, calc(-2 / var(--break) * 100vw) calc(-2 / var(--break) * 100vw) 0 #fff, calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) 0 #fff, calc(2 / var(--break) * 100vw) calc(-2 / var(--break) * 100vw) 0 #fff, calc(2 / var(--break) * 100vw) 0 0 #fff, calc(-2 / var(--break) * 100vw) 0 0 #fff, 0 calc(2 / var(--break) * 100vw) 0 #fff, 0 calc(-2 / var(--break) * 100vw) 0 #fff!important;
}
.hdg4:before,.hdg4:after{
	content: "";
	background: url("images/page/deco_common02.png")no-repeat center / contain;
	width: calc( 204 / var(--break) * 100vw );
	height: calc( 80 / var(--break) * 100vw );
	position: absolute;
	left: calc(20 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
	z-index: -1;
}
.hdg4:after{
	background: url("images/page/deco_common03.png")no-repeat center / contain;
	left: auto!important;
	bottom: auto!important;
	right: calc(20 / var(--break) * 100vw );
	top: calc(-20 / var(--break) * 100vw );
}
.hdg5:after{
	content: "";
	background: url("images/page/deco_common04.png")no-repeat center / contain;
	width: calc( 40 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		padding-right: calc(40 / var(--break) * 100vw );
		padding-left: calc(40 / var(--break) * 100vw );
	}
	.main_page .wrap{
		margin-top: calc(105 / var(--break) * 100vw );
		height: calc(320 / var(--break) * 100vw);
	}
	.main_page .wrap:before,.main_page .wrap:after{
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 20vw 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{
		padding: calc(140 / var(--break) * 100vw ) calc(24 / var(--break) * 100vw ) 0;
		background: #fff;
	}
	.main_page .wrap{
		margin-top: 0;
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center / cover;
		height: calc(360 / var(--break) * 100vw);
	}
	.main_page .wrap:before,.main_page .wrap:after{
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.deco_main01 {
		width: calc(336 / var(--break) * 100vw);
		bottom: -6vw;
	}
	.hdg2 .ja {
		font-size: calc(50 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.wrap_hdg3 {
		padding-bottom: 4vw;
		margin-bottom: 7vw;
	}
	.wrap_hdg3 .deco {
		margin-bottom: 2vw;
	}
	.hdg3{
		font-size: calc(46 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.hdg3 .small{
		font-size: 1.25rem;
	}
	.hdg4{
		font-size: calc(38 / var(--break) * 100vw );
		letter-spacing: 0;
		padding: 2.5vw ;
		margin-bottom: 8vw;
	}
	.hdg4:before, .hdg4:after {
		width: calc(163 / var(--break) * 100vw);
		height: calc(64 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
		bottom: calc(-10 / var(--break) * 100vw);
	}
	.hdg4:after {
		right: calc(5 / var(--break) * 100vw);
		top: calc(-10 / var(--break) * 100vw);
	}
	.hdg5{
		font-size: calc(36 / var(--break) * 100vw );
		letter-spacing: 0;
		padding-left: 8vw;
	}
	.hdg5:after{
		top: 0.15em;
	}
	.col_img {
		text-align: center;
	}
	.content_low{
		background: none;
        background-attachment: inherit !important;
	}
	.content_low:before{
		position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        background: url("images/page/bg_parallax_sp.jpg") no-repeat center /cover;
        content: "";
	}
}


/* 共通 common
------------------------------------------------------------------*/
.row_common01 .col_img{
	width: 46.7%;
	max-width: 700px;
}
.row_common01 .col_txt{
	width: 49.4%;
}
.row_common01 .col_txt ul{
	text-shadow: none;
}
.row_common01 .col_img img{
	border-radius: calc(40 / var(--break) * 100vw );
}
.row_common01 .col_img:before{
	content: "";
	background: url("images/page/ptn12.png")repeat left top / calc(180 / var(--break) * 100vw ) auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-20 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(40 / var(--break) * 100vw );
}
.row_common01.r_reverse .col_img:before{
	left: auto!important;
	right: calc(-20 / var(--break) * 100vw );
}
.row_common01 .col_txt .list_default li:before{
	background: #372b21;
}
.row_common02 .col_txt{
	width: 58%;
}
.row_common02 .col_img{
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_img:before{
	content: "";
	background: url("images/page/ptn10.jpg")repeat left top / calc(284 / var(--break) * 100vw ) auto;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(-20 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(40 / var(--break) * 100vw );
}
.row_common02.r_reverse .col_img:before{
	left: auto!important;
	right: calc(-20 / var(--break) * 100vw );
}
.row_common02 .col_txt .en{
	width: calc(220 / var(--break) * 100vw );
}
.row_common03{
	gap:calc(60 / var(--break) * 100vw ) 2.45%;
}
.row_common03 .col{
	max-width: 475px;
	width: 31.7%;
}
.row_common03 .col p,.row_common03 .list_default li{
	text-shadow: none;
}
.row_common03.col_2{
	gap:calc(60 / var(--break) * 100vw ) 3.3%;
}
.row_common03.col_2 .col{
	max-width: 595px;
	width: 39.7%;
}
.row_common03 .col:nth-child(3n) .ttl{
	background: #89b132;
}
.row_common03 .col:nth-child(3n+1) .ttl{
	background: #eb709a;
}
.row_common03 .col:nth-child(3n+2) .ttl{
	background: #3eb4c5;
}
.row_common03 .list_default li{
	padding-left: calc(40 / var(--break) * 100vw );
}
.row_common03 .col:nth-child(3n+1) .list_default li:before{
	background: url("images/page/check02.svg")no-repeat center / contain;
	width: calc(24 / var(--break) * 100vw );
	height: calc(24 / var(--break) * 100vw );
	border-radius: 0;
	top: 0.2em;
}
.row_common03 .col:nth-child(3n+2) .list_default li:before{
	background: url("images/page/check03.svg")no-repeat center / contain;
	width: calc(24 / var(--break) * 100vw );
	height: calc(24 / var(--break) * 100vw );
	border-radius: 0;
	top: 0.2em;
}
.row_common03.no_txt .col{
	background: #00000000!important;
	border-radius: 0;
}
.bdr_common01:before{
	content: "";
	background: url("images/page/ptn02.jpg")repeat left top  / calc(284 / var(--break) * 100vw ) auto;
	width: 100%;
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
.bdr_common02{
	padding-bottom: calc(90 / var(--break) * 100vw );
}
.bdr_common02:before{
	content: "";
	background: url("images/page/dot02.png")repeat left top  / calc(21 / var(--break) * 100vw ) auto;
	width: 100%;
	height: calc( 10 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
/*.bg_common01:before{
	content: "";
	background: url("images/page/deco_common07.png")no-repeat center top / cover;
	width:100%;
	height: calc( 300 / var(--break) * 100vw );
	position: absolute;
	top:-1px;
	left: 0;
	z-index: -1;
}*/
.bg_common01 .wrap{
	max-width: calc(1240 / var(--break) * 100vw );
	width: 80%;
}
.bg_common01 .ttl .en{
	width: calc(607 / var(--break) * 100vw );
}
.bg_common01 .deco01{
	width: calc(198 / var(--break) * 100vw );
	top: 0;
	left: calc(-130 / var(--break) * 100vw );
}
.bg_common01 .deco02{
	width: calc(228 / var(--break) * 100vw );
	bottom: calc(-40 / var(--break) * 100vw );
	right: calc(-130 / var(--break) * 100vw );
}
.list_common01 li{
	padding-left: calc(60 / var(--break) * 100vw );
	padding-bottom: calc(12 / var(--break) * 100vw );
	border-bottom: 1px solid #f1ecdf;
	width: 48%;
}
.list_common01 li:before{
	width: calc(24 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	background: url("images/page/check01.svg")no-repeat left top / contain;
	border-radius: 0;
	left: calc(20 / var(--break) * 100vw );
	top: .1em;
}
.list_common01 li:nth-child(n+3) {
	margin-top: calc(10 / var(--break) * 100vw);
}
.box_common01 .bdr_common01:before{
	background: url("images/page/ptn01.jpg")repeat left top /calc(284 / var(--break) * 100vw ) auto;
}
.box_common01 .col_img{
	max-width: 345px;
	width: 30.3%
}
.box_common01 .col_txt{
	width: 65%
}
.box_common01 .deco{
	width: calc(126 / var(--break) * 100vw );
	top: calc(-20 / var(--break) * 100vw );
}
.box_common01 .deco01{
	left: calc(50 / var(--break) * 100vw );
}
.box_common01 .deco02{
	right: calc(50 / var(--break) * 100vw );
}
.btn_common02{
	width: calc(600 / var(--break) * 100vw );
}
.btn_common02 a{
	background: url("images/clinic/deco_clinic03.png")no-repeat center / cover;
	overflow: hidden;
	max-height: calc(140 / var(--break) * 100vw );
}
.btn_common02 a:before{
	content: "";
	background: url("images/page/arw02.svg")no-repeat center / contain;
	width: calc( 30 / var(--break) * 100vw );
	height: calc( 30 / var(--break) * 100vw );
	position: absolute;
	right: calc(10 / var(--break) * 100vw );
	bottom: calc(10 / var(--break) * 100vw );
}
.btn_common02 .col_txt{
	max-width: 360px;
	width: 63.2%!important;
}
.btn_common02 .col_img{
	max-width: 180px;
	width: 31.6%!important;
}
.btn_common02 .col_img{
	max-width: 180px;
	width: 31.6%;
}
.btn_instagram01{
	width: calc(600 / var(--break) * 100vw );
}
.btn_instagram01 a{
	height: calc(140 / var(--break) * 100vw );
	border: calc(2 / var(--break) * 100vw ) solid #372b21;
}
.btn_instagram01 .icn{
	width: calc(40 / var(--break) * 100vw );
}
.btn_instagram01 .arw,.btn_instagram01 .arw img{
	width: calc(30 / var(--break) * 100vw );
}
.ttl_common01{
	max-width: calc(900 / var(--break) * 100vw );
}
.ttl_common01:before,.ttl_common01:after{
	content: "";
	background: url("images/page/deco_common09.png")no-repeat center / contain;
	width: calc( 112 / var(--break) * 100vw );
	height: calc( 60 / var(--break) * 100vw );
	position: absolute;
	left: calc(-50 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
	z-index: -1;
}
.ttl_common01:after{
	background: url("images/page/deco_common10.png")no-repeat center / contain;
	left: auto!important;
	right: calc(-50 / var(--break) * 100vw );
}
.ttl_common02:before,.ttl_common02:after{
	content: "";
	background: url("images/clinic/deco_clinic05.png")no-repeat center / contain;
	width: calc( 30 / var(--break) * 100vw );
	height: calc( 40 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(30 / var(--break) * 100vw );
}
.ttl_common02:after{
	margin-right: 0!important;
	margin-left: calc(30 / var(--break) * 100vw );
}
.wrap_common01 .col_img{
	max-width: 290px;
	width: 20.8%;
}
.wrap_common01 .col_txt{
	width: 75%;
}
.tbl_common01 table{
	border-radius: calc(20 / var(--break) * 100vw );
	border-collapse:separate;
	border-spacing: 0;
	border:none;
	border-left: 1px solid #372b21;
	border-top: 1px solid #372b21;
}
.tbl_common01 th{
	background: #edce24;
	font-weight: 400;
	color: #372b21;
	padding: calc(25 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_common01 th,.tbl_common01 td,.tbl_case .tbl_caption{
	text-shadow: none;
}
.tbl_common01 td{
	padding: calc(25 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_common01 tr th,.tbl_common01 tr td{
	border:none;
	border-bottom: 1px solid #372b21!important;
}
.tbl_common01 tr td:last-child{
	border-right: 1px solid #372b21!important;
}
.tbl_common01 tbody tr:first-child th:first-child{
	border-radius: calc(20 / var(--break) * 100vw) 0 0 0;
}
.tbl_common01 tbody tr:first-child td:last-child{
	border-radius: 0 calc(20 / var(--break) * 100vw)  0 0;
}
.tbl_common01 tbody tr:last-child th:first-child{
	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_common01 td{
	background: #fff;
}
.row_common01 .col_txt .copy,.row_common02 .col_txt .copy,.copy_common01,.row_clinic03 .copy__feature01,.ttl_common02,.hdg5,
.txt_pay01{
	text-shadow: calc(2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) 0 #fff, calc(-2 / var(--break) * 100vw) calc(-2 / var(--break) * 100vw) 0 #fff, calc(-2 / var(--break) * 100vw) calc(2 / var(--break) * 100vw) 0 #fff, calc(2 / var(--break) * 100vw) calc(-2 / var(--break) * 100vw) 0 #fff, calc(2 / var(--break) * 100vw) 0 0 #fff, calc(-2 / var(--break) * 100vw) 0 0 #fff, 0 calc(2 / var(--break) * 100vw) 0 #fff, 0 calc(-2 / var(--break) * 100vw) 0 #fff!important;
}
.no_shadow{
	text-shadow: none!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common01 .col_txt .copy{
		font-size: 2rem;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_common01 .deco01 {
		width: calc(165 / var(--break) * 100vw);
		left: calc(-80 / var(--break) * 100vw);
	}
	.bg_common01 .deco02 {
		width: calc(190 / var(--break) * 100vw);
		right: calc(-100 / var(--break) * 100vw);
	}
	.row_common03 .col .ttl{
		font-size: 1.5rem;
	}
	.btn_common02 a{
		align-items: center;
	}
	.btn_common02 .col_txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 0;
		padding-bottom: calc(8 / var(--break) * 100vw );
	}
}
@media(max-width: 767px) {
	.row_common01 .col_img{
		margin-bottom: 8vw;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin: 0 auto 8vw;
	}
	.row_common02 .col_txt .en{
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: translateX(-3vw);
		transform: translateX(-3vw);
	}
	.row_common03,.row_common03.col_2{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03.no_txt{
		width: 100%;
		gap:calc(40 / var(--break) * 100vw ) 3%;
	}
	.row_common03 .col,.row_common03.col_2 .col{
		width: 100%;
	}
	.row_common03.no_txt .col{
		width: 48.5%;
	}
	.row_common03 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common03.no_txt .col .ttl{
		font-size: 1rem;
	}
	.row_common03 .col p{
		padding: 3vw 5% 5vw;
	}
	.row_common03 .list_default li {
		padding-left: 7.5vw;
	}
	.row_common03 .col .list_default li:before {
		width: calc(34 / var(--break) * 100vw)!important;
		height: calc(34 / var(--break) * 100vw)!important;
		top: 0.3em!important;
	}
	.bg_common01{
		padding-top: 6vw;
	}
	/*.bg_common01:before {
		height: calc(117 / var(--break) * 100vw);
	}*/
	.bg_common01 .box{
		padding: 6vw 5% 8vw;
	}
	.bg_common01 .wrap{
		width: calc(642 / var(--break) * 100vw );
	}
	.bg_common01 .ttl{
		position: relative;
		z-index: 2;
	}
	.bg_common01 .ttl .en{
		margin-bottom: 1vw;
	}
	.bg_common01 .ttl .ja{
		font-size: calc(34 / var(--break) * 100vw );
		letter-spacing: 0;
	}
	.bg_common01 .deco01 {
		top: -2vw;
		left: -4vw;
	}
	.bg_common01 .deco02 {
		bottom: -12vw;
		right: -4vw;
	}
	.list_common01 li{
		width: 100%;
		padding-left: 8.5vw;
	}
	.list_common01 li:nth-child(n+2) {
		margin-top: 2vw;
	}
	.list_common01 li:before {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		left: 1vw;
		top: .25em;
	}
	.copy_common01{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.btn_common02{
		max-width: calc(600 / var(--break) * 100vw );
		width: 100%;
	}
	.btn_common02 a {
		max-height: calc(138 / var(--break) * 100vw);
	}
	.btn_common02 .col_txt .ja{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.btn_common02 .col_txt .en{
		font-size: 0.625rem;
		letter-spacing: 0.05em;
	}
	.ttl_common01{
		max-width: calc(646 / var(--break) * 100vw );
		font-size: calc(36 / var(--break) * 100vw );
		letter-spacing: 0;
		border-radius: calc(80 / var(--break) * 100vw);
	}
	.ttl_common01:before, .ttl_common01:after {
		width: calc(90 / var(--break) * 100vw);
		height: calc(48 / var(--break) * 100vw);
		left: calc(-27 / var(--break) * 100vw);
	}
	.ttl_common01:after {
		right: calc(-27 / var(--break) * 100vw);
	}
	.ttl_common02{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.btn_instagram01 {
		width: calc(550 / var(--break) * 100vw);
	}
	.btn_instagram01 .txt{
		font-size: 1.375rem;
	}
	.btn_instagram01 .arw, .btn_instagram01 .arw img {
		width: calc(35 / var(--break) * 100vw);
		line-height: 1;
	}
	.wrap_common01 .row_default_1240px{
		padding: 0;
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_common01 .col_img{
		max-width: calc(580 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
}

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

/* クリニック紹介 CLINIC
------------------------------------------------------------------*/
.row_clinic01 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_clinic01 .col_img:before{
	content: "";
	background: url("images/page/ptn12.png")repeat left top / calc(180 / var(--break) * 100vw ) auto;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-20 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(40 / var(--break) * 100vw );
}
.row_clinic01 .col_txt{
	width: 58.9%;
}
.dr_name01{
	background: url("images/clinic/deco_clinic01.png")no-repeat right calc(20 / var(--break) * 100vw ) center / calc(110 / var(--break) * 100vw ) auto, url("images/page/ptn02.jpg")repeat left top / calc(284 / var(--break) * 100vw ) auto;
}
.box_prof{
	text-shadow: none!important;
}
.box_prof01 .year{
	font-weight: lighter;
	width: calc(100 / var(--break) * 100vw );
}
.box_prof01 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.box_prof02 .list_default li:before {
	background: #f49e1a;
}
.bdr_clinic01.bdr_common02 {
	padding-bottom: calc(70 / var(--break) * 100vw);
}
.row_clinic02 {
	gap:calc(50 / var(--break) * 100vw ) 4.4%;
}
.row_clinic02 .col{
	max-width: 455px;
	width: 30.4%;
}
.row_clinic02 .col .ttl{
	border-radius: calc(40 / var(--break) * 100vw ) calc(40 / var(--break) * 100vw ) 0 0;
}
.row_clinic02 .col .deco{
	width: calc(163 / var(--break) * 100vw );
	left: 0;
	right: 0;
	margin: auto;
	top: calc(-74 / var(--break) * 100vw );
}
.row_clinic02 .btn_common01 {
	max-width: calc(340 / var(--break) * 100vw);
	width:100%;
}
.row_clinic02 .col:not(:first-child):before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: calc(23 / var(--break) * 100vw ) solid transparent;
	border-bottom: calc(23 / var(--break) * 100vw ) solid transparent;
	border-left: calc(15 / var(--break) * 100vw ) solid #372b21;
	border-right: 0;
	position: absolute;
	left: calc(-42 / var(--break) * 100vw );
	top: 0;
	bottom: 0;
	margin: auto;
}
.row_clinic03 > .col_img{
	max-width: 960px;
	width: 50.4%;
}
.row_clinic03 > .col_txt{
	width: 49.6%;
}
.row_clinic03 > .col_txt .wrap{
	max-width: calc(750 / var(--break) * 100vw );
	width: 90%;
}
/*.row_clinic03:before{
	content: "";
	background: url("images/clinic/deco_clinic07.png")no-repeat center / contain;
	width: calc( 720 / var(--break) * 100vw );
	height: calc( 600 / var(--break) * 100vw );
	position: absolute;
	right: 0;
	top: calc(200 / var(--break) * 100vw );
	z-index: -1;
}*/
.row_clinic03:after{
	content: "";
	background: url("images/clinic/deco_clinic04.png")no-repeat center / contain;
	width: calc( 340 / var(--break) * 100vw );
	height: calc( 340 / var(--break) * 100vw );
	position: absolute;
	right:calc(20 / var(--break) * 100vw );
	top: 0;
	z-index: -1;
}
.row_clinic03.num03:after{
	background: url("images/clinic/deco_clinic09.png")no-repeat center / contain;
}
/*.row_clinic03.r_reverse:before{
	background: url("images/clinic/deco_clinic08.png")no-repeat center / contain;
	right: auto!important;
	left: 0;
}*/
.row_clinic03.r_reverse:after{
	background: url("images/clinic/deco_clinic06.png")no-repeat center / contain;
	width: calc( 320 / var(--break) * 100vw );
	height: calc( 400 / var(--break) * 100vw );
	right: auto!important;
	left: calc(20 / var(--break) * 100vw );
}
.wrap_clinic01{
	gap:calc(48 / var(--break) * 100vw );
}
.wrap_clinic01 .col{
	width: calc(296 / var(--break) * 100vw );
	height: calc(296 / var(--break) * 100vw );
	background: url("images/index/deco_main06.svg")no-repeat center / calc(296 / var(--break) * 100vw );
}
.wrap_clinic01 .col:nth-child(2n){
	background-image: url("images/index/deco_main08.svg");
}
.wrap_clinic01 .col .icn{
	width: calc(70 / var(--break) * 100vw );
}
/*.bg_clinic01:before{
	content: "";
	background: url("images/clinic/deco_clinic10.png")no-repeat center top / cover;
	width: 100%;
	height: calc( 48 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}*/
.bg_clinic01 iframe{
	height: calc(500 / var(--break) * 100vw );
}
.row_clinic04{
	gap:calc(60 / var(--break) * 100vw ) 1.33%;
}
.row_clinic04 .col{
	max-width: 360px;
	width: 24%;
}
.row_clinic04 .col .ttl{
	background: #db5558;
}
.row_clinic04 .col:nth-child(2n) .ttl{
	background: #0072b3;
}
.img_clinic01{
	width: calc(750 / var(--break) * 100vw );
}
.img_clinic01:before{
	content: "";
	background: url("images/page/ptn12.png")repeat left top / calc(180 / var(--break) * 100vw ) auto;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-20 / var(--break) * 100vw );
	bottom: calc(-20 / var(--break) * 100vw );
	border-radius: calc(40 / var(--break) * 100vw );
	z-index: -1;
}
.row_clinic05 {
	max-width: calc(1000 / var(--break) * 100vw );
}
.row_clinic05 .col_r{
	width: 53%;
}
.row_clinic05 .tel_common01{
	width: calc(350 / var(--break) * 100vw );
}
.wrap_clinic02 .icn{
	width: calc(24/ var(--break) * 100vw );
}
.wrap_clinic03 .map{
	padding-top: calc(460 / var(--break) * 100vw );
}
.box_clinic01 .icn{
	width: calc(60 / var(--break) * 100vw );
}
.box_clinic01 .list01 li:before{
	background: #3eb4c5;
}
.box_clinic01 .list02 li:before{
	background: #89b132;
}
.box_clinic01 .bdr_common02 {
	padding-bottom: calc(50 / var(--break) * 100vw);
}
.box_clinic01 .bdr_common02:before {
	background: url(images/page/dot02.png) repeat left top / auto calc(7 / var(--break) * 100vw);
	height: calc(7 / var(--break) * 100vw);
}
/*　スライダー　*/
.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 img {
	border-radius: calc(10 / var(--break) * 100vw );
}
.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;
}
.clinic .tbl_time .tbl_caption{
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.dr_name01 .txt{
		font-size: 1.25rem;
	}
	.dr_name01 .ja{
		font-size: 2.25rem;
	}
	.dr_name01 .en{
		font-size:1.125rem;
	}
	.row_clinic02 .col .box{
		padding: calc(30 / var(--break) * 100vw ) calc(25 / var(--break) * 100vw ) 0;
	}
	.row_clinic02 .col:not(:first-child):before {
		left: calc(-30 / var(--break) * 100vw);
	}
	.row_clinic03:after {
		width: calc(280 / var(--break) * 100vw);
		height: calc(280 / var(--break) * 100vw);
	}
	.row_clinic03.r_reverse:after {
		width: calc(270 / var(--break) * 100vw);
		height: calc(340 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col {
		width: calc(220 / var(--break) * 100vw);
		height: calc(220 / var(--break) * 100vw);
		background: url(images/index/deco_main06.svg) no-repeat center / calc(220 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col .txt{
		font-size: 1.375rem;
		margin-bottom: calc(10 / var(--break) * 100vw );
	}
	.wrap_clinic01 .col .icn{
		width: calc(55 / var(--break) * 100vw );
	}
	.row_clinic03 .btn_common02 {
		width: calc(520 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col_img{
		width: calc(500 / var(--break) * 100vw )!important;
		margin: 0 auto 8vw;
	}
	.dr_name01{
		padding: 1vw 1vw 2.5vw;
		border-radius: calc(60 / var(--break) * 100vw );
	}
	.dr_name01 .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.dr_name01 .ja{
		font-size: 1.5rem;
		letter-spacing: 0;
		margin-right: 0;
	}
	.dr_name01 .en{
		font-size: 0.875rem;
		width: 100%;
	}
	.box_prof.box_1240px{
		padding-top: 6vw;
	}
	.box_prof .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(40 / var(--break) * 100vw );
	}
	.box_prof01 .year {
		width: 25%;
	}
	.box_prof01 .txt {
		width: 75%;
	}
	.row_clinic02 {
		gap: 21vw 0;
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic02 .col{
		width: 100%;
	}
	.row_clinic02 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic02 .col .deco {
		top: calc(-82 / var(--break) * 100vw);
	}
	.row_clinic02 .btn_common01{
		max-width: 100%;
	}
	.row_clinic02 .col:not(:first-child):before{
		border-top: calc(34 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(34 / var(--break) * 100vw) solid transparent;
		border-left: calc(24 / var(--break) * 100vw) solid #372b21;
		left: 0;
		right: 0;
		bottom: auto;
		top: -20vw;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.row_clinic03 >.col_img{
		width: calc(702 / var(--break) * 100vw );
		margin: 0 auto 6vw;
	}
	.row_clinic03 >.col_txt{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic03 > .col_txt .wrap{
		width: 100%;
	}
	.row_clinic03 .copy__feature01 {
		font-size: 1.25rem;
	}
	.row_clinic03:after{
		top: 56vw;
	}
	/*.row_clinic03:before {
		background: url("images/index/deco__feature06_sp.png") no-repeat center / contain;
		width: calc(750 / var(--break) * 100vw );
		height: calc(800 / var(--break) * 100vw );
		top:auto;
		bottom: -49vw;
	}*/
	/*.row_clinic03.r_reverse:before {
		background: url("images/index/deco__feature06_left_sp.png") no-repeat center / contain;
		bottom: -23vw;
	}*/
	.row_clinic03.num03:before{
		bottom: -15vw;
	}
	.wrap_clinic01 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*.bg_clinic01:before {
		height: calc(20 / var(--break) * 100vw);
	}*/
	.bg_clinic01 iframe {
		height: calc(450 / var(--break) * 100vw);
	}
	.row_clinic04  {
		gap:calc(40 / var(--break) * 100vw ) 3%;
	}
	.row_clinic04 .col {
		width: 48.5%;
	}
	.row_clinic04 .col .ttl {
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.img_clinic01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_clinic05 .col_l,.row_clinic05 .col_r{
		width: 100%;
	}
	.row_clinic05 .col_l{
		margin-bottom: 6vw;
	}
	.wrap_clinic02 .icn {
		width: calc(34 / var(--break) * 100vw);
		margin-right: 2vw;
		margin-bottom: 0.5vw;
	}
	.wrap_clinic02 p{
		letter-spacing: 0;
	}
	.row_clinic05 .tel_common01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.box_clinic01 .bg {
		padding: 4vw 5% 6vw;
	}
	.box_clinic01 .icn {
		width: calc(66 / var(--break) * 100vw);
	}
	.box_clinic01 .wrap p {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.slide_clinic01 .slide_thumbnail li img{
		height: auto;
	}
}


/* はじめてのかたへ FIRST
------------------------------------------------------------------*/
.row_first01{
	gap:calc(30 / var(--break) * 100vw ) 2.45%;
}
.row_first01 .col{
	width: 31.7%;
}
.row_first01 .col .num{
	background: url("images/first/deco_first01.svg")no-repeat center bottom / contain;
	width: calc(100 / var(--break) * 100vw );
	height: calc(50 / var(--break) * 100vw );
	bottom: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
}
.row_first01 .col:nth-child(3n) .num{
	background: url("images/first/deco_first03.svg")no-repeat center bottom / contain;
}
.row_first01 .col:nth-child(3n+1) .num{
	background: url("images/first/deco_first01.svg")no-repeat center bottom / contain;
}
.row_first01 .col:nth-child(3n+2) .num{
	background: url("images/first/deco_first02.svg")no-repeat center bottom / contain;
}
.row_first01 .col .ttl{
	border-radius: calc(40 / var(--break) * 100vw ) calc(40 / var(--break) * 100vw ) 0 0 ;
}
.row_first02{
	gap:calc(30 / var(--break) * 100vw ) 2.1%;
}
.row_first02 .col {
	max-width: 350px;
	width: 23.4%;
}
.bg_first01{
	background: #f1ecdf url("images/page/ptn13.png")repeat left top / calc(56 / var(--break) * 100vw ) auto;
}
.row_first03{
	gap: calc(20 / var(--break) * 100vw ) 1.33%;
}
.row_first03 .col{
	width: 24%;
	min-height: calc(470 / var(--break) * 100vw );
}
.row_first03 .col .num{
	width:66.7%;
}
.row_first03 .col .img{
	max-width: 327px;
	width:91%;
	margin-top: calc(-20 / var(--break) * 100vw );
}
.row_first03 .col .list_default li:before{
	background: #edce24;
}
.row_first03 .col:nth-child(2) .list_default li:before{
	background: #f49e1a;
}
.row_first03 .col:nth-child(3) .list_default li:before{
	background: #e62977;
}
.row_first03 .col:nth-child(4) .list_default li:before{
	background: #e95b9c;
}
.row_first03 .col:nth-child(5) .list_default li:before{
	background: #33ad37;
}
.row_first03 .col:nth-child(6) .list_default li:before{
	background: #00a65d;
}
.row_first03 .col:nth-child(7) .list_default li:before{
	background: #00a0a1;
}
.row_first03 .col:nth-child(8) .list_default li:before{
	background: #2782c5;
}
.row_first03 .col:nth-child(9) .list_default li:before{
	background: #5c66ae;
}
.row_first03 .col:nth-child(10) .list_default li:before{
	background: #794899;
}
.row_first03 .col:nth-child(11) .list_default li:before{
	background: #c63d97;
}
.row_first03 .col:nth-child(12) .list_default li:before{
	background: #e83837;
}
@media(min-width: 768px) and (max-width:1599px) {
	
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_first01 .col .ttl{
		font-size: 1.5rem;
	}
	.row_first03 .col ul{
		padding-right: calc(20 / var(--break) * 100vw );
		padding-left: calc(20 / var(--break) * 100vw );
	}
}
@media(max-width: 767px) {
	.row_first01{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		padding-top: calc(65 / var(--break) * 100vw );
		gap: calc(100 / var(--break) * 100vw) 0;
	}
	.row_first01 .col{
		width: 100%;
	}
	.row_first01 .col .num {
		width: calc(130 / var(--break) * 100vw);
		height: calc(65 / var(--break) * 100vw);
		font-size: 1.5rem;
		padding-top: 4vw;
	}
	.row_first01 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-top: 4vw;
	}
	.row_first01 .col p{
		padding: 3vw 5% 6vw;
	}
	.box_common01 > .wrap{
		padding: 7vw 5% 6vw;
	}
	.box_common01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common01 .btn_common01{
		max-width: calc(600 / var(--break) * 100vw );
		width: 100%;
	}
	.row_first02{
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_first02 .col {
		width: 48.5%;
	}
	.row_first03{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		gap:6vw 0;
	}
	.row_first03 .col{
		width: 100%;
		padding-bottom: 7vw;
		min-height: auto;
	}
	.row_first03 .col .num {
		width: 45%;
	}
	.row_first03 .col .img {
		width: 69%;
	}
	.row_first03 .col ul{
		padding: 0 5.5%;
	}
}


/* 口腔機能発達不全症 ORAL FUNCTION
------------------------------------------------------------------*/
.box_oral_function01 .wrap{
	max-width: calc(1240 / var(--break) * 100vw );
	gap:calc(20 / var(--break) * 100vw ) 1.46%;
}
.box_oral_function01 .wrap .col{
	width: 23.9%;
	aspect-ratio:1/1;
	background: url("images/index/deco_main08.svg")no-repeat center / 100%;
}
.box_oral_function01 .wrap .col:nth-child(2n){
	background: url("images/index/deco_main07.svg")no-repeat center / 100%;
}
.box_oral_function01 .deco{
	width: calc(176 / var(--break) * 100vw );
	z-index: -1;
}
.box_oral_function01 .deco01{
	left: calc(-40 / var(--break) * 100vw );
	bottom: calc(30 / var(--break) * 100vw );
}
.box_oral_function01 .deco02{
	right: calc(-40 / var(--break) * 100vw );
	top: calc(20 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_oral_function01 .deco {
		width: calc(145 / var(--break) * 100vw);
	}
	.box_oral_function01 .wrap {
		max-width: calc(930 / var(--break) * 100vw);
	}
	.box_oral_function01 .wrap .col {
		font-size: 1.25rem;
		letter-spacing: 0.05em;
	}
}
@media(max-width: 767px) {
	.box_oral_function01{
		padding: 13vw 5%;
	}
	.box_oral_function01 .wrap .col {
		width: 48.5%;
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.box_oral_function01 .deco01 {
		left: 2vw;
		bottom: -5vw;
	}
	.box_oral_function01 .deco02 {
		right: -1vw;
		top: -4vw;
	}
}


/* 年齢別のお口のケア AGE
------------------------------------------------------------------*/
.wrap_age01{
	gap:calc(40 / var(--break) * 100vw ) 3%;
}
.wrap_age01 .btn_common01{
	width: 22.7%;
}
.wrap_age01 .btn_common01 .wrap:before{
	background: url("images/page/arw05.svg")no-repeat center / contain;
}
.row_age01.row_common02 .col_img:before{
	background: url(images/page/ptn11.jpg) repeat left top / calc(284 / var(--break) * 100vw) auto;
}
.row_age01 .col_img .deco{
	width: calc(140 / var(--break) * 100vw );
	left: calc(-50 / var(--break) * 100vw );
	top:0;
}
@media(min-width: 768px){
	.wrap_age01 .btn_common01 a:hover .wrap:before {
		right: calc(18 / 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_age01 .btn_common01{
		width: calc(600 / var(--break) * 100vw );
	}
}

/* 小児矯正 PEDIATRIC ORTHO
------------------------------------------------------------------*/
.row_pediatric_orth01{
	gap:calc(30 / var(--break) * 100vw ) 2%;
}
.row_pediatric_orth01 .col{
	width: 32%;
}
.row_pediatric_orth01 .col p,.wrap_pediatric_ortho01 .web_common01 .txt,.wrap_pediatric_ortho01 .tel_common01 .txt{
	text-shadow: none;
}
.wrap_pediatric_ortho01 .web_common01,.wrap_pediatric_ortho01 .tel_common01{
	width: calc(300 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric_orth01{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
		gap: calc(50 / var(--break) * 100vw) 0;
	}
	.row_pediatric_orth01 .col{
		width: 100%;
		padding: 6vw 5.5% 6vw;
	}
	.row_pediatric_orth01 .col .ttl01{
		font-size: 1rem;
		letter-spacing: 0;
		border-radius: calc(40 / var(--break) * 100vw );
		margin-bottom: 2vw;
	}
	.row_pediatric_orth01 .col .ttl02{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.wrap_pediatric_ortho01 {
		gap: 3vw 0;
	}
	.wrap_pediatric_ortho01 .web_common01, .wrap_pediatric_ortho01 .tel_common01 {
		width: calc(500 / var(--break) * 100vw);
		margin: 0;
	}
}

/* お支払方法
------------------------------------------------------------------*/
/*.bg_pay:before{
	content: "";
	background: url("images/page/deco_pay01.png")no-repeat center top/ cover;
	width: 100%;
	height: calc( 48 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
}*/
.row_pay .col{
	width:19%; 
	margin-right: 1.25%;
}
.row_pay .icn {
	width: calc(120 / var(--break) * 100vw);
}
.row_pay .col .bdr_common01:before {
	background-image: url("images/page/ptn03.jpg");
}
.row_pay .col:nth-child(2) .bdr_common01:before {
	background-image: url("images/page/ptn05.jpg");
}
.row_pay .col:nth-child(3) .bdr_common01:before {
	background-image: url("images/page/ptn06.jpg");
}
.row_pay .col:nth-child(4) .bdr_common01:before {
	background-image: url("images/page/ptn04.jpg");
}
.row_pay .col:nth-child(5) .bdr_common01:before {
	background-image: url("images/page/ptn09.jpg");
}
.bg_pay .deco{
	width: calc(774 / var(--break) * 100vw );
	bottom: calc(-60 / var(--break) * 100vw );
	left: 0;
	right: 0;
	margin: auto;
}
.box_pay01 {
	outline : calc( 10 / var(--break) * 100vw ) solid #ffffff;
	outline-offset : calc( -20 / var(--break) * 100vw );
}
.box_pay01 .ttl{
	max-width: calc(700 / var(--break) * 100vw );
	left: 0;
	right: 0;
	margin: auto;
}
.box_pay01 p{
	text-shadow: none;
}
.box_pay01 .wrap01{
	max-width: calc(1000 / var(--break) * 100vw );
}
.box_pay01 .wrap02:before{
	content: "";
	background: #ffffff;
	width:100%;
	height: calc( 40 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: calc(-5 / var(--break) * 100vw );
	z-index: -1;
}
.box_pay01 .ccl{
	width: calc(90 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.box_pay01 .deco{
	width: calc(230 / var(--break) * 100vw );
	top:calc(30 / var(--break) * 100vw );
}
.box_pay01 .deco01{
	left: calc(60 / var(--break) * 100vw );
}
.box_pay01 .deco02{
	right: calc(60 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pay .col{
		padding-right: calc(15 / var(--break) * 100vw );
		padding-left: calc(15 / var(--break) * 100vw );
	}
	.row_pay .col .copy{
		font-size: 1.25rem;
	}
	.box_pay01 .deco {
		width: calc(190 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	/*.bg_pay:before {
		height: calc(20 / var(--break) * 100vw);
	}*/
	.txt_pay01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_pay .col {
		width: 48%;
		margin-right: 4%;
	}
	.row_pay .col:nth-child(-n+4) {
		margin-bottom: 5vw;
	}
	.row_pay .icn {
		width: calc(140 / var(--break) * 100vw);
	}
	.bg_pay .deco {
		width: calc(690 / var(--break) * 100vw);
		bottom: calc(-35 / var(--break) * 100vw);
	}
	.box_pay01{
		padding-top: 9vw;
		padding-bottom: 8vw;
	}
	.box_pay01 .ttl {
		max-width: calc(600 / var(--break) * 100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(40 / var(--break) * 100vw );
	}
	.box_pay01 .txt01{
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.box_pay01 .wrap02{
		padding-left: 0;
	}
	.box_pay01 .wrap02:before {
		height: calc(30 / var(--break) * 100vw);
		bottom: calc(0 / var(--break) * 100vw);
	}
	.box_pay01 .ccl{
		width: calc(80 / var(--break) * 100vw);
		font-size: 0.875rem;
		margin-right: 2vw;
	}
	.box_pay01 .num{
		font-size: 3.125rem;
		margin-right: 1vw;
	}
	.box_pay01 .txt02{
		font-size: 1rem;
		margin-right: 0;
	}
	.box_pay01 .txt02 em{ 
		font-size: 1.75rem;
		margin-right: 0;
	}
	.box_pay01 .deco {
		width: calc(155 / var(--break) * 100vw);
		top: calc(50 / var(--break) * 100vw);
	}
	.box_pay01 .deco01 {
		left: calc(30 / var(--break) * 100vw);
	}
	.box_pay01 .deco02 {
		right: calc(30 / var(--break) * 100vw);
	}
}

/* qa
------------------------------------------------------------------*/
.box_qa03{
	border:0;
	border-radius: calc(40 / var(--break) * 100vw );
	margin-bottom: calc(60 / var(--break) * 100vw );
}
.box_qa03 .box_q{
	align-items: center!important;
}
.box_qa03 .box_q .box{
	background: url("images/page/icn_qa01.png")no-repeat center / contain;
}
.box_qa03 .box_a{
	margin-top: calc(-10 / var(--break) * 100vw );
}
.box_qa03 .box_q .txt .icn {
	right: 0;
	width: calc(26 / var(--break) * 100vw);
	height: calc(26 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt .icn:before,.box_qa03 .box_q .txt .icn:after{
	background: #372b21;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_qa03 .box_q {
		padding: 5vw 4vw 5vw;
	}
	.box_qa03 .box_q .box{
		margin-bottom: 1vw;
	}
	.box_qa03 .box_q .box span{
		padding-bottom: 0;
	}
	.box_qa03 .box_q .txt{
		padding: 0vw 5vw 0vw 3vw;
	}
	.box_qa03 .box_a {
		padding: 0 5% 5vw;
	}
}

/* flwo　流れ
------------------------------------------------------------------*/
.box_flow,.box_flow .ttl .txt{
	background: url("images/page/ptn03.jpg")repeat left top /calc(284 / var(--break) * 100vw ) auto;
}
.box_flow:nth-child(2),.box_flow:nth-child(2) .ttl .txt{
	background-image: url("images/page/ptn05.jpg");
}
.box_flow:nth-child(3),.box_flow:nth-child(3) .ttl .txt{
	background-image: url("images/page/ptn04.jpg");
}
.box_flow:nth-child(4),.box_flow:nth-child(4) .ttl .txt{
	background-image: url("images/page/ptn06.jpg");
}
.box_flow:nth-child(5),.box_flow:nth-child(5) .ttl .txt{
	background-image: url("images/page/ptn09.jpg");
}
.box_flow .ttl .num{
	width: calc(100 / var(--break) * 100vw );
	height: calc(100 / var(--break) * 100vw );
	background: url("images/page/deco_common08.svg")no-repeat left calc(10 / var(--break) * 100vw ) top calc(10 / var(--break) * 100vw ) / calc(27 / var(--break) * 100vw ) ,url("images/page/deco_common08.svg")no-repeat right calc(10 / var(--break) * 100vw ) bottom calc(10 / var(--break) * 100vw ) / calc(27 / var(--break) * 100vw ) ,url("images/page/ptn02.jpg")repeat left top /calc(284 / var(--break) * 100vw ) auto;
	top:calc(-40 / var(--break) * 100vw );
	left: calc(-70 / var(--break) * 100vw );
}
.box_flow .ttl{
	padding-left: calc(60 / var(--break) * 100vw );
	width: 100%;
}
.box_flow .row{
	border-radius: 0 0 calc(20 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
}
.arw_flow:before{
	content: none;
}
.arw_flow:after{
	content: "";
	background: url("images/page/dot01.svg")no-repeat center / contain;
	width: calc( 10 / var(--break) * 100vw );
	height: calc( 50 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(-60 / var(--break) * 100vw );
}
.box_flow.arw_flow{
	margin-bottom: calc(70 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow .ttl {
		padding-left: 12vw;
	}
	.box_flow .ttl .txt{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_flow .ttl .num {
		font-size: 1.375rem;
		width: calc(110 / var(--break) * 100vw);
		height: calc(110 / var(--break) * 100vw);
		top: -7vw;
		left: -5vw;
	}
}

/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	width: calc(1240 / var(--break) * 100vw );
}
.slide_case01{
	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);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #372b21;
	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: -9%;
}
.slide_case01 .slick-next {
    right: -9%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	bottom: calc(-100 / 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: #f1ecdf;
	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: #372b21;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case th ,.tbl_case td{
	padding: calc(15 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.bg_case01{
		width: calc(702 / var(--break) * 100vw );
	}
	.slide_case01{
		width: calc(646 / var(--break) * 100vw );
	}
	.slide_case01 .ttl{
		font-size: 1.75rem;
	}
	.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 #372b21;
		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: 61vw;
	}
	.slide_case01 .slick-prev {
		left: 0;
	}
	.slide_case01 .slick-next {
		right:0;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case{
		width: calc(646 / var(--break) * 100vw );
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
	.tbl_recruit.tbl_common01 tr th{
		border-right: 1px solid #372b21 ;
		border-bottom: 0!important;
	}
	.tbl_recruit.tbl_common01 tbody tr:first-child th:first-child {
		border-radius: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw ) 0 0;
	}
	.tbl_recruit.tbl_common01 tbody tr:first-child td:last-child {
		border-radius: 0;
	}
	.tbl_recruit.tbl_common01 tbody tr:last-child th:first-child {
		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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk01 .box .txt ,.box_invisalign .box .txt{
	text-shadow: none;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #333333 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_invisalign {
		padding: 6vw 4vw 7vw 5vw;
	}
	.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;
		padding-left: 0;
	}
	.box_risk01 .txt , .box_invisalign .txt{
		letter-spacing: 0;
	}
	.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
		width: 2px !important;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


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

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	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 #333;
}
.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 #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	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: #959595;
	background: #959595;
	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 );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

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


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