@charset "UTF-8";

.font-mincho{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 490px;
  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: 576px){
  .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);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 650px;
    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: 650px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

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

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

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

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

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

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

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}




.section01-bg {
  background-image: url(../../assets/img/section01-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@supports (background-image: url(../../assets/img/section01-bg.webp)) {
  .section01-bg {
    background-image: url(../../assets/img/section01-bg.webp);
  }
}

.section01-content {
  padding: 80px 0;
}

.section01-label {
  background-color: #0c3d68;
  border-radius: 4px;
}

.section01-subtitle {
  color: #0b3557;
  font-size: clamp(22px, 2.2vw, 44px);
}

.section01-title {
  color: #0b3557;
  font-size: clamp(34px, 5vw, 78px);
  letter-spacing: 0.03em;
}
.line-yellow{
  border-bottom: solid 4px #d7d45a;
}

/* .section01-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 14px;
  background-color: #d7d45a;
  z-index: 1;
} */

@media screen and (min-width: 992px) {

  .section01-title::after {
    height: 18px;
    bottom: 14px;
  }
}



.section02-box {
  border: solid 1px #c8c1b4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section02-title {
  color: #0b3557;
  font-size: 28px;
  line-height: 1.4;
}

.section02-title-label {
  background-color: #0b3557;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

.section02-img {
  border: solid 1px #ddd;
}

@media screen and (min-width: 992px) {
  .section02-title {
    font-size: 48px;
  }
}


.bg-light-blue{
  background-color: #D9E4EE;
}



.section03-card {
  border: solid 1px #bdbdbd;
}

.section03-label {
  background-color: #dcc856;
  max-width: 500px;
  padding: 14px 20px;
}

.section03-label::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #dcc856;
}

.section03-label-text {
  color: #c51f1f;
  font-size: 44px;
  line-height: 1.2;
}

.section03-head {
  background-color: #0b3557;
}

.section03-title {
  font-size: 34px;
  line-height: 1.4;
}

.section03-img {
  border: solid 1px #ddd;
}

.section03-feature {
  background-color: #d9dddf;
}

.section03-feature-title {
  color: #0b3557;
  font-size: 30px;
}

.section03-list {
  padding-left: 28px;
}


@media screen and (max-width: 991px) {
  .section03-label {
    max-width: 100%;
  }

  .section03-label-text {
    font-size: 30px;
  }

  .section03-title {
    font-size: 26px;
  }

  .section03-feature-title {
    font-size: 24px;
  }

}


.section03-btn-red,
.section03-btn-blue {
  min-height: 100px;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
}

.section03-btn-red {
  background-color: #a81510;
}

.section03-btn-blue {
  background-color: #0b3557;
}

.section03-btn-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-image: url(../../assets/img/btn-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@supports (background-image: url(../../assets/img/btn-white.webp)) {
  .section03-btn-arrow {
    background-image: url(../../assets/img/btn-white.webp);
  }
}

.btn-link-red,
.btn-link-blue {
  /* min-height: 100px; */
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  position: relative;
  padding-right: 4rem;
}

.btn-link-red {
  background-color: #a81510;
}

.btn-link-blue {
  background-color: #0b3557;
}

.btn-link-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-image: url(../../assets/img/btn-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@supports (background-image: url(../../assets/img/btn-white.webp)) {
  .btn-link-arrow {
    background-image: url(../../assets/img/btn-white.webp);
  }
}

@media screen and (min-width: 992px) {
  .section03-btn-red,
  .section03-btn-blue,
  .btn-link-red,
  .btn-link-blue {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .section03-btn-red,
  .section03-btn-blue {
    min-height: 82px;
    font-size: 1rem;
  }

  .section03-btn-arrow {
    width: 38px;
    height: 38px;
    right: 18px;
  }
}


.section05-subtitle {
  color: #0b3557;
  font-size: 34px;
  line-height: 1.4;
}

.section05-title {
  color: #0b3557;
  font-size: 72px;
  line-height: 1.3;
}

.section05-box {
  border: solid 1px #cfc6b6;
}

.section05-icon {
  margin-top: -90px;
}

.section05-box-title {
  color: #0b3557;
  font-size: 42px;
  line-height: 1.4;
  border-bottom: solid 1px #cfc6b6;
  padding-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .section05-subtitle {
    font-size: 24px;
  }

  .section05-title {
    font-size: 42px;
  }

  .section05-icon {
    margin-top: -50px;
  }

  .section05-box-title {
    font-size: 28px;
  }
}



.section06-label {
  background-color: #e5cf57;
  border-radius: 8px;
  min-width: 280px;
}

.section06-label::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #e5cf57;
}

.section06-label-text {
  color: #c21f14;
}

.section06-link {
  background-color: #0b3557;
  border-radius: 999px;
  min-height: 110px;
  max-width: 673px;
  width: 100%;
}

.section06-sub-label {
  background-color: #e5cf57;
  border-radius: 999px;
}

.section06-arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background-image: url(../../assets/img/btn-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@supports (background-image: url(../../assets/img/btn-white.webp)) {
  .section06-arrow {
    background-image: url(../../assets/img/btn-white.webp);
  }
}

@media screen and (max-width: 991px) {
  .section06-label {
    min-width: 220px;
  }

  .section06-link {
    min-height: 110px;
    border-radius: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section06-sub-label p {
    font-size: 14px !important;
  }

  .section06-link p.fs-3 {
    font-size: 20px !important;
  }

  .section06-arrow {
    width: 42px;
    height: 42px;
    right: 16px;
  }
}

.section07 {
  background-color: transparent;
}

.section07-label {
  color: #0b3557;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.section07-title {
  color: #0b3557;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* .section09 {
  background-color: #f7f8fa;
} */

.section09-heading {
  color: #09334b;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.section09-divider {
  width: 120px;
  height: 3px;
  background-color: #b8a873;
}

.section09-card {
  box-shadow: 0 18px 30px rgba(11, 53, 87, 0.08);
  background-color: #EEEEEE;
}

.section09-card-title {
  color: #0b3557;
}

@media screen and (max-width: 991px) {
  .section09-card {
    padding: 1.5rem;
  }
}

.section11 {
  background-color: #e3eef8;
}

.section11-heading {
  color: #0b3557;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.section11-divider {
  width: 120px;
  height: 3px;
  background-color: #b8a873;
}

.section11-table {
  background-color: #ffffff;
  min-width: 100%;
}

.section11-table thead {
  background-color: #0b3557;
  color: #ffffff;
}

.section11-table th,
.section11-table td {
  border-color: #e7ecf3;
  vertical-align: middle;
}

.section11-table tbody tr:nth-child(even) {
  background-color: #f8fbff;
}

.section11-note {
  color: #0b3557;
  font-size: 0.95rem;
}

@media screen and (max-width: 991px) {
  .section11-table th,
  .section11-table td {
    font-size: 0.95rem;
  }
}


/* Section11 */
.section11-table {
  min-width: 900px;
  text-align: center;
}

.section11-table th {
  background-color: #093054 !important;
  color: #ffffff !important;
  vertical-align: middle;
  text-align: center;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.section11-table td {
  vertical-align: middle;
  text-align: center;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.section11-table tbody td:first-child {
  color: #0448B7;
  font-weight: 700;
}

.section11-note {
  text-align: right;
}

@media (min-width: 0px) and (max-width: 991px) {
  .section11 .table-responsive {
    overflow-x: auto;
  }
}




/* Section12 */
.section12-heading {
  color: #0b3557;
  font-size: 2.8rem;
}

.section12-divider {
  width: 120px;
  height: 3px;
  background-color: #b8a873;
}

.section12-card {
  background-color: #f6f7f9;
  border: 1px solid #e7ecf3;
  margin-top: 50px;
}

.section12-card-img-wrap {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.section12-card-img-wrap-02 {
  position: absolute;
  top: -85px;
  left: 22%;
  transform: translateX(-50%);
}



@media (min-width: 0px) and (max-width: 991px) {
  .section12-heading {
    font-size: 2rem;
  }

  .section12-card {
    margin-top: 40px;
  }

  .section12-card-img-wrap {
    top: -40px;
  }
  .section12-card-img-wrap-02 {
    top: -40px;
  }

  .section12-card-img {
    width: 80px;
    height: 80px;
  }
  .section12-card-img-02 {
    width: 80px;
    height: 80px;
  }
}


.section13 {
  background-color: #e9eff6;
}

.section13-heading {
  color: #0b3557;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.section13-divider {
  width: 120px;
  height: 3px;
  background-color: #b8a873;
}

/* .section13-overview {
  background-color: transparent;
  border: none;
} */

/* .section13-overview dl {
  margin: 0;
}

.section13-overview dl {
  margin: 0;
} */

/* .section13-overview dt,
.section13-overview dd {
  padding: 0.6rem 0;
  margin: 0;
  border-bottom: 1px solid #e7ecf3;
} */

/* .section13-overview dd:last-of-type {
  border-bottom: none;
}

.section13-overview dt {
  color: #0b3557;
}

.section13-overview dd {
  color: #1b3045;
} */

.section13-map {
  border: 1px solid #dfe5eb;
}

.section13-map-iframe {
  border: 0;
  width: 100%;
  height: 100%;
}


.section13-line {
  border-top: 1px solid #093054;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section13-line-last {
  border-bottom: 1px solid #093054;
}

/* Section20 */
.section20 {
  background-color: #e9f4f9;
}

.section20-heading {
  color: #0b3557;
  font-size: 2.4rem;
}

.section20-sub {
  color: #0b3557;
  display: inline-block;
  border-bottom: 3px solid #b8a873;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}

.section20-table {
  text-align: center;
}

.section20-table thead th {
  background-color: #0b3557 !important;
  color: #ffffff !important;
  border: 1px solid #0b3557 !important;
  vertical-align: middle;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.section20-table tbody td {
  background-color: #ffffff;
  color: #1b3045;
  vertical-align: middle;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.section20-table,
.section20-table th,
.section20-table td {
  border: 1px solid #d9e2ec !important;
}

.section20-note {
  text-align: right;
}

.section20-note a {
  color: #6c757d;
  text-decoration: underline;
}

@media (min-width: 0px) and (max-width: 991px) {


  .section20-heading {
    font-size: 1.8rem;
  }
}


/* Section23: 失敗しないためのポイント */
.section23 {
  background-color: transparent;
}

.section23-subtitle {
  background-color: #f5f0e4;
  color: #0b3557;
  padding: 0.4rem 0.9rem;
  border-radius: 6px;
}

.section23-heading {
  color: #0b3557;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.section23-desc {
  max-width: 720px;
}

.point-card {
  border: 1px solid #e7ecf3;
  position: relative;
  padding-top: 1rem;
}

.point-tab {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #b8a873;
  color: #0b3557;
  padding: 0.45rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
  white-space: nowrap;
  text-align: center;
  /* make width uniform based on longest label */
  min-width: 220px;
}


.point-card h3 {
  color: #0b3557;
}

@media (max-width: 991.98px) {
  .point-card {
    padding-top: 0.9rem;
  }
  .point-tab {
    top: -14px;
    padding: 0.35rem 0.9rem;
    font-size: 0.9rem;
    min-width: 160px;
  }
}

/* Section32 */
.section32 {
  background-color: #d4bc87;
}

.section32-nav {
  width: 100%;
}

.section32-list {
  margin: 0;
  padding: 0;
}

.section32-item {
  position: relative;
}

.section32-link {
  display: block;
  color: #1b3045;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.6;
}

.section32-link:hover,
.section32-link:focus {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .section32-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: stretch;
  }

  .section32-item {
    width: auto !important;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
  }

  .section32-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background-color: rgba(11, 53, 87, 0.3);
  }

  .section32-link {
    font-size: 12px;
    text-align: center;
    white-space: normal;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .section32-list {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .section32-item {
    width: 50%;
    padding: 5px 5px;
  }

  .section32-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: calc(100% - 28px);
    background-color: rgba(11, 53, 87, 0.3);
  }

  .section32-link {
    font-size: 12px;
  }
}

/* Section19: flow timeline */
.section19 {
  background-color: transparent;
}

.section19-heading {
  color: #0b3557;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
}

.section19-box {
  border: 1px solid #e7ecf3;
}

.badge-circle {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  background: linear-gradient(180deg,#0b3557 0%, #144261 100%);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  display: inline-block;
}

.flow-pill {
  width: 72px;
  min-height: 120px;
  height: auto;
  background-color: #e9f2f9;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.4rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #1b3045;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow-wrap: normal;
}

@media (max-width: 991.98px) {
  /* Below 992: stack each step and use horizontal pills */
  #section19 .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .badge-circle {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 1.25rem;
  }
  .flow-pill {
    width: auto;
    min-height: 56px;
    font-size: 0.95rem;
    writing-mode: horizontal-tb;
    white-space: normal;
    padding: 0.5rem 0.75rem;
  }
  .section19 .row > [class*="col-"]:not(:last-child)::after {
    display: none;
  }
}

/* Arrow indicators between steps on large screens (>=992px) */
@media (min-width: 992px) {
  .section19 .row > [class*="col-"]:not(:last-child) {
    position: relative;
  }
  .section19 .row > [class*="col-"]:not(:last-child)::after {
    content: "▶";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #b8a873;
  }
}

/* Ensure badge is above pill and both centered with uniform pill height */
#section19 .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* Large screens: fixed pill height for uniformity (>=992px) */
@media (min-width: 992px) {
  .flow-pill {
    width: 72px;
    min-height: 330px; /* match longest label height */
    padding: 0.6rem 0.4rem;
  }
  .badge-circle {
    width: 72px;
    height: 72px;
  }
}

/* Ensure number sits visually above the pill */
.badge-circle {
  order: 0;
}
.flow-pill {
  order: 1;
}

.section13-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.section08 {
  background-color: #0f3f75;
}

.section08-title {
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.section08-image-box {
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 991px) {
  .section08-title {
    font-size: 2.4rem;
  }
}


.blue{
  color: #013B59 !important;
}

.light_blue{
  color: #0448B7 !important;
}
.red{
  color: #BA170D !important;
}

.yellow{
  color: #EBD35C !important;
}


.bg_blue{
  background-color: #093054 !important;
}
.bg_light_blue {
  background-color: #D9E4EE !important;
}
.bg_red{
  background-color: #971C15 !important;
}
.bg_yellow{
  background-color: #EBD35C !important;
}
.bg_beige{
  background-color: #B1AA8A !important;
}
