@charset "UTF-8";

.bg-fv {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: 450px;
  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: center 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: bottom 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;
}

.section01-label {
  position: relative;
  color: #222222;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.section01-label-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: "";
}

.section01-label-triangle--left {
  border-right: 12px solid #fb8c00;
}

.section01-label-triangle--right {
  border-left: 12px solid #fb8c00;
}


.text-orange {
  color: #fb8c00;
}

.section02-card {
  background-color: #ffffff;
  border: 1px solid #f5d3a0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.bg-orange {
  background-color: #fb8c00 !important;
}

.section02-card-head {
  background-color: #fb8c00;
}

.section02-card-info {
  background-color: #fb8c00;
  height: 120px;
}





.section03-eyebrow {
  color: #222222;
  font-size: 0.95rem;
}

.section03-heading {
  font-size: 30px;
}


.section03-highlight::after,
.section03-highlight-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.14em;
  height: 1em;
  background-color: #d9efff;
  z-index: -1;
}

.section03-highlight {
  color: #fb8c00;
}

.section03-highlight-bg {
  color: #222222;
}

/* .section02-card-label {
  color: #ffffff;
  letter-spacing: 0.06em;
} */



.section02-card-company {
  color: #ffffff;
}

.section02-card-image {
  background-color: #ffffff;
}

.section02-card-body {
  background-color: #ffffff;
  height: 290px;
}

.section02-point-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fb8c00;
  border-radius: 50%;
  flex-shrink: 0;
}

.section02-card-footer .btn-danger {
  background-color: #c93025;
  border-color: #c93025;
}

.section02-card-footer .btn-primary {
  background-color: #0069d9;
  border-color: #0069d9;
}
  .section01-heading {
    font-size: 40px;
  }
    .section01-heading-02 {
    font-size: 30px;
  }
      .section01-heading-03 {
    font-size: 50px;
  }

  .section02-card-title {
  font-size: 32px;
}

.section02-point-dot {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-block;
  background: url("../img/icon-denkyu.png") center center / contain no-repeat;
}
.section03-line {
  background: linear-gradient(
    transparent calc(100% - 23px),
    #D3EDFB calc(100% - 23px)
  );
}
@media screen and (min-width: 992px) {
  .section01-heading {
    font-size: 60px;
  }
      .section01-heading-02 {
    font-size: 50px;
  }
      .section01-heading-03 {
    font-size: 80px;
  }

  .section03-heading {
    font-size: 45px;
  }
  .section03-heading02{
    font-size: 55px;
  }
}

.section02-card-footer .btn {
  height: 72px;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.section02-card-footer .btn-danger {
  background-color: #C72D05;
  border-color: #C72D05;
}

.section02-card-footer .btn-primary {
  background-color: #0092E7;
  border-color: #0092E7;
}

/* ホバー時 */
.section02-card-footer .btn:hover,
.section02-card-footer .btn:focus {
  background-color: #FB8C00 !important;
  border-color: #FB8C00 !important;
  color: #fff !important;
}



.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;
}

/* section04 */
/* section04 */
.section04-card {
  position: relative;
  border: 2px solid #f89c1c;
  background: #fff;
  padding: 70px 50px 40px;
}

.section04-title-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: min(660px, 90%);
  background: #fff;
  border: 2px solid #f89c1c;
  border-radius: 999px;
  padding: 12px 20px;
  margin: 0;
}

.section04-title {
  font-size: 48px;
  line-height: 1.2;
}

.section04-list {
  margin-top: 20px;
}

.section04-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.section04-check-icon {
  position: absolute;
  left: 0;
  top: 3px;

  width: 40px;
  height: 40px;

  background: url("../../assets/img/icon-orege.png") center center / contain no-repeat;

  border: none;
  font-size: 0;
  color: transparent;
}

.section04-image-wrapper {
  max-width: 420px;
  margin-left: auto;
}

.section04-note {
  position: relative;
  background: #d3edfb !important;
  border-radius: 999px !important;
}

/* .section04-note p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
} */

.section04-note::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #d3edfb;
}

@media (max-width: 991px) {
  .section04-card {
    padding: 60px 20px 30px;
  }

  .section04-title-wrapper {
    top: -25px;
    width: calc(100% - 20px);
    padding: 10px 15px;
  }

  .section04-title {
    font-size: 24px;
  }

  .section04-list li {
    font-size: 1.1rem;
    padding-left: 42px;
    margin-bottom: 18px;
  }

  .section04-check-icon {
    width: 28px;
    height: 28px;
  }

  .section04-image-wrapper {
    max-width: 260px;
    margin: 0 auto;
  }

  .section04-note {
    border-radius: 20px !important;
  }

  .section04-note p {
    font-size: 1.5rem;
  }

  .section04-note::after {
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 16px;
    bottom: -15px;
  }
}

/* section05 */
.section05-eyebrow {
  color: #9b7c4f;
  font-weight: 700;
  letter-spacing: .05em;
}

.section05-heading {
  font-size: 24px;
  line-height: 1.05;
}

.section05-highlight {
  font-size: 60px;
}

.section05-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em;
  height: 0.38em;
  background-color: #f8e1a5;
  z-index: -1;
}

.section05-card {
  background-color: #ffffff;
  border: 1px solid #e7e4df;
  border-radius: 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.section05-card-text {
  font-size: 1rem;
  line-height: 1.7;
}

.section05-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .section05-heading {
    font-size: 45px;
  }
}

/* section06 */
.section06-label {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.section06-label-icon {
  width: 2.5rem;
  height: 2.5rem;
}

/* .section06-label-icon img {
  width: 1.2rem;
  height: 1.2rem;
} */

.section06-heading {
  font-size: 30px;
  line-height: 1.4;
}
.section06-heading-02{
  font-size: 40px;
}

.section06-copy {
  display: inline-block;
  border-bottom: 4px solid #fb8c00;
}

@media screen and (min-width: 992px) {
  .section06-heading {
    font-size: 42px;
  }
  .section06-heading-02{
    font-size: 50px;
  }
}


/* section07 */
.section07-card {
  background-color: #f8f4ea;
  border: 1px solid #e9e2d4;
}

.section07-card--broker {
  background-color: #f6f2e8;
}

.section07-card-wrapper {
  position: relative;
}

.section07-card-flag {
  background-color: #fff9ed;
  border: 1px solid #ead8b9;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  z-index: 2;
}
.section07-card-02{
 background-color: #EDECE4;
}

.section07-card-head {
  background-color: #ffffff;
}

.border-orange {
  border-color: #fb8c00 !important;
}

.section07-card-head-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #fb8c00;
}

.section07-card-section-title {
  letter-spacing: 0.02em;
}

.section07-bullet {
  /* color: #555; */
  font-size: 1.5rem;
  line-height: 1.3;
}

.section07-card-section ul li span:last-child {
  line-height: 1.7;
}

.section07-card {
  position: relative;
  padding-top: 70px !important; /* 見出し分の余白 */
}

.section07-card-head {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 10;
  white-space: nowrap;
}

.border-orange-dotted {
  border-bottom: 1px dotted #fb8c00;
}

@media screen and (min-width: 992px) {
  .section07-card {
    min-height: 540px;
  }
}

/* section08 */
.section08-image-wrapper {
  max-width: 100%;
}

.section08-heading {
  line-height: 1.3;
}

.section08-copy {
  line-height: 1.8;
}

.section08-line {
  background: linear-gradient(
    transparent calc(100% - 10px),
    #F69400 calc(100% - 10px)
  );
}



.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: #F69400;
  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: #F69400;
}

/*ボックス*/
.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;
  }
}



/* style.css 追加分 */
.section09-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section09-eyebrow {
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.section09-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
  .section09-title-03 {
    font-size: 40px;
  }

.section09-text {
  color: #4f4f4f;
}

.section09-image-wrapper {
  padding: 1rem 0 0;
}

@media screen and (min-width: 992px) {
  .section09-title {
    font-size: 38px;
  }
    .section09-title-02 {
    font-size: 45px;
  }
  .section09-title-03 {
    font-size: 60px;
  }
}


/* style.css 追加分 */
.section10-head {
  gap: 1rem;
}

.section10-number {
  color: #fb8c00;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.section10-title {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.section10-list ul {
  list-style: none;
}

.section10-list li {
  position: relative;
  padding-left: 1.4rem;
}

.section10-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1;
}

.section10-image-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .section10-number {
    font-size: 38px;
  }

  .section10-title {
    font-size: 34px;
  }
  .section10-title-02 {
    font-size: 25px;
  }
}



/* style.css 追加分 */
.section11-heading {
  gap: 1rem;
}

.section11-number {
  color: #fb8c00;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.section11-title {
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.section11-list ul {
  list-style: none;
}

.section11-list li {
  position: relative;
  padding-left: 1.4rem;
}

.section11-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #202020;
  font-weight: 700;
  line-height: 1;
}

.section11-image-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .section11-number {
    font-size: 5rem;
  }

  .section11-title {
    font-size: 2.5rem;
  }
}

/* style.css 追加分 */
.section14-deco{
  border-bottom: 1px solid #fb8c00;
}

.section14-deco-text {
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section14-title {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  word-break: break-word;
}

@media screen and (min-width: 992px) {
  .section14-title {
    font-size: 48px;
  }
}

/* style.css 追加分 */
.section15-bg {
  background-color: #fb8c00;
}

.section15-card {
  background-color: transparent;
  color: #ffffff;
}

.section15-label-box {
  background-color: rgba(255, 255, 255, 0.9);
  color: #fb8c00;
  padding: 0.5rem 1rem;

}

.section15-title {
  font-size: 2.8rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  word-break: break-word;
}

.section15-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.95);
}

.section15-image-frame {
  max-width: 100%;
}

.section15-credit {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
}

@media screen and (min-width: 992px) {
  .section15-title {
    font-size: 3.6rem;
  }

  .section15-subtitle {
    font-size: 1.1rem;
  }
}


/* style.css 追加分 */
.section16-card {
  background-color: #ffffff;
  /* border: 1px solid rgba(20, 74, 122, 0.12);
  min-height: 100%; */
}

.section16-heading {
  font-size: 30px;
  line-height: 1.05;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #fb8c00;
}

/* .section16-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fb8c00;
  margin-top: 0.75rem;
} */

.section16-list-item {
  display: flex;
  align-items: flex-start;
}

.section16-icon {
  min-width: 24px;
  min-height: 24px;
  line-height: 0;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/* .section16-feature-card {
  background-color: #fef7eb;
} */

@media screen and (min-width: 992px) {
  .section16-heading {
    font-size: 36px;
  }

  .section16-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .section16-row {
    position: relative;
  }

  .section16-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #F69400;
    transform: translateX(-50%);
  }
}

/* ボタン */
.section17-btn {
  width: 348px;
  height: 86px;
  font-size: 16px;
  border-radius: 0.5rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section17-btn--danger {
  background-color: #C72D05;
  border-color: #C72D05;
  color: #ffffff;
}

.section17-btn--danger:hover,
.section17-btn--danger:focus {
  background-color: #fb8c00;
  border-color: #fb8c00;
  color: #ffffff;
}

.section17-btn--primary {
  background-color: #0092E7;
  border-color: #0092E7;
  color: #ffffff;
}

.section17-btn--primary:hover,
.section17-btn--primary:focus {
  background-color: #fb8c00;
  border-color: #fb8c00;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .section17-btn {
    font-size: 18px;
  }
}


/* style.css 追加分 */
.section18-title {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section18-card {
  background-color: #fcf8e6;
  border: 1px solid rgba(20, 74, 122, 0.08);
  min-height: 100%;
}

.section18-card-title {
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.section18-text {
  color: #333333;
}

.section18-icon {
  min-width: 80px;
  min-height: 80px;
  flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  /* .section18-title {
    font-size: 36px;
  }

  .section18-card-title {
    font-size: 36px;
  } */
}


/* style.css 追加分 */
.section19-eyebrow {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.section19-title {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.section19-card {
  background-color: #ffffff;
  border: 1px solid rgba(20, 74, 122, 0.12);
  min-height: 100%;
}

.section19-card-title {
  font-size: 20px;
  line-height: 1.08;
  color: #fb8c00;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.section19-card-text {
  color: #333333;
}


@media screen and (min-width: 992px) {
  .section19-title {
    font-size: 36px;
  }
  .section19-title-02{
    font-size: 42px;
  }

  .section19-card-title {
    font-size: 24px;
  }
}


/* style.css 追加分 */
.section20-bg {
  background-color: #EDECE4;
}

.section20-title {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  position: relative;
  padding-bottom: 1.5rem;
  word-break: break-word;
}

.section20-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fb8c00;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* .section20-info {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
} */

.section20-info-item {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 1.5rem;
}

.section20-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section20-label {
  font-size: 0.95rem;
  color: #333333;
  letter-spacing: 0.02em;
}

.section20-value {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
}

.section20-link {
  color: #007bff;
  text-decoration: none;
}

.section20-link:hover {
  text-decoration: underline;
}

.section20-map-wrapper {
  width: 100%;
  /* height: 400px; */
  margin-bottom: 10px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.section20-btn {
  font-size: 1.05rem;
  min-height: 56px;
  border-radius: 0.5rem;
  letter-spacing: 0.02em;
}

.section20-btn--danger {
  background-color: #C72D05;
  border-color: #C72D05;
  color: #ffffff;
}

.section20-btn--danger:hover,
.section20-btn--danger:focus {
  background-color: #F69400;
  border-color: #F69400;
  color: #ffffff;
}

.section20-btn--primary {
  background-color: #0092E7;
  border-color: #0092E7;
  color: #ffffff;
}

.section20-btn--primary:hover,
.section20-btn--primary:focus {
  background-color: #F69400;
  border-color: #F69400;
  color: #ffffff;
}


@media screen and (min-width: 992px) {
  .section20-title {
    font-size: 36px;
  }

  /* .section20-map-wrapper {
    height: 450px;
  } */
}
@media (min-width: 992px) {
  .section20-info-item {
    display: flex;
  }

  .section20-label {
    width: 140px;
    min-width: 140px;
    margin-bottom: 0 !important;
  }

  .section20-value {
    flex: 1;
    margin-bottom: 0;
  }
}

/* style.css 追加分 */
.section22-location-text {
  font-size: 1rem;
  color: #555555;
}

.section22-title {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  word-break: break-word;
}

/* .section22-category-block {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(20, 74, 122, 0.08);
} */

.section22-icon {
  min-width: 40px;
  min-height: 40px;
  line-height: 0;
  flex-shrink: 0;
}

.section22-category-title {
  font-size: 1.1rem;
  color: #333333;
  letter-spacing: 0.02em;
}

.section22-divider {
  border-top: 1px dotted #cccccc;
}

.section22-section-label {
  font-size: 1rem;
  color: #555555;
}

.section22-card {
  background-color: #ffffff;
  border: 1px solid #F69400;
  min-height: 100%;
}

.section22-card-header {
  background-color: #F69400;
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.section22-card-body {
  padding: 1.5rem 1rem;
  text-align: center;
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
}

.section22-btn-primary {
  background-color: #0092E7;
  border-color: #0092E7;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.section22-btn-primary:hover,
.section22-btn-primary:focus {
  background-color: #F69400;
  border-color: #F69400;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .section22-title {
    font-size: 46px;
  }
}

.section22-section-label-wrap {
  position: relative;
}

.section22-section-label-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #F69400;
  transform: translateY(-50%);
}

.section22-section-label {
  position: relative;
  display: inline-block;
  background: #fff; /* sectionの背景色に合わせる */
  padding: 0 20px;
  z-index: 1;
}


/* style.css 追加分 */
.section21-bg {
  background-color: #E0DFD8;
}

/* .section21-eyebrow {
  position: relative;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 1.5rem;
  color: #fb8c00;
}

.section21-eyebrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9999px;
  right: -9999px;
  height: 1px;
  background-color: #fb8c00;
  transform: translateY(-50%);
  z-index: -1;
} */

.section21-title {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  word-break: break-word;
}

.section21-text {
  color: #555555;
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
  .section21-title {
    font-size: 36px;
  }
}


.orenge{
  color: #F69400;
}
.bg-orange{
  background-color: #F69400;
}
.bg-light-yellow{
  background-color: #FCFBF2;
}
.bg-light-blue{
  background-color: #D3EDFB;
}
.bg-blue{
  background-color: #0092E7;
}
.bg-light-gray{
  background-color: #EDECE4;
}
.bg-play-gray{
  background-color: #F3F3F3;
}
.bg-gray{
  background-color: #666666;
}
.text-shadow-white-01 {
  text-shadow:
    1px 1px 0 #fff,
   -1px 1px 0 #fff,
    1px -1px 0 #fff,
   -1px -1px 0 #fff,
    0 0 6px #fff;
}

.border-orange{
  border: 1px solid #F69400;
}

.border-bottom-black{
  border-bottom: 1px dotted #C9C9C9;
}