@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(500 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.ccl_common01 {
	background: url("images/page/ccl_common01.svg") no-repeat center / cover;
	width: calc(226 / var(--break) * 100vw);
	height: calc(228 / var(--break) * 100vw);
}
.ccl_common02 {
	background: url("images/page/ccl_common02.svg") no-repeat center / cover;
	width: calc(226 / var(--break) * 100vw);
	height: calc(228 / var(--break) * 100vw);
}
.w50 {
	width: 50%!important;
}
.w48 {
	width: 48%!important;
}
.h100 {
	height: 100%!important;
}
.bdr {
	border: solid 1px #fff;
}
.bdrd100 {
	border-radius: 100vh;
}
.bdr_inner {
	outline-offset: calc(-5 / var(--break) * 100vw);
    outline: # solid 1px;
}

/*設備紹介*/
.row_common01 {
	gap: calc(35 / var(--break) * 100vw) 1.3%;
}
.row_common01 .col {
	width: 24%;
	max-width: 360px;
}
.row_common01 .col .txt {
	padding: calc(15 / var(--break) * 100vw) calc(5 / var(--break) * 100vw);
}
.row_common02 .col_img {
	width: 38%;
	max-width: 570px;
}
.row_common02 .col_txt {
	width: 58%;
}
.row_common03 .col_img {
	width: 47%;
	max-width: 700px;
}
.row_common03 .col_txt {
	width: 50%;
}
.img_common01::before {
	content: "";
    position: absolute;
	background: #fceed8;
    width: 100%;
    height: 100%;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: -1;
	border-radius: calc(55 / var(--break) * 100vw) 0 calc(55 / var(--break) * 100vw) 0;
}
/*書面掲示*/
.hdg5 {
	padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
    position: relative;
}
.hdg5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_h5.svg") no-repeat center / cover;
    width: calc(24 / var(--break) * 100vw);
    height: calc(24 / var(--break) * 100vw);
    top: calc(11 / var(--break) * 100vw);
    left: calc(1 / var(--break) * 100vw);
}
/*リストカラー*/
.list_common01 li:before {
    background: #f78f96;
}
.list_common02 li:before {
    background: #;
}
/*スタッフ紹介*/
.box_prof h5 {
	height: calc(52 / var(--break) * 100vw);
}
.box_prof01 .year {
	font-weight: 300;
}
/*下層リスト*/
.list_common03 li {
	padding-left: calc(32 / var(--break) * 100vw);
	width: 48.5%;
	border-bottom: dotted 1px #f9ddb1;
	padding-bottom: calc(5 / var(--break) * 100vw);
}
.list_common03 li:before {
	content: "";
	position: absolute;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	background: url(images/page/check06.svg) no-repeat center / cover;
	border-radius: 0%;
	left: calc(0 / var(--break) * 100vw);
	top: calc(6 / var(--break) * 100vw);
}
.list_common03 li:not(:first-child) {
	margin-top: calc(7 / var(--break) * 100vw);
}
.list_common03 li:nth-child(-n+2) {
	margin-top: 0;
}
/*テーブル*/
.tbl_common01 .tbl_title {
    background: #896429;
    color: #fff;
    text-align: center;
    font-size: calc(22 / var(--break) * 100vw);
    font-family: source-han-serif-jp, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
	padding: calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(15 / var(--break) * 100vw);
}

.tbl_common01 table{
	border: 1px solid #896429;
	border-right: none;
    border-left: none;
}
.tbl_common01 th{
	background: #f9f3e8;
	color: #333333;
}
.tbl_common01 tr:not(:last-child) th {
	border-bottom-color: #896429;
}
.tbl_common01 tr td {
	background-color: #fff;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #896429;
}

.btn_common01 a::before {
	content: "";
    position: absolute;
	background: url("images/page/arw01.svg") no-repeat center / cover;
    width: calc(32 / var(--break) * 100vw);
    height: calc(32 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw);
	margin: auto;
}
.btn_common02 {
	width: calc(330 / var(--break) * 100vw);
}
.btn_common02 a {
	height: calc(60 / var(--break) * 100vw);
}
.btn_common02 a::before {
	content: "";
    position: absolute;
	background: #fff;
	border: solid 1px #563f1a;
    width: 100%;
    height: 100%;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: -1;
}
.btn_common02 a::after {
	content: "";
    position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / cover;
    width: calc(32 / var(--break) * 100vw);
    height: calc(9 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(20 / var(--break) * 100vw);
	margin: auto;
	z-index: 1;
}
.btn_common02 a .deco {
	background: #563f1a;
}
.btn_common02.ptn02 a .deco {
    background: #7997e1;
}
.btn_common02.ptn02 a::before {
	border: solid 1px #7997e1;
}
.hdg2 {
	width: 74%;
	left: 0;
    top: 65%;
    transform: translateY(-50%);
	margin: auto;
	border-bottom: solid 1px #896429;
	padding-bottom: calc(17 / var(--break) * 100vw);
}
.hdg3 {
	border-radius: 0 calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw);
	padding: calc(24 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
.hdg3 .deco {
	width: calc(180 / var(--break) * 100vw);
	top: auto;
    bottom: 0;
}
.hdg3 .deco01 {
	left: 0;
}
.hdg3 .deco02 {
	right: 0;
}
.hdg4 {
	background-color: #f2b148;
	border-radius: 100vh;
	border: solid calc(15 / var(--break) * 100vw) #f6d093;
	padding: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
.bg_common01 .en::before,.bg_common01 .en::after {
	content: "";
    position: absolute;
	background: #f3e1c2;
    width: 23%;
    height: calc(1 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
.bg_common01 .en::before {
	left: 0;
}
.bg_common01 .en::after {
	right: 0;
}
.box_common01 .ja {
	width: 92%;
    max-width: 1140px;
    padding: calc(9 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(9 / var(--break) * 100vw);
}
.ttl_common01::before {
	content: "";
    position: absolute;
	background: #64b7aa;
    width: 100%;
    height: 1px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.row_common04 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_common04 .col {
	width: 32%;
	max-width: 475px;
}
.row_common04 .col .ttl {
	text-align: center;
}
.row_common04 .col .box {
	border-top: solid 2px #64b7aa;
	border-bottom: solid 2px #64b7aa;
	padding: calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
}
.bnr_common01 {
	width: calc(450 / var(--break) * 100vw);
}
.box_common02 {
	border: solid calc(10 / var(--break) * 100vw) #f3e1c2;
}
.box_common03 {
	border: solid calc(10 / var(--break) * 100vw) #f6d093;
}
.row_common05 .col_txt {
    width: 65.4%;
}
.row_common05 .copy {
	border-bottom: none;
	position: relative;
}
.row_common05 .copy::before {
	content: "";
    position: absolute;
	background: #f3e1c2;
    width: 106%;
    height: calc(1 / var(--break) * 100vw);
	bottom: 0;
	left: 0;
}
.row_common05 .col_img {
    width: 30.4%;
    max-width: 345px;
}
.row_common06 {
	gap: calc(35 / var(--break) * 100vw) 2%;
}
.row_common06 .col {
	width: 32%;
	position: relative;
	border-radius: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) 0;
	background: url("images/page/deco_common01.png") no-repeat right top / calc(68 / var(--break) * 100vw) auto #f3e1c2;
	padding: calc(38 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.row_common06 .col::before {
	content: "";
    position: absolute;
	border: solid 1px #f6d093;
    width: 100%;
    height: 100%;
	top: calc(5 / var(--break) * 100vw);
    right: calc(-8 / var(--break) * 100vw);
	border-radius: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) 0;
	z-index: -1;
}
.row_common07 .col_txt {
	width: 77%;
}
.row_common07 .col_img {
	width: 20%;
	max-width: 290px;
}
.row_common01.col3 {
	gap: calc(30 / var(--break) * 100vw) 2%;
}
.row_common01.col3 .col {
	width: 32%;
	max-width: 475px;
}
.row_common01.col3 .col .txt{
	border-bottom: 2px solid #7997e1;
}
.bg_pay {
	background:
		url("images/page/bg_pay01.png") no-repeat right bottom / calc(678 / var(--break) * 100vw) auto,
		url("images/page/bg_pay02.png") no-repeat left top / calc(1820 / var(--break) * 100vw) auto,
		url("images/page/bg_pay03.png") no-repeat right bottom / calc(960 / var(--break) * 100vw) auto,
		url("images/page/pt02.png") repeat center / calc(938 / var(--break) * 100vw) auto #f9f3e8;
}
.ttl_pay01::before,.ttl_pay01::after {
	content: "";
    position: absolute;
	background: #563f1a;
    width: 20%;
    height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_pay01::before {
	left: 0;
}
.ttl_pay01::after {
	right: 0;
}
.row_pay .col {
	position: relative;
	z-index: 0;
}
.row_pay .col::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	border-radius: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) 0;
	top: calc(5 / var(--break) * 100vw);
	right: calc(-5 / var(--break) * 100vw);
    z-index: -1;
}
.row_pay .col.col1::after {
	border: solid 1px #f78f96;
}
.row_pay .col.col2::after {
	border: solid 1px #7997e1;
}
.row_pay .col.col3::after {
	border: solid 1px #c499ec;
}
.row_pay .col .deco {
	border-radius: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) 0;
}
.bg_pay02 {
	position: relative;
	padding: calc(73 / var(--break) * 100vw) 0 calc(85 / var(--break) * 100vw);
	background:
  url("images/page/pt01.png") repeat center / calc(200 / var(--break) * 100vw) auto,
  linear-gradient(0deg, #fceed8, #ffffff);
}
.bg_pay02::before,.bg_pay02::after {
	content: "";
    position: absolute;
	background: #896429;
    width: 100%;
    height: calc(1 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
}
.bg_pay02::before {
	top: calc(30 / var(--break) * 100vw);
}
.bg_pay02::after {
	bottom: calc(30 / var(--break) * 100vw);
}
.btn_pay01.btn_common02 {
    width: calc(370 / var(--break) * 100vw);
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
	.row_common05 .copy::before {
		width: 105%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.row_common04 .col .ttl {
		font-size: calc(24 / var(--break) * 100vw);
	}
	.bg_pay {
		background: 
			url(images/page/bg_pay01.png) no-repeat right bottom / calc(566 / var(--break) * 100vw) auto, 
			url(images/page/bg_pay02.png) no-repeat left top / calc(1220 / var(--break) * 100vw) auto, 
			url(images/page/bg_pay03.png) no-repeat right bottom / calc(960 / var(--break) * 100vw) auto, 
			url(images/page/pt02.png) repeat center / calc(938 / var(--break) * 100vw) auto #f9f3e8;
	}
	.row_common05 .copy::before {
		width: 106%;
	}
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.hdg2 {
		width: 90%;
		left: 0;
		top: 61%;
		transform: translateY(-50%);
		border-bottom: solid 1px #896429;
		padding-bottom: calc(17 / var(--break) * 100vw);
		position: relative;
		margin-left: 4vw;
		margin-right: auto;
	}
	.hdg2 .ja {
		font-size: calc(50 / var(--break) * 100vw);
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.hdg2 .en {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.hdg3 {
		padding: calc(13 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	}
	.hdg3 .fz40 {
		font-size: calc(46 / var(--break) * 100vw);
		letter-spacing: 0;
		line-height: 1.5;
	}
	.hdg3 .small {
		font-size: calc(36 / var(--break) * 100vw);
	}
	.hdg3 .deco {
		width: calc(143 / var(--break) * 100vw);
		top: auto;
        bottom: -2vw;
		z-index: -1;
	}
	.hdg3 .deco01 {
		left: -2vw;
	}
	.hdg3 .deco02 {
		right: -2.5vw;
	}
	.hdg5 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.col_img {
		text-align: center;
	}
	
	.w50 {
		width: 100%!important;
	}
	.w48 {
		width: 100%!important;
	}
	/*設備紹介*/
	.row_common01 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_common01 .col .txt {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common02 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	.row_common03 .col_img {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.row_common03 .col_img::before {
		right: calc(-20 / var(--break) * 100vw);
		bottom: calc(-20 / var(--break) * 100vw);
	}
	.row_common03 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common03 .col_txt .copy {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
		text-align: center;
	}
	/*スタッフ紹介*/
	.box_prof h5 {
        height: calc(75 / var(--break) * 100vw);
    }
	/*フォントサイズ*/
	.fz24 {
		font-size: 1rem;
		letter-spacing: 0;
	}
	/*pcでは横並び、spで100%になるもの*/
	.sp_stack {
		width: 100%!important;
		max-width: calc(702 / var(--break) * 100vw);
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.sp_stack .col {
		width: 100%!important;
	}
	.sp_stack .col:nth-child(n+2) {
		margin-top: 5vw;
	}
	.sp_w100 {
		max-width: 100%;
	}
	.sp_5vw {
		margin-bottom: 5vw;
	}
	.btn_common02 {
		width: calc(600 / var(--break) * 100vw);
	}
	.btn_common02 a {
		height: calc(100 / var(--break) * 100vw);
	}
	.btn_common02 a::before {
		right: calc(-5 / var(--break) * 100vw);
		bottom: calc(-5 / var(--break) * 100vw);
	}
	.btn_common02 a::after {
		width: calc(72 / var(--break) * 100vw);
        height: calc(20 / var(--break) * 100vw);
        right: calc(28 / var(--break) * 100vw);
	}
	.btn_common02 .txt {
		font-size: calc(34 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.hdg4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_common01 .en::before, .bg_common01 .en::after {
		width: 13%;
	}
	.bg_common01 .en {
		font-size: 1.75rem;
        letter-spacing: .1em;
		margin-bottom: 6vw;
	}
	.box_common01 {
		padding-top: 7vw;
	}
	.box_common01 .ja {
		border-radius: calc(20 / var(--break) * 100vw);
        width: 90%;
        max-width: 100%;
        padding: calc(6 / var(--break) * 100vw) calc(6 / var(--break) * 100vw) calc(9 / var(--break) * 100vw);
        font-size: 1rem;
        letter-spacing: 0;
	}
	.list_common03 li {
		padding-left: 7vw;
		width: 100%;
		padding-bottom: 1vw;
	}
	.list_common03 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common03 li:before {
		width: calc(35 / var(--break) * 100vw);
		height: calc(35 / var(--break) * 100vw);
		left: calc(0 / var(--break) * 100vw);
		top: calc(9 / var(--break) * 100vw);
	}
	.ttl_common01 {
		font-size: calc(38 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.row_common04 {
		gap: 5vw 0%;
	}
	.row_common04 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common04 .col .img {
		margin-bottom: calc(20 / var(--break) * 100vw);
	}
	.row_common04 .col .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common04 .col .box {
		padding: calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	}
	.row_common05 .copy {
		font-size: 1.125rem;
		letter-spacing: 0;
		text-align: center;
	}
	.row_common05 .copy::before {
		width: 107%;
	}
	.bnr_common01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_common07 .col_txt {
        width: 100% !important;
        max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
    }
	.hdg5 {
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(11 / var(--break) * 100vw) calc(47 / var(--break) * 100vw);
	}
	.hdg5::before {
		width: calc(28 / var(--break) * 100vw);
		height: calc(28 / var(--break) * 100vw);
		top: calc(15 / var(--break) * 100vw);
		left: calc(1 / var(--break) * 100vw);
	}
	.ttl_common03 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.box_common03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common01.col3 {
		gap: calc(30 / var(--break) * 100vw) 4%;
	}
	.row_common01.col3 .col {
    	width: 48%;
        max-width: 100%;
	}
	.row_common06 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_common06 .col .ttl {
		font-size: 	1.125rem;
		letter-spacing: 0;
	}
	.ttl_pay01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_pay01::before, .ttl_pay01::after {
		width: 9%;
	}
	.row_pay .col {
		padding: 0;
	}
	.row_pay .col .deco {
        padding: 5vw;
    }
	.bg_pay02 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.btn_pay01.btn_common02 {
		width: calc(600 / var(--break) * 100vw);
	}
	.tbl_common01 .tbl_title {
		font-size: calc(30 / var(--break) * 100vw);
	}
	.wrap_common01 {
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
}


/* clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	padding-bottom: calc(60 / var(--break) * 100vw);
}
.bg_clinic01::before {
    content: "";
    position: absolute;
    background: url(images/page/pt02.png) repeat center / calc(936 / var(--break) * 100vw) auto, linear-gradient(180deg, #fceed8, #ffffff);
    width: 100%;
    height: calc(623 / var(--break) * 100vw);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.bg_clinic01::after {
    content: "";
    position: absolute;
    background: url(images/clinic/frame_clinic01.png) no-repeat center / cover;
    width: 100%;
    height: calc(107 / var(--break) * 100vw);
    bottom: calc(517 / var(--break) * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.box_clinic01 {
	height: calc(700 / var(--break) * 100vw);
	background: url("images/clinic/bg_clinic01.png") no-repeat center / cover;
	padding-top: calc(50 / var(--break) * 100vw);
	border-radius: 100vh;
}
.box_clinic01 .wrap {
	width: 90%;
	max-width: 1000px;
}
/*01*/
.bg_clinic02::before {
    display: none;
}
.bg_clinic02 .ttl__feature02 {
    margin-bottom: calc(30 / var(--break) * 100vw);
}
.bg_clinic02 .box__feature01 .num {
    z-index: -1;
}
/*02*/
.bg_clinic03.bg__feature02 {
    padding: calc(82 / var(--break) * 100vw) 0 calc(0 / var(--break) * 100vw);
    background: none;
}
.bg_clinic03.bg__feature02::before {
    content: "";
    position: absolute;
	background: linear-gradient(0deg, #f9f3e8, #ffffff);
    width: 100%;
    height: calc(690 / var(--break) * 100vw);
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic03 .ttl__feature02 {
    margin-bottom: calc(28 / var(--break) * 100vw);
}
.bg_clinic03 .box__feature02 .num {
    left: 3%;
    top: 4%;
    z-index: -1;
}
.bg_clinic03 .box__feature02 .bg {
	margin-bottom: calc(118 / var(--break) * 100vw);
	border: solid calc(8 / var(--break) * 100vw) #f9f3e8;
}
.bg_clinic05 .box__feature02 .bg {
	margin-bottom: calc(118 / var(--break) * 100vw);
	border: solid calc(8 / var(--break) * 100vw) #f6d093;
}
.bg_clinic03.bg__feature02 .deco01 {
    width: calc(361 / var(--break) * 100vw);
    top: -17%;
    left: -19.5%;
}
.bg_clinic03.bg__feature02 .deco02 {
    bottom: -8.5%;
    right: -20%;
}
.bg_clinic03.bg__feature02 .deco03 {
    width: calc(1240 / var(--break) * 100vw);
	height: calc(367 / var(--break) * 100vw);
    top: -14.5%;
    right: -11%;
	background-color: #f6d09366;
	border-radius: calc(10 / var(--break) * 100vw);
}
.bg_clinic03.bg__feature02 .deco03::before {
    content: "";
    position: absolute;
	border: solid 1px #896429;
    width: 100%;
    height: 100%;
	left: calc(-10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
	border-radius: calc(10 / var(--break) * 100vw);
}
.bg_clinic03.bg__feature02 .deco04 {
    width: calc(1240 / var(--break) * 100vw);
	height: calc(367 / var(--break) * 100vw);
	background-color: #f6d09366;
    bottom: -12.5%;
    left: -9.2%;
}
.bg_clinic03.bg__feature02 .deco04::before {
    content: "";
    position: absolute;
	border: solid 1px #896429;
    width: 100%;
    height: 100%;
	left: calc(-10 / var(--break) * 100vw);
	top: calc(10 / var(--break) * 100vw);
	border-radius: calc(10 / var(--break) * 100vw);
}
.row_clinic01 {
	gap: 0 1.3%;
	width: 90%;
    max-width: 1500px;
}
.row_clinic01 .col {
	width: 24%;
	max-width: 325px;
}
.row_clinic01 .col .ttl {
	padding: calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
}
/*03*/
.bg_clinic04 {
	padding: calc(150 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw);
	position: relative;
}
.bg_clinic04::before {
	content: "";
    position: absolute;
	background: url(images/page/pt02.png) repeat center / calc(936 / var(--break) * 100vw) auto, linear-gradient(180deg, #896429, #ffffff);
    width: 100%;
    height: calc(983 / var(--break) * 100vw);
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
	z-index: -1;
}
.bg_clinic04::after {
	content: "";
    position: absolute;
	background: url("images/clinic/frame_clinic01.png") no-repeat center / cover;
    width: 100%;
    height: calc(107 / var(--break) * 100vw);
	top: -1px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.wrap_clnic01 .num {
    color: #563f1a4d;
    right: -1.5%;
    top: 4%;
}
.row_clnic01 .col {
	width: 23.5%;
	max-width: 350px;
	position: relative;
}
.row_clnic01 .col::before {
	content: "";
    position: absolute;
	border: solid calc(1 / var(--break) * 100vw) #7997e1;
    width: 100%;
    height: 100%;
	top: calc(6 / var(--break) * 100vw);
	right: calc(-10 / var(--break) * 100vw);
	border-radius: calc(30 / var(--break) * 100vw);
	z-index: -1;
}
.row_clnic01 .col .ttl {
	padding: calc(13 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
}
.row_clnic01 .col .box {
	padding: calc(20 / var(--break) * 100vw) calc(30 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	border-radius: 0 0 calc(30 / var(--break) * 100vw) calc(30 / var(--break) * 100vw);
}
/*04*/
.bg_clinic05 {
    padding: calc(133 / var(--break) * 100vw) 0 calc(0 / var(--break) * 100vw);
    background: none;
	margin-bottom: calc(110 / var(--break) * 100vw);
}
.bg_clinic05::before {
    content: "";
    position: absolute;
	background: linear-gradient(0deg, #f3e2c4, #ffffff);
    width: 100%;
    height: calc(690 / var(--break) * 100vw);
	top: calc(40 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

.bg_clinic05 .ttl__feature02 {
    margin-bottom: calc(28 / var(--break) * 100vw);
}
.bg_clinic05 .box__feature02 .num {
    left: 3%;
    top: 4%;
    color: #896429;
	z-index: -1;
}
.bg_clinic05 .box__feature02 .bg {
	border: solid calc(1 / var(--break) * 100vw) #f9e3c0;
	outline-offset: calc(-7 / var(--break) * 100vw);
    outline: #f6d093 solid calc(6 / var(--break) * 100vw);
	margin-bottom: calc(118 / var(--break) * 100vw);
}
.bg_clinic05.bg__feature02 .deco01 {
    width: calc(361 / var(--break) * 100vw);
    top: -17%;
    left: -19.5%;
}
.bg_clinic05.bg__feature02 .deco02 {
	width: calc(252 / var(--break) * 100vw);
    bottom: -4.5%;
    right: -14%;
}
.bg_clinic05.bg__feature02 .deco03 {
   	width: calc(1240 / var(--break) * 100vw);
    height: calc(367 / var(--break) * 100vw);
    top: -14.5%;
    right: -11%;
    background-color: #f9f3e866;
    border-radius: calc(10 / var(--break) * 100vw);
}
.bg_clinic05.bg__feature02 .deco03::before {
    content: "";
    position: absolute;
    border: solid 1px #896429;
    width: 100%;
    height: 100%;
    left: calc(-10 / var(--break) * 100vw);
    top: calc(10 / var(--break) * 100vw);
    border-radius: calc(10 / var(--break) * 100vw);
}
.bg_clinic05.bg__feature02 .deco04 {
    width: calc(1240 / var(--break) * 100vw);
    height: calc(367 / var(--break) * 100vw);
    background-color: #f9f3e866;
    bottom: -12.5%;
    left: -9.2%;
}
.bg_clinic05.bg__feature02 .deco04::before {
    content: "";
    position: absolute;
    border: solid 1px #896429;
    width: 100%;
    height: 100%;
    left: calc(-10 / var(--break) * 100vw);
    top: calc(10 / var(--break) * 100vw);
    border-radius: calc(10 / var(--break) * 100vw);
}
.wrap_clnic02 .num {
    color: #f9f3e8;
    left: -1.5%;
    top: 4%;
}
.row_clinic02 {
	gap: 0 1.3%;
	width: 90%;
    max-width: 1500px;
}
.row_clinic02 .col {
	width: 24%;
	max-width: 325px;
}
.row_clinic02 .col .ttl01 {
	padding: calc(5 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
	border: solid 1px #896429;
	color: #896429;
}
.row_clinic02 .col .ttl02 {
	
}
.bg_clinic05.box__feature02 .bg {
    border: solid calc(8 / var(--break) * 100vw) #f6d093;
}
/*05*/
.row_clinic03 {
	width: 76%;
}
.row_clinic03 .col {
	background-color: #896429;
	border-radius: calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw) 0;
	height: calc(95 / var(--break) * 100vw);
}
.bg_clinic06 .box__feature01.purple::before {
    background: #c499ec;
	left: calc(-5 / var(--break) * 100vw);
    right: auto;
}
.bg_clinic06 .box__feature01 .deco {
    padding: calc(67 / var(--break) * 100vw) calc(55 / var(--break) * 100vw) calc(70 / var(--break) * 100vw);
}
.bg_clinic06 .box__feature01 .num {
    color:  #e3ccf7!important;
}
.bg_clinic06 .ttl__feature02 {
    margin-bottom: calc(30 / var(--break) * 100vw);
}
.bg_clinic06 .box__feature01 .num {
    right: 3.5%;
    top: 12%;
}
.bg_clinic06 .img__feature01 {
	top: calc(-27 / var(--break) * 100vw);
    bottom: auto;
}
.bg_clinic06 .img__feature01.blue::before {
    background: #e3ccf7;
	left: calc(-5 / var(--break) * 100vw);
    right: auto;
}
/*07*/
.bg_clinic07.bg__feature01::before {
    display: none;
}
.bg_clinic07 .img__feature01 {
	top: auto;
    bottom: calc(-114 / var(--break) * 100vw);
}
.bg_clinic07 .img__feature01.right {
    top: auto;
    bottom: calc(-100 / var(--break) * 100vw);
}
/*08*/
.bg_clinic08 {
	margin-bottom: calc(155 / var(--break) * 100vw);
}
.box__feature01.orange::before {
    background: #f2b148;
    left: calc(-5 / var(--break) * 100vw);
    right: auto;
}
.img__feature01.orange::before {
    background: #f6d093;
    left: auto;
    right: calc(-5 / var(--break) * 100vw);
    border-radius: calc(80 / var(--break) * 100vw) 0 calc(80 / var(--break) * 100vw) 0;
}

.box_clinic02 {
	padding: calc(45 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
    border: solid 1px #896429;
    outline-offset: calc(-11 / var(--break) * 100vw);
    outline: #f9f3e8 solid calc(10 / var(--break) * 100vw);
}
.box_clinic02 .wrap {
	width: 90%;
	max-width: 1240px;
}
.row_clinic04 {
	width: 90%;
	max-width: 930px;
}
.row_clinic04 .col {
	width: 48.5%;
	max-width: 450px;
}
.box_clinic03 {
	padding: calc(50 / var(--break) * 100vw) calc(53 / var(--break) * 100vw);
}
.row_clinic05 .col_img {
	width: 39%;
    max-width: 431px;
}
.row_clinic05 .col_txt {
	width: 62%;
    border: solid 1px #7997e1;
    padding: calc(28 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.list_clinic01 .txt01 {
	width: 23%;
}
.list_clinic01 .txt02 {
	width: 77%;
}
.list_clinic01 li:nth-child(n+2) {
	margin-top: calc(24 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic01 {
		padding-bottom: calc(100 / var(--break) * 100vw);
	}
	.row_clinic03 {
		width: 85%;
	}
	.row_clinic05 .col_txt {
		width: 61%;
	}
	#clinic02 .ttl__feature02 {
		font-size: calc(34 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_clinic01 {
		height: calc(700 / var(--break) * 100vw);
		padding-top: calc(60 / var(--break) * 100vw);
		border-radius: calc(230 / var(--break) * 100vw);
	}
	#clinic02 .ttl__feature02 {
		font-size: calc(28 / var(--break) * 100vw);
	}
	.row_clinic01 .col .ttl {
		font-size: calc(22 / var(--break) * 100vw);
	}
	.bg_clinic05.bg__feature02 .deco04 {
		width: calc(1140 / var(--break) * 100vw);
		bottom: 15.4%;
		left: 6%;
	}
	.bg_clinic05.bg__feature02 .deco03 {
		width: calc(1140 / var(--break) * 100vw);
		top: 13.5%;
		right: 5.5%;
	}
	.row_clinic03 {
        width: 100%;
    }
	.row_clinic03 .txt {
        font-size: calc(23 / var(--break) * 100vw);
    }
	.bg_clinic07 .img__feature01 {
		bottom: calc(-27 / var(--break) * 100vw);
	}
	.row_clinic05 .col_txt {
        width: 60%;
    }
}
@media(max-width: 767px) {
	.bg_clinic01::before {
		height: 70%;
	}
	.bg_clinic01::after {
		height: calc(107 / var(--break) * 100vw);
		bottom: 63%;
	}
	.box_clinic01 {
		height: calc(1000 / var(--break) * 100vw);
		padding-top: calc(50 / var(--break) * 100vw);
		border-radius: calc(10 / var(--break) * 100vw);
	}
	.box_clinic01 .wrap {
		width: 100%;
		max-width: calc(630 / var(--break) * 100vw);
	}
	.box_clinic01 .ttl {
		font-size: 1.125rem;
    	letter-spacing: 0em;
	}
	.box_clinic01 p {
		text-shadow:
  0 0 calc(5 / var(--break) * 100vw) #fff,
  0 0 calc(5 / var(--break) * 100vw) #fff,
  0 0 calc(10 / var(--break) * 100vw) #fff,
  0 0 calc(10 / var(--break) * 100vw) #fff,
  0 0 calc(15 / var(--break) * 100vw) #fff,
  0 0 calc(15 / var(--break) * 100vw) #fff,
  0 0 calc(20 / var(--break) * 100vw) #fff,
  0 0 calc(25 / var(--break) * 100vw) #fff;
	}
	#clinic02 .ttl__feature02 {
        font-size: calc(37 / var(--break) * 100vw);
        margin-bottom: calc(30 / var(--break) * 100vw);
    }
	.bg_clinic02 {
		padding-bottom: calc(100 / var(--break) * 100vw);
	}
	.row_clinic01 {
		gap: calc(40 / var(--break) * 100vw) 4%;
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_clinic01 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic01 .col .ttl {
		padding: calc(15 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.wrap_clnic01 .num {
		font-size: calc(70 / var(--break) * 100vw);
	}
	.wrap_clnic01 .num .fz100 {
		font-size: calc(100 / var(--break) * 100vw);
	}
	.row_clnic01 {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clnic01 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_clnic01 .col:nth-child(n+2) {
		margin-top: 8vw;
	}
	.row_clnic01 .col .ttl {
		padding: calc(13 / var(--break) * 100vw) calc(7 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.row_clinic02 {
		gap: 5vw 4%;
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_clinic02 .col {
		width: 48%;
		max-width: 100%;
	}
	.row_clinic02 .col .ttl01 {
		padding: calc(5 / var(--break) * 100vw) calc(10 / var(--break) * 100vw);
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_clinic02 .col .ttl02 {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.row_clinic03 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic03 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.box_clinic02 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic04 {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.ttl_clinic01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic05 .col_img {
		max-width: calc(431 / var(--break) * 100vw);
		width: 100%;
        margin: 0 auto 5vw;
	}
	.row_clinic05 .col_txt {
		width: 100%;
		padding: calc(28 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
	}
	.list_clinic01 .txt01 {
		width: 30%;
		font-size: calc(29 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.list_clinic01 .txt02 {
		width: 70%;
		font-size: calc(29 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.bg_clinic03.bg__feature02 .deco03 {
		width: calc(620 / var(--break) * 100vw);
        top: calc(-35 / var(--break) * 100vw);
        right: calc(-37 / var(--break) * 100vw);
		height: 95%;
	}
	.bg_clinic03.bg__feature02 .deco04 {
		width: calc(620 / var(--break) * 100vw);
        bottom: calc(-35 / var(--break) * 100vw);
        left: calc(-35 / var(--break) * 100vw);
		height: 95%;
	}
	.bg_clinic03.bg__feature02::before {
		height: 69%;
	}
	.wrap_clnic01 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.bg_clinic04::before {
		background:linear-gradient(180deg, #89642999, #ffffff99),url(images/page/pt01.png) repeat center / calc(200 / var(--break) * 100vw) auto;
		height: 80%;
	}
	.bg_clinic05.bg__feature02 .deco03 {
		width: calc(620 / var(--break) * 100vw);
        top: calc(-55 / var(--break) * 100vw);
        right: calc(-55 / var(--break) * 100vw);
		height: 100%;
	}
	.bg_clinic05.bg__feature02 .deco04 {
		width: calc(620 / var(--break) * 100vw);
        bottom: calc(-55 / var(--break) * 100vw);
        left: calc(-37 / var(--break) * 100vw);
		height: 100%;
	}
	.bg_clinic05::before {
		height: 63%;
		top: calc(40 / var(--break) * 100vw);
	}
	.bg_clinic06 .box__feature01 .num {
		right: 1.5%;
		top: 3%;
	}
	.bg_clinic07 .img__feature01 {
		top: auto;
		bottom: calc(0 / var(--break) * 100vw);
	}
	.bg_clinic07.bg__feature01 {
        padding-bottom: calc(0 / var(--break) * 100vw);
		margin-bottom: 13vw;
    }
	.bg_clinic08 {
		margin-bottom: calc(60 / var(--break) * 100vw);
	}
	.row_clinic04 .col {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_clinic04 .col:nth-child(n+2) {
		margin-top: 5vw;
	}
}

/* slider
------------------------------------------------------------------*/
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_slider.svg")no-repeat center / cover;
	width: calc(33 /var(--break)*100vw);
	height: calc(59 /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(33 /var(--break)*100vw);
	height: calc(59 /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 .col_img {
	width: 37%;
	max-width: 460px;
}
.row_staff01 .col_txt {
	width: 60%;
}
.box_prof {
	border-radius: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) 0;
}
.ttl_staff01 {
	border-radius: calc(10 / var(--break) * 100vw) calc(10 / var(--break) * 100vw) 0 0;
	background-color: #fff;
	position: relative;
}
.ttl_staff01::before {
	content: "";
    position: absolute;
	width: calc(94 / var(--break) * 100vw);
    height: calc(136 / var(--break) * 100vw);
}
.ttl_staff01.deco01::before {
	background: url("images/staff/deco_staff01.svg") no-repeat center / cover;
	top: -55%;
    right: -5%;
}
.ttl_staff01.deco02::before {
	background: url("images/staff/deco_staff02.svg") no-repeat center / cover;
	top: -58%;
    right: -6%;
}
.ttl_staff02 {
	border: solid calc(6 / var(--break) * 100vw) #1a1a7c;
	height: calc(80  / var(--break) * 100vw);
	padding-left: calc(120 / var(--break) * 100vw);
}
.ttl_staff02::before {
	content: "";
    position: absolute;
	background: url("images/staff/img_staff02.png") no-repeat center / cover;
    width: calc(97 / var(--break) * 100vw);
    height: calc(141 / var(--break) * 100vw);
	bottom: 0;
	left: calc(53 / var(--break) * 100vw);
}
.ttl_staff02 .fz32 {
	text-shadow:  0 0 0 #1a1a7c, 0 0 1px #1a1a7c, 1px 0 0 #1a1a7c, -1px 0 0 #1a1a7c, 0 1px 0 #1a1a7c, 0 -1px 0 #1a1a7c, 1px 0 1px #1a1a7c, -1px 0 1px #1a1a7c, 0 1px 1px #1a1a7c, 0 -1px 1px #1a1a7c, 2px 0 1px #1a1a7c, -2px 0 1px #1a1a7c, 0 2px 1px #1a1a7c, 0 -2px 1px #1a1a7c, 3px 0 1px #1a1a7c, -3px 0 1px #1a1a7c, 0 3px 1px #1a1a7c, 0 -3px 1px #1a1a7c, -1px -1px 1px #1a1a7c, -1px 1px 1px #1a1a7c, 1px -1px 1px #1a1a7c, 1px 2px 1px #1a1a7c, -1px -2px 1px #1a1a7c, -1px 2px 1px #1a1a7c, 1px -2px 1px #1a1a7c, 2px 1px 1px #1a1a7c, -2px -1px 1px #1a1a7c, -2px 1px 1px #1a1a7c, 2px -1px 1px #1a1a7c, 2px 2px 1px #1a1a7c, -2px -2px 1px #1a1a7c, -2px 2px 1px #1a1a7c, 2px -2px 1px #1a1a7c, 3px 1px 1px #1a1a7c, -3px -1px 1px #1a1a7c, -3px 1px 1px #1a1a7c, 3px -1px 1px #1a1a7c, 1px 3px 1px #1a1a7c, -1px -3px 1px #1a1a7c, -1px 3px 1px #1a1a7c, 1px -3px 1px #1a1a7c, 3px 2px 1px #1a1a7c, -3px -2px 1px #1a1a7c, -3px 2px 1px #1a1a7c, 3px -2px 1px #1a1a7c, 2px 3px 1px #1a1a7c, -2px -3px 1px #1a1a7c, -2px 3px 1px #1a1a7c, 2px -3px 1px #1a1a7c, 3px 3px 1px #1a1a7c, -3px -3px 1px #1a1a7c, -3px 3px 1px #1a1a7c, 3px -3px 1px #1a1a7c;
}
.row_staff02 .col_l {
	width: 59%;
}
.row_staff02 .col_r {
	width: 37%;
	max-width: 460px;
}
.box_prof01 .year {
	width: 34%;
	font-weight: 300;
}
.box_prof01 .txt {
	width: 66%;
}
.row_staff01 .box__greeting01 .ccl,.row_staff02 .box__greeting01 .ccl {
    left: calc(6 / var(--break) * 100vw);
    position: relative;
    width: calc(90 / var(--break) * 100vw);
    height: calc(90 / var(--break) * 100vw);
}
.ttl_staff03 .dib {
	position: relative;
	padding: 0 calc(80 / var(--break) * 100vw);
}
.ttl_staff03 .dib::before,.ttl_staff03 .dib::after {
	content: "";
    position: absolute;
    width: calc(38 / var(--break) * 100vw);
    height: calc(29 / var(--break) * 100vw);
	top: 0;
	bottom: calc(-6 / var(--break) * 100vw);
	margin: auto;
}
.ttl_staff03 .dib::before {
	background: url("images/staff/deco_staff05.svg") no-repeat center / cover;
	left: 0%;
}
.ttl_staff03 .dib::after {
	background: url("images/staff/deco_staff06.svg") no-repeat center / cover;
	right: 0%;
}
.ttl_staff03.ptn02 .dib::before {
	background: url("images/recruit/deco_recruit03.svg") no-repeat center / cover;
}
.ttl_staff03.ptn02 .dib::after {
	background: url("images/recruit/deco_recruit04.svg") no-repeat center / cover;
}
.bg_staff01::before {
	content: "";
    position: absolute;
	background: url("images/staff/deco_staff03.svg") no-repeat left bottom / calc(1261 / var(--break) * 100vw) auto,url("images/staff/deco_staff04.svg") no-repeat right bottom / calc(1261 / var(--break) * 100vw) auto,url(images/page/pt01.png) repeat center / calc(200 / var(--break) * 100vw) auto;
    width: 100%;
    height: calc(500 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_staff02 {
		height: calc(131 / var(--break) * 100vw);
		padding-left: calc(60 / var(--break) * 100vw);
        padding-right: calc(60 / var(--break) * 100vw);
	}
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
		width: 100%;
		max-width: calc(500 / var(--break) * 100vw);
		margin: 0 auto 13vw;
	}
	.row_staff01 .col_txt {
		width: 100%;
		max-width: calc(646 / var(--break) * 100vw) !important;
        margin-left: auto;
        margin-right: auto;
	}
	.box_prof01 .year {
		width: 37%;
	}
	.box_prof01 .txt {
		width: 62%;
	}
	.ttl_staff02 {
		height: calc(140 / var(--break) * 100vw);
		padding-left: calc(90 / var(--break) * 100vw);
		flex-direction: column;
	}
	.ttl_staff02 .fz32 {
		font-size: calc(32 / var(--break) * 100vw);
    	letter-spacing: 0;
		margin-bottom: 0.8vw;
	}
	.ttl_staff02 .fz22 {
		font-size: calc(22 / var(--break) * 100vw);
    	letter-spacing: 0;
		line-height: 1;
	}
	.ttl_staff02::before {
		width: calc(97 / var(--break) * 100vw);
		height: calc(141 / var(--break) * 100vw);
		left: calc(21 / var(--break) * 100vw);
	}
	.row_staff02 {
		flex-direction: column-reverse!important;
	}
	.row_staff02 .col_r {
		max-width: calc(500 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.ttl_staff03 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_staff02 .col_r {
		margin-top: 0;
	}
	.row_staff02 .col_l {
		margin-top: 13vw;
	}
	.row_staff01 .box__greeting01 .ccl, .row_staff02 .box__greeting01 .ccl {
		left: calc(1 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		height: calc(100 / var(--break) * 100vw);
	}
	.ttl_staff03 .dib::before,.ttl_staff03 .dib::after {
		top: auto;
		bottom: calc(10 / var(--break) * 100vw);
	}
	.bg_staff01::before {
		height: calc(352 / var(--break) * 100vw);
	}
}

/* access
------------------------------------------------------------------*/
.row_access01 .col_img {
	width: 52%;
	max-width: 780px;
}
.row_access01 .col_txt {
	width: 45%;
	background: linear-gradient(0deg, #fceed8, #f9f3e8);
	border-radius: calc(50 / var(--break) * 100vw);
}
.row_access01 .col_txt .wrap {
	width: 90%;
	max-width: 500px;
}
.logo_access {
	width: calc(340 / var(--break) * 100vw);
}
.tbl_access01 {
	width: 100%;
}
.box_access01 {
	border-radius: calc(50 / var(--break) * 100vw) 0 calc(50 / var(--break) * 100vw) 0;
	padding: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(40 / var(--break) * 100vw);
}
.ttl_access01 {
	border-radius: 100vh;
	border: solid calc(5 / var(--break) * 100vw) #e3ccf7;
	height: calc(64 / var(--break) * 100vw);
}
.ttl_access01 .icn {
	width: calc(44 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_access01 .address_foot {
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
	.row_access01 .btn_tel01 {
		margin-bottom: calc(30 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.logo_access {
		width: calc(300 / var(--break) * 100vw);
		margin-bottom: calc(10 / var(--break) * 100vw);
	}
	.row_access01 .address_foot {
		font-size: calc(17 / var(--break) * 100vw);
		line-height: 1.5;
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.row_access01 .btn_tel01 {
		margin-bottom: calc(15 / var(--break) * 100vw);
	}
	.row_access01 .col_txt .wrap {
		width: 83%;
	}
}
@media(max-width: 767px) {
	.row_access01 .col_txt {
		padding: 7vw 0 7vw;
	}
	.row_access01 .col_txt .wrap {
		width: 91%;
		max-width: 100%;
	}
	.ttl_access01 .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.ttl_access01 {
		height: calc(82 / var(--break) * 100vw);
	}
	.ttl_access01 .icn {
		width: calc(50 / var(--break) * 100vw);
	}
}

/* pediatric
------------------------------------------------------------------*/
.bg_pediatric01 .deco01 {
	width: calc(460 / var(--break) * 100vw);
	top: 0;
	left: 0;
}
.bg_pediatric01 .deco02 {
	width: calc(460 / var(--break) * 100vw);
	right: 0;
	bottom: 0;
}
.row_pediatric01 {
	width: 90%;
    max-width: calc(1240 / var(--break) * 100vw);
}
.row_pediatric01 .col {
	width: calc(240 / var(--break) * 100vw);
	height: calc(240 / var(--break) * 100vw);
}
.row_pediatric01 .col:nth-child(n+6) {
	margin-top: calc(30 / var(--break) * 100vw);
}
.row_pediatric01 .col.col1 {
	border: solid calc(5 / var(--break) * 100vw) #f78f96;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #ffd8da solid 1px;
}
.row_pediatric01 .col.col2 {
	border: solid calc(5 / var(--break) * 100vw) #7997e1;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #dde7ff solid 1px;
}
.row_pediatric01 .col.col3 {
	border: solid calc(5 / var(--break) * 100vw) #f39800;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #f2b148 solid 1px;
}
.row_pediatric01 .col.col4 {
	border: solid calc(5 / var(--break) * 100vw) #c499ec;
	outline-offset: calc(-10 / var(--break) * 100vw);
    outline: #e3ccf7 solid 1px;
}

@media(min-width: 768px) and (max-width:1599px) {
	.bg_pediatric01 .deco01 {
		width: calc(360 / var(--break) * 100vw);
		z-index: -1;
	}
	.bg_pediatric01 .deco02 {
		width: calc(360 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_pediatric01 .col {
		width: calc(225 / var(--break) * 100vw);
		height: calc(225 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.row_pediatric01 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.row_pediatric01 .col {
		width: calc(222 / var(--break) * 100vw);
		height: calc(222 / var(--break) * 100vw);
	}
	.row_pediatric01 .col:nth-child(n+4) {
		margin-top: calc(30 / var(--break) * 100vw);
	}
	.row_pediatric01 .col .txt {
		font-size: calc(26 / var(--break) * 100vw);
	}
	.bg_pediatric01 .deco01 {
		width: calc(360 / var(--break) * 100vw);
		z-index: -1;
	}
	.bg_pediatric01 .deco02 {
        width: calc(360 / var(--break) * 100vw);
        bottom: 21%;
    }
	.ttl_pediatric01 {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
}

/* mouthpiece
------------------------------------------------------------------*/

.box_flow {
	padding: 0;
	background: none;
}
.box_flow .col_txt h4 {
    margin-bottom: calc(0 / var(--break) * 100vw);
}
.bg_flow01 .box_flow:nth-child(odd) .col_txt h4 .num {
    color: #c499ec;
	border-right: solid calc(5 / var(--break) * 100vw) #c499ec;
}
.bg_flow01 .box_flow:nth-child(even) .col_txt h4 .num {
    color: #64b7aa;
	border-right: solid calc(5 / var(--break) * 100vw) #64b7aa;
}
.box_flow .col_txt h4 .num {
    width: calc(65 / var(--break) * 100vw);
    height: calc(60 / var(--break) * 100vw);
    font-weight: 500;
    letter-spacing: .1em;
}
.box_flow .col_txt h4 .ttl {
    width: calc(100% - calc(65 / var(--break) * 100vw));
}
.box_flow .col_txt .box {
	padding: calc(30 / var(--break) * 100vw) calc(45 / var(--break) * 100vw) calc(25 / var(--break) * 100vw);
	border-radius: 0 0 calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw);
	border: solid calc(6 / var(--break) * 100vw) #f3e1c2;
	border-top: none;
}
.arw_flow:before {
    border-top: calc(16 / var(--break) * 100vw) solid #896429;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_flow .col_txt h4 .num {
		width: calc(85 / 750 * 100vw);
        height: calc(85 / 750 * 100vw);
		padding-left: 0.7vw;
	}
	.box_flow .col_txt h4 .ttl {
		width: calc(100% - calc(85 / var(--break) * 100vw));
	}
	.arw_flow:before {
		border-top-width: calc(30 / 750 * 100vw);
	}
	.box_flow .col_txt h4 .ttl {
        padding-top: 0vw;
		padding-bottom: 0.8vw;
    }
}

/* contact
------------------------------------------------------------------*/
.row_contact01 .ttl_common01::before {
    background: #563f1a;
}
.row_contact01 .btn_web01 {
    width: calc(346 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_contact01.row__info01 .col:nth-child(n+2) {
        margin-top: 6vw;
    }
	.row_contact01 .ttl_common01 {
		margin-bottom: calc(25 / var(--break) * 100vw);
	}
	.row_contact01 .btn_tel01,.row_contact01 .btn_web01 {
        width: calc(500 / var(--break) * 100vw);
    }
}

/* コンテンツ名 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) {
	
}

/* コンテンツ名 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 {
	border: solid calc(10 / var(--break) * 100vw) #fceed8;
	border-radius: calc(50 / var(--break) * 100vw);
}
.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 #f2b148;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(42 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: 2.8%;
}
.slide_case01 .slick-next {
    right: 2.8%;
    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: #f3e1c2;
	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: #f6d093;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
	border-radius: calc(20 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
.tbl_case table{
	border: 1px solid #896429;
	border-right: none;
	border-left: none;
}
.tbl_case th{
	background: #f9f3e8;
	color: #333333;
}
.tbl_case tr:not(:last-child) th {
	border-bottom-color: #896429;
}
.tbl_case tr td {
	background-color: #fff;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #896429;
}
@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);
		letter-spacing: .1em;
	}
	.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 #f2b148;
		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(50 / var(--break) * 100vw);
		height: calc(90 / var(--break) * 100vw);
		bottom: auto;
		top: 72vw;
	}
	.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);
	}
	.tbl_case tr th {
			border-bottom: 1px solid #896429;
	}
	.slide_case01 .tbl_case {
		max-width: calc(610 / var(--break) * 100vw);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 {
	background: #fceed8;
}
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #fceed8;
	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);
}
.box_invisalign .ttl {
	font-weight: 400;
}
/* パーフェクトスクロールバー */
.risk .ps__thumb-y, .box_invisalign .ps__thumb-y {
	background: #563f1a !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
------------------------------------------------------------------*/
.ttl_recruit01 .dib {
	position: relative;
}
.ttl_recruit01 .dib::before,.ttl_recruit01 .dib::after {
	content: "";
    position: absolute;
    width: calc(48 / var(--break) * 100vw);
    height: calc(79 / var(--break) * 100vw);
	bottom: calc(10 / var(--break) * 100vw);
}
.ttl_recruit01 .dib::before {
	background: url("images/recruit/deco_recruit01.svg") no-repeat center / cover;
	left: 0;
}
.ttl_recruit01 .dib::after {
	background: url("images/recruit/deco_recruit02.svg") no-repeat center / cover;
	right: 0;
}

.box_recruit01 {
	border: solid calc(10 / var(--break) * 100vw) #f2b148;
}
.box_recruit01.bg_col09 {
	border: solid calc(10 / var(--break) * 100vw) #f78f96;
}
.box_recruit01.bg_col10 {
	border: solid calc(10 / var(--break) * 100vw) #7997e1;
}
.row_recruit01 .col_l {
	width: 33%;
}
.row_recruit01 .col_l .wrap {
	width: 89%;
	height: calc(177 / var(--break) * 100vw);
}
.row_recruit01 .col_r {
	width: 66%;
}
.row_recruit02 .col {
	width: 49%;
}
.row_recruit02 .ttl {
	border: solid calc(2 / var(--break) * 100vw) #f6d093;
}
.row_recruit02 .ttl.col2 {
	border: solid calc(2 / var(--break) * 100vw) #ffd8da;
}
.row_recruit02 .ttl.col3 {
	border: solid calc(2 / var(--break) * 100vw) #dde7ff;
}
.box_recruit02 {
	border: solid calc(8 / var(--break) * 100vw) #f6d093;
	border-radius: calc(10 / var(--break) * 100vw)
}


.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.tbl_guideline01 table {
	border-color: #896429;
	border-right: none;
	border-left: none;
}
.tbl_guideline01 th {
	background: #f3e1c2;
}
.tbl_guideline01 tr:not(:last-child) td {
	border-bottom-color: #896429;
}
.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: #64b7aa;
	border-radius: 100vh;
}
.btn_submit {
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: calc(330 / var(--break) * 100vw);
	width: 100%;
}

/* 白い後ろのズレ枠は常に表示 */
.btn_submit::before {
	content: "";
	position: absolute;
	background: #fff;
	border: solid 1px #563f1a;
	width: 100%;
	height: 100%;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: 0;
}
.btn_submit::after {
	content: "";
	position: absolute;
	background: url("images/page/arw02.svg") no-repeat center / cover;
	width: calc(32 / var(--break) * 100vw);
	height: calc(9 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	right: calc(20 / var(--break) * 100vw);
	margin: auto;
	z-index: 2;
	pointer-events: none;
}
.btn_submit input {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.375rem;
	background: #ddd;
	border: none;
	border-radius: 0;
	line-height: 1;
	padding: calc(17 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) calc(20 / var(--break) * 100vw);
	letter-spacing: .1em;
	transition: .3s;
}

.btn_submit input:hover {
	cursor: pointer;
}

/* チェック未入力で送信不可のとき */
.btn_submit input:disabled {
	background: #ddd;
	color: #fff;
	cursor: not-allowed;
	opacity: 1;
}

/* チェックが入って送信可能になったとき */
.btn_submit input:not(:disabled) {
	background: #563f1a;
	color: #fff;
	cursor: pointer;
}

.btn_submit .wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(-15 / var(--break) * 100vw);
	margin: auto !important;
}


@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.ttl_recruit01 {
		font-size: 1.0625rem;
		letter-spacing: 0;
	}
	.box_recruit01 {
		width: calc(646 / var(--break) * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_recruit01 .col_l .wrap {
		width: 100%;
		height: calc(160 / var(--break) * 100vw);
		padding-bottom: 2vw;
	}
	.ttl_recruit02 .ja {
		font-size: 1.25rem;
		margin-bottom: 1vw;
	}
	.ttl_recruit02 .en {
		font-size: 1rem;
        letter-spacing: .1em;
		line-height: 1;
	}
	.row_recruit01.sp_stack .col:nth-child(n+2) {
       margin-top: calc(10 / var(--break) * 100vw);
    }
	.row_recruit02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_recruit02 .price {
		font-size: calc(48 / var(--break) * 100vw);
	}
	.row_recruit02 .price .num {
		font-size: calc(85 / var(--break) * 100vw);
	}
	.box_recruit02 .fz22 {
		font-size: calc(30 / var(--break) * 100vw);
		letter-spacing: 0;
	}
	.tbl_guideline01 td a {
		text-decoration: underline;
		color: var(--guideline-color);
	}
	.tbl_guideline01 tr th {
		border-bottom: 1px solid #000;
	}
	.btn_submit {
		max-width: calc(500 / var(--break) * 100vw);
   		width: 100%;
	}
	.btn_submit input {
        font-size: 1.125rem;
    }
	.btn_submit input {
		padding: 4vw 5% 4vw;
	}
	.btn_submit::after {
		width: calc(72 / var(--break) * 100vw);
        height: calc(20 / var(--break) * 100vw);
        right: calc(28 / var(--break) * 100vw);
	}
	.btn_submit::before {
        right: calc(-5 / var(--break) * 100vw);
        bottom: calc(-5 / var(--break) * 100vw);
		top: auto;
    }
}

/* お問い合わせ 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: #896429;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
	border-radius: 100vh;
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-weight: 400;
	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: #f6d093;
	border: 1px solid #f6d093;
	border-right-color: #f6d093;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #f6d093;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #64b7aa;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #f39800;
}
.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;
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.blog_archive .txt_post .date {
	color: #896429;
	font-family: "source-han-serif-jp-subset", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #64b7aa;
	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 #896429;
	color: #896429;
	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: #896429;
	background: #896429;
	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 #f39800;
	background: #f39800;
	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: #f39800;
}
.single_post h3 {
    border-radius: calc(30 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw) 0;
    padding: calc(10 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(85 / var(--break) * 100vw);
    position: relative;
    background-color: #f9f3e8;
    font-size: calc(26 / var(--break) * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.single_post h3::before {
    content: "";
    position: absolute;
	background: url("images/page/deco_blog01.svg") no-repeat center / cover;
    width: calc(66 / var(--break) * 100vw);
    height: calc(80 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
}
.post_content h4 {
	font-size: calc(20 / var(--break) * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    padding: calc(13 / var(--break) * 100vw) calc(20 / var(--break) * 100vw) calc(16 / var(--break) * 100vw) calc(48 / var(--break) * 100vw);
    border-radius: calc(10 / var(--break) * 100vw);
    position: relative;
    color: #fff;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #64b7aa;
}
.post_content h4::before {
	content: "";
    position: absolute;
	background: #fff;
    width: calc(30 / var(--break) * 100vw);
    height: calc(2 / var(--break) * 100vw);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.post_content h5 {
	font-size: calc(20 / var(--break) * 100vw);
    letter-spacing: .1em;
    line-height: 1.6;
    padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(29 / var(--break) * 100vw);
    border-bottom: solid 1px #333;
    position: relative;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.post_content h5::before {
	content: "";
    position: absolute;
	background: url("images/page/deco_blog02.svg") no-repeat center / cover;
    width: calc(22 / var(--break) * 100vw);
    height: calc(22 / var(--break) * 100vw);
	left: 0;
	top: calc(7 / 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;
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
	.post_content h5 {
		padding: calc(0 / var(--break) * 100vw) calc(0 / var(--break) * 100vw) calc(15 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
	}
	.post_content h5::before {
		width: calc(32 / var(--break) * 100vw);
		height: calc(32 / var(--break) * 100vw);
		top: 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));
	}
}