@charset "UTF-8";

@import url("https://googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Emoji:wght@300..700&family=Shippori+Mincho&display=swap");

body {
  font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

.shippori-mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

.bg-blue {
  background-color: #415472 !important;
}


/*margin**********************/

.mb-6 {
  margin-bottom: 6rem !important;
}

@media screen and (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}

/*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: 992px) {
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }


  .p-lg-5rem {
    padding: 5rem !important;
  }

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  

}

.lh-140 {
  line-height: 140% !important;
}


/*text-color*****************************/
 
.text-blue {
  color: #3859A7 !important;
}


/*font-size**********************/

.fs-110per {
  font-size: 110%;
}

.fs-120per {
  font-size: 120%;
}

.fs-50 {
  font-size: clamp(30.00px, calc(1.14vw + 26.36px), 50.00px);
}

.fs-40 {
  font-size: clamp(24.00px, calc(1.82vw + 18.18px), 40.00px);
}

.fs-30 {
  font-size: clamp(20.00px, calc(1.14vw + 16.36px), 30.00px);
}

.fs-26 {
  font-size: clamp(16.00px, calc(1.14vw + 12.36px), 26.00px);
}

.fs-24 {
  /* font-size: clamp(16.00px, calc(0.91vw + 13.09px), 24.00px); */
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.45rem);
}

.fs-20 {
  font-size: clamp(16.00px, calc(0.45vw + 14.55px), 20.00px);
}

.fs-18 {
  font-size: clamp(14.00px, calc(0.45vw + 12.55px), 18.00px);
}

.fs-16 {
  font-size: clamp(14.00px, calc(0.23vw + 13.27px), 16.00px);
}


.title-maker {
      background: linear-gradient(transparent 80%, #F2D44D 20%);
}




/*fv***************************/



.bg-fv {
  background-size: contain auto ;
  background-position: center left;
  background-repeat: no-repeat;
  height: auto;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
  position: relative;
}

@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::after {
    position: absolute;
    content: url(../../assets/img/t-fv-scroll.png);
    left: 10px;
    bottom: -100px;
    z-index: 2;
  }
  
  @supports (background-image: url(../../assets/img/t-fv-scroll.webp)) {
    .bg-fv::after {
      content: url(../../assets/img/t-fv-scroll.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(../img/faq_bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../img/faq_bg.webp)) {
  .background-faq_bg {
    background-image: url(../img/faq_bg.webp);
  }
}


.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: #fff;
  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: #fff;
}

/*ボックス*/
.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;
  }
}


/* =====================================================
   CTAバナー・お問い合わせフォーム
===================================================== */
.bg-cta-banner {
  background-color: #FBDD8C;
}

.mailform-section {
  background-image: url(../../assets/img/mailform_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/mailform_bg.webp)) {
  .mailform-section {
    background-image: url(../../assets/img/mailform_bg.webp);
  }
}

.mailform-card {
  border: 1px solid #DDDDDD;
}

.mailform-row {
  border-bottom: 1px solid #DDDDDD;
}

.mailform-row:last-child {
  border-bottom: none;
}

.mailform-label-cell {
  background-color: #EAEFEF;
  position: relative;
}

/* @media screen and (min-width: 768px) {
  .mailform-label-cell {
    width: 30%;
    flex: none;
  }
} */

@media screen and (min-width: 591px) {
  .w-sm60per {
    width: 60% !important;
  }
}

.mailform-label-text {
  font-weight: 700;
}

.mailform-badge {
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);

}

.mailform-required {
  color: #D16C15;
  border-color: #D16C15;
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
}

.mailform-optional {
  color: #666666;
  border-color: #999999;
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
}

.mailform-input {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

.mailform-input-sm {
  max-width: 360px;
}

.mailform-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0;
}

.mailform-checkbox {
  width: 20px;
  height: 20px;
  flex: none;
}

.mailform-submit-btn {
  border: none;
  cursor: pointer;
}

.mailform-privacy-box {
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: .85rem;
}


/* =====================================================
   header
===================================================== */

.header-nav {
  top:0;
  /* background: #415472; */
}

.header-nav .nav-link.site_name {
  text-indent: -9999px;
  width: 294px;
  height: 51px;
  background-image: url(../../assets/img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header-nav .nav-link {
  color: #000 !important;
  text-shadow: none;
}

 .header-nav.change-color {
  background: rgba(255, 255, 255, 0.6) !important;
}

/*.header-nav.bg-white-on {
  background: rgba(255, 255, 255, 0.8) !important;
} */

.navbar-collapse.show {
  background: none !important;
}

header h1 {
  display: none;
 }

.btn-hamburger {
  background: #415472 !important;
}


.navbar-nav .nav-item:last-child a {
  background: #D85E28;
  color: #fff !important;
  padding: 0.5rem 60px 0.5rem 1rem !important;
  display: inline-block;
  border-radius: 40px;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 992px) {
  .navbar-nav .nav-item:last-child a {
    padding-right: 30px !important;
  }
}


.navbar-nav .nav-item:last-child a:after {
  content:url(../../assets/img/icon_arrow.png);
  position: absolute;
  top:50%;
  right:10px;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .navbar-nav .nav-item:last-child a:after {
    position: absolute;
    top:50%;
    right:-10px;
    transform: translateY(-50%);
  }
}



/* =====================================================
   footer
===================================================== */

#footer,
footer.bg_black {
  background-color: #333446 !important;
}

#footer p.text-white,
footer p.text-white {
  color: #fff !important;
  text-align: right !important;
}

footer ul.nav {
  display: none !important;
}

#footer .flex-lg-row,
footer .flex-lg-row {
  flex-direction:row-reverse !important;
}

#footer .p-2.p-lg-5,
footer .p-2.p-lg-5 {
  padding: 0 !important;

}

#footer .mb-5,
footer .mb-5 {
  margin-bottom: 0 !important;
}

#footer hr,
footer hr {
  display: none !important;
}

/* =====================================================
   section01
===================================================== */
.bg_light_gray_ef {
  background-color: #EAEFEF !important;
}

.arrow-down-triangle {
  display: inline-block;
  width: 120px;
  height: 60px;
  background: linear-gradient(90deg, #B7C6D6 0%, #4A6D91 55%, #14304F 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* =====================================================
   section02
===================================================== */
.text-brand-orange {
  color: #D85E28 !important;
}

.section02-bg {
  background-color: #fff;
  background-image: url(../../assets/img/section03_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@supports (background-image: url(../../assets/img/section03_bg.webp)) {
  .section02-bg {
    background-image: url(../../assets/img/section03_bg.webp);
  }
}

.reason-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #DCDCDC;
}

.reason-card::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 18px;
  width: 3px;
  height: 90px;
  background-color: #14304F;
  border-radius: 10px;
}

/* -----------------------------------------------------
   再利用可能CTA（他セクションでも同じクラスで使い回す）
----------------------------------------------------- */
.cta-banner-label {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

.cta-banner-label-slash {
  position: relative;
}

.cta-banner-label-slash::before,
.cta-banner-label-slash::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 10px;
}

.cta-banner-label-slash::before {
  left: -30px; 
  transform: rotate(60deg);
}

@media screen and (max-width: 768px) {
  .cta-banner-label-slash::before {
    left: -60px;
  }
}

.cta-banner-label-slash::after {
  right: -30px;
  transform: rotate(-60deg);
}

/* @media screen and (max-width: 768px) {
  .cta-banner-label-slash::after {
    right: 0;
  }
} */

.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #D85E28;
  color: #fff !important;
  font-weight: 700;
  padding: 18px 80px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: clamp(1rem, 0.8182rem + 0.9091vw, 1.5rem);
  position: relative;
}

.cta-banner-btn:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 10px;
  background-image: url(../../assets/img/icon_arrow.png);
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

}

@media screen and (max-width: 768px) {
  .cta-banner-btn {
    padding: 12px 40px 12px 12px;
  }

  .cta-banner-btn:after {
    width: 20px;
    height: 6px;
    right: 12px;
  }
}

.cta-banner-btn:hover {
  opacity: 0.85;
  color: #fff !important;
}

.cta-banner-arrow {
  font-weight: 700;
}



.cta-banner-label-white {
  color: #fff;
}

.cta-banner-label-slash-white {
  position: relative;
}

.cta-banner-label-slash-white::before,
.cta-banner-label-slash-white::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
}

.cta-banner-label-slash-white::before {
  left: -30px; 
  transform: rotate(60deg);
}

/* @media screen and (max-width: 768px) {
  .cta-banner-label-slash-white::before {
    left: 0;
  }
} */

.cta-banner-label-slash-white::after {
  right: -30px;
  transform: rotate(-60deg);
}



/* =====================================================
   section03
===================================================== */
.section03-bg {
  background-color: #415472;
}

.review-card {
  background-color: #fff;
  color: #222222;
  border-left: 4px solid #415472;
  position: relative;
}

.review-card::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 77px;
  top: -3px;
  left: 28px;
  background-color: #415472;
  border-radius: 4px;
}

.review-stars {
  color: #EEB648;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.review-divider {
  border: none;
  border-top: 3px solid #DDDDDD;
  opacity: 1;
  margin: 0 0 20px;
}

/* =====================================================
   section04
===================================================== */
.results-table {
  border: 1px solid #415472;
}

@media screen and (max-width: 991px) {
  .results-table {
    width: 1000px  !important;
  }
}



.results-table thead th {
  background-color: #415472 !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-color: #55688A;
  padding: 14px 20px;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
}
.results-table tbody th {
  text-align: center !important;
  padding: 14px 20px !important;
}
.results-table tbody td {
  text-align: center;
  vertical-align: middle;
  border-color: #DDDDDD;
  padding: 14px 20px !important;
}



.results-citation {
  font-size: 0.8rem;
  color: #666666;
}

.results-citation-link {
  color: #666666;
  text-decoration: underline;
}

/*******************************************************/




/* =====================================================
   section06
===================================================== */
.promise-box {
  background-color: #B8CFCE;
  border-radius: 10px;
}

.promise-box-text {
  line-height: 1.6;
}

.promise-photo {
  position: absolute;
  z-index: 2;
  /* display: block; */
  width: 120px;
  bottom: 20px;
  right: -10px;
}

@media screen and (min-width: 591px) {
  .promise-box {
    border-radius: 32px;
  }
  
  .promise-photo {
    width: 220px;
    bottom: -30px;
  }

}

@media screen and (min-width: 992px) {
  .promise-box {
    padding: 64px 64px 120px;
  }

  .promise-photo {
    right: 0;
    bottom: -10px;
    width: 400px;
  }

}

@media screen and (min-width: 1201px) {
  .promise-photo {
    right: -50px;
    bottom: -10px;
    width: 550px;
  }
}

/* =====================================================
   company
===================================================== */
.company-wrap {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .company-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

.company-card-info-ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.company-card-intro {
  border-radius: 10px !important;
}

.company-phone-link {
  color: #3859A7;
}

.company-pin-icon {
  color: #3859A7;
}

.company-hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8697BF;
  color: #fff;
  font-weight: 700;
  padding: 16px 32px;
  width: 80%;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.company-hp-btn:hover {
  opacity: 0.85;
  color: #fff;
}

.company-map-box {
  background-color: #C4C4C4;
  color: #333333;
  font-size: 1.3rem;
  min-height: 220px;
  border-radius: 8px;
}

.company-photo {
  display: block;
  width: 220px;
  margin: 24px auto 0;
}

@media screen and (min-width: 992px) {
  .company-card-intro {
    position: relative;
    margin-bottom: 60px !important;
    border-radius: 32px !important;
  }

  .company-card-info {
    border-radius: 32px !important;
  }
  
  .company-photo {
    position: absolute;
    right: -140px;
    bottom: -290px;
    width: 376px;
    margin: 0;
    z-index: 2;
  }
}

/* =====================================================
   cta01
===================================================== */
.cta01-bubble {
  border: 10px solid #415472;
  border-radius: 20px;
  z-index: 2;
  background: #415472;
}

.cta01-bubble-body {
  padding: 15px;
  color: #222222;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


.cta01-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #D85E28;
  color: #fff;
  font-weight: 700;
  padding: 10px 80px 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}

.cta01-btn::after {
  content:"";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 10px;
  background-image: url(../../assets/img/icon_arrow.png);
  background-size: contain;
}

.cta01-btn:hover {
  opacity: 0.85;
  color: #fff;
}

.cta01-btn-badge {
  display: inline-block;
  background-color: #fff;
  color: #D85E28;
  border: 1px solid #D85E28;
  border-radius: 50px;
  font-weight: 700;
  padding: .3em 1em;
}

@media screen and (min-width: 992px) {

  .cta01-bubble {
    position: absolute;
    top: -30px;
    left: 40%;
    right:0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
     border: 30px solid #415472;
  }
  .cta01-bubble-body {
    border-bottom-right-radius: 0;
  }
}

@media screen and (max-width: 425px) {
  .cta01-btn {
    padding-right: 40px;
    border-radius: 10px !important;
  }
  .cta01-btn::after {
    width: 20px;
    height: 6px;
  }
}


.no-arrow::after {
  display: none !important;

}

.cta-banner-btn-gray {
  background-color: #666 !important;
}