#job-faq .page-mv,
#jobinfo .page-mv {
  height: 22.86rem;
  width: 100%;
  position: relative;
  margin-bottom: 7.57rem;
  background-image: url(/recruit/jobs/img/job-info/faq-mv-bg.jpg);
  background-size: auto 22.86rem;
  background-position: right top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 8rem;
  box-sizing: border-box;
  background-color: #e87722;
}
#jobinfo .page-mv {
  background-image: url(/recruit/jobs/img/job-info/info-mv-bg.jpg);
}
#job-faq .page-mv h2,
#jobinfo .page-mv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition-delay: 0.3s;
  color: #fff;
  line-height: 1em;
}
#job-faq .page-mv h2 strong,
#jobinfo .page-mv h2 strong {
  font-weight: bold;
  font-size: calc((64 / 14) * 1rem);
  line-height: 1em;
  margin-bottom: 1.8rem;
}
#job-faq .page-mv h2 span,
#jobinfo .page-mv h2 span {
  font-weight: bold;
  font-size: calc((24 / 14) * 1rem);
  line-height: 1em;
  transition-delay: 0.2s;
}

#jobinfo .contents-ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.86rem;
}
#jobinfo .contents-ttl strong {
  font-weight: 700;
  font-size: calc((64 / 14) * 1rem);
  line-height: 1em;
  margin-bottom: 0.7rem;
}
#jobinfo .contents-ttl small {
  font-weight: bold;
  font-size: calc((16 / 14) * 1rem);
  color: #e87722;
}
#jobinfo .information .contents-ttl {
  margin-bottom: 5.71rem;
}
.faq-inner {
  width: 75.14rem;
  margin: 0 auto;
}
.faq-list {
  margin-bottom: 2.29rem;
}
.faq-inner > h2 {
  font-size: 2.29rem;
  font-weight: bold;
  color: #e87722;
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 8.57rem;
  line-height: 1em;
}
.faq-inner .faq-head {
  width: 75.14rem;
  height: 7.14rem;
  border-radius: 3.57rem 0 0 3.57rem;
  border: 3px solid rgba(232, 119, 34, 0.5);
  box-sizing: border-box;
  padding-left: 1.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
}
.faq-inner .faq-head::after {
  position: absolute;
  right: 2.86rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1.64rem;
  height: 1rem;
  background-image: url(/recruit/jobs/img/job-info/faq-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.64rem auto;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
}
.faq-inner .faq-head.open::after {
  transform: rotate(180deg);
}
.faq-inner .faq-head:hover,
.faq-inner .faq-head.open {
  border: 3px solid rgba(232, 119, 34, 1);
}
.faq-inner .faq-head h3 {
  font-size: 1.72rem;
  color: #e87722;
  font-weight: 700;
  line-height: 1em;
  margin-right: 5.2rem;
}
.faq-inner .faq-head p {
  width: 57.14rem;
  font-size: 1.29rem;
  font-weight: bold;
  line-height: 1.4em;
}
.faq-inner .answer {
  margin-top: 2.29rem;
  margin-left: 3.43rem;
  margin-bottom: 4.07rem;
  width: 71.57rem;
  border-left: 3px solid #e87722;
  box-sizing: border-box;
  background-color: rgba(232, 119, 34, 0.1);
  padding: 2.86rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-inner .answer h3 {
  margin-right: 2.86rem;
  font-size: 1.72rem;
  color: #e87722;
  font-weight: 700;
  line-height: 1em;
}
.faq-inner .answer p {
  line-height: 2.29em;
  font-size: 1rem;
  font-weight: normal;
}
.faq-inner .answer p a {
  color: #e87722;
  text-decoration: underline;
  font-weight: bold;
}
.info-contact {
  width: 75.14rem;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5.72rem auto 0;
  background-color: #f5f5f5;
  text-align: center;
}
.info-contact h3 {
  font-size: 1.29rem;
  line-height: 1em;
}
.info-contact p {
  line-height: 2em;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 2rem;
}
.main > .btn-area {
  margin: 5.72rem auto;
}
.person {
  width: 75.15rem;
  margin: 0 auto;
}
.person > h3 {
  font-size: 2.29rem;
  font-weight: bold;
  color: #e87722;
  text-align: center;
  margin-bottom: 2.6rem;
  line-height: 1em;
}
.person > .lead {
  text-align: center;
  font-size: 1rem;
  line-height: 2.28em;
  margin-bottom: 5.72rem;
}

.person .system-basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(/recruit/jobs/img/job-info/co01-line.svg);
  background-size: 7.5rem auto;
  background-repeat: no-repeat;
  background-position: center left 30.2rem;
  width: 75.15rem;
  margin: 0 auto 5.72rem;
}
.person .system-basis h4 {
  font-weight: bold;
  font-size: calc((20 / 14) * 1rem);
  margin-right: 8.92rem;
}
.person .system-basis ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.person .system-basis ul li {
  margin: 1.14rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc((18 / 14) * 1rem);
}
.person .system-basis ul li::before {
  content: "";
  display: block;
  height: 0.72rem;
  width: 0.72rem;
  background-color: #e87722;
  border-radius: 50%;
  margin-right: 1.43rem;
}
.person .person-box {
  width: 100%;
  border: 3px solid #e87722;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.29rem 0;
  margin-bottom: 9.14rem;
}
.person .person-box p {
  width: 57.15rem;
  line-height: 2.29em;
  font-size: 1rem;
  font-weight: normal;
  margin: 1.43rem 0;
}

.information-inner > h3 {
  width: 75.15rem;
  height: 7.14rem;
  background-color: #e87722;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 5.72rem;
  position: relative;
  font-size: 1.72rem;
  color: #fff;
  font-weight: bold;
}

.information-inner > h3::after {
  position: absolute;
  right: 2.86rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1.64rem;
  height: 1rem;
  background-image: url(/recruit/jobs/img/job-info/info-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.64rem auto;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transform: rotate(180deg);
}
.information-inner > h3.open::after {
  transform: rotate(0deg);
}
.information .information-inner .info-list {
  border-top: 1px solid #e87722;
  width: 63.72rem;
  margin: 0 auto 8.57rem;
}
.information .information-inner .info-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 63.72rem;
  margin: 0 auto;
  border-bottom: 1px solid #e87722;
  padding: 2.86rem 0;
}
.information .information-inner .info-list dl dt {
  width: 12.29rem;
  font-weight: bold;
  color: #e87722;
  font-size: 1.14rem;
  line-height: 1.8em;
}
.information .information-inner .info-list dl dd {
  width: calc(100% - 12.29rem);
}
.information .information-inner .info-list dl dd h4 {
  line-height: 2.2em;
  font-size: 1.14rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.information .information-inner .info-list dl dd p {
  line-height: 2.29em;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1.8rem;
}
.information .information-inner .info-list dl dd p.notes {
  font-size: 0.93rem;
  line-height: 1.85rem;
  color: #6a6a6a;
}
.information .information-inner .info-list dl dd p:last-child {
  margin-bottom: 0;
}
.information .information-inner .info-list dl dd p span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.schedule > h3 {
  font-size: 2.29rem;
  font-weight: bold;
  color: #e87722;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1em;
}
.schedule .steps {
  width: 63.72rem;
  margin: 0 auto 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.schedule .steps h4 {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.72rem;
  background-color: #e87722;
  width: 14.29rem;
  background-image: url(/recruit/jobs/img/job-info/info-sankaku.svg);
  background-position: top center;
  background-size: 2.8rem auto;
  background-repeat: no-repeat;
}
.schedule .steps:nth-child(1) h4 {
  background-image: none;
}
.schedule .steps section {
  width: calc(100% - 14.29rem);
  padding: 2.86rem 4rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(232, 119, 34, 0.1);
}
.schedule .steps section h5 {
  font-size: 1.43rem;
  color: #e87722;
  font-weight: bold;
  line-height: 1.4em;
}
.schedule .steps section p {
  font-size: 1rem;
  line-height: 2.2em;
  font-weight: normal;
  margin-top: 1.5rem;
}
.schedule p.notes {
  margin-top: 4rem;
  font-size: 0.93rem;
  line-height: 1.85rem;
  color: #6a6a6a;
  text-align: center;
}
.schedule-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 63.72rem;
  margin: 5.72rem auto 0;
}
.schedule-low > div {
  width: 30rem;
  height: 14.14rem;
  border: 3px solid #e87722;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.schedule-low > div h3 {
  font-size: 1.43rem;
  color: #e87722;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1.7rem;
  text-align: center;
}
.schedule-low > div p {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
}
.entry-area {
  margin-top: 11.57rem;
  margin-bottom: 8.57rem;
  background-color: rgba(232, 119, 34, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5rem;
}
.entry-area > h3 {
  font-size: 2.29rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 2.8rem;
}
.entry-area > p {
  font-size: 1.29rem;
  font-weight: normal;
  line-height: 1.1em;
}
.entry-area a.info-entry-btn {
  width: 34.29rem;
  height: 5.72rem;
  margin: 2.57rem auto 0;
  background-color: #000;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.entry-area a.info-entry-btn.info-entry-btn--25 {
  background-color: #e87722;
  /* margin: 2.57rem auto; */
}
.entry-area a.info-entry-btn.info-entry-btn--26 {
  margin: 2.57rem auto;
}
.entry-area a.info-entry-btn.info-entry-btn--25::after {
  background-color: #000;
}
.entry-area a.info-entry-btn::after {
  height: 5.72rem;
  width: 0.43rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e87722;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
}
.entry-area a.info-entry-btn span {
  position: relative;
  z-index: 10;
}
.entry-area a.info-entry-btn:hover::after {
  width: 100%;
}
.entry-area a.rikunavi-btn {
  width: 34.29rem;
  height: 8.57rem;
  margin: 1.72rem auto 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.entry-area a.rikunavi-btn img {
  width: 100%;
  height: auto;
  display: block;
}
.entry-area a.text-link {
  margin-top: 4.64rem;
}
.entry-area a.text-link span {
  font-size: 1.15rem;
  font-weight: bold;
  color: #e87722;
  border-bottom: 2px solid #e87722;
}
.entry-area .contents-ttl {
  position: relative;
  top: -2rem;
}
.career-info p {
  width: 51.43rem;
  margin: 0 auto 8rem;
  font-size: 1rem;
  line-height: 2.2em;
}

@media only screen and (max-width: 767px) {
  #job-faq .page-mv,
  #jobinfo .page-mv {
    height: calc((280 / 768) * 100vw);
    width: 100%;
    position: relative;
    margin-bottom: calc((120 / 768) * 100vw);
    background-image: url(/recruit/jobs/img/job-info/faq-mv-bg-sp.jpg);
    background-size: auto calc((280 / 768) * 100vw);
    background-position: right top;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding-left: calc((48 / 768) * 100vw);
    box-sizing: border-box;
    background-color: #e87722;
  }
  #jobinfo .page-mv {
    background-image: url(/recruit/jobs/img/job-info/info-mv-bg-sp.jpg);
  }
  #job-faq .page-mv h2,
  #jobinfo .page-mv h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition-delay: 0.3s;
    color: #fff;
    line-height: 1em;
  }
  #job-faq .page-mv h2 strong,
  #jobinfo .page-mv h2 strong {
    font-weight: bold;
    font-size: calc((64 / 24) * 1rem);
    line-height: 1em;
    margin-bottom: calc((20 / 768) * 100vw);
  }
  #job-faq .page-mv h2 span,
  #jobinfo .page-mv h2 span {
    font-weight: bold;
    font-size: calc((24 / 24) * 1rem);
    line-height: 1em;
    transition-delay: 0.2s;
  }

  #jobinfo .contents-ttl {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: calc((80 / 768) * 100vw);
  }
  #jobinfo .entry-area .contents-ttl {
    top: -3.3vw;
  }

  #jobinfo .information .contents-ttl {
    margin-bottom: calc((80 / 768) * 100vw);
  }

  #jobinfo .contents-ttl strong {
    font-weight: 700;
    font-size: calc((64 / 24) * 1rem);
    line-height: 1em;
    margin-bottom: 0.7rem;
  }
  #jobinfo .contents-ttl small {
    font-weight: bold;
    font-size: calc((24 / 24) * 1rem);
    color: #e87722;
  }
  .faq-inner {
    width: calc((704 / 768) * 100vw);
    margin: 0 auto;
  }
  .faq-list {
    margin-bottom: calc((40 / 768) * 100vw);
  }
  .faq-inner > h2 {
    font-size: calc((38 / 24) * 1rem);
    font-weight: bold;
    color: #e87722;
    text-align: center;
    margin-bottom: calc((56 / 768) * 100vw);
    margin-top: calc((96 / 768) * 100vw);
    line-height: 1em;
  }
  .faq-inner .faq-head {
    width: calc((704 / 768) * 100vw);
    height: auto;
    border-radius: 17vw 0 0 17vw;
    border: 2px solid rgba(232, 119, 34, 0.5);
    box-sizing: border-box;
    padding: calc((40 / 768) * 100vw) 0;
    padding-left: calc((40 / 768) * 100vw);
    padding-right: calc((100 / 768) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
  }
  .faq-inner .faq-head::after {
    position: absolute;
    right: calc((34 / 768) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: calc((30 / 768) * 100vw);
    height: calc((18 / 768) * 100vw);
    background-image: url(/recruit/jobs/img/job-info/faq-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc((30 / 768) * 100vw) auto;
  }
  .faq-inner .faq-head:hover,
  .faq-inner .faq-head.open {
    border: 2px solid rgba(232, 119, 34, 0.5);
  }
  .faq-inner .faq-head h3 {
    font-size: calc((32 / 24) * 1rem);
    color: #e87722;
    font-weight: 700;
    line-height: 1em;
    margin-right: calc((30 / 768) * 100vw);
  }
  .faq-inner .faq-head p {
    width: auto;
    font-size: calc((26 / 24) * 1rem);
    font-weight: bold;
    line-height: 1.6em;
  }
  .faq-inner .answer {
    margin-top: calc((32 / 768) * 100vw);
    margin-left: calc((70 / 768) * 100vw);
    margin-bottom: calc((40 / 768) * 100vw);
    width: calc((634 / 768) * 100vw);
    border-left: 3px solid #e87722;
    box-sizing: border-box;
    background-color: rgba(232, 119, 34, 0.1);
    padding: calc((40 / 768) * 100vw) calc((56 / 768) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-inner .answer h3 {
    margin-right: 0;
    font-size: calc((32 / 24) * 1rem);
    color: #e87722;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: calc((25 / 768) * 100vw);
  }
  .faq-inner .answer p {
    line-height: 1.8em;
    font-size: calc((24 / 24) * 1rem);
    font-weight: normal;
  }
  .faq-inner .answer p a {
    color: #e87722;
    text-decoration: underline;
    font-weight: bold;
  }
  .info-contact {
    width: calc((704 / 768) * 100vw);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: calc((80 / 768) * 100vw) auto 0;
    background-color: #f5f5f5;
    text-align: center;
    padding: calc((64 / 768) * 100vw) 0;
  }
  .info-contact h3 {
    font-size: calc((28 / 24) * 1rem);
    line-height: 1.6em;
  }
  .info-contact p {
    line-height: 1.8em;
    font-size: 1rem;
    font-weight: normal;
    margin-top: calc((30 / 768) * 100vw);
  }
  .main > .btn-area {
    margin: calc((112 / 768) * 100vw) 0;
  }
  .person {
    width: calc((704 / 768) * 100vw);
    margin: 0 auto;
  }
  .person > h3 {
    font-size: calc((40 / 24) * 1rem);
    font-weight: bold;
    color: #e87722;
    text-align: center;
    margin-bottom: calc((56 / 768) * 100vw);
    line-height: 1em;
  }
  .person > .lead {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8em;
    margin-bottom: calc((80 / 768) * 100vw);
  }

  .person .system-basis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    width: calc((440 / 768) * 100vw);
    margin: 0 auto calc((80 / 768) * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .person .system-basis h4 {
    font-weight: bold;
    font-size: calc((28 / 24) * 1rem);
    margin-right: 0;
    text-align: left;
    margin-bottom: calc((40 / 768) * 100vw);
    width: 100%;
  }
  .person .system-basis ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .person .system-basis ul li {
    margin: 0 auto calc((24 / 768) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc((26 / 24) * 1rem);
    width: 100%;
    white-space: nowrap;
  }
  .person .system-basis ul li::before {
    content: "";
    display: block;
    height: calc((16 / 768) * 100vw);
    width: calc((16 / 768) * 100vw);
    background-color: #e87722;
    border-radius: 50%;
    margin-right: calc((24 / 768) * 100vw);
  }
  .person .person-box {
    width: 100%;
    border: 3px solid #e87722;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc((48 / 768) * 100vw) calc((56 / 768) * 100vw);
    margin-bottom: calc((128 / 768) * 100vw);
  }
  .person .person-box p {
    width: 100%;
    line-height: 1.8em;
    font-size: 1rem;
    font-weight: normal;
    margin: calc((20 / 768) * 100vw) 0;
  }
  .information-inner > h3 {
    width: calc((704 / 768) * 100vw);
    height: calc((120 / 768) * 100vw);
    background-color: #e87722;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto calc((80 / 768) * 100vw);
    position: relative;
    font-size: calc((32 / 24) * 1rem);
    color: #fff;
    font-weight: bold;
  }

  .information-inner > h3::after {
    position: absolute;
    right: calc((50 / 768) * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: calc((30 / 768) * 100vw);
    height: calc((18 / 768) * 100vw);
    background-image: url(/recruit/jobs/img/job-info/info-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: calc((30 / 768) * 100vw) auto;
  }
  .information .information-inner .info-list {
    border-top: 1px solid #e87722;
    width: calc((592 / 768) * 100vw);
    margin: 0 auto calc((120 / 768) * 100vw);
  }
  .information .information-inner .info-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((592 / 768) * 100vw);
    margin: 0 auto;
    border-bottom: 1px solid #e87722;
    padding: calc((56 / 768) * 100vw) 0;
  }
  .information .information-inner .info-list dl dt {
    width: 100%;
    font-weight: bold;
    color: #e87722;
    font-size: calc((26 / 24) * 1rem);
    line-height: 1.8em;
    margin-bottom: calc((40 / 768) * 100vw);
  }
  .information .information-inner .info-list dl dd {
    width: 100%;
  }
  .information .information-inner .info-list dl dd h4 {
    line-height: 1.8em;
    font-size: calc((26 / 24) * 1rem);
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .information .information-inner .info-list dl dd p {
    line-height: 1.8em;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: calc((32 / 768) * 100vw);
  }
  .information .information-inner .info-list dl dd p.notes {
    font-size: calc((22 / 24) * 1rem);
    line-height: 1.6rem;
    color: #6a6a6a;
  }
  .information .information-inner .info-list dl dd p:last-child {
    margin-bottom: 0;
  }
  .information .information-inner .info-list dl dd p span {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .schedule > h3 {
    font-size: calc((40 / 24) * 1rem);
    font-weight: bold;
    color: #e87722;
    text-align: center;
    margin-bottom: calc((64 / 768) * 100vw);
    line-height: 1em;
  }
  .schedule .steps {
    width: calc((704 / 768) * 100vw);
    margin: 0 auto calc((6 / 768) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .schedule .steps h4 {
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc((32 / 24) * 1rem);
    background-color: #e87722;
    width: calc((200 / 768) * 100vw);
    background-image: url(/recruit/jobs/img/job-info/info-sankaku.svg);
    background-position: top -0.2vw center;
    background-size: calc((50 / 768) * 100vw) auto;
    background-repeat: no-repeat;
  }
  .schedule .steps:nth-child(1) h4 {
    background-image: none;
  }
  .schedule .steps section {
    width: calc((504 / 768) * 100vw);
    padding: calc((40 / 768) * 100vw);
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(232, 119, 34, 0.1);
  }
  .schedule .steps section h5 {
    font-size: calc((28 / 24) * 1rem);
    color: #e87722;
    font-weight: bold;
    line-height: 1.4em;
  }
  .schedule .steps section p {
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: normal;
    margin-top: calc((32 / 768) * 100vw);
  }
  .schedule p.notes {
    margin-top: 4rem;
    font-size: 0.93rem;
    line-height: 1.85rem;
    color: #6a6a6a;
    text-align: left;
    width: calc((592 / 768) * 100vw);
    margin: calc((64 / 768) * 100vw) auto 0;
  }
  .schedule-low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((592 / 768) * 100vw);
    margin: calc((80 / 768) * 100vw) auto 0;
  }
  .schedule-low > div {
    width: calc((592 / 768) * 100vw);
    height: calc((240 / 768) * 100vw);
    border: 3px solid #e87722;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc((40 / 768) * 100vw);
  }
  .schedule-low > div h3 {
    font-size: calc((28 / 24) * 1rem);
    color: #e87722;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: calc((32 / 768) * 100vw);
    text-align: center;
  }
  .schedule-low > div p {
    font-size: 1rem;
    line-height: 1.6em;
    text-align: center;
  }
  .entry-area {
    margin-top: calc((162 / 768) * 100vw);
    margin-bottom: calc((120 / 768) * 100vw);
    background-color: rgba(232, 119, 34, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: calc((80 / 768) * 100vw);
  }
  .entry-area > h3 {
    font-size: calc((36 / 24) * 1rem);
    line-height: 1em;
    font-weight: bold;
    margin-bottom: calc((56 / 768) * 100vw);
  }
  .entry-area > p {
    font-size: calc((24 / 24) * 1rem);
    font-weight: normal;
    line-height: 1.6em;
    text-align: center;
  }
  .entry-area a.info-entry-btn {
    width: calc((520 / 768) * 100vw);
    height: calc((120 / 768) * 100vw);
    margin: calc((56 / 768) * 100vw) auto calc((10 / 768) * 100vw);
    background-color: #000;
    font-size: calc((36 / 24) * 1rem);
    font-weight: 700;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry-area a.info-entry-btn.info-entry-btn--26 {
    margin: calc((56 / 768) * 100vw) auto;
  }
  .entry-area a.info-entry-btn::after {
    height: calc((120 / 768) * 100vw);
    width: calc((8 / 768) * 100vw);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e87722;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
  }
  .entry-area a.info-entry-btn span {
    position: relative;
    z-index: 10;
  }
  .entry-area a.info-entry-btn:hover::after {
    width: calc((8 / 768) * 100vw);
  }
  .entry-area a.rikunavi-btn {
    width: calc((520 / 768) * 100vw);
    height: calc((120 / 768) * 100vw);
    margin: calc((40 / 768) * 100vw) auto 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .entry-area a.rikunavi-btn img {
    width: 100%;
    height: auto;
    display: block;
  }
  .entry-area a.text-link {
    margin-top: calc((80 / 768) * 100vw);
  }
  .entry-area a.text-link span {
    font-size: calc((26 / 24) * 1rem);
    font-weight: bold;
    color: #e87722;
    border-bottom: 2px solid #e87722;
  }
  .entry-area .contents-ttl {
    position: relative;
    top: -2rem;
  }
  .career-info p {
    width: calc((592 / 768) * 100vw);
    margin: 0 auto calc((112 / 768) * 100vw);
    font-size: 1rem;
    line-height: 2.2em;
  }
}
