@charset "UTF-8";

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 550px;
  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);
  }
}

.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;
}

.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;
  }
}




.section01-hero {
  background: url("../../../assets/img/section01.png") no-repeat center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
}
@supports (background-image: url(../../assets/img/section01.webp)) {
  .section01-hero {
    background-image: url(../../assets/img/section01.webp);
  }
}

/* 暗めのオーバーレイ（文字を見やすく） */
.section01-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* テキスト */
.section01-text {
  position: relative;
  line-height: 1.9;
  font-size: 14px;
}

@media (min-width: 992px) {
  .section01-text {
    font-size: 16px;
  }
}




/* 背景 */
.section02-bg {
  background: url("../../assets/img/section02-bg.png") no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

@supports (background-image: url(../../assets/img/section02-bg.webp)) {
  .section02-bg {
    background-image: url(../../assets/img/section02-bg.webp);
  }
}

/* カード */
.compare-card {
  background: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

/* タイトル帯 */
.compare-title {
  background: #D2C1B6;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  font-size: 16px;
}

/* 中身 */
.compare-box {
  padding: 20px;
}

.compare-box ul {
  padding-left: 18px;
  margin: 0;
}

.compare-box li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* メリデメタイトル */
.box-title {
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
  font-weight: bold;
  background: #F9F3EF;
}

.box-title.red {
  color: #79261D;
}

.box-title.blue {
  color: #456882;
}

/* デメリット間隔 */
.demerit {
  margin-top: 15px;
}

/* レスポンシブ微調整 */
@media (max-width: 767px) {
  .section02-bg {
    padding: 50px 0;
  }

  .compare-title {
    font-size: 14px;
  }
}


/* 背景 */
.section-03 {
  background: #5a6070;
}

/* タイトル */
.section-03-title {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 10px;
}

/* テキスト */
.section-03-content p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 15px;
}

/* 画像 */
.section-03-img img {
  border-radius: 4px;
}

/* レスポンシブ */
@media (min-width: 992px) {
  .section-03-title {
    font-size: 28px;
  }

  .section-03-content p {
    font-size: 15px;
  }
}




/* セクション全体 */

/* 上ラベル */
.section-04-label {
  display: inline-block;
  background: #6c8596;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

/* タイトル */
.section-04-title {
  color: #2f4f66;
  font-weight: bold;
  line-height: 1.2;
}

/* 1行目 */
/* .section-04-title {
  font-size: 28px;
} */

/* 2行目強調 */
/* .section-04-title span {
  display: block;
  font-size: 36px;
} */

/* レスポンシブ */
@media (min-width: 992px) {
  .section-04-title {
    font-size: 36px;
  }

  /* .section-04-title span {
    font-size: 56px;
  } */
}

.section07-label {
  background-color: #456882;
  border-radius: 0.25rem;
  letter-spacing: 0.08em;
}

.section07-title {
  color: #1f3346;
  font-size: 2rem;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .section07-title {
    font-size: 3rem;
  }
}

.oneArea{
  background: #1B3C53;
}
@media (min-width: 992px){
  .oneArea {
    background: linear-gradient(180deg, #1B3C53 0%, #1B3C53 50%, #fff 50%, #fff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
  }
}

.section08-image img {
  object-fit: cover;
}

.section08-company-label {
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
}

.section08-title {
  font-size: 2.8rem;
  line-height: 1.05;
  color: #ffffff;
}

@media (min-width: 992px) {
  .section08-title {
    font-size: 4rem;
  }
}

.section08-text a {
  text-decoration: underline;
}

.section15-image img {
  object-fit: cover;
}

.section15-company-label {
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
}

.section15-title {

  font-size: 2.8rem;
  line-height: 1.05;
  color: #ffffff;
}

@media (min-width: 992px) {
  .section15-title {
    font-size: 4rem;
  }
}

.section15-body a {
  text-decoration: underline;
}


.section09-title {
  font-size: 2.4rem;
  line-height: 1.1;
  color: #202940;
}

@media (min-width: 992px) {
  .section09-title {
    font-size: 3.4rem;
  }
}

.section09-underline {
  width: 90px;
  height: 3px;
  background-color: #1f3757;
}

/* .section09-card-img {
  min-height: 240px;
} */

.section09-card-img img {
  object-fit: cover;
  height: 100%;
}

.section09-card h3 {
  font-size: 1.05rem;
}

.section09-card p {
  line-height: 1.75;
}

.section16-title {

  font-size: 2.4rem;
  line-height: 1.1;
  color: #202940;
}

@media (min-width: 992px) {
  .section16-title {
    font-size: 3.4rem;
  }
}

.section16-underline {
  width: 90px;
  height: 3px;
  background-color: #1f3757;
}

/* .section16-card-img {
  min-height: 240px;
} */

.section16-card-img img {
  object-fit: cover;
  height: 100%;
}

.section16-card h3 {
  font-size: 1.05rem;
}

.section16-card p {
  line-height: 1.75;
}

/* .section06-row {
  min-height: 520px;
} */

/* .section06-image {
  min-height: 420px;
} */

.section06-image img {
  object-fit: cover;
}

.section06-content {
  background-color: #3f4f72;
}

.section06-title {

  line-height: 1.2;
}

.btn-section06 {
  background-color: #ffffff;
  color: #2b3a50;
  border: 1px solid #dcdfe6;
  padding: 15px 40px;
}

.btn-section06:hover,
.btn-section06:focus {
  background-color: #f5f7fb;
  color: #2b3a50;
}

.btn-section10-primary {
  background-color: #8b2c1f;
  color: #ffffff;
  border: 1px solid #8b2c1f;
}

.btn-section10-primary:hover,
.btn-section10-primary:focus {
  background-color: #9e3b2b;
  color: #ffffff;
}

.btn-section10-outline {
  background-color: #ffffff;
  color: #8b2c1f;
  border: 1px solid #8b2c1f;
}

.btn-section10-outline:hover,
.btn-section10-outline:focus {
  background-color: #f8f1ee;
  color: #8b2c1f;
}

.btn-section10-arrow {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
}

.btn-section14-primary {
  background-color: #8b2c1f;
  color: #ffffff;
  border: 1px solid #8b2c1f;
}

.btn-section14-primary:hover,
.btn-section14-primary:focus {
  background-color: #9e3b2b;
  color: #ffffff;
}

.btn-section14-outline {
  background-color: #ffffff;
  color: #8b2c1f;
  border: 1px solid #8b2c1f;
}

.btn-section14-outline:hover,
.btn-section14-outline:focus {
  background-color: #f8f1ee;
  color: #8b2c1f;
}

.btn-section14-primary,
.btn-section14-outline {
  min-width: 320px;
  max-width: 420px;
  flex: 1 1 0;
}

.section14-btn-text {
  display: inline-block;
  text-align: left;
  white-space: pre-line;
  line-height: 1.4;
}

.section14-btn-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

/* section05 */
.company-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 吹き出し */
.company-lead {
  background: #cbb8a8;
  text-align: center;
  padding: 12px 8px;
  margin: 0 20px 0px;
  font-size: 13px;
  position: relative;
  border-radius: 4px;
}

.company-lead::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #cbb8a8;
}

/* タイトル */
.company-header {
  background: #4f6b82;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}

/* 本文 */
.company-body {
  padding: 20px;
  flex-grow: 1;
}

.company-subtitle {
  background: #ddd;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
}

/* リスト */
.company-body ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

/* テーブル */
.company-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.company-table th,
.company-table td {
  width: 20%;
}

.company-table th {
  background: #2f4f66;
  color: #fff;
  padding: 1rem;
  border-bottom: 1px solid #b3c5d0;
  font-weight: 600;
}

.company-table td {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem;
  vertical-align: middle;
}

.company-table tbody tr:last-child td {
  border-bottom: none;
}

.company-lead {
  background: #cbb8a8;
  text-align: center;
  padding: 12px 8px;
  font-size: 13px;
  position: relative;
  margin: 0 20px -12px; /* ←ここが重要（下に食い込ませる） */
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
/* 三角 */
.company-lead::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top-color: #cbb8a8;
  z-index: 10;
}
.rounded-4 {
  position: relative;
  z-index: 1;
}

.height-130 {
  height: 130px;
}

.section11-title {

  font-size: 2rem;
  color: #202940;
}

.section11-underline {
  width: 130px;
  height: 3px;
  background-color: #2f4f66;
}

.section18-title {

  font-size: 2rem;
  color: #202940;
}

.section18-underline {
  width: 130px;
  height: 3px;
  background-color: #2f4f66;
}

.section19-title {

  font-size: 2rem;
  color: #202940;
}

.section19-underline {
  width: 130px;
  height: 3px;
  background-color: #2f4f66;
}

.section20-title {

  font-size: 2rem;
  color: #202940;
}

.section20-underline {
  width: 130px;
  height: 3px;
  background-color: #2f4f66;
}

.section12-title {

  font-size: 2rem;
  color: #202940;
}

.section12-underline {
  width: 130px;
  height: 3px;
  background-color: #2f4f66;
}

.section12-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  overflow: visible;
  padding-bottom: 5.5rem;
}

.section12-card-head {
  background: #456882;
  color: #ffffff;
  padding: 1.5rem 1.5rem 1.4rem;
}

.section12-card-body {
  padding: 1.75rem 1.5rem 1.5rem;
}

.section12-card-body p {
  color: #545454;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.section12-card-body p:last-child {
  margin-bottom: 0;
}

.section12-quote {
  color: #6b7280;
  font-size: 0.95rem;
}

.section12-avatar {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
}

.section12-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.section13-title {

  font-size: 2rem;
  color: #202940;
}

.section13-underline {
  width: 130px;
  height: 3px;
  background-color: #2f4f66;
}

/* .section13-info dt {
  color: #2f4f66;
} */

/* .section13-info dd {
  color: #333;
} */

.section13-info a {
  word-break: break-all;
}

/* .section13-map {
  min-height: 450px;
  background: #f8f5f1;
} */

/* 全体にボーダー */
.section13-info dt,
.section13-info dd {
  border-top: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* 一番下にも線 */
.section13-info dl {
  border-bottom: 1px solid #fff;
}


.section29-title {

  font-size: 2rem;
  color: #23415f;
}

.section29-underline {
  width: 160px;
  height: 3px;
  background-color: #23415f;
}

.section29-category-title {

  font-size: 1.25rem;
  color: #23415f;
}

.section29-table th {
  background-color: #456882;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
}

.section29-table td {
  border-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section29-table thead th {
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.section29-table tbody tr {
  border-top: 1px solid #e8e8e8;
}

.section29-table tbody tr:first-child {
  border-top: none;
}

/* ボタン */
.btn-consult {
  display: block;
  background: #8b2c1f;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.btn-article {
  display: block;
  background: #eee;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  color: #333;
}

/* ホバー */
.btn-consult:hover {
  background: #a33a2b;
}

.btn-article:hover {
  background: #ddd;
}

.company-actions .btn {
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
}

.btn-company-primary {
  background-color: #8b2c1f;
  color: #fff;
}

.btn-company-primary:hover,
.btn-company-primary:focus {
  background-color: #9e3b2b;
  color: #fff;
}

.btn-company-secondary {
  background-color: #f8f5f1;
  color: #333;
  border: 1px solid #d7d1c8;
}

.btn-company-secondary:hover,
.btn-company-secondary:focus {
  background-color: #ece8e3;
  color: #333;
}

.company-actions .btn {
  text-align: left;
}

.company-table th,
.company-table td {
  padding: 0.9rem 0.75rem;
}

.company-table th {
  font-weight: 700;
}

.company-card {
  min-height: 100%;
}

.company-body {
  display: flex;
  flex-direction: column;
}

.company-actions {
  margin-top: auto;
}

/* 右寄せの微調整 */
@media (min-width: 992px) {
  .bg-fv .col-lg-7 {
    max-width: 650px;
  }
}


.fv-nav {
  background: #2f3f55;
}

/* 共通 */
.fv-nav-list {
  display: grid;
}

.fv-nav-list a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  padding: 12px 0px;

  border-right: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;      /* ←縦中央 */
  justify-content: center;  /* ←横中央 */
}

/* ===== 上：3列 ===== */
.fv-nav-list.top {
  grid-template-columns: repeat(3, 1fr);
}

.fv-nav-list.top a:nth-child(3n) {
  border-right: none;
}

/* ===== 下：4列 ===== */
.fv-nav-list.bottom {
  grid-template-columns: repeat(4, 1fr);
}

.fv-nav-list.bottom a:nth-child(4n) {
  border-right: none;
}

/* ===== PC ===== */
@media (min-width: 992px) {
  .fv-nav .container {
    display: flex;
  }

  .fv-nav-list {
    display: flex;
    flex: 1;
  }

  .fv-nav-list a {
    flex: 1;
    border-bottom: none;
  }

  .fv-nav-list.top a:last-child,
  .fv-nav-list.bottom a:last-child {
    border-right: none;
  }
}

/* ホバー */
.fv-nav-list a:hover {
  background: #3e536d;
}




.bg_blue{
  background-color: #456882 !important;
}
.bg_light_blue{
  background-color: #A1B3C0 !important;
}
.bg_dark_blue {
  background-color: #242E43 !important;
}
.bg_red{
  background-color: #79261D !important;
}
.bg_light_red{
  background-color: #D2C1B6 !important;
}
.bg_gray {
  background-color: #4E5465 !important;
}
.bg_light_gray {
  background-color: #C8C8C8 !important;
}

.blue{
  color: #456882 !important;
}
.red{
  color: #79261D !important;
}
.gray {
  color: #4E5465 !important;
}

.border-red{
  border: solid 1px #79261D !important;
}