@charset "UTF-8";

.bg-fv {
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  height: clamp(410px, 100vw, 510px);
  margin-bottom: clamp(0px, 66vw, 370px);
  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 left;
    background-repeat: no-repeat;
    height: 550px;
    max-height: 550px;
    margin-bottom: 400px;
    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: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 650px;
    max-height: 650px;
    margin-bottom: 0;
    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);
    }
  }
}


.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-black {
  border: solid 1px #222222;
}


.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-bottom-white-3px {
  border-bottom: solid 3px #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;
}

.border-bottom-green-1px {
  border-bottom: solid 1px #116C5B !important;;
}

.border-bottom-green-2px {
  border-bottom: solid 2px #116C5B;
}

.border-bottom-green-3px {
  border-bottom: solid 3px #116C5B;
}

.border-bottom-dark-gray-1px {
  border-bottom: solid 1px #3C3A38;
}

.border-bottom-dark-gray-3px {
  border-bottom: solid 3px #3C3A38;
}

.line-orange {
  flex-grow: 1;
  height: 2px;
  background-color: #F58D0D;
}


.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-60 {
  height: 60px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.height-140 {
  height: 140px;
}

.height-160 {
  height: 160px;
}


.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;
  }
}





/***********************************************************************************************/

.black{
  color: #000000 !important;
}

.medium_black {
  color: #111111;
}

.light_black {
  color: #444444;
}

.gray {
  color: #818181 !important;
}

.medium_gray {
  color: #686868;
}

.dark_gray {
  color: #3C3A38;
}

.orange {
  color: #F58D0D !important;
}

.light_orange {
  color: #FCBC14 !important;
}

.deep_green {
  color: #116C5B;
}
.medium_green {
  color: #267969;
}

.blue_green {
  color: #00939A;
}

.vivid_red {
  color: #FF2626;
}

.bg-white-alpha {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg_dark_red {
  background-color: #7F0019;
}

.bg_pale_yellow {
  background-color: #FFFCD8;
}

.bg_light_pink {
  background-color: #FFD8EF;
}

.bg_light_purple {
  background-color: #DDD8FF;
}

.bg_pale_green {
  background-color: #E6FFD8;
}

.bg_light_blue {
  background-color: #D8E6FF;
}

.bg_navy {
  background-color: #08007F;
}

.bg_light_navy {
  background-color: #19366A;
}


.bg_deep_green {
  background-color: #116C5B;
}

.bg_gradient_blue_green {
  background: linear-gradient(90deg, rgba(0, 158, 136, 1) 0%, rgba(0, 136, 171, 1) 100%);
}

.mx_w1200 {
  max-width: 1200px;
}

.custom-copy {
  margin: 0 auto;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .custom-copy {
    margin: 0 0 -73px -104px;
    padding-top: 24px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}

@media screen and (min-width: 992px) {
  .bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}


.bg-task {
  background-image: url(../../assets/img/task_01.png);
}

@supports (background-image: url(../../assets/img/task_01.webp)) {
  .bg-task {
    background-image: url(../../assets/img/task_01.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-task {
    background-image: url(../../assets/img/task_01.png);
  }

  @supports (background-image: url(../../assets/img/task_01.webp)) {
    .bg-task {
      background-image: url(../../assets/img/task_01.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-task {
    background-image: url(../../assets/img/task_01.png);
  }

  @supports (background-image: url(../../assets/img/task_01.webp)) {
    .bg-task {
      background-image: url(../../assets/img/task_01.webp);
    }
  }
}

.fs2-disp5 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 768px) {
  .fs2-disp5 {
    font-size: 3rem; /* display-5の標準サイズ */
    font-weight: 300;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .fs2-disp5 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

@media (min-width: 1200px) {
  .fs2-disp5 {
      font-size: 3rem; /* display-5の標準サイズ */
      font-weight: 300;
      line-height: 1.2;
  }
}

.fs5-fs2 {
  font-size: 1.25rem !important; /* Bootstrapのfs-5 */
}

@media (min-width: 768px) {
  .fs5-fs2 {
    font-size: 2rem !important; /* Bootstrapのfs-2 */
  }
}

@media (min-width: 992px) {
  .fs5-fs2 {
    font-size: 1.25rem !important; /* Bootstrapのfs-5 */
  }
}

@media (min-width: 1200px) {
  .fs5-fs2 {
    font-size: 2rem !important; /* Bootstrapのfs-2 */
  }
}

.fs13px-fs5 {
  font-size: 13px !important;
}

@media (min-width: 768px) {
  .fs13px-fs5 {
    font-size: 1.25rem !important; /* Bootstrapのfs-5 */
  }
}

@media (min-width: 992px) {
  .fs13px-fs5 {
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) {
  .fs13px-fs5 {
    font-size: 1.25rem !important; /* Bootstrapのfs-5 */
  }
}

.marker-green::after {
  content: "";
  width: 100%;
  height: 0.6em;
  background-color: #51D97F;
  position: absolute;
  left: 0;
  bottom: -0.2em;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.heading-gradient-orange {
  background: linear-gradient(90deg, rgba(255, 189, 107, 1) 0%, rgba(245, 141, 13, 1) 100%);
}

.heading-gradient-gray {
  background: linear-gradient(90deg, rgba(54, 53, 51, 1) 0%, rgba(188, 179, 168, 1) 100%);
}

/* PCでの縦書きを実現する設定 */
@media (min-width: 992px) {
  /* .table-custom {
    border-top: 1px solid #dee2e6;
  } */
  .custom-row {
    display: flex;
  }
  .label-cell {
    border-top: none !important;
    border-bottom: none !important;
  }
}

/* スマホでの微調整 */
@media (max-width: 991px) {
  .custom-row {
    /* border: 1px solid #dee2e6;
    border-radius: 8px; */
    margin-bottom: 10px;
    overflow: hidden;
  }
}

/* セルの共通設定にボーダーを追加 */
.label-cell, .content-cell {
  padding: 6px;
  border: 1px solid #000000 !important; /* 画像の色に合わせたグレー */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* PCサイズ (992px以上) の二重線防止調整 */
@media (min-width: 992px) {
  .custom-row + .custom-row {
    margin-top: -1px; /* 上下のボーダーが重なるようにして、太くなるのを防ぐ */
  }
  
  .content-cell {
    border-left: none !important; /* ラベルセルとコンテンツセルの間の重複を防ぐ */
  }
}

.custom-writing-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

/* PCサイズでの括弧デザイン（修正版） */
@media (min-width: 992px) {
  .custom-bracket {
    position: relative;
    padding-left: 30px; /* 横棒の分、少し余白を広げる */
    height: 100%;
    display: flex;
    align-items: center;
  }

  /* 縦の大きな括弧（外枠） */
  .custom-bracket::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    border: 2px solid #333;
    border-left: none;
  }

  /* 中央の短い横棒（くびれ） */
  .custom-bracket::after {
    content: "";
    position: absolute;
    left: 13px; /* beforeのwidthの端に合わせる */
    top: 50%;
    transform: translateY(-50%);
    width: 10px;  /* 横棒の長さ */
    height: 2px;  /* 横棒の太さ */
    background-color: #333;
  }
}

/* スマホでは括弧を消して通常表示 */
@media (max-width: 991px) {
  .writing-vertical {
    writing-mode: horizontal-tb;
  }
  .content-cell {
    border-left: 1px solid #333 !important;
  }
}

/* 右側リスト横の緑の太線 */
.border-start-green-thick {
  border-left: 5px solid #116C5B !important; /* 濃い緑の線 */
}

/* スマホでは緑の線を消すか、上に配置する場合はこちら */
@media (max-width: 991px) {
    .border-start-green-thick {
        border-left: none !important;
        padding-left: 0 !important;
    }
}

.hanging-indent {
  padding-left: 1em;  /* 全体を下げる */
  text-indent: -1em; /* 1行目だけ戻す */
}

.clip-label {
  display: inline-block;
  background-color: #4ade80; /* 明るい緑 */
  color: #fff;
  font-weight: bold;
  padding: 12px 30px 12px 15px; /* 右側の余白を調整 */
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  line-height: 1.5;
}

.w100-50 {
  width: 100%; /* スマホは100% */
}

@media (min-width: 768px) {
  .w100-50 {
    width: 50% !important; /* mdサイズ以上で50% */
  }
}

.nav-link {
  color: #111111;
  font-weight: normal !important;
}

.header-nav {
  background: rgba(255, 255, 255, 0.8);
}

#articles h2 {
  color: #116C5B !important;
}

#articles p {
  color: #116C5B !important;
}

#articles h3 {
  color: #444444 !important;
}

#articles .btn {
  color: #FFFFFF !important;
  background-color: #19366A !important;
  border: none;
}

#site-contents {
  background-color: #F5F5F5;
}

#site-contents h2 span {
  color: #116C5B !important;
}

#site-contents h3 {
  border-bottom: 3px solid #116C5B !important;
}

@media (max-width: 992px) {
  .sp-border-gray {
    border: 1px solid #373737;
  }
}
