@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(470 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.low_head {
    padding: calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) 0;
}
.low_head h1 {
    width: auto;
}
.low_head h1 a {
    padding: calc(20 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
    background-color: #fff;
    display: block;
}
.low_head h1 a img {
    width: calc(359 / var(--break) * 100vw);
}
.low_head .row_head01 {
	padding-top: calc(20 / var(--break) * 100vw);
}
.hdg2 .ja {
	text-shadow: 0 0 8px rgba(51, 51, 51, 0.4);
}
.hdg3 {
	padding-bottom: calc(45 / var(--break) * 100vw);
    position: relative;
}
.hdg3::before {
	content: "";
    position: absolute;
	background: url("images/page/bar_h3.svg") no-repeat center / cover;
    width:100%;
    height: calc(22 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.hdg3 .icn {
	width: calc(120 / var(--break) * 100vw);
}
.hdg4 {
	padding: calc(20 / var(--break) * 100vw);
}
.hdg4::before {
	content: "";
    position: absolute;
    background: url(images/page/ptn02.png) repeat center / auto;
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.hdg5 {
	padding-left: calc(41 / var(--break) * 100vw);
    padding-bottom: calc(14 / var(--break) * 100vw);
    border-bottom: solid calc(2 / var(--break) * 100vw) #333333;
}
.hdg5::before {
    content: "";
    position: absolute;
    background: url(images/page/deco_hdg5.svg) no-repeat center / cover;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    left: calc(0 / var(--break) * 100vw);
    top: calc(3 / 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;
	}
	.bg_low_main {
		padding: calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) 0;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(460 / var(--break) * 100vw);
	}
	.low_head {
		padding: 0!important;
	}
	.low_head h1 a {
		padding: calc(35 / var(--break) * 100vw) calc(45 / var(--break) * 100vw) calc(42 / var(--break) * 100vw) calc(38 / var(--break) * 100vw);
	}
	.hdg2 {
		margin-top: 20vw;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		padding-bottom: calc(40 / var(--break) * 100vw);
	}
	.hdg3::before {
		height: calc(22 / var(--break) * 100vw);
	}
	.hdg3 .ja {
		font-size: 1.4375rem;
		letter-spacing: 0;
	}
	.hdg3 .icn {
		width: calc(120 / var(--break) * 100vw);
		margin-bottom: 2vw;
	}
	.hdg4 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		padding: calc(20 / var(--break) * 100vw);
	}
	.hdg4::before {
		height: calc(10 / var(--break) * 100vw);
		background: url(images/page/ptn02.png) repeat center / calc(3 / var(--break) * 100vw) auto;
	}
	.hdg5 {
		font-size: 1.0625rem;
		letter-spacing: 0;
		padding-left: calc(60 / var(--break) * 100vw);
		padding-bottom: calc(14 / var(--break) * 100vw);
		border-bottom: solid calc(2 / var(--break) * 100vw) #333333;
	}
	.hdg5::before {
		width: calc(39 / var(--break) * 100vw);
		height: calc(39 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(3 / var(--break) * 100vw);
	}
}


/* staff_clinic
------------------------------------------------------------------*/
.row_staff01 .col_img::before {
	content: "";
    position: absolute;
	background: #b79e74;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	right: calc(-20 / var(--break) * 100vw);
	bottom: 0;
	z-index: -1;
}
.wrap_staff01 {
	width: calc(400 / var(--break) * 100vw);
}
.wrap_staff01 .ja {
	border-bottom: solid calc(2 / var(--break) * 100vw) #333;
	padding-bottom: calc(10 / var(--break) * 100vw);
}
.row_staff01 .col_img {
    width: 41%;
    max-width: 500px;
}
.row_default_1240px .col_txt {
    width: 54%;
}
.bg_staff01 {
	box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
}
.box_prof {
	border: solid calc(2 / var(--break) * 100vw) #333333;
	background: url("images/staff_clinic/deco_staff01.png")no-repeat right bottom / calc(420 / var(--break) * 100vw) auto;
	
}
.box_prof.ptn02 {
	background: url("images/staff_clinic/deco_staff02.png")no-repeat right bottom / calc(420 / var(--break) * 100vw) auto;
}
.box_prof h5 {
	border-bottom: solid calc(2 / var(--break) * 100vw) #333;
}
.box_prof01 .year {
    font-weight: 300;
}
.list_staff01 li {
    width: 48%;
}
.list_staff01 li:not(:first-child) {
    margin-top: calc(13 / var(--break) * 100vw);
}
.list_staff01 li:nth-child(-n+2) {
    margin-top: 0;
}
.list_staff01 li:before {
    background: #b79e74;
	width: calc(8 / var(--break) * 100vw);
    height: calc(8 / var(--break) * 100vw);
}
.list_staff01.ptn02 li:before {
    background: #aaa7a7;
}
.img_staff01 {
	width: calc(400 / var(--break) * 100vw);
}
.img_staff01 {
	width: calc(400 / var(--break) * 100vw);
}
.img_staff01::before {
    content: "";
    position: absolute;
    background: #aaa7a7;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: calc(-20 / var(--break) * 100vw);
    bottom: 0;
    z-index: -1;
}

.wrap_clinic01 {
	position: relative;
}
.wrap_clinic01:before {
	content: "";
	position: absolute;
	width: 50%;
	height: calc(490 / var(--break) * 100vw);
	left: 0;
	top: 0;
}
.wrap_clinic01.img01:before {
	background: url("images/staff_clinic/img_clinic02.jpg")no-repeat center / cover;
}
.wrap_clinic01.img02:before {
	left: auto;
	right: 0;
	background-image: url("images/staff_clinic/img_clinic01.jpg");
}
.wrap_clinic01.num3:before {
	background: url("images/staff_clinic/img_clinic03.jpg")no-repeat center / cover;
}
.wrap_clinic01.num4:before {
	background: url("images/staff_clinic/img_clinic04.jpg")no-repeat center / cover;
}
.wrap_clinic01 .col_txt {
	width: 50%;
	min-height: calc(490 / var(--break) * 100vw);
	padding: 0 calc(40 / var(--break) * 100vw);
	background: url(images/index/bg_feature05.png) no-repeat left bottom / calc(600 / var(--break) * 100vw) auto #b79e74;
}
.wrap_clinic01.img01 .col_txt {
	background: url(images/index/bg_feature06.png) no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a7;
}
.wrap_clinic01 .wrap {
	width: 100%;
	max-width: 675px;
}
.copy_common01 {
	position: relative;
}
.copy_common01::before {
    content: "";
    position: absolute;
    background: url(images/page/ptn02.png) repeat center / auto #b79e74;
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.copy_common01.ptn02::before {
    background: url(images/page/ptn02.png) repeat center / auto #aaa7a7;
}

.bg_clinic01 {
	background-color: #b79e7499;
}
.wrap_clinic01 .row__feature06 {
    right: 0.5%;
    bottom: 4%;
}
.bg_clinic02 {
	background: url(images/index/deco_medical01.svg) no-repeat left top / calc(1200 / var(--break) * 100vw) auto, url(images/index/deco_medical02.svg) no-repeat right top / calc(1200 / var(--break) * 100vw) auto #fff;
}
.row_clinic01 .col {
	width: 48%;
    max-width: 595px;
}
.ttl_access02 {
	border-bottom: solid calc(2 / var(--break) * 100vw) #333;
}
.ttl_access02 .icn {
	width: calc(40 / var(--break) * 100vw);
}
.list_access01 li:before {
    background: #d3798c;
}
.list_access01.ptn02 li:before {
	background: #4e9094;
}
.list_access01 {
	width: 91%;
}
.btn_common01 {
	width: calc(340 / var(--break) * 100vw);
}
.btn_common01 a {
	height: calc(60 / var(--break) * 100vw);
	border: solid 1px #333;
}
.btn_common01 a::before {
	content: "";
    position: absolute;
    background: url(images/page/arw07.svg) no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(20 / var(--break) * 100vw);
}
.row_access01 .col_r {
	width: 43%;
}
.tel_access {
    width: calc(304 / var(--break) * 100vw);
    margin-right: auto;
}
.row_access01 .col_l {
	width: 53%;
    max-width: 660px;
}
.row_access01 .col_l::before {
    content: "";
    position: absolute;
    background: #b79e74;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: calc(-20 / var(--break) * 100vw);
    bottom: 0;
    z-index: -1;
}
.wrap_access01 .tbl_foot {
	margin-left: auto;
	margin-right: auto;
}
.row_clinic02 {
	gap: 0 3%;
}
.row_clinic02 .col {
	width: 32%;
    max-width: 380px;
}
.box_clinic01 {
	box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
}
.wrap_common01 > p {
	width: 92%;
    margin: 0 auto;
}
.bg_access01 {
    box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic02 {
		background: url(images/index/deco_medical01.svg) no-repeat left top / calc(900 / var(--break) * 100vw) auto, url(images/index/deco_medical02.svg) no-repeat right top / calc(900 / var(--break) * 100vw) auto #fff;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_clinic01:before {
		height: calc(550 / var(--break) * 100vw);
	}
	.wrap_clinic01.img01:before {
		background: url("images/staff_clinic/img_clinic02.jpg")no-repeat center / cover;
	}
	.wrap_clinic01.img02:before {
		background: url("images/staff_clinic/img_clinic01.jpg")no-repeat center / cover;
	}
	.wrap_clinic01.num3:before {
		background: url("images/staff_clinic/img_clinic03.jpg")no-repeat center / cover;
	}
	.wrap_clinic01.num4:before {
		background: url("images/staff_clinic/img_clinic04.jpg")no-repeat center / cover;
	}
	.wrap_clinic01 .col_txt {
		min-height: calc(550 / var(--break) * 100vw);
		padding: 0 calc(40 / var(--break) * 100vw);
		background: url(images/index/bg_feature05.png) no-repeat left bottom / calc(600 / var(--break) * 100vw) auto #b79e74;
	}
	.wrap_clinic01.img01 .col_txt {
		background: url(images/index/bg_feature06.png) no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a7;
	}
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_staff01 .ja {
		font-size: 1rem;
	}
	.wrap_staff01.ptn02 .ja {
		font-size: 1.25rem;
	}
	.wrap_staff01 .ja .fz34{
		font-size: 1.25rem;
	}
	.wrap_staff01 .en {
		font-size: 1.0625rem;
	}
	.wrap_clinic01:before {
		position: relative;
		display: block;
		width: 100%;
		height: calc(490 / 750 * 100vw);
		left: auto;
		top: auto;
		margin-bottom: 0vw;
	}
	.wrap_clinic01.img02:before {
		right: auto;
		background-image: url(images/staff_clinic/img_clinic01.jpg);
		background-size: auto 100%;
	}
	.wrap_clinic01.num3:before {
		background: url(images/staff_clinic/img_clinic03.jpg) no-repeat center / cover;
	}
	.wrap_clinic01 .row__feature06 {
		right: 2vw;
		bottom: auto;
		top: 37vw;
	}
	.wrap_clinic01 .col_txt {
		width: 100%;
		min-height: auto;
		padding: 7vw 0 8vw;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_clinic01 .wrap {
		max-width: calc(646 / 750 * 100vw);
	}
	.copy_common01 {
		font-size: 1.25rem;
		letter-spacing: 0em;
	}
	.bg_staff01 {
		padding: 5vw 4vw 6vw;
	}
	.box_prof.box_prof01 {
		margin-bottom: 0;
	}
	.box_prof, .box_prof.box_1240px {
        width: 100%;
        padding: 5vw 5% 8vw;
    }
	.box_prof h5 {
		padding-bottom: 2vw;
	}
	.list_staff01 li {
		width: 100%;
	}
	.list_staff01 li:not(:first-child) {
		margin-top: 3vw;
	}
	.list_staff01 li:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
	}
	.bg_clinic02 {
		padding: 11vw 0 12vw;
		background: url(images/index/deco_medical01_sp.svg) no-repeat left top / calc(500 / var(--break) * 100vw) auto, url(images/index/deco_medical02_sp.svg) no-repeat right top / calc(500 / var(--break) * 100vw) auto #fff;
	}
	.row_clinic01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_clinic01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_clinic01 .col h5 {
		font-size: 1rem;
	}
	.ttl_access01 {
		font-size: 1.0625rem;
		letter-spacing: 0;
		padding-bottom: 2vw;
	}
	.ttl_access02 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.ttl_access02 .icn {
		width: calc(50 / var(--break) * 100vw);
	}
	.ttl_access02 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.btn_common01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.btn_common01 a {
		height: calc(100 / var(--break) * 100vw);
		border: solid 1px #333;
	}
	.btn_common01 a::before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.btn_common01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_access01 .col_r {
		width: 100%;
	}
	.tel_access {
		width: calc(500 / var(--break) * 100vw);
	}
	.row_access01 .col_l {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto 5vw;
	}
	.row_access01 .logo_foot {
        width: calc(459 / var(--break) * 100vw);
    }
	.row_clinic02 {
		gap: 5vw 4%;
	}
	.row_clinic02 .col {
		width: 48%;
		max-width: calc(380 / var(--break) * 100vw);
	}
	.row_clinic02 .col .txt {
		font-size: .75rem;
		line-height: 1.6;
		letter-spacing: 0;
		padding: 1.5vw 1vw;
	}
}

/*スライダー
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url(images/staff_clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(33 / 1920 * 100vw);
	height: calc(59 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/staff_clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(33 / 1920 * 100vw);
	height: calc(59 / 1920 * 100vw);
	right: -9.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(33 / 1599 * 100vw);
		height: calc(59 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(33 / 1299 * 100vw);
		height: calc(59 / 1299 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(33 / 750 * 100vw);
		height: calc(59 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* pediatric_ortho
------------------------------------------------------------------*/
.row_common01 .col_img {
    width: 49%;
    max-width: 600px;
}
.row_common01 .col_txt {
    width: 47.5%;
}
.row_common01 .copy::before {
	content: "";
    position: absolute;
    background: url(images/page/ptn02.png) repeat center / auto #b79e74;
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.row_common01 .col_img::before {
    content: "";
    position: absolute;
    background: #b79e74;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: calc(-20 / var(--break) * 100vw);
    bottom: 0;
    z-index: -1;
}
.bg_common01 .en {
	line-height: .7;
}
.box_common01::before,.box_common01::after {
	content: "";
    position: absolute;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
}
.box_common01::before {
	left: calc(10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
	border-right: none!important;
	border-bottom: none!important;
}
.box_common01::after {
	right: calc(10 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
	border-left: none!important;
	border-top: none!important;
}
.box_common01 .copy {
	border-bottom: solid calc(2 / var(--break) * 100vw) #333;
}
.list_common01 li {
    border-bottom: solid 1px #c5c5c5;
    width: 48.5%;
    padding-bottom: calc(14 / var(--break) * 100vw);
    padding-left: calc(62 / var(--break) * 100vw);
}
.list_common01 li:before {
    content: "";
    position: absolute;
    background: url(images/page/check01.svg) no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    top: calc(6 / var(--break) * 100vw);
    left: calc(20 / var(--break) * 100vw);
    border-radius: 0%;
}
.list_common01 li:not(:first-child) {
    margin-top: calc(8 / var(--break) * 100vw);
}
.list_common01 li:nth-child(-n+2) {
    margin-top: 0;
}
.bg_common01 {
	background: url("images/page/deco_common01.png")no-repeat left bottom / calc(600 / var(--break) * 100vw) auto,url("images/page/deco_common02.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a799;
}
.box_common02 {
	box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
	background: url("images/page/deco_common04.png")no-repeat right bottom / calc(420 / var(--break) * 100vw) auto;
}
.box_common02.ptn02 {
	background: url("images/page/deco_common01.png")no-repeat left bottom / calc(420 / var(--break) * 100vw) auto;
}
.row_common02 .col_img {
    width: 40.3%;
    max-width: 450px;
}
.row_common02 .col_txt {
	width: 56%;
}
.box_pediatric_ortho01 {
	border: solid calc(2 / var(--break) * 100vw) #333;
}
.box_pediatric_ortho01 .copy::before {
	content: "";
    position: absolute;
    background: url(images/page/ptn02.png) repeat center / auto #aaa7a7;
    width: 100%;
    height: calc(10 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.row_common03 {
	width: 92%
}
.row_common03 .col_txt {
	width: 64%;
}
.row_common03 .col_img {
	width: 31%;
	max-width: 350px;
}
.row_pediatric_ortho01 .col {
	width: 48%;
    max-width: 475px;
	box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
}
.row_pediatric_ortho01 .col .box {
	height: calc(110 / var(--break) * 100vw);
}
.box_flow:nth-child(odd) {
	background-color: #d4c5ac99;
}
.box_flow:nth-child(even) {
	background-color: #d6d6d699;
}
.box_flow .num {
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	top: 0;
	left: 0;
}
.box_flow .num::before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.box_flow:nth-child(odd) .num {
	background-color: #9b814f;
}
.box_flow:nth-child(odd) .num::before {
	background-color: #7e6329;
}
.box_flow:nth-child(even) .num {
	background-color: #888787;
}
.box_flow:nth-child(even) .num::before {
	background-color: #666666;
}
.box_flow .num span {
	z-index: 1;
}
.tbl_case table { 
    border: 1px solid #333; 
} 
.tbl_case th { 
    background: #d6d6d6;
	color: #333;
}
.tbl_case tr:not(:last-child) th {
    border-bottom: 1px solid #333;
}
.tbl_case td { 
    background: #ffffff;
} 
.tbl_case tr:not(:last-child) td {
    border-bottom: 1px solid #333;
}
.tbl_common01 table { 
    border: 1px solid #333; 
} 
.tbl_common01 th { 
    background: #d6d6d6;
	color: #333;
}
.tbl_common01 tr:not(:last-child) th {
    border-bottom: 1px solid #333;
}
.tbl_common01 td { 
    background: #ffffff;
} 
.tbl_common01 tr:not(:last-child) td {
    border-bottom: 1px solid #333;
}
.row_pay .col {
    width: 26%;
    max-width: 320px;
}
.row_pay .copy {
    border-bottom: solid #333 calc(2 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common01 .copy::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.box_common01::before,.box_common01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
	}
	.box_common01::before {
		left: calc(10 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
		border-right: none!important;
		border-bottom: none!important;
	}
	.box_common01::after {
		right: calc(10 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
		border-left: none!important;
		border-top: none!important;
	}
	.box_common01 .copy {
		border-bottom: solid calc(2 / var(--break) * 100vw) #333;
	}
	.list_common01 li {
		padding-bottom: calc(14 / var(--break) * 100vw);
		padding-left: calc(62 / var(--break) * 100vw);
	}
	.list_common01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		top: calc(6 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.list_common01 li:not(:first-child) {
		margin-top: calc(8 / var(--break) * 100vw);
	}
	.list_common01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.bg_common01 {
		background: url("images/page/deco_common01.png")no-repeat left bottom / calc(600 / var(--break) * 100vw) auto,url("images/page/deco_common02.png")no-repeat right bottom / calc(600 / var(--break) * 100vw) auto #aaa7a799;
	}
	.box_common02 {
		box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
		background: url("images/page/deco_common04.png")no-repeat right bottom / calc(420 / var(--break) * 100vw) auto;
	}
	.box_common02.ptn02 {
		background: url("images/page/deco_common01.png")no-repeat left bottom / calc(420 / var(--break) * 100vw) auto;
	}
	.box_pediatric_ortho01 {
		border: solid calc(2 / var(--break) * 100vw) #333;
	}
	.box_pediatric_ortho01 .copy::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .box {
		height: calc(110 / var(--break) * 100vw);
	}
	.box_flow .num {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		padding-left: calc(5 / var(--break) * 100vw);
	}
	.row_pay .copy {
		border-bottom: solid #333 calc(2 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common01 .copy::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.box_common01::before,.box_common01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
	}
	.box_common01::before {
		left: calc(10 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
		border-right: none!important;
		border-bottom: none!important;
	}
	.box_common01::after {
		right: calc(10 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
		border-left: none!important;
		border-top: none!important;
	}
	.box_common01 .copy {
		border-bottom: solid calc(2 / var(--break) * 100vw) #333;
	}
	.list_common01 li {
		padding-bottom: calc(14 / var(--break) * 100vw);
		padding-left: calc(62 / var(--break) * 100vw);
	}
	.list_common01 li:before {
		width: calc(20 / var(--break) * 100vw);
		height: calc(20 / var(--break) * 100vw);
		top: calc(6 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.list_common01 li:not(:first-child) {
		margin-top: calc(8 / var(--break) * 100vw);
	}
	.list_common01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.bg_common01 {
		background: url("images/page/deco_common01.png")no-repeat left bottom / calc(400 / var(--break) * 100vw) auto,url("images/page/deco_common02.png")no-repeat right bottom / calc(400 / var(--break) * 100vw) auto #aaa7a799;
	}
	.box_common02 {
		box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
		background: url("images/page/deco_common04.png")no-repeat right bottom / calc(320 / var(--break) * 100vw) auto;
	}
	.box_common02.ptn02 {
		background: url("images/page/deco_common01.png")no-repeat left bottom / calc(320 / var(--break) * 100vw) auto;
	}
	.box_pediatric_ortho01 {
		border: solid calc(2 / var(--break) * 100vw) #333;
	}
	.box_pediatric_ortho01 .copy::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .box {
		height: calc(110 / var(--break) * 100vw);
	}
	.box_flow .num {
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		padding-left: calc(5 / var(--break) * 100vw);
	}
	.row_pay .copy {
		border-bottom: solid #333 calc(2 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common01 .copy::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.box_common01 {
		padding: 7vw 6vw;
	}
	.box_common01::before,.box_common01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		border: solid calc(10 / var(--break) * 100vw) #aaa7a7;
	}
	.box_common01::before {
		left: calc(10 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
		border-right: none!important;
		border-bottom: none!important;
	}
	.box_common01::after {
		right: calc(10 / var(--break) * 100vw);
		bottom: calc(10 / var(--break) * 100vw);
		border-left: none!important;
		border-top: none!important;
	}
	.box_common01 .copy {
		border-bottom: solid calc(2 / var(--break) * 100vw) #333;
	}
	.list_common01 li {
		width: 100%;
		padding-bottom: 1vw;
		padding-left: 6.5vw;
	}
	.list_common01 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
	}
	.list_common01 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common01 li:nth-child(-n+2) {
		margin-top: 2vw;
	}
	.bg_common01 {
		background: url("images/page/deco_common01.png")no-repeat left bottom / calc(350 / var(--break) * 100vw) auto,url("images/page/deco_common02.png")no-repeat right bottom / calc(350 / var(--break) * 100vw) auto #aaa7a799;
	}
	.bg_common01 .en {
		font-size: 2rem;
	}
	.box_common02 {
		box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
		background: url("images/page/deco_common04.png")no-repeat right bottom / calc(320 / var(--break) * 100vw) auto;
	}
	.box_common02.ptn02 {
		background: url("images/page/deco_common01.png")no-repeat left bottom / calc(320 / var(--break) * 100vw) auto;
	}
	.row_common02 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.box_common01 .copy {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.box_pediatric_ortho01 {
		border: solid calc(2 / var(--break) * 100vw) #333;
	}
	.box_pediatric_ortho01 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_pediatric_ortho01 .copy::before {
		height: calc(10 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_pediatric_ortho01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_pediatric_ortho01 .col .box {
		height: calc(140 / var(--break) * 100vw);
	}
	.row_pediatric_ortho01 .col .box .fz22 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_pediatric_ortho01 .col .box .fz30 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_flow {
		padding: 8vw 5% 7vw;
	}
	.box_flow .num {
		width: calc(80 / var(--break) * 100vw);
        height: calc(80 / var(--break) * 100vw);
        padding-left: calc(3 / var(--break) * 100vw);
        font-size: 1.5rem;
	}
	.box_flow .ttl {
		font-size: 1.125rem;
		letter-spacing: 0em;
	}
	.row_pay .copy {
		border-bottom: solid #333 calc(2 / var(--break) * 100vw);
	}
	.bg_pay01 .copy {
		font-size: 1rem;
		letter-spacing: 0em;
	}
	.row_pay .col {
        width: 48%;
		max-width: 100%;
        margin-right: 4%;
        padding: 5vw;
    }
	.row_pay .col dl dt {
        font-size: 1rem;
        letter-spacing: 0em;
		padding-bottom: 1vw;
    }
	.row_pay .col dl dd{
        line-height: 1.6;
    }
}



/* mouthpiece
------------------------------------------------------------------*/
.row_common04 {
	gap: calc(55 / var(--break) * 100vw) 2%;
}
.row_common04 .col {
	width: 32%;
    max-width: 394px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common04 {
		gap: calc(55 / var(--break) * 100vw) 0%;
	}
	.row_common04 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common04 .col .copy {
		font-size: 1rem;
		letter-spacing: 0em;
	}
	.ttl_mouthpiece01 {
		font-size: 1.125rem;
		letter-spacing: 0em;
	}
}



/* fee
------------------------------------------------------------------*/
.row_fee01 .col {
	width: 32%;
    max-width: 400px;
}
.row_fee01 .col a {
	height: calc(110 / var(--break) * 100vw);
}
.row_fee01 .col a::before {
	content: "";
    position: absolute;
    background: url(images/page/arw07.svg) no-repeat center / cover;
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(30 / var(--break) * 100vw);
	transform: rotate(90deg);
}
#fee04 .tbl_common01 {
	margin-bottom: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_fee01 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_fee01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_fee01 .col a {
		height: calc(120 / var(--break) * 100vw);
	}
	.row_fee01 .col a::before {
		width: calc(40 / var(--break) * 100vw);
		height: calc(40 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.row_fee01 .col .txt {
		font-size: .975rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

/* query
------------------------------------------------------------------*/
.row_query01 .col {
	width: 48%;
    max-width: 450px;
}
.row_query01 .col a {
	height: calc(80 / var(--break) * 100vw);
}
.row_query01 .col a::before {
    content: "";
    position: absolute;
    background: url(images/page/arw07.svg) no-repeat center / cover;
    width: calc(30 / var(--break) * 100vw);
    height: calc(30 / var(--break) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(30 / var(--break) * 100vw);
    transform: rotate(90deg);
}

.box_qa {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_qa02 .box_q {
	background-color: transparent;
	border-bottom: solid calc(2 / var(--break) * 100vw) #7e6329;
}
.box_qa02.ptn02 .box_q {
	border-bottom: solid calc(2 / var(--break) * 100vw) #666666;
}
.box_qa02 .box_q .box {
	background: #9b814f;
    position: relative;
}
.box_qa02.ptn02 .box_q .box {
	background: #888787;
}
.box_qa02 .box_q .box::before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.box_qa02 .box_q .box::before {
	background-color: #7e6329;
}
.box_qa02.ptn02 .box_q .box::before {
	background-color: #666666;
}
.box_qa02 .box_q .box span {
	z-index: 2;
}
.box_qa02 .box_q .txt .icn {
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
}
.box_qa02 .box_a {
    background-color: transparent;
}
.box_qa02 .box_q .txt .icn:before {
    height: 1px;
}
.box_qa02 .box_q .txt .icn:after {
    width: 1px;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_query01 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
	}
	.row_query01 .col a {
		height: calc(100 / var(--break) * 100vw);
	}
	.row_query01 .col a::before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		right: calc(30 / var(--break) * 100vw);
	}
	.box_qa {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.box_qa02 .box_q {
		border-bottom: solid calc(2 / var(--break) * 100vw) #7e6329;
	}
	.box_qa02.ptn02 .box_q {
		border-bottom: solid calc(2 / var(--break) * 100vw) #666666;
	}
	.box_qa02 .box_q .txt .icn {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #333333;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 19%;
}
.slide_case01 .slick-next {
    right: 19%;
    transform: scaleX(-1);
}
.slide_case01 .slick-dots {
	margin-top: var(--size30px);
	position: relative !important;
	bottom: auto;
	line-height: 1;
}
.slide_case01 .slick-dots li {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	margin: 0 calc( 8 / var(--break) * 100vw);
}
.slide_case01 .slick-dots li button {
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	padding: 0;
}
.slide_case01 .slick-dots li button:before {
	content: "";
	background: #ddd;
	width: calc( 11 / var(--break) * 100vw);
	height: calc( 11 / var(--break) * 100vw);
	border-radius: 50%;
	opacity: 1;
}
.slide_case01 .slick-dots li.slick-active button:before {
	background: #666;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_case01 .slick-prev {
		left: 11%;
	}
	.slide_case01 .slick-next {
		right: 11%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: 3%;
	}
	.slide_case01 .slick-next {
		right: 3%;
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: 1.5rem;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #333;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(42 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
		bottom: auto;
		top: 62vw;
	}
	.slide_case01 .slick-prev {
		left: 6vw;
	}
	.slide_case01 .slick-next {
		right: 6vw;
	}
	.slide_case01.slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.slide_case01 .slick-dots li {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
		margin: 0 calc( 14 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .slick-dots li button:before {
		width: calc( 16 / var(--break) * 100vw);
		height: calc( 16 / var(--break) * 100vw);
	}
	.slide_case01 .tbl_case {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_case tr th {
		border-bottom: 1px solid #333;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01,.box_invisalign {
	box-shadow: 2.6px 3.1px 16px 0 rgba(0, 0, 0, 0.3);
}
.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: #b79e74 !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;
	}
	.box_invisalign {
		font-size: .9375rem;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: ;
}
.tbl_guideline01 th {
	background: ;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: ;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #333;
}
.btn_submit input {
	border: none;
	background: #;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
}

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