/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 0;
  }
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 76px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 40px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #246a40;
}

.c-headline-001__ja {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #d3e1d9;
  color: #246a40;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

.c-page-ttl-001 {
  padding: 160px 20px 120px 20px;
  background: #2c7e4d !important;
}

/* IE対応 */
_:-ms-fullscreen, :root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .c-page-ttl-001 {
    padding: 40px 20px;
  }
}

/* -------------------------------------------
フリーテキスト
------------------------------------------- */
.m-free-001 .c-headline-001 {
  margin: 80px 0 20px;
}

@media screen and (max-width: 767px) {
  .m-free-001 .c-headline-001 {
    margin: 40px 0 20px;
  }
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
/* 色調整 */
.m-about-002 {
  /* background: #7aadf0 !important; */
}

.m-about-002__detail {
  /* background: #000 !important; */
}

.m-about-002__headline-txt {
  color: #333;
}

.m-about-002__desc-txt {
 /* color: #fff; */
}

 /* その他 */
.m-about-002 {
  padding-top: 16.25%;
  padding-bottom: 80px;
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  background-position: top center;
}

@media screen and (min-width: 1600.01px) {
    .m-about-002 {
      padding-top: 260px;
    }
    .m-about-002__background {
      padding-top: 400px;
    }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding-bottom: 40px;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
  background: #d3e1d9;
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-002__headline {
    margin-bottom: 20px;
  }
}

.m-about-002__headline:only-child {
  margin-bottom: 0;
}

.m-about-002__headline + .m-about-002__desc {
  margin-top: -2px;
}


.m-about-002__headline-txt {
  font-weight: 700;
}

@media screen and (max-width: 374px) {
  .m-about-002__headline-txt {
    letter-spacing: 0.06rem !important;
  }
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
    padding-top: 24px;
  }
}

.m-about-002__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  padding: 0 0 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-jobs-004 {
    padding: 0 20px 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 0 20px 40px 20px;
  }
}

.m-jobs-004__inner {
  max-width: 1440px;
}

.m-jobs-004 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-004 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-images-figure {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-images-figure {
    width: 50%;
  }
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-004__content-ttl {
    font-size: 1.7rem;
    letter-spacing: .1rem;
  }
}

.m-jobs-004__content-desc {
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
.m-about-004 {
  padding: 40px 0 45px 0;
  background: #d3e1d9 !important;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0 20px 0;
  }
}

.m-about-004__headline-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 10px 0;
  }
}

.m-about-004__desc-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
フォトギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  padding: 80px 0 74px 0;
  /* background: #f3f3f3 !important; */
}

@media screen and (max-width: 767px) {
  .m-gallery-003 {
    padding: 40px 0 28px 0;
  }
}

.m-gallery-003 .c-headline-001 {
  margin: 0 0 14px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003 .c-headline-001 {
    margin: 0 0 6px;
  }
}

.m-gallery-003__inner {
  max-width: 1440px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list {
    padding: 0 8px;
  }
}

.m-gallery-003__list-item {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

.img-headline {
  height: 78px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 55px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .img-headline {
    height: 57px;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-002 {
  padding: 0 0 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-002 {
    padding: 0 0 40px 0;
  }
}

.m-require-002 .c-headline-001 {
  margin: 0;
}

.m-require-002 .c-headline-001__en {
  text-transform: uppercase;
}

.m-require-002 .c-headline-001__ja {
  font-weight: 500;
}

.m-require-002__detail-row::before {
  /* background: #ededed; */
}

.m-require-002__detail-ttl {
  font-weight: 700;
  /* color: #333; */
}

.m-require-002__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .m-require-002__detail {
    padding: 20px;
  }
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-input-placeholder, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}