@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-fv {
  background-color: #095CD3;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 750px;
  z-index: 0;
  background-image: url(../../assets/img/fv_01.png);
}

@supports (background-image: url(../../assets/img/fv_01.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/fv_01.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 860px;
    z-index: 0;
    background-image: url(../../assets/img/fv_01.png);
  }

  @supports (background-image: url(../../assets/img/fv_01.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/fv_01.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: auto 600px;
    /* background-position: right top; */
    background-position: 600px top;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/fv_01.png);
  }

  @supports (background-image: url(../../assets/img/fv_01.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/fv_01.webp);
    }
  }
}

@media screen and (min-width: 1190px) {
  .bg-fv {
    background-position: 125% top;
  }
}

@media screen and (min-width: 1420px) {
  .bg-fv {
     background-position: right top;
  }
}


.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: #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;
  }
}



/************************************************************************************/

.black000 {
  color: #000000;
}

.dark_black {
  color: #171717;
}

.medium_black {
  color: #333333;
}

.light_black {
  color: #444444;
}

.dark_gray {
  color: #555555;
}

.red-orange {
  color: #EB5720;
}

.blue {
  color: #095CD3 !important
}

.light-blue {
  color: #9DBEED;
}

.vivid-yellow {
  color: #FEEC0A;
}

.light-gray {
  color: #999999;
}


.bg_light_blue {
  background-color: #E6F1FF;
}

.bg-blue {
  background-color: #095CD3;
}

.bg-red-orange {
  background-color: #EB5720;
}

.bg_medium_black {
  background-color: #333333;
}

.bg_light_black {
  background-color: #444444;
}


.bg_light_gray {
  background-color: #EFEFEF;
}



.bg_white_alpha {
  background-color: rgba(255, 255, 255, 0.63);
}

.border-1px-solid-blue {
  border: 1px solid #095CD3;
}

.border-3px-solid-blue {
  border: 3px solid #095CD3;
}

.border-bottom-5px-solid-blue {
  border: 5px solid #095CD3;
}

.border-1px-solid-gray {
  border: 1px solid #AAAAAA;
}


header .navbar-collapse .nav-link {
  color: #ffffff !important;
  text-shadow: none;
}

header .navbar-nav .nav-link {
  color: #111111 !important;
  font-weight: normal;
  text-shadow: 0px 0px 20px #fff;
}


/* 青い吹き出しのツノ（右に鋭く伸びる設定） */
.bubble-tip-blue {
  position: absolute;
  left: 50%;
  bottom: -15px; /* 少し長めに設定 */
  width: 30px;
  height: 18px;
  background-color: #095CD3;
  /* 座標を調整：(0 0)左上, (100% 0)右上, (85% 100%)先端を右寄りにして鋭角に */
  clip-path: polygon(10% 0, 90% 0, 85% 100%);
  transform: translateX(-50%);
}



.yellow-bubble {
  background-color: #FEEC0A; /* カンプの黄色 */
  border: 2px solid #333;    /* 本体の黒枠 */
  position: relative;
  z-index: 1;
}

/* 尖った部分の作成 */
.yellow-bubble::after {
  content: "";
  position: absolute;
  bottom: -9px;      /* 枠線の太さに合わせて微調整 */
  left: 50%;
  transform: translateX(-50%) rotate(45deg); /* 45度回転させてひし形に */
  width: 16px;       /* 尖りのサイズ */
  height: 16px;
  background-color: #FEEC0A; /* 本体と同じ黄色 */
  border-right: 2px solid #333;  /* 右側に枠線 */
  border-bottom: 2px solid #333; /* 下側に枠線 */
  z-index: -1;       /* 本体の枠線の後ろに潜り込ませる */
}

/* 赤いアンダーライン（細めのマーカー風） */
.red-underline {
  /* 下側にだけ 2px の赤い線を引く */
  border-bottom: 2px solid #EB5720;
  display: inline-block; /* 線が文字の幅に合うように設定 */
}

/* 装飾画像（deco-img）のサイズと余白調整 */

/* （オプション）スマホで文字サイズを微調整する場合 */
@media (max-width: 768px) {
  .deco-text-wrap p {
    font-size: 1.5rem !important;
  }
  .deco-img {
    width: 25px;
  }
}

@media (max-width: 992px) {
  .sp-scroll {
    flex-wrap: nowrap !important; /* 折り返さない */
    overflow-x: auto !important; /* 横スクロール許可 */
  }
}

.bg-top {
  background-size: 150% auto;
  background-position: -100px top;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../../assets/img/recommend_01.png);
}

@supports (background-image: url(../../assets/img/recommend_01.webp)) {
  .bg-top {
    background-image: url(../../assets/img/recommend_01.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-top {
    background-size: 150% auto;
    background-position: -150px top;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../../assets/img/recommend_01.png);
  }

  @supports (background-image: url(../../assets/img/recommend_01.webp)) {
    .bg-top {
      background-image: url(../../assets/img/recommend_01.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-top {
    background-size: 150% auto;
    background-position: -150px top;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../../assets/img/recommend_01.png);
  }

  @supports (background-image: url(../../assets/img/recommend_01.webp)) {
    .bg-top {
      background-image: url(../../assets/img/recommend_01.webp);
    }
  }
}

@media screen and (min-width: 1400px) {
  .bg-top {
    background-size: 120% auto;
    background-position: -50px -100px;
  }
}

.bg-custom-top {
  background-size: 166% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url(../../assets/img/recommend_01.png);
}

@supports (background-image: url(../../assets/img/recommend_01.webp)) {
  .bg-custom-top {
    background-image: url(../../assets/img/recommend_01.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-custom-top {
    background-size: 150% auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../../assets/img/recommend_01.png);
  }

  @supports (background-image: url(../../assets/img/recommend_01.webp)) {
    .bg-custom-top {
      background-image: url(../../assets/img/recommend_01.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-custom-top {
    background-size: 150% auto;
    background-position: -190px -60px;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../../assets/img/recommend_01.png);
  }

  @supports (background-image: url(../../assets/img/recommend_01.webp)) {
    .bg-custom-top {
      background-image: url(../../assets/img/recommend_01.webp);
    }
  }
}


@media screen and (min-width: 1200px) {
  .bg-custom-top {
    background-size: 150% auto;
    background-position: -190px -160px;
  }
}


@media screen and (min-width: 1400px) {
  .bg-custom-top {
    background-size: 140% auto;
    background-position: -160px -190px;
  }
}

@media screen and (min-width: 1600px) {
  .bg-custom-top {
    background-size: 140% auto;
    background-position: -160px -260px;
  }
}




/* ドット線の区切り用カスタムCSS */
.border-dotted {
  border-bottom-style: dotted !important;
  border-bottom-width: 3px !important;
  border-color: #095CD3 !important;
}

.border-dashed {
  border-bottom-style: dashed !important;
  border-bottom-width: 2px !important;
  border-color: #095CD3 !important;
}

.border-bottom-dotted-white {
  border-bottom-style: dotted !important;
  border-bottom-width: 1px !important;
  border-color: #ffffff !important;
}

.f100px {
  font-size: 100px;
}

/* 口コミカードのベース */
.custom-card {
  border: 2px solid #095CD3;
  border-radius: 10px;
}

/* ズレた背景枠 */
.custom-card-bg {
  position: relative;
  padding-right: 4px;
  padding-bottom: 6px;
}
.custom-card-bg::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  right: 0;
  bottom: 0;
  background: #095CD3;
  border-radius: 10px;
  z-index: 1;
}

/* アイコン画像 */
.custom-icon {
  position: absolute;
  bottom: -35px; /* 少し下げて枠線に被せる */
  left: 20px;
  width: 82px;
  height: 82px;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .custom-y-pos-40px {
    transform: translateY(40px);
  }
}




/* 見出しの横に線を引く装飾 */
.headline-with-line {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.headline-with-line::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #333;
}

.height-40 {
  height: 40px;
}

.height-60 {
  height: 60px;
}

#articles {
  background-color: #EFEFEF;
}

#articles h2 {
  color: #333333 !important;
  font-size: clamp(34px, 5vw, 70px) !important;
  text-align: center;
}

#article p {
  color: #095CD3 !important;
  font-size: 14px !important;
}

#articles h3 {
  color: #444444 !important;
  font-size: 15px !important;
}

#articles .btn {
  color: #ffffff !important;
  font-size: 24px !important;
  background-color: #444444 !important;
  border: none !important;
  border-radius: 70px !important;
}

#site-contents h2 span {
  color: #333333 !important;
  font-size: clamp(34px, 5vw, 70px) !important;
}

#site-contents h3 {
  font-size: 22px !important;
  color: #242424;
  border-bottom-style: dashed !important;
  border-bottom-width: 2px !important;
  border-color: #242424 !important;
}

#site-contents li a {
  color: #242424 !important;
}

#footer {
  background-color: #333333;
}

@media (min-width: 992px) {
  .no-link-pc {
    pointer-events: none; /* クリックを一切受け付けない */
    cursor: default;      /* カーソルを指マークから標準の矢印に戻す */
  }
}

.custom-left-contents {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .custom-left-contents {
    margin-left: 70px
  }
}

@media (min-width: 1700px) {
  .custom-left-contents {
    margin-left: 200px
  }
}