﻿@charset "UTF-8";

main a:not(.btn):not(.nav-link):not(.navbar-brand):not(.c-list-detail-btn):not(.c-list-cta-btn),
main a:not(.btn):not(.nav-link):not(.navbar-brand):not(.c-list-detail-btn):not(.c-list-cta-btn):hover,
main a:not(.btn):not(.nav-link):not(.navbar-brand):not(.c-list-detail-btn):not(.c-list-cta-btn):focus {
  color: inherit;
}

html,
body {
  overflow-x: hidden;
}
.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);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

.o-fv {
  padding-top: 110px;
  padding-bottom: 170px;
}

.c-fv-inner {
  max-width: 640px;
}

.c-fv-heading {
  font-size: 61px;
  line-height: 1.08;
  color: #2f93ad;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.c-fv-heading-small {
  font-size: 38px;
}

.c-fv-highlight {
  position: relative;
}

.c-fv-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 14px;
  border-radius: 999px;
  background-color: #f8b29d;
  z-index: -1;
}

.c-fv-lead {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.4;
  color: #222;
}

/* .c-fv-cta {
  background-color: rgba(255, 255, 255, 0.93);
  border: 2px solid #4aa4c0;
  border-radius: 999px;
  padding: 10px 16px 10px 10px;
  color: #212529;
  width: min(100%, 420px);
} */

.c-fv-cta-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, #3ab0d0 0%, #2f84a8 100%);
  padding: 9px;
}

.c-fv-cta-en {
  /* font-size: 1.9rem; */
  letter-spacing: 0.08em;
  color: #9ebfcf;
  line-height: 1.1;
}

.c-fv-cta-ja {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.c-fv-cta-ja-num {
  font-size: 36px;
  line-height: 1;
}

.c-fv-cta-arrow {
  width: 34px;
  height: 34px;
  position: relative;
  z-index: 2;
  background: url(../../assets/img/yajirushi.png) center/contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

@supports (background-image: url(../../assets/img/yajirushi.webp)) {
  .c-fv-cta-arrow {
    background-image: url(../../assets/img/yajirushi.webp);
  }
}

.c-fv-nav-wrap {
  bottom: 24px;
}

.c-fv-nav {
  border: 1px solid #4aa4c0;
  background-color: rgba(255, 255, 255, 0.94);
}

.c-fv-nav-link {
  color: #111;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-fv-nav-link:hover {
  background-color: rgba(74, 164, 192, 0.09);
}

.c-fv-nav > [class*="col-"]:not(:last-child) {
  border-right: 1px solid #4aa4c0;
}

.c-fv-nav > [class*="col-"]:first-child {
  border-left: 0;
}

.c-fv-nav > [class*="col-"]:last-child {
  border-right: 0;
}

@media screen and (min-width: 768px) {
  .c-fv-nav > [class*="col-"]:first-child,
  .c-fv-nav > [class*="col-"]:last-child {
    position: relative;
  }

  .c-fv-nav > [class*="col-"]:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34px;
    width: 1px;
    background-color: #4aa4c0;
  }

  .c-fv-nav > [class*="col-"]:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 34px;
    width: 1px;
    background-color: #4aa4c0;
  }
}

.c-fv-nav-en {
  color: #3394b0;
  /* font-size: 1.9rem; */
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.c-fv-nav-ja {
  font-size: 14px;
  line-height: 1.4;
}

.c-fv-nav-en,
.c-fv-nav-ja {
  font-weight: 700;
  display: block;
  text-align: center;
}

.c-fv-nav > [class*="col-"]:first-child .c-fv-nav-en,
.c-fv-nav > [class*="col-"]:first-child .c-fv-nav-ja {
  transform: translateX(16px);
}

.c-fv-nav > [class*="col-"]:last-child .c-fv-nav-en,
.c-fv-nav > [class*="col-"]:last-child .c-fv-nav-ja {
  transform: translateX(-10px);
}

.o-s1 {
  background-color: #efefef;
}

.c-s1-kicker {
  font-size: 32px;
  line-height: 1.3;
  border-bottom: 2px solid #E77051;
  display: inline-block;
  padding-bottom: 2px;
}

.c-s1-title-sub {
  font-size: 42px;
  line-height: 1.3;
}

.c-s1-title-main {
  font-size: 64px;
  line-height: 1.2;
  color: #2E92AA;
}

.c-s1-title-last {
  font-size: 44px;
  line-height: 1.25;
}

.c-s1-title-num {
  color: #E77051;
  font-size: 1.5em;
  line-height: 1;
}

.c-s1-card {
  border-color: #2E92AA !important;
  margin-top: 18px;
}


.c-s1-ribbon {
  position: relative;
  background-color: #E77051;
  padding: 12px 10px;
  font-size: 22px;
  margin: 30px 30px 2px;
}

.c-s1-ribbon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E77051;
}

.c-s1-lead {
  font-size: 24px;
  line-height: 1.35;
}

.c-s1-card-head {
  background-color: #2E92AA;
  font-size: 32px;
  line-height: 1.2;
  padding: 14px 8px 4px;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  box-sizing: border-box;
}

.c-s1-card-sub {
  background-color: #2E92AA;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 8px 12px;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  box-sizing: border-box;
}

.c-s1-btn-orange {
  background-color: #E77051;
  border-color: #E77051;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.c-s1-btn-orange:hover,
.c-s1-btn-orange:focus {
  background-color: #d96548;
  border-color: #d96548;
  color: #fff;
  opacity: 0.92;
}

.c-s1-btn-blue {
  background-color: #2E92AA;
  border-color: #2E92AA;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.c-s1-btn-blue:hover,
.c-s1-btn-blue:focus {
  background-color: #277f95;
  border-color: #277f95;
  color: #fff;
  opacity: 0.92;
}

.c-s1-card .d-grid.gap-2 {
  margin-top: 10px;
  padding-bottom: 1rem !important;
}

.c-s1-image-wrap {
  height: auto;
}

.c-s1-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.o-s2 {
  background-color: #E7F6F3;
}

.c-s2-title {
  font-size: 58px;
  line-height: 1.3;
}

.c-s2-title-orange {
  color: #E77051;
}

.c-s2-title-blue {
  position: relative;
  display: inline-block;
  color: #2E92AA;
}

.c-s2-title-blue::before {
  content: "・・・・";
  position: absolute;
  left: 50%;
  top: -0.65em;
  transform: translateX(-50%);
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}

.c-s2-desc {
  font-size: 20px;
  line-height: 1.7;
}

.c-s2-divider {
  max-width: 600px;
  border-bottom: 2px dotted #2E92AA;
}

.c-s2-flow {
  margin-left: auto;
  margin-right: auto;
}

.c-s2-flow > .d-none.d-lg-flex.align-items-center {
  align-self: center;
}

.c-s2-step {
  flex: 0 0 160px;
}

.c-s2-step-img {
  max-width: 160px;
}

.c-s2-flow-arrow {
  width: 24px;
  height: auto;
  opacity: 0.8;
  transform: translateY(-20px);
}

.c-s2-step-text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

  .c-s2-flow .c-s2-step:first-child {
    flex-basis: 200px;
  }

.c-s2-em {
  color: #E77051;
}

.c-s2-flow-title {
  font-size: 46px;
  color: #2E92AA;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.c-s2-down-arrow,
.section-yajirushi,
.section02-yajirushi {
  width: 144px;
  height: auto;
  display: block;
  margin: -104px auto 0;
  position: relative;
  z-index: 1;
}

.c-s2-result-box {
  position: relative;
  max-width: 1020px;
  background-color: #E7F6F3;
  border: 2px solid #2E92AA;
  padding: 32px 70px;
}

.c-s2-result-box::before,
.c-s2-result-box::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 68px;
  border: 15px solid #2E92AA;
}

.c-s2-result-box::before {
  top: -2px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}

.c-s2-result-box::after {
  right: -2px;
  bottom: -2px;
  border-left: 0;
  border-top: 0;
}

.c-s2-result-box p {
  font-size: 32px;
  line-height: 1.45;
}

.c-s2-note {
  font-size: 21px;
  font-weight: 500;
}

.c-s2-last {
  font-size: 40px;
  line-height: 1.4;
}

.c-s2-last-highlight {
  background: linear-gradient(transparent 62%, #C1E1E4 62%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.06em;
}

.c-s2-last .c-s2-em {
  font-size: 60px;
  line-height: 1;
}

.o-s3 {
  background-color: #efefef;
}

.c-s3-kicker {
  font-size: 48px;
  line-height: 1.2;
  color: #222;
}

.c-s3-title {
  font-size: 64px;
  line-height: 1.15;
  color: #2e92aa;
}

.c-s3-sub {
  font-size: 44px;
  line-height: 1.2;
  color: #111;
}

.c-s3-sub-num {
  color: #e77051;
  font-size: 54px;
  line-height: 1;
}

.c-s3-card {
  border-color: #66b8cb !important;
}

.c-s3-img {
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.c-s3-body {
  padding: 34px 26px 24px 48px;
}

.c-s3-num {
  position: absolute;
  left: -40px;
  top: 34px;
  width: 66px;
  height: 52px;
  background-color: #2e92aa;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  overflow: hidden;
}

.c-s3-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #2e92aa;
  clip-path: polygon(0 0, 90% 0, 86% 100%, 0 100%);
}

.c-s3-card-title {
  font-size: 34px;
  line-height: 1.25;
  color: #e77051;
}

.c-s3-card-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}

.o-s4 {
  padding: 0;
}

.c-s4-hero {
  position: relative;
  min-height: 280px;
  padding: 24px;
  background-image: url(../../assets/img/section04-title.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.c-s4-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(46, 146, 170, 0.5);
}

.c-s4-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.c-s4-title-num {
  font-size: 90px;
  line-height: 1;
}

.o-s5 {
  background-color: #efefef;
}

.c-s5-white-area {
  background-color: #fff;
  padding: 18px;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.c-s5-company-box {
  position: relative;
  background-color: transparent;
  padding: 24px 28px;
  isolation: isolate;
}

.c-s5-company-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #d7ece8;
  z-index: -1;
}

.c-s5-company-label {
  display: inline-block;
  background-color: #2e92aa;
  padding: 8px 34px 8px 16px;
  font-size: 28px;
  line-height: 1;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.c-s5-catch {
  color: #2e92aa;
  font-size: 26px;
  line-height: 1.45;
}

.c-s5-company-name {
  color: #e77051;
  line-height: 1.2;
}

.c-s5-company-name-corp {
  font-size: 42px;
}

.c-s5-company-name-brand {
  font-size: 58px;
}

.c-s5-company-img {
  max-width: 100%;
  border: 1px solid #d5d5d5;
}

.c-s5-head {
  border: 1px solid #79c7d4;
  background-color: #fff;
  padding: 12px 18px;
  border-radius: 5px;
}

.c-s5-head-title {
  color: #2e92aa;
  font-size: 26px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.c-s5-head-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
}

.c-s5-point-card {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 12px;
  padding: 18px;
}

.c-s5-point-badge {
  background-color: #e77051;
  width: 72px;
  text-align: center;
  font-size: 20px;
  line-height: 1.15;
  padding: 8px 4px;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

.c-s5-point-title-wrap {
  align-items: center !important;
  border-bottom: 3px dotted #666;
  padding-bottom: 10px;
}

.c-s5-point-title {
  color: #2e92aa;
  font-size: 24px;
  line-height: 1.3;
  flex: 1;
  text-align: center;
}

.c-s5-point-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  min-height: 7em;
}

.c-s5-point-img {
  border-radius: 10px;
  height: 170px;
  object-fit: cover;
}

.c-s5-btn-orange {
  background-color: #e77051;
  border-color: #e77051;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.c-s5-btn-blue {
  background-color: #2e92aa;
  border-color: #2e92aa;
  color: #fff;
  font-size: 20px;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.c-s5-btn-orange:hover,
.c-s5-btn-orange:focus,
.c-s5-btn-blue:hover,
.c-s5-btn-blue:focus {
  opacity: 0.92;
  color: #fff;
}

.c-s5-btn-orange:hover,
.c-s5-btn-orange:focus {
  background-color: #d96548;
  border-color: #d96548;
}

.c-s5-btn-blue:hover,
.c-s5-btn-blue:focus {
  background-color: #277f95;
  border-color: #277f95;
}

.c-s5-review-card {
  position: relative;
  background-color: #E7F6F3;
  border-radius: 10px;
  margin-top: 42px;
  margin-bottom: 0px;
  padding: 44px 14px 0px;
}

.c-s5-review-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  margin: 0;
}

.c-s5-review-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

.c-s5-table-wrap {
  background-color: #fff;
  border: 1px solid #000 !important;
}

.c-s5-table th,
.c-s5-table td {
  border: 1px solid #9f9f9f;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  height: 62px;
}

.c-s5-table thead tr,
.c-s5-table tbody tr {
  height: 62px;
}

.c-s5-table th {
  background-color: #08AADC !important;
  color: #fff;
}

.c-s5-outline {
  background-color: #efefef;
  border: 0;
  padding: 24px 0 12px;
}

.c-s5-outline-table {
  --bs-table-bg: transparent;
  --bs-table-border-color: transparent;
  margin-bottom: 0;
}

.c-s5-outline-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 !important;
}

.c-s5-outline-table th,
.c-s5-outline-table td {
  border: 0 !important;
  border-bottom: 1px dashed #000 !important;
  font-size: 16px;
  line-height: 3;
  vertical-align: middle;
  padding: 16px 12px;
  background: transparent;
  background-color: transparent !important;
}

.c-s5-outline-table tbody tr:last-child th,
.c-s5-outline-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.c-s5-outline-table th {
  width: 32%;
  font-weight: 700;
}

.c-s5-outline-table tbody tr:nth-child(2) td {
  line-height: 1.6;
}

.c-s5-map {
  border: 0;
  min-height: 320px;
}

.c-s5-source {
  color: #7a7a7a;
  font-size: 16px;
  text-align: right;
}

#section05 .c-s5-company-box,
#section05 .c-s5-white-area,
#section05 > .container > .c-s5-head,
#section05 > .container > .c-s5-outline,
#section06 .c-s5-company-box,
#section06 .c-s5-white-area,
#section06 > .container > .c-s5-head,
#section06 > .container > .c-s5-outline {
  margin-bottom: 0 !important;
}

#section05 > .container > .c-s5-head,
#section06 > .container > .c-s5-head {
  margin-top: 16px;
}

.o-faq {
  background-color: #efefef;
}

.c-faq-wrap {
  max-width: 1150px;
}

.c-faq-title {
  color: #2e92aa;
  font-size: 72px;
  line-height: 1.15;
}

.c-faq-item {
  display: block;
}

.c-faq-q {
  background-color: #2f97b0;
  color: #fff;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 1.35;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  overflow: hidden;
}

.c-faq-q-mark {
  color: #ff7f5a;
  margin-right: 12px;
}

.c-faq-a {
  padding: 16px 24px 20px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.c-faq-a p {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
}

@media screen and (max-width: 767px) {
  .o-fv {
    padding-top: 70px;
    padding-bottom: 24px;
    height: auto;
  }

  .bg-fv {
    min-height: 620px;
  }

  .c-fv-heading {
    font-size: 61px;
  }

  .c-fv-highlight::after {
    bottom: 4px;
    height: 10px;
  }

  .c-fv-lead {
    font-size: 1.8rem;
  }

  .c-fv-cta {
    padding: 8px 10px 8px 8px;
  }

  .c-fv-cta-icon {
    width: 70px;
    height: 70px;
    padding: 7px;
  }

  .c-fv-cta-en {
    font-size: 1rem;
  }

.c-fv-cta-ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.c-fv-cta-ja-num {
  font-size: 22px;
  line-height: 1;
}
  .c-fv-cta-arrow {
    width: 30px;
    height: 30px;
    font-size: 0;
  }

  .c-fv-nav-wrap {
    position: static !important;
    transform: none !important;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .c-fv-nav {
    border-radius: 14px !important;
  }

  .c-fv-nav-link {
    min-height: 72px;
  }

  .c-fv-nav > [class*="col-"] {
    border-right: 0;
  }

  .c-fv-nav .col-6:nth-child(odd) {
    border-right: 1px solid #4aa4c0;
  }

  .c-fv-nav .col-6,
  .c-fv-nav .col-12 {
    border-bottom: 1px solid #4aa4c0;
  }

  .c-fv-nav .col-12 {
    border-bottom: 0;
  }

  .c-fv-nav-en {
    font-size: 0.5rem;
  }

  .c-fv-nav-ja {
    font-size: 0.6rem;
  }

  .c-s1-kicker {
    font-size: 20px;
  }

  .c-s1-title-sub {
    font-size: 20px;
  }

  .c-s1-title-main {
    font-size: 24px;
  }

  .c-s1-title-last {
    font-size: 28px;
  }



.c-s1-ribbon {
  position: relative;
  background-color: #E77051;
  padding: 4px 4px;
  font-size: 12px;
  margin: 10px 10px 2px;
}
  .c-s1-lead {
    font-size: 12px;
  }

  .c-s1-card-head {
    font-size: 20px;
  }

  .c-s1-card-sub {
    font-size: 14px;
  }

  .c-s1-btn-orange,
  .c-s1-btn-blue {
    font-size: 14px;
  }

  .c-s2-title {
    font-size: 24px;
      line-height: 1.4;
  }
.c-s2-title-blue::before {
  content: "・・・・";
  position: absolute;
  left: 50%;
  top: -0.45em;
  transform: translateX(-50%);
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #222;
  white-space: nowrap;
}

  .c-s2-desc {
    font-size: 12px;
    line-height: 1.6;
  }

  .c-s2-step-img {
    max-width: 120px;
  }

  .c-s2-step {
    flex-basis: 132px;
  }

  .c-s2-flow .c-s2-step:first-child {
    flex-basis: 188px;
  }

  .c-s2-step-text {
    font-size: 12px;
  }

  .c-s2-flow-title {
    font-size: 24px;
  }

  .c-s2-down-arrow,
  .section-yajirushi,
  .section02-yajirushi {
    width: 58px;
    margin-top: -50px;
  }

  .c-s2-result-box {
    padding: 20px 18px;
  }

  .c-s2-result-box p {
    font-size: 16px;
    line-height: 1.4;
  }

.c-s2-result-box::before,
.c-s2-result-box::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 48px;
  border: 10px solid #2E92AA;
}
.c-s2-result-box::before {
  top: -2px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}

.c-s2-result-box::after {
  right: -2px;
  bottom: -2px;
  border-left: 0;
  border-top: 0;
}
  .c-s2-note {
    font-size: 12px;
  }

  .c-s2-last {
    font-size: 20px;
  }

.c-s2-last .c-s2-em {
  font-size: 26px;
  line-height: 1;
}
  .c-s3-kicker {
    font-size: 26px;
  }

  .c-s3-title {
    font-size: 32px;
  }

  .c-s3-sub {
    font-size: 34px;
  }

  .c-s3-img {
    min-height: 170px;
  }

  .c-s3-body {
    padding: 26px 16px 18px;
  }

  .c-s3-num {
    position: static;
    width: 64px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    padding-right: 6px;
  }

  .c-s3-card-title {
    font-size: 17px;
  }

  .c-s3-card-desc br {
    display: none;
  }

  .c-s3-card-desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .c-s4-hero {
    min-height: 180px;
    padding: 16px;
  }

  .c-s4-title {
    font-size: 22px;
    line-height: 1.25;
  }
.c-s4-title-num {
  font-size: 34px;
  line-height: 1;
}

  .c-s5-company-box {
    padding: 14px;
  }

  .c-s5-company-label {
    font-size: 18px;
    padding: 8px 24px 8px 12px;
  }

  .c-s5-white-area {
    padding: 12px;
  }

  .c-s5-catch {
    font-size: 16px;
  }

  .c-s5-head {
    padding: 10px 12px;
  }

  .c-s5-head-title {
    font-size: 16px;
  }

  .c-s5-head-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .c-s5-point-card {
    padding: 14px;
    border-radius: 8px;
  }

  .c-s5-point-badge {
    width: 60px;
    font-size: 16px;
  }

  .c-s5-point-title {
    font-size: 16px;
  }

  .c-s5-point-text {
    font-size: 12px;
    line-height: 1.6;
    min-height: 0;
  }

  .c-s5-point-img {
    height: 130px;
  }

  .c-s5-btn-orange,
  .c-s5-btn-blue {
    font-size: 16px;
  }

  .c-s5-review-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .c-s5-table th,
  .c-s5-table td {
    font-size: 12px;
    white-space: nowrap;
    height: 54px;
  }

  .c-s5-table thead tr,
  .c-s5-table tbody tr {
    height: 54px;
  }

  .c-s5-outline {
    padding: 16px 10px;
  }

  .c-s5-outline-table th,
  .c-s5-outline-table td {
    font-size: 16px;
    line-height: 1.7;
    padding: 13px 8px;
  }

  .c-s5-outline-table tbody tr:nth-child(2) td {
    line-height: 1.5;
  }

  .c-s5-map {
    min-height: 240px;
  }

  .c-faq-title {
    font-size: 36px;
  }

  .c-faq-q {
    font-size: 13px;
    padding: 10px 10px;
  }

  .c-faq-a {
    padding: 12px 14px 16px;
  }

  .c-faq-a p {
    font-size: 12px;
    line-height: 1.7;
  }
}

  .header-nav,
  .header-nav.change-color,
  .header-nav.bg-white-on {
    background-color: rgba(46, 146, 170, 0.5) !important;
  }

@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);
    }
  }
}

@media screen and (min-width: 992px) {
  .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);
    }
  }
}

.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: 991px) {
  .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-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-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;
  }
}

/* ===== Section7 Market Info ===== */
.c-s7 {
  background: #fff;
}

.c-s7-title {
  color: #2f93aa;
  font-size: clamp(28px, 4.3vw, 44px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.c-s7-group-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.2;
}

.c-s7-group-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.c-s7-card {
  border: 1px solid #f0a38f;
  background: #fff;
}

.c-s7-card-label {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #e3704c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  padding: 4px 10px;
}

.c-s7-card-value {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #444;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .c-s7-title {
    font-size: 34px;
  }

  .c-s7-group-title {
    font-size: 20px;
  }

  .c-s7-group-icon {
    width: 26px;
    height: 26px;
  }

  .c-s7-card-label {
    min-height: 30px;
    font-size: 16px;
  }

  .c-s7-card-value {
    min-height: 30px;
    font-size: 16px;
  }
}

/* ===== Company List Section ===== */
#list {
  background: #fff;
}

#list .container {
  max-width: 1180px;
}

.c-list-title {
  color: #2f93aa;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.c-list-card {
  background: #fff;
}

.c-list-card-head {
  min-height: 70px;
  padding: 0 16px;
  background: #21adb8;
}

.c-list-card-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.c-list-card-body {
  padding: 14px 10px 0;
  color: #222;
  font-size: 15px;
  line-height: 1.35;
}

.c-list-desc {
  min-height: 90px;
  margin-bottom: 14px;
}

.c-list-dl {
  margin-bottom: 10px;
}

.c-list-dl dt {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.c-list-dl dd {
  min-height: 72px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.35;
}

.c-list-map {
  margin-top: auto;
  background: #c6c6c6;
  min-height: 170px;
}

.c-list-map-frame,
.c-list-map iframe {
  width: 100%;
  height: 170px;
  border: 0;
  display: block;
}

.c-list-map-placeholder {
  width: 100%;
  height: 170px;
  background: #c6c6c6;
}

.c-list-card-foot {
  padding: 12px 0 0;
}

.c-list-detail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  border-radius: 40px;
  background: #6f7074;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.c-list-detail-btn:hover {
  background: #5f6063;
  opacity: 0.92;
  color: #fff;
}

.c-list-detail-btn:visited {
  color: #fff;
}

.c-list-more-btn {
  min-height: 78px;
  background: #6f7074;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border-radius: 6px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.c-list-more-btn:focus,
.c-list-more-btn:hover {
  background: #5f6063;
  opacity: 0.92;
  color: #fff;
}

.c-list-more-plus {
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
}

.c-list-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  min-width: min(100%, 640px);
  padding: 10px 28px;
  border-radius: 4px;
  background: #2f93aa;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.c-list-cta-btn:hover {
  background: #277f95;
  color: #fff;
  opacity: 0.92;
}

@media screen and (max-width: 767px) {
  .c-s1-scroll-sp {
    --bs-gutter-x: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    justify-content: flex-start !important;
  }

  .c-s1-scroll-sp::-webkit-scrollbar {
    display: none;
  }

  .c-s1-scroll-col {
    flex: 0 0 88%;
    max-width: 88%;
    padding-left: 0;
    padding-right: 0;
  }

  .c-s1-scroll-col + .c-s1-scroll-col {
    margin-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-list-card-body {
    font-size: 14px;
  }

  .c-list-card-title {
    font-size: 14px;
  }

  .c-list-desc {
    min-height: 60px;
  }

  .c-list-dl dt {
    font-size: 14px;
  }

  .c-list-dl dd {
    min-height: 48px;
    font-size: 14px;
  }

  .c-list-detail-btn {
    min-height: 54px;
    font-size: 16px;
  }

  .c-list-more-btn {
    min-height: 60px;
    font-size: 24px;
  }

  .c-list-more-plus {
    font-size: 40px;
  }

  .c-s2-em {
    font-size: 14px;
  }

  
.c-s5-company-name-corp {
  font-size: 22px;
}

.c-s5-company-name-brand {
  font-size: 38px;
}

.c-s5-company-img {
  max-width: 100%;
  border: 1px solid #d5d5d5;
}
.c-s5-source {
  font-size: 14px;
}

.c-s7-title {
  font-size: 22px;
}
.c-list-title {
  font-size: 22px;
}
.c-fv-heading {
  font-size: 30px;
}

  }

.c-s5-review-list {
  margin-bottom: 10% !important;
}


@media screen and (max-width: 767px) {
  .c-s5-review-list {
    margin-bottom: 28px !important;
  }
}
#section05 > .container > .c-s5-white-area,
#section06 > .container > .c-s5-white-area {
  padding-bottom: 80px;
}