@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(180 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	background: url("images/page/deco_content_low.png")no-repeat center top/100%;
}
.content_low.topics {
	padding: calc(180 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	background: none;
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center top calc(120 /var(--break)*100vw) / calc(1920 /var(--break)*100vw);
	height: calc(540 / var(--break) * 100vw);
	padding-top: calc(86 /var(--break)*100vw);
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.05em;
	margin-bottom: calc(14 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 2.25rem;
	letter-spacing: 0.1em;
}
.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;
		background: none;
	}
	.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 top / cover;
		height: calc(496 /var(--break)*100vw);
		padding-top: calc(126 /var(--break)*100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(26 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	width: 95%;
	max-width: 1720px;
	margin: auto;
	height: calc(406 /var(--break)*100vw);
}
.bg_clinic01 .ttl{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: calc(48/28*100%);
	margin-bottom: calc(19 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic01{
		background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		margin: auto;
		height: auto;
		padding: calc(40 /var(--break)*100vw) 0;
	}
	.bg_clinic01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
}
.row_clinic01{
	margin-bottom: calc(80 /var(--break)*100vw);
}
.row_clinic01::before{
	content: "";
	background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
	width: calc(120 /1920*100vw);
	height: calc(90 /1920*100vw);
	position: absolute;
	top: calc(-20 /1920*100vw);
	left: calc(-110 /1920*100vw);
}
.row_clinic01 .col_img{
	width: 50%;
}
.row_clinic01 .col_img .img{
}
.row_clinic01 .col_img .img .box_feature01{
	width: calc(320 /1920*100vw);
	height: calc(200 /1920*100vw);
	background: #fff;
	border: solid 1px #d94cb4;
	outline: solid 1px #d94cb4;
	outline-offset: calc(-11 /1920*100vw);
	bottom: calc(20 /1920*100vw);
	right: calc(20 /1920*100vw);
	padding-top: calc(66 /1920*100vw);
}
.row_clinic01 .col_img .img .box_feature01 .ttl{
	background: url("images/clinic/deco_clinic01_2.png")no-repeat left -1px top/calc(47 /1920*100vw),#d94cb4;
	width: calc(100% + 2px);
	height: calc(64 /1920*100vw);
	top: -1px;
	left: -1px;
}
.row_clinic01 .col_img .img .box_feature01 .txt1{
}
.row_clinic01 .col_img .img .box_feature01 .txt1 .num{
	display: inline-block;
	vertical-align: bottom;
	margin-right: calc(8 /1920*100vw);
}
.row_clinic01 .col_img .img .box_feature01 .txt1 .txt{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: calc(0 /1920*100vw);
}
.row_clinic01 .col_img .img .box_feature01 .txt2{
	margin-top: calc(-2 /var(--break)*100vw);
}
.txt_cap_clinic01{
	font-size: 1.5rem;
	letter-spacing: 0;
	width: 100%;
	height: calc(70 /var(--break)*100vw);
}
.row_clinic01 .col_txt{
	width: calc(690/1500*100%);
	padding-top: calc(42/1920*100vw);
}
.row_clinic01 .col_txt .copy{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #d94cb4;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic01 .col_txt .txt{
	margin-bottom: calc(32 /var(--break)*100vw);
}
.row_feature01_2{
	gap:0 calc(30 /1920*100vw);
}
.row_feature01_2 .col{
	background: url("images/clinic/icn_clinic01.png")no-repeat center/contain;
	width: calc(192 /1920*100vw);
	height: calc(201 /1920*100vw);
	color: #199eb7;
	padding-right: calc(10 /1920*100vw);
	line-height: calc(28/18*100%);
	font-size: calc(18 /1920*100vw);
	font-weight: 700;
}
.row_feature01_2 .col:nth-child(2){
	background: url("images/clinic/icn_clinic02.png")no-repeat center/contain;
	color: #a6d132;
}
.row_feature01_2 .col:nth-child(3){
	background: url("images/clinic/icn_clinic03.png")no-repeat center/contain;
	color: #fc8a47;
}

.wrap_clinic02{
	background: #f6faea;
}
.wrap_clinic02::before{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat center/contain;
	width: calc(251 /1920*100vw);
	height: calc(86 /1920*100vw);
	position: absolute;
	top: 0;
	left: calc(50% + (610 /1920*100vw));
	z-index: -1;
}
.row_clinic02 .col_img{
	width: 50%;
}
.row_clinic02 .col_img .img{
}
.row_clinic02 .col_txt{
	width: calc(690/1500*100%);
	padding-top: calc(42/1920*100vw);
}
.row_clinic02 .col_txt .copy{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #a6d132;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic02 .col_txt .txt{
}
.row_clinic2_2::after{
	content: "";
	background: url("images/clinic/deco_clinic03.png")no-repeat center/contain;
	width: calc(347 /1920*100vw);
	height: calc(347 /1920*100vw);
	position: absolute;
	top: calc(-80/1920*100vw);
	right: calc(-80/1920*100vw);
	z-index: -1;
}
.row_clinic2_2{
	gap:0 calc(30/1500*100%);
}
.row_clinic2_2 .col{
	width: calc(480/1500*100%);
}
.row_clinic2_2 .col .ttl{
	width: 100%;
	height: calc(70 /var(--break)*100vw);
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: 400;
}


.row_clinic03::before{
	content: "";
	background: url("images/clinic/deco_clinic04.png")no-repeat center/contain;
	width: calc(120 /1920*100vw);
	height: calc(90 /1920*100vw);
	position: absolute;
	top: calc(-20 /1920*100vw);
	left: calc(-110 /1920*100vw);
}
.row_clinic03 .col_img{
	width: 50%;
}
.row_clinic03 .col_img .img{
}
.row_clinic03 .col_txt{
	width: calc(690/1500*100%);
	padding-top: calc(42/1920*100vw);
}
.row_clinic03 .col_txt .copy{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #a88f83;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic03 .col_txt .txt{
}

.wrap_clinic03::before{
	content: "";
	background: url("images/clinic/deco_clinic05.png")no-repeat center/contain;
	width: calc(347 /1920*100vw);
	height: calc(347 /1920*100vw);
	position: absolute;
	top: calc(-80/1920*100vw);
	left: calc(-80/1920*100vw);
	z-index: -1;
}
.box_clinic01{
	width: 100%;
	height: calc(320 /1920*100vw);
	border: solid 1px #A88F83;
	outline: solid 1px #A88F83;
	outline-offset: calc(-11 /1920*100vw);
	background: #fff;
	padding-top: calc(100 /1920*100vw);
}
.box_clinic01 .ttl{
	background: url("images/clinic/deco_clinic06.png")no-repeat left -1px top/calc(82 /1920*100vw),#a88f83;
	width: calc(100% + 2px);
	height: calc(100 /1920*100vw);
	top: -1px;
	left: -1px;
	font-size: calc(20 /1920*100vw);
	font-weight: 400;
	color: #fff;
	z-index: 1;
}
.box_clinic01 .ttl p{
	width: calc(100% - (360 /1920*100vw));
	text-align: center;
}
.box_clinic01 .ttl span{
	padding: calc(10 /1920*100vw) calc(5 /1920*100vw) calc(10 /1920*100vw) calc(9 /1920*100vw);
	margin-right: calc(6 /1920*100vw);
}
.box_clinic01 .txt1{
	height: calc(208 /1920*100vw);
	padding-right: calc(390 /1920*100vw);
	padding-left: calc(50 /1920*100vw);
}
.box_clinic01 .img{
	width: calc(350 /1920*100vw);
	height: calc(300 /1920*100vw);
	top: calc(9 /1920*100vw);
	right: calc(9 /1920*100vw);
	z-index: 2;
}
.box_clinic01 .img .icn{
	background: url("images/clinic/icn_clinic04.png")no-repeat center/contain;
	width: calc(84 /1920*100vw);
	height: calc(88 /1920*100vw);
	top: calc(20 /1920*100vw);
	right: calc(20 /1920*100vw);
}

.wrap_clinic04{
	background: #ffedf1;
}
.row_clinic04::before{
	content: "";
	background: url("images/clinic/deco_clinic08.png")no-repeat center/contain;
	width: calc(120 /1920*100vw);
	height: calc(90 /1920*100vw);
	position: absolute;
	top: calc(-20 /1920*100vw);
	right: calc(-110 /1920*100vw);
	z-index: -1;
}
.row_clinic04 .col_img{
	width: 50%;
}
.row_clinic04 .col_img .img{
}
.row_clinic04 .col_img .img .box{
	background: url("images/clinic/deco_clinic07.png")no-repeat left top/calc(46/1920*100vw),#ff5377;
	width: calc(360 /1920*100vw);
	height: calc(88 /1920*100vw);
	font-size: calc(24/1920*100vw);
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	top: calc(20/1920*100vw);
	left: calc(20/1920*100vw);
}
.row_clinic04 .col_txt{
	width: calc(690/1500*100%);
	padding-top: calc(42/1920*100vw);
}
.row_clinic04 .col_txt .copy{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #ff5377;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic04 .col_txt .txt{
}

.wrap_clinic05{
}
.wrap_clinic05::before{
	content: "";
	background: url("images/clinic/deco_clinic09.png")no-repeat center/contain;
	width: calc(251 /1920*100vw);
	height: calc(85 /1920*100vw);
	position: absolute;
	top: 0;
	right: calc(50% + (610 /1920*100vw));
	z-index: -1;
}
.wrap_clinic05 .copy{
	width: calc(690 /var(--break)*100vw);
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #199eb7;
	margin: 0 auto calc(18 /var(--break)*100vw);
}
.wrap_clinic05 .txt{
	margin-bottom: calc(54 /var(--break)*100vw);
}
.row_feature05{
	gap:0 calc(30/1500*100%);
}
.row_feature05::after{
	content: "";
	background: url("images/clinic/deco_clinic10.png")no-repeat center/contain;
	width: calc(301 /1920*100vw);
	height: calc(301 /1920*100vw);
	position: absolute;
	top: calc(-45 /1920*100vw);
	right: calc(-110 /1920*100vw);
	z-index: -1;
}
.row_feature05 .col{
	width: calc(480/1500*100%);
}
.row_feature05 .col .ttl_box{
	width: calc(400/480*100%);
	margin: auto;
	height: calc(70 /var(--break)*100vw);
	border: solid 2px #199eb7;
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: 400;
}
.row_feature05 .col .img{
	margin-top: calc(-35 /var(--break)*100vw);
}

.wrap_clinic06{
	background: rgba(244,193,38,0.1);
}
.row_clinic06::before{
	content: "";
	background: url("images/clinic/deco_clinic11.png")no-repeat center/contain;
	width: calc(120 /1920*100vw);
	height: calc(90 /1920*100vw);
	position: absolute;
	top: calc(-20 /1920*100vw);
	left: calc(-110 /1920*100vw);
	z-index: -1;
}
.row_clinic06 .col_img{
	width: 50%;
}
.row_clinic06 .col_img .img{
}
.row_clinic06 .col_txt{
	width: calc(690/1500*100%);
	padding-top: calc(42/1920*100vw);
}
.row_clinic06 .col_txt .copy{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #a88f83;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic06 .col_txt .txt{
}
.row_clinic07::before{
	content: "";
	background: url("images/clinic/deco_clinic12.png")no-repeat center/contain;
	width: calc(120 /1920*100vw);
	height: calc(90 /1920*100vw);
	position: absolute;
	top: calc(-20 /1920*100vw);
	right: calc(-110 /1920*100vw);
	z-index: -1;
}
.row_clinic07 .col_img{
	width: 50%;
}
.row_clinic07 .col_img .img{
}
.row_clinic07 .col_txt{
	width: calc(690/1500*100%);
	padding-top: calc(42/1920*100vw);
}
.row_clinic07 .col_txt .copy{
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: calc(18 /var(--break)*100vw);
	border-bottom: solid 1px #fc8a47;
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic07 .col_txt .txt{
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01::before{
		left: calc(-80 /1920*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01{
		width: calc(320 /1920*100vw);
		height: calc(200 /1920*100vw);
		background: #fff;
		border: solid 1px #d94cb4;
		outline: solid 1px #d94cb4;
		outline-offset: calc(-11 /1920*100vw);
		bottom: calc(20 /1920*100vw);
		right: calc(20 /1920*100vw);
		padding-top: calc(66 /1920*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .ttl{
		font-size: calc(24 /1920*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .txt1{
		font-size: calc(20 /1920*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .txt1 .num{
		font-size: calc(80 /1920*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .txt2{
		font-size: calc(18 /1599*100vw);
	}
	.txt_cap_clinic01{
		font-size: calc(24 /1599*100vw);
		height: calc(70 /1599*100vw);
	}
	.row_clinic01 .col_txt .copy{
		font-size: calc(28 /1599*100vw);
	}

	.row_clinic02 .col_txt .copy{
		font-size: calc(28 /1599*100vw);
	}
	.row_clinic2_2 .col .ttl{
		height: calc(70 /1599*100vw);
		font-size: calc(24 /1599*100vw);
	}


	.row_clinic03::before{
		left: calc(-80 /1920*100vw);
	}
	.row_clinic03 .col_txt .copy{
		font-size: calc(28 /1599*100vw);
	}

	.box_clinic01{
		padding-top: calc(100 /1599*100vw);
	}
	.box_clinic01 .ttl{
		height: calc(100 /1599*100vw);
		font-size: calc(20 /1599*100vw);
	}
	.box_clinic01 .txt1{
		height: calc((308/1920*100vw) - (100 /1599*100vw));
		font-size: calc(18 /1599*100vw);
	}
	.box_clinic01 .img .icn{
		font-size: calc(16 /1599*100vw);
	}

	.row_clinic04::before{
		right: calc(-80 /1920*100vw);
	}
	.row_clinic04 .col_txt{
		width: calc(690/1500*100%);
		padding-top: calc(42/1920*100vw);
	}
	.row_clinic04 .col_txt .copy{
		font-size: calc(28 /1599*100vw);
	}

	.wrap_clinic05 .copy{
		font-size: calc(28 /1599*100vw);
	}
	.row_feature05 .col .ttl_box{
		font-size: calc(24 /1599*100vw);
	}

	.row_clinic06::before{
		left: calc(-80 /1920*100vw);
	}
	.row_clinic06 .col_txt .copy{
		font-size: calc(28 /1599*100vw);
	}
	.row_clinic07::before{
		right: calc(-80 /1920*100vw);
	}
	.row_clinic07 .col_txt .copy{
		font-size: calc(28 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic01{
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.row_clinic01::before{
		width: calc(75 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
		top: calc(568 /var(--break)*100vw);
		left: 0;
	}
	.row_clinic01 .col_img{
		width: 100%;
	}
	.row_clinic01 .col_img .img .box_feature01{
		width: calc(282 /var(--break)*100vw);
		height: calc(230 /var(--break)*100vw);
		outline-offset: calc(-11 /var(--break)*100vw);
		bottom: calc(20 /var(--break)*100vw);
		right: calc(20 /var(--break)*100vw);
		padding-top: calc(79 /var(--break)*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .ttl{
		background: url("images/index/deco_feature01_2.png")no-repeat left -1px top/calc(47 /var(--break)*100vw),#d94cb4;
		height: calc(64 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_clinic01 .col_img .img .box_feature01 .txt1{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.row_clinic01 .col_img .img .box_feature01 .txt1 .num{
		font-size: 2.125rem;
		letter-spacing: 0;
		margin-right: calc(6 /var(--break)*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .txt1 .txt{
		margin-bottom: calc(-7 /var(--break)*100vw);
	}
	.row_clinic01 .col_img .img .box_feature01 .txt2{
		font-size: 0.75rem;
		letter-spacing: 0;
		margin-top: calc(1 /var(--break)*100vw);
	}
	.txt_cap_clinic01{
		font-size: 1rem;
		letter-spacing: 0;
		width: 100%;
		height: calc(70 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt{
		width: 100%;
		padding-top: calc(42/var(--break)*100vw);
	}
	.row_clinic01 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #d94cb4;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .txt{
		margin-bottom: calc(32 /var(--break)*100vw);
	}
	.row_feature01_2{
		gap:0 calc(19.5 /var(--break)*100vw);
	}
	.row_feature01_2 .col{
		width: calc(221 /var(--break)*100vw);
		height: calc(230 /var(--break)*100vw);
		padding-right: calc(10 /var(--break)*100vw);
		line-height: calc(40/24*100%);
		font-size: 0.75rem;
		font-weight: 700;
	}

	.wrap_clinic02::before{
		width: calc(251 /var(--break)*100vw);
		height: calc(86 /var(--break)*100vw);
		top: 0;
		left: calc(50% + (74 /var(--break)*100vw));
	}
	.row_clinic02 .col_img{
		width: 100%;
	}
	.row_clinic02 .col_txt{
		width: 100%;
		padding-top: calc(42 /var(--break)*100vw);
	}
	.row_clinic02 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #a6d132;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.row_clinic02 .col_txt .txt{
	}
	.row_clinic2_2::after{
		width: calc(347 /var(--break)*100vw);
		height: calc(347 /var(--break)*100vw);
		top: calc(-80/var(--break)*100vw);
		right: calc(-80/var(--break)*100vw);
	}
	.row_clinic2_2{
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic2_2 .col{
		width: calc(340/702*100%);
	}
	.row_clinic2_2 .col .ttl{
		width: 100%;
		height: calc(70 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
		font-weight: 400;
	}


	.row_clinic03::before{
		width: calc(75 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
		top: calc(420 /var(--break)*100vw);
		left: 0;
	}
	.row_clinic03 .col_img{
		width: 100%;
	}
	.row_clinic03 .col_txt{
		width: 100%;
		padding-top: calc(42 /var(--break)*100vw);
	}
	.row_clinic03 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #a88f83;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}

	.wrap_clinic03::before{
		width: calc(347 /var(--break)*100vw);
		height: calc(347 /var(--break)*100vw);
		top: calc(-60/var(--break)*100vw);
		left: calc(-80/var(--break)*100vw);
	}
	.box_clinic01{
		width: 100%;
		height: auto;
		outline-offset: calc(-11 /var(--break)*100vw);
		padding-top: calc(150 /var(--break)*100vw);
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.box_clinic01 .ttl{
		background: url("images/clinic/deco_clinic06.png")no-repeat left -1px top/calc(82 /var(--break)*100vw),#a88f83;
		height: calc(140 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(52/32*100%);
		text-align: center;
		padding-bottom: calc(14 /var(--break)*100vw);
		padding-right: 0;
		padding-left: calc(10 /var(--break)*100vw);
	}
	.box_clinic01 .ttl p{
		width: 100%;
		text-align: center;
	}
	.box_clinic01 .ttl span{
		padding: calc(7 /var(--break)*100vw) calc(8 /var(--break)*100vw) calc(11 /var(--break)*100vw) calc(9 /var(--break)*100vw);
		margin-right: 0;
	}
	.box_clinic01 .txt1{
		font-size: 0.875rem;
		letter-spacing: 0;
		height: auto;
		padding-right: calc(252 /var(--break)*100vw);
	}
	.box_clinic01 .img{
		width: calc(210 /var(--break)*100vw);
		height: calc(180 /var(--break)*100vw);
		top: calc(169 /var(--break)*100vw);
		right: calc(29 /var(--break)*100vw);
	}
	.box_clinic01 .img .icn{
		width: calc(123 /var(--break)*100vw);
		height: calc(130 /var(--break)*100vw);
		top: calc(-10 /var(--break)*100vw);
		right: calc(-44 /var(--break)*100vw);
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}

	.row_clinic04::before{
		width: calc(75 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
		top: calc(420 /var(--break)*100vw);
		right: 0;
	}
	.row_clinic04 .col_img{
		width: 100%;
	}
	.row_clinic04 .col_img .img .box{
		background: url("images/clinic/deco_clinic07.png")no-repeat left top/calc(46/var(--break)*100vw),#ff5377;
		width: calc(360 /var(--break)*100vw);
		height: calc(88 /var(--break)*100vw);
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 0.1em;
		top: calc(20/var(--break)*100vw);
		left: calc(20/var(--break)*100vw);
	}
	.row_clinic04 .col_txt{
		width: 100%;
		padding-top: calc(42/var(--break)*100vw);
	}
	.row_clinic04 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #ff5377;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}

	.wrap_clinic05::before{
		width: calc(251 /var(--break)*100vw);
		height: calc(86 /var(--break)*100vw);
		top: 0;
		right: calc(50% + (74 /var(--break)*100vw));
	}
	.wrap_clinic05 .copy{
		width: 100%;
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #199eb7;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.wrap_clinic05 .txt{
		margin-bottom: calc(54 /var(--break)*100vw);
	}
	.row_feature05{
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_feature05::after{
		width: calc(301 /var(--break)*100vw);
		height: calc(301 /var(--break)*100vw);
		top: calc(-45 /var(--break)*100vw);
		right: calc(-45 /var(--break)*100vw);
	}
	.row_feature05 .col{
		width: calc(702 /var(--break)*100vw);
	}
	.row_feature05 .col .ttl_box{
		width: calc(646 /var(--break)*100vw);
		height: calc(80 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_feature05 .col .img{
		margin-top: calc(-40 /var(--break)*100vw);
	}

	.row_clinic06::before{
		width: calc(75 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
		top: calc(420 /var(--break)*100vw);
		left: 0;
	}
	.row_clinic06 .col_img{
		width: 100%;
	}
	.row_clinic06 .col_txt{
		width: 100%;
		padding-top: calc(42 /var(--break)*100vw);
	}
	.row_clinic06 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #a88f83;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}

	.row_clinic07::before{
		width: calc(75 /var(--break)*100vw);
		height: calc(56 /var(--break)*100vw);
		top: calc(420 /var(--break)*100vw);
		right: 0;
	}
	.row_clinic07 .col_img{
		width: 100%;
	}
	.row_clinic07 .col_txt{
		width: 100%;
		padding-top: calc(42 /var(--break)*100vw);
	}
	.row_clinic07 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: calc(56/36*100%);
		border-bottom: solid 1px #fc8a47;
		padding-bottom: calc(32 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
}
.row_clinic_hg{
	gap:calc(30 /var(--break)*100vw) calc(29/1240*100%);
}
.row_clinic_hg .col{
	width: calc(394/1240*100%);
}
.row_clinic_hg .col .ttl{
	height: calc(70 /var(--break)*100vw);
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_hg{
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic_hg .col{
		width: calc(340/702*100%);
	}
	.row_clinic_hg .col .ttl{
		height: calc(80 /var(--break)*100vw);
		font-weight: 400;
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}
#clinic04{
	padding-top: calc(100 /var(--break)*100vw);
	padding-bottom: calc(100 /var(--break)*100vw);
	background: #f7f7f7;
}
.row_clinic_time .col_img{
	width: calc(650/1240*100%);
}
.row_clinic_time .col_txt{
	width: calc(530/1240*100%);
}
.logo_clinic_time{
	width: calc(378 /var(--break)*100vw);
}
.address_clinic_time{
	white-space: nowrap;
}
.tel_clinic_time{
	width: calc(420 /var(--break)*100vw);
	margin: 0 auto calc(26 /var(--break)*100vw);
}
.tel_clinic_time a{
	height: calc(60 /var(--break)*100vw);
	padding-left: calc(8 /var(--break)*100vw);
}
.tel_clinic_time span{
	vertical-align: middle;
}
.tel_clinic_time .icn{
	width: calc(40 /var(--break)*100vw);
	margin-right: calc(13 /var(--break)*100vw);;
}
.tel_clinic_time .icn img{
	width: 100%;
}
.tel_clinic_time .txt{
	font-size: 3.25rem;
	letter-spacing: 0.05em;
	line-height: 1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	#clinic04{
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
	.row_clinic_time .col_img{
		width: 100%;
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.row_clinic_time .col_txt{
		width: 100%;
	}
	.logo_clinic_time{
		width: calc(568 /var(--break)*100vw);
		margin-bottom: calc(45 /var(--break)*100vw);
	}
	.address_clinic_time{
		line-height: calc(52/32*100%);
		margin-bottom: calc(70 /var(--break)*100vw);
	}
	.tel_clinic_time{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto calc(39 /var(--break)*100vw);
	}
	.tel_clinic_time a{
		height: calc(100 /var(--break)*100vw);
		text-align: center;
		padding-top: calc(13 /var(--break)*100vw);
		padding-left: 0;
	}
	.tel_clinic_time .icn{
		width: calc(50 /var(--break)*100vw);
		margin-right: calc(13 /var(--break)*100vw);;
	}
	.tel_clinic_time .txt{
		font-size: 2.125rem;
		letter-spacing: 0.05em;
		line-height: 1em;
	}
}
.txt_clinic_access{
	line-height: calc(26/18*100%);
	margin-bottom: calc(37 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.txt_clinic_access{
		line-height: 2em;
		margin-bottom: calc(37 /var(--break)*100vw);
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(42 / 1920 * 100vw);
	height: calc(80 / 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(42 / 1920 * 100vw);
	height: calc(80 / 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(42 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(42 / 1299 * 100vw);
		height: calc(80 / 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(42 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}
.row_clinic_fc{
	gap:calc(30 /var(--break)*100vw) calc(29/1240*100%);
}
.row_clinic_fc .col{
	width: calc(394/1240*100%);
}
.row_clinic_fc .col .ttl{
	height: calc(70 /var(--break)*100vw);
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_fc{
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_clinic_fc .col{
		width: calc(340/702*100%);
	}
	.row_clinic_fc .col .ttl{
		height: calc(90 /var(--break)*100vw);
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.4em;
		letter-spacing: 0;
	}
}


/* ドクター紹介 doctor
------------------------------------------------------------------*/
.row_doctor01 .col_img{
	width: calc(570/1240*100%);
}
.row_doctor01 .col_img::after{
	content: "";
	width: 100%;
	height: calc(100% - (20 /var(--break)*100vw));
	background: rgba(25,158,183,0.2);
	position: absolute;
	bottom: 0;
	right: calc(-20 /var(--break)*100vw);
	z-index: -1;
}
.row_doctor01 .col_txt{
	width: 50%;
}
.row_doctor01 .col_txt .txt{
	margin-bottom: calc(59 /var(--break)*100vw);
}
.row_doctor01_2{
}
.row_doctor01_2 .name1{
	margin-top: calc(44 /var(--break)*100vw);
}
.row_doctor01_2 .bdr{
	width: calc(140 /var(--break)*100vw);
	height: 1px;
	background: #2e2e2e;
	margin: calc(69 /var(--break)*100vw) calc(17 /var(--break)*100vw) 0;
}
.row_doctor01_2 .name2{
}
.row_doctor01_2 .name2 .txt1{
	margin-bottom: calc(8 /var(--break)*100vw);
}

.bg_doctor01{
	background: rgba(166,209,50,0.1);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_doctor01 .col_img{
		width: calc(570 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
	}
	.row_doctor01 .col_txt{
		width: 100%;
	}
	.row_doctor01 .col_txt .txt{
		margin-bottom: calc(59 /var(--break)*100vw);
	}
	.row_doctor01_2{
		width: 100%;
		-webkit-justify-content: center!important;
		justify-content: center!important;
		padding: 0;
	}
	.row_doctor01_2 .name1{
		margin-top: calc(51 /var(--break)*100vw);
	}
	.row_doctor01_2 .name1 p{
		font-size: 1rem;
	}
	.row_doctor01_2 .bdr{
		width: calc(140 /var(--break)*100vw);
		height: 1px;
		background: #2e2e2e;
		margin: calc(82 /var(--break)*100vw) calc(26 /var(--break)*100vw) 0;
	}
	.row_doctor01_2 .name2{
	}
	.row_doctor01_2 .name2 .txt1{
		font-size: 0.75rem;
		letter-spacing: 0.2em;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.row_doctor01_2 .name2 .txt2{
		font-size: 1.875rem;
		letter-spacing: 0.1em;
	}
}


/* 小児矯正 pediatric_ortho
------------------------------------------------------------------*/
.row_pediatric_ortho01 {
	gap:0 calc(29/1240*100%);
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: calc(60 /var(--break)*100vw);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_pediatric_ortho01 .col{
	width: calc(394/1240*100%);
}
.row_pediatric_ortho01 .col .ttl{
	font-weight: 400;
	letter-spacing: 0;
	height: calc(70 /var(--break)*100vw);
}

.row_pediatric_ortho02{
	gap:calc(30 /var(--break)*100vw) calc(35/1240*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_pediatric_ortho02 .col{
	width: calc(390 /1240*100%);
	border: solid 1px #d94cb4;
	padding-bottom: calc(31 /var(--break)*100vw);
}
.row_pediatric_ortho02 .col:nth-child(2){
	border-color: #ff5377;
}
.row_pediatric_ortho02 .col:nth-child(3){
	border-color: #fc8a47;
}
.row_pediatric_ortho02 .col:nth-child(4){
	border-color: #a6d132;
}
.row_pediatric_ortho02 .col:nth-child(5){
	border-color: #199eb7;
}
.row_pediatric_ortho02 .col::before{
	content: "";
	background: url("images/pediatric_ortho/deco_merit_pediatric_ortho01.png")no-repeat center/contain;
	width: calc(42 /var(--break)*100vw);
	height: calc(42 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: -1px;
	z-index: -1;
}
.row_pediatric_ortho02 .col:nth-child(2)::before{
	background: url("images/pediatric_ortho/deco_merit_pediatric_ortho02.png")no-repeat center/contain;
}
.row_pediatric_ortho02 .col:nth-child(3)::before{
	background: url("images/pediatric_ortho/deco_merit_pediatric_ortho03.png")no-repeat center/contain;
}
.row_pediatric_ortho02 .col:nth-child(4)::before{
	background: url("images/pediatric_ortho/deco_merit_pediatric_ortho04.png")no-repeat center/contain;
}
.row_pediatric_ortho02 .col:nth-child(5)::before{
	background: url("images/pediatric_ortho/deco_merit_pediatric_ortho05.png")no-repeat center/contain;
}
.row_pediatric_ortho02 .col .ttl{
	height: calc(100 /var(--break)*100vw);
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-weight: 400;
	padding-top: calc(8 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_pediatric_ortho02 .col .ttl::after{
	content: "";
	width: calc(330/390*100%);
	height: 1px;
	background: #d94cb4;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.row_pediatric_ortho02 .col:nth-child(2) .ttl::after{
	background: #ff5377;
}
.row_pediatric_ortho02 .col:nth-child(3) .ttl::after{
	background: #fc8a47;
}
.row_pediatric_ortho02 .col:nth-child(4) .ttl::after{
	background: #a6d132;
}
.row_pediatric_ortho02 .col:nth-child(5) .ttl::after{
	background: #199eb7;
}
.row_pediatric_ortho02 .col .txt{
	margin-left: calc(30 /var(--break)*100vw);
	margin-right: calc(30 /var(--break)*100vw);
}

.bg_pediatric_ortho01{
	background: rgba(166,209,50,0.1);
}

.row_pediatric_ortho03 .col{
	width: 32%;
	border: solid 2px #fc8a47;
}
.row_pediatric_ortho03 .col:nth-child(2){
	border: solid 2px #a6d132;
}
.row_pediatric_ortho03 .col:nth-child(3){
	border: solid 2px #199eb7;
}
.row_pediatric_ortho03 .col .ttl{
	height: calc(98 /var(--break)*100vw);
	background: #fc8a47;
	font-weight: 400;
}
.row_pediatric_ortho03 .col:nth-child(2) .ttl{
	background: #a6d132;
}
.row_pediatric_ortho03 .col:nth-child(3) .ttl{
	background: #199eb7;
}
.row_pediatric_ortho03 .col .ttl .txt1{
	margin-bottom: calc(13 /var(--break)*100vw);
}
.row_pediatric_ortho03 .col .box{
	padding: calc(18 /var(--break)*100vw) calc(28/var(--break)*100vw) calc(20 /var(--break)*100vw);
}

.bg_pediatric_ortho02{
	background: rgba(166,209,50,0.2);
}

.wrap_pediatric_ortho01{
	background: rgba(168,143,131,0.1);
}
.wrap_pediatric_ortho01::after{
	content: "";
	width: calc(250 /var(--break)*100vw);
	height: calc(70 /var(--break)*100vw);
	background: rgba(168,143,131,0.5);
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(-40 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_pediatric_ortho04{
	gap:calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
}
.row_pediatric_ortho04 .col	{
	background: url("images/pediatric_ortho/icn_pediatric_ortho.png")no-repeat center/contain;
	width: calc(192 /var(--break)*100vw);
	height: calc(201 /var(--break)*100vw);
	padding-right: calc(10 /var(--break)*100vw);
}
.row_pediatric_ortho04 .col p{
	font-weight: 700;
	line-height: calc(28/18*100%);
}

.box_pediatric_ortho01{
	padding: calc(15 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(17 /var(--break)*100vw);
}
.box_pediatric_ortho01 p{
	font-weight: 700;
	line-height: calc(48/28*100%);
}

.box_pediatric_ortho02{
	background: rgba(25,158,183,0.1);
	padding: calc(15 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(17 /var(--break)*100vw);
	margin-bottom: calc(34 /var(--break)*100vw);
}
.box_pediatric_ortho02::after{
	content: "";
	width: calc(45 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	background: rgba(25,158,183,0.1);
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(-14 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_pediatric_ortho02 p{
	font-weight: 700;
	line-height: calc(48/28*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric_ortho01 {
		gap:calc(40 /var(--break)*100vw) calc(22/702*100%);
		border-bottom: solid 1px #d5d5d5;
		padding-bottom: calc(60 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_pediatric_ortho01 .col{
		width: calc(340/702*100%);
	}
	.row_pediatric_ortho01 .col .ttl{
		font-size: 0.875rem;
		letter-spacing: 0;
		height: calc(80 /var(--break)*100vw);
	}

	.row_pediatric_ortho02{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_pediatric_ortho02 .col{
		width: 100%;
		padding-bottom: calc(31 /var(--break)*100vw);
	}
	.row_pediatric_ortho02 .col .ttl{
		height: auto;
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		font-weight: 400;
		padding-top: calc(28 /var(--break)*100vw);
		padding-bottom: calc(20 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_pediatric_ortho02 .col .ttl::after{
		width: calc(600/646*100%);
	}
	.row_pediatric_ortho02 .col .txt{
		width: calc(600/646*100%);
		margin-left: auto;
		margin-right: auto;
	}
	.row_pediatric_ortho03{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_pediatric_ortho03 .col{
		width: 100%;
	}
	.row_pediatric_ortho03 .col .ttl{
		height: calc(110 /var(--break)*100vw);
		font-weight: 400;
	}
	.row_pediatric_ortho03 .col .ttl .txt1{
		font-size: 0.875rem;
		letter-spacing: 0;
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.row_pediatric_ortho03 .col .ttl .txt2{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_pediatric_ortho03 .col .box{
		padding: calc(18 /var(--break)*100vw) calc(28/var(--break)*100vw) calc(20 /var(--break)*100vw);
	}
	.row_pediatric_ortho04{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) calc(20 /646*100%);
	}
	.row_pediatric_ortho04 .col	{
		background: url("images/pediatric_ortho/icn_pediatric_ortho.png")no-repeat center/contain;
		width: calc(313 /646*100%);
		height: calc(328 /var(--break)*100vw);
		padding-right: calc(10 /var(--break)*100vw);
	}
	.row_pediatric_ortho04 .col p{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.box_pediatric_ortho01 p{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(48/28*100%);
	}
	.box_pediatric_ortho02{
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.box_pediatric_ortho02::after{
		width: calc(90 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		bottom: calc(-30 /var(--break)*100vw);
	}
	.box_pediatric_ortho02 p{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(48/28*100%);
	}
}


/* wrap_check01
------------------------------------------------------------------*/
.wrap_check01{
	background: rgba(166,209,50,0.1);
}
.wrap_check01::before{
	content: "";
	background: url("images/page/deco_common01.png")no-repeat center/contain;
	width: calc(161 /1920*100vw);
	height: calc(161 /1920*100vw);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.wrap_check01::after{
	content: "";
	background: url("images/page/deco_common02.png")no-repeat center/contain;
	width: calc(250 /1920*100vw);
	height: calc(85 /1920*100vw);
	position: absolute;
	top: 0;
	left: calc(50% + (510 /1920*100vw));
	z-index: -1;
}
.wrap_check01 .wrap::before{
	content: "";
	background: url("images/page/deco_common03.png")no-repeat center/contain;
	width: calc(201 /1920*100vw);
	height: calc(201 /1920*100vw);
	position: absolute;
	top: calc(118 /1920*100vw);
	left: calc(-120 /1920*100vw);
	z-index: -1;
}
.box_check01{
	background: #fff;
	border: solid 1px #2e2e2e;
}
.box_check01 .ttl{
	font-weight: 400;
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.box_check01 .box{
}
.box_check01 .box li{
	line-height: 1.6em;
	border-bottom: solid 1px #d5d5d5;
	position: relative;
	padding-left: calc(30 /var(--break)*100vw);
	width: calc(425/900*100%);
	padding-top: calc(6 /var(--break)*100vw);
	padding-bottom: calc(4 /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(12 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_check01 .wrap::before{
		left: calc(-80 /1920*100vw);
	}
}
@media(max-width: 767px) {
	.wrap_check01::before{
		width: calc(128 /var(--break)*100vw);
		height: calc(128 /var(--break)*100vw);
	}
	.wrap_check01::after{
		width: calc(250 /var(--break)*100vw);
		height: calc(85 /var(--break)*100vw);
		top: 0;
		left: calc(50% + (74 /var(--break)*100vw));
	}
	.wrap_check01 .wrap::before{
		width: calc(201 /var(--break)*100vw);
		height: calc(201 /var(--break)*100vw);
		top: auto;
		bottom: calc(-20 /var(--break)*100vw);
		left: calc(-80 /var(--break)*100vw);
	}
	.box_check01{
		background: #fff;
		border: solid 1px #2e2e2e;
		padding: calc(49 /var(--break)*100vw) calc(27 /var(--break)*100vw);
	}
	.box_check01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 /var(--break)*100vw);
		line-height: calc(80 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.box_check01 .box{
	}
	.box_check01 .box li{
		font-size: 1rem;
		line-height: 1.6em;
		border-bottom: solid 1px #d5d5d5;
		position: relative;
		padding-left: calc(40 /var(--break)*100vw);
		width: 100%;
		padding-top: calc(8 /var(--break)*100vw);
		padding-bottom: calc(8 /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(20 /var(--break)*100vw);
		left: 0;
	}
}


/*box_med01
------------------------------------------------------------------*/
.box_med01{
	border: solid 1px #2e2e2e;
	padding: calc(36 /var(--break)*100vw) calc(49 /var(--break)*100vw) calc(49 /var(--break)*100vw);
}
.box_med01 .ttl{
	font-weight: 700;
}
.btn_med01{
	width: calc(460 /var(--break)*100vw);
}
.btn_med01 a{
	background: #199eb7;
	color: #fff;
	height: calc(60 /var(--break)*100vw);
}
.btn_med01 a::after{
	content: "";
	width: calc(25 /var(--break)*100vw);
	height: calc(25 /var(--break)*100vw);
	background: rgba(255,255,255,0.3);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_med01{
		border: solid 1px #2e2e2e;
		padding: calc(36 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(49 /var(--break)*100vw);
	}
	.box_med01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		font-weight: 700;
	}
	.btn_med01{
		width: calc(500 /var(--break)*100vw);
	}
	.btn_med01 a{
		background: #199eb7;
		color: #fff;
		height: calc(80 /var(--break)*100vw);
		font-size: 1.125rem!important;
		letter-spacing: 0!important;
	}
	.btn_med01 a::after{
		content: "";
		width: calc(25 /var(--break)*100vw);
		height: calc(25 /var(--break)*100vw);
		background: rgba(255,255,255,0.3);
		clip-path: polygon( 0 100%,100% 100%,100% 0);
		position: absolute;
		bottom: 0;
		right: 0;
	}
}


/* 成人矯正 orthodontic
------------------------------------------------------------------*/
.row_orthodontic01 {
	gap:0 calc(29/1240*100%);
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: calc(60 /var(--break)*100vw);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_orthodontic01 .col{
	width: calc(394/1240*100%);
}
.row_orthodontic01 .col .ttl{
	font-weight: 400;
	letter-spacing: 0;
	height: calc(70 /var(--break)*100vw);
}

.row_orthodontic02{
	gap:calc(30 /var(--break)*100vw) calc(35/1240*100%);
	padding-bottom: calc(60 /var(--break)*100vw);
	border-bottom: solid 1px #d5d5d5;
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_orthodontic02 .col{
	width: calc(390 /1240*100%);
	border: solid 1px #ff5377;
	padding-bottom: calc(26 /var(--break)*100vw);
}
.row_orthodontic02 .col:nth-child(2){
	border-color: #199eb7;
}
.row_orthodontic02 .col:nth-child(3){
	border-color: #fc8a47;
}
.row_orthodontic02 .col::before{
	content: "";
	background: url("images/orthodontic/deco_plan_orthodontic01.png")no-repeat center/contain;
	width: calc(42 /var(--break)*100vw);
	height: calc(42 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: -1px;
	z-index: -1;
}
.row_orthodontic02 .col:nth-child(2)::before{
	background: url("images/orthodontic/deco_plan_orthodontic02.png")no-repeat center/contain;
}
.row_orthodontic02 .col:nth-child(3)::before{
	background: url("images/orthodontic/deco_plan_orthodontic03.png")no-repeat center/contain;
}
.row_orthodontic02 .col .ttl{
	height: calc(100 /var(--break)*100vw);
	font-weight: 400;
	padding-top: calc(14 /var(--break)*100vw);
	margin-bottom: calc(12 /var(--break)*100vw);
}
.row_orthodontic02 .col .ttl .txt1{
	font-weight: 400;
	line-height: 1em;
	margin-bottom: calc(5 /var(--break)*100vw);
}
.row_orthodontic02 .col .ttl .txt2{
	font-weight: 700;
	font-size: 1.25rem;
}
.row_orthodontic02 .col .ttl::after{
	content: "";
	width: calc(330/390*100%);
	height: 1px;
	background: #ff5377;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.row_orthodontic02 .col:nth-child(2) .ttl::after{
	background: #199eb7;
}
.row_orthodontic02 .col:nth-child(3) .ttl::after{
	background: #fc8a47;
}
.row_orthodontic02 .col .txt{
	text-align: center;
}
.row_orthodontic02 .col .txt .price1{
	font-size: 5rem;
	line-height: 1em;
	letter-spacing: 0;
}
.row_orthodontic02 .col .txt .price2{
	font-size: 2.25rem;
	line-height: 1em;
}
.row_orthodontic02 .col .txt .price2::after{
	content: "（税込）";
	width: calc(200 /var(--break)*100vw);
	text-align: right;
	font-family: shippori mincho, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.875rem;
	position: absolute;
	right: calc(-12 /var(--break)*100vw);
	top: calc(-30 /var(--break)*100vw);
}

.box_orthodontic02{
	background: rgba(25,158,183,0.1);
	padding: calc(15 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(17 /var(--break)*100vw);
	margin-bottom: calc(34 /var(--break)*100vw);
}
.box_orthodontic02::after{
	content: "";
	width: calc(45 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	background: rgba(25,158,183,0.1);
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(-14 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_orthodontic02 p{
	font-weight: 700;
	line-height: calc(48/28*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_orthodontic02 .col .txt .price1{
		font-size: calc(80/1599*100vw);
	}
	.row_orthodontic02 .col .txt .price2{
		font-size: calc(36/1599*100vw);
	}
	.row_orthodontic02 .col .txt .price2::after{
		content: "（税込）";
		width: calc(200 /1599*100vw);
		text-align: right;
		font-size: calc(14/1599*100vw);
		right: calc(-12 /1599*100vw);
		top: calc(-30/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_orthodontic01 {
		gap:calc(40 /var(--break)*100vw) calc(22/702*100%);
		border-bottom: solid 1px #d5d5d5;
		padding-bottom: calc(60 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_orthodontic01 .col{
		width: calc(340/702*100%);
	}
	.row_orthodontic01 .col .ttl{
		font-size: 0.875rem;
		letter-spacing: 0;
		height: calc(80 /var(--break)*100vw);
	}

	.row_orthodontic02{
		width: calc(646 /var(--break)*100vw);
		margin: 0 auto calc(60 /var(--break)*100vw);
		gap:calc(30 /var(--break)*100vw) 0;
		padding-bottom: calc(60 /var(--break)*100vw);
		border-bottom: solid 1px #d5d5d5;
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_orthodontic02 .col{
		width: 100%;
		padding-bottom: calc(26 /var(--break)*100vw);
	}
	.row_orthodontic02 .col .ttl{
		height: auto;
		font-weight: 400;
		padding-top: calc(25 /var(--break)*100vw);
		padding-bottom: calc(15 /var(--break)*100vw);
		margin-bottom: calc(12 /var(--break)*100vw);
	}
	.row_orthodontic02 .col .ttl .txt1{
		font-size: 1rem;
		letter-spacing: 0;
		font-weight: 400;
		line-height: 1em;
		margin-bottom: 0;
	}
	.row_orthodontic02 .col .ttl .txt2{
		font-weight: 700;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_orthodontic02 .col .txt{
		margin-left: 0;
		text-align: center;
	}
	.row_orthodontic02 .col .txt .price1{
		font-size: 4rem;
		line-height: 1em;
		letter-spacing: 0;
	}
	.row_orthodontic02 .col .txt .price2{
		font-size: 1.5rem;
		line-height: 1em;
	}
	.row_orthodontic02 .col .txt .price2::after{
		content: "（税込）";
		width: calc(200 /var(--break)*100vw);
		text-align: right;
		font-size: 0.75rem;
		position: absolute;
		right: calc(-25 /var(--break)*100vw);
		top: calc(-40 /var(--break)*100vw);
	}
	.box_orthodontic02{
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.box_orthodontic02::after{
		width: calc(90 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		bottom: calc(-30 /var(--break)*100vw);
	}
	.box_orthodontic02 p{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: calc(48/28*100%);
	}
}


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

/* 症例紹介 case
------------------------------------------------------------------*/
.row_case_btn{
	gap:calc(20 /var(--break)*100vw) calc(20/1240*100%);
	margin-bottom: calc(100 /var(--break)*100vw);
}
.row_case_btn .col{
	width: calc(400/1240*100%);
}
.row_case_btn .col a{
	height: calc(126 /var(--break)*100vw);
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding-bottom: calc(30 /var(--break)*100vw);
	outline: solid 1px #fff;
	outline-offset: calc(-6 /var(--break)*100vw);
}
.row_case_btn .col a::after{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	background: #fff;
	clip-path: polygon(0 0,50% 100%,100% 0);
	position: absolute;
	bottom: calc(25 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_case01{
	padding-bottom: calc(51 /var(--break)*100vw);
}
.wrap_case01.only{
	padding-bottom: 0;
}
.area_case_common01 {
	padding-bottom: calc(51 /var(--break)*100vw);
}
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 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 {
	background: #fff;
	border: solid calc(2 /var(--break)*100vw) #199eb7;
	color: #199eb7;
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #a6d132;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: url(images/page/arw_case.svg)no-repeat center / cover;
    z-index: 9;
    top: calc(260 /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 {
	margin-top: 0;
	position: relative !important;
	bottom: calc(-51 /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: #d5d5d5;
	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: #199eb7;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
	border-color: #a88f83;
}
.tbl_case table th{
	background: #a88f83;
}
.tbl_case table td{
	background: #fff;
}
.tbl_case table tr:not(:last-child) td {
	border-bottom-color: #a88f83;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_case_btn{
		gap:calc(20 /var(--break)*100vw) calc(22/702*100%);
		margin-bottom: calc(100 /var(--break)*100vw);
	}
	.row_case_btn .col{
		width: calc(340/702*100%);
	}
	.row_case_btn .col a{
		height: calc(126 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
		padding-bottom: calc(30 /var(--break)*100vw);
	}
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 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 #a6d132;
		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(42 / var(--break) * 100vw);
		height: calc(80 / 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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	background: #f7f7f7;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 160px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	font-size: 1rem;
}
.box_invisalign {
	max-width: 1000px;
	border: ;
	background: #f7f7f7;
}
.box_invisalign .ttl {
	font-weight: 300;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 110px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	font-size: 1rem;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #a6d132 !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_invisalign .box {
		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: #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: #a6d132;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-right-color: #f7f7f7;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #f7f7f7;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #199eb7;
	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{
	color: #199eb7;
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #199eb7;
	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 {
	color: #199eb7;
	border-bottom: 1px solid #199eb7;
	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);
	color: #199eb7;
	border-bottom: 1px solid #199eb7;
}
.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 #2e2e2e;
}
.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;
	font-weight: 300;
}
.blog_archive .txt_post .date {
	color: #d94cb4;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-top: calc(-10 / var(--break) * 100vw);
}
.txt_post .txt_excerpt {
	line-height: calc(30/18*100%);
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #199eb7;
	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 #199eb7;
	color: #199eb7;
	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: #199eb7;
	background: #199eb7;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post h3{
	background: linear-gradient(90deg, rgba(255, 85, 133, 1) 0%, rgba(171, 107, 242, 1) 100%);
	color: #fff;
	padding: calc(16 /var(--break)*100vw) calc(28 /var(--break)*100vw);
}
.post_content > h4{
	line-height: 1.6;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #fff;
	background: #a88f83;
	padding: calc(11 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h5{
	line-height: 1.6;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: calc(12 /var(--break)*100vw) calc(27 /var(--break)*100vw) calc(12 /var(--break)*100vw);
	border-top: solid 2px #2e2e2e;
	border-bottom: solid 2px #2e2e2e;
	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 #199eb7;
	background: #199eb7;
	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: #199eb7;
}

@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));
	}
}