.itc-hero {
  min-height: 100vh;
  background: url("/wp-content/themes/clabel/images/bg-dots.png") center / cover no-repeat;
  color: #fff;
}

.itc-hero-inner {
  position: relative; /* 中央ボックス配置用に relative 指定 */

  width: 1440px;
  height: 800px;
  margin: 0 auto;
}

.itc-hero-header {
  position: absolute;
  top: 2rem;
  right: 210px;
  padding: 1.2em;
  border-radius: 12px;
  text-align: left;
}

.itc-hero-title-image {
  width: 326px;
  height: 83px;
  margin-top: 40px; /* ← 上に20px余白を追加 */
}

.itc-her-heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  min-width: 326px;
}

.itc-hero-image-wrap {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  padding: 1.5rem 2rem;
  border-radius: 12px;
  width: 1410px;
  height: 409px;
  text-align: center;
}

/* ミッション・ビジョン・バリュー　*/
* {
  box-sizing: border-box;
}

.mission-frame {
  position: relative;
  width: min(1320px, 92vw);
  min-height: 846px;
  margin: 0 auto 132px auto;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.mission-frame-content {
  padding: 28px;
  /* 下の画像高さ分を確保（例：120px） */
  padding-bottom: 140px;
}

.mission-frame-title {
  position: relative;
  display: flex;
  flex-direction: row;
  left: 40%;
  gap: 1rem;
  align-items: center;
}

.mission-frame-icon {
  width: 26px;
  height: 34px;
  color: #ec4024;
  display: flex;
  margin-top: 73px;
}

.mission-frame-text {
  margin-top: 73px;
  font-size: 36px;
  font-weight: bold;
  color: #141414;
  letter-spacing: 2.16px;
}

.mission-frame-bottom-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  width: 100%;
  height: auto; /* 画像の高さを指定 */
  pointer-events: none;
  user-select: none;
}
.mission-frame-description {
  margin-top: 68px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  max-width: 1207px;
  text-align: center; /* 横中央寄せ */
  padding: 0 76px 0 76px;
}

.mission-frame-description2 {
  padding-top: 23px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  max-width: 1104px;
  margin: 0 auto; /* 中央寄せ */
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mission-photo {
  margin: 68px auto 0 auto;
}

/* 600px以下の時 */
@media screen and (max-width: 600px) {
  .itc-hero {
    min-height: 50vh;
  }
  .itc-hero-inner {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0 auto;
  }

  .itc-hero-header {
    position: absolute;
    top: 2rem;
    right: 0px;
    padding: 1.2em;
    text-align: left;
  }

  .itc-hero-title-image {
    width: 165px;
    height: 50px;
  }

  .itc-her-heading {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    min-width: 326px;
  }

  .itc-hero-image-wrap {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 200px;
  }
  /* ミッション・ビジョン・バリュー　*/

  .mission-frame {
    width: 100%;
    min-height: 346px;
    margin: 0 auto 60px auto;
  }

  .mission-frame-content {
    padding: 28px;
    /* 下の画像高さ分を確保（例：120px） */
    padding-bottom: 60px;
  }

  .mission-frame-title {
    position: relative;
    display: flex;
    flex-direction: row;
    left: 33%;
    gap: 1rem;
    align-items: center;
  }

  .mission-frame-icon {
    width: 13px;
    height: 17px;
    color: #ec4024;
    display: flex;
    margin-top: 0px;
  }

  .mission-frame-text {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2.16px;
  }

  .mission-frame-bottom-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -56px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    width: 100%;
    height: auto; /* 画像の高さを指定 */
    pointer-events: none;
    user-select: none;
  }
  .mission-frame-description {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    width: 100%;
    text-align: center; /* 横中央寄せ */
    padding: 0 35px 0 35px;
  }

  .mission-frame-description2 {
    padding-top: 23px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    max-width: 334px;
    margin: 0 auto; /* 中央寄せ */
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .mission-photo {
    margin: 68px auto 0 auto;
  }
}
