@charset "UTF-8";

/*
# =================================================================
# 募集要項
# =================================================================*/
/* 共通 */
h3 {
  margin: 0 0 55px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #005bbd;
  font-size: 32px;
  font-weight: 500;
  color: #005bbd;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
}
h3 span {
  font-size: 20px;
  font-weight: 500;
  color: #ffad00;
  line-height: 1.4;
  letter-spacing: .04em;
  display: block;
}

/* 基本 */
#recruit.guideline {
  padding: 0;
  background: none;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* mv */
#recruit.guideline .mv {
  height: 250px;
  margin: 0;
  padding: 0;
  background: url(../img/mvBg1.jpg) no-repeat center center / cover;
}
#recruit.guideline .mv .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#recruit.guideline .mv h2 {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
  background: none;
  position: relative;
  left: -70px;
}
#recruit.guideline .mv h2 img {
  width: 100%;
  display: block;
}

/* box1 */
#recruit.guideline .box1 {
  padding: 0 0 130px 0;
  background: url(../../img/bg2.png) no-repeat center top -50px / 70%,
  url(../../img/bg1.png) no-repeat center top / cover,
  linear-gradient(180deg, #cfe4f7 0%, #dbe9f6 75%);
  position: relative;
}
#recruit.guideline .box1 .txtScroll {
  width: 10px;
  position: absolute;
  top: 260px;
  left: 45px;
}
#recruit.guideline .box1 .txtScroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #000;
  right: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  animation: txtScroll 1.5s infinite;
}
@keyframes txtScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#recruit.guideline .box1 .inner .info {
  max-width: 960px;
  width: 100%;
  margin: 0 auto
}
#recruit.guideline .box1 .inner .info table th {
  width: 190px;
  padding: 20px;
  background: #b8e4ff;
  color: #005bbd;
  text-align: justify;
  text-align-last: justify;
}
#recruit.guideline .box1 .inner .info table td {
  padding: 20px 18px;
  background: #fff;
  color: #000;
  word-break: break-all;
}
#recruit.guideline .box1 .inner .info table td dl {
  display: flex;
  flex-wrap: wrap;
}
#recruit.guideline .box1 .inner .info table td dl dt {
  width: 240px;
}
#recruit.guideline .box1 .inner .info table td dl dd {
  width: calc(100% - 240px);
}

/* step */
#recruit.guideline .step {
  padding: 150px 0;
}
#recruit.guideline .step .inner {
  max-width: 950px;
}
#recruit.guideline .step .inner h3 {
  margin: 0 0 80px 0;
}
#recruit.guideline .step .inner .flow.flow1 {
  margin: 0 0 80px 0;
}
#recruit.guideline .step .inner .flow h4 {
  margin: 0 0 50px 0;
  font-size: 22px;
  font-weight: 600;
  color: #005bbd;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
}
#recruit.guideline .step .inner .flow img {
  max-width: 100%;
  margin: 0 auto 60px auto;
  display: block;
}
#recruit.guideline .step .inner .flow p {
  color: #000;
  text-align: center;
}
#recruit.guideline .step .inner .boxEntry {
  margin: 0 0 150px 0;
  position: relative;
}
#recruit.guideline .step .inner .boxEntry .illust {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#recruit.guideline .step .inner .boxEntry .illust .img1 {
  position: absolute;
  top: 0;
  left: 0;
}
#recruit.guideline .step .inner .boxEntry .illust .img2 {
  position: absolute;
  top: 0;
  right: 0;
}
#recruit.guideline .step .inner .boxEntry a {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .3);
  display: block;
  position: relative;
}
#recruit.guideline .step .inner .boxEntry a img {
  width: 100%;
  display: block;
}
#recruit.guideline .step .inner .boxEntry a:hover img {
  opacity: .5;
}

/* faq */
#recruit.guideline .faq {
  padding: 160px 0 150px 0;
  background: url(../../img/bg1.png) no-repeat center top / cover,
  linear-gradient(180deg, #cfe4f7 0%, #dbe9f6 75%);
  position: relative;
}
#recruit.guideline .faq .inner {
  max-width: 950px;
}
#recruit.guideline .faq .inner .box2 {
  padding: 50px;
  background: #fff;
  border-radius: 30px;
}
#recruit.guideline .faq .inner .box2 .boxFaq {
  margin: 0 0 20px 0;
}
#recruit.guideline .faq .inner .box2 .boxFaq:nth-last-of-type(1) {
  margin: 0;
}
#recruit.guideline .faq .inner .box2 .boxFaq h4 {
  padding: 17px 70px 17px 95px;
  background: #b8e4ff;
  border: 1px solid #005bbd;
  border-radius: 80px;
  font-size: 18px;
  color: #005bbd;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#recruit.guideline .faq .inner .box2 .boxFaq h4::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/faqIconQ.svg) no-repeat left top / 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 25px;
}
#recruit.guideline .faq .inner .box2 .boxFaq h4::after {
  content: '';
  width: 20px;
  height: 15px;
  background: url(../../../img/common/accordionIcon1.svg) no-repeat left top / 20px;
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
}
#recruit.guideline .faq .inner .box2 .boxFaq h4.act::after {
  background: url(../../../img/common/accordionIcon2.svg) no-repeat left top / 20px;
}
#recruit.guideline .faq .inner .box2 .boxFaq .boxAnswer {
  margin: 0 0 -30px 0;
  padding: 45px 25px 20px 95px;
  background: url(../img/faqIconA.svg) no-repeat left 25px top 45px / 40px;
  border-bottom: 1px solid #005bbd;
  border-left: 1px solid #005bbd;
  border-right: 1px solid #005bbd;
  border-radius: 0 0 30px 30px;
  display: none;
  position: relative;
  top: -30px;
}
#recruit.guideline .faq .inner .box2 .boxFaq .boxAnswer p {
  color: #000;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1921px) {
}
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1660px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1080px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  /* step */
  #recruit.guideline .step .inner .boxEntry .illust .img1 {
    width: 180px;
  }
  #recruit.guideline .step .inner .boxEntry .illust .img2 {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  /* step */
  #recruit.guideline .step .inner .boxEntry .illust .img1 {
    width: 80px;
    top: auto;
    bottom: -70px;
    left: 70px;
  }
  #recruit.guideline .step .inner .boxEntry .illust .img2 {
    width: 70px;
    top: auto;
    bottom: -70px;
    right: 70px;
  }
}

/* tablet */
@media screen and (max-width: 767.98px) {
  /* mv */
  #recruit.guideline .mv {
    background: url(../img/mvBg1_sp.jpg) no-repeat center center / cover;
  }
  #recruit.guideline .mv h2 {
    max-width: 282px;
    position: relative;
    top: -40px;
    left: 0;
  }
  /* box1 */
  #recruit.guideline .box1 .inner .info table th {
    width: 100%;
    display: block;
    text-align: left;
    text-align-last: left;
  }
  #recruit.guideline .box1 .inner .info table td {
    width: 100%;
    display: block;
  }
  #recruit.guideline .box1 .inner .info table {
    width: 100%;
  }
  #recruit.guideline .box1 .inner .info table td dl {
    display: block;
  }
  #recruit.guideline .box1 .inner .info table td dl dt {
    width: 100%;
  }
  #recruit.guideline .box1 .inner .info table td dl dd {
    width: 100%;
  }
  /* step */
  #recruit.guideline .step .inner .flow img {
    max-width: 40%;
  }
  /* faq */
  #recruit.guideline .faq .inner .box2 .boxFaq h4 {
    padding: 15px 40px 15px 60px;
    line-height: 1.2;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq h4::before {
    left: 10px;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq h4::after {
    right: 15px;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq .boxAnswer {
    margin: 0 0 -40px 0;
    padding: 55px 20px 20px 60px;
    background: url(../img/faqIconA.svg) no-repeat left 10px top 55px / 40px;
    top: -40px;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  /* 共通 */
  h3 {
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
    font-size: 5.4vw;
    font-weight: 600;
  }
  h3 span {
    font-size: 4.2vw;
  }
  /* box1 */
  #recruit.guideline .box1 {
    padding: 0 0 70px 0;
  }
  #recruit.guideline .box1 .inner .info table th {
    padding: 15px;
    font-size: 4vw;
  }
  #recruit.guideline .box1 .inner .info table td {
    padding: 13px 15px;
    font-size: 3.8vw;
  }
  /* step */
  #recruit.guideline .step {
    padding: 70px 0;
  }
  #recruit.guideline .step .inner h3 {
    margin: 0 0 35px 0;
  }
  #recruit.guideline .step .inner .flow.flow1 {
    margin: 0 0 30px 0;
  }
  #recruit.guideline .step .inner .flow h4 {
    margin: 0 0 30px 0;
    font-size: 5.3vw;
  }
  #recruit.guideline .step .inner .flow img {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
  #recruit.guideline .step .inner .flow p {
    font-size: 3.8vw;
    text-align: left;
  }
  #recruit.guideline .step .inner .boxEntry {
    margin: 0 0 110px 0;
  }
  /* faq */
  #recruit.guideline .faq {
    padding: 70px 0 80px 0;
  }
  #recruit.guideline .faq .inner .box2 {
    padding: 35px 30px 30px 30px;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq {
    margin: 0 0 13px 0;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq h4 {
    font-size: 4vw;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq .boxAnswer {
    padding: 55px 15px 17px 60px;
  }
  #recruit.guideline .faq .inner .box2 .boxFaq .boxAnswer p {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 400px) {
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
