*,
*::after,
*::before {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

/* テキストアニメーション */
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}

.fadeIn.is-show {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: 0.1s; /*フェード開始を0.1秒遅らせる */
}

/* 画像アニメーション */
.visible {
  position: relative;
  overflow: hidden;
}
.visible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background: #000;
  transform-origin: right top;
  transition: 0.8s;
  z-index: 2;
}
.effect.visible::before {
  transform: scale(0, 1);
  transition-delay: 0.2s;
}

.all-wrap {
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  color: #333;
  font-size: 16px;
}

.inner {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.title-h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.kv-img img {
  width: 100%;
  display: block;
}

.main-content {
  margin-top: 40px;
}

.guys-text-content {
  color: #333;
  padding: 80px 0 40px;
}

/* 202408add */
.guys-text-content:not(:first-of-type) {
  padding-top: 40px;
}

.guys-title {
  font-size: 30px;
  padding-bottom: 23px;
  border-bottom: 1px solid #000;
}

.guys-title.-en {
  font-family: "Helvetica", sans-serif;
}

.guys-text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 28px;
}

.guys-image-block {
  max-width: 1200px;
  margin: 0 auto;
}

.guys-image-block img {
  width: 100%;
  display: block;
}

.recruit-content {
  margin: 80px auto;
}

.recruit-banner {
  margin-top: 24px;
}

.recruit-banner a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.recruit-img img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.off-time-area {
  margin-top: 80px;
  background: #f6f6f6;
}

.off-time-content {
  text-align: center;
  padding: 60px 0;
}

.off-time-title {
  margin-bottom: 14px;
}

.off-time-lead {
  margin-top: 14px;
}

.off-time-banner {
  margin-top: 22px;
}

.off-time-banner a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.off-time-img img {
  width: 100%;
  border-radius: 4px;
}

.guys-member {
  width: 1000px;
  margin: 60px auto 50px;
}

.other-interview-title {
  margin-bottom: 28px;
}

.guys-member-list {
  display: flex;
  flex-wrap: wrap;
}

.guys-member-list li {
  width: calc(33.3% - 13px * 2 / 3);
}

.guys-member-list li:not(:nth-child(3n + 1)) {
  margin-left: 13px;
}

.guys-member-list li:nth-child(n + 4) {
  margin-top: 46px;
}

.guys-member-list li a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}

.guys-member-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.guys-member-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
  color: #333;
}

.guys-member-ttl {
  font-weight: bold;
  color: #333;
}

.guys-member-text {
  color: #333;
}

.guys-member-list li.is-hidden {
  display: none;
}

.more_btn {
  text-align: center;
  margin-top: 29px;
  cursor: pointer;
}

.close_btn {
  text-align: center;
  margin-top: 29px;
  cursor: pointer;
}

.bl_layout_pit-service {
  margin-bottom: 80px;
}

.guys-logo {
  width: 371px;
  margin: 0px auto 120px;
  text-align: center;
}

.guys-logo img {
  max-width: 100%;
}

.guys-logo a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.last-image {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-h2 {
    font-size: 5.35vw;
  }

  .main-content {
    margin-top: 0;
  }

  .guys-title {
    font-size: 22px;
  }

  .recruit-banner {
    margin-top: 40px;
  }

  .off-time-title {
    font-size: 24px;
  }

  .off-time-lead {
    font-size: 14px;
  }

  .other-interview-title {
    margin-bottom: 24px;
  }

  .guys-member {
    width: 90%;
  }

  .guys-member-list li:not(:nth-child(3n + 1)) {
    margin-left: 0px;
  }

  .guys-member-list li:nth-child(n + 4) {
    margin-top: 40px;
  }

  .guys-member-list li {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  .guys-member-list li:first-child {
    margin-top: 0px;
  }

  .guys-member-name {
    font-size: 6.4vw;
  }

  .guys-member-ttl {
    margin-bottom: 8px;
    font-size: 4.3vw;
  }

  .guys-member-text {
    font-size: 3.75vw;
  }

  .guys-logo {
    width: 57.657vw;
    margin: 0 auto 18.75vw;
  }

  .last-image {
    margin-top: 20px;
  }
}
