/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--primary-txt);
}

.m-header-001__logo {
  padding: 7px 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 7px 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 66px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 36px;
  }
}

.m-header-001__btn-link {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-module-container>section:nth-of-type(odd) {
  background-color: #fff;
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: .05rem;
}

.c-headline-001__ja {
  font-weight: 400;
  line-height: 1.5;
  margin: 5px 0 0;
}

/* フッター */
.m-footer-001 {
  background-color: #fff7cc;
}

.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__headline-txt {
  color: var(--primary);
}

.m-message-005__detail {
  padding: 60px 60px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 30px 0;
  }
}

.m-message-005__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

/* -------------------------------------------
フォトギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  background-color: var(--sub-bg);
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    padding: 6px;
  }
}

.img-headline-gallery {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 74px;
  background-image: url(https://d1k5qq9h33oekz.cloudfront.net/customers/4e6a63354f513d3d/itszai1/headline-gallery.png);
}

@media screen and (max-width: 767px) {
  .img-headline-gallery {
    height: 96px;
    background-image: url(https://d1k5qq9h33oekz.cloudfront.net/customers/4e6a63354f513d3d/itszai1/headline-gallery-sp.png);
  }
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 {
  padding: 140px 0;
}

.m-culture-002 .c-headline-001__en {
  color: var(--primary);
}

.m-culture-002__list-item-detail-ttl {
  border-color: var(--primary-border, #04a1af);
  border-width: 1px 0;
  color: var(--primary);
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-culture-002__list-item-detail-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item-detail-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item:last-child .m-culture-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item:last-child {
  padding-bottom: 0%;
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item-figure-img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-culture-002 {
    padding: 40px 0;
  }
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding-top: 16%;
  padding-bottom: 0;
}
.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}
@media screen and (min-width: 1441px) {
  .m-about-002 {
    padding-top: calc(1440px * .16);
  }
  .m-about-002__background {
    padding-top: calc(1440px * .25);
  }
}
@media screen and (max-width: 767px) {
  .m-about-002 {
    padding-top: 23%;
  }
  .m-about-002__background {
    padding-top: 35%;
  }
}
.m-about-002__detail {
  padding-bottom: 80px;
  background-color: #fff7c8;
}
.m-about-002__desc-txt {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
  .m-about-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  margin: 110px 0 0;
  background-position-y: top;
  background-position-x: 78%;
}

@media screen and (max-width: 767px) {
  .m-message-002 {
    margin: 40px 0 0;
  }
}

.m-message-002__inner {
  color: #fff;
  padding: 190px 40px 165px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 40px 40px;
  }
}

.m-message-002__inner::before {
  opacity: .5;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  padding: 135px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 40px 0;
  }
}

.m-require-001__detail-desc {
  color: var(--primary-txt);
  font-weight: 500;
  background: none;
}

.m-require-001__detail-desc::before {
  opacity: .2;
}

.m-require-001__detail-ttl {
  color: #fff;
}

.m-require-001__detail {
  padding: 5px 40px 40px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding: 0 20px 20px;
  }
}

.m-require-001__detail-flow-ttl-number {
  color: #fff;
}
