@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(515 / var(--break) * 100vw);
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.hdg3 {
	padding: calc(22 / var(--break) * 100vw) 0 calc(30 / var(--break) * 100vw);
	background: url("images/page/bg_hdg3_l.svg")no-repeat left bottom / calc(156 / var(--break) * 100vw) auto, url("images/page/bg_hdg3_r.svg")no-repeat right bottom / calc(156 / var(--break) * 100vw) auto, url("images/page/bdr_hdg3.svg")no-repeat center bottom / calc(166 / var(--break) * 100vw) auto;
}
.hdg4 {
	background: url("images/page/bg_hdg4_l.svg")no-repeat left center / auto 100%, url("images/page/bg_hdg4_r.svg")no-repeat right center / auto 100%;
	height: calc(100 / var(--break) * 100vw);
}
.ttl_common01 {
	border-top: 1px solid #624935;
	border-bottom: 1px solid #624935;
	height: calc(80 / var(--break) * 100vw);
}
.txt_common01 {
	max-width: 1000px;
}
.row_common01 .col_img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(10 / var(--break) * 100vw));
	background: #D5D4D0;
	background: linear-gradient(90deg, rgba(213, 212, 208, 1) 0%, rgba(239, 237, 210, 1) 100%);
	bottom: 0;
	z-index: -1;
}
.row_common01 .col_img.right:after {
	right: calc(-10 / var(--break) * 100vw);
}
.row_common02 .copy {
	border-bottom: 1px solid #343131;
}
.row_common03 {
	gap: calc(30 / var(--break) * 100vw) 1.55%;
}
.row_common03 .col {
	width: 32.3%;
	max-width: 400px;
}
.row_common04 .col_img {
	width: 26%;
	max-width: 290px;
}
.row_common04 .col_txt {
	width: 70%;
}
.row_common05 .col_img {
	width: 29%;
	max-width: 350px;
}
.row_common05 .col_txt {
	width: 67%;
}
.row_common05 .ttl, .hdg5 {
	border-bottom: 1px solid #624935;
	background: url("images/page/deco_hdg5.png")no-repeat left top / calc(38 / var(--break) * 100vw);
}
.box_common01:before {
	content: "";
	position: absolute;
	width: calc(106 / var(--break) * 100vw);
	height: 2px;
	border-top: 2px dotted #624935;
	transform: rotate(45deg);
	right: calc(-14 / var(--break) * 100vw);
	top: calc(36 / var(--break) * 100vw);
}
.box_common01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px dotted #624935;
	left: 0;
	top: 0;
	z-index: -1;
	background: #f1f0e9;
	clip-path: polygon(0 0, calc(100% - calc(75 / var(--break) * 100vw)) 0%, 100% calc(75 / var(--break) * 100vw), 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}
.box_common01 .box {
	max-width: 1000px;
}
.box_common01 .ttl .en {
	left: 0;
	top: calc(-50 / var(--break) * 100vw);
	line-height: .9;
}
.box_common01 .ttl .ja {
	height: calc(50 / var(--break) * 100vw);
}
.box_common02 > .ttl {
	border-radius: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) 0 0;
	height: calc(85 / var(--break) * 100vw);
}
.box_common03 {
	border-radius: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) 0 0;
}
.box_common03 .ttl {
	background: url("images/page/bdr03.svg")no-repeat left center / 100% auto;
}
.box_common03 .ttl.bdr02 {
	background-image: url("images/page/bdr04.svg");
}
.box_common04 {
	border: 2px dotted #624935;
	max-width: 1000px;
}
.box_common04 .box{
	overflow-y: scroll;
	max-height: 160px;
	scrollbar-color: #624935 #fff;
	scrollbar-width: thin;
}
.list_common01 li {
	max-width: 425px;
	border-bottom: 1px dotted #624935;
	padding-left: calc(30 / var(--break) * 100vw);
	padding-bottom: calc(6 / var(--break) * 100vw);
}
.list_common01 li:not(:nth-child(-n+2)) {
	margin-top: calc(6 / var(--break) * 100vw);
}
.list_common01 li:before {
	background: url("images/page/icn_check01.svg")no-repeat center / cover;
	width: calc(20 / var(--break) * 100vw);
	height: calc(20 / var(--break) * 100vw);
	border-radius: 0;
	top: .2em;
}
.tbl_common01 table {
	border-color: #624935;
}
.tbl_common01 th {
	background: #624935;
}
.tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #624935;
}
.tbl_common01 .tbl_caption {
	margin-top: calc(10 / var(--break) * 100vw);
}
.tbl_common02 .tbl_title {
	font-weight: 300;
}
.tbl_common02 th {
	background: #a29387;
}
.box_flow {
	background: url("images/page/bg_common05.png")no-repeat right bottom / calc(260 / var(--break) * 100vw) auto;
}
.arw_flow:before {
	border-top-color: #624935;
}
.box_flow:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: calc(5 / var(--break) * 100vw) solid #d7d4bb;
	border-bottom: calc(5 / var(--break) * 100vw) solid #d7d4bb;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: -1;
}
.bg_pay01 {
	background: url("images/page/bg_pay01.png")no-repeat left top / calc(462 / var(--break) * 100vw) auto, url("images/page/bg_pay02.png")no-repeat right bottom / calc(460 / var(--break) * 100vw) auto;
}
.row_pay .col {
	border-radius: calc(50 / var(--break) * 100vw) 0 0 0;
	border: 2px dotted #624935;
}
.row_pay .col:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: calc(5 / var(--break) * 100vw) solid #624935;
	border-bottom: calc(5 / var(--break) * 100vw) solid #624935;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
}
.bnr_common01 {
	width: calc(500 / var(--break) * 100vw);
}
.bnr_common01 a {
	height: calc(120 / var(--break) * 100vw);
	background: url("images/page/bdr02.svg")no-repeat right calc(10 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(8 / var(--break) * 100vw), url("images/page/arw02.svg")no-repeat right bottom / calc(55 / var(--break) * 100vw), url("images/general/bg_general01.png")no-repeat left center / auto 100%, url("images/general/bg_general02.svg")no-repeat right calc(35 / var(--break) * 100vw) center / calc(64 / var(--break) * 100vw) auto;
	border: 1px solid #624935;
}
.bg_case01 {
	background: #F1F0E9;
	background: linear-gradient(0deg, rgba(241, 240, 233, 1) 0%, rgba(239, 237, 210, 1) 100%);
}
.bg_case01 .ttl:before, .bg_case01 .ttl:after {
	content: "";
	background: url("images/page/bdr06.svg")no-repeat left center / auto calc(23 / var(--break) * 100vw);
	flex: 1;
	display: block;
	height: calc(23 / var(--break) * 100vw);
}
.tbl_case table {
	border-color: #d7d4bb;
	background: #fff;
}
.tbl_case th {
	background: #d7d4bb;
	color: #624935;
}
.tbl_case tr:not(:last-child) td {
	border-bottom-color: #d7d4bb;
}
.row_conversion {
	max-width: 1030px;
	gap: calc(20 / var(--break) * 100vw) 2%;
}
.row_conversion .col {
	width: 32%;
}
.row_conversion .col a {
	height: calc(115 / var(--break) * 100vw);
}
.row_conversion .col1 a {
	border: 1px solid #624935;
}
.row_conversion .col1 .ja {
	height: calc(30 / var(--break) * 100vw);
}
.row_conversion .col2 a {
	background: url("images/page/icn_web02.svg")no-repeat left calc(25 / var(--break) * 100vw) center / calc(48 / var(--break) * 100vw), url("images/page/arw05.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw);
	outline: 1px solid #fff;
	outline-offset: calc(-5 / var(--break) * 100vw);
}
.row_conversion .col3 a {
	outline: 1px solid #fff;
	outline-offset: calc(-5 / var(--break) * 100vw);
	background: url("images/page/icn_line01.svg")no-repeat left calc(25 / var(--break) * 100vw) center / calc(48 / var(--break) * 100vw), url("images/page/arw05.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw), #06c755;
}
.row_conversion .col4 a {
	border: 2px dotted #624935;
	background: url("images/page/icn_common01.svg")no-repeat left calc(20 / var(--break) * 100vw) center / calc(48 / var(--break) * 100vw) auto, url("images/page/arw01.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw);
}
.box_qa03 {
	border: none;
}

.box_qa03 .box_q .box:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	z-index: 0;
	opacity: .1;
}
.box_qa03 .box_q .txt {
	background: none;
	border-bottom: 1px solid #343131;
}
.box_qa03 .box_q .txt .icn {
	width: calc(26 / var(--break) * 100vw);
	height: calc(26 / var(--break) * 100vw);
}
.box_qa03 .box_q .txt .icn:before {
	height: 1px;
	background: #624935;
}
.box_qa03 .box_q .txt .icn:after {
	width: 1px;
	background: #624935;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 9.5vw 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 {
		padding-top: 14vw;
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		height: calc(524 / var(--break) * 100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
	}
	.hdg2 .en {
		font-size: .9375rem;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		padding: 3vw;
		font-size: 1.34375rem;
		letter-spacing: 0;
		background: url("images/page/bg_hdg3_l.svg")no-repeat left top / calc(125 / var(--break) * 100vw) auto, url("images/page/bg_hdg3_r.svg")no-repeat right top / calc(125 / var(--break) * 100vw) auto, url("images/page/bdr_hdg3.svg")no-repeat center bottom / calc(166 / var(--break) * 100vw) auto;
	}
	.hdg3 small {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.hdg4 {
		font-size: 1.1875rem;
	}
	.ttl_common01 {
		font-size: 1.1875rem;
		letter-spacing: 0;
		height: auto;
		padding: 2vw 3vw;
	}
	.txt_common01 {
		max-width: calc(646 / var(--break) * 100vw);
	}
	.row_common02 .copy {
		border-bottom: 1px solid #343131;
	}
	.row_common03 {
		gap: calc(60 / var(--break) * 100vw) 0;
	}
	.row_common03 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_common03 .ttl, .row_common03 .caption {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common05 .col_img {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_common05 .ttl, .hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
		background-position: left top 1vw;
	}
	.box_common01 {
		padding: 12vw 4vw 5vw;
	}
	.box_common01:before {
		border-top-width: 1px;
	}
	.box_common01:after {
		border-width: 1px;
	}
	.box_common01 .box {
		max-width: 100%;
	}
	.box_common01 .ttl .en {
		font-size: 2.5rem;
		top: calc(-66 / var(--break) * 100vw);
	}
	.box_common01 .ttl .ja {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(60 / var(--break) * 100vw);
	}
	.box_common02 > .ttl {
		padding: 2vw 3vw;
		font-size: 1.1875rem;
		letter-spacing: 0;
		border-radius: calc(50 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) 0 0;
		height: auto;
	}
	.box_common02 > .box {
		padding: 5vw 4vw;
	}
	.box_common03 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		background-size: auto calc(10 / var(--break) * 100vw);
	}
	.box_common04 {
		border-width: 1px;
	}
	.box_common04 .box {
		max-height: calc(420 / var(--break) * 100vw);
	}
	.box_common04 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_common04 .txt {
		letter-spacing: 0;
	}
	.list_common01 li {
		max-width: 100%;;
		padding-left: 6vw;
		padding-bottom: calc(6 / var(--break) * 100vw);
	}
	.list_common01 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_common01 li:before {
		width: calc(30 / var(--break) * 100vw);
		height: calc(30 / var(--break) * 100vw);
		top: .4em;
	}
	.tbl_common01.scroll_w2 table, .tbl_common01.scroll_w2 .tbl_title {
		width: calc(1000 / var(--break) * 100vw);
	}
	.tbl_common01 .tbl_caption {
		margin-top: calc(10 / var(--break) * 100vw);
	}
	.tbl_common01.scroll_w2 th, .tbl_common01.scroll_w2 td {
		width: 50%!important;
	}
	.bg_pay01 {
		background: url("images/page/bg_common01_sp.png")no-repeat left top / calc(393 / var(--break) * 100vw) auto, url("images/page/bg_common02_sp.png")no-repeat right bottom calc(-75 / var(--break) * 100vw) / calc(277 / var(--break) * 100vw) auto;
	}
	.txt_pay01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_pay .col {
		border-radius: calc(50 / var(--break) * 100vw) 0 0 0;
		border: 1px dotted #624935;
	}
	.row_pay .col:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		border-right: calc(5 / var(--break) * 100vw) solid #624935;
		border-bottom: calc(5 / var(--break) * 100vw) solid #624935;
		right: calc(-5 / var(--break) * 100vw);
		bottom: calc(-5 / var(--break) * 100vw);
	}
	.bnr_common01 {
		width: calc(600 / var(--break) * 100vw);
	}
	.bnr_common01 a {
		height: calc(160 / var(--break) * 100vw);
	}
	.bnr_common01 .ja {
		font-size: 1.25rem;
		letter-spacing: .05em;
	}
	.bnr_common01 .en {
		font-size: .75rem;
	}
	.bg_case01 {
		background: #F1F0E9;
		background: linear-gradient(0deg, rgba(241, 240, 233, 1) 0%, rgba(239, 237, 210, 1) 100%);
	}
	.bg_case01 .ttl:before, .bg_case01 .ttl:after {
		content: "";
		background: url("images/page/bdr06.svg")no-repeat left center / auto calc(23 / var(--break) * 100vw);
		flex: 1;
		display: block;
		height: calc(23 / var(--break) * 100vw);
	}
	.tbl_case table {
		border-color: #d7d4bb;
		background: #fff;
	}
	.tbl_case th {
		background: #d7d4bb;
		color: #624935;
	}
	.tbl_case tr:not(:last-child) td {
		border-bottom-color: #d7d4bb;
	}
	.row_conversion {
		max-width: calc(600 / var(--break) * 100vw);
		gap: calc(20 / var(--break) * 100vw) 0;
	}
	.row_conversion .col {
		width: 100%;
	}
	.row_conversion .col a {
		height: calc(155 / var(--break) * 100vw);
	}
	.row_conversion .col .ja.fz28 {
		font-size: 1.125rem;
		letter-spacing: .05em;
	}
	.row_conversion .col .ja em {
		font-size: 1.25rem;
	}
	.row_conversion .col1 .ja {
		font-size: .6875rem;
		height: calc(52 / var(--break) * 100vw);
		margin-bottom: 1vw;
		letter-spacing: .1em;
	}
	.row_conversion .num {
		font-size: 1rem;
	}
	.row_conversion .num em {
		font-size: 1.25rem;
	}
	.row_conversion .col2 a {
		background: url("images/page/icn_web02.svg")no-repeat left calc(25 / var(--break) * 100vw) center / calc(48 / var(--break) * 100vw), url("images/page/arw05.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw);
		outline: 1px solid #fff;
		outline-offset: calc(-5 / var(--break) * 100vw);
	}
	.row_conversion .col3 a {
		outline: 1px solid #fff;
		outline-offset: calc(-5 / var(--break) * 100vw);
		background: url("images/page/icn_line01.svg")no-repeat left calc(25 / var(--break) * 100vw) center / calc(48 / var(--break) * 100vw), url("images/page/arw05.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw), #06c755;
	}
	.row_conversion .col4 a {
		border: 2px dotted #624935;
		background: url("images/page/icn_common01.svg")no-repeat left calc(20 / var(--break) * 100vw) center / calc(48 / var(--break) * 100vw) auto, url("images/page/arw01.svg")no-repeat right calc(20 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw);
	}
	.box_qa03 .box_q .txt .icn {
		width: calc(26 / var(--break) * 100vw);
		height: calc(26 / var(--break) * 100vw);
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.bg_clinic01 {
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center / cover;
}
.bg_clinic02 {
	background: url("images/index/bg__feature08.svg")no-repeat right bottom calc(-85 / var(--break) * 100vw) / calc(272 / var(--break) * 100vw) auto, url("images/page/ptn04.jpg")repeat left top / calc(200 / var(--break) * 100vw);
}
.bg_clinic04 {
	background: url("images/index/deco__feature09.svg")no-repeat left calc(100 / var(--break) * 100vw) top calc(65 / var(--break) * 100vw) / calc(140 / var(--break) * 100vw) auto, url("images/index/bg__feature09.svg")no-repeat left top 24.5% / calc(218 / var(--break) * 100vw) auto, url("images/index/deco__feature05.svg")no-repeat right calc(100 / var(--break) * 100vw) top 32.5% / calc(122 / var(--break) * 100vw) auto, url("images/index/bg__feature10.svg")no-repeat right bottom 41% / calc(414 / var(--break) * 100vw) auto, url("images/index/deco__feature04.svg")no-repeat left 9% bottom 43% / calc(64 / var(--break) * 100vw) auto, url("images/index/bg__feature14.svg")no-repeat left bottom calc(150 / var(--break) * 100vw) / calc(280 / var(--break) * 100vw) auto, url("images/page/ptn04.jpg")repeat left top / calc(200 / var(--break) * 100vw);
}
.row_clinic01 .col_txt.bg05:after {
	background-image: url("images/index/bg__feature03.svg");
	width: calc(938 / var(--break) * 100vw);
	left: auto;
	right: calc(-65 / var(--break) * 100vw);
}
.slide_clinic01 .slick-prev {
	background: url("images/clinic/arw_clinic.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: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url("images/clinic/arw_clinic.svg")no-repeat center / cover;
	width: calc(33 / var(--break) * 100vw);
	height: calc(59 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_clinic01 .slide_thumbnail li:nth-child(5n), .slide_clinic01 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_clinic01 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_clinic01 .col_txt.bg05:after {
		width: calc(100% + calc(60 / var(--break) * 100vw));
		right: calc(-60 / var(--break) * 100vw);
	}
	.row_clinic01 .copy__feature01 {
		font-size: 1.75rem;
	}
	.slide_clinic01 .slick-prev {
		left: 2%;
	}
	.slide_clinic01 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.copy_clinic01 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.row_clinic01 .col_txt.bg05 {
		background-image: url("images/index/bg__feature03_sp.svg");
	}
	.bg_clinic04 {
		background: url("images/index/deco__feature09.svg")no-repeat left calc(100 / var(--break) * 100vw) top calc(65 / var(--break) * 100vw) / calc(140 / var(--break) * 100vw) auto, url("images/index/bg__feature09.svg")no-repeat left top 24.5% / calc(218 / var(--break) * 100vw) auto, url("images/index/deco__feature05.svg")no-repeat right calc(100 / var(--break) * 100vw) top 32.5% / calc(122 / var(--break) * 100vw) auto, url("images/index/bg__feature10.svg")no-repeat right bottom 33% / calc(414 / var(--break) * 100vw) auto, url("images/index/deco__feature04.svg")no-repeat left 9% bottom 30% / calc(64 / var(--break) * 100vw) auto, url("images/index/bg__feature14.svg")no-repeat left bottom 1% / calc(280 / var(--break) * 100vw) auto, url("images/page/ptn04.jpg")repeat left top / calc(200 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3vw;
	}
	.slide_clinic01 .slick-next {
		right: 3vw;
	}
}


/* 院長・スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01 .col_img {
	width: 38%;
	max-width: 460px;
}
.row_staff01 .name {
	width: calc(355 / var(--break) * 100vw);
	height: calc(148 / var(--break) * 100vw);
	left: 0;
	bottom: 0;
	background: url("images/index/bg__message03.svg")no-repeat left bottom / contain;
}
.row_staff01 .name .ccl {
	width: calc(80 / var(--break) * 100vw);
	height: calc(80 / var(--break) * 100vw);
	left: calc(20 / var(--break) * 100vw);
	top: calc(-20 / var(--break) * 100vw);
}
.row_staff01 .col_txt {
	width: 58%;
}
.row_staff02 .col {
	width: 49%;
	max-width: 600px;
}
.row_staff02 .ttl {
	height: calc(60 / var(--break) * 100vw);
}
.row_staff02 .box {
	border: 2px dotted #624935;
	border-top: none;
}
.list_staff01 li:not(:first-child) {
	margin-top: calc(14 / var(--break) * 100vw);
}
.list_staff01 .year {
	width: calc(100 / var(--break) * 100vw);
}
.list_staff01 .txt {
	width: calc(100% - calc(100 / var(--break) * 100vw));
}
.list_staff02 li:before {
	background: #d55993;
}
.row_staff03 {
	gap: calc(20 / var(--break) * 100vw) 1.55%;
}
.row_staff03 .col {
	width: 32.3%;
	max-width: 400px;
}
.row_staff03 .name {
	height: calc(120 / var(--break) * 100vw);
	background: #EFEDD2;
	background: linear-gradient(90deg, rgba(239, 237, 210, 1) 0%, rgba(251, 250, 238, 1) 100%);
}
.wrap_staff01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(340 / var(--break) * 100vw);
	background: url("images/page/ptn01.png")repeat left top / calc(21 / var(--break) * 100vw), #efedd2;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.txt_staff01:before {
	content: "";
	display: block;
	background: url("images/staff/deco_staff01.svg")no-repeat center / cover;
	width: calc(123 / var(--break) * 100vw);
	height: calc(46 / var(--break) * 100vw);
	margin: 0 auto calc(10 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img {
		max-width: calc(460 / var(--break) * 100vw)!important;
		margin: 0 auto 5vw;
	}
	.row_staff01 .name {
		width: calc(340 / var(--break) * 100vw);
		height: calc(142 / var(--break) * 100vw);
		padding: 6vw 0 0;
	}
	.row_staff01 .name .ccl {
		font-size: .6875rem;
		letter-spacing: 0;
	}
	.row_staff01 .name .ja {
		font-size: 1.0625rem;
		letter-spacing: .05em;
	}
	.row_staff01 .name .en {
		font-size: .6875rem;
		letter-spacing: .05em;
	}
	.row_staff02 {
		gap: 4vw 0;
	}
	.row_staff02 .col {
		width: 100%;
		max-width: 100%;
	}
	.row_staff02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(80 / var(--break) * 100vw);
	}
	.row_staff02 .box {
		border-width: 1px;
	}
	.list_staff01 li:not(:first-child) {
		margin-top: 2vw;
	}
	.list_staff01 .year {
		width: calc(140 / var(--break) * 100vw);
	}
	.list_staff01 .txt {
		width: calc(100% - calc(140 / var(--break) * 100vw));
	}
	.row_staff03 {
		gap: calc(20 / var(--break) * 100vw) 2%;
	}
	.row_staff03 .col {
		width: 49%;
		max-width: 100%;
	}
	.row_staff03 .name {
		height: calc(120 / var(--break) * 100vw);
	}
	.row_staff03 .name .ja {
		font-size: 1.0625rem;
		letter-spacing: .05em;
	}
	.row_staff03 .name .en {
		font-size: .6875rem;
		letter-spacing: .05em;
	}
	.wrap_staff01:after {
		height: 60%;
	}
	.txt_staff01 {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.wrap_access01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - calc(200 / var(--break) * 100vw));
	background: url("images/page/ptn01.png")repeat left top / calc(21 / var(--break) * 100vw), #fbfaee;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.wrap_access02 {
	width: 90%;
	max-width: 1000px;
}
.row_access02 {
	max-width: 930px;
	gap: 0 2.3%;
}
.row_access02 .col {
	width: 31.8%;
}
.row_access02 .box {
	background: url("images/page/bdr01.svg")no-repeat right calc(20 / var(--break) * 100vw) top calc(20 / var(--break) * 100vw) / calc(8 / var(--break) * 100vw) auto;
	border: 2px dotted #ef9651;
	border-radius: calc(50 / var(--break) * 100vw) 0 0 0;
}
.row_access02 .col:nth-child(2n) .box {
	border-color: #d55993;
	background-image: url("images/page/bdr02.svg");
}
.row_access02 .box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0 calc(5 / var(--break) * 100vw) calc(5 / var(--break) * 100vw) 0;
	border-image: url("images/page/ptn01.png") 7 7 7 7 round round;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: 0;
}
.row_access02 .box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: calc(5 / var(--break) * 100vw) solid #ef9651;
	border-top: none;
	border-left: none;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
	z-index: -1;
}
.row_access02 .col:nth-child(2n) .box:after {
	border-color: #d55993;
}
.row_access02 .icn {
	width: calc(124 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_access01:after {
		height: 80%;
	}
	.wrap_access02 {
		width: 100%;
		max-width: 100%;
	}
	.row__info01 .icn {
		width: calc(87 / var(--break) * 100vw);
		margin-bottom: 3vw;
	}
	
	.row_access02 {
		max-width: 100%;
		gap: 0 2%;
	}
	.row_access02 .col {
		width: 32%;
	}
	.row_access02 .box {
		border-radius: calc(40 / var(--break) * 100vw) 0 0 0;
		padding: 5vw 3vw 4.5vw;
		border-width: 1px;
	}
	.row_access02 .icn {
		width: calc(87 / var(--break) * 100vw);
		margin-bottom: 3vw;
	}
	.row_access02 .txt01 {
		font-size: .6875rem;
		letter-spacing: .05em;
		line-height: 1.5;
	}
	.row_access02 .txt02 {
		font-size: .625rem;
	}
}


/* 一般歯科 general
------------------------------------------------------------------*/
.row_general05 {
	gap: calc(30 / var(--break) * 100vw) 1.55%;
}
.row_general05 .col {
	width: 32.3%;
	max-width: 400px;
}
.row_general05 .ttl {
	height: calc(60 / var(--break) * 100vw);
	border-bottom: 1px solid #ef9651;
}
.row_general05 .col:nth-child(2n) .ttl {
	border-bottom-color: #d55993;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_general05 {
		gap: calc(40 / var(--break) * 100vw) 0;
	}
	.row_general05 .col {
		width: 100%;
		max-width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_general05 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(100 / var(--break) * 100vw);
	}
}


/* 歯周病治療 perio
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 予防・メンテナンス prevention
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 小児歯科 pediatric
------------------------------------------------------------------*/
.row_pediatric04 {
	gap: 0 1.55%;
}
.row_pediatric04 .col {
	width: 32.3%;
	border-radius: calc(30 / var(--break) * 100vw) 0 0 0;
}
.row_pediatric04 .icn {
	width: calc(160 / var(--break) * 100vw);
}
.bnr_pediatric01 a {
	background-image: url("images/page/bdr02.svg"), url("images/page/arw02.svg"), url("images/pediatric/bg_pediatric01.png"), url("images/general/bg_general02.svg");
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_pediatric04 {
		gap: 4vw 0;
	}
	.row_pediatric04 .col {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_pediatric04 .icn {
		width: calc(160 / var(--break) * 100vw);
	}
	.row_pediatric04 .ttl {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}


/* 小児矯正 portho
------------------------------------------------------------------*/
.box_portho02 .ttl {
	height: calc(90 / var(--break) * 100vw);
	border-radius: 0 calc(50 / var(--break) * 100vw) 0 0;
}
.box_portho02 .box {
	background: url("images/page/bg_common03.png")no-repeat left center / auto 100%, url("images/page/bg_common04.png")no-repeat right center / auto 100%;
}
.box_portho02 .wrap {
	width: 80%;
}
.box_portho02 .txt02, .box_portho02 .txt03 {
	margin-top: calc(-5 / var(--break) * 100vw);
}
.box_portho02 .txt01, .box_portho02 .txt02 .num, .box_portho02 .txt02 .txt {
	text-shadow: 0 0 calc(8 / var(--break) * 100vw) rgba(98, 73, 53, 0.3);
}
.box_portho02 .txt02 .ccl {
	width: calc(120 / var(--break) * 100vw);
	height: calc(120 / var(--break) * 100vw);
	border: 1px solid #624935;
}
.box_portho02 .txt02 .txt small {
	font-feature-settings: "palt";
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_portho02 .ttl {
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(90 / var(--break) * 100vw);
	}
	.box_portho02 .box {
		background: none;
		padding: 5vw 4vw 6vw;
	}
	.box_portho02 .wrap {
		width: 100%;
	}
	.box_portho02 .txt01 {
		font-size: 1.125rem;
		letter-spacing: 0;
		font-feature-settings: "palt";
	}
	.box_portho02 .txt02, .box_portho02 .txt03 {
		margin-top: calc(-5 / var(--break) * 100vw);
	}
	.box_portho02 .txt01, .box_portho02 .txt02 .num, .box_portho02 .txt02 .txt {
		text-shadow: 0 0 calc(8 / var(--break) * 100vw) rgba(98, 73, 53, 0.3);
	}
	.box_portho02 .txt02 .ccl {
		font-size: 1.125rem;
		width: calc(80 / var(--break) * 100vw);
		height: calc(80 / var(--break) * 100vw);
	}
	.box_portho02 .txt02 .num {
		font-size: 3.125rem;
	}
	.box_portho02 .txt02 .txt {
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_portho02 .txt02 .txt small {
		font-size: .875rem;
		letter-spacing: 0;
	}
	.box_portho02 .txt03 {
		font-size: .875rem;
	}
}


/* 成人矯正 orthodontic
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* マウスピース矯正 mouthpiece
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* セラミック・審美治療 cosmetic
------------------------------------------------------------------*/
.row_cosmetic02 {
	gap: 0 5%;
}
.row_cosmetic02 .col {
	width: 30%;
}
.row_cosmetic02 .col a {
	height: calc(105 / var(--break) * 100vw);
	border: 1px solid #624935;
}
.row_cosmetic02 .col a:before {
	content: "";
	position: absolute;
	background: url("images/page/arw01.svg")no-repeat center / cover;
	width: calc(26 / var(--break) * 100vw);
	height: calc(26 / var(--break) * 100vw);
	right: 0;
	left: 0;
	margin: auto;
	bottom: calc(10 / var(--break) * 100vw);
	transform: rotate(90deg);
}
.row_cosmetic02 .col a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: calc(5 / var(--break) * 100vw) solid #624935;
	border-bottom: calc(5 / var(--break) * 100vw) solid #624935;
	right: calc(-5 / var(--break) * 100vw);
	bottom: calc(-5 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_cosmetic02 {
		gap: 2vw 0;
	}
	.row_cosmetic02 .col {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto;
	}
	.row_cosmetic02 .col a {
		height: calc(105 / var(--break) * 100vw);
	}
}


/* インプラント implant
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


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


/* デンタルローン loan
------------------------------------------------------------------*/
@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 #624935;
	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_case.svg")no-repeat center / cover;
    z-index: 9;
    top: calc(-100 / var(--break) * 100vw);
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -9%;
}
.slide_case01 .slick-next {
    right: -9%;
    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: #d7d4bb;
	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: #624935;
	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) {
}
@media(max-width: 767px) {
	.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 #624935;
		border-bottom: 0;
		top: 0;
	}
	.row_case01 > .flex{
		display: block;
	}
	.row_case01 .en {
		font-size: .75rem;
	}
	.slide_case01 {
		margin-bottom: 8vw;
	}
	.slide_case01 .slick-slide {
		/*max-width: calc(480 / var(--break) * 100vw);*/
		margin: 0 2vw;
	}
	.slide_case01 .slick-slide.slick-center {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-slide.slick-active {
		opacity: 1;
		transition: .5s;
	}
	.slide_case01 .slick-prev, .slide_case01 .slick-next {
		width: calc(50 / var(--break) * 100vw);
		height: calc(95 / var(--break) * 100vw);
		bottom: auto;
		top: 61vw;
	}
	.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 .ttl {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.box_risk01 .box {
	overflow: hidden;
	max-height: 180px;
	height: auto;
	touch-action: auto !important;
	position: relative;
	background: #eee;
	padding-right: calc(50 / var(--break) * 100vw);
}
.box_invisalign, .box_lingual {
	max-width: 1000px;
	border: 2px dotted #624935;
}
.box_invisalign .box, .box_lingual .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, , .box_lingual .ps__thumb-y {
	background: #624935 !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, .box_lingual .ps--active-x > .ps__rail-x,
.box_lingual .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:hover, .box_lingual .ps .ps__rail-x:focus, .box_lingual .ps .ps__rail-x:hover, .box_lingual .ps .ps__rail-y.ps--clicking, .box_lingual .ps .ps__rail-y:focus, .box_lingual .ps .ps__rail-y:hover {
	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, .box_lingual .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, .box_lingual .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .box_lingual .ps-container > .ps-scrollbar-y-rail {
		right: 0!important;
		width: 2px!important;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.box_recruit01 {
	border: 1px solid #624935;
}
.tbl_guideline01:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}
.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: #d55993;
}
.btn_submit input {
	border: none;
	background: #624935;
}
@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);
	}
	.box_recruit01 .txt {
		font-size: 1rem;
		letter-spacing: 0;
	}
}

/* お問い合わせ 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 {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#sidebar caption {
	margin-bottom: calc(5 / var(--break) * 100vw);
}
#wp-calendar {
	width: 100%;
	margin-bottom: calc(10 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #d7d4bb;
	border: 1px solid #d7d4bb;
	border-right-color: #d7d4bb;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #d7d4bb;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #d55993;
	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 #d55993;
	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;
	color: #d55993;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #d55993;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
	color: #d55993;
}
.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 #d55993;
	color: #d55993;
}
.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: 2;
}
.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 dotted #343131;
}
.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: #624935;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #d55993;
	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 #624935;
	color: #624935;
	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: #624935;
	background: #624935;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post > h3 {
	background: url("images/page/bg_common05.svg")no-repeat left center / auto 100%, url("images/page/bg_common06.svg")no-repeat right center / auto 100%;
	border: 1px solid #624935;
}
.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 );
	font-family: "hiragino-mincho-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.post_content > h4 {
	background: #d7d4bb url("images/page/bdr07.svg")no-repeat left calc(20 / var(--break) * 100vw) top calc(10 / var(--break) * 100vw) / calc(8 / var(--break) * 100vw);
	padding: calc(14 / var(--break) * 100vw) calc(25 / var(--break) * 100vw) calc(13 / var(--break) * 100vw) calc(45 / var(--break) * 100vw);
	color: #624935;
}
.post_content > h5 {
	padding: calc(10 / var(--break) * 100vw) calc(25 / var(--break) * 100vw) calc(13 / var(--break) * 100vw);
	border-bottom: 1px solid #624935;
	background: url("images/page/deco_common03.png")no-repeat left top / calc(57 / var(--break) * 100vw) auto;
}
#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 #ef9651;
	background: #ef9651;
	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: #ef9651;
}

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


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