@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 400;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 22px 34px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 36px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 27px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link::before{
  background: rgba(255, 255, 255, .2);
}

/* PCのみヘッダー透過 */
@media screen and (min-width: 767.01px) {
  .single-post_recruit .m-header-001 {
    background: transparent;
  }
  
  .m-header-001 + .m-kv-002 {
    margin-top: -80px;
  }
}

.m-kv-002__movie {
  height: 56.25vw;
}

.m-kv-002__movie video {
  max-height: 100%;
}
.m-kv-002__movie::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://ishikawakikou.itszai.jp/wp-content/uploads/2023/08/kv-catch-pc.png");
  background-repeat: no-repeat;
  background-position: left 5% bottom 5%;
  background-size: 40% auto;
 background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .m-kv-002__movie::after {
    background-image: url("https://ishikawakikou.itszai.jp/wp-content/uploads/2023/08/kv-catch-sp.png");
    background-size: 45% auto;
  }
}


/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.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: 400;
/* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：数字で見る
------------------------------------------- */
.m-modulegroup007-005 {
  overflow: hidden;
  margin: 0 auto;
  color: var(--primary-txt, #ffffff);
}

.m-modulegroup007-005__container {
  position: relative;
}

.m-modulegroup007-005__container-bg-pc {
  padding-bottom: 405px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__container-bg-pc {
    display: none;
  }
}

.m-modulegroup007-005__container-bg-sp {
  display: none;
  padding-bottom: 330px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__container-bg-sp {
    display: block;
  }
}

.m-modulegroup007-005__headline {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: .05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__headline {
    display: block;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-005__headline-en {
  display: inline-block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
  text-align: left;
}

.m-modulegroup007-005__headline-ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 242px;
  height: 242px;
  margin: 0 0 0 40px;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__headline-ja {
    width: 176px;
    height: 176px;
    margin: 5px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup007-005__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
  background-color: var(--primary, #04a1af);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-005__number {
    display: block;
    border-bottom: none;
  }
}

.m-modulegroup007-005__number-item {
  width: calc(33.33% + 2px);
  margin-bottom: -2px;
  margin-left: -2px;
  padding: 75px 2%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.m-modulegroup007-005__number-item:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-005__number-item {
    width: 100%;
    margin: 0;
    padding: 65px 20px 70px;
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-item {
    padding: 60px 20px;
    border-bottom: 1px solid #fff;
  }
}

.m-modulegroup007-005__number-dl {
  letter-spacing: .05em;
}

.m-modulegroup007-005__number-dl-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.m-modulegroup007-005__number-dt {
  position: relative;
  top: -20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-dt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.m-modulegroup007-005__number-data {
  font-size: 60px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-data {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup007-005__number-data span {
  padding: 0 10px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-005__number-data span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.m-modulegroup007-005__number-txt {
  position: relative;
  bottom: -20px;
  max-width: 365px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

/* -------------------------------------------
運送ドライバーモジュール：仕事内容（写真＋文字）
------------------------------------------- */
.m-modulegroup007-016 {
  margin: 120px auto;
  padding: 0 20px;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016 {
    margin: 60px auto;
    padding: 0 20px;
  }
}

.m-modulegroup007-016__inner {
  max-width: 1290px;
  margin: 0 auto;
}

.m-modulegroup007-016__headline {
  margin-bottom: 45px;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__headline {
    margin-bottom: 20px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-016__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-016__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-016__desc {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__desc {
    margin-bottom: 20px;
    text-align: left;
  }
}

.m-modulegroup007-016__desc-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__desc-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-016__contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item {
    display: block;
  }
}

.m-modulegroup007-016__contents-item:not(:first-child) {
  margin: 65px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item:not(:first-child) {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-item:not(:first-child) {
    margin: 30px 0 0;
  }
}

.m-modulegroup007-016__contents-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt {
  padding: 60px 3.87% 60px 6.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt::before {
  right: -24px;
  left: auto;
}

.m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt:only-child {
  padding: 60px 6.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt:only-child {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-item:nth-child(even) .m-modulegroup007-016__contents-cnt:only-child {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-figure {
  position: relative;
  z-index: 10;
  width: calc(50% + 12px);
  padding-bottom: 27.14%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-figure {
    width: 100%;
    padding-bottom: 53.31%;
  }
}

.m-modulegroup007-016__contents-figure-img-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-016__contents-figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup007-016__contents-cnt {
  position: relative;
  width: calc(50% - 12px);
  margin: 50px 0 0;
  padding: 60px 6.2% 60px 3.87%;
  background-color: var(--primary, #04a1af);
  line-height: 1.6;
  color: var(--primary-txt, #ffffff);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-cnt {
    width: 100%;
    margin: 0;
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-cnt {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-cnt::before {
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
  width: 24px;
  height: 100%;
  background-color: var(--primary, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-cnt::before {
    content: none;
  }
}

.m-modulegroup007-016__contents-cnt:only-child {
  margin: 0;
  padding: 60px 6.2%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-016__contents-cnt:only-child {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-cnt:only-child {
    padding: 30px 20px;
  }
}

.m-modulegroup007-016__contents-cnt:only-child::before {
  content: none;
}

.m-modulegroup007-016__contents-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-016__contents-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-016__contents-ttl + .m-modulegroup007-016__contents-txt {
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-016__contents-ttl + .m-modulegroup007-016__contents-txt {
    margin: 10px 0 0;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：メッセージ（画像付き）
------------------------------------------- */
.m-modulegroup007-010 {
  margin: 0 auto;
  padding: 120px 20px;
  color: var(--sub-txt, #000000);
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010 {
    margin: 0 auto;
    padding: 60px 0;
  }
}

.m-modulegroup007-010__inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__inner {
    display: block;
  }
}

.m-modulegroup007-010__headline {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-010__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-010__headline-ja {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__headline-ja {
    max-width: 240px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-010__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
/*   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__container {
    display: block;
    margin-top: 20px;
  }
}

.m-modulegroup007-010__container::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 50%;
  display: block;
  width: 50vw;
  height: 100%;
  background-color: var(--primary, #04a1af);
  /* content: ''; */
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__container::after {
    content: none;
  }
}

.m-modulegroup007-010__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 800px;
  padding-right: 2%;
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt {
    width: 100%;
    padding: 0 20px;
  }
}

.m-modulegroup007-010__cnt-inner {
  width: 100%;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-inner {
    max-width: 100%;
  }
}

.m-modulegroup007-010__cnt-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-ttl {
    margin-top: 1.6em;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-010__cnt-txt {
  padding-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup007-010__cnt-txt {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__cnt-txt {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure {
    position: relative;
    padding-bottom: 58.7%;
  }
}

.m-modulegroup007-010__figure-wrap {
  /* position: relative; */
  z-index: 1;
  /* width: 50%; */
  /* max-width: 800px; */
  /* padding: 30px 6.25%; */
  /* background-color: var(--primary, #04a1af); */
  position: relative;
  width: calc(50% + 160px);
  max-width: 800px;
  margin-left: -160px;
  padding-bottom: 36.99%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure-wrap {
    width: 100%;
    padding-bottom: 0;
    max-width: none;
    margin-left: 0;
  }
}

.m-modulegroup007-010__figure-img-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-010__figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-010__figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
運送ドライバーモジュール：当社について（スライダー）
------------------------------------------- */
.m-modulegroup007-017 {
  overflow: hidden;
  margin: 120px auto 0;
  padding: 0 0 120px;
  /* background-color: var(--sub-bg, #f2f2f2); */
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017 {
    margin: 60px auto 0;
    padding: 0 0 60px;
  }
}

.m-modulegroup007-017__headline {
  position: relative;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.m-modulegroup007-017__headline::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 160vw;
  height: 24px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline::before {
    height: 12px;
  }
}

.m-modulegroup007-017__headline-en {
  position: relative;
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 600;
}

.m-modulegroup007-017__headline-ja {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 3px 0 5px;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__headline-ja {
    max-width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup007-017__desc {
  max-width: 1020px;
  margin: 0 auto 45px;
  padding: 35px 20px 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc {
    margin: 0 auto 20px;
    padding: 20px 20px 0;
    text-align: left;
  }
}

.m-modulegroup007-017__desc-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-modulegroup007-017__desc-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup007-017__desc-ttl + .m-modulegroup007-017__desc-txt {
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__desc-ttl + .m-modulegroup007-017__desc-txt {
    margin: 10px 0 0;
  }
}

.m-modulegroup007-017__contents {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup007-017__contents-item {
  height: auto;
}

.m-modulegroup007-017__contents-item:only-child {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup007-017__contents-figure {
  position: relative;
  padding-bottom: 100%;
}

.m-modulegroup007-017__contents-figure-img-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__contents-figure-img-pc {
    display: none;
  }
}

.m-modulegroup007-017__contents-figure-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup007-017__contents-figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
  background: transparent;
}

.m-require-001{
  padding: 120px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-require-001{
    padding: 60px 0 40px
    ;}
}

.m-require-001 .c-headline-001{
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001{
    margin-bottom: 20px;
  }
}

.m-require-001 .c-headline-001__en {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .m-require-001 .c-headline-001__en {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0;
  }
}

.m-require-001 .c-headline-001__ja {
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  padding: 5px 0;
  border: 2px solid var(--primary-border, #04a1af);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    max-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-require-001__detail-desc::before{
  opacity: .2;
}

.m-require-001__entry-btn{
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

.m-require-001__entry-btn::before{
  background: rgba(255, 255, 255, .2);
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  color: var(--primary, #04a1af);
  background: var(--primary-txt, #fff);
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}