@charset "UTF-8";
/* =========================
   intro visual block
========================= */
.usp-hero {
  padding: 74px 0 42px;
}

.usp-hero-inner {
  max-width: 1160px;
}

.usp-intro {
  margin-top: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 78px;
}

.usp-intro-copy {
  text-align: center;
  padding-top: 46px;
}

.usp-intro-copy h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
}

.usp-intro-copy p {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  color: #333;
}

/* 円グラフ風 */
.usp-circle-graph {
  position: relative;
  width: 190px;
  height: auto;
}


/* =========================
   values section
========================= */
.usp-values {
  margin-top: 60px;
}

.usp-values-wrap {
  max-width: 1280px;
  padding-left: 46px;
  padding-right: 46px;
}

.value-row {
  margin-bottom: 58px;
  align-items: stretch;
}

.value-text-col,
.value-image-col {
  min-height: 320px;
}

.value-text-col {
  display: flex;
  align-items: flex-start;
}

.value-text-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.value-label {
  height: 61px;
  background: #347ec2;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.value-label-main {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-right: 33px;
  letter-spacing: 0.06em;
}

.value-label-sub {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.value-body {
  padding: 22px 18px 0 18px;
  max-width: 530px;
}

.value-body p {
  margin: 0;
  line-height: 1.8;
  color: #333;
}

.value-bgword {
  position: absolute;
  left: 28px;
  bottom: 8px;
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  color: #e4edf8;
  letter-spacing: 0.03em;
  pointer-events: none;
  white-space: nowrap;
}

.value-image-col {
  overflow: hidden;
}

.value-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

/* =========================
   challenge story
========================= */
.challenge-story-section {
  padding: 34px 0 90px;
}

.challenge-story-section .container {
  max-width: 1160px;
}

.section-title {
  text-align: center;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 700;
  margin: 0 0 42px;
}

.challenge-grid .col-lg-6,
.challenge-grid .col-md-6 {
  display: flex;
}

.story-intro-card {
  width: 100%;
  min-height: 306px;
  background: #347ec2;
  color: #fff;
  padding: 32px 24px 24px;
}

.story-intro-card h3 {
  margin: 0 0 4px;
  font-size: 46px;
  line-height: 1;
  font-family: "Yu Mincho", serif;
  font-weight: 500;
}

.story-intro-sub {
  margin: 0 0 70px;
  font-size: 18px;
  font-family: serif;
}
.story-wrap {
    position: relative;
}
.story-intro-text {
  line-height: 1.6;
    width: 80%;
    height: auto;
    position: absolute;
    right: 0;
}

/* 共通カード */
.story-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #111;
}

.story-card img {
  object-fit: cover;
  transition: transform 0.4s ease;
}

.story-card:hover img {
  transform: scale(1.04);
}

.story-card-large {
  _min-height: 306px;
}

.story-card-large img {
  _min-height: 306px;
}

.story-card-top-title {
  position: absolute;
  top: 12px;
  left: 14px;
  right: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}

.story-card-band,
.story-card-top-band {
  position: absolute;
  left: 0;
  right: 0;
  padding: 8px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.story-card-band {
  top: 50%;
  transform: translateY(-50%);
}

.story-card-top-band {
  top: 12px;
}

.band-yellow {
  background: rgba(242, 206, 84, 0.85);
  color: #fff;
}

.band-blue {
  background: rgba(45, 126, 194, 0.92);
  color: #fff;
}

.story-card-white {
  background: #fff;
}

.story-card-white img {
  object-fit: cover;
  object-position: left center;
}

.story-card-center-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  color: #111;
}

.story-card-center-copy strong {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 700;
}

.story-card-center-copy span {
  margin-top: 8px;
  font-size: 12px;
  color: #444;
}

.story-card-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-width: 130px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #c9c9c9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 12px;
  color: #333;
}

.story-card-button::after {
  content: "⇀";
  margin-left: 8px;
  color: #d35b4a;
  font-size: 13px;
}

/* =========================
   responsive
========================= */
@media (max-width: 991.98px) {
  .usp-intro {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .usp-intro-copy {
    padding-top: 0;
  }

  .usp-values-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .value-row {
    margin-bottom: 36px;
  }

  .value-text-col,
  .value-image-col {
    min-height: auto;
  }

  .value-text-box {
    padding-bottom: 18px;
  }

  .value-label {
    height: auto;
    min-height: 52px;
    padding: 10px 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .value-label-main {
    font-size: 24px;
    margin-right: 0;
  }

  .value-label-sub {
    font-size: 14px;
  }

  .value-body {
    padding: 18px 10px 0;
    max-width: none;
  }

  .value-bgword {
    position: static;
    display: block;
    margin-top: 12px;
    padding-left: 10px;
    font-size: 48px;
  }

  .value-image {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .usp-intro-copy h2 {
    font-size: 20px;
  }

  .usp-intro-copy p {
    font-size: 13px;
  }

  .challenge-story-section {
    padding: 24px 0 64px;
  }

  .section-title {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .story-intro-card,
  .story-card-large,
  .story-card-large img {
    _min-height: 240px;
  }

  .story-intro-card h3 {
    font-size: 38px;
  }

  .story-intro-sub {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .story-card,
  .story-card img {
    _min-height: 200px;
  }

  .story-card-button {
    min-width: 118px;
    height: 32px;
    font-size: 11px;
  }
    .story-intro-text {
        width: 100%;
    }
}