@charset "UTF-8";


@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-message-001 {
    margin: 0 auto;
  }
}

body {
  color: var(--sub-txt, #000000);
}

.m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -50px;
  }
}

.m-header-001__logo {
  padding: 4px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 4px 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 24px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 19px;
  }
}

.m-header-001__btn-link {
      -ms-flex-pack: center;
  min-height: 80px;
  background-color: var(--primary, #04a1af);
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-module-container > section:nth-of-type(1),
.c-module-container > section:nth-of-type(3) {
  background-color: #fff;
}

.c-module-container > section:nth-of-type(1)::before,
.c-module-container > section:nth-of-type(3)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--sub-bg, #f2f2f2);
  content: "";
  opacity: .3;
}

.c-module-container > section.m-require-002 {
  background: #fff;
}

.c-headline-001__en {
  font-weight: 400;
}

.c-headline-001__ja {
  font-weight: 500;
}

.m-footer-001 {
  position: relative;
  background: #fff;
  color: var(--primary, #04a1af);
}

.m-footer-001::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--primary-border, #04a1af);
  content: "";
  opacity: .5;
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.m-message-003 {
  padding: 100px 0 45px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 0;
  }
}

.m-message-003__inner {
  max-width: 1920px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-message-003__figure {
  margin-bottom: 5%;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-jobs-005 {
    padding: 100px 20px;
  }
}

.m-jobs-005__content-images {
  max-width: 1000px;
}

.m-jobs-005__content-ttl {
  margin-bottom: 80px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-jobs-005__list-item-detail-job {
  padding: 16px 0 28px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    padding: 12px 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-jobs-001 {
  padding: 50px 20px 75px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px 30px;
  }
}

.m-jobs-001__inner {
  max-width: 1340px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    padding: 0;
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item {
    padding: 10px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 50px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 20px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item-inner {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 59.70149%;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40.29851%;
  margin: 0;
  padding: 40px 0 40px 50px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 0 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  background: transparent;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--sub-txt, #000000);
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

.m-require-002__detail-row::before {
  background-color: var(--primary-border, #04a1af);
}

.m-require-002__detail-desc {
  font-weight: 400;
}

.m-require-002__entry-btn {
  background-color: var(--primary, #04a1af);
}

/*
元ソース／
フリーテキストに入れる
<h2 class="c-headline-001">
  <span class="c-headline-001__ja"><div class="img-headline-gallery"></div></span>
</h2>

もしくはc-headline-001__jaに入れる
<div class="img-headline-gallery"></div>
*/
.img-headline-gallery {
  width: 100%;
  height: 64px;
  background-image: url("https://agricultural.itszai.jp/wp-content/uploads/2022/04/headline-gallery.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .img-headline-gallery {
    height: 94px;
    background-image: url("https://agricultural.itszai.jp/wp-content/uploads/2022/04/headline-gallery-sp.png");
  }
}

@media screen and (min-width: 768px) {
  .m-gallery-003 {
    padding: 100px 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003 {
    padding-bottom: 10px;
  }
}

.m-gallery-003__list {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin-top: 32px;
  }
}

.m-gallery-003__list-item {
  padding: 8px;
}
/*# sourceMappingURL=maps/custom.css.map */
