@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	margin-top: calc(120 /var(--break)*100vw);
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	height: calc(350 / var(--break) * 100vw);
	outline: solid calc(4 /var(--break)*100vw) #fff;
	outline-offset: calc(-29 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 3.75rem;
	letter-spacing: 0.2em;
	line-height: 1em;
	border-bottom: solid 2px rgba(255,255,255,0.6);
	padding-bottom: calc(20 /var(--break)*100vw);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.hdg2 .ja {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

.hdg3 {
	background: #af9e67;
	border-top: solid 4px #776324;
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	position: relative;
	padding: calc(24 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.hdg3::before{
	content: "";
	background: url("images/page/deco_hdg3_l.png")no-repeat center/contain;
	width: calc(180 /var(--break)*100vw);
	height: calc(138 /var(--break)*100vw);
	position: absolute;
	left: 0;
	bottom: 0;
}
.hdg3::after{
	content: "";
	background: url("images/page/deco_hdg3_r.png")no-repeat center/contain;
	width: calc(180 /var(--break)*100vw);
	height: calc(138 /var(--break)*100vw);
	position: absolute;
	right: 0;
	bottom: 0;
}
.hdg3 span{
	position: relative;
	z-index: 1;
}
.hdg4 {
	background: #efeae1;
	border-top: solid 1px #473e23;
	border-bottom: solid 1px #473e23;
	color: #776324;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding: calc(25 /var(--break)*100vw);
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.hdg5 {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	background: url("images/page/deco_hdg5.png")no-repeat left top calc(7 /var(--break)*100vw)/calc(23 /var(--break)*100vw);
	padding-left: calc(36 /var(--break)*100vw);
	padding-bottom: calc(10 /var(--break)*100vw);
	border-bottom: solid 1px #473e23;
	margin-bottom: calc(28 / var(--break) * 100vw);
}

.sub_ttl{
	padding: calc(7 /var(--break)*100vw) 20% calc(6 /var(--break)*100vw);
	text-align: center;
	position: relative;
	margin-bottom: calc(15 /var(--break)*100vw);
}
.sub_ttl::before,
.sub_ttl::after{
	content: "";
	width: 20%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sub_ttl::before{
	left: 0;
}
.sub_ttl::after{
	right: 0;
}
.sub_ttl2{
	font-size: 1.625rem;
	letter-spacing: 0.06em;
	color: #776324;
}
.sub_ttl2::before,
.sub_ttl2::after{
	content: "";
	width: calc(454/1240*100%);
	height: calc(24 /var(--break)*100vw);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
}
.sub_ttl2::before{
	left: 0;
	background: #C7AE8E;
	background: linear-gradient(90deg, rgba(199, 174, 142, 1) 0%, rgba(246, 244, 230, 1) 46%, rgba(253, 252, 250, 1) 100%);
}
.sub_ttl2::after{
	right: 0;
	background: #C7AE8E;
	background: linear-gradient(270deg, rgba(199, 174, 142, 1) 0%, rgba(246, 244, 230, 1) 46%, rgba(253, 252, 250, 1) 100%);
}
.sub_ttl3{
	padding: calc(7 /var(--break)*100vw) calc(500/1500*100%) calc(6 /var(--break)*100vw);
	text-align: center;
	position: relative;
	margin-bottom: calc(50 /var(--break)*100vw);
}
.sub_ttl3::before,
.sub_ttl3::after{
	content: "";
	width: calc(500/1500*100%);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sub_ttl3::before{
	left: 0;
}
.sub_ttl3::after{
	right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
}
@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13vw 0 25vw;
	}
	.content_low .inner, .main_page .inner {
		max-width: calc(702 / var(--break) * 100vw);
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		margin-top: calc(140 /var(--break)*100vw);
		height: calc(356 /var(--break)*100vw);
		background-image: url("images/page/bg_ttl_page_sp.jpg");
		outline: solid calc(6 /var(--break)*100vw) #fff;
		outline-offset: calc(-26 /var(--break)*100vw);
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.main_page .inner1000{
		width: calc(646 /var(--break)*100vw);
	}
	.hdg2 .en {
		font-size: 1.875rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		border-bottom: solid calc(2 /var(--break)*100vw) #fff;
		padding-bottom: calc(20 /var(--break)*100vw);
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.hdg2 .ja {
		font-size: 1rem;
		letter-spacing: 0em;
		line-height: 1.6em;
	}
	.col_img {
		text-align: center;
	}
	.hdg3 {
		border-top: solid calc(4 /var(--break)*100vw) #776324;
		font-size: 1.4375rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding: calc(19 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(23 /var(--break)*100vw);
		margin-bottom: calc(50 / var(--break) * 100vw);
	}
	.hdg4 {
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding: calc(25 /var(--break)*100vw);
		margin-bottom: calc(50 / var(--break) * 100vw);
	}
	.hdg5 {
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		background: url("images/page/deco_hdg5.png")no-repeat left top calc(17 /var(--break)*100vw)/calc(23 /var(--break)*100vw);
		padding-left: calc(45 /var(--break)*100vw);
	}
	
	.content_low .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.sub_ttl{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding: calc(7 /var(--break)*100vw) 15% calc(6 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.sub_ttl::before,
	.sub_ttl::after{
		width: 15%;
	}
	.sub_ttl2{
		font-size: 1.125rem;
		letter-spacing: 0.06em;
	}
	.sub_ttl3{
		font-size: 1.0625rem;
		letter-spacing: 0;
		line-height: 1.6em;
		padding: calc(7 /var(--break)*100vw) 15% calc(6 /var(--break)*100vw);
		margin-bottom: calc(50 /var(--break)*100vw);
	}
	.sub_ttl3::before,
	.sub_ttl3::after{
		width: 15%;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
#doctor{
	margin-top: calc(-180 /var(--break)*100vw);
	padding-top: calc(180 /var(--break)*100vw);
}
.wrap_clinic01{}
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	height: calc(522 /var(--break)*100vw);
}
.box_clinic01{
	background: rgba(255,255,255,0.8);
	padding-top: calc(10 /var(--break)*100vw);
	padding-bottom: calc(52 /var(--break)*100vw);
}
.box_clinic01 .ttl{
	width: calc(763 /var(--break)*100vw);
	margin: calc(-53 /var(--break)*100vw) auto calc(48 /var(--break)*100vw);
}
.box_clinic01 .ttl .txt1{
	width: calc(520 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
}
.box_clinic01 .ttl .txt2{
	width: calc(673 /var(--break)*100vw);
	height: calc(80 /var(--break)*100vw);
	line-height: calc(80 /var(--break)*100vw);
	margin-left: auto;
}

.box_clinic02{
	background: #eff6d2;
	outline: solid calc(6 /var(--break)*100vw) #fff;
	outline-offset: calc(-16 /var(--break)*100vw);
	position: relative;
	padding: calc(70 /var(--break)*100vw) calc(60 /var(--break)*100vw);
}
.box_clinic02::before{
	content: "";
	background: url("images/clinic/txt_feature.png")no-repeat center/contain;
	width: calc(73 /var(--break)*100vw);
	height: calc(548 /var(--break)*100vw);
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	right: calc(9 /var(--break)*100vw);
}
.row_clinic02 .col_img{
	width: calc(579/1380*100%);
}
.row_clinic02 .col_img .icn01{
	background: url("images/clinic/icn_clinic01.png")no-repeat center/contain;
	width: calc(192 /var(--break)*100vw);
	height: calc(192 /var(--break)*100vw);
	bottom: calc(-96 /var(--break)*100vw);
	right: calc(50% - 8 /var(--break)*100vw);
	line-height: calc(32/22*100%);
}
.row_clinic02 .col_img .icn02{
	background: url("images/clinic/icn_clinic01.png")no-repeat center/contain;
	width: calc(192 /var(--break)*100vw);
	height: calc(192 /var(--break)*100vw);
	bottom: calc(-96 /var(--break)*100vw);
	left: calc(50% - 8 /var(--break)*100vw);
	line-height: calc(32/22*100%);
}
.row_clinic02 .col_img .label01{
	background: #af9e67;
	outline: solid 1px #776324;
	outline-offset: -6px;
	width: calc(382 /var(--break)*100vw);
	height: calc(53 /var(--break)*100vw);
	bottom: calc(72 /var(--break)*100vw);
	left: 0;
}
.row_clinic02 .col_img .label02{
	background: #af9e67;
	outline: solid 1px #776324;
	outline-offset: -6px;
	width: calc(382 /var(--break)*100vw);
	height: calc(53 /var(--break)*100vw);
	bottom: calc(10 /var(--break)*100vw);
	left: 0;
}
.row_clinic02 .col_img .icn03{
	background: url("images/clinic/icn_clinic01.png")no-repeat center/contain;
	width: calc(192 /var(--break)*100vw);
	height: calc(192 /var(--break)*100vw);
	bottom: calc(-96 /var(--break)*100vw);
	left: 0;
	right: 0;
	margin: auto;
	line-height: calc(32/22*100%);
}
.row_clinic02 .col_txt{
	width: calc(752/1380*100%);
}
.row_clinic02 .col_txt .num{
	width: calc(82 /var(--break)*100vw);
	margin-bottom: calc(48 /var(--break)*100vw);
}
.row_clinic02 .col_txt .copy{
	color: #473e23;
	line-height: calc(60/34*100%);
	border-bottom: solid 1px #776324;
	padding-bottom: calc(15 /var(--break)*100vw);
	margin-bottom: calc(40 /var(--break)*100vw);
}

.box_clinic02 .box{
	max-width: 1240px;
	margin: auto;
	border: solid 1px #a0bb24;
	outline: solid 1px #a0bb24;
	outline-offset: calc(-11 /var(--break)*100vw);
	padding: calc(50 /var(--break)*100vw);
}

.row_clinic03 .col_img{
	width: calc(345 /1140*100%);
}
.row_clinic03 .col_txt{
	width: calc(755 /1140*100%);
}
.box_clinic02 .box .copy{
	line-height: calc(44/28*100%);
	margin-bottom: calc(18 /var(--break)*100vw);
}
.img_clinic05{
	width: calc(452 /var(--break)*100vw);
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_clinic04 {
	gap:0 calc(30 /var(--break)*100vw);
}
.row_clinic04 .col{
	background: url("images/clinic/icn_clinic02.png")no-repeat center/contain;
	width: calc(230 /var(--break)*100vw);
	height: calc(230 /var(--break)*100vw);
	line-height: calc(40/26*100%);
}
.row_clinic04 .col:nth-child(2n){
	background: url("images/clinic/icn_clinic03.png")no-repeat center/contain;
}
.row_clinic05 .col .ttl{
	background: #b1d01e;
	color: #fff;
	outline: solid 1px #ffffff;
	outline-offset: -6px;
	line-height: calc(36/22*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
	.box_clinic02{
		outline: solid calc(6 /1599*100vw) #fff;
		outline-offset: calc(-16 /1599*100vw);
		padding: calc(70 /1599*100vw) calc(60 /1599*100vw);
	}
	.box_clinic02::before{
		width: calc(73 /1599*100vw);
		height: calc(548 /1599*100vw);
		top: calc(10 /1599*100vw);
		right: calc(9 /1599*100vw);
	}
	.row_clinic02 .col_img .icn01{
		font-size: calc(22 /1599*100vw);
		width: calc(192 /1599*100vw);
		height: calc(192 /1599*100vw);
		bottom: calc(-96 /1599*100vw);
		right: calc(50% - 8 /1599*100vw);
	}
	.row_clinic02 .col_img .icn02{
		font-size: calc(22 /1599*100vw);
		width: calc(192 /1599*100vw);
		height: calc(192 /1599*100vw);
		bottom: calc(-96 /1599*100vw);
		left: calc(50% - 8 /1599*100vw);
	}
	.row_clinic02 .col_img .label01{
		font-size: calc(18 /1599*100vw);
		outline-offset: calc(-6 /1599*100vw);
		width: calc(382 /1599*100vw);
		height: calc(53 /1599*100vw);
		bottom: calc(72 /1599*100vw);
	}
	.row_clinic02 .col_img .label02{
		font-size: calc(18 /1599*100vw);
		outline-offset: calc(-6 /1599*100vw);
		width: calc(382 /1599*100vw);
		height: calc(53 /1599*100vw);
		bottom: calc(10 /1599*100vw);
	}
	.row_clinic02 .col_img .icn03{
		font-size: calc(22 /1599*100vw);
		width: calc(192 /1599*100vw);
		height: calc(192 /1599*100vw);
		bottom: calc(-96 /1599*100vw);
	}
	.row_clinic02 .col_txt .num{
		width: calc(82 /1599*100vw);
		margin-bottom: calc(48 /1599*100vw);
	}
	.row_clinic02 .col_txt .copy{
		font-size: calc(34 /1599*100vw);
		padding-bottom: calc(15 /1599*100vw);
		margin-bottom: calc(40 /1599*100vw);
	}

	.box_clinic02 .box{
		outline-offset: calc(-11 /1599*100vw);
		padding: calc(50 /1599*100vw);
	}

	.box_clinic02 .box .copy{
		font-size: calc(28 /1599*100vw);
		margin-bottom: calc(18 /1599*100vw);
	}
	.img_clinic05{
		width: calc(452 /1599*100vw);
		margin-bottom: calc(30 /1599*100vw);
	}
	.row_clinic04 {
		gap:0 calc(30 /1599*100vw);
	}
	.row_clinic04 .col{
		font-size: calc(26 /1599*100vw);
		width: calc(230 /1599*100vw);
		height: calc(230 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	#doctor{
		margin-top: calc(-175 /var(--break)*100vw);
		padding-top: calc(175 /var(--break)*100vw);
	}
	.wrap_clinic01{}
	.bg_clinic01{
		background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
		height: auto;
		padding-bottom: calc(50 /var(--break)*100vw);
	}
	.box_clinic01{
		padding: calc(10 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(45 /var(--break)*100vw);
	}
	.box_clinic01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(600 /var(--break)*100vw);
		margin: calc(-53 /var(--break)*100vw) auto calc(20 /var(--break)*100vw);
	}
	.box_clinic01 .ttl .txt1{
		width: calc(420 /var(--break)*100vw);
		height: calc(70 /var(--break)*100vw);
		line-height: calc(70 /var(--break)*100vw);
	}
	.box_clinic01 .ttl .txt2{
		width: calc(573 /var(--break)*100vw);
		height: calc(70 /var(--break)*100vw);
		line-height: calc(70 /var(--break)*100vw);
		margin-left: auto;
	}

	.box_clinic02{
		padding: calc(50 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.row_clinic02 .col_img{
		width: calc(579 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.slide_main li:nth-child(1) .row_clinic02 .col_img,
	.slide_main li:nth-child(3) .row_clinic02 .col_img{
		margin: 0 auto calc(120 /var(--break)*100vw);
	}
	.row_clinic02 .col_img .icn01{
		font-size: calc(22 /var(--break)*100vw);
	}
	.row_clinic02 .col_img .icn02{
		font-size: calc(22 /var(--break)*100vw);
	}
	.row_clinic02 .col_img .label01{
		font-size: calc(18 /var(--break)*100vw);
	}
	.row_clinic02 .col_img .label02{
		font-size: calc(18 /var(--break)*100vw);
	}
	.row_clinic02 .col_img .icn03{
		font-size: calc(22 /var(--break)*100vw);
	}
	.row_clinic02 .col_txt{
		width: 100%;
	}
	.row_clinic02 .col_txt .num{
		width: calc(82 /var(--break)*100vw);
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic02 .col_txt .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
		padding-bottom: calc(15 /var(--break)*100vw);
		margin-bottom: calc(40 /var(--break)*100vw);
	}

	.box_clinic02 .box{
		padding: calc(50 /var(--break)*100vw) calc(35 /var(--break)*100vw);
	}

	.row_clinic03 .col_img{
		width: 100%;
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic03 .col_img img{
		width: 100%;
	}
	.row_clinic03 .col_txt{
		width: 100%;
	}
	.box_clinic02 .box .copy{
		font-size: 1.0625rem;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_clinic04 {
		gap:calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.row_clinic04 .col{
		font-size: calc(26 /var(--break)*100vw);
	}
	.row_clinic05{
		width: calc(702 /var(--break)*100vw) !important;
		gap:calc(20 /var(--break)*100vw) calc(22 /var(--break)*100vw)!important;
	}
	.row_clinic05 .col{
		width: calc(340 /var(--break)*100vw)!important;
	}
	.row_clinic05 .col .ttl{
		font-size: 0.75rem;
		letter-spacing: 0;
		outline-offset: calc(-6 /var(--break)*100vw);
		line-height: calc(36/22*100%);
	}
}
.slide_clinic01 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / 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{
	max-width: 1240px;
}
.slide_clinic01 .slide_thumbnail li {
	width: calc(232/1240*100%);
	height: calc(72 /var(--break)*100vw);
	line-height: calc(26/18*100%);
	margin-right: calc(20/1240*100%);
	transition: .3s;
	position: relative;
}
.slide_clinic01 .slide_thumbnail li:not(:last-child)::after{
	content: "";
	width: calc(20/232*100%);
	height: 1px;
	background: #473e23;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
}
.slide_clinic01 .slide_thumbnail li .box{
	height: 100%;
	background: #ece6dc;
	border: solid 1px #473e23;
	color: #473e23;
}
.slide_clinic01 .slide_thumbnail li.thumbnail-current .box {
	background: #473e23;
	color: #fff;
}
.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: -2.5%;
	}
	.slide_clinic01 .slick-next {
		right: -2.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: -1vw;
	}
	.slide_clinic01 .slick-next {
		right: -1vw;
	}
	.slide_clinic01 .slide_thumbnail{
		-webkit-justify-content: center; justify-content: center;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.slide_clinic01 .slide_thumbnail li {
		width: calc(224/702*100%);
		height: calc(72 /var(--break)*100vw);
		font-size: 0.5625rem;
		line-height: calc(26/18*100%);
		margin-right: calc(15/702*100%);
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.slide_clinic01 .slide_thumbnail li:not(:last-child)::after{
		width: calc(15/224*100%);
	}
}

.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_sample06 .slick-next {
	background: url(images/clinic/arw_clinic.svg)no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_sample06 .slick-prev:before, .slide_sample06 .slick-next:before {
	display: none;
}
.slide_sample06 .slide_thumbnail li {
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	opacity: .5;
	transition: .3s;
}
.slide_sample06 .slide_thumbnail li.thumbnail-current {
	opacity: 1;
}
.slide_sample06 .slide_thumbnail li:nth-child(5n), .slide_sample06 .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_sample06 .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 2%;
	}
	.slide_sample06 .slick-next {
		right: 2%;
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}

.row_staff01{
	margin-bottom: calc(95 /var(--break)*100vw);
}
.row_staff01 .col_img{
	width: 37.2%;
	max-width: 460px;
	padding-bottom: calc(10 /var(--break)*100vw);
}
.row_staff01 .col_img .img::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #eff6d2;
	position: absolute;
	bottom: calc(-10 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
}
.row_staff01 .col_img .img::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(100 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #b1d01e #b1d01e transparent;
	position: absolute;
	bottom: calc(-10 /var(--break)*100vw);
	right: calc(-10 /var(--break)*100vw);
}
.row_staff01 .col_txt{
	width: calc(730/1240*100%);
}
.row_staff01 .col_txt .box_name{
	border-top: solid 1px #473e23;
	padding-top: calc(26 /var(--break)*100vw);
	margin-top: calc(32 /var(--break)*100vw);
}
.row_staff01 .col_txt .box_name .txt1{
	margin-bottom: 0;
}
.row_staff01 .col_txt .box_name .txt2 span{
	vertical-align: middle;
}
.row_staff01 .col_txt .box_name .txt2 .name1{
	font-size: 1.375rem;
}
.row_staff01 .col_txt .box_name .txt2 .name2{
	font-size: 2.25rem;
	letter-spacing: 0.1em;
	margin-left: calc(13 /var(--break)*100vw);
	margin-right: calc(13 /var(--break)*100vw);
}
.row_staff01 .col_txt .box_name .txt2 .name3{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.row_info01{
	margin-bottom: calc(45 /var(--break)*100vw);
}
.row_info01 .col_img{
	width: calc(650 /1240*100%);
}
.row_info01 .col_txt{
	width: calc(530 /1240*100%);
}
.logo_info01{
	width: calc(241 /var(--break)*100vw);
}
.txt_info{
	width: fit-content;
	margin: 0 auto calc(30 /var(--break)*100vw);
}
.txt_info::before{
	content: "";
	display: inline-block;
	background: url("images/page/icn_head01.svg")no-repeat center/contain;
	width: calc(41 /var(--break)*100vw);
	height: calc(41 /var(--break)*100vw);
	vertical-align: middle;
	margin-right: calc(10 /var(--break)*100vw);
}
.txt_info span{
	vertical-align: middle;
}
.btn_tel_info{
	width: calc(330 /var(--break)*100vw);
	margin: 0 auto calc(50 /var(--break)*100vw);
}
.btn_tel_info a{
	height: calc(120 /var(--break)*100vw);
	padding-top: calc(6 /var(--break)*100vw);
}
.btn_tel_info a .txt1{
	width: calc(290/330*100%);
	margin: 0 auto calc(12 /var(--break)*100vw);
	padding-bottom: calc(15 /var(--break)*100vw);
	border-bottom: solid 1px #fff;
}
.btn_tel_info a .txt2{
	letter-spacing: 0.04em;
}
.btn_tel_info a .txt2 .txt2_1{
	letter-spacing: 0.04em;
}
.tbl_info{
	max-width: 1000px;
}
.tbl_info .tbl_time01.day8 {
	max-width: 100%;
}
.tbl_info .tbl_time01.day8 thead th:first-child,.tbl_info .tbl_time01.day8 tbody th {
	width: 24%;
}
.tbl_info.tbl_time01.day8 thead th:last-child,.tbl_info .tbl_time01.day8 tbody td:last-child {
	width: 21%;
}
.tbl_info .tbl_time01 thead th {
	font-size: calc(22 /var(--break)*100vw);
	padding: calc(13 / var(--break) * 100vw ) 0 calc(12 / var(--break) * 100vw );
}
.tbl_info .tbl_time01 tbody th {
	font-size: calc(22 /var(--break)*100vw);
	padding-right: calc(20 /var(--break)*100vw);
}
.tbl_info .tbl_time01 tbody td {
	font-size: 1.2rem;
}
.js_acc_item{
	padding: calc(40 /var(--break)*100vw) calc(75 /var(--break)*100vw);
}
.js_acc_item .time{
	position: relative;
}
.js_acc_item .time::before{
	content: "";
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	background: #a0bb24;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(-25 /var(--break)*100vw);
	margin: auto;
		
}

.row_access01 .col{
	width: 47.5%;
	padding: calc(50 /var(--break)*100vw) 0 calc(43 /var(--break)*100vw);
	border: solid 1px #b1d01e;
	outline:  solid 1px #b1d01e;
	outline-offset: -6px;
	box-shadow: calc(5 /var(--break)*100vw) calc(5 /var(--break)*100vw) 0 0 #b1d01e;
}
.row_access01 .col .icn{
	width: calc(121 /var(--break)*100vw);
	margin: 0 auto calc(40 /var(--break)*100vw);
}
.row_access01 .col .txt{
	line-height: calc(32/22*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01{
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.row_staff01 .col_img{
		width: calc(460 /var(--break)*100vw);
		max-width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(40 /var(--break)*100vw);
		padding-bottom: calc(10 /var(--break)*100vw);
	}
	.row_staff01 .col_txt{
		width: 100%;
	}
	.row_staff01 .col_txt .box_name{
		border-top: solid 1px #473e23;
		padding-top: calc(26 /var(--break)*100vw);
		margin-top: calc(32 /var(--break)*100vw);
	}
	.row_staff01 .col_txt .box_name .txt1{
		font-size: 1.125rem;
		margin-bottom: 0;
	}
	.row_staff01 .col_txt .box_name .txt2 span{
		vertical-align: middle;
	}
	.row_staff01 .col_txt .box_name .txt2 .name1{
		font-size: 1.125rem;
	}
	.row_staff01 .col_txt .box_name .txt2 .name2{
		font-size: 1.75rem;
		letter-spacing: 0.1em;
	}
	.row_staff01 .col_txt .box_name .txt2 .name3{
		font-size: 1.125rem;
		letter-spacing: 0.1em;
	}

	.row_info01{
		margin-bottom: calc(45 /var(--break)*100vw);
	}
	.row_info01 .col_img{
		width: calc(650 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_info01 .col_txt{
		width: 100%;
	}
	.logo_info01{
		width: calc(241 /var(--break)*100vw);
	}
	.txt_info{
		width: fit-content;
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.txt_info::before{
		content: "";
		display: block;
		background: url("images/page/icn_head01.svg")no-repeat center/contain;
		width: calc(50 /var(--break)*100vw);
		height: calc(50 /var(--break)*100vw);
		margin: 0 auto calc(10 /var(--break)*100vw);
	}
	.txt_info span{
		display: block;
	}
	.btn_tel_info{
		width: calc(330 /var(--break)*100vw);
		margin: 0 auto calc(50 /var(--break)*100vw);
	}
	.btn_tel_info a{
		padding-top: calc(3 /var(--break)*100vw);
	}
	.btn_tel_info a .txt1{
		font-size: 0.75rem;
		letter-spacing: 0;
		margin: 0 auto calc(9 /var(--break)*100vw);
		padding-bottom: calc(15 /var(--break)*100vw);
	}
	.btn_tel_info a .txt2{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.btn_tel_info a .txt2 .txt2_1{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.tbl_info .tbl_time01.day8 thead th:first-child,.tbl__info .tbl_time01.day8 tbody th {
		width: 36%;
	}
	.tbl_info.tbl_time01.day8 thead th:last-child,.tbl__info .tbl_time01.day8 tbody td:last-child {
		width: 9%;
	}
	.tbl_info .tbl_time01 thead th {
		font-size: 1rem;
		letter-spacing: 0.05em;
		padding: calc(13 / var(--break) * 100vw ) 0 calc(12 / var(--break) * 100vw );
	}
	.tbl_info .tbl_time01 tbody th {
		font-size: 1rem;
		letter-spacing: 0.05em;
		padding-right: calc(10 /var(--break)*100vw);
	}
	.tbl_info .tbl_time01 tbody td {
		font-size: 0.75rem;
	}
	.js_acc_item{
		padding: calc(40 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.js_acc_item .time{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.js_acc_item .time::before{
		width: calc(10 /var(--break)*100vw);
		height: calc(10 /var(--break)*100vw);
		left: calc(-25 /var(--break)*100vw);
	}

	.row_access01{
		gap:calc(40 /var(--break)*100vw);
	}
	.row_access01 .col{
		width: 100%;
		outline-offset: calc(-6 /var(--break)*100vw);
	}
	.row_access01 .col .icn{
		width: calc(121 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_access01 .col .txt{
		font-size: 1.125rem;
	}
}


/* box_common
------------------------------------------------------------------*/
.box_common01{
	padding-top: calc(44 /var(--break)*100vw);
	padding-bottom: calc(41 /var(--break)*100vw);
}
.box_common01 .list_default li:before {
	background: #a0bb24;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* btn_def01
------------------------------------------------------------------*/
.btn_def01{
	width: calc(360 /var(--break)*100vw);
}
.btn_def01 a{
	height: calc(64 /var(--break)*100vw);
}
.btn_def01 a::after{
	content: "";
	background: url("images/page/icn_arw_02.svg")no-repeat center/contain;
	width: calc(50 /var(--break)*100vw);
	height: calc(8 /var(--break)*100vw);
	position: absolute;
	top:0;
	bottom: 0;
	right: calc(20 /var(--break)*100vw);
	margin: auto;
	transition: 0.3s;
}
.btn_def01 a:hover::after{
	right: calc(15 /var(--break)*100vw);
	transition: 0.3s;
}
.btn_def02{
	width: calc(313 /var(--break)*100vw);
}
.btn_def02 a{
	font-size: 1.375rem;
	height: calc(80 /var(--break)*100vw);
	border: solid 1px #b1d01e;
	background: #fbf7f4;
	color: #776324;
	margin: 0!important;
}
.btn_def02 a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(15 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #b1d01e #b1d01e transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.8;
}
@media(min-width: 768px) and (max-width:1599px) {

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

}
@media(max-width: 767px) {
	.btn_def01{
		width: calc(600 /var(--break)*100vw);
	}
	.btn_def01 a{
		height: calc(96 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
	.btn_def01 a::after{
		width: calc(100 /var(--break)*100vw);
		height: calc(16 /var(--break)*100vw);
		right: calc(30 /var(--break)*100vw);
	}
	.btn_def01 a:hover::after{
		right: calc(30 /var(--break)*100vw);
	}
	.btn_def02{
		width: 100%;
		max-width: calc(600 /var(--break)*100vw);
	}
	.btn_def02 a{
		height: calc(96 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* row_tel_common
------------------------------------------------------------------*/
.row_tel_common{
	width: calc(670 /var(--break)*100vw);
	margin-left: auto;
	margin-right: auto;
}
.row_tel_common a{
	height: calc(120 /var(--break)*100vw);
}
.row_tel_common .col_tel{
	width: calc(330/670*100%);
}
.row_tel_common .col_tel a{
	padding-top: calc(6 /var(--break)*100vw);
}
.row_tel_common .col_tel a .txt1{
	width: calc(290/330*100%);
	margin: 0 auto calc(12 /var(--break)*100vw);
	padding-bottom: calc(15 /var(--break)*100vw);
	border-bottom: solid 1px #fff;
}
.row_tel_common .col_tel a .txt2{
	letter-spacing: 0.04em;
}
.row_tel_common .col_tel a .txt2 .txt2_1{
	letter-spacing: 0.04em;
}
.row_tel_common .col_web{
	width: calc(330/670*100%);
}
.row_tel_common .col_web a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(10 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #473e23 #473e23 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.3;
}
.row_tel_common .col_web a .txt1{
	width: calc(190/230*100%);
	margin: 0 auto calc(14 /var(--break)*100vw);
	padding-bottom: calc(14 /var(--break)*100vw);
	border-bottom: solid 1px #fff;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_tel_common{
		width: calc(670 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_tel_common a{
		height: calc(120 /var(--break)*100vw);
	}
	.row_tel_common .col_tel{
		width: calc(330/670*100%);
	}
	.row_tel_common .col_tel a{
		padding-top: calc(3 /var(--break)*100vw);
	}
	.row_tel_common .col_tel a .txt1{
		font-size: 0.75rem;
		letter-spacing: 0;
		margin: 0 auto calc(9 /var(--break)*100vw);
		padding-bottom: calc(15 /var(--break)*100vw);
	}
	.row_tel_common .col_tel a .txt2{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_tel_common .col_tel a .txt2 .txt2_1{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.row_tel_common .col_web{
		width: calc(330/670*100%);
	}
	.row_tel_common .col_web a .txt1{
		font-size: 0.75rem;
		letter-spacing: 0;
		margin: 0 auto calc(12 /var(--break)*100vw);
		padding-bottom: calc(14 /var(--break)*100vw);
		border-bottom: solid 1px #fff;
	}
	.row_tel_common .col_web a .txt2{
		font-size: 1rem;
		letter-spacing: 0;
	}
}


/* 産婦人科 obgyn
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* row_common
------------------------------------------------------------------*/
.row_common01 .col_img{
	padding-top: calc(20 /var(--break)*100vw);
}
.row_common01 .col_img .img::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #eff6d2;
	position: absolute;
	bottom: calc(-20 /var(--break)*100vw);
	left: calc(-20 /var(--break)*100vw);
}
.row_common01.r_reverse .col_img .img::before{
	left: auto;
	right: calc(-20 /var(--break)*100vw);
}
.row_common01 .col_img .img::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(100 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #b1d01e #b1d01e transparent;
	position: absolute;
	bottom: calc(-20 /var(--break)*100vw);
	left: calc(-20 /var(--break)*100vw);
}
.row_common01.r_reverse .col_img .img::after{
	left: auto;
	right: calc(-20 /var(--break)*100vw);
}
.row_common01 .copy{
	font-size: 2.125rem;
	letter-spacing: 0.1em;
	color: #473e23;
}
.row_common02 .copy{
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: calc(26 /var(--break)*100vw);
	margin-bottom: calc(28 /var(--break)*100vw);
}
.row_common02 .copy::after{
	content: "";
	width: 100%;
	height: 7px;
	border-top: solid 1px #a0bb24;
	border-bottom: solid 1px #a0bb24;
	position: absolute;
	bottom: 0;
	left: 0;
}

.row_common03{
	gap:calc(30 /var(--break)*100vw) calc(37.5/1500*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_common03.mb30{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_common03 .col{
	width: calc(475/1500*100%);
	background: #ece6dc;
}
.row_common03 .ttl{
	background: #a0bb24;
	outline: solid 1px #fff;
	outline-offset: -6px;
	color: #fff;
}

.row_common04 .col_img{
	width: 19.4%;
	max-width: 290px;
}
.row_common04 .col_txt{
	width: calc(1150/1500*100%);
}

.row_common05 .col_img{
	width: 30%;
}
.row_common05 .col_txt{
	width: calc(1000/1500*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_common01 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common02 .copy{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.row_common02 .copy::after{
		height: calc(7 /var(--break)*100vw);
	}

	.row_common03{
		width: calc(600 /var(--break)*100vw);
		gap:calc(30 /var(--break)*100vw) 0;
		margin: 0 auto calc(60 /var(--break)*100vw);
	}
	.row_common03.mb30{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_common03 .col{
		width: 100%;
	}
	.row_common03 .col img{
		width: 100%;
	}
	.row_common03 .ttl{
		padding: calc(15 /var(--break)*100vw);
		font-size: 1rem;
		outline-offset: calc(-6 /var(--break)*100vw);
	}
	.row_common04 .col_img{
		width: calc(450 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_common04 .col_img img{
		width: 100%;
	}
	.row_common04 .col_txt{
		width:calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_common05 .col_img{
		width: calc(450 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_common05 .col_img img{
		width: 100%;
	}
	.row_common05 .col_txt{
		width: 100%;
	}
}


/* wrap_trouble01
------------------------------------------------------------------*/
.wrap_trouble01{
	background: url("images/page/deco_trouble.jpg")no-repeat top center/cover;
	padding: calc(60 /var(--break)*100vw) 0;
}
.ttl_trouble01{
	width: calc(443 /var(--break)*100vw);
	margin: 0 auto calc(55 /var(--break)*100vw);
}
.ttl_trouble02{
	width: calc(789 /var(--break)*100vw);
	margin: 0 auto calc(55 /var(--break)*100vw);
}
.box_trouble01{
	border: solid 1px #473e23;
	padding: calc(50 /var(--break)*100vw);
}
.box_trouble01 .copy{
	width: calc(1140 /var(--break)*100vw);
	padding: calc(7 /var(--break)*100vw) calc(10 /var(--break)*100vw);
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
}
.list_trouble01 li{
	width: calc(555/1140*100%);
	border-bottom: dotted 1px #AF9E67;
	position: relative;
	padding: calc(2 /var(--break)*100vw) calc(31 /var(--break)*100vw) calc(1 /var(--break)*100vw);
}
.list_trouble01 li::before{
	content: "";
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(12 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_trouble01{
		background: url("images/page/deco_trouble.jpg")no-repeat top center/cover;
		padding: calc(60 /var(--break)*100vw) 0;
	}
	.ttl_trouble01{
		width: calc(443 /var(--break)*100vw);
		margin: 0 auto calc(85 /var(--break)*100vw);
	}
	.ttl_trouble02{
		width: 100%;
		margin: 0 auto calc(85 /var(--break)*100vw);
	}
	.box_trouble01{
		border: solid 1px #473e23;
		padding: calc(70 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.box_trouble01 .copy{
		width: calc(646 /var(--break)*100vw);
		padding: calc(7 /var(--break)*100vw) calc(10 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
	}
	.list_trouble01 li{
		width: 100%;
		padding: calc(2 /var(--break)*100vw) calc(31 /var(--break)*100vw) calc(1 /var(--break)*100vw);
	}
	.list_trouble01 li::before{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		top: calc(20 /var(--break)*100vw);
	}
}


/* row_links
------------------------------------------------------------------*/
.row_links{
	gap:calc(30 /var(--break)*100vw) calc(30/1240*100%);
}
.row_links .col{
	width: calc(393 /1240*100%);
}
.row_links.row_links2 .col{
	width: calc(287 /1240*100%);
}
.row_links .col a{
	height: calc(105 /var(--break)*100vw);
	border: solid 1px #b1d01e;
}
.row_links .col a::after{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(15 /var(--break)*100vw);
	border-style: solid;
	border-color: transparent #b1d01e #b1d01e transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.8;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_links{
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(30 /var(--break)*100vw);
	}
	.row_links .col,.row_links.row_links2 .col{
		width: 100%;
	}
	.row_links .col a{
		height: calc(105 /var(--break)*100vw);
		font-size: 1rem;
		letter-spacing: 0;
		border: solid 1px #b1d01e;
	}
}


/* row_merit
------------------------------------------------------------------*/
.row_merit .col{
	width: calc(605/1240*100%);
	padding: calc(24 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.row_merit .col::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #a0bb24;
	position: absolute;
	top: calc(10 /var(--break)*100vw);
	left: 0;
}
.row_merit .col:nth-child(2)::before{
	background: #473e23;
}
.row_merit .col .txt{
	margin-bottom: calc(17 /var(--break)*100vw);
}
.row_merit .col li:not(:last-child){
	margin-bottom: calc(10 /var(--break)*100vw);
}
.row_merit .col li{
	position: relative;
	background: #fff;
	padding: calc(6 /var(--break)*100vw) 0 calc(8 /var(--break)*100vw) calc(35 /var(--break)*100vw);
}
.row_merit .col li::before{
	content: "";
	width: calc(10 /var(--break)*100vw);
	height: calc(10 /var(--break)*100vw);
	background: #b1d01e;
	border-radius: 100%;
	position: absolute;
	left: calc(15 /var(--break)*100vw);
	top: calc(20 /var(--break)*100vw);
}
.row_merit .col:nth-child(2) li::before{
	background: #776324;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_merit{
		width: 100%;
		gap:calc(30 /var(--break)*100vw);
	}
	.row_merit .col{
		width: 100%;
		padding: calc(24 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.row_merit .col::before{
		height: calc(2 /var(--break)*100vw);
	}
	.row_merit .col .txt{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(17 /var(--break)*100vw);
	}
	.row_merit .col li{
		position: relative;
		background: #fff;
		line-height: 1.4em;
		padding: calc(10 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(12 /var(--break)*100vw) calc(45 /var(--break)*100vw);
	}
	.row_merit .col li::before{
		top: calc(28 /var(--break)*100vw);
	}
}


/* flow
------------------------------------------------------------------*/
.slide_flow .slick-prev {
	background: url("images/page/arw_flow.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_flow .slick-next {
	background: url("images/page/arw_flow.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_flow .slick-prev:before, .slide_flow .slick-next:before {
	display: none;
}
.slide_flow .slide_thumbnail{
	max-width: 1240px;
}
.slide_flow .slide_thumbnail li {
	width: calc(295/1240*100%);
	height: calc(72 /var(--break)*100vw);
	line-height: calc(26/18*100%);
	margin-right: calc(20/1240*100%);
	transition: .3s;
	position: relative;
}
.obgyn .slide_flow .slide_thumbnail li{
	width: calc(190/1240*100%);
}
.slide_flow .slide_thumbnail li:not(:last-child)::after{
	content: "";
	width: calc(20/295*100%);
	height: 1px;
	background: #473e23;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
}
.obgyn .slide_flow .slide_thumbnail li:not(:last-child)::after{
	width: calc(20/190*100%);
}
.slide_flow .slide_thumbnail li .box{
	height: 100%;
	background: #ece6dc;
	border: solid 1px #473e23;
	color: #473e23;
}
.slide_flow .slide_thumbnail li.thumbnail-current .box {
	background: #473e23;
	color: #fff;
}
.slide_flow .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_flow .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}

.box_flow{
	background: #eff6d2;
	border: solid 1px #b1d01e;
	outline: solid 1px #b1d01e;
	outline-offset: -11px;
	padding-bottom: calc(50 /var(--break)*100vw);
}
.box_flow .flex{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.box_flow .flex .num{
	width: calc(82 /var(--break)*100vw);
	height: calc(82 /var(--break)*100vw);
	background: #a0bb24;
	margin: calc(-1 /var(--break)*100vw) 0 0 calc(-1 /var(--break)*100vw);
	position: relative;
	padding: calc(16 /var(--break)*100vw) 0 0 calc(12 /var(--break)*100vw);
}
.box_flow .flex .num::before{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(25 /var(--break)*100vw);
	border-style: solid;
	border-color: #b1d01e transparent transparent #b1d01e;
	position: absolute;
	top: 0;
	left: 0;
}
.box_flow .flex .ttl{
	width: calc(100% - 104 /var(--break)*100vw);
	padding-top: calc(28 /var(--break)*100vw);
}
.box_flow .txt{
	margin-left: calc(50 /var(--break)*100vw);
	margin-right: calc(50 /var(--break)*100vw);
}
.box_flow .box{
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.box_flow .box .check{
	position: relative;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	color: #776324;
	padding-left: calc(39 /var(--break)*100vw);
	margin-bottom: calc(10 /var(--break)*100vw);
}
.box_flow .box .check::before{
	content: "";
	background: url("images/page/icn_check_flow.svg")no-repeat center/contain;
	width: calc(29 /var(--break)*100vw);
	height: calc(29 /var(--break)*100vw);
	position: absolute;
	top: calc(7 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_flow .slick-prev {
		left: -2.5%;
	}
	.slide_flow .slick-next {
		right: -2.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.slide_flow .slick-prev, .slide_flow .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_flow .slick-prev {
		left: -1vw;
	}
	.slide_flow .slick-next {
		right: -1vw;
	}
	.slide_flow .slide_thumbnail{
		-webkit-justify-content: center; justify-content: center;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.slide_flow .slide_thumbnail li {
		width: calc(320/702*100%);
		height: calc(72 /var(--break)*100vw);
		font-size: 0.75rem;
		line-height: calc(26/18*100%);
		margin-right: calc(15/702*100%);
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.slide_flow .slide_thumbnail li:not(:last-child)::after{
		width: calc(15/320*100%);
	}
	.slide_flow .slide_thumbnail li:nth-child(2),
	.slide_flow .slide_thumbnail li:last-child{
		margin-right: 0;
	}
	.obgyn .slide_flow .slide_thumbnail li{
		font-size: 0.75rem;
		width: calc(190/702*100%);
	}
	.obgyn .slide_flow .slide_thumbnail li:not(:last-child)::after{
		width: calc(20/190*100%);
	}
	.obgyn .slide_flow .slide_thumbnail li:nth-child(2){
		margin-right: calc(15/702*100%);
	}
	.obgyn .slide_flow .slide_thumbnail li:nth-child(3),
	.obgyn .slide_flow .slide_thumbnail li:last-child{
		margin-right: 0;
	}
	.box_flow{
		outline-offset:calc(-11 /var(--break)*100vw);
		padding: 0 0 calc(50 /var(--break)*100vw);
	}
	.box_flow .flex{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.box_flow .flex .num{
		font-size: 1.125rem;
		letter-spacing: 0;
		width: calc(102 /var(--break)*100vw);
		height: calc(102 /var(--break)*100vw);
		background: #a0bb24;
		margin: calc(-1 /var(--break)*100vw) 0 0 calc(-1 /var(--break)*100vw);
		position: relative;
		padding: calc(16 /var(--break)*100vw) 0 0 calc(12 /var(--break)*100vw);
	}
	.box_flow .flex .ttl{
		width: calc(100% - 124 /var(--break)*100vw);
		padding-top: calc(28 /var(--break)*100vw);
		font-size: 1.25rem;
	}
	.box_flow .txt{
		margin-left: calc(50 /var(--break)*100vw);
		margin-right: calc(50 /var(--break)*100vw);
	}
	.box_flow .box{
		width: 90%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.box_flow .box .check{
		font-size: 1.25rem;
		letter-spacing: 0;
		padding-left: calc(39 /var(--break)*100vw);
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.box_flow .box .check::before{
		top: calc(24 /var(--break)*100vw);
	}
}


/* obgyn
------------------------------------------------------------------*/
#menstruation,#abortion,#checkup,#cost{
	margin-top: calc(-180 /var(--break)*100vw);
	padding-top: calc(180 /var(--break)*100vw);
}
.box_obgyn01{
	max-width: 740px;
	border: solid 1px #473e23;
}
.box_obgyn01 .ttl{
	height: calc(70 /var(--break)*100vw);
	line-height: calc(70 /var(--break)*100vw);
	text-align: center;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}
.box_obgyn01 .box{
	padding: calc(20 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
}
.box_obgyn01 .box ul li{
	width: calc(325/680*100%);
	border-bottom: dotted 1px #AF9E67;
	position: relative;
	padding: calc(2 /var(--break)*100vw) calc(31 /var(--break)*100vw) calc(1 /var(--break)*100vw);
}
.box_obgyn01 .box ul li::before{
	content: "";
	background: #776324;
	width: calc(6 /var(--break)*100vw);
	height: calc(6 /var(--break)*100vw);
	border-radius: 100%;
	position: absolute;
	top: calc(18 /var(--break)*100vw);
	left: calc(9 /var(--break)*100vw);
}
.row_common02 .col_img .icn01{
	background: url("images/obgyn/icn_obgyn01.png")no-repeat center/contain;
	width: calc(218 /var(--break)*100vw);
	height: calc(218 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-39 /var(--break)*100vw);
	right: calc(-39 /var(--break)*100vw);
	line-height: calc(46/22*100%);
}
.row_common02 .col_img .icn02{
	background: url("images/obgyn/icn_obgyn01.png")no-repeat center/contain;
	width: calc(218 /var(--break)*100vw);
	height: calc(218 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-39 /var(--break)*100vw);
	right: calc(157 /var(--break)*100vw);
	line-height: calc(46/22*100%);
}
.row_common02 .col_img .icn03{
	background: url("images/obgyn/icn_obgyn01.png")no-repeat center/contain;
	width: calc(218 /var(--break)*100vw);
	height: calc(218 /var(--break)*100vw);
	position: absolute;
	bottom: calc(-39 /var(--break)*100vw);
	right: calc(-39 /var(--break)*100vw);
	line-height: calc(32/22*100%);
}

.row_obgyn01{
	gap:calc(30 /var(--break)*100vw) calc(29/1240*100%);
}
.row_obgyn01 .col{
	width: calc(394/1240*100%);
	background: #ece6dc;
}
.row_obgyn01 .col .ttl{
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	color: #473e23;
	height: calc(70 /var(--break)*100vw);
	border-bottom: solid 1px #b1d01e;
}
.box_obgyn02{
	border: solid 1px #473e23;
}
.box_obgyn02 .ttl{
	height: calc(70 /var(--break)*100vw);
	line-height: calc(70 /var(--break)*100vw);
	text-align: center;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}
.box_obgyn02 .box{
	padding: calc(30 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.box_obgyn02 .box ul li{
	width: calc(325/680*100%);
	border-bottom: dotted 1px #AF9E67;
	position: relative;
	padding: calc(2 /var(--break)*100vw) calc(31 /var(--break)*100vw) calc(1 /var(--break)*100vw);
}
.box_obgyn02 .box ul li::before{
	content: "";
	background: url("images/page/icn_check.svg")no-repeat center/contain;
	width: calc(20 /var(--break)*100vw);
	height: calc(20 /var(--break)*100vw);
	position: absolute;
	top: calc(12 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_common02 .col_img .icn01{
		font-size: calc(22 /1599*100vw);
		width: calc(218 /1599*100vw);
		height: calc(218 /1599*100vw);
		bottom: calc(-49 /1599*100vw);
		right: calc(-39 /1599*100vw);
	}
	.row_common02 .col_img .icn02{
		font-size: calc(22 /1599*100vw);
		width: calc(218 /1599*100vw);
		height: calc(218 /1599*100vw);
		bottom: calc(-49 /1599*100vw);
		right: calc(157 /1599*100vw);
	}
	.row_common02 .col_img .icn03{
		font-size: calc(22 /1599*100vw);
		width: calc(218 /1599*100vw);
		height: calc(218 /1599*100vw);
		bottom: calc(-49 /1599*100vw);
		right: calc(-39 /1599*100vw);
	}
	.row_common02 .col_img .fz32{
		font-size: calc(32 /1599*100vw);
	}
	.row_common02 .col_img .fz18{
		font-size: calc(18 /1599*100vw);
	}
	.row_common02 .col_img .fz16{
		font-size: calc(16 /1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	#menstruation,#abortion,#checkup,#cost{
		margin-top: calc(-175 /var(--break)*100vw);
		padding-top: calc(175 /var(--break)*100vw);
	}
	.box_obgyn01{
		width: 100%;
		max-width: 100%;
	}
	.box_obgyn01 .ttl{
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
		text-align: center;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_obgyn01 .box{
		padding: calc(20 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_obgyn01 .box ul li{
		width: 100%;
	}
	.box_obgyn01 .box ul li::before{
		top: calc(32 /var(--break)*100vw);
	}
	.row_common02 .col_img.por{
		margin-bottom: calc(80 /var(--break)*100vw);
	}
	.row_common02 .col_img .icn01{
		font-size: calc(22 /var(--break)*100vw);
		width: calc(218 /var(--break)*100vw);
		height: calc(218 /var(--break)*100vw);
		bottom: calc(-59 /var(--break)*100vw);
		right: calc(-19 /var(--break)*100vw);
	}
	.row_common02 .col_img .icn02{
		font-size: calc(22 /var(--break)*100vw);
		width: calc(218 /var(--break)*100vw);
		height: calc(218 /var(--break)*100vw);
		bottom: calc(-59 /var(--break)*100vw);
		right: calc(177 /var(--break)*100vw);
	}
	.row_common02 .col_img .icn03{
		font-size: calc(22 /var(--break)*100vw);
		width: calc(218 /var(--break)*100vw);
		height: calc(218 /var(--break)*100vw);
		bottom: calc(-59 /var(--break)*100vw);
		right: calc(-19 /var(--break)*100vw);
	}
	.row_common02 .col_img .fz32{
		font-size: calc(32 /var(--break)*100vw);
	}
	.row_common02 .col_img .fz18{
		font-size: calc(18 /var(--break)*100vw);
	}
	.row_common02 .col_img .fz16{
		font-size: calc(16 /var(--break)*100vw);
	}

	.row_obgyn01{
		width: calc(600 /var(--break)*100vw);
		margin-left: auto;
		margin-right: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_obgyn01 .col{
		width: 100%;
	}
	.row_obgyn01 .col img{
		width: 100%;
	}
	.row_obgyn01 .col .ttl{
		font-size: 1rem;
		letter-spacing: 0;
		height: calc(100 /var(--break)*100vw);
	}
	.box_obgyn02{
		border: solid 1px #473e23;
	}
	.box_obgyn02 .ttl{
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
		text-align: center;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_obgyn02 .box{
		padding: calc(20 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_obgyn02 .box ul li{
		width: 100%;
		padding: calc(2 /var(--break)*100vw) calc(31 /var(--break)*100vw) calc(1 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.box_obgyn02 .box ul li::before{
		content: "";
		background: url("images/page/icn_check.svg")no-repeat center/contain;
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		position: absolute;
		top: calc(20 /var(--break)*100vw);
		left: 0;
	}
}
.slide_obgyn .slick-prev {
	background: url("images/page/arw_flow.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	transform: translate(0);
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7.2%;
	z-index: 1;
}
.slide_obgyn .slick-next {
	background: url("images/page/arw_flow.svg")no-repeat center / cover;
	width: calc(30 / var(--break) * 100vw);
	height: calc(54 / var(--break) * 100vw);
	right: -7.2%;
	transform: translate(0) scaleX(-1);
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.slide_obgyn .slick-prev:before, .slide_obgyn .slick-next:before {
	display: none;
}
.slide_obgyn .slide_thumbnail{
	max-width: 925px;
}
.slide_obgyn .slide_thumbnail li {
	width: calc(295/925*100%);
	height: calc(72 /var(--break)*100vw);
	line-height: calc(26/18*100%);
	margin-right: calc(20/925*100%);
	transition: .3s;
	position: relative;
}
.slide_obgyn .slide_thumbnail li:not(:last-child)::after{
	content: "";
	width: calc(20/295*100%);
	height: 1px;
	background: #473e23;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
}
.slide_obgyn .slide_thumbnail li .box{
	height: 100%;
	background: #ece6dc;
	border: solid 1px #473e23;
	color: #473e23;
}
.slide_obgyn .slide_thumbnail li.thumbnail-current .box {
	background: #473e23;
	color: #fff;
}
.slide_obgyn .slide_thumbnail li:last-child {
	margin-right: 0;
}
.slide_obgyn .slide_thumbnail li:hover {
	opacity: 1;
	transition: .3s;
	cursor: pointer;
}

.slide_obgyn .slide_main .box{
	background: #eff6d2;
	border: solid 1px #b1d01e;
	outline: solid 1px #b1d01e;
	outline-offset: -11px;
	padding: calc(40 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.slide_obgyn .slide_main .ttl{
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	color: #473e23;
}
.slide_obgyn .slide_main .txt{
}
@media(min-width: 768px) and (max-width:1599px) {
	.slide_obgyn .slick-prev {
		left: -2.5%;
	}
	.slide_obgyn .slick-next {
		right: -2.5%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.slide_obgyn .slick-prev, .slide_obgyn .slick-next {
		width: calc(30 / var(--break) * 100vw);
		height: calc(54 / var(--break) * 100vw);
	}
	.slide_obgyn .slick-prev {
		left: -1vw;
	}
	.slide_obgyn .slick-next {
		right: -1vw;
	}
	.slide_obgyn .slide_thumbnail{
		-webkit-justify-content: center; justify-content: center;
		margin-bottom: calc(40 /var(--break)*100vw);
	}
	.slide_obgyn .slide_thumbnail li {
		width: calc(224/702*100%);
		height: calc(72 /var(--break)*100vw);
		font-size: 0.75rem;
		line-height: calc(26/18*100%);
		margin-right: calc(15/702*100%);
		margin-bottom: calc(20 /var(--break)*100vw);
	}
	.slide_obgyn .slide_thumbnail li:not(:last-child)::after{
		width: calc(15/224*100%);
	}
	.slide_obgyn .slide_main .box{
		outline-offset: calc(-11 /var(--break)*100vw);
		padding: calc(40 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
	.slide_obgyn .slide_main .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.slide_obgyn .slide_main .txt{
	}
}


/* tbl_common
------------------------------------------------------------------*/
.tbl_default.tbl_common02 th {
	background: rgba(175,158,103,0.7);
}
.tbl_default.tbl_common02 .tbl_title{
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	color: #fff;
	background: #af9e67;
}
.tbl_default.tbl_common03 table {
	border: 1px solid #a0bb24;
}
.tbl_default.tbl_common03 th {
	background: #a0bb24;
}
.tbl_default.tbl_common03 tr:not(:last-child) td {
	border-bottom: 1px solid #a0bb24;
}
.tbl_default.tbl_common03 th {
	border-left: solid 1px #fff;
}
.tbl_default.tbl_common03 td {
	border-left: solid 1px #a0bb24;
}
.tbl_default.tbl_common04 tr:nth-child(3) th:first-child {
	border-bottom: solid 1px #a0bb24;
}
.tbl_default.tbl_common05 th {
	width: 25%;
}
.tbl_default.tbl_common06 table {
	border: 1px solid #a0bb24;
}
.tbl_default.tbl_common06 thead th {
	background: #a0bb24;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
}
.tbl_default.tbl_common06 th {
	background: rgba(160,187,36,0.7);
}
.tbl_default.tbl_common06 tr:not(:last-child) td {
	border-bottom: 1px solid #a0bb24;
}
.tbl_default.tbl_common06 td {
	border-left: solid 1px #a0bb24;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* お支払方法
------------------------------------------------------------------*/
.bg_pay{
	background: url("images/page/bg_pay01.jpg")no-repeat center/cover;
	padding: calc(45 /var(--break)*100vw) 0 calc(65 /var(--break)*100vw);
}
.bg_pay .ttl{
	margin-bottom: calc(15 /var(--break)*100vw);
}
.bg_pay .ttl::before,
.bg_pay .ttl::after {
	content: "";
	flex-grow: 1;
	height: calc(7 /var(--break)*100vw);
	border-top: solid 1px #473e23;
	border-bottom: solid 1px #473e23;
}
.bg_pay .ttl::before {
	margin-right: calc(15 /var(--break)*100vw);
}
.bg_pay .ttl::after {
	margin-left: calc(15 /var(--break)*100vw);
}
.row_pay .col{
	position: relative;
	box-shadow: calc(5 /var(--break)*100vw) calc(5 /var(--break)*100vw) 0 0 #776324;
}
.row_pay .col::before{
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-width: calc(90 /var(--break)*100vw);
	border-style: solid;
	border-color: #efefef transparent transparent #efefef;
	position: absolute;
	left: 0;
	top: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_pay{
		background: url("images/page/bg_pay01.jpg")no-repeat center/cover;
		padding: calc(45 /var(--break)*100vw) 0 calc(65 /var(--break)*100vw);
	}
	.bg_pay .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.bg_pay .ttl::before,
	.bg_pay .ttl::after {
		content: "";
		flex-grow: 1;
		height: calc(7 /var(--break)*100vw);
		border-top: solid 1px #473e23;
		border-bottom: solid 1px #473e23;
	}
	.bg_pay .ttl::before {
		margin-right: calc(15 /var(--break)*100vw);
	}
	.bg_pay .ttl::after {
		margin-left: calc(15 /var(--break)*100vw);
	}
	.row_pay .col{
		position: relative;
		box-shadow: calc(5 /var(--break)*100vw) calc(5 /var(--break)*100vw) 0 0 #776324;
	}
	.row_pay .col::before{
		content: "";
		width: 0;
		height: 0;
		margin: auto;
		border-width: calc(90 /var(--break)*100vw);
		border-style: solid;
		border-color: #efefef transparent transparent #efefef;
		position: absolute;
		left: 0;
		top: 0;
	}
}


/* モナリザタッチ monalisatouch
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}


/* 美容医療 beauty
------------------------------------------------------------------*/
#laser,#hifu,#injection{
	margin-top: calc(-180 /var(--break)*100vw);
	padding-top: calc(180 /var(--break)*100vw);
}
.box_beauty01{
	border: solid 1px #473e23;
}
.box_beauty01 .ttl{
	height: calc(70 /var(--break)*100vw);
	line-height: calc(70 /var(--break)*100vw);
	text-align: center;
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}
.box_beauty01 .box{
	padding: calc(12 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(25 /var(--break)*100vw);
}
.box_beauty01 .box ul li{
	position: relative;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	padding: calc(3 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(3 /var(--break)*100vw) calc(50 /var(--break)*100vw);
}
.box_beauty01 .box ul li::before{
	content: "";
	background: url("images/beauty/icn_check.svg")no-repeat center/contain;
	width: calc(29 /var(--break)*100vw);
	height: calc(29 /var(--break)*100vw);
	position: absolute;
	top: calc(8 /var(--break)*100vw);
	left: 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	#laser,#hifu,#injection{
		margin-top: calc(-175 /var(--break)*100vw);
		padding-top: calc(175 /var(--break)*100vw);
	}
	.box_beauty01 {
		width: 100%;
		max-width: 100%;
	}
	.box_beauty01 .ttl{
		height: calc(100 /var(--break)*100vw);
		line-height: calc(100 /var(--break)*100vw);
		text-align: center;
		font-size: 1.125rem;
		letter-spacing: 0;
	}
	.box_beauty01 .box{
		padding: calc(20 /var(--break)*100vw) calc(30 /var(--break)*100vw) calc(30 /var(--break)*100vw);
	}
	.box_beauty01 .box ul li{
		width: 100%;
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.box_beauty01 .box ul li:not(:last-child){
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.box_beauty01 .box ul li::before{
		top: calc(15 /var(--break)*100vw);
	}
}


/* 乳腺外科 breast
------------------------------------------------------------------*/
.bnr_breast{
	max-width: 450px;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bnr_breast{
		width: calc(450 /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) {
	
}

/* 症例紹介 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 #ccc;
	border-top: calc(23 / var(--break) * 100vw) solid transparent;
    border-bottom: calc(23 / var(--break) * 100vw) solid transparent;
	top: calc(55 / var(--break) * 100vw);
}
.slide_case01 .slick-prev:before,.slide_case01 .slick-next:before {
	display: none;
}
.slide_case01 .slick-prev, .slide_case01 .slick-next {
    width: calc(30 / var(--break) * 100vw);
    height: calc(54 / var(--break) * 100vw);
    background: url(images/page/arw_slide.svg)no-repeat center / cover;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
.slide_case01 .slick-prev {
    left: -7.2%;
}
.slide_case01 .slick-next {
    right: -7.2%;
    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: #ccc;
	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: #333;
	opacity: 1;
}
.slide_case01 .slick-dots li:only-child {
	display: none;
}
.row_case_common01 .col .case_img{
	height: calc(300 / var(--break) * 100vw);
}
.slide_case01 .tbl_case {
	max-width: calc(1000 / var(--break) * 100vw);
}
.tbl_case table {
	width: calc(100% - 1px);/*ボーダー右切れる対策*/
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_case01 .slick-prev {
		left: calc(30 / var(--break) * 100vw);
	}
	.slide_case01 .slick-next {
		right: calc(30 / var(--break) * 100vw);
	}
}
@media(max-width: 767px) {
	.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 #ccc;
		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: 64vw;
	}
	.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 #000;
	}
}


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


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

/* お問い合わせ contact
------------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #473e23;
	color: #fff;
	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.mb60 {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
#wp-calendar thead th {
	background: #ece6dc;
	border: 1px solid #ece6dc;
	border-right-color: #ece6dc;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #ece6dc;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #a0bb24;
	text-decoration: underline;
}
#wp-calendar tfoot #next{
	text-align: right;
}
.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;
}
.news_archive .txt_post {
	width: 100%;
}
.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 #473e23;
}
.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%;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #af9e67;
}
.news_archive .txt_post .date {
	color: #776324;
}
.page_main section.news_archive{
	margin-bottom: calc(40 /var(--break)*100vw);
}
.page_main section.news_archive a{
	display: block;
	padding: calc(28 /var(--break)*100vw);
	border: solid 2px #eff6d2;
	background: #eff6d2;
	transition: 0.3s;
}
.page_main section.news_archive:last-child{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.page_main section.news_archive a:hover{
	border: solid 2px #b1d01e;
	transition: 0.3s;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #a0bb24;
	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 #473e23;
	color: #473e23;
	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: #473e23;
	background: #473e23;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.single_post h1{
	background: #776324;
	color: #fff;
	outline: solid 1px #fff;
	outline-offset: -6px;
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: calc(13 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.post_content > h2,.post_content > h3{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
.post_content > h2{
	padding: calc(12 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(12 /var(--break)*100vw);
	background: #eff6d2;
	border-bottom: solid calc(4 /var(--break)*100vw) #b1d01e;
}
.post_content > h3{
	background: url("images/page/deco_01.svg")no-repeat left top calc(5 /var(--break)*100vw)/calc(16 /var(--break)*100vw);
	position: relative;
	color: #473e23;
	padding: 0 calc(27 /var(--break)*100vw) calc(15 /var(--break)*100vw);
}
.post_content > h3::after{
	content: "";
	width: 100%;
	height: 5px;
	border-top: solid 1px #af9e67;
	border-bottom: solid 1px #af9e67;
	position: absolute;
	left: 0;
	bottom: 0;
}
#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 #af9e67;
	background: #af9e67;
	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: #af9e67;
}

@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,
	.page_main section.news_archive{
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child),
	.post_main section.news_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 > h1 {
		letter-spacing: 0;
		font-size: 1.1875rem;
	}
	.post_content > h2,.post_content > h3{
		letter-spacing: 0;
		font-size: 1.125rem;
	}
	.single_post h1{
		outline-offset: calc(-6 /var(--break)*100vw);
		padding: calc(13 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(15 /var(--break)*100vw);
	}
	.post_content > h3{
		background: url("images/page/deco_01.svg")no-repeat left top calc(18 /var(--break)*100vw)/calc(16 /var(--break)*100vw);
	}
	.post_content > h3::after{
		height: calc(5 /var(--break)*100vw);
	}
	#sidebar .category ul li a{
		border-radius: calc(8 / var(--break)* 100vw);
		padding: calc(4 / var(--break)* 100vw) calc(14 / var(--break)* 100vw);
	}
}


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