@charset "UTF-8";
#recruit.index #recruit-overview .contents-frame {
  padding-top: 105px;
}
#recruit.index #recruit-overview .overview-title {
  color: #001419;
  font-size: 2.6rem;
  line-height: 1.6em;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}
#recruit.index #recruit-overview .overview-btn {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
#recruit.index #recruit-overview .overview-btn a {
  color: #FFF;
  text-decoration: none;
  background: #00ede8;
  background-image: -webkit-linear-gradient(40deg, rgb(2, 94, 205) 0%, rgb(0, 237, 232) 100%);
  background-image: -ms-linear-gradient(40deg, rgb(2, 94, 205) 0%, rgb(0, 237, 232) 100%);
  border-radius: 100vmax;
  display: inline-block;
  min-width: 300px;
  margin: 0 auto;
  padding: 15px 30px;
}
#recruit.index #recruit-overview .overview-btn a:hover {
  opacity: 0.8;
}
#recruit.index #recruit-overview .overview-btn span {
  font-size: 1.4rem;
  line-height: 1em;
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  #recruit.index #recruit-overview .contents-frame {
    padding-top: 50px;
  }
  #recruit.index #recruit-overview .overview-title {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
#recruit.index #recruit-process .contents-frame {
  padding-top: 0;
}
#recruit.index #recruit-process .process-title {
  margin: 0 0 45px;
  padding: 0;
  line-height: 1em;
  text-align: center;
}
#recruit.index #recruit-process .process-step {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
#recruit.index #recruit-process .process-step li {
  text-align: center;
  position: relative;
}
#recruit.index #recruit-process .process-step li[data-length="2"] .process-step-title {
  letter-spacing: 0.5em;
  padding-left: 0.5em;
}
#recruit.index #recruit-process .process-step li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.38 29.97'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23007fd4; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M39.79,13.55L26.83.59c-.78-.78-2.05-.78-2.83,0-.78.78-.78,2.05,0,2.83l9.68,9.68H2c-1.1,0-2,.9-2,2s.9,2,2,2h31.42l-9.47,9.47c-.78.78-.78,2.05,0,2.83.39.39.9.59,1.41.59s1.02-.2,1.41-.59l13.01-13.01c.78-.78.78-2.05,0-2.83Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: 88px;
  right: -64px;
}
#recruit.index #recruit-process .process-step li:last-child::after {
  display: none;
}
#recruit.index #recruit-process .process-step hgroup {
  margin-bottom: 20px;
}
#recruit.index #recruit-process .process-step hgroup p {
  color: #FFF;
  font-size: 0;
  line-height: 1em;
  background: #000;
  border-radius: 100vmax;
  display: inline-block;
  margin: 0 0 10px;
  padding: 7px 15px;
  min-width: 90px;
}
#recruit.index #recruit-process .process-step hgroup .process-step-title {
  color: #007fd5;
  font-size: 2.4rem;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#recruit.index #recruit-process .process-step figure {
  aspect-ratio: 1/1;
  background: #f2f2f2;
  border-radius: 100vmax;
  margin: 0;
  padding: 30px;
  width: 172px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit.index #recruit-process .process-step figure img {
  max-width: 100%;
  height: auto;
}
#recruit.index #recruit-process .process-note {
  text-align: center;
}
#recruit.index #recruit-process .process-note p {
  color: #001419;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
#recruit.index #recruit-process .process-note p:before {
  content: "※";
}
@media (min-width: 768px) and (max-width: 992px) {
  #recruit.index #recruit-process .process-step {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 435px;
    margin: 0 auto 30px;
  }
  #recruit.index #recruit-process .process-step li {
    text-align: center;
    position: relative;
  }
  #recruit.index #recruit-process .process-step li:nth-of-type(2):after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: -64px;
    right: none;
    bottom: -64px;
  }
}
@media (max-width: 767px) {
  #recruit.index #recruit-process .contents-frame {
    padding-top: 20px;
  }
  #recruit.index #recruit-process .process-title {
    margin: 0 0 30px;
  }
  #recruit.index #recruit-process .process-title img {
    width: auto;
    max-height: 28px;
  }
  #recruit.index #recruit-process .process-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #recruit.index #recruit-process .process-step li:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    bottom: -60px;
    margin: auto;
  }
}
#recruit.index #recruit-contact .contents-frame {
  padding-top: 0;
}
#recruit.index #recruit-contact .recruit-contact--box {
  background: #f2f2f2;
  text-align: center;
  padding: 50px;
}
#recruit.index #recruit-contact hgroup {
  margin-bottom: 25px;
}
#recruit.index #recruit-contact hgroup p {
  color: #001419;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 30px;
  padding: 0;
}
#recruit.index #recruit-contact hgroup .recruit-contact--title {
  color: #001419;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.75em;
  margin: 0;
  padding: 0;
}
#recruit.index #recruit-contact hgroup .recruit-contact--title span {
  margin-left: 1em;
}
#recruit.index #recruit-contact .number {
  margin-bottom: 25px;
}
#recruit.index #recruit-contact .number .tel {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#recruit.index #recruit-contact .number .time {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1em;
  margin: 10px 0 0;
  padding: 0;
}
#recruit.index #recruit-contact .mail {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #recruit.index #recruit-contact .recruit-contact--box {
    padding: 30px;
  }
  #recruit.index #recruit-contact hgroup p {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  #recruit.index #recruit-contact hgroup .recruit-contact--title span {
    margin-left: 0;
    display: block;
  }
  #recruit.index #recruit-contact .number {
    margin-bottom: 20px;
  }
  #recruit.index #recruit-contact .number .tel {
    font-size: 2.4rem;
  }
}