@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background: url("images/page/deco_ttl_page01.png")no-repeat left top / calc(1580 / var(--break) * 100vw) auto,url("images/page/deco_ttl_page02.png")no-repeat right bottom / calc(1580 / var(--break) * 100vw) auto,url("images/page/bg_ttl_page.png")no-repeat center / cover;
	height: calc(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg2 {
	margin-top: calc(281 / var(--break) * 100vw);
}
.hdg3 {
	border-right: solid calc(10 / var(--break) * 100vw) #004ea2;
	border-left: solid calc(10 / var(--break) * 100vw) #004ea2;
	border-bottom: solid calc(2 / var(--break) * 100vw) #007bc7;
}
.hdg3 .deco {
	font-size: calc(40 / var(--break) * 100vw);
}
.shadow_common01 {
	text-shadow:
	  0 0 8px rgba(51, 51, 51, 0.45),
	  0 0 20px rgba(51, 51, 51, 0.3);
}
.hdg5 {
	padding-left: calc(37 / var(--break) * 100vw);
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: #e73079;
    width: calc(17 / var(--break) * 100vw);
    height: calc(17 / var(--break) * 100vw);
	top: calc(14 / var(--break) * 100vw);
    left: calc(1 / var(--break) * 100vw);
}
.bg_common01 {
	background: url("images/page/deco_common01.svg") no-repeat left top / calc(300 / var(--break) * 100vw) auto,url("images/page/deco_common02.svg") no-repeat right bottom / calc(300 / var(--break) * 100vw) auto #007bc7;
}
.box_common01::before {
	content: "";
    position: absolute;
	background: #66b0dd;
    width: 100%;
    height: 100%;
	right: calc(-10 / var(--break) * 100vw);
	bottom: calc(-10 / var(--break) * 100vw);
	z-index: -1;
}
.list_common01 li {
    line-height: 1.6em;
    position: relative;
    padding-left: calc(30 / var(--break) * 100vw);
    width: calc(550 / 1140 * 100%);
}
.list_common01 li::before {
    content: "";
    background: url(images/page/check01.svg) no-repeat center / cover;
    width: calc(20 / var(--break) * 100vw);
    height: calc(20 / var(--break) * 100vw);
    position: absolute;
    top: calc(6 / var(--break) * 100vw);
    left: 0;
}
.row_common01 .col_img {
    width: 47%;
    max-width: 700px;
}
.list_common01 li:not(:first-child) {
	margin-top: calc(11 / var(--break) * 100vw);
}
.list_common01 li:nth-child(-n+2) {
	margin-top: 0;
}
.row_common02 .col_txt {
    width: 58%;
}
.row_common02 .copy {
	border-bottom: dashed calc(2 / var(--break) * 100vw) #968368;
	padding-bottom: calc(20 / var(--break) * 100vw);
}
.row_common02 .col_img {
    width: 38%;
    max-width: 570px;
}
.box_common02 .ccl {
	width: calc(140 / var(--break) * 100vw);
	height: calc(140 / var(--break) * 100vw);
	right: calc(-20 / var(--break) * 100vw);
	top: calc(-60 / var(--break) * 100vw);
	background: url("images/page/bg_common01.png") no-repeat center / cover;
}
.box_common02::before {
	content: "";
    position: absolute;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background: #656565;
    width: calc(175 / var(--break) * 100vw);
    height: calc(175 / var(--break) * 100vw);
	top: 0;
	left: 0;
	z-index: -1;
}
.hdg4 {
	background: linear-gradient(90deg, #007bc7, #00c5c7);
}
.row_common03 .col_img {
    width: 31%;
    max-width: 345px;
}
.row_common03 .col_txt {
    width: 65%;
}
.box_flow01 {
	padding: calc(42 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	border: solid #333 1px;
}
.box_flow01 .ccl {
	width: calc(70 / var(--break) * 100vw);
	height: calc(70 / var(--break) * 100vw);
	background: linear-gradient(0deg, #007bc7, #00c5c7);
	padding-left: calc(4 / var(--break) * 100vw);
}
.arw_flow:before {
    border-top: calc(16 / var(--break) * 100vw) solid #c1ab69;
}
.tbl_case table{
	border: 1px solid #7e6415;
}
.tbl_case th{
	background: #7e6415;
}
.tbl_case tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_case tr td {
	background-color: #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #7e6415;
}
.row_pay .col {
	position: relative;
}
.row_pay .col::before,.row_pay .col::after {
	content: "";
    position: absolute;
    width: calc(150 / var(--break) * 100vw);
    height: calc(200 / var(--break) * 100vw);
}
.row_pay .col::before {
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	top: 0;
	left: 0;
}
.row_pay .col::after {
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	bottom: 0;
	right: 0;
}
.tbl_common01 .tbl_title {
    background: #004ea2;
    color: #fff;
    text-align: center;
    font-size: calc(22 / var(--break) * 100vw);
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
	padding: calc(25 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.tbl_common01 table{
	border: 1px solid #5a8cc3;
}
.tbl_common01 th{
	background: #004ea2;
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #fff;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #5a8cc3;
}
.tbl_common01 th,.tbl_common01 td {
    padding: calc(26 / var(--break) * 100vw) calc(18 / var(--break) * 100vw) calc(26 / var(--break) * 100vw);
}
.box_pay01 {
	padding: calc(43 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(42 / var(--break) * 100vw);
	background: url("images/page/bg_pay01.svg") no-repeat left top / calc(170 / var(--break) * 100vw),url("images/page/bg_pay02.svg") no-repeat right bottom / calc(170 / var(--break) * 100vw) #717171;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
}
.btn_pay01 .txt {
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.bnr_common01 {
	width: calc(600 / var(--break) * 100vw);
}
.row_common04 .col_img {
    width: 24%;
    max-width: 350px;
}
.row_common04 .col_txt {
    width: 73%;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.main_page {
		background: url("images/page/deco_ttl_page01.png")no-repeat left top / 95% auto,url("images/page/deco_ttl_page02.png")no-repeat right bottom / 95% auto,url("images/page/bg_ttl_page.png")no-repeat center / cover;
		height: calc(500 / var(--break) * 100vw);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.main_page {
		height: calc(420 / var(--break) * 100vw);
	}
	.hdg2 {
		margin-top: calc(221 / var(--break) * 100vw);
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background: url("images/page/deco_ttl_page01_sp.png")no-repeat left top / calc(650 / var(--break) * 100vw) auto,url("images/page/deco_ttl_page02_sp.png")no-repeat right bottom / calc(650 / var(--break) * 100vw) auto,url("images/page/bg_ttl_page_sp.jpg")no-repeat center / cover;
		height: calc(496 / var(--break) * 100vw);
	}
	.hdg2 {
		margin-top: 26vw;
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: 4vw;
	}
	.hdg2 .en {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
		padding: 3vw 2vw 3.5vw;
		border-right: solid calc(5 / var(--break) * 100vw) #004ea2;
    	border-left: solid calc(5 / var(--break) * 100vw) #004ea2;
	}
	.hdg5 {
		font-size: calc(35 / var(--break) * 100vw);
		padding-left: calc(37 / var(--break) * 100vw);
	}
	.hdg5::before {
		width: calc(25 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		top: calc(14 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
	}
	.box_common01 .deco {
		padding: 5vw 4vw;
	}
	.box_common01 .ttl {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.list_common01 li {
        width: 100%;
        padding-left: 6.5vw;
    }
	.list_common01 li:not(:first-child) {
		margin-top: 3vw;
	}
	.list_common01 li::before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		top: calc(8 / var(--break) * 100vw);
		left: 0;
	}
	.box_common02 .ccl {
		width: calc(140 / var(--break) * 100vw);
		height: calc(140 / var(--break) * 100vw);
		right: -1vw;
        top: -3vw;
	}
	.box_common02 .ccl .txt {
		font-size: .9375rem;
	}
	.hdg4 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_flow01 {
		padding: calc(63 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
		margin-top: 10vw;
		margin-bottom: 20vw;
	}
	.box_flow01 .ccl {
		width: calc(90 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		padding-left: calc(4 / var(--break) * 100vw);
	}
	.box_flow01 .ccl .num {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.arw_flow:before {
		border-top: calc(30 / var(--break) * 100vw) solid #c1ab69;
	}
	.box_flow01 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.bnr_common01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.tbl_common01 .tbl_title {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	padding: calc(75 / var(--break) * 100vw) 0 calc(110 / var(--break) * 100vw);
	background: url("images/clinic/bg_clinic01.png") no-repeat center / cover;
}
.ttl_clinic01 {
	width: 90%;
}
.ttl_clinic01 .ja01 {
	border-bottom: solid calc(2 / var(--break) * 100vw) #fff;
}
.bg_clinic02::before {
	content: "";
    position: absolute;
	background: url("images/clinic/deco_clinic01.png") no-repeat left top / calc(600 / var(--break) * 100vw) auto #f3faff;
    width: 90%;
	max-width: 1580px;
    height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic02.ptn02::before {
	background: url("images/clinic/deco_clinic04.png") no-repeat right top / calc(600 / var(--break) * 100vw) auto #f3faff;
	left: auto;
	right: 0;
}
.bg_clinic03::after {
	content: "";
    position: absolute;
	background: #d8f0ff;
    width: 90%;
	max-width: 1580px;
    height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.row_clinic01 .col_img {
	width: 50%;
	max-width: 860px;
	position: relative;
}
.row_clinic01 .col_img::before {
	content: "";
    position: absolute;
	background: #007bc799;
    width: 100%;
    height: 100%;
	left: calc(-20 / var(--break) * 100vw);
	bottom: calc(-20 / var(--break) * 100vw);
	z-index: -1;
}
.row_clinic01.r_reverse .col_img::before {
	right: calc(-20 / var(--break) * 100vw);
	left: auto;
}

.row_clinic01.col02 .col_img::before {
	background: #c1ab6999;
}
.row_clinic01.col03 .col_img::before {
	background: #00aeae99;
}
.row_clinic01.col04 .col_img::before {
	background: #004ea299;
}
.row_clinic01.col05 .col_img::before {
	background: #7e641599;
}
.row_clinic01 .col_txt {
    width: 44%;
}
.row_clinic02 {
	gap: 0 2%;
	width: 90%;
	max-width: 1380px;
}
.row_clinic02 .col {
	width: 32%;
}
.row_clinic02 .col .ttl {
	padding: calc(9 / var(--break) * 100vw) calc(9 / var(--break) * 100vw) calc(9 / var(--break) * 100vw);
}
.bg_clinic04::before {
	content: "";
    position: absolute;
	background: url("images/clinic/deco_clinic02.png") no-repeat left top / calc(600 / var(--break) * 100vw),url("images/clinic/deco_clinic03.png") no-repeat right top / calc(600 / var(--break) * 100vw) #f3faff;
    width: 100%;
    height: 80%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.img_clinic01 {
	width: calc(860 / var(--break) * 100vw);
}
.img_clinic01::before {
	content: "";
    position: absolute;
	background: #e7307999;
    width: 100%;
    height: 100%;
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(-20 / var(--break) * 100vw);
	z-index: -1;
}
.bg_clinic05 {
	background: url("images/clinic/bg_clinic02.png") no-repeat center / cover;
	padding: calc(73 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
}
.row_clinic03 {
	gap: 0 2%;
}
.row_clinic03 .col {
	width: 32%;
    max-width: 475px;
}
.row_clinic03 .col:nth-child(odd) .ttl {
	background-color: #00aeae;
}
.row_clinic03 .col:nth-child(even) .ttl {
	background-color: #007bc7;
}
.row_clinic04 {
	gap: 0 calc(20 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	bottom: calc(-40 / var(--break) * 100vw);
}
.row_clinic04 .ccl {
	width: calc(200 / var(--break) * 100vw);
	height: calc(200 / var(--break) * 100vw);
	background: url("images/clinic/bg_clinic03.png") no-repeat center / cover;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
	border-radius: 100%;
}

.row_clinic05 {
	gap: 0 1.3%;
}
.row_clinic05 .col {
	width: 24%;
    max-width: 360px;
}
.row_clinic05 .col:nth-child(odd) .ttl {
	background-color: #00aeae;
}
.row_clinic05 .col:nth-child(even) .ttl {
	background-color: #007bc7;
}
.row_clinic06 {
	gap: 0 1%;
}
.row_clinic06 .col {
	width: 19%;
    max-width: 285px;
}
.box_clinic01 {
	padding: calc(27 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(36 / var(--break) * 100vw);
}
.wrap_clinic01 {
	border-bottom: solid 1px #e73079;
	padding-bottom: calc(25 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_clinic01 .copy {
		font-size: calc(33 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.bg_clinic02.ptn01  {
		padding-bottom: calc(50 / var(--break) * 100vw);
	}
	.bg_clinic02::before {
		background: url("images/clinic/deco_clinic01.png") no-repeat left top / calc(400 / var(--break) * 100vw) auto #f3faff;
	}
	.bg_clinic02.ptn02::before {
		background: url("images/clinic/deco_clinic04.png") no-repeat right top / calc(400 / var(--break) * 100vw) auto #f3faff;
	}
	.row_clinic01 .copy {
        font-size: calc(27 / var(--break) * 100vw);
    }
	.row_clinic06 .ttl {
		font-size: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.bg_clinic01 {
		padding: calc(84 / var(--break) * 100vw) 0 calc(196 / var(--break) * 100vw);
		background: url(images/clinic/bg_clinic01_sp.png) no-repeat center / cover;
	}
	.ttl_clinic01 {
        width: 93%;
        margin-bottom: 3vw;
    }
	.ttl_clinic01 .ja01 {
		font-size: calc(40 / var(--break) * 100vw);
	}
	.ttl_clinic01 .ja01 .fz60 {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.ttl_clinic01 .ja02 {
		font-size: calc(36 / var(--break) * 100vw);
        letter-spacing: 0;
	}
	.bg_clinic02::before {
		background: url(images/clinic/deco_clinic01.png) no-repeat left top / calc(600 / var(--break) * 100vw) auto #f3faff;
		width: 97%;
		max-width: 100%;
		height: 100%;
	}
	.bg_clinic02  {
		padding-bottom: calc(50 / var(--break) * 100vw);
	}
	.bg_clinic03::after {
		width: 97%;
		max-width: 100%;
		height: 100%;
	}
	.row_clinic02 {
		gap: calc(30 / var(--break) * 100vw) 0%;
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic02 .col {
		width: 100%;
	}
	.row_clinic02 .col .ttl {
		font-size: calc(32 / var(--break) * 100vw);
		padding: calc(9 / var(--break) * 100vw) calc(9 / var(--break) * 100vw) calc(9 / var(--break) * 100vw);
	}
	.bg_clinic04 .ttl {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.img_clinic01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.ttl_clinic02 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_clinic03 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic03 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic03 .col .ttl {
		font-size: calc(26 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic04 {
		gap: 0 calc(10 / var(--break) * 100vw);
        right: calc(-20 / var(--break) * 100vw);
        bottom: calc(-20 / var(--break) * 100vw);
        left: auto;
	}
	.row_clinic04 .ccl {
		width: calc(180 / var(--break) * 100vw);
		height: calc(180 / var(--break) * 100vw);
	}
	.row_clinic04 .ccl .txt {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic05 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic05 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic05 .col .ttl {
		font-size: calc(22 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_clinic06 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_clinic06 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic06 .col .ttl {
		font-size: calc(22 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.box_clinic01 {
		padding: calc(27 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(36 / var(--break) * 100vw);
	}
	.txt_pay01 {
		font-size: 1.125rem; 
		letter-spacing: 0;
		line-height: 1.6;
	}
	.box_pay01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.wrap_clinic01 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -12%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(30 /var(--break)*100vw);
	height: calc(54 /var(--break)*100vw);
	right: -12%;
	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 {
		left: -9%;
	}
	.slide_clinic01 .slick-next {
		right: -9%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}

/* staff
------------------------------------------------------------------*/
.row_staff01 .copy {
	border-bottom: solid 1px #004ea2;
}
.row_staff01  .col_img {
    width: 38%;
    max-width: 460px;
}
.row_staff01  .col_txt {
    width: 59%;
}
.box_staff01 {
	border: solid 1px #333333;
}
.box_staff01 h5 {
	height: calc(60 / var(--break) * 100vw);
	border: solid 1px #333333;
}
.row_prof .box_staff01 h5 {
	height: calc(50 / var(--break) * 100vw);
}
.box_prof01 .year {
    font-weight: 300;
}
.list_staff01 li:before {
    background: #e73079;
}
.list_staff01.ptn02 li:before {
    background: #e73079;
}
.bg_staff01 {
	padding: calc(66 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	background: linear-gradient(0deg, #00c5c7, #007bc7);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
        width: 100% !important;
        max-width: calc(500 / var(--break) * 100vw) !important;
		margin-left: auto;
		margin-right: auto;
        margin-bottom: 5vw;
    }
	.row_staff01 .copy {
		justify-content: center!important;
	}
	.row_staff01 .copy .ja01 {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_staff01 .copy .ja02 {
		font-size: calc(25 / var(--break) * 100vw);
	}
	.row_prof .box_staff01 h5,.box_staff01 h5 {
		height: calc(70 / var(--break) * 100vw);
	}
	.bg_staff01 .ttl {
		font-size: calc(34 / var(--break) * 100vw);
	}
}

/* access
------------------------------------------------------------------*/
.row_access01 .col_l {
	width: 42%;
}
.row_access01 .col_r {
	width: 52%;
}
.row_access02 .icn {
	width: calc(30 / var(--break) * 100vw);
}
.tel_access {
    width: 67%;
}
.tel_access a {
	border: solid 1px #333;
}
.tel_access .icn {
	width: calc(35 / var(--break) * 100vw);
}
.row_access01 .tbl_time03 th, .row_access01 .tbl_time03 td {
    font-size: calc(16 / var(--break) * 100vw);
}
.row_access01 .tbl_time03 tbody tr:last-child th {
	font-size: calc(18 / var(--break) * 100vw);
}
.row_access01 .tbl_time03 thead th {
    padding: calc(25 / var(--break) * 100vw) 0 calc(24 / var(--break) * 100vw);
}
.row_access01 .tbl_time03 tbody tr:last-child th, .row_access01 .tbl_time03 tbody tr:last-child td {
    padding: calc(25 / var(--break) * 100vw) 0 calc(23 / var(--break) * 100vw);
}
.bg_access01::before {
	content: "";
    position: absolute;
	background: #f3faff;
    width: 100%;
    height: calc(100% - calc(400 / var(--break) * 100vw));
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.bg_access01 .wrap {
	width: 90%;
	max-width: 880px;
}
.map_access {
	width: 90%;
	max-width: 1000px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_access01 .col_l {
		width: 100%;
		order: 2;
	}
	.row_access01 .col_r {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin: 0 auto 5vw;
		order: 1;
	}
	.row_access02 .icn {
		width: calc(40 / var(--break) * 100vw);
	}
	.tel_access {
		width: calc(500 / var(--break) * 100vw);
	}
	.tel_access a {
		height: calc(120 / var(--break) * 100vw);
	}
	.tel_access .icn {
		width: calc(54 / var(--break) * 100vw);
        margin-bottom: 1vw;
	}
	.tel_access .num {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.row_access01 .tbl_time03 th, .row_access01 .tbl_time03 td {
        font-size: 1rem;
    }
	.row_access01 .tbl_time03 tbody tr:last-child th {
		font-size: 1rem;
	}
	.tbl_time03 thead th {
        padding: calc(30 / var(--break) * 100vw) 0 calc(35 / var(--break) * 100vw);
    }
	.row_access01 .tbl_time03 thead th {
        padding: calc(25 / var(--break) * 100vw) 0 calc(25 / var(--break) * 100vw);
    }
	.row_access01 .tbl_time03 tbody tr:last-child td {
		padding: calc(25 / var(--break) * 100vw) 0 calc(25 / var(--break) * 100vw);
	}
	.map_access {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.map_access {
        background-color: #fff!important;
    }
	.bg_access01 .ttl {
		font-size: calc(32 / var(--break) * 100vw);
	}
	.bg_access01 .wrap {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
}

/* whitening
------------------------------------------------------------------*/
.bg_whitening01 {
	background: linear-gradient(to bottom,#eeeeee 0%,#eeeeee 50%,#dbdbdb 50%,#dbdbdb 100%);
}
.row_whitening01 {
	width: 90%;
	max-width: calc(1240 / var(--break) * 100vw);
}
.row_whitening01 .col {
	width: calc(300 / var(--break) * 100vw);
	height: calc(300 / var(--break) * 100vw);
	background: url("images/whitening/bg_whitening01.png") no-repeat center / cover;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #fff solid 1px;
	border-radius: 100%;
	padding-top: calc(55 / var(--break) * 100vw);
}
.row_whitening01 .col .num {
	top: calc(58 / var(--break) * 100vw);
    left: calc(70 / var(--break) * 100vw);
	color: #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_whitening01 .col {
		width: calc(250 / var(--break) * 100vw);
		height: calc(250 / var(--break) * 100vw);
		padding-top: calc(55 / var(--break) * 100vw);
	}
	.row_whitening01 .col .num {
		top: calc(40 / var(--break) * 100vw);
		left: calc(62 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_whitening01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_whitening01 .col {
		width: calc(300 / var(--break) * 100vw);
		height: calc(300 / var(--break) * 100vw);
		padding-top: calc(55 / var(--break) * 100vw);
	}
	.row_whitening01 .col:nth-child(n+3) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.row_whitening01 .col .num {
		font-size: calc(30 / var(--break) * 100vw);
		top: calc(50 / var(--break) * 100vw);
		left: calc(70 / var(--break) * 100vw);
	}
	.row_whitening01 .col .txt {
		font-size: calc(32 / var(--break) * 100vw);
		line-height: 1.6;
	}
}

/* general
------------------------------------------------------------------*/
.row_general01 {
	width: 90%;
	max-width: 1000px;
}
.row_general01 .col {
	width: 48%;
	max-width: 475px;
}
.row_general01 .col .ttl {
	text-align: center;
	padding: calc(10 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.row_general01 .col .box {
	padding: calc(30 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_general01 {
		padding: 2vw;
		font-size: calc(34 / var(--break) * 100vw);
	}
	.row_general01 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_general01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_general01 .col .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* endo
------------------------------------------------------------------*/
.tbl_endo01 tr td:nth-child(1),.tbl_endo01 tr td:nth-child(1) {
	background-color: #007bc7;
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
	border-bottom-color: #fff;
	color: #fff;
}
.tbl_endo01 tr:nth-child(1) td:nth-child(2),.tbl_endo01 tr:nth-child(4) td:nth-child(2) {
	background-color: #007bc7;
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
	border-bottom-color: #fff;
	color: #fff;
}

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

/* perio
------------------------------------------------------------------*/
.ttl_perio01 {
	border-bottom: dashed calc(2 / var(--break) * 100vw) #968368;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.ttl_perio01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
}

/* prevention
------------------------------------------------------------------*/
.bg_prevention01 {
	padding: calc(65 / var(--break) * 100vw) 0 calc(60 / var(--break) * 100vw);
}
.row_prevention01 {
	width: 90%;
	max-width: 1240px;
}
.row_prevention01 .col {
	width: 31%;
}
.row_prevention01 .col .en::before {
	content: "";
    position: absolute;
	background: #333;
    width: 72%;
    height: calc(1 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.txt_prevention01 {
	width: 67%;
}
.row_prevention02  {
	width: 90%;
	max-width: 1240px;
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_prevention02 .col {
	width: 32%;
	max-width: 394px;
}
.row_prevention02 .col .ttl {
	text-align: center;
	padding: calc(18 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.row_prevention02 .col .box {
	padding: calc(20 / var(--break) * 100vw) calc(23 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.txt_prevention01 {
		width: 90%;
	}
	.row_prevention01 .col .ttl {
		font-size: calc(20 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_prevention01 {
		width: 100%;
		max-width: calc(620 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_prevention01 .col {
		width: 100%;
	}
	.row_prevention01 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.row_prevention01 .col .en {
		font-size: 1.25rem;
	}
	.row_prevention01 .col .en .fz38 {
		font-size: 1.5rem;
	}
	.row_prevention01 .col .ttl {
		font-size: 1rem;
	}
	.ttl_prevention01,.ttl_prevention02 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.txt_prevention01 {
		width: calc(620 / var(--break) * 100vw);
	}
	.row_prevention02  {
		width: 100%;
		max-width: calc(620 / var(--break) * 100vw);
		gap: calc(30 / var(--break) * 100vw) 0%;
	}
	.row_prevention02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_prevention02 .col .ttl {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_prevention02 .col .box {
		padding: 2vw 3vw;
	}
}

/* cosmetic
------------------------------------------------------------------*/
.tbl_cosmetic01 th {
	background-color: #007bc7;
}
.tbl_cosmetic01 tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}
.tbl_cosmetic01.ptn01 tr:first-child th {
    border-bottom: none;
}

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

/* implant
------------------------------------------------------------------*/
.tbl_implant01 table {
	border: 1px solid #004ea2;
}
.tbl_implant01 thead th {
	background: #007bc7;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #004ea2;
	padding: calc(22 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(22 / var(--break) * 100vw);
}
.tbl_implant01 tbody td:nth-of-type(1){
	background: #ffe49366;
}
.tbl_implant01 thead th:not(:first-child) {
	border-left: 1px solid #fff;
}
.tbl_implant01 tbody  td {
	border-left: 1px solid #004ea2;
}
.tbl_implant01 tbody td {
	vertical-align: middle;
	text-align: center;
	background: #fff;
	padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(12 / var(--break) * 100vw);
}
.tbl_implant01 tbody tr:first-child th,.tbl_implant01 tbody tr:first-child td {
	padding: calc(20 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.tbl_implant01 tbody td .txt{
	line-height: 1.9;
}
.tbl_implant01 tbody th {
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.tbl_implant01 tr:not(:last-child) td {
	border-bottom: 1px solid #004ea2;
}
.tbl_implant01 tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_implant01 tbody th {
	background: #004ea2;
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: calc(24 / var(--break) * 100vw);
}
.tbl_implant01 tbody th,.tbl_implant01 tbody td {
	width: 25%;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_implant01 table {
		width: calc(1500 / var(--break) * 100vw);
	}
	.tbl_implant01 thead th .ttl {
		font-size: 1rem;
	}
	.tbl_implant01 .icn {
		font-size: calc(34 / var(--break) * 100vw);
	}
	.tbl_implant01 .txt {
		font-size: .9375rem;
	}
	.tbl_implant01 tbody tr:first-child th, .tbl_implant01 tbody tr:first-child td {
		padding: 3vw 3vw;
	}
	.tbl_implant01 tbody th {
		font-size: 1rem;
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* コンテンツ名 class
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* 症例紹介 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(30 / var(--break) * 100vw);
    height: calc(54 / 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: 2.5%;
}
.slide_case01 .slick-next {
    right: 2.5%;
    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: #c1ab69;
	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: #7e6415;
	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) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.area_case_common01 .ttl {
		font-size: calc(50 / var(--break) * 100vw);
	}
	.area_case_common01 .ttl .fz50 {
		font-size: calc(60 / var(--break) * 100vw);
	}
	.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);*/
	}
	.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(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
		bottom: auto;
		top: 69vw;
	}
	.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 #000;
	}
}


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


/* 採用情報 recruit
------------------------------------------------------------------*/
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 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);
	}
	.tbl_guideline01 tr th {
			border-bottom: 1px solid #000;
	}
}

/* お問い合わせ 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: linear-gradient(90deg, #007bc7, #00c5c7);
	color: #fff;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}
#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: #004ea2;
	border: 1px solid #e9eff6;
	border-right-color: #e9eff6;
	font-size: .8125rem;
	font-weight: normal;
	color: #fff;
}
#wp-calendar tbody td {
	border: 1px solid #e9eff6;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #004ea2;
	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 #004ea2;
	color: #004ea2;
	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);
	color: #007bc7;
	border-bottom: 1px solid #007bc7;
}
.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 #7ca0cb;
}
.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 #004ea2;
	color: #004ea2;
	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: #004ea2;
	background: #004ea2;
	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;
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
}
#sidebar .category ul li a{
	border: 1px solid #e73079;
	background: #e73079;
	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: #e73079;
}
.single_post > h3,.post_content > h4,.post_content > h5 {
	font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
	line-height: 1.6;
}
.single_post > h3 {
	border-right: solid calc(5 / var(--break) * 100vw) #004ea2;
    border-left: solid calc(5 / var(--break) * 100vw) #004ea2;
    border-bottom: solid calc(2 / var(--break) * 100vw) #007bc7;
    padding: calc(18 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) calc(18 / var(--break) * 100vw);
    background-color: #f3faff;
    font-size: calc(26 / var(--break) * 100vw);
    letter-spacing: .11em;
}
.post_content > h4 {
	background: linear-gradient(90deg, #007bc7, #00c5c7);
	padding: calc(12 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	color: #fff;
	font-size: calc(20 / var(--break) * 100vw);
}
.post_content > h5 {
	font-size: calc(20 / var(--break) * 100vw);
	padding-left: calc(37 / var(--break) * 100vw);
	position: relative;
	border-bottom: dashed calc(2 / var(--break) * 100vw) #e73079;
	padding-bottom: calc(14 / var(--break) * 100vw);
	letter-spacing: .11em;
}
.post_content > h5::before {
	content: "";
	position: absolute;
	background: #e73079;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	top: calc(7 / var(--break) * 100vw);
	left: calc(6 / var(--break) * 100vw);
}
@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;
	}
	.post_content > h4 {
		padding: calc(15 / var(--break) * 100vw) calc(17 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
	}
	.post_content > h5 {
		font-size: calc(35 / var(--break) * 100vw);
		padding-left: calc(37 / var(--break) * 100vw);
	}
	.post_content > h5::before {
		width: calc(25 / var(--break) * 100vw);
		height: calc(25 / var(--break) * 100vw);
		top: calc(14 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


/* フォーマット format
------------------------------------------------------------------*/
.wrap_format01:not(:last-of-type) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.img_format01 {
	max-width: 1000px;
}
.row_format01 .col_img {
	width: 46%;
	max-width: 570px;
}
.row_format01 .col_txt {
	width: 50%;
}
.list_format01 li {
	max-width: 425px;
}
.row_format03 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_format03 .col_txt {
	width: 67%;
}
.row_format03 .copy {
	border-bottom: 1px solid #333;
}
.row_format03 .copy:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	left: 0;
	top: .4em;
	background: #333;
}
.txt_format01 {
	max-width: 1000px;
}
.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));
	}
}