@charset "UTF-8";
#top .mv {
  height: 670px;
  background: url(../common/img/mv_wave01.png) repeat-x top center/1600px, url(../common/img/mv_wave02.png) repeat-x bottom center/1600px, url(../img/mv01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    height: 470px;
  }
}
@media screen and (max-width: 767px) {
  #top .mv {
    height: 370px;
  }
}
#top .mv__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .mv__wrap__logo {
  width: 90%;
  max-width: 614.5px;
}
@media screen and (max-width: 1199px) {
  #top .mv__wrap__logo {
    max-width: 414.5px;
  }
}

#top .about {
  margin-top: 85px;
}
@media screen and (max-width: 1199px) {
  #top .about {
    margin-top: 70px;
  }
}
#top .about__wrap {
  background: url(../img/ico_about03@2x.png) no-repeat bottom 32px left 90px/119px, url(../img/ico_about04@2x.png) no-repeat bottom 22px right 20px/139.5px;
}
#top .about__wrap .inner {
  padding-top: 50px;
  background: url(../img/ico_about01@2x.png) no-repeat top left/145px, url(../img/ico_about02@2x.png) no-repeat top 26px right/145px;
}
@media screen and (max-width: 767px) {
  #top .about__wrap .inner {
    background-size: 100px, 100px;
  }
}
#top .about__wrap__head {
  color: #8fce3b;
  text-align: center;
  font-size: 3.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #top .about__wrap__head {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about__wrap__head {
    font-size: 2.2rem;
  }
}
#top .about__wrap__head__en {
  color: #5c420f;
  display: block;
  font-size: 1.4rem;
  font-family: Noto Sans JP, YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25em;
}
#top .about__wrap__head br {
  display: none;
}
@media screen and (max-width: 1199px) {
  #top .about__wrap__head br {
    display: block;
  }
}
#top .about__wrap__txt {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  #top .about__wrap__txt {
    margin-top: 30px;
  }
}
#top .about__wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .about__wrap__flex__list {
  width: 36%;
  border-radius: 100px;
  background: url(../common/img/ico_vec01@2x.png) no-repeat center right 30px/18px, #a88e5a;
}
@media screen and (max-width: 1199px) {
  #top .about__wrap__flex__list {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  #top .about__wrap__flex__list {
    width: 100%;
  }
}
#top .about__wrap__flex__list__link {
  color: #fff;
  display: block;
  padding: 12.5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#top .about__wrap__flex__list:hover {
  background: url(../common/img/ico_vec01@2x.png) no-repeat center right 30px/18px, #8fce3b;
}
#top .about__under {
  margin-top: 46px;
}
#top .about__under__bg {
  position: relative;
}
#top .about__under__bg::after {
  content: "";
  width: 101px;
  height: 144.5px;
  display: block;
  background: url(../img/ico_about06@2x.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 90px;
}
@media screen and (max-width: 767px) {
  #top .about__under__bg::after {
    width: 60px;
    height: 86px;
    right: 5%;
  }
}
#top .about__under__wrap {
  padding: 50px 0 120px;
  background: url(../common/img/bg_wave01.png) repeat-x bottom center/1400px, url(../common/img/baige.png);
}
#top .about__under__wrap__flex {
  width: 90%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  #top .about__under__wrap__flex {
    max-width: 691.19px;
  }
}
@media screen and (max-width: 767px) {
  #top .about__under__wrap__flex {
    max-width: 337.5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top .about__under__wrap__flex__list {
  width: 48%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  #top .about__under__wrap__flex__list {
    width: 100%;
  }
}
#top .about__under__wrap__flex__list__link {
  display: block;
}
#top .about__under__wrap__flex__list__link img {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  #top .about__under__wrap__flex__list:first-child {
    margin-bottom: 30px;
  }
}
#top .about__under__wrap__flex__list:first-child::before {
  content: "";
  width: 120px;
  height: 132.5px;
  display: block;
  background: url(../img/ico_about07@2x.png) no-repeat center/cover;
  position: absolute;
  top: -95.25px;
  left: 30px;
}
@media screen and (max-width: 1199px) {
  #top .about__under__wrap__flex__list:first-child::before {
    width: 80px;
    height: 88px;
    top: -62px;
  }
}
@media screen and (max-width: 767px) {
  #top .about__under__wrap__flex__list:first-child::before {
    width: 60px;
    height: 66px;
    top: -39px;
  }
}
#top .about__under__wrap__flex__list:first-child::after {
  content: "";
  width: 77.5px;
  height: 64.5px;
  display: block;
  background: url(../img/ico_about08@2x.png) no-repeat center/cover;
  position: absolute;
  top: -26px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  #top .about__under__wrap__flex__list:first-child::after {
    width: 60px;
    height: 50px;
    top: -24px;
  }
}
#top .about__under__wrap__flex__list:hover {
  top: -15px;
}

#top .recruit {
  padding-top: 110px;
  background: url(../img/ico_about05@2x.png) no-repeat top right 130px/63.5px, url(../img/ico_recruit01@2x.png) no-repeat top 60px left -75px/220px, url(../img/ico_recruit03@2x.png) no-repeat top 88px right 60px/160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .recruit {
    background: url(../img/ico_about05@2x.png) no-repeat top right 10%/43.5px, url(../img/ico_recruit01@2x.png) no-repeat top 60px left -35px/110px, url(../img/ico_recruit03@2x.png) no-repeat top 44px right 30px/80px;
  }
}
#top .recruit__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #top .recruit__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top .recruit__flex__info {
  width: 42%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .recruit__flex__info {
    width: 100%;
  }
}
#top .recruit__flex__info__head {
  color: #8fce3b;
  text-align: center;
  font-size: 3.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1199px) {
  #top .recruit__flex__info__head {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit__flex__info__head {
    font-size: 2.2rem;
  }
}
#top .recruit__flex__info__head__en {
  color: #5c420f;
  display: block;
  font-size: 1.4rem;
  font-family: Noto Sans JP, YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25em;
}
#top .recruit__flex__info__txt {
  margin-top: 30px;
  text-align: center;
}
#top .recruit__flex__info__link {
  color: #fff;
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 40px auto 0;
  padding: 12.5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: url(../common/img/ico_vec01@2x.png) no-repeat center right 30px/18px, #a88e5a;
}
#top .recruit__flex__info__link:hover {
  background: url(../common/img/ico_vec01@2x.png) no-repeat center right 30px/18px, #8fce3b;
}
#top .recruit__flex__info::before {
  content: "";
  width: 90px;
  height: 57.5px;
  display: block;
  background: url(../img/ico_recruit02@2x.png) no-repeat center/90px;
  position: absolute;
  top: -40px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #top .recruit__flex__info::before {
    width: 45px;
    height: 29px;
    background-size: 45px;
    left: 5%;
  }
}
#top .recruit__flex__fig {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #top .recruit__flex__fig {
    display: none;
  }
}
#top .recruit::before {
  content: "";
  width: 155.5px;
  height: 155.5px;
  display: block;
  background: url(../img/ico_recruit04@2x.png) no-repeat center/cover;
  position: absolute;
  left: 85px;
  bottom: -136.75px;
}
@media screen and (max-width: 767px) {
  #top .recruit::before {
    width: 75px;
    height: 75px;
    left: 5%;
    bottom: -110px;
  }
}
#top .recruit::after {
  content: "";
  width: 200px;
  height: 299px;
  display: block;
  background: url(../img/ico_recruit05@2x.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: -236px;
}
@media screen and (max-width: 767px) {
  #top .recruit::after {
    width: 100px;
    height: 150px;
    bottom: -136px;
  }
}/*# sourceMappingURL=style.css.map */