.concept__catch {
  margin-bottom: 40px;
}
.concept__catch--en {
  margin-bottom: 20px;
}
.concept__catch--ja {
  font-size: 28px;
}
.concept__lead {
  line-height: 2;
}
.concept__br--pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .concept__catch {
    margin-bottom: 50px;
  }
  .concept__catch--en {
    margin-bottom: 30px;
  }
  .concept__catch--ja {
    font-size: 38px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  .concept__lead {
    line-height: 2.2;
    letter-spacing: 3px;
  }
  .concept__br--sp {
    display: none;
  }
  .concept__br--pc {
    display: block;
  }
}

.header {
  transition: 0.2s;
}
.header--scrolled {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.header__logo .header__logo--blk {
  display: none;
}
.header__line {
  background: #000;
}
.header__status {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .header {
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .nav__item a {
    color: #fff;
  }
  .nav__item a::after {
    background: #fff;
  }
  .nav--fixed .nav__item a {
    color: #000;
  }
  .nav--fixed .nav__item a::after {
    background: #000;
  }
}

.stop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  font-family: "yumincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}
.stop__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.stop__contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.stop__heading {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.stop__heading::after {
  display: block;
  width: 100px;
  height: 1px;
  margin: 30px auto;
  background: #000;
  content: "";
}
.stop__text {
  margin-bottom: 50px;
}
.stop__text p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.stop__text p:not(:last-of-type) {
  margin-bottom: 1em;
}
.stop__link {
  text-align: center;
}
.stop__link a {
  display: inline-block;
  margin: auto;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 992px) {
  .stop__contents {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .stop__contents {
    width: 90%;
    text-align: left;
  }
  .stop__heading {
    font-size: 18px;
    text-align: center;
  }
  .stop__heading::after {
    width: 70px;
  }
  .stop__text p {
    font-size: 15px;
  }
  .stop__text p br {
    display: none;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 670px;
  padding-top: 110px;
  background-color: #eee;
  background-image: url(../images/recruit_hero_sp.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__title {
  position: relative;
  width: 95%;
  max-width: 380px;
  margin: 0 auto 5px;
}
.hero__title h1 {
  font-size: 28px;
  text-align: center;
  text-indent: 1.5px;
  text-decoration: underline;
  white-space: nowrap;
}
.hero__circle {
  position: absolute;
  bottom: 0;
  transform: translateY(70%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 12px;
}
.hero__circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  white-space: nowrap;
  text-align: center;
}
.hero__circle--left {
  left: 0;
  background-color: #4c9d98;
}
.hero__circle--left p {
  color: #fff;
}
.hero__circle--right {
  right: 0;
  background-color: #fff;
}
.hero__circle--right p {
  color: #000;
}
.hero__circle--right img {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 25px;
}
.hero__catch {
  margin-bottom: 60px;
  color: #4c9d98;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.hero__salary {
  width: 90%;
  max-width: 360px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 160px;
    background-image: url(../images/recruit_hero_pc.jpg);
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    min-height: 1000px;
    padding-top: 140px;
  }
  .hero__title {
    max-width: 690px;
  }
  .hero__title h1 {
    font-size: 65px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-decoration-thickness: 4px;
  }
  .hero__catch {
    margin-bottom: 50px;
    font-size: 16px;
  }
  .hero__circle {
    width: 125px;
    height: 125px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .hero__circle--right img {
    width: 33px;
  }
  .hero__salary {
    max-width: 450px;
  }
}

.outline {
  padding: 60px 0;
}
.outline__heading {
  margin-bottom: 30px;
}
.outline__heading span {
  display: block;
}
.outline__heading span:first-of-type {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.15em;
}
.outline__heading span:last-of-type {
  letter-spacing: 0.3em;
}
.outline__list {
  border-top: 1px solid #b4b4b4;
}
.outline__item {
  padding: 20px 0;
  border-bottom: 1px solid #b4b4b4;
}
.outline__item dt {
  margin-bottom: 3px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .outline {
    padding: 110px 0;
  }
  .outline__heading span {
    display: inline-block;
  }
  .outline__heading span:first-of-type {
    margin-right: 20px;
    font-size: 40px;
  }
  .outline__heading span:last-of-type {
    font-size: 14px;
  }
  .outline__item {
    display: flex;
    padding: 45px 0;
  }
  .outline__item dt {
    width: 190px;
    margin: 0;
    letter-spacing: 0.3em;
  }
  .outline__item dd {
    flex: 1;
    letter-spacing: 0.05em;
  }
}

.contact__heading {
  position: relative;
  width: 80%;
  padding-top: 50%;
  background-image: url(../images/index_contact_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__heading h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  text-indent: 3px;
  white-space: nowrap;
}
.contact__contents {
  margin: -90px 20px 0;
  padding: 130px 20px 60px;
  background: #ebebeb;
  text-align: center;
}
.contact__link {
  margin-bottom: 40px;
}
.contact__link p {
  margin-bottom: 5px;
}
.contact__button a {
  display: inline-block;
  width: 240px;
  padding: 12px 0 10px;
  background: #fff;
}
.contact__tel {
  display: inline-block;
  letter-spacing: 0;
}
.contact__tel h2 {
  margin-bottom: 8px;
  font-size: 16px;
}
.contact__tel a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.contact__tel a img {
  width: 32px;
  margin-right: 10px;
}
.contact__tel a span {
  font-size: 32px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.contact__tel p {
  margin-left: 42px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .contact {
    width: 90%;
    margin: auto;
  }
  .contact__heading {
    width: 60%;
    padding-top: 37%;
  }
  .contact__contents {
    width: 80%;
    padding: 130px 20px 60px;
    margin: -90px 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    position: relative;
    padding-top: 70px;
  }
  .contact__heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-top: 30%;
  }
  .contact__heading h2 {
    font-size: 38px;
    letter-spacing: 6px;
    text-indent: 6px;
    -webkit-font-smoothing: antialiased;
  }
  .contact__contents {
    width: 57%;
    margin: 0 0 0 auto;
    padding: 100px 0 70px;
  }
  .contact__link {
    margin-bottom: 50px;
  }
  .contact__link p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .contact__button a {
    width: 300px;
    padding: 14px 0 12px;
    font-size: 18px;
    transition: 0.2s;
  }
  .contact__button a:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1600px) {
  .contact {
    width: 80%;
  }
}/*# sourceMappingURL=recruit.css.map */