@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(160 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(660 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3::before,
.hdg3::after {
	content: '';
	position: absolute;
	width: calc(100 / var(--break) * 100vw);
	height: calc(100 / var(--break) * 100vw);
}
.hdg3::before {
	border-left: calc(2 / var(--break) * 100vw) solid #fff;
	border-top: calc(2 / var(--break) * 100vw) solid #fff;
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
}
.hdg3::after {
	border-right: calc(2 / var(--break) * 100vw) solid #fff;
	border-bottom: calc(2 / var(--break) * 100vw) solid #fff;
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
}
.hdg4::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto;
}
.hdg5::before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(4 / var(--break) * 100vw);
	left: 0;
	bottom: calc(-25 / var(--break) * 100vw);
	background: linear-gradient(to right, #0e6eb8 0% 50%, #eb6992 50% 100%);
}
.copy_common01 {
	border-bottom: calc(2 / var(--break) * 100vw) solid #d8c382;
}
.row_common01 {
	gap: calc(45 / var(--break) * 100vw) 2%;
}
.row_common01 .col {
	width: 32%;
	max-width: 394px;
	background: #fff;
}
.row_common01 .col .ttl {
	min-height: calc(70 / var(--break) * 100vw);
	display: flex;
    align-items: center;
    justify-content: center;
}
.row_common01 .col .ttl.mh {
	min-height: calc(110 / var(--break) * 100vw);
}
.row_common01 .col:nth-of-type(odd) .ttl {
	background: #0e6eb8;
}
.row_common01 .col:nth-of-type(even) .ttl {
	background: #eb6992;
}
.wrap_common01 {
	border-bottom: calc(2 / var(--break) * 100vw) solid #e1e1e1;
}
.wrap_common01.no_bd {
	border-bottom: none;
}
.wrap_common01 .ttl::before {
	content: '';
	position: absolute;
	width: calc(10 / var(--break) * 100vw);
	height: calc(10 / var(--break) * 100vw);
	background: #eb6992;
	border-radius: 100%;
	left: 0;
	top: calc(18 / var(--break) * 100vw);
}
.bg_common01 {
	background: linear-gradient(to right, #ebf9fc, #ffe7ef);
}
.box_common01 .ttl {
	height: calc(50 / var(--break) * 100vw);
	background: url(images/index/deco_medical01.png) no-repeat left center / calc(150 / var(--break) * 100vw) auto, url(images/index/deco_medical02.png) no-repeat right center / calc(150 / var(--break) * 100vw) auto;
}
.list_common01 {
	gap: calc(5 / var(--break) * 100vw) 0;
}
.list_common01 li {
	padding-left: calc(30 / var(--break) * 100vw);
	padding-bottom: calc(5 / var(--break) * 100vw);
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.6;
	width: 48%;
	position: relative;
}
.list_common01 li::before {
	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(6 / var(--break) * 100vw);
}
.row_common02 .copy{
	letter-spacing: .05em;
}
.row_common03 .col_img{
	width: 39%;
	max-width: 570px;
}
.row_common03 .col_txt {
	width: 57%;
}
.box_common02 {
	outline: calc(2 / var(--break) * 100vw) solid #d8c382;
	outline-offset: calc(-10 / var(--break) * 100vw);
}
.bnr_common01 {
	width: calc(646 / var(--break) * 100vw);
}
.bnr_common01 a {
	width: 100%;
	height: 100%;
}
.row_common04 .col_img{
	width: 25%;
	max-width: 350px;
}
.row_common04 .col_txt {
	width: 72%;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.bnr_common01 {
		width: calc(666 / 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-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(550 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: calc(28/ 750 * 100vw);
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(40/ 750 * 100vw);
		padding-bottom: var(--size45px);
		padding-top: var(--size45px);
	}
	.hdg4 {
		font-size: calc(36 / 750 * 100vw);
	}
	.row_common01 {
		width: calc(646/ 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
		flex-direction: column;
		align-items: center !important;
		gap: calc(45/ 750 * 100vw) 0;
	}
	.row_common01 .col {
		width: 100%;
	}
	.row_common01 .col .ttl p{
		font-size: calc(32 / var(--break) * 100vw);
	}
	.copy_common01 {
		font-size: 1.125rem;
    	letter-spacing: 0;
	}
	.wrap_common01 .ttl {
		font-size: calc(34 / 750 * 100vw);
	}
	.wrap_common01 .ttl::before {
		top: calc(26 / var(--break) * 100vw);
	}
	.list_common01 li {
        width: 100%;
		padding-left: calc(50 / var(--break) * 100vw);
    }
	.list_common01 li::before {
        width: calc(30 / var(--break) * 100vw);
        height: calc(30 / var(--break) * 100vw);
        left: calc(0 / var(--break) * 100vw);
        top: calc(14 / var(--break) * 100vw);
    }
	.row_common03 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: calc(40/ 750 * 100vw) 0;
	}
	.row_common03 .col_img {
		width: 100%;
	}
	.row_common03 .col_txt {
		width: 100%;
	}
	.row_common03 .col_txt .copy {
		font-size: 1.125rem;
		text-align: center;
	}
	.row_common04 {
		flex-direction: column;
		justify-content: center;
		gap: calc(40/ 750 * 100vw) 0;
	}
	.row_common04 .col_img {
		width: 100%;
	}
	.row_common04 .col_txt {
		width: 100%;
	}
	.box_common01 .ttl {
		height: calc(70 / var(--break) * 100vw);
	}
	.box_common01 .ttl p{
		font-size: calc(34 / 750 * 100vw);
    	letter-spacing: 0;
	}
	.box_common02 {
		padding-right: calc(35 / 750 * 100vw);
    	padding-left: calc(35 / 750 * 100vw);
	}
	.hdg5 {
		font-size: calc(32 / 750 * 100vw);
	}
	.hdg5::before {
		height: calc(2 / var(--break) * 100vw);
	}
}


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

/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
	background: #fff;
}
.row_case01 .col:nth-of-type(1) .en {
	border: 1px solid #0e6eb8;
}
.row_case01 .col:nth-of-type(2) .en {
	border: 1px solid #eb6992;
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #d8c382;
	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_slide02.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: calc(30 / var(--break) * 100vw);
}
.slide_case01 .slick-next {
    right: calc(30 / var(--break) * 100vw);
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ebf9fc;
	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: #0e6eb8;
	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 #d8c382;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(40 / var(--break) * 100vw);
		height: calc(70 / 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 #0e6eb8;
	}
	.slide_case01 .ttl{
		font-size: calc(50 / 750 * 100vw);
	}
	.area_case_common01 {
		padding-right: calc(30 / 750 * 100vw);
    	padding-left: calc(30 / 750 * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	background: #f9f8f1;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	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: #d8c382 !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: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #eb6992;
	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: #f6f6f6;
	border: 1px solid #e1e1e1;
	border-right-color: #e1e1e1;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e1e1e1;
	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 #71cbe2;
	color: #71cbe2;
	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 #71cbe2;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
	color: #71cbe2;
}
.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 #71cbe2;
    color: #71cbe2;
}
.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 #e1e1e1;
}
.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: #e1e1e1;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #71cbe2;
	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 #71cbe2;
	color: #71cbe2;
	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: #71cbe2;
	background: #71cbe2;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h2,.post_content > h3{
	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 #71cbe2;
	background: #71cbe2;
	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: #71cbe2;
}
.single_post h2 {
	background: #d8c382;
	color: #fff ;
	font-size: calc(28 / var(--break) * 100vw );
	padding: calc(10/ var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
	line-height: 1.6;
	margin-bottom: var(--size40px);
	font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.single_post h3 {
	font-size: calc(24 / var(--break) * 100vw );
	line-height: 1.6;
	margin-bottom: var(--size50px);
	font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 700;
    font-style: normal;
	position: relative;
}
.single_post h3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(2 / var(--break) * 100vw);
    left: 0;
    bottom: calc(-20 / var(--break) * 100vw);
    background: linear-gradient(to right, #0e6eb8 0% 50%, #eb6992 50% 100%);
}

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


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

/* お支払方法　pay
------------------------------------------------------ */
.row_pay {
	gap: 0 calc(8% / 3);
}
.row_pay .col{
	width: 23%;
	margin-right: 0 !important;
}
.row_pay .icn {
	width: calc(176 / var(--break) * 100vw);
}
.row_pay .txt {
	text-align: center;
}
.box_pay {
	outline: calc(2 / var(--break) * 100vw) solid #d8c382;
	outline-offset: calc(-10 / var(--break) * 100vw);
}
.btn_pay {
	outline: calc(2 / var(--break) * 100vw) solid #0e6eb8;
	width: calc(646 / var(--break) * 100vw);
    height: calc(150 / var(--break) * 100vw);
}
.btn_pay::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: calc(10 / var(--break) * 100vw) solid #0e6eb8;
	border-bottom: calc(10 / var(--break) * 100vw) solid #0e6eb8;
	bottom: calc(-10 / var(--break) * 100vw);
    right: calc(-10 / var(--break) * 100vw);
}
.btn_pay .bd {
	outline: calc(2 / var(--break) * 100vw) solid #0e6eb8;
	height: 100%;
}
.btn_pay a {
	width: 100%;
	height: 100%;
}
.btn_pay a::before {
	content: '';
	position: absolute;
	background: url("images/page/arw03.svg") no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw);
	height: calc(30 / var(--break) * 100vw);
	top: 50%;
	transform: translate(0, -50%);
	right: calc(20 / var(--break) * 100vw);
}

@media(max-width:767px) {
	.copy_pay {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_pay {
		gap: calc(30 / 750 * 100vw) 4%;
	}
	.row_pay .col {
		width: 48%;
	}
	.row_pay .col:nth-child(-n+2) {
		margin-bottom: 0 !important;
	}
	.row_pay .ttl {
		font-size: calc(32 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_pay {
		padding-right: calc(35 / var(--break) * 100vw);
    	padding-left: calc(35 / var(--break) * 100vw);
	}
	.btn_pay {
		width: calc(500 / var(--break) * 100vw);
		height: calc(120 / var(--break) * 100vw);
	}
	.btn_pay p{
		font-size: calc(32 / var(--break) * 100vw);
	}
}

/* 医院紹介 clinic
------------------------------------------------- */
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg") no-repeat center / cover;
	background-attachment: fixed;
}
.box_clinic01 {
	background: rgba(255, 255, 255, 0.9);
	border-bottom: calc(6 / var(--break) * 100vw) #d8c382 solid ;
}
.bg_clinic02::before {
	content: '';
	position: absolute;
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #0e6eb8;
	width: 100%;
	height: calc(250 / var(--break) * 100vw);
	top: 0;
	left: 0;
	z-index: -1;
}
.bg_clinic02 .wrap {
	max-width: 1780px;
	width: 94%;
	margin: 0 auto;
}
.box_clinic02 {
	outline: calc(4 / var(--break) * 100vw) #ebf9fc solid;
	outline-offset: calc(-10 / var(--break) * 100vw);
}
.row_clinic01 {
	max-width: 1610px;
	width: 95%;
}
.row_clinic01 .col_img {
	width: 47%;
	max-width: 740px;
}
.row_clinic01 .col_img::before {
	content: '';
	position: absolute;
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #0e6eb8;
	width: 100%;
	height: 100%;
	max-width: 720px;
	z-index: -1;
	bottom: calc(-20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.row_clinic01 .col_img .ccl {
	background: url(images/clinic/ccl_clinic01.png) no-repeat center / contain;
	width: calc(221 / var(--break) * 100vw);
	height: calc(218 / var(--break) * 100vw);
	bottom: calc(20 / var(--break) * 100vw);
	right: calc(-20 / var(--break) * 100vw);
}
.row_clinic01 .col_txt {
	width: 49%;
}
.row_clinic01 .col_txt::before {
	content: "";
    position: absolute;
	background: url(images/clinic/deco_clinic01.png) no-repeat center / contain;
	width: calc(208 / var(--break) * 100vw);
	height: calc(205 / var(--break) * 100vw);
	top: calc(85 / var(--break) * 100vw);
	right: 0;
}
.row_clinic02::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0, -50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #e1e1e1 0% 64%, #0e6eb8 64% 100%);
    z-index: -1;
}
.bg_clinic03 .row_clinic01 {
	max-width: 1650px;
	width: 97%;
}
.bg_clinic03 .row_clinic01 .col_img {
	width: 48%;
    max-width: 780px;
}
.bg_clinic03 .row_clinic01 .col_img::before{
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #eb6992;
	max-width: 780px;
}
.bg_clinic03 .row_clinic01 .col_txt {
    width: 47.5%;
}
.bg_clinic03 .row_clinic02::before {
	background: linear-gradient(to right, #e1e1e1 0% 64%, #eb6992 64% 100%);
}
.bg_clinic03 .row_clinic01 .col_txt::before {
	background: url(images/clinic/deco_clinic02.png) no-repeat center / contain;
}
.row_clinic03 {
	gap: 0 calc(30 / var(--break) * 100vw);
}
.row_clinic03 .col{
	width: calc(250 / var(--break) * 100vw);
}
.bg_clinic04 {
	background: url(images/clinic/bg_clinic02.jpg) no-repeat top center / 100vw calc(780 / var(--break) * 100vw);
}
.bg_clinic04 .row_clinic02::before {
	background: linear-gradient(to right, #e1e1e1 0% 58%, #0e6eb8 58% 100%);
}
.bg_clinic04 .ttl .por::before {
	content: '';
	position: absolute;
	background: url(images/clinic/logo_clinic01.png) no-repeat center / contain;
	width: calc(100 / var(--break) * 100vw);
	height: calc(99 / var(--break) * 100vw);
	top: 50%;
	transform: translate(0, -50%);
	right: calc(-130 / var(--break) * 100vw);
}
.bg_clinic04 .img {
	width: calc(1000 / var(--break) * 100vw);
}
.bg_clinic04 .img::before {
	content: '';
    position: absolute;
    background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #0e6eb8;
    width: calc(1000 / var(--break) * 100vw);
    height: 100%;
    z-index: -1;
    bottom: calc(-20 / var(--break) * 100vw);
    left: calc(20 / var(--break) * 100vw);
}
.row_clinic04 .col{
	width: 32%;
	height: calc(140 / var(--break) * 100vw);
	outline-offset: calc(-10 / var(--break) * 100vw);
	z-index: auto;
}
.row_clinic04 .col:nth-of-type(1) {
	outline: 2px solid #eb6992;
	border: 2px solid #eb6992;
}
.row_clinic04 .col:nth-of-type(2) {
	outline: 2px solid #0e6eb8;
	border: 2px solid #0e6eb8;
}
.row_clinic04 .col:nth-of-type(3) {
	outline: 2px solid #bf9e3a;
	border: 2px solid #bf9e3a;
}
.row_clinic04 .col::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: calc(10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic04 .col:nth-of-type(1):before {
	background: #ffe7ef;
}
.row_clinic04 .col:nth-of-type(2):before {
	background: #ebf9fc;
}
.row_clinic04 .col:nth-of-type(3):before {
	background: #f9f8f1;
}
.bg_clinic05.bg_clinic02::before {
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #eb6992;
}
.bg_clinic05 .box_clinic02 {
	outline: calc(4 / var(--break) * 100vw) #ffe7ef solid;
}
.bg_clinic05 .row_clinic02::before {
	background: linear-gradient(to right, #e1e1e1 0% 64%, #eb6992 64% 100%);
}
.bg_clinic05 .row_clinic01 .col_txt::before {
	background: url(images/clinic/deco_clinic02.png) no-repeat center / contain;
}
.bg_clinic05 .row_clinic01 .col_img::before {
	background: #eb6992;
}
.bg_clinic05 .row_clinic01 .col_img .ccl {
	background: url(images/clinic/ccl_clinic02.png) no-repeat center / contain;
	bottom: unset;
    top: calc(30 / var(--break) * 100vw);
}
.bg_clinic05 .icn{
	width: calc(51 / var(--break) * 100vw);
}
.bg_clinic06 {
	background: url(images/clinic/bg_clinic03.jpg) no-repeat center / cover;
}
.bg_clinic06 .wrap {
	max-width: 1880px;
	width: 98%;
}
.row_clinic05 .col {
	width: 49.5%;
	max-width: 930px;
}
.row_clinic05 .col_l{
	padding-top: calc(225 / var(--break) * 100vw);
	margin-top: calc(270 / var(--break) * 100vw);
}
.row_clinic05 .col_r{
	padding-bottom: calc(225 / var(--break) * 100vw);
}
.row_clinic05 .col::before {
	content: '';
	position: absolute;
	width: calc(300 / var(--break) * 100vw);
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_clinic05 .col_l::before {
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #0e6eb8;
}
.row_clinic05 .col_r::before {
	background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #eb6992;
}
.row_clinic05 .col .ccl {
	background: url(images/clinic/ccl_clinic01.png) no-repeat center / contain;
    width: calc(221 / var(--break) * 100vw);
    height: calc(218 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
    right: calc(-50 / var(--break) * 100vw);
    z-index: 1;
}
.row_clinic05 .col .img {
	left: 50%;
    transform: translate(-50%, 0);
    width: calc(790 / var(--break) * 100vw);
}
.row_clinic05 .col_l .img{
	top: calc(-270 / var(--break) * 100vw);
}
.row_clinic05 .col_r .img{
	bottom: calc(-270 / var(--break) * 100vw);
}
.row_clinic05 .row_clinic02::before {
	background: linear-gradient(to right, #e1e1e1 0% 64%, #fff7c4 64% 100%);
}
.row_clinic05 .ttl::before {
	content: '';
	position: absolute;
	width: calc(208 / var(--break) * 100vw);
	height: calc(205 / var(--break) * 100vw);
	top: calc(0 / var(--break) * 100vw);
	right: 0;
	background: url(images/clinic/deco_clinic04.png) no-repeat center / contain;
}
.slide_clinic01 .slick-prev {
	background: url("images/page/arw_slide02.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/page/arw_slide02.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 {
		width: 92%;
	}
	.row_clinic01 .ttl,
	.row_clinic05 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.row_clinic01 .ttl span,
	.row_clinic05 .ttl span {
		font-size: calc(48 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img .ccl {
		right: calc(-50 / var(--break) * 100vw);
	}
	.row_clinic05 .col .img {
		width: calc(658 / var(--break) * 100vw);
	}
	.row_clinic05 .col_l {
		padding-top: calc(170 / var(--break) * 100vw);
	}
	.row_clinic05 .col_r {
		padding-bottom: calc(170 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .ttl span, .row_clinic05 .ttl span {
        font-size: calc(40 / var(--break) * 100vw);
    }
	.row_clinic01 .ttl, .row_clinic05 .ttl {
        font-size: calc(30 / var(--break) * 100vw);
    }
	.row_clinic01 .col_img .ccl {
		width: calc(160 / var(--break) * 100vw);
    	height: calc(170 / var(--break) * 100vw);
	}
	.bg_clinic05 .row_clinic01 .col_img .ccl p{
		font-size: calc(20 / 1299 * 100vw);
	}
	.bg_clinic05 .icn {
		width: calc(42 / var(--break) * 100vw);
		margin-bottom: var(--size10px);
	}
	.row_clinic05 .col_l {
        padding-top: calc(100 / var(--break) * 100vw);
    }
	.row_clinic05 .col_r {
        padding-bottom: calc(100 / var(--break) * 100vw);
    }
	.row_clinic05 .col .img {
        width: calc(534 / var(--break) * 100vw);
    }
	.row_clinic05 .col .ccl {
		width: calc(160 / var(--break) * 100vw);
    	height: calc(170 / var(--break) * 100vw);
	}
	.row_clinic05 .col .ccl p {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -5%;
	}
	.slide_clinic01 .slick-next {
		right: -5%;
	}
}
@media(max-width: 767px) {
	.box_clinic01 .ttl{
		font-size: calc(40 / var(--break) * 100vw);
    	letter-spacing: 0;
	}
	.row_clinic01 {
		flex-direction: column;
    	gap: calc(60 / 750 * 100vw) 0;
		align-items: center;
		width: 90%;
	}
	.row_clinic01 .col_img {
		width: 100%;
		max-width: 100%;
		left: calc(-10 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img::before {
		bottom: calc(-15 / var(--break) * 100vw);
    	left: calc(15 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img .ccl {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
		right: calc(-50 / var(--break) * 100vw);
	}
	.row_clinic01 .col_img .ccl p {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		width: 100%;
	}
	.row_clinic02  {
		justify-content: center;
	}
	.row_clinic02 .en {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.row_clinic02 .num {
		font-size: calc(52 / var(--break) * 100vw);
	}
	.row_clinic02::before {
		top: calc(60 / 750 * 100vw);
		left: 0;
		transform: unset;
		background: linear-gradient(to right, #e1e1e1 0% 50%, #0e6eb8 50% 100%);
	}
	.row_clinic01 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.row_clinic01 .ttl span {
		font-size: calc(48 / var(--break) * 100vw);
	}
	.bg_clinic03 .row_clinic01 {
		max-width: calc(646 / 750 * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_clinic03 .row_clinic01 .col_img {
		width: 100%;
		max-width: 100%;
	}
	.bg_clinic03 .row_clinic01 .col_txt {
		width: 100%;
	}
	.bg_clinic03 .row_clinic02::before {
		background: linear-gradient(to right, #e1e1e1 0% 50%, #eb6992 50% 100%);
	}
	.row_clinic03 p{
		font-size: calc(32 / var(--break) * 100vw);
	}
	.bg_clinic04 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.bg_clinic04 .ttl .fz56{
		font-size: calc(48 / var(--break) * 100vw);
	}
	.bg_clinic04 .ttl .por::before {
		right: calc(-210 / var(--break) * 100vw);
	}
	.bg_clinic04 .row_clinic02 {
		max-width: calc(646 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.bg_clinic04 .row_clinic02::before {
		background: linear-gradient(to right, #e1e1e1 0% 50%, #0e6eb8 50% 100%);
	}
	.bg_clinic04 .img {
		width: calc(100% - calc(15 / 750 * 100vw));
		left: calc(-7.5 / var(--break) * 100vw);
	}
	.bg_clinic04 .img::before {
		width: 100%;
		bottom: calc(-15 / var(--break) * 100vw);
    	left: calc(15 / var(--break) * 100vw);
	}
	.row_clinic04 {
		max-width: calc(500 / 750 * 100vw);
		gap: calc(30 / 750 * 100vw) 0;
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic04 p {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.row_clinic04 .fz32 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.row_clinic04 .col {
		width: 100%;
	}
	.row_clinic05 {
		flex-direction: column;
		max-width: calc(702 / 750 * 100vw);
		gap: calc(60 / 750 * 100vw) 0;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_clinic05 .row_clinic01 .col_img .ccl p {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.bg_clinic06 {
		padding-top: calc(80 / 750 * 100vw);
	}
	.row_clinic05 {
		flex-direction: column;
		gap: calc(340 / 750 * 100vw) 0;
	}
	.row_clinic05 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_clinic05 .col::before {
		width: calc(350 / var(--break) * 100vw);
	}
	.row_clinic05 .col .img {
		width: 90%;
	}
	.row_clinic05 .col_l {
		padding-top: calc(140 / var(--break) * 100vw);
	}
	.row_clinic05 .col .ccl p {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.bg_clinic06 .ttl {
		font-size: calc(38 / var(--break) * 100vw);
	}
	.bg_clinic06 .ttl span {
		font-size: calc(48 / var(--break) * 100vw);
	}
	.row_clinic05 .col_r .img {
		top: calc(-270 / var(--break) * 100vw);
	}
	.row_clinic05 .col_r {
		padding-bottom: var(--size75px);
		padding-top: calc(140 / var(--break) * 100vw);
	}
	.row_clinic05 .row_clinic02::before {
		background: linear-gradient(to right, #e1e1e1 0% 50%, #fff7c4 50% 100%);
	}
	.row_clinic05 .col_r .ccl {
		bottom: unset;
    	top: calc(100 / 750 * 100vw);
	}
	.row_clinic04 .col:nth-of-type(1) {
		outline: calc(2 / 750 * 100vw) solid #eb6992;
    	border: calc(2 / 750 * 100vw) solid #eb6992;
	}
	.row_clinic04 .col:nth-of-type(2) {
		outline: calc(2 / 750 * 100vw) solid #0e6eb8;
		border: calc(2 / 750 * 100vw) solid #0e6eb8;
	}
	.row_clinic04 .col:nth-of-type(3) {
		outline: calc(2 / 750 * 100vw) solid #bf9e3a;
		border: calc(2 / 750 * 100vw) solid #bf9e3a;
	}
	.bg_clinic05 .row_clinic02::before {
		background: linear-gradient(to right, #e1e1e1 0% 50%, #eb6992 50% 100%);
	}
	.slide_clinic01 .slick-prev {
		left: -2vw;
	}
	.slide_clinic01 .slick-next {
		right: -2vw;
	}
	.row_clinic06.row_clinic06 {
		flex-direction: row;
		gap: calc(30 / 750 * 100vw) 4%;
	}
	.row_clinic06.row_clinic06 .col{
		width: 48%;
	}
}

/* 院長・スタッフ紹介 staff
--------------------------------------------- */
.row_staff01 .col_txt {
	width: 54%;
}
.row_staff01 .col_img {
	width: 42%;
	max-width: 620px;
}
.row_staff01 .col_img img {
	outline: calc(2 / var(--break) * 100vw) solid #fff;
    outline-offset: calc(-10 / var(--break) * 100vw);
}
.row_staff01 .col_img::before {
	content: '';
    position: absolute;
    background: url(images/page/ptn01.png) repeat center / calc(9 / var(--break) * 100vw) auto #0e6eb8;
    width: 100%;
    height: 100%;
    max-width: 600px;
    z-index: -1;
    bottom: calc(-20 / var(--break) * 100vw);
    left: calc(20 / var(--break) * 100vw);
}
.row_staff01 .col_img .box {
	width: calc(340 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
	bottom: 0;
    right: calc(20 / var(--break) * 100vw);
}
.row_name {
	white-space: nowrap;
	justify-content: center;
}
.row_staff02 .col {
    width: 48%;
}
.row_staff02 .ttl {
    height: calc(50 / var(--break) * 100vw);
}
.list_staff01 {
	gap: calc(5 / var(--break) * 100vw) 0;
}
.list_staff01 li {
    position: relative;
    padding-left: calc(25 / var(--break) * 100vw);
}
.list_staff01 li::before {
    content: '';
    position: absolute;
    width: calc(6 / var(--break) * 100vw);
    height: calc(6 / var(--break) * 100vw);
    border-radius: 100%;
    background: #eb6992;
    top: calc(16 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
}
.row_staff03 .col_txt{
	width: 48%;
}
.row_staff03 .col_img {
	width: 47%;
	max-width: 700px;
}
.box_staff01 .ttl {
	height: calc(50 / var(--break) * 100vw);
}
.box_staff01 .list_staff01 li::before {
	background: #d8c382;
}
.wrap_staff01:nth-of-type(n+2) {
	border-top: 1px solid #e1e1e1;
}
.row_staff04 .list_staff01 li::before{
	background: #d8c382;
}
@media(min-width: 768px) and (max-width: 1599px) {
	.row_staff01 .col_img .box {
		right: calc(0 / var(--break) * 100vw);
	}
	.row_staff01 .col_img img {
		width: 100%;
	}
}
@media(min-width: 768px) and (max-width: 1299px) {

}
@media(max-width:767px) {
	.row_staff01  {
		flex-direction: column-reverse;
		gap: calc(60 / 750 * 100vw) 0;
		align-items: center;
	}
	.row_staff01 .col_txt {
		width: 100%;
	}
	.row_staff01 .col_img {
		width: 80%;
		max-width: 100%;
	}
	.row_staff01 .col_img .box {
		right: calc(0 / var(--break) * 100vw);
	}
	.row_name .ttl {
		font-size: calc(26 / 750 * 100vw);
	}
	.row_name .ja {
		font-size: calc(44 / 750 * 100vw);
	}
	.row_name .en,
	.name.en {
		font-size: calc(26 / 750 * 100vw);
	}
	.list_staff01 li::before {
		width: calc(10 / var(--break) * 100vw);
    	height: calc(10 / var(--break) * 100vw);
		top: calc(27 / var(--break) * 100vw);
	}
	.list_staff01 li {
		padding-left: calc(30 / var(--break) * 100vw);
	}
	.row_staff02 {
		gap: calc(40 / 750 * 100vw) 0;
		flex-direction: column;
		align-items: center;
	}
	.row_staff02 .col {
		width: 100%;
	}
	.row_staff02 .ttl {
		height: calc(70 / var(--break) * 100vw);
		font-size: calc(34 / 750 * 100vw);
	}
	.row_staff03 {
		gap: calc(40 / 750 * 100vw) 0;
		flex-direction: column;
		align-items: center;
	}
	.row_staff03 .col_img {
		width: 100%;
	}
	.row_staff03 .col_txt {
		width: 100%;
	}
	.row_staff03 .ttl{
		height: calc(60 / var(--break) * 100vw);
		font-size: calc(34 / 750 * 100vw);
	}
	.row_staff03 .row_name .ttl {
		font-size: calc(26 / 750 * 100vw);
		height: auto;
	}
	.copy_staff01 {
		font-size: calc(38 / 750 * 100vw);
    	letter-spacing: 0;
	}
}

/* むし歯・歯周病治療 cavity_perio
----------------------------------------------------------- */
#cavity_perio02 .row_common02 .copy{
	letter-spacing: .05em;
}
@media(min-width: 768px) and (max-width: 1599px) {
	#cavity_perio02 .row_common02 .copy{
		letter-spacing: 0;
	}
}
@media(min-width: 768px) and (max-width: 1299px) {
	#cavity_perio02 .row_common02 .copy {
		letter-spacing: .1em;
	}
}

/* マウスピース矯正 mouthpiece
----------------------------------------------------------- */
#mouthpiece01 .hdg3 {
	display: none;
}
.row_mouthpiece01.row_clinic04 {
	margin-bottom: calc(120 / var(--break) * 100vw);
	position: relative;
}
.row_mouthpiece01.row_clinic04::after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: calc(48 / var(--break) * 100vw) solid #d8c382;
    border-right: calc(70 / var(--break) * 100vw) solid transparent;
    border-left: calc(70 / var(--break) * 100vw) solid transparent;
    bottom: calc(-90 / var(--break) * 100vw);
	left: 50%;
    transform: translate(-50%, 0);
}
.row_mouthpiece01.row_clinic04 .col {
	width: 29%;
	position: relative;
}
.row_mouthpiece01.row_clinic04 .col::before {
	display: none;
}
.row_mouthpiece01.row_clinic04 .col:nth-of-type(n+2)::after {
	content: '＋';
	position: absolute;
	color: #505050;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: calc(40 / var(--break) * 100vw);
	top: 50%;
	transform: translate(0, -50%);
	left: -19%;
}
@media(max-width:767px) {
	.box_mouthpiece01 .copy01{
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.box_mouthpiece01 .copy01 span {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.row_mouthpiece01.row_clinic04 {
		gap: calc(80 / 750 * 100vw) 0;
	}
	.row_mouthpiece01.row_clinic04 .col {
		width: 100%;
	}
	.row_mouthpiece01.row_clinic04 .col:nth-of-type(n+2)::after {
		transform: translate(-50%, 0);
    	left: 50%;
		top: calc(-80 / 750 * 100vw);
	}
}

/* ホワイトニング whitening
--------------------------------------------------- */
#whitening01 .row_common02 .copy {
	letter-spacing: .05em;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	#whitening01 .row_common02 .copy {
		letter-spacing: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	#whitening01 .row_common02 .copy {
		letter-spacing: .1em;
	}
}

/* インプラント implant
------------------------------------------------------------- */
.box_implant01 .hdg5::before{
	bottom: calc(-15 / var(--break) * 100vw);
}
.tbl_implant01.tbl_default thead th {
	font-size: calc(18 / var(--break) * 100vw);
    color: #201730;
	padding: calc(35 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(35 / var(--break) * 100vw);
	background: #ffffff;
	border-bottom: 1px solid #0e6eb8;
}
.tbl_implant01.tbl_default thead th:first-of-type {
	background: #f6f6f6;
}
.tbl_implant01.tbl_default thead th:nth-of-type(2) {
	background: #0e6eb8;
	color: #fff;
}
.tbl_implant01.tbl_default thead th:nth-of-type(n+3) {
	border-left: 1px solid #0e6eb8;
}
.tbl_implant01 tbody tr:first-of-type td{
	padding: calc(40 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.tbl_implant01 tr td:nth-of-type(n+2) {
	border-left: 1px solid #0e6eb8;
}
.tbl_implant01 tbody th {
	text-align: center;
	vertical-align: middle;
}
.tbl_implant01 tbody td {
	text-align: center;
	padding: calc(20 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.tbl_implant01 tbody td span {
	display: inline-block;
	margin-bottom: calc(5 / var(--break) * 100vw);
}
@media(max-width: 767px) {
	.tbl_implant01 table {
		width: calc(1800 / var(--break) * 100vw);
	}
	.tbl_implant01.tbl_default thead th {
		font-size: calc(36 / var(--break) * 100vw);
	}
}

/* 親知らずの抜歯 wisdom
--------------------------------------------------------- */
.row_wisdom01 {
	gap: calc(20 / var(--break) * 100vw) 4%;
}
.row_wisdom01 .col {
	width: 48%;
	outline-offset: calc(-5 / var(--break) * 100vw);
	height: calc(170 / var(--break) * 100vw);
}
.row_wisdom01 .col:nth-of-type(1),
.row_wisdom01 .col:nth-of-type(4) {
	outline: calc(2 / var(--break) * 100vw) solid #eb6992;
}
.row_wisdom01 .col:nth-of-type(2),
.row_wisdom01 .col:nth-of-type(3) {
	outline: calc(2 / var(--break) * 100vw) solid #0e6eb8;
}
@media(max-width: 767px) {
	.row_wisdom01 .col .fz36{
		font-size: calc(42 / 750 * 100vw);
		line-height: 0.8;
	}
	.row_wisdom01 .col .fz26{
		font-size: calc(28 / 750 * 100vw);
		margin-bottom: var(--size20px);
	}
	.row_wisdom01 .col .fz22{
		font-size: calc(30 / 750 * 100vw);
	}
	.row_wisdom01 .col .fz18{
		font-size: calc(20 / 750 * 100vw);
	}
}

/* 料金表 fee 
-------------------------------------------------- */
.row_fee01 {
	gap: var(--size25px) calc(4% / 3);
}
.row_fee01 .btn{
	width: 24%;
	height: var(--size100px);
}
.row_fee01 .btn a {
	background: #0e6eb8;
}
.row_fee01 .btn a:hover {
	background: #eb6992;
}
.row_fee01 .btn a::before {
	content: '';
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: var(--size20px);
}
#fee01 .box_pay {
	display: none;
}
@media(max-width:767px) {
	.row_fee01 {
		gap: calc(30 / 750 * 100vw) 4%;
	}
	.row_fee01 .btn {
		width: 48%;
		height: var(--size120px);
	}
	.row_fee01 .btn p{
		font-size: calc(28 / 750 * 100vw);
	}
}

/* 診療時間・アクセス access
-------------------------------------------------------- */
.bg_access01::before {
	content: '';
	position: absolute;
	height: calc(725 / var(--break) * 100vw);
	width: 100%;
	left: 0;
	bottom: 0;
	background: #f9f8f1;
	z-index: -1;
}
.bg_access01 .tel_common {
	width: calc(370 / var(--break) * 100vw);
}
#access02 .hdg5::before {
	height: calc(2 / var(--break) * 100vw);
}
@media(max-width:767px) {
	.bg_access01::before {
		height: calc(1200 / var(--break) * 100vw);
	}
	.bg_access01 .row_foot02 > .col_l {
		width: calc(702 / var(--break) * 100vw);
	}
	.bg_access01 .tel_common {
		width: calc(600 / 750 * 100vw);
	}
	#access02 .wrap_map {
		background: #fff;
	}
}