@charset "utf-8";



/**************************************************
 loading
**************************************************/
/*.loading.show img{animation: loading1 0.25s ease-in-out forwards;}
.loading.hide{animation: loading2 0.5s ease-in-out forwards;}
@keyframes loading1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading2 {
  0% {
	  opacity: 1;
  }
  100% {
	  opacity: 0;
	  display: none;
	  visibility: hidden;
  }
}*/



/**************************************************
 heroImage
**************************************************/
#heroImage{
	position: relative;
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 500px;
	z-index: 0;
	background: #FFFFFF;
}
#heroImage ul{
	position: relative;
	width: 100%;
	height: 100%;
}
#heroImage ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
#heroImage ul img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.heroCopy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	filter: blur(10px);
	opacity: 0;
}
.heroCopy span{
	display: inline-block;
	font-size: max(2.65vw, 30px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15em;
	text-align: center;
	color: #FFFFFF;
	background: rgba(214,0,15,0.90);
	padding: 20px 30px;
	border-radius: 20px;
}
.heroCopy.show{animation: copyEffect 0.75s ease-in-out forwards 0.5s;}
@keyframes copyEffect {
  0% {
	  opacity: 0;
	  filter: blur(10px);
  }
  100% {
	  opacity: 1;
	  filter: blur(0px);
  }
}



/**************************************************
 main
**************************************************/



/**************************************************
 article
**************************************************/
article{
	position: relative;
	padding: 130px 0;
	background: #FFFFFF;
	z-index: 2;
	border-radius: 30px;
	margin-top: -31px;
}
article h2{
	font-size: 6.0rem;
	line-height: 1.3;
	font-weight: 900;
}
article h2 small{
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--main-color1);
}

.btnHanger{margin-top: 40px;}
.btnHanger a{
	position: relative;
	width: 180px;
	height: 40px;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFFFFF;
	background: var(--main-color1);
	border-radius: 10px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.btnHanger a::before{
	width: 6px;
	height: 6px;
	top: calc(50% - 3px);
	right: 15px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.btnHanger a:hover{opacity: 0.5;}
.btnHanger a:hover::before{right: 10px;}



/**************************************************
 about
**************************************************/
.aboutInner{
	width: 900px;
	margin: 0 auto;
}

.aboutInner p{
	padding-top: 60px;
	font-size: 1.8rem;
	line-height: 2.0;
	letter-spacing: 0.08em;
}
.aboutInner p strong{
	display: block;
	font-size: 2.6rem;
	line-height: 1.3;
	padding-bottom: 20px;
}

.aboutInner .btnHanger{margin-top: 80px;}



/**************************************************
 imageBg
**************************************************/
.imageBg{
	position: relative;
	height: 500px;
	z-index: 0;
	margin-top: -31px;
	background: url("../img/top/bg_image.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.imageBg img{display: none;}



/**************************************************
 interview
**************************************************/
.interview{padding: 130px 0;}

.interview h2{
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
}

.interview ul{
	width: 80%;
	min-width: 1000px;
	margin: 60px auto 0 auto;
}
.interview ul li{width: 30%;}
.interview ul li:nth-of-type(2){margin: 0 5%;}
.interview ul li a{
	position: relative;
	display: block;
	height: 100%;
	color: var(--txt-black);
}
.interview ul li a div{
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.interview ul li a div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview ul li a span{
	display: block;
	padding-right: 75px;
	font-size: 1.6rem;
	line-height: 1.3;
}
.interview ul li a span strong{
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.interview ul li a small{
	position: absolute;
	font-size: 1.6rem;
	bottom: 2px;
	right: 0;
	padding-right: 20px;
}
.interview ul li a small::before{
	width: 6px;
	height: 6px;
	top: 5px;
	right: 5px;
	border-top: 2px solid var(--txt-black);
	border-right: 2px solid var(--txt-black);
	transform: rotate(45deg);
}
.interview ul li a:hover{opacity: 0.5;}
.interview ul li a:hover div img{
	opacity: 1.0;
	transform: scale(1.1);
}
.interview ul li a:hover small::before{right: 0;}



/**************************************************
 topNavi
**************************************************/
.topNavi{
	padding: 130px 0;
	margin-top: -31px;
	background: var(--bg-color1);
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 0;
}

.topNaviInner{
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
}

.naviWrapper{
	width: 46%;
	padding: 50px 40px;
	background: #FFFFFF;
	border-radius: 20px;
}
.naviWrapper:nth-of-type(1){margin-right: 8%;}
.naviWrapper h2{
	font-size: 4.2rem;
	font-weight: 900;
	text-align: center;
}
.naviWrapper h2 small{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--main-color1);
	margin-top: 10px;
}
.naviWrapper p{
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	margin-top: 30px;
}


