body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.mv {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 60px;
    margin-bottom: 183px;
  }
}
.mv img {
  width: 100%;
}
.mv .flag {
  max-width: 674px;
  width: 49.34vw;
  position: absolute;
  top: 29.14VW;
  left: 3.66VW;
}
@media screen and (max-width: 768px) {
  .mv .flag {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 114VW;
  }
}

.container {
  max-width: 770px;
  margin: auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .container {
    width: 88%;
    margin: auto;
    padding-bottom: 114px;
  }
}

.text1 {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  line-height: 2.2;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .text1 {
    font-size: 14px;
  }
}

.text2 {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  line-height: 2.2;
  padding-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .text2 {
    font-size: 14px;
    padding-bottom: 50px;
  }
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.person .post {
  font-size: 14px;
  padding-bottom: 24px;
}
.person .jp {
  font-size: 25px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .person .jp {
    font-size: 20px;
  }
}
.person .en {
  font-size: 12px;
  font-style: italic;
}/*# sourceMappingURL=style_recruit_1.css.map */