@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.thanks .content_low.bg_col09{
	background: #fff!important;;
}
.main_page {
	background: url("images/page/bg_ttl_page.png")no-repeat center bottom / auto calc(330 /var(--break)*100vw);
	height: calc((330 / var(--break) * 100vw) + ((90/1920*100vw) + (80 /var(--break)*100vw)));
	padding-top: calc((136/1920*100vw) + (80 /var(--break)*100vw));
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(16 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center bottom / auto calc(350 /var(--break)*100vw);
		height: calc(496 /var(--break)*100vw);
		padding-top: calc(217 /var(--break)*100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
}


/* box_check01
------------------------------------------------------------------*/
.box_check01 .ttl_box{
	border-top-left-radius: calc(20 /var(--break)*100vw);
	border-top-right-radius: calc(20 /var(--break)*100vw);
	padding: calc(27 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
}
.box_check01 .ttl_box p{
	line-height: 1em;
	margin-bottom: calc(3 /var(--break)*100vw);
}
.box_check01 .ttl_box .ttl{
}
.box_check01 .ttl_box .ttl::before,
.box_check01 .ttl_box .ttl::after {
    content: "";
    height: 2px;
    background-color: #fff;
}
.box_check01 .ttl_box .ttl::before {
    width: calc((100% - (400 /var(--break)*100vw))/2);
	margin-right: auto;
}
.box_check01 .ttl_box .ttl::after {
    width: calc((100% - (400 /var(--break)*100vw))/2);
	margin-left: auto;
}
.box_check01 .ttl_box .ttl.risk::before {
    width: calc((100% - (300 /var(--break)*100vw))/2);
	margin-right: auto;
}
.box_check01 .ttl_box .ttl.risk::after {
    width: calc((100% - (300 /var(--break)*100vw))/2);
	margin-left: auto;
}
.box_check01 .box{
	padding: calc(24 / var(--break) * 100vw ) calc(48 / var(--break) * 100vw ) calc(34 / var(--break) * 100vw );
	border-bottom: solid 2px #0a0a0a;
	border-left: solid 2px #0a0a0a;
	border-right: solid 2px #0a0a0a;
	border-bottom-left-radius: calc(20 /var(--break)*100vw);
	border-bottom-right-radius: calc(20 /var(--break)*100vw);
}
.box_check01 .box li{
	line-height: 1.6em;
	position: relative;
	padding-left: calc(30 /var(--break)*100vw);
	width: calc(425/900*100%);
	padding-bottom: calc(11 /var(--break)*100vw);
	margin-bottom: 0;
}

.box_check01 .box li:last-child,
.box_check01 .box li:nth-last-child(2){
	margin-bottom: 0;
}
.box_check01 .box li::before{
	content: "";
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(6  /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_check01 .ttl_box{
		padding: calc(35 / var(--break) * 100vw ) calc(28 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
	}
	.box_check01 .ttl_box p{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: 1em;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.box_check01 .ttl_box .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.box_check01 .ttl_box .ttl::before,
	.box_check01 .ttl_box .ttl::after {
		content: "";
		height: 2px;
		background-color: #fff;
	}
	.box_check01 .ttl_box .ttl::before {
		width: calc((100% - (400 /var(--break)*100vw))/2);
		margin-right: auto;
	}
	.box_check01 .ttl_box .ttl::after {
		width: calc((100% - (400 /var(--break)*100vw))/2);
		margin-left: auto;
	}
	.box_check01 .box{
		padding: calc(24 / var(--break) * 100vw ) calc(28 / var(--break) * 100vw ) calc(34 / var(--break) * 100vw );
		border-bottom: solid calc(2 /var(--break)*100vw) #0a0a0a;
		border-left: solid calc(2 /var(--break)*100vw) #0a0a0a;
		border-right: solid calc(2 /var(--break)*100vw) #0a0a0a;
	}
	.box_check01 .box li{
		line-height: 1.6em;
		position: relative;
		padding-left: calc(50 /var(--break)*100vw);
		width: 100%;
		padding-bottom: calc(11 /var(--break)*100vw);
		margin-bottom: 0;
	}

	.box_check01 .box li::before{
		content: "";
		background: url("images/page/icn_check.svg")no-repeat center/contain;
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		position: absolute;
		top: calc(12  /var(--break)*100vw);
		left: 0;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.wrap_clinic01{
	background: url("images/clinic/deco_clinic01.png")no-repeat center top/calc(1920 /var(--break)*100vw),url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	padding: calc(100 /var(--break)*100vw) 0 calc(114 /var(--break)*100vw);
}
.wrap_clinic01 .copy{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(29,29,29,0.4), 0 0 calc(10 /var(--break)*100vw) rgba(29,29,29,0.4), 0 0 calc(15 /var(--break)*100vw) rgba(29,29,29,0.4), 0 0 calc(20 /var(--break)*100vw) rgba(29,29,29,0.4);
	margin-bottom: calc(31 /var(--break)*100vw);
}
.wrap_clinic01 .txt{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(29,29,29,0.4), 0 0 calc(10 /var(--break)*100vw) rgba(29,29,29,0.4), 0 0 calc(15 /var(--break)*100vw) rgba(29,29,29,0.4), 0 0 calc(20 /var(--break)*100vw) rgba(29,29,29,0.4);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_clinic01{
		background: url("images/clinic/deco_clinic01_sp.png")no-repeat center top/calc(750 /var(--break)*100vw),url("images/clinic/bg_clinic01_sp.jpg")no-repeat center/cover;
		padding: calc(127 /var(--break)*100vw) 0 calc(143 /var(--break)*100vw);
	}
	.wrap_clinic01 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.wrap_clinic01 .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
}

.bg_clinic02{
	background: url("images/clinic/bg_clinic02.jpg")no-repeat center/cover;
}
.box_clinic01{
	width: 100%;
	padding: calc(34 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(47 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
	border: solid calc(5 /var(--break)*100vw) #ff3673;
	box-shadow:inset 0 0 calc(7 /var(--break)*100vw) 0 #ff3673, 0 0 calc(7 /var(--break)*100vw) 0 #ff3673;
}
.box_clinic01::before{
	content: "";
	border-radius: calc(10 /var(--break)*100vw);
	border: solid calc(2 /var(--break)*100vw) #ff3673;
	width: calc(100% - (25 /var(--break)*100vw));
	height:  calc(100% - (25 /var(--break)*100vw));
	box-shadow:inset 0 0 calc(7 /var(--break)*100vw) 0 #ff3673, 0 0 calc(7 /var(--break)*100vw) 0 #ff3673;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.box_clinic01 .ttl{
	font-weight: 400;
	margin-bottom: calc(32 /var(--break)*100vw);
}
.box_clinic01 .txt{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.wrap_clinic02::after{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat right center/contain;
	width: calc(210 /1920*100vw);
	height: calc(1172 /1920*100vw);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.row_clinic01{
	margin-bottom: calc(70 /var(--break)*100vw);
}
.row_clinic01 .col{
	width: calc(595/1240*100%);
}
.row_clinic01 .col:nth-child(2){
	padding-top: calc(60 /var(--break)*100vw);
}
.row_clinic01 .col .img{
	margin-bottom: calc(44 /var(--break)*100vw);
}
.row_clinic01 .col .img::after{
	content: "";
	width: 100%;
	height: 100%;
	border: solid calc(4 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(15 /var(--break)*100vw);
	left: calc(15 /var(--break)*100vw);
}
.row_clinic01 .col .copy,.wrap_clinic02 .copy{
	font-size: 2.25rem;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: calc(22 /var(--break)*100vw);
}
.row_clinic01 .col .copy span,.wrap_clinic02 .copy span{
	background: #0a0a0a;
	line-height: calc(56 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
}
.row_clinic01 .col .copy .txt1{
	width: calc(300 /var(--break)*100vw);
}
.row_clinic01 .col .copy .txt2{
	width: calc(500 /var(--break)*100vw);
}
.row_clinic01 .col .copy .txt3{
	width: calc(350 /var(--break)*100vw);
}
.row_clinic01 .col .copy .txt4{
	width: calc(400 /var(--break)*100vw);
}
.wrap_clinic02 .copy .txt5{
	width: calc(500 /var(--break)*100vw);
}
.wrap_clinic02 .copy .txt6{
	width: calc(650 /var(--break)*100vw);
}

.row_clinic02{
	margin-top: calc(53 /var(--break)*100vw);
	gap:0 calc(30/1500*100%);
}
.row_clinic02 .col{
	width: calc(480/1500*100%);
}
.row_clinic02 .col:nth-child(2){
	padding-top: calc(60 /var(--break)*100vw);
}


.wrap_clinic03::after{
	content: "";
	background: url("images/clinic/deco_clinic03.png")no-repeat left center/contain;
	width: calc(210 /1920*100vw);
	height: calc(1172 /1920*100vw);
	position: absolute;
	top: calc(-217 /var(--break)*100vw);
	left: 0;
	z-index: -1;
}

.row_clinic03 .col_img{
	width: calc(700/1500*100%);
}
.row_clinic03 .col_img .img::after{
	content: "";
	width: 100%;
	height: 100%;
	border: solid calc(4 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(15 /var(--break)*100vw);
	left: calc(15 /var(--break)*100vw);
}
.row_clinic03 .col_txt{
	width: calc(700/1500*100%);
}
.row_clinic03 .col_txt .copy{
	font-size: 2.25rem;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: calc(22 /var(--break)*100vw);
}
.row_clinic03 .col_txt .copy span{
	background: #0a0a0a;
	line-height: calc(56 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	padding-left: calc(37 /var(--break)*100vw);
	padding-right: calc(37 /var(--break)*100vw);
}

.row_clinic04 .col{
	width: calc(400/1240*100%);
}
.row_clinic04 .col .img::before{
	content: "";
	width: 100%;
	height: 100%;
	border-left: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-right: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-top: solid calc(5 /var(--break)*100vw) #0a0a0a;
	position: absolute;
	top: 0;
	left: 0;
}
.row_clinic04 .col .num{
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	color: #fff;
	clip-path: polygon(0 0,0 100%,100% 0);
	top: 0;
	left: 0;
	padding: calc(14 /var(--break)*100vw);
	line-height: 1em;
}
.row_clinic04 .col .ttl_box{
	background: #0a0a0a;
	padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
}
.row_clinic04 .col .ttl_box p{
	font-weight: 400;
}
.row_clinic04 .col .box{
	padding: calc(18 /var(--break)*100vw) calc(25 /var(--break)*100vw) calc(23 /var(--break)*100vw);
	border-left: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-right: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-bottom: solid calc(5 /var(--break)*100vw) #0a0a0a;
}

.wrap_clinic04::after{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat right center/contain;
	width: calc(210 /1920*100vw);
	height: calc(1172 /1920*100vw);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .col .copy,.wrap_clinic02 .copy{
		font-size: calc(36/1599*100vw);
	}
	.row_clinic01 .col .copy span,.wrap_clinic02 .copy span{
		line-height: calc(56 /1599*100vw);
		height: calc(60 /1599*100vw);
	}
	.row_clinic01 .col .copy .txt1{
		width: calc(300 /1599*100vw);
	}
	.row_clinic01 .col .copy .txt2{
		width: calc(500 /1599*100vw);
	}
	.row_clinic01 .col .copy .txt3{
		width: calc(350 /1599*100vw);
	}
	.row_clinic01 .col .copy .txt4{
		width: calc(400 /1599*100vw);
	}
	.wrap_clinic02 .copy .txt5{
		width: calc(500 /1599*100vw);
	}
	.wrap_clinic02 .copy .txt6{
		width: calc(650 /1599*100vw);
	}
	.row_clinic03 .col_txt .copy{
		font-size: calc(36/1599*100vw);
	}
	.row_clinic03 .col_txt .copy span{
		line-height: calc(56 /1599*100vw);
		height: calc(60 /1599*100vw);
		padding-left: calc(37 /1599*100vw);
		padding-right: calc(37 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_clinic01{
		padding: calc(44 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(47 /var(--break)*100vw);
	}
	.box_clinic01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		font-weight: 400;
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.wrap_clinic02::after{
		width: calc(210 /var(--break)*100vw);
		height: calc(1172 /var(--break)*100vw);
	}
	.row_clinic01{
		width: 100%;
		gap:calc(60 /var(--break)*100vw) 0;
		margin-bottom: calc(70 /var(--break)*100vw);
	}
	.row_clinic01 .col{
		width: 100%;
	}
	.row_clinic01 .col:nth-child(2){
		padding-top: 0;
	}
	.row_clinic01 .col .img{
		margin-bottom: calc(44 /var(--break)*100vw);
	}
	.row_clinic01 .col .copy,.wrap_clinic02 .copy{
		font-size:1.125rem;
		letter-spacing: 0.1em;
		font-weight: 400;
		margin-bottom: calc(22 /var(--break)*100vw);
	}

	.row_clinic02{
		margin-top: calc(53 /var(--break)*100vw);
		gap:calc(20 /var(--break)*100vw) calc(22 /var(--break)*100vw);
	}
	.row_clinic02 .col{
		width: calc(340 /var(--break)*100vw);
	}
	.row_clinic02 .col:nth-child(2){
		padding-top: 0;
	}


	.wrap_clinic03::after{
		width: calc(210 /var(--break)*100vw);
		height: calc(1172 /var(--break)*100vw);
		top: calc(-217 /var(--break)*100vw);
	}

	.row_clinic03{
		width: calc(700 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_clinic03 .col_img{
		width: 100%;
	}
	.row_clinic03 .col_txt,
	.row_clinic03 .col_txt .wrap{
		width: 100%;
	}
	.row_clinic03 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		font-weight: 400;
		text-align: center;
		margin-bottom: calc(22 /var(--break)*100vw);
	}

	.row_clinic04{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_clinic04 .col{
		width: 100%;
	}
	.row_clinic04 .col .num{
		width: calc(130 /var(--break)*100vw);
		height: calc(130 /var(--break)*100vw);
		padding: calc(14 /var(--break)*100vw) calc(9 /var(--break)*100vw);
		line-height: 1em;
		font-size: 1.25rem;
		letter-spacing: 0.1em;
	}
	.row_clinic04 .col .ttl_box{
		padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
	}
	.row_clinic04 .col .ttl_box p{
		font-size: 1.125rem;
	}
	.row_clinic04 .col .box{
		padding: calc(18 /var(--break)*100vw) calc(25 /var(--break)*100vw) calc(23 /var(--break)*100vw);
		border-left: solid calc(5 /var(--break)*100vw) #0a0a0a;
		border-right: solid calc(5 /var(--break)*100vw) #0a0a0a;
		border-bottom: solid calc(5 /var(--break)*100vw) #0a0a0a;
	}

	.wrap_clinic04::after{
		content: "";
		background: url("images/clinic/deco_clinic02.png")no-repeat right center/contain;
		width: calc(210 /1920*100vw);
		height: calc(1172 /1920*100vw);
		position: absolute;
		top: 0;
		right: 0;
	}
}
.ttl_clinic_hg{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: 400;
}
.txt_clinic_hg{
	margin-bottom: calc(64 /var(--break)*100vw);
}
.row_clinic_hg{
	gap:0 calc(29 /1240*100%);
}
.row_clinic_hg .col{
	width: calc(394 /1240*100%);
}
.row_clinic_hg .col .ttl_box{
	padding: calc(6 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
	border-bottom-left-radius: calc(20 /var(--break)*100vw);
	border-bottom-right-radius: calc(20 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_clinic_hg{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		font-weight: 400;
	}
	.txt_clinic_hg{
		margin-bottom: calc(64 /var(--break)*100vw);
	}
	.row_clinic_hg{
		width: calc(702 /var(--break)*100vw);
		margin: auto;
		gap:calc(20 /var(--break)*100vw) calc(22 /702*100%);
	}
	.row_clinic_hg .col{
		width: calc(340 /702*100%);
	}
	.row_clinic_hg .col .ttl_box{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}
.img_clinic_time{
	width: 100%;
	max-width: calc(750 /var(--break)*100vw);
}
.box_clinic_time{
	border: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(40 /var(--break)*100vw);
	padding: calc(165 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(90 /var(--break)*100vw);
	margin-top: calc(-111 /var(--break)*100vw);
}
.row_clinic_time01{
	width: 100%;
	max-width: 1240px;
}
.row_clinic_time01 .col_l,
.row_clinic_time01 .col_r{
	width: calc(600/1240*100%);
}
.logo_clinic_time{
	width: calc(444 /var(--break)*100vw);
	margin-bottom: calc(45 /var(--break)*100vw);
}
.address_clinic_time{
	margin-bottom: calc(27 /var(--break)*100vw);
}
.address_clinic_time span{
	display: inline-block;
	vertical-align: middle;
}
.address_clinic_time::before{
	content: "";
	background: url("images/clinic/icn_address.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	display: inline-block;
	vertical-align: middle;
	margin-right: calc(26 /var(--break)*100vw);
}
.row_clinic_time02{
	width: calc(420 /var(--break)*100vw);
	gap:calc(20 /var(--break)*100vw) 0;
}
.row_clinic_time02 .col_tel{
	width: 100%;
}
.row_clinic_time02 .col_tel .txt1{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.row_clinic_time02 .col_tel a{
	height: calc(90 /var(--break)*100vw);
}
.row_clinic_time02 .col_web{
	width: calc(200/420*100%);
}
.row_clinic_time02 .col_web a{
	height: calc(90 /var(--break)*100vw);
}
.row_clinic_time02 .col_web .txt1{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.row_clinic_time02 .col_web a::after{
	content: "";
	background: url("images/page/arw_foot01.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	bottom: calc(8 /var(--break)*100vw);
	right: calc(8 /var(--break)*100vw);
	transition: 0.3s;
}
.row_clinic_time02 .col_web a:hover::after{
	right: calc(3 /var(--break)*100vw);
	transition: 0.3s;
}
.row_clinic_time02 .col_mail{
	width: calc(220/420*100%);
}
.row_clinic_time02 .col_mail a{
	height: calc(90 /var(--break)*100vw);
}
.row_clinic_time02 .col_mail .txt1{
	margin-bottom: calc(14 /var(--break)*100vw);
}
.row_clinic_time02 .col_mail a::after{
	content: "";
	background: url("images/page/arw_foot02.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	bottom: calc(8 /var(--break)*100vw);
	right: calc(8 /var(--break)*100vw);
	transition: 0.3s;
}
.row_clinic_time02 .col_mail a:hover::after{
	right: calc(3 /var(--break)*100vw);
	transition: 0.3s;
}

.tbl_clinic_time{
	padding-top: calc(35 /var(--break)*100vw);
	max-width: 530px;
}
.tbl_clinic_time p{
	line-height: calc(28/18*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.img_clinic_time{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.box_clinic_time{
		border: solid calc(5 /var(--break)*100vw) #0a0a0a;
		border-radius: calc(40 /var(--break)*100vw);
		padding: calc(165 /var(--break)*100vw) calc(21 /var(--break)*100vw) calc(60 /var(--break)*100vw);
		margin-top: calc(-111 /var(--break)*100vw);
	}
	.row_clinic_time01{
		width: 100%;
		gap:calc(50 /var(--break)*100vw) 0;
	}
	.row_clinic_time01 .col_l,
	.row_clinic_time01 .col_r{
		width: 100%;
	}
	.logo_clinic_time{
		width: calc(532 /var(--break)*100vw);
		margin-bottom: calc(45 /var(--break)*100vw);
	}

	.row_clinic_time02{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_clinic_time02 .col_tel{
		width: 100%;
	}
	.row_clinic_time02 .col_tel .txt1{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_tel .txt2{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}
	.row_clinic_time02 .col_tel .txt2 .fz22{
		font-size: 1.375rem;
		letter-spacing: 0.1em;
	}
	.row_clinic_time02 .col_tel a{
		height: calc(140 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_web{
		width: 100%;
	}
	.row_clinic_time02 .col_web a{
		height: calc(140 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_web .txt1{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_web .txt2{
		font-size: 1.5625rem;
		letter-spacing: 0.1em;
	}
	.row_clinic_time02 .col_web a::after{
		width: calc(36 /var(--break)*100vw);
		height: calc(36 /var(--break)*100vw);
		top: 0;
		bottom: 0;
		right: calc(40 /var(--break)*100vw);
		margin: auto;
	}
	.row_clinic_time02 .col_web a:hover::after{
		right: calc(40 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_mail{
		width: 100%;
	}
	.row_clinic_time02 .col_mail a{
		height: calc(140 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_mail .txt1{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(14 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_mail .txt2{
		font-size: 1.5625rem;
		letter-spacing: 0.1em;
	}
	.row_clinic_time02 .col_mail a::after{
		width: calc(36 /var(--break)*100vw);
		height: calc(36 /var(--break)*100vw);
		top: 0;
		bottom: 0;
		right: calc(40 /var(--break)*100vw);
		margin: auto;
	}
	.row_clinic_time02 .col_mail a:hover::after{
		right: calc(40 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_tel a::before,
	.row_clinic_time02 .col_web a::before,
	.row_clinic_time02 .col_mail a::before{
		content: "";
		width: calc(60 /var(--break)*100vw);
		height: calc(60 /var(--break)*100vw);
		background: rgba(10,10,10,0.1);
		clip-path: polygon(0 0,0 100%,100% 0);
		position: absolute;
		top: calc(5 /var(--break)*100vw);
		left: calc(5 /var(--break)*100vw);
	}
	.row_clinic_time02 .col_mail a::before{
		background: rgba(255,255,255,0.1);
	}

	.tbl_clinic_time{
		padding-top: 0;
		max-width: 100%;
	}
	.tbl_clinic_time p{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(40/28*100%);
	}
}
.row_clinic_access .col_l{
	width: calc(670/1240*100%);
}
.row_clinic_access .col_l .map{
	border-radius: calc(20 /var(--break)*100vw);
}
.row_clinic_access .col_r{
	width: calc(520/1240*100%);
}
.box_clinic_access01{
	border: solid calc(2 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(28 /var(--break)*100vw) calc(48 /var(--break)*100vw) calc(22 /var(--break)*100vw);
}
.box_clinic_access02{
	border: solid calc(2 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(28 /var(--break)*100vw) calc(48 /var(--break)*100vw) calc(33 /var(--break)*100vw);
}
.box_clinic_access01 .ttl,
.box_clinic_access02 .ttl{
	width: 100%;
	height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
	background: #0a0a0a;
}
.row_clinic_access01{
	margin-bottom: calc(18 /var(--break)*100vw);
}
.box_clinic_access02 .row_clinic_access01{
	margin-bottom: 0;
}
.row_clinic_access01 .icn{
	width: calc(80 /var(--break)*100vw);
	margin-right: calc(30 /var(--break)*100vw);
}
.row_clinic_access01 .txt{
	line-height: 1.8em;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_clinic_access01{
		padding: calc(28 /1599*100vw) calc(48 /1599*100vw) calc(22 /1599*100vw);
	}
	.box_clinic_access02{
		padding: calc(28 /1599*100vw) calc(48 /1599*100vw) calc(33 /1599*100vw);
	}
	.box_clinic_access01 .ttl,
	.box_clinic_access02 .ttl{
		width: 100%;
		font-size: calc(22 /1599*100vw);
		height: calc(50 /1599*100vw);
		border-radius: calc(25 /1599*100vw);
	}
	.row_clinic_access01{
		margin-bottom: calc(18 /1599*100vw);
	}
	.box_clinic_access02 .row_clinic_access01{
		margin-bottom: 0;
	}
	.row_clinic_access01 .icn{
		width: calc(80 /1599*100vw);
		margin-right: calc(30 /1599*100vw);
	}
	.row_clinic_access01 .txt{
		line-height: 1.8em;
	}
	.row_clinic_access01 .txt p{
		font-size: calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_access{
		width: 100%;
		gap:calc(60 /var(--break)*100vw) 0;
	}
	.row_clinic_access .col_l{
		width: 100%;
	}
	.row_clinic_access .col_r{
		width: 100%;
	}
	.box_clinic_access01{
		padding: calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(33 /var(--break)*100vw);
	}
	.box_clinic_access02{
		padding: calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(33 /var(--break)*100vw);
	}
	.box_clinic_access01 .ttl,
	.box_clinic_access02 .ttl{
		width: 100%;
		font-size: 1.125rem;
		height: calc(80 /var(--break)*100vw);
		border-radius: calc(40 /var(--break)*100vw);
	}
	.row_clinic_access01{
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.box_clinic_access02 .row_clinic_access01{
		margin-bottom: 0;
	}
	.row_clinic_access01 .icn{
		width: calc(80 /var(--break)*100vw);
		margin-right: calc(30 /var(--break)*100vw);
	}
	.row_clinic_access01 .txt{
		line-height: 1.8em;
	}
	.row_clinic_access01 .txt p{
		font-size: 1rem;
	}
	.box_clinic_access01 .txt2{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}


/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img{
	width: calc(460 /1240*100%);
}
.row_staff01 .col_txt{
	width: calc(730 /1240*100%);
}
.name_staff{
	width: calc(500 /var(--break)*100vw);
	height: calc(110 /var(--break)*100vw);
	border-radius: calc(55 /var(--break)*100vw);
	background: #0a0a0a;
	padding-left: calc(15 /var(--break)*100vw);
	margin-bottom: calc(48 /var(--break)*100vw);
}
.name_staff .txt1{
	width: calc(80 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	font-weight: 700;
	border-radius: 100%;
}
.name_staff .txt2{
	width: calc(100% - (80 /var(--break)*100vw));
	padding-top: calc(4 /var(--break)*100vw);
	padding-right: calc(15 /var(--break)*100vw);
}
.name_staff .txt2 .en{
	font-weight: 700;
	margin-bottom: calc(14 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
	}
	.row_staff01 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.name_staff{
		width: calc(600 /var(--break)*100vw);
		height: calc(110 /var(--break)*100vw);
		border-radius: calc(55 /var(--break)*100vw);
		padding-left: calc(15 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.name_staff .txt1{
		width: calc(80 /var(--break)*100vw);
		height: calc(80 /var(--break)*100vw);
		font-weight: 700;
		border-radius: 100%;
		font-size: 0.875rem;
		letter-spacing: 0.1em;
	}
	.name_staff .txt2{
		width: calc(100% - (80 /var(--break)*100vw));
		padding-top: calc(4 /var(--break)*100vw);
		padding-right: calc(15 /var(--break)*100vw);
	}
	.name_staff .txt2 .en{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.name_staff .txt2 .ja{
		font-size: 0.875rem;
		letter-spacing: 0.1em;
	}
	
}
.bg_staff01{
	background: url("images/staff/bg_staff01.png")no-repeat left center/calc(136 /var(--break)*100vw), url("images/staff/bg_staff02.png")no-repeat right center/calc(136 /var(--break)*100vw),#fff;
	padding: calc(69 /var(--break)*100vw) 0 calc(80 /var(--break)*100vw);
}
.bg_staff01 .copy{
	font-weight: 400;
	font-size: 2.125rem;
	letter-spacing: 0.15em;
	line-height: calc(50/34*100%);
	text-align: center;
	margin-bottom: calc(32 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_staff01{
		background: url("images/staff/bg_staff01.png")no-repeat left center/calc(109 /var(--break)*100vw), url("images/staff/bg_staff02.png")no-repeat right center/calc(109 /var(--break)*100vw),#fff;
		padding: calc(69 /var(--break)*100vw) 0 calc(80 /var(--break)*100vw);
	}
	.bg_staff01 .copy{
		font-weight: 400;
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: calc(50/34*100%);
		text-align: center;
		margin-bottom: calc(32 /var(--break)*100vw);
	}
}


/* マウスピース矯正 mouthpiece
------------------------------------------------------------------*/
.row_mouthpiece01{
	gap:calc(50 /var(--break)*100vw) calc(20/1240*100%);
}
.row_mouthpiece01 .col{
	width: calc(400/1240*100%);
}
.row_mouthpiece01 .col .img::before{
	content: "";
	width: 100%;
	height: 100%;
	border-left: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-right: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-top: solid calc(5 /var(--break)*100vw) #0a0a0a;
	position: absolute;
	top: 0;
	left: 0;
}
.row_mouthpiece01 .col .num{
	width: calc(100 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	color: #fff;
	clip-path: polygon(0 0,0 100%,100% 0);
	top: 0;
	left: 0;
	padding: calc(14 /var(--break)*100vw);
	line-height: 1em;
}
.row_mouthpiece01 .col .ttl_box{
	background: #0a0a0a;
	padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
}
.row_mouthpiece01 .col .ttl_box p{
	font-weight: 400;
}
.row_mouthpiece01 .col .box{
	padding: calc(18 /var(--break)*100vw) calc(25 /var(--break)*100vw) calc(23 /var(--break)*100vw);
	border-left: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-right: solid calc(5 /var(--break)*100vw) #0a0a0a;
	border-bottom: solid calc(5 /var(--break)*100vw) #0a0a0a;
}

.txt_mouthpiece01{
	width: 100%;
	height: calc(150 /var(--break)*100vw);
	border-radius: calc(75 /var(--break)*100vw);
}
.txt_mouthpiece01 p{
	font-weight: 400;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_mouthpiece01{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_mouthpiece01 .col{
		width: 100%;
	}
	.row_mouthpiece01 .col .num{
		width: calc(130 /var(--break)*100vw);
		height: calc(130 /var(--break)*100vw);
		padding: calc(14 /var(--break)*100vw) calc(9 /var(--break)*100vw);
		line-height: 1em;
		font-size: 1.25rem;
		letter-spacing: 0.1em;
	}
	.row_mouthpiece01 .col .ttl_box{
		padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
	}
	.row_mouthpiece01 .col .ttl_box p{
		font-size: 1.125rem;
	}
	.txt_mouthpiece01{
		width: 100%;
		height: calc(150 /var(--break)*100vw);
		border-radius: calc(75 /var(--break)*100vw);
	}
	.txt_mouthpiece01 p{
		font-size: 1rem;
		letter-spacing: 0;
	}
}
.row_default01 .img_mouthpiece13 .icn1{
	background: url("images/mouthpiece/icn_mouthpiece01.svg")no-repeat center/contain;
	width: calc(166 /var(--break)*100vw);
	height: calc(166 /var(--break)*100vw);
	bottom: calc(-86 /var(--break)*100vw);
	right: calc(190 /var(--break)*100vw);
}
.row_default01 .img_mouthpiece13 .icn2{
	background: url("images/mouthpiece/icn_mouthpiece02.svg")no-repeat center/contain;
	width: calc(166 /var(--break)*100vw);
	height: calc(166 /var(--break)*100vw);
	bottom: calc(-86 /var(--break)*100vw);
	right: calc(14 /var(--break)*100vw);
}
.row_default01 .img_mouthpiece13 .icn1 p,
.row_default01 .img_mouthpiece13 .icn2 p{
	font-weight: 400;
}
.row_mouthpiece02{
	gap:calc(50 /var(--break)*100vw) calc(20/1240*100%);
}
.row_mouthpiece02 .col{
	width: calc(400/1240*100%);
}
.row_mouthpiece02 .col .img::before{
	content: "";
	width: 100%;
	height: 100%;
	border-left: solid calc(5 /var(--break)*100vw) #ff3673;
	border-right: solid calc(5 /var(--break)*100vw) #ff3673;
	border-top: solid calc(5 /var(--break)*100vw) #ff3673;
	position: absolute;
	top: 0;
	left: 0;
}
.row_mouthpiece02 .col .ttl_box{
	background: #ff3673;
	padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
}
.row_mouthpiece02 .col .ttl_box p{
	font-weight: 400;
}
.row_mouthpiece02 .col .box{
	padding: calc(18 /var(--break)*100vw) calc(25 /var(--break)*100vw) calc(23 /var(--break)*100vw);
	border-left: solid calc(5 /var(--break)*100vw) #ff3673;
	border-right: solid calc(5 /var(--break)*100vw) #ff3673;
	border-bottom: solid calc(5 /var(--break)*100vw) #ff3673;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_default01 .img_mouthpiece13 .icn1{
		background: url("images/mouthpiece/icn_mouthpiece01.svg")no-repeat center/contain;
		width: calc(166 /var(--break)*100vw);
		height: calc(166 /var(--break)*100vw);
		bottom: calc(-36 /var(--break)*100vw);
		right: calc(190 /var(--break)*100vw);
	}
	.row_default01 .img_mouthpiece13 .icn2{
		background: url("images/mouthpiece/icn_mouthpiece02.svg")no-repeat center/contain;
		width: calc(166 /var(--break)*100vw);
		height: calc(166 /var(--break)*100vw);
		bottom: calc(-36 /var(--break)*100vw);
		right: calc(14 /var(--break)*100vw);
	}
	.row_default01 .img_mouthpiece13 .icn1 p,
	.row_default01 .img_mouthpiece13 .icn2 p{
		font-size: 0.75rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.row_mouthpiece02{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_mouthpiece02 .col{
		width: 100%;
	}
	.row_mouthpiece02 .col .ttl_box{
		padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
	}
	.row_mouthpiece02 .col .ttl_box p{
		font-size: 1.125rem;
	}
}


/* box_med01
------------------------------------------------------------------*/
.box_med01 .ttl{
	width: 100%;
	padding: calc(17 /var(--break)*100vw) 0 calc(19 /var(--break)*100vw);
	border-top-left-radius: calc(20 /var(--break)*100vw);
	border-top-right-radius: calc(20 /var(--break)*100vw);
	font-weight: 400;
}
.box_med01 .box{
	padding: calc(38 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	border-bottom-left-radius: calc(20 /var(--break)*100vw);
	border-bottom-right-radius: calc(20 /var(--break)*100vw);
}
.box_med01 .btn_med01{
	width: calc(500 /var(--break)*100vw);
}
.box_med01 .btn_med01 a{
	height: calc(100 /var(--break)*100vw);
	border-radius: calc(50 /var(--break)*100vw);
}
.box_med01 .btn_med01 a::after{
	content: "";
	background: url("images/page/arw_med.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(40 /var(--break)*100vw);
	margin: auto;
	transition: 0.3s;
}
.box_med01 .btn_med01 a:hover::after{
	right: calc(35 /var(--break)*100vw);
	transition: 0.3s;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_med01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		font-weight: 400;
	}
	.box_med01 .btn_med01{
		width: calc(600 /var(--break)*100vw);
	}
	.box_med01 .btn_med01 a{
		font-size: 1rem;
		height: calc(120 /var(--break)*100vw);
		border-radius: calc(60 /var(--break)*100vw);
	}
	.box_med01 .btn_med01 a::after{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		right: calc(40 /var(--break)*100vw);
	}
	.box_med01 .btn_med01 a:hover::after{
		right: calc(40 /var(--break)*100vw);
	}
}


/* 歯並び別 dentition
------------------------------------------------------------------*/
.row_dentition01{
	gap:0 calc(22.4/1240*100%);
}
.row_dentition01 .col{
	width: calc(230/1240*100%);
	position: relative;
}
.row_dentition01 .col::before{
	content: "";
	display: block;
	padding-top: calc(270/230*100%);
}
.row_dentition01 .col a{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: calc(20 /var(--break)*100vw);
	padding-top: calc(32 /270*100%);
}
.row_dentition01 .col a::before{
	content: "";
	width: calc(100% - (10 /var(--break)*100vw));
	height: calc(100% - (10 /var(--break)*100vw));
	border: solid calc(2 /var(--break)*100vw) #ffffff;
	border-radius: calc(16 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_dentition01 .col a::after{
	content: "";
	background: url("images/dentition/arw_dentition.svg")no-repeat center/contain;
	width: calc(29 /var(--break)*100vw);
	height: calc(29 /var(--break)*100vw);
	position: absolute;
	bottom: calc(33 /270*100%);
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s;
}
.row_dentition01 .col a:hover::after{
	bottom: calc(28 /270*100%);
	transition: 0.3s;
}
.row_dentition01 .col .icn{
	width: calc(112/240*100%);
	margin: 0 auto;
}
.row_dentition01 .col .txt{
	font-weight: 400;
	line-height: calc(32/20*100%);
	margin-top: calc(-4 /var(--break)*100vw);
}

.row_dentition02{
	gap:calc(20 /var(--break)*100vw) calc(17/1000*100%);
}
.row_dentition02 .col{
	width: calc(200/1000*100%);
	background: #0a0a0a;
	border-radius: 100%;
	position: relative;
}
.row_dentition02 .col::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.row_dentition02 .col::after{
	content: "";
	width: calc(100% - (10 /var(--break)*100vw));
	height: calc(100% - (10 /var(--break)*100vw));
	border: solid calc(2 /var(--break)*100vw) #ffffff;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.row_dentition02 .col p{
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_dentition01 {
		width: 100%;
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_dentition01 .col{
		width: calc(340/702*100%);
	}
	.row_dentition01 .col::before{
		display: none;
	}
	.row_dentition01 .col a{
		position: static;
		width: 100%;
		height: calc(310 /var(--break)*100vw);
		border-radius: calc(20 /var(--break)*100vw);
		padding-top: calc(32 /270*100%);
	}
	.row_dentition01 .col a::before{
		content: "";
		width: calc(100% - (10 /var(--break)*100vw));
		height: calc(100% - (10 /var(--break)*100vw));
		border: solid calc(2 /var(--break)*100vw) #ffffff;
		border-radius: calc(16 /var(--break)*100vw);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.row_dentition01 .col a::after{
		width: calc(29 /var(--break)*100vw);
		height: calc(29 /var(--break)*100vw);
		bottom: calc(33 /var(--break)*100vw);
	}
	.row_dentition01 .col a:hover::after{
		bottom: calc(33 /var(--break)*100vw);
	}
	.row_dentition01 .col .icn{
		width: calc(112 /var(--break)*100vw);
		margin: 0 auto;
	}
	.row_dentition01 .col .txt{
		font-size: 0.9375rem;
		height: calc(77 /var(--break)*100vw);
	}

	.row_dentition02{
		gap:calc(20 /var(--break)*100vw) calc(21/702*100%);
	}
	.row_dentition02 .col{
		width: calc(220 /var(--break)*100vw);
	}
	.row_dentition02 .col p{
		font-weight: 400;
		font-size: 0.75rem;
		letter-spacing: 0;
	}
}


/* 料金表 fee
------------------------------------------------------------------*/
.txt_fee{
	font-weight: 400;
}
.txt_fee::before,
.txt_fee::after {
    content: "";
    height: 2px;
    background-color: #0a0a0a;
}
.txt_fee::before {
    width: calc((100% - (700 /var(--break)*100vw))/2);
	margin-right: auto;
}
.txt_fee::after {
    width: calc((100% - (700 /var(--break)*100vw))/2);
	margin-left: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.txt_fee{
		font-size: 1.125rem;
		line-height: 1.5em;
		letter-spacing: 0;
	}
	.txt_fee::before {
		width: calc((100% - (550 /var(--break)*100vw))/2);
	}
	.txt_fee::after {
		width: calc((100% - (550 /var(--break)*100vw))/2);
	}
}


/* お問い合わせフォーム contact
------------------------------------------------------------------*/
.box_contact{
	border: solid calc(2 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(47 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(51 /var(--break)*100vw);
}
.box_contact::before{
	content: "";
	width: calc(100% - (20 /var(--break)*100vw));
	height: calc(100% - (20 /var(--break)*100vw));
	border: solid calc(2 /var(--break)*100vw) #0a0a0a;
	border-radius: calc(16 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01{
	padding-bottom: calc(52 /var(--break)*100vw);
}
.wrap_case01.only{
	padding-bottom: 0;
}

.slide_case01{
	background: #00a44e;
	border-radius: calc(20 /var(--break)*100vw);
}
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.area_case_common01{
	padding: calc(60 /var(--break)*100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	border-radius: calc(25 /var(--break)*100vw);
	height: calc(50 / var(--break) * 100vw);
	background: #0a0a0a;
	color: #fff;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #fff;
	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_case.svg)no-repeat center / cover;
    z-index: 9;
    top: calc(393 /var(--break)*100vw);
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: calc(30 /var(--break)*100vw);
}
.slide_case01 .slick-next {
    right: calc(30 /var(--break)*100vw);
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	position: absolute !important;
	bottom: calc(-52 /var(--break)*100vw);
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #0a0a0a;
	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: #ff3673;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
	border-radius: calc(20 /var(--break)*100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_default.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
	border: 1px solid #0a0a0a;
	border-radius: calc(10 /var(--break)*100vw)!important;
	border-collapse: separate;
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #0a0a0a;
}
.tbl_case table th{
	background: #0a0a0a;
	font-weight: 300;
}
.tbl_case table td{
	background: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.area_case_common01{
		padding: calc(60 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	}
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #fff;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.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: 69vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr:first-child th {
		border-top-left-radius: calc(9 /var(--break)*100vw);
		border-top-right-radius: calc(9 /var(--break)*100vw);
	}
	.tbl_case tr:first-child td {
		border-top-right-radius: 0;
	}
	.tbl_case tr:last-child th {
		border-bottom-left-radius: 0;
	}
	.tbl_case tr:last-child td {
		border-bottom-right-radius: calc(9 /var(--break)*100vw);
		border-bottom-left-radius: calc(9 /var(--break)*100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	max-width: 1000px;
	background: #ffffff;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_risk01 .box .txt{
	font-size: 1rem;
}
.box_invisalign {
	max-width: 1000px;
	background: #ffffff;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 110px;
	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: #ff3673 !important;
	right: 0px !important;
	width: 4px !important;
}
.risk .ps--active-x > .ps__rail-x,
.risk .ps--active-y > .ps__rail-y, .box_invisalign .ps--active-x > .ps__rail-x,
.box_invisalign .ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.risk .ps .ps__rail-x.ps--clicking, .risk .ps .ps__rail-x:focus, .risk .ps .ps__rail-x:hover, .risk .ps .ps__rail-y.ps--clicking, .risk .ps .ps__rail-y:focus, .risk .ps .ps__rail-y:hover, .box_invisalign .ps .ps__rail-x.ps--clicking, .box_invisalign .ps .ps__rail-x:focus, .box_invisalign .ps .ps__rail-x:hover, .box_invisalign .ps .ps__rail-y.ps--clicking, .box_invisalign .ps .ps__rail-y:focus, .box_invisalign .ps .ps__rail-y:hoverr {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 751px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.box_risk01 .box {
		padding-right: 4vw;
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_risk01 .ttl, .box_invisalign .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_risk01 .txt {
		letter-spacing: 0;
	}
	.sp.risk .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .sp.risk .ps-container > .ps-scrollbar-y-rail, .box_invisalign .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_invisalign .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.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: #0a0a0a;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #ffffff;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #ff3673;
	border-radius: calc(5 /var(--break)*100vw);
}
.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 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
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / var(--break) * 100vw);
}
.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));
	}
}