@charset "UTF-8";


.bg-fv {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  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: 768px) {
  .bg-fv {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 560px;
    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: 1280px) {
  .bg-fv {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 590px;
    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: 2000px) {
  .bg-fv {
    background-size: 100%;
    background-position: 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: 0 1px 3px rgba(0, 0, 0, 0.75);
}

#navbarNavDropdown .nav-link {
  color: #fff !important;
}

#navbarNavDropdown .navbar-nav .nav-link {
  font-size: 1.12rem;
}

#navbarNavDropdown .site_name {
  font-size: 1.22rem;
}

#navbarNavDropdown .nav-link:hover,
#navbarNavDropdown .nav-link:focus {
  color: #fff !important;
}

.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;
}

.section01-home {
  background-color: #fff;
  color: #24303b;
}

.section01-intro-wrap {
  padding: 56px 0 68px;
}

.section01-intro {
  display: block;
}

.section01-intro-heading {
  margin-bottom: 30px;
}

.section01-intro-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 36px;
}

.section01-intro-top {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  color: #f45d1f;
  line-height: 1.15;
  text-align: center;
}
.section01-intro-top span {
  color: #000000;
}

.section01-intro-title {
  margin: 4px 0 24px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #2a6fb8;
}

.section01-intro-title-small {
  font-size: 42px;
}
.section01-intro-title-small span {
  color: #000000;
  font-size: 42px;
}


.section01-intro-text p {
  margin: 0 0 18px;
  font-size: 19px;
  line-height: 1.8;
}

.section01-intro-text p:last-child {
  margin-bottom: 0;
}

.section01-intro-media {
  position: relative;
}

.section01-photo-stack {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
}

.section01-photo-bg,
.section01-photo-mid,
.section01-photo-front {
  width: 100%;
  height: auto;
  display: block;
}

.section01-photo-bg {
  position: relative;
  z-index: 1;
  transform: translate(8px, 8px);
}

.section01-photo-mid {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: translate(-8px, -8px);
}

.section01-photo-front {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.section01-hibiscus-intro {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: 170px;
  height: auto;
  z-index: 4;
}

.section01-main-wrap {
  position: relative;
  background-color: #C4DDE8;
  padding: 98px 0 152px;
}

.section01-main-wrap::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 100%;
  height: 54px;
  background-image: url(../../assets/img/section01-04a.png), url(../../assets/img/section01-04a.png), url(../../assets/img/secton01-04b.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, center bottom;
  background-size: 50% 34px, 50% 34px, 100% 18px;
  pointer-events: none;
}

.section01-main-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 126px;
  background-image: url(../../assets/img/kakurekumanomi.png), url(../../assets/img/sango.png), url(../../assets/img/section01-04c.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 18% calc(100% - 46px), 5% bottom, center bottom;
  background-size: 36px auto, 160px auto, 100% 44px;
  pointer-events: none;
}

.section01-main-title {
  margin: 0;
  text-align: center;
}

.section01-main-title-small {
  display: block;
  font-size: clamp(26px, 2.2vw, 40px);
  font-weight: 900;
  color: #2a6fb8;
  line-height: 1.4;
}
.section01-main-title-small span {
  font-size: clamp(36px, 2.2vw, 50px);
}

.section01-main-title-large {
  display: block;
  margin-top: 8px;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 900;
  line-height: 1.25;
  color: #2a6fb8;
}

.section01-main-title-large span {
  color: #2a6fb8;
}

.section01-main-title-large::first-line {
  color: #f45d1f;
}

.section01-card-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.section01-card {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section01-card-head {
  margin: 0;
  background-color: #2d70b7;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  padding: 16px 10px;
  line-height: 1.2;
}

.section01-card-head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2d70b7;
  margin: 10px auto -12px;
}

.section01-card-block {
  background-color: #fff;
  padding: 24px 24px 18px;
  flex: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto minmax(0, 1fr);
  row-gap: 16px;
}

.section01-card-label {
  margin: 0;
  text-align: center;
  font-size: 39px;
  font-weight: 600;
  color: #f45d1f;
  background-color: #F5F5DC;
  line-height: 1.25;
  padding: 12px 10px;
}

.section01-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section01-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 44px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.section01-list li:last-child {
  margin-bottom: 0;
}

.section01-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 4px;
}

.section01-list li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

.section01-list-good li::before {
  background-color: #2d70b7;
}

.section01-list-caution li::before {
  background-color: #fff;
  border: 2px solid #2d70b7;
}

.section01-list-caution li::after {
  border-left-color: #2d70b7;
  border-bottom-color: #2d70b7;
}

.section01-target-box {
  position: relative;
  background-color: #F5F5DC;
  padding: 24px 24px 30px;
}

.section01-target-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 96px solid transparent;
  border-right: 96px solid transparent;
  border-top: 28px solid #fff;
}

.section01-target-title {
  margin: 0 0 14px;
  text-align: center;
  color: #2d70b7;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.section01-list-fit {
  margin-bottom: 0;
}

.section01-list-fit li::before {
  background-color: #f45d1f;
}

.section01-more-link {
  margin: 42px auto 0;
  width: min(100%, 520px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background-color: #2d70b7;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
}

.section01-more-link span {
  font-size: 40px;
  line-height: 1;
  margin-left: 8px;
}

.section01-hibiscus-bottom {
  position: absolute;
  right: 5%;
  bottom: 18px;
  width: 200px;
  height: auto;
  z-index: 10;
}

.section02-home {
  background-color: #f2f2f2;
}

.section02-heading-wrap {
  text-align: center;
  padding: 38px 0 30px;
}

.section02-heading-sub {
  margin: 0;
  color: #2a6fb8;
  font-weight: 900;
  font-size: clamp(20px, 2.2vw, 46px);
  line-height: 1.2;
}

.section02-heading-main {
  margin: 4px 0 0;
  color: #2a6fb8;
  font-weight: 900;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.25;
}

.section02-heading-main span {
  color: #f46b2a;
  font-size: 1.8em;
}

.section02-body-wrap {
  position: relative;
  padding: 46px 0 56px;
  background-image: url(../../assets/img/section02-back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section02-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.section02-card {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 16px 16px 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.section02-card-catch {
  position: relative;
  margin: -16px -16px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  background-color: #F5F5DC;
  padding: 14px 8px 12px;
  border-radius: 20px 20px 0 0;
}

.section02-card-catch::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F5F5DC;
}

.section02-card-name {
  margin: 14px 0 10px;
  text-align: center;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 900;
  color: #0c4ea3;
}

.section02-card-figure {
  margin: 0;
}

.section02-card-figure img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #c9d4dc;
}

.section02-card-figure figcaption {
  margin-top: 4px;
  text-align: right;
  font-size: 13px;
  color: #333;
}

.section02-card-figure figcaption a {
  color: inherit;
  text-decoration: none;
}

.section02-card-figure figcaption a:hover,
.section02-card-figure figcaption a:focus {
  color: inherit;
}

.section02-card-info {
  margin: 12px 0 0;
}

.section02-card-info dt {
  margin: 0;
  background-color: #c8dee9;
  color: #0c4ea3;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.25;
  padding: 9px 8px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section02-card-info dd {
  margin: 0;
  padding: 10px 8px 14px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.section02-card-info dd:nth-of-type(1),
.section02-card-info dd:nth-of-type(3) {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section02-card-info dd:nth-of-type(2) {
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.section02-card-info ul {
  margin: 0;
  padding-left: 1em;
  text-align: left;
  width: 100%;
}

.section02-card-info li {
  margin-bottom: 6px;
}

.section02-card-actions {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.section02-btn {
  display: block;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 12px;
}

.section02-btn::after {
  content: "\203A";
  margin-left: 8px;
  font-size: 1.2em;
  line-height: 1;
}

.section02-btn-orange {
  background-color: #ff7126;
}

.section02-btn-blue {
  background-color: #1f67b1;
}

.section02-04-wrap {
  line-height: 0;
}

.section02-04-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.section03-home {
  background-color: #fff;
  padding: 54px 0 70px;
}

.section03-heading-wrap {
  text-align: center;
  margin-bottom: 28px;
}

.section03-heading-sub {
  margin: 0;
  color: #1f67b1;
  font-size: clamp(26px, 2.2vw, 46px);
  font-weight: 900;
  line-height: 1.2;
}

.section03-heading-main {
  margin: 8px 0 0;
  color: #1f67b1;
  font-size: clamp(34px, 3.2vw, 58px);
  font-weight: 900;
  line-height: 1.25;
}

.section03-heading-main span {
  color: #f56a2a;
}

.section03-point-list {
  display: grid;
  gap: 40px;
}

.section03-point-title {
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  background-color: #b8d2df;
  color: #1b2c38;
  font-size: clamp(18px, 1.45vw, 30px);
  font-weight: 700;
  line-height: 1.3;
}

.section03-point-title .section03-point-label {
  flex: 0 0 auto;
  background-color: #1f67b1;
  color: #fff;
  min-width: 176px;
  text-align: center;
  padding: 14px 16px;
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .section03-point-title .section03-point-label {
    display: block;
    min-width: 0;
    padding: 10px 12px;
  }
}

.section03-point-title {
  padding-right: 24px;
}

.section03-point-body {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 26px;
  align-items: center;
}

.section03-point-body-reverse {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
}

.section03-point-text p {
  margin: 0 0 14px;
  color: #222;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 2;
}

.section03-point-text p:last-child {
  margin-bottom: 0;
}

.section03-highlight-blue {
  color: #1f67b1 !important;
}

.section03-point-image {
  margin: 0;
}

.section03-point-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 0;
}

.section04-home {
  background-color: #fff;
}

.section04-head-wrap {
  background: #b9d0df url(../../assets/img/section04-nami.png) repeat-x top center;
  padding: 66px 0 54px;
  text-align: center;
}

.section04-head-title {
  margin: 0;
  color: #1d5fae;
  font-size: clamp(36px, 3vw, 62px);
  line-height: 1.35;
  font-weight: 900;
}

.section04-head-title span {
  color: #ff6d1f;
}

.section04-head-title-number {
  font-size: 1.35em;
  line-height: 1;
}

.section04-hero-wrap {
  background-color: #fff;
  padding: 0 0 42px;
}


.section04-hero-card {
  margin: 0;
  position: relative;
}

.section04-hero-card img {
  width: 100%;
  height: auto;
  display: block;
}

.section04-hero-overlay {
  position: absolute;
  inset: 0;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: none;
}

.section04-hero-catch {
  margin: 0 auto;
  width: min(100%, 860px);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  font-size: clamp(22px, 1.1vw, 30px);
  font-weight: 700;
  line-height: 1.45;
  padding: 12px 16px;
}

.section04-hero-name {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55);
  font-size: clamp(44px, 4vw, 82px);
  line-height: 1.15;
  font-weight: 900;
}

.section04-hero-name-small {
  font-size: 0.82em;
}

.section04-source {
  margin: 8px 0 0;
  text-align: right;
  font-size: 12px;
  color: #333;
}

.section04-source a {
  color: inherit;
  text-decoration: none;
}

.section04-strength-wrap {
  background-color: #e9e4d0;
  padding: 32px 0 48px;
}

.section04-block-title {
  margin: 0 0 32px;
  text-align: center;
  color: #1d1d1d;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 900;
  line-height: 1.4;
}

.section04-block-title span {
  color: #000000;
}

#section04 .section04-strong-title {
  font-size: 1.28em;
  font-weight: 900;
  color: #1d1d1d;
}
#section04b .section04-strong-title {
  font-size: 1.28em;
  font-weight: 900;
  color: #1d1d1d;
}
#section04c .section04-strong-title {
  font-size: 1.28em;
  font-weight: 900;
  color: #1d1d1d;
}

.section04-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.section04-strength-card {
  padding-bottom: 0;
}

.section04-strength-card img {
  width: 100%;
  aspect-ratio: 4 / 2.2;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.section04-strength-card h4 {
  margin: 12px 12px 8px;
  color: #1f67b1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.section04-strength-card p {
  margin: 0 12px;
  color: #222;
  font-size: 14px;
  line-height: 1.8;
}

.section04-actions {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 400px));
  justify-content: center;
  gap: 40px;
}

.section04-action-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 62px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  padding: 8px 34px 8px 20px;
  position: relative;
}

.section04-action-link::after {
  content: "\203A";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
}

.section04-action-link-orange {
  background-color: #ff6d1f;
}

.section04-action-link-blue {
  background-color: #1f67b1;
}

.section04-case-wrap {
  background-color: #efefef;
  padding: 50px 0 38px;
}

.section04-case-item {
  margin-bottom: 30px;
}

.section04-case-item:last-child {
  margin-bottom: 0;
}

.section04-case-item h4 {
  margin: 0 0 10px;
  color: #1f67b1;
  font-size: 20px;
  font-weight: 700;
}

.section04-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 31%;
  gap: 12px;
}

.section04-case-main,
.section04-case-sub {
  background-color: #b5b5b5;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  text-align: center;
}

.section04-case-main {
  min-height: 600px;
}

.section04-case-sub-grid {
  display: grid;
  gap: 10px;
}

#section04 .section04-case-main,
#section04 .section04-case-sub,
#section04b .section04-case-main,
#section04b .section04-case-sub,
#section04c .section04-case-main,
#section04c .section04-case-sub {
  background: none;
  color: inherit;
  display: block;
}
#section04 img.section04-case-main,
#section04b img.section04-case-main,
#section04c img.section04-case-main {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

#section04 img.section04-case-sub,
#section04b img.section04-case-sub,
#section04c img.section04-case-sub {
  width: 100%;
  height: 186px;
  object-fit: cover;
}

.section04-review-wrap {
  background-color: #e9e4d0;
  padding: 44px 0;
}

.section04-review-wrap .section04-source {
  margin: 0px 15px 20px;
  text-align: left;
}
.section04-review-list {
  display: grid;
  gap: 14px;
}

.section04-review-item {
  border: 1px solid #bfd6e5;
  background-color: #fff;
}

.section04-review-item h4 {
  margin: 0;
  background-color: #c9deec;
  color: #1f67b1;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.section04-review-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
}

.section04-review-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}

.section04-review-body img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  background-color: #d5ecf4;
}

.section04-company-wrap {
  background-color: #fff;
  padding: 44px 0;
}

.section04-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  gap: 16px;
  align-items: stretch;
}

.section04-company-info {
  margin: 0;
  background-color: #fff;
  padding: 12px 16px;
}

.section04-company-info div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #d4d4d4;
}

.section04-company-info div:last-child {
  border-bottom: 0;
}

.section04-company-info dt,
.section04-company-info dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.section04-company-info a {
  color: #1f67b1;
  word-break: break-all;
}

.section04-company-map {
  background-color: #b5b5b5;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  min-height: 260px;
}

@media screen and (max-width: 767px) {
  .section01-intro-wrap {
    padding: 34px 0 44px;
  }

  .section01-intro-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section01-intro-heading {
    margin-bottom: 20px;
  }

  .section01-intro-top {
    font-size: 28px;
  }

  .section01-intro-title {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .section01-intro-title-small {
    font-size: 28px;
  }

  .section01-intro-title-small span{
    font-size: 28px;
  }

  .section01-intro-text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .section01-hibiscus-intro {
    right: -6px;
    bottom: -16px;
    width: 100px;
  }

  .section01-photo-stack {
    width: min(100%, 360px);
  }

  .section01-photo-bg {
    transform: translate(-5px, -5px);
  }

  .section01-photo-mid {
    transform: translate(5px, 5px);
  }

  .section01-main-wrap {
    padding: 70px 0 118px;
  }

  .section01-main-wrap::before {
    top: -22px;
    height: 34px;
    background-image: url(../../assets/img/section01-04a.png), url(../../assets/img/section01-04a.png), url(../../assets/img/secton01-04b.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, center bottom;
    background-size: 50% 22px, 50% 22px, 100% 12px;
  }

  .section01-main-wrap::after {
    bottom: -24px;
    height: 92px;
    background-position: 20% calc(100% - 30px), 6% bottom, center bottom;
    background-size: 28px auto, 68px auto, 100% 30px;
  }

  .section01-main-title-small {
    font-size: 20px;
  }

  .section01-main-title-large {
    font-size: 34px;
  }

  .section01-card-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    margin-top: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 2px 8px;
  }

  .section01-card {
    flex: 0 0 min(88vw, 430px);
    scroll-snap-align: start;
  }

  .section01-card-head {
    font-size: 32px;
    padding: 14px 10px;
  }

  .section01-card-block {
    padding: 16px 16px 14px;
    display: block;
  }

  .section01-card-label {
    font-size: 30px;
    padding: 10px 8px;
    margin-bottom: 12px;
  }

  .section01-list {
    margin-bottom: 16px;
  }

  .section01-list li {
    font-size: 19px;
    padding-left: 34px;
    margin-bottom: 10px;
    line-height: 1.45;
  }

  .section01-list li::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }

  .section01-list li::after {
    top: 9px;
    left: 6px;
    width: 8px;
    height: 5px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }

  .section01-target-box {
    padding: 18px 16px 22px;
  }

  .section01-target-box::before {
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 20px;
  }

  .section01-target-title {
    font-size: 40px;
  }

  .section01-more-link {
    margin-top: 30px;
    width: min(100%, 300px);
    font-size: 20px;
    padding: 12px 14px;
  }

  .section01-more-link span {
    font-size: 30px;
    margin-left: 0;
  }

  .section01-hibiscus-bottom {
    right: 8px;
    bottom: 8px;
    width: 88px;
  }

  .section02-heading-wrap {
    padding: 28px 0 20px;
  }

  .section02-heading-main {
    font-size: 26px;
  }

  .section02-body-wrap {
    padding: 26px 0 34px;
  }

  .section02-card-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 2px 8px;
  }

  .section02-card {
    flex: 0 0 min(88vw, 430px);
    scroll-snap-align: start;
    border-radius: 16px;
    padding: 12px;
  }

  .section02-card-catch {
    font-size: 15px;
    margin: -12px -12px 0;
    border-radius: 16px 16px 0 0;
  }

  .section02-card-catch::after {
    bottom: -20px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top-width: 20px;
  }

  .section02-card-name {
    font-size: 22px;
  }

  .section02-card-figure figcaption {
    font-size: 11px;
  }

  .section02-card-info dt {
    font-size: 20px;
    padding: 8px;
    min-height: 48px;
  }

  .section02-card-info dd {
    font-size: 16px;
    padding: 8px 6px 12px;
  }

  .section02-card-info dd:nth-of-type(1),
  .section02-card-info dd:nth-of-type(3) {
    min-height: 52px;
  }

  .section02-card-info dd:nth-of-type(2) {
    min-height: 170px;
  }

  .section02-btn {
    font-size: 20px;
    padding: 9px 10px;
  }

  .section03-home {
    padding: 36px 0 48px;
  }

  .section03-heading-wrap {
    margin-bottom: 20px;
  }

  .section03-heading-sub {
    font-size: 22px;
  }

  .section03-heading-main {
    font-size: 28px;
  }

  .section03-point-list {
    gap: 28px;
  }

  .section03-point-title {
    display: block;
    font-size: 14px;
    padding: 0;
    line-height: 1.5;
  }

  .section03-point-title span {
    display: block;
    min-width: 0;
    padding: 10px 12px;
  }

  .section03-point-title {
    padding: 0 14px 12px;
  }

  .section03-point-body,
  .section03-point-body-reverse {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section03-point-text p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 10px;
  }

  .section04-head-wrap {
    padding: 42px 0 32px;
  }

  .section04-head-title {
    font-size: 26px;
  }

  .section04-hero-wrap,
  .section04-strength-wrap,
  .section04-case-wrap,
  .section04-review-wrap,
  .section04-company-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .section04-hero-overlay {
    padding: 10px;
  }

  .section04-hero-catch {
    border-radius: 8px;
    font-size: 10px;
    padding: 8px;
  }

  .section04-hero-name {
    font-size: 26px;
  }

  .section04-source {
    font-size: 10px;
  }

  .section04-block-title {
    font-size: 16px;
    margin-bottom: 14px;
  }

  #section04 .section04-strong-title {
    font-size: 1.2em;
  }

  .section04-strength-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section04-strength-card h4 {
    font-size: 18px;
  }

  .section04-strength-card p {
    font-size: 13px;
  }

  .section04-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .section04-action-link {
    min-height: 56px;
    font-size: 16px;
  }

  .section04-case-wrap {
    padding: 34px 0 24px;
  }

  .section04-case-item h4 {
    font-size: 18px;
  }

  .section04-case-grid {
    grid-template-columns: 1fr;
  }

  .section04-case-main {
    min-height: 360px;
  }

  .section04-case-sub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .section04-case-sub {
    min-height: 144px;
    font-size: 11px;
  }

  #section04b img.section04-case-main,
  #section04c img.section04-case-main {
    height: 360px;
  }

  #section04b img.section04-case-sub,
  #section04c img.section04-case-sub {
    height: 144px;
  }

  .section04-review-wrap {
    padding: 30px 0;
  }

  .section04-review-item h4 {
    font-size: 16px;
    padding: 8px 10px;
  }

  .section04-review-body {
    grid-template-columns: 1fr 68px;
    gap: 10px;
    padding: 10px;
  }

  .section04-review-body p {
    font-size: 12px;
    line-height: 1.75;
  }

  .section04-review-body img {
    width: 68px;
    height: 68px;
  }

  .section04-company-wrap {
    padding: 30px 0;
  }

  .section04-company-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .section04-company-info {
    padding: 8px 10px;
  }

  .section04-company-info div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 0;
  }

  .section04-company-info dt,
  .section04-company-info dd {
    font-size: 12px;
  }

  .section04-company-map {
    min-height: 180px;
    font-size: 24px;
  }

}

.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;
}


/* 
.bg-fv.fv-hero {
  height: 780px;
} */

.fv-hero-inner {
  min-height: 560px;
  padding-top: 80px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fv-tagline {
  display: inline-block;
  margin: 0 0 18px;
  background-color: #fff;
  color: #f0642c;
  border-radius: 999px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fv-message-box {
  width: min(100%, 980px);
  background-image: url(../../assets/img/fv-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 240px;
  text-align: center;
  padding: 36px 28px 44px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transform: translateY(-22px);
}

.fv-catch {
  margin: 0;
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 600;
  line-height: 1.2;
}

.fv-title {
  margin: 8px 0;
  font-size: clamp(32px, 2vw, 58px);
  font-weight: 900;
  line-height: 1.12;
}

.fv-lead {
  margin: 0;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.3;
}

.fv-lead-small {
  font-size: 0.8em;
}

.fv-lead-big {
  font-size: 1.8em;
}

.fv-cta {
  display: inline-block;
  text-align: center;
  width: min(100%, 480px);
  min-height: 100px;
  border-radius: 28px;
  background-color: #1e69b8;
  color: #fff;
  text-decoration: none;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  line-height: 0.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  transform: translateY(-24px);
}

.fv-cta-mini {
  color: #f3e84d;
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 900;
  line-height: 2;
}

.fv-cta-number {
  font-size: 2em;
}

.fv-cta-arrow {
  font-size: 20px;
  line-height: 2;
}

.fv-bottom-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background-color: rgba(210, 232, 243, 0.92);
}

.fv-bottom-links a {
  text-decoration: none;
  color: #1d6fb1;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  padding: 13px 10px;
  border-left: 1px solid rgba(29, 111, 177, 0.22);
}

.fv-bottom-links a:first-child {
  border-left: 0;
}

@media screen and (max-width: 767px) {

  .fv-hero-inner {
    min-height: 250px;
    padding-top: 52px;
    padding-bottom: 58px;
    gap: 8px;
  }

  .fv-tagline {
    font-size: 8px;
    padding: 4px 8px;
    margin-bottom: 4px;
  }

  .fv-message-box {
    width: min(100%, 92vw);
    background-size: 100% 100%;
    min-height: 160px;
    padding: 18px 10px 24px;
    transform: translateY(-14px);
  }

  .fv-catch {
    font-size: 12px;
  }

  .fv-title {
    margin: 6px 0;
    font-size: 20px;
    line-height: 1.15;
  }

  .fv-lead {
    font-size: 14px;
  }

  .fv-lead-small {
    font-size: 0.82em;
  }

  .fv-lead-big {
    font-size: 1.8em;
  }

  .fv-cta-mini {
    font-size: 10px;
    font-weight: 600;
    line-height: 2;
  }

  .fv-cta {
    width: 60%;
    border-radius: 22px;
    min-height: 60px;
    font-size: 14px;
    padding: 4px 8px 5px;
    transform: translateY(-16px);
  }

  .fv-cta-arrow {
    font-size: 14px;
    line-height: 2;
  }

  .fv-bottom-links {
    position: static;
    margin-top: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fv-bottom-links a {
    font-size: 12px;
    padding: 11px 8px;
    border-left: 0;
    border-top: 1px solid rgba(29, 111, 177, 0.2);
  }
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

.faq-section {
  background: #b9d0dc;
  padding: 52px 0 42px;
}

.faq-title {
  margin: 0;
  color: #1f67b1;
  font-size: clamp(34px, 4.1vw, 52px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

#faq .accordion {
  max-width: 1240px;
  margin: 0 auto;
}

#faq .faq-item {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}

#faq .accordion-button.faq-accordion-btn {
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  color: #2b2b2b;
  font-size: clamp(18px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  padding: 20px 62px 20px 24px;
}

#faq .accordion-button.faq-accordion-btn:not(.collapsed) {
  color: #2b2b2b;
  background: #fff;
  border-bottom: 1px solid #dbe5ec;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#faq .faq-q {
  color: #1f67b1;
  margin-right: 12px;
  font-weight: 700;
}

#faq .faq-answer {
  background: #fff;
  color: #333;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.9;
  padding: 14px 24px 18px;
}

#faq .faq-accordion-btn::after {
  content: "+";
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 500;
  color: #1f67b1;
  margin-left: auto;
  background-image: none !important;
  transform: none !important;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -0.7em;
  line-height: 1;
}

#faq .faq-accordion-btn:not(.collapsed)::after {
  content: "-";
}

@media screen and (max-width: 768px) {
  .faq-section {
    padding: 34px 0 26px;
  }

  #faq .faq-item {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  #faq .accordion-button.faq-accordion-btn {
    border-radius: 10px;
    padding: 14px 46px 14px 14px;
    font-size: 14px;
  }

  #faq .faq-answer {
    padding: 10px 14px 14px;
    font-size: 12px;
    line-height: 1.75;
  }

  #faq .faq-accordion-btn::after {
    right: 12px;
    font-size: 30px;
    margin-top: -0.72em;
  }
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/* Company list layout */
#list {
  background: #fff;
}


#list .text-center.mb-5 {
  margin-bottom: 2rem !important;
}

#list h2 {
  color: #2f69b1;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

#list .row.box-parent {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

#list .box-child-text {
  border: 1px solid #c6d8e3;
  border-radius: 0 !important;
  background: #fff;
}

#list .box-child-text,
#list .bg_light_gray,
#list .btn.bg_blue {
  border-radius: 0 !important;
}

#list .bg_light_gray {
  background: #b9d2e1 !important;
  min-height: 76px;
}

#list .bg_light_gray h3 {
  color: #0e4e9b;
  font-size: 20px;
  font-weight: 700;
}

#list .p-3.f13px {
  padding: 18px 12px 12px !important;
  font-size: 14px;
  color: #222;
}

#list .p-3.f13px p {
  line-height: 1.6;
}

#list .p-3.f13px dt {
  color: #111;
  font-size: 14px;
  margin-bottom: 2px;
}

#list .p-3.f13px dd {
  color: #222;
  line-height: 1.45;
  margin-bottom: 10px;
}

#list iframe {
  width: 100% !important;
  height: 160px !important;
  border: 1px solid #d2dde5 !important;
}

#list .height-100px {
  height: auto !important;
  padding: 12px !important;
}

#list .btn.bg_blue {
  background: #2f69b1 !important;
  border-radius: 4px !important;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 10px !important;
  box-shadow: none !important;
}

#list .btn.bg_blue:hover {
  filter: brightness(0.95);
}

#list .list-more-toggle {
  background: #b9d2e1;
  border: 0;
  border-radius: 4px;
  color: #0e4e9b;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 18px;
  text-align: left;
}

#list .list-more-toggle::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}

#list .list-more-toggle[aria-expanded="true"]::after {
  content: "-";
}

@media screen and (max-width: 992px) {
  #list .bg_light_gray h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {

  #list h2 {
    font-size: 26px !important;
  }

  #list .bg_light_gray {
    min-height: 62px;
  }

  #list .bg_light_gray h3 {
    font-size: 18px;
  }

  .faq-title{
    font-size: 26px;
  }
}

/*※この親の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: -12px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #a2a2a2;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 0 0 2px;
}

.floating-pr-banner {
  right: 10px !important;
  width: 400px;
}

.floating-pr-banner-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.floating-pr-banner .banner-icon {
  display: block;
  width: 100%;
  height: auto;
}

.floating-pr-label {
  position: absolute;
  left: 8px;
  top: 5px;
  z-index: 2;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}


.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;
  }
}

.banner-card{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #2a74b8;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

/* 背景画像（imgタグ版） */
.banner-card__bg{
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover; /* トリミングして見本っぽく */
}

/* 読みやすいように暗幕 */
.banner-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.35) 0%,
    rgba(0,0,0,.15) 55%,
    rgba(0,0,0,0) 75%
  );
  pointer-events:none;
}

.banner-card__pr{
  position:absolute;
  left: 8px;
  top: 6px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

.banner-card__close{
  position:absolute;
  right: 8px;
  top: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0,0,0,.45);
}

/* タイトル */
.banner-card__title{
  position:absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 92%;
  text-align:center;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.25;
  text-shadow: 0 3px 10px rgba(0,0,0,.55);
  font-family: "Shuei MaruGo L";
}

/* 下のCTAバー */
.banner-card__cta{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  background: #2a74b8;
  color:#fff;
  text-align:center;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 36px 10px 10px; /* 右に矢印分 */
}

.banner-card__cta-small {
  font-size: 0.8em;
}

.banner-card__arrow{
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
}


.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
    .section02-heading-sub { font-size: 16px; }

}

@media screen and (max-width: 767px) {
  .floating-pr-banner {
    left: 0;
    right: 0 !important;
    bottom: 0;
    width: 100%;
  }
  .banner-card__bg {
    height: 200px;
    object-fit: cover;
  }
  .banner-close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}

.section03-point-title-text {
  display: inline-block;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .section03-point-title-text {
    display: inline;
    margin-left: 10px;
  }
}

.deco-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.deco-title-line {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}

/* .deco-title-line::before,
.deco-title-line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 24px;
  background: #2a6fb8;
} */

.deco-title-line.left::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 2px;
  height: 20px;
  background: #2a6fb8;
  left: 18px;
  transform: rotate(-36deg);
}

.deco-title-line.left::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 35px;
  background: #2a6fb8;
  left: 26px;
  transform: rotate(-18deg);
}

.deco-title-line.right::before {
  content: "";
  position: absolute;
  top: 16px;
  width: 2px;
  height: 20px;
  background: #2a6fb8;
 right: 18px;
  transform: rotate(36deg);
}

.deco-title-line.right::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 35px;
  background: #2a6fb8;
  right: 26px;
  transform: rotate(18deg);
}

.menu-box {
  background-color: #C4DDE8;
}
.menu-box a,
.menu-box a:hover,
.menu-box a:focus,
.menu-box a:active {
  color: #266CB4 !important;
  text-shadow: none;
}
.height-40 {
  height: 60px !important;
}


.fv-hero-inner {
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .bg-fv.fv-hero {
    height: auto;
    min-height: 400px;
  }
}

html,
body {
  overflow-x: hidden;
}


@media screen and (max-width: 767px) {
.deco-title-line.left::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 2px;
  height: 10px;
  background: #2a6fb8;
  left: 26px;
  transform: rotate(-36deg);
}

.deco-title-line.left::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 2px;
  height: 16px;
  background: #2a6fb8;
  left: 34px;
  transform: rotate(-18deg);
}

.deco-title-line.right::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 2px;
  height: 10px;
  background: #2a6fb8;
 right: 26px;
  transform: rotate(36deg);
}

.deco-title-line.right::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 2px;
  height: 16px;
  background: #2a6fb8;
  right: 34px;
  transform: rotate(18deg);
}

 .section03-point-title {
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    background-color: #b8d2df;
  }

  .section03-point-title > .section03-point-label {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
  }

  .section03-point-title > .section03-point-title-text {
    display: block;
    padding: 12px 14px 14px;
    box-sizing: border-box;
  }
}
