@charset "UTF-8";

body {
  font-weight: 400 !important;
}

/*線　色**********************/

.border-bottom-white {
  border-bottom: #ffffff solid 2px;
}

.border-blue {
  border: #135894 solid 2px;
}

.border-lightblue {
  border: #88A0CB solid 1px;
}

.border-green {
  border-color: #4CCBA7 !important;
}

.border-lightblue {
  border: solid 1px #C4DDE8 !important;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-brown {
  border: solid 1px #6F5B3B;
}

/*width**********************/

@media screen and (max-width: 991px) {
  .ld-w-100 {
    width: 100% !important;
  }
  .w-lg-84 {
    width: 84px;
  }
}

@media screen and (max-width: 1100px) {
  .w-1100 {
    width: 1100px !important;
  }

  .overflow-x-scroll-1100 {
    overflow-x: scroll !important;
  }
}

/*height**********************/

.height200p {
  height: 200px;
}

.height-40 {
  height: 40px;
}

@media screen and (min-width: 769px) {
  .md-height-700px {
    height: 700px;
  }
}

/*文字飾り**********************/

.marker-line {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.15em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.marker-line-blue {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.3em; /* 線の太さ */
  text-decoration-color: rgba(255, 255, 255, 0.5); /* 線の色 */
  text-underline-offset: -0.15em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.balloon-bottom {
  position: relative;
  display: inline-block;
  padding: 15px;
  background: #F4F3F1;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size:15px;
}

.balloon-bottom::after {
  content: "";
  position: absolute;
  top: 100%; /* ボックスの下端に配置 */
  left: 50%;
  margin-left: -10px; /* しっぽの横幅の半分（三角の頂点を中央にするため） */
  border: 10px solid transparent;
  border-top: 10px solid #F4F3F1; /* 背景色と同じ色を指定 */
}

.arrow-text {
  position: relative;
  display: inline-block; /* 文字の長さに合わせて下線を引くため */
}

.arrow-text::after {
  content: '';
  position: absolute;
  /* 文字の真下中央に配置 */
  left: 50%;
  bottom: -20px; /* ここで文字からの距離を調整 */
  transform: translateX(-50%);
  
  /* 三角形を作成 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #DE782B transparent transparent transparent; /* ▼の色 */
}

/*ヘッダー**********************/

header nav ul li a, 
header a.nav-link  {
  text-shadow: none !important;
}
header nav ul li a,
header a.nav-link {
  color: #000 !important;
}

.header-nav.bg-white-on,
.header-nav.change-color {
  background-color: #fff !important;
}

.navbar-collapse.show {
  background: none !important;
}

/*透明度**********************/

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50:hover {
  opacity: 0.5;
}


/*背景色 *********************/

.bg-white-alpha80 {
  background-color: rgba(255,255,255,0.8);
}

.bg-orange-alpa80 {
  background-color: rgba(236,109,78,0.8);
}

@media screen and (max-width: 991px) {
  .lg-bg-white-alpha80 {
    background-color: rgba(255,255,255,0.8);
  }
}

@media screen and (min-width: 769px) {
  .bg-md-none {
    background-color: transparent !important;
  }
}

.bg-white-alpha60 {
  background-color: rgba(255,255,255,0.6);
}

.bg-palegreen {
  background-color: #F0F7ED !important;
}

.bg-creamyellow {
  background-color: #F5F4EF !important;
}

.bg-cha {
  background-color: #DFDAC4 !important;
}

.bg-orange {
  background-color: #F39700 !important;
}


/*文字色**********************/

.hover-80:hover {
  opacity: 0.8;
}

.text-green {
  color: #1D722D !important;
}

.text-lightgreen {
  color: #69AF4C !important;
}

.text-orange {
  color: #FF8F0E !important;
}

.text-yellow {
  color: #FFFF0E !important;
}

@media screen and (max-width: 768px) {
  .md-text-white {
    color: #FFFFFF;
  }
}

.text-shadow_black {
  text-shadow: 2px 1px 7px #000;
}

/*line-height**********************/

.lh-100 {
  line-height: 100%;
}

.lh-150 {
  line-height: 150%;
}

.lh-180 {
  line-height: 180%;
}

/*letter-spacing**********************/
.ls-01 {
  letter-spacing: 0.1em;
}

/*padding***********************/

.pt-6 {
  padding-top: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

@media screen and (min-width: 576px) {
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 972px) {
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .p-lg-5rem {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

}

/*margin**********************/

.mb-6 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 972px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}

/*display**********************/
@media screen and (max-width: 768px) {
  .d-flex-md {
    display: flex !important;
  }
}

@media screen and (max-width: 991px) {
  .d-flex-lg {
    display: flex !important;
  }
}

/*font-size**********************/
.fs-110per {
  font-size: 110%;
}

.fs-25rem {
  font-size: 2.4rem;
}

.fs-3rem {
  font-size: 3rem;
}

.fs-35rem {
  font-size: 3.5rem;
}

.fs-4rem {
  font-size: 4rem;
}

.fs-44rem {
  font-size: 4.4rem;
}

.fs-5rem {
  font-size: 5rem;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.6rem !important;
}

.fs20-15px {
  font-size: 15px;
}
@media (min-width: 992px) {
  .fs20-15px {
    font-size: 20px;
  }
}

.fs16-13px {
  font-size: 13px;
}
@media (min-width: 992px) {
  .fs16-13px {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .fs-3rem,
  .fs-25rem,
  .fs-35rem,
  .fs-4rem,
  .fs-44rem,
  .fs-5rem {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  .fs-3rem,
  .fs-25rem,
  .fs-35rem,
  .fs-4rem,
  .fs-44rem,
  .fs-5rem {
    font-size: 2rem !important;
  }
}

@media (min-width: 576px) {
  .fs-sm-4 {
    font-size: 1.4rem !important;
  }
}

/*position**********************/

.bottom-30 {
  bottom: 30px;
}

@media screen and (min-width: 769px) {
  .md-position-absolute {
    position: absolute !important;
  }
}

@media screen and (min-width: 992px) {
  .lg-position-absolute {
    position: absolute !important;
  }

}

/***FV******************/

.bg-fv {
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/t-fv.png);
  height: 380px !important;
  background-size: cover;
}

@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-position: 100% 0%;
    height: 650px !important;
    background-size: 80%;
  }

}

.bg-fv-text {
  background: linear-gradient(rgba(5,28,46,0.8),rgba(19,88,148,0.8));
}

.bg-fv-text-text01 {
  padding-left: 15px;            /* 文字とボーダーの間に余白を作る */
  border-left: 6px solid #ffffff; /* 左側に太い青のラインを引く */
}

.bg-fv-text-text02 {
  color: red;
  text-shadow: 
    -1px -1px 0 white, /* 左上 */
    1px -1px 0 white,  /* 右上 */
    -1px 1px 0 white,  /* 左下 */
    1px 1px 0 white;   /* 右下 */
}

.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;
}

.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();
  }
}

/*高さ*/
.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;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-20 {
  top: 20%;
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.left-40 {
  left: 40%;
}

.left-70 {
  left: 70%;
}

.top-20-5 {
  top: 5%;
}
@media screen and (min-width: 992px) {
  .top-20-5 {
    top: 20%;
  }
}

.left-5-0 {
  left: 0%;
}
@media screen and (min-width: 992px) {
  .left-5-0 {
    left: 5%;
  }
}

.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: #ffffff;
  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: #ffffff;
}

/*ボックス*/
.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-leftborder-blue {
  position: relative;
  padding-left: 15px; /* 線と文字の間に余白を作る */
}

.title-leftborder-blue::before {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  width: 4px;
  height:66px;
  background-color: #135894;
}
@media screen and (min-width: 992px) {
  .title-leftborder-blue::before {
    top: -25px;
    height:100px;
  }
}

.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;
  }
}

@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;
  }
}

/*index*******************/

.indexarea {
  background-color: #135894 !important;
  line-height: 1.5 !important;
  padding: 1rem !important;
}

.indexarea a {
  color: #ffffff !important;
}

.indexarea a:hover  {
  color: #009FBB !important;
}

.indexarea li {
  text-align: center;
  font-size:16px;
}

@media screen and (max-width: 768px) {
   .indexarea li {
    padding: 0.5rem 0 !important;
    font-size:13px;
   }
  .indexarea li + li {
    border-top: 1px solid #135894 !important;
  }
}

@media screen and (min-width: 992px) {
  .indexarea li {
     position: relative;
     padding: 0 1.5rem !important;
     border: none !important;
  }
  .indexarea li + li::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* shared cta button */
.shared-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 76px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
  position: relative;
  border-radius: 5px;
}

.shared-cta-btn:hover {
  opacity: 0.85;
}

.shared-cta-btn--primary {
  background-color: #92111E;
  color: #fff;
}

.shared-cta-btn--outline {
  background-color: #fff;
  border: 1px solid #135894;
  color: #135894;
}

/* section01 */

.section01-thumb {
  border: 1px solid #d8d8d8;
  width: 100%;
  aspect-ratio: 533 / 275;
  object-fit: cover;
}

.section01-source {
  color: #2b2b2b;
  line-height: 1.3;
  font-size: 0.8rem;
}

@media screen and (max-width: 1100px) {
  .section01_wrapper {
    overflow-x: scroll;
  }

  .w1100 {
    width: 1100px;
  }
}

/* section02 */
.section02 {
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/bg-section02.png);
  height: auto !important;
  background-size: cover;
}

.section02-card {
  border: 2px solid #69af4c;
  border-radius: 6px;
  background-color: #f0f0f0;
  box-shadow: 4px 4px 0 #9fd488;
  background: #fff;
  padding-bottom: 1rem;
}

.section02-card-title {
  background-color: #69af4c;
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section02-card-figure {
  padding-top: 1.5rem ;
}

.section02-card-body {
  padding: 1rem 0.5rem;
  min-height: 605px;
}

.section02-label {
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.3rem;
  line-height: 1.3;
  padding: 0.3rem 1rem;
  font-size: 1.1rem;
}

.section02-label--merit {
  background-color: #E1EFDB;
  color: #69af4c;
}

.section02-label--fit {
  background-color: #69af4c;
  color: #fff;
}

.section02-label--demerit {
  background-color: #dedcd1;
  color: #6f6a57;
}

.section02-list {
  list-style: none;
  padding-left: 0;
}

.section02-list li {
  position: relative;
  color: #2b2b2b;
  font-size: 0.95rem;
  line-height: 1.5;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.section02-list li:last-child {
  margin-bottom: 0;
}

.section02-list li::before {
  content: url("../img/section02_check01.png");
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.section02-list--minus li::before {
  content: url("../img/section02_check02.png");
}

.section02_02 {
  margin-top: 4rem;
}

.section02_02-highlight {
  display: inline-block;
  background-color: #69af4c;
  color: #fff;
  padding: 0.4rem 1.8rem 0.7rem;
  border-radius: 8px;
  margin: 0 0.3rem;
}

.section02_02-copy {
  color: #2b2b2b;
  line-height: 1.85;
  font-weight: 600;
}

.section02_02-copy span {
  color: #E27C06;
}

.section02_02-banner-wrap {
  margin-top: 4.4rem;
}

.section02_02-banner-link {
  display: block;
  transition: opacity 0.2s ease;
}

.section02_02-banner-link:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1199px) {
  .section02_02 {
    margin-top: 4rem;
  }

  .section02_02-copy {
    line-height: 1.7;
  }

  .im-100 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {


  .section02_02-highlight {
    padding: 0.25rem 1.1rem 0.5rem;
    border-radius: 6px;
  }

  .section02_02-copy {
    /* font-size: 1.7rem; */
    line-height: 1.7;
  }
}

/* section03 */

.section03-1 {
  background-image: url("../img/section04_bg01.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: center;
}

.section03-1-title {
  color: #2b2b2b;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 1rem !important;
}

.section03-1-lead {
  color: #2b2b2b;
  /* font-size: 6.3rem; */
  line-height: 1.35;
}

.section03-2 {
  background-image: url("../img/section04_bg02.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 1rem 0;
}

.section03-2-title {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .section03-2-title {
    font-size: 64px;
  }
}

.section05-2-catch {
  position: relative;
  background-color: #f9b506;
  border-radius: 2.4rem;
  color: #fff;
  line-height: 1.45;
  text-align: center;
  padding: 2rem 1rem;
}

.section05-2-catch::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 24px solid #f9b506;
}

.section05-2-source {
  color: #111;
  /* font-size: 3.6rem; */
  line-height: 1.3;
}

.section05-2-source a {
  color: #111;
  text-underline-offset: 0.08em;
}

.section05-3 {
  background-color: #fff;
  padding: 3rem 0 5rem;
}

.section05-3-kicker {
  color: #64ac46;
  /* font-size: 4.2rem; */
  line-height: 1.2;
}

.section05-3-underline {
  display: inline-block;
  border-bottom: 0.5rem solid #d3ebc9;
  line-height: 0.95;
}

.section05-3-card {
  border: 2px solid #6db54d;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 5px 0 #b7d999;
}

.section05-3-card-head {
  background-color: #6db54d;
  color: #fff;
  padding: 1rem;
}

.section05-3-card-head-top {
  color: #fff12a;
  /* font-size: 2.4rem; */
  line-height: 1.2;
}

.section05-3-card-head p {
  font-size: 1.25rem;
  line-height: 1.4;
}

.section05-3-card-head-emphasis {
  color: #fff12a;
}

.section05-3-card-figure {
  padding: 1rem 1rem 0;
  background-color: #fff;
}

.section05-3-card-figure img {
  object-fit: cover;
}

.section05-3-card-body {
  padding: 1rem;
}

.section05-3-card-body p {
  color: #2b2b2b;
  line-height: 1.8;
}

.section05-3-card-body span {
  color: #f28c00;
  font-weight: 700;
}

.section05-3-buttons {
  margin-top: 3.8rem;
}

.section05-3-cta-btn {
  max-width: 330px;
}

.section05-4 {
  background-color: #fff;
  padding: 0rem 0 5rem;
}

.section05-4-heading {
  margin-bottom: 3.3rem;
}

.section05-4-heading h2 {
  color: #2b2b2b;
  /* font-size: 6.2rem; */
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.section05-4-cards {
  margin-bottom: 4rem;
}

.section05-4-card {
  position: relative;
  border: 2px solid #E7EEF4;
  border-radius: 5px;
  background-color: #FFF;
  padding: 0 1.8rem 1.9rem;
}

.section05-4-avatar-wrap {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.section05-4-avatar {
  width: 64px;
  height: 64px;
}

.section05-4-body {
  padding-top: 2.8rem;
}

.section05-4-copy {
  color: #2b2b2b;
  /* font-size: 2.1rem; */
  line-height: 1.3;
}

.section05-4-source {
  margin-top: 1.4rem;
  color: #2b2b2b;
  /* font-size: 1.8rem; */
  line-height: 1.3;
}

.section05-4-source a {
  color: #2b2b2b;
  text-underline-offset: 0.08em;
}

.section05-4-buttons {
  margin-top: 1rem;
}

.section05-4-cta-btn {
  max-width: 430px;
}

.section05-5 {
  padding: 0 0 5rem;
}

.section05-5-heading {
  margin-bottom: 2.8rem;
}

.section05-5-heading h2 {
  color: #2b2b2b;
  line-height: 1.3;
  letter-spacing: 0.01em;
}


.section05-5-table {
  border-collapse: collapse;
  background-color: #fff;
}

.section05-5-table thead th {
  background-color: #E7EEF4 !important;
  font-weight: 700;
  text-align: center;
  padding: 1.25rem 1rem;
  border: 1px solid #C7C1B8;
}

.section05-5-table tbody td {
  color: #4b4b4b;
  text-align: center;
  padding: 1.1rem 1rem;
  border: 1px solid #C7C1B8;
  white-space: nowrap;
}

.section05-5-type {
  color: #1f7839;
  font-weight: 700;
}

.section05-5-source {
  margin-top: 1.2rem;
  color: #2b2b2b;
  line-height: 1.35;
}

.section05-5-source a {
  color: #2b2b2b;
  text-underline-offset: 0.08em;
}

.section05-5-buttons {
  margin-top: 2.2rem;
}

.section05-5-cta-btn {
  max-width: 430px;
}

.section05-6 {
  background-color: #F1F2F4;
  padding: 3.5rem 0;
}

.section05-6-heading {
  margin-bottom: 2.8rem;
}

.section05-6-heading h2 {
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.section05-6-info {
  color: #111;
}

.section05-6-table {
  border-top: 1px solid #9EAEA7;
}

.section05-6-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.8rem 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid #9EAEA7;
}

.section05-6-row dt {
  margin: 0;
  color: #101010;
  font-weight: 700;
  line-height: 1.35;
}

.section05-6-row dd {
  margin: 0;
  color: #101010;
  line-height: 1.35;
}

.section05-6-row a {
  color: #101010;
  text-underline-offset: 0.09em;
}

.section05-6-buttons {
  margin-top: 2.2rem;
}

.section05-6-cta-btn {
  max-width: 430px;
}

.section05-6-cta-btn--full {
  max-width: 100%;
}

.section05-6-map {
  width: 100%;
  min-height: 448px;
  background-color: #bfcbbd;
  color: #111;
  font-weight: 700;
}

.section06 {
  background:#E2DED7;
}
.section06-heading {
  margin-bottom: 1.8rem;
}

.section06-heading h2 {
  color: #2b2b2b;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.section06-label {
  color: #5aa545;
  line-height: 1.35;
}

.section06-table-wrap {
  overflow-x: auto;
}

.section06-table {
  border-collapse: collapse;
}


.section06-table thead th {
  background-color: #204659 !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0.9rem !important;
  border: 1px solid #204659;
  white-space: nowrap;
}

.section06-table tbody td {
  color: #2b2b2b;
  text-align: center;
  padding: 1.05rem 0.9rem !important;
  border: 1px solid #204659;
  white-space: nowrap;
}

.section06-source {
  margin-top: 0.5rem;
  color: #4b4b4b;
  line-height: 1.35;
}

.section06-source a {
  color: #2b2b2b;
  text-underline-offset: 0.08em;
}

.section06-button-wrap {
  margin-top: 1.6rem;
}

.section06-link-btn {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  min-height: 78px;
  border: 1px solid #4a9b43;
  border-radius: 9999px;
  color: #2f8e44;
  background-color: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  transition: opacity 0.2s ease;
  padding: 0.8rem 2.8rem 0.8rem 1rem;
}

.section06-link-btn::after {
  content: "\203a";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.section06-link-btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1199px) {
  .section05-1 {
    padding: 3.6rem 1.6rem;
  }

  .section05-1-title {
    margin-bottom: 1.8rem !important;
  }


  .section05-2-catch {
    border-radius: 1.8rem;
    padding: 2rem 1.4rem;
  }

  .section05-6 {
    padding: 2.8rem 0 4rem;
  }

  .section05-6-map {
    min-height: 380px;
  }

  .section06 {
    padding: 3rem 0 3.6rem;
  }

  .section06-table--3col,
  .section06-table--4col {
    min-width: 760px;
  }

  .section06-link-btn {
    max-width: 540px;
  }

}

@media screen and (max-width: 767px) {
  .section05-1 {
    min-height: 220px;
    padding: 2.4rem 1.2rem;
  }

  .section05-1-inner {
    max-width: 100%;
  }

  .section05-1-title {
    /* font-size: 3.2rem; */
    line-height: 1.3;
    margin-bottom: 1rem !important;
  }

  .section05-1-lead {
    /* font-size: 2.2rem; */
    line-height: 1.45;
  }

  .section05-2 {
    padding: 0.5rem 1rem;
  }

  .section05-2-card {
    padding: 0.6rem 0.1rem;
  }


  .section05-2-sub {
    /* font-size: 2rem; */
    margin-bottom: 1.8rem !important;
  }

  .section05-2-catch {
    /* font-size: 2.9rem; */
    border-radius: 1.4rem;
    padding: 1.4rem 1.1rem;
  }

  .section05-2-catch::before {
    top: -13px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 15px;
  }
  .section05-3 {
    padding: 2.4rem 0 3.2rem;
  }

  .section05-3-kicker {
    /* font-size: 2rem; */
    margin-bottom: 0.8rem !important;
  }


  .section05-3-card-head {
    min-height: auto;
    padding: 1.2rem 0.9rem 1rem;
  }

  .section05-3-card-figure {
    padding: 0.8rem 0.8rem 0;
  }

  .section05-3-card-body {
    min-height: auto;
  }

  .section05-3-card-body p {
    line-height: 1.75;
  }

  .section05-3-buttons {
    margin-top: 2.4rem;
  }

  .section05-3-cta-btn {
    max-width: 100%;
  }

  .section05-4 {
    padding: 2.4rem 0 3.2rem;
  }

  .section05-4-heading {
    margin-bottom: 2rem;
  }

  .section05-4-heading h2 {
    /* font-size: 3rem; */
    line-height: 1.35;
  }

  .section05-4-cards {
    margin-bottom: 2.8rem;
  }

  .section05-4-card {
    min-height: auto;
    padding: 0 1.2rem 1.4rem;
  }

  .section05-4-avatar-wrap {
    top: -28px;
  }

  .section05-4-avatar {
    width: 64px;
    height: 64px;
  }

  .section05-4-body {
    padding-top: 3.2rem;
  }

  .section05-4-copy {
    /* font-size: 1.6rem; */
    line-height: 1.8;
  }

  .section05-4-source {
    /* font-size: 1.4rem; */
    margin-top: 1rem;
  }

  .section05-4-buttons {
    margin-top: 0;
  }

  .section05-4-cta-btn {
    max-width: 100%;
  }

  .section05-5 {
    padding: 2.2rem 0 3.2rem;
  }

  .section05-5-heading {
    margin-bottom: 1.6rem;
  }

  .section05-5-table thead th,
  .section05-5-table tbody td {
    padding: 0.9rem 0.7rem;
  }

  .section05-5-source {
    margin-top: 1rem;
  }

  .section05-5-buttons {
    margin-top: 1.8rem;
  }

  .section05-5-cta-btn {
    max-width: 100%;
  }

  .section05-6 {
    padding: 2.2rem 0 3.2rem;
  }

  .section05-6-heading {
    margin-bottom: 1.6rem;
  }

  .section05-6-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 0.8rem 0;
  }

  .section05-6-buttons {
    margin-top: 1.8rem;
  }

  .section05-6-buttons-top {
    gap: 0.75rem !important;
  }

  .section05-6-cta-btn {
    max-width: 100%;
  }

  .section05-6-map {
    min-height: 260px;
  }

  .section06 {
    padding: 2.3rem 0 2.8rem;
  }

  .section06-heading {
    margin-bottom: 1.2rem;
  }

  .section06-block {
    margin-bottom: 0.95rem;
  }

  .section06-block--last {
    margin-bottom: 1.3rem;
  }

  .section06-table--3col,
  .section06-table--4col {
    min-width: 640px;
  }

  .section06-table thead th,
  .section06-table tbody td {
    padding: 0.8rem 0.65rem;
  }

  .section06-source {
    margin-top: 0.45rem;
  }

  .section06-button-wrap {
    margin-top: 1.2rem;
  }

  .section06-link-btn {
    max-width: 100%;
    min-height: 70px;
    padding-right: 2.4rem;
  }
}




#faq {
  background-color: #f7f4e9;
  padding: 3.2rem 0 5rem;
}

#articles {
  background: #F1F2F4;
}

#articles h2 {
  text-align: center;
}

#articles a.btn{
  box-shadow: none !important;
  border: #1D722D 1px solid !important;
  color: #1D722D !important;
}

#site-contents h2 span.green {
  color: #2b2b2b !important;
  line-height: 1.3;
}

#site-contents h3.border-green {
  border-bottom: 1px solid #2b2b2b !important;
  text-align: center;
}