@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.low_head {
	position: relative;
}
.scrollspy--low {
	position: fixed;
    top: 16%;
    left: calc(20 / var(--break) * 100vw);
    width: calc(164 / var(--break) * 100vw);
    z-index: 5;
    padding: 0;
    border-radius: calc(12 / var(--break) * 100vw);
}
.main_page {
	background: url(images/page/deco_ttl_page_02.png) no-repeat bottom -72% left 18% / calc(355 / var(--break) * 100vw) auto, url(images/page/deco_ttl_page_01.png) no-repeat top -23% right 17% / calc(160 / var(--break) * 100vw) auto, url(images/page/deco_ttl_page_l.png) no-repeat right / auto 100%, url(images/page/deco_ttl_page_r.png) no-repeat left / auto 100%, url(images/page/bg_ttl_page.jpg) no-repeat center / cover;
	height: calc(380 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.w20 {
	width: calc(20 / var(--break) * 100vw);
}
.w25 {
	width: calc(25 / var(--break) * 100vw);
}
.w28 {
	width: calc(28 / var(--break) * 100vw);
}
.w30 {
	width: calc(30 / var(--break) * 100vw);
}
.w70 {
	width: calc(70 / var(--break) * 100vw);
}
.ccl_common01 {
	background: url("images/page/ccl_common01.svg") no-repeat center / cover;
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.h100 {
	height: 100%!important;
}
.bdr {
	border: solid 1px #fff;
}
.bdrd100 {
	border-radius: 100vh;
}
.bdr_inner {
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: # solid 1px;
}
/*タイトル*/
.hdg3 {
	padding: calc(35 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(43 / var(--break) * 100vw);
    position: relative;
	background: url("images/page/deco_h3_l.png") no-repeat left bottom / calc(290 / var(--break) * 100vw) auto,url("images/page/deco_h3_r.png") no-repeat right top / calc(290 / var(--break) * 100vw) auto #e75700;
}
.hdg3::before,.hdg3::after {
	content: "";
    position: absolute;
	background: url("images/page/ptn_stripe.png") repeat center / calc(6 / var(--break) * 100vw);
    width: 100%;
    height: calc(8 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.hdg3::before {
	top: 0;
}
.hdg3::after {
	bottom: 0;
}
.hdg5 {
	padding: calc(11 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(59 / var(--break) * 100vw);
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
	top: calc(21 / var(--break) * 100vw);
    left: calc(19 / var(--break) * 100vw);
}
.ttl_common01 {
	font-size: calc(130 / var(--break) * 100vw);
    color: #fff;
    letter-spacing: .05em;
    line-height: .8;
    top: calc(5 / var(--break) * 100vw);
    left: calc(13 / var(--break) * 100vw);
    z-index: -1;
}
.bg_common01.ptn04 .ttl_common01 {
    font-size: calc(100 / var(--break) * 100vw);
}
.ttl_common01 .en .deco {
    -webkit-text-stroke: calc(2 / var(--break) * 100vw) #e75700;
    color: #fff;
}
.ttl_common02 .dib {
	background: linear-gradient(transparent 60%, #9cdeff4d 60%);
}
.ttl_common02 .deco01 {
	width: calc(67 / var(--break) * 100vw);
    left: -15%;
    bottom: -24%;
}
.ttl_common02 .deco02 {
	width: calc(67 / var(--break) * 100vw);
	top: -45%;
    right: -9%;
}
.ttl_common03 {
	border-right: solid calc(12 / var(--break) * 100vw) #668cc1;
	border-bottom: solid calc(12 / var(--break) * 100vw) #668cc1;
	padding: calc(22 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
}
.ttl_common03::before {
	content: "";
    position: absolute;
    width: calc(70 / var(--break) * 100vw);
    height: calc(70 / var(--break) * 100vw);
    top: 0;
    left: 0;
    border: solid calc(12 / var(--break) * 100vw) #668cc1;
    border-right: none;
    border-bottom: none;
}
.shadow_common01 {
	text-shadow: 2px 1px 0 #000, 1.5px 1px 0 #000, 2px 0.5px 0 #000;
}
.shadow_common02 {
	text-shadow: 2px 1px 0 #fff, 1.5px 1px 0 #fff, 2px 0.5px 0 #fff;
}
.ttl_bdr {
	position: relative;
}
.ttl_bdr::before {
	content: "";
    position: absolute;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.ttl_bdr.pink::before {
	background: #f7529c;
}
.marker01 {
    background: linear-gradient(transparent 60%, #fff59d 60%);
}
/*設備紹介*/
.row_common01 {
	gap: calc(60 / var(--break) * 100vw) 1.3%;
}
.row_common01 .col {
	width: 24%;
	max-width: 360px;
}
.row_common01 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.row_common02 .col_img {
	width: 43%;
	max-width: 650px;
}
.row_common02 .col_img::before,.row_common02 .col_img::after {
    content: "";
    position: absolute;
    background: #004097;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
    z-index: -1;
}
.row_common02 .col_img::before {
    top: calc(-20 / var(--break) * 100vw);
    left: calc(-20 / var(--break) * 100vw);
}
.row_common02 .col_img::after {
    bottom: calc(-20 / var(--break) * 100vw);
    right: calc(-20 / var(--break) * 100vw);
}
.row_common02 .col_txt {
	width: 54%;
}
.row_common03 .col_img {
	width: 47%;
	max-width: 700px;
}
.row_common03 .col_txt {
	width: 50%;
}
.row_common03 .col_img::before {
	content: "";
    position: absolute;
	background: #;
    width: 100%;
    height: 100%;
	right: calc(-20 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
}

/*リストカラー*/
.list_common01 li:before {
    background: #;
}
.list_common02 li:before {
    background: #;
}
/*下層リスト*/
.list_common03 li {
	padding: calc(16 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw) calc(69 / var(--break) * 100vw);
    background-color: #fff;
    border: solid calc(3 / var(--break) * 100vw) #000;
    letter-spacing: .02em;
}
.list_common03 li:before {
	content: "";
	position: absolute;
	width: calc(32 / var(--break) * 100vw);
	height: calc(32 / var(--break) * 100vw);
	background: url(images/page/check01.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(18 / var(--break) * 100vw);
    top: calc(14 / var(--break) * 100vw);
    margin: auto;
}
.list_common03.list_default01 li:nth-child(2) {
	margin-top: calc(0 / var(--break) * 100vw);
}

/*テーブル*/
.tbl_common01 .tbl_title {
    background: #bd6313;
    color: #fff;
    text-align: center;
    font-size: calc(22 / var(--break) * 100vw);
    font-weight: bold;
    margin-bottom: 0;
	padding: calc(25 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
}
.tbl_common01 table{
	border: 1px solid #f3ede5;
}
.tbl_common01 th{
	background: #f3ede5;
	color: #000;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #f3ede5;
}


/*bg_common*/
.bg_common01 {
	background: url("images/clinic/bg_clinic08.png") no-repeat left top / calc(180 / var(--break) * 100vw) auto,url("images/clinic/bg_clinic07.png") no-repeat right top / calc(627 / var(--break) * 100vw) auto,url("images/clinic/bg_clinic02.png") no-repeat center / cover;
	height: calc(400 / var(--break) * 100vw);
}
.bg_common01 .img {
	width: calc(340 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
}
.bg_common02::before {
	content: "";
    position: absolute;
	background: #fef5d1;
    width: 100%;
    height: 42%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_common02 .ttl {
	border-radius: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0 0;
}
.bg_common02 .box {
	padding: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(53 / var(--break) * 100vw);
	border: solid calc(3 / var(--break) * 100vw) #000;
	border-top: none;
}
.bg_common02 .en {
	line-height: .7;
}
.bg_common01.ptn02 {
    background: url(images/doctor/bg_doctor06.png) no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(627 / var(--break) * 100vw) auto, url(images/doctor/bg_doctor07.png) no-repeat center / cover;
}
.bg_common01.ptn02 .ttl_common01 .en .deco {
    -webkit-text-stroke: calc(2 / var(--break) * 100vw) #004097;
}
.bg_common02.ptn02::before {
    background: #9cdeff;
    height: 46%;
}
.bg_common02.ptn02 .box {
    padding: calc(50 / var(--break) * 100vw) calc(103 / var(--break) * 100vw) calc(90 / var(--break) * 100vw);
}
.bg_common02 .box p {
	position: relative;
}
.bg_common02.ptn02 .box p {
    width: 75%;
    margin-left: auto;
}
.bg_common02.ptn02 .box .img {
    width: calc(405 / var(--break) * 100vw);
    bottom: 0;
    left: calc(0 / var(--break) * 100vw);
}
.bg_common03 {
	background: url(images/page/deco_common01.png) no-repeat top left / calc(584 / var(--break) * 100vw) auto, url(images/page/deco_common02.png) no-repeat right bottom / calc(767 / var(--break) * 100vw) auto;
    padding: calc(60 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
}

/*box_common*/
.box_common01 {
	width: calc(350 / var(--break) * 100vw);
    padding: calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
    right: calc(50 / var(--break) * 100vw);
    bottom: calc(80 / var(--break) * 100vw);
	border: solid calc(3 / var(--break) * 100vw) #000;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.row_common02 .col_txt {
		width: 52%;
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background: url("images/page/bg_ttl_page_sp.jpg") no-repeat center / cover;
		height: calc(380 / var(--break) * 100vw)
	}
	
	.hdg2 .ja {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.hdg2 .en {
		font-size: calc(80 / var(--break) * 100vw);
		margin-bottom: 2vw;
	}
	.hdg3 {
		padding: calc(33 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(32 / var(--break) * 100vw);
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.w20 {
		width: calc(20 / var(--break) * 100vw);
	}
	.w25 {
		width: calc(25 / var(--break) * 100vw);
	}
	.w28 {
		width: calc(28 / var(--break) * 100vw);
	}
	.w30 {
		width: calc(30 / var(--break) * 100vw);
	}
	.w70 {
		width: calc(70 / var(--break) * 100vw);
	}
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	.ttl_common01 {
		font-size: calc(100 / var(--break) * 100vw);
	}
	/*設備紹介*/
	.row_common01 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common02 .col_img::before {
		top: calc(-15 / var(--break) * 100vw);
		left: calc(-15 / var(--break) * 100vw);
	}
	.row_common02 .col_img::after {
		bottom: calc(-15 / var(--break) * 100vw);
		right: calc(-15 / var(--break) * 100vw);
	}
	.row_common03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common03 .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
	}
	.row_common03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	/*スタッフ紹介*/
	.box_prof h5 {
        height: calc(75 / var(--break) * 100vw);
    }
	/*フォントサイズ*/
	.fz24 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*pcでは横並び、spで100%になるもの*/
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.sp_w100 {
		max-width: 100%;
	}
	.sp_5vw {
		margin-bottom: 5vw;
	}
	.scrollspy--low {
		width: 100%;
        top: auto;
        left: 0;
        right: 0;
        border-radius: 0;
	}
	.scrollspy__list a br {
		display: none;
	}
	.tbl_guideline01 .marker01.fz22 {
		font-size: 1.125rem;
	}
	.bg_common01 {
		background: url(images/clinic/bg_clinic08.png) no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(426 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic02.png) no-repeat center / cover;
		height: calc(400 / var(--break) * 100vw);
	}
	.bg_common02::before {
		height: 75%;
	}
	.bg_common02.ptn02::before {
		height: 75%;
	}
	.bg_common02 .en {
		font-size: 3rem;
	}
	.bg_common02 .ttl {
		font-size: 1.125rem;
		line-height: 1.6;
		padding: 2vw 3vw;
	}
	.bg_common02.ptn02 .box p {
		width: 100%;
	}
	.bg_common02.ptn02 .box {
		padding: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(335 / var(--break) * 100vw);
	}
	.bg_common02.ptn02 .box .img {
		width: calc(320 / var(--break) * 100vw);
		bottom: 0;
		left: calc(0 / var(--break) * 100vw);
		right: 0;
		margin: auto;
	}
	.bg_common03 {
		background: url(images/page/deco_common01.png) no-repeat top left / calc(484 / var(--break) * 100vw) auto, url(images/page/deco_common02.png) no-repeat right bottom / calc(600 / var(--break) * 100vw) auto;
		padding: calc(80 / var(--break) * 100vw) 0 calc(40 / var(--break) * 100vw);
	}
	.box_common01 {
		width: calc(350 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
		bottom: calc(40 / var(--break) * 100vw);
		border: solid calc(3 / var(--break) * 100vw) #000;
	}
	.box_common01 .ja {
		font-size: calc(26 / var(--break) * 100vw);
        letter-spacing: 0;
	}
	.box_common01 .ja .fz30 {
		font-size: calc(34 / var(--break) * 100vw);
        letter-spacing: 0;
		line-height: 1;
	}
	.box_common01 .en {
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: .02em;
		line-height: 1;
		margin-bottom: 1vw;
	}
	.ttl_common02 {
		font-size: 1.25rem;
    	letter-spacing: 0;
	}
	.ttl_common02 .deco02 {
		width: calc(67 / var(--break) * 100vw);
		top: -45%;
		right: -14%;
	}
	.list_common03 li:before {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
		left: calc(18 / var(--break) * 100vw);
		top: 3.5vw;
		bottom: auto;
		margin: auto;
	}
	.list_common03.list_default01 li:nth-child(2) {
		margin-top: 3vw;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	padding-top: calc(265 / var(--break) * 100vw);
}
.bg_clinic01::before {
	content: "";
    position: absolute;
	background: url("images/clinic/bg_clinic01.png") no-repeat center / cover;
    width: 100%;
    height: calc(613 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	z-index: -1;
}
.box_clinic01 {
	border: solid calc(3 / var(--break) * 100vw) #000000;
	padding: calc(65 / var(--break) * 100vw) 0 calc(90 / var(--break) * 100vw);
}
.box_clinic01 .wrap {
	width: 90%;
	max-width: 1000px;
}
.box_clinic01 .ttl {
	border-bottom: solid calc(3 / var(--break) * 100vw) #000;
}
.box_clinic01 .deco01,.box_clinic01 .deco02 {
	width: calc(191 / var(--break) * 100vw);
	z-index: -1;
}
.box_clinic01 .deco01 {
	top: -11%;
	right: -4%;
}
.box_clinic01 .deco02 {
	bottom: 9%;
	left: -10%;
}

/*01*/
.bg_clinic02.pink {
	background: url("images/clinic/deco_clinic01.png") no-repeat left bottom / calc(879 / var(--break) * 100vw) auto #fddceb;
}
.bg_clinic02.pink.right {
    background: url(images/clinic/deco_clinic04.png) no-repeat right bottom / calc(879 / var(--break) * 100vw) auto #fddceb;
}
.bg_clinic02.green {
	background: url("images/clinic/deco_clinic02.png") no-repeat right bottom / calc(879 / var(--break) * 100vw) auto #cef0eb;
}
.bg_clinic02.green.left {
	background: url("images/clinic/deco_clinic05.png") no-repeat left bottom / calc(879 / var(--break) * 100vw) auto #cef0eb;
}
.bg_clinic02.yellow {
	background: url("images/clinic/deco_clinic03.png") no-repeat left bottom / calc(879 / var(--break) * 100vw) auto #fef5d1;
}
.row_clinic01 {
	width: 97%;
    max-width: 1820px;
}
.row_clinic01 .col_img {
	width: 52%;
}
.row_clinic01 .col_img img {
	height: calc(600 / var(--break) * 100vw);
	width: 100%;
}
.row_clinic01 .col_txt {
	width: 48%;
	height: calc(600 / var(--break) * 100vw);
}
.row_clinic01 .col_txt .wrap {
	width: 84%;
}
.deco_cilnic01 {
	position: relative;
}
.deco_cilnic01::before,.deco_cilnic01::after {
	content: "";
    position: absolute;
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
}
.deco_cilnic01.pink::before,.deco_cilnic01.pink::after {
	background-color: #f7529c;
}
.deco_cilnic01.green::before,.deco_cilnic01.green::after {
	background-color: #0bb49c;
}
.deco_cilnic01.yellow::before,.deco_cilnic01.yellow::after {
	background-color: #f7a300;
}
.deco_cilnic01::before {
	left: 0;
	bottom: calc(0 / var(--break) * 100vw);
}
.deco_cilnic01::after {
	right: 0;
	top: calc(0 / var(--break) * 100vw);
}
.deco_cilnic01.right::before {
	left: 0;
	top: calc(0 / var(--break) * 100vw);
}
.deco_cilnic01.right::after {
	right: 0;
	bottom: calc(0 / var(--break) * 100vw);
	top: auto;
}
.box_clinic02 {
	border: solid 1px #000;
	background: url("images/clinic/deco_clinic12.png") no-repeat right bottom / calc(229 / var(--break) * 100vw) #fff;
	padding: calc(40 / var(--break) * 100vw) calc(45 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
}
.row_clinic02 .col_txt {
	width: 65.4%;
}
.row_clinic02 .col_img {
	width: 31%;
    max-width: 345px;
}
.row_clinic02 .col_img::before {
	content: "";
    position: absolute;
	background: #f7529c;
    width: 100%;
    height: 100%;
	left: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.bg_clinic03 {
	background: url("images/clinic/bg_clinic03.png") no-repeat center / cover;
}
.row_clinic03 {
	outline-offset: calc(0 / var(--break) * 100vw);
    outline: #000 solid 1px;
}
.row_clinic03 .col_img {
	width: 33%;
}
.row_clinic03 .col_img img {
	width: 100%;
	height: calc(350 / var(--break) * 100vw);
}
.row_clinic03 .col_txt {
	width: 67%;
	height: calc(350 / var(--break) * 100vw);
}
.row_clinic03 .col_txt::before {
	content: "";
    position: absolute;
	background: #0bb49c;
    width: calc(20 / var(--break) * 100vw);
    height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.row_clinic03.ptn02 .col_txt::before {
	background: #f7529c;
}
.row_clinic03.ptn03 .col_txt::before {
	background: #004097;
}
.row_clinic03 .col_txt .wrap {
	width: 87%;
	padding-top: calc(10 / var(--break) * 100vw);
}
.ttl_clinic01 .icn {
	width: calc(116 / var(--break) * 100vw);
}
.ttl_clinic01 .ja {
	background: linear-gradient(transparent 60%, #cef0eb 60%);
}
.ttl_clinic01.ptn02 .ja {
	background: linear-gradient(transparent 60%, #fddceb 60%);
}
.ttl_clinic01.ptn03 .ja {
	background: linear-gradient(transparent 60%, #ebf8ff 60%);
}
.box_clinic03 {
	padding: calc(35 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	background-color: #ffffff99;
}
.compare-table {
	width: 90%;
	max-width: 1000px;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #000;
}
.compare-table th,
.compare-table td {
	width: calc(100% / 7);
	text-align: center;
	vertical-align: middle;
	font-size: calc(18 / var(--break) * 100vw);
	padding: calc(20 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	border: 1px solid #000;
	box-sizing: border-box;
}
.compare-table thead th {
	background: #0bb49c;
	color: #fff;
	font-weight: bold;
	height: calc(200 / var(--break) * 100vw);
	padding: 0;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

	position: relative;
}
.compare-table thead th:first-child {
	background: #fff;
	border: 1px solid #000;
	border-right: none;
}
.compare-table thead th:last-child {
	border-right: 1px solid #000;
}
.compare-table thead th span {
	display: inline-block;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 1.4;
	white-space: normal;
	text-align: start;

	margin-top: 18px;
}
.compare-table tbody th {
	background: #fff;
	font-weight: bold;
}
.compare-table tbody td {
	background: #fff;
	font-size: calc(32 / var(--break) * 100vw);
	line-height: 1;
}
.row_clinic04 {
	width: 90%;
	max-width: calc(1240 / var(--break) * 100vw);
}
.row_clinic04 .col {
	width: calc(383 / var(--break) * 100vw);
	height: calc(383 / var(--break) * 100vw);
	background: url("images/clinic/ccl_clinic04.png") no-repeat center / cover;
}
.row_clinic05 .col .img::before {
    display: none;
}
.row_clinic05 .box__charms05.ptn02::before {
    border: solid calc(20 / var(--break) * 100vw) #f7a300;
    border-right: none;
    border-bottom: none;
}
.row_clinic05 .box__charms05::after {
    display: none;
}


.box_qa02 .box_q {
    background-color: transparent;
    border-bottom: calc(6 / var(--break) * 100vw) double #000;
    padding-bottom: calc(25 / var(--break) * 100vw);
}
.box_qa02 .box_q .box {
    width: calc(40 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
}
.box_qa02 .box_q .txt {
    width: calc(100% - calc(40 / var(--break) * 100vw));
}

.ttl_clinic02 .icn {
	width: calc(90 / var(--break) * 100vw);
}
.row_clinic06 .col {
	width: 31%;
}
.row_clinic06 .col01 {
	background: url("images/clinic/bg_clinic04.png") no-repeat center / cover;
}
.row_clinic06 .col02 {
	background: url("images/clinic/bg_clinic05.png") no-repeat center / cover;
}
.row_clinic06 .col03 {
	background: url("images/clinic/bg_clinic06.png") no-repeat center / cover;
}
.row_clinic06 .col .icn {
	width: calc(300 / var(--break) * 100vw);
}
.bg_clinic06 {
	background: url(images/index/deco_concept01.png) no-repeat top left / calc(958 / var(--break) * 100vw) auto, url(images/index/deco_concept02.png) no-repeat right bottom / calc(730 / var(--break) * 100vw) auto #fef5d1;
	padding: calc(100 / var(--break) * 100vw) 0 calc(195 / var(--break) * 100vw);
}
.row_clinic07 {
	width: calc(1500 / var(--break) * 100vw);
	margin-left: auto;
	margin-right: auto;
}
.row_clinic07 .col {
	width: calc(470 / var(--break) * 100vw);
}
.box_clinic04 {
	padding: calc(38 / var(--break) * 100vw) calc(29 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
}
.box_clinic04.left {
	position: relative;
	left: calc(-50 / var(--break) * 100vw);
}
.box_clinic04.right {
	position: relative;
	right: calc(-50 / var(--break) * 100vw);
}
.box_clinic04::before,.box_clinic04::after {
	content: "";
    position: absolute;
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
}
.box_clinic04::before {
	top: -1px;
    left: -1px;
}
.box_clinic04::after {
	bottom: -1px;
    right: -1px;
}
.box_clinic04.ptn01::before {
	border: solid calc(13 / var(--break) * 100vw) #e75700;
	border-right: none;
    border-bottom: none;
}
.box_clinic04.ptn01::after {
	border: solid calc(13 / var(--break) * 100vw) #f7529c;
	border-left: none;
    border-top: none;
}
.box_clinic04.ptn02::before {
	border: solid calc(13 / var(--break) * 100vw) #9cdeff;
	border-right: none;
    border-bottom: none;
}
.box_clinic04.ptn02::after {
	border: solid calc(13 / var(--break) * 100vw) #004097;
	border-left: none;
    border-top: none;
}
.box_clinic04.ptn03::before {
	border: solid calc(13 / var(--break) * 100vw) #0bb49c;
	border-right: none;
    border-bottom: none;
}
.box_clinic04.ptn03::after {
	border: solid calc(13 / var(--break) * 100vw) #f7a300;
	border-left: none;
    border-top: none;
}

.box_clinic04.poa {
	width: calc(470 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(-95 / var(--break) * 100vw);
}
.img_clinic01 {
	width: calc(454 / var(--break) * 100vw);
    height: calc(465 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    top: calc(-178 / var(--break) * 100vw);
    bottom: 0;
}

.row_clinic08 .col_txt {
	width: 43%;
}
.row_clinic08 .col_img {
	width: 53%;
	max-width: 650px;
}
.row_clinic08 .col_img .deco {
	width: calc(261 / var(--break) * 100vw);
	bottom: -4%;
    right: -20%;
}
.logo_clinic {
	width: calc(300 / var(--break) * 100vw);
}
.row_clinic08 .btn_tel02 {
	width: calc(480 / var(--break) * 100vw);
}
.row_clinic08 .btn_tel02 a {
    height: calc(120 / var(--break) * 100vw);
}
.row_clinic08 .btn_tel02 .icn {
    width: calc(42 / var(--break) * 100vw);
}
.bg_clinic07 {
	padding: calc(60 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
	background: url("images/clinic/deco_clinic06.png") no-repeat right top / calc(879 / var(--break) * 100vw) auto,url("images/clinic/deco_clinic07.png") no-repeat left bottom / calc(879 / var(--break) * 100vw) auto #cef0eb;
}
.img_clinic02 {
	width: calc(700 / var(--break) * 100vw);
}
.ttl_clinic03 {
	padding: calc(16 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(16 / var(--break) * 100vw);
	position: relative;
}
.ttl_clinic03::before {
	content: "";
    position: absolute;
	background: url("images/clinic/icn_clinic09.png") no-repeat center / cover;
    width: calc(70 / var(--break) * 100vw);
    height: calc(70 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: calc(-35 / var(--break) * 100vw);
	margin: auto;
}
.bg_clinic08 .row__data02 {
    width: 53%;
}
.bg_clinic08 .row__data02.ptn03 {
	width: 83%;
}
.bg_clinic08 .row__data03 {
    gap: 0;
    width: 88%;
}
.bg_clinic08 .row__data02.ptn02 {
    width: 37%;
}
.row_clinic10 .col {
	width: 31%;
}
.row_clinic10 .col:nth-child(n+4) {
	margin-top: calc(50 / var(--break) * 100vw);
}
.row_clinic10 .col .graph {
	width: calc(237 / var(--break) * 100vw);
}
.row_clinic10 .col .icn {
	width: calc(156 / var(--break) * 100vw);
}
.row_clinic10 .col .wrap {
	padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.row_clinic10 .col .txt_left {
	text-align: left!important;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic01 {
		padding-top: calc(205 / var(--break) * 100vw);
	}
	.bg_clinic01::before {
		height: calc(528 / var(--break) * 100vw);
	}
	.row_clinic01 .ttl__charms02 .ja02 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img img {
		height: calc(515 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		height: calc(515 / var(--break) * 100vw);
	}
	.box_clinic04.left {
		left: calc(-20 / var(--break) * 100vw);
	}
	.box_clinic04.right {
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic10 .row__data01 .txt.fz36 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic10 .row__data01 .fz100 {
		font-size: calc(84 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic01 {
		padding-top: calc(160 / var(--break) * 100vw);
	}
	.bg_clinic01::before {
		height: calc(418 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
        height: calc(427 / var(--break) * 100vw);
    }
	.row_clinic01 .col_img img {
        height: calc(427 / var(--break) * 100vw);
    }
	.row_clinic01 .ttl__charms02 .ja01 {
        font-size: calc(24 / var(--break) * 100vw);
        letter-spacing: .05em;
    }
	.row_clinic01 .ttl__charms02 .ja02 {
        font-size: calc(32 / var(--break) * 100vw);
    }
	.row_clinic01 .col_txt .wrap p {
		line-height: 1.7;
	}
	.deco_cilnic01::before, .deco_cilnic01::after {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
	}
	.compare-table th, .compare-table td {
		font-size: calc(22 / var(--break) * 100vw);
		padding: calc(20 / var(--break) * 100vw) calc(6 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.compare-table thead th {
		height: calc(235 / var(--break) * 100vw);
	}
	.compare-table tbody td {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.ttl_clinic01 .icn {
		width: calc(75 / var(--break) * 100vw);
	}
	.row_clinic03 .col_img img {
		height: calc(285 / var(--break) * 100vw);
	}
	.row_clinic03 .col_txt {
		height: calc(285 / var(--break) * 100vw);
	}
	.row_clinic03 .col_txt .wrap p {
		line-height: 1.7;
	}
	.row_clinic04 {
		width: 79%;
	}
	.row_clinic04 .col {
		width: calc(303 / var(--break) * 100vw);
		height: calc(303 / var(--break) * 100vw);
	}
	.row_clinic04 .col .txt {
		font-size: 1.5rem;
	}
	.row_clinic06 .col .icn {
		width: calc(237 / var(--break) * 100vw);
	}
	.row_clinic07 {
		width: calc(1227 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic07 .col {
		width: calc(395 / var(--break) * 100vw);
	}
	.box_clinic04.poa {
		width: calc(395 / var(--break) * 100vw);
		bottom: calc(-95 / var(--break) * 100vw);
	}
	.img_clinic01 {
		width: calc(424 / var(--break) * 100vw);
		height: calc(425 / var(--break) * 100vw);
		top: calc(-178 / var(--break) * 100vw);
	}
	.row_clinic08 .btn_tel02 a {
		height: calc(132 / var(--break) * 100vw);
	}
	.row_clinic10 .ttl__data02 {
		font-size: calc(29 / var(--break) * 100vw);
	}
	
	.row_clinic10 .row__data01 .icn.mr15 {
		margin-right: 0;
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
        padding-top: calc(114 / var(--break) * 100vw);
    }
	.compare-table {
		border: calc(2 / var(--break) * 100vw) solid #000;
	}
	.box_clinic01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_clinic02.pink {
		background: url("images/clinic/deco_clinic01.png") no-repeat left bottom / calc(646 / var(--break) * 100vw) auto #fddceb;
	}
	.bg_clinic02.pink.right {
		background: url(images/clinic/deco_clinic04.png) no-repeat right bottom / calc(646 / var(--break) * 100vw) auto #fddceb;
	}
	.bg_clinic02.green {
		background: url("images/clinic/deco_clinic02.png") no-repeat right bottom / calc(646 / var(--break) * 100vw) auto #cef0eb;
	}
	.bg_clinic02.green.left {
		background: url("images/clinic/deco_clinic05.png") no-repeat left bottom / calc(646 / var(--break) * 100vw) auto #cef0eb;
	}
	.bg_clinic02.yellow {
		background: url("images/clinic/deco_clinic03.png") no-repeat right bottom / calc(646 / var(--break) * 100vw) auto #fef5d1;
	}
	.box_clinic02 {
		background: url(images/clinic/deco_clinic12.png) no-repeat right bottom / calc(249 / var(--break) * 100vw) #fff;
	}
	.row_clinic01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic01 .col_img {
		width: 100%;
	}
	.row_clinic01 .col_img img {
		height: auto;
		width: 100%;
	}
	.row_clinic01 .col_txt .wrap {
		width: 88%;
	}
	.deco_cilnic01::before, .deco_cilnic01::after {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		width: 100%;
		height: auto;
		padding: 9vw 0 10vw;
	}
	.row_clinic01 .ttl__charms02 .ja02 {
        font-size: calc(45 / var(--break) * 100vw);
        letter-spacing: 0;
    }
	.box_clinic02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_clinic03 .inner1500 {
		max-width: 100%;
	}
	.compare-table {
		width: calc(1400 / var(--break) * 100vw);
	}
	.compare-table thead th {
		height: calc(275 / var(--break) * 100vw);
		font-size: calc(28 / var(--break) * 100vw);
	}
	.compare-table tbody th {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.compare-table thead th span {
		margin-top: calc(18 / var(--break) * 100vw);
	}
	.row_clinic03 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.box_clinic03 {
		padding: calc(35 / var(--break) * 100vw) 5vw calc(60 / var(--break) * 100vw);
	}
	.box_clinic03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic03 .col_img {
		width: 100%;
	}
	.row_clinic03 .col_img img {
		width: 100%;
		height: auto;
	}
	.row_clinic03 .col_txt {
		width: 100%;
		height: auto;
		padding: 5vw 0 7vw;
	}
	.row_clinic03 .col_txt .wrap {
		width: 90%;
		padding-top: 0;
	}
	.ttl_clinic01 .icn {
		width: calc(100 / var(--break) * 100vw);
		margin-right: 2vw;
	}
	.ttl_clinic01 .ja {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.row_clinic04 {
		width: 100%;
		max-width: calc(650 / var(--break) * 100vw);
		justify-content: center;
		gap: calc(30 / var(--break) * 100vw)
	}
	.row_clinic04 .col {
		width: calc(300 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
	}
	.row_clinic04 .col .txt {
		font-size: .75rem;
	}
	
	
	.box_qa {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.box_qa02 .box_q .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.box_qa02 .box_q .txt {
        width: calc(100% - calc(80 / 750 * 100vw));
        font-size: 1.125rem;
        line-height: 1.6;
        letter-spacing: 0;
		padding: 0vw 0vw 0vw 2vw;
    }
	.box_qa02 .box_q {
		border-bottom: calc(9 / var(--break) * 100vw) double #000;
		padding-bottom: calc(25 / var(--break) * 100vw);
		align-items: center;
	}
	
	
	.ttl_clinic02 .icn {
		width: calc(90 / var(--break) * 100vw);
		margin-bottom: 1vw;
	}
	.ttl_clinic02 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic06 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic06 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_clinic06 .col .icn {
		width: calc(300 / var(--break) * 100vw);
	}
	.row_clinic06 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_clinic07 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.img_clinic01 {
		width: calc(454 / var(--break) * 100vw);
		height: calc(465 / var(--break) * 100vw);
		right: 0;
		left: 0;
		margin: auto;
		top: 0;
		bottom: 0;
		position: relative;
		margin-bottom: 10vw;
	}
	.box_clinic04 {
		margin-bottom: 5vw;
	}
	.box_clinic04.poa {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		right: 0;
		left: 0;
		margin: auto;
		bottom: calc(0 / var(--break) * 100vw);
		position: relative;
		margin-bottom: 3vw;
	}
	.row_clinic07 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
        margin-right: auto;
	}
	.box_clinic04.left {
		left: calc(0 / var(--break) * 100vw);
	}
	.box_clinic04.right {
		right: calc(0 / var(--break) * 100vw);
	}
	.bg_clinic06 {
		background: url(images/index/deco_concept01.png) no-repeat top left / calc(705 / var(--break) * 100vw) auto, url(images/index/deco_concept02.png) no-repeat right bottom / calc(508 / var(--break) * 100vw) auto #fef5d1;
		padding: calc(100 / var(--break) * 100vw) 0 calc(100 / var(--break) * 100vw);
	}
	.row_clinic08 .col_img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5vw;
	}
	.row_clinic08 .col_txt {
		width: 100%;
	}
	.logo_clinic {
		width: calc(415 / var(--break) * 100vw);
	}
	.address_clinic .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.row_clinic08 .btn_tel02 {
		width: calc(600 / var(--break) * 100vw);
	}
	.row_clinic08 .btn_tel02 a {
		height: calc(160 / var(--break) * 100vw);
	}
	.bg_clinic07 {
		padding: calc(60 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
		background: url(images/clinic/deco_clinic06.png) no-repeat right top / calc(646 / var(--break) * 100vw) auto, url(images/clinic/deco_clinic07.png) no-repeat left bottom / calc(646 / var(--break) * 100vw) auto #cef0eb;
	}
	.ttl_clinic03::before {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		top: calc(-35 / var(--break) * 100vw);
	}
	.row_clinic08 .btn_tel02 .icn {
		width: calc(48 / var(--break) * 100vw);
	}
	.ttl_clinic03::before {
        width: calc(90 / var(--break) * 100vw);
        height: calc(90 / var(--break) * 100vw);
        top: calc(-42 / var(--break) * 100vw);
    }
	.row_clinic09 .w48:nth-child(n+2) {
		margin-top: calc(50 / var(--break) * 100vw);
	}
	.bg_clinic08 .row__data02 {
		width: 91%;
	}
	.bg_clinic08 .row__data03 {
		gap: calc(32 / var(--break) * 100vw) calc(29 / var(--break) * 100vw);
	}
	.bg_clinic08 .row__data02.ptn02 {
		width: 56%;
	}
	.bg_clinic08 .row__data02 {
        width: 82%;
    }
	.bg_clinic08 .row__data02.ptn03 {
        width: 90%;
    }
	.row_clinic10 .col {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic10 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_clinic10 .row__data01 {
		flex-direction: row;
	}
	.row_clinic10 .col .icn {
		width: calc(100 / var(--break) * 100vw);
		margin-right: 2vw;
		margin-bottom: 0;
	}
	.row_clinic10 .icn.lh1.mb45 {
		width: calc(130 / var(--break) * 100vw);
		margin-bottom: 5vw;
	}
	.row_clinic10 .txt.txt_center {
		width: 100%;
	}
	.row_clinic10 .col .wrap {
		padding: calc(50 / var(--break) * 100vw) calc(41 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
	}
	.bg_clinic01::before {
		height: calc(261 / var(--break) * 100vw);
	}
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(54 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(54 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}


/* doctor
------------------------------------------------------------------*/

.bg_doctor01 {
	background: url("images/doctor/bg_doctor01.png") no-repeat center / cover;
	padding: calc(40 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
}

.bg_doctor02 {
	background: url(images/clinic/deco_clinic06.png) no-repeat right top / calc(879 / var(--break) * 100vw) auto, url(images/clinic/deco_clinic07.png) no-repeat left bottom / calc(879 / var(--break) * 100vw) auto #fef5d1;
}
.box_doctor01::before {
	content: "";
    position: absolute;
	background: #f7a300;
    width: 100%;
    height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.box_doctor01 .deco {
	border: solid calc(3 / var(--break) * 100vw) #000;
	padding: calc(60 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_doctor01 .col {
	width: 32%;
}
.row_doctor01 .box01 {
	border-radius: calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0 0;
}
.row_doctor01 .col01 .box01 {
	background: url("images/doctor/bg_doctor02.png") no-repeat center / cover #fddceb;
	height: calc(170 / var(--break) * 100vw);
}
.row_doctor01 .col02 .box01 {
	background: url("images/doctor/bg_doctor03.png") no-repeat center / cover #cef0eb;
	height: calc(220 / var(--break) * 100vw);
}
.row_doctor01 .col03 .box01 {
	background: url("images/doctor/bg_doctor04.png") no-repeat center / cover #9cdeff;
	height: calc(280 / var(--break) * 100vw);
}
.row_doctor01 .col .box01 .ttl .fz80 {
	position: relative;
	bottom: calc(-4 / var(--break) * 100vw);
}
.row_doctor01 .col .box01 .ttl .fz80::before {
	content: "";
    position: absolute;
	background: url("images/doctor/deco_doctor07.png") no-repeat center / cover;
    width: calc(31 / var(--break) * 100vw);
    height: calc(31 / var(--break) * 100vw);
	top: calc(-5 / var(--break) * 100vw);
	right: calc(-30 / var(--break) * 100vw);
}
.row_doctor01 .box02 {
	padding: calc(58 / var(--break) * 100vw) calc(41 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	position: relative;
	border: solid calc(3 / var(--break) * 100vw) #000;
	background-color: #fff;
}
.row_doctor01 .box02 .ttl {
	width: calc(350 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.bg_doctor03 .deco01 {
	width: calc(283 / var(--break) * 100vw);
    top: -6%;
    right: 2%;
    z-index: -1;
}
.bg_doctor03 .deco02 {
	width: calc(283 / var(--break) * 100vw);
    bottom: 41%;
    left: 3%;
    z-index: -1;
}
.bg_doctor04 {
	background: url("images/doctor/bg_doctor05.png") no-repeat center / cover;
}
.box_doctor02 {
	width: 92%;
	max-width: 1700px;
	padding: calc(80 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
}
.img_doctor01 {
    width: calc(907 / var(--break) * 100vw);
}

.row_doctor01-2 .col .box01 .ttl .fz80::before {
    display: none;
}
.row_doctor01-2 .col01 .box01 {
    height: calc(230 / var(--break) * 100vw);
}
.row_doctor01-2 .col02 .box01 {
    height: calc(280 / var(--break) * 100vw);
}
.row_doctor01-2 .col03 .box01 {
    height: calc(340 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_doctor01 .col .box01 .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.row_doctor01 .col .box01 .ttl .fz80 {
		font-size: calc(60 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	
	
	.bg_doctor02 {
		background: url(images/clinic/deco_clinic06.png) no-repeat right top / calc(646 / var(--break) * 100vw) auto, url(images/clinic/deco_clinic07.png) no-repeat left bottom / calc(646 / var(--break) * 100vw) auto #fef5d1;
	}
	.row_doctor01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_doctor01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_doctor01 .col .box01 .ttl {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_doctor01 .col .box01 .ttl .fz80 {
		font-size: calc(80 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_doctor01 .box02 .ttl {
		width: calc(350 / var(--break) * 100vw);
		height: calc(70 / var(--break) * 100vw);
		font-size: 1.125rem;
	}
	.row_doctor01 .col01 .box01 {
		height: calc(200 / var(--break) * 100vw);
	}
	.row_doctor01 .col02 .box01 {
		height: calc(250 / var(--break) * 100vw);
	}
	.row_doctor01 .col03 .box01 {
		height: calc(290 / var(--break) * 100vw);
	}
	.bg_doctor03 .deco01 {
		width: calc(195 / var(--break) * 100vw);
		right: 5vw;
		top: 0%;
	}
	.bg_doctor03 .deco02 {
		width: calc(195 / var(--break) * 100vw);
		bottom: 9vw;
		left: 1%;
	}
	.box_doctor02 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		padding: calc(80 / var(--break) * 100vw) 4vw calc(80 / var(--break) * 100vw);
	}
	.box_doctor02 h4 {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
	.img_doctor01 {
		width: 100%;
	}
	.row_doctor01-2 .col01 .box01 {
		height: calc(250 / var(--break) * 100vw);
	}
	.row_doctor01-2 .col02 .box01 {
		height: calc(280 / var(--break) * 100vw);
	}
	.row_doctor01-2 .col03 .box01 {
		height: calc(310 / var(--break) * 100vw);
	}
}

/* nurse
------------------------------------------------------------------*/
.row_nurse01 .col {
	width: 32%;
}
.row_nurse01 .col .img {
	width: calc(310 / var(--break) * 100vw);
}
.row_nurse01 .col a {
	height: calc(505 / var(--break) * 100vw);
	border: solid calc(3 / var(--break) * 100vw) #000;
}
.row_nurse01 .col a::after {
	content: "";
    position: absolute;
    width: calc(120 / var(--break) * 100vw);
    height: calc(120 / var(--break) * 100vw);
    top: -1px;
    left: -1px;
	border: solid calc(20 / var(--break) * 100vw) #f7529c;
    border-right: none;
    border-bottom: none;
}
.row_nurse01.yellow .col a::after {
	border: solid calc(20 / var(--break) * 100vw) #f7a300;
    border-right: none;
    border-bottom: none;
}
.row_nurse01 .col a::before {
	content: "";
    position: absolute;
	background: url("images/nurse/arw_nurse01.svg") no-repeat center / cover;
    width: calc(42 / var(--break) * 100vw);
    height: calc(42 / var(--break) * 100vw);
	right: calc(15 / var(--break) * 100vw);
	bottom: calc(15 / var(--break) * 100vw);
}
.row_nurse01.yellow .col a::before {
	background: url("images/medical_assistant/arw_medical_assistant01.svg") no-repeat center / cover;
}
.bg_common01.ptn03 {
    background: url("images/nurse/deco_nurse01.png") no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(627 / var(--break) * 100vw) auto, url("images/nurse/bg_nurse01.png") no-repeat center / cover;
}
.bg_common01.ptn03 .ttl_common01 .en .deco {
    -webkit-text-stroke: calc(2 / var(--break) * 100vw) #f7529c;
}
#nurse01 .row_common02 .col_img::before, #nurse01 .row_common02 .col_img::after {
    background: #f7529c;
}
.bg_nurse01.pink::before {
    background: #fddceb;
}
.bg_common02.ptn03 .box p {
	width: 77%;
    margin-right: auto;
}
.bg_common02.ptn03 .box {
	padding: calc(50 / var(--break) * 100vw) calc(103 / var(--break) * 100vw) calc(90 / var(--break) * 100vw);
}
.bg_common02.ptn03 .box .img {
	width: calc(400 / var(--break) * 100vw);
    bottom: 0;
    right: calc(0 / var(--break) * 100vw);
}
.img_nurse01 {
    width: 94%;
	max-width: 1573px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_nurse01 .box .img {
		width: calc(339 / var(--break) * 100vw);
	}
	.bg_nurse01.ptn03 .box .img {
		width: calc(354 / var(--break) * 100vw);
	}
	.bg_nurse01.ptn02 .box .img {
		width: calc(354 / var(--break) * 100vw);
	}
	.bg_common02.ptn02 .box p {
		width: 71%;
		margin-left: auto;
	}
}
@media(max-width: 767px) {
	.row_nurse01 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_nurse01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_nurse01 .col .txt {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_nurse01 .col a::before {
		width: calc(62 / var(--break) * 100vw);
		height: calc(62 / var(--break) * 100vw);
		right: calc(15 / var(--break) * 100vw);
		bottom: calc(15 / var(--break) * 100vw);
	}
	.bg_common01.ptn03 {
		background: url(images/nurse/deco_nurse01.png) no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(426 / var(--break) * 100vw) auto, url(images/nurse/bg_nurse01.png) no-repeat center / cover;
	}
	.bg_common02.ptn03 .box {
		padding: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(335 / var(--break) * 100vw);
	}
	.bg_common02.ptn03 .box .img {
		width: calc(320 / var(--break) * 100vw);
        bottom: 0;
        left: calc(0 / var(--break) * 100vw);
        right: 0;
        margin: auto;
	}
	.bg_common02.ptn03 .box p {
		width: 100%;
	}
}


/* medical_assistant
------------------------------------------------------------------*/
.bg_common01.ptn04 {
    background: url("images/medical_assistant/deco_medical_assistant01.png") no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(627 / var(--break) * 100vw) auto, url("images/medical_assistant/bg_medical_assistant01.png") no-repeat center / cover;
}
.bg_common01.ptn04 .ttl_common01 .en .deco {
    -webkit-text-stroke: calc(2 / var(--break) * 100vw) #f7a300;
}
#medical_assistant01 .row_common02 .col_img::before, #medical_assistant01 .row_common02 .col_img::after {
    background: #f7a300;
}
.bg_nurse01.yellow::before {
    background: #fef5d1;
}
.bg_medical_assistant01 .box .img {
    width: calc(404 / var(--break) * 100vw);
}
.bg_medical_assistant02 .box .img {
    width: calc(400 / var(--break) * 100vw);
}
.bg_medical_assistant03.ptn02 .box .img {
    width: calc(567 / var(--break) * 100vw);
	left: calc(-87 / var(--break) * 100vw);
}
.img_medical_assistant01 {
	width: 94%;
    max-width: 1406px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_common01.ptn04 {
		background: url(images/medical_assistant/deco_medical_assistant01.png) no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(426 / var(--break) * 100vw) auto, url(images/medical_assistant/bg_medical_assistant01.png) no-repeat center / cover;
	}
	.bg_medical_assistant03.ptn02 .box .img {
		left: calc(0 / var(--break) * 100vw);
	}
}


/* secretary
------------------------------------------------------------------*/
.bg_common01.ptn05 {
    background: url("images/secretary/deco_secretary01.png") no-repeat left top / calc(180 / var(--break) * 100vw) auto, url(images/clinic/bg_clinic07.png) no-repeat right top / calc(627 / var(--break) * 100vw) auto, url("images/secretary/bg_secretary01.png") no-repeat center / cover;
}
.bg_common01.ptn05 .ttl_common01 .en .deco {
    -webkit-text-stroke: calc(2 / var(--break) * 100vw) #0bb49c;
}
#secretary01 .row_common02 .col_img::before, #secretary01 .row_common02 .col_img::after {
    background: #0bb49c;
}
.bg_common02.green::before {
    background: #cef0eb;
}
.bg_secretary01 .box .img {
    width: calc(404 / var(--break) * 100vw);
}
.img_secretary01 {
	width: 90%;
    max-width: 914px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* entry
------------------------------------------------------------------*/
.bg_entry01 {
	background-color: #fac866;
}
.arw_flow:before {
    border-top: calc(21 / var(--break) * 100vw) solid #f7a300;
    border-right: calc(28 / var(--break) * 100vw) solid transparent;
    border-left: calc(28 / var(--break) * 100vw) solid transparent;
    bottom: calc(-42 / var(--break) * 100vw);
}
.box_flow .col_txt h4 .num {
    width: calc(80 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    font-weight: bold;
	border-radius: 100vh;
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: #fff solid 1px;
	position: relative;
}
.box_flow .col_txt h4 .num span {
	position: relative;
	z-index: 1;
}
.box_flow .col_txt h4 .num::before {
    content: "";
    position: absolute;
	background: #00000010;
    width: 100%;
    height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	border-radius: 100vh;
}
.box_flow.green .col_txt h4 .num {
    background: #0aa28c;
}
.box_flow.pink .col_txt h4 .num {
    background: #f7529c;
}
.box_flow.blue .col_txt h4 .num {
    background: #004097;
}
.box_flow .col_txt h4 .ttl {
    width: calc(100% - calc(110 / var(--break) * 100vw));
    font-weight: bold;
}
.box_flow.green .col_txt h4 .ttl span{
    background: linear-gradient(transparent 60%, #cef0eb 60%);
}
.box_flow.pink .col_txt h4 .ttl span{
    background: linear-gradient(transparent 60%, #fddceb 60%);
}
.box_flow.blue .col_txt h4 .ttl span{
    background: linear-gradient(transparent 60%, #9cdeff 60%);
}
.box_flow::after {
	content: "";
    position: absolute;
    width: calc(20 / var(--break) * 100vw);
    height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.box_flow.green::after {
	background: #0bb49c;
}
.box_flow.pink::after {
	background: #f7529c;
}
.box_flow.blue::after {
	background: #004097;
}
.box_flow.box_1240px .col_img {
    width: 34%;
    max-width: 460px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow .col_txt h4 .ttl {
		padding-top: 0vw;
	}
	.arw_flow:before {
        border-top-width: calc(30 / 750 * 100vw);
        border-right-width: calc(45 / 750 * 100vw);
        border-left-width: calc(45 / 750 * 100vw);
        bottom: -9.5vw;
    }
	.box_flow .col_txt h4 .num {
		width: calc(90 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
	}
	.box_flow .col_txt h4 .ttl {
		width: calc(100% - calc(120 / var(--break) * 100vw));
	}
}


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


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


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


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


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


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


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


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


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


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


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


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

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	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: #ccc;
	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: #333;
	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);/*ボーダー右切れる対策*/
}
@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) {
	.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 #ccc;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 64vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #000;
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #000;
}
.tbl_guideline01 th {
	background: #fef5d1;
	font-weight: bold;
}
.tbl_guideline01 tr:not(:last-child) th {
    border-bottom-color: #000;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #000;
}
.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: #e75700;
	border-radius: 100vh;
	font-weight: bold;
}
.tbl_recruit .require span {
    font-weight: bold;
}
.box_form {
    background: #fff;
    border: solid calc(3 / var(--break) * 100vw) #000;
}
.box_privacy {
    border: none;
    background: #fef5d1;
}
.btn_submit input {
	border: none;
	background: #e75700;
	border-radius: 100vh;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / var(--break) * 100vw);
	margin: calc(2 / var(--break) * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / var(--break) * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	color: #fff;
	padding: calc(4 / var(--break) * 100vw ) calc(8 / var(--break) * 100vw );
	line-height: 1.6;
}
#sidebar .category ul li a.is-active{
	background: #fff;
	color: #959595;
}

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


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