

@charset "UTF-8";
/* section03-result-textarea スマホ用文字サイズ調整 */
/* --- 3社比較カード スライダー用 --- */
.company-card-swiper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}
.company-card-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.company-card-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
@media (min-width: 769px) {
  .company-card-swiper {
    justify-content: center;
  }
  .company-card-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-content: center;
  }
  .company-card-swiper .swiper-slide {
    width: 340px !important;
    max-width: 340px;
    min-width: 340px;
    flex: none;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .company-card-swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .company-card-swiper {
    padding-bottom: 32px;
    justify-content: center;
  }
  .company-card-swiper .swiper-wrapper {
    display: flex !important;
    justify-content: center;
  }
  .company-card-swiper .swiper-slide {
    width: 340px !important;
    max-width: 340px;
    min-width: 340px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
  }
  .company-card-swiper .swiper-pagination {
    margin-top: 8px;
    text-align: center;
  }
}

/* 汎用会社名ラベル・メインタイトル（serifフォント） */
.company-title-label {
  font-size: 1.5rem;
  font-family: serif;
  margin-bottom: 0.1em;
  padding-left: 100px;
}
.company-title-main {
  font-family: serif;
  font-size: 2rem;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .company-title-main {
  font-size: 1.7rem;
  padding-left: 40px;
  }
  .company-title-label {
    font-size: 1.0rem;
    font-family: serif;
    margin-bottom: 0.1em;
    padding-left: 40px;
  }
  .section21-media {
    text-align: center;
  }
}

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

.header-nav {
  left: 0;
  right: 0;
  width: 100%;
}

.header-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.fv-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 90px;
}

.fv-panel {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.86) 50px,
    rgba(255, 255, 255, 0.86) calc(100% - 50px),
    rgba(255, 255, 255, 0) 100%
  );
  padding: 28px 36px 30px;
  text-align: center;
  max-width: 700px;
  width: min(82%, 700px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  font-family: serif;
}

.fv-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 700;
  color: #1b2d46;
  font-family: serif;
  line-height: 1.4;
}

.fv-title-area {
  display: inline-block;
  font-size: 0.82em;
}

.fv-divider {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(196, 59, 59, 0) 0,
    rgba(196, 59, 59, 1) 50px,
    rgba(196, 59, 59, 1) calc(100% - 50px),
    rgba(196, 59, 59, 0) 100%
  );
  margin: 10px auto 14px;
  width: 80%;
}

.fv-divider-thin {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(196, 59, 59, 0) 0,
    rgba(196, 59, 59, 1) 50px,
    rgba(196, 59, 59, 1) calc(100% - 50px),
    rgba(196, 59, 59, 0) 100%
  );
  width: 80%;
  margin: 10px auto 14px;
}

.fv-question {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #1b2d46;
}

.fv-question-big {
  color: #9b1a2e;
  font-size: 1.08em;
}

.fv-question-big-black {
  color: #1b2d46;
}

.fv-question-small {
  font-size: 0.95em;
}

.fv-note {
  margin: 0;
  color: #1b2d46;
  line-height: 1.7;
}

.fv-badge {
  position: absolute;
  right: 6%;
  bottom: 12%;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #8e1a26;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(-50px);
  font-family: serif;
}

.fv-badge-top {
  position: relative;
  font-size: 14px;
  line-height: 1.3;
}

.fv-badge-top::before,
.fv-badge-top::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform-origin: center;
}

.fv-badge-top::before {
  left: -22px;
  transform: translateY(-50%) rotate(65deg);
}

.fv-badge-top::after {
  right: -22px;
  transform: translateY(-50%) rotate(-65deg);
}

.fv-badge-mid {
  font-size: 13px;
  line-height: 1.3;
}

.fv-badge-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.fv-badge-num span {
  font-size: 19px;
  margin-left: 2px;
}
.fv-badge-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 5;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.fv-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  width: calc(100% - 32px);
  margin: 0 auto;
  z-index: 1;
  background: rgba(245, 241, 236, 0.84);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.fv-bottom-link {
  display: block;
  text-decoration: none;
  color: #3b3b3b;
  text-align: center;
  padding: 6px 4px;
  font-size: 13px;
  line-height: 1.45;
}

.fv-bottom-title {
  display: block;
  font-weight: 600;
}

.fv-bottom-sub {
  display: block;
  font-size: 12px;
  color: #6b6b6b;
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }

  .fv-question {
    font-size: 22px;
  }

  .fv-badge {
    width: 170px;
    height: 170px;
  }
}

@media screen and (min-width: 767px) {
  .bg-fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
  .fv-panel {
    padding: 34px 48px 36px;
  }

}

@media screen and (max-width: 767px) {
  .header-nav {
    left: 0;
    right: 0;
    width: 100%;
    overflow-x: hidden;
  }

  .header-nav .navbar {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .header-nav .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header-nav .navbar-nav {
    margin-right: 0;
  }

  .fv-inner {
    padding: 20px 0 80px;
  }

  .fv-panel {
    padding: 18px 16px 20px;
    width: 92%;
    position: relative;
    top: -25px;  /* 下にずらす */
  }

  .fv-question {
    font-size: 16px;
  }

  .fv-badge {
    width: 120px;
    height: 120px;
    right: 4%;
    bottom: 10px;
  }

  .fv-bottom {
    bottom: 0px;
    width: calc(100% - 20px);
    padding: 4px 0;
  }

  .fv-bottom-link {
    padding: 4px 0;
    font-size: 12px;
  }

  .fv-badge-num {
    font-size: 32px;
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 767px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

.faq-section {
  background-color: #061a33;
  position: relative;
  color: #ffffff;
}

.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}

.faq-section::before {
  top: 14px;
}

.faq-section::after {
  bottom: 14px;
}

.faq-title-wrap {
  position: relative;
}

.faq-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  font-family: serif;
  letter-spacing: 0.08em;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #d9dde4;
  border-radius: 0 !important;
  margin-bottom: 18px;
  overflow: hidden;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type,
.faq-accordion .accordion-item:first-of-type .accordion-button,
.faq-accordion .accordion-item:last-of-type .accordion-button {
  border-radius: 0 !important;
}

.faq-accordion .accordion-collapse {
  border-radius: 0 !important;
}

.faq-button {
  background-color: #ffffff;
  color: #0d3b78;
  font-weight: 700;
  padding: 18px 22px;
  gap: 12px;
  box-shadow: none;
}

.faq-button:not(.collapsed) {
  background-color: #ffffff;
  color: #0d3b78;
}

.faq-button:focus {
  box-shadow: none;
}

.faq-button::after {
  content: "";
  margin-left: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0d3b78;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.faq-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.faq-q {
  color: #0d3b78;
  font-weight: 700;
  font-size: 18px;
}

.faq-body {
  color: #222222;
  line-height: 1.9;
  padding: 14px 22px 18px;
  position: relative;
}

.faq-body::before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  top: 0;
  height: 1px;
  background-color: #d9dde4;
}

.list-section {
  background-color: #ffffff;
}

.list-header {
  max-width: 980px;
  margin: 0 auto 40px;
}

.list-kicker {
  margin: 0 0 8px;
  color: #2a6fb6;
  font-weight: 700;
  font-size: 0.95rem;
}

.list-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: #1b2d46;
  font-family: serif;
}

.list-note {
  margin: 8px auto 0;
  text-align: right;
  font-size: 0.75rem;
  color: #666666;
}

.list-grid {
  row-gap: 24px;
}

#list .box-child-text {
  border: 1px solid #d2d6de;
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#list .bg_light_gray {
  background-color: #0b1c3a;
  color: #ffffff;
  border-radius: 0 !important;
  height: auto;
  padding: 14px 16px;
}

#list .bg_light_gray h3 {
  color: #ffffff;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  line-height: 1.4;
}


#list .box-child {
  height: 100%;
}

#list .p-3.f13px {
  flex: 1 1 auto;
}

#list .height-100px {
  margin-top: auto;
}

#list .p-3.f13px {
  font-size: 0.85rem;
  color: #333333;
}
.list-company-name-small {
  font-size: 1.5rem;
  line-height: 1.35;
}

#list .height-100 {
  height: 160px;
  overflow: hidden;
}

#list .height-40 {
  height: 40px;
  overflow: hidden;
}

#list .height-70 {
  height: 80px;
  overflow: hidden;
}

#list .height-100px {
  height: 120px;
  overflow: hidden;
}

#list dl dt {
  font-weight: 700;
  color: #1b2d46;
  font-size: 0.85rem;
}

#list dl dd {
  margin-left: 0;
  color: #333333;
  font-size: 0.85rem;
  line-height: 1.6;
}

#list iframe {
  height: 160px !important;
  border: 1px solid #e2e6ee;
}

#list .btn.bg_blue {
  background: linear-gradient(180deg, #4b4b4b 0%, #2c2c2c 100%);
  border-radius: 999px !important;
  padding: 12px 22px;
  position: relative;
  text-align: center;
}

#list .btn.bg_blue::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

#list .btn.bg_blue {
  text-decoration: none;
}

.list-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(560px, 100%);
  padding: 18px 60px 18px 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4b4b4b 0%, #2c2c2c 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.list-more-btn::after {
  content: ">";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

#subsidyAccordion02 .bg_gray {
  background-color: #0b1c3a !important;
  color: #ffffff;
}

.list-toggle-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.list-toggle-icon::before,
.list-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

.list-toggle-icon::before {
  width: 14px;
  height: 2px;
}

.list-toggle-icon::after {
  width: 2px;
  height: 14px;
}

#subsidyAccordion02 .accordion-button:not(.collapsed) .list-toggle-icon::after {
  height: 0;
}

@media screen and (max-width: 767px) {
  .list-title {
    font-size: 1.5rem;
  }

  #list iframe {
    height: 140px !important;
  }
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 767px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 50%;
}

.back-to-top {
  right: 16px;
  bottom: 330px;
  padding: 12px;
}

.section08 {
  background-color: #ffffff;
  font-family: serif;
}

.section08-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.section08-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section08-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section08-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section08-table {
  border-top: 1px solid #d9d9d9;
}

.section08-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
}

.section08-row-location {
  min-height: 70px;
}

.section08-th {
  font-weight: 700;
  color: #333333;
}

.section08-td {
  color: #333333;
  line-height: 1.8;
}

.section08-td a {
  color: #333333;
  text-decoration: underline;
}

.section08-label {
  font-weight: 700;
}

.section08-maps {
  display: grid;
  gap: 5px;
}

.section08-maps img {
  width: 100%;
  border: 1px solid #e2e2e2;
}

.section08-maps iframe {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e2e2e2;
  display: block;
  height: 280px;
}

.section08-map {
  height: 220px;
  object-fit: cover;
}

.section08-cta {
  margin-top: 26px;
  text-align: left;
}

.section08-cta-btn {
  display: block;
  width: 100%;
  padding: 7px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.section08-cta-btn:hover {
  color: #ffffff;
}

.section07-btn,
.section08-cta-btn,
.section10-cta-btn,
.section14-cta-btn,
.section16-cta-btn,
.section20-cta-btn {
  position: relative;
  padding-right: 3.4rem;
}

.section07-btn::after,
.section08-cta-btn::after,
.section10-cta-btn::after,
.section14-cta-btn::after,
.section16-cta-btn::after,
.section20-cta-btn::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

.section07-btn,
.section08-cta-btn,
.section10-cta-btn,
.section13-btn,
.section19-btn,
.section14-cta-btn,
.section16-cta-btn,
.section20-cta-btn,
.section22-cta-btn {
  font-family: serif;
}

.section09 {
  background-color: #ffffff;
  font-family: serif;
}

.section09-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 1px;
}

.section09-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section09-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section09-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section09-list {
  display: grid;
  gap: 28px;
}

.section09-item {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 24px;
  align-items: center;
}

.section09-item-line {
  height: 1px;
  background-color: #bfc6ce;
  margin: 10px 0 12px;
}

.section09-item-body {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #2b2b2b;
  line-height: 1.9;
}

.section09-source {
  margin: 0;
  color: #2b2b2b;
  font-size: 12px;
  text-align: right;
}

.section09-media img {
  width: 100%;
}

.section10 {
  background-color: #ffffff;
  font-family: serif;
}

.section10-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section10-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section10-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section10-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section10-list {
  display: grid;
  gap: 24px;
}

.section10-item {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background-color: #f2f2f2;
}

.section10-item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: none;
}

.archivements-item-title {
  margin: 0 0 0 -20px;
  font-size: 18px;
  font-weight: 700;
  color: #9b1a2e;
  position: relative;
  padding-left: 32px;
}
.archivements-item-title::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0.5em;
  width: 30px;
  height: 1px;
  background-color: #000;
}

.section10-item-sub {
  margin: 0 0 0 15px;
  font-size: 12px;
  color: #6a7178;
}

.section10-item-body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.section10-photo-main,
.section10-photo-side {
  height: 100%;
}

.section10-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section10-photo-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section10-photo-side img {
  width: 100%;
  flex: 1 1 0;
  object-fit: cover;
}

.section16-photo-crop {
  flex: 1 1 0;
  overflow: hidden;
}

.section16-photo-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2.5);
  transform-origin: center;
  display: block;
}

.section22-photo-crop {
  flex: 1 1 0;
  overflow: hidden;
}

.section22-photo-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
  transform-origin: center;
  display: block;
}

.section10-credit {
  margin: 0;
  font-size: 11px;
  color: #6a7178;
  text-align: right;
}

.section10-cta {
  margin-top: 24px;
  text-align: center;
}

.section10-cta-btn {
  display: inline-block;
  min-width: 280px;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.section10-cta-btn:hover {
  color: #ffffff;
}

.section11 {
  background-color: #ffffff;
}

.section11-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.section11-media img {
  width: 100%;
}

.section11-content {
  position: relative;
  padding-top: 10px;
}

.section11-lead {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
  color: #1c2b3a;
  line-height: 1.7;
}

.section11-name {
  display: inline-block;
  padding: 18px 28px;
  background: linear-gradient(90deg, rgba(27,45,70,0) 0%, #1b2d46 20%, #1b2d46 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 280px;
  margin-left: -140px;
  width: calc(100% + 140px);
  padding-left: 90px;
}

.section11-credit {
  margin: 16px 0 0;
  text-align: right;
  font-size: 12px;
  color: #6a7178;
}

.section12 {
  background-color: #ffffff;
  font-family: serif;
}

.section12-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section12-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section12-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section12-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section12-list {
  display: grid;
  gap: 18px;
}

.section12-item {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  background-color: #f8f8f8;
}

.section12-item-reverse {
  grid-template-columns: 280px 1fr;
}

.section12-item-reverse .section12-text {
  order: 2;
}

.section12-item-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1e5aa6;
}

.section12-item-line {
  height: 1px;
  background-color: #bfc6ce;
  margin: 10px 0 12px;
}

.section12-item-body {
  margin: 0;
  color: #2b2b2b;
  line-height: 1.9;
}

.section12-media img {
  width: 100%;
}

.section12-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.section12-media img {
  height: 100%;
  object-fit: cover;
}

.section13,
.section19 {
  position: relative;
  background-color: #f7f7f7;
  background-image: url("../../assets/img/section-07-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: serif;
}

.section13-inner,
.section19-inner {
  position: relative;
  text-align: center;
  padding: 44px 20px 40px;
}

.section13-title,
.section19-title {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 700;
  color: #8a1a2b;
  font-family: serif;
  line-height: 1.5;
}

.section13-actions,
.section19-actions {
  display: grid;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.section13-btn,
.section19-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  padding: 18px 64px 18px 24px;
  min-height: 56px;
  letter-spacing: 0.02em;
}

.section13-btn::after,
.section19-btn::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
}

.section13-btn-primary,
.section19-btn-primary {
  color: #ffffff;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.section13-btn-secondary,
.section19-btn-secondary {
  color: #ffffff;
  background: linear-gradient(180deg, #4b4b4b, #333333);
}

.section13-btn:hover,
.section19-btn:hover {
  color: #ffffff;
}

.section14 {
  background-color: #ffffff;
  font-family: serif;
}

.section14-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.section14-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section14-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section14-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section14-table {
  border-top: 1px solid #d9d9d9;
}

.section14-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
}

.section14-th {
  font-weight: 700;
  color: #333333;
}

.section14-td {
  color: #333333;
  line-height: 1.8;
}

.section14-td a {
  color: #333333;
  text-decoration: underline;
}

.section14-map img {
  width: 100%;
  border: 1px solid #e2e2e2;
}

.section14-cta {
  margin-top: 26px;
  text-align: center;
}

.section14-cta-btn {
  display: inline-block;
  min-width: 280px;
  padding: 18px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.section14-cta-btn:hover {
  color: #ffffff;
}

.section15 {
  background-color: #ffffff;
  font-family: serif;
}

.section15-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section15-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section15-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section15-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section15-list {
  display: grid;
  gap: 28px;
}

.section15-item {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 24px;
  align-items: start;
}

.section15-item-line {
  height: 1px;
  background-color: #bfc6ce;
  margin: 10px 0 12px;
}

.section15-item-body {
  margin: 0 0 10px;
  color: #2b2b2b;
  line-height: 1.9;
}

.section15-source {
  margin: 0;
  color: #2b2b2b;
  font-size: 12px;
  text-align: right;
}

.section15-media img {
  width: 100%;
}

.section16 {
  background-color: #ffffff;
  font-family: serif;
}

.section16-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section16-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section16-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section16-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section16-list {
  display: grid;
  gap: 24px;
}

.section16-item {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
}

.section16-item-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc6ce;
}

.section16-item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1e5aa6;
}

.section16-item-sub {
  margin: 0;
  font-size: 12px;
  color: #6a7178;
}

.section16-item-body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: start;
}

.section16-photo-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.section16-photo-side {
  display: grid;
  gap: 12px;
}

.section16-photo-side img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.section16-credit {
  margin: 0;
  font-size: 11px;
  color: #6a7178;
  text-align: right;
}

.section16-cta {
  margin-top: 24px;
  text-align: center;
}

.section16-cta-btn {
  display: inline-block;
  min-width: 280px;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.section16-cta-btn:hover {
  color: #ffffff;
}

.section17 {
  background-color: #ffffff;
  font-family: serif;
}

.section17-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.section17-media img {
  width: 100%;
}

.section17-content {
  position: relative;
  padding-top: 10px;
}

.section17-lead {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
  color: #1c2b3a;
  line-height: 1.7;
}

.section17-name {
  display: inline-block;
  padding: 18px 28px;
  background: linear-gradient(90deg, rgba(27,45,70,0) 0%, #1b2d46 20%, #1b2d46 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 280px;
  margin-left: -140px;
  width: calc(100% + 140px);
  padding-left: 90px;
}

.section17-credit {
  margin: 16px 0 0;
  text-align: right;
  font-size: 12px;
  color: #6a7178;
}

.section18 {
  background-color: #ffffff;
  font-family: serif;
}

.section18-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section18-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section18-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section18-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section18-list {
  display: grid;
  gap: 18px;
}

.section18-item {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  background-color: #f8f8f8;
}

.section18-item-reverse {
  grid-template-columns: 280px 1fr;
}

.section18-item-reverse .section18-text {
  order: 2;
}

.section18-item-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1e5aa6;
}

.section18-item-line {
  height: 1px;
  background-color: #bfc6ce;
  margin: 10px 0 12px;
}

.section18-item-body {
  margin: 0;
  color: #2b2b2b;
  line-height: 1.9;
}

.section18-media img {
  width: 100%;
}

.section20 {
  background-color: #ffffff;
  font-family: serif;
}

.section20-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.section20-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section20-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section20-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section20-table {
  border-top: 1px solid #d9d9d9;
}

.section20-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
}

.section20-th {
  font-weight: 700;
  color: #333333;
}

.section20-td {
  color: #333333;
  line-height: 1.8;
}

.section20-td a {
  color: #333333;
  text-decoration: underline;
}

.section20-map img {
  width: 100%;
  border: 1px solid #e2e2e2;
}

.section20-cta {
  margin-top: 26px;
  text-align: center;
}

.section20-cta-btn {
  display: inline-block;
  min-width: 280px;
  padding: 18px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.section20-cta-btn:hover {
  color: #ffffff;
}

.section21 {
  background-color: #ffffff;
  font-family: serif;
}

.section21-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section21-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section21-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section21-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section21-list {
  display: grid;
  gap: 32px;
}

.section21-item {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 24px;
  align-items: start;
}

.section21-item-line {
  height: 1px;
  background-color: #bfc6ce;
  margin: 10px 0 12px;
}

.section21-item-body {
  margin: 0 0 12px;
  color: #2b2b2b;
  line-height: 1.9;
}

.section21-source {
  margin: 0;
  color: #2b2b2b;
  font-size: 12px;
  text-align: right;
  display: block;
}

.section21-media img {
  width: 100%;
  height: auto;
}

.section22 {
  background-color: #ffffff;
  font-family: serif;
}

.section22-header {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f2f2f2;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.section22-header-bar {
  width: 4px;
  height: 48px;
  background-color: #1f2a33;
}

.section22-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}

.section22-subtitle {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #2b2b2b;
}

.section22-list {
  display: grid;
  gap: 24px;
}

.section22-item {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
}

.section22-item-head {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
}

.section22-item-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 2px;
  background-color: #1f2a33;
}

.section22-item-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #1e5aa6;
}

.section22-item-sub {
  margin: 0;
  font-size: 12px;
  color: #6a7178;
}

.section22-item-body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: start;
}

.section22-photo-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
}

.section22-photo-side {
  display: grid;
  gap: 12px;
}

.section22-photo-crop {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.section22-photo-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section22-photo-zoom {
  transform: scale(1.08);
  transform-origin: center;
}

.section22-credit {
  margin: 0;
  font-size: 11px;
  color: #6a7178;
  text-align: right;
}

.section22-cta {
  margin-top: 24px;
  text-align: center;
}

.section22-cta-btn {
  display: inline-block;
  min-width: 280px;
  padding: 16px 52px 16px 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7a1020 0%, #9b1a2e 45%, #7a1020 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.section22-cta-btn::after {
  content: ">";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.section22-cta-btn:hover {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .section08-row {
    grid-template-columns: 90px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section08-header {
    padding: 14px 16px;
  }

  .section08-title {
    font-size: 20px;
  }

  .section08-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section08-row-location {
    min-height: 0;
  }

  .section08-map {
    height: auto;
  }

  .section08-th {
    font-size: 14px;
  }

  .section09-header {
    padding: 14px 16px;
  }

  .section09-title {
    font-size: 20px;
  }

  .section09-item {
    grid-template-columns: 1fr;
  }

  .section09-media {
    text-align: center;
  }

  .section09-media img,
  .section15-media img,
  .section21-media img {
    max-width: 50%;
  }

  .section10-header {
    padding: 14px 16px;
  }

  .section10-title {
    font-size: 20px;
  }

  .section10-item {
    padding: 16px;
  }

  .section10-item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .section10-item-body {
    grid-template-columns: 1fr;
  }

  .section11-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section11-lead {
    font-size: 16px;
  }

  .section11-name {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
    padding-left: 24px;
  }

  .section12-header {
    padding: 14px 16px;
  }

  .section12-title {
    font-size: 20px;
  }

  .section12-item,
  .section12-item-reverse {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .section12-item-reverse .section12-text {
    order: 0;
  }

  .section13-title,
  .section19-title {
    font-size: 22px;
  }

  .section13-btn,
  .section19-btn {
    padding: 16px 44px 16px 24px;
  }

  .section14-header {
    padding: 14px 16px;
  }

  .section14-title {
    font-size: 20px;
  }

  .section14-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section15-header {
    padding: 14px 16px;
  }

  .section15-title {
    font-size: 20px;
  }

  .section15-item {
    grid-template-columns: 1fr;
  }

  .section15-media {
    text-align: center;
  }

  .section16-header {
    padding: 14px 16px;
  }

  .section16-title {
    font-size: 20px;
  }

  .section16-item {
    padding: 16px;
  }

  .section16-item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .section16-item-body {
    grid-template-columns: 1fr;
  }

  .section17-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section17-lead {
    font-size: 16px;
  }

  .section17-name {
    font-size: 20px;
    width: 100%;
    margin-left: 0;
    padding-left: 24px;
  }

  .section18-header {
    padding: 14px 16px;
  }

  .section18-title {
    font-size: 20px;
  }

  .section18-item,
  .section18-item-reverse {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .section18-item-reverse .section18-text {
    order: 0;
  }

  .section20-header {
    padding: 14px 16px;
  }

  .section20-title {
    font-size: 20px;
  }

  .section20-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section21-header {
    padding: 14px 16px;
  }

  .section21-title {
    font-size: 20px;
  }

  .section21-item {
    grid-template-columns: 1fr;
  }

  .section22-header {
    padding: 14px 16px;
  }

  .section22-title {
    font-size: 20px;
  }

  .section22-item {
    padding: 16px;
  }

  .section22-item-body {
    grid-template-columns: 1fr;
  }
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  position: absolute;
  top: -13px;
  right: 6px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border: none;
  background-color: #ffffff;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 1;
  color: #333;
}

.floating-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  width: 360px;
  font-family: serif;
}

.floating-banner-link {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  background: url("../../assets/img/t_btn_banner.jpg") center/cover no-repeat;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.floating-banner-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 0;
}

.floating-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  z-index: 1;
}

.floating-banner-body {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 30px 18px 48px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  text-align: left;
}

.floating-line {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
}

.floating-line:last-child {
  margin-bottom: 0;
}

.floating-strong {
  font-size: 30px;
  font-weight: 800;
  margin: 0 4px;
}

.floating-emphasis {
  font-size: 30px;
  font-weight: 700;
}

.floating-label,
.floating-unit {
  font-weight: 600;
  font-size: 16px;
}

.floating-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 2px 8px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1.1;
}

.floating-banner-foot {
  position: relative;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .floating-banner {
    right: 10px;
    left: 10px;
    width: auto;
  }

  .floating-banner-body {
    padding: 24px 14px 44px;
  }

  .floating-line {
    font-size: 16px;
  }

  .floating-strong {
    font-size: 22px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}

/* ===== section02 company cards ===== */
.company-card {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
}

.card-top-line {
  width: 100%;
  height: 8px;
  background-color: #1a3a52;
}

.card-header-bg {
  background-color: #e8e8e8;
}

.card-header-bg .head-sub {
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: center;
  font-family: serif;
}

.card-header-bg .company-name {
  background: #08243a;
  color: #fff;
  margin: 0;
  padding: 1rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-family: serif;
  border-radius: 0;
  width: 100%;
}

.company-name-main {
  display: inline-block;
  font-size: 1.6rem;
}

.card-media {
  width: 100%;
}

.card-media img {
  display: block;
  width: 100%;
  height: auto;
}

.card-credit {
  font-size: 0.8rem;
  color: #000000;
  margin: 0.5rem 0 0 0;
  text-align: right;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card-body-gray {
  background-color: #e8e8e8;
  --card-bg: #e8e8e8;
}

.company-card .card-body.card-body-gray {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.company-card .lead-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  font-family: serif;
}

@media (max-width: 767px) {
  .section02-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 6% 8px;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 6%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .section02-scroll::-webkit-scrollbar {
    display: none;
  }

  .section02-scroll > [class*="col-"] {
    flex: 0 0 88%;
    max-width: 88%;
    scroll-snap-align: center;
  }
}

.company-card .card-actions .btn {
  border-radius: 40px;
  padding: 0.85rem 2.6rem 0.85rem 1.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.3;
  position: relative;
  font-family: serif;
}

.company-card .card-actions .btn::after {
  content: ">";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}

.btn-red {
  background: linear-gradient(180deg,#8e1a26,#5b0f16);
  color: #fff;
  border: none;
}

.btn-red:hover {
  background: linear-gradient(180deg,#a0202e,#6b121c);
  color: #fff;
}

.btn-darkgray {
  background: linear-gradient(180deg,#4b4b4b,#222);
  color: #fff;
  border: none;
}

.btn-darkgray:hover {
  background: linear-gradient(180deg,#555,#111);
  color: #fff;
}

@media (max-width: 767px) {
  .card-header-bg .company-name {
    font-size: 1rem;
  }
}

/* ===== end section02 styles ===== */

/* ===== section03 styles ===== */
.section03-header {
  margin-bottom: 2rem;
}

.section03-line {
  width: 2px;
  height: 36px;
  background-color: #143f7a;
}

.section-subtitle-badge {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding: 6px 18px;
  background-color: #9b1a2e;
  border-radius: 0;
}

.section-subtitle-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9b1a2e;
}

.section03-title {
  font-family: serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.section03-body-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}

.section03-image {
  border-radius: 0;
  display: block;
  width: 88%; /* 画像を少し狭める */
  max-width: 820px; /* 横幅の上限を設定してレイアウト崩れを防止 */
  position: relative;
  z-index: 5; /* bring image in front of the text-box background */
}

.section03-text-box {
  background-color: #e8e8e8;
  /* base padding, left increased to keep text clear of image */
  padding: 5rem 2rem 2rem;
  padding-left: calc(2rem + 80px);
  border-radius: 0;
  position: absolute;
  right: -350px;
  bottom: -40px;
  width: 70%;
  min-height: 370px;
  box-shadow: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .section03-text-box {
    position: static;
    padding: 2rem;
    width: 100%;
    margin-top: 20px;
    min-height: auto;
  }
}

.section03-text-box::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 80px;
  height: 100%;
  background: #e8e8e8;
  z-index: 1;
}

.section03-text-box p,
.section03-text-box h3,
.section03-text-box li {
  position: relative;
  z-index: 7; /* テキストを画像より前面に表示して可読性を確保 */
  line-height: 2.1;
  font-size: 1.0rem;
  font-family: serif;
}
@media (max-width: 767px) {
  .section03-text-box p,
  .section03-text-box h3,
  .section03-text-box li {
    font-size: 0.8rem; /* 好きなサイズ */
    line-height: 1.8;  /* 必要なら */
  }
}

/* もし背景（疑似要素）は画像の下に残したい場合はそのままにする */
.section03-text-box::before {
  z-index: 1;
}

.section03-divider {
  border: none;
  border-top: 2px dashed #ddd;
  background: repeating-linear-gradient(90deg, #ddd 0, #ddd 10px, transparent 10px, transparent 20px);
  height: 2px;
}

.section03-hatch-line {
  height: 16px;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ddd 10px,
    #ddd 12px
  );
}

.section03-comparison-box {
  background-color: #e8e8e8;
  border-radius: 0;
}

.section03-subtitle2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111;
  font-family: serif;
}

.section03-compare {
  max-width: 980px;
  margin: 0 auto 32px;
}

.section03-compare-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #111;
  font-family: serif;
}
@media (max-width: 767px) {
  .section03-compare-title {
    font-size: 1.8rem;
  }
} 
.section03-compare-title span {
  color: #c41e3a;
}

.section03-compare-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section03-compare-single {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}

.section03-compare-single-image {
  width: min(860px, 100%);
  height: auto;
}

.section03-compare-item {
  flex: 1;
  text-align: center;
}

.section03-compare-image {
  width: min(240px, 90%);
  height: auto;
}

.section03-compare-label {
  margin-top: 12px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}

.section03-compare-label span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
}

.section03-compare-center {
  flex: 0 0 160px;
  text-align: center;
  font-weight: 700;
  color: #333;
}

.section03-compare-center p {
  margin: 0;
}

.section03-compare-reduction {
  margin-top: 6px;
  font-size: 1.6rem;
  color: #c41e3a;
  font-weight: 800;
}

.section03-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.section03-result-media {
  flex: 0 0 42%;
  text-align: center;
}

.section03-result-image {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.section03-result-textarea {
  flex: 1;
}

.section03-result-head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  font-family: serif;
  line-height: 1.8;
  margin-bottom: 6px;
}

.section03-result-head span {
  color: #2a6fb6;
  font-weight: 800;
}

.section03-result-sub {
  font-size: 1.2rem;
  color: #666;
  font-family: serif;
  margin-bottom: 6px;
}

.section03-result-source {
  font-size: 1.2rem;
  color: #777;
  font-family: serif;
  margin-bottom: 0;
}

.comparison-item {
  padding: 1.5rem;
}

.comparison-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.comparison-value {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
}

.energy-reduction {
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}

.reduction-large {
  font-size: 1.8rem;
  color: #c41e3a;
  font-weight: 800;
}

.section03-illustration-placeholder {
  padding: 3rem 2rem;
  background-color: #e8e8e8;
  border-radius: 12px;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
}

.section03-result-text {
  font-size: 1.25rem;
  color: #222;
  font-weight: 600;
  line-height: 1.9;
}

.result-highlight {
  color: #2a6fb6; /* ブルーで強調 */
  font-size: 1.4rem;
  font-weight: 800;
}

.result-detail {
  font-size: 0.95rem;
  color: #666;
}

.result-source {
  font-size: 0.7rem;
  color: #999;
  margin-top: 0.5rem;
}

.section03-insight {
  background-color: #e8e8e8;
  border-left: 4px solid #1a3a52;
}

.insight-text {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}

.section03-hatch-box {
  position: relative;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  padding: 28px 24px;
  max-width: 980px;
  margin: 0 auto 28px;
  overflow: hidden;
}

.section03-hatch-box::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 112px;
  background: linear-gradient(180deg, rgba(232, 232, 238, 0.25) 0%, rgba(198, 202, 224, 0.45) 55%, rgba(160, 166, 198, 0.7) 100%);
  clip-path: polygon(25% 0, 75% 0, 75% 50%, 100% 50%, 50% 100%, 0 50%, 25% 50%);
}

.hatch-text {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #000;
  font-family: serif;
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

.hatch-emphasis {
  color: #000;
  font-weight: 700;
}

.section03-cta {
  padding-bottom: 12px;
}

/* グレー帯の上下に斜めの網掛けラインを表示する */
.section03-gray-block {
  position: relative;
  overflow: visible;
  background-color: #f5f5f5;
  padding: 48px 24px;
}
.section03-gray-block::before,
.section03-gray-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 14px;
  background: repeating-linear-gradient(135deg, #e6e6e6 0, #e6e6e6 8px, transparent 8px, transparent 16px);
  z-index: 4;
}
.section03-gray-block::before {
  top: -14px;
}
.section03-gray-block::after {
  bottom: -14px;
}

.cta-intro {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .cta-intro {
    font-size: 0.7rem;
  }
  
}

.cta-highlight {
  font-size: 1.65rem;
  color: #b1322e;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cta-highlight {
    font-size: 0.9rem;
  }
}
.cta-emphasis {
  font-family: serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #111;
}

.cta-emphasis span {
  font-size: 2rem;
  font-weight: 700;
}

.cta-illustration-placeholder {
  padding: 2rem;
  background-color: #f0f0f0;
  border-radius: 8px;
  color: #999;
  display: inline-block;
  font-size: 0.9rem;
}

/* CTA 内の白いカード */
.section03-cta-card {
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e1e1e1;
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.section03-cta-card .cta-text {
  position: relative;
  z-index: 2;
  text-align: left;
  font-family: serif;
  color: #111;
  line-height: 1.6;
}

.section03-cta-media {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.section03-cta-image {
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .section03-cta-card {
    flex-direction: column;
    text-align: left;
  }
  .section03-cta-card .cta-text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .section03-gray-block {
    padding: 32px 16px;
  }

  .section03-compare-single {
    margin-bottom: 22px;
  }

  .section03-compare-grid {
    flex-direction: column;
    gap: 16px;
  }

  .section03-compare-center {
    flex: none;
  }

  .section03-compare-reduction {
    font-size: 1.4rem;
  }

  .section03-result {
    flex-direction: column;
    text-align: center;
  }
  .section03-result {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .section03-result-media {
    flex: none;
    width: 40%;
  }

  .section03-result-textarea {
    text-align: center;
  }

  .section03-hatch-box {
    padding: 10px 0px;
  }

  .section03-hatch-box::after {
    display: none;
  }

  .hatch-text {
    font-size: 0.75rem;
  }

  .section03-cta-media {
    width: 50%;
  }

  .section03-cta-image {
    width: 50%;
  }

  .section03-title {
    font-size: 1.5rem;
  }

  .reduction-large {
    font-size: 1.4rem;
  }

  .result-highlight {
    font-size: 1.1rem;
  }

  .section03-text-box {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -1.5rem;
  }

}

/* ===== end section03 styles ===== */

/* ===== section01 styles (見本に合わせた中央見出し) ===== */
.section01-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1rem 0;
}

.section-deco {
  width: 2px;
  height: 36px;
  background-color: #143f7a;
  margin: 0 auto 12px auto;
}

.section-main-title {
  font-family: serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  margin: 0.25rem 0 0.5rem 0;
  line-height: 1.15;
}

.section-main-title-num {
  color: #9f1f2f;
  font-size: 4rem;
  font-weight: 800;
  margin-left: 0.25rem;
}

.section01-note {
  font-size: 0.75rem;
  color: #777;
  position: absolute;
  right: 0;
  bottom: 0.25rem;
}

.section-main-title-small {
  font-size: 0.75em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .section-main-title {
    font-size: 1.5rem;
  }
  .section-main-title-num {
    font-size: 1.9rem;
  }
  .section01-note {
    position: static;
    margin-top: .5rem;
  }
}

/* ===== end section01 styles ===== */

.section-subtitle-badge,
.section04-lead,
.section05-lead,
.section06-sub,
.strengths-item-title,
.section08-subtitle,
.section09-subtitle,
.section10-subtitle,
.section12-subtitle,
.section14-subtitle,
.section15-subtitle,
.section16-subtitle,
.section18-subtitle,
.section20-subtitle,
.section21-subtitle,
.section22-subtitle {
  font-family: serif;
}

/* ===== section04 styles (3カラム比較) ===== */
.section04-header {
  position: relative;
}

.section04-lead {
  color: #2a6fb6;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.section04-title {
  font-family: serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0.2rem 0 0.75rem 0;
}

.section04-num {
  color: #c41e3a;
  font-size: 2.6rem;
}

.section04-note {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.7rem;
  color: #666;
  margin: 0;
}
.company-card { 
  margin-bottom: 1.25rem;
}
.company-card .card-media img{
  width:100%;
  height: auto;
  display:block;
}
/* 画像を同じ寸法で揃えて余白を無くす */
.company-card .card-media{
  width:100%;
  height:220px; /* 固定高さ：必要に応じて調整してください */
  overflow:hidden;
  padding:0;
  margin:0;
}
.company-card .card-media img{
  width:100%;
  height:100%;
  object-fit:cover; /* 中央を切り抜いて表示 */
  display:block;
}
.card-media-zoom img{
  transform: scale(2.0);
  transform-origin: center center;
}
@media (max-width: 767px){
  .company-card .card-media{
    height:180px;
  }
}
.company-card hr{
  border-top: 1px solid #e2e2e2;
}
.card-actions .btn{
  width:100%;
}
@media (min-width: 768px){
  .company-card{height:100%; display:flex; flex-direction:column;}
  .company-card .card-media{flex:0 0 auto}
  .company-card .card-body-gray{flex:1 1 auto}
}
/* 住まいのウチイケ 固有調整 */
#section04 .company-card {
  border: 1px solid #000000;
  box-shadow: none;
  background-color: #f5f5f5;
}

#section04 .company-name-wrap{
  border-top: 4px solid #183246;
  background:#183246;
  padding:14px 12px;
}

#section04 .company-name-wrap .company-name{
  margin:0;
  font-family: serif;
  font-size: 1.5rem;
  color:#ffffff;
  font-weight:700;
}
.card-media p.card-credit{font-size:0.75rem; color:#999; margin:8px 0 0 0}
#section04 .card-body-gray {
  background-color: #f5f5f5;
  --card-bg: #f5f5f5;
  display: flex;
  flex-direction: column;
}
#section04 .card-body-gray .item{
  display:flex;
  flex-direction:column;
}
#section04 .card-body-gray .item:nth-of-type(1){ min-height:6.8rem; }
#section04 .card-body-gray .item:nth-of-type(2){ min-height:6.8rem; }
#section04 .card-body-gray .item:nth-of-type(3){ min-height:11.5rem; }
#section04 .card-body-gray .item:nth-of-type(4){ min-height:6.4rem; }
#section04 .card-body-gray .item:nth-of-type(5){ min-height:13.2rem; }
#section04 .card-body-gray .item:nth-of-type(6){ min-height:8.2rem; }

#section04 .item-title{ color:#c41e3a; font-weight:700; margin:0 0 8px 0; font-family: serif; padding-bottom:6px; border-bottom:1px solid #cfcfcf;}
#section04 .item-value{ margin:0 0 12px 0; color:#222; font-size: 0.9rem; line-height: 1.6;}
#section04 .card-credit{ font-size:0.7rem; color:#666;}
.icon-circle{ position:relative; width:56px; height:56px; border-radius:50%; border:3px solid #183246; margin:0 auto;}
.icon-circle::after{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:34px; height:34px; border-radius:50%; border:3px solid #183246;}
.icon-triangle{
  width:0;
  height:0;
  border-left:26px solid transparent;
  border-right:26px solid transparent;
  border-bottom:48px solid #183246;
  position: relative;
  margin:0 auto;
}
.icon-triangle::after{
  content:"";
  position:absolute;
  left:-20px;
  top:8px;
  width:0;
  height:0;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-bottom:36px solid var(--card-bg, #e8e8e8); /* 中抜き: カード背景に合わせる */
}
.card-credit.small{font-size:0.75rem; color:#666}
.card-actions .btn span{display:block}
#section04 .card-actions .btn{ border-radius:40px; padding:14px 18px; font-weight:700}
#section04 .card-actions{ margin-top:auto; }
#section04 .card-actions .btn.btn-red{ background: linear-gradient(180deg,#8e1a26,#5b0f16);}
#section04 .card-actions .btn.btn-darkgray{ background: linear-gradient(180deg,#4b4b4b,#222);}

@media (max-width: 767px){
  .section04-title {
    font-size: 1.6rem;
  }
  .section04-num {
    font-size: 2.1rem;
  }
  .section04-note {
    position: static;
    text-align: center;
    margin-top: 0.35rem;
  }
}
/* ===== end section04 styles ===== */

/* ===== section05 styles ===== */
.section05-header {
  position: relative;
}
.section05-header::before {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #1b2d46;
  margin: 0 auto 10px auto;
}
.section05-lead {
  color: #2a6fb6;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.section05-title {
  font-family: serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
}
.section05-title-num {
  color: #c41e3a;
  font-size: 2.8rem;
  margin-left: 0.2rem;
}
.section05-note {
  text-align: right;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.5rem;
}
.section05-image {
  width: 100%;
  border: none;
  background: transparent;
  position: relative;
  z-index: 1;
}
.section05-image-placeholder {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9rem;
  background: #f2f2f2;
}
.section05-credit {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.5rem;
}
.section05-copy {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c2b3a;
  line-height: 1.6;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.company-hero {
  background: linear-gradient(90deg, rgba(27,45,70,0) 0%, #1b2d46 20%, #1b2d46 100%);
  color: #fff;
  padding: 1.1rem 1.5rem;
  position: relative;
  z-index: 2;
  margin-left: -150px;
  width: calc(100% + 150px);
}
@media (max-width: 767px) {
  .company-hero {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-left: 0px;
    width:auto;
  }
}
.section05-hero-label {
  margin: 0;
  font-size: 1rem;
  opacity: 0.9;
  text-align: left;
  padding-left: 100px;
}
.section05-hero-name {
  margin: 0.25rem 0 0 0;
  font-size: 1.7rem;
  font-weight: 800;
  text-align: left;
  padding-left: 100px;
}
.section05-body .col-md-5 {
  padding-top: 10px;
}
.company-hero-copy,
.company-hero-label,
.company-hero-name {
  font-family: serif;
}
@media (max-width: 767px) {
  .section05-title {
    font-size: 1.6rem;
  }
  .section05-title-num {
    font-size: 1.9rem;
  }
  .section05-image-placeholder {
    height: 220px;
  }
  .section05-note {
    text-align: center;
  }
}
/* ===== end section05 styles ===== */

/* ===== section06 styles ===== */
.section06-header {
  background: #f2f2f2;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.section06-header::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 42px;
  background: #1b2d46;
}
.section06-title {
  margin: 0 0 0.25rem 1rem;
  font-family: serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1b2d46;
}
.section06-sub {
  margin: 0 0 0 1rem;
  font-size: 0.85rem;
  color: #1b2d46;
  letter-spacing: 0.08em;
}
.strengths-item {
  border-top: 1px solid #e6e6e6;
  background: #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: serif;
}
.strengths-item + .strengths-item {
  margin-top: 10px;
}
.strengths-item-last {
  border-bottom: none;
}
.strengths-item-title,
.reviews-item-title {
  color: #9b1a2e;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c9d3de;
}
@media (max-width: 767px) {
  .strengths-item-title,
  .reviews-item-title,
  .archivements-item-title {
    font-size: 1rem;
  }
}
.company-hero-copy {
  color: #9b1a2e;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .company-hero-copy {
    font-size: 0.7rem;
  }
}
.strengths-item-text {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .strengths-item-text {
    font-size: 0.8rem;
  }  
}
.strengths-image {
  width: 100%;
  height: auto;
  display: block;
}

.strengths-image-crop {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (max-width: 767px) {
  #section06, #section05 , #section07, 
  #section08, #section09, #section10, 
  #section11, #section13, #section17,
  #section12, #section14, #section15,
   #section16, #section18, #section19,
   #section20, #section21, #section22 {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
  }
  .section06-header {
    padding: 1rem 1rem 1rem 1.5rem;
  }
  .section06-title {
    font-size: 1.3rem;
  }
  .strengths-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* ===== end section06 styles ===== */

/* ===== section07 styles ===== */
.section07-box {
  background: #f8f8f8 url("../../assets/img/section-07-01.jpg") center/cover no-repeat;
  border-radius: 6px;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section07-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  pointer-events: none;
}
.section07-title {
  position: relative;
  z-index: 1;
  font-family: serif;
  font-size: 3rem;
  font-weight: 700;
  color: #9f1f2f;
  margin: 0 0 1.5rem 0;
}
.section07-buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
.section07-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(680px, 100%);
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.section07-btn-primary {
  background: linear-gradient(180deg, #9b1d2b 0%, #6a141f 100%);
  color: #fff;
}
.section07-btn-secondary {
  background: linear-gradient(180deg, #555 0%, #2c2c2c 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .section07-title {
    font-size: 1.5rem;
  }
}

/* ===== end section07 styles ===== */
@media (max-width: 767px) {
  .section03-result-textarea {
    font-size: 0.85rem;
  }
  .section03-result-head {
    font-size: 0.85rem;
  }
  .section03-result-sub {
    font-size: 0.85rem;
  }
  .section03-result-source {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {
  .section-main-title {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
  .section-subtitle-badge{
    font-size: 1rem;
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .fv-badge {
    width: 90px;
    height: 90px;
    font-size: 0.5em;
    padding: 4px 0;
  }
  .fv-badge-top {
    font-size: 10px;
  }
  .fv-badge-mid {
    font-size: 8px;
  }
  .fv-badge-num {
    font-size: 15px;
  }
  .fv-badge-num span {
    font-size: 8px;
  }
  .fv-badge-chevron-down {
    width: 0.7em;
    height: 0.7em;
  }
}
@media (max-width: 767px) {
  .fv-bottom .row {
    flex-direction: row !important;
    gap: 8px;
    justify-content: center;
    align-items: stretch;
  }
  .fv-bottom .col-12 {
    max-width: 100%;
    flex: 1 1 0;
    text-align: center;
    margin-bottom: 0;
    padding: 0 2px;
  }
  .fv-bottom-link {
    font-size: 0.5rem;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 110px;
  }
  .fv-bottom-title {
    font-size: 0.5rem;
  }
  .fv-bottom-sub {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {
  .fv-inner {
    padding: 12px 0 80px;
  }
  .fv-panel {
    padding: 14px 8px 16px;
    max-width: 98vw;
    width: 98vw;
  }
  .fv-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .fv-title-area {
    font-size: 0.7em;
  }
  .fv-divider,
  .fv-divider-thin {
    width: 90%;
    margin: 6px auto 10px;
  }
  .fv-question {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .fv-note {
    font-size: 0.92rem;
    line-height: 1.5;
  }
  .fv-badge-top::before,
  .fv-badge-top::after {
    width: 16px;
    height: 1px;
  }

  .fv-badge-top::before {
    left: -10px;
  }
  .fv-badge-top::after {
    right: -10px;
  }
  .fv-badge-top{
    position: relative;
    top: 9px;
  } 
  .fv-badge-mid {
    position: relative;
    top: 6px;  /* 下にずらす */
  }

  .fv-bottom {
    text-align: center;
  }
  .fv-bottom-link {
    display: inline-block;
    text-align: center;
    margin: 0 8px;
  }
}

@media (max-width: 767px) {
.break-mobile {
display: block;
}

}

@media (max-width: 767px) {
  /* row の隙間をゼロ（Bootstrapのガターもゼロ） */
  .fv-bottom .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    gap: 0 !important;
  }

  /* 3分割：33.333%固定 */
  .fv-bottom .row > [class*="col-"] {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* リンクの余計な幅・マージンを消す */
  .fv-bottom-link {
    display: flex !important;
    width: 100%;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 4px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
