@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Emoji:wght@300..700&display=swap");


.noto-emoji {
  font-family: "Noto Color Emoji", sans-serif !important;
  font-weight: 400; /* 必要に応じて調整 */
  color: #c4855a;
}

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;
}

/************************/

body {
  color: #2B2B2B !important;
}



/***********************/

.w-70 {
  width: 70% !important;
}

@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;
  }
}


/*透明度**********************/

.opacity-80 {
  opacity: 0.8;
}

.opacity-40 {
  opacity: 0.4;
}


/*背景色 *********************/
.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-lightgreen {
  background-color: #69AF4C !important;
}

.bg-creamyellow {
  background-color: #F5F4EF !important;
}

.bg-cha {
  background-color: #DFDAC4 !important;
}

.bg-orange {
  background-color: #F39700 !important;
}


/***/



/*線　色**********************/
.border-none {
  border: none !important;
}

.border-green {
  border-color: #4CCBA7 !important;
}

.border-lightgreen {
  border-color: #8EDEDC !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #C4DDE8 !important;
}


/*線　太さ**********************/

.border-3px {
  border-width: 3px !important;
}

.border-top-2px {
  border-top-width: 2px !important;
}


.border-bottom-5px {
  border-bottom-width: 5px !important;
}

.border-right-5px {
  border-right-width: 5px !important;
}

.border-2px {
  border-width: 2px !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;
  }
  

}


/*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;
}


@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;
  }
}

/*height**********************/

.height-40 {
  height: 40px;
}

.height-60 {
  height: 60px;
}

.h-50px {
  height: 50px;
}

.h-80 {
  height: 80px;
}

.h-100px {
  height: 100px;
}

.h-120 {
  height: 120px;
}

.h-140 {
  height: 140px;
}


.h-150 {
  height: 150px;
}

.h-170 {
  height: 170px;
}

/*width**********************/




/*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;
  }

}

/*height**********************/


@media screen and (min-width: 769px) {
  .md-height-700px {
    height: 700px;
  }
}


/*box-shadow**********************/

.box-shadow-black {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.marker-green {
  background: linear-gradient(transparent 50%, #D1E7C9 50%);
  padding: 0 1rem;
}

.marker-green-for-h2 {
  background: linear-gradient(transparent 80%, #D1E7C9 80%);
  padding: 0 1rem;
}



/***FV******************/



.bg-fv {
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/t-fv.png);
  height: auto !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: center;
    height: 726px !important;

  }

}


.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-lightblue {
  border: solid 1px #C4DDE8 !important;
}

.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: #69AF4C;
  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: #69AF4C;
}

/*ボックス*/
.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;
  }
}

/*index*******************/

.indexarea {
  background-color: #F0F7ED !important;
  line-height: 1.5 !important;
  padding: 1rem !important;
}

.indexarea a {
  color: #1D722D !important;
}

.indexarea a:hover  {
  color: #69AF4C !important;
}

.indexarea li {
  text-align: center;
}

@media screen and (max-width: 768px) {
   .indexarea li {
    padding: 1rem 0 !important;
   }
  .indexarea li + li {
    border-top: 1px solid #69AF4C !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: #1D722D;
    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;
  border-radius: 9999px;
  font-weight: 700;

  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
  position: relative;
}

.shared-cta-btn::after {
  content: "\203a";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
}

.shared-cta-btn:hover {
  opacity: 0.85;
}

.shared-cta-btn--primary {
  background-color: #ff920c;
  color: #fff;
}

.shared-cta-btn--outline {
  background-color: #fff;
  border: 1px solid #2f8e44;
  color: #2f8e44;
}

/* section01 */

.section-heading p {
  color: #2b2b2b;
}

.section-heading h2 {
  color: #2b2b2b;
  line-height: 120% !important;
}

.section01-card {
  padding: 0 0 0.2rem;
}

.section01-card-copy {
  background-color: #69af4c;
  color: #fff;
  border-radius: 7px;
  padding: 3px;
  margin: 0 0.7rem -1px;
  position: relative;
  z-index: 2;
}

.section01-card-copy::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #69af4c;
}

.section01-card-body {
  background-color: #F5F4EF;
  border: 3px solid #DFDAC4;
  border-radius: 5px;
  padding: 4rem 10px 0px 10px;
  min-height: 582px;
  position: relative;
}

.section01-card-copy-wrapper {
  position: absolute;
  top: -3rem;
  left: 10px;
  right: 10px;
}

.section01-company-title {
  color: #1d722d;
  line-height: 1.2;
}

.section01-company-sub {
  color: #2b2b2b;
  line-height: 1.25;
}

.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;
}

.section01-metrics {
  border-bottom: 1px solid #c8c0ae;
  margin-bottom: 5px;
}


.section01-metrics-row {
  display: flex;
  margin-bottom: 0 !important;
  border-top: 1px solid #c8c0ae;
  align-items: center;
  background: #fff;
}

.section01-metrics-row + .section01-metrics-row {
  border-top: 1px solid #c8c0ae;
}

.section01-metrics-row dt {
  width: 37%;
  margin: 0;
  padding: 1.5rem 1rem;
  background-color: #DFDAC4;
  color: #2b2b2b;
  font-weight: 700;
  text-align: center;
  font-size: 0.9rem;
  height: 100%;
}

.section01-metrics-row dd {
  width: 63%;
  margin: 0;
  padding: 1rem;
  color: #2b2b2b;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.section01-metrics .value {
  color: #f39700;
  line-height: 100%;
  font-weight: 700;
  font-size: 2rem;
}

.section01-metrics .unit {
  font-weight: 700;
  color: #2b2b2b;
}

.section01-metrics .note {
  color: #2b2b2b;
  margin-left: 8px;
}

.section01-note {
  color: #2b2b2b;
}

@media screen and (max-width: 1100px) {
  .section01_wrapper {
    overflow-x: scroll;
  }

  .w1100 {
    width: 1100px;
  }
}




/* section02 */
.section02 {
  background-color: #F7F5EA;
  position: relative;
  background-image: url(../img/section02_bg01.png),url(../img/section02_bg02.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}


.section02::before {
  content: url("../img/se.png");
  top: 0;
  left: 0;
  z-index: -1;
}

.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-heading {
  margin-bottom: 4.5rem;
}

.section03-kicker {
  display: inline-block;
  /* font-size: 4.2rem; */
  line-height: 1;
  color: #111;
  padding: 0.2rem 1.1rem 0.4rem;
  background: linear-gradient(to bottom, transparent 62%, #d5ebca 62%);
}

.section03-heading h2 {
  color: #2b2b2b;
  letter-spacing: 0.01em;
}

.section03-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section03-card {
  border: 1px solid #cdcdcd;
  background-color: transparent;
  padding: 2rem;
}

.section03-card-main {
  margin-bottom: 2.8rem;
}

.section03-card-figure {
  overflow: hidden;
}

.section03-card-title {
  color: #64ac46;
  line-height: 1.3;
}

.section03-card-copy {
  color: #2b2b2b;
  line-height: 1.75;
  font-weight: 500;
}

.section03-card-copy span {
  color: #ef8200;
  font-weight: 700;
}

.section03-checkpoint {
  background-color: #e8e6dc;
  border-radius: 6px;
  padding: 1.6rem 1.8rem;
  position: relative;
}

.section03-checkpoint picture {
  position: absolute;
  top: -10px;
  left: 1.8rem;
}

.section03-checkpoint-head {
  margin-bottom: 0.9rem;
  padding-left: 2.5rem;
}

.section03-checkpoint-icon {
  width: 33px;
  height: 45px;
}

.section03-checkpoint-title {
  color: #64ac46;
  line-height: 1.2;
  font-size: 1.3rem !important;
}

.section03-checkpoint-copy {
  color: #2b2b2b;
  line-height: 1.6;
}

.section03-cta-wrap {
  margin-top: 4.6rem;
}

.section03-cta-btn {
  max-width: 555px;
  width: 100%;
  border: 1px solid #3d9350;
  border-radius: 9999px;
  color: #21753d;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  padding: 1rem ;
  transition: all 0.2s ease;
  position: relative;
}

.section03-cta-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #21753d;
  border-bottom: 2px solid #21753d;
  transform: translateY(-50%) rotate(-45deg);

}

.section03-cta-btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;

}



.section03-cta-btn:hover {
  background-color: #3d9350;
  color: #fff;
}

@media screen and (max-width: 1199px) {

  .section03-card {
    padding: 2.4rem;
  }

  .section03-card-title {
  
  }

  .section03-card-copy {
  
    line-height: 1.7;
  }


  .section03-cta-btn {
    padding: 1.2rem 2.2rem;
    max-width: 460px;
    gap: 1.2rem;
  }


}

@media screen and (max-width: 767px) {
  .section03 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.5rem !important;
  }

  .section03-heading {
    margin-bottom: 2.6rem;
  }

  .section03-heading h2 {
  
    line-height: 1.4;
  }

  .section03-card-wrap {
    gap: 2rem;
  }

  .section03-card {
    padding: 1.4rem;
  }

  .section03-card-main {
    margin-bottom: 1.4rem;
  }

  .section03-card-title {
  
    margin-bottom: 0.9rem !important;
  }

  .section03-card-copy {

    line-height: 1.7;
  }

  .section03-checkpoint {
    padding: 1rem 1.2rem;
  }

  .section03-checkpoint-head {
    gap: 0.8rem !important;
    margin-bottom: 0.6rem;
  }

  .section03-checkpoint-icon {
    width: 22px;
    height: 30px;
  }
/* 
  .section03-checkpoint-title {
    font-size: 2rem;
  } */

  /* .section03-checkpoint-copy {
    font-size: 1.5rem;
    line-height: 1.65;
  } */

  .section03-cta-wrap {
    margin-top: 2.8rem;
  }

  .section03-cta-btn {
    max-width: 100%;
    /* font-size: 1.7rem; */
    line-height: 1.5;
    padding: 1rem 1.4rem;
    gap: 0.9rem;
  }

  .section03-cta-arrow {
    /* font-size: 2.6rem; */
    margin-top: 0;
  }
}

/* section05 */
.section05 {
  padding: 0 !important;
}

.section05-1 {
  background-image: url("../img/section04_bg01.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: center;
}


.section05-1-title {
  color: #2b2b2b;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 1rem !important;
}

.section05-1-lead {
  color: #2b2b2b;
  /* font-size: 6.3rem; */
  line-height: 1.35;
}

.section05-2 {
  background-color: #F7F5EA;
  padding: 1rem 0;
}


.section05-2-company {
  color: #4fa63f;
  line-height: 1.2;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.section05-2-company::after {
  content: "";
  flex: 1;
  border-top: 1px solid #6db54d;
}

.section05-2-title {
  color: #1f7839;
  /* font-size: 8.2rem; */
  line-height: 1.2;
}

.section05-2-sub {
  color: #2b2b2b;
  line-height: 1.4;
  margin-bottom: 2.4rem !important;
}

.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-media {
  background-color: #fff;
  padding: 0.8rem;
}

.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-heading {
  margin-bottom: 3rem;
}

.section05-3-kicker {
  color: #64ac46;
  /* font-size: 4.2rem; */
  line-height: 1.2;
}

.section05-3-heading h2 {
  color: #2b2b2b;
  /* font-size: 6.8rem; */
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.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: #f7f4e9;
  padding: 3.2rem 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: 3px solid #6db54d;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 5px 5px 0 #c8e6b9;
  padding: 0 1.8rem 1.9rem;
}

.section05-4-avatar-wrap {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.section05-4-avatar {
  width: 82px;
  height: 82px;
}

.section05-4-body {
  padding-top: 4.4rem;
}

.section05-4-copy {
  color: #2b2b2b;
  /* font-size: 2.1rem; */
  line-height: 1.9;
}

.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: 3.4rem 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: #6db54d !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.25rem 1rem;
  border: 1px solid #87c46b;
}

.section05-5-table tbody td {
  color: #4b4b4b;
  text-align: center;
  padding: 1.1rem 1rem;
  border: 1px solid #9f9f9f;
}

.section05-5-table tbody td:nth-child(3) {
  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: #E1EFDB;
  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-heading {
  margin-bottom: 1.8rem;
}

.section06-heading h2 {
  color: #2b2b2b;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.section06-block {
  margin-bottom: 1.2rem;
}

.section06-block--last {
  margin-bottom: 1.8rem;
}

.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: #67af49 !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem 0.9rem !important;
  border: 1px solid #7dbf64;
  white-space: nowrap;
}

.section06-table tbody td {
  color: #2b2b2b;
  text-align: center;
  padding: 1.05rem 0.9rem !important;
  border: 1px solid #d2d2d2;
  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-5 {
    padding: 2.8rem 0 ;
  }


  .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-company {
    /* font-size: 2rem; */
    margin-bottom: 1.2rem !important;
    gap: 0.8rem;
  }

  .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-2-media {
    margin-bottom: 1.2rem !important;
  }
  .section05-3 {
    padding: 2.4rem 0 3.2rem;
  }

  .section05-3-heading {
    margin-bottom: 2rem;
  }

  .section05-3-kicker {
    /* font-size: 2rem; */
    margin-bottom: 0.8rem !important;
  }

  .section05-3-heading h2 {
    /* font-size: 3.1rem; */
    line-height: 1.35;
  }

  .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: #F7F5EA;
}

#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;
}