main .pageCont {
  padding-bottom: 0;
}

.lpBody {
  position: relative;
}
.lpBody p {
  font-size: 14px;
}
.lpBody .fixedBtn {
  position: fixed;
  right: 0;
  top: 30vh;
}
.lpBody .fixedBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 850px) {
  .lpBody .fixedBtn {
    top: 50vh;
  }
  .lpBody .fixedBtn img {
    width: 2.5rem;
  }
}
.lpBody {
  /* sp */
}

h1.title {
  margin-bottom: 2rem;
}

h2.grad {
  background: rgb(0, 83, 156);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 83, 156)), to(rgb(177, 95, 187)));
  background: linear-gradient(90deg, rgb(0, 83, 156) 0%, rgb(177, 95, 187) 100%);
  color: #FFF;
  font-family: "Noto Serif JP", Arial, sans-serif;
  padding: 0.5em 2em;
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
}

h2.uline {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 3em auto 2em;
}
h2.uline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background: rgb(0, 83, 156);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 83, 156)), to(rgb(177, 95, 187)));
  background: linear-gradient(90deg, rgb(0, 83, 156) 0%, rgb(177, 95, 187) 100%);
}
@media screen and (max-width: 850px) {
  h2.uline {
    margin-top: 2em;
    font-size: 1.5rem;
  }
}
h2.uline {
  /* sp */
}

h3 {
  text-align: center;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 1.5em auto 1em;
}

h4 {
  color: #023b6d;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

h5 {
  color: #023b6d;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
}

section#hero {
  text-align: center;
  padding-bottom: 2.5rem;
}
section#hero .box .head {
  color: #191919;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
}
section#hero .box .head:before {
  content: none;
}
section#hero h2.grad {
  margin: 0 auto 1em;
}
section#hero .catch {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
section#hero .catch em {
  color: #AD0B8E;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 850px) {
  section#hero {
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
  }
  section#hero .box.borderBlue .head {
    font-size: 1.2rem;
  }
  section#hero .catch {
    font-size: 1.3rem;
  }
}
section#hero {
  /* sp */
}

section#pass {
  padding: 3rem 0;
}
section#pass h2.uline {
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  section#pass {
    padding-left: 4%;
    padding-right: 4%;
  }
}
section#pass {
  /* sp */
}

.grid {
  background: url(images/bg-grid.png) repeat;
}

section#pass-video .careerList {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
section#pass-video .careerList .sec {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 2.5rem;
}
section#pass-video .careerList .sec .title {
  color: #023b6d;
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 0.8em;
}
section#pass-video .careerList .sec p.lead {
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", Arial, sans-serif;
}
section#pass-video .careerList .sec .skillset .head {
  font-size: 0.9rem;
  color: #264B94;
  border-bottom: 1px solid #264B94;
  font-weight: bold;
  font-family: "Noto Sans JP", Arial, sans-serif;
  padding-bottom: 0.2em;
  margin-bottom: 1rem;
}
section#pass-video .careerList .sec .skillset ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.7rem 1fr 0.7rem 1fr 0.7rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.7rem;
}
section#pass-video .careerList .sec .skillset ul li {
  color: #FFF;
  background: #023b6d;
  font-size: 0.8rem;
  font-family: "Noto Sans JP", Arial, sans-serif;
  padding: 1.2em 0;
  border-radius: 5px;
  text-align: center;
}
section#pass-video .careerList .sec .video {
  width: 450px;
}
@media screen and (max-width: 850px) {
  section#pass-video h2.uline {
    font-size: 1.5rem;
  }
  section#pass-video .careerList .sec {
    padding: 1.5rem;
  }
  section#pass-video .careerList .sec .video {
    width: 100%;
  }
}
section#pass-video {
  /* sp */
}

section#interview h3.bold {
  margin-top: 0;
}
section#interview .interviewList ul.sec {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 2rem auto 3rem;
}
section#interview .interviewList ul.sec li {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 1.5rem 1.8rem;
}
section#interview .interviewList ul.sec li h5 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 1em;
}
section#interview .interviewList ul.sec li .video {
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  section#interview .interviewList ul.sec {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
section#interview .interviewList {
  /* sp */
}

section#end {
  background: url(images/bg-copy.jpg);
  background-size: cover;
  background-position: center;
  font-size: 3.5rem;
  color: #FFF;
  text-align: center;
  padding: 35vh 0;
  font-family: "Noto Sans JP", Arial, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.box.contact .info .head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box.contact .info .head .org {
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.2rem;
}
.box.contact .info .head .tel {
  font-size: 40px;
  margin-bottom: 0;
  padding-left: 1rem;
}
.box.contact .info .head .tel:before {
  top: 0;
  font-size: 36px;
}
.box.contact .info .head .tel small {
  display: inline-block;
  font-size: 70%;
}
@media screen and (max-width: 850px) {
  .box.contact .info .head {
    display: block;
  }
  .box.contact .info .head .tel {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0.3em;
  }
  .box.contact .info .head .tel:before {
    font-size: 30px;
  }
}
.box.contact {
  /* sp */
}