@charset "utf-8";


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
	
	
/**************************************************
 wrapper
**************************************************/
#wrapper{padding: 60px 0 0 0;}
	
	
	
/**************************************************
 visualHanger
**************************************************/
.visualHanger{
	height: 55dvh;
	min-height: auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.visualCopy{
	font-size: 5.5vw;
	letter-spacing: 1px;
}
	
	
	
/**************************************************
 puNavi
**************************************************/
.puNavi{
	width: 100%;
	margin: 50px auto;
	padding: 0 20px;
}

.inner{
	width: 100%;
	padding-bottom: 20px;
}
.inner h2{
	height: 140px;
	font-size: 6.5vw;
}
.inner h2::before{
	bottom: -24px;
	left: calc(50% - 20px);
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.inner h2 span{
	width: 70;
	aspect-ratio: auto;
	margin-bottom: 15px;
}
.inner p{
	font-size: 4.5vw;
	padding: 30px 10px 0 10px;
}
.inner ul{padding: 40px 10px 0 10px;}
.inner ul li{width: 100%;}
.inner ul li:last-of-type{margin: 10px 0 0 0;}
.inner ul li a{
	height: 80px;
	font-size: 4.5vw;
}
.inner ul li a:hover{opacity: 1.0;}
.inner.general h2::before{border-top: 25px solid var(--main-color1);}
.inner.medical{margin: 20px 0 0 0;}
.inner.medical h2{background: var(--main-color2);}
.inner.medical h2 span img{width: 50px;}
.inner.medical h2::before{border-top: 25px solid var(--main-color2);}
	
	
	
/**************************************************
 about
**************************************************/
.about{
	position: relative;
	padding: 40px 20px;
	border-radius: 25px;
}

.about h2{
	width: 100%;
	padding: 20px 0;
	font-size: 6.5vw;
	letter-spacing: 1px;
}

.about p{
	padding-top: 30px;
	font-size: 4.2vw;
	text-align: left;
}

.about ul{
	width: 100%;
	margin: 50px auto 0 auto;
}
.about ul li{width: 100%;}
.about ul li:nth-of-type(2){margin: 40px 0;}
.about ul li a{
	padding: 40px 15px 50px 15px;
	font-size: 4.0vw;
}
.about ul li a strong{font-size: 5.5vw;}
.about ul li a:hover{
	color: rgba(0,0,0,1.0);
	background: rgba(255,255,255,1.0);
	box-shadow: 0 6px 0 rgba(0,0,0,0.16);
}
.about ul li a:hover span{transform: scale(1.0);}

.philosophyBtn{margin-top: 40px;}
.philosophyBtn a{
	width: 90%;
	padding: 20px 0;
	font-size: 5.0vw;
}
.philosophyBtn a:hover{
	opacity: 1.0;
	box-shadow: 0 6px 0 rgba(0,0,0,0.16);
}
.philosophyBtn a:hover::before{right: 30px;}
	
	
	
/**************************************************
 topBanner
**************************************************/
.topBanner{padding: 35px 20px;}
.topBanner a{
	width: calc(50% - 5px);
	height: 60px;
	margin: 5px 10px 5px 0;
	font-size: 3.5vw;
	letter-spacing: 0;
}
.topBanner a:nth-of-type(2n){margin: 5px 0;}
.topBanner a:hover{opacity: 1.0;}
	
	
	
}
