/* ========================================
   リセット & ベース
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2f2f2f;
  line-height: 1.7;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* ========================================
   共通
   ======================================== */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-bottom: 1px solid var(--Semantic-Basic-Border, #cccccc);
  padding-bottom: 8px;
  margin-bottom: 28px;
  color: #2f2f2f;
}

.section-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #434343;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 28px;
}

.section-lead strong {
  font-weight: 700;
}

.section-lead--narrow {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #68737f;
  background-color: #e6e7ea;
  border: 2px dashed #aab2bc;
  border-radius: 8px;
  line-height: 1.5;
  padding: 8px;
}

.sp-only {
  display: none;
}

.cta-section--sp-only {
  display: none;
}

/* ========================================
   ボタン
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 214px;
  padding: 11px 30px;
  border-radius: 100px;
  border: none;
  background-color: #f57a21;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.btn:hover {
  opacity: 0.88;
}

.btn:focus {
  outline: 2px solid transparent;
  box-shadow: rgba(63, 153, 225, 0.6) 0 0 0 3px;
}

.btn--orange {
  background-color: #fb8c00;
}

.btn--large {
  width: min(360px, 100%);
  max-width: 440px;
  min-height: 56px;
  padding: 12px 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}

.btn__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ========================================
   1. ヒーロー
   ======================================== */
.hero {
  background-color: #ffffff;
  padding-top: 0;
  position: relative;
}

.hero__image {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.hero__image picture {
  display: block;
  position: relative;
  z-index: 1;
}

.hero__image img {
  width: 100%;
}

.hero__eyechatch-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 73.96%;
  height: 26.04%;
  background-color: #219e62;
  z-index: 0;
}

/* ========================================
   CTA
   ======================================== */
.cta-section {
  background-color: transparent;
  text-align: center;
  padding: 0;
}

.cta-section__inner {
  width: 100%;
  max-width: 1000px;
  height: 136px;
  margin: 48px auto 0;
  background-color: #feffe6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.cta-section__inner.container {
  padding: 32px 16px;
}

.cta-section--compact .cta-section__inner {
  margin-top: 48px;
}

/* ========================================
   2. 問題提起
   ======================================== */
.problem {
  background-color: #ffffff;
  padding: 46px 0 40px;
}

.problem__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.problem__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}

.problem__lead strong {
  font-weight: 700;
}

.problem__cards {
  display: flex;
  gap: 20px;
}

.problem__card {
  flex: 1;
  background-color: #FFF1F0;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.problem__card-image {
  object-fit: contain;
  margin: 0 auto;
}

.problem__card-image--left {
  width: 140px;
  height: 120px;
}

.problem__card-image--right {
  width: 166px;
  height: 120px;
}

.problem__card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: #e6241f;
  margin-bottom: 0;
}

.problem__card-value {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
}

.problem__card-prefix {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: #e6241f;
}

.problem__card-number {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #e6241f;
}

.problem__card-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: #e6241f;
}

.problem__card-note {
  font-size: 14px;
  line-height: 22px;
  color: #ff4d4f;
  margin-left: 2px;
}

.problem__card-source {
  margin-top: 0;
  font-size: 11px;
  color: #6d6d6d;
  line-height: 16px;
  text-align: center;
  width: 100%;
}

.problem__summary {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #4b4b4b;
}

/* ========================================
   3. なぜジモティー
   ======================================== */
.why {
  background-color: #edfaf4;
  padding: 54px 0;
}

.why__cards {
  display: flex;
  gap: 22px;
}

.why__card {
  flex: 1;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.why__card-image {
  display: block;
  object-fit: contain;
}

.why__card-image--badge {
  width: 297px;
  height: 140px;
}

.why__card-image--handover {
  width: 148px;
  height: 140px;
}

.why__card-title {
  color: #219e62;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.why__card-desc {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4d4d4d;
  margin-top: 16px;
}

.why__card-desc p + p {
  margin-top: 8px;
}

.why__card-desc strong {
  font-weight: 700;
}

/* ========================================
   4. ジモティーについて
   ======================================== */
.about {
  background-color: #ffffff;
  padding: 54px 0;
}

.about__lead-line {
  display: block;
}

.about__lead-line + .about__lead-line {
  margin-top: 8px;
}

.about__diagram-wrap {
  width: 100%;
  max-width: 1000px;
  height: 448px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efeff3;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto;
}

.about__diagram-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

/* ========================================
   5. 具体的な連携内容
   ======================================== */
.partnership {
  background-color: #edfaf4;
  padding: 54px 0;
}

.partnership__block {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 28px;
  margin-bottom: 26px;
  border: 1px solid #d9e5e0;
}

.partnership__block:last-child {
  margin-bottom: 0;
}

.partnership__block--spot {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.partnership__block-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}

.partnership__block-number {
  color: #219e62;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
}

.partnership__block-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #219e62;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.partnership__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #3f3f3f;
}

.partnership__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.partnership__desc--spot {
  margin-bottom: 0;
}

.partnership__desc-group {
  flex: 1;
  margin-bottom: 0;
}

.partnership__desc--spot + .partnership__desc--spot {
  margin-top: 8px;
}

.partnership__desc--spot strong {
  font-weight: 700;
}

.partnership__gallery {
  margin-bottom: 14px;
  width: 504px;
  flex: 0 0 504px;
}

.partnership__block--spot .partnership__gallery {
  margin-bottom: 0;
}

.partnership__gallery-image {
  width: 100%;
  border-radius: 8px;
}

.partnership__gallery-image--spot {
  width: 504px;
  height: 204px;
  object-fit: cover;
  border-radius: 8px;
}

.partnership__diagram-wrap {
  margin-bottom: 16px;
}

.partnership__diagram-image {
  width: 100%;
  border-radius: 8px;
}

.case--main {
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case__header {
  background-color: #2d9f5e;
  color: #ffffff;
  padding: 10px 16px;
}

.case__area {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.case__name {
  font-size: 21px;
  font-weight: 800;
}

.case--main .case__header {
  background-color: transparent;
  color: #1f1f1f;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
}

.case--main .case__area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 37px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #219e62;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 29.6px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  flex-shrink: 0;
}

.case--main .case__name {
  background: none;
  color: #1f1f1f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.case__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case__main-content {
  display: flex;
  gap: 16px;
}

.case__main-photo-wrap {
  flex: 0 0 380px;
  width: 380px;
  height: 262px;
}

.case__main-photo {
  width: 380px;
  height: 262px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0;
}

.case__main-stats {
  flex: 1;
}

.case__period {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #219e62;
  border-radius: 8px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 8px;
}

.case__highlights {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.case__highlight {
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.case__highlight--reuse {
  background-color: #fff7e6;
  border: 1px solid #fb8c00;
  padding: 10px 31px;
  flex-shrink: 0;
}

.case__highlight--cost {
  background-color: #ffffff;
  border: 1px solid #27b973;
  padding: 10px;
  flex: 1;
}

.case__highlight-label {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #219e62;
}

.case__highlight--reuse .case__highlight-label {
  color: #fb8c00;
}

.case__highlight-sub {
  font-size: 11px;
  line-height: 16px;
}

.case__highlight-value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #219e62;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.case__highlight--reuse .case__highlight-value {
  color: #fb8c00;
}

.case__highlight--reuse .case__highlight-value strong {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
}

.case__highlight--cost .case__highlight-value strong {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.case__calc-note {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #219e62;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.case__metrics {
  display: flex;
  gap: 8px;
  height: 88px;
}

.case__metric {
  flex: 1;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #27b973;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.case__metric-label {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #219e62;
  font-weight: 700;
}

.case__metric-value {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #219e62;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.case__metric-unit {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.case__voice {
  display: flex;
  gap: 12px;
  background-color: #ffffff;
  border: 1px solid #dcdbdb;
  border-radius: 8px;
  padding: 16px;
}

.case__voice-profile {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-shrink: 0;
}

.case__voice-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.case__voice-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case__voice-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #1f1f1f;
}

.case__voice-role {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 0;
  width: 70px;
}

.case__voice-text {
  font-size: 14px;
  line-height: 1.8;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.case__voice-text:last-of-type {
  margin-bottom: 0;
}

.case__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
  margin-top: 0;
  color: #0066cc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.link-icon {
  width: 24px;
  height: 24px;
}

/* サブ事例カード（静岡・坂戸） */
.case__sub-cards {
  display: flex;
  gap: 24px;
  margin-bottom: 14px;
}

.case--sub {
  flex: 1 0 0;
  min-width: 0;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* サブ事例タイトル */
.case__sub-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.case__sub-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #219e62;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 8px;
  flex-shrink: 0;
}

.case__sub-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #1f1f1f;
  text-align: center;
}

/* サブ事例コンテンツ（写真+情報 横並び） */
.case__sub-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.case__sub-image {
  width: 214px;
  align-self: stretch;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.case__sub-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* 実績ボックス（オレンジ枠） */
.case__sub-result {
  background-color: #fff7e6;
  border: 1px solid #fb8c00;
  border-radius: 8px;
  padding: 10px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fb8c00;
  font-weight: 700;
}

.case__sub-result-text {
  font-size: 18px;
  line-height: 24px;
}

.case__sub-result-value {
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case__sub-result-value strong {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  line-height: 32px;
  font-weight: 700;
}

/* Pointボックス（緑枠） */
.case__sub-point {
  border: 1px solid #27b973;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.case__sub-point-header {
  background-color: #219e62;
  color: #ffec3d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.case__sub-point-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
}

.case__sub-point-icon {
  width: 60px;
  height: 39px;
  object-fit: contain;
  flex-shrink: 0;
}

.case__sub-point-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #219e62;
}

.partnership__banner {
  margin-bottom: 8px;
}

.partnership__banner-image {
  width: 100%;
  border-radius: 8px;
}

.partnership__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.partnership__more-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #0066cc;
  text-decoration: underline;
}

.partnership__steps-image {
  width: 100%;
  border-radius: 8px;
}

/* 横並びカラム（ブロック2・3） */
.partnership__columns {
  display: flex;
  gap: 24px;
}

.partnership__column {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.partnership__column .partnership__desc {
  margin-bottom: 0;
}


.partnership__case-example {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.partnership__case-example-title {
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 8px;
}

.partnership__case-example-desc {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 10px;
  line-height: 24px;
}

.partnership__case-example-desc strong {
  font-weight: 700;
}

.partnership__case-example-image {
  width: 100%;
  border-radius: 8px;
}

.partnership__case-card {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.partnership__case-card-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.partnership__case-card-image {
  width: 100%;
}

.partnership__case-card-image--bordered {
  border: 1px solid #cccccc;
}

/* ========================================
   7. 自治体連携
   ======================================== */
.municipalities {
  background-color: #ffffff;
  padding: 56px 0;
}

.municipalities__lead {
  margin-bottom: 20px;
}

.municipalities__banner {
  background-color: transparent;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 20px;
}

.municipalities__banner-image {
  width: 100%;
  border-radius: 10px;
}

.municipalities__table-wrapper {
  display: flex;
  gap: 18px;
}

.municipalities__table-col {
  flex: 1;
}

.municipalities__region {
  margin-bottom: 14px;
}

.municipalities__region-header {
  background-color: #1f9159;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
}

.municipalities__table {
  background-color: #ffffff;
  border: 1px solid #d0d6dc;
  border-top: none;
}

.municipalities__table td {
  font-size: 13px;
  line-height: 1.6;
  color: #414141;
  vertical-align: top;
  border-bottom: 1px solid #e6eaee;
  padding: 12px 8px;
}

.municipalities__table td:first-child {
  width: 86px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #2a2a2a;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #efeff3;
  border-right: 1px solid #cccccc;
}

.municipalities__table tr:last-child td {
  border-bottom: none;
}

/* ========================================
   8. 受賞歴
   ======================================== */
.awards {
  background: linear-gradient(178.69deg, #FFFFFF 1.41%, #FFE7BA 99.17%);
  padding: 56px 0;
}

.awards__lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #4a4a4a;
  margin-top: 24px;
}

.awards__lead + .awards__lead {
  margin-top: 8px;
}

.awards__title-banner {
  text-align: center;
  margin: 14px 0 22px;
}

.awards__title-image {
  width: 317px;
  max-width: 100%;
  margin: 0 auto;
}

.awards__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.awards__item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.awards__laurel {
  position: absolute;
  top: 11px;
  width: 91px;
  height: 137px;
  pointer-events: none;
}

.awards__laurel--left {
  left: calc(50% - 190px);
}

.awards__laurel--right {
  right: calc(50% - 190px);
  transform: scaleX(-1);
}

.awards__item-title {
  font-size: 32px;
  line-height: 40px;
  color: #873800;
  font-weight: 700;
}

.awards__item-text {
  font-size: 16px;
  color: #873800;
  line-height: 24px;
  text-align: left;
}

/* ========================================
   9. メディア
   ======================================== */
.media {
  background-color: #ffffff;
  padding: 0;
  margin-top: 56px;
}

.media__lead {
  margin-bottom: 20px;
}

.media__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.media__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.media__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 8px;
  background: #000000;
}

.media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media__item-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1f1f1f;
  text-align: center;
}

/* ========================================
   10. フッター
   ======================================== */
.footer {
  background-color: #efeff3;
  margin-top: 64px;
  padding: 16px 10px;
  text-align: center;
}

.footer__copyright {
  color: #6d6d6d;
  font-size: 11px;
  line-height: 16px;
}

/* ========================================
   レスポンシブ
   ======================================== */
@media (max-width: 1080px) {
  .container {
    padding: 0 14px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 0;
  }

  .about .section-lead {
    margin-bottom: 24px;
    color: #1f1f1f;
  }

  .partnership {
    padding: 0;
  }

  .partnership .section-title {
    margin-bottom: 24px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .cta-section--sp-only {
    display: block;
    margin-top: 32px;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .section-lead,
  .problem__summary,
  .awards__lead {
    text-align: left;
  }

  .awards__lead + .awards__lead {
    margin-top: 8px;
  }

  .problem__cards,
  .why__cards,
  .case__highlights,
  .case__metrics,
  .case__sub-cards,
  .partnership__columns,
  .municipalities__table-wrapper {
    flex-direction: column;
  }

  .case__metrics {
    height: auto;
  }

  .case__metric {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .case__metric-label {
    font-size: 18px;
  }

  .case__metric-value {
    font-size: 32px;
  }

  .case__metric-unit {
    font-size: 16px;
  }

  .awards__list,
  .media__logos {
    grid-template-columns: 1fr;
  }

  .awards__laurel {
    width: 65px;
    height: 98px;
    top: 16px;
  }

  .awards__laurel--left {
    left: 22px;
  }

  .awards__laurel--right {
    right: 22px;
  }

  .awards__title-image {
    width: 195px;
  }

  .awards__item-title {
    font-size: 24px;
    line-height: 32px;
  }

  .case__voice {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .case__main-content {
    flex-direction: column;
  }

  .case__main-photo-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
  }

  .case__main-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .case__highlights {
    grid-template-columns: 1fr;
  }

  .case__highlight--reuse {
    padding: 10px 8px;
  }

  .case__highlight--cost {
    padding: 8px;
  }

  .case__highlight--cost .case__highlight-label {
    font-size: 18px;
    line-height: 24px;
  }

  .case__highlight--cost .case__highlight-value {
    font-size: 16px;
    line-height: 24px;
  }

  .case__highlight--cost .case__highlight-value strong {
    font-size: 32px;
    line-height: 32px;
  }

  .case--main {
    padding: 16px;
  }

  .case--main .case__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .case--main .case__area {
    width: auto;
    min-width: 0;
    height: auto;
    font-size: 20px;
    padding: 3.5px 43.5px;
  }

  .case--main .case__name {
    font-size: 20px;
    line-height: 24px;
  }

  .case__voice-profile {
    flex: 0 0 auto;
    width: 100%;
  }

  .problem {
    margin-top: 32px;
    padding: 0;
  }

  .why {
    margin-top: 32px;
    padding: 32px 0;
  }

  .municipalities {
    padding: 0;
  }

  .about,
  .partnership,
  .municipalities,
  .media {
    margin-top: 0;
  }

  .about + .partnership {
    margin-top: 32px;
  }

  .awards {
    margin-top: 0;
    padding: 0;
  }

  .problem__inner.container {
    padding: 0 16px;
  }

  .why__inner.container {
    padding: 0 16px;
  }

  .awards__inner.container {
    padding: 32px 16px;
  }

  .about__inner.container,
  .partnership__inner.container,
  .municipalities__inner.container,
  .media__inner.container {
    padding: 32px 16px;
  }

  .why__card {
    padding: 16px 23px;
    gap: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .why__card-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .why__card-image {
    margin-top: 0;
  }

  .why__card-desc {
    margin-top: 0;
  }

  .why__card-image--badge {
    width: 200px;
  }

  .hero__eyechatch-bg {
    display: none;
  }

  .partnership__block {
    padding: 22px 16px;
  }

  .partnership__block--spot {
    padding: 0;
  }

  .partnership__block-header {
    justify-content: flex-start;
    text-align: left;
  }

  .partnership__block-number,
  .partnership__block-title {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .case--sub {
    padding: 16px;
    gap: 8px;
  }

  .case__sub-title {
    flex-direction: column;
  }

  .case__sub-content {
    flex-direction: column;
  }

  .case__sub-image {
    width: 100%;
    height: 198px;
    align-self: auto;
    border: 1px solid #ccc;
  }

  .case__sub-info {
    flex-direction: row;
    width: 100%;
  }

  .case__sub-result {
    flex: 1 0 0;
    min-width: 0;
    padding: 10px 16px;
  }

  .case__sub-result-text {
    font-size: 16px;
  }

  .case__sub-point {
    flex: 1 0 0;
    min-width: 0;
    height: auto;
  }

  .case__sub-point-body {
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    gap: 3px;
    padding: 0;
    margin: 8px;
  }

  .case__sub-point-icon {
    width: 67px;
  }

  .case__sub-point-text {
    font-size: 16px;
    width: auto;
    text-align: center;
  }

  .partnership__intro {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }

  .partnership__diagram-wrap {
    margin-bottom: 24px;
  }

  .partnership__gallery {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .partnership__gallery-image--spot {
    width: 100%;
    height: auto;
  }

  .cta-section--compact {
    margin: 0 17px;
  }

  .cta-section__inner,
  .cta-section--compact .cta-section__inner {
    height: auto;
    margin-top: 16px;
  }

  .cta-section__inner.container {
    padding: 24px 16px;
  }

  .btn--large {
    width: 100%;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
  }

  .btn__icon {
    width: 32px;
    height: 32px;
  }

  .about__diagram-wrap {
    height: auto;
    padding: 0;
    border-radius: 4px;
  }

  .about__diagram-image {
    height: auto;
  }

  .about__inner.container {
    padding: 32px 16px 0;
  }

  .footer {
    margin-top: 32px;
  }
}
