@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #333;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

/*=================================================*/
/*採用情報
/*=================================================*/
.recruitSection {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 0;
}

@media (min-width: 1200px) {
  .recruitSection {
    width: 100%;
    margin: 99px auto 0;
  }
}

.recruitSection .recruitSectionFlex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

@media (min-width: 1200px) {
  .recruitSection .recruitSectionFlex {
    margin-top: 60px;
    flex-flow: initial;
  }
}

.recruitSection .textBox {
  margin: 40px auto 0;
}

@media (min-width: 769px) {
  .recruitSection .textBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .recruitSection .textBox {
    width: 394px;
    margin: 0 88px 0 0;
  }
}

.recruitSection .textBox .text {
  color: #333;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.2px;
}

.recruitSection .textBox .name {
  margin-top: 37px;
  color: #333;
  text-align: right;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}

.recruitSection .imgBox {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .recruitSection .imgBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .recruitSection .imgBox {
    width: 495px;
    margin: 0;
  }
}

.recruitSection .imgBox .decoimg {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 73.916px;
  height: 82.229px;
}

@media (min-width: 769px) {
  .recruitSection .imgBox .decoimg {
    left: -56px;
    width: 103.916px;
    height: 112.229px;
  }
}

/*=================================================*/
/*会社概要
/*=================================================*/
.conceptSectionBg {
  margin-top: 80px;
  background: #348702;
}

@media (min-width: 769px) {
  .conceptSectionBg {
    margin-top: 100px;
  }
}

.conceptSectionBg .conceptSection {
  width: 90%;
  margin: auto;
  padding: 60px 0 80px;
  max-width: 712px;
}

.conceptSectionBg .conceptSection .conceptSectionUl {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .conceptSectionBg .conceptSection .conceptSectionUl {
    margin-top: 40px;
  }
}

.conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media (min-width: 769px) {
  .conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi {
    display: flex;
    gap: 146px;
  }
}

.conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi:first-of-type {
  padding: 0 0 15px;
}

.conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi .title {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

@media (min-width: 769px) {
  .conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi .title {
    width: 50px;
  }
}

.conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi .content {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi .content {
    width: 373px;
    margin-top: 0px;
  }
}

.conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi .contentLink {
  display: inline-block;
}

.conceptSectionBg .conceptSection .conceptSectionUl .conceptSectionLi .contentLink .contentTel {
  display: inline-block;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}

/*=================================================*/
/*アクセス
/*=================================================*/
.accessSection {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 160px;
}

@media (min-width: 769px) {
  .accessSection {
    margin: 100px auto 201px;
  }
}

@media (min-width: 1200px) {
  .accessSection {
    width: 100%;
  }
}

.accessSection .mapBox {
  width: 100%;
  height: 375px;
  background: #333;
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .accessSection .mapBox {
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .accessSection .mapBox {
    margin: 40px 0 0;
    width: 1000px;
    height: 500px;
  }
}

.accessSection .mapBox iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=company.css.map */