@charset "UTF-8";
.bg-fv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 570px;
  z-index: 0;
  padding-top: 1.5rem;
  padding-bottom: 6rem;
  background-image: url(../../assets/img/sectionfv-bg.png);
}

@supports (background-image: url(../../assets/img/sectionfv-bg.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/sectionfv-bg.webp);
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 670px;
    z-index: 0;
    padding-top: 2rem;
    padding-bottom: 7rem;
    background-image: url(../../assets/img/sectionfv-bg.png);
  }
  @supports (background-image: url(../../assets/img/sectionfv-bg.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/sectionfv-bg.webp);
    }
  }
}
@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 670px;
    z-index: 0;
    padding-top: 2rem;
    padding-bottom: 8rem;
    background-image: url(../../assets/img/sectionfv-bg.png);
  }
  @supports (background-image: url(../../assets/img/sectionfv-bg.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/sectionfv-bg.webp);
    }
  }
}
.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;
}

.text-shadow_black {
  text-shadow: 2px 1px 7px #292929;
}

.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 #AAAAAA;
}

.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: 991px) {
  .width-50px-sm {
    width: 50px;
  }
  .height-50px-sm {
    height: 50px;
  }
}
.background-reason_bg {
  background: url("../../assets/img/ims_reason_bg.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_reason_bg.webp)) {
  .background-reason_bg {
    background-image: url(../../assets/img/ims_reason_bg.webp);
  }
}
@media screen and (max-width: 991px) {
  .background-reason_bg {
    background: url("../../assets/img/ims_reason_bg.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_reason_bg.webp)) {
    .background-reason_bg {
      background-image: url(../../assets/img/ims_reason_bg.webp);
    }
  }
}
.background-reccomend_bg {
  background: url("../../assets/img/ims_reccomend_bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_reccomend_bg.webp)) {
  .background-reccomend_bg {
    background-image: url(../../assets/img/ims_reccomend_bg.webp);
  }
}
@media screen and (max-width: 1199px) {
  .background-reccomend_bg {
    background: url("../../assets/img/ims_reccomend_bg.png");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_reccomend_bg.webp)) {
    .background-reccomend_bg {
      background-image: url(../../assets/img/ims_reccomend_bg.webp);
    }
  }
}
.background-choice_bg {
  background: url("../../assets/img/ims_choice_bg.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_choice_bg.webp)) {
  .background-choice_bg {
    background-image: url(../../assets/img/ims_choice_bg.webp);
  }
}
@media screen and (max-width: 991px) {
  .background-choice_bg {
    background: url("../../assets/img/ims_choice_bg.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_choice_bg.webp)) {
    .background-choice_bg {
      background-image: url(../../assets/img/ims_choice_bg.webp);
    }
  }
}
.background-point_bg {
  background: url("../../assets/img/ims_point_bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_point_bg.webp)) {
  .background-point_bg {
    background-image: url(../../assets/img/ims_point_bg.webp);
  }
}
@media screen and (max-width: 991px) {
  .background-point_bg {
    background: url("../../assets/img/ims_point_bg.png");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_point_bg.webp)) {
    .background-point_bg {
      background-image: url(../../assets/img/ims_point_bg.webp);
    }
  }
}
.background-company_bg {
  background: url("../../assets/img/ims_company_bg.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_company_bg.webp)) {
  .background-company_bg {
    background-image: url(../../assets/img/ims_company_bg.webp);
  }
}
@media screen and (max-width: 1199px) {
  .background-company_bg {
    background: url("../../assets/img/ims_company_bg.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_company_bg.webp)) {
    .background-company_bg {
      background-image: url(../../assets/img/ims_company_bg.webp);
    }
  }
}
.background-company_bg_top {
  background: url("../../assets/img/ims_company_topbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_company_topbg.webp)) {
  .background-company_bg_top {
    background-image: url(../../assets/img/ims_company_topbg.webp);
  }
}
.background-section01_bg {
  background: url("../../assets/img/ims_section01_bg.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_section01_bg.webp)) {
  .background-section01_bg {
    background-image: url(../../assets/img/ims_section01_bg.webp);
  }
}
@media screen and (max-width: 1199px) {
  .background-section01_bg {
    background: url("../../assets/img/ims_section01_bg.png");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_section01_bg.webp)) {
    .background-section01_bg {
      background-image: url(../../assets/img/ims_section01_bg.webp);
    }
  }
}
.background-section02_bg {
  background: url("../../assets/img/ims_section02_bg.png");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/ims_section02_bg.webp)) {
  .background-section02_bg {
    background-image: url(../../assets/img/ims_section02_bg.webp);
  }
}
@media screen and (max-width: 1199px) {
  .background-section02_bg {
    background: url("../../assets/img/ims_section02_bg.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/ims_section02_bg.webp)) {
    .background-section02_bg {
      background-image: url(../../assets/img/ims_section02_bg.webp);
    }
  }
}
.w100per_sp {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .w50per_pc {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url("../../assets/img/t_list_bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/t_list_bg.webp)) {
    .background-list_bg {
      background-image: url(../../assets/img/t_list_bg.webp);
    }
  }
}
.background-articles_bg {
  background: url("../../assets/img/t_articles_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_articles_bg.webp)) {
  .background-articles_bg {
    background-image: url(../../assets/img/t_articles_bg.webp);
  }
}
.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-720px {
  height: 720px;
}

.height-230px {
  height: 230px;
}

.height-70px {
  height: 70px;
}

.height-45px {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100px {
  height: 100px;
}

.height-120px {
  height: 120px;
}

.rounded-20-20 {
  border-radius: 0px 20px 0px 20px;
}

.rounded-top-10 {
  border-radius: 10px 10px 0px 0;
}

.rounded-left-10 {
  border-radius: 10px 0px 0px 10px;
}

.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;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.border_bottom_dotted_black {
  border-bottom: 1px dotted #707070 !important;
}

.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-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: 768px) {
  .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: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}
.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-image: url(../../assets/img/header_circle.png);
  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%;
  }
}
@supports (background-image: url(../../assets/img/header_circle.webp)) {
  .title-with-circle::before {
    background-image: url(../../assets/img/header_circle.webp);
  }
}
.title-choicereason {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 65px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/section01-2.png");
}

.webp .title-choicereason {
  background-image: url("../../assets/img/section01-2.webp");
}

@media screen and (min-width: 768px) {
  .title-choicereason {
    height: 140px;
  }
}
.title-recommend {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 120px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/title_sansen01.png");
}

.webp .title-recommend {
  background-image: url("../../assets/img/title_sansen01.webp");
}

@media screen and (min-width: 768px) {
  .title-recommend {
    height: 150px;
  }
}
.title-choice {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 140px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/section06-1.png");
}

.webp .title-choice {
  background-image: url("../../assets/img/section06-1.webp");
}

@media screen and (min-width: 768px) {
  .title-choice {
    height: 180px;
  }
}
.title-pointheader {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 140px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/section10-2.png");
}

.webp .title-pointheader {
  background-image: url("../../assets/img/section10-2.webp");
}

@media screen and (min-width: 768px) {
  .title-pointheader {
    height: 180px;
  }
}
.title-sansen {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 140px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/title_sansen02.png");
}

.webp .title-sansen {
  background-image: url("../../assets/img/title_sansen02.webp");
}
@media screen and (min-width: 768px) {
  .title-sansen {
    height: 180px;
  }
}

.title-hikaku {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 140px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/title_hikaku.png");
}

.webp .title-hikaku {
  background-image: url("../../assets/img/title_hikaku.webp");
}

@media screen and (min-width: 768px) {
  .title-hikaku {
    height: 180px;
  }
}
.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,
.fukidashi-left-orange {
  position: relative;
  border-radius: 12px;
}
.fukidashi-right-light::before,
.fukidashi-right-gray::before, .fukidashi-left-light::before,
.fukidashi-left-gray::before,
.fukidashi-left-orange::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before,
.fukidashi-left-orange::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-left-orange {
  --fukidashi-color: #DB4933;
  background-color: var(--fukidashi-color);
  color: #ffffff;
}
.fukidashi-left-orange::before {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.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);
}

/* Section 18 cards */
.section18-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(20, 74, 122, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.section18-card + .section18-card {
  margin-top: 1.5rem;
}

.section18-label {
  align-self: flex-start;
  background-color: #dcdcdc;
  color: #333333;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.25em;
  padding: 0.75rem 1.25rem;
}

.section18-text {
  color: #333333;
  font-size: 1rem;
  line-height: 1.8;
}

.section18-body {
  flex: 1;
}

.section18-image img {
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 768px) {
  .section18-card {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }
  .section18-label {
    align-self: stretch;
    letter-spacing: 0.35em;
    min-width: 82px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .section18-image {
    flex-shrink: 0;
    max-width: 300px;
    width: 100%;
  }
}
/* Section 19 CTA */
.section19-cta {
  align-items: center;
  background-color: #595959;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  min-height: 56px;
  padding: 0.75rem 2.75rem;
  position: relative;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.section19-cta::after {
  border: 2px dotted #ffffff;
  border-radius: 8px;
  content: "";
  inset: 6px;
  pointer-events: none;
  position: absolute;
}

.section19-cta:hover,
.section19-cta:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}

.section19-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section19-cta-icon img {
  display: block;
  height: auto;
  width: 28px;
}

.section19-cta-text {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .section19-cta-text {
    font-size: 1.05rem;
  }
}
/* Section 20 case study */
#section20 {
  background-color: #ffffff;
}

.section20-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(20, 74, 122, 0.08);
  padding: 2rem;
}

.section20-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

.section20-dot {
  background-color: #f2b705;
  border-radius: 999px;
  height: 36px;
  min-width: 6px;
  width: 6px;
}

.section20-title {
  font-size: 1rem;
}

.section20-desc {
  letter-spacing: 0.08em;
}

.section20-notice {
  margin-top: 1rem;
}

.section20-thumbs img {
  width: 100%;
}

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

/* Section 21 testimonials */
.section21 {
  background-color: #f7f3eb;
}

.section21-card {
  background-color: #fffefb;
  border: 1px solid #e5ddce;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(20, 74, 122, 0.06);
  padding: 1.75rem;
}

.section21-card--single {
  max-width: 720px;
}

.section21-avatar {
  background: #fff4de;
  border-radius: 16px;
  flex-shrink: 0;
  padding: 0.25rem;
}

.section21-avatar img {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 auto;
}

.section21-card-title {
  font-size: 1.1rem;
}

.section21-card-body {
  color: #4b4b4b;
  line-height: 1.9;
}

.section21-cite a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section21-card {
    padding: 1.5rem;
  }
  .section21-card-title {
    font-size: 1rem;
  }
}
.section22 {
  background-color: #f8f8f8;
}

.section22-table-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(20, 74, 122, 0.08);
  padding: 1.5rem;
}

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

.section22-table th {
  width: 120px;
  font-weight: 700;
  color: #333333;
}

.section22-table td,
.section22-table th {
  border-top: 1px dashed #d6d6d6;
  padding: 0.85rem 0;
  vertical-align: top;
  font-size: 0.95rem;
}

.section22-table tr:first-child td,
.section22-table tr:first-child th {
  border-top: none;
  padding-top: 0;
}

.section22-link {
  color: #0d6efd;
  word-break: break-all;
}

.section22-link:hover {
  text-decoration: underline;
}

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

.section22-map iframe {
  display: block;
  border: 0;
  width: 100%;
  min-height: 280px;
}

.section23 {
  background-color: #fff9f4;
}

.section23-hero {
  background: linear-gradient(135deg, #f77c2b, #f2541c);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(242, 84, 28, 0.25);
  padding: 2rem 2.5rem;
}

.section23-hero-label {
  font-size: 1rem;
  letter-spacing: 0.3em;
}

.section23-hero-main {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.section23-hero-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.section23-hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}

.section23-hero-list li:last-child {
  margin-bottom: 0;
}

.section23-banner img {
  display: block;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(20, 74, 122, 0.08);
}

/* Section 24 gallery */
.section24 {
  background-color: #ffffff;
}

.section24-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 1.75rem;
  box-shadow: 0 18px 45px rgba(20, 74, 122, 0.06);
}

.section24-label {
  width: 6px;
  height: 54px;
  background-color: #f3a400;
  border-radius: 999px;
  flex-shrink: 0;
}

.section24-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.section24-subtitle {
  font-size: 1rem;
  font-weight: 600;
}

.section24-card picture img {
  display: block;
  width: 100%;
}

.section24-credit {
  margin-top: 0.75rem;
}

@media screen and (max-width: 767px) {
  .section24-card {
    padding: 1.5rem;
  }
}
.section25 {
  background-color: #ffffff;
}

.section25-card {
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(20, 74, 122, 0.08);
}

.section25-label {
  width: 8px;
  height: 64px;
  background-color: #f3a400;
  border-radius: 999px;
  flex-shrink: 0;
}

.section25-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.section25-images picture img {
  display: block;
  width: 100%;
}

.section26 {
  background-color: #fbf4e8;
}

.section26-card {
  background-color: #fffdf7;
  border-radius: 24px;
  padding: 2rem 3rem;
  box-shadow: 0 25px 50px rgba(20, 74, 122, 0.08);
}

.section26-badge {
  display: inline-block;
  background-color: #d9534f;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.section26-title {
  font-size: 1.8rem;
  line-height: 1.4;
}

.section26-illustration img {
  max-width: 220px;
}

/* Section 27 comparison cards */
.section27 {
  background-color: #fdf6eb;
}

.section27-card {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2dbcf;
  box-shadow: 0 18px 40px rgba(20, 74, 122, 0.09);
}

.section27-card-head {
  background-color: #CCCCCC;
  padding: 1rem 0;
  margin-bottom: 1.25rem;
}

.section27-company-label {
  font-size: 0.95rem;
  letter-spacing: 0.2em;
}

.section27-company-name {
  font-weight: 700;
}

.section27-info {
  margin: 0;
}

.section27-info div {
  border-top: 1px dotted #cfc7ba;
  padding: 0.75rem 0;
}

.section27-info div:first-child {
  border-top: none;
  padding-top: 0;
}

.section27-info dt {
  font-weight: 700;
  color: #555;
  font-size: 0.95rem;
}

.section27-info dd {
  margin-bottom: 0;
  margin-left: 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.section27-info {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 12px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.section27-info dt {
  font-weight: 700;
  white-space: nowrap;
}

.section27-info dd {
  margin: 0;
}

/* Section 28 subsidy hero */
.section28 {
  background-color: #fff8e8;
}

.section28-hero {
  background: linear-gradient(135deg, #fff3d6, #fffdf6);
  border-radius: 24px;
  padding: 2rem 2.5rem;
  box-shadow: 0 20px 45px rgba(20, 74, 122, 0.08);
  border: 1px solid #ffe2ac;
}

.section28-badge {
  display: inline-block;
  background-color: #d9534f;
  color: #fff;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section28-title {
  font-size: 2rem;
}

.section28-illustration img {
  max-width: 220px;
}

/* Section 29 subsidy table */
.section29 {
  background-color: #ffffff;
}

.section29-note {
  line-height: 1.4;
}

.section29-table {
  border: 1px solid #d9d9d9;
}

.section29-table th {
  background-color: #f4f4f4;
  font-weight: 700;
  width: 35%;
}

.section29-table th,
.section29-table td {
  border: 1px solid #d9d9d9;
  padding: 1rem;
  vertical-align: middle;
}

.section29-table small {
  display: block;
  color: #666;
  margin-top: 0.35rem;
}

@media screen and (max-width: 767px) {
  .section25-card {
    padding: 1.5rem;
  }
  .section26-card {
    padding: 1.5rem;
    text-align: center;
  }
  .section26-title {
    font-size: 1.5rem;
  }
  .section26-illustration img {
    max-width: 180px;
  }
  .section27-card {
    padding: 1.5rem;
  }
  .section28-hero {
    padding: 1.5rem;
    text-align: center;
  }
  .section28-title {
    font-size: 1.6rem;
  }
  .section28-illustration img {
    max-width: 160px;
  }
  .section29-table th,
  .section29-table td {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .section23-hero {
    padding: 1.5rem;
  }
  .section23-hero-main {
    font-size: 2rem;
  }
  .section23-hero-label {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .section20-card {
    padding: 1.5rem;
  }
  .section20-header {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.section21-avatar img {
  position: absolute;
  top: 10px;
}

.num-line {
  position: relative;
  display: inline-block;
}

.num-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px; /* 数字との距離（微調整） */
  transform: translateX(-50%);
  width: 50%; /* 数字幅の半分くらい */
  height: 2px; /* 線の太さ */
  background-color: currentColor; /* red を自動で継承 */
}/*# sourceMappingURL=style.css.map */