@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
	padding-top: calc(156 /var(--break)*100vw);
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-shadow: 0 0 calc(40 /var(--break)*100vw) rgba(0,0,0,0.7);
	margin-bottom: calc(15 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-shadow: 0 0 calc(40 /var(--break)*100vw) rgba(0,0,0,0.7);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3{
	position: relative;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #3a6b3f;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: calc(42 /var(--break)*100vw) 0 calc(36 /var(--break)*100vw);
}
.hdg3::before{
	content: "DENTAL CLINIC";
	color: #a0d2be;
	opacity: 0.2;
	text-align: center;
	font-family: "cormorant-infant", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(130/1920*100vw);
	letter-spacing: 0;
	line-height: 1em;
	position: absolute;
	top: calc(-21 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.hdg3::after{
	content: "";
	width: calc(100 /var(--break)*100vw);
	height: 1px;
	background: #3a6b3f;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.hdg4{
	position: relative;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #bd5ba6;
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	border-bottom: solid 1px #bd5ba6;
	padding-bottom: calc(34 /var(--break)*100vw);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.bdr_common{
	border-bottom: solid 1px #e2e2db;
}
.box_common01{
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.row_common01{
	margin-bottom: calc(50 /var(--break)*100vw);
}
.row_common01 .col_img{
	width: 21%;
	max-width: 290px;
}
.row_common01 .col_txt{
	width: calc(1050/1400*100%);
}
.row_common01 .col_txt .copy{
	padding: calc(4 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	border-radius: calc(10 /var(--break)*100vw); 
	position: relative;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_common01 .col_txt .copy::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: 2px;
	background: #0086c9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		padding-top: calc(222 /var(--break)*100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.hdg3{
		position: relative;
		font-size: 1.4375rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding: calc(32 /var(--break)*100vw) 0 calc(35 /var(--break)*100vw);
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.hdg3::before{
		white-space: nowrap;
		font-size: calc(96 /var(--break)*100vw);
		letter-spacing: 0;
		line-height: 1em;
		top: calc(-12 /var(--break)*100vw);
	}
	.hdg4{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		border-bottom: solid 1px #bd5ba6;
		padding-bottom: calc(34 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.copy_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common01{
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	}
	.row_common01{
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.row_common01 .col_img{
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.row_common01 .col_img img{
		width: 100%;
	}
	.row_common01 .col_txt{
		width: 100%;
	}
	.row_common01 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding: calc(10 /var(--break)*100vw) calc(50 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.box_common02{
		padding: calc(35 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.box_common02 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 院長・クリニック紹介 clinic
------------------------------------------------------------------*/

.row_clinic01{
	margin-bottom: calc(120 /var(--break)*100vw);
}
.row_clinic01 .col_img{
	width: calc(960/1920*100vw);
	margin-right: calc(50% - 50vw);
}
.row_clinic01::before{
	content: "";
	background: url("images/clinic/txt_welcome.svg")no-repeat center/contain;
	width: calc(954 /1920*100vw);
	height: calc(130/1920*100vw);
	position: absolute;
	bottom: 0;
	left: calc(50% - 50vw);
}
.row_clinic01 .box_name{
	background: url("images/clinic/deco_greeting01.png")no-repeat center/contain;
	width: calc(300 /var(--break)*100vw);
	height: calc(300 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-60 /var(--break)*100vw);
	right: 0;
}
.row_clinic01 .box_name .txt1{
	margin-bottom: calc(6 /var(--break)*100vw);
}
.row_clinic01 .box_name .txt2{
	margin-bottom: calc(10 /var(--break)*100vw);
}
.row_clinic01 .box_name .txt3{
	letter-spacing: 0.4em;
}
.row_clinic01 .col_txt{
	width: calc(652 /1500*100%);
	padding: calc(118 /1920*100vw) 0 0 0;
}
.row_clinic01 .col_txt .copy{
	width: fit-content;
	line-height: 1em;
	background: linear-gradient(135deg, rgba(255, 239, 104, 0.8) 0%, rgba(255, 239, 104, 0) 100%),#0086c9;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.9;
	margin-bottom: calc(33 /var(--break)*100vw);
}

.wrap_feature01{
	padding: calc(100 /var(--break)*100vw) 0;
}

.row_feature01 .deco_txt{
	font-size: calc(200 /1920*100vw);
	letter-spacing: 0;
	line-height: 1em;
	opacity: 0.2;
	position: absolute;
	top: calc(-40 /1920*100vw);
	right: 0;
}
.row_feature01.r_reverse .deco_txt{
	right: auto;
	left: 0;
}
.row_feature01 .col_img{
	width: calc(960/1920*100vw);
	margin-left: calc(50% - 50vw);
	margin-right: calc(-110/1920*100vw);
}
.row_feature01.r_reverse .col_img{
	margin-right: calc(50% - 50vw);
	margin-left: calc(-110/1920*100vw);
}
.row_feature01 .col_img .num{
	top: calc(-6 /1920*100vw);
	right: calc(-53 /1920*100vw);
	z-index: 2;
}
.row_feature01.r_reverse .col_img .num{
	right: auto;
	left:calc(-53 /1920*100vw);
}
.row_feature01 .col_img .num p{
	font-size: calc(250 /1920*100vw);
}
.row_feature01 .col_txt{
	width: calc(650/1500*100%);
	position: relative;
	z-index: 1;
}
.row_feature01 .col_txt .copy{
	margin-bottom: calc(20 /1920*100vw);
}
.box_feature01{
	background: url("images/clinic/bg_feature01.png")no-repeat center/cover;
	border-radius: calc(60 /1920*100vw);
	padding: calc(74 /var(--break)*100vw) calc(140 /1920*100vw) calc(73 /var(--break)*100vw) 0;
}
.box_feature01::before{
	content: "";
	background: url("images/clinic/logo_feature01.png")no-repeat center/contain;
	width: calc(735 /1920*100vw);
	height: calc(161 /1920*100vw);
	position: absolute;
	top: calc(-60 /1920*100vw);
	right: calc(-60 /1920*100vw);
}
.row_feature01_2 .col_img{
	width: calc(800/1360*100%);
	margin-left: calc(-80/1360*100%);
	margin-right: calc(-80/1360*100%);
}
.row_feature01_2 .col_txt{
	width: calc(500/1360*100%);
}
.row_feature01_2 .col_txt .copy{
	line-height: calc(50/30*100%);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_feature01 .col_img .img01{
	width: calc(400 /1920*100vw);
	height: calc(360 /1920*100vw);
	bottom: 0;
	right: calc(340 /1920*100vw);
}
.row_feature01 .col_img .img02{
	width: calc(400 /1920*100vw);
	height: calc(360 /1920*100vw);
	bottom: 0;
	right: calc(-40 /1920*100vw);
}
.row_feature01 .col_img .img03{
	width: calc(400 /1920*100vw);
	height: calc(400 /1920*100vw);
	bottom: 0;
	left: calc(-40 /1920*100vw);
}

.box_feature02{
	border-radius: calc(20 /var(--break)*100vw);
	padding: calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.row_feature02{
	margin-bottom: calc(50 /var(--break)*100vw);
}
.row_feature02 .col_img{
	width: 21%;
	max-width: 290px;
}
.row_feature02 .col_txt{
	width: calc(1050/1400*100%);
}
.row_feature02 .col_txt .copy{
	padding: calc(4 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	border-radius: calc(10 /var(--break)*100vw); 
	position: relative;
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_feature02 .col_txt .copy::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: 2px;
	background: #0086c9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.row_clinic02 {
	gap:calc(60 /var(--break)*100vw) calc(29/1240*100%);
}
.row_clinic02 .col{
	width: calc(394/1240*100%);
}
.row_clinic02 .col .ttl{
	background: #f9f4f8;
	color: #bd5ba6;
	padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
}

.row_clinic03 .col_l{
	width: calc(444/1240*100%);
}
.logo_clinic{
	max-width: 405px;
	margin-bottom: calc(25 /var(--break)*100vw);
}
.address_clinic{
	margin-bottom: calc(55 /var(--break)*100vw);
}
.tel_clinic{
	width: 100%;
}
.tel_clinic .txt1{
	margin-bottom: calc(6 /var(--break)*100vw);
}
.tel_clinic .txt2{
	white-space: nowrap;
}
.tel_clinic .txt2 span{
	vertical-align: middle;
}
.tel_clinic .txt2 .icn{
	font-size: 0;
	width: calc(30 /var(--break)*100vw);
	margin-right: calc(19 /var(--break)*100vw);
}
.row_clinic03 .col_r{
	width: 45%;
	max-width: 530px;
}
.bg_clinic01{
	background: url("images/page/pattern01.png")repeat left top/calc(14 /var(--break)*100vw);
}
.box_clinic01{
	padding: calc(60 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.row_clinic04{
	max-width: 1000px;
	margin: auto;
}
.row_clinic04 .col{
	width: calc(475/1000*100%);
	padding: calc(50 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
	background: #f9f4f8;
}
.row_clinic04 .col .icn{
	width: calc(120 /var(--break)*100vw);
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_clinic04 .col .ttl{
	margin-bottom: calc(20 /var(--break)*100vw);
}
.row_clinic04 .col .txt{
	line-height: calc(34/18*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_feature01_2 .col_txt .copy{
		font-size: calc(30/1599*100vw);
		margin-bottom: calc(17 /1599*100vw);
	}
	.row_feature01 .col_img .deco01 .txt1{
		font-size: calc(12 /1599*100vw);
		margin-bottom: calc(7 /1599*100vw);
	}
	.row_feature01 .col_img .deco01 .txt2{
		font-size: calc(18 /1599*100vw);
		margin-bottom: calc(8 /1599*100vw);
	}
	.row_feature01 .col_img .deco01 .txt3{
		margin-bottom: calc(8 /1599*100vw);
	}
	.row_feature01 .col_img .deco01 .txt3 .en{
		font-size: calc(80 /1599*100vw);
		margin-right: calc(7 /1599*100vw);
	}
	.row_feature01 .col_img .deco01 .txt3 .ja{
		font-size: calc(24 /1599*100vw);
		line-height: calc(30/24*100%);
	}
	.row_feature01 .col_img .deco01 .txt4{
		font-size: calc(16 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_feature01{
		background: url("images/index/bg_feature02.png")no-repeat center/cover;
		border-radius: calc(60 /1920*100vw);
		padding-right: calc(100 /1920*100vw);
	}
	.row_feature01_2 .col_img{
		width: calc(800/1400*100%);
	}
	.row_feature01_2 .col_txt {
		width: calc(550/1400*100%);
		padding-top: calc(25 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {
	.row_clinic01{
		margin-bottom: calc(50 /var(--break)*100vw);
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.row_clinic01::before{
		width: calc(600 /var(--break)*100vw);
		height: calc(82 /var(--break)*100vw);
		bottom: 0;
		left: calc(-24 /var(--break)*100vw);
	}
	.row_clinic01 .col_img{
		width: calc(727 /var(--break)*100vw);
		margin-right: calc(-24 /var(--break)*100vw);
	}
	.row_clinic01 .box_name{
		top: calc(529 /var(--break)*100vw);
		bottom: auto;
		right: calc(-24 /var(--break)*100vw);
	}
	.row_clinic01 .box_name .txt1{
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
	.row_clinic01 .box_name .txt2{
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.row_clinic01 .box_name .txt3{
		font-size: 0.625rem;
		letter-spacing: 0;
	}
	.row_clinic01 .col_txt{
		width: 100%;
		padding: calc(80 /var(--break)*100vw) 0 0 0;
	}
	.row_clinic01 .col_txt .copy{
		font-size: 3rem;
		letter-spacing: 0;
		padding-left:0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.row_feature01 .deco_txt{
		width: 100%;
		text-align: center;
		font-size: calc(150 /var(--break)*100vw);
		top: calc(550 /var(--break)*100vw);
		right: 0;
		left: 0;
		margin: auto;
	}
	.wrap_feature01::after{
		width: calc(304 /var(--break)*100vw);
		height: calc(448 /var(--break)*100vw);
		top: calc(517 /var(--break)*100vw);
	}
	.wrap_feature01:first-child .row_feature01{
		margin-bottom: calc(72 /var(--break)*100vw);
	}
	.wrap_feature01:last-child{
		padding-bottom: 0;
	}
	.row_feature01 .col_img{
		width: calc(726 /var(--break)*100vw);
		margin-left: calc(-24 /var(--break)*100vw);
		margin-right: auto;
	}
	.row_feature01.r_reverse .col_img{
		margin-right: calc(-24 /var(--break)*100vw);
		margin-left: auto;
	}
	.row_feature01 .col_img .num{
		top: calc(33 /var(--break)*100vw);
		right: calc(-33 /var(--break)*100vw);
	}
	.row_feature01.r_reverse .col_img .num{
		right: auto;
		left:calc(-24 /var(--break)*100vw);
	}
	.row_feature01 .col_img .num p{
		font-size: calc(200 /var(--break)*100vw);
	}
	.row_feature01 .col_txt{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		padding-top: calc(122 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .logo{
		width: calc(493 /var(--break)*100vw);
		margin: 0 auto calc(43 /var(--break)*100vw) calc(27 /var(--break)*100vw);
	}
	.row_feature01 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.box_feature01{
		background: url("images/clinic/bg_feature01_sp.png")no-repeat center/cover;
		border-radius: calc(60 /var(--break)*100vw);
		padding: calc(146 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(69 /var(--break)*100vw) ;
	}
	.box_feature01::before{
		content: "";
		width: calc(588 /var(--break)*100vw);
		height: calc(129 /var(--break)*100vw);
		top: calc(-44 /var(--break)*100vw);
		right: 0;
		left: 0;
		margin: auto;
	}
	.box_feature01 .col_txt .txt{
		filter: drop-shadow(0 0 calc(30 /var(--break)*100vw) rgba(0,0,0,0.4)) drop-shadow(0 0 calc(10 /var(--break)*100vw) rgba(0,0,0,0.4));
	}
	.row_feature01_2 .col_img{
		width: calc(699 /var(--break)*100vw);
		margin-left: calc(-52 /var(--break)*100vw);
		margin-right: auto;
		margin-bottom: calc(46 /var(--break)*100vw);
	}
	.row_feature01_2 .col_txt{
		width: 100%;
	}
	.row_feature01_2 .col_txt .copy{
		font-size: 1.1875rem;
		letter-spacing: 0;
		line-height: 1.6em;
		text-align: center;
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.row_feature01 .col_img .img01{
		width: calc(360 /var(--break)*100vw);
		height: calc(324 /var(--break)*100vw);
		bottom: calc(-80 /var(--break)*100vw);
		right: calc(343 /var(--break)*100vw);
	}
	.row_feature01 .col_img .img02{
		width: calc(361 /var(--break)*100vw);
		height: calc(324 /var(--break)*100vw);
		bottom: calc(-80 /var(--break)*100vw);
		right: 0;
	}
	.row_feature01 .col_img .img03{
		width: calc(380 /var(--break)*100vw);
		height: calc(380 /var(--break)*100vw);
		bottom: calc(-80 /var(--break)*100vw);
		left: calc(-13 /var(--break)*100vw);
	}
	
	.box_feature02{
		border-radius: calc(20 /var(--break)*100vw);
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	}
	.row_feature02{
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.row_feature02 .col_img{
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.row_feature02 .col_img img{
		width: 100%;
	}
	.row_feature02 .col_txt{
		width: 100%;
	}
	.row_feature02 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding: calc(10 /var(--break)*100vw) calc(50 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	
	.row_clinic02 {
		gap:calc(40 /var(--break)*100vw) calc(22 /var(--break)*100vw);
	}
	.row_clinic02 .col{
		width: calc(340 /var(--break)*100vw);
	}
	.row_clinic02 .col .ttl{
		font-size: 0.75rem;
		letter-spacing: 0;
		padding: calc(11 /var(--break)*100vw) 0 calc(15 /var(--break)*100vw);
	}
	
	.row_clinic03{
		
	}
	.row_clinic03 .col_l{
		width: 100%;
	}
	.logo_clinic{
		width: calc(405 /var(--break)*100vw);
		max-width: 100%;
		margin: 0 auto calc(25 /var(--break)*100vw);
	}
	.address_clinic{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(55 /var(--break)*100vw);
	}
	.tel_clinic{
		width: 100%;
		margin-bottom: calc(55 /var(--break)*100vw);
	}
	.tel_clinic .txt1{
		font-size: 0.8125rem;
		letter-spacing: 0;
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.tel_clinic .txt2{
		font-size: 2rem;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.tel_clinic .txt2 .icn{
		font-size: 0;
		width: calc(49 /var(--break)*100vw);
		margin-right: calc(30 /var(--break)*100vw);
	}
	.row_clinic03 .col_r{
		width: 100%;
		max-width: 100%;
	}
	.box_clinic01{
		padding: calc(60 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.row_clinic04{
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_clinic04 .col{
		width: 100%;
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.row_clinic04 .col .icn{
		width: calc(120 /var(--break)*100vw);
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic04 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_clinic04 .col .txt{
		font-size: 0.875rem;
	}
}

.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 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 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 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 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 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 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}


/* copy_common
------------------------------------------------------------------*/
.copy_common{
	line-height: calc(54/34*100%);
	margin-bottom: calc(15 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.copy_common{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* wrap_consultation
------------------------------------------------------------------*/
.wrap_consultation{
	background: url("images/page/deco_trouble01.png")no-repeat left top/calc(441 /var(--break)*100vw),#d5f0e5;
}
.box_consultation{
	background: #ffffff;
	border-radius: calc(20 /var(--break)*100vw);
}
.box_consultation .txt{
	font-size: 8.125rem;
	letter-spacing: 0;
	line-height: 1;
	top: calc(-107 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.box_consultation .ttl{
	background: linear-gradient(135deg, rgba(255, 239, 104, 0.4) 0%, rgba(255, 239, 104, 0) 100%),rgba(160,210,190,0.8);
	height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_consultation li{
	width: 48.5%;
	position: relative;
	padding: calc(2 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(1 /var(--break)*100vw);
	border-bottom: dotted 1px #555555;
} 
.row_consultation li::before{
	content: "";
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	width: calc(17 /var(--break)*100vw);
	height: calc(18 /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) {
	
}
@media(max-width: 767px) {
	.wrap_consultation{
		background: url("images/page/deco_trouble01.png")no-repeat left top/calc(441 /var(--break)*100vw),#d5f0e5;
	}
	.box_consultation{
		background: #ffffff;
		border-radius: calc(20 /var(--break)*100vw);
	}
	.box_consultation .txt{
		font-size: calc(130 /var(--break)*100vw);
		letter-spacing: 0;
		line-height: 1;
		top: calc(-107 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.box_consultation .ttl{
		background: linear-gradient(135deg, rgba(255, 239, 104, 0.64) 0%, rgba(255, 239, 104, 0) 100%),rgba(160,210,190,0.8);
		height: calc(130 /var(--break)*100vw);
		border-radius: calc(65 /var(--break)*100vw);
		padding-top: calc(13 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.box_consultation .ttl .ja{
		font-size: 1.125rem!important;
		letter-spacing: 0!important;
		line-height: 1.5em;
	}
	.row_consultation li{
		width: 100%;
		padding: calc(2 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(1 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	} 
	.row_consultation li::before{
		width: calc(27 /var(--break)*100vw);
		height: calc(28 /var(--break)*100vw);
		top: calc(20 /var(--break)*100vw);
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/

.row_default_1500px_2 .col_img .box{
	width: calc(220 /var(--break)*100vw);
	height: calc(220 /var(--break)*100vw);
	background: linear-gradient(135deg, rgba(255, 239, 104, 0.64) 0%, rgba(255, 239, 104, 0) 100%),rgba(160,210,190,0.8);
	border-radius: 100%;
	bottom: calc(-20 /var(--break)*100vw);
	right: calc(18 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_default_1500px_2 .col_img .box{
		width: calc(220 /1599*100vw);
		height: calc(220 /1599*100vw);
		bottom: calc(-20 /1599*100vw);
		right: calc(18 /1599*100vw);
		font-size: calc(18 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_default_1500px_2 .col_img .box{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
}


/* 矯正治療について orthodontic
------------------------------------------------------------------*/
.box_orthodontic01{
	position: relative;
	background: url("images/orthodontic/bg_orthodontic01.png")no-repeat center/cover;
	border-radius: calc(60 /var(--break)*100vw);
	padding: calc(54 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.box_orthodontic01 .ttl{
	top: calc(-27 /var(--break)*100vw);
	left: 0;
	right: 0;
	text-align: center;
}
.row_orthodontic01{
	max-width: 1000px;
	gap:0 calc(11 /1000*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_orthodontic01 .col{
	width: calc(326 /1000*100%);
	border-radius: 100%;
	background: linear-gradient(135deg, rgba(255, 239, 104, 0.4) 0%, rgba(255, 239, 104, 0) 100%),rgba(238,197,197,0.8);
}
.row_orthodontic01 .col .box{
	position: relative;
	padding-top: 100%;
	height: 0;
}
.row_orthodontic01 .col .box .wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
}
.row_orthodontic01 .col .box .wrap .txt1{
	letter-spacing: 0.4em;
	margin-bottom: calc(9 /var(--break)*100vw);
}

.bg_orthodontic01{
	padding: calc(60 /var(--break)*100vw) 0;
}
.bg_orthodontic01::after{
	content: "";
	width: 100%;
	height: calc(200 /var(--break)*100vw);
	background: url("images/page/pattern01.png")repeat left top/calc(14 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.row_orthodontic02{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_orthodontic02 .col_txt{
	width: calc(1150/1500*100%);
}
.row_orthodontic02 .col_txt .copy{
	color: #0086c9;
	position: relative;
	padding-left: calc(36 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_orthodontic02 .col_txt .copy::before{
	content: "";
	width: calc(16 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	border-radius: 100%;
	background: #0086c9;
	position: absolute;
	left: 0;
	top: calc(23 /var(--break)*100vw);
}
.row_orthodontic02 .col_img{
	width: 19.5%;
	max-width: 290px;
}
.bg_loan_orthodontic{
	background: url("images/orthodontic/bg_loan_orthodontic.jpg")no-repeat center/cover;
	padding: calc(45 /var(--break)*100vw) 0  calc(54 /var(--break)*100vw);
}
.copy_loan_orthodontic{
	margin-bottom: calc(27 /var(--break)*100vw);
}
.bg_loan_orthodontic .price{
	text-align: center;
	margin-bottom: calc(20 /var(--break)*100vw);
}
.bg_loan_orthodontic .price .txt1{
	width: calc(90 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
	border-radius: 100%;
	background: linear-gradient(135deg, rgba(255, 239, 104, 0.4) 0%, rgba(255, 239, 104, 0) 100%),rgba(160,210,190,0.8);
	vertical-align: middle;
	margin-right: calc(20 /var(--break)*100vw);
}
.bg_loan_orthodontic .price .txt2{
	vertical-align: middle;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	
	.box_orthodontic01{
		position: relative;
		background: url("images/orthodontic/bg_orthodontic01.png")no-repeat center/cover;
		border-radius: calc(60 /var(--break)*100vw);
		padding: calc(54 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	}
	.box_orthodontic01 .ttl{
		font-size: 1rem;
		letter-spacing: 0;
		top: calc(-35 /var(--break)*100vw);
		left: 0;
		right: 0;
		text-align: center;
	}
	.row_orthodontic01{
		gap:0 calc(20 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_orthodontic01 .col{
		width: calc(313 /var(--break)*100vw);
	}
	.row_orthodontic01 .col .box .wrap .txt1{
		font-size: 0.625rem;
		letter-spacing: 0.1em;
	}
	.row_orthodontic01 .col .box .wrap .txt2{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.row_orthodontic02 .col_txt{
		width: 100%;
	}
	.row_orthodontic02 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
		padding-left: calc(36 /var(--break)*100vw);
		margin-left: calc(28 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_orthodontic02 .col_txt .copy::before{
		top: calc(20 /var(--break)*100vw);
	}
	.row_orthodontic02 .col_img{
		width: 100%;
		max-width: 100%;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.row_orthodontic02 .col_img img{
		width: 100%;
	}
	.bg_loan_orthodontic{
		background: url("images/orthodontic/bg_loan_orthodontic.jpg")no-repeat center/cover;
		padding: calc(45 /var(--break)*100vw) 0  calc(54 /var(--break)*100vw);
	}
	.copy_loan_orthodontic{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.bg_loan_orthodontic .price{
		text-align: center;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.bg_loan_orthodontic .price .txt1{
		width: calc(120 /var(--break)*100vw);
		height: calc(110 /var(--break)*100vw);
		line-height: calc(110 /var(--break)*100vw);
		font-size: 1rem;
		margin-right: calc(20 /var(--break)*100vw);
	}
	.bg_loan_orthodontic .price .txt2{
		text-align: left;
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.bg_loan_orthodontic .price .txt2 .fz80{
		font-size: 2rem;
		letter-spacing: 0;
	}
}


/* マウスピース矯正 mouthpiece
------------------------------------------------------------------*/
.bg_mouthpiece01{
	background: url("images/mouthpiece/bg_mouthpiece01.jpg")no-repeat center/cover;
	padding: calc(52 /var(--break)*100vw) 0 calc(137 /var(--break)*100vw);
}
.bg_mouthpiece01 .txt{
	bottom: calc(-20 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.box_mouthpiece01{
	max-width: 700px;
}
.box_mouthpiece01 .box{
	padding-top: calc(23 /var(--break)*100vw);
	padding-bottom: calc(24 /var(--break)*100vw);
	margin-bottom: calc(20 /var(--break)*100vw);
}
.box_mouthpiece01 .box .ttl1{
	line-height: 1em;
	padding-bottom: calc(20 /var(--break)*100vw);
	border-bottom: solid 1px #0086c9;
	margin-bottom: calc(16 /var(--break)*100vw);
}
.box_mouthpiece01 .box .ttl2{
	line-height: 1em;
}
.box_mouthpiece01 .price .txt1{
	width: calc(90 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
	border-radius: 100%;
	margin-right: calc(21 /var(--break)*100vw);
	box-shadow: 0 0 calc(30 /var(--break)*100vw) 0 rgba(0,0,0,0.05);
	vertical-align: middle;
}
.box_mouthpiece01 .price .txt2{
	vertical-align: middle;
	margin-right: calc(13 /var(--break)*100vw);
}
.box_mouthpiece01 .price .txt3{
	vertical-align: middle;
	margin-top: calc(34 /var(--break)*100vw);
}
.box_mouthpiece01 .price .txt4{
	vertical-align: middle;
	margin-left: calc(-96 /var(--break)*100vw);
	margin-bottom: calc(34 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_mouthpiece01{
		background: url("images/mouthpiece/bg_mouthpiece01.jpg")no-repeat center/cover;
		padding: calc(52 /var(--break)*100vw) 0 calc(125 /var(--break)*100vw);
	}
	.bg_mouthpiece01 .txt{
		font-size: calc(100 /var(--break)*100vw);
		bottom: calc(-16 /var(--break)*100vw);
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_mouthpiece01{
		max-width: calc(700 /var(--break)*100vw);
	}
	.box_mouthpiece01 .box{
		padding-top: calc(23 /var(--break)*100vw);
		padding-bottom: calc(24 /var(--break)*100vw);
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.box_mouthpiece01 .box .ttl1{
		font-size: calc(22 /var(--break)*100vw);
		line-height: 1em;
		padding-bottom: calc(20 /var(--break)*100vw);
		border-bottom: solid 1px #0086c9;
		margin-bottom: calc(16 /var(--break)*100vw);
	}
	.box_mouthpiece01 .box .ttl2{
		font-size: calc(36 /var(--break)*100vw);
		line-height: 1em;
	}
	.box_mouthpiece01 .price .txt1{
		font-size: calc(20 /var(--break)*100vw);
		width: calc(90 /var(--break)*100vw);
		height: calc(80 /var(--break)*100vw);
		line-height: calc(80 /var(--break)*100vw);
		border-radius: 100%;
		margin-right: calc(21 /var(--break)*100vw);
		vertical-align: middle;
	}
	.box_mouthpiece01 .price .txt2{
		font-size: calc(100 /var(--break)*100vw);
		vertical-align: middle;
		margin-right: calc(13 /var(--break)*100vw);
	}
	.box_mouthpiece01 .price .txt3{
		font-size: calc(40 /var(--break)*100vw);
		vertical-align: middle;
		margin-top: calc(34 /var(--break)*100vw);
	}
	.box_mouthpiece01 .price .txt4{
		font-size: calc(20 /var(--break)*100vw);
		vertical-align: middle;
		margin-left: calc(-96 /var(--break)*100vw);
		margin-bottom: calc(34 /var(--break)*100vw);
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	background: url("images/case/bg_case01.jpg")no-repeat center/cover;
	padding: calc(50 /var(--break)*100vw) 0 calc(168 /var(--break)*100vw);
}
.row_case_btn{
	gap:0 calc(47.5/1240*100%);
}
.row_case_btn .col{
	width: calc(210/1240*100%);
	max-width: calc(210 /var(--break)*100vw);
}
.row_case_btn .col a{
	display: block;
	height: calc(210 /var(--break)*100vw);
	background: #fff;
	border-radius: 100%;
	margin-bottom: calc(25 /var(--break)*100vw);
	box-shadow: 0 0 calc(30 /var(--break)*100vw) 0 rgba(0,0,0,0.05);
}
.row_case_btn .col a::after{
	content: "";
	background: url("images/case/arw_case.svg")no-repeat center/contain;
	width: calc(30 /var(--break)*100vw);
	height: calc(30 /var(--break)*100vw);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.row_case_btn .col a .icn {
	width: calc(109/210*100%);
	text-align: center;
	position: absolute;
	top: calc(54 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.txt_case01{
	color: #fff;
	bottom: calc(-20 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	opacity: 0.4;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_case_btn .col{
		width: calc(210/1240*100%);
		max-width: calc(195 /var(--break)*100vw);
	}
	.row_case_btn .col a{
		display: block;
		height: calc(195 /var(--break)*100vw);
		background: #fff;
		border-radius: 100%;
		margin-bottom: calc(25 /var(--break)*100vw);
		box-shadow: 0 0 calc(30 /var(--break)*100vw) 0 rgba(0,0,0,0.05);
	}
}
@media(max-width: 767px) {
	.bg_case01{
		background: url("images/case/bg_case01.jpg")no-repeat center/cover;
		padding: calc(50 /var(--break)*100vw) 0 calc(136 /var(--break)*100vw);
	}
	.row_case_btn{
		gap:calc(30 /var(--break)*100vw) calc(20 /var(--break)*100vw);
	}
	.row_case_btn .col{
		width: calc(300 /var(--break)*100vw);
		max-width: calc(300 /var(--break)*100vw);
	}
	.row_case_btn .col a{
		height: calc(300 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_case_btn .col a::after{
		bottom: calc(50 /var(--break)*100vw);
	}
	.row_case_btn .col a .icn {
		width: calc(109 /var(--break)*100vw);
		top: calc(80 /var(--break)*100vw);
	}
	.row_case_btn .col .txt {
		font-size: 1rem;
	}
	.txt_case01{
		font-size: calc(100 /var(--break)*100vw);
		bottom: calc(-16 /var(--break)*100vw);
	}
}


/* よくあるご質問 faq
------------------------------------------------------------------*/
.bg_faq01{
	background: url("images/faq/bg_faq.jpg")no-repeat center/cover;
	padding: calc(50 /var(--break)*100vw) 0 calc(136 /var(--break)*100vw);
}
.row_faq_btn .col{
	width: calc(400/1240*100%);
}
.row_faq_btn .col a::after{
	background: url("images/faq/arw_faq.svg")no-repeat center/contain;
	width: calc(10 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	right: calc(33 /var(--break)*100vw);
}
.txt_faq01{
	color: #fff;
	bottom: calc(2 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	opacity: 0.4;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_faq01{
		background: url("images/faq/bg_faq.jpg")no-repeat center/cover;
		padding: calc(50 /var(--break)*100vw) 0 calc(136 /var(--break)*100vw);
	}
	.row_faq_btn{
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(40 /var(--break)*100vw) 0;
	}
	.row_faq_btn .col{
		width: 100%;
	}
	.row_faq_btn .col a::after{
		width: calc(20 /var(--break)*100vw);
		height: calc(12 /var(--break)*100vw);
		right: calc(33 /var(--break)*100vw);
	}
	.txt_faq01{
		font-size: calc(100 /var(--break)*100vw);
	}
}

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01{
	padding-bottom: calc(52 /var(--break)*100vw);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.wrap_case01.only{
	padding-bottom: 0;
}
.slide_case01{
	background: #ffffff;
	border-radius: calc(40 /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;
}
.area_case_common01 .ttl::before,
.area_case_common01 .ttl::after{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(5 /var(--break)*100vw);
	background: #bd5ba6;
}
.area_case_common01 .ttl::before{
	margin-right: calc(15 /var(--break)*100vw);
}
.area_case_common01 .ttl::after{
	margin-left: calc(15 /var(--break)*100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #bd5ba6;
	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: 0;
    bottom: 0;
    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: #ffffff;
	border: solid 1px #bd5ba6;
	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: #bd5ba6;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case table {
	border: none;
}
.tbl_case th {
	background: #e7cee1;
	color: #bd5ba6;
	font-weight: 500;
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
}
.tbl_case td {
	background: #f9f4f8;
	padding: calc(15 / var(--break) * 100vw ) calc(18 / var(--break) * 100vw ) calc(16 / var(--break) * 100vw );
}
.tbl_case tr:not(:last-child) th {
	border-bottom: 1px solid #ffffff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #ffffff;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.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 #bd5ba6;
		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 0;
	}
	.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: 69vw;
	}
	.slide_case01 .slick-prev {
		left: calc(28 /var(--break)*100vw);
	}
	.slide_case01 .slick-next {
		right: calc(28 /var(--break)*100vw);
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
		border-bottom: 1px solid #fff;
	}
	.tbl_case table td{
		border-left: none!important;
	}
}


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


/* 採用情報 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: #0086c9;
	color: #fff;
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	border-radius: calc(20 /var(--break)*100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	color: #0086c9;
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	color: #0086c9;
	background: #c5dce7;
	border: 1px solid #e2e2db;
	border-right-color: #e2e2db;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e2e2db;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #0086c9;
	text-decoration: none;
}
.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);
	color: #0086c9;
	border-bottom: 1px solid #0086c9;
	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: #0086c9;
	border-bottom: 1px solid #0086c9;
	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 {
	color: #0086c9;
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #0086c9;
}
.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 #0086c9;
}
.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-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0086c9;
}
.blog_archive .txt_post .date {
	margin-top: calc(-6 /var(--break)*100vw);
	color: #555555;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(9 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #0086c9;
}
.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 #0086c9;
	color: #0086c9;
	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: #0086c9;
	background: #0086c9;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post h1{
	line-height: 1.6;
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #d5f0e5;
	color: #3a6b3f;
	border-radius: calc(10 /var(--break)*100vw);
	padding: calc(19 /var(--break)*100vw) calc(30 /var(--break)*100vw);
}
.post_content > h2,.post_content > h3{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0086c9;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h2{
	background: url("images/page/pattern01.png")repeat left top/calc(14 /var(--break)*100vw);
	border-radius: calc(10 /var(--break)*100vw);
	padding: calc(13 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(14 /var(--break)*100vw);
	position: relative;
}
.post_content > h2::before{
	content: "";
	width: calc(30 /var(--break)*100vw);
	height: 2px;
	background: #0086c9;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_content > h3{
	padding-left: calc(36 /var(--break)*100vw);
	padding-bottom: calc(13 /var(--break)*100vw);
	position: relative;
	border-bottom: solid 1px #0086c9;
}
.post_content > h3::before{
	content: "";
	width: calc(16 /var(--break)*100vw);
	height: calc(16 /var(--break)*100vw);
	background: #0086c9;
	border-radius: 100%;
	position: absolute;
	top: calc(9 /var(--break)*100vw);
	left: 0;
}
#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 #0086c9;
	background: #0086c9;
	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: #2461a8;
}

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


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