@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(400 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.main_page .row_main01 {
	top: calc(130 / var(--break) * 100vw);
}
.hdg3 .icn {
	width: calc(281 / var(--break) * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.content_low {
		padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	}
	.main_page {
		height: calc(400 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.main_page .row_main01 {
		top: calc(130 / var(--break) * 100vw);
	}
	.hdg3 .icn {
		width: calc(281 / var(--break) * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.content_low {
		padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
	}
	.main_page {
		height: calc(400 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.main_page .row_main01 {
		top: calc(165 / var(--break) * 100vw);
        right: calc(70 / var(--break) * 100vw);
	}
	.hdg3 .icn {
		width: calc(281 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 11vw 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 {
		height: calc(500 / var(--break) * 100vw);
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 {
		margin-top: 12vw;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
        letter-spacing: 0;
        margin-bottom: 2vw;
	}
	.hdg2 .en {
		font-size: .9375rem;
        letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 .ja {
		font-size: 1.4375rem;
		letter-spacing: 0;
		margin-bottom: 1vw;
	}
	.hdg3 .icn {
		width: calc(281 / var(--break) * 100vw);
	}
	.sp_only .row_main01 {
        display: flex;
	}
}


/* clinic
------------------------------------------------------------------*/
.row_clinic01 .col_img {
    width: 38%;
    max-width: 460px;
}
.row_clinic01 .col_img::before {
	content: "";
    position: absolute;
    background: #2b98c5;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    bottom: 0;
    right: calc(-20 / var(--break) * 100vw);
    z-index: -1;
}
.row_clinic01 .box__greeting01 {
    height: calc(105 / var(--break) * 100vw);
}
.row_clinic01 .box__greeting01::before {
    display: none;
}
.row_clinic01 .col_txt {
    width: 59%;
	background: url("images/clinic/deco_clinic01.png")no-repeat left top / calc(260 / var(--break) * 100vw);
}
.bg_clinic01 {
	position: relative;
}
.bg_clinic01::before,.bg_clinic01::after {
	content: "";
    position: absolute;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	border: solid 1px #444949;
}
.bg_clinic01::before {
	border-right: none;
	border-bottom: none;
	top: calc(10 / var(--break) * 100vw);
	left: calc(10 / var(--break) * 100vw);
}
.bg_clinic01::after {
	border-left: none;
	border-bottom: none;
	top: calc(10 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
}
.ttl_clinic02::before {
	content: "";
    position: absolute;
	background: url("images/clinic/deco_clinic01.png")no-repeat center / cover;
    width: calc(140 / var(--break) * 100vw);
    height: calc(140 / var(--break) * 100vw);
	left: 0;
	top: 0;
	z-index: -1;
}
.wrap_clinic01 {
	position: relative;
}
/*左側*/
.wrap_clinic01:before {
	content: "";
	position: absolute;
	width: 50%;
	height: calc(670 / var(--break) * 100vw);
	background: url("images/clinic/img_clinic03.jpg")no-repeat center / cover;
	left: 0;
	top: 0;
}
/*右側*/
.wrap_clinic01.right:before {
	left: auto;
	right: 0;
	background-image: url("images/clinic/img_clinic02.jpg");
}
/*写真パターン*/
.wrap_clinic01.num03:before {
	background-image: url("images/clinic/img_clinic07.jpg");
}
.wrap_clinic01.num04:before {
	background-image: url("images/clinic/img_clinic08.jpg");
}
.wrap_clinic01.num05:before {
	background-image: url("images/clinic/img_clinic09.jpg");
}
.wrap_clinic01 .col_txt {
	width: 50%;
	min-height: calc(670 / var(--break) * 100vw);
}
.wrap_clinic01 .col_txt {
	position: relative;
}
.wrap_clinic01 .col_txt::before,.wrap_clinic01 .col_txt::after {
	content: "";
    position: absolute;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	border: solid 1px #fff;
}
.wrap_clinic01 .col_txt::before {
	border-right: none;
	border-bottom: none;
	top: calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
}
.wrap_clinic01 .col_txt::after {
	border-left: none;
	border-top: none;
	bottom: calc(20 / var(--break) * 100vw);
	right: calc(20 / var(--break) * 100vw);
}
/*背景パターン*/
.wrap_clinic01.bg01 .col_txt {
	background: url(images/clinic/bg_clinic01.png) no-repeat center / cover;
}
.wrap_clinic01.bg02 .col_txt {
	background: url(images/clinic/bg_clinic02.png) no-repeat center / cover;
}
.wrap_clinic01.bg03 .col_txt {
	background: url(images/clinic/bg_clinic03.png) no-repeat center / cover;
}
.wrap_clinic01 .wrap {
	width: 79%;
}
.ttl_clinic01 .icn {
	width: calc(100 / var(--break) * 100vw);
}
.row_common01 {
	gap: calc(60 / var(--break) * 100vw) 0;
}
.row_common01 .col {
	width: 32%;
    max-width: 394px;
}
.row_common01 .col:nth-child(odd) .ttl {
	background-color: #166ab4;
}
.row_common01 .col:nth-child(even) .ttl {
	background-color: #2950a0;
}
.row_common01 .col .ttl {
	position: relative;
	padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
}
.row_common01 .col .ttl::before,.row_common01 .col .ttl::after {
	content: "";
    position: absolute;
    width: calc(10 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
	border: solid 1px #fff;
}
.row_common01 .col .ttl::before {
	border-right: none;
	border-bottom: none;
	top: calc(5 / var(--break) * 100vw);
	left: calc(5 / var(--break) * 100vw);
}
.row_common01 .col .ttl::after {
	border-left: none;
	border-top: none;
	bottom: calc(5 / var(--break) * 100vw);
	right: calc(5 / var(--break) * 100vw);
}
.bg_clinic02::before {
	content: "";
    position: absolute;
	background: #ffffff66;
    width: 100%;
    height: calc(400 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_common01.center {
	gap: calc(60 / var(--break) * 100vw) 2%;
}
.list_common01 li:before {
    background: #2b98c5;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic01 .box__greeting01 {
		height: calc(105 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		background: url("images/clinic/deco_clinic01.png")no-repeat left top / calc(260 / var(--break) * 100vw);
	}
	.bg_clinic01::before,.bg_clinic01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.bg_clinic01::before {
		border-right: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
	}
	.bg_clinic01::after {
		border-left: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		right: calc(10 / var(--break) * 100vw);
	}
	.ttl_clinic02::before {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	/*左側*/
	.wrap_clinic01:before {
		height: calc(670 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt {
		min-height: calc(670 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::before,.wrap_clinic01 .col_txt::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::before {
		border-right: none;
		border-bottom: none;
		top: calc(20 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::after {
		border-left: none;
		border-top: none;
		bottom: calc(20 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.ttl_clinic01 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.ttl_clinic01 .ja {
		font-size: 2rem;
	}
	.row_common01 {
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.wrap_clinic01.num05 .ttl_clinic01 .ja {
		font-size: 1.625rem;
	}
	.row_common01 .col .ttl {
		padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::before,.row_common01 .col .ttl::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::before {
		border-right: none;
		border-bottom: none;
		top: calc(5 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::after {
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.bg_clinic02::before {
		height: calc(400 / var(--break) * 100vw);
	}
	.row_common01.center {
		gap: calc(60 / var(--break) * 100vw) 2%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic01 .box__greeting01 {
		height: calc(105 / var(--break) * 100vw);
	}
	.row_clinic01 .col_txt {
		background: url("images/clinic/deco_clinic01.png")no-repeat left top / calc(260 / var(--break) * 100vw);
	}
	.bg_clinic01::before,.bg_clinic01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.bg_clinic01::before {
		border-right: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
	}
	.bg_clinic01::after {
		border-left: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		right: calc(10 / var(--break) * 100vw);
	}
	.ttl_clinic02::before {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	/*左側*/
	.wrap_clinic01:before {
		height: calc(670 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt {
		min-height: calc(670 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::before,.wrap_clinic01 .col_txt::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::before {
		border-right: none;
		border-bottom: none;
		top: calc(20 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::after {
		border-left: none;
		border-top: none;
		bottom: calc(20 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.ttl_clinic01 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.row_common01 {
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_common01 .col .ttl {
		padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::before,.row_common01 .col .ttl::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::before {
		border-right: none;
		border-bottom: none;
		top: calc(5 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::after {
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.bg_clinic02::before {
		height: calc(400 / var(--break) * 100vw);
	}
	.row_common01.center {
		gap: calc(60 / var(--break) * 100vw) 2%;
	}
}
@media(max-width: 767px) {
	.row_clinic01 .col_img {
        max-width: calc(500 / var(--break) * 100vw) !important;
        margin-left: auto;
		margin-right: auto;
    }
	.row_clinic01 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_clinic01 .box__greeting01 {
		height: calc(150 / var(--break) * 100vw);
	}
	.box__greeting01 .ja .fz34 {
		font-size: 1.15625rem;
	}
	.row_clinic01 .col_txt {
		background: url("images/clinic/deco_clinic01.png")no-repeat left top / calc(260 / var(--break) * 100vw);
	}
	.bg_clinic01::before,.bg_clinic01::after {
		width: calc(50 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
	}
	.bg_clinic01::before {
		border-right: none;
		border-bottom: none;
		top: calc(20 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.bg_clinic01::after {
		border-left: none;
		border-bottom: none;
		top: calc(20 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.ttl_clinic02 {
		font-size: 1.125rem;
		letter-spacing: 0;
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.ttl_clinic02::before {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
	}
	/*左側*/
	.wrap_clinic01:before {
		position: relative;
		display: block;
		width: 100%;
		height: calc(500 / 750 * 100vw);
		left: auto;
		top: auto;
		margin-bottom: 5vw;
	}
	.wrap_clinic01.right:before {
		right: auto;
	}
	.wrap_clinic01 .col_txt {
		width: 100%;
		min-height: auto;
		padding: 0;
		max-width: calc(702 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.wrap_clinic01 .col_txt::before,.wrap_clinic01 .col_txt::after {
		width: calc(50 / var(--break) * 100vw);
		height: calc(50 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::before {
		border-right: none;
		border-bottom: none;
		top: calc(20 / var(--break) * 100vw);
		left: calc(20 / var(--break) * 100vw);
	}
	.wrap_clinic01 .col_txt::after {
		border-left: none;
		border-top: none;
		bottom: calc(20 / var(--break) * 100vw);
		right: calc(20 / var(--break) * 100vw);
	}
	.wrap_clinic01 .wrap {
		width: 89%;
		padding: 5vw 0 9vw;
	}
	.ttl_clinic01 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.ttl_clinic01 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_common01.row_clinic02 {
		justify-content: center!important;
		gap: 3vw 4%;
	}
	.row_common01 {
		gap: 3vw 0;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .ttl {
		font-size: .75rem;
		letter-spacing: 0;
		padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::before,.row_common01 .col .ttl::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::before {
		border-right: none;
		border-bottom: none;
		top: calc(5 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
	}
	.row_common01 .col .ttl::after {
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.bg_clinic02::before {
		height: calc(400 / var(--break) * 100vw);
	}
	.row_common01.center {
		gap: 3vw 4%;
	}
	#clinic09 .hdg3 .ja .deco {
		font-size: 1.125rem;
	}
	#clinic09 .ttl_clinic02 {
		font-size: 1rem;
	}
}

/*スライダー
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(42 / 1920 * 100vw);
	height: calc(80 / 1920 * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -9.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/clinic/arw_clinic01.svg)no-repeat center / cover;
	width: calc(42 / 1920 * 100vw);
	height: calc(80 / 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(42 / 1599 * 100vw);
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(42 / 1299 * 100vw);
		height: calc(80 / 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(42 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* access
------------------------------------------------------------------*/
.img_access01::before {
	content: "";
    position: absolute;
    background: #2b98c5;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    bottom: 0;
    right: calc(-20 / var(--break) * 100vw);
    z-index: -1;
}
.bg_access01::before {
	content: "";
    position: absolute;
	background: #e9f4f9;
    width: 100%;
    height: calc(844 / var(--break) * 100vw);
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.img_access01 {
	width: calc(750 / var(--break) * 100vw);
}
.row_access01 {
	width: 90%;
    max-width: 1060px;
}
.row_access01 > .col_l {
    width: 50%;
}
.row_foot01 > .col_r {
    width: 48%;
    max-width: 500px;
}
.address_access .icn {
	width: calc(18 / var(--break) * 100vw);
	display: inline-block;
	margin-right: calc(5 / var(--break) * 100vw);
	position: relative;
    top: calc(-4 / var(--break) * 100vw);
}
.row_access01 .tel_foot {
    width: 78%;
}
.box_access01 {
	border: solid 1px #262626;
}
.deco_common01::before,.deco_common01::after {
	content: "";
    position: absolute;
    width: calc(100 / var(--break) * 100vw);
    height: calc(100 / var(--break) * 100vw);
	border: solid 1px #444949;
}
.deco_common01::before {
	border-right: none;
	border-bottom: none;
	top: calc(10 / var(--break) * 100vw);
	left: calc(10 / var(--break) * 100vw);
}
.deco_common01::after {
	border-left: none;
	border-bottom: none;
	top: calc(10 / var(--break) * 100vw);
	right: calc(10 / var(--break) * 100vw);
}
.icn_access01 {
	width: calc(100 / var(--break) * 100vw);
}
.ttl_access01 .prl15::before {
    content: "";
    position: absolute;
    background-color: #444949;
    width: calc(320 / var(--break) * 100vw);
    height: calc(2 / var(--break) * 100vw);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.row_access02 .col {
	width: 48%;
	height: calc(80 / var(--break) * 100vw);
}
.deco_common02::before,.deco_common02::after {
	content: "";
    position: absolute;
    width: calc(10 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
	border: solid 1px #444949;
}
.deco_common02::before {
	border-right: none;
	border-bottom: none;
	top: calc(5 / var(--break) * 100vw);
	left: calc(5 / var(--break) * 100vw);
}
.deco_common02::after {
	border-left: none;
	border-top: none;
	bottom: calc(5 / var(--break) * 100vw);
	right: calc(5 / var(--break) * 100vw);
}
.btn_common01 {
    width: calc(460 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.img_access01::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.bg_access01::before {
		height: calc(844 / var(--break) * 100vw);
	}
	.img_access01 {
		width: calc(750 / var(--break) * 100vw);
	}
	.address_access .icn {
		width: calc(18 / var(--break) * 100vw);
		margin-right: calc(5 / var(--break) * 100vw);
		top: calc(-4 / var(--break) * 100vw);
	}
	.deco_common01::before,.deco_common01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.deco_common01::before {
		border-right: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
	}
	.deco_common01::after {
		border-left: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		right: calc(10 / var(--break) * 100vw);
	}
	.icn_access01 {
		width: calc(100 / var(--break) * 100vw);
	}
	.ttl_access01 .prl15::before {
		width: calc(320 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.row_access02 .col {
		height: calc(80 / var(--break) * 100vw);
	}
	.deco_common02::before,.deco_common02::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.deco_common02::before {
		border-right: none;
		border-bottom: none;
		top: calc(5 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
	}
	.deco_common02::after {
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: calc(460 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.img_access01::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.bg_access01::before {
		height: calc(844 / var(--break) * 100vw);
	}
	.img_access01 {
		width: calc(750 / var(--break) * 100vw);
	}
	.address_access .icn {
		width: calc(18 / var(--break) * 100vw);
		margin-right: calc(5 / var(--break) * 100vw);
		top: calc(-4 / var(--break) * 100vw);
	}
	.deco_common01::before,.deco_common01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.deco_common01::before {
		border-right: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
	}
	.deco_common01::after {
		border-left: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		right: calc(10 / var(--break) * 100vw);
	}
	.icn_access01 {
		width: calc(100 / var(--break) * 100vw);
	}
	.ttl_access01 .prl15::before {
		width: calc(320 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.row_access02 .col {
		height: calc(80 / var(--break) * 100vw);
	}
	.deco_common02::before,.deco_common02::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.deco_common02::before {
		border-right: none;
		border-bottom: none;
		top: calc(5 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
	}
	.deco_common02::after {
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: calc(460 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.img_access01::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
		right: calc(-20 / var(--break) * 100vw);
	}
	.bg_access01::before {
		height: 87%;
	}
	.img_access01 {
		width: calc(646 / var(--break) * 100vw);
	}
	.row_access01 > .col_l {
		width: 100%;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
	}
	.address_access .icn {
		width: calc(25 / var(--break) * 100vw);
		margin-right: calc(5 / var(--break) * 100vw);
		top: calc(-6 / var(--break) * 100vw);
	}
	.deco_common01::before,.deco_common01::after {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.deco_common01::before {
		border-right: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		left: calc(10 / var(--break) * 100vw);
	}
	.deco_common01::after {
		border-left: none;
		border-bottom: none;
		top: calc(10 / var(--break) * 100vw);
		right: calc(10 / var(--break) * 100vw);
	}
	.icn_access01 {
		width: calc(100 / var(--break) * 100vw);
	}
	.ttl_access01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_access01 .prl15::before {
		width: calc(420 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.row_access02 .col {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_access02 .col:nth-child(n+2) {
		margin-top: 3vw;
	}
	.row_access02 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0em;
	}
	.deco_common02::before,.deco_common02::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
	}
	.deco_common02::before {
		border-right: none;
		border-bottom: none;
		top: calc(5 / var(--break) * 100vw);
		left: calc(5 / var(--break) * 100vw);
	}
	.deco_common02::after {
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.btn_common01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
}

/* general
------------------------------------------------------------------*/
.row_common02 .col_img::before {
    content: "";
    position: absolute;
    background: #2b98c5;
    width: 100%;
    height: calc(100% - calc(20 / var(--break) * 100vw));
    bottom: 0;
    z-index: -1;
}
.row_common02.r_reverse .col_img::before {
    right: calc(-20 / var(--break) * 100vw);
	left: auto;
}
.row_common02 .col_img::before {
	right: auto;
    left: calc(-20 / var(--break) * 100vw);
}
.row_common02.left .ttl_common01::before {
    left: auto;
	right: 0;
}
.bg_common01::before {
	content: "";
    position: absolute;
	background: #2b98c51a;
    width: 100%;
    height: 40%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.ttl_common01::before {
    content: "";
    position: absolute;
    background: url(images/clinic/deco_clinic01.png) no-repeat center / cover;
    width: calc(140 / var(--break) * 100vw);
    height: calc(140 / var(--break) * 100vw);
    left: 0;
    top: 0;
    z-index: -1;
}
.ttl_common01.right::before {
    left: auto;
	right: 0;
	top: 0;
	bottom: auto;
}
.ttl_common02 .prl15::before {
    content: "";
    position: absolute;
    background-color: #444949;
    width: calc(395 / var(--break) * 100vw);
    height: calc(2 / var(--break) * 100vw);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.box_common01 {
	border: solid 1px #262626;
}
.box_common01 .icn {
	width: calc(100 / var(--break) * 100vw);
}
.list_common02 li {
	width: 47%;
    border-bottom: solid #b7b8bd 1px;
	padding-left: calc(37 / var(--break) * 100vw);
    padding-bottom: calc(4 / var(--break) * 100vw);
}
.list_common02 li:before {
    content: "";
    position: absolute;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    background: url("images/page/icn_check.svg")no-repeat center / cover;
    border-radius: 0%;
    left: 0;
    top: calc(4 / var(--break) * 100vw);
}
.list_common02 li:not(:first-child) {
    margin-top: calc(8 / var(--break) * 100vw);
}
.list_common02 li:nth-child(-n+2) {
    margin-top: 0;
}
.row_common03 .col_img:after,.row_common04 .col_img:after {
    content: "";
    position: absolute;
	background: #2b98c5;
    width: 100%;
    height: calc(100% - calc(10 / var(--break) * 100vw));
    bottom: 0;
    z-index: -1;
}
.row_common03.r_reverse .col_img:after,.row_common04.r_reverse .col_img:after {
    right: calc(-10 / var(--break) * 100vw);
	left: auto;
}
.row_common03 .col_img:after,.row_common04 .col_img:after {
    left: calc(-10 / var(--break) * 100vw);
}
.ttl_common03::before,.ttl_common03::after {
	content: "";
    position: absolute;
	background: #e9f4f9;
    width: 1px;
    height: 65%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_common03::before {
	left: calc(10 / var(--break) * 100vw);
}
.ttl_common03::after {
	right: calc(10 / var(--break) * 100vw);
}
.row_common01.ptn02 .col .ttl::after {
	display: none;
}
.row_common01.ptn02 .col .box {
	position: relative;
}
.row_common01.ptn02 .col .box::after {
	content: "";
    position: absolute;
    width: calc(10 / var(--break) * 100vw);
    height: calc(10 / var(--break) * 100vw);
	border: solid 1px #444949;
	border-left: none;
	border-top: none;
	bottom: calc(5 / var(--break) * 100vw);
	right: calc(5 / var(--break) * 100vw);
}
.row_common01.col02 .col {
    width: 48%;
    max-width: 475px;
}
.row_common01.col02 .col .ttl {
    padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.box_common02 {
	outline: solid 1px #2b98c5;
    outline-offset: calc(-10 / var(--break) * 100vw);
}
.box_common02 .ttl_common01::before {
    content: "";
    position: absolute;
    background: url(images/page/box_common01.svg) no-repeat center / cover;
    width: calc(200 / var(--break) * 100vw);
    height: calc(200 / var(--break) * 100vw);
    left: 0;
    top: 0;
    z-index: -1;
}
.btn_general01 {
    width: calc(400 / var(--break) * 100vw);
}

@media(min-width: 768px) and (max-width:1599px) {
	.row_common02 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.row_common02.r_reverse .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_common02 .col_img::before {
		left: calc(-20 / var(--break) * 100vw);
	}
	.ttl_common01::before {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
		bottom: calc(-69 / var(--break) * 100vw);
	}
	.ttl_common02 .prl15::before {
		width: calc(395 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.box_common01 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.list_common02 li {
		padding-left: calc(37 / var(--break) * 100vw);
		padding-bottom: calc(4 / var(--break) * 100vw);
	}
	.list_common02 li:before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		top: calc(4 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: calc(8 / var(--break) * 100vw);
	}
	.list_common02 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.row_common03 .col_img:after,.row_common04 .col_img:after {
		height: calc(100% - calc(10 / var(--break) * 100vw));
	}
	.row_common03.r_reverse .col_img:after,.row_common04.r_reverse .col_img:after {
		right: calc(-10 / var(--break) * 100vw);
	}
	.row_common03 .col_img:after,.row_common04 .col_img:after {
		left: calc(-10 / var(--break) * 100vw);
	}
	.ttl_common03::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.ttl_common03::after {
		right: calc(10 / var(--break) * 100vw);
	}
	.row_common01.ptn02 .col .box::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.row_common01.col02 .col .ttl {
		padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.box_common02 {
		outline-offset: calc(-10 / var(--break) * 100vw);
	}
	.box_common02 .ttl_common01::before {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.btn_general01 {
		width: calc(400 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_common02 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.row_common02.r_reverse .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
	}
	.row_common02 .col_img::before {
		left: calc(-20 / var(--break) * 100vw);
	}
	.ttl_common01::before {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
		bottom: calc(-69 / var(--break) * 100vw);
	}
	.ttl_common02 .prl15::before {
		width: calc(395 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.box_common01 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.list_common02 li {
		padding-left: calc(37 / var(--break) * 100vw);
		padding-bottom: calc(4 / var(--break) * 100vw);
	}
	.list_common02 li:before {
		width: calc(24 / var(--break) * 100vw);
		height: calc(24 / var(--break) * 100vw);
		top: calc(4 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: calc(8 / var(--break) * 100vw);
	}
	.list_common02 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.row_common03 .col_img:after,.row_common04 .col_img:after {
		height: calc(100% - calc(10 / var(--break) * 100vw));
	}
	.row_common03.r_reverse .col_img:after,.row_common04.r_reverse .col_img:after {
		right: calc(-10 / var(--break) * 100vw);
	}
	.row_common03 .col_img:after,.row_common04 .col_img:after {
		left: calc(-10 / var(--break) * 100vw);
	}
	.ttl_common03::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.ttl_common03::after {
		right: calc(10 / var(--break) * 100vw);
	}
	.row_common01.ptn02 .col .box::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.row_common01.col02 .col .ttl {
		padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.box_common02 {
		outline-offset: calc(-10 / var(--break) * 100vw);
	}
	.box_common02 .ttl_common01::before {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.btn_general01 {
		width: calc(400 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_common02 .col_img {
        padding-bottom: calc(10 / var(--break) * 100vw);
    }
	.row_common02 .col_img::before {
		height: calc(100% - calc(20 / var(--break) * 100vw));
	}
	.row_common02.r_reverse .col_img::before {
		right: calc(-10 / var(--break) * 100vw);
	}
	.row_common02 .col_img::before {
		left: calc(-10 / var(--break) * 100vw);
	}
	.row_common02 .ttl_common01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 3vw;
	}
	.ttl_common01::before {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
		bottom: calc(-69 / var(--break) * 100vw);
	}
	.ttl_common02 .prl15::before {
		width: calc(395 / var(--break) * 100vw);
		height: calc(2 / var(--break) * 100vw);
	}
	.box_common01 .icn {
		width: calc(100 / var(--break) * 100vw);
	}
	.list_common02 li {
		width: 100%;
        padding-left: 7vw;
        padding-bottom: 1.5vw;
	}
	.list_common02 li:before {
		width: calc(38 / var(--break) * 100vw);
        height: calc(38 / var(--break) * 100vw);
        top: calc(7 / var(--break) * 100vw);
	}
	.list_common02 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common02 li:nth-child(-n+2) {
		margin-top: 2vw;
	}
	.hdg5 .ja {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_common03 .col_img:after,.row_common04 .col_img:after {
		height: calc(100% - calc(10 / var(--break) * 100vw));
	}
	.row_common03.r_reverse .col_img:after,.row_common04.r_reverse .col_img:after {
		right: calc(-10 / var(--break) * 100vw);
	}
	.row_common03 .col_img:after,.row_common04 .col_img:after {
		left: calc(-10 / var(--break) * 100vw);
	}
	.row_common03 .ttl_common01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 3vw;
	}
	.ttl_common03 {
		padding: 1.5vw 3vw;
	}
	.ttl_common03::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.ttl_common03::after {
		right: calc(10 / var(--break) * 100vw);
	}
	.ttl_common03 .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common01.ptn02 {
        gap: 5vw 0;
    }
	.row_common01.ptn02 .col {
        width: 100%;
        max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
    }
	.row_common01.ptn02 .col .ttl {
        font-size: 1rem;
        letter-spacing: 0;
    }
	.row_common01.ptn02 .col .box::after {
		width: calc(10 / var(--break) * 100vw);
		height: calc(10 / var(--break) * 100vw);
		border-left: none;
		border-top: none;
		bottom: calc(5 / var(--break) * 100vw);
		right: calc(5 / var(--break) * 100vw);
	}
	.row_common01.col02 .col .ttl {
		padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	}
	.box_common02 {
		outline-offset: calc(-10 / var(--break) * 100vw);
	}
	.box_common02 .ttl_common01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.box_common02 .ttl_common01::before {
		width: calc(200 / var(--break) * 100vw);
		height: calc(200 / var(--break) * 100vw);
	}
	.btn_general01 {
		width: calc(400 / var(--break) * 100vw);
	}
	.row_common04 .col_img {
        width: 88% !important;
		margin-left: auto;
		margin-right: auto;
    }
	.btn_general01 {
        width:  calc(550 / var(--break) * 100vw);
    }
}

/* perio
------------------------------------------------------------------*/
.ttl_common04:before {
    content: "";
    position: absolute;
    width: calc(12 / var(--break) * 100vw);
    height: calc(12 / var(--break) * 100vw);
    background: #fff100;
    border-radius: 100%;
    left: calc(-2 / var(--break) * 100vw);
    top: calc(13 / var(--break) * 100vw);
}
.row_common05 .col_txt {
    width: 68%;
}
.row_common05 .col_img {
    width: 29%;
    max-width: 350px;
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_common04:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		left: calc(-2 / var(--break) * 100vw);
		top: calc(13 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_common04:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		left: calc(-2 / var(--break) * 100vw);
		top: calc(11 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.ttl_common04 {
		font-size: 1.0625rem;
		letter-spacing: 0;
		padding-left: 4vw;
	}
	.ttl_common04:before {
		width: calc(14 / var(--break) * 100vw);
		height: calc(14 / var(--break) * 100vw);
		left: calc(-2 / var(--break) * 100vw);
		top: calc(21 / var(--break) * 100vw);
	}
}

/* cosmetic/
------------------------------------------------------------------*/
.tbl_common01 table { 
    border: 1px solid #444949; 
} 
.tbl_common01 th { 
    background: #2b98c5; 
} 
.tbl_common01 tr:not(:last-child) td { 
    border-bottom: 1px solid #444949; 
}
.row_pay .deco_common01::before, .row_pay .deco_common01::after {
    width: calc(60 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
}
.row_pay .col {
    width: 26.7%;
    max-width: 320px;
    border: solid 1px #262626;
}
.box_pay01 {
	border: solid 1px #262626;
}
.box_pay01 .img {
	width: calc(743 / var(--break) * 100vw);
}
.box_pay02 {
	border: solid 1px #2950a0;
}
.btn_pay01 {
	width: calc(400 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_pay .deco_common01::before, .row_pay .deco_common01::after {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.box_pay01 .img {
		width: calc(743 / var(--break) * 100vw);
	}
	.btn_pay01 {
		width: calc(400 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pay .deco_common01::before, .row_pay .deco_common01::after {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.box_pay01 .img {
		width: calc(743 / var(--break) * 100vw);
	}
	.btn_pay01 {
		width: calc(400 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_title {
		font-size: 1.0625rem;
        letter-spacing: 0;
	}
	.ttl_pay01,.ttl_pay02 {
		font-size: 1.0625rem;
        letter-spacing: 0;
	}
	.row_pay .col {
		width: 48%;
		max-width: 100%;
	}
	.row_pay .deco_common01::before, .row_pay .deco_common01::after {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.row_pay .txt {
		line-height: 1.6;
    }
	.box_pay01 .img {
		width: calc(630 / var(--break) * 100vw);
	}
	.btn_pay01 {
		width: calc(550 / 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 #2d374c;
	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: -8.8%;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2.4%;
}
.slide_case01 .slick-next {
    right: 2.4%;
    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: #d4dcec;
	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: #2950a0;
	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);
}
.row_case01 .col .en span {
	font-size: 1.25rem;
	letter-spacing: .15em;
}
.row_case01 .col .en span::first-letter {
  font-size: 1.5rem;
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case table { 
    border: 1px solid #2d374c; 
} 
.tbl_case th { 
    background: #166ab4; 
}
.tbl_case td { 
    background: #fff; 
} 
.tbl_case tr:not(:last-child) td { 
    border-bottom: 1px solid #444949;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: 1%;
	}
	.slide_case01 .slick-next {
		right: 1%;
		transform: scaleX(-1);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: 1.75rem;
	}
	.row_case01 {
		margin-bottom: 7.5vw;
		max-width: calc(646 / var(--break) * 100vw);
		/*opacity: .5;
		transition: .3s;*/
	}
	.row_case01.slick-active {
		opacity: 1;
	}
	.row_case01 .col {
		max-width: calc(480 / var(--break) * 100vw);
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.row_case01 .col:first-child {
		margin-bottom: 12vw;
	}
	.row_case01:after {
		border-left: calc(40 / var(--break) * 100vw) solid transparent;
		border-right: calc(40 / var(--break) * 100vw) solid transparent;
		border-top: calc(30 / var(--break) * 100vw) solid #2d374c;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		height: calc(60 / var(--break) * 100vw);
	}
	.row_case01 .col .en span {
		font-size: 1rem;
		letter-spacing: .1em;
	}
	.row_case01 .col .en span::first-letter {
	  font-size: 1.125rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.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: 70.5vw;
	}
	.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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	background: #cccccc33;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign {
	max-width: 1000px;
	border: ;
}
.box_invisalign .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	padding-right: calc(50 / var(--break) * 100vw);
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #2b98c5 !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
------------------------------------------------------------------*/
.row_recruit01 .col {
	width: 48%;
}
.row_recruit01 .box01 {
	height: calc(70 / var(--break) * 100vw);
	z-index: 2;
}
.row_recruit01 .box01::before {
	content: "";
    position: absolute;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #2b36c4 transparent transparent transparent;
    border-width: calc(20 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) 0px calc(12 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    bottom: calc(-19 / var(--break) * 100vw);
}
.row_recruit01 .ccl {
	width: calc(60 / var(--break) * 100vw);
	height: calc(60 / var(--break) * 100vw);
}
.row_recruit01 .wrap .num {
	position: relative;
    bottom: calc(7 / var(--break) * 100vw);
}
.box_recruit01 {
	border: solid 1px #2950a0;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #444949;
}
.tbl_guideline01 th {
	background: #2b98c5;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #444949;
}
.tbl_form01 th {
	color: #333333;
}
.tbl_form01 td input,
.tbl_form01 td textarea {
	background-color: #eee;
}
.tbl_form01 .require span:after {
	color: #2950a0;
	background-color: #fff100;
}
.tbl_form01 .box_form {
    background-color: #e9f4f9;
}
.box_privacy {
    border: 1px solid #2d374c;
}
.btn_submit input {
	border: none;
	background: #142d87;
}
.btn_submit:before {
	border: none;
    transform: rotate(0deg);
	content: "";
    width: calc(21 / var(--break) * 100vw);
    height: calc(21 / var(--break) * 100vw);
    margin: auto;
    background: url(images/page/arw02.svg) no-repeat center / calc(21 / var(--break) * 100vw) auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(30 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_recruit01 .box01 {
		height: calc(70 / var(--break) * 100vw);
	}
	.row_recruit01 .box01::before {
		border-width: calc(20 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) 0px calc(12 / var(--break) * 100vw);
		bottom: calc(-19 / var(--break) * 100vw);
	}
	.row_recruit01 .ccl {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.row_recruit01 .wrap .num {
		bottom: calc(7 / var(--break) * 100vw);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.btn_submit:before {
		width: calc(21 / var(--break) * 100vw);
		height: calc(21 / var(--break) * 100vw);
		background: url(images/page/arw02.svg) no-repeat center / calc(21 / var(--break) * 100vw) auto;
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_recruit01 .box01 {
		height: calc(70 / var(--break) * 100vw);
	}
	.row_recruit01 .box01::before {
		border-width: calc(20 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) 0px calc(12 / var(--break) * 100vw);
		bottom: calc(-19 / var(--break) * 100vw);
	}
	.row_recruit01 .ccl {
		width: calc(60 / var(--break) * 100vw);
		height: calc(60 / var(--break) * 100vw);
	}
	.row_recruit01 .wrap .num {
		bottom: calc(7 / var(--break) * 100vw);
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.btn_submit:before {
		width: calc(21 / var(--break) * 100vw);
		height: calc(21 / var(--break) * 100vw);
		background: url(images/page/arw02.svg) no-repeat center / calc(21 / var(--break) * 100vw) auto;
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_recruit01 .col {
		width: 100%;
		max-width:  calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_recruit01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_recruit01 .box01 {
		height: calc(80 / var(--break) * 100vw);
	}
	.row_recruit01 .box01 .txt {
		font-size: 1.125rem;
		letter-spacing: 0em;
	}
	.row_recruit01 .box01::before {
		border-width: calc(20 / var(--break) * 100vw) calc(12 / var(--break) * 100vw) 0px calc(12 / var(--break) * 100vw);
		bottom: calc(-19 / var(--break) * 100vw);
	}
	.row_recruit01 .ccl {
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
		margin-right: 5vw;
	}
	.row_recruit01 .ccl .txt {
		font-size: .75rem;
		letter-spacing: 0;
	}
	.row_recruit01 .wrap {
		font-size: 1.5rem;
	}
	.row_recruit01 .wrap .num {
		font-size: 3rem;
		bottom: calc(7 / var(--break) * 100vw);
	}
	.row_recruit02.mb10 {
		margin-bottom: 3vw;
	}
	.box_recruit01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.tbl_guideline01:not(:last-child) {
		margin-bottom: calc(100 / var(--break) * 100vw);
	}
	.btn_submit:before {
		width: calc(21 / var(--break) * 100vw);
		height: calc(21 / var(--break) * 100vw);
		background: url(images/page/arw02.svg) no-repeat center / calc(21 / var(--break) * 100vw) auto;
		right: calc(30 / var(--break) * 100vw);
	}
	.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: #fff766;
    color: #444949;
	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: #2b98c5;
    border: 1px solid #2b98c5;
    border-right-color: #2b98c5;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #2b98c5;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #2b36c4;
	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 #444949;
	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 #444949;
	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 #cccccc;
}
.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;
	color: #2950a0;
}
.blog_archive .txt_post .date {
	color: #2b98c5;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #2b36c4;
	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 #2950a0;
    color: #2950a0;
	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: #2950a0;
    background: #2950a0;
    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 #166ab4;
    background: #166ab4;
    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: #166ab4;
}
.single_post h3::before {
	content: "";
    position: absolute;
	background: #fff;
    width: 100%;
    height: 1px;
	right: 0;
	left: 0;
	bottom: calc(8 / var(--break) * 100vw);
	margin: auto;
}
.single_post h4 {
	padding: calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	background-color: #2B98C5;
	color: #fff;
	line-height: 1.6;
	font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 500;
    font-style: normal;
	position: relative;
}
.single_post h4::before,.single_post h4::after {
	content: "";
    position: absolute;
	background: #e9f4f9;
    width: 1px;
    height: 65%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.single_post h4::before {
	left: calc(10 / var(--break) * 100vw);
}
.single_post h4::after {
	right: calc(10 / var(--break) * 100vw);
}
.single_post h5 {
	position: relative;
	padding-left: calc(28 / var(--break)* 100vw);
    border-bottom: 4px double #cccccc;
    padding-bottom: calc(10 / var(--break)* 100vw);
	font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.single_post h5:before {
    content: "";
    position: absolute;
    width: calc(12 / var(--break) * 100vw);
    height: calc(12 / var(--break) * 100vw);
    background: #fff100;
    border-radius: 100%;
    left: calc(-2 / var(--break) * 100vw);
    top: calc(13 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.single_post h3::before {
		bottom: calc(8 / var(--break) * 100vw);
	}
	.single_post h4 {
		padding: calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	}
	.single_post h4::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.single_post h4::after {
		right: calc(10 / var(--break) * 100vw);
	}
	.single_post h5 {
		padding-left: calc(28 / var(--break)* 100vw);
		border-bottom: calc(4 / var(--break)* 100vw) double #cccccc;
		padding-bottom: calc(10 / var(--break)* 100vw);
	}
	.single_post h5:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		left: calc(-2 / var(--break) * 100vw);
		top: calc(13 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.single_post h3::before {
		bottom: calc(8 / var(--break) * 100vw);
	}
	.single_post h4 {
		padding: calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	}
	.single_post h4::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.single_post h4::after {
		right: calc(10 / var(--break) * 100vw);
	}
	.single_post h5 {
		padding-left: calc(28 / var(--break)* 100vw);
		border-bottom: calc(4 / var(--break)* 100vw) double #cccccc;
		padding-bottom: calc(10 / var(--break)* 100vw);
	}
	.single_post h5:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		left: calc(-2 / var(--break) * 100vw);
		top: calc(10 / var(--break) * 100vw);
	}
}
@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 .ja{
		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);
	}
	.single_post h3::before {
		bottom: calc(8 / var(--break) * 100vw);
	}
	.single_post h4 {
		padding: calc(15 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	}
	.single_post h4::before {
		left: calc(10 / var(--break) * 100vw);
	}
	.single_post h4::after {
		right: calc(10 / var(--break) * 100vw);
	}
	.single_post h5 {
		padding-left: calc(28 / var(--break)* 100vw);
		border-bottom: calc(8 / var(--break)* 100vw) double #cccccc;
		padding-bottom: calc(10 / var(--break)* 100vw);
	}
	.single_post h5:before {
		width: calc(12 / var(--break) * 100vw);
		height: calc(12 / var(--break) * 100vw);
		left: calc(-2 / var(--break) * 100vw);
		top: calc(23 / 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));
	}
}