@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.png")no-repeat center / calc(1840 / var(--break) * 100vw) ;
	height:  calc(480 / var(--break) * 100vw) ;
	position: relative;
}
.main_page::before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(200 / var(--break) * 100vw) ;
	background: #f6f2e8;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main_page h2 .ja {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
    font-size: calc(50 / var(--break) * 100vw);
    font-family: "mizoletbokutoh", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: calc(20 / var(--break) * 100vw);
	letter-spacing: .1em;
}
.main_page h2 .en {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
    font-size: calc(20 / var(--break) * 100vw);
    font-family: "english-grotesque", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #60ad8a;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	border-top: 2px solid #3e3a3a;
	border-bottom: 2px solid #3e3a3a;
}
.hdg4 {
	outline: 1px solid #3e3a3a;
	outline-offset: calc(-5 / var(--break) * 100vw);
	padding: calc(25 / var(--break) * 100vw)  calc(30 / var(--break) * 100vw);
}
.hdg4::before,
.hdg4::after {
	content: '';
	position: absolute;
	width: 0; 
	height: 0;
  	border-style: solid;
}
.hdg4::before {
	left: calc(5 / var(--break) * 100vw);
	bottom: calc(5 / var(--break) * 100vw);
	border-width: 0 calc(40 / var(--break) * 100vw) calc(40 / var(--break) * 100vw) 0;
  	border-color: transparent transparent #60ad8a transparent;
}
.hdg4::after {
	top: calc(5 / var(--break) * 100vw);
	right: calc(5 / var(--break) * 100vw);
	border-width: calc(40 / var(--break) * 100vw) 0 0 calc(40 / var(--break) * 100vw);
  	border-color: #60ad8a transparent transparent transparent;
}
.hdg5 {
	border-bottom: 1px solid #92673a;
	letter-spacing: 0;
}
.hdg5::before {
	content: '';
	position: absolute;
	background: url("images/page/deco_hdg5.png")no-repeat center / contain;
	width: calc(22 / var(--break) * 100vw);
	height: calc(24 / var(--break) * 100vw);
	left: 0;
	bottom: calc(15 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page {
		background: url(images/page/bg_ttl_page.png) no-repeat center / calc(1500 / var(--break) * 100vw);
		height: calc(400 / var(--break) * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		background: url(images/page/bg_ttl_page.png) no-repeat center / calc(1240 / var(--break) * 100vw);
        height: calc(340 / var(--break) * 100vw);
	}
}
@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.png) no-repeat center / calc(702 / var(--break) * 100vw);
    	height: calc(400 / var(--break) * 100vw);
	}
	.main_page h2 .ja {
		margin-bottom: calc(10 / var(--break) * 100vw);
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.main_page h2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.main_page::before {
		height: calc(200 / var(--break) * 100vw);
		bottom: calc(-40 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.hdg3 {
        font-size: 1.4375rem;
        letter-spacing: 0;
    }
	.hdg4 {
		font-size: calc(36 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.hdg5 {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.3;
	}
	.hdg5::before {
		bottom: unset;
        top: 50%;
        transform: translate(0, -50%);
	}
	.hdg5 span {
		font-size: calc(34 / 750 * 100vw);
	}
	.col_img {
		text-align: center;
	}
}


/* コンテンツ名 class
------------------------------------------------------------------*/
.row_common01 .col_img::before,
.row_common01 .col_img::after {
	position: absolute;
	content: '';
	width: 100%;
}
.row_common01 .col_img::before {
	background: linear-gradient(to right, #60ad8a, #b1cc5f);
	border-radius: calc(20 / var(--break) * 100vw);
	height: 100%;
	bottom: calc(-20 / var(--break) * 100vw);
	left: calc(-20 / var(--break) * 100vw);
	z-index: -1;
}
.row_common01.r_reverse .col_img::before {
	bottom: calc(-20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.row_common01 .col_img::after {
	border: 2px dotted #d49f43;
	border-radius: calc(20 / var(--break) * 100vw);
	height: 100%;
	top: calc(-10 / var(--break) * 100vw);
	right: calc(-10 / var(--break) * 100vw);
}
.row_common01.r_reverse .col_img::after {
	top: calc(-10 / var(--break) * 100vw);
	left: calc(-10 / var(--break) * 100vw);
}
.row_common01 .copy {
	margin-bottom: calc(20 / var(--break) * 100vw);
}
.row_common02 {
	gap: calc(40 / var(--break) * 100vw) calc(4%/3);
}
.row_common02 .col {
	max-width: 360px;
	width: 24%;
	border-radius: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) 0 0;
}
.row_common02 .col .box{
	border-top: calc(4 / var(--break) * 100vw) #60ad8a solid;
}
.row_common02 .box .ttl{
	color: #60ad8afc;
}
.row_common03 .copy{
	border-bottom: 2px dotted #d49f43;
}
.box_common01 {
	border: 1px solid #343434;
}
.list_common01 {
	gap: calc(5 / var(--break) * 100vw) 4%;
}
.list_common01 li {
	width: 48%;
	position: relative;
	border-bottom: 1px dashed #343434;
	padding-left: calc(30 / var(--break) * 100vw);
}
.list_common01 li::after {
	content: '';
	position: absolute;
	background: url("images/page/check01.svg") no-repeat center / contain;
	width:calc(20 / var(--break) * 100vw) ;
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: calc(9 / var(--break) * 100vw);
}
.bg_common01.bg_clinic03 .list_common01 li::after{
	background: url("images/page/check01.svg") no-repeat center / contain;
}

@media(min-width: 768px) and (max-width:1299px) {
	.row_common02 .box .ttl {
		font-size: calc(24 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
}
@media(max-width: 767px) {
	.row_common01.row_default_1500px .col_img {
		margin-bottom: 7vw;
	}
	.row_common01.r_reverse .col_img::before {
		bottom: calc(-10 / var(--break) * 100vw);
    	left: calc(10 / var(--break) * 100vw);
	}
	.row_common02 {
		gap: calc(30 / var(--break) * 100vw) 0;
		width: calc(646 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .col {
		width: 100%;
	}
	.row_common02 .col .ttl {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
	.row_common03 {
		width: calc(646 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.box_common01 {
		padding: var(--size50px) 5% 6vw;
	}
	.list_common01 {
		gap: 2vw 0;
	}
	.list_common01 li {
		width: 100%;
		padding-left: calc(50 / var(--break) * 100vw);
		line-height: 1.4;
		padding-bottom: calc(10 / var(--break) * 100vw);
	}
	.list_common01 li::after {
		width: calc(30 / var(--break) * 100vw);
    	height: calc(30 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
	.bg_common01 .wrap{
		padding-bottom: var(--size60px) !important;
	}
}

/* 症例紹介 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 #d49f43;
	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: 2%;
}
.slide_case01 .slick-next {
    right: 2%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	/* margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1; */
	position: absolute;
	bottom: calc(-50 / var(--break) * 100vw);
	z-index: 9999;
	display: block;
	visibility: visible;
	opacity: 1;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.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: #fff;
	border: 1px solid #343434;
	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: #343434;
	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 #d49f43;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.area_case_common01 .ttl {
		font-size: calc(50 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.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(30 / var(--break) * 100vw);
        height: calc(54 / 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 #343434;
	}
	.area_case_common01 {
		padding: calc(45 / 750 * 100vw) calc(35 / 750 * 100vw);
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #edba3f;
}
.btn_submit input {
	border: none;
	border-radius: calc(30 / var(--break) * 100vw);
	background: #60ad8a;
}
@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;
	}
	.btn_submit input {
		border-radius: calc(50 / var(--break) * 100vw);
	}
}

/* お問い合わせ 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));
	}
}

/* 医院紹介 clinic
------------------------------------------------- */
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center right / cover;
}
.bg_clinic01::before {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic01.png") no-repeat center / contain;
	width: calc(364 / var(--break) * 100vw);
	height: calc(442 / var(--break) * 100vw);
	left: 0;
	bottom: calc(-50 / var(--break) * 100vw);
}
.bg_clinic01::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic02.png") no-repeat center / contain;
	width: calc(326 / var(--break) * 100vw);
	height: calc(277 / var(--break) * 100vw);
	top: 0;
	left: calc(130 / var(--break) * 100vw);
}
.copy_clinic01 {
	text-shadow: 0 0 calc(9 / var(--break) * 100vw) rgba(255, 255, 255, 0.97);
	color: #45a378;
}
.box_clinic01 .wrap {
	border: calc(3 / var(--break) * 100vw) #d2a963 dotted;
}
.bg_clinic02 {
	background: url("images/clinic/bg_clinic02.png") no-repeat top center / cover;
}
.bg_clinic02::before {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic03.png") no-repeat center / contain;
	width: calc(287 / var(--break) * 100vw);
	height: calc(287 / var(--break) * 100vw);
	top: 0;
	left: calc(170 / var(--break) * 100vw);
}
.bg_clinic02::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic04.png") no-repeat center / contain;
	width: calc(378 / var(--break) * 100vw);
	height: calc(324 / var(--break) * 100vw);
	top: 0;
	right: calc(90 / var(--break) * 100vw);
}
.bg_clinic02 .wrap::before {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic05.png") no-repeat center / contain;
	width: calc(378 / var(--break) * 100vw);
	height: calc(325 / var(--break) * 100vw);
	bottom: calc(-40 / var(--break) * 100vw);
	left: calc(60 / var(--break) * 100vw);
}
.bg_clinic02 .wrap::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic06.png") no-repeat center / contain;
	width: calc(287 / var(--break) * 100vw);
	height: calc(287 / var(--break) * 100vw);
	bottom: calc(-40 / var(--break) * 100vw);
	right: calc(60 / var(--break) * 100vw);
}
.ttl_clinic01 {
	height: calc(54 / var(--break) * 100vw);
	width: calc(420 / var(--break) * 100vw);
	border-radius: calc(27 / var(--break) * 100vw);
}
.ttl_clinic01::after {
	content: '';
	position: absolute;
	width: 0; 
	height: 0;
	border-style: solid;
	border-width: calc(10 / var(--break) * 100vw) calc(8.5 / var(--break) * 100vw) 0px calc(8.5 / var(--break) * 100vw);
	border-color: #fff transparent transparent transparent;
	bottom: calc(-10 / var(--break) * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
}
.row_clinic01.num03 {
	z-index: auto;
}
.row_clinic01 .col_img {
    width: 53%;
    max-width: 960px;
}
.row_clinic01 .col_txt {
    width: 47%;
}
.row_clinic01 .col_txt .wrap {
    max-width: 615px;
}
.row_clinic01::before {
	content: '';
	position: absolute;
}
.row_clinic01 h4::after {
	content: '';
	position: absolute;
}
.row_clinic01 h4::before {
	content: '';
	position: absolute;
	width: calc(850 / var(--break) * 100vw);
	height: 1px;
	background: #524d49;
	right: calc(0 / 750 * 100vw);
	bottom: calc(-15 / var(--break) * 100vw);
}
.row_clinic01:nth-of-type(even) h4::before {
	right: unset;
	left: 0;
}
.row_clinic01.num01::before {
	background: url("images/clinic/deco_clinic07.png") no-repeat center / contain;
	width: calc(1920 / var(--break) * 100vw);
	height: calc(3648 / var(--break) * 100vw);
	top: calc(0 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic01.num01 h4::after {
	background: url("images/clinic/deco_clinic08.png") no-repeat center / contain;
	width: calc(89 / var(--break) * 100vw);
	height: calc(98 / var(--break) * 100vw);
	top: calc(-30 / var(--break) * 100vw);
    right: calc(-40 / var(--break) * 100vw);
}
.row_clinic01.num02::before {
	background: url("images/clinic/deco_clinic10.png") no-repeat center / contain;
	width: calc(76 / var(--break) * 100vw);
	height: calc(106 / var(--break) * 100vw);
	bottom: calc(-30 / var(--break) * 100vw);
    right: calc(100 / var(--break) * 100vw);
}
.row_clinic01.num02 .col_img::before {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic12.png") no-repeat center / contain;
	width: calc(150 / var(--break) * 100vw);
	height: calc(134 / var(--break) * 100vw);
	top: calc(-15 / var(--break) * 100vw);
    right: calc(-65 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic01.num02 h4::after {
	background: url("images/clinic/deco_clinic09.png") no-repeat center / contain;
	width: calc(328 / var(--break) * 100vw);
	height: calc(403 / var(--break) * 100vw);
	top: calc(-110 / var(--break) * 100vw);
    right: calc(-210 / var(--break) * 100vw);
}
.row_clinic01.num03 .col_txt {
	z-index: 1;
  	position: relative;
}
.row_clinic01.num03::before {
	background: url("images/clinic/deco_clinic11.png") no-repeat center / contain;
	width: calc(1920 / var(--break) * 100vw);
	height: calc(3648 / var(--break) * 100vw);
	top: calc(-1450 / var(--break) * 100vw);
    right: 0;
    z-index: -1;
}
.row_clinic01.num03 .col_txt::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic14.png") no-repeat center / contain;
	width: calc(204 / var(--break) * 100vw);
	height: calc(173 / var(--break) * 100vw);
	top: calc(-15 / var(--break) * 100vw);
    right: calc(-0 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic01.num03 h4::after {
	background: url("images/clinic/deco_clinic13.png") no-repeat center / contain;
	width: calc(110 / var(--break) * 100vw);
	height: calc(98 / var(--break) * 100vw);
	top: calc(-0 / var(--break) * 100vw);
    right: calc(-30 / var(--break) * 100vw);
}
.row_clinic01.num04::before {
	background: url("images/clinic/deco_clinic17.png") no-repeat center / contain;
	width: calc(1920 / var(--break) * 100vw);
	height: calc(3648 / var(--break) * 100vw);
	bottom: calc(-800 / var(--break) * 100vw);
    left: 0;
    z-index: -1;
}
.row_clinic01.num04::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic15.png") no-repeat center / contain;
	width: calc(314 / var(--break) * 100vw);
	height: calc(403 / var(--break) * 100vw);
	top: calc(-80 / var(--break) * 100vw);
    left: 0;
	z-index: 1;
}
.row_clinic01.num04 .col_txt::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic16.png") no-repeat center / contain;
	width: calc(96 / var(--break) * 100vw);
	height: calc(81 / var(--break) * 100vw);
	bottom: calc(-30 / var(--break) * 100vw);
    right: calc(50 / var(--break) * 100vw);
}
.row_clinic01.num05 h4::after {
	background: url("images/clinic/deco_clinic19.png") no-repeat center / contain;
	width: calc(85 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	top: calc(20 / var(--break) * 100vw);
    right: calc(-30 / var(--break) * 100vw);
}
.row_clinic01.num05 .col_img::after {
	content: '';
	position: absolute;
	background: url("images/clinic/deco_clinic18.png") no-repeat center / contain;
	width: calc(285 / var(--break) * 100vw);
	height: calc(219 / var(--break) * 100vw);
	top: calc(-40 / var(--break) * 100vw);
    left: calc(-65 / var(--break) * 100vw);
	z-index: -1;
}
.bg_clinic03::before,
.bg_clinic03::after {
	content: '';
	position: absolute;
	width: calc(173 / var(--break) * 100vw);
}
.bg_clinic03::before {
	background: url("images/clinic/deco_clinic20.png") no-repeat center / contain;
	height: calc(267 / var(--break) * 100vw);
	bottom: calc(-80 / var(--break) * 100vw);
    left: calc(345 / var(--break) * 100vw);
}
.bg_clinic03::after {
	background: url("images/clinic/deco_clinic21.png") no-repeat center / contain;
	height: calc(256 / var(--break) * 100vw);
	bottom: calc(-75 / var(--break) * 100vw);
    right: calc(360 / var(--break) * 100vw);
}
.bg_clinic03 .wrap{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.bg_clinic03 .ttl span::after {
	content: '';
	position: absolute;
	height: calc(22 / var(--break) * 100vw);
	width: 100%;
	left: 0;
	bottom: calc(-10 / var(--break) * 100vw);
	background: #fff;
	z-index: -1;
}
.row_clinic02 {
	gap: 0 calc(20 / var(--break) * 100vw);
}
.row_clinic02 > div{
	width: calc(360 / var(--break) * 100vw);
}
.page_main #clinic03 {
	margin-bottom: calc(180 / var(--break) * 100vw);
}
.slide_clinic01 .slick-prev {
	background: url("images/page/arw_slide.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 35%;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/page/arw_slide.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 35%;
	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;
}
.list_clinic01 {
	gap: calc(10 / var(--break) * 100vw) 0;
}
.list_clinic01 .ccl {
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	padding-top: calc(1 / var(--break) * 100vw);
    padding-left: calc(1 / var(--break) * 100vw);
}
.list_clinic01 .txt {
	width: calc(100% - calc(30 / var(--break) * 100vw));
}
.bnr_clinic01 {
	width: 49%;
	max-width: 730px;
	height: calc(188 / var(--break) * 100vw);
}
.bnr_clinic01 a {
	width: 100%;
	height: 100%;
	z-index: 1;
	/* border: 1px solid #343434;
	background-color: #fff !important;
	transform-style: preserve-3d; 
    z-index: 1; */
}
/* .bnr_clinic01 a::before,
.bnr_clinic01 a::after {
	content: '';
	position: absolute;
}
.bnr_clinic01 a::before {
	background: url("images/clinic/arw01.svg") no-repeat center/ contain;
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
}
.bnr_clinic01 a::after {
	background: #343434;
	width: 100%;
	height: 100%;
	left: 0;
	top: calc(7 / var(--break) * 100vw);
	border-radius: calc(20 / var(--break) * 100vw);
	transform: translateZ(-1px);
    z-index: -1; 
    pointer-events: none;
}
.bnr_clinic01 a > p {
    position: relative;
    transform: translateZ(1px);
} */
.bnr_clinic01.maternity a {
	background: url("images/clinic/bg_clinic03.png") no-repeat center right/ calc(340 / var(--break) * 100vw) auto;
}
.bnr_clinic01.baby a {
	background: url("images/clinic/bg_clinic04.png") no-repeat center right/ calc(340 / var(--break) * 100vw) auto;
}
.row_clinic03 .col {
	width: 48%;
}
.row_clinic04 .col{
	width: 48%;
}
.row_clinic04 .ttl {
	height: calc(50 / var(--break) * 100vw);
}
.list_clinic02 {
	gap: calc(5 / var(--break) * 100vw) 0;
}
.list_clinic02 li {
    position: relative;
    padding-left: calc(25 / var(--break) * 100vw);
}
.list_clinic02 li::before {
    content: '';
    position: absolute;
    width: calc(7 / var(--break) * 100vw);
    height: calc(7 / var(--break) * 100vw);
    border-radius: 100%;
    background: #aa9cd2;
    top: calc(12 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
}
.row_clinic04 .col:nth-of-type(2) .list_clinic02 li::before {
	background: #ee9999;
}
@media(min-width:768px){
    .bnr_clinic01 a:hover {
        opacity: 1 !important;
        transform: translate(0px, calc(7 / var(--break) * 100vw)) !important;
    }
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic01 {
		background: url(images/clinic/img_clinic16.png) no-repeat top right / calc(650 / 1599 * 100vw);
        background-color: #f6f2e8;
	}
	.bg_clinic01::before {
		width: calc(303 / var(--break) * 100vw);
    	height: calc(368 / var(--break) * 100vw);
		bottom: calc(-80 / var(--break) * 100vw);
	}
	.bg_clinic01::after {
		width: calc(271 / var(--break) * 100vw);
    	height: calc(230 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
    	z-index: -1;
	}
	.bg_clinic02::before {
		width: calc(239 / var(--break) * 100vw);
    	height: calc(239 / var(--break) * 100vw);
		left: calc(140 / var(--break) * 100vw);
	}
	.bg_clinic02::after {
		width: calc(314 / var(--break) * 100vw);
    	height: calc(270 / var(--break) * 100vw);
		right: calc(60 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap::before {
		width: calc(314/ var(--break) * 100vw);
    	height: calc(270 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap::after {
		width: calc(239 / var(--break) * 100vw);
    	height: calc(239 / var(--break) * 100vw);
	}
	.row_clinic01.num01::before {
		width: calc(1600 / var(--break) * 100vw);
    	height: calc(3040 / var(--break) * 100vw);
	}
	.row_clinic01.num01 h4::after {
		width: calc(74 / var(--break) * 100vw);
    	height: calc(81/ var(--break) * 100vw);
	}
	.row_clinic01.num02::before {
		width: calc(63 / var(--break) * 100vw);
    	height: calc(88 / var(--break) * 100vw);
		bottom: calc(-80 / var(--break) * 100vw);
    	right: calc(50 / var(--break) * 100vw);
	}
	.row_clinic01.num02 .col_img::before {
		width: calc(125 / var(--break) * 100vw);
    	height: calc(111 / var(--break) * 100vw);
	}
	.row_clinic01.num02 h4::after {
		width: calc(273 / var(--break) * 100vw);
    	height: calc(335 / var(--break) * 100vw);
		right: calc(-90 / var(--break) * 100vw);
	}
	.row_clinic01.num03::before {
		width: calc(1600 / var(--break) * 100vw);
    	height: calc(3040 / var(--break) * 100vw);
	}
	.row_clinic01.num03 .col_txt::after {
		width: calc(170 / var(--break) * 100vw);
    	height: calc(144 / var(--break) * 100vw);
	}
	.row_clinic01.num03 h4::after {
		width: calc(91 / var(--break) * 100vw);
    	height: calc(81 / var(--break) * 100vw);
	}
	.row_clinic01.num04::before {
		width: calc(1600 / var(--break) * 100vw);
    	height: calc(3040 / var(--break) * 100vw);
	}
	.row_clinic01.num04::after {
		width: calc(261 / var(--break) * 100vw);
    	height: calc(335 / var(--break) * 100vw);
	}
	.row_clinic01.num04 .col_txt::after {
		width: calc(80 / var(--break) * 100vw);
    	height: calc(67 / var(--break) * 100vw);
		bottom: calc(-50 / var(--break) * 100vw);
	}
	.row_clinic01.num05 .col_img::after {
		width: calc(237 / var(--break) * 100vw);
    	height: calc(182 / var(--break) * 100vw);
	}
	.row_clinic01.num05 h4::after {
		width: calc(70 / var(--break) * 100vw);
    	height: calc(66 / var(--break) * 100vw);
	}
	.bg_clinic03::before {
		width: calc(144 / var(--break) * 100vw);
    	height: calc(222 / var(--break) * 100vw);
		left: calc(220 / var(--break) * 100vw);
	}
	.bg_clinic03::after {
		width: calc(144 / var(--break) * 100vw);
		height: calc(213 / var(--break) * 100vw);
		right: calc(240 / var(--break) * 100vw);
	}
	.list_clinic01 .txt {
		white-space: nowrap;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: -5%;
	}
	.slide_clinic01 .slick-next {
		right: -5%;
	}
	.bg_clinic01 {
        background: url(images/clinic/img_clinic16.png) no-repeat top right / calc(650 / 1299 * 100vw);
        background-color: #f6f2e8;
    }
	.bg_clinic01::before {
		width: calc(246 / var(--break) * 100vw);
        height: calc(299 / var(--break) * 100vw);
		bottom: calc(-50 / var(--break) * 100vw);
	}
	.bg_clinic01::after {
        width: calc(220 / var(--break) * 100vw);
        height: calc(186 / var(--break) * 100vw);
		left: calc(60 / var(--break) * 100vw);
    }
	.bg_clinic02::before {
		width: calc(194 / var(--break) * 100vw);
        height: calc(194 / var(--break) * 100vw);
	}
	.bg_clinic02::after {
		width: calc(255 / var(--break) * 100vw);
        height: calc(219 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap::before {
        width: calc(255 / var(--break) * 100vw);
        height: calc(219 / var(--break) * 100vw);
    }
	.bg_clinic02 .wrap::after {
        width: calc(194/ var(--break) * 100vw);
        height: calc(194 / var(--break) * 100vw);
    }
	.row_clinic01.num01::before {
        width: calc(1300 / var(--break) * 100vw);
        height: calc(2471 / var(--break) * 100vw);
    }
	.row_clinic01.num01 h4::after {
        width: calc(60/ var(--break) * 100vw);
        height: calc(65 / var(--break) * 100vw);
    }
	.row_clinic01.num02::before {
        width: calc(51 / var(--break) * 100vw);
        height: calc(71 / var(--break) * 100vw);
    }
	.row_clinic01.num02 h4::after {
        width: calc(221 / var(--break) * 100vw);
        height: calc(272 / var(--break) * 100vw);
		top: calc(-170 / var(--break) * 100vw);
        right: calc(-50 / var(--break) * 100vw);
    }
	.row_clinic01.num03::before {
        width: calc(1300 / var(--break) * 100vw);
        height: calc(2471 / var(--break) * 100vw);
    }
	.row_clinic01.num03 .col_txt::after {
        width: calc(138 / var(--break) * 100vw);
        height: calc(117 / var(--break) * 100vw);
    }
	.row_clinic01.num03 h4::after {
        width: calc(74 / var(--break) * 100vw);
        height: calc(65 / var(--break) * 100vw);
    }
	.row_clinic01.num04::before {
        width: calc(1300 / var(--break) * 100vw);
        height: calc(2471 / var(--break) * 100vw);
    }
	.row_clinic01.num04::after {
        width: calc(212 / var(--break) * 100vw);
        height: calc(272 / var(--break) * 100vw);
    }
	.row_clinic01.num04 .col_txt::after {
        width: calc(65 / var(--break) * 100vw);
        height: calc(54 / var(--break) * 100vw);
    }
	.row_clinic01.num05 .col_img::after {
        width: calc(192 / var(--break) * 100vw);
        height: calc(148 / var(--break) * 100vw);
    }
	.row_clinic01.num05 h4::after {
        width: calc(57 / var(--break) * 100vw);
        height: calc(53 / var(--break) * 100vw);
    }
	.bg_clinic03::before {
        width: calc(117 / var(--break) * 100vw);
        height: calc(180 / var(--break) * 100vw);
        left: calc(120 / var(--break) * 100vw);
    }
	.bg_clinic03::after {
        width: calc(117/ var(--break) * 100vw);
        height: calc(173 / var(--break) * 100vw);
        right: calc(140 / var(--break) * 100vw);
    }
	.bnr_clinic01 a .ttl {
		text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
	}
	.box_clinic01 {
		max-width: calc(750 / 1299 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		background: url(images/clinic/img_clinic16.png) no-repeat top right / calc(500 / 750 * 100vw);
        background-color: #f6f2e8;
        padding-top: calc(150 / 750 * 100vw);
		padding-bottom: calc(160 / 750 * 100vw);
	}
	.bg_clinic01::before {
		bottom: calc(-140 / var(--break) * 100vw);
		width: calc(240 / var(--break) * 100vw);
	}
	.bg_clinic01::after {
		left: calc(0 / var(--break) * 100vw);
    	z-index: -1;
	}
	.copy_clinic01 {
		font-size: calc(40 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.box_clinic01 .txt {
		font-size: calc(32 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.bg_clinic02 {
		font-size: calc(40 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.bg_clinic02 .txt {
		font-size: calc(32 / 750 * 100vw);
		letter-spacing: 0;
		text-align: left;
		line-height: 2.2;
	}
	.row_clinic01 {
        gap: 5vw 0;
    }
	.row_clinic01 .col_img {
        width: 100%;
    }
	.row_clinic01 .col_txt {
        width: 100%;
        padding: 0;
    }
	.row_clinic01 .copy_clinic02{
		font-size: 1.125rem;
        letter-spacing: 0;
		text-align: center;
	}
	.row_clinic01 .en{
		font-size: var(--size30px);
		text-align: center;
	}
	.row_clinic01 .en span{
		font-size: var(--size45px);
	}
	.row_clinic01.num01 .col_img{
		padding-right: var(--size30px);
    	padding-left: var(--size30px);
	}
	.row_clinic01.num02 .col_img{
		padding-right: var(--size30px);
	}
	.row_clinic01.num03 .col_img{
		padding-left: var(--size30px);
	}
	.row_clinic01.num04 .col_img{
		padding-right: var(--size30px);
	}
	.row_clinic01.num05 .col_img{
		padding-left: var(--size30px);
	}
	.row_clinic01.num02::before {
		bottom: calc(-60 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.row_clinic01.num04::after {
		width: calc(230 / var(--break) * 100vw);
	}
	.row_clinic01 .en,
	.row_clinic01 .copy_clinic02  {
		width: calc(646 / var(--break) * 100vw);
        margin-right: auto;
        margin-left: auto;
	}
	.bg_clinic02 {
		background-color: var(--color13) !important;
    	background: url(images/page/bg_pattern01.png) repeat center / calc(20 / var(--break) * 100vw) auto;
	}
	.bg_clinic02 .copy01 {
		font-size: calc(40 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bg_clinic02 .wrap{
		padding-top: calc(320 / 750 * 100vw);
		padding-bottom: calc(260 / 750 * 100vw);
	}
	.bg_clinic02::before {
		left: calc(20 / var(--break) * 100vw);
		top: calc(-20 / var(--break) * 100vw);
		z-index: 2;
	}
	.bg_clinic02::after {
		right: calc(20 / var(--break) * 100vw);
		top: calc(-20 / var(--break) * 100vw);
		z-index: 2;
	}
	.bg_clinic02 .wrap::before {
		bottom: calc(-90 / var(--break) * 100vw);
    	left: calc(20 / var(--break) * 100vw);
	}
	.bg_clinic02 .wrap::after {
		bottom: calc(-80 / var(--break) * 100vw);
    	right: calc(20 / var(--break) * 100vw);
	}
	.ttl_clinic01 {
		height: calc(60 / var(--break) * 100vw);
		width: calc(500 / var(--break) * 100vw);
		border-radius: calc(30 / var(--break) * 100vw);
		font-size: calc(32 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.ttl_clinic01::before {
		content: '';
		position: absolute;
		background: url(images/page/frame_foot01_sp.png) no-repeat center / cover;
        height: calc(88 / var(--break) * 100vw);
        top: calc(-320 / 750 * 100vw);
		width: calc(750 / 750 * 100vw);
		left: 50%;
        transform: translate(-50%, 0);
	}
	.ttl_clinic01::after {
		border-width: calc(20 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) 0px calc(17 / var(--break) * 100vw);
		bottom: calc(-15 / var(--break) * 100vw);
	}
	.bg_clinic03 .ttl {
		font-size: 1.4375rem;
    	letter-spacing: 0;
		line-height: 1.4;
	}
	.bg_clinic03 .ttl span{
		display: inline-block;
	}
	.bg_clinic03 .ttl02 {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
	.bg_clinic03 .txt {
		text-align: left;
	}
	.ttl_clinic02 {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_clinic02 {
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_clinic02 > div {
		width: calc(600 / var(--break) * 100vw);
	}
	.row_clinic02 .web_head .txt01 {
		width: 65%;
	}
	.bg_clinic03 .row_clinic02 .txt {
        text-align: center;
    }
	.row_clinic02 .tel_head .en {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.bg_clinic03 .wrap {
		padding-bottom: calc(150 / var(--break) * 100vw);
	}
	.bg_clinic03 .row_clinic02 .num {
		font-size: calc(48 / var(--break) * 100vw);
	}
	.bg_clinic03::before {
		bottom: calc(-110 / var(--break) * 100vw);
    	left: calc(40 / var(--break) * 100vw);
	}
	.bg_clinic03::after {
		bottom: calc(-110 / var(--break) * 100vw);
    	right: calc(40 / var(--break) * 100vw);
	}
	.copy_clinic02 {
		font-size: calc(36 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.slide_clinic01 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.slide_clinic01 .slick-prev {
		top: 23%;
		left: -2vw;
	}
	.slide_clinic01 .slick-next {
		top: 23%;
		right: -2vw;
	}
	.list_clinic01 .ccl {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		margin-top: var(--size20px);
		padding-top: calc(3 / var(--break) * 100vw);
    	padding-left: calc(3 / var(--break) * 100vw);
	}
	.list_clinic01 .txt {
		width: calc(100% - calc(50 / var(--break) * 100vw));
	}
	.row_clinic03 {
		gap: calc(30 / 750 * 100vw) 0;
	}
	.bnr_clinic01 .ttl {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
    	line-height: 1.4;
		margin-bottom: var(--size15px);
	}
	.bnr_clinic01 .ttl_en {
		font-size: calc(24 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.bnr_clinic01 {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
	}
	.bnr_clinic01 a:hover {
        opacity: 1 !important;
        transform: translate(0px, calc(7 / var(--break) * 100vw)) !important;
    }
	.img_clinic01  {
		width: 100%;
		max-width: calc(500 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_name {
		max-width: calc(646 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_name .ttl{
		font-size: calc(30 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.row_name .name {
		font-size: calc(46 / 750 * 100vw);
	}
	.name_en {
		font-size: calc(24 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.row_clinic04 {
		gap: calc(30 / 750 * 100vw) 0;
	}
	.row_clinic04 .col {
		width: 100%;
	}
	.row_clinic04 .ttl {
        height: calc(60 / var(--break) * 100vw);
        border-radius: var(--size30px);
        font-size: 1.125rem;
        letter-spacing: 0;
    }
	.list_clinic02 li::before {
        width: calc(12 / var(--break) * 100vw);
        height: calc(12 / var(--break) * 100vw);
        top: calc(27 / var(--break) * 100vw);
    }
}

/* 初めてのかたへ first
------------------------------------------------------ */
.bg_first01.bg_clinic03::before, 
.bg_first01.bg_clinic03::after {
	bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
}
.row_first01.row_common02 {
    gap: calc(40 / var(--break) * 100vw) 2%;
}
.row_first01.row_common02 .col{
	width: 32%;
	max-width: 100%;
	border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.row_first02 {
	gap: calc(100 / var(--break) * 100vw) 2%;
}
.row_first02 .col {
	width: 32%;
	background: url("images/page/bg_pattern04.png") repeat center / calc(20 / var(--break) * 100vw) auto var(--color01) ;
}
.row_first02 .img{
	top: calc(-60 / var(--break) * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(240 / var(--break) * 100vw);
}
.row_first02 .txt{
	color: #d49f43fc;
}
.bnr_first01.bnr_clinic01 {
	width: 100%;
}
.box_first02::before {
	content: '';
	position: absolute;
	width: 0; 
	height: 0;
	border-style: solid;
	border-width: calc(160 / var(--break) * 100vw) calc(210 / var(--break) * 100vw) 0 0;
	border-color: rgba(125, 203, 202, 0.5) transparent transparent transparent;
	top: 0;
	left: 0;
	border-radius: calc(20 / var(--break) * 100vw) 0 0 0;
	z-index: -1;
}
.box_first02 .ttl span::before,
.box_first02 .ttl span::after {
	content: '';
	position: absolute;
}
.box_first02 .ttl span::before {
	background: url(images/first/deco_first01.png) no-repeat center / contain ;
	width: calc(72 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
    left: calc(-110 / var(--break) * 100vw);
}
.box_first02 .ttl span::after {
	background: url(images/first/deco_first02.png) no-repeat center / contain ;
	width: calc(89 / var(--break) * 100vw);
	height: calc(118 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
    right: calc(-150 / var(--break) * 100vw);
}
.box_first02 .txt::before {
	content: '';
	position: absolute;
	width: calc(55 / var(--break) * 100vw);
	height: calc(5 / var(--break) * 100vw);
	border-bottom: calc(5 / var(--break) * 100vw) dotted #7dcbca;
	top: calc(-20 / var(--break) * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
}
.bnr_clinic01.pediatric a {
    background: url(images/first/bg_first01.png) no-repeat center right / calc(340 / var(--break) * 100vw) auto;
}
.page_main #first06 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
.bg_pay {
	background: #f6f2e8;
}
.bg_pay::before,
.bg_pay::after {
	content: '';
	position: absolute;
	z-index: -1;
}
.bg_pay::before {
	background: url(images/pay/deco_pay01.png) no-repeat center / contain;
	width: calc(304 / var(--break) * 100vw);
	height: calc(234 / var(--break) * 100vw);
	top: calc(0 / var(--break) * 100vw);
	left: calc(140 / var(--break) * 100vw);
}
.bg_pay::after {
	background: url(images/pay/deco_pay02.png) no-repeat center / contain;
	width: calc(295 / var(--break) * 100vw);
	height: calc(250 / var(--break) * 100vw);
	bottom: calc(0 / var(--break) * 100vw);
	right: calc(120/ var(--break) * 100vw);
}
.bg_pay .wrap::before,
.bg_pay .wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(33/ var(--break) * 100vw);
	left: 0;
}
.bg_pay .wrap::before {
	background: url(images/page/deco_common03.svg) no-repeat center / cover;
	top: calc(-1 / var(--break) * 100vw);
}
.bg_pay .wrap::after {
	background: url(images/page/deco_common04.svg) no-repeat center / cover;
	bottom: calc(-1 / var(--break) * 100vw);
}
.row_pay01 .col{
	width: 23.7%;
}

@media(min-width: 768px) and (max-width: 1599px) {
	.row_first02 .img {
		width: calc(200 / var(--break) * 100vw);
	}
	.row_first02 .col {
		padding-top: var(--size160px);
	}
	.box_first02 .ttl span::before {
		width: calc(60 / var(--break) * 100vw);
    	height: calc(50 / var(--break) * 100vw);
	}
	.box_first02 .ttl span::after {
		width: calc(74 / var(--break) * 100vw);
    	height: calc(98 / var(--break) * 100vw);
	}
	.row_pay01 .img{
		width: calc(176 / var(--break) * 100vw);
		margin-right: auto;
        margin-left: auto;
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	.row_first02 .col {
        padding-top: var(--size120px);
    }
	.row_first02 .img {
        width: calc(162 / var(--break) * 100vw);
    }
	.box_first02 .ttl span::before {
        width: calc(48 / var(--break) * 100vw);
        height: calc(40 / var(--break) * 100vw);
    }
	.box_first02 .ttl span::after {
        width: calc(60 / var(--break) * 100vw);
        height: calc(79 / var(--break) * 100vw);
    }
	.bg_pay::before {
		width: calc(247 / var(--break) * 100vw);
    	height: calc(190 / var(--break) * 100vw);
	}
	.bg_pay::after {
		width: calc(239 / var(--break) * 100vw);
    	height: calc(203 / var(--break) * 100vw);
	}
	.row_pay01 .img {
		width: calc(143 / var(--break) * 100vw);
	}
}
@media(max-width:767px) {
	.bg_first01.bg_clinic03::before, 
	.bg_first01.bg_clinic03::after {
		bottom: calc(-100 / var(--break) * 100vw);
		top: unset;
		transform: unset;
	}
	.row_first01.row_common02 {
		gap: calc(45 / var(--break) * 100vw) 0;
	}
	.row_first01.row_common02 .col {
		width: 100%;
	}
	.row_first02 {
		gap: calc(100 / var(--break) * 100vw) 0;
		width: calc(646 / var(--break) * 100vw);
        margin-right: auto;
        margin-left: auto;
	}
	.row_first02 .col {
		width: 100%;
	}
	.row_first02 .txt {
		font-size: calc(36 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.row_first02 .txt span {
		font-size: calc(28 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.row_first03.row_first01 .img{
		margin-bottom: var(--size25px);
	}
	.row_first03.row_first01 .ttl {
		margin-bottom: var(--size25px);
	}
	.box_first02 .ttl{
		font-size: calc(36 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.bnr_clinic01 .fz22 {
		font-size: calc(28 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.bg_pay::before {
		top: calc(0 / var(--break) * 100vw);
    	left: calc(0 / var(--break) * 100vw);
		width: calc(250 / var(--break) * 100vw);
	}
	.bg_pay::after {
		bottom: calc(0 / var(--break) * 100vw);
    	right: calc(0 / var(--break) * 100vw);
		width: calc(250 / var(--break) * 100vw);
	}
	.row_pay01 {
		gap: calc(30 / 750 * 100vw) 0;
	}
	.row_pay01 .col {
		width: 48%;
	}
	.row_pay01 .img {
		width: calc(176 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_pay01 .ttl {
		font-size: calc(34 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.row_pay01 .txt{
		line-height: 1.5;
	}
}

/* 院長・スタッフ紹介 staff
---------------------------------------------------- */
.row_staff01 .col_img{
	width: 28%;
	max-width: 400px;
}
.row_staff01 .col_txt{
	width: 67%;
}
.row_staff01 .col_img::before,
.row_staff01 .col_img::after {
	position: absolute;
    content: '';
    width: 100%;
	border-radius: calc(40 / var(--break) * 100vw);
	height: calc(100% - calc(20 / var(--break) * 100vw));
    z-index: -1;
}
.row_staff01 .col_img::before {
	bottom: calc(-20 / var(--break) * 100vw);
    right: calc(-20 / var(--break) * 100vw);
	background: rgba(237, 186, 63, 0.6);
}
.row_staff01 .col_img::after {
	top: calc(-20 / var(--break) * 100vw);
    left: calc(-20 / var(--break) * 100vw);
	background: rgba(177, 204, 95, 0.6);
}
.list_staff01 > .flex:nth-of-type(n+2) {
	margin-top: calc(5 / var(--break) * 100vw);
}
.list_staff01 .year {
    width: calc(130 / var(--break) * 100vw);
}
.list_staff01 .txt {
    width: calc(100% - calc(145 / var(--break) * 100vw));
}
.box_staff01 .ttl{
	height: calc(50 / var(--break) * 100vw);
}
.bg_staff01::before,
.bg_staff01::after {
	content: '';
	position: absolute;
	z-index: -1;
}
.bg_staff01::before {
	background: url("images/staff/deco_staff01.png") no-repeat center / contain;
	top: calc(80 / var(--break) * 100vw);
	left: 0;
	width: calc(340 / var(--break) * 100vw);
	height: calc(429 / var(--break) * 100vw);
}
.bg_staff01::after {
	background: url("images/staff/deco_staff02.png") no-repeat center / contain;
	right: 0;
	bottom: 0;
	width: calc(339 / var(--break) * 100vw);
	height: calc(423 / var(--break) * 100vw);
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.bg_staff01::before {
		width: calc(283 / var(--break) * 100vw);
    	height: calc(357 / var(--break) * 100vw);
		top: calc(0 / var(--break) * 100vw);
	}
	.bg_staff01::after {
		width: calc(282 / var(--break) * 100vw);
    	height: calc(352 / var(--break) * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.bg_staff01::before {
        width: calc(230 / var(--break) * 100vw);
        height: calc(290 / var(--break) * 100vw);
        top: calc(0 / var(--break) * 100vw);
    }
	.bg_staff01::after {
        width: calc(229 / var(--break) * 100vw);
        height: calc(286 / var(--break) * 100vw);
    }
}
@media only screen and (max-width: 767px) {
	.row_staff01 {
		max-width: calc(646 / var(--break) * 100vw) ;
        margin-right: auto;
        margin-left: auto;
		gap: calc(40 / var(--break) * 100vw) 0;
		justify-content: center;
	}
	.row_staff01 .col_img {
		width: 80%;
	}
	.row_staff01 .col_txt {
		width: 100%;
	}
	.box_staff01 .ttl {
		height: calc(60 / var(--break) * 100vw);
		border-radius: var(--size30px);
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_staff01 {
		padding-bottom: var(--size180px);
    	padding-top: var(--size180px);
	}
	.bg_staff01::before {
		width: calc(230 / var(--break) * 100vw);
    	height: calc(357 / var(--break) * 100vw);
		top: calc(-60 / var(--break) * 100vw);
	}
	.bg_staff01::after {
		width: calc(230 / var(--break) * 100vw);
    	height: calc(352 / var(--break) * 100vw);
		bottom: calc(-130 / var(--break) * 100vw);
		z-index: 1;
	}
	.list_staff01 .year {
		width: calc(200 / var(--break) * 100vw);
	}
	.list_staff01 .txt {
		width: calc(100% - calc(220 / var(--break) * 100vw));
		line-height: 1.8;
	}
}

/* こども歯科（小児歯科） pediatric 
----------------------------------------------- */
.bg_pediatric01.bg_clinic03::before {
	display: none;
}
.bg_pediatric01.bg_clinic03::after {
	display: none;
}
.bg_pediatric02 .copy span::before,
.bg_pediatric02 .copy span::after {
	content: '';
	position: absolute;
}
.bg_pediatric02 .copy span::before {
	width: calc(55 / var(--break) * 100vw);
    height: calc(5 / var(--break) * 100vw);
    border-bottom: calc(5 / var(--break) * 100vw) dotted #7dcbca;
    bottom: calc(-40 / var(--break) * 100vw);
    left: 50%;
    transform: translate(-50%, 0);
}
.bg_pediatric02 .copy span::after {
	background: url("images/pediatric/deco_pediatric01.png") no-repeat center / contain;
	width: calc(99 / var(--break) * 100vw);
	height: calc(154 / var(--break) * 100vw) ;
	top: 50%;
	transform: translate(0, -50%);
	right: calc(-150 / var(--break) * 100vw);
}
.row_pediatric01 .col {
	width: 32%;
	height:	calc(80 / var(--break) * 100vw) ;
}
.row_pediatric01 .col a {
	width: 100%;
	height: 100%;
	border: 1px solid #343434;
}
.row_pediatric01 .col a::after {
	content: '';
	position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / contain;
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw) ;
	top: 50%;
	transform: translate(0, -50%) rotate(90deg);
	right: calc(20 / var(--break) * 100vw);
}
.bg_pediatric03::before {
	content: '';
	position: absolute;
}
.bg_pediatric03.num01::before {
	background: url("images/pediatric/deco_pediatric02.png") no-repeat center / contain;
	width: calc(109 / var(--break) * 100vw);
	height: calc(91 / var(--break) * 100vw) ;
	top: calc(25 / var(--break) * 100vw);
	left: calc(690 / var(--break) * 100vw);
}
.bg_pediatric03.num02::before {
	background: url("images/pediatric/deco_pediatric05.png") no-repeat center / contain;
	width: calc(139 / var(--break) * 100vw);
	height: calc(144 / var(--break) * 100vw) ;
	top: calc(-40 / var(--break) * 100vw);
    right: calc(570 / var(--break) * 100vw);
}
.bg_pediatric03.num03::before {
	background: url("images/pediatric/deco_pediatric08.png") no-repeat center / contain;
	width: calc(129 / var(--break) * 100vw);
	height: calc(171 / var(--break) * 100vw) ;
	top: calc(-60 / var(--break) * 100vw);
    left: calc(560 / var(--break) * 100vw);
}
.bg_pediatric03 .ttl span::before,
.bg_pediatric03 .ttl span::after {
	content: '';
	position: absolute;
	width: calc(30 / var(--break) * 100vw);
	height: calc(31 / var(--break) * 100vw) ;
	top: 50%;
	transform: translate(0, -50%);
}
.bg_pediatric03 .ttl span::before {
	left: calc(-50 / var(--break) * 100vw);
}
.bg_pediatric03 .ttl span::after {
	right: calc(-50 / var(--break) * 100vw);
}
.bg_pediatric03.num01 .ttl span::before {
	background: url("images/pediatric/deco_pediatric03.svg") no-repeat center / contain;
}
.bg_pediatric03.num01 .ttl span::after {
	background: url("images/pediatric/deco_pediatric04.svg") no-repeat center / contain;
}
.bg_pediatric03.num02 .ttl span::before {
	background: url("images/pediatric/deco_pediatric06.svg") no-repeat center / contain;
}
.bg_pediatric03.num02 .ttl span::after {
	background: url("images/pediatric/deco_pediatric07.svg") no-repeat center / contain;
}
.bg_pediatric03.num03 .ttl span::before {
	background: url("images/pediatric/deco_pediatric09.svg") no-repeat center / contain;
}
.bg_pediatric03.num03 .ttl span::after {
	background: url("images/pediatric/deco_pediatric10.svg") no-repeat center / contain;
}
.row_pediatric02 .col {
	width: 23%;
}
.row_pediatric02 .col > .ccl {
	width: calc(120 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
}
.row_pediatric02 .ccl .bd {
	border: 2px dashed #fff;
	width: calc(105 / var(--break) * 100vw);
	height: calc(105 / var(--break) * 100vw);
}
.bg_pediatric04.bg_pediatric03.num01::before {
	display: none;
}
.row_pediatric03 .col {
	width: 22%;
	border: 1px solid #343434;
}
.row_pediatric03 .col:nth-last-of-type(n+2):before {
	content: '';
	position: absolute;
	width: 0; 
	height: 0;
	border-style: solid;
	border-width: calc(23 / var(--break) * 100vw) 0 calc(22 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	border-color: transparent transparent transparent #92673a;
	top: 50%;
	transform: translate(0, -50%);
	right: -13%;
}
.row_pediatric03 .col .ccl {
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	top: calc(-40 / var(--break) * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
}
.bg_clinic03 .list_common01 li::after {
	background: url(images/page/check02.svg) no-repeat center / contain;
}
.page_main #pediatric02  {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
.row_pediatric04 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_pediatric04 .col {
	width: 32%;
}
.row_pediatric04 .icn {
	width: calc(200 / var(--break) * 100vw);
}
.bnr_clinic01.pediatric_ortho a {
    background: url(images/pediatric/bg_pediatric01.png) no-repeat center right / calc(340 / var(--break) * 100vw) auto;
}

@media(min-width: 768px) and (max-width: 1599px) {
	.bg_pediatric02 .copy span::after  {
		width: calc(82 / var(--break) * 100vw);
    	height: calc(128 / var(--break) * 100vw);
	}
	.bg_pediatric03.num01::before {
		width: calc(90 / var(--break) * 100vw);
    	height: calc(75 / var(--break) * 100vw);
		top: calc(30 / var(--break) * 100vw);
    	left: calc(550 / var(--break) * 100vw);
	}
	.bg_pediatric03.num02::before {
		width: calc(115 / var(--break) * 100vw);
    	height: calc(120 / var(--break) * 100vw);
		top: calc(-20 / var(--break) * 100vw);
    	right: calc(450 / var(--break) * 100vw);
	}
	.bg_pediatric03.num03::before {
		width: calc(107 / var(--break) * 100vw);
    	height: calc(142 / var(--break) * 100vw);
		top: calc(-30 / var(--break) * 100vw);
    	left: calc(450 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	.bg_pediatric02 .copy span::after {
        width: calc(66 / var(--break) * 100vw);
        height: calc(104 / var(--break) * 100vw);
    }
	.bg_pediatric03.num01::before {
        width: calc(73 / var(--break) * 100vw);
        height: calc(61 / var(--break) * 100vw);
		top: calc(40 / var(--break) * 100vw);
        left: calc(430 / var(--break) * 100vw);
    }
	.bg_pediatric03.num02::before {
        width: calc(93/ var(--break) * 100vw);
        height: calc(97 / var(--break) * 100vw);
		top: calc(-10 / var(--break) * 100vw);
        right: calc(330 / var(--break) * 100vw);
    }
	.bg_pediatric03.num03::before {
        width: calc(87 / var(--break) * 100vw);
        height: calc(115 / var(--break) * 100vw);
		top: calc(-10 / var(--break) * 100vw);
        left: calc(320 / var(--break) * 100vw);
    }
}
@media(max-width:767px) {
	.bg_pediatric02 {
		padding-top: var(--size150px);
	}
	.bg_pediatric02 .copy {
		font-size: calc(32 / 750 * 100vw);
		line-height: 2;
		letter-spacing: 0;
	}
	.bg_pediatric02 .copy span::after {
		top: calc(-180 / 750 * 100vw);
		transform: unset;
		right: calc(0 / var(--break) * 100vw);
	}
	.row_pediatric01 {
		width: calc(600 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
		gap: calc(20 / 750 * 100vw) 0;
	}
	.row_pediatric01 .col {
		width: 100%;
	}
	.row_pediatric01 .col p {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_pediatric01 .col a::after {
		right: calc(26 / var(--break) * 100vw);
	}
	.bg_pediatric03 .ttl {
		font-size: calc(36 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.bg_pediatric03 .ttl span::before, 
	.bg_pediatric03 .ttl span::after {
		width: calc(40 / var(--break) * 100vw);
    	height: calc(42 / var(--break) * 100vw);
	}
	.bg_pediatric03 .ttl span::before {
		left: calc(-70 / var(--break) * 100vw);
	}
	.bg_pediatric03 .ttl span::after {
		right: calc(-70 / var(--break) * 100vw);
	}
	.row_pediatric02 {
		align-items: stretch;
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_pediatric02 .col {
		width: 48%;
		justify-content: start;
	}
	.row_pediatric02 .col .ccl{
		width: calc(160 / var(--break) * 100vw);
    	height: calc(160 / var(--break) * 100vw);
	}
	.row_pediatric02 .ccl .bd {
		width: calc(140 / var(--break) * 100vw);
    	height: calc(140 / var(--break) * 100vw);
	}
	.row_pediatric02 .col .txt {
		font-size: calc(30/ 750 * 100vw);
    	letter-spacing: 0;
	}
	.row_pediatric02 .col p {
		font-size: calc(26 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.row_pediatric02 .col p span {
		font-size: calc(40 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.bg_pediatric03.num01::before {
		left: calc(110 / var(--break) * 100vw);
	}
	.bg_pediatric03.num02::before {
		right: calc(10 / var(--break) * 100vw);
	}
	.bg_pediatric03.num02 .ttl span::before {
		left: calc(-60 / var(--break) * 100vw);
	}
	.bg_pediatric03.num02 .ttl span::after {
		right: calc(-40 / var(--break) * 100vw);
	}
	.bg_pediatric03.num03::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.bg_pediatric03.num03 .ttl span::before {
		left: calc(-50 / var(--break) * 100vw);
	}
	.bg_pediatric03.num03 .ttl span::after {
		right: calc(-35 / var(--break) * 100vw);
	}
	.bg_pediatric04.bg_pediatric03 .ttl span::before {
        left: calc(-180 / var(--break) * 100vw);
		bottom: calc(0 / 750 * 100vw);
    	transform: unset;
    } 
	.bg_pediatric04.bg_pediatric03 .ttl span::after {
        right: calc(-50 / var(--break) * 100vw);
		bottom: calc(0 / 750 * 100vw);
    	transform: unset;
    }
	.row_pediatric03  {
		max-width: calc(646 / var(--break) * 100vw);
        margin-left: auto;
        margin-right: auto;
		gap: calc(120 / 750 * 100vw) 0;
	}
	.row_pediatric03 .col{
		width: 100%;
	}
	.row_pediatric03 .col .fz24 {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
	.row_pediatric03 .col .ccl {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		top: calc(-50 / var(--break) * 100vw);
	}
	.row_pediatric03 .col .ccl p {
		font-size: calc(28 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.row_pediatric03 .col .ccl p span {
		font-size: calc(50 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_pediatric03 .col:nth-last-of-type(n+2):before {
		top: calc(245 / 750 * 100vw);
		transform: translate(-50%, 0) rotate(90deg);
		right: unset;
		left: 50%;
	}
	.row_pediatric04 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_pediatric04 .col {
		width: 48%;
		justify-content: start;
	}
	.row_pediatric04 .col .txt {
		font-size: calc(30 / 750 * 100vw);
    	letter-spacing: 0;
	}
}

/* こども矯正・予防矯正（小児矯正） pediortho
-------------------------------------------------------- */
.row_pediortho01 .col:nth-of-type(1) {
	background: rgba(177, 204, 95, 0.2);
}
.row_pediortho01.row_common02 .col:nth-of-type(1) .box {
    border-top: calc(4 / var(--break) * 100vw) #b1cc5f solid;
}
.row_pediortho01.row_common02 .col:nth-of-type(1) .box .ttl {
    color: #b1cc5ffd;
}
.row_pediortho01 .col:nth-of-type(2) {
	background: rgba(96, 173, 138, 0.2);
}
.row_pediortho01.row_common02 .col:nth-of-type(2) .box {
    border-top: calc(4 / var(--break) * 100vw) #60ad8a solid;
}
.row_pediortho01.row_common02 .col:nth-of-type(2) .box .ttl {
    color: #60ad8afd;
}
.row_pediortho01 .col:nth-of-type(3) {
	background: rgba(212, 159, 67, 0.2);
}
.row_pediortho01.row_common02 .col:nth-of-type(3) .box {
    border-top: calc(4 / var(--break) * 100vw) #d49f43 solid;
}
.row_pediortho01.row_common02 .col:nth-of-type(3) .box .ttl {
    color: #d49f43fd;
}
.row_pediortho01.row_common02 .ttl02 {
	width: calc(250 / var(--break) * 100vw);
	height: calc(50 / var(--break) * 100vw);
	left: 50%;
	transform: translate(-50%, 0);
	top: calc(-25 / var(--break) * 100vw);
}
.row_pediortho01.row_common02 .col:nth-of-type(1) .ttl02 {
	background: #b1cc5f;
}
.row_pediortho01.row_common02 .col:nth-of-type(2) .ttl02 {
	background: #60ad8a;
}
.row_pediortho01.row_common02 .col:nth-of-type(3) .ttl02 {
	background: #d49f43;
}
.box_pediortho01::before,
.box_pediortho01::after {
	content: '';
	position: absolute;
}
.box_pediortho01::before {
	background: url("images/pediatric_ortho/deco_pediortho01.png") no-repeat center / contain;
	width: calc(96 / var(--break) * 100vw);
	height: calc(81 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	left: calc(55 / var(--break) * 100vw);
}
.box_pediortho01::after {
	background: url("images/pediatric_ortho/deco_pediortho02.png") no-repeat center / contain;
	width: calc(124 / var(--break) * 100vw);
	height: calc(164 / var(--break) * 100vw);
	bottom: calc(-30 / var(--break) * 100vw);
	right: calc(60 / var(--break) * 100vw);
}
.box_pediortho01 .bd {
	border: calc(3 / var(--break) * 100vw) dotted #60ad8a;
}
.box_pediortho02.box_first02 .ttl span::before {
	display: none;
}
.box_pediortho02.box_first02 .ttl span::after {
	display: none;
}
.row_pediortho02 .col_img{
	width: 22%;
	max-width: 290px;
}
.row_pediortho02 .col_txt{
	width: 74%;
}
.row_pediortho03::before {
	content: '';
	position: absolute;
	background: url("images/pediatric_ortho/icn_pediortho01.png") no-repeat center / contain;
	width: calc(250 / var(--break) * 100vw);
	height: calc(230 / var(--break) * 100vw);
	bottom: calc(-70 / var(--break) * 100vw);
	left: calc(-100 / var(--break) * 100vw);
	z-index: 2;
}
.page_main #pediatric_ortho03 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
#pediatric_ortho06 .bg_pay {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
#pediatric_ortho06 .txt_pay01  {
	display: none;
}
.box_first02 .btn__common01 .txt::before {
	display: none;
}
@media(min-width: 768px) and (max-width: 1599px) {
	.box_pediortho01::before {
		width: calc(80 / var(--break) * 100vw);
    	height: calc(67 / var(--break) * 100vw);
	}
	.box_pediortho01::after {
		width: calc(103 / var(--break) * 100vw);
    	height: calc(136 / var(--break) * 100vw);
	}
	.row_pediortho03::before {
		width: calc(208 / var(--break) * 100vw);
    	height: calc(191/ var(--break) * 100vw);
		left: calc(-60 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	.box_pediortho01::before {
		width: calc(65 / var(--break) * 100vw);
    	height: calc(54 / var(--break) * 100vw);
	}
	.box_pediortho01::after {
		width: calc(83 / var(--break) * 100vw);
    	height: calc(110 / var(--break) * 100vw);
	}
	.row_pediortho03::before {
		width: calc(169 / var(--break) * 100vw);
    	height: calc(155/ var(--break) * 100vw);
		left: calc(-40 / var(--break) * 100vw);
		bottom: calc(0 / var(--break) * 100vw);
	}
}
@media(max-width:767px) {
	.row_pediortho01.row_first01.row_common02 {
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_pediortho01.row_common02 .ttl02 {
		width: calc(300 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
		border-radius: calc(30 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
    	letter-spacing: 0;
		top: calc(-30 / var(--break) * 100vw);
	}
	.box_pediortho01 .copy{
		font-size: calc(34 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.box_pediortho01::after {
		bottom: calc(-70 / var(--break) * 100vw);
	}
	.row_pediortho02 {
		gap: calc(40/ 750 * 100vw) 0;
		justify-content: center;
	}
	.row_pediortho02 .col_img {
		width: 100%;
		max-width: 100%;
	}
	.row_pediortho02 .col_txt {
		width: 100%;
	}
	.row_pediortho03::before {
		bottom: unset;
		top: calc(-40 / 750 * 100vw);
		left: calc(-10 / var(--break) * 100vw);
	}
}

/* こども歯科（小児歯科） baby 
-------------------------------------------------- */
.box_baby01.box_first02 .ttl span::before {
    background: url("images/pediatric_ortho/deco_pediortho01.png") no-repeat center / contain;
    width: calc(96 / var(--break) * 100vw);
    height: calc(81 / var(--break) * 100vw);
    top: calc(30 / var(--break) * 100vw);
    left: calc(-250 / var(--break) * 100vw);
}
.box_baby01.box_first02 .ttl span::after {
    background: url("images/pediatric_ortho/deco_pediortho02.png") no-repeat center / contain;
    width: calc(124 / var(--break) * 100vw);
    height: calc(164 / var(--break) * 100vw);
    top: calc(-80 / var(--break) * 100vw);
    right: calc(-330 / var(--break) * 100vw);
}
.ttl_baby01::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #343434;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	z-index: -1;
}
.page_main #baby_support02 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
.box_baby02.box_qa03 .box_q .txt {
    width: 100%;
}
.box_baby02 .box_common01 {
	border: unset;
}
.box_baby02 .list_common01 li {
	width: 100%;
}
.box_baby02 .list_common01 li::after {
	background: url(images/page/check03.svg) no-repeat center / contain;
}
@media(min-width: 768px) and (max-width: 1599px) {
	.box_baby01.box_first02 .ttl span::before {
		width: calc(80 / var(--break) * 100vw);
		height: calc(67 / var(--break) * 100vw);
	}
	.box_baby01.box_first02 .ttl span::after {
		width: calc(103 / var(--break) * 100vw);
		height: calc(136 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
}
@media(max-width:767px) {
	.box_baby01 {
		margin-top: calc(80 / var(--break) * 100vw);
	}
	.box_baby01.box_first02 .ttl span::before {
		top: calc(110 / var(--break) * 100vw);
    	left: calc(-90 / var(--break) * 100vw);
	}
	.box_baby01.box_first02 .ttl span::after {
		right: calc(-160 / var(--break) * 100vw);
        top: calc(-120 / var(--break) * 100vw);
	}
	.box_baby02 .ttl {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
	.ttl_baby01 {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
}

/* マタニティ診療 maternity
--------------------------------------------------- */
.row_maternity01.row_common02 .col {
	max-width: 100%;
    width: 48.5%;
    border-radius: 0 0 calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.row_maternity01 .list_common01 li {
	width: 100%;
    border-bottom: unset;
}
.bg_maternity01 li {
	width: 100%;
}
.page_main #maternity02 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}

@media(max-width: 767px) {
	.row_maternity01.row_common02 .col {
		width: 100%;
	}
	.row_maternity02.row_pediortho01.row_first01.row_common02 {
		gap: calc(30 / var(--break) * 100vw) 0;
	}
}

/* 予防・メンテナンス prevention
------------------------------------------------- */
.box_prevention01.box_baby01.box_first02 .ttl span::before {
	top: calc(20 / var(--break) * 100vw);
    left: calc(-120 / var(--break) * 100vw);
}
.box_prevention01.box_baby01.box_first02 .ttl span::after {
	right: calc(-290 / var(--break) * 100vw);
}
.ttl_prevention01 span::before,
.ttl_prevention01 span::after {
	content: '';
	position: absolute;
	width: calc(30 / var(--break) * 100vw);
    height: calc(31 / var(--break) * 100vw);
    top: 50%;
    transform: translate(0, -50%);
}
.ttl_prevention01 span::before {
	background: url(images/pediatric/deco_pediatric03.svg) no-repeat center / contain;
	left: calc(-50 / var(--break) * 100vw);
}
.ttl_prevention01 span::after {
	background: url(images/pediatric/deco_pediatric04.svg) no-repeat center / contain;
	right: calc(-50 / var(--break) * 100vw);
}
.box_prevention02.box_first02 .ttl span::before {
    background: url(images/prevention/deco_prevention02.png) no-repeat center / contain;
    width: calc(126 / var(--break) * 100vw);
    height: calc(199 / var(--break) * 100vw);
    bottom: calc(0 / var(--break) * 100vw);
    left: calc(-470 / var(--break) * 100vw);
}
.box_prevention02.box_first02 .ttl span::after {
    background: url(images/prevention/deco_prevention01.png) no-repeat center / contain;
    width: calc(113/ var(--break) * 100vw);
    height: calc(195 / var(--break) * 100vw);
    bottom: calc(10 / var(--break) * 100vw);
    right: calc(-150 / var(--break) * 100vw);
}
.page_main #prevention04 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_prevention02.box_first02 .ttl span::before {
		width: calc(105 / var(--break) * 100vw);
    	height: calc(165 / var(--break) * 100vw);
	}
	.box_prevention02.box_first02 .ttl span::after {
		width: calc(94 / var(--break) * 100vw);
    	height: calc(162 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_prevention02.box_first02 .ttl span::before {
		left: calc(-450 / var(--break) * 100vw);
	}
	.box_prevention02.box_first02 .ttl span::after {
		right: calc(-120 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.box_prevention01.box_baby01.box_first02 .ttl span::before {
		left: calc(-140 / var(--break) * 100vw);
	}
	.box_prevention01.box_baby01.box_first02 .ttl span::after {
		right: calc(-100 / var(--break) * 100vw);
        top: calc(-80 / var(--break) * 100vw);
	}
	.ttl_prevention01 {
		font-size: calc(36 / var(--break) * 100vw);
    	letter-spacing: 0;
		line-height: 1.4;
	}
	.ttl_prevention01 span::before, 
	.ttl_prevention01 span::after {
		width: calc(40 / var(--break) * 100vw);
    	height: calc(42 / var(--break) * 100vw);
	}
	.ttl_prevention01 span::after {
		right: calc(-180 / var(--break) * 100vw);
	}
	.box_prevention02.box_first02 .ttl span::before {
		left: calc(-280 / var(--break) * 100vw);
	}
}

/* 歯周病治療 perio
-------------------------------------------------- */
.page_main #perio02 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
.box_perio01.box_prevention02.box_first02 .ttl span::before {
	left: calc(-350 / var(--break) * 100vw);
}
.box_perio01.box_prevention02.box_first02 .ttl span::after {
	right: calc(-390 / var(--break) * 100vw);
}
.bnr_perio01 {
	width: calc(702 / var(--break) * 100vw);
	height: calc(160 / var(--break) * 100vw);
	/* outline: 1px solid #343434;
	outline-offset: calc(-10 / var(--break) * 100vw);
	overflow: hidden; */
}
/* .bnr_perio01::before,
.bnr_perio01::after {
	content: '';
	position: absolute;
	background: url(images/perio/deco_perio01.png)no-repeat center / contain;
	width: calc(230 / var(--break) * 100vw);
	height: calc(195 / var(--break) * 100vw);
}
.bnr_perio01::before {
	top: calc(30 / var(--break) * 100vw);
	left: calc(50 / var(--break) * 100vw);
}
.bnr_perio01::after {
	bottom: calc(30 / var(--break) * 100vw);
	right: calc(70 / var(--break) * 100vw);
} */
.bnr_perio01 a {
	width: 100%;
	height: 100%;
	/* background: #e8f5dd; */
}
/* .bnr_perio01 a::before,
.bnr_perio01 a::after {
	content: '';
	position: absolute;
	width: calc(178 / var(--break) * 100vw);
	height: calc(178 / var(--break) * 100vw);
	z-index: 1;
}
.bnr_perio01 a::before {
	background: url(images/perio/img_perio08.png)no-repeat center / contain;
	top: calc(15 / var(--break) * 100vw);
	left: calc(-25 / var(--break) * 100vw);
}
.bnr_perio01 a::after {
	background: url(images/perio/img_perio09.png)no-repeat center / contain;
	bottom: calc(15 / var(--break) * 100vw);
	right: calc(-25 / var(--break) * 100vw);
}
.bnr_perio01 .en {
	color: #45a378;
} */
@media(max-width: 767px) {
	.box_perio01.box_prevention02.box_first02 .ttl span::before {
		left: calc(-140 / var(--break) * 100vw);
	}
	.box_perio01.box_prevention02.box_first02 .ttl span::after {
		right: calc(-150 / var(--break) * 100vw);
	}
	.bnr_perio01 {
		width: 100%;
		height: auto;
	}
	.bnr_perio01 .en {
		font-size: calc(28 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.6;
	}
	.bnr_perio01 .icn {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		line-height: 1;
	}
	.bnr_perio01 a::before, .bnr_perio01 a::after {
		width: calc(150 / var(--break) * 100vw);
    	height: calc(150 / var(--break) * 100vw);
	} */
}

/* 矯正歯科 orthodontic
------------------------------------------------------ */
#orthodontic05 .txt_pay01 {
	display: none;
}
.page_main #orthodontic02 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}

/* ホワイトニング whitening
--------------------------------------------------------- */
.box_whitening01.box_pediortho01::before {
	background: url(images/prevention/deco_prevention02.png) no-repeat center / contain;
    width: calc(126 / var(--break) * 100vw);
    height: calc(199 / var(--break) * 100vw);
    bottom: calc(-40 / var(--break) * 100vw);
    left: calc(50 / var(--break) * 100vw);
}
.box_whitening01.box_pediortho01::after {
    background: url(images/prevention/deco_prevention01.png) no-repeat center / contain;
    width: calc(113 / var(--break) * 100vw);
    height: calc(195 / var(--break) * 100vw);
    bottom: calc(-35 / var(--break) * 100vw);
    right: calc(60 / var(--break) * 100vw);
}
.page_main #whitening02 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
#whitening04 .txt_pay01 {
	display: none;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_whitening01.box_pediortho01::before {
		width: calc(105 / var(--break) * 100vw);
    	height: calc(165 / var(--break) * 100vw);
	}
	.box_whitening01.box_pediortho01::after {
		width: calc(94 / var(--break) * 100vw);
    	height: calc(162 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_whitening01.box_pediortho01::before {
		left: calc(40 / var(--break) * 100vw);
	}
	.box_whitening01.box_pediortho01::after {
		right: calc(50 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.box_whitening01.box_pediortho01::before {
		bottom: calc(-80 / var(--break) * 100vw);
    	left: calc(30 / var(--break) * 100vw);
	}
	.box_whitening01.box_pediortho01::after {
		bottom: calc(-85 / var(--break) * 100vw);
    	right: calc(30 / var(--break) * 100vw);
	}
}

/* 診療時間・アクセス access
----------------------------------------------- */
.row_access01 .col_l {
	width: 46%;
}
.row_access01 .col_r {
	width: 50%;
}
.row_access01 .tbl_time02 .box  {
	background: #f6f2e8;
}
.row_access01 .tbl_time02 table {
	color: #343434;
}
.row_access01 .tbl_time02 thead th {
    border-bottom: 1px solid #343434;
}
.page_main #access01 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
.row_access02 .col {
	width: 48%;
}
.row_access02 .col::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.row_access02 .col:nth-of-type(1):before {
	background: url("images/access/icn_access01.png") no-repeat center / contain;
	width: calc(50 / var(--break) * 100vw);
	height: calc(38 / var(--break) * 100vw);
	top: calc(-25 / var(--break) * 100vw);
}
.row_access02 .col:nth-of-type(2):before {
	background: url("images/access/icn_access02.png") no-repeat center / contain;
	width: calc(36 / var(--break) * 100vw);
	height: calc(45 / var(--break) * 100vw);
	top: calc(-18 / var(--break) * 100vw);
}

@media(max-width: 767px) {
	.row_access01 {
		gap: calc(30 / 750 * 100vw) 0;
	}
	.row_access01 .col_l {
		width: 100%;
	}
	.row_access01 .col_r {
		width: 100%;
	}
	.row_access01 .logo {
		width: calc(531 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_access02 {
		gap: calc(60 / 750 * 100vw) 0;
	}
	.row_access02 .col {
		width: 100%;
	}
	.row_access02 .ttl {
		font-size: calc(36 / 750 * 100vw);
    	letter-spacing: 0;
	}
}

/* 採用情報 recruit
----------------------------------------------- */
.box_recruit01.box_first02 .txt::before {
	display: none;
}
.btn_recruit01 {
	width: calc(540 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
}
.btn_recruit01 a {
	width: 100%;
	height: 100%;
	border: 1px solid #343434;
}
.btn_recruit01 a::before {
	content: '';
	position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / contain;
	width: calc(40 / var(--break) * 100vw);
	height: calc(40 / var(--break) * 100vw);
	top: 50%;
	transform: translate(0, -50%) rotate(90deg);
	right: calc(20 / var(--break) * 100vw);
}
.row_recruit01 {
	gap: calc(35 / var(--break) * 100vw) 2%;
}
.row_recruit01 .col {
	width: 32%;
}
.row_recruit01 .icn {
	width: calc(200 / var(--break) * 100vw);
}
.box_recruit02 .bd {
	border: calc(3 / var(--break) * 100vw) dotted #ee9999;
}
.box_recruit02::before,
.box_recruit02::after {
	content: '';
	position: absolute;
}
.box_recruit02::before {
	background: url("images/recruit/deco_recruit01.png") no-repeat center / contain;
	width: calc(92 / var(--break) * 100vw);
	height: calc(220 / var(--break) * 100vw);
	bottom: calc(-40 / var(--break) * 100vw);
	left: calc(70 / var(--break) * 100vw);
}
.box_recruit02::after {
	background: url("images/recruit/deco_recruit02.png") no-repeat center / contain;
	width: calc(59 / var(--break) * 100vw);
	height: calc(220 / var(--break) * 100vw);
	bottom: calc(-40 / var(--break) * 100vw);
	right: calc(70 / var(--break) * 100vw);
}
.bg_recruit01.bg_clinic03::before {
	background: url(images/recruit/deco_recruit03.png) no-repeat center / contain;
    width: calc(110 / var(--break) * 100vw);
	height: calc(264 / var(--break) * 100vw);
	bottom: calc(-60 / var(--break) * 100vw);
	left: calc(420 / var(--break) * 100vw);
}
.bg_recruit01.bg_clinic03::after {
    background: url(images/recruit/deco_recruit04.png) no-repeat center / contain;
    width: calc(71 / var(--break) * 100vw);
	height: calc(264 / var(--break) * 100vw);
	bottom: calc(-60 / var(--break) * 100vw);
	right: calc(440 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
	.bg_recruit01.bg_clinic03::before {
		left: calc(240 / var(--break) * 100vw);
	}
	.bg_recruit01.bg_clinic03::after {
		right: calc(240 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	.bg_recruit01.bg_clinic03::before {
		left: calc(120 / var(--break) * 100vw);
	}
	.bg_recruit01.bg_clinic03::after {
		right: calc(120 / var(--break) * 100vw);
	}
}
@media(max-width:767px) {
	.box_recruit01 .txt {
		font-size: calc(34 / 750 * 100vw);
        letter-spacing: 0;
	}
	.btn_recruit01 {
		width: calc(600 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_recruit01 a {
		border-radius: var(--size50px);
	}
	.btn_recruit01 p {
		font-size: calc(34 / 750 * 100vw);
        letter-spacing: 0;
	}
	.ttl_recruit01.ttl_prevention01 span::before {
		left: calc(-100 / var(--break) * 100vw);
	}
	.ttl_recruit01.ttl_prevention01 span::after {
        right: calc(-70 / var(--break) * 100vw);
    }
	.row_recruit01 {
		gap: calc(30 / var(--break) * 100vw) 0;
		max-width: calc(646 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_recruit01 .col {
		width: 100%;
	}
	.row_recruit01 p {
		font-size: calc(34 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.box_recruit02 p {
		font-size: calc(34 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.box_recruit02::before {
		left: calc(20 / var(--break) * 100vw);
	}
	.box_recruit02::after {
		right: calc(20 / var(--break) * 100vw);
	}
	.bg_recruit01 .btn_web01 .txt01 {
		margin-bottom: 0;
	}
	.bg_recruit01.bg_clinic03::before {
		bottom: calc(-90 / var(--break) * 100vw);
    	left: calc(50 / var(--break) * 100vw);
	}
	.bg_recruit01.bg_clinic03::after {
		bottom: calc(-90 / var(--break) * 100vw);
    	right: calc(50 / var(--break) * 100vw);
	}
}

/* 一般歯科 general
---------------------------------------------------- */
.row_general01 .bd {
	border: 2px dotted #fff;
}
.row_general01 .col {
	width: 48.5%;
}
.page_main #general05 {
    margin-bottom: calc(180 / var(--break) * 100vw);
}
#general07 .txt_pay01 {
	display: none;
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_general01 p{
		font-size: calc(30 / 1299 * 100vw);
	}
}
@media(max-width:767px) {
	.ttl_general01.ttl_prevention01 span::after  {
		right: calc(-50 / var(--break) * 100vw);
	}
	.row_general01 {
		gap: calc(25/ 750 * 100vw) 0;
	}
	.row_general01 .col {
		width: 100%;
	}
	.row_general01 .col p {
		font-size: calc(34 / 750 * 100vw);
	}
}