.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.hero__en {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-2%);
  width: 102%;
}
.hero__en img {
  width: 100%;
  height: auto;
  max-width: none;
}
.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__image {
  position: absolute;
  top: 50%;
  left: 50%;
}
.hero__image--01 {
  top: 0;
  transform: translateX(-145%);
  width: 314px;
}
.hero__image--02 {
  transform: translate(25%, -190%);
  width: 238px;
}
.hero__image--03 {
  transform: translate(-170%, -210%);
  width: 144px;
}
.hero__image--04 {
  transform: translate(-190%, -70%);
  width: 337px;
}
.hero__image--05 {
  transform: translate(170%, -110%);
  width: 222px;
}
.hero__image--06 {
  transform: translate(-360%, 110%);
  width: 178px;
}
.hero__image--07 {
  transform: translate(-115%, 80%);
  width: 312px;
}
.hero__image--08 {
  transform: translate(40%, 60%);
  width: 313px;
}
.hero__image--09 {
  left: auto;
  right: 0;
  transform: translateY(30%);
  width: 99px;
}
.hero__balloon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
}
.hero__balloon--01 {
  transform: translate(-250%, -185%);
  width: 201px;
}
.hero__balloon--02 {
  transform: translate(-10%, 110%);
  width: 210px;
}
.hero__contents {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.hero__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 127px;
  margin-right: 45px;
  border-radius: 6px;
  background-color: #FF4848;
}
.hero__heading span {
  color: #fff;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}
.hero__catch {
  margin-top: -15px;
  font-size: 46px;
  line-height: 1.7;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.hero__catch span {
  display: inline-block;
  position: relative;
  transform: translateY(-50%);
  z-index: -1;
  width: 160px;
  height: 78.2px;
  margin: 0 -35px;
  vertical-align: middle;
}
.hero__catch span img {
  width: 100%;
  height: auto;
}
.hero__cursive {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(60%, 30%);
  width: 475px;
}
@media screen and (max-width: 1200px) {
  .hero__image--01 {
    transform: translateX(-130%);
    width: 170px;
  }
  .hero__image--02 {
    transform: translate(-5%, -240%);
    width: 180px;
  }
  .hero__image--03 {
    display: none;
  }
  .hero__image--04 {
    transform: translate(-190%, -100%);
    width: 220px;
  }
  .hero__image--05 {
    transform: translate(140%, -140%);
    width: 170px;
  }
  .hero__image--06 {
    transform: translate(-270%, 180%);
    width: 130px;
  }
  .hero__image--07 {
    transform: translate(-60%, 125%);
    width: 220px;
  }
  .hero__image--08 {
    top: auto;
    bottom: 50px;
    transform: translate(60%, 0);
    width: 220px;
  }
  .hero__image--09 {
    transform: translateY(60%);
    width: 70px;
  }
  .hero__balloon--01 {
    transform: translate(-150%, -185%);
  }
  .hero__heading {
    width: 30px;
    height: 120px;
    margin-right: 35px;
  }
  .hero__catch {
    font-size: 36px;
  }
  .hero__catch span {
    transform: translateY(-75%);
    height: 61.2px;
  }
  .hero__cursive {
    transform: translate(45%, 30%);
    width: 280px;
  }
}
@media screen and (max-width: 576px) {
  .hero__image--01 {
    display: none;
  }
  .hero__image--02 {
    transform: translate(0, -230%);
    width: 130px;
  }
  .hero__image--03 {
    transform: translate(-160%, -220%);
    width: 80px;
  }
  .hero__image--04 {
    left: -20px;
    transform: translate(0, 80%);
    width: 150px;
  }
  .hero__image--05 {
    display: none;
  }
  .hero__image--06 {
    display: none;
  }
  .hero__image--07 {
    transform: translate(-80%, 245%);
    width: 140px;
  }
  .hero__image--08 {
    right: 5px;
    bottom: 10px;
    left: auto;
    transform: none;
    width: 130px;
  }
  .hero__image--09 {
    display: none;
  }
  .hero__balloon--01 {
    left: 30px;
    transform: translate(0, 25%);
    width: 150px;
  }
  .hero__balloon--02 {
    top: auto;
    right: 80px;
    bottom: 50px;
    left: auto;
    transform: none;
    width: 140px;
  }
  .hero__contents {
    transform: translate(-50%, -70%);
  }
  .hero__heading {
    width: 28px;
    height: 110px;
    margin-right: 20px;
  }
  .hero__catch {
    position: relative;
    z-index: 5;
    font-size: 28px;
  }
  .hero__catch span {
    width: 120px;
    height: 47.6px;
    margin: 0 -20px 0 -30px;
  }
  .hero__cursive {
    transform: translate(40px, 30%);
    width: 220px;
  }
}

.lead {
  padding-top: 150px;
  padding-bottom: 110px;
}
.lead__sentence {
  width: 510px;
  margin: 0 auto 60px;
}
.lead__sentence p {
  line-height: 2.0625;
}
.lead__sentence p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.lead__link a {
  margin: auto;
}
@media screen and (max-width: 576px) {
  .lead {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .lead__inner {
    padding: 0 20px;
  }
  .lead__sentence {
    width: 100%;
    margin-bottom: 40px;
  }
  .lead__sentence p {
    font-size: 14px;
    line-height: 2;
  }
}

.job {
  position: relative;
}
.job__pattern {
  position: relative;
  z-index: 5;
}
.job__inner {
  position: relative;
  z-index: 5;
  padding-top: 50px;
  padding-bottom: 140px;
  background-color: #FAF5EC;
}
.job__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% + 1px));
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 198px 50vw;
  border-color: transparent transparent #FAF5EC transparent;
  content: "";
}
.job__heading {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.job__contents {
  width: 68.5%;
  margin: auto;
}
.job__list {
  margin-bottom: 70px;
  border-top: 1px solid #1A1311;
}
.job__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #1A1311;
}
.job__item dt, .job__item dd {
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.job__item dt {
  width: 185px;
  letter-spacing: 0.025em;
}
.job__item dd {
  font-weight: 500;
}
.job__link a {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .job__inner {
    padding-top: 170px;
  }
  .job__inner::before {
    transform: translate(-50%, calc(-100% + 1px));
    border-width: 0 50vw 100px 50vw;
  }
  .job__heading {
    top: -30px;
  }
  .job__contents {
    width: 85.7%;
  }
}
@media screen and (max-width: 576px) {
  .job__inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .job__inner::before {
    border-width: 0 50vw 60px 50vw;
  }
  .job__contents {
    width: 100%;
    padding: 0 20px;
  }
  .job__heading {
    top: 0;
  }
  .job__list {
    margin-bottom: 50px;
  }
  .job__item {
    display: block;
    padding: 20px 0;
    font-size: 14px;
  }
  .job__item dt {
    width: 100%;
  }
}/*# sourceMappingURL=recruit.css.map */