@charset "utf-8";



/**************************************************
 visualHanger
**************************************************/
.visualHanger{
	position: relative;
	height: calc(100vh - 140px);
	min-height: 550px;
	border-radius: 25px;
	background: url("../img/top/loading.gif") no-repeat center center;
	overflow: hidden;
}

.visualHanger img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.visualCopy{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 4.0rem;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.8;
	text-align: center;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	opacity: 0;
}

.visualHanger.show img{animation: visualEffect1 0.5s ease-in-out forwards;}
.visualHanger.show .visualCopy{animation: visualEffect1 0.5s ease-in-out forwards 0.25s;}
@keyframes visualEffect1{
  	0%{
		opacity: 0;
	}
	100%{
		opacity: 1.0;
	}
}



/**************************************************
 puNavi
**************************************************/
.puNavi{
	position: relative;
	width: 1200px;
	margin: 80px auto;
}

.inner{
	position: relative;
	width: 590px;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 6px 0 rgba(0,0,0,0.16);
	padding-bottom: 30px;
}
.inner h2{
	position: relative;
	height: 190px;
	padding-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFFFFF;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.inner h2::before{
	width: 0;
	height: 0;
	bottom: -29px;
	left: calc(50% - 22px);
	border-style: solid;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-bottom: 0;
}
.inner h2 span{
	display: block;
	width: 80px;
	aspect-ratio: 80 / 54;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.inner h2 span img{
	width: 100%;
	height: auto;
}
.inner p{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	padding: 55px 30px 0 30px;
}
.inner ul{padding: 40px 30px 0 30px;}
.inner ul li{width: calc(50% - 10px);}
.inner ul li:last-of-type{margin-left: 20px;}
.inner ul li a{
	position: relative;
	height: 100px;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 10px;
	color: #FFFFFF;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.inner ul li a::before{
	width: 29px;
	height: 29px;
	bottom: 3px;
	right: 3px;
	background: #FFFFFF;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.inner ul li a::after{
	width: 6px;
	height: 6px;
	bottom: 13px;
	right: 15px;
	transform: rotate(45deg);
}
.inner ul li a:hover{opacity: 0.5;}
.inner.general{border: 8px solid var(--main-color1);}
.inner.general h2{background: var(--main-color1);}
.inner.general h2::before{border-top: 30px solid var(--main-color1);}
.inner.general ul li a{background: var(--main-color1);}
.inner.general ul li a::after{
	border-top: 2px solid var(--main-color1);
	border-right: 2px solid var(--main-color1);
}
.inner.medical{
	border: 8px solid var(--main-color2);
	margin-left: 20px;
}
.inner.medical h2{background: var(--main-color2);}
.inner.medical h2 span img{
	width: 54px;
	height: auto;
}
.inner.medical h2::before{border-top: 30px solid var(--main-color2);}
.inner.medical ul li a{background: var(--main-color2);}
.inner.medical ul li a::after{
	border-top: 2px solid var(--main-color2);
	border-right: 2px solid var(--main-color2);
}



/**************************************************
 about
**************************************************/
.about{
	padding: 80px 0;
	background: var(--bg-color1);
	border-radius: 40px;
}

.about h2{
	width: 500px;
	margin: 0 auto;
	padding: 25px 0;
	font-size: 3.5rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.0;
	text-align: center;
	color: #FFFFFF;
	background: var(--main-color3);
	border-radius: 10.0rem;
}

.about p{
	padding-top: 50px;
	font-size: 1.8rem;
	line-height: 2.2;
	text-align: center;
}

.about ul{
	width: 1200px;
	margin: 80px auto 0 auto;
}
.about ul li{width: calc((100% - 80px) / 3);}
.about ul li:nth-of-type(2){margin: 0 40px;}
.about ul li a{
	position: relative;
	display: block;
	height: 100%;
	padding: 40px 15px 50px 15px;
	background: #FFFFFF;
	border: 5px solid var(--main-color3);
	border-radius: 10px;
	font-size: 1.6rem;
	line-height: 2.0;
	color: var(--text-color1);
	box-shadow: 0 6px 0 rgba(0,0,0,0.16);
}
.about ul li a::before{
	width: 29px;
	height: 29px;
	bottom: 0;
	right: 0;
	background: var(--main-color3);
	border-top-left-radius: 8px;
}
.about ul li a::after{
	width: 6px;
	height: 6px;
	bottom: 9px;
	right: 10px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.about ul li a span{
	position: absolute;
	width: 60px;
	height: 60px; 
	top: -32px;
	left: calc(50% - 30px);
	background: var(--main-color3);
	border-radius: 100%;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.about ul li a strong{
	display: block;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 20px;
}
.about ul li a:hover{
	color: rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.35);
}
.about ul li a:hover span{
	/*top: -40px;*/
	transform: scale(1.15);
}

.philosophyBtn{margin-top: 45px;}
.philosophyBtn a{
	display: block;
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 25px 0;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color: #FFFFFF;
	background: var(--main-color3);
	border-radius: 10.0rem;
	box-shadow: 0 6px 0 rgba(0,0,0,0.16);
}
.philosophyBtn a::before{
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	right: 30px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.philosophyBtn a:hover{
	opacity: 0.5;
	box-shadow: 0 0 0 rgba(0,0,0,0.16);
}
.philosophyBtn a:hover::before{right: 25px;}



/**************************************************
 topBanner
**************************************************/
.topBanner{
	padding: 70px 0;
	-webkit-box-pack: center;
	justify-content: center;
}
.topBanner a{
	width: 280px;
	height: 80px;
	margin: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	text-align: center;
	color: var(--text-color1);
	border: 1px solid #707070;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.topBanner a:hover{opacity: 0.5;}


