@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	height: calc(500 / var(--break) * 100vw);
	padding-top: calc(90 / var(--break04));
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

@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");
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
}

/*
------------------------------------------------------------------*/
.hdg2 .ja {
    display: block;
    margin-bottom: calc(18 / var(--break03));
    line-height: 1.6;
    letter-spacing: .1em;
    font-size: calc(50 / var(--break03));
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
    text-align: center;
    color: #fff;
	text-shadow: 0 0 6px rgba(51, 47, 38, .4), 0 0 12px rgba(51, 47, 38, .6);
}

.hdg2 .en {
    display: block;
    line-height: 1;
    letter-spacing: .1em;
    font-size: calc(30 / var(--break03));
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
    text-align: center;
    color: #fff;
	text-shadow: 0 0 6px rgba(51, 47, 38, .4), 0 0 12px rgba(51, 47, 38, .6);
}

.hdg3 {
	padding: calc(70 / var(--break03)) 0 calc(24 / var(--break03));
	line-height: 1.6;
    letter-spacing: .1em;
    font-size: calc(40 / var(--break03));
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	border-bottom: calc(10 / var(--break03)) solid #e9e3db;
	position: relative;
	z-index: 1;
}
.hdg3::before {
    content: "";
    width: calc(63 / var(--break03));
    height: calc(60 / var(--break03));
    margin: auto;
    background: url(images/page/hdg3.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .hdg2 .ja {
        margin-bottom: 2vw;
        line-height: 1.5;
        letter-spacing: 0;
        font-size: calc(50 / 750 * 100vw);
    }

    .hdg2 .en {
        letter-spacing: 0;
        font-size: calc(30 / 750 * 100vw);
    }

    .hdg3 {
        font-size: calc(42.5 / 750 * 100vw);
    }

    /* copy_common */
    .copy_common span {
        letter-spacing: 0;
    }

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

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

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

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

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

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

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

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

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

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

    .copy_common .fz36 {
        font-size: calc(37 / 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 {
    border-bottom: #fff 1px solid;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* copy_common02
------------------------------------------------------------------*/
.copy_common02 {
    padding: calc(2.5 / var(--break02));
	text-align: center;
	color: #e596a8;
    background: #fff;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common02 {
		padding: 1vw;
	}	
}

/* copy_common03
------------------------------------------------------------------*/
.copy_common03 {
	text-align: center;
	position: relative;
	z-index: 1;
}
.copy_common03::before {
	content: "";
	width: calc(112 / var(--break02));
	height: calc(4 / var(--break02));
	margin: auto;
	background: url(images/page/deco_copy_common03.png)no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common03::before {
		width: calc(224 / 750 * 100vw);
		height: calc(8 / 750 * 100vw);
	}
}

/* copy_common04
------------------------------------------------------------------*/
.copy_common04 {
	padding: calc(27 / var(--break03));
	line-height: 1.5;
	color: #fff;
	background: #e596a8;
	text-align: center;
	position: relative;
	z-index: 1;
}
.copy_common04::before {
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #fff;
	position: absolute;
	bottom: calc(10 / var(--break04));
	left: 0;
	right: 0;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common03::before {
		width: calc(224 / 750 * 100vw);
		height: calc(8 / 750 * 100vw);
	}
}

/* copy_common05
------------------------------------------------------------------*/
.copy_common05 {
	padding: calc(10 / var(--break02)) calc(20 / var(--break02));
	line-height: 1.5;
	background: #fff;
	position: relative;
	z-index: 1;
}
.copy_common05 .deco{
	display: inline-block;
	padding-left: calc(44 / var(--break02));
	position: relative;
	z-index: 1;
}
.copy_common05 .deco::before {
	content: "";
	width: calc(24 / var(--break02));
	height: calc(22 / var(--break02));
	margin: auto;
	background: url(images/page/hdg5.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
	.copy_common05 {
		padding: calc(12 / 750 * 100vw);
	}
	.copy_common05 .deco::before {
		width: calc(24 / 600 * 100vw);
		height: calc(22 / 600 * 100vw);
		top: 1.5vw;
		bottom: auto;
	}
}

/* copy_common06
------------------------------------------------------------------*/
.copy_common06 {
	padding-bottom: calc(26 / var(--break02));
	text-align: center;
	position: relative;
	z-index: 1;
}
.copy_common06::before {
	content: "";
	width: 100%;
	height: calc(10 / var(--break02));
	margin: auto;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
@media(min-width: 768px) and (max-width:1299px) {}
@media(max-width: 767px) {
}

/* row_common01
------------------------------------------------------------------*/
.bg_row_common01{
	padding: calc(50 / var(--break02)) 0;
	background: #e9e3db;
	position: relative;
	z-index: 1;
}
.bg_row_common01::before{
	content: "";
	width: calc(190 / var(--break04));
	height: calc(300 / var(--break04));
	margin: auto;
	background: url(images/page/deco_row_common01.png)no-repeat center / cover;
	position: absolute;
	top: calc(60 / var(--break04));
	left: calc(100 / var(--break04));
	z-index: -1;
}
@media (min-width: 768px) {
	.row_common01 > .col_img {
		max-width: 600px;
		width: 48.5%;
	}
	.row_common01 > .col_txt {
		max-width: 600px;
		width: 48%;
	}
}
@media (min-width: 768px) and (max-width: 1599px) {
	.row_common01 .copy_common span {
		letter-spacing: .08em;
	}
}
@media (min-width: 768px) and (max-width: 1299px) {
	.row_common01 .copy_common span {
		letter-spacing: .06em;
	}
}
@media (max-width: 767px) {
	.bg_row_common01::before{
			top: calc(600 / 750 * 100vw);
			left: 1px;
		}
	.row_common01 .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
	.row_common01 > .col_img {
		margin-bottom: 8vw;
	}
}

/* row_common02
------------------------------------------------------------------*/
.row_common02>.col_img {
	max-width: 450px;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.row_common02>.col_txt {
		width: 60%;
	}
	.row_common02>.col_img {
		width: 36.5%;
	}
}
@media (max-width: 767px) {
	.row_common02>.col_img {
		width: 96% !important;
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .copy_common {
		text-align: center;
		margin-left: -1vw;
		margin-right: -1vw;
	}
}

/* row_common03
------------------------------------------------------------------*/
@media (min-width: 768px) {
	.row_common03>.col_img {
		max-width: 350px;
		width: 31%
	}
	.row_common03>.col_txt {
		width: 65%
	}
}
@media(max-width: 767px) {
}

/* row_common20
------------------------------------------------------------------*/
.row_common20 > .box{
	max-width: 600px;
	width: 48.5%;
}
.row_common20 > .box .in_box{
	padding: calc(20 / var(--break04)) calc(30 / var(--break04)) calc(30 / var(--break04));
	background: #f7f4ee;
}
.row_common20 .copy_common04{
	padding: calc(12.5 / var(--break03))
}
.row_common20 .copy_common04::before {
    bottom: calc(5 / var(--break04));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common20 > .box{
		width: 100%;
		margin: 6vw auto 0;
	}
	.row_common20 > .box:first-child{
		margin-top: 0;
	}
}

/* row_common21
------------------------------------------------------------------*/
.row_common21 > .box{
	max-width: 595px;
	width: 48.5%;
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_common21 > .box::before{
	content: "";
	width: 100%;
	height: calc(24 / var(--break03));
	margin: auto;
	background: url(images/page/ptn01.png)repeat left top / auto;
	position: absolute;
	top: calc(100% + 10 / var(--break03));
	left: 0;
	right: 0;
}
.row_common21 .areaText{
	padding: calc(30 / var(--break03)) calc(40 / var(--break03));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common21 > .box{
		width: 100%;
		margin: 10vw auto 0;
	}
	.row_common21 > .box:first-child{
		margin-top: 0;
	}
	.row_common21 > .box::before{
		height: calc(24 / 750 * 100vw);
		background: url(images/page/ptn01.png)repeat left top / calc(16 / 700 * 100vw)!important;
	}
}
/* row_common30
------------------------------------------------------------------*/
.row_common30>.tag {
	max-width: 320px;
	width: 32%;
	min-height: calc(108 / var(--break02));
	padding: calc(14 / var(--break02)) 0;
	line-height: 1.5;
	background: #fff;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.row_common30>.tag {
		margin-right: 2%;
	}
	.row_common30>.tag:nth-of-type(3n),
	.row_common30>.tag:last-child
	{margin-right: 0;}
	.row_common30>.tag:nth-of-type(n + 4) {
		margin-top: 2%;
	}
}
@media (max-width: 767px) {
	.row_common30.flex {justify-content: center;}
	.row_common30>.tag {
		width: 48.5999%;
		margin-right: 2.8%;
		min-height: calc(118 / 750 * 100vw);
		line-height: 1.4;
	}
	.row_common30>.tag:nth-of-type(n + 3) {
		margin-top: 2%;
	}
	.row_common30>.tag:nth-of-type(2n),
	.row_common30>.tag:last-child
	{margin-right: 0;}
}

/* row_common31
------------------------------------------------------------------*/
.row_common31 > .col{
	max-width: 394px;
	width: 31.799%;
	position: relative;
	z-index: 1;
}
.row_common31 .copy_common{
	text-align: center;
	padding: calc(16 / var(--break03)) 0;
}
@media(min-width: 768px) {
	.row_common31>.col {
		margin-right: 2.3%;
	}
	.row_common31>.col:nth-of-type(3n),
	.row_common31>.col:last-child {
		margin-right: 0;
	}
	.row_common31>.col:nth-of-type(n + 4) {
		margin-top: calc(60 / var(--break03));
	}
}
@media(max-width: 767px) {
	.row_common31.flex{
		justify-content: center;
	}
	.row_common31 > .col{
		width: 48.49%;
		margin-right: 3%;
		position: relative;
		z-index: 1;
	}
	.row_common31>.col:nth-of-type(n + 3) {
		margin-top: 4vw;
	}
	.row_common31>.col:nth-of-type(2n),
	.row_common31>.col:last-child {
		margin-right: 0;
	}
	.row_common31 .copy_common .fz22 {
        font-size: 100%;
    }
}

/* row_common32
------------------------------------------------------------------*/
.row_common32 > .box{
	width: 32.2%;
	padding: calc(20 / var(--break02)) calc(30 / var(--break02));
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_common32 .copy_common{
	text-align: center;
}
@media(min-width: 768px) {
	.row_common32>.box {
		margin-right: 1.699%;
	}
	.row_common32>.box:nth-of-type(3n),
	.row_common32>.box:last-child {
		margin-right: 0;
	}
	.row_common32>.box:nth-of-type(n + 4){
		margin-top: calc(20 / var(--break03))
	}
}
@media(max-width: 767px) {
	.row_common32.flex{
		justify-content: space-between;
	}
	.row_common32 > .box{
		max-width: calc(648 / 750 * 100vw);
		width: 100%;
		margin: 0 auto calc(40 / 750 * 100vw);
		position: relative;
		z-index: 1;
	}
	.row_common32>.box:last-child{
		margin-bottom: 0;
	}
}

/* row_common33
------------------------------------------------------------------*/
.row_common33 > .col{
	width: 32%;
}
.row_common33 .copy_common{
	text-align: center;
	padding: calc(10 / var(--break03)) 0;
}
@media(min-width: 768px) {
	.row_common33>.col {
		margin-right: 1.999%;
	}
	.row_common33>.col:nth-of-type(3n),
	.row_common33>.col:last-child {
		margin-right: 0;
	}
	.row_common33>.col:nth-of-type(n + 4){
		margin-top: calc(40 / var(--break03))
	}
}
@media(max-width: 767px) {
	.row_common33.flex{
		justify-content: center;
	}
	.row_common33 > .col{
		width: 48.499%;
		margin-right: 3%;
		position: relative;
		z-index: 1;
	}
	.row_common33>.col:nth-of-type(2n),
	.row_common33>.col:last-child {
		margin-right: 0;
	}
	.row_common33>.col:nth-of-type(n + 3) {
		margin-top: 4vw;
	}
	.row_common33 .copy_common .fz22 {
        font-size: 90%;
    }
}
/* box_common01
------------------------------------------------------------------*/
.box_common01 {
	border: solid #e9e3db calc(10 / var(--break02));
}
/* @media(max-width: 767px) {} */
/* box_common02
------------------------------------------------------------------*/
.box_common02 {
	padding: calc(40 / var(--break02)) calc(20 / var(--break02)) calc(40 / var(--break02));
	background: #e9e3db;
}
.box_common02 .in_box{
	padding: calc(24 / var(--break02)) calc(30 / var(--break02));
	background: #fff;
}
/* @media(max-width: 767px) {} */
/* box_common03
------------------------------------------------------------------*/
.box_common03{
	border: solid #e9e3db calc(10 / var(--break02));
}
.box_common03 .in_box{
	padding: calc(14 / var(--break02));
	background: #e9e3db;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_common03 .in_box{
		padding: 2vw 1vw;
		font-size: 90%;
	}
}

/* list_boder
------------------------------------------------------------------*/
.list_boder li{
	padding-bottom: calc(10 / var(--break03)) !important;
	border-bottom: 2px dotted #333333;
}

/* tbl_common01
------------------------------------------------------------------*/
.tbl_common01 table {
	border-color: #333333
}
.tbl_common01 thead th {
	background: #bc466c;
	border-right: 1px solid #fff;
}
.tbl_common01 thead th:last-child {
	border-right: 0;
}
.tbl_common01 thead td {
	background: #bc466c;
}
.tbl_common01 tbody th {
	vertical-align: middle;
	color: #fff;
	background: #e596a8;
}
.tbl_common01 tbody td {
	vertical-align: top;
	background: #fff;
	border-right: 1px solid #333333;
}
.tbl_common01 tbody td:last-child {
	border-right: 0;
}
.tbl_common01 tr:not(:last-child) th{
	border-bottom-color:#333333;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #333333
}

.tbl_common02 table {
	border-color: #
}
.tbl_common02 tbody th {
	vertical-align: middle;
	color: #fff;
	background: #;
}
.tbl_common02 tbody td {
	background: #fff;
}
.tbl_common02 tr:not(:last-child) th{
	border-bottom-color:#fff;
}
.tbl_common02 tr:not(:last-child) td {
	border-bottom-color: #
}
@media(max-width: 767px) {
	.tbl_scroll_sp .tbl_common01{
		width: calc(1234 / 750 * 100vw);
	}
	.tbl_common01{font-size: 96%;}
}


/* row_pediatrics
------------------------------------------------------------------*/
.row_pediatrics > .col{
	width: 32%;
}

@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
}
/* box_flow_common01
------------------------------------------------------------------*/
.box_flow_common01{
	border: 1px solid #333;
}
.box_flow_common01:not(:last-child){
	margin-bottom: calc(60 / var(--break02));
	position: relative;
	z-index: 1;
}
.box_flow_common01:not(:last-child)::before{
	content: "";
	width: calc(54 / var(--break02));
	height: calc(16 / var(--break02));
	margin: auto;
	background: #333333;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	top: calc(100% + 20 / var(--break02));
	left: 0;
	right: 0;
	z-index: -1;
}
.box_flow_common01 .title .box {
	width: var(--size60px);
	height: auto;
	padding-bottom: 0!important;
	font-size: calc(30 / var(--break02));
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	background: #bc466c;
	position: relative;
	z-index: 2
}
.box_flow_common01 .title .txt {
	width: calc(100% - var(--size60px));
	min-height: var(--size60px);
	letter-spacing: 0;
	padding: calc(8 / var(--break02)) calc(30  / var(--break02));
	font-size: calc(22 / var(--break02));
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #333333;
	background: #e9e3db;
	position: relative;
	z-index: 1;
}
.box_flow_common01 .areaText {
	padding: calc(30 / var(--break03)) calc(46 / var(--break03)) calc(42 / var(--break03));
	background: #fff;
}
.box_flow_common01 .areaText .wrap {
	max-width: 1140px;
	margin: auto
}
@media(min-width: 768px) {
	.row_flow_common01 > .col_img{
		max-width: 345px;
		width: 31%;
	}
	.row_flow_common01 > .col_txt{
		width: 65%;
	}
}
@media(max-width: 767px) {
	.box_flow_common01:not(:last-child){
		margin-bottom: calc(100 / var(--break03));
	}
	.box_flow_common01 .title .txt {
		font-size: calc(34 / 750 * 100vw);
	}
	.box_flow_common01 .title .txt {
		width: calc(100% - 80 / 750 * 100vw);
		min-height: calc(80 / 750 * 100vw);
		padding: calc(10 / 750 * 100vw) 3.5vw;
		font-size: 100%;
	}
	.box_flow_common01 .title .box {
		width: calc(80 / 750 * 100vw);
		font-size: calc(36 / 750 * 100vw);
	}
	.box_flow_common01 .areaText {
		padding: 7.5vw 4vw 5vw;
	}
}


/* logo_common01
------------------------------------------------------------------*/
.logo_common01 {
    width: calc(405 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.logo_common01 {
		width: calc(528 / 750 * 100vw);
	}	
}


/* staff
------------------------------------------------------------------*/
.row_staff02 .copy_common{
	padding: calc(16 / var(--break02)) 0;
	line-height: 1;
	color: #fff;
	background: url(images/staf/bg_name_stagg.png)no-repeat center / cover;
}
.row_staff02 .copy_common .tag{
	padding-right: calc(20 / var(--break02));
	position: relative;
	bottom: -2px;
}
.row_staff02 .copy_common .en{
	padding-left: calc(20 / var(--break02));
	position: relative;
	bottom: -2px;
}
.row_staff02 .tag_name{
	margin: auto;
	position: absolute;
	right: calc(-90 / 1920 * 100vw);
	bottom: calc(-20 / var(--break04));
}
.row_staff02 .in_box{
	padding: calc(20 / var(--break04)) calc(40 / var(--break04));
	background: #fff;
}
.row_staff02 .list li {
    margin-bottom: calc(14 / var(--break03));
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1.4em;
}
.row_staff02 .pt30 {
	padding-top: calc(30 / 1920 * 100vw);
}
@media(min-width: 768px) {
	.row_staff02 > .col_img {
		max-width: 460px;
		width: 37.5%;
	}
	.row_staff02 > .col_txt {
		max-width: 730px;
		width: 59%;
	}
}
@media(max-width: 767px) {
	.row_staff02 > .col_img {
		width: 77.7% !important;
	}
	.row_staff02 .copy_common .tag{
		font-size: calc(28 / 750 * 100vw);
		bottom: -1px;
	}
	.row_staff02 .copy_common .jp{
		font-size: calc(40 / 750 * 100vw);
	}
	.row_staff02 .copy_common .en{
		font-size: calc(28 / 750 * 100vw);
		bottom: -1px;
	}
}
/* bg_clinic
------------------------------------------------------------------*/
.bg_clinic{
	padding-top: calc(500 / var(--break02));
	position: relative;
	z-index: 1;
}
.bg_clinic > .bg{
	width: 100%;
	height: calc(700 / var(--break04));
	margin: auto;
	background: url(images/clinic/bg_clinic01.jpg)no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.bg_clinic .box_common01{
	background: #fff;
	position: relative;
	z-index: 2;
}
@media(max-width: 767px) {
	.bg_clinic{
		padding-top: calc(200 / 750 * 100vw);
	}
	.bg_clinic > .bg{
		height: calc(280 / 750 * 100vw);
	}
}
/* bg_clinic02
------------------------------------------------------------------*/
.bg_clinic02{
	background: #e9e3db;
	padding-bottom: calc(60 / var(--break02));
	position: relative;
	z-index: 1;
}
.row_clinic02 > .col_img{
	width: 50%;
	position: relative;
	z-index: 1;
}
.row_clinic02 > .col_txt{
	width: 50%;
	padding: calc(30 / 1920 * 100vw) 0 ;
	position: relative;
	z-index: 1;
}
.row_clinic02 > .col_txt::before{
	content: "";
	width: calc(190 / var(--break04));
	height: calc(300 / var(--break04));
	margin: auto;
	background: url(images/clinic/deco.svg)no-repeat center / contain;
	position: absolute;
	top: calc(60 / 1920 * 100vw);
	right: calc(100 / 1920 * 100vw);
	z-index: -1;
}
.row_clinic02 > .col_txt > .wrap{
	max-width: 680px;
	width: 90%;
	margin: auto;
}
.row_clinic02.r_reverse > .col_txt::before{
	transform: scale(-1, 1);
	right: auto;
	left: calc(100 / 1920 * 100vw);
}
@media(min-width: 768px) {
	.row_clinic02 .num_feature_common {
		width: calc(126 / 1920 * 100vw);
		margin: 0 auto calc(20 / 1920 * 100vw);
	}
	.row_clinic02 .copy_common {
		margin-bottom: calc(30 / 1920 * 100vw);
	}
	.row_clinic02 .fz26 {
		font-size: calc(26 / var(--break04));
	}
	.row_clinic02 .text {
		font-size: calc(18 / var(--break03));
	}
	.row_clinic02 .box_feature03_2{
		left: auto;
		right: calc(-40 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_clinic02 > .col_img{
		width: 100%;
	}
	.row_clinic02 > .col_txt{
		width: 100%;
		padding: calc(40 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
	}
	.row_clinic02 > .col_txt::before{
		content: "";
		width: calc(190 / var(--break04));
		height: calc(300 / var(--break04));
		margin: auto;
		background: url(images/clinic/deco.svg)no-repeat center / contain;
		position: absolute;
		top: calc(60 / 1920 * 100vw);
		right: calc(100 / 1920 * 100vw);
		z-index: -1;
	}
	.row_clinic02 > .col_txt > .wrap{
		max-width: 680px;
		width: 90%;
		margin: auto;
	}
	.row_clinic02 > .col_img.set_ballon{
		padding-bottom: 8vw;
	}
}
/* row_access_lower
------------------------------------------------------------------*/
.row_access_lower{
	max-width: 100%;
	width: calc(1140 / var(--break02));
	margin-left: auto;
	margin-right: auto;
}
.row_access_lower > .col_l {
	width: 49%;
}
.row_access_lower > .col_r {
	width: 45%;
	max-width: 530px;
}

.row_access_lower02  > .col{
	width: 48%;
	padding: calc(50 / var(--break02));
	background: #fff;
}
.row_access_lower02 .icon{
	max-width: 176px;
	width: calc(180 / var(--break02));
	margin: 0 auto calc(10 / var(--break02));
}
.row_access_lower02 .in_box{
	padding: calc(26 / var(--break02));
	background: #f7f4ee;
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access_lower {
		display: block;
	}
	.row_access_lower > .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom:calc(60 / 750 * 100vw);
		text-align: center;
	}
	.row_access_lower > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.row_access_lower02  > .col{
		width: calc(640 / 750 * 100vw);
		margin: 0 auto 5vw;
	}
	.row_access_lower02  > .col:last-child{
		margin-bottom: 0;
	}
}


/* txt_address
------------------------------------------------------------------*/
.text_address_common .deco {
    padding-left: calc(30 / var(--break02));
    position: relative;
    z-index: 1;
}
.text_address_common .deco::before {
    content: "";
    width: calc(24 / var(--break02));
    height: calc(24 / var(--break02));
    margin: auto;
    background: url(images/page/icn_map02.svg)no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.text_address_common.txt_white .deco::before {
    background: url(images/page/icn_map.svg)no-repeat center / contain;
}
@media(max-width: 767px) {
    .text_address_common {
        line-height: 1.5;
    }

    .text_address_common .deco {
        display: block;
        width: 100%;
        padding-top: 10vw;
        padding-left: 0;
    }

    .text_address_common .deco::before {
        width: calc(38 / 750 * 100vw);
        height: calc(38 / 750 * 100vw);
        top: 2vw;
        left: 0;
        right: 0;
        bottom: auto;
    }
}

/* border_common
------------------------------------------------------------------*/
.border_common {
    border-bottom: 1px solid #333333;
}
.bg_dot_common{
	width: 100%;
	height: calc(24 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {

}

/* btn_common
------------------------------------------------------------------*/
.btn_common {
    max-width: 100%;
    width: calc(400 / var(--break02));
    min-height: calc(80 / var(--break02));
	padding: calc(11 / var(--break02));
    color: #fff;
    background: #ec7284;
    position: relative;
    z-index: 1
}
.btn_common::before {
    content: ""; 
    width: calc(64 / var(--break03));
    height: calc(60 / var(--break03));
    margin: auto;
    background: url(images/page/deco02.svg) center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(24 / var(--break03));
    transition: all .5s;
    z-index: 1
}
.btn_common::after {
    content: "";
    width: calc(30 / var(--break03));
    height: calc(16 / var(--break03));
    margin: auto;
    background: url(images/page/arw02.svg) center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(24 / var(--break03));
    transition: all .5s;
    z-index: 1
}
.btn_common .s {
	line-height: 1.5;
    font-size: calc(20 / var(--break03));
}

.row_anchor > .btn_common::after {
	transform: rotate(90deg);
}
@media(min-width: 768px) {
	.btn_common:hover:after {
		right: calc(16 / var(--break03));
	}
	.cover_btn_common{
		max-width: 100%;
		width: calc(830 / var(--break02));
		margin-left: auto;
		margin-right: auto;
	}
	.cover_btn_common > .btn_common{
		max-width: 49%;
	}

	.row_anchor > .btn_common{
		max-width: 32.2%;
		margin-right: 1.699%;
	}

	.row_anchor > .btn_common:nth-of-type(3n),
	.row_anchor > .btn_common:last-child {
		margin-right: 0;
	}
	.row_anchor > .btn_common:nth-of-type(n + 4){
		margin-top: calc(20 / var(--break03))
	}
}
@media(max-width: 767px) {
    .btn_common {
        width: calc(600 / 750 * 100vw);
        min-height: calc(120 / 750 * 100vw);
		padding: 3vw 0;
        margin-left: auto;
        margin-right: auto
    }

    .btn_common .s {
        font-size: calc(34 / 750 * 100vw)
    }
	.btn_common::before {
		width: calc(86 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.btn_common::after {
		width: calc(44 / 750 * 100vw);
		height: calc(22 / 750 * 100vw);
		right: calc(28 / 750 * 100vw);
	}

	.cover_btn_common > .btn_common:not(:last-child){
		margin-bottom: calc(40 / 750 * 100vw);
	}

	.row_anchor > .btn_common:not(:last-child){
		margin-bottom: calc(40 / 750 * 100vw);
	}
}

/* row_contact
------------------------------------------------------------------*/
.row_contact{
	width: calc(510 / var(--break02));
}
.row_contact > .row01{
	width: calc(360 / var(--break02));
}
.btn_instagram{
	width: calc(60 / var(--break02));
}
.btn_tel_pc{
	width: calc(280 / var(--break02));
	position: relative;
	z-index: 5;
}
.btn_tel_pc .toggle{
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: #e596a8;
	border-radius: 100%;
	position: absolute;
	right:  calc(20 / var(--break02));
	top: 0;
	bottom: 0;
}
.btn_tel_pc .toggle:before,
.btn_tel_pc .toggle:after
{
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
	background: #fff;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_tel_pc .toggle:after{
	height: 60%;
	width: 2px;
}
.btn_tel_pc.active .toggle:after{
	opacity: 0;
	transition: .3s;
}
.btn_tel_pc > .set_btn_tel{
	display: block;
	visibility: hidden;
	opacity: 0;
	height: 0;
	position: absolute;
	transition: .5s all;
}
.btn_tel_pc.active > .set_btn_tel{
	visibility: inherit;
	opacity: 1;
	height: auto;
	transition: .5s all;
}
.btn_tel{
	width: calc(280 / var(--break02));
	height: calc(80 / var(--break02));
	padding-top: calc(10 / var(--break02));
	background: #fff;
}
.btn_tel .s{
	display: block;
	line-height: 1;
	margin: 0 auto;
	font-size: calc(14 / var(--break02));
}
.btn_tel .s2{
	display: inline-block;
	padding-left: calc(28 / var(--break02));
	letter-spacing: 0;
	line-height: 1.4;
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(31.5 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_tel .s2::before{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: url(images/page/tel.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.btn_contact_common{
	width: calc(170 / var(--break02));
	height: calc(80 / var(--break02));
	padding-top: calc(10 / var(--break02));
	color: #fff;
	background: #ec7284;
	position: relative;
	z-index: 1;
}
.btn_contact_common::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-width: calc(6 / var(--break02));
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    bottom: calc(4 / var(--break02));
    right: calc(4 / var(--break02));
}
.btn_contact_common .s{
	display: block;
	line-height: 1;
	margin: 0 auto calc(4 / var(--break02));
	font-size: calc(14 / var(--break02));
}
.btn_contact_common .s2{
	display: inline-block;
	padding-left: calc(28 / var(--break02));
	letter-spacing: 0;
	line-height: 1.5;
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: calc(22 / var(--break02));
	position: relative;
	z-index: 1;
}
.btn_contact_common .s2::before{
	content: "";
	width: calc(20 / var(--break02));
	height: calc(20 / var(--break02));
	margin: auto;
	background: url(images/page/web.svg)no-repeat center / contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.btn_contact_common.btn_web02{
	background: #bc466c;
}
.btn_contact_common.btn_web02 .s2::before{
	background: url(images/page/web02.svg)no-repeat center / contain;
}
.btn_contact_common.btn_web03{
	background: #06c755;
}
.btn_contact_common.btn_web03 .s2::before{
	background: url(images/page/web03.svg)no-repeat center / contain;
}

@media(min-width: 768px) {
	.btn_tel.sp{
		display: none;
	}
	
	.row_contact.set02{
		width: calc(850 / var(--break03));
	}
	.set02 .btn_instagram{
		width: calc(60 / var(--break03));
	}
	.set02 .btn_tel_pc{
		width: calc(280 / var(--break03));
	}
	.set02 .btn_tel{
		width: calc(280 / var(--break03));
		height: calc(80 / var(--break03));
		padding-top: calc(10 / var(--break03));
		color: #ffff;
		background: transparent;
	}
	.set02 .btn_tel .s{
		font-size: calc(14 / var(--break03));
	}
	.set02 .btn_tel .s2{
		padding-left: calc(28 / var(--break03));
		font-size: calc(31.5 / var(--break03));
	}
	.set02 .btn_tel .s2::before{
		width: calc(20 / var(--break03));
		height: calc(20 / var(--break03));
		background: url(images/page/tel-white.svg)no-repeat center / contain;
	}
	.set02 .btn_contact_common{
		width: calc(170 / var(--break03));
		height: calc(80 / var(--break03));
		padding-top: calc(10 / var(--break03));
	}
	.set02 .btn_contact_common::before {
		border-width: calc(6 / var(--break03));
		bottom: calc(4 / var(--break03));
		right: calc(4 / var(--break03));
	}
	.set02 .btn_contact_common .s{
		margin: 0 auto calc(4 / var(--break03));
		font-size: calc(14 / var(--break03));
	}
	.set02 .btn_contact_common .s2{
		padding-left: calc(28 / var(--break03));
		font-size: calc(22 / var(--break03));
	}
	.set02 .btn_contact_common .s2::before{
		width: calc(20 / var(--break03));
		height: calc(20 / var(--break03));
	}


	.row_contact.set03{
		width: calc(790 / var(--break04));
	}
	.set03 .btn_tel_pc{
		width: calc(280 / var(--break04));
	}
	.set03 .btn_tel{
		width: calc(280 / var(--break04));
		height: calc(80 / var(--break04));
		padding-top: calc(10 / var(--break04));
	}
	.set03 .btn_tel .s{
		font-size: calc(14 / var(--break04));
	}
	.set03 .btn_tel .s2{
		padding-left: calc(28 / var(--break04));
		font-size: calc(31.5 / var(--break04));
	}
	.set03 .btn_tel .s2::before{
		width: calc(20 / var(--break04));
		height: calc(20 / var(--break04));
	}
	.set03 .btn_contact_common{
		width: calc(170 / var(--break04));
		height: calc(80 / var(--break04));
		padding-top: calc(10 / var(--break04));
	}
	.set03 .btn_contact_common::before {
		border-width: calc(6 / var(--break04));
		bottom: calc(4 / var(--break04));
		right: calc(4 / var(--break04));
	}
	.set03 .btn_contact_common .s{
		margin: 0 auto calc(4 / var(--break04));
		font-size: calc(14 / var(--break04));
	}
	.set03 .btn_contact_common .s2{
		padding-left: calc(28 / var(--break04));
		font-size: calc(22 / var(--break04));
	}
	.set03 .btn_contact_common .s2::before{
		width: calc(20 / var(--break04));
		height: calc(20 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_contact.set03{
		width: calc(720 / var(--break04));
	}
	.set03 .btn_tel{
		width: calc(240 / var(--break04));
	}
	.set03 .btn_tel_pc{
		width: calc(240 / var(--break04));
	}
	.set03 .btn_contact_common{
		width: calc(160 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_contact{
		width: calc(600 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_contact > .row01{
		width: 100%;
		margin-bottom: calc(20 / 750 * 100vw);
	}
	.btn_instagram{
		width: calc(90 / 750 * 100vw);
		margin: 0 auto calc(40 / 750 * 100vw);
	}
	.btn_tel{
		width: calc(600 / 750 * 100vw);
		height: calc(136 / 750 * 100vw);
		padding-top: 1vw;
	}
	.btn_tel .s{
		margin: 0 auto 1.5vw;
		font-size: calc(26 / 750 * 100vw);
	}
	.btn_tel .s2{
		letter-spacing: .05em;
		padding-left: calc(50 / 750 * 100vw);
		font-size: calc(49.5 / 750 * 100vw);
	}
	.btn_tel .s2::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	.btn_contact_common{
		width: calc(600 / 750 * 100vw);
		height: calc(136 / 750 * 100vw);
		margin-bottom: calc(20 / 750 * 100vw);
		padding-top: 1vw;
	}
	.btn_contact_common:last-child{
		margin-bottom: 0;
	}
	.btn_contact_common::before {
		border-width: calc(14 / 750 * 100vw);
		bottom: calc(4 / 750 * 100vw);
		right: calc(4 / 750 * 100vw);
	}
	.btn_contact_common .s{
		margin: 0 auto 1vw;
		font-size: calc(26 / 750 * 100vw);
	}
	.btn_contact_common .s2{
		display: inline-block;
		padding-left: calc(50 / 750 * 100vw);
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
	.btn_contact_common .s2::before{
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}

	.set03 .btn_tel{
		margin-bottom: calc(20 / 750 * 100vw);
	}

	.btn_tel_pc {
		display: none;
	}
}

/* 
------------------------------------------------------------------*/
.slide_common04 .slick-prev,
.slide_common04 .slick-next {
    width: calc(30 / var(--break02));
    height: calc(54 / var(--break02));
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    transform: translate(0);
    top: calc(220 / var(--break02));
    margin: auto;
    z-index: 1;
}

.slide_common04 .slick-prev {
    left: -7.2%;
}

.slide_common04 .slick-next {
    right: -7.2%;
    transform: translate(0) scaleX(-1);
}

.slide_common04 .slick-prev:before,
.slide_common04 .slick-next:before {
    display: none;
}

.slide_common04 .slide_thumbnail li {
    opacity: .5;
    transition: .3s;
}

.slide_common04 .slide_thumbnail li.thumbnail-current {
    opacity: 1;
}

.slide_common04 .slide_thumbnail li:hover {
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}

@media(min-width: 768px) {
    .slide_common04 .slide_thumbnail li {
        width: 18%;
        margin-right: 2.5%;
    }

    .slide_common04 .slide_thumbnail li:nth-child(5n),
    .slide_common04 .slide_thumbnail li:last-child {
        margin-right: 0;
    }

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

@media(min-width: 768px) and (max-width:1299px) {
    .slide_common04 .slick-prev {
        left: -2%;
    }

    .slide_common04 .slick-next {
        right: -2%;
    }
}

@media(max-width: 767px) {
	.slide_common04 {
		max-width: calc(657 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}

    .slide_common04 .slick-prev,
    .slide_common04 .slick-next {
        width: calc(30 / 750 * 100vw);
        height: calc(54 / 750 * 100vw);
        top: 17.5vw;
    }

    .slide_common04 .slick-prev {
        left: -5.5vw;
    }

    .slide_common04 .slick-next {
        right:-5.5vw;
    }

    .slide_common04 .slide_main .slick-slide>.wrap01 {
        padding: 4vw 5vw;
    }

    .slide_common04 .ttl {
        font-size: 110%;
        letter-spacing: 0;
    }

    .slide_common04 .slide_thumbnail li {
        width: 19%;
        margin-right: 1.24%;
    }

    .slide_common04 .slide_thumbnail li:nth-child(5n),
    .slide_common04 .slide_thumbnail li:last-child {
        margin-right: 0;
    }
    .slide_common04 .slide_thumbnail li:nth-of-type(n + 6) {
        margin-top: 1.3%;
    }
}

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


/* row_foot02
------------------------------------------------------------------*/
.row_banner_common > .banner{
	width: 48%;
}
/* @media(min-width: 768px) and (max-width:1299px) {
	
} */
@media(max-width: 767px) {
	.row_banner_common > .banner{
		max-width: calc(580 / 750 * 100vw);
		width: 100%;
		margin: 0 auto calc(30 / 750 * 100vw);
	}
	.row_banner_common > .banner:last-child{margin-bottom: 0;}
}

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

/* box_qa03
------------------------------------------------------------------*/
.box_qa03 {
    border: 0;
    margin-bottom: calc(40 / var(--break03));
}
.box_qa03:last-child {
    margin-bottom: 0;
}
.box_qa03 .box_q .txt{
	border-bottom: #333 1px solid;
	position: relative;
}
.box_qa03 .box_q .box {
    height: auto;
	font-size: calc(30 / var(--break03));
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #fff;
	background: #bc466c;
	position: relative;
	z-index: 0;
}
.box_qa03 .box_q .box span {
    padding-bottom: 0 !important;
}
.box_qa03 .box_q .txt {
	font-size: calc(20 / var(--break03));
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #333;
	background: #fff;
}
.box_qa03 .box_a {
	padding: calc(44 / var(--break03)) calc(48 / var(--break03));
	background: #fff;
	border-top: 0;
	position: relative;
	z-index: 1;
}
.box_qa03 .box_q .txt .icn{
    width: calc(18 / var(--break04));
    height: calc(18 / var(--break04));
}
.box_qa03 .box_q .txt .icn:before {height: 1px;}
.box_qa03 .box_q .txt .icn::after {width: 1px;}
.box_qa03 .box_q .txt .icn:before {background: #333;}
.box_qa03 .box_q .txt .icn:after {background: #333;}
@media (min-width: 768px) {
    .box_qa03 .box_q .txt {
        width: calc(100% - var(--size60px));
        padding: calc(9.5 / var(--break02)) calc(50 / var(--break02)) calc(9.5/ var(--break02)) calc(30 / var(--break02));
    }
}

@media (max-width: 767px) {
    .box_qa03 {
        margin-bottom: calc(60/ 750 * 100vw);
    }
    .box_qa03 .box_q .box {
        width: calc(80 / 750 * 100vw) !important;
        font-size: calc(50 / 750 * 100vw);
    }
	
	.box_qa03 .box_q .txt .icn:before{height: 1px;}
	.box_qa03 .box_q .txt .icn::after{width: 1px;}

    .box_qa03 .box_q .txt {
        line-height: 1.6;
		min-height: calc(98 / 750 * 100vw);
        letter-spacing: 0;
        padding: 1.75vw 10vw 1.6vw 4vw;
        font-size: calc(36 / 750 * 100vw);
    }

	.box_qa03 .box_a .box {
		width: var(--size80px);
		height: var(--size80px);
        font-size: calc(50 / 750 * 100vw);
	}
    .box_qa03 .box_a .wrap {
        width: 100%;
        margin-right: 0;
    }

	.box_qa03 .box_q .txt .icn {
		top: 0;
		bottom: 0;
		right: 3.5vw;
	}
}

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


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #e596a8;
}
.btn_submit input {
	border: none;
	font-family: "vdl-v7gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #ec7284;
}
@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);
	}
}

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

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

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


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

/* 病児保育 byoji-care
------------------------------------------------------------------*/
.byoji-care-alert {
    color: #FF7B7B;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.byoji-care-alert-icon {
    background-color: #FF7B7B;
    color: #ffffff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    font-style: normal;
}
.byoji-care-box {
    background-color: #F6EFE9;
    padding: 20px 25px;
    border-radius: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.byoji-care-box .text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.6;
}
.byoji-care-box .byoji-care-alert {
    margin-bottom: 8px !important;
}
.byoji-care-box p:last-child {
    padding-left: 30px;
}