#fvContainer {
  width: 100%;
  height: 600px;
  margin-top: var(--headerHight);
  background: url(../img/main.jpg) center / cover no-repeat;
  display: flex;
  align-items: center;
}

#fvContainer h1 {
  width: 100%;
  text-align: center;
  position: relative;
}

#fvContainer h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fvContainer h1 span:first-of-type {
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
}

#fvContainer h1 span:last-of-type {
  font-size: 150px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.3);
}






#themeContainer {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

.theme dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  color: var(--primaryColor);
}

.theme dd {
  margin-top: 50px;
  font-size: 15px;
  line-height: 2.4;
}

#imageContainer {
  width: 90%;
  max-width: 806px;
  margin: 100px auto 0;
}

#imageContainer img {
  width: 100%;
  vertical-align: bottom;
}






#recruitinfoContainer {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 150px;
  background: #F3F3F3;
}

.recruitImg {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.recruitImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.recruitContentsBack {
  width: 90%;
  max-width: 1000px;
  margin: -70px auto 0;
  padding: 50px 40px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1;
}

.recruitContentsContainer {
  width: 100%;
  margin: 100px auto 0;
  box-sizing: border-box;
}
.recruitContentsContainer:first-of-type {
  margin-top: 0;
}

.recruitContentsContainer .title p {
  font-size: 80px;
  color: var(--primaryColor);
}

.recruitContentsContainer .title h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}

.recruitContents {
  width: 100%;
  margin-top: 30px;
}

.recruit {
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #EBEBEB;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.recruit:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.recruit.alignCenter {
  align-items: center;
}

.recruit dt {
  flex: 0 0 265px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primaryColor);
}
.recruitContentsContainer:first-of-type .recruit dt {
  flex: 0 0 173px;
}

.recruit dd {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 2;
}
.recruit dd.textCenter {
  flex: 0 0 120px;
  text-align: center;
}
.recruit dd.textCenter:last-of-type {
  flex: 5 1 auto;
}





.title h3 {
  font-size: 22px;
  font-weight: bold;
}

.title h3 span {
  font-size: 18px;
  margin-left: 10px;
}




.recruitContentsContainer .recruit:last-of-type {
  margin-bottom: 50px;
}





footer {
  margin-top: 0;
}









@media (max-width: 1024px) {
#fvContainer {
  /* width: 100%; */
  height: 400px;
  /* margin-top: var(--headerHight);
  background: url(../img/main.jpg) center / cover no-repeat;
  display: flex;
  align-items: center; */
}

/* #fvContainer h1 {
  width: 100%;
  text-align: center;
  position: relative;
}

#fvContainer h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

#fvContainer h1 span:first-of-type {
  font-size: 25px;
  letter-spacing: 2.4px;
  /* color: #fff; */
}

#fvContainer h1 span:last-of-type {
  font-size: 120px;
  letter-spacing: 1.6px;
  /* line-height: 1; */
  /* color: rgba(255, 255, 255, 0.3); */
}






#themeContainer {
  /* width: 90%; */
  margin: 0 auto;
  padding-top: 80px;
  /* text-align: center; */
}

/* .theme {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  color: var(--primaryColor);
} */

.theme dd {
  margin-top: 30px;
  /* font-size: 15px;
  line-height: 2.4; */
}




#imageContainer {
  /* width: 90%;
  max-width: 806px; */
  margin: 40px auto 0;
}

/* #imageContainer img {
  width: 100%;
  vertical-align: bottom;
} */






#recruitinfoContainer {
  /* width: 100%; */
  margin-top: 80px;
  padding-bottom: 100px;
  /* background: #F3F3F3; */
}

.recruitImg {
  /* width: 100%; */
  height: 350px;
  /* position: relative;
  overflow: hidden; */
}

/* .recruitImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
} */

/* .recruitContentsBack {
  width: 90%;
  max-width: 1000px;
  margin: -70px auto 0;
  padding: 50px 40px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1;
} */

/* .recruitContentsContainer {
  width: 100%;
  margin: 100px auto 0;
  box-sizing: border-box;
}
.recruitContentsContainer:first-of-type {
  margin-top: 0;
}

.recruitContentsContainer .title p {
  font-size: 80px;
  color: var(--primaryColor);
}

.recruitContentsContainer .title h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}

.recruitContents {
  width: 100%;
  margin-top: 30px;
} */

.recruit {
  /* width: 100%; */
  padding: 36px 0;
  /* border-top: 1px solid #EBEBEB;
  box-sizing: border-box; */
  display: block;
  /* justify-content: space-between; */
}
/* .recruit:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.recruit.alignCenter {
  align-items: center;
} */

/* .recruit dt {
  flex: 0 0 265px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primaryColor);
}
.recruitContentsContainer:first-of-type .recruit dt {
  flex: 0 0 173px;
} */

.recruit dd {
  margin-top: 10px;
  /* flex: 1 1 auto;
  font-size: 15px;
  line-height: 2; */
}
.recruit dd.textCenter {
  width: 100px;
  text-align: left;
  display: inline-block;
  margin: 20px 0 0
  /* flex: 0 0 120px;
  text-align: center; */
}
/* .recruit dd.textCenter:last-of-type {
  flex: 5 1 auto;
} */





/* .title h3 {
  font-size: 22px;
  font-weight: bold;
}

.title h3 span {
  font-size: 18px;
  margin-left: 10px;
}




.recruitContentsContainer .recruit:last-of-type {
  margin-bottom: 50px;
}





footer {
  margin-top: 0;
} */
}











@media (max-width: 560px) {
#fvContainer {
  /* width: 100%; */
  height: 320px;
  /* margin-top: var(--headerHight); */
  background: url(../img/mainSp.png) center / cover no-repeat;
  /* display: flex;
  align-items: center; */
}

/* #fvContainer h1 {
  width: 100%;
  text-align: center;
  position: relative;
}

#fvContainer h1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

#fvContainer h1 span:first-of-type {
  font-size: 16px;
  letter-spacing: 1px;
  /* color: #fff; */
}

#fvContainer h1 span:last-of-type {
  font-size: 80px;
  letter-spacing: 0.5px;
  /* line-height: 1; */
  /* color: rgba(255, 255, 255, 0.3); */
}






#themeContainer {
  /* width: 90%; */
  margin: 0 auto;
  padding-top: 50px;
  /* text-align: center; */
}

.theme dt {
  font-size: 20px;
  /* font-weight: bold;
  line-height: 1.8;
  color: var(--primaryColor); */
}

.theme dd {
  margin-top: 20px;
  /* font-size: 15px;
  line-height: 2.4; */
}




#imageContainer {
  /* width: 90%;
  max-width: 806px; */
  margin: 40px auto 0;
}

/* #imageContainer img {
  width: 100%;
  vertical-align: bottom;
} */






#recruitinfoContainer {
  /* width: 100%; */
  margin-top: 50px;
  padding-bottom: 80px;
  /* background: #F3F3F3; */
}

.recruitImg {
  /* width: 100%; */
  height: 350px;
  /* position: relative;
  overflow: hidden; */
}

/* .recruitImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
} */

.recruitContentsBack {
  width: 92%;
  /* max-width: 1000px; */
  margin: -40px auto 0;
  padding: 40px 17px 10px;
  /* box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1; */
}

.recruitContentsContainer {
  /* width: 100%; */
  margin: 70px auto 0;
  /* box-sizing: border-box; */
}
/* .recruitContentsContainer:first-of-type {
  margin-top: 0;
} */

.recruitContentsContainer .title p {
  font-size: 60px;
  /* color: var(--primaryColor); */
}

/* .recruitContentsContainer .title h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
} */

.recruitContents {
  /* width: 100%; */
  margin-top: 20px;
}

.recruit {
  /* width: 100%; */
  padding: 36px 0;
  /* border-top: 1px solid #EBEBEB;
  box-sizing: border-box; */
  display: block;
  /* justify-content: space-between; */
}
/* .recruit:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.recruit.alignCenter {
  align-items: center;
} */

/* .recruit dt {
  flex: 0 0 265px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primaryColor);
}
.recruitContentsContainer:first-of-type .recruit dt {
  flex: 0 0 173px;
} */

.recruit dd {
  margin-top: 10px;
  /* flex: 1 1 auto;
  font-size: 15px;
  line-height: 2; */
}
.recruit dd.textCenter {
  width: 100px;
  text-align: left;
  display: inline-block;
  margin: 20px 0 0
  /* flex: 0 0 120px;
  text-align: center; */
}
.recruit dd.textCenter:last-of-type {
  /* flex: 5 1 auto; */
  display: none;
}





/* .title h3 {
  font-size: 22px;
  font-weight: bold;
}

.title h3 span {
  font-size: 18px;
  margin-left: 10px;
}




.recruitContentsContainer .recruit:last-of-type {
  margin-bottom: 50px;
}





footer {
  margin-top: 0;
} */
}