@charset "UTF-8";



.bg-fv {
  background-size: cover;
  background-position: center 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 (max-width: 768px) {
    .bg-fv {
      background-image: url(../../assets/img/fv-sp.png);
    }

    @supports (background-image: url(../../assets/img/fv-sp.webp)) {
      .bg-fv {
        background-image: url(../../assets/img/fv-sp.webp);
      }
    }

  }

.fv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.fv-content {
  flex: 0 0 auto;
}


.fv-container {
  height: 100%;
  align-items: center;
  position: relative;

}

  @media screen and (min-width: 992px) {
  .fv-container {
     display: flex;
    }
  }
  
  @media screen and (max-width: 991px) {
    .fv-container {
      background-size: 40% auto;
      max-width: 100% !important;
      padding-top: 4rem;
    }
  }

   @media screen and (max-width: 767px) {
    .fv-container {
      padding-top: 1rem;
    }
  } 

     @media screen and (max-width: 600px) {
    .fv-container {
      padding-top: 0.5rem;
    }
  } 

     @media screen and (max-width: 425px) {
    .fv-container {
      padding-top: 4rem;
    }
  } 

@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);
  }
}

#section01 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../assets/img/section01-1.png);
  padding: 4rem 0;
}

@supports (background-image: url(../../assets/img/section01-1.webp)) {
  #section01 {
    background-image: url(../../assets/img/section01-1.webp);
  }
}

.section01-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.section01-title-big {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .section01-title {
    font-size: 1.8rem;
  }

  .section01-title-big {
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .section01-title-big {
    font-size: 1.8rem;
  }
}

.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);
}


/*.btn-orange styles*/
.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

input.color-gray::placeholder {
  color: #CCCCCC !important;
}

@media screen and (max-width: 425px) {
  .w-70 {
      width: 90%;
  }
}

.btn-orange {
  background-image: linear-gradient(138deg, #fabe00, #f57100);
  line-height: 150%;
}

.btn-icon-under::after {
  content: url(../../assets/img/y_icon_yazirushi-2.png);
  position: absolute;
  bottom: 50%;
  right: 5%;
  transform: translateY(55%);
}

.btn-orange:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .btn-icon-under::after {
      content: url(../../assets/img/y_icon_yazirushi-3.png);
  }
}


@media screen and (max-width: 425px) {
  .btn-orange {
    font-size: 90% !important;
    width: 100% !important;
  }

  .btn-orange .fs-2 {
    font-size: 120% !important;
  }

}

/* Section02 styles */
#section02 {
  background: #004680;
  color: #ffffff;
  padding: 3rem 2% !important;
}

.section02-container {
  border: 2px dotted #ffffff;
  padding: 3rem;
  width: auto !important;
}

@media screen and (max-width: 1024px) {
  .section02-container {
    padding: 2rem 2%;
  }
}

.section02-inner {
  gap: 2rem;
}


.section02-title {
  font-size: 3rem;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  position: relative;
}

.section02-title-sub {
  position: relative;
}

.section02-title-sub::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 0;
  width: 71px;
  height: 68px;
  background-image: url(../../assets/img/section02-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.section02-title-sub::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 71px;
  height: 68px;
  background-image: url(../../assets/img/section02-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.section02-highlight {
  color: #FEFE33;
  font-size: 4.5rem;
  font-weight: bold;
}

@media screen and (max-width: 425px) {
  .section02-title-sub::before,
  .section02-title-sub::after{
    width: 35px;
    height: 34px;
  }

  .section02-title-sub::before {
    left: -40px;
  }

  .section02-title-sub::after {
    right: -40px;
  }

  .section02-highlight {
    font-size: 3rem;
  }
}



.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section02-right {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .check-list {
    font-size: 1.5rem !important;
  }
}

.check-list-icon {
  background-image: url(../../assets/img/icon-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 70px;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

.check-list-icon:last-child {
  margin-bottom: 0;
  display: block;
}

@media screen and (max-width: 425px) {
  .section02-container {
    padding: 2rem 2%;
  }
  .check-list-icon {
    background-image: url(../../assets/img/icon-check-small.png);
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .section02-inner {
    display: block !important;
  }
  .section02-left {
    width: 100% !important;
  }

  .section02-left {
    margin-bottom: 2rem;
  }

  .section02-right {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #section02 {
    padding: 2rem 0;
    text-align: center;
  }
  .section02-inner {
    flex-direction: column;
    align-items: center;
  }
  .section02-right {
    margin-top: 1rem;
  }
  .section02-title { font-size: 1.6rem; }
}

/* Section03 styles */
#section03 {
  padding: 3rem 0;
  background: #fff;
}

.section03-row {
  display: flex;
  align-items: center;
}

.section03-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0;
  color: #222222;
}

@media screen and (max-width: 768px) {
  .section03-title {
    text-align: center !important;
  }
}

.color-orange2 {
  color: #FABE00;
}


.ml-m05 {
  margin-left: -0.1em;
}


@media screen and (max-width: 767px) {
  .section03-right .img-fluid {
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section03-row {
    flex-direction: column;
    text-align: center;
  }
  .section03-right { margin-top: 1rem; }
  .section03-title { font-size: 1.3rem; }
}

/* フォームセクション用スタイル */

.form-short {
  width: 40%;
}

.form-row-custom {
  margin-bottom: 0.25rem;
  background: #F5F5F5;
  align-items: stretch !important;
}

.form-row-custom select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.form-label-cell {
  background: #DDDDDD;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-label-cell label {
  margin: 0;
  font-size: 1.1rem;
}

.required-badge {
  display: inline-block;
  background: #E70011;
  color: #fff;
  padding: .25rem 1rem;
  border-radius: 4px;
  font-size: .85rem;
}

.form-control,
.form-select,
textarea.form-control {
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: none;
}

.form-address-group .form-control {
  margin-bottom: .6rem;
}

.privacy-row {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.2rem;
}

.text-send {
  color: #E70011;
  font-size: 1.3rem;
}

@media (max-width: 425px) {
  .privacy-row {
    font-size: 1rem;
  } 
  .text-send {
    font-size: 1rem;
  }
}

.mb-5 {
  margin-bottom: 5rem;
}



.submit-btn {
  max-width: 460px;
  margin: 1.25rem auto 0;
  display: block;
  background: linear-gradient(90deg, #FABE00, #F57100);
  border: none;
  color: #fff;
  padding: 16px 26px;
  border-radius: 6px;
  font-weight: 700;
}

.submit-btn .arrow {
  vertical-align: middle;
  margin-left: .5rem;
}

@media (max-width: 425px) {
  .form-short {
    width: 80%;
  }
  
}

@media (max-width: 767px) {
  .form-label-cell {
    padding: .8rem;
  }
  .form-row-custom {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }
  .form-madori {
    flex-direction: column !important;
  }

  .form-short-top {
    margin-bottom: 0 !important;
  }

   .form-short-bottom {
    margin-top: 0 !important;
   }

}

/*# sourceMappingURL=style.css.map */