@charset "UTF-8";

.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);
  }
}

@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);
  }
}

.section00 {
  background: #274b87;
}

.section00__container {
  padding-right: 0;
  padding-left: 0;
}

.section00__link {
  min-height: 84px;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
  transition: background-color 0.2s ease;
}

.section00__link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.section00 .col:last-child .section00__link {
  border-right: 0;
}

@media (max-width: 991px) {
  .section00__container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .section00__link {
    min-height: 72px;
    border-right: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .section00 .col:last-child .section00__link {
    border-bottom: 0;
  }
}

.section01-intro {
  padding: 56px 0 64px;
  background-color: #f7f5f2;
  background-image: url("../../assets/img/section-01-01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section-01-01.webp")) {
  .section01-intro {
    background-image: url("../../assets/img/section-01-01.webp");
  }
}

.section01-intro__container {
  max-width: 1180px;
}

.section01-intro__lead {
  margin: 0 0 18px;
  color: #222222;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.section01-intro__title {
  margin: 0;
  color: #222222;
  font-size: 4.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}

.section01-intro__title span {
  color: #a68544;
}

.section01-intro__card {
  position: relative;
  margin-top: 46px;
  padding-top: 28px;
}

/* .section01-intro__card::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border-top: 1px solid #193b7c;
} */

.section01-intro__label {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto -28px;
  padding: 14px 32px;
  background-color: #193b7c;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.section01-intro__body {
  padding: 92px 48px 50px;
  border: 1px solid #193b7c;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222222;
  text-align: center;
}

.section01-intro__body p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 2.35;
}

.section01-intro__body p + p {
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .section01-intro__lead {
    font-size: 1.5rem;
  }

  .section01-intro__title {
    font-size: 3.35rem;
  }

  .section01-intro {
    padding: 48px 0 56px;
  }

  .section01-intro__card {
    margin-top: 34px;
    padding-top: 22px;
  }

  .section01-intro__card::before {
    top: 22px;
  }

  .section01-intro__label {
    width: calc(100% - 72px);
    padding: 12px 20px;
    margin-bottom: -24px;
    font-size: 1.6rem;
  }

  .section01-intro__body {
    padding: 78px 28px 36px;
  }

  .section01-intro__body p {
    font-size: 1.02rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .section01-intro {
    padding: 36px 0 44px;
  }

  .section01-intro__container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section01-intro__lead {
    margin-bottom: 12px;
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .section01-intro__title {
    font-size: 2.1rem;
    line-height: 1.35;
  }

  .section01-intro__card {
    margin-top: 28px;
    padding-top: 18px;
  }

  .section01-intro__card::before {
    top: 18px;
  }

  .section01-intro__label {
    width: calc(100% - 32px);
    padding: 10px 16px;
    margin-bottom: -18px;
    font-size: 1.15rem;
  }

  .section01-intro__body {
    padding: 58px 16px 24px;
  }

  .section01-intro__body p {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}


/* 背景 */

.section02-bg {
  background-image: url("../../assets/img/section-02-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section-02-bg.webp")) {
  .section02-bg {
    background-image: url("../../assets/img/section-02-bg.webp");
  }
}
/* タイトル */
.section02-title {
  font-size: 28px;
}

.gold {
  color: #b89b5e;
}

/* カード */
.company-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* 上の帯 */
.card-head {
  background: #a88b55;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  position: relative;
}

/* 三角 */
.card-head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #a88b55 transparent transparent transparent;
}

/* 本文 */
.card-body {
  padding: 25px;
}

/* キャッチ */
.catch {
  color: #1D3F78;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* 会社名 */
.company-name {
  color: #04AFAC;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.company-name.green {
  color: #04AFAC;
}

/* 出典 */
.source {
  font-size: 12px;
  color: #666;
}

/* ボタン */
.btn-danger {
  font-weight: bold;
  padding: 15px;
}

.btn-primary {
  font-weight: bold;
  padding: 15px;
}

/* スマホ */
@media (max-width: 768px) {
  .section02-title {
    font-size: 22px;
  }

  .card-body {
    padding: 20px;
  }
}


/* 背景 */
.section03 {
  background: #eef2f6;
}

/* タイトル */
.section03-title {
  font-size: 28px;
  font-weight: bold;
}

.gold {
  color: #b89b5e;
}

/* カード */
.compare-card {
  background: #f5f5f5;
  border-radius: 4px;
}

/* 上帯 */
.compare-head {
  background: #1D3F78;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-weight: bold;
  position: relative;
}

/* 三角 */
.compare-head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #1D3F78 transparent transparent transparent;
}

/* 中身 */
.compare-body {
  padding: 25px;
}

/* 見出し */
.box-title {
  background: #cfd6e0;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* リスト */
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* チェック（メリット） */
.check-list li::before {
  content: "▯";
  position: absolute;
  left: 0;
  top: 2px;
  color: #04AFAC;
  font-weight: bold;
}

/* 注意点（色変え） */
.check-list.caution li::before {
  content: "▯";
  color: #b89b5e;
}

/* スマホ */
@media (max-width: 768px) {
  .section03-title {
    font-size: 22px;
  }

  .compare-body {
    padding: 20px;
  }
}



/* 背景 */
.section04 {
  position: relative;
  min-height: 500px;
  background-image: url("../../assets/img/section-04-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
}

/* webp対応 */
@supports (background-image: url("../../assets/img/section-04-bg.webp")) {
  .section04 {
    background-image: url("../../assets/img/section-04-bg.webp");
  }
}

/* 暗いオーバーレイ */
.section04::before {
  content: "";
  position: absolute;
  inset: 0;
}

/* テキスト前面 */
.section04 .container {
  position: relative;
  z-index: 1;
}

/* テキスト */
.section04 p {
  line-height: 2;
  font-size: 16px;
}

/* 強調 */
.section04 .highlight {
  color: #ffe066;
  font-weight: bold;
}

/* スマホ */
@media (max-width: 768px) {
  .section04 {
    padding: 60px 15px;
  }

  .section04 p {
    font-size: 14px;
  }
}

/* section05 */
.section05 {
  background-image: url("../../assets/img/section-05-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section-05-bg.webp")) {
  .section05 {
    background-image: url("../../assets/img/section-05-bg.webp");
  }
}

.section05__label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 30px;
  background: #ad9258;
  color: #ffffff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}

.section05__title {
  margin: 0;
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}

.section05-card {
  background: #ececef;
}

.section05-card__head {
  position: relative;
  display: inline-block;
  min-width: 220px;
  padding: 12px 24px;
  background: #14b2b8;
  color: #ffffff;
  /* font-size: 45px; */
  font-weight: 700;
  line-height: 1;
}

.section05-card__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 0;
  height: 0;
  border-top: 28px solid #14b2b8;
  border-bottom: 28px solid transparent;
  border-left: 32px solid #14b2b8;
}

.section05-card__body {
  padding: 30px 44px 36px;
}

.section05-card__title {
  margin: 0 0 24px;
  color: #1b4588;
  /* font-size: 50px; */
  font-weight: 700;
  line-height: 1.7;
}

.section05-card__body p {
  margin: 0;
  color: #222222;
  /* font-size: 37px; */
  line-height: 1.95;
}

.section05-card__body p + p {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .section05 {
    padding: 54px 0 58px;
  }

  /* .section05__title {
    font-size: 48px;
  }

  .section05__label {
    font-size: 30px;
  } */

  .section05-card__head {
    min-width: 190px;
    /* font-size: 38px; */
  }

  .section05-card__head::after {
    right: -26px;
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 26px;
  }

  .section05-card__body {
    padding: 26px 28px 30px;
  }

  .section05-card__title {
    /* font-size: 40px; */
    line-height: 1.65;
  }

  .section05-card__body p {
    /* font-size: 31px; */
    line-height: 1.85;
  }
}

@media (max-width: 767px) {
  .section05 {
    padding: 44px 0 48px;
  }

  .section05__title-wrap {
    margin-bottom: 24px;
  }

  .section05__label {
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 18px;
  }

  .section05__title {
    font-size: 28px;
    line-height: 1.45;
  }

  .section05-card__head {
    min-width: 138px;
    padding: 10px 16px;
    /* font-size: 26px; */
  }

  .section05-card__head::after {
    right: -18px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 18px;
  }

  .section05-card__body {
    padding: 20px 18px 24px;
  }

  .section05-card__title {
    margin-bottom: 14px;
    /* font-size: 24px; */
    line-height: 1.6;
  }

  .section05-card__body p {
    /* font-size: 16px; */
    line-height: 1.85;
  }
}

/* section06 */

.section06__title {
  margin: 0;
  color: #222222;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}

.section06__subtitle {
  margin: 6px 0 0;
  color: #222222;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .section06 {
    padding: 52px 0 48px;
  }

  .section06__title {
    font-size: 48px;
  }

  .section06__subtitle {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section06 {
    padding: 38px 0 34px;
  }

  .section06__title {
    font-size: 34px;
    line-height: 1.4;
  }

  .section06__subtitle {
    margin-top: 2px;
    font-size: 24px;
    line-height: 1.4;
  }
}

/* section07 */
.section07 {
  background:  #6c52ff ;
}
@media (min-width: 992px) {
  .section07 {
    background: linear-gradient(180deg, #6c52ff 0%, #6c52ff 50%, #ffffff 50%, #ffffff 100%);
    width: 100%;
  }
}

.section07__topbar {
  /* background: #ececef; */
  padding: 2px 0;
}

.section07__company-index {
  margin: 0;
  color: #a1844a;
  /* font-size: 41px; */
  font-weight: 700;
  line-height: 1.2;
}

/* .section07__hero {
  background: #214787;
  padding: 22px 0 0;
} */

.section07__image-wrap {
  margin: 0;
}

.section07__image {
  width: 100%;
  border: 1px solid #c2cada;
}

.section07__heading {
  color: #ffffff;
}

.section07__heading-sub {
  margin: 0 0 10px;
  /* font-size: 69px; */
  font-weight: 700;
  line-height: 1.2;
}

.section07__heading-main {
  margin: 0;
  /* font-size: 113px; */
  font-weight: 700;
  line-height: 1.15;
}

.section07__content {
  padding: 28px 0 18px;
}

.section07__source {
  margin: 0;
  line-height: 1.7;
}

.section07__source a {
  color: #000000;
  text-decoration: underline;
}

.section07__text p {
  margin: 0;
  color: #222222;
}

.section07__text p + p {
  margin-top: 18px;
}

/* section08 */
.section08 {
  background: #f4f4f4;
}

.section08__heading {
  margin-bottom: 36px;
}

.section08__title {
  margin: 0;
  color: #111111;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.35;
}

.section08-card {
  position: relative;
  height: 100%;
  padding-top: 18px;
  border: 1px solid #caa86b;
  background: #ffffff;
}

.section08-card__label {
  width: fit-content;
  min-width: 174px;
  margin: -35px auto 0;
  padding: 10px 24px;
  background: #214787;
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.section08-card__body {
  padding: 26px 20px 18px;
}

.section08-card__title {
  color: #214787;
  line-height: 1.45;
}

.section08-card__text {
  padding-top: 18px;
  border-top: 1px solid #caa86b;
  color: #222222;
  line-height: 1.8;
}



@media (max-width: 991px) {
  .section08__heading {
    margin-bottom: 32px;
  }

  .section08__title {
    font-size: 44px;
  }

  .section08-card__label {
    min-width: 160px;
    font-size: 24px;
  }

  .section08-card__body {
    padding: 24px 20px 18px;
  }
}

@media (max-width: 767px) {

  .section08__heading {
    margin-bottom: 24px;
  }

  .section08__title {
    font-size: 30px;
    line-height: 1.45;
  }

  .section08-card {
    padding-top: 14px;
  }

  .section08-card__label {
    min-width: 136px;
    margin-top: -28px;
    padding: 8px 18px;
    font-size: 20px;
  }

  .section08-card__body {
    padding: 18px 16px 14px;
  }

  .section08-card__text {
    padding-top: 14px;
  }
}


/* section09 */
/* section09 */
.section09 {
  padding: 40px 0;
}

/* CTA共通 */
.cta-link {
  position: relative;
  width: 100%;
  max-width: 370px; /* ←横幅の上限 */
  margin: 0 auto;

  min-height: 80px; /* ←基本サイズ */
  padding: 16px 64px 16px 24px;

  border-radius: 10px;
  line-height: 1.4;

  box-shadow: inset -5px -5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

/* hover */
.cta-link:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

/* 矢印 */
.cta-link::after {
  content: "›"; /* ←ちょっとおしゃれに変更 */
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: 700;
}

/* テキスト */
.cta-link__label {
  display: inline-block;
  font-size: 16px;
}

/* 色 */
.cta-link--red {
  background: #df002d;
}

.cta-link--blue {
  background: #1f50c3;
}

/* ボタン間の余白 */
.section09 .col-12 {
  margin-bottom: 16px;
}

/* =========================
   タブレット
========================= */
@media (max-width: 992px) {
  .cta-link {
    min-height: 72px;
    padding: 14px 30px 14px 20px;
  }

  .cta-link__label {
    font-size: 15px;
  }
}

/* =========================
   スマホ
========================= */
@media (max-width: 576px) {
  .section09 {
    padding: 30px 0;
  }

  .cta-link {
    min-height: 64px;
    padding: 12px 56px 12px 16px;
    border-radius: 8px;
  }

  .cta-link__label {
    font-size: 14px;
  }

  .cta-link::after {
    font-size: 28px;
    right: 16px;
  }
}

/* section10 */
.section10 {
  background-color: #1D3F78;
  background-image: url("../../assets/img/section-10-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section-10-bg.webp")) {
  .section10 {
    background-image: url("../../assets/img/section-10-bg.webp");
  }
}


.section10__title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}

.section10-review {
  border: 1px solid rgba(24, 59, 112, 0.18);
  box-shadow: 0 4px 14px rgba(16, 42, 86, 0.24) !important;
}

/* .section10-review__accent {
  border-left: 3px solid #17c2cf;
} */

.section10-review__headline {
  color: #ab8847;
}

.section10-review__link {
  text-underline-offset: 2px;
}

.section10-review__avatar {
  width: 112px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .section10__title {
    font-size: 34px;
  }

  .section10-review__avatar {
    width: 104px;
  }
}

@media (max-width: 767px) {
  .section10__title {
    font-size: 28px;
  }

  .section10-review__avatar {
    width: 96px;
  }
}

/* section11 */
.section11 {
  background: #ffffff;
}

.section11__container {
  max-width: 1240px;
}

.section11__title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}

.section11-card {
  position: relative;
  min-height: 198px;
  border: 1px solid #8ea2c4;
  background: #284b87;
}

.section11-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #d8dde8;
  border-right: 30px solid transparent;
}

.section11-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.section11-card__title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .section11__title {
    font-size: 34px;
  }

  .section11-card {
    min-height: 170px;
  }
}

@media (max-width: 767px) {
  .section11__title {
    font-size: 28px;
  }

  .section11-card {
    min-height: 138px;
  }

  .section11-card::before {
    border-top-width: 22px;
    border-right-width: 22px;
  }
}

/* section20 */
.section20 {
  background: #ffffff;
}

.section20__container {
  max-width: 1240px;
}

.section20__title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}

.section20-card {
  position: relative;
  min-height: 198px;
  border: 1px solid #8ea2c4;
  background: #284b87;
}

.section20-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #d8dde8;
  border-right: 30px solid transparent;
}

.section20-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.section20-card--light {
  background: #d4dce8;
  border-color: #c4cfe0;
  color: #666666;
}

.section20-card--light::before {
  border-top-color: #c4cfe0;
}

.section20-card__title {
  position: relative;
  z-index: 1;
  color: #ffffff;
  line-height: 1.35;
}

.section20-card--light .section20-card__title {
  color: #666666;
}

@media (max-width: 991px) {
  .section20__title {
    font-size: 34px;
  }

  .section20-card {
    min-height: 170px;
  }
}

@media (max-width: 767px) {
  .section20__title {
    font-size: 28px;
  }

  .section20-card {
    min-height: 138px;
  }

  .section20-card::before {
    border-top-width: 22px;
    border-right-width: 22px;
  }
}

/* section12 */
.section12 {
  background: #d0d6e8;
}

.section12__title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}

.section12-table {
  min-width: 980px;
  border-collapse: collapse;
  border: 1px solid #7289b2;
}

.section12-table thead th {
  background: #284b87;
  color: #ffffff;
  border: 1px solid #7289b2;
}

.section12-table tbody td {
  background: #ffffff;
  color: #333333;
  border: 1px solid #7289b2;
}

.section12-table tbody td:first-child {
  color: #284b87;
}

@media (max-width: 991px) {
  .section12__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section12__title {
    font-size: 28px;
  }
}

/* section13 */
.section13 {
  background: #ffffff;
}

.section13__title {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
}

.section13__title strong {
  font-weight: 700;
}

.section13-info {
  border-collapse: collapse;
}

.section13-info__row {
  border-top: 1px solid #cccccc;
}

.section13-info__row:last-child {
  border-bottom: 1px solid #cccccc;
}

.section13-info__label {
  color: #333333;
  white-space: nowrap;
  vertical-align: top;
  min-width: 120px;
}

.section13-info__value {
  color: #333333;
  vertical-align: top;
}

.section13-info__link {
  color: #333333;
  text-decoration: none;
}

.section13-info__link:hover {
  text-decoration: underline;
}

.section13__map {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #eeeeee;
}

.section13__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 991px) {
  .section13__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .section13__title {
    font-size: 28px;
  }
}

/* section14 */
.section14 {
  background: #f0eeec;
}


.section14__subtitle {
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.section14__title {
  color: #8b6f3a;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .section14__subtitle {
    font-size: 17px;
  }

  .section14__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section14__subtitle {
    font-size: 15px;
  }

  .section14__title {
    font-size: 32px;
  }
}

/* section15 */
.section15 {
  background: #f0eeec;
}

.section15__title {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
}

.section15__title-accent {
  color: #8b6f3a;
}

.section15__category {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section15__category-bar {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #284b87;
  flex-shrink: 0;
}

.section15-table {
  border-collapse: collapse;
  border: 1px solid #7289b2;
}

.section15-table thead th {
  background: #284b87;
  color: #ffffff;
  border: 1px solid #7289b2;
}

.section15-table tbody td {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8d0e0;
}

.section15__citation {
  color: #555555;
  font-size: 13px;
}

.section15__citation-link {
  color: #555555;
}

@media (max-width: 991px) {
  .section15__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section15__title {
    font-size: 22px;
  }

  .section15__category {
    font-size: 16px;
  }
}

/* section16 / section17 / section18 */
.section16,
.section17,
.section18 {
  background: #f0eeec;
}


.section16__title,
.section17__title,
.section18__title {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
}

.section16__title-accent,
.section17__title-accent,
.section18__title-accent {
  color: #8b6f3a;
}

.section16__category,
.section17__category,
.section18__category {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section16__category-bar,
.section17__category-bar,
.section18__category-bar {
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #17b7c6;
  flex-shrink: 0;
}

.section16-table,
.section17-table,
.section18-table {
  border-collapse: collapse;
  border: 1px solid #7289b2;
}

.section16-table thead th,
.section17-table thead th,
.section18-table thead th {
  background: #284b87;
  color: #ffffff;
  border: 1px solid #7289b2;
}

.section16-table tbody td,
.section17-table tbody td,
.section18-table tbody td {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8d0e0;
}

.section16__citation,
.section17__citation,
.section18__citation {
  color: #555555;
  font-size: 13px;
}

.section16__citation-link,
.section17__citation-link,
.section18__citation-link {
  color: #555555;
}

@media (max-width: 991px) {
  .section16__title,
  .section17__title,
  .section18__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .section16__title,
  .section17__title,
  .section18__title {
    font-size: 22px;
  }

  .section16__category,
  .section17__category,
  .section18__category {
    font-size: 16px;
  }
}






.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;
    /* 疑似要素の基準にする */

  }

  .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;
    /* 疑似要素の基準にする */

  }

  .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;
    /* 疑似要素の基準にする */

  }

  .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;
  }
}



.gold{
  color: #A08550 !important;
}
.blue{
  color: #1D3F78 !important;
}

.bg-light-blue {
  background-color: #CFD5E1 !important;
}
.bg-blue {
  background-color: #1D3F78 !important;
}
.bg-red {
  background-color: #D8012B !important;
}
.height-40{
  height: 40px;
}

.text-shadow_black{
  text-shadow: 2px 1px 7px #000;
}

.btn-hamburger {
    z-index: 1100;
    background-color: #1D3F78;
}

.faq-accordion-btn:not(.collapsed)::after {
    content: "−";
    color: #1D3F78;
}
.faq-accordion-btn::after {
    content: "+";
    font-size: 1.8rem;
    font-weight: bold;
    color: #1D3F78;
    margin-left: auto;
    background-image: none !important;
    transform: none !important;
    transition: color 0.3s ease;
    position: relative;
    top: -7px;
}