@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / 1920 * 100vw) 0 calc(200 / 1920 * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center bottom / cover;
	height: calc(392 / 1920 * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.low_head{position: relative;}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / 1599 * 100vw) 0 calc(200 / 1599 * 100vw);
	}
	.main_page {
		height: calc(392 / 1599 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / 1299 * 100vw) 0 calc(200 / 1299 * 100vw);
	}
	.main_page {
		height: calc(392 / 1299 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / 750 * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background: url("images/page/bg_ttl_page_sp.jpg")no-repeat center bottom / cover;
		height: calc(392 / 750 * 100vw);
		padding: 0;
	}
	.col_img {
		text-align: center;
	}
}

/* txt_address
------------------------------------------------------------------*/
.hdg2 .ja {
	display: block;;
	margin-bottom: var(--size30px);
	line-height: 1;
	letter-spacing: .1em;
	font-size: 283.3%;
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.hdg2 .en {
	display: block;
	letter-spacing: .2em;
	line-height: 1;
	font-size: 166.6%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #e83828;
}
.hdg3 {
	padding: var(--size75px) 0 0;
	line-height: 1.6;
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .1em;
	font-size: var(--size40px);
	background: url(images/page/hdg3_deco01.svg)no-repeat center top / calc(var(--size120px) - 3px);
	position: relative;
	z-index: 1;
}
.hdg3::first-letter{
	color: #036eb8;
}
@media (min-width: 768px) and (max-width: 1599px) {
	.hdg2 {
		font-size: 95%;
	}
}
@media (min-width: 768px) and (max-width: 1299px) {
	.hdg2 {
		font-size: 90%;
	}
}
@media (max-width: 767px) {
	.hdg2 .ja {
		margin-bottom: 3vw;
		line-height: 1.6;
		letter-spacing: .1em;
		font-size: calc(48 / 750 * 100vw);
	}
	.hdg2 .en {
		font-size: calc(30 / 750 * 100vw);
	}
	.hdg3 {
		font-size: calc(42 / 750 * 100vw);
	}
	.hdg3::before {
		height: 1.5px;
	}
	/* copy_common */
	.copy_common span {
		letter-spacing: 0;
	}

	.copy_common .fz20 {
		font-size: calc(34 / 750 * 100vw);
	}

	.copy_common .fz22 {
		font-size: calc(36 / 750 * 100vw);
	}

	.copy_common .fz23 {
		font-size: calc(36 / 750 * 100vw);
	}

	.copy_common .fz24 {
		font-size: calc(36.5 / 750 * 100vw);
	}

	.copy_common .fz25 {
		font-size: calc(36.5 / 750 * 100vw);
	}

	.copy_common .fz26 {
		font-size: calc(36.5 / 750 * 100vw);
	}

	.copy_common .fz28 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz30 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz32 {
		font-size: calc(39 / 750 * 100vw);
	}

	.copy_common .fz36 {
		font-size: calc(38 / 750 * 100vw);
	}

	.copy_common .fz38 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz40 {
		font-size: calc(40 / 750 * 100vw);
	}

	.copy_common .fz50 {
		font-size: calc(50 / 750 * 100vw);
	}

	.copy_common .fz56 {
		font-size: calc(60 / 750 * 100vw);
	}

	.copy_common .fz60 {
		font-size: calc(60 / 750 * 100vw);
	}
}

/* copy_common01
------------------------------------------------------------------*/
.copy_common01{
	position: relative;
	z-index: 1;
}
.copy_common01::before{
	content: "";
	width: var(--size100px);
	height: 4px;
	margin: auto;
	background: #036eb8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media(max-width: 767px) {
	.copy_common01::before{
		width: var(--size100px);
		height: var(--size5px);
	}
}
/* copy_common02
------------------------------------------------------------------*/
.copy_common02{
	padding: var(--size15px);
	color: #fff;
	background: #036eb8;
	position: relative;
	z-index: 1;
}
.copy_common02::before{
	content: "";
	width: 100%;
	height: calc(100% - var(--size10px));
	margin: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.copy_common02::after{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
@media(max-width: 767px) {

}

@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}
.copy_common03::before{
	content: "";
    width: var(--size25px);
    height: var(--size25px);
    margin: auto;
    background: #000;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    top: 100%;
    right: 0;
	left: 0;
}
@media(max-width: 767px) {

}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04{
	text-align: center;
	color: #fff;
	background: #036eb8;
	position: relative;
	z-index: 1;
}
.copy_common04::before{
	content: "";
    width: var(--size25px);
    height: var(--size25px);
    margin: auto;
    background: #036eb8;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    top: 100%;
    right: 0;
	left: 0;
}
.copy_common04::after{
	content: "";
    width: 100%;
    height: calc(100% - var(--size10px));
    margin: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
	bottom: 0;
    right: 0;
	left: 0;
}
@media(max-width: 767px) {

}

/* copy_common05
------------------------------------------------------------------*/
.copy_common05{
	position: relative;
}
.copy_common05 .deco{
	display: inline-block;
	padding: 0 var(--size65px);
	position: relative;
	z-index: 1;
}
.copy_common05 .deco::before,
.copy_common05 .deco::after
{
	content: "";
	width: calc(var(--size25px) + 1px);
	height: calc(var(--size25px) - 1.5px);
	margin: auto;
	background: url(images/page/deco_copy_common05.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
}

.copy_common05 .deco::before{left: 0;}
.copy_common05 .deco::after{right: 0;}

.copy_common05 .deco::first-letter{color: #036eb8;}
@media(max-width: 767px) {

}
/* copy_common06
------------------------------------------------------------------*/
.copy_common06{
	border-top: calc(var(--size5px) - 1px) double #023f6b;
	border-bottom: calc(var(--size5px) - 1px) double #023f6b;
	text-align: center;
}
@media(max-width: 767px) {
	.copy_common06{
		border-top: calc(var(--size5px) + 1px) double #023f6b;
		border-bottom: calc(var(--size5px) + 1px) double #023f6b;
		text-align: center;
	}
}
/* copy_common07
------------------------------------------------------------------*/
.copy_common07{
	color: #fff;
	background: #e83828;
	position: relative;
	z-index: 1;
}
.copy_common07::before{
	content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(255, 255, 255, .1);
   	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    top: 0;
	bottom: 0;
    right: 0;
	left: 0;
}
.copy_common07::after{
	content: "";
    width: 100%;
    height: calc(100% - var(--size10px));
    margin: auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
	bottom: 0;
    right: 0;
	left: 0;
}
@media(max-width: 767px) {

}
/* areaNumTitle
------------------------------------------------------------------*/
.areaNumTitle{
	position: relative;
	z-index: -1;
}
.areaNumTitle .num{
	line-height: .75;
	letter-spacing: 0;
	font-size: var(--size200px);
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #f1efeb;
	position: absolute;
	top: -5%;
    right: -10%;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1799px) {
	.areaNumTitle .num{
		font-size: var(--size180px);
		right: -5%;
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	.areaNumTitle .num{
		font-size: var(--size170px);
	}
}
@media(min-width: 768px) and (max-width:1199px) {
	.areaNumTitle .num{
		font-size: var(--size160px);
	}
}
@media(max-width: 767px) {
	.areaNumTitle .num{
		font-size: var(--size160px);
	}
	.areaNumTitle .copy_common .fz30 {
		font-size: calc(37 / 750 * 100vw);
	}
	.areaNumTitle .num{
		right: -2.5%;
	}
}

.slider_charm .slid{
	max-width: 1060px;
	width: calc(var(--size110px) * 10);
	margin: 0 var(--size20px);
}
@media(max-width: 767px) {
	.slider_charm .slid{
		width: calc(1060 / 750 * 100vw);
		margin: 0 calc(20 / 750 * 100vw);
	}
}
/* cover_ballon_common
------------------------------------------------------------------*/
.cover_ballon_common .col_img{
	max-width: 345px;
	width: 28%;
}
.cover_ballon_common .col_ballon{
	max-width: 843px;
	width: 68%;
}
.box_ballon{
	padding: var(--size40px);
	background: #fce7e6;
	border: solid 2px #000;
	position: relative;
	z-index: 1;
}
.box_ballon::before{
	content: "";
	width: var(--size40px);
	height: var(--size25px);
	margin: auto;
	background: #000;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	position: absolute;
	top: var(--size60px);
	right: 100% ;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.cover_ballon_common .col_img{
		order: 1;
		width: calc(345 / 750 * 100vw);
		margin: auto;
	}
	.cover_ballon_common .col_ballon{
		order: 0;
		width: 100%;
		margin-bottom: 12.5vw;
	}
	.box_ballon::before{
		width: var(--size60px);
		height: var(--size60px);
		margin: auto;
		clip-path: polygon(0 0, 0 100%, 100% 0);
		top: 100%;
		right: var(--size170px);
		left: auto;
	}
}

/* bg_common01
------------------------------------------------------------------*/
/* bg_common02
------------------------------------------------------------------*/
.bg_common02{
	padding-top: var(--size30px);
	padding-bottom: var(--size100px);
	position: relative;
	z-index: 1;
}
.bg_common02::before{
	content: "";
	max-width: 1920px;
	max-height: 676px;
	width: calc(1920 / 1800 * 100vw);
	height: calc(676 / 1800 * 100vw);
	margin: auto;
	background: url(images/page/bg_common02.png)no-repeat center bottom / cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media(max-width: 767px) {
	.bg_common02{
		padding-top: 10vw;
	}
	.bg_common02::before{
		width: calc(1920 / 1500 * 100vw);
		height: calc(676 / 1500 * 100vw);
		background: url(images/page/bg_common02.png)no-repeat bottom left / cover;
	}
}

/* bg_common03
------------------------------------------------------------------*/
.bg_common03{
	background: #f1efeb;
	position: relative;
	z-index: 1;
}
.bg_common03::before{
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: #fff;
	position: absolute;
	top: var(--size10px);
	left: 0;
	right: 0;
	z-index: -1;
}
.bg_common03::after{
	content: "";
	max-width: 1920px;
	max-height: 300px;
	width: calc(1920 / 1700 * 100vw);
	height: calc(300/ 1700 * 100vw);
	margin: auto;
	background: url(images/page/deco_bg_common03.png)no-repeat center / contain;
	position: absolute;
	left: -50%;
	right: -50%;
	bottom: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}


/* row_common01 cover_row_common01
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common01>.col_img {
		max-width: 600px;
		width: 45%;
	}
	.row_common01>.col_txt {
		max-width: 680px;
		width: 51%;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.cover_row_common01::before{
		width: calc(600 / 1800 * 100vw);
		height: calc(580 / 1800 * 100vw);
	}
}
@media (min-width: 768px) and (max-width: 1299px) {
	.cover_row_common01::before{
		width: calc(600 / 1700 * 100vw);
		height: calc(580 / 1700 * 100vw);
	}
}
@media (max-width: 767px) {
	.row_common01>.col_img {
		max-width: calc(650 / 750 * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common01>.col_txt {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* row_common03
------------------------------------------------------------------*/
.row_common03 > .col{
	width: 31%;
	background: #fff;
	border: 1px solid #000;
	padding: calc(80 / 1920 * 100vw) 3% calc(32 / 1920 * 100vw);
	position: relative;
	z-index: 1;
}
.row_common03 > .col::before{
	content: "";
	width: var(--size15px);
	height: var(--size45px);
	margin: auto;
	background: #023f6b;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -8.5%;
}
.row_common03 > .col:last-child:before{
	content: none;
}
.row_common03 .wrap::before,
.row_common03 .wrap::after
{
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
	background: rgba(252, 231, 230, .4);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -3;
}
.row_common03 .wrap::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
}
.row_common03 .wrap{
	max-width: 300px;
	margin: auto;
}
.row_common03 .icon{
	width: var(--size80px);
	margin: auto;
	position: absolute;
}
@media(min-width: 768px){
	.row_common03 > .col{margin-right: 3.5%;}
	.row_common03 > .col:nth-of-type(3n){margin-right: 0;}
	.row_common03 > .col:last-child{margin-right: 0;}
}
@media(min-width: 768px) and (max-width:1399px) {
	.row_common03 > .col::before{
		width: calc(15 / 1500 * 100vw);
		height: calc(45 / 1500 * 100vw);
		right: calc(-30 / 1400 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common03 > .col{
		max-width: calc(680 / 750 * 100vw);
		width: 100%;
		margin: 0 auto 20vw;
		padding: 12vw 4vw 6vw;
	}
	.row_common03 > .col:last-child{margin-bottom: 0;}
	.row_common03 > .col::before{
		width: var(--size60px);
		height: var(--size20px);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		top: auto;
		bottom: -9vw;
		left: 0;
		right: 0;
	}
	.row_common03 .icon{
		width: var(--size100px);
	}
}

/* row_common04
------------------------------------------------------------------*/
.row_common04 .col_txt{
	width: 50%;
	padding: 0 var(--size10px);
}
.row_common04 .col_txt > .wrap{
	max-width: 615px;
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 1;
}

.row_common04 .col_img{
	width: 50%;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common04 .fz30 {font-size: 1.8rem;}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common04 .fz30 {font-size: 1.7rem;}
}
@media(max-width: 767px) {
	.row_common04 .col_txt{
		width: 100%;
		padding-top: var(--size55px);
	}
	.row_common04 .col_txt > .wrap{
		width: calc(632 / 750 * 100vw);
	}
	.row_common04 .col_img{
		width: 100%;
	}

	.row_common04 .areaNumTitle{margin: 0 -1.75vw;}
	.row_common04 .copy_common .fz30{font-size: calc(35.5 / 750 * 100vw);}
}

/* row_common05
------------------------------------------------------------------*/
.row_common05 > .col{
	max-width: 600px;
	width: 48.5%;
}
.row_common05 .icon.access{
	width: var(--size110px);
}
@media(max-width: 767px) {
	.row_common05 > .col{
		width: 100%;
		margin-top: 5vw;
	}
	.row_common05 > .col:first-child{
		margin-top: 0;
	}
}

/* row_pagenav
------------------------------------------------------------------*/
.row_pagenav > .btn{
	width: 18.75%;
	height: var(--size150px);
	line-height: 1.6;
	padding-bottom: var(--size20px);
	background: #fff;
	border: #036eb8 2px solid;
	position: relative;
	z-index: 1;
}
.row_pagenav>.btn::after {
	content: "";
	width: var(--size40px);
	height: var(--size40px);
	margin: auto;
	background: url(images/page/arrow04.svg)no-repeat center / contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(-1 * var(--size20px));
	z-index: 0;
}
@media (min-width: 1025px) {
	.row_pagenav > .btn:hover{
		color: #fff;
		background: #036eb8;
	}
	.row_pagenav>.btn:hover::after {
		background: url(images/page/arrow04_w.svg)no-repeat center / contain;
	}
}
@media (min-width: 768px) {
	.row_pagenav>.btn {
		margin-right: 1%;
	}
	.row_pagenav>.btn:nth-of-type(5n),
	.row_pagenav>.btn:last-child {margin-right: 0;}
	.row_pagenav>.btn:nth-of-type(n + 6) {margin-top: var(--size60px);}
}
@media (max-width: 767px) {
	.row_pagenav.center{justify-content: space-between;}
	.row_pagenav>.btn {
		width: 48.75%;
		height: var(--size130px);
	}
	.row_pagenav>.btn::after {
		width: var(--size50px);
		height: var(--size50px);
		bottom: calc(-1 * var(--size30px));
	}
	.row_pagenav>.btn:nth-of-type(n + 3) {
		margin-top: var(--size50px);
	}
	.row_pagenav .fz20{
		font-size: 90%;
		letter-spacing: 0;
	}
}

/* box_common01
------------------------------------------------------------------*/
.box_common01{
	background: rgba(255, 255, 255, .8);
	position: relative;
	z-index: 1;
}
.box_common01::before,
.box_common01::after
{
	content: "";
	width: var(--size190px);
	height: var(--size190px);
	margin: auto;
	border: 2px solid #000;
	position: absolute;
}
.box_common01::before{
	border-bottom: 0 !important;
	border-right: 0 !important;
	top: var(--size10px);
	left: var(--size10px);
}
.box_common01::after{
	border-top: 0 !important;
	border-left: 0 !important;
	bottom: var(--size10px);
	right: var(--size10px);
}
@media(max-width: 767px) {

}

/* decoimg_common01
------------------------------------------------------------------*/
.decoImg_common01 {
	position: relative;
	z-index: 1;
}
.decoImg_common01::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #023f6b;
	position: absolute;
	top: var(--size10px);
	right: var(--size10px);
	clip-path: polygon(100% 100%, 0% 100%, 0 0);
	z-index: -1;
}

.r_reverse .decoImg_common01::before {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	left: var(--size10px);
	right: 0;
}
.c9.decoImg_common01::before {background: #e83828;}
@media (min-width: 768px) and (max-width: 1599px) {}

@media (min-width: 768px) and (max-width: 1299px) {}

@media (max-width: 767px) {
	.decoImg_common01::before {
		top: var(--size10px);
		right: var(--size10px);
	}

	.r_reverse .decoImg_common01::before {
		left: var(--size10px);
	}
}

/* row_clinic01
------------------------------------------------------------------*/
.row_clinic01 > .col {
	width: 24%;
	padding: var(--size30px) var(--size30px) var(--size25px);
	background: #fff;
	border: solid 1px #ddd;
	position: relative;
	z-index: 1;
}
.row_clinic01 .icon{
	max-width: 176px;
	width: var(--size180px);
	margin: 0 auto var(--size15px);
}
@media(min-width: 768px){
	.row_clinic01 > .col {
		margin-right: 1%;
	}

	.row_clinic01 > .col:nth-of-type(4n),
	.row_clinic01 > .col:last-child
	{margin-right: 0;}

	.row_clinic01 > .col:nth-of-type(n + 5) {
		margin-top: var(--size20px);
	}
}
@media(min-width: 768px) and (max-width:1499px) {

}
@media(max-width: 767px) {
	.row_clinic01.flex{
		justify-content: space-between;
	}
	.row_clinic01 > .col {
		width: 48.5%;
	}
	.row_clinic01 .icon{
		width: var(--size180px);
		margin: 0 auto var(--size15px);
	}
	.row_clinic01 > .col:nth-of-type(n + 3) {
		margin-top: var(--size20px);
	}
}


/* row_clinic02
------------------------------------------------------------------*/
.row_clinic02 > .col {
	width: 32.2%;
	padding: var(--size20px) var(--size20px) var(--size30px);
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_clinic02  > .col::before,
.row_clinic02  > .col::after
{
	content: "";
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	margin: auto;
	background: #e83828;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.row_clinic02  > .col::after{
	background: #036eb8;
	clip-path: polygon(0 100%, 0 0, 100% 100%);
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}
.row_clinic02 .copy01{
	text-align: center;
}
@media(min-width: 768px){
	.row_clinic02 > .col {
		margin-right: 1.7%;
	}

	.row_clinic02 > .col:nth-of-type(3n),
	.row_clinic02 > .col:last-child
	{margin-right: 0;}

	.row_clinic02 > .col:nth-of-type(n + 4) {
		margin-top: var(--size20px);
	}
}
@media(min-width: 768px) and (max-width:1499px) {

}
@media(max-width: 767px) {
	.row_clinic02.flex{
		justify-content: space-between;
	}
	.row_clinic02 > .col {
		width: 48.5%;
	}
	.row_clinic02 > .col:nth-of-type(n + 3) {
		margin-top: var(--size20px);
	}
}

/* bg_interview00
------------------------------------------------------------------*/
.bg_interview00{
	background: url(images/page/bg_img_common01.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.bg_interview00::before{
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: #fff;
	position: absolute;
	top: var(--size10px);
	left: 0;
	right: 0;
	z-index: -1;
}
.area_interview00{
	width: calc(1240 / 1920 * 100vw);
	margin: auto;
}
.area_interview00 .ballon{
	max-width: 570px;
	width: calc(570 / 1920 * 100vw);
}
.area_interview00 .text_img.medical-assistant{
	max-width: 721px;
	width: calc(721 / 1920 * 100vw);
	margin-left: calc(-100 / 1920 * 100vw);
}
.area_interview00 .text_img.hygienist{
	max-width: 447px;
	width: calc(447 / 1920 * 100vw);
	margin-right: calc(-100 / 1920 * 100vw);
}
.area_interview00 .text_img.hygienist2{
	max-width: 447px;
	width: calc(447 / 1920 * 100vw);
	margin-left: calc(-100 / 1920 * 100vw);
}

.area_interview00 .text_img.doctor{
	max-width: 591px;
	width: calc(591 / 1920 * 100vw);
	margin-right: calc(-100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1499px) {
	.area_interview00{
		width: calc(1240 / 1700 * 100vw);
	}
	.area_interview00 .ballon{
		width: calc(570 / 1700 * 100vw);
	}
	.area_interview00 .text_img.medical-assistant{
		width: calc(721 / 1700 * 100vw);
		margin-left: calc(-100 / 1700 * 100vw);
	}

	.area_interview00 .text_img.hygienist{
		width: calc(447 / 1700 * 100vw);
		margin-right: calc(-100 / 1700 * 100vw);
	}
	.area_interview00 .text_img.hygienist2{
		width: calc(447 / 1700 * 100vw);
		margin-left: calc(-100 / 1700 * 100vw);
	}

	.area_interview00 .text_img.doctor{
		width: calc(591 / 1700 * 100vw);
		margin-right: calc(-100 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_interview00 {display: none;}
}
/* bg_interview01
------------------------------------------------------------------*/
.bg_interview01{
	background: url(images/page/bg_interview01.png)no-repeat center top var(--size60px) / cover;
	position: relative;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.bg_interview01{
		background: url(images/page/bg_interview01_sp.png)no-repeat center top var(--size50px) / calc(750 / 750 * 100vw);
	}
}



/* bg_contact
------------------------------------------------------------------*/
.bg_contact{
	padding-bottom: var(--size100px);
	position: relative;
	z-index: 1;
}
.bg_contact .bg{
	padding: var(--size80px) 0 calc(285 / 1920 * 100vw);
	background: url(images/clinic/img_clinic03.jpg)no-repeat center / cover;
}
.bg_contact::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.row_contact_ballon{
	max-width: 1500px;
	width: 92%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.row_contact_ballon > .col{
	max-width: 345px;
	width: 23.5%;
}

.cover_contact{
	max-width: 960px;
	width: calc(960 / 1920 * 100vw);
}
.cover_contact .point{
	width: calc(231 / 1920 * 100vw);
	height: calc(220 / 1920 * 100vw);
	color: #fff;
	background: url(images/clinic/icn_charm02.svg)no-repeat center / cover;
}
.cover_contact .col_txt{
	max-width: 700px;
	width: calc(100% - calc(250 / 1920 * 100vw));
	position: relative;
	z-index: 1;
}
.cover_contact .areaText{
	width: 100%;
	position: relative;
    z-index: 1;
}
.cover_contact .areaText .copy01{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cover_contact .copy02 .deco{
	display: inline-block;
	padding: 0 var(--size120px);
	position: relative;
	z-index: 1;
}
.cover_contact .copy02 .deco::before,
.cover_contact .copy02 .deco::after
{
	content: "";
	width: var(--size100px);
	height: 1px;
	background: #000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.cover_contact .copy02 .deco::after{
	right: 0;
	left: auto;
}
.txt_CONTACTUS{
	max-width: 586px;
	width: calc(var(--size120px) * 5);
}

.checkbox_common01{
	max-width: 700px;
	width: 100%;
	padding: var(--size10px) var(--size20px);
	background: #fff;
}
.checkbox_common01 .check{
	padding-left: var(--size40px);
	padding-right: var(--size60px);
	position: relative;
	z-index: 1;
}
.checkbox_common01 .check:last-child{padding-right: 0;}
.checkbox_common01 .check::before{
	content: "";
	max-width: 24px;
	max-height: 24px;
	width: var(--size25px);
	height: var(--size25px);
	margin: auto;
	background: url(images/page/icn_check.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_contact .bg{
		padding-bottom: calc(285 / 1700 * 100vw);
	}
	.cover_contact{
		width: calc(960 / 1600 * 100vw);
	}
	.cover_contact .point{
		width: calc(231 / 1750 * 100vw);
		height: calc(220 / 1750 * 100vw);
	}
	.cover_contact .col_txt{
		width: calc(100% - calc(250 / 1750 * 100vw));
	}
	.cover_contact .copy02 .deco{
		padding: 0 var(--size110px);
	}
	.cover_contact .copy02 .deco::before,
	.cover_contact .copy02 .deco::after
	{width: var(--size90px);}
}
@media(min-width: 768px) and (max-width:1399px) {
	.bg_contact .bg{
		padding-bottom: calc(285 / 1400 * 100vw);
	}
	.cover_contact{
		width: calc(960 / 1400 * 100vw);
	}
	.cover_contact .point{
		width: calc(231 / 1500 * 100vw);
		height: calc(220 / 1500 * 100vw);
	}
	.cover_contact .col_txt{
		width: calc(100% - calc(250 / 1500 * 100vw));
	}
	.cover_contact .copy02 .deco{
		padding: 0 var(--size100px);
	}
	.cover_contact .copy02 .deco::before,
	.cover_contact .copy02 .deco::after
	{width: var(--size80px);}
}
@media(max-width: 767px) {

}
@media(max-width: 767px) {
	.cover_contact{
		width: 100%;
	}
	.cover_contact .point{
		width: calc(231 / 750 * 100vw);
		height: calc(220 / 750 * 100vw);
		margin: 0 auto 7.5vw;
	}
	.cover_contact .col_txt{
		width: 100%;
	}
	.cover_contact .copy02 .deco{
		padding: 0 var(--size70px);
	}
	.cover_contact .copy02 .deco::before,
	.cover_contact .copy02 .deco::after
	{width: var(--size50px);}
}
/* クリニック紹介 clinic
------------------------------------------------------------------*/
.slide_clinic02 .slide_main .slick-slide > .wrap01{padding: calc(25 / 1920 * 100vw);}
.slide_clinic02 .slick-prev ,
.slide_clinic02 .slick-next
{
	background: url("images/clinic/arw.svg")no-repeat center left / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 100vw);
	transform: translate(0);
	top: 220px;
	margin: auto;
	z-index: 1;
}
.slide_clinic02 .slick-prev {
	left: -7.2%;
	transform: translate(0) scaleX(-1);
}
.slide_clinic02 .slick-next {
	right: -7.2%;
}
.slide_clinic02 .slick-prev:before, .slide_clinic02 .slick-next:before {
	display: none;
}
.slide_clinic02 .slide_thumbnail li {
	opacity: .5;
	transition: .3s;
}
.slide_clinic02 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic02 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) {
	.slide_clinic02 .slide_thumbnail li {
		width: 18%;
		margin-right: 2.5%;
	}
	.slide_clinic02 .slide_thumbnail li:nth-child(5n), .slide_clinic02 .slide_thumbnail li:last-child {
		margin-right: 0;
	}
	.slide_clinic02 .slide_thumbnail li:nth-of-type(n + 6){margin-top: 3%;}
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next
	{
		width: calc(30 / 1600 * 100vw);
		height: calc(54 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next
	{
		width: calc(30 / 1300 * 100vw);
		height: calc(54 / 1300 * 100vw);
		top: min(calc(220 / 1100 * 100vw), 220px);
	}
	.slide_clinic02 .slick-prev {left: -2%;}
	.slide_clinic02 .slick-next {right: -2%;}
}
@media(max-width: 767px) {
	.slide_clinic02 .slick-prev,
	.slide_clinic02 .slick-next
	{
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
		top: 20vw;
	}
	.slide_clinic02 .slick-prev {
		left: -1.5vw;
	}
	.slide_clinic02 .slick-next {
		right: -1.5vw;
	}
	.slide_clinic02 .slide_main .slick-slide > .wrap01{padding: 4vw 5vw;}
	.slide_clinic02 .ttl{
		font-size: 110%;
		letter-spacing: 0;
	}
	.slide_clinic02 .slide_thumbnail li {
		width: 23.5%;
		margin-right: 2%;
	}
	.slide_clinic02 .slide_thumbnail li:nth-child(4n),
	.slide_clinic02 .slide_thumbnail li:last-child
	{margin-right: 0;}

	.slide_clinic02 .slide_thumbnail li:nth-of-type(n + 5){margin-top: 3%;}
}


/* bg_access01
------------------------------------------------------------------*/
.bg_access01{
	position: relative;
	z-index: 1;
}
.bg_access01::before{
	content: "";
	width: 100%;
	height: var(--size100px);
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media(max-width: 767px) {
	.bg_access01::before{
		height: var(--size200px);
	}
}
/* bg_charms
------------------------------------------------------------------*/
.bg_charms{
	background: url(images/charms/bg_charms01.png)no-repeat center / cover;
}


.bg_charms02{
	background: #ebf3f9;
	position: relative;
	z-index: 1;
}
.bg_charms02::before{
	content: "";
	width: 100%;
	height: calc(100% - var(--size20px));
	margin: auto;
	border-top: 1px solid #023f6b;
	border-bottom: 1px solid #023f6b;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bg_charms02 .ballonx1{
	width: calc(369 / 1920 * 100vw);
	height: calc(369 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
}
.bg_charms02 .ballonx2{
	width: calc(369 / 1920 * 100vw);
	height: calc(369 / 1920 * 100vw);
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
}
.bg_charms02 .wrap{
	width: calc(890 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1799px) {
	.bg_charms02 .ballonx1{
		left: 3%;
	}
	.bg_charms02 .ballonx2{
		right: 3%;
	}
	.bg_charms02 .wrap{
		width: calc(890 / 1800 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_charms02 .ballonx1{
		left: 1%;
	}
	.bg_charms02 .ballonx2{
		right: 1%;
	}
}
@media(max-width: 767px) {
	.bg_charms02{
		padding-top: 37.5vw;
	}
	.bg_charms02 .wrap{
		width: calc(642 / 750 * 100vw);
	}
	.bg_charms02 .ballonx1{
		width: calc(369 / 900 * 100vw);
		height: calc(369 / 900 * 100vw);
		top: -10%;
		bottom: auto;
	}
	.bg_charms02 .ballonx2{
		width: calc(369 / 900 * 100vw);
		height: calc(369 / 900 * 100vw);
		top: -10%;
		bottom: auto;
	}
}

/* row_common10
------------------------------------------------------------------*/
.row_charms01{
	max-width: 1000px;
	width: calc(var(--size200px) * 5);
}
.row_charms01 > .col {
	width: calc(var(--size115px) * 2);
    height: calc(var(--size110px) * 2);
    line-height: 1.6;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background: url(images/charms/icn_charm01.svg)no-repeat center / contain;
}
.row_charms01 > .col02 {
    background: url(images/charms/icn_charm02.svg)no-repeat center / contain;
}
@media(min-width: 768px)  {
	.row_charms01 > .col {
		margin-right: var(--size25px);
	}
	.row_charms01 > .col:nth-of-type(4),
	.row_charms01 > .col:last-child
	{margin-right: 0;}

	.row_charms01 > .col:nth-of-type(n + 5) {
		margin-top: var(--size20px);
	}
}
@media(max-width: 767px) {
	.row_charms01{
		width: 100%;
	}
	.row_charms01 > .col {
		width: calc(224.5 / 750 * 100vw);
		height: calc(214.5 / 750 * 100vw);
		margin-right: calc(12.5 / 750 * 100vw);
	}

	.row_charms01 > .col:nth-of-type(3n),
	.row_charms01 > .col:last-child
	{margin-right: 0;}

	.row_charms01 > .col:nth-of-type(n + 4) {
		margin-top: var(--size20px);
	}

	.row_charms01 > .col .fz26{
		letter-spacing: 0;
		font-size: 100%;
	}
}

/* row_charms02
------------------------------------------------------------------*/
.row_charms02 > .col{
	max-width: 490px;
	width: 49%;
	padding: var(--size5px);
	min-height: var(--size120px);
	border: 1px solid #ddd;
	position: relative;
	z-index: 1;
}
.row_charms02 >.col::before,
.row_charms02 >.col::after
{
	content: "";
	width: var(--size60px);
	height: var(--size60px);
	margin: auto;
	background: #e83828;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.row_charms02 >.col::after{
	background: #036eb8;
	clip-path: polygon(0 100%, 0 0, 100% 100%);
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}
@media(min-width: 768px)  {
	.row_charms02 > .col:nth-of-type(n + 3){margin-top: var(--size20px);}
}
@media(max-width: 767px) {
	.row_charms02 > .col{
		width: 100%;
		min-height: var(--size130px);
		padding: var(--size5px);
		margin: 0 auto 2.5vw;
	}

	.row_charms02 > .col:last-child{margin-bottom: 0;}
	.row_charms02 .fz20 {
		font-size: calc(31 / 750 * 100vw);
	}
}

/* row_common03
------------------------------------------------------------------*/
.row_charms03 > .col {
	width: 19%;
    height: calc(var(--size120px) * 2);
	background: #fff;
	border: solid 1px #ddd;
	position: relative;
	z-index: 1;
}
.row_charms03 > .col::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #ebf3f9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.row_charms03 .icon{width: var(--size100px);}
@media(min-width: 768px)  {
	.row_charms03 > .col {
		margin-right: 1.25%;
	}
	.row_charms03 > .col:nth-of-type(5n),
	.row_charms03 > .col:last-child
	{margin-right: 0;}

	.row_charms03 > .col:nth-of-type(n + 6) {
		margin-top: var(--size20px);
	}
}
@media(max-width: 767px) {
	.row_charms03 > .col {
		width: 32%;
		margin-right: 2%;
		height: calc(var(--size130px) * 2);
	}

	.row_charms03 > .col:nth-of-type(3n),
	.row_charms03 > .col:last-child
	{margin-right: 0;}
	.row_charms03 > .col:nth-of-type(n + 4) {
		margin-top: var(--size20px);
	}

	.row_charms03 .icon{width: var(--size100px);}
	.row_charms03 .copy_common .fz24 {
		font-size: 99%;
	}
}

/* row__message02
------------------------------------------------------------------*/
@media(min-width: 768px) {
	.row__message02 > .col_img{
		max-width: 600px;
		width: 45%;
	}
	.row__message02 > .col_txt{
		max-width: 680px;
		width: 51%;
	}
}
@media(max-width: 767px) {
 	.row__message02 > .col_img{
		margin-bottom: 8vw !important;
	}
}

/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
	border: 0;
	margin-bottom: var(--size40px);
}
.box_qa03.mb60{
	margin-bottom: var(--size60px);
}
.box_qa03 .box_q{
	margin-bottom: var(--size20px);
	background: #036eb8;
}
.box_qa03 .box_q:hover {
	cursor : auto;
}
.box_qa03 .box_q .box {
	line-height: .9;
	padding-bottom: .5%;
	color: #fff;
	background: #023f6b;
	font-size: 166.6%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	z-index: 1;
}

.box_qa03 .box_q .box span {
	padding-bottom: 0 !important;
}

.box_qa03 .box_q .txt {
	color: #fff;
	background: #036eb8;
}

.box_qa03 .box_a {
	display: block;
	padding: var(--size30px);
	padding-left: var(--size100px);
	border: solid 1px #000;
	background: #fff;
	position: relative;
	z-index: 1;
}
.box_qa03 .box_a .box{
	width: var(--size60px);
	height: var(--size60px);
	padding-bottom: 1px;
	line-height: .9;
	color: #fff;
	background: #036eb8;
	font-size: 166.6%;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.box_qa03 .box_q .txt .icn:before {
	background: #fff;
}

.box_qa03 .box_q .txt .icn:after {
	background: #fff;
}


.colorX.box_qa03 .box_q .box{
	background: #e83828;
}
.v2.box_qa03 .box_a {
	width: 100%;
	padding-left: var(--size50px);
}
.v2.box_qa03 .box_q:hover{
	cursor: pointer !important;
}
.v3.box_qa03 .box_q .box{
	height: var(--size60px) !important;
}

.v3.box_qa03 .box_a .box{background: #e83828;}
@media(min-width: 768px) {
	.v3.box_qa03 .box_q .txt{
		font-size: 100%;
		padding-left: var(--size35px);
		padding-right: var(--size35px);
	}
	.v3.box_qa03 .box_a {
		padding-right: var(--size50px);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.content_low .box_qa03 .box_q .txt{
		padding-right: var(--size25px);
	}
}
@media(min-width: 1600px) {
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(60 / 1920 * 100vw));
	}
}
@media(max-width: 767px) {
	.box_qa03 .box_q{
		margin-bottom: var(--size20px);
	}
	.box_qa03 .box_q .box {
		width: var(--size80px);
		height: var(--size80px) !important;
		font-size: var(--size50px);
	}

	.box_qa03 .box_q .box span {
		padding-bottom: 0 !important;
	}

	.box_qa03 .box_a {
		padding: 1.5vw 2vw 3vw;
		padding-left: var(--size110px)
	}
	.box_qa03 .box_a .box{
		width: var(--size80px);
		height: var(--size80px);
		padding-bottom: 1%;
		font-size: var(--size50px);
	}
	.box_qa03 .box_q .txt{padding: 1.6vw 8vw 1.6vw 4vw;}
	.content_low .box_qa03 .box_q .txt{
		padding-right: 5vw;
		font-size: calc(36 / 750 * 100vw);
	}
	.content_low .box_qa03 .box_q .txt br{display: none;}

	.v3.box_qa03 .box_q .box{
		height: var(--size80px) !important;
	}
}

/* .btn_common01
------------------------------------------------------------------*/
.btn_common01 {
	max-width: 600px;
	width: calc(var(--size200px) * 3);
	height: var(--size100px);
	padding-bottom: var(--size5px);
	border: 2px solid #036eb8;
	background: #fff;
	position: relative;
	z-index: 1;
}

.btn_common01::before {
	content: "";
	max-width: 40px;
	max-height: 40px;
	width: var(--size40px);
	height:var(--size40px);
	margin: auto;
	background: url(images/page/arw01.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--size20px);
	transition: .5s all;
}

@media(min-width: 1025px) {
	.btn_common01:hover {
		color: #fff;
		background: #036eb8;
		border-color: #036eb8;
		opacity: 1;
	}
	.btn_common01:hover::before{
		background: url(images/page/arw01_white.svg)no-repeat center / contain;
		opacity: 1;
	}
}

@media(max-width: 767px) {
	.btn_common01 {
		width: calc(600 / 750 * 100vw);
		line-height: 1.6;
		min-height: calc(100 / 750 * 100vw);
		padding: 2vw 0;
		height: auto;
	}
	.btn_common01 .fz20,
	.btn_common01 .fz22
	{
		font-size: calc(34 / 750 * 100vw);
		letter-spacing: 0;
	}
	.btn_common01::before {
		width: var(--size50px);
		height: var(--size50px);
		right: 2%;
	}
}


/* .btn_common02
------------------------------------------------------------------*/
.btn_common02 {
	width: calc(var(--size150px) * 2);
	height: var(--size60px);
	background: #fff;
	border: solid 2px #036eb8;
	position: relative;
	z-index: 1;
}

.btn_common02::before {
	content: "";
	width: var(--size10px);
	height: var(--size10px);
	margin: auto;
	position: absolute;
	border: 2px solid;
	border-color: #036eb8 #036eb8 transparent transparent;
	transform: rotate(45deg);
	right: var(--size25px);
	top: 0;
	bottom: 0;
}

@media(min-width: 1025px) {
	.btn_common02:hover {
		color: #fff;
		background: #036eb8;
		opacity: 1;
	}

	.btn_common02:hover::before {
		border-color: #fff #fff transparent transparent;

	}
}
@media(max-width: 767px) {
	.btn_common02 {
		width: calc(600/ 750 * 100vw);
		height: var(--size100px);
		border-radius: 0;
	}

	.btn_common02 .s01{
		font-size: calc(34 / 750 * 100vw);
		letter-spacing: .1em;;
	}

	.btn_common02::before {
		width: var(--size15px);
		height: var(--size15px);
		border: 1px solid;
		border-color: #036eb8 #036eb8 transparent transparent;
		right: var(--size25px);
	}
}


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

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}

/*
------------------------------------------------------------------*/
.txt_img_ideal{
	max-width: 222px;
	width: calc(var(--size115px) * 2);
}
.txt_img_flow{
	max-width: 392px;
	width: calc(var(--size200px) * 2);
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {

}

/* logo_common01
------------------------------------------------------------------*/
.logo_common01{
	max-width: 434px;
	width: calc(var(--size145px) * 3);
}
@media(max-width: 767px) {
	.logo_common01{
		width: calc(478 / 750 * 100vw);
	}
}

/* bg_flow_common01
------------------------------------------------------------------*/
.bg_flow_common01{
	padding: var(--size100px) 0 ;
	background: url(images/page/bg_common_flow01.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.flow_slider01 .slick-slide{
	max-width: 300px;
	max-height: 360px;
	width: calc(var(--size115px) * 3);
	height: calc(var(--size125px) * 3);
	margin-right: var(--size55px);
	padding: var(--size40px) var(--size5px) var(--size20px);
	background: rgba(255, 255, 255, .9);
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.sh .flow_slider01 .slick-slide{
	max-height: 321px;
	height: calc(var(--size110px) * 3);
}
.flow_slider01 .slick-slide::before{
	content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: var(--size15px) solid #023f6b;
    border-top: var(--size20px) solid transparent;
    border-bottom: var(--size20px) solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
	transform: translateX(90%);
}
.flow_slider01 .slick-slide.last{margin-right: 0;}
.flow_slider01 .slick-slide.last::before{
	content: none;
}
.flow_slider01 .num{
	width: var(--size60px);
	height: var(--size60px);
	color: #fff;
	font-size: var(--size30px);
	background: #036eb8;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.flow_slider01 .icon{
	width: var(--size140px);
	margin: 0 auto var(--size15px);
}
.flow_slider01 .time{
	line-height: 1;
	letter-spacing: .1em;
	margin: 0 auto var(--size15px);
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 200%;
	text-align: center;
}
.flow_slider01 .txt01{
	margin-bottom: var(--size20px);
	line-height: 1.6;
	font-size: 138.8%;
	text-align: center;
}
.flow_slider01 .txt01 .mini{
	font-size: 80%;
}
.flow_slider01 .slick-dots{bottom: calc(-1 * var(--size50px));}
.flow_slider01 .slick-dots li{
	width: var(--size15px);
}
.flow_slider01 li button:before {
	opacity: 1;
	background: #ffffff;
	font-size: 0;
	width: 9px;
	height: 9px;
	border-radius: 100%;
}
.flow_slider01 .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #036eb8;
}
@media(max-width: 767px) {
	.flow_slider01 .icon{
		width: var(--size130px);
	}
	.flow_slider01 .time{
		letter-spacing: 0;
		font-size: 140%;
	}
	.flow_slider01 .txt01{
		letter-spacing: 0;
		font-size: 90%;
	}
	.flow_slider01 .txt01 .mini{
		font-size: 80%;
	}
	.flow_slider01 .slick-dots{bottom: calc(-1 * var(--size70px));}
}

/* btn_tel_common
------------------------------------------------------------------*/
.btn_tel_common{
	max-width: 600px;
	width: 600px;
	height: 110px;
	line-height: 1;
	color: #fff;
	background: #036eb8;
}
.btn_tel_common .s01{
	letter-spacing: .1em;
	font-size: 20px;
}
.btn_tel_common .s02{
	padding-left: 60px;
	letter-spacing: .1em;
	font-size: 34px;
	position: relative;
	z-index: 1;
}
.btn_tel_common .s02::before{
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	background: url(images/page/icn_tel.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
}
@media(min-width: 768px)  {
	.v1.btn_tel_common {
		width: calc(600 / 1920 * 100vw);
		height: calc(110 / 1920 * 100vw);
	}
	.v1.btn_tel_common .s01 {
		font-size: calc(20 / 1920 * 100vw);
	}

	.v1.btn_tel_common .s02 {
		padding-left: calc(60 / 1920 * 100vw);
		font-size: calc(34 / 1920 * 100vw);
	}

	.v1.btn_tel_common .s02::before {
		width: calc(30 / 1920 * 100vw);
		height: calc(30 / 1920 * 100vw);
		left: calc(21 / 1920 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.v2.btn_tel_common {
		width: calc(600 / 1600 * 100vw);
		height: calc(110 / 1600 * 100vw);
	}

	.v2.btn_tel_common .s01 {
		font-size: calc(20 / 1600 * 100vw);
	}

	.v2.btn_tel_common .s02 {
		padding-left: calc(60 / 1600 * 100vw);
		font-size: calc(34 / 1600 * 100vw);
	}

	.v2.btn_tel_common .s02::before {
		width: calc(30 / 1600 * 100vw);
		height: calc(30 / 1600 * 100vw);
		left: calc(21 / 1600 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1399px) {
	.v4.btn_tel_common {
		width: calc(600 / 1400 * 100vw);
		height: calc(110 / 1400 * 100vw);
	}

	.v4.btn_tel_common .s01 {
		font-size: calc(20 / 1400 * 100vw);
	}

	.v4.btn_tel_common .s02 {
		padding-left: calc(60 / 1400 * 100vw);
		font-size: calc(34 / 1400 * 100vw);
	}

	.v4.btn_tel_common .s02::before {
		width: calc(30 / 1400 * 100vw);
		height: calc(30 / 1400 * 100vw);
		left: calc(21 / 1400 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.v3.btn_tel_common {
		width: calc(600 / 1300 * 100vw);
		height: calc(110 / 1300 * 100vw);
	}

	.v3.btn_tel_common .s01 {
		font-size: calc(20 / 1300 * 100vw);
	}

	.v3.btn_tel_common .s02 {
		padding-left: calc(60 / 1300 * 100vw);
		font-size: calc(34 / 1300 * 100vw);
	}

	.v3.btn_tel_common .s02::before {
		width: calc(30 / 1300 * 100vw);
		height: calc(30 / 1300 * 100vw);
		left: calc(21 / 1300 * 100vw);
	}
}

@media(max-width: 767px) {
	.btn_tel_common{
		width: calc(600 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
	}
	.btn_tel_common .s01{
		letter-spacing: .1em;
		font-size: calc(24 / 750 * 100vw);
	}
	.btn_tel_common .s02{
		padding-left: 9vw;
		letter-spacing: .1em;
		font-size: calc(39.4 / 750 * 100vw);
	}
	.btn_tel_common .s02::before{
		width: calc(42 / 750 * 100vw);
		height: calc(42 / 750 * 100vw);
		left: 2vw;
	}
}


/* row_contact
------------------------------------------------------------------*/
.row_contact{
	width: 440px;
	height: 110px;
}
.btn_tel_common02{
	width: 330px;
	height: 100%;
	color: #fff;
	background: #036eb8;
	position: relative;
	z-index: 1;
}
.btn_tel_common02 .s01{
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .1em;
}

.btn_tel_common02 .s02{
	padding-left: 45px;
	font-size: 34px;
	line-height: 1;
	letter-spacing: .1em;
	position: relative;
	z-index: 1;
}
.btn_tel_common02 .s02::before{
    content: "";
    width: 30px;
    height: 30px;
    margin: auto;
    background: url(images/page/icn_tel.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.btn_web_common{
	width: 110px;
	height: 100%;
	color: #fff;
	background: #e83828;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.btn_web_common::after{
	content: "";
	width: 14px;
	height: 14px;
	margin: auto;
	position: absolute;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	bottom: 4px;
	right:  4px;
}
.btn_web_common .s01{
	line-height: 1;
	letter-spacing: .1em;
	padding-top: 55px;
	font-size: 28px;
	position: relative;
	z-index: 1;
}
.btn_web_common .s01::before {
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(images/page/icn_entry.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
@media(min-width: 768px) and (max-width:1799px) {
	.v6.row_contact{
		width: calc(425 / 1800 * 100vw);
		height: calc(110 / 1800 * 100vw);
	}
	.v6.btn_tel_common02{
		width: calc(315 / 1800 * 100vw);
	}
	.v6.btn_tel_common02 .s01{
		margin-bottom: calc(10 / 1800 * 100vw);
		font-size: calc(20 / 1800 * 100vw);
	}

	.v6.btn_tel_common02 .s02{
		padding-left: calc(40 / 1800 * 100vw);
		font-size: calc(33 / 1800 * 100vw);
	}
	.v6.btn_tel_common02 .s02::before{
		width: calc(30 / 1800 * 100vw);
		height: calc(30 / 1800 * 100vw);
	}

	.v6.btn_web_common{
		width: calc(110 / 1800 * 100vw);
	}
	.v6.btn_web_common::after{
		width: calc(14 / 1800 * 100vw);
		height: calc(14 / 1800 * 100vw);
		bottom: calc(4 / 1800 * 100vw);
		right:  calc(4 / 1800 * 100vw);
	}
	.v6.btn_web_common .s01{
		padding-top: calc(55 / 1800 * 100vw);
		font-size: calc(28 / 1800 * 100vw);
	}
	.v6.btn_web_common .s01::before {
		width: calc(40 / 1800 * 100vw);
		height: calc(40 / 1800 * 100vw);
	}
}

@media(min-width: 768px) and (max-width:1299px) {
}

@media(max-width: 767px) {
	.btn_web_common{
		width: 110px;
		height: 100%;
	}
	.btn_web_common::after{
		/*
		width: 14px;
		height: 14px;
		bottom: 4px;
		right:  4px; */
	}
	.btn_web_common .s01{
		line-height: 1;
		letter-spacing: .1em;
		padding-top: 55px;
		font-size: 28px;
	}
	.btn_web_common .s01::before {
		width: var(--size60px);
		height: var(--size60px);
	}
}

/*
------------------------------------------------------------------*/
.btn_toggle .toggle {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: all 1s;
}

.btn_toggle.active .toggle {
	width: var(--size190px);
	height: auto;
	padding: var(--size20px) var(--size40px);
	color: #000;
	background: #ebf3f9;
	visibility: inherit;
	opacity: 1;
	transition: all 1s;
}

.btn_toggle li a {
	display: block;
	letter-spacing: .1em;
	font-size: var(--size20px);
	padding: var(--size5px);
	padding-left: var(--size15px);
	text-align: left;
	position: relative;
}

.btn_toggle li a::before {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	border-left: calc(2.5px + var(--size5px)) solid #036eb8;
	border-top: calc(.5px + var(--size5px)) solid transparent;
	border-bottom: calc(.5px + var(--size5px)) solid transparent;
	left: 0;
	top: 1em;
}
@media(max-width: 767px) {
	.btn_toggle li:not(:last-child){
		margin-bottom: 2.5vw;
	}
	.btn_toggle li a {
		letter-spacing: 0;
		font-size: calc(32 / 750 * 100vw);
		padding: 1vw;
		padding-left: 6vw;
	}

	.btn_toggle li a::before {
		border-left: calc(2.5px + var(--size10px)) solid #036eb8;
		border-top: calc(.5px + var(--size10px)) solid transparent;
		border-bottom: calc(.5px + var(--size10px)) solid transparent;
		left: 0;
		top: .55em;
	}
}

/* row_contact02
------------------------------------------------------------------*/
.row_contact02 {
	max-width: 1020px;
	width: 1020px;
}
.row_contact02 .btn{
	max-width: 500px;
	width: 49%;
	height: 110px;
	color: #fff;
	background: #036eb8;
	position: relative;
	z-index: 1;
}
.row_contact02 .btn .s01{
	display: block;
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: .1em;
	font-size: 20px;
}
.row_contact02 .btn .s02{
	line-height: 1;
	letter-spacing: .1em;
	padding-left: 50px;
	position: relative;
	z-index: 1;
}
.row_contact02 .btn .s02::before{
	content: "";
	width: 30px;
	height: 30px;;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.row_contact02 .btn_tel_common03 .s02{
	font-size: 34px;
}
.row_contact02 .btn_tel_common03 .s02::before{
	background: url(images/page/icn_tel.svg)no-repeat center / contain;
}
.row_contact02 .btn_web_common03{
	background: #e83828;
}
.row_contact02 .btn_web_common03 .s02{
	font-size: 28px;
}
.row_contact02 .btn_web_common03 .s02::before{
	background: url(images/page/icn_entry.svg)no-repeat center / contain;
	top: 10px;
	left: 10px;
}
.btn_web_common03.btn_toggle.active .toggle{
	width: 100%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {
	.v3.row_contact02 {
		width: calc(1020 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn{
		height: calc(110 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn .s01{
		margin-bottom: calc(10 / 1300 * 100vw);
		font-size: calc(20 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn .s02{
		padding-left: calc(50 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn .s02::before{
		width: calc(30 / 1300 * 100vw);
		height: calc(30 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn_tel_common03 .s02{
		font-size: calc(34 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn_web_common03 .s02{
		font-size: calc(28 / 1300 * 100vw);
	}
	.v3.row_contact02 .btn_web_common03 .s02::before{
		top: calc(10 / 1300 * 100vw);
		left: calc(10 / 1300 * 100vw);
	}
}
@media(max-width: 767px) {
	.row_contact02 {
		max-width: calc(620 / 750 * 100vw);
		width: 100%;
	}
	.row_contact02 .btn{
		width: 100%;
		height: var(--size150px);
		margin: 0 auto 5vw;
	}
	.row_contact02 .btn:last-child{margin-bottom: 0;}
	.row_contact02 .btn .s01{
		margin-bottom: 2.5vw;
		letter-spacing: 0;
		font-size: 100%;
	}
	.row_contact02 .btn .s02{
		letter-spacing: 0;
		padding-left: 7.5vw;
	}
	.row_contact02 .btn .s02::before{
		width: var(--size40px);
		height: var(--size40px);
	}
	.row_contact02 .btn_tel_common03 .s02{
		font-size: 170%;
	}
	.row_contact02 .btn_web_common03 .s02{
		font-size: 150%;
	}
	.row_contact02 .btn_web_common03 .s02::before{
		top: 1vw;
		left: 1vw;
	}
}
/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #000;
}

.tbl_common01 th {
	color: #000;
	background: #cde2f1;
}

.tbl_common01 td {
	background: #fff;
}

.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #000;
}

.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #000;
}

.tbl_common02 table {
	border-color: #000;
}

.tbl_common02 th {
	color: #000;
	background: #ebf3f9;
}

.tbl_common02 tr:not(:last-child) th {
	border-bottom-color: #000;
}

.tbl_common02 td {
	background: #fff;
}

.tbl_common02 tr:not(:last-child) td {
	border-bottom-color: #000;
}
@media(max-width: 767px) {
	.wrap-js-scrollable{
		overflow: hidden;
	}
	.js-scrollable .tbl_common03 {
		width: calc(1600 / 750 * 100vw);
		font-size: 87.5%;
	}
}

/* bg_clinic
------------------------------------------------------------------*/
.bg_clinic  {
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
}
.bg_clinic02{
	border-top: 1px solid #023f6b;
	border-bottom: 1px solid #023f6b;
	background: url(images/clinic/bg_clinic02.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.box_clinic{
	max-width: 665px;
	width: calc(var(--size115px) * 6);
	background: rgba(255, 255, 255, .8);
	position: relative;
	z-index: 1;
}
.box_clinic::before,
.box_clinic::after
{
	content: "";
	width: var(--size190px);
	height: var(--size190px);
	margin: auto;
	border: 2px solid #000;
	position: absolute;
}
.box_clinic::before{
	border-bottom: 0 !important;
	border-right: 0 !important;
	top: var(--size10px);
	left: var(--size10px);
}
.box_clinic::after{
	border-top: 0 !important;
	border-left: 0 !important;
	bottom: var(--size10px);
	right: var(--size10px);
}
.box_clinic .copy_line{
	line-height: 2.4;
}
.box_clinic .copy_line .line{
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 15px;
	text-decoration-thickness: 1px;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.box_clinic{
		width: 100%;
	}
	/* .box_clinic .copy_common .fz30 {
		font-size: calc(37 / 750 * 100vw);
	} */
	.box_clinic .copy_common .fz20 {
		font-size: calc(32 / 750 * 100vw);
	}

	.bg_clinic02{
		background: url(images/clinic/bg_clinic02_sp.jpg)no-repeat center / cover;
	}

	.box_clinic::before,
	.box_clinic::after
	{
		border-width: 1px ;
	}
}

/* bg_clinic03
------------------------------------------------------------------*/
.bg_clinic03{
	padding: var(--size10px) 0;
	border-top: 1px solid #023f6b;
	border-bottom: 1px solid #023f6b;
}
.bg_clinic03 .bg{
	position: relative;
	z-index: 1;
}
.bg_clinic03 .bg::before{
	content: "";
	width: calc(959 / 1920 * 100vw);
	height: calc(637 / 1920 * 100vw);
	margin: auto;
	background: url(images/clinic/deco_bg_clinic03_1.png)no-repeat bottom left / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.bg_clinic03 .bg::after{
	content: "";
	width: calc(621 / 1920 * 100vw);
	height: calc(514 / 1920 * 100vw);
	margin: auto;
	background: url(images/clinic/deco_bg_clinic03_2.png)no-repeat center / contain;
	position: absolute;
    bottom: calc(75 / 1920 * 100vw);
    right: calc(15 / 1920 * 100vw);
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.bg_clinic03 .bg::after{
		z-index: -1;
	}
}
/* staff
------------------------------------------------------------------*/
.row_staff_common > .col_img{
	max-width: 480px;
	width: 39%;
	position: relative;
	z-index: 1;
}
.row_staff_common > .col_txt{
	max-width: 689px;
	width: 57.5%;
	position: relative;
	z-index: 1;
}
.row_staff_common .tag_name_common{
	width: calc(var(--size150px) * 2);
	height: var(--size140px);
	color: #fff;
	background: #036eb8;
	position: absolute;
	bottom: var(--size80px);
	left: -5%;
	z-index: 1;
}
.row_staff_common .tag_name_common::before{
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0, 0, 0, .1);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 767px) {
	.row_staff_common > .col_img{
		width: 80% !important;
		margin: 0 auto 10vw;
	}
}



/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / 1920 * 100vw);
}
.tbl_recruit .require span:after {
	color: #036eb8;
}
@media(min-width: 768px) and (max-width:1599px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@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 / 1920 * 100vw);
	margin-bottom: calc(4 / 1920 * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / 1920 * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / 1920 * 100vw);
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / 1920 * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / 1920 * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / 1920 * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / 1920 * 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 / 1920 * 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 / 1920 * 100vw);
}
.navigation li {
	width: calc(170 / 1920 * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / 1920 * 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 / 1920 * 100vw);
	margin-bottom: calc(40 / 1920 * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / 1920 * 100vw);
}
.thmb img {
	height: calc(120 / 1920*100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / 1920 * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / 1920 * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / 1920 * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / 1920 * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / 1920 * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 0 calc(10 / 1920 * 100vw);
	margin: calc(2 / 1920 * 100vw);
	display: inline-block;
}
.page_main .wp-pagenavi span.pages {
	padding: 0 calc(11 / 1920 * 100vw);
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	font-size: 1.875rem;
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	#sidebar h4 {
		line-height: calc(40 / 1599 * 100vw);
		margin-bottom: calc(4 / 1599 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1599 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1599 * 100vw);
		padding-left: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1599 * 100vw);
		padding-right: calc(10 / 1599 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1599 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1599 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1599 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1599 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1599 * 100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1599*100vw);
	}
	.thmb {
		width: calc(120 / 1599 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1599 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1599 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1599 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1599 * 100vw);
		margin: calc(2 / 1599 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#sidebar h4 {
		line-height: calc(40 / 1299 * 100vw);
		margin-bottom: calc(4 / 1299 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 1299 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 1299 * 100vw);
		padding-left: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 1299 * 100vw);
		padding-right: calc(10 / 1299 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 1299 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 1299 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.navigation li {
		width: calc(170 / 1299 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 1299 * 100vw);
	}
	.date_single {
		margin-top: calc(-30 / 1299 * 100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.thmb img {
		height: calc(120 / 1299*100vw);
	}
	.thmb {
		width: calc(120 / 1299 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(140 / 1299 * 100vw));
	}
	.page_main section.blog_archive {
		padding-bottom: calc(35 / 1299 * 100vw);
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: calc(40 / 1299 * 100vw);
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
		padding: 0 calc(10 / 1299 * 100vw);
		margin: calc(2 / 1299 * 100vw);
	}
	.page_main .wp-pagenavi span.pages {
		padding: 0 calc(11 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.page_main {
		display: block!important;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar h4 {
		line-height: calc(80 / 750 * 100vw);
		margin: calc(4 / 750 * 100vw);
	}
	#sidebar caption {
		margin-bottom: calc(5 / 750 * 100vw);
	}
	#wp-calendar {
		margin-bottom: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#prev {
		padding-top: calc(8 / 750 * 100vw);
		padding-left: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td#next {
		padding-top: calc(8 / 750 * 100vw);
		padding-right: calc(10 / 750 * 100vw);
	}
	#wp-calendar tfoot td a {
		padding-bottom: calc(3 / 750 * 100vw);
	}
	.wp-calendar-nav{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wp-calendar-nav-prev{padding-left: calc(10 / 750 * 100vw);}
	.wp-calendar-nav-next{padding-right: calc(10 / 750 * 100vw);}
	.wp-calendar-nav a{
		padding-bottom: calc(3 / 750 * 100vw);
	}
	#sidebar ul li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.navigation li a {
		padding-bottom: calc(4 / 750 * 100vw);
	}
	.post_main {
		width: 100%;
		margin-bottom: 20vw;
	}
	.date_single {
		margin-top: calc(-30 / 750 * 100vw);
		margin-bottom: calc(40 / 750 * 100vw);
	}
	.thmb {
		width: calc(210 / 750 * 100vw);
	}
	.thmb img {
		height: calc(210 / 750 * 100vw);
	}
	.txt_post {
		width: calc(100% - calc(240 / 750 * 100vw));
	}
	.txt_post h4 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.txt_post .txt_excerpt {
		margin-top: calc(8 / 750 * 100vw);
	}
	.navigation {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.navigation li {
		width: calc(200 / 750 * 100vw);
	}
	.page_main .wp-pagenavi {
		margin-top: calc(60 / 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;
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.format {
	padding-bottom: calc(140 / 1920 * 100vw);
}
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / 1920 * 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 / 1920 * 100vw);
	height: calc(20 / 1920 * 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 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 {
	border: none;
	margin-bottom: calc(60 / 1920 * 100vw);
}
.wrap_format01 .box_qa03 .box_a .box {
	width: calc(60 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	left: 0;
	top: 0;
}
.wrap_format01 .box_qa03 .box_a {
	padding-top: calc(30 / 1920 * 100vw);
	padding-left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.format {
		padding-bottom: calc(140 / 1599 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1599 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1599 * 100vw);
		height: calc(20 / 1599 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1599 * 100vw);
		height: calc(60 / 1599 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1599 * 100vw);
		padding-left: calc(100 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.format {
		padding-bottom: calc(140 / 1299 * 100vw);
	}
	.wrap_format01:not(:last-of-type) {
		margin-bottom: calc(100 / 1299 * 100vw);
	}
	.row_format03 .copy:before {
		width: calc(20 / 1299 * 100vw);
		height: calc(20 / 1299 * 100vw);
	}
	.row_format04 .col:not(:nth-child(-n+3)) {
		margin-top: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(60 / 1299 * 100vw);
		height: calc(60 / 1299 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 1299 * 100vw);
		padding-left: calc(100 / 1299 * 100vw);
	}
}
@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 {
		width: calc(20 / 750 * 100vw);
		height: calc(20 / 750 * 100vw);
		top: .55em;
	}
	.txt_format01 {
		max-width: calc(646 / 750 * 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 / 750 * 100vw);
		margin: 0 auto!important;
	}
	.row_format04 .col:not(:first-child) {
		margin-top: calc(60 / 750 * 100vw)!important;
	}
	.row_format04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_format01 .box_qa03 {
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.wrap_format01 .box_qa03 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		font-size: 1.5625rem;
	}
	.wrap_format01 .box_qa03 .box_a {
		padding-top: calc(30 / 750 * 100vw);
		padding-left: calc(100 / 750 * 100vw);
	}
	.tbl_format01.js-scrollable table {
		width: calc(1200 / 750 * 100vw);
		font-size: .875rem;
	}
}
.grecaptcha-badge { visibility: hidden; } 
