@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

img {
  vertical-align: bottom;
}

b {
  font-weight: 700;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 600;
  /* text-transform: uppercase; */
}
.c-headline-001__ja {
  font-weight: 700;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 5px 40px;
}
.m-header-001__logo-link-img {
  max-height: 65px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 50px;
  }
}

.m-header-001__logo {
  max-width: none;
  flex: 1 0 0;
}

.m-header-001__btn-link {
  min-height: 60px;
  background: #ff0000;
}

/* -------------------------------------------
仕事一覧 002
------------------------------------------- */
.m-works-002 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-works-002 {
    padding: 40px 0;
  }
}

.m-works-002__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-works-002__inner {
    padding: 0 20px;
  }
}

.m-works-002__items {
  margin: -10px;
  padding: 0;
}

.m-works-002__item {
  padding: 10px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__figure {
  min-height: 1px;
}

.m-works-002__item:nth-child(n + 2) .m-works-002__detail {
  flex: 1 0 auto;
  background: var(--sub-bg);
}

.m-works-002__desc-txt {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事単体 004
------------------------------------------- */
.m-jobs-004 {
  padding: 80px 40px;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 1024px) {
  .m-jobs-004 {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 20px;
  }
}

.m-jobs-004__content-images {
  padding: 0;
  margin: 0 -40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-004__content-images {
    margin: 0 -20px;
  }
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin: 50px 0 35px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 2.4rem;
    margin: 30px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

/* -------------------------------------------
質問 002
------------------------------------------- */
.m-faq-002__list-item-ttl-icon {
  font-weight: 400;
}

.m-faq-002__list-item-ttl {
  background: var(--sub-bg);
}

.m-faq-002__list-item-ttl-txt {
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m-faq-002__list-item-ttl-txt {
    padding: 10px 10px;
    font-size: 1.6rem;
  }
}

.m-faq-002__list-item-ttl::before {
  background: var(--primary-bg);
  width: 25px;
  height: 5px;
  top: 50%;
  border-radius: 2px;
}

.m-faq-002__list-item-ttl::after {
  background: var(--primary-bg);
  width: 5px;
  height: 25px;
  right: 30px;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .m-faq-002__list-item-ttl::after {
    right: 20px;
  }
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  background: var(--sub-bg) !important;
}

.m-gallery-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__inner {
    padding: 0 20px;
  }
}

.m-gallery-003__list {
  padding: 0;
  margin: -5px;
}

.m-gallery-003__list-item {
  padding: 5px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }

  .m-gallery-003__list-item {
    padding: 3px;
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001__detail-row {
  margin-bottom: 5px;
}

.m-require-001__detail-ttl {
  font-weight: 700;
  background: #0064b3;
}

.m-require-001__detail-desc {
  background: #e0ecf6;
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  opacity: 0;
}

.m-require-001__detail-flow-ttl-number {
  background: #0064b3;
}

.m-require-001__entry-btn {
  background: #ff0000;
}

/* フッター */
.m-footer-001 {
  background: #0064b3;
}

/* フォント */
.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
  }
}

.img-headline-gallery {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 72px;
  background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4e6a63344d673d3d/itszai1/headline-gallery.png");
}

@media screen and (max-width: 767px) {
  .img-headline-gallery {
    height: 54px;
    background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4e6a63344d673d3d/itszai1/headline-gallery-sp.png");
  }
}

@media screen and (max-width: 374px) {
  .img-headline-gallery {
    height: 52px;
    background-image: url("https://d1k5qq9h33oekz.cloudfront.net/customers/4e6a63344d673d3d/itszai1/headline-gallery-sp320.png");
  }
}
