@charset "UTF-8";

header nav ul li a, 
header a.nav-link  {
  text-shadow: none !important;
}
header nav ul li a,
header a.nav-link {
  color: #fff !important;
}




@media screen and (min-width: 992px) {
}

.header-nav.bg-white-on,
.header-nav.change-color {
  background-color: #0b0b0b !important;
}


.navbar-collapse.show {
  background: none !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-ccc {
  background-color: #CCCCCC !important;
}

.bg-orange {
  background-color: #EC6D4E !important;
}

.bg-lightgray {
  background-color: #EFEFEF !important;
}

.bg-darkgray {
  background-color: #444444 !important;
}

.bg-yellow {
  background: #FAD63B !important;
}


/*線　ボーダー**********************/
.border-none {
  border: none !important;
}
.border-top-none {
  border-top: none !important;
}

.border-444 {
  border-color: #444 !important;
}

.border-aaa {
  border-color: #AAA !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #3D3D3D !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-orange {
  color: #EC6D4E !important;
}

.text-444 {
  color: #444444 !important;
}

.text-222 {
  color: #222222 !important;
}

.text-yellow {
  color: #FCE16F !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;
}


@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;
}

/*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);
}

/***FV******************/

.bg-fv {
  background-size: auto 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  height: auto;
  background-image: url(../../assets/img/t-fv-sp.jpg);
}

@supports (background-image: url(../../assets/img/t-fv-sp.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv-sp.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-position: bottom left;
    background-color: #EC6D4E;
    background-size: cover;
    height: 640px;

    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: 991px) {
  .bg-fv {
    background-position: bottom left;
    background-color: #EC6D4E;
    background-size: cover;
    height: 640px;
  }
}


@media screen and (min-width: 1290px) {
  .bg-fv {
    background-position: bottom left;
    background-size: cover;
    height: 640px;
  }
}

@media screen and (min-width: 1675px) {
  .bg-fv {
    background-position: bottom right;
    background-size: contain;
    height: 640px;
  }
}



.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

@media screen and (max-width: 768px) {
  .md-text-shadow {
    text-shadow: 2px 1px 7px #000;
  }
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}





.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #222222;
  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: #222222;
}

/*ボックス*/
.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;
  }
}
/* ====== end section07 ====== */

#articles {
  background: #EFEFEF;
  padding-top: 5rem !important;
}

#articles h2 {
  text-align: center;
  font-size: 3.5rem !important;
}

#articles .btn {
  box-shadow: none !important;
  background: #444444 !important;
  border: none !important;
  border-radius: 30px !important;
  color: #fff !important;
}


#site-contents h2 {
  color: #333 !important;
  font-size: 3.5rem;
}

#site-contents h2 span {
  color: #333 !important;
}

@media (max-width: 991px) {
  #articles h2,
  #site-contents h2 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  #articles h2,
  #site-contents h2 {
    font-size: 2rem !important;
  }
}

#footer {
  background-color: #333333 !important;
}

/* ====== section01 ====== */
#section01.section01 {
  background-color: #f5f5f5;
  background-image:url("../../assets/img/section01_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@supports (background-image: url("../../assets/img/section01_bg.webp")) {
  #section01 {
    background-image: url("../../assets/img/section01_bg.webp");
  }
}

#section01 .section01-title-icon {
  width: 82px;
  height: 82px;
}

#section01 .section01-title {
  color: #3f3f3f;
  /* font-size: 2.6rem; */
  line-height: 1.35;
}

#section01 .section01-title-chip {
  display: inline-block;
  padding: 0.1em 0.7em;
  border-radius: 999px;
  background-color: #3f3f3f;
  color: #fff;
}

#section01 .section01-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.25rem 1rem 1rem;
  border-radius: 10px;
  background-color: #f4f4f4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

#section01 .section01-number {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 60px;
  height: 60px;
}

#section01 .section01-card-img {
  width: auto;
  /* height: 105px; */
  margin-bottom: 0.85rem;
  object-fit: contain;
}

#section01 .section01-card-text {
  color: #3f3f3f;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
  min-height: 2.9em;
}

@media screen and (max-width: 991px) {
  #section01 .section01-title {
    font-size: 2.15rem;
  }
}

@media screen and (max-width: 767px) {
  #section01 .section01-title {
    font-size: 1.65rem;
  }

  #section01 .section01-title-chip {
    margin-bottom: 0.2rem;
  }

  #section01 .section01-card {
    padding-top: 2rem;
  }
}
/* ====== end section01 ====== */

/* ====== section02 ====== */
#section02.section02 {
  background-color: #eb6b4b;
}
#section02 .section02-title {
  position: relative;
  color: #fff;
}

#section02 .section02-title-sub {
  color: #fff3a6;
  line-height: 1.25;
}

#section02 .section02-title-main {
  position: relative;
  line-height: 1.2;
}

#section02 .section02-title-icon {
  position: absolute;
  top: -60px;
  /* right: 250px; */
  left: 50%;
  transform: translateX(250px);
  width: 121px;
  height: auto;
}

#section02 .section02-title-line2 {
  margin-top: 0.15em;
}

#section02 .section02-title-chip {
  display: inline-block;
  padding: 0.05em 0.38em;
  border-radius: 999px;
  background-color: #ecd96f;
  color: #e96f4e;
}

#section02 .section02-title-em {
  color: #f5d95d;
  font-size: 1.35em;
  line-height: 1;
}

#section02 .section02-panel {
  border-radius: 10px;
  /* padding: 2.5rem; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#section02 .section02-item {
  padding: 1.25rem 0;
}

#section02 .section02-item + .section02-item {
  border-top: 3px dotted #ef7f65;
}

#section02 .section02-thumb {
  width: 100%;
  max-width: 335px;
  border-radius: 10px;
  object-fit: cover;
}

#section02 .section02-copy {
  color: #303030;
}

#section02 .section02-point {
  min-width: 58px;
  color: #e96f4e;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#section02 .section02-point span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

#section02 .section02-point strong {
  display: block;
  margin-top: 0.1rem;
  font-size: 4.5rem;
}

#section02 .section02-item-title {
  color: #2f2f2f;
  line-height: 1.35;
}

#section02 .section02-item-text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  #section02 .section02-item-reverse .row {
    flex-direction: row-reverse;
  }

  #section02 .section02-item-reverse .section02-copy {
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 1399px) {

  #section02 .section02-title-sub {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 991px) {
  #section02 .section02-title {
    margin-bottom: 1.5rem;
  }

  #section02 .section02-title-main {
    font-size: 3.15rem;
  }

  #section02 .section02-title-sub {
    font-size: 1.2rem;
  }

  #section02 .section02-title-icon {
    position: static;
    width: 84px;
    margin-bottom: 0.4rem;
    transform: translateX(0);
  }

  #section02 .section02-panel {
    padding: 1.35rem;
  }

  #section02 .section02-item {
    padding: 1rem 0;
  }

  #section02 .section02-thumb {
    max-width: 100%;
  }

  #section02 .section02-item-title {
    font-size: 1.6rem;
  }

  #section02 .section02-item-text {
    font-size: 1rem;
  }

  #section02 .section02-point span {
    font-size: 1.2rem;
  }

  #section02 .section02-point strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 575px) {
  #section02 .section02-title-main {
    font-size: 2.3rem;
  }

  #section02 .section02-title-sub {
    font-size: 1rem;
  }

  #section02 .section02-item-title {
    font-size: 1.25rem;
  }
}
/* ====== end section02 ====== */

/* ====== section03 ====== */
.section03 {
  background-image: url("../../assets/img/section03_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section03 .section03-wrap {
  padding-bottom: 3rem;
}

.section03 .section03-sub {
  color: #f0714f;
  font-size: 1.5rem;
}

.section03 .section03-title {
  color: #3f3f3f;
  line-height: 1.3;
}

.section03 .section03-card {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.section03 .section03-card-catch {
  min-height: 94px;
  padding: 1rem 0.9rem;

  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.section03 .section03-card-body {
  padding: 1.2rem 0.85rem 1rem;
}

.section03 .section03-card-name {
  color: #3e3e3e;
  text-align: center;
}

.section03 .section03-thumb {
  width: 100%;
}

.section03 .section03-source {
  color: #777;
  font-size: 1.1rem;
}

.section03 .section03-list dt {
  margin: 0.9rem 0 0.2rem;
  padding-top: 0.8rem;
  border-top: 1px dotted #6a6a6a;
  color: #ee6d4c;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.section03 .section03-list dd {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.cta-btns {
  margin-top: 2rem;
}

.cta-btn {
  position: relative;
  display: block;
  padding: 0.7rem 2rem 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.cta-btn + .cta-btn {
  margin-top: 0.5rem;
}

.cta-btn::after {
  content:"";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
    background-image: url("../../assets/img/btn_arrow.png");
  transform: translateY(-50%);
}

.cta-btn:hover {
  opacity: 0.8;
}


.cta-btn--yellow {
  background: #FAD63B;
  color: #444444;
}

.cta-btn--dark {
  background: #454545;
}

@media screen and (max-width: 1199px) {
  .section03 .section03-title {
    font-size: 3.9rem;
  }

  .section03 .section03-card-name {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .section03 .section03-wrap {
    padding-bottom: 2rem;
  }

  .section03 .section03-sub {
    font-size: 1.1rem;
  }

  .section03 .section03-title {
    font-size: 2.55rem;
  }

  .section03 .section03-card-catch {
    min-height: auto;
    font-size: 1.15rem;
  }

  .section03 .section03-card-name {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .section03 .section03-title {
    font-size: 1.85rem;
  }

  .section03 .section03-card-name {
    font-size: 2rem;
  }
}
/* ====== end section03 ====== */

/* ====== section04 ====== */

#section04 .section04-h2-image {
  width: 100%;
  max-width: 560px;
}

#section04 .section04-company-hero {
  padding: 3rem 2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: -1px;
}


#section04 .section04-lics {
  background:url("../../assets/img/lics_bg.png") top right / cover no-repeat;
}

@supports (background-image: url("../../assets/img/lics_bg.webp")) {
  #section04 .section04-lics {
    background: url("../../assets/img/lics_bg.webp") top right / cover no-repeat;
  }
}

#section04 .section04-nagai {
  background:url("../../assets/img/nagai_bg.png") top right / cover no-repeat;
}

@supports (background-image: url("../../assets/img/nagai_bg.webp")) {
  #section04 .section04-nagai {
    background: url("../../assets/img/nagai_bg.webp") top right / cover no-repeat;
  }
}

#section04 .section04-eco {
  background:url("../../assets/img/eco_bg.png") top right / cover no-repeat;
}

@supports (background-image: url("../../assets/img/eco_bg.webp")) {
  #section04 .section04-eco {
    background: url("../../assets/img/eco_bg.webp") top right / cover no-repeat;
  }
}




#section04 .section04-catch {
  padding: 1rem 1rem;
  border-radius: 4px;
  background: #FCE16F;
  color: #EC6D4E;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 2rem 3rem;
}

#section04 .section04-catch::after {
  content:"";
  display: block;
  background: #FCE16F;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}


#section04 .section04-company-title {
  color: #252c3d;
  font-size: 4rem;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
}

#section04 .section04-company-title_min {
  font-size: 3.3rem;
  line-height: 80%;
}

#section04 .section04-company-title small {
  margin-right: 0.25em;
  color: #3a3a3a;
  font-size: 0.42em;
}

#section04 .section04-site-thumb {
  border-radius: 4px;
  border: 1px solid #ddd;
}

#section04 .section04-source {
  color: #7a7a7a;
}

#section04 .section04-block-title {
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  background: #ec6f4f;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

#section04 .section04-feature-card {
  display: flex;
  grid-template-columns: 84px 1fr;
  gap: 0.8rem;
  align-items: center;
  min-height: 124px;
  padding: 0.6rem;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#section04 .section04-feature-img {
  width: 180px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

#section04 .section04-feature-card p {
  margin: 0;
  color: #333;
  font-size: 0.93rem;
  line-height: 1.5;
}

#section04 .section04-cta {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 0.8rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

#section04 .section04-cta .cta-btn + .cta-btn {
  margin-top: 0;
}

#section04 .section04-case-title {
  background: url(../../assets/img/bg-line.png) center left repeat-x !important;
}

#section04 .section04-case-item {
  padding: 0.6rem 0;
}

#section04 .section04-case-item h5 {
  margin: 0 0 0.6rem;
  color: #333;
  font-size: 1.22rem;
  font-weight: 700;
}

#section04 .section04-case-img {
  border-radius: 6px;
}

#section04 .section04-review-box {
  position: relative;
  padding: 0.9rem 0.9rem 2.5rem;
  border-radius: 6px;
  background: #f3f3f3;
}

#section04 .section04-review-box p {
  color: #333;
  font-size: 0.92rem;
  line-height: 1.7;
}

#section04 .section04-avatar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 74px;
  height: 74px;
  transform: translate(-50%,50%);
}

#section04 .section04-company-info {
  padding-top: 1rem;
  border-top: 2px dotted #ef7f65;
}

#section04 .section04-company-info dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.6rem;
  padding: 0.55rem 0;
  border-bottom: 1px dotted #9a9a9a;
}

#section04 .section04-company-info dt {
  margin: 0;
  color: #333;
  font-size: 0.92rem;
  font-weight: 700;
}

#section04 .section04-company-info dd {
  margin: 0;
  color: #333;
  font-size: 0.92rem;
}

#section04 .section04-map-img {
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  #section04 .section04-company-title {
    font-size: 2.4rem;
  }

  #section04 .section04-feature-card {
    grid-template-columns: 72px 1fr;
    min-height: auto;
  }

  #section04 .section04-feature-img {
    width: 72px;
    height: 72px;
  }

  #section04 .section04-cta {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  #section04 .section04-panel {
    padding: 0.65rem;
  }

  #section04 .section04-block-title {
    font-size: 1.25rem;
  }

  #section04 .section04-company-title {
    font-size: 2rem;
  }

  #section04 .section04-company-info dl > div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
/* ====== end section04 ====== */
