@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	position: relative;
	height: calc(380 / 1920 * 100vw);
	padding-top: calc(20 /1920*100vw);
	padding-left: calc(460 /1920*100vw);
}
.main_page::before{
	content: "";
	background: url("images/page/bg_ttl_page.png")no-repeat center/ cover;
	width: calc(1440 /1920*100vw);
	height: calc(360 /1920*100vw);
	border-radius: calc(50 /1920*100vw);
	position: absolute;
	top: calc(20 /1920*100vw);
	right: calc(20 /1920*100vw);
	z-index: -1;
}
.main_page::after{
	content: "";
	background: url("images/page/deco_main_lower.png")no-repeat center/ cover;
	width: calc(838 /1920*100vw);
	height: calc(243 /1920*100vw);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.hdg2{
	text-shadow: 0 0 calc(5 /var(--break)*100vw) #ffffff, 0 0 calc(5 /var(--break)*100vw) #ffffff, 0 0 calc(10 /var(--break)*100vw) #ffffff, 0 0 calc(10 /var(--break)*100vw) #ffffff, 0 0 calc(15 /var(--break)*100vw) #ffffff, 0 0 calc(15 /var(--break)*100vw) #ffffff, 0 0 calc(20 /var(--break)*100vw) #ffffff, 0 0 calc(20 /var(--break)*100vw) #ffffff;
	padding-left: calc(54 /var(--break)*100vw);
}
.hdg2 span{
	display: inline-block;
	vertical-align: middle;
}
.hdg2 .ja {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-right: calc(20 /1920*100vw);
}
.hdg2 .en {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.box_flow:nth-child(2n) {
    background: #fcf7e1;
}
@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.flex {
		-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;
	}
.main_page {
	position: relative;
	height: calc(500 /var(--break)*100vw);
	padding-top: calc(204 /var(--break)*100vw);
	padding-left: 0;
}
.main_page::before{
	content: "";
	background: url("images/page/bg_ttl_page_sp.png")no-repeat center/ cover;
	width: calc(730 /var(--break)*100vw);
	height: calc(490 /var(--break)*100vw);
	border-radius: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.main_page::after{
	background: url("images/page/deco_main_lower_sp.png")no-repeat center/ contain;
	width: calc(502 /var(--break)*100vw);
	height: calc(181 /var(--break)*100vw);
}
	.hdg2{
		text-align: center;
		padding: 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		display: block;
		margin-bottom: calc(36 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
		display: block;
	}
	.col_img {
		text-align: center;
	}
}


/* 医院紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
}
.bg_clinic01::before{
	content: "";
	background: url("images/clinic/deco_clinic01.png")no-repeat center/contain;
	width: calc(270 /var(--break)*100vw);
	height: calc(341 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
}
.bg_clinic01::after{
	content: "";
	background: url("images/clinic/deco_clinic02.png")no-repeat center/contain;
	width: calc(290 /var(--break)*100vw);
	height: calc(123 /var(--break)*100vw);
	position: absolute;
	bottom: calc(70 /var(--break)*100vw);
	right: 0;
}
.box_clinic01{
	border-top: solid calc(12 /var(--break)*100vw) #74d2c4;
	border-bottom-left-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
	padding: calc(26 /var(--break)*100vw) calc(60 /var(--break)*100vw) calc(52 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.deco_clinic01::before,
.deco_clinic01::after{
	content: "";
	width: calc(60 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	border-right: solid calc(2 /var(--break)*100vw) #1a2d3c;
	border-bottom: solid calc(2 /var(--break)*100vw) #1a2d3c;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.deco_clinic01::after{
	width: calc(54 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	bottom: calc(16 /var(--break)*100vw);
	right: calc(16 /var(--break)*100vw);
}
.box_clinic01 .ttl{
	margin-bottom: calc(25 /var(--break)*100vw);
}
.box_clinic01 .ttl::before,
.box_clinic01 .ttl::after{
	content: "";
	background: url("images/clinic/deco_ttl_l.png")no-repeat center/contain;
	width: calc(31 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: calc(50% + (180 /var(--break)*100vw));
	bottom: 0;
	margin: auto;
}
.box_clinic01 .ttl::after{
	background-image: url("images/clinic/deco_ttl_r.png");
	left: calc(50% + (180 /var(--break)*100vw));
	right: auto;
}
.box_clinic01 .catch01{
	width: calc(539 /var(--break)*100vw);
	margin-bottom: calc(26 /var(--break)*100vw);
}
.box_clinic01 .catch02{
	width: calc(712 /var(--break)*100vw);
	margin-bottom: calc(33 /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::after{
		bottom: calc(10 /var(--break)*100vw);
	}
	.box_clinic01{
		padding: calc(26 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(52 /var(--break)*100vw);
	}
	.box_clinic01 .ttl{
		font-size: 2rem;
	}
	.box_clinic01 .catch02{
		width: 100%;
	}
	.box_clinic01 .txt{
		text-align: left;
	}
}
.bg_clinic02{
	background: url("images/clinic/bg_clinic02.jpg")no-repeat center bottom/contain,#efe8dd;
}
.bg_clinic02::before{
	content: "";
	background: url("images/clinic/deco_clinic03.png")no-repeat center/contain;
	width: calc(130 /var(--break)*100vw);
	height: calc(307 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.bg_clinic02.bg_clinic04::before{
	right: auto;
	left: 0;
}
.wrap_clinic01{
	width: 90%;
	max-width: 1640px;
	min-height: calc(660 /var(--break)*100vw);
	background: url("images/clinic/img_clinic01.png")no-repeat left top/calc(860 /var(--break)*100vw);
	padding-top: calc(20 /var(--break)*100vw);
}
.wrap_clinic01 .number01{
	width: calc(100% - (800 /1920*100vw));
	margin-bottom: calc(25 /1920*100vw);
}
.wrap_clinic01 .number01 .img{
	width: calc(159 /1920*100vw);
}

.box_clinic02{
	width: calc(100% - (800 /1920*100vw));
	border-left: solid calc(12 /var(--break)*100vw) #82d6ca;
	border-top-right-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
	padding: calc(58 /1920*100vw) calc(80 /1920*100vw) calc(74 /1920*100vw) calc(68 /1920*100vw);
}
.box_clinic02 .copy{
	font-size: calc(38/1920*100vw);
	margin-bottom: calc(5 /var(--break)*100vw);
}
.box_clinic02 .copy2{
	margin-bottom: calc(21 /var(--break)*100vw);
}
.row_clinic01 .col{
	width: 47.5%;
	height: calc(140 /var(--break)*100vw);
	border-left: solid calc(12 /var(--break)*100vw) #eb8dae;
	border-top-right-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
}
.row_clinic01 .col:nth-child(2){
	border-left: solid calc(12 /var(--break)*100vw) #faa600;
}

.wrap_clinic02::before{
	content: "";
	background: url("images/clinic/deco_clinic04.png")no-repeat center/contain;
	width: calc(270 /var(--break)*100vw);
	height: calc(341 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: calc(30 /var(--break)*100vw);
	z-index: -1;
}
.wrap_clinic02::after{
	content: "";
	background: url("images/clinic/deco_clinic05.jpg")no-repeat center/contain;
	width: calc(340 /var(--break)*100vw);
	height: calc(340 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.wrap_clinic02 .wrap{
	width: 95%;
	max-width: 1720px;
	margin: auto;
}
.row_clinic02 .col_img{
	width: 50%;
}
.row_clinic02 .col_txt{
	width: calc(760/1720*100%);
	padding-top: calc(40 /var(--break)*100vw);
}
.row_clinic02 .number02{
	width: calc(194 /1920*100vw);
	margin-bottom: calc(37 /var(--break)*100vw);
}
.row_clinic02 .copy{
	font-size: calc(38/1920*100vw);
	white-space: nowrap;
	margin-bottom: calc(6 /var(--break)*100vw);
}
.row_clinic02 .copy2{
	margin-bottom: calc(21 /var(--break)*100vw);
}
.bg_clinic03{
	background: url("images/clinic/bg_clinic03.jpg")no-repeat center bottom/contain,#dae8ed;
}
.wrap_clinic03{
	background: url("images/clinic/img_clinic03.png")no-repeat left top/calc(860 /var(--break)*100vw);
}
.wrap_clinic03 .number03{
	width: calc(100% - (800 /1920*100vw));
	margin-bottom: calc(25 /1920*100vw);
}
.wrap_clinic03 .number03 .img{
	width: calc(194 /1920*100vw);
}
.row_clinic02 .number04{
	width: calc(200 /1920*100vw);
	margin-bottom: calc(45 /1920*100vw);
}
.bg_clinic04{
	background: #efe8dd;
}
.bg_clinic04::after{
	content: "";
	background: #fff;
	width: 100%;
	height: calc(441 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.bg_clinic04 .deco{
	width: calc(125 /var(--break)*100vw);
	height: calc(105 /var(--break)*100vw);
	bottom: calc(60 /var(--break)*100vw);
	right: calc(100 /var(--break)*100vw);
}
.wrap_clinic05{
	background: url("images/clinic/img_clinic05.png")no-repeat right top/calc(860 /var(--break)*100vw);
}
.wrap_clinic05 .number05{
	width: calc(100% - (800 /1920*100vw));
	margin-bottom: calc(25 /1920*100vw);
}
.wrap_clinic05 .number05 .img{
	width: calc(192 /1920*100vw);
}

.box_clinic03{
	width: calc(100% - (800 /1920*100vw));
	border-top: solid calc(12 /var(--break)*100vw) #fcd133;
	border-bottom-left-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
	padding: calc(46 /1920*100vw) calc(80 /1920*100vw) calc(77 /1920*100vw);
}
.box_clinic03 .copy{
	font-size: calc(38/1920*100vw);
	margin-bottom: calc(6 /var(--break)*100vw);
}
.box_clinic03 .copy2{
	margin-bottom: calc(11 /var(--break)*100vw);
}
.bg_clinic05{
	background: url("images/clinic/bg_clinic04.jpg")no-repeat center bottom/contain,#e5eef2;
}
.bg_clinic05::before{
	content: "";
	background: url("images/clinic/deco_clinic07.png")no-repeat center/contain;
	width: calc(130 /var(--break)*100vw);
	height: calc(307 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.wrap_clinic06{
	width: 90%;
	max-width: 1640px;
	min-height: calc(660 /var(--break)*100vw);
	background: url("images/clinic/img_clinic09.png")no-repeat left top/calc(860 /var(--break)*100vw);
	padding-top: calc(20 /var(--break)*100vw);
}
.wrap_clinic06 .number06{
	width: calc(100% - (800 /1920*100vw));
	margin-bottom: calc(25 /1920*100vw);
}
.wrap_clinic06 .number06 .img{
	width: calc(201 /1920*100vw);
}
.row_clinic03{
	gap:0 calc(32 /var(--break)*100vw);
	height: calc(188 /var(--break)*100vw);
	margin-bottom: calc(107 /var(--break)*100vw);
}
.row_clinic03 .col{
	width: calc(294 /var(--break)*100vw);
	height: calc(294 /var(--break)*100vw);
	background: url("images/clinic/icn_clinic01.svg")no-repeat center/contain;
}
.row_clinic03 .col:nth-child(2){
	background: url("images/clinic/icn_clinic02.svg")no-repeat center/contain;
}
.row_clinic03 .col:nth-child(3){
	background: url("images/clinic/icn_clinic03.svg")no-repeat center/contain;
}

@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic02{
		background: url("images/clinic/bg_clinic02.jpg")no-repeat center bottom/calc(1920/1599*100vw),#efe8dd;
	}
	.wrap_clinic01{
		min-height: calc(660 /1599*100vw);
		background: url("images/clinic/img_clinic01.png")no-repeat left top/calc(860 /1599*100vw);
		padding-top: calc(20 /1599*100vw);
	}
	.wrap_clinic02 .wrap{
		width: 90%;
	}
	.bg_clinic03{
		background: url("images/clinic/bg_clinic03.jpg")no-repeat center bottom/calc(1920/1599*100vw),#dae8ed;
	}
	.wrap_clinic03{
		background: url("images/clinic/img_clinic03.png")no-repeat left top/calc(860 /1599*100vw);
	}
	.wrap_clinic05{
		background: url("images/clinic/img_clinic05.png")no-repeat right top/calc(860 /1599*100vw);
	}
	.bg_clinic06{
		background: url("images/clinic/bg_clinic04.jpg")no-repeat center bottom/calc(1920/1599*100vw),#dae8ed;
	}
	.wrap_clinic06{
		background: url("images/clinic/img_clinic09.png")no-repeat left top/calc(860 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_clinic02{
		background: url("images/clinic/bg_clinic02.jpg")no-repeat center bottom/auto calc(480 /var(--break)*100vw),#efe8dd;
	}
	.wrap_clinic01{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		background: url("images/clinic/img_clinic01.png")no-repeat left top/contain;
		padding-top: calc(590 /var(--break)*100vw);
	}
	.wrap_clinic01 .number01{
		width: calc(702 /var(--break)*100vw);
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.wrap_clinic01 .number01 .img{
		width: calc(159 /var(--break)*100vw);
	}

	.box_clinic02{
		width: calc(702 /var(--break)*100vw);
		padding: calc(63 /var(--break)*100vw) calc(55 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_clinic02 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.box_clinic02 .copy2{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.row_clinic01 {
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_clinic01 .col{
		width: 100%;
		height: calc(140 /var(--break)*100vw);
	}
	.row_clinic01 .col p{
		font-size: 1rem;
	}
	.wrap_clinic02::before{
		content: "";
		background: url("images/clinic/deco_clinic04.png")no-repeat center/contain;
		width: calc(270 /var(--break)*100vw);
		height: calc(341 /var(--break)*100vw);
		position: absolute;
		top: 0;
		right: calc(30 /var(--break)*100vw);
		z-index: -1;
	}
	.wrap_clinic02::after{
		display: none;
	}
	.wrap_clinic02 .wrap{
		width: calc(702 /var(--break)*100vw);
		margin: auto;
	}
	.row_clinic02 .col_img{
		width: 100%;
	}
	.row_clinic02 .col_txt{
		width: 100%;
		padding-top: calc(40 /var(--break)*100vw);
	}
	.row_clinic02 .number02{
		width: calc(194 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.row_clinic02 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.row_clinic02 .copy2{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.row_clinic02 .txt{
		text-shadow: 0 0 calc(5 /var(--break)*100vw) #ffffff, 0 0 calc(5 /var(--break)*100vw) #ffffff, 0 0 calc(10 /var(--break)*100vw) #ffffff, 0 0 calc(10 /var(--break)*100vw) #ffffff;
	}
	.bg_clinic03{
		background: url("images/clinic/bg_clinic03.jpg")no-repeat center bottom/auto calc(480 /var(--break)*100vw),#dae8ed;
	}
	.wrap_clinic03{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		background: url("images/clinic/img_clinic03.png")no-repeat left top/contain;
		padding-top: calc(590 /var(--break)*100vw);
	}
	.wrap_clinic03 .number03{
		width: calc(702 /var(--break)*100vw);
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.wrap_clinic03 .number03 .img{
		width: calc(194 /var(--break)*100vw);
	}
	.row_clinic02 .number04{
		width: calc(200 /var(--break)*100vw);
		margin-bottom: calc(37 /var(--break)*100vw);
	}
	.bg_clinic04{
		background: #efe8dd;
	}
	.bg_clinic04::after{
		height: calc(294 /var(--break)*100vw);
	}
	.bg_clinic04 .deco{
		width: calc(125 /var(--break)*100vw);
		height: calc(105 /var(--break)*100vw);
		bottom: calc(74 /var(--break)*100vw);
		right: calc(24 /var(--break)*100vw);
	}
	.wrap_clinic05{
		background: url("images/clinic/img_clinic05.png")no-repeat left top/contain;
		padding-top: calc(590 /var(--break)*100vw);
	}
	.wrap_clinic05 .number05{
		width: calc(702 /var(--break)*100vw);
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.wrap_clinic05 .number05 .img{
		width: calc(192 /var(--break)*100vw);
	}

	.box_clinic03{
		width: calc(702 /var(--break)*100vw);
		padding: calc(63 /var(--break)*100vw) calc(55 /var(--break)*100vw) calc(90 /var(--break)*100vw) calc(43 /var(--break)*100vw);
	}
	.box_clinic03 .copy{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.box_clinic03 .copy2{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.bg_clinic05{
		background: url("images/clinic/bg_clinic04.jpg")no-repeat center bottom/auto calc(480 /var(--break)*100vw),#dae8ed;
	}
	.wrap_clinic06{
		width: calc(702 /var(--break)*100vw);
		max-width: calc(702 /var(--break)*100vw);
		background: url("images/clinic/img_clinic09.png")no-repeat left top/contain;
		padding-top: calc(590 /var(--break)*100vw);
	}
	.wrap_clinic06 .number06{
		width: calc(702 /var(--break)*100vw);
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.wrap_clinic06 .number06 .img{
		width: calc(201 /var(--break)*100vw);
	}
	.row_clinic03 .col p{
		font-size: 0.8125rem;
		letter-spacing: 0;
	}
	.row_clinic03 .col p .fz44{
		font-size: 1.3125rem;
		letter-spacing: 0;
	}
	.row_clinic03{
		gap:0 calc(20 /var(--break)*100vw);
		height: calc(188 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_clinic03 .col{
		width: calc(210 /var(--break)*100vw);
		height: calc(210 /var(--break)*100vw);
	}
}

.wrap_clinic_hg .box_clinic01{
	padding: calc(26 /var(--break)*100vw) calc(60 /var(--break)*100vw) calc(60 /var(--break)*100vw) calc(60 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.wrap_clinic_hg .box_clinic01 .copy{
	line-height: calc(60/38*100%);
}
.row_hg {
	gap:calc(50 /var(--break)*100vw) calc(50/1240*100%);
}
.row_hg .col{
	width: calc(380/1240*100%);
}
.row_hg .col .ttl{
	color: #fff;
	background: #faa600;
	font-weight: 300;
}
.row_hg .col:nth-child(4n - 2) .ttl{
	background: #eb8dae;
}
.row_hg .col:nth-child(4n - 1) .ttl{
	background: #8daeeb;
}
.row_hg .col:nth-child(4n) .ttl{
	background: #74d2c4;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_clinic_hg .box_clinic01{
		padding: calc(26 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(52 /var(--break)*100vw);
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.wrap_clinic_hg .box_clinic01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(60/38*100%);
	}
	.wrap_clinic_hg .txt{
		text-align: left;
	}
	.row_hg {
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_hg .col{
		width: calc(340/702*100%);
	}
	.row_hg .col .ttl{
		font-size: 0.75rem;
		letter-spacing: 0;
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}
.wrap_fz01{
	padding: calc(45 /var(--break)*100vw) 0 calc(64 /var(--break)*100vw);
}
.ttl_fc01{
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(38 /var(--break)*100vw);
	margin-bottom: calc(31 /var(--break)*100vw);
}
.ttl_fc01 .ja{
	margin-top: calc(-69 /var(--break)*100vw);
}
.row_fc01 ul{
	width: calc(605/1240*100%);
}
.row_fc01 .list_default li:before {
	background: #faa600;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_fz01{
		padding: calc(45 /var(--break)*100vw) 0 calc(64 /var(--break)*100vw);
	}
	.ttl_fc01{
		border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
		padding-bottom: calc(38 /var(--break)*100vw);
		margin-bottom: calc(31 /var(--break)*100vw);
	}
	.ttl_fc01 .en{
		font-size: 3.125rem;
	}
	.ttl_fc01 .ja{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-top: calc(-69 /var(--break)*100vw);
	}
	.row_fc01 ul{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_fc01 ul:nth-child(2){
		margin-top: 3vw;
	}
}


/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.row_staff01 .col_txt {
	width: 48.3%;
}
.row_staff01 .col_img {
	width: 47%;
	max-width: 580px;
}
.row_staff01 .col_img .icn01 {
	background: url("images/staff/icn_staff01.svg")no-repeat center/contain;
	width: calc(240 /var(--break)*100vw);
	height: calc(240 /var(--break)*100vw);
	bottom: calc(30 /var(--break)*100vw);
	left: calc(40 /var(--break)*100vw);
}
.row_staff01 .col_img .icn02 {
	background: url("images/staff/icn_staff02.svg")no-repeat center/contain;
	width: calc(240 /var(--break)*100vw);
	height: calc(240 /var(--break)*100vw);
	bottom: calc(30 /var(--break)*100vw);
	right: calc(40 /var(--break)*100vw);
}
.row_staff01 .col_img .icn03 {
	background: url("images/staff/icn_staff03.svg")no-repeat center/contain;
	width: calc(240 /var(--break)*100vw);
	height: calc(240 /var(--break)*100vw);
	bottom: calc(30 /var(--break)*100vw);
	left: calc(40 /var(--break)*100vw);
}
.row_staff01 .col_img p span:nth-child(1){
	margin-bottom: calc(15 /var(--break)*100vw);
}
.row_staff01 .col_img p span:nth-child(2){
	margin-bottom: calc(27 /var(--break)*100vw);
}
.wrap_staff01{
	padding: calc(45 /var(--break)*100vw) 0 calc(64 /var(--break)*100vw);
}
.ttl_staff01{
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(38 /var(--break)*100vw);
	margin-bottom: calc(31 /var(--break)*100vw);
}
.ttl_staff01 .ja{
	margin-top: calc(-69 /var(--break)*100vw);
}
.row_staff02 ul{
	width: calc(605/1240*100%);
}
.row_staff02 .list_default li:before {
	background: #faa600;
}
.wrap_staff02{
	padding-bottom: calc(53 /var(--break)*100vw);
}
.wrap_staff02 .name span{
	display: inline-block;
}
.wrap_staff02 .name span:nth-child(1){
	margin-right: calc(17 /var(--break)*100vw);
}
.wrap_staff02 .name span:nth-child(2){
	margin-right: calc(7 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.row_staff01 .col_txt {
		width: calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_staff01 .col_img {
		width: calc(460 /var(--break)*100vw);
		max-width: calc(460 /var(--break)*100vw);
		margin: 0 auto 5vw;
	}
	.row_staff01 .col_img .icn01 {
		bottom: calc(10 /var(--break)*100vw);
		left: calc(-20 /var(--break)*100vw);
	}
	.row_staff01 .col_img .icn02 {
		bottom: calc(10 /var(--break)*100vw);
		right: calc(-20 /var(--break)*100vw);
	}
	.row_staff01 .col_img .icn03 {
		bottom: calc(10 /var(--break)*100vw);
		left: calc(-20 /var(--break)*100vw);
	}
	.row_staff01 .col_img p span:nth-child(1){
		font-size: 0.6875rem;
		letter-spacing: 0;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_staff01 .col_img p span:nth-child(2){
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.row_staff01 .col_img p span:nth-child(3){
		font-size: 0.625rem;
		letter-spacing: 0;
	}
	.wrap_staff01{
		padding: calc(45 /var(--break)*100vw) 0 calc(64 /var(--break)*100vw);
	}
	.ttl_staff01{
		border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
		padding-bottom: calc(38 /var(--break)*100vw);
		margin-bottom: calc(31 /var(--break)*100vw);
	}
	.ttl_staff01 .en{
		font-size: 2.8125rem;
	}
	.ttl_staff01 .ja{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-top: calc(-69 /var(--break)*100vw);
	}
	.ttl_staff01.ttl_staff02 .en{
		font-size: 2.1875rem;
	}
	.ttl_staff01.ttl_staff02 .ja{
		margin-top: calc(-59 /var(--break)*100vw);
	}
	.row_staff02 ul{
		width: calc(646 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_staff02 ul:nth-child(2){
		margin-top: 3vw;
	}
	.wrap_staff02 .name{
		text-align: center;
	}
	.wrap_staff02 .name span:nth-child(1){
		font-size: 1rem;
		letter-spacing: 0;
		margin-right: calc(17 /var(--break)*100vw);
	}
	.wrap_staff02 .name span:nth-child(2){
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-right: 0;
	}
	.wrap_staff02 .name span:nth-child(3){
		font-size: 1rem;
		letter-spacing: 0;
		display: block;
		text-align: center;
		margin-top: calc(10 /var(--break)*100vw);
	}
}
.wrap_staff03 .ttl{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.wrap_staff03 .ttl::after{
	content: "";
	background: url("images/staff/deco_staff01.png")no-repeat center/contain;
	width: calc(125 /var(--break)*100vw);
	height: calc(105 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: calc(50% + (291 /var(--break)*100vw));
}
.wrap_staff03 .ttl .en{
	margin-bottom: calc(21 /var(--break)*100vw);
}
.wrap_staff03::before{
	content: "";
	width: 100%;
	height: calc(477 /var(--break)*100vw);
	background: #fcf7e1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_staff03::after{
	content: "";
	width: 100%;
	height: calc(477 /var(--break)*100vw);
	background: url("images/staff/deco_img_staff01.png")no-repeat center/auto 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_staff03 .img::after{
	content: "";
	background: url("images/staff/deco_staff02.png")no-repeat center/contain;
	width: calc(109 /var(--break)*100vw);
	height: calc(123 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-15 /var(--break)*100vw);
	right: calc(100% + 2px);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_staff03 .ttl{
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.wrap_staff03 .ttl::after{
		left: calc(50% + (230 /var(--break)*100vw));
	}
	.wrap_staff03 .ttl .en{
		font-size: 3.75rem;
		margin-bottom: calc(21 /var(--break)*100vw);
	}
	.wrap_staff03 .ttl .ja{
		font-size: 1.125rem;
	}
	.wrap_staff03::before{
		height: calc(280 /var(--break)*100vw);
	}
	.wrap_staff03::after{
		height: calc(280 /var(--break)*100vw);
	}
	.wrap_staff03 .img::after{
		bottom: calc(-100 /var(--break)*100vw);
		right: auto;
		left: 0;
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.row_access01 .col_img{
	width: calc(650/1240*100%);
}
.row_access01 .col_txt{
	width: calc(530/1240*100%);
}
.row_access01 .col_txt .logo_access{
	width: calc(438 /var(--break)*100vw);
	margin-bottom: calc(25 /var(--break)*100vw);
}
.address_access{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.address_access span{
	display: inline-block;
	vertical-align: middle;
}
.address_access .icn{
	width: calc(34 /var(--break)*100vw);
	height: calc(34 /var(--break)*100vw);
	line-height: 1em;
	margin-right: calc(6 /var(--break)*100vw);
}
.btn_access01{
	width: calc(380 /var(--break)*100vw);
	height: calc(120 /var(--break)*100vw);
	margin-bottom: calc(54 /var(--break)*100vw);
}
.btn_access01 a{
	width: 100%;
	height: calc(120 /var(--break)*100vw);
	padding-bottom: calc(6 /var(--break)*100vw);
}
.btn_access01 a::before,
.btn_access01 a::after{
	content: "";
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	z-index: -1;
}
.btn_access01 a::before{
	border-top: solid 2px #1a2d3c;
	border-left: solid 2px #1a2d3c;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
}
.btn_access01 a::after{
	border-bottom: solid 2px #1a2d3c;
	border-right: solid 2px #1a2d3c;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.tbl_access {
	width: calc(500 /var(--break)*100vw);
	margin: 0 auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 .col_img{
		width: 100%;
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.row_access01 .col_txt{
		width: 100%;
	}
	.row_access01 .col_txt .logo_access{
		width: calc(546 /var(--break)*100vw);
		margin: 0 auto calc(28 /var(--break)*100vw);
	}
	.address_access{
		margin-bottom: calc(60 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.address_access .icn{
		width: calc(55 /var(--break)*100vw);
		height: calc(55 /var(--break)*100vw);
		line-height: 1em;
		margin-right: calc(19 /var(--break)*100vw);
	}
	.address_access .icn img{
		width: 100%;
	}
	.btn_access01{
		width: calc(600 /var(--break)*100vw);
		height: calc(140 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.btn_access01 a{
		width: 100%;
		height: calc(140 /var(--break)*100vw);
		padding-bottom: calc(6 /var(--break)*100vw);
	}
	.btn_access01 a::before{
		border-top: solid calc(2 /var(--break)*100vw) #1a2d3c;
		border-left: solid calc(2 /var(--break)*100vw) #1a2d3c;
	}
	.btn_access01 a::after{
		border-bottom: solid calc(2 /var(--break)*100vw) #1a2d3c;
		border-right: solid calc(2 /var(--break)*100vw) #1a2d3c;
	}
	.btn_access01 .fz20{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}
	.btn_access01 .fz36{
		font-size: 1.4375rem;
		letter-spacing: 0.1em;
	}
	.tbl_access {
		width: 100%;
		margin: 0 auto;
	}
}
.box_access01{
	background: #efe8dd;
	border-top-left-radius: calc(50 /var(--break)*100vw);
	padding: calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(70 /var(--break)*100vw);
}
.box_access01 .txt_access01{
	width: calc(58 /var(--break)*100vw);
	top: calc(42 /var(--break)*100vw);
	right: calc(49 /var(--break)*100vw);
}
.box_access01 .wrap{
	max-width: 900px;
	margin: auto;
}
.box_access01 .wrap .ttl{
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(8 /var(--break)*100vw);
	margin-bottom: calc(11 /var(--break)*100vw);
}
.box_access01::before,
.box_access01::after,
.row_access02 .col::before,
.row_access02 .col::after{
	content: "";
	width: calc(60 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	border-right: solid calc(2 /var(--break)*100vw) #1a2d3c;
	border-bottom: solid calc(2 /var(--break)*100vw) #1a2d3c;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.box_access01::after,.row_access02 .col::after{
	width: calc(54 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	bottom: calc(16 /var(--break)*100vw);
	right: calc(16 /var(--break)*100vw);
}

.row_access02 .col{
	width: 47.5%;
	border-radius: calc(10 /var(--break)*100vw);
	padding-top: calc(60 /var(--break)*100vw);
	padding-bottom: calc(72 /var(--break)*100vw);
}
.row_access02 .col .img{
	width: calc(111 /var(--break)*100vw);
	margin-bottom: calc(36 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_access01{
		padding: calc(50 /var(--break)*100vw) calc(120 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {
	.box_access01{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	}
	.box_access01 .txt_access01{
		width: 100%;
		font-size: 1.875rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.box_access01 .wrap{
		max-width: 100%;
		margin: auto;
	}
	.box_access01 .wrap .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
		padding-bottom: calc(8 /var(--break)*100vw);
		margin-bottom: calc(11 /var(--break)*100vw);
	}

	.row_access02{
		width: calc(600 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_access02 .col{
		width: 100%;
		border-radius: calc(10 /var(--break)*100vw);
		padding-top: calc(60 /var(--break)*100vw);
		padding-bottom: calc(72 /var(--break)*100vw);
	}
	.row_access02 .col .img{
		width: calc(111 /var(--break)*100vw);
		margin-bottom: calc(36 /var(--break)*100vw);
		}
	.row_access02 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 一般歯科 general
------------------------------------------------------------------*/
.ttl_general01{
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(38 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}
.ttl_general01 .ja{
	margin-top: calc(-69 /var(--break)*100vw);
}
.wrap_general01::before{
	content: "";
	background: url("images/general/deco_general01.png")no-repeat center/contain;
	width: calc(125 /1920*100vw);
	height: calc(105 /1920*100vw);
	position: absolute;
	bottom: 0;
	left: calc(-25 /1920*100vw);
}
.wrap_general01::after{
	content: "";
	background: url("images/general/deco_general02.png")no-repeat center/contain;
	width: calc(95 /1920*100vw);
	height: calc(305 /1920*100vw);
	position: absolute;
	bottom: calc(2 /1920*100vw);
	right: calc(-25 /1920*100vw);
}
.row_general01{
	max-width: 1000px;
}
.row_general01 .col{
	width: 47.5%;
}
.row_general01 .col .box{
	padding-bottom: calc(78 /var(--break)*100vw);
}
.row_general01 .col .ttl{
	text-align: center;
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_general01 .col .txt{
	padding-left: calc(10 /var(--break)*100vw);
	padding-right: calc(10 /var(--break)*100vw);
}

.box_general01{
	border-top-left-radius: calc(50 /var(--break)*100vw);
	padding: calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.box_general01 .txt_general01{
	width: calc(56 /var(--break)*100vw);
	top: calc(80 /var(--break)*100vw);
	right: calc(40 /var(--break)*100vw);
}
.box_general01 .ttl{
	max-width: 900px;
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(16 /var(--break)*100vw);
	margin: 0 auto calc(37 /var(--break)*100vw);
}
.row_general02{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	transform: translateX(calc(-23 /var(--break)*100vw));
}
.row_general02 .col_img{
	width: 47.5%;
}
.row_general02 .col_txt{
	width: 47.5%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_general01{
		padding-left: calc(60 /var(--break)*100vw);
		padding-right: calc(60 /var(--break)*100vw);
	}
	.box_general01{
		border-top-left-radius: calc(50 /var(--break)*100vw);
		padding: calc(50 /var(--break)*100vw) calc(110 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	}
	.box_general01 .ttl{
		max-width: 900px;
		border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
		padding-bottom: calc(16 /var(--break)*100vw);
		margin: 0 auto calc(37 /var(--break)*100vw);
	}
	.row_general02{
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		transform: translateX(calc(-23 /var(--break)*100vw));
	}
}
@media(max-width: 767px) {
	.ttl_general01 .en{
		font-size: 2.8125rem;
	}
	.ttl_general01 .ja{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-top: calc(-69 /var(--break)*100vw);
	}
	.wrap_general01::before{
		width: calc(125 /var(--break)*100vw);
		height: calc(105 /var(--break)*100vw);
		bottom: 0;
		left: 0;
	}
	.wrap_general01::after{
		width: calc(95 /var(--break)*100vw);
		height: calc(305 /var(--break)*100vw);
		bottom: calc(2 /var(--break)*100vw);
		right:0;
	}
	.row_general01{
		gap:calc(30 /var(--break)*100vw) 0;
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_general01 .col{
		width: 100%;
	}
	.row_general01 .col .box{
		padding-top: calc(30 /var(--break)*100vw);
		padding-bottom: calc(78 /var(--break)*100vw);
	}
	.row_general01 .col .ttl{
		text-align: center;
		font-size: 1.125rem;
		height: calc(60 /var(--break)*100vw);
		line-height: calc(60 /var(--break)*100vw);
		border-radius: calc(30 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.row_general01 .col .txt{
		padding-left: calc(10 /var(--break)*100vw);
		padding-right: calc(10 /var(--break)*100vw);
	}

	.box_general01{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	}
	.box_general01 .txt_general01{
		width: 100%;
		font-size: 1.875rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.box_general01 .ttl{
		max-width: 100%;
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
		padding-bottom: calc(16 /var(--break)*100vw);
		margin: 0 auto calc(37 /var(--break)*100vw);
	}
	.row_general02{
		max-width: 1000px;
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		transform: translateX(0);
	}
	.row_general02 .col_img{
		width: 100%;
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.row_general02 .col_txt{
		width: 100%;
	}
}


/* このような場合はご相談ください
------------------------------------------------------------------*/
.wrap_common01::before{
	content: "";
	background: url("images/page/deco_common01.png")no-repeat center/contain;
	width: calc(270 /var(--break)*100vw);
	height: calc(341 /var(--break)*100vw);
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_common01::after{
	content: "";
	background: url("images/page/deco_common02.png")no-repeat center/contain;
	width: calc(290 /var(--break)*100vw);
	height: calc(123 /var(--break)*100vw);
	position: absolute;
	bottom: 0;
	right: 0;
}
.box_common01{
	border-top: solid calc(12 /var(--break)*100vw) #9ec57e;
	border-bottom-left-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
	padding: calc(30 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(48 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.box_common01::before,
.box_common01::after{
	content: "";
	width: calc(60 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	border-right: solid calc(2 /var(--break)*100vw) #1a2d3c;
	border-bottom: solid calc(2 /var(--break)*100vw) #1a2d3c;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.box_common01::after{
	width: calc(54 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	bottom: calc(16 /var(--break)*100vw);
	right: calc(16 /var(--break)*100vw);
}
.box_common01 .ttl .en{
	margin-bottom: calc(28 /var(--break)*100vw);
}
.box_common01 .ttl .en::before,
.box_common01 .ttl .en::after{
	content: "";
	background: url("images/clinic/deco_ttl_l.png")no-repeat center/contain;
	width: calc(31 /var(--break)*100vw);
	height: calc(40 /var(--break)*100vw);
	position: absolute;
	top: 0;
	right: calc(50% + (180 /var(--break)*100vw));
	bottom: 0;
	margin: auto;
}
.box_common01 .ttl .en::after{
	background-image: url("images/clinic/deco_ttl_r.png");
	left: calc(50% + (180 /var(--break)*100vw));
	right: auto;
}
.box_common01 .ttl .ja{
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw); 
	margin-bottom: calc(27 /var(--break)*100vw);
}
.list_common01{
	position: relative;
}
.list_common01::after{
	content: "など";
	position: absolute;
	bottom: calc(-4 /var(--break)*100vw);
	right: 0;
}
.list_common01 li{
	width: calc(425/900*100%);
	padding-left: calc(40 / var(--break) * 100vw);
	line-height: 1.5;
	white-space: nowrap;
}
.list_common01 li:not(:nth-child(-n+2)) {
	margin-top: calc(13 / var(--break) * 100vw);
}
.list_common01 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_common01 li:before {
	content: "";
	position: absolute;
	width: calc(18 / var(--break) * 100vw);
	height: calc(18 / var(--break) * 100vw);
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	left: 0;
	top: calc(5 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_common01::after{
		bottom: 0;
	}
	.box_common01{
		padding: calc(26 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(52 /var(--break)*100vw);
	}
	.box_common01 .ttl .en{
		font-size: 2rem;
		margin-bottom: calc(28 /var(--break)*100vw);
	}
	.box_common01 .ttl .ja{
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
		line-height: calc(70 /var(--break)*100vw); 
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.list_common01::after{
		bottom: calc(-4 /var(--break)*100vw);
		right: calc(15 /var(--break)*100vw);
	}
	.list_common01 li{
		width: 100%;
		padding-left: calc(50 / var(--break) * 100vw);
	}
	.list_common01 li:not(:first-child) {
		margin-top: calc(13 / var(--break) * 100vw);
	}
	.list_common01 li:first-child {
		margin-top: 0;
	}
	.list_common01 li:before {
		width: calc(36 / var(--break) * 100vw);
		height: calc(36 / var(--break) * 100vw);
		top: calc(7 /var(--break)*100vw);
	}
}

.deco_box::before,
.deco_box::after{
	content: "";
	width: calc(60 /var(--break)*100vw);
	height: calc(60 /var(--break)*100vw);
	border-right: solid calc(2 /var(--break)*100vw) #1a2d3c;
	border-bottom: solid calc(2 /var(--break)*100vw) #1a2d3c;
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
.deco_box::after{
	width: calc(54 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	bottom: calc(16 /var(--break)*100vw);
	right: calc(16 /var(--break)*100vw);
}


/* btn_def
------------------------------------------------------------------*/
.btn_def{
	width: calc(400 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
}
.btn_def::after{
	content: "";
	width: calc(14 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	background: #1a2d3c;
	clip-path: polygon(0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.btn_def{
		width: calc(600 /var(--break)*100vw);
		height: calc(120 /var(--break)*100vw);
	}
	.btn_def .fz22{
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
}


/* 歯周病治療  
------------------------------------------------------------------*/
.wrap_perio01 .ttl{
	text-align: center;
	margin-bottom: calc(19 /var(--break)*100vw);
}
.wrap_perio01 .txt{
	text-align: center;
	margin-bottom: calc(52 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_perio01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(19 /var(--break)*100vw);
	}
	.wrap_perio01 .txt{
		text-align: left;
		margin-bottom: calc(52 /var(--break)*100vw);
	}
}


/* 予防・メンテナンス prevention
------------------------------------------------------------------*/
.ttl_prevention01{
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(38 /var(--break)*100vw);
	margin-bottom: calc(32 /var(--break)*100vw);
}
.ttl_prevention01 .ja{
	margin-top: calc(-69 /var(--break)*100vw);
}

.ttl_prevention02{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	text-align: center;
	max-width: 900px;
	margin: auto;
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(22 /var(--break)*100vw);
	margin-bottom: calc(27 /var(--break)*100vw);
}
.txt_prevention01{
	margin-bottom: calc(51 /var(--break)*100vw);
}
.box_prevention01{
	border-top-left-radius: calc(50 /var(--break)*100vw);
}
.box_prevention01 .box{
	max-width: 1000px;
	margin: auto;
	border-top: solid calc(12 /var(--break)*100vw) #9ec57e;
	border-bottom-left-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
}
.box_prevention01 .box .img{
	max-width: 787px;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_prevention01 .en{
		font-size: 2.5rem;
		letter-spacing: 0.1em;
	}
	.ttl_prevention01 .ja{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-top: calc(-69 /var(--break)*100vw);
	}

	.ttl_prevention02{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
		padding-bottom: calc(22 /var(--break)*100vw);
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.txt_prevention01{
		text-align: left;
		margin-bottom: calc(51 /var(--break)*100vw);
	}
	.box_prevention01{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.box_prevention01 .box{
		padding-left: calc(28 /var(--break)*100vw);
		padding-right: calc(28 /var(--break)*100vw);
	}
}


/* 口臭外来 badbreath
------------------------------------------------------------------*/
.box_badbreath01{
	border: solid 1px #727171;
	padding: calc(35 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(45 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_badbreath01{
		padding: calc(35 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(45 /var(--break)*100vw);
	}
}


/* 医療費控除について
------------------------------------------------------------------*/
.box_med01{
	border: solid 1px #1a2d3c;
	padding-top: calc(36 /var(--break)*100vw);
}
.box_med01 .ttl{
	border-bottom: dotted calc(2 /var(--break)*100vw) #2f3f4c;
	padding-bottom: calc(18 /var(--break)*100vw);
	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) {
	.box_med01{
		padding: calc(36 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(70 /var(--break)*100vw);
	}
	.box_med01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 小児歯科 pediatric
------------------------------------------------------------------*/
.row_pediatric01{
	gap:0 calc(20 /var(--break)*100vw);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_pediatric01 .col{
	width: calc(280 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric01{
		gap:0 calc(34 /var(--break)*100vw);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_pediatric01 .col{
		width: calc(280 /var(--break)*100vw);
	}
}


/* 小児矯正 pediatric_ortho
------------------------------------------------------------------*/

.wrap_pediatric_ortho01::before{
	content: "";
	background: url("images/pediatric_ortho/deco_pediatric_ortho01.png")no-repeat center/contain;
	width: calc(125 /1920*100vw);
	height: calc(105 /1920*100vw);
	position: absolute;
	bottom: 0;
	left: calc(-50 /1920*100vw);
}
.wrap_pediatric_ortho01::after{
	content: "";
	background: url("images/pediatric_ortho/deco_pediatric_ortho02.png")no-repeat center/contain;
	width: calc(95 /1920*100vw);
	height: calc(305 /1920*100vw);
	position: absolute;
	bottom: calc(2 /1920*100vw);
	right: 0;
}
.row_pediatric_ortho01{
	max-width: 1000px;
}
.row_pediatric_ortho01 .col{
	width: 48%;
	border-top: solid calc(12 /var(--break)*100vw) #99caf0;
}
.row_pediatric_ortho01 .col:nth-child(2){
	border-top: solid calc(12 /var(--break)*100vw) #74d2c4;
}
.row_pediatric_ortho01 .col .box{
	border-bottom-left-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
	padding-bottom: calc(25 /var(--break)*100vw);
}
.row_pediatric_ortho01 .col .ttl{
	text-align: center;
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_pediatric_ortho01 .col .txt{
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_pediatric_ortho01{
		padding-left: calc(60 /var(--break)*100vw);
		padding-right: calc(60 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {
	.wrap_pediatric_ortho01::before{
		width: calc(125 /var(--break)*100vw);
		height: calc(105 /var(--break)*100vw);
		bottom: 0;
		left: 0;
	}
	.wrap_pediatric_ortho01::after{
		width: calc(95 /var(--break)*100vw);
		height: calc(305 /var(--break)*100vw);
		bottom: calc(2 /var(--break)*100vw);
		right:0;
	}
	.row_pediatric_ortho01{
		gap:calc(30 /var(--break)*100vw) 0;
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 1;
	}
	.row_pediatric_ortho01 .col{
		width: 100%;
	}
	.row_pediatric_ortho01 .col .box{
		padding-top: calc(30 /var(--break)*100vw);
		padding-bottom: calc(78 /var(--break)*100vw);
	}
	.row_pediatric_ortho01 .col .ttl{
		text-align: center;
		font-size: 1.125rem;
		height: calc(60 /var(--break)*100vw);
		line-height: calc(60 /var(--break)*100vw);
		border-radius: calc(30 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.row_pediatric_ortho01 .col .txt{
	}
}


/* 成人矯正 orthodontic
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* セラミック・審美治療 cosmetic
------------------------------------------------------------------*/
.ttl_tbl{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	color: #1A2D3C;
	padding: calc(10 /var(--break)*100vw) ;
}
.ttl_tbl01{
	border-top: solid 1px #000;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_tbl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: calc(10 /var(--break)*100vw) ;
	}
}
.row_bnr01 {
	max-width: 1000px;
	gap: 0 4%;
}
.row_bnr01 .bnr {
	max-width: 480px;
	width: 48%;
}
@media(max-width:767px) {
	.row_bnr01 {
		max-width: 100%;
		gap: 4vw 0;
	}
	.row_bnr01 .bnr {
		max-width: 100%;
		width: 100%;
	}
}


/* ホワイトニング・美容関連医療 whitening
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 歯を失ったかたの治療 missing_tooth
------------------------------------------------------------------*/
.wrap_missing_tooth01::before{
	content: "";
	background: url("images/missing_tooth/deco_missing_tooth01.png")no-repeat center/contain;
	width: calc(125 /1920*100vw);
	height: calc(105 /1920*100vw);
	position: absolute;
	bottom: 0;
	left: calc(-25 /1920*100vw);
}
.wrap_missing_tooth01::after{
	content: "";
	background: url("images/missing_tooth/deco_missing_tooth02.png")no-repeat center/contain;
	width: calc(95 /1920*100vw);
	height: calc(305 /1920*100vw);
	position: absolute;
	bottom: calc(2 /1920*100vw);
	right: calc(-25 /1920*100vw);
}
.row_missing_tooth01{
	max-width: 1000px;
}
.row_missing_tooth01 .col{
	width: 47.5%;
}
.row_missing_tooth01 .col .box{
	padding-bottom: calc(78 /var(--break)*100vw);
}
.row_missing_tooth01 .col .ttl{
	text-align: center;
	height: calc(50 /var(--break)*100vw);
	line-height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_missing_tooth01 .col .txt{
	padding-left: calc(10 /var(--break)*100vw);
	padding-right: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_missing_tooth01{
		padding-left: calc(60 /var(--break)*100vw);
		padding-right: calc(60 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {
	.wrap_missing_tooth01::before{
		width: calc(125 /var(--break)*100vw);
		height: calc(105 /var(--break)*100vw);
		bottom: 0;
		left: 0;
	}
	.wrap_missing_tooth01::after{
		width: calc(95 /var(--break)*100vw);
		height: calc(305 /var(--break)*100vw);
		bottom: calc(2 /var(--break)*100vw);
		right:0;
	}
	.row_missing_tooth01{
		gap:calc(30 /var(--break)*100vw) 0;
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_missing_tooth01 .col{
		width: 100%;
	}
	.row_missing_tooth01 .col .box{
		padding-top: calc(30 /var(--break)*100vw);
		padding-bottom: calc(78 /var(--break)*100vw);
	}
	.row_missing_tooth01 .col .ttl{
		text-align: center;
		font-size: 1.125rem;
		height: calc(60 /var(--break)*100vw);
		line-height: calc(60 /var(--break)*100vw);
		border-radius: calc(30 /var(--break)*100vw);
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.row_missing_tooth01 .col .txt{
		padding-left: calc(10 /var(--break)*100vw);
		padding-right: calc(10 /var(--break)*100vw);
	}
}
.tbl_comparison01 table {
	border: 1px solid #74d2c4;
	width: 100%;
}
.tbl_comparison01 thead tr th{
	width: calc(312/1240*100%);
}
.tbl_comparison01 thead tr td{
	width: calc(308/1240*100%);
}
.tbl_comparison01 th {
	background: #74d2c4;
	color: #fff;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	text-align: left;
	padding: calc(13 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw );
	vertical-align: middle;
}
.tbl_comparison01 thead tr th,
.tbl_comparison01 tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_comparison01 td {
	text-align: center;
	vertical-align: middle;
	line-height: calc(30/18 *100%);
	padding: calc(13 / var(--break) * 100vw ) calc(20 / var(--break) * 100vw ) calc(23 / var(--break) * 100vw );
	border-left: 1px solid #74d2c4;
}
.tbl_comparison01 td span{
	font-size: 1.875rem;
}
.tbl_comparison01 thead tr td,
.tbl_comparison01 tr:not(:last-child) td {
	border-bottom: 1px solid #74d2c4;
}
.tbl_comparison01 tr:first-child td {
	padding: calc(20 / var(--break) * 100vw ) 0 calc(20 / var(--break) * 100vw );
}
.tbl_comparison01 .img th,
.tbl_comparison01 .img td{
	padding: 0!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_missing_tooth01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.txt_missing_tooth01{
		text-align: left;
	}
	.tbl_comparison01 table {
		width: calc(1000/750*100vw);
	}
	.tbl_comparison01 th{
		font-size: 0.5625rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 td {
		font-size: 0.5625rem;
		letter-spacing: 0.1em;
	}
	.tbl_comparison01 td span{
		font-size: 0.875rem;
	}
}


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

/* 症例紹介 case
------------------------------------------------------------------*/
.wrap_case01{
	padding-bottom: calc(52 /var(--break)*100vw);
}
.wrap_case01.only{
	padding-bottom: 0;
}
.slide_case01{
	background: #bdd5df;
}
.area_case_common01 {
	padding-bottom: calc(51 /var(--break)*100vw);
	padding-top: calc(37 /var(--break)*100vw);
}
.area_case_common01 .ttl{
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	margin-bottom: calc(13 /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);
	line-height: calc(50 /var(--break)*100vw);
	border-radius: calc(25 /var(--break)*100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #1a2d3c;
	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 {
	margin-top: 0;
	position: absolute!important;
	bottom: calc(-52 /var(--break)*100vw);
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #dae8ed;
	width: calc( 12 / var(--break) * 100vw);
	height: calc( 12 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #eb8dae;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.row_case_common01 .en{
	color: #ffffff;
	background: #fbc500;
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_default.tbl_case table {
	border-top: 1px solid #1a2d3c;
	border-bottom: 1px solid #1a2d3c;
	border-left: none;
	border-right: none;
}
.tbl_default.tbl_case th {
	background: #fcf7e1;
	color: #000000;
}
.tbl_default.tbl_case td {
	background: #ffffff;
}
.tbl_default.tbl_case tr:not(:last-child) th {
	border-bottom: 1px solid #1a2d3c;
}
.tbl_default.tbl_case tr:not(:last-child) td {
	border-bottom: 1px solid #1a2d3c;
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case .tbl_caption{
	margin-top: calc(10 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.area_case_common01 {
		width: calc(702 /var(--break)*100vw)!important;
		margin-left: 0!important;
		margin-right: 0!important;
		padding-bottom: calc(40 /var(--break)*100vw);
	}
	.area_case_common01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0.15em;
		margin-bottom: calc(13 /var(--break)*100vw);
	}
	.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 #333333;
		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(30 / var(--break) * 100vw);
		height: calc(54 / 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_default.tbl_case{
		width: calc(646 /var(--break)*100vw);
	}
	.tbl_default.tbl_case tr th {
		border-bottom: 1px solid #bb9200;
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/
.row_recruit01 .col{
	width: 32%;
}
.row_recruit01 .col a{
	width: 100%;
	height: calc(140 /var(--break)*100vw);
	padding-bottom: calc(30 /var(--break)*100vw);
}
.row_recruit01 .col a::before{
	content: "";
	background: url("images/recruit/deco_recruit01.svg")no-repeat center/contain;
	width: calc(44 /var(--break)*100vw);
	height: calc(8 /var(--break)*100vw);
	position: absolute;
	bottom: calc(36 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.row_recruit01 .col a::after{
	content: "";
	width: calc(14 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	background: #ffffff;
	clip-path: polygon(100% 0,100% 100%,0 100%);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_recruit02 .col{
	width: 48%;
}
.row_recruit02 .col a{
	width: 100%;
	height: calc(140 /var(--break)*100vw);
	padding-left: calc(20 /var(--break)*100vw);
	border: solid 1px #727171;
}
.row_recruit02 .col a::before{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(100% - (20 /var(--break)*100vw));
	background: #74d2c4;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: calc(10 /var(--break)*100vw);
	bottom: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.row_recruit02 .col a::after{
	content: "";
	width: calc(14 /var(--break)*100vw);
	height: calc(14 /var(--break)*100vw);
	background: #74d2c4;
	clip-path: polygon(100% 0,100% 100%,0 100%);
	position: absolute;
	bottom: calc(10 /var(--break)*100vw);
	right: calc(10 /var(--break)*100vw);
	z-index: -1;
}
.box_recruit01{
	border-left: solid calc(12 /var(--break)*100vw) #8daeeb;
	border-top-right-radius: calc(10 /var(--break)*100vw);
	border-bottom-right-radius: calc(10 /var(--break)*100vw);
	padding: calc(36 /var(--break)*100vw) calc(10 /var(--break)*100vw) calc(35 /var(--break)*100vw) 0;
}
.box_recruit01 p{
	line-height: calc(40/22*100%);
}

.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: #1a2d3c;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #faa600;
}
.btn_submit input {
	border: none;
	background: #fbc500;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_recruit01{
		gap:calc(30 /var(--break)*100vw) 0;
		width: calc(600 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_recruit01 .col{
		width: 100%;
	}
	.row_recruit01 .col a{
		width: 100%;
	}
	.row_recruit01 .col a .fz26{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_recruit02{
		gap:calc(30 /var(--break)*100vw) 0;
		width: calc(600 /var(--break)*100vw);
		margin: 0 auto;
	}
	.row_recruit02 .col{
		width: 100%;
	}
	.row_recruit02 .col a{
		width: 100%;
	}
	.row_recruit02 .col a .fz26{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_recruit02 .col a .wrap span:nth-child(2){
		font-size: 0.75rem;
		letter-spacing: 0;
	}
	.box_recruit01 p{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: calc(40/22*100%);
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

/* お問い合わせ 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: #eb8dae;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #faa600;
	color: #fff;
	border: 1px solid #eb8dae;
	border-right-color: #eb8dae;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eb8dae;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #eb8dae;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #000000;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #000000;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #000000;
}
.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 {
}
.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 #727171;
}
.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.5;
	font-size: 1.25rem;
	letter-spacing: .1em;
	color: #1a2d3c;
}
.blog_archive .txt_post .date {
	color: #1a2d3c;
	margin-top: calc(-9 /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: #eb9b8d;
	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 #eb8dae;
	color: #eb8dae;
	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: #eb8dae;
	background: #eb8dae;
	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:url("images/page/deco_hdg4.png")no-repeat right top/calc(103 /var(--break)*100vw),#74d2c4;
	color: #ffffff;
	font-weight: 700;
	padding: calc(16 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(22 /var(--break)*100vw);
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(30 / var(--break) * 100vw );
}
.post_content > h4{
	background: #efe8dd;
	border-left: solid calc(4 /var(--break)*100vw) #99caf0;
	padding: calc(13 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.post_content > h5{
	border-top: dashed 1px #727171;
	border-bottom: dashed 1px #727171;
	padding: calc(11 /var(--break)*100vw) 0 calc(14 /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 #faa600;
	background: #faa600;
	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: #faa600;
}

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