﻿

.pcShow {
	display: block;
}
.spShow {
	display: none;
}
@media screen and (min-width: 769px) {
	#atfirst .afnBlockCol img,
	#atfirst #strong .image img {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.pcShow {
		display: none;
	}
	.spShow {
		display: block;
	}
	
	#project .inner {
		width: 100%;
		padding: 0;
	}
}






/*-------------------------------
project
---------------------------------*/
#project{
  padding-bottom: 100px;
}

#project #interviewVisual{
  max-width: 1920px;
  margin: 0 auto 100px;;
  position: relative;
  height: 780px;
  max-height: calc(100vh - 96px);
}

#project #interviewVisual .visualImage{
    width: 100%;
    height: 780px;
    max-height: calc(100vh - 96px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#project #interviewVisual .visualImage img{
  display: none;
}

#project #interviewVisual .recruitInner{

}

#project #interviewVisual h1{
  position: absolute;
  top: 50%;
  margin-top: -64.5px;
  left: 100px;
  z-index: 10;
  color: #fff;
}

#project #interviewVisual h1 .en{
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
}

#project #interviewVisual h1 .jp{
  font-size: 3.6rem;
  font-weight: 500;
}

#project .projectBox{
  position: relative;
  background-position: center center;
  background-size: auto 860px;
  cursor: pointer;
}

#project .projectBox::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0, .5);
}

#project .projectBox .projectBoxInner{
  position: relative;
  z-index: 10;
  padding: 100px;
  color: #fff;
}

#project .projectBox .boxOpen{
  position: absolute;
  right: 20px;
  top: 120px;
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#project .projectBox .boxOpen img{
  opacity: 0;
}
#project .projectBox .boxOpen.open img{
  opacity: 1;
}

#project .projectBox .boxOpen::after{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}

#project .projectBox .bgNumber{
  position: absolute;
  right: 150px;
  top: 0;
  font-size: 15rem;
  color: #fff;
  opacity: .44;
  font-weight: bold;
  line-height: 1;
  top: 100px;
}

#project .projectBox .projectNumber{
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 12px;
  margin-bottom: 60px;
}

#project .projectBox1 .projectNumber{ background-color: #E04C0F; }
#project .projectBox2 .projectNumber{ background-color: #F7B403; }
#project .projectBox3 .projectNumber{ background-color: #0E66B5; }

#project .projectBox h2{
  font-size: 3rem;
  font-weight: 500;
  text-shadow: #000 1px 0 10px;
}

#project .projectBox p{
  display: none;
  margin-top: 60px;
  text-shadow: #000 1px 0 10px;
}

#project .projectBox p b{
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
#project #interviewVisual h1{
  left: 60px;
}

#project .projectBox .projectBoxInner{
  padding: 60px 20px;
}

#project .projectBox .boxOpen{
  top: 70px;
}

#project .projectBox .bgNumber{
  right: 100px;
  top: 50px;
}
}

@media screen and (max-width: 768px) {
  
#project #interviewVisual{
    margin-bottom: 40px;
  height: 300px;
}

#project #interviewVisual .visualImage{
  max-height: none;
  height: 300px;
}

#project #interviewVisual h1{
  left: 20px;
  margin-top: 0;
  transform: translateY(-50%);
}

#project #interviewVisual h1 .en{
  font-size: 4.7rem;
}

#project #interviewVisual h1 .jp{
  font-size: 2rem;
}

#project .projectBox .projectBoxInner{
  padding: 40px 20px 40px;;
}

#project .projectBox .boxOpen{
  right: 3%;
  top: 20px;
  width: 30px;
  height: 30px;
}
#project .projectBox .boxOpen::after {
    margin: -7px 0 0 -5px;
}
#project .projectBox .bgNumber{
  font-size: 8rem;
  top: 10px;
  right: 50px;
}

#project .projectBox .projectNumber{
  margin-bottom: 40px;
}

#project .projectBox h2{
  font-size: 1.6rem;
  line-height: 1.4;
}

#project .projectBox p{
  margin-top: 20px;
  font-size: 1.3rem;
}

}