@charset "UTF-8";

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}

.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}

/* ここからカスタムスタイル */

/* 色指定 */
:root {
  --whitefff: #ffffff;
  --black000: #000000;
  --black222: #222222;
  --white-70: rgba(255, 255, 255, 0.7);
  --primary-orange: #D87A29;
  --secondary-orange: rgba(232, 114, 12, 0.8);
  --dark-orange: #C15707;
  --light-orange: rgba(235, 141, 59, 0.5);
  --white-orange:#FFF1E5;
  --light-green: #F0F1EC;
  --primary-gray: #707070;
  --secondary-gray: #D3D4CF;
  --third-gray: #EAEBE6;
  --text-gray: #757575;
  --text-nav-black: #040404;
  --text-light-gray: #9F9F9F;
  --blue-gray: #E5ECEE;
  --primary-blue: #0E4B77;
}

/* font */
.meiryo-font {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif;
}

.noto-font {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", "MS PGothic", sans-serif;
}

.mincho-font {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}


@media screen and (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px !important;
  }

  .fs-md-20 {
    font-size: 20px !important;
  }

  .fs-md-26 {
    font-size: 26px !important;
  }

  .fs-md-35 {
    font-size: 35px !important;
  }

  .fs-md-36 {
    font-size: 36px !important;
  }

  .fs-md-38 {
    font-size: 38px !important;
  }

  .fs-md-44 {
    font-size: 44px !important;
  }

  .fs-md-48 {
    font-size: 48px !important;
  }

  .fs-md-52 {
    font-size: 52px !important;
  }

  .fs-md-58 {
    font-size: 58px !important;
  }

  .fs-md-62 {
    font-size: 62px !important;
  }

  .fs-md-68 {
    font-size: 68px !important;
  }

  .fs-md-82 {
    font-size: 82px !important;
  }

}

.text-orange {
  color: var(--primary-orange);
}

.text-dark-orange {
  color: var(--dark-orange);
}

.text-black000 {
  color: var(--black000);
}

.text-nav-black {
  color: var(--text-nav-black);
}

.text-gray {
  color: var(--text-gray);
}

.text-light-gray {
  color: var(--text-light-gray);
}

.text-blue {
  color: var(--primary-blue);
}

.text-decoration-none {
  text-decoration: none;
}

.w-85px {
  width: 85px;
}

.w-136px {
  width: 136px;
}

.w-270px {
  width: 270px;
}


.w-80per {
  width: 80%;
}

.w-94per {
  width: 94%;
}

.w-fitcontent {
  width: fit-content;
}

@media screen and (min-width:768px) {

  .w-md-48per {
    width: 48% !important;
  }

  .w-md-49per {
    width: 49% !important;
  }
}

@media screen and (min-width: 1200px) {
  .w-lg-48pzer {
    width: 48%;
  }

  .w-lg-50per {
    width: 50%;
  }
}

.max-w-440px {
  max-width: 440px;
}

.max-w-485px {
  max-width: 485px;
}

.max-w-500px {
  max-width: 500px;
}

.h-85px {
  height: 85px;
}

.h-147px {
  height: 147px;
}

.min-h-160px {
  min-height: 160px;
}

.min-h-180px {
  min-height: 180px;
}

.min-h-184px {
  min-height: 184px;
}

.min-h-346px {
  min-height: 346px;
}


@media screen and (min-width: 768px) {
  .min-h-md-256px {
    min-height: 256px;
  }
}

.bg-orange {
  background-color: var(--primary-orange);
}

.bg-secondary-orange {
  background-color: var(--secondary-orange);
}

.bg-white-orange {
  background-color: var(--white-orange);
}

.bg-white-alpha-70 {
  background-color: var(--white-70);
}

.bg-light-green {
  background-color: var(--light-green);
}

.bg-secondary-gray {
  background-color: var(--secondary-gray);
}

.bg-third-gray {
  background-color: var(--third-gray);
}

.bg-fourth-gray {
  background-color: #666666;
}

.bg-blue {
  background-color: var(--primary-blue);
}

.bg-blue-gray {
  background-color: var(--blue-gray);
}

.bg-black000 {
  background-color: var(--black000);
}

@media screen and (min-width:768px) {
  .bg-edge::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -140px;
    width: 280px;
    height: 280px;
    background-color: var(--whitefff);
    transform: rotate(-45deg);
  }

  .bg-md-white-light-green {
    background: linear-gradient(to right, var(--whitefff) 0%, var(--whitefff) calc(50vw - 400px), var(--light-green) calc(50vw - 400px));
  }
}

.bg-company {
  background: url(../../assets/img/section04-company-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.ps-35 {
  padding-left: 35px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

@media screen and (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pe-lg-50 {
    padding-right: 50px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}

.mt--64 {
  margin-top: -64px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}


@media screen and (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
}

.column-gap-2per {
  column-gap: 2%;
}

.gap-4per {
  gap: 4%;
}

.top--70px {
  top: -70px;
}

.top--25px {
  top: -25px;
}

.left-0 {
  left: 0;
}

.start-20px {
  left: 20px;
}

.end-20px {
  right: 20px;
}


.line-height-1_5 {
  line-height: 1.5;
}

.line-height-2 {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .line-height-md-2 {
    line-height: 2;
  }
}

.hover-0_6:hover {
  opacity: 0.6;
}

.border-top-dotted {
  border-top-style: dotted;
}

.border-bottom-dotted {
  border-bottom-style: dotted;
}

.border-black222 {
  border-color: var(--black222);
}

.marker-light-orange {
  background: linear-gradient(to bottom, transparent, transparent 80%, var(--light-orange) 80%);
}

.marker-primary-orange {
  background: linear-gradient(to bottom, transparent, transparent 70%, var(--primary-orange) 70%);
}

.btn:hover {
  opacity: 0.6;
  background-color: transparent;
}

.btn.bg-blue:hover {
  background-color: transparent;
  color: var(--primary-blue) !important;
  border: 1px solid var(--primary-blue);
}

.btn.bg-orange:hover {
  background-color: transparent;
  color: var(--primary-orange) !important;
  border: 1px solid var(--primary-orange);
}

.btn.bg-white-orange:hover {
  background-color: transparent;
  border: 2px solid var(--white-orange);
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: 46%;
  right: 20px;
  transform: rotate(45deg);
  width: 8px;
  height: 1px;
  background-color: var(--black000);
}

.arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: var(--black000);
}

.shadow-white-alpha-70::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .shadow-white-alpha-70::before {
    left: 24px;
  }
}

.bar-right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: var(--black);
  opacity: 0.2;
}

.bubble-bottom-blue-gray::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 19px;
  background-color: var(--blue-gray);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.ico-check::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../assets/img/section02-ico-check.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dotted-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0;
  border-bottom: dotted 2px var(--black000);
}

.dotted-line.has-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 269px);
  height: 0;
  border-bottom: dotted 2px var(--black000);
}

@media screen and (min-width:768px) {
  .dotted-line.has-bg::before {
    width: calc(100% - 300px);
  }
}
.shadow-3px-black {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* パーツごとのスタイル */
@media screen and (min-width: 992px) {
  .navbar {
    background-color: #D4D2B1 !important;
  }
}
.navbar-nav li:last-child a {
  color: #AF601B; 
}
.contents-nav li a{
  position: relative;
}

.contents-nav li a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #222222;
}

.contents-nav li:last-child a::after {
  content: none;
}

.bg-fv {
  height: auto !important;
}

@media screen and (min-width:1200px) {
  .bg-fv {
    height: 628px !important;
  }
}

.bg-fv-contents-left-text::before,
.bg-fv-contents-left-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: var(--black000);
  border-radius: 50%;
}

@media screen and (min-width:768px) {

  .bg-fv-contents-left-text::before,
  .bg-fv-contents-left-text::after {
    width: 88px;
  }
}

.bg-fv-contents-left-text::before {
  right: 100%;
}

.bg-fv-contents-left-text::after {
  left: 100%;
}

.section-title-eng::before,
.section-title-eng::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: var(--black000);
  border-radius: 50%;
}

@media screen and (min-width:768px) {

  .section-title-eng::before,
  .section-title-eng::after {
    width: 88px;
  }
}

.section-title-eng::before {
  right: 100%;
}

.section-title-eng::after {
  left: 100%;
}

.section03 {
  background-image: url(../../assets/img/section03-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-point-ttl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section04-point1 .section-point-ttl {
  background-image: url(../img/section04-01-02.webp);
}

.section04-point2 .section-point-ttl {
  background-image: url(../img/section04-01-03.webp);
}

.section04-point3 .section-point-ttl {
  background-image: url(../img/section04-01-04.webp);
}

.section04-point4 .section-point-ttl {
  background-image: url(../img/section04-01-05.webp);
}

.section04-point5 .section-point-ttl {
  background-image: url(../img/section04-01-06.webp);
}

.section04-02-point1 .section-point-ttl {
  background-image: url(../img/section04-02-02.webp);
}

.section04-02-point2 .section-point-ttl {
  background-image: url(../img/section04-02-03.webp);
}

.section04-02-point3 .section-point-ttl {
  background-image: url(../img/section04-02-04.webp);
}

.section04-02-point4 .section-point-ttl {
  background-image: url(../img/section04-02-05.webp);
}

.accordion-button:not(.collapsed) {
  background-color: var(--light-green) !important;
  box-shadow: none !important;
}

.faq-accordion-btn::after {
  content: none !important;
}

#faq .accordion-item {
  border: none !important;
}

#faq .accordion-collapse {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)!important;
  border-radius: 0.5rem !important;
}
/* サイトコンテンツの横並び防止 */
.contents-list {
    flex-direction: column;
}