@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.low_head{
	position: relative;
}
.hdg3{
	background-image: linear-gradient(to top, #fff, #efe5db);
	position: relative;
}
.hdg3:before{
	content: "";
	background-image: linear-gradient(to right, #e76f45, #f09a46);
	width:100%;
	height: calc( 4 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
.hdg4:before{
	content: "";
	background: linear-gradient(90deg,rgba(10, 26, 129, 1) 0%, rgba(85, 107, 177, 1) 45%, rgba(85, 107, 177, 1) 55%, rgba(10, 26, 129, 1) 100%);
	width: 100%;
	height: calc( 20 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.hdg5{
	border-bottom: calc(2 / var(--break) * 100vw ) solid #bdddf0;
}
.hdg5:before{
	content: "";
	background: url("images/page/deco_common01.svg")no-repeat center / contain;
	width: calc( 35 / var(--break) * 100vw );
	height: calc( 35 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0.3em;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: auto;
		min-height: calc(350 / var(--break) * 100vw );
		padding-top: 8vw;
		padding-bottom: 10vw;
	}
	.hdg2{
		margin-bottom: 0;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0.1em;
	}
	.col_img {
		text-align: center;
	}
	.hdg3{
		font-size: calc(46 / var(--break) * 100vw ) ;
		letter-spacing: 0;
	}
	.hdg3 .small{
		font-size: 1.125rem;
	}
	.hdg4{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.hdg5{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-left: 8vw;
	}

}


/* 共通 common（フォーマット）
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_common01 .col_img {
	width: 46.7%;
	max-width: 700px;
}
.row_common01 .col_img:before {
	content: "";
	background: #bdddf0;
	width: calc( 500 / var(--break) * 100vw );
	height: calc( 266 / var(--break) * 100vw );
	position: absolute;
	left: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
	border-radius: 0 0 0 calc(10 / var(--break) * 100vw ) ;
}
.row_common01.r_reverse .col_img:before {
	left: auto!important;
	right: calc(-10 / var(--break) * 100vw );
	border-radius: 0 0 calc(10 / var(--break) * 100vw ) 0;
}
.row_common01 .col_txt {
	width: 50%;
}
.row_common01 .col_txt .copy:before {
	content: "";
	background-image: linear-gradient(to right, #bdddf0, #556bb1);
	width:100%;
	height: calc( 2 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.row_common02 .col_img{
	width: 38%;
	max-width: 570px;
	border-radius: 0 calc(30 / var(--break) * 100vw ) 0 0;
}
.row_common02 .col_txt{
	width: 58%;
}
.row_common03{
	gap:calc(50 / var(--break) * 100vw ) 2.45%;
}
.row_common03 .col {
	width: 31.7%;
	max-width: 475px;
	border-radius: 0 calc(30 / var(--break) * 100vw ) 0 calc(30 / var(--break) * 100vw );
}
.row_common03 .col .ttl{
	background:#3d94c8;
	position: relative;
	z-index: 1;
}
.row_common03 .col:nth-child(2n) .ttl{
	background:#0a1a81;
}
.row_common03 .col .ttl:before{
	content: "";
	background: #86c1e3;
	opacity: 0.2;
	width: 53%;
	height:100%;
	position: absolute;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	left: 0;
	top: 0;
}
.row_common03 .col:nth-child(2n) .ttl:before{
	background:#556bb1;
}
.row_common04{
	gap:calc(30 / var(--break) * 100vw ) 1.55%;
}
.row_common04 .col{
	width: 32.3%;
	border-radius: calc(10 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
	border: calc(2 / var(--break) * 100vw ) solid #0a1a81;
}
.wrap_common01 .col_img {
	width: 23.4%;
	max-width: 350px;
}
.wrap_common01 .col_txt {
	width: 73%;
}
.wrap_common02{
	gap:calc(30 / var(--break) * 100vw ) 1.7%;
}
.wrap_common02 .btn{
	width: 25.4%;
}
.wrap_common02 .btn a{
	border-radius: calc(30 / var(--break) * 100vw ) 0 0 0;
	border: calc(2 / var(--break) * 100vw ) solid #3d94c8;
	box-shadow: calc(5 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) 0 0 #3d94c8;
}
.wrap_common02 .btn a:before{
	content: "";
	background: url("images/page/arw07.svg")no-repeat center / contain;
	width: calc( 25 / var(--break) * 100vw );
	height: calc( 25 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: calc(12 / var(--break) * 100vw );
}
.wrap_common03{
	max-width: calc(1040 / var(--break) * 100vw );
	gap:calc(25 / var(--break) * 100vw ) 2.3%;
}
.wrap_common03 .btn_common02{
	width: 31.8%;
}
.bg_common01:before{
	content: "";
	background:#efefef;
	width:100%;
	height: calc( 200 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_common01 .box{
	border: calc(2 / var(--break) * 100vw ) solid #3d94c8;
}
.bg_common01 .ttl{
	width: calc(100% - calc(100 / var(--break) * 100vw ));
}
.list_common01 li {
	border-bottom:1px dotted #333333;
	padding-bottom: calc(6 / var(--break) * 100vw );
	padding-left: calc(30 / var(--break) * 100vw );
}
.list_common01 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url("images/page/check02.svg")no-repeat center / contain;
	border-radius: 0;
	left: 0;
	top: .3em;
}
.list_common01 li:nth-child(n+3) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.txt_format01 {
	max-width: 1240px;
}
.tbl_common01 table{
	border-color: #3d94c8;
}
.tbl_common01 thead th{
	border-bottom: 1px solid #fff;
	text-align: center;
	font-weight: 500;
}
.tbl_common01 thead th:not(:first-child){
	border-left: 1px solid #fff;
}
.tbl_common01 th{
	background: #3d94c8;
}
.tbl_common01 td{
	background: #fff;
}
.tbl_common01 tr:not(:last-child) td{
	border-bottom-color: #3d94c8;
}
.tbl_common01 tr td:not(:last-child){
	border-right: 1px solid #3d94c8;
}
.tbl_common01 thead th,.tbl_common01 tbody th,.tbl_common01 tbody td{
	padding-top: calc(26 / var(--break) * 100vw );
	padding-bottom: calc(26 / var(--break) * 100vw );
}
.tbl_common01.pt02 tbody th{
	background: #3d94c8CC;
}
.tbl_common01.pt02.reverse thead th:first-child,.tbl_common01.pt02.reverse tbody th{
	width: 67%;
}
.tbl_common01.pt02.reverse thead th:not(:first-child),.tbl_common01.pt02.reverse tbody td{
	width: 33%;
}
.tbl_common01.pt03 table{
	text-align: center;
	border-color: #52361b;
}
.tbl_common01.pt03 thead th{
	background: #52361b;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.tbl_common01.pt03 thead th{
	border-bottom: 0;
}
.tbl_common01.pt03 thead th:not(:last-child){
	border-right: 1px solid #fff;
}
.tbl_common01.pt03 tbody th{
	background: #52361bCC;
	text-align: center;
	vertical-align: middle;
}
.tbl_common01.pt03 tr:not(:last-child) td{
	border-bottom-color: #52361b;
}
.tbl_common01.pt03 tr td:not(:last-child){
	border-right: 1px solid #52361b;
}
.box_common02 .col_img {
	width: 30.3%;
	max-width: 345px;
}
.box_common02 .col_txt {
	width: 64.1%;
}
.box_common03{
	border-radius: 0 calc(50 / var(--break) * 100vw ) 0 0;
}
.box_common03 .col_txt .copy:before{
	content: "";
	background-image: linear-gradient(to right, #e4e4e4, #fff);
	width: 100%;
	height: calc( 6 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}
.box_flow{
	border-radius: calc(30 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw ) 0 0;
	border: calc(2 / var(--break) * 100vw ) solid #180a66;
}
.box_flow .col_txt .wrap .num{
	background: #180a66;
	padding-bottom: calc(2 / var(--break) * 100vw );
}
.arw_flow:before{
	border-top-color: #56291a;
}
.wrap_format01 .box_flow:last-of-type:before {
	display: none;
}
.box_qa03 .box_q,.box_qa03 .box_a{
	border-radius: calc(20 / var(--break) * 100vw ) 0 0 0;
	overflow: hidden;
}
.box_qa03 .box_q .box,.box_qa03 .box_a .box{
	border-radius:0 0 calc(20 / var(--break) * 100vw ) 0;
}
.box_qa03 .box_q .txt .icn{
	width: calc(30 / var(--break) * 100vw );
	height: calc(30 / var(--break) * 100vw );
	background: #fff;
	right: calc(25 / var(--break) * 100vw );
}
.box_qa03 .box_q .txt .icn:before{
	width: calc(15 / var(--break) * 100vw );
	height: 1px;
	background: #0a1a81;
}
.box_qa03 .box_q .txt .icn:after{
	width: 1px;
	height: calc(15 / var(--break) * 100vw );
	background: #0a1a81;
}
.box_qa03 {
	border: none;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_qa03 .box_a .box {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.box_qa03 .box_a {
	padding-top: calc(30 / var(--break) * 100vw);
	padding-left: calc(100 / var(--break) * 100vw);
}
.img_common01{
	max-width: 1000px;
}
.bg_pay{
	background: url("images/page/bg_pay01.jpg")no-repeat center / cover;
}
.row_pay .col{
	border: calc(2 / var(--break) * 100vw ) solid #556bb1;
	border-radius: calc(30 / var(--break) * 100vw ) 0 0 0;
	position: relative;
}
.row_pay .col:before{
	content: "";
	background: #556bb1;
	width:100%;
	height: 100%;
	position: absolute;
	right: calc(-5 / var(--break) * 100vw );
	bottom: calc(-5 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(30 / var(--break) * 100vw ) 0 0 0;
}
.box_pay01:before{
	content: "";
	background: #56291a1A;
	width: 100%;
	height: calc( 100 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.box_pay01 .txt{
	max-width: calc(1000 / var(--break) * 100vw );
}
.img_format02{
	max-width: calc(400 / var(--break) * 100vw );
}
.deco_common01:before{
	content: "";
	background: #bdddf0;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.name_format .job{
	width: calc(70 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.box_prof .ttl:before {
	content: "";
	background:#180a66;
	opacity: 0.2;
	width: 53%;
	height:100%;
	position: absolute;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	left: 0;
	top: 0;
}
.list_format02 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_format02 .year {
	width: calc(140 / var(--break) * 100vw);
	font-weight: lighter;
}
.list_format02 .txt {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.box_prof02 .list_default li:before{
	background: #f09a46;
}
.risk_format {
	border: 1px solid #52361b;
}
.risk_format .box{
	overflow-y: scroll;
	max-height: 280px;
	scrollbar-color: #56291a #fff;
    scrollbar-width: thin;
}
.wrap_format01 .hdg5:before{
	top: 0.1em;
}
.ttl_common01:before,.ttl_common01:after{
	content: "";
	background: url("images/page/deco_common02.png")repeat-x left top / calc(7 / var(--break) * 100vw ) auto;
	flex: 1;
	height: calc( 7 / var(--break) * 100vw );
	position: relative;
	display: block;
	margin-right: calc(28 / var(--break) * 100vw );
}
.ttl_common01:after{
	margin-right: 0!important;
	margin-left: calc(25 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.row_common01 .col_txt{
		max-width: 100%!important;
	}
	.row_common01 .col_txt .txt{
		max-width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common02 .col_img{
		max-width: calc(646 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03,.row_common04{
		width: calc(646 / var(--break) * 100vw );
		margin-right: auto;
		margin-left: auto;
	}
	.row_common03 .col,.row_common04 .col{
		width:100%;
	}
	.row_common03 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 2vw;
	}
	.row_common04 .col .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_common01 .box{
		padding-top: 9vw;
	}
	.bg_common01 .en{
		font-size: 3.5rem;
		margin-bottom: 3vw;
	}
	.bg_common01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(15 / var(--break) * 100vw );
	}
	.list_common01 li {
		padding-bottom: 2vw;
		padding-left: 7vw;
	}
	.list_common01 li:nth-child(n+2) {
		margin-top: 2vw;
	}
	.list_common01 li:before {
		width: calc(34 / var(--break) * 100vw);
		height: calc(34 / var(--break) * 100vw);
	}
	.wrap_common01 .col_img{
		max-width: calc(600 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_common02{
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.wrap_common02 .btn{
		width: 48.5%;
	}
	.wrap_common02 .btn a{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.wrap_common02 .btn a:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		bottom: calc(15 / var(--break) * 100vw);
	}
	.wrap_common03 .btn_common02 {
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_format01 .hdg5 {
		font-size: 1.125rem;
	}
	.wrap_format01 .hdg5:before {
		top: 0.3em;
	}
	.box_common01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_flow .col_txt .wrap .ttl{
		font-size: 1.1875rem;
		padding-top: 0.5vw;
	}
	.box_flow .col_txt .wrap .num{
		width: calc(70 / 750 * 100vw);
		height: calc(70 / 750 * 100vw);
	}
	.box_qa03 .box_q .box span{
		padding-bottom: 0;
	}
	.format {
		padding-bottom: 17vw;
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: 20vw;
	}
	.img_format01 {
		max-width: 100%;
	}
	.txt_format01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.box_qa03 .box_a .box {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		font-size: 1.5625rem;
	}
	.tbl_common01.js-scrollable table{
		width: calc(1200 / var(--break) * 100vw);
	}
	.tbl_format01.js-scrollable table ,.tbl_format02.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;
		width: calc(90 / var(--break) * 100vw);
	}
	.name_format .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.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));
	}
	.txt_pay01{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: 5vw;
	}
	.box_pay01{
		padding: 6vw 5% 7vw;
	}
	.box_pay01 .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.box_prof .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.copy_common01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.ttl_common01{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_common01:before, .ttl_common01:after{
		background-size: calc(12 / var(--break) * 100vw ) auto;
		height: calc(12 / var(--break) * 100vw );
	}
	.row_common03.no_txt {
		gap:calc(30 / var(--break) * 100vw ) 3%;
		width: 100%;
	}
	.row_common03.no_txt .col {
		width: 48.5%;
	}
	.row_common03.no_txt .col .ttl{
		font-size: 1rem;
	}

}

/* 医院紹介 CLINIC
------------------------------------------------------------------*/
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.png")no-repeat center / cover;
}
.bg_clinic01 .box{
	position: relative;
}
.bg_clinic01 .box:before{
	content: "";
	background: #bdddf0;
	border-radius: calc(10 / var(--break) * 100vw );
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.wrap_clinic01 .img01{
	width: 56%;
	margin-right: -17%;
	position: relative;
	z-index: 2;
}
.wrap_clinic01 .img02{
	width: 61%;
}
.row_clinic01.row__feature01.clinic01 .col_img {
	background: url("images/clinic/img_clinic03.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic02 .col_img {
	background: url("images/clinic/img_clinic04.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic03 .col_img {
	background: url("images/clinic/img_clinic05.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic04 .col_img {
	background: url("images/clinic/img_clinic06.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic05 .col_img {
	background: url("images/clinic/img_clinic07.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic06 .col_img {
	background: url("images/clinic/img_clinic08.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic07 .col_img {
	background: url("images/clinic/img_clinic09.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic09 .col_img {
	background: url("images/clinic/img_clinic16.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.clinic10 .col_img {
	background: url("images/clinic/img_clinic19.png") no-repeat center / cover;
}
.row_clinic01.row__feature01.feature01 .col_txt,.row_clinic01.row__feature01.feature02 .col_txt,
.row_clinic01.row__feature01.feature04 .col_txt,.row_clinic01.row__feature01.feature08 .col_txt{
	background: #fff;
}
.ccl_clinic01{
	width: calc(200 / var(--break) * 100vw );
	aspect-ratio:1/1;
	background: url("images/clinic/ccl_clinic01.svg")no-repeat center / contain;
	bottom: calc(30 / var(--break) * 100vw );
}
.ccl_clinic01.ccl01{
	left: calc(200 / var(--break) * 100vw );
}
.ccl_clinic01.ccl02{
	right: calc(30 / var(--break) * 100vw );
}
.row_clinic01.row__feature01.feature04{
	margin-bottom: calc(100 / var(--break) * 100vw );
}
.row_clinic01.row__feature01.feature04:before{
	content: none;
}
.row_clinic01.row__feature01.feature04 .col_txt:before{
	background: #e4e4e4;
}
.row_clinic01.row__feature01.clinic05 .col_txt:after{
	background-image: linear-gradient(to right, #556bb1, #fff);
}
.row_clinic01.row__feature01.clinic06 .col_txt:after{
	background-image: linear-gradient(to right, #86c1e3, #fff);
}
.row_clinic01.row__feature01.clinic07 .col_txt:after{
	background-image: linear-gradient(to right,#f09a46, #fff);
}
.row_clinic01.row__feature01.clinic09 .col_txt:after{
	background-image: linear-gradient(to right,#556bb1, #fff);
}
.row_clinic01.row__feature01.clinic07 .col_txt:before{
	background: #e4e4e4;
}
.wrap_clinic02{
	right: calc(60 / var(--break) * 100vw );
	bottom: calc(30 / var(--break) * 100vw );
}
.ccl_clinic02{
	background: url("images/clinic/ccl_clinic02.svg")no-repeat center / contain;
	width: calc(206 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.ccl_clinic02.ccl02{
	background: url("images/clinic/ccl_clinic03.svg")no-repeat center / contain;
}
.row_clinic02.row__feature05 {
	gap: calc(30 / var(--break) * 100vw) 1.33%;
}
.row_clinic02.row__feature05 .col {
	max-width: 360px;
	width: 24%;
}
.row_clinic02.row__feature05 .col:nth-child(2n) {
	margin-top: 0;
}
.row_clinic03{
	gap:calc(30 / var(--break) * 100vw ) 5%;
	margin-top: calc(-85 / var(--break) * 100vw );
}
.row_clinic03 .col{
	width: 47.5%;
}
.row_clinic03 .col .txt{
	background: #e76f45;
	border-radius: 0 0 calc(10 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
}
.row_clinic03 .col:nth-child(2n) .txt{
	background:#f09a46;
}
.row_clinic03 .col .txt:before{
	content: "";
	background:#56291a;
	opacity: 0.1;
	width: 53%;
	height: 100%;
	position: absolute;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	left: 0;
	top: 0;
}
.clinic09 .wrap_clinic02 {
	right: calc(50 / var(--break) * 100vw);
}
.clinic09 .ccl_clinic02{
	background: url("images/clinic/ccl_clinic04.svg")no-repeat center / contain;
}
.clinic09 .ccl_clinic02.ccl02{
	background: url("images/clinic/ccl_clinic05.svg")no-repeat center / contain;
}
.tbl_clinic01.tbl_common01 table{
	border-color: #56291a;
}
.tbl_clinic01.tbl_common01.pt03 thead th{
	letter-spacing: 0;
	background: #56291a;
}
.tbl_clinic01.tbl_common01 tbody th{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #56291aCC;
}
.tbl_clinic01.tbl_common01 tbody td:first-of-type{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #56291a;
}

.tbl_clinic01.tbl_common01.pt03 tr td:not(:last-child) {
	border-right: 1px solid #56291a;
}
.tbl_clinic01.tbl_common01.pt03 tr td:not(:last-child){
	border-right-color: #56291a;
}
.tbl_clinic01 tbody td .name01{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #eb8046;
}
.tbl_clinic01 tbody td .name02{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #3d94c8;
}
.tbl_clinic01 tbody th,.tbl_clinic01 tbody td {
	padding: calc(16 / var(--break) * 100vw ) calc(5 / var(--break) * 100vw );
}
.img_clinic01{
	width: calc(750 / var(--break) * 100vw );
}
.img_clinic01:before{
	content: "";
	background:#556bb1;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(50 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) 0 0;
}
.bg_clinic03:before{
	content: "";
	background: #efefef;
	width:100%;
	height: calc(100% - calc( 200 / var(--break) * 100vw ));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_clinic03 .logo,.bg_clinic03 .logo img{
	width: calc(1000 / var(--break) * 100vw );
}
.bg_clinic03 .tbl{
	width: 40%;
}
.wrap_clinic03 .map{
	padding-top: calc(460 / var(--break) * 100vw );
}
.box_clinic02 .ttl .icn{
	width: calc(40 / var(--break) * 100vw );
}
/*　スライダー　*/
.slide_clinic01 .slick-prev {
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/page/arw_slide.svg)no-repeat center / contain;
	width: calc(30 / var(--break) * 100vw );
	height: calc(54 / var(--break) * 100vw );
	right: -9.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%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li:nth-child(n+6){
	margin-top: 2%;;
}
.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;
}
.slide_clinic01 .slide_thumbnail li img{
	object-fit: cover;
}
.row_clinic04{
	gap:calc(30 / var(--break) * 100vw ) 1.33%;
}
.row_clinic04 .col{
	max-width: 360px;
	width: 24%;
}
.row_clinic04 .col .ttl{
	background: #3d94c8;
	border-radius: 0 0 calc(10 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
}
.row_clinic04 .col:nth-child(2n) .ttl{
	background: #0a1a81;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01.row__feature01.clinic06 .col_txt,
	.row_clinic01.row__feature01.clinic07 .col_txt{
		padding-bottom: calc(70 / var(--break) * 100vw );
	}
	.clinic09 .wrap_clinic02 {
		bottom: calc(110 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.ccl_clinic01{
		width: calc(170 / var(--break) * 100vw);
		font-size: 1.25rem;
	}
	.ccl_clinic01.ccl01 {
		left: calc(140 / var(--break) * 100vw);
	}
	.ccl_clinic02 {
		width: calc(175 / var(--break) * 100vw);
		font-size: 1.125rem;
	}
	.row_clinic04 .col .ttl{
		font-size: 1.125rem;
	}
}
@media(max-width: 767px) {
	.bg_clinic01 .copy{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.bg_clinic01 .box{
		padding: 5vw 5% 6vw;
	}
	.copy_clinic01 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap:6vw;
	}
	.ccl_clinic01{
		width: calc(170 / var(--break) * 100vw );
		font-size: 0.75rem;
		bottom: 12vw;
	}
	.ccl_clinic01.ccl01 {
		left: 26vw;
	}
	.ccl_clinic01.ccl02 {
		right: 2vw;
	}
	.row_clinic01.row__feature01.feature04 .col_txt{
		padding-top: calc(60 / var(--break) * 100vw );
	}
	.row_clinic01.row__feature01.feature04 .col_txt:after {
		top: calc(130 / var(--break) * 100vw);
	}
	.wrap_clinic02{
		right: auto;
		bottom: auto;
		left: 2vw;
		top: 2vw;
	}
	.ccl_clinic02 {
		width: calc(190 / var(--break) * 100vw);
		font-size: 0.75rem;
	}
	.clinic05 .ccl_clinic02 {
		font-size: 0.625rem;
	}
	.row_clinic02.row__feature05{
		gap: calc(20 / var(--break) * 100vw) 3.4%;
	}
	.row_clinic02.row__feature05 .col{
		width: 48.3%;
	}
	.clinic09 .wrap_clinic02 {
		right: 2vw;
	}
	.row_clinic03 {
		margin-top: calc(-25 / var(--break) * 100vw);
	}
	.row_clinic03 .col .txt{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_clinic01.tbl_common01 table{
		width: calc(1560 / var(--break) * 100vw );
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.img_clinic01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.bg_clinic03 .logo, .bg_clinic03 .logo img {
		width: calc(517 / var(--break) * 100vw);
	}
	.bg_clinic03 .address{
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.bg_clinic03 .tel_common01 a{
		background: #fff;
	}
	.bg_clinic03 .tbl {
		width: calc(702 / var(--break) * 100vw );
	}
	.box_clinic02 {
		padding:  6vw 5%; 
	}
	.box_clinic02 .ttl{
		border-radius: calc(50 / var(--break) * 100vw );
	}
	.box_clinic02 .txt{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.slide_clinic01 .slick-prev{
		left: 2%;
	}
	.slide_clinic01 .slick-next{
		right: 2%;
	}
	.row_clinic04  {
		gap:calc(30 / var(--break) * 100vw ) 3%;
	}
	.row_clinic04 .col {
		width: 48.5%;
	}
	.row_clinic04 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
	}

}

/* 院長・スタッフ紹介 STAFF
------------------------------------------------------------------*/
.row_staff01 .col_img{
	max-width: 460px;
	width: 37.1%;
}
.row_staff01 .col_img:before{
	content: "";
	background:#bdddf0;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(-10 / var(--break) * 100vw );
	bottom: calc(-10 / var(--break) * 100vw );
	z-index: -1;
}
.dr_name02{
	right: 0;
	bottom: 0;
	background: #ffffffE6;
	border-radius: calc(50 / var(--break) * 100vw ) 0 0 0;
	padding-right: calc(40 / var(--break) * 100vw );
	padding-left: calc(40 / var(--break) * 100vw );
}
.dr_name02 .ccl{
	width: calc(80 / var(--break) * 100vw );
	aspect-ratio:1/1;
}
.row_staff01 .col_txt{
	width: 58%;
}
.bg_staff01:before{
	content: "";
	background: #e4e4e4;
	width: 100%;
	height: calc( 400 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bg_staff01 .ttl_common01:before{
	margin-right: calc(45 / var(--break) * 100vw );
}
.bg_staff01 .ttl_common01:after{
	margin-left: calc(40 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		max-width: calc(500 / var(--break) * 100vw )!important;
		margin-right: auto;
		margin-left: auto;
	}
	.dr_name02 .ccl {
		width: calc(90 / var(--break) * 100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.dr_name02 .ja{
		font-size: 1.25rem;
	}
	.dr_name02 .en{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.bg_staff01:before {
		height: calc(300 / var(--break) * 100vw);
	}
}



/* 内科 INTERNAL MED
------------------------------------------------------------------*/
.row_internal_med01{
	gap:calc(20 / var(--break) * 100vw ) 1.6%;
}
.row_internal_med01 .col{
	width: 23.8%;
	border-radius: 0 0 calc(20 / var(--break) * 100vw ) 0;
	background: #f09a46;
}
.row_internal_med01 .col:nth-child(2n){
	background: #0a1a81;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_internal_med01 {
		gap: calc(20 / var(--break) * 100vw) 2%;
	}
	.row_internal_med01 .col{
		width: 32%;
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* 予防接種・各種検査（検診） CHECKUP
------------------------------------------------------------------*/
.tbl_checkup01 table{
	table-layout: auto;
}
.tbl_checkup01 th{
	width: 33%;
}
.tbl_checkup01 td{
	width: 67%;
	text-align: left;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 人間ドック MEDICAL DOCK
------------------------------------------------------------------*/
.tbl_medical_dock01 td{
	text-align: left;
	vertical-align: baseline;
	padding-left: calc(30 / var(--break) * 100vw );
	padding-right: calc(30 / var(--break) * 100vw );
}
.tbl_medical_dock02.tbl_common01.pt03 tbody th{
	background: #52361b;
	font-weight: 500;
}
.tbl_medical_dock02 table{
	margin-bottom: calc(10 / var(--break) * 100vw );
}
.tbl_medical_dock03 thead th{
	letter-spacing: 0;
}
.tbl_medical_dock03 tbody th{
	font-weight: 500;
	letter-spacing: 0;
	font-size: 1rem;
}
.tbl_medical_dock03.tbl_common01 thead th{
	padding: calc(12 / var(--break) * 100vw ) calc(5 / var(--break) * 100vw );
}
.tbl_medical_dock03 tbody th{
	padding: calc(16 / var(--break) * 100vw ) calc(5 / var(--break) * 100vw );
}
.tbl_medical_dock03 tbody td{
	font-size: 1.625rem;
	color: #e76f45;
	padding-top: calc(16 / var(--break) * 100vw );
	padding-bottom: calc(16 / var(--break) * 100vw );
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_medical_dock01 td{
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.tbl_medical_dock02 table{margin-bottom: 1vw;}
	.tbl_medical_dock03.tbl_common01.js-scrollable table{
		width: calc(1800 / var(--break) * 100vw );
	}
	.tbl_medical_dock03.tbl_common01 thead th{
		font-size: 0.878rem;
		letter-spacing: 0;
	}
	.tbl_medical_dock03 tbody th{
		font-size: 0.878rem;
		letter-spacing: 0;
	}
	.tbl_medical_dock03 tbody td {
		font-size: 1.25rem;
	}
}

/* 訪問看護・居宅介護支援 HOME CARE
------------------------------------------------------------------*/
.box_home_care01{
	border-radius: calc(85 / var(--break) * 100vw );
}
.wrap_home_care01 .btn{
	width: calc(380 / var(--break) * 100vw );
}
.wrap_home_care01 .tel_common01 a,.wrap_home_care01 .fax_common01 > span{
	height: calc(76 / var(--break) * 100vw );
}
.map_visit {
	width: 100%;
	height: calc(460 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_home_care01 .fax_common01 > span{
		padding-bottom: calc(5 / var(--break) * 100vw );
	}
}
@media(max-width: 767px) {
	.box_home_care01{
		font-size: 1.125rem;
		letter-spacing: 0;
		border-radius: calc(130 / var(--break) * 100vw);
	}
	.wrap_home_care01 .btn {
		width: calc(600 / var(--break) * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_home_care01 .tel_common01 a, .wrap_home_care01 .fax_common01 > span {
		height: calc(100 / var(--break) * 100vw);
	}
	.fax_common01{
		border: 1px solid #333;
		margin-top: 3vw;
	}
	.fax_common01 .num small{
		font-size: 1.125rem;
	}
	.map_visit {
		height: calc(780 / var(--break) * 100vw);
	}
	.box_home_care03{
		padding: 5vw 5% 6vw;
	}
	.box_home_care03 .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
}

/* 
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}



/* 症例紹介 case
------------------------------------------------------------------*/
.bg_case01{
	max-width: calc(1240 / var(--break) * 100vw );
}
.bg_case01:before{
	content: "";
	background: #86c1e3;
	width: 100%;
	height: calc( 200 / var(--break) * 100vw );
	position: absolute;
	border-radius: 0 0 calc(10 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
	left: 0;
	bottom: 0;
	z-index: -1;
}
.slide_case01{
	max-width: calc(1000 / var(--break) * 100vw );
}
.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 #3d94c8;
	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: calc(40 / var(--break) * 100vw );
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9%;
}
.slide_case01 .slick-next {
    right: -9%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	line-height: 1;
	bottom: calc(-100 / var(--break) * 100vw );
}
.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: #e4e4e4;
	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: #f09a46;
	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);/*ボーダー右切れる対策*/
	border-color: #52361b;
}
.tbl_case th {
	background: #52361b;
}
.tbl_case td {
	background: #fff;
}
.tbl_case tr:not(:last-child) td{
	border-bottom-color: #52361b;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.bg_case01{
		max-width: calc(702 / var(--break) * 100vw );
	}
	.slide_case01{
		max-width:calc( 702 / var(--break) * 100vw );
	}
	.slide_case01 .ttl{
		font-size: 1.75rem;
	}
	.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 #3d94c8;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 62vw;
	}
	.slide_case01 .slick-prev {
		left: 4vw;
	}
	.slide_case01 .slick-next {
		right: 4vw;
	}
	.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);
	}
	.slide_case01 .tbl_case {
		max-width: calc(646 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01{
	border: 1px solid #56291a;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #56291a !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;
	}
	.risk .ps__thumb-y, .box_invisalign .ps__thumb-y{
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.row_recruit01{
	gap:calc(35 / var(--break) * 100vw ) 5%;
}
.row_recruit01 .col{
	width: 47.5%;
	border-radius: calc(50 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
	position: relative;
}
.row_recruit01 .col:before{
	content: "";
	width: 100%;
	height:100%;
	position: absolute;
	right: calc(-5 / var(--break) * 100vw );
	bottom: calc(-5 / var(--break) * 100vw );
	z-index: -1;
	border-radius: calc(50 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw ) calc(50 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw );
}
.row_recruit01 .col:nth-child(4n+1):before,.row_recruit01 .col:nth-child(4n+4):before{
	background:#556bb1;
}
.row_recruit01 .col:nth-child(4n+2):before,.row_recruit01 .col:nth-child(4n+3):before{
	background:#86c1e3;
}
.row_recruit01 .col .wrap{
	max-width: calc(435 / var(--break) * 100vw );
}
.row_recruit01 .col .ttl{
	border-radius: calc(50 / var(--break) * 100vw ) calc(10 / var(--break) * 100vw ) 0 0;
}
.row_recruit01 .col:nth-child(4n+1) .ttl,.row_recruit01 .col:nth-child(4n+4) .ttl{
	background: #0a1a81;
}
.row_recruit01 .col:nth-child(4n+2) .ttl,.row_recruit01 .col:nth-child(4n+3) .ttl{
	background: #3d94c8;
}
.row_recruit01 .col .txt{
	width: calc(170 / var(--break) * 100vw );
	margin-right: calc(15 / var(--break) * 100vw );
}
.row_recruit01 .col .num{
	margin-top: calc(-15 / var(--break) * 100vw );
}
.box_recruit01{
	border: calc(2 / var(--break) * 100vw ) solid #180a66;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #52361b;
}
.tbl_guideline01 th {
	background: #52361b;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #52361b;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eeeeee;
	border-radius: calc(5 / var(--break) * 100vw );
}
.tbl_form01 .require span:after {
	color: #180a66;
	background-color: #bdddf0;
	border-radius: calc(15 / var(--break) * 100vw );
}
.btn_submit input {
	border: none;
	background: #180a66;
	font-size: 1.25rem;
	padding: calc(22 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(22 / var(--break) * 100vw);
}
.tbl_form01 .box_privacy{
	border-color:#52361b; 
}
.btn_submit:before{
	content: none;
}
.btn_submit:after{
	content: "";
	background: url("images/page/arw08.svg")no-repeat center / contain;
	width: calc( 25 / var(--break) * 100vw );
	height: calc( 25 / var(--break) * 100vw );
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(20 / var(--break) * 100vw );
}
@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 #fff;
	}
	.row_recruit01 .col{
		width: calc(646 / var(--break) * 100vw );
		margin: 0 auto;
	}
	.row_recruit01 .col .wrap {
		max-width: calc(570 / var(--break) * 100vw);
	}
	.row_recruit01 .col .ttl{
		font-size: 1.1875rem;
		letter-spacing: 0;
	}
	.row_recruit01 .col .txt {
		width: calc(220 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_recruit01 .col .num{
		font-size: 1.25rem;
	}
	.row_recruit01 .col .num em{
		font-size: 2.625rem;
	}
	.tbl_form01 .require span:after{
		border-radius: calc(20 / var(--break) * 100vw );
	}
	.btn_submit input{
		padding: 4vw 5% 5vw;
	}
	.btn_submit:after {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		right: calc(25 / 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: #e4d6d1;
	border: 1px solid #e4d6d1;
	border-right-color: #e4d6d1;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #e4d6d1;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #556bb1;
	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 #e4e4e4;
}
.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: #e76f45;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #5d529c;
	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 #333333;
	color: #333333;
	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: #333333;
	background: #333333;
	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 );
	position: relative;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#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 #52361b;
	background: #52361b;
	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:#52361b;
}
.single_post > h3{
	position: relative;
	border-radius: 0 0 calc(20 / var(--break) * 100vw ) 0;
}
.single_post > h3:before{
	content: "";
	background-image: linear-gradient(to left, #3d94c8, #86c1e3);
	width: 100%;
	height: calc( 4 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	top: 0;
}
.post_content > h4{
	color: #180a66;
	padding: calc(14 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
	background-image: linear-gradient(to right, #bdddf0, #efefef);
}
.post_content > h4:before{
	content: "";
	background:#ffffff;
	width: calc( 4 / var(--break) * 100vw );
	height: 100%;
	position: absolute;
	left: calc(10 / var(--break) * 100vw );
	top: 0;
}
.post_content > h5{
	padding: calc(14 / var(--break) * 100vw ) calc(30 / var(--break) * 100vw );
}
.post_content > h5:before{
	content: "";
	background-image: linear-gradient(to left, #f09a46, #e76f45);
	width: calc( 20 / var(--break) * 100vw );
	height: calc( 20 / var(--break) * 100vw );
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 1em;
}
.post_content > h5:after{
	content: "";
	border-top: 1px solid #556bb1;
	border-bottom: 1px solid #556bb1;
	width: 100%;
	height: calc( 5 / var(--break) * 100vw );
	position: absolute;
	left: 0;
	bottom: 0;
}

@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);
	}
	.post_content > h5{
		padding-left: 6vw;
	}
	.post_content > h5:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: 0.8em;
	}
	.post_content > h5:after{
		height: calc(8 / var(--break) * 100vw );
	}
}


