@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low {
	padding: calc(100 / var(--break) * 100vw) 0 calc(200 / var(--break) * 100vw);
}
.main_page {
	background:url("images/page/deco_bg_ttl_page.png")no-repeat left bottom / calc(600/1920*100vw);
	height: calc(500 / 1920 * 100vw);
	padding-top: calc(150 /1920*100vw);
	position: relative;
}
.main_page::before {
	content: "";
	width: 100%;
	height: calc(350 /1920*100vw);
	background: url("images/page/ptn01.png")repeat left top/calc(100 /var(--break)*100vw),#f5f0e6;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main_page::after{
	content: "";
	width: 50%;
	height: calc(350 /1920*100vw);
	background: url("images/page/bg_ttl_page.jpg")no-repeat center / cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
.hdg2 .ja {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(13 /var(--break)*100vw);
}
.hdg2 .en {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
}
.page_main section:not(:last-child) {
	margin-bottom: calc(100 / var(--break) * 100vw);
}

.ttl_common01{
	border-top: solid 1px #74562f;
	border-bottom: solid 1px #74562f;
	padding: calc(16 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(17 /var(--break)*100vw);
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

@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 {
		background-image: url("images/page/bg_ttl_page_sp.jpg");
	}
	.main_page {
		background:url("images/page/bg_ttl_page_sp.jpg")no-repeat left bottom / contain;
		height: calc(500 /var(--break)*100vw);
		padding-top: calc(150 /var(--break)*100vw);
	}
	.main_page::before {
		display: none;
	}
	.main_page::after{
		display: none;
	}
	.hdg2{
		padding-left: calc(28 /var(--break)*100vw);
	}
	.hdg2 .ja {
		font-size: 1.5625rem;
		letter-spacing: 0;
		margin-bottom: calc(16 /var(--break)*100vw);
		text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(255,255,255,0.8), 0 0 calc(5 /var(--break)*100vw) rgba(255,255,255,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(255,255,255,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(255,255,255,0.8);
	}
	.hdg2 .en {
		font-size: .9375rem;
		letter-spacing: 0;
		text-shadow: 0 0 calc(5 /var(--break)*100vw) rgba(255,255,255,0.8), 0 0 calc(5 /var(--break)*100vw) rgba(255,255,255,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(255,255,255,0.8), 0 0 calc(10 /var(--break)*100vw) rgba(255,255,255,0.8);
	}
	.col_img {
		text-align: center;
	}

	.ttl_common01{
		padding: calc(16 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(17 /var(--break)*100vw);
		font-size: 1.125rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
}


/* クリニック紹介 clinic
------------------------------------------------------------------*/
.row_clinic01 .col_img{
	width: calc(650 /1240*100%);
}
.row_clinic01 .col_txt{
	width: calc(530 /1240*100%);
}
.row_clinic01 .col_txt .logo{
	width: 100%;
	max-width: 513px;
	margin: 0 auto calc(45 /var(--break)*100vw);
}
.row_clinic01 .col_txt .txt_add{
	margin-bottom: calc(10 /var(--break)*100vw);
}
.row_clinic01 .col_txt .txt_add .icn{
	width: calc(30 /var(--break)*100vw);
	margin: 0 auto calc(17 /var(--break)*100vw);
}
.row_clinic01 .col_txt .txt_add .txt{
	margin-bottom: calc(43 /var(--break)*100vw);
}
.row_clinic02{
	gap:0 4%;
	width: 100%;
}
.row_clinic02 a{
	height: calc(100 /var(--break)*100vw);
}
.row_clinic02 a .wrap{
	width: 100%;
}
.row_clinic02 .col_tel{
	width: 48%;
}
.row_clinic02 .col_tel a{
	padding-top: calc(4 /var(--break)*100vw);
	background: #c7b38a;
}
.row_clinic02 .col_tel a .txt1{
	margin-bottom: calc(8 /var(--break)*100vw);
}
.row_clinic02 .col_tel a .txt2{
}
.row_clinic02 .col_tel a .txt2 .fz38{
}
.row_clinic02 .col_web{
	width: 48%;
}
.row_clinic02 .col_web a{
	background: #eeaeaf;
}
.row_clinic02 .col_tel a::before,
.row_clinic02 .col_web a::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(116,86,47,0.1);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_clinic02 .col_web a .txt1{
	margin-bottom: calc(12 /var(--break)*100vw);
}
.row_clinic02 .col_web a .txt2{
}

.row_clinic03 .col{
	width: 47.5%;
	padding-top: calc(49 /var(--break)*100vw);
	padding-bottom: calc(53 /var(--break)*100vw);
}
.row_clinic03 .col .copy{
	margin-bottom: calc(18 /var(--break)*100vw);
}
.row_clinic03 .col .icn{
	width: calc(177 /var(--break)*100vw);
	margin-bottom: calc(24 /var(--break)*100vw);
}
.row_clinic03 .col:nth-child(2) .icn{
	margin-bottom: calc(30 /var(--break)*100vw);
}
.row_clinic03 .col .txt{
	line-height: calc(30/18*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic01{
		gap:calc(50 /var(--break)*100vw) 0;
		width: 100%;
	}
	.row_clinic01 .col_img,
	.row_clinic01 .col_img img{
		width: 100%;
	}
	.row_clinic01 .col_txt{
		width: 100%;
	}
	.row_clinic01 .col_txt .logo{
		width: 100%;
		max-width: calc(513 /var(--break)*100vw);
		margin: 0 auto calc(30 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .txt_add{
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .txt_add .icn{
		width: calc(30 /var(--break)*100vw);
		margin: 0 auto calc(17 /var(--break)*100vw);
	}
	.row_clinic01 .col_txt .txt_add .txt{
		margin-bottom: calc(43 /var(--break)*100vw);
	}
	
	.row_clinic02{
		width: calc(646 /var(--break)*100vw);
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_clinic02 a{
		height: calc(120 /var(--break)*100vw);
	}
	.row_clinic02 a .wrap{
		width: 100%;
	}
	.row_clinic02 .col_tel{
		width: 100%;
	}
	.row_clinic02 .col_tel a{
		padding-top: calc(6 /var(--break)*100vw);
	}
	.row_clinic02 .col_tel a .txt1{
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_clinic02 .col_tel a .txt2{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}
	.row_clinic02 .col_tel a .txt2 .fz38{
		font-size: 1.4375rem;
		letter-spacing: 0.1em;
	}
	.row_clinic02 .col_web{
		width: 100%;
	}
	.row_clinic02 .col_web a{
		padding-top: calc(2 /var(--break)*100vw);
	}
	.row_clinic02 .col_web a .txt1{
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_clinic02 .col_web a .txt2{
		font-size: 1.1875rem;
		letter-spacing: 0.05em;
	}

	.row_clinic03 {
		width:calc(646 /var(--break)*100vw);
		margin: auto;
	}
	.row_clinic03 .col{
		width: calc(310/646*100%);
		padding-top: calc(30 /var(--break)*100vw);
		padding-bottom: calc(13 /var(--break)*100vw);
	}
	.row_clinic03 .col .copy{
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_clinic03 .col .icn{
		width: calc(177 /var(--break)*100vw);
		margin-bottom: calc(24 /var(--break)*100vw);
	}
	.row_clinic03 .col:nth-child(2) .icn{
		margin-bottom: calc(30 /var(--break)*100vw);
	}
	.row_clinic03 .col .txt{
		font-size: 1rem;
		line-height: calc(50/30*100%);
		letter-spacing: 0;
	}
	.row_clinic03 .col .txt .txt1{
		font-size: 0.9375rem;
		letter-spacing: 0;
		list-style: 1em;
	}
	.row_clinic03 .col .txt .fz30{
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	height: calc(600 /var(--break)*100vw);
	padding-top: calc(200 /var(--break)*100vw);
	margin-bottom: calc(230 /var(--break)*100vw);
}
.bg_clinic01 .box{
	padding: calc(73 /var(--break)*100vw) calc(120 /var(--break)*100vw) calc(94 /var(--break)*100vw);
}
.bg_clinic01 .box::before,
.bg_clinic01 .box::after{
	content: "";
	width: calc(200 /var(--break)*100vw);
	height: calc(200 /var(--break)*100vw);
	position: absolute;
}
.bg_clinic01 .box::before{
	border-top: solid calc(2 /var(--break)*100vw) #c7b38a;
	border-left: solid calc(2 /var(--break)*100vw) #c7b38a;
	top: calc(15 /var(--break)*100vw);
	left: calc(15 /var(--break)*100vw);
}
.bg_clinic01 .box::after{
	border-bottom: solid calc(2 /var(--break)*100vw) #c7b38a;
	border-right: solid calc(2 /var(--break)*100vw) #c7b38a;
	bottom: calc(15 /var(--break)*100vw);
	right: calc(15 /var(--break)*100vw);
}
.bg_clinic01 .box .copy{
	margin-bottom: calc(11 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.bg_clinic01{
		margin-bottom: calc(230 /var(--break)*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
.bg_clinic01{
	background: url("images/clinic/bg_clinic01.jpg")no-repeat center/cover;
	height: calc(1200 /var(--break)*100vw);
	padding-top: calc(150 /var(--break)*100vw);
	margin-bottom: calc(374 /var(--break)*100vw);
}
	.bg_clinic01 .box{
		padding: calc(75 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(72 /var(--break)*100vw);
	}
	.bg_clinic01 .box::before{
		top: calc(10 /var(--break)*100vw);
		left: calc(10 /var(--break)*100vw);
	}
	.bg_clinic01 .box::after{
		bottom: calc(10 /var(--break)*100vw);
		right: calc(10 /var(--break)*100vw);
	}
	.bg_clinic01 .box .copy{
		text-align: center;
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		margin-bottom: calc(25 /var(--break)*100vw);
	}
	.bg_clinic01 .box .copy .fz50{
		font-size: 1.5625rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}

.wrap_feature01{
	padding-top: calc(140 /1920*100vw);
}
.wrap_feature01 .img_feature01{
	width: calc(950/1920*100vw);
	height: calc(680 /1920*100vw);
	top: 0;
	left: 0;
}
.box_feature01{
	height: calc(750 /1920*100vw);
	margin: 0 auto 0;
	background: url("images/clinic/bg_clinic_feature01.png")no-repeat right top/calc(1100 /1920*100vw),#f5f0e6;
}
.area_feature01{
	width: 50%;
	height: 100%;
	margin-left: auto;
	padding-left: calc(100 /1920*100%);
	padding-right: calc(100 /1920*100%);
	padding-top: calc(130 /1920*100%);
}
.area_feature01 .ttl{
	font-size: calc(36 /1920*100vw);
	line-height: calc(58/36*100%);
	margin-bottom: calc(35 /1920*100vw);
}
.area_feature01 .num {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: calc(10 /var(--break)*100vw);
}
.area_feature01 .num::before,
.area_feature01 .num::after {
	background-color: #c7b38a;
	content: "";
	height: calc(2 /var(--break)*100vw);
	width: calc(100 /var(--break)*100vw);
}
.area_feature01 .num::before {
	margin-right: calc(27 /var(--break)*100vw);
}
.area_feature01 .num::after {
	margin-left: calc(27 /var(--break)*100vw);
}

.box_feature01_2{
	margin-top: calc(-163 /var(--break)*100vw);
	border: solid 1px #74562f;
	padding: calc(39 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(53 /var(--break)*100vw);
}
.box_feature01_2::before,
.box_feature01_2::after{
	content: "";
	width: calc(200 /var(--break)*100vw);
	height: calc(100 /var(--break)*100vw);
	position: absolute;
}
.box_feature01_2::before{
	border-top: solid 1px #74562f;
	border-left: solid 1px #74562f;
	top: calc(9 /var(--break)*100vw);
	left: calc(9 /var(--break)*100vw);
}
.box_feature01_2::after{
	border-bottom: solid 1px #74562f;
	border-right: solid 1px #74562f;
	bottom: calc(9 /var(--break)*100vw);
	right: calc(9 /var(--break)*100vw);
}
.box_feature01_2 .copy{
	margin-bottom: calc(6 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_feature01_2{
		margin-top: calc(-120 /var(--break)*100vw);
		border: solid 1px #74562f;
		padding: calc(39 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(53 /var(--break)*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_feature01{
		padding-top: calc(80 /1920*100%);
	}
	.box_feature01_2{
		margin-top: calc(-60 /var(--break)*100vw);
		border: solid 1px #74562f;
		padding: calc(39 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(53 /var(--break)*100vw);
	}
}
@media(max-width: 767px) {

	.wrap_feature01{
		padding-top: calc(100 /var(--break)*100vw);
	}
	.wrap_feature01 .img_feature01{
		width: calc(702 /var(--break)*100vw);
		height: calc(502 /var(--break)*100vw);
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_feature01{
		height: auto;
		margin: 0 auto 0;
		background: url("images/index/bg_feature02_sp.png")no-repeat left bottom/100%,#f5f0e6;
		padding-top: calc(450 /var(--break)*100vw);
		padding-bottom: calc(200 /var(--break)*100vw);
	}
	.area_feature01{
		width: calc(646 /var(--break)*100vw);
		height: auto;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.area_feature01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.area_feature01 .num {
		font-size: 1.5rem;
		margin-bottom: calc(10 /var(--break)*100vw);
	}

	.box_feature01_2{
		margin-top: calc(-163 /var(--break)*100vw);
		border: solid 1px #74562f;
		padding: calc(39 /var(--break)*100vw) calc(40 /var(--break)*100vw) calc(53 /var(--break)*100vw);
	}
	.box_feature01_2 .copy{
		font-size: 1.125rem;
		line-height: 1.5em;
		margin-bottom: calc(6 /var(--break)*100vw);
	}
}
.wrap_feature02{
	padding-top: calc(140 /1920*100vw);
}
.wrap_feature02 .img_feature02{
	width: calc(950/1920*100vw);
	height: calc(680 /1920*100vw);
	top: 0;
	right: 0;
}
.box_feature02{
	min-height: calc(590 /1920*100vw);
	margin: 0 auto 0;
	background: url("images/clinic/bg_clinic_feature02.png")no-repeat left top/calc(1100 /1920*100vw),#f5f0e6;
}
.area_feature02{
	width: 50%;
	height: 100%;
	margin-right: auto;
	padding: calc(150 /1920*100%) calc(100 /1920*100%) calc(100 /1920*100%);
}
.area_feature02 .ttl{
	font-size: calc(36 /1920*100vw);
	line-height: calc(58/36*100%);
	margin-bottom: calc(45 /1920*100vw);
}
.area_feature02 .num {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: calc(10 /var(--break)*100vw);
}
.area_feature02 .num::before,
.area_feature02 .num::after {
	background-color: #c7b38a;
	content: "";
	height: calc(2 /var(--break)*100vw);
	width: calc(100 /var(--break)*100vw);
}
.area_feature02 .num::before {
	margin-right: calc(27 /var(--break)*100vw);
}
.area_feature02 .num::after {
	margin-left: calc(27 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_feature02{
		padding-top: calc(80 /1920*100%);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_feature02{
		padding-top: calc(100 /var(--break)*100vw);
	}
	.wrap_feature02 .img_feature02{
		width: calc(702 /var(--break)*100vw);
		height: calc(502 /var(--break)*100vw);
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_feature02{
		height: auto;
		margin: 0 auto 0;
		background: url("images/index/bg_feature03_sp.png")no-repeat right bottom/100%,#f5f0e6;
		padding-top: calc(450 /var(--break)*100vw);
		padding-bottom: calc(100 /var(--break)*100vw);
	}
	.area_feature02{
		width: calc(646 /var(--break)*100vw);
		height: auto;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.area_feature02 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.area_feature02 .num {
		font-size: 1.5rem;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
}
.wrap_feature03{
	background: url("images/clinic/bg_clinic_feature03.jpg")no-repeat center/cover;
	height: calc(600 /var(--break)*100vw);
}
.wrap_feature03 .ttl{
	font-size: calc(36 /1920*100vw);
	line-height: calc(58/36*100%);
	margin-bottom: calc(26 /1920*100vw);
}
.wrap_feature03 .num {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: calc(10 /var(--break)*100vw);
}
.wrap_feature03 .num::before,
.wrap_feature03 .num::after {
	background-color: #ffffff;
	content: "";
	height: calc(2 /var(--break)*100vw);
	width: calc(100 /var(--break)*100vw);
}
.wrap_feature03 .num::before {
	margin-right: calc(27 /var(--break)*100vw);
}
.wrap_feature03 .num::after {
	margin-left: calc(27 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_feature03{
		background: url("images/clinic/bg_clinic_feature03.jpg")no-repeat center/cover;
		height: auto;
		padding: calc(80 /var(--break)*100vw) calc(40 /var(--break)*100vw);
	}
	.wrap_feature03 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.wrap_feature03 .num {
		font-size: 1.5rem;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
}
.wrap_feature04{
	padding-top: calc(140 /1920*100vw);
}
.wrap_feature04 .img_feature04{
	width: calc(950/1920*100vw);
	height: calc(680 /1920*100vw);
	top: 0;
	left: 0;
}
.box_feature04{
	min-height: calc(590 /1920*100vw);
	margin: 0 auto 0;
	background: url("images/clinic/bg_clinic_feature01.png")no-repeat right top/calc(1100 /1920*100vw),#f5f0e6;
}
.area_feature04{
	width: 50%;
	height: 100%;
	margin-left: auto;
	padding: calc(130 /1920*100%) calc(100 /1920*100%) calc(100 /1920*100%);
}
.area_feature04 .ttl{
	font-size: calc(36 /1920*100vw);
	line-height: calc(58/36*100%);
	margin-bottom: calc(35 /1920*100vw);
}
.area_feature04 .num {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: calc(10 /var(--break)*100vw);
}
.area_feature04 .num::before,
.area_feature04 .num::after {
	background-color: #c7b38a;
	content: "";
	height: calc(2 /var(--break)*100vw);
	width: calc(100 /var(--break)*100vw);
}
.area_feature04 .num::before {
	margin-right: calc(27 /var(--break)*100vw);
}
.area_feature04 .num::after {
	margin-left: calc(27 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	.area_feature04{
		padding-top: calc(80 /1920*100%);
	}
}
@media(max-width: 767px) {

	.wrap_feature04{
		padding-top: calc(100 /var(--break)*100vw);
	}
	.wrap_feature04 .img_feature04{
		width: calc(702 /var(--break)*100vw);
		height: calc(502 /var(--break)*100vw);
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_feature04{
		min-height: auto;
		height: auto;
		margin: 0 auto 0;
		background: url("images/index/bg_feature02_sp.png")no-repeat left bottom/100%,#f5f0e6;
		padding-top: calc(450 /var(--break)*100vw);
		padding-bottom: calc(100 /var(--break)*100vw);
	}
	.area_feature04{
		width: calc(646 /var(--break)*100vw);
		height: auto;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.area_feature04 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.area_feature04 .num {
		font-size: 1.5rem;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
}
.wrap_feature05{
	padding-top: calc(140 /1920*100vw);
}
.wrap_feature05 .img_feature05{
	width: calc(950/1920*100vw);
	height: calc(680 /1920*100vw);
	top: 0;
	right: 0;
}
.box_feature05{
	height: calc(750 /1920*100vw);
	margin: 0 auto 0;
	background: url("images/clinic/bg_clinic_feature02.png")no-repeat left top/calc(1100 /1920*100vw),#f5f0e6;
}
.area_feature05{
	width: 50%;
	height: 100%;
	margin-right: auto;
	padding: calc(150 /1920*100%) calc(100 /1920*100%) calc(100 /1920*100%);
}
.area_feature05 .ttl{
	font-size: calc(36 /1920*100vw);
	line-height: calc(58/36*100%);
	margin-bottom: calc(45 /1920*100vw);
}
.area_feature05 .num {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: calc(10 /var(--break)*100vw);
}
.area_feature05 .num::before,
.area_feature05 .num::after {
	background-color: #c7b38a;
	content: "";
	height: calc(2 /var(--break)*100vw);
	width: calc(100 /var(--break)*100vw);
}
.area_feature05 .num::before {
	margin-right: calc(27 /var(--break)*100vw);
}
.area_feature05 .num::after {
	margin-left: calc(27 /var(--break)*100vw);
}

.box_feature01_2 .box{
	max-width: 800px;
	margin: calc(50 /var(--break)*100vw) auto 0;
}
@media(min-width: 768px) and (max-width:1599px) {
	.area_feature05{
		padding-top: calc(80 /1920*100%);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.wrap_feature05{
		padding-top: calc(100 /var(--break)*100vw);
	}
	.wrap_feature05 .img_feature05{
		width: calc(702 /var(--break)*100vw);
		height: calc(502 /var(--break)*100vw);
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.box_feature05{
		height: auto;
		margin: 0 auto 0;
		background: url("images/index/bg_feature03_sp.png")no-repeat right bottom/100%,#f5f0e6;
		padding-top: calc(450 /var(--break)*100vw);
		padding-bottom: calc(200 /var(--break)*100vw);
	}
	.area_feature05{
		width: calc(646 /var(--break)*100vw);
		height: auto;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.area_feature05 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.area_feature05 .num {
		font-size: 1.5rem;
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.box_feature01_2 .box p{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}
.slide_sample06 .slick-prev {
	background: url(images/clinic/arw_slider.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 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_slider.svg)no-repeat center / cover;
	width: calc(30 / 1920 * 100vw);
	height: calc(54 / 1920 * 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 / 1599 * 100vw);
		height: calc(54 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 1299 * 100vw);
		height: calc(54 / 1299 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: calc(-35 / 1299 * 100vw);
	}
	.slide_sample06 .slick-next {
		right:calc(-35 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	.slide_sample06 .slick-prev, .slide_sample06 .slick-next {
		width: calc(30 / 750 * 100vw);
		height: calc(54 / 750 * 100vw);
	}
	.slide_sample06 .slick-prev {
		left: 3vw;
	}
	.slide_sample06 .slick-next {
		right: 3vw;
	}
}

.row_clinic_fc {
	gap: calc(50 / var(--break) * 100vw) 1.55%;
}
.row_clinic_fc .col {
	width: 32.3%;
	max-width: 394px;
}
.row_clinic_fc .ttl{
	background: #eeaeaf;
	color: #fff;
}
.row_clinic_fc .col:nth-child(2n) .ttl{
	background: #b18bb2;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_clinic_fc {
		gap: calc(50 / var(--break) * 100vw) calc(22/702*100%);
	}
	.row_clinic_fc .col {
		width: calc(340/702*100%);
		max-width: 100%;
	}
	.row_clinic_fc .ttl{
		font-size: 0.75rem;
		line-height: 1.5em;
	}
}


/* スタッフ紹介 staff
------------------------------------------------------------------*/
.row_staff01{
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_staff01 .col_img{
	width: calc(460/1240*100%);
}
.row_staff01 .col_img .box_name{
	width: 100%;
}
.row_staff01 .col_img .box_name .name1{
	padding-top: calc(15 /var(--break)*100vw);
}
.row_staff01 .col_img .box_name .name1 span{
	vertical-align: middle;
}
.row_staff01 .col_img .box_name .name1 .txt1{
	margin-right: calc(15 /var(--break)*100vw);
}
.row_staff01 .col_img .box_name .name2{
	height: calc(55 /var(--break)*100vw);
	background: rgba(199,179,138,0.3);
}
.row_staff01 .col_txt{
	width: calc(730/1240*100%);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_staff01 .col_img{
		width: calc(460 /var(--break)*100vw);
		margin: 0 auto calc(50 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box_name{
		width: 100%;
		bottom: calc(-8 /var(--break)*100vw);
		left: 0;
	}
	.row_staff01 .col_img .box_name .name1{
		padding-top: calc(18 /var(--break)*100vw);
		padding-bottom: calc(12 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box_name .name1 span{
		vertical-align: middle;
	}
	.row_staff01 .col_img .box_name .name1 .txt1{
		font-size: 0.9375rem;
		line-height: 1em;
		margin-right: calc(20 /var(--break)*100vw);
	}
	.row_staff01 .col_img .box_name .name1 .txt2{
		font-size: 1.5625rem;
		line-height: 1em;
	}
	.row_staff01 .col_img .box_name .name2{
		font-size: 0.875rem;
		height: calc(63 /var(--break)*100vw);
	}
	.row_staff01 .col_txt{
		width: 100%;
	}
}
.tbl_staff table{
	width: 100%;
	border: solid 1px #74562f;
}
.tbl_staff table thead th{
	background: #74562f;
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: calc(18 /var(--break)*100vw) 0 calc(20 /var(--break)*100vw);
	text-align: center;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #74562f;
	width: calc(84/8%);
}
.tbl_staff table thead th:first-child{
	width: 16%;
	border-bottom: solid 1px #fff;
}
.tbl_staff table thead th:last-child{
	border-right: solid 1px #74562f;
}
.tbl_staff table tbody th{
	background: #907859;
	color: #fff;
	font-weight: 300;
	padding: calc(21 /var(--break)*100vw) 0 calc(24 /var(--break)*100vw);
	text-align: center;
}
.tbl_staff table tbody tr:not(:last-child) th{
	border-bottom: solid 1px #fff;
}
.tbl_staff table tbody td{
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #74562f;
	border-bottom: solid 1px #74562f;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.tbl_staff table{
		width: calc(1240/750*100vw);
	}
	.tbl_staff table thead th{
		font-size: 0.875rem;
		letter-spacing: 0.1em;
	}
	.tbl_staff table tbody th{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
	.tbl_staff table tbody td{
		font-size: 0.75rem;
		letter-spacing: 0.1em;
	}
}


/* 当院が初めてのかたへ first
------------------------------------------------------------------*/
.bg_first01{
	background:url("images/first/bg_first01.jpg")no-repeat center/cover;
	height: calc(630 /var(--break)*100vw);
}
.bg_first01 .ttl{
	margin-bottom: calc(32 /var(--break)*100vw);
}

.wrap_first01 .ttl{
	align-items: center;
	display: flex;
	margin-bottom: calc(7 /var(--break)*100vw);
}
.wrap_first01 .ttl::before,
.wrap_first01 .ttl::after {
	background-color: #333333;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.wrap_first01 .ttl::before {
	margin-right:calc(42 /var(--break)*100vw);
}
.wrap_first01 .ttl::after {
	margin-left: calc(43 /var(--break)*100vw);
}
.tbl_first01{
	max-width: 530px;
	margin-bottom: calc(55 /var(--break)*100vw); 
}
.wrap_first01 .box .ttl2{
	height: calc(50 /var(--break)*100vw);
	margin-bottom: calc(22 /var(--break)*100vw);
}

.ttl_attention{
	align-items: center;
	display: flex;
	margin-top: calc(-3 /var(--break)*100vw);
	margin-bottom: calc(10 /var(--break)*100vw);
}
.ttl_attention::before,
.ttl_attention::after {
	background-color: #ffffff;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.ttl_attention::before {
	margin-right:calc(181 /var(--break)*100vw);
}
.ttl_attention::after {
	margin-left: calc(175 /var(--break)*100vw);
}
.txt_attention{
}

.box_flow .copy{
	align-items: center;
	display: flex;
	margin-top: calc(-2 /var(--break)*100vw);
	margin-bottom: calc(16 /var(--break)*100vw);
}
.box_flow .copy::before,
.box_flow .copy::after {
	background-color: #74562f;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.box_flow .copy::before {
	margin-right:calc(29 /var(--break)*100vw);
}
.box_flow .copy::after {
	margin-left: calc(29 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_first01{
		background:url("images/first/bg_first01.jpg")no-repeat right calc(-950 /var(--break)*100vw) center/cover;
		height: auto;
		padding: calc(60 /var(--break)*100vw) 0;
	}
	.bg_first01 .ttl{
		font-size: 1.25rem;
		letter-spacing: 0;
		line-height: 1.5em;
		margin-bottom: calc(32 /var(--break)*100vw);
	}

	.wrap_first01 .ttl{
		font-size: 1.125rem;
		letter-spacing: 0;
		align-items: center;
		display: flex;
		margin-bottom: calc(7 /var(--break)*100vw);
	}
	.tbl_first01{
		max-width: 100%;
		margin-bottom: calc(55 /var(--break)*100vw); 
	}
	.wrap_first01 .box{
		padding: calc(50 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.wrap_first01 .box .ttl2{
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
		margin-bottom: calc(22 /var(--break)*100vw);
	}

	.ttl_attention{
		font-size: 1.125rem;
		align-items: center;
		display: flex;
		margin-top: calc(-3 /var(--break)*100vw);
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.ttl_attention::before,
	.ttl_attention::after {
		background-color: #ffffff;
		content: "";
		flex-grow: 1;
		height: 1px;
	}
	.ttl_attention::before {
		margin-right:calc(100 /var(--break)*100vw);
	}
	.ttl_attention::after {
		margin-left: calc(100 /var(--break)*100vw);
	}
	.txt_attention{
		font-size: 1rem;
		letter-spacing: 0;
	}

	.box_flow .copy{
		font-size: 1.125rem;
	}
}


/* box_check01
------------------------------------------------------------------*/
.ttl_consultation .en{
	margin-top: calc(-3 /var(--break)*100vw);
	margin-bottom: calc(10 /var(--break)*100vw);
}
.ttl_consultation .ja{
	align-items: center;
	display: flex;
	margin-bottom: calc(27 /var(--break)*100vw);
}
.ttl_consultation .ja::before,
.ttl_consultation .ja::after {
	background-color: #ffffff;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.ttl_consultation .ja::before {
	margin-right:calc(79 /var(--break)*100vw);
}
.ttl_consultation .ja::after {
	margin-left: calc(78 /var(--break)*100vw);
}
.box_check01{
	padding: calc(39 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	background: #fff;
	outline: solid 1px #c7b38a;
	outline-offset: calc(-11 /var(--break)*100vw);
}
.box_check01 li{
	line-height: calc(40/18*100%);
	position: relative;
	padding-left: calc(30 /var(--break)*100vw);
	border-bottom: dotted 1px #c7b38a;
}
.box_check01 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(11 /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_psychosomatic .bg_col03{
		padding: calc(60 /var(--break)*100vw) calc(28 /var(--break)*100vw);
	}
	.ttl_consultation .en{
		font-size: 1.125rem;
		margin-top: calc(-3 /var(--break)*100vw);
		margin-bottom: calc(10 /var(--break)*100vw);
	}
	.ttl_consultation .ja{
		font-size: 1.125rem;
		letter-spacing: 0;
		margin-bottom: calc(27 /var(--break)*100vw);
	}
	.ttl_consultation .ja::before {
		margin-right:calc(40 /var(--break)*100vw);
	}
	.ttl_consultation .ja::after {
		margin-left: calc(40 /var(--break)*100vw);
	}
	.box_check01{
		padding: calc(39 /var(--break)*100vw) calc(50 /var(--break)*100vw) calc(50 /var(--break)*100vw);
		background: #fff;
		outline: solid 1px #c7b38a;
		outline-offset: calc(-11 /var(--break)*100vw);
	}
	.box_check01 li{
		font-size: 0.875rem;
		line-height: 1.6em;
		position: relative;
		padding-left: calc(45 /var(--break)*100vw);
		border-bottom: dotted 1px #c7b38a;
		padding-bottom: calc(8 /var(--break)*100vw);
		margin-bottom: calc(8 /var(--break)*100vw);
	}
	.box_check01 li::before{
		width: calc(30 /var(--break)*100vw);
		height: calc(30 /var(--break)*100vw);
		top: calc(10 /var(--break)*100vw);
	}
}


/* box_reservation
------------------------------------------------------------------*/
.box_reservation{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.row_reservation{
	width: calc(720 /var(--break)*100vw);
	gap:0 calc(20 /720*100%);
	margin: auto;
}
.row_reservation .col_tel,
.row_reservation .col_web{
	width: calc(350 /720*100%);
}
.row_reservation a{
	height: calc(100 /var(--break)*100vw);
}
.row_reservation a .wrap{
	width: 100%;
}
.row_reservation .col_tel a{
	padding-top: calc(4 /var(--break)*100vw);
	background: #c7b38a;
}
.row_reservation .col_tel a .txt1{
	margin-bottom: calc(8 /var(--break)*100vw);
}
.row_reservation .col_tel a .txt2{
}
.row_reservation .col_tel a .txt2 .fz38{
}
.row_reservation .col_web a{
	background: #eeaeaf;
}
.row_reservation .col_tel a::before,
.row_reservation .col_web a::before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(116,86,47,0.1);
	clip-path: polygon( 0 100%,100% 100%,100% 0);
	position: absolute;
	bottom: 0;
	right: 0;
}
.row_reservation .col_web a .txt1{
	margin-bottom: calc(12 /var(--break)*100vw);
}
.row_reservation .col_web a .txt2{
}
.box_reservation .ttl2{
	height: calc(50 /var(--break)*100vw);
	margin-bottom: calc(22 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.box_reservation{
		padding-left: calc(28 /var(--break)*100vw);
		padding-right: calc(28 /var(--break)*100vw);
	}
	.row_reservation{
		width: 100%;
		margin: auto;
		gap:calc(30 /var(--break)*100vw) 0;
	}
	.row_reservation a{
		height: calc(120 /var(--break)*100vw);
	}
	.row_reservation a .wrap{
		width: 100%;
	}
	.row_reservation .col_tel{
		width: 100%;
	}
	.row_reservation .col_tel a{
		padding-top: calc(6 /var(--break)*100vw);
	}
	.row_reservation .col_tel a .txt1{
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(15 /var(--break)*100vw);
	}
	.row_reservation .col_tel a .txt2{
		font-size: 0.9375rem;
		letter-spacing: 0.1em;
	}
	.row_reservation .col_tel a .txt2 .fz38{
		font-size: 1.4375rem;
		letter-spacing: 0.1em;
	}
	.row_reservation .col_web{
		width: 100%;
	}
	.row_reservation .col_web a{
		padding-top: calc(2 /var(--break)*100vw);
	}
	.row_reservation .col_web a .txt1{
		font-size: 0.8125rem;
		letter-spacing: 0.1em;
		margin-bottom: calc(18 /var(--break)*100vw);
	}
	.row_reservation .col_web a .txt2{
		font-size: 1.1875rem;
		letter-spacing: 0.05em;
	}
	.box_reservation .ttl2{
		font-size: 1.125rem;
		letter-spacing: 0;
		height: calc(70 /var(--break)*100vw);
		margin-bottom: calc(22 /var(--break)*100vw);
	}
}


/* 認知症・もの忘れ外来 dementia
------------------------------------------------------------------*/
.row_dementia01{
	gap:calc(30 /var(--break)*100vw) calc(26/1240*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_dementia01 .col{
	width: calc(290 /1240*100%);
	border: solid calc(2 /var(--break)*100vw) #c7b38a;
	border-top-left-radius: calc(30 /var(--break)*100vw);
	padding: calc(48 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.row_dementia01 .col .icn{
	width: calc(160 /var(--break)*100vw);
	margin: 0 auto calc(28 /var(--break)*100vw);
}
.row_dementia01 .col .txt{
	line-height: calc(30/18*100%);
}

.row_dementia02{
	gap:calc(50 /var(--break)*100vw) calc(50/1240*100%);
}
.row_dementia02 .col{
	width: calc(595/1240*100%);
	background: #f5f0e6;
}
.row_dementia02 .col .ttl{
	background: #b18bb2;
	height: calc(60 /var(--break)*100vw);
}
.row_dementia02 .col:nth-child(3n - 1) .ttl{
	background: #eeaeaf;
}
.row_dementia02 .col:nth-child(3n) .ttl{
	background: #e2bc37;
}
.row_dementia02 .col .box{
	padding-top: calc(28 /var(--break)*100vw);
	padding-bottom: calc(34 /var(--break)*100vw);
}

.row_dementia03{
	gap:calc(30 /var(--break)*100vw) calc(26/1240*100%);
}
.row_dementia03 .col{
	width: calc(290 /1240*100%);
	background: #f5f0e6;
	border-bottom: solid calc(2 /var(--break)*100vw) #74562f;
	border-top-left-radius: calc(30 /var(--break)*100vw);
	padding: calc(30 /var(--break)*100vw) calc(20 /var(--break)*100vw) 0;
}
.row_dementia03 .col .icn{
	width: calc(160 /var(--break)*100vw);
	margin: 0 auto ;
}
.row_dementia03 .col .txt{
	height: calc(100 /var(--break)*100vw);
	line-height: calc(30/18*100%);
	color: #74562f;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_dementia01 .col .txt{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_dementia01{
		width: calc(702 /var(--break)*100vw);
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_dementia01 .col{
		width: calc(340 /702*100%);
		border: solid calc(2 /var(--break)*100vw) #c7b38a;
		border-top-left-radius: calc(30 /var(--break)*100vw);
		padding: calc(48 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	}
	.row_dementia01 .col .icn{
		width: calc(160 /var(--break)*100vw);
		margin: 0 auto calc(28 /var(--break)*100vw);
	}
	.row_dementia01 .col .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(30/18*100%);
	}
	.row_dementia02{
		gap:calc(50 /var(--break)*100vw) 0;
	}
	.row_dementia02 .col{
		width: 100%;
	}
	.row_dementia02 .col .ttl{
		font-size: 1.125rem;
		padding: calc(8 /var(--break)*100vw);
		height: auto;
	}
	.row_dementia02 .col .box{
		padding: calc(28 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(34 /var(--break)*100vw);
	}
	.row_dementia03{
		width: calc(702 /var(--break)*100vw);
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_dementia03 .col{
		width: calc(340 /702*100%);
	}
	.row_dementia03 .col .icn{
		width: calc(160 /var(--break)*100vw);
	}
	.row_dementia03 .col .txt{
		height: calc(120 /var(--break)*100vw);
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(30/18*100%);
	}
}


/* row_btn_common
------------------------------------------------------------------*/
.row_btn_common{
	gap:calc(30 /var(--break)*100vw) calc(35/1240*100%);
}
.row_btn_common .col{
	width: calc(390/1240*100%);
}
.row_btn_common .col a{
	height: calc(100 /var(--break)*100vw);
	border: solid 1px #333333;
	background: #ffffff;
	line-height: calc(34/24*100%);
}
.row_btn_common .col a::before{
	content: "";
	width: calc(50 /var(--break)*100vw);
	height: calc(50 /var(--break)*100vw);
	background: #c7b38a;
	clip-path: polygon(0 0,0 100%,100% 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.row_btn_common .col a::after{
	content: "";
	width: 1px;
	height: calc(30 /var(--break)*100vw);
	background: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_btn_common{
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
	}
	.row_btn_common .col{
		width: calc(340/702*100%);
	}
	.row_btn_common .col a{
		height: calc(100 /var(--break)*100vw);
		line-height: calc(34/24*100%);
		font-size: 0.875rem;
		letter-spacing: 0;
	}
}


/* 心療内科・精神科 psychosomatic
------------------------------------------------------------------*/
.row_psychosomatic01{
	gap:calc(30 /var(--break)*100vw) calc(26/1240*100%);
	margin-bottom: calc(60 /var(--break)*100vw);
}
.row_psychosomatic01 .col{
	width: calc(290 /1240*100%);
	border: solid calc(2 /var(--break)*100vw) #c7b38a;
	border-top-left-radius: calc(30 /var(--break)*100vw);
	padding: calc(48 /var(--break)*100vw) calc(20 /var(--break)*100vw) calc(40 /var(--break)*100vw);
}
.row_psychosomatic01 .col .icn{
	width: calc(160 /var(--break)*100vw);
	margin: 0 auto calc(28 /var(--break)*100vw);
}
.row_psychosomatic01 .col .txt{
	line-height: calc(30/18*100%);
}

.wrap_psychosomatic .bg_col03 > .wrap{
	max-width: 1000px;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_psychosomatic01 .col .txt{
		font-size: calc(18/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.row_psychosomatic01{
		width: calc(702 /var(--break)*100vw);
		gap:calc(30 /var(--break)*100vw) calc(22/702*100%);
		margin-bottom: calc(60 /var(--break)*100vw);
	}
	.row_psychosomatic01 .col{
		width: calc(340 /702*100%);
		border: solid calc(2 /var(--break)*100vw) #c7b38a;
		border-top-left-radius: calc(30 /var(--break)*100vw);
		padding: calc(48 /var(--break)*100vw) 0 calc(40 /var(--break)*100vw);
	}
	.row_psychosomatic01 .col .icn{
		width: calc(160 /var(--break)*100vw);
		margin: 0 auto calc(28 /var(--break)*100vw);
	}
	.row_psychosomatic01 .col .txt{
		font-size: 0.875rem;
		letter-spacing: 0;
		line-height: calc(30/18*100%);
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.bg_recruit01{
	background: url("images/recruit/bg_recruit01.jpg")no-repeat center/cover;
	height: calc(525 /var(--break)*100vw);
}
.bg_recruit01 .copy{
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	font-weight: 400;
}
.box_recruit01{
	padding-top: calc(38 /var(--break)*100vw);
	padding-bottom: calc(51 /var(--break)*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	
}
@media(min-width: 768px) and (max-width:1299px) {
	
}
@media(max-width: 767px) {
	.bg_recruit01{
		background: url("images/recruit/bg_recruit01.jpg")no-repeat center/cover;
		height: calc(300 /var(--break)*100vw);
		position: relative;
	}
	.bg_recruit01 .copy{
		font-size: 0.875rem;
		letter-spacing: 0;
	}
	.box_recruit01{
		padding: calc(40 /var(--break)*100vw) calc(28 /var(--break)*100vw) calc(50 /var(--break)*100vw);
	}
}


/* 症例紹介 case
------------------------------------------------------------------*/
.area_case_common01:not(:last-of-type) {
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.box_case01 {
	position: relative;
	padding: calc(30 / var(--break) * 100vw) calc(50 / var(--break) * 100vw) calc(60 / var(--break) * 100vw);
}
.row_case01 {
	max-width: calc(1000 / var(--break) * 100vw);
	width: 100%
}
.row_case01 .en {
	height: calc(50 / var(--break) * 100vw);
}
.row_case01:after {
	border-left: calc(15 / var(--break) * 100vw) solid #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) {
}
@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);*/
		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(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);
	}
}


/* リスク・副作用
------------------------------------------------------------------*/
.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 {
	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: #333333 !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: #f5f0e6;
	border-radius: calc(4 /var(--break)*100vw);
}
.tbl_form01 .require span:after {
	color: #fff;
	background-color: #b18bb2;
}
.btn_submit input {
	border: none;
	background: #74562f;
}
@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);
	}
}

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

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: calc(40 / var(--break) * 100vw);
	margin-bottom: calc(4 / var(--break) * 100vw);
	text-align: center;
}
#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: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: .8125rem;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: .875rem;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
.wp-calendar-nav{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: calc(60 / var(--break) * 100vw);
	line-height: 1.5;
}
.wp-calendar-nav-prev{padding-left: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav-next{padding-right: calc(10 / var(--break) * 100vw);}
.wp-calendar-nav a{
	padding-bottom: calc(3 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: calc(4 / var(--break) * 100vw);
	line-height: 2.1;
}
.post_main {
	width: 71%;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: calc(60 / var(--break) * 100vw);
}
.navigation li {
	width: calc(170 / var(--break) * 100vw);
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: calc(4 / var(--break) * 100vw);
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: .8125rem;
	margin-top: calc(-30 / var(--break) * 100vw);
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.post_content {
	line-height: 1.75;
}
.thmb {
	width: calc(120 / var(--break) * 100vw);
}
.thmb img {
	height: calc(120 / var(--break) * 100vw);
	object-fit: cover;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	width: calc(100% - calc(140 / var(--break) * 100vw));
}
.page_main section.blog_archive {
	padding-bottom: calc(35 / var(--break) * 100vw);
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: calc(40 / var(--break) * 100vw);
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.25rem;
	letter-spacing: .1em;
}
.blog_archive .txt_post .date {
	color: #959595;
}
.txt_post .txt_excerpt {
	line-height: 1.75;
	margin-top: calc(8 / var(--break) * 100vw);
}
.txt_post .txt_excerpt .more {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: calc(60 / var(--break) * 100vw);
	text-align: center;
	font-size: .875rem;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	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: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
.post_content li {
	list-style: inherit;
	margin-left: 1.5em;
}
.post_content > h4,.post_content > h5{
	line-height: 1.6;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	margin-bottom: calc(35 / var(--break) * 100vw );
}
#sidebar .category h4{
	margin-bottom: calc(20 / var(--break) * 100vw );
}
#sidebar .category ul{
	gap:calc(10 / var(--break) * 100vw ) 3%;
}
#sidebar .category ul li{
	font-size: 1rem;
	width: auto;
	overflow: visible;
	white-space:normal;
}
#sidebar .category ul li a{
	border: 1px solid #959595;
	background: #959595;
	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: #959595;
}

@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));
	}
}