@charset "UTF-8";

    /* * {
  outline: 2px solid blue;
} */


.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 400px;
  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;
  }
}



/*------------------------------------- */
/* 色
/*------------------------------------- */
.white {
  color: #FFF !important;
}
.black{
  color: #222222 !important;
}
.red {
  color: #D52424 !important;
}
.yellow {
  color: #FFC900 !important;
}
.yellow_dark {
  color: #E9B800 !important;
}


/*------------------------------------- */
/* 背景色 */
/*------------------------------------- */
.bg_black {
  background-color: #222222 !important;
}
.bg_white {
  background-color: #FFFFFF !important;
}
.bg_green {
  background-color: #0AB48D !important;
}
.bg-yellow {
  background-color: #FFC900 !important;
}
.bg_light_yellow {
  background-color: #FFF4CB !important;
}
.bg_dark_yellow {
  background-color: #E9B800 !important;
}
.bg_red {
  background-color: #D52424 !important;
}
.bg_gray {
  background-color: #999999 !important;
}
.bg_light-gray {
  background-color: #F4F3ED !important;
}
.bg_light_beige {
  background-color: #F9F7F2 !important;
}



/*------------------------------------- */
/* section01 */
/*------------------------------------- */

.section01-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ロゴ */
.section01-logo img {
  max-width: 170px;
  width: 100%;
  height: auto;
  display: block;
}

/* ボタンエリア */
.section01-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: center;
}

/* ボタン */
.section01-btn {
  background-color: #D52424;
  border-radius: 999px;
  color: #FFF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  transition: 0.3s;
  font-weight: bold;
  white-space: nowrap;
}

.section01-btn:hover {
  opacity: 0.85;
  color: #FFF;
}

.section01-btn-label {
  background-color: #FFF;
  color: #D52424;
  border-radius: 999px;
  font-size: 13px;
  padding: 4px 10px;
  line-height: 1;
  font-weight: bold;
}

.section01-btn-text {
  font-size: 20px;
  line-height: 1;
}

/* 電話 */
.section01-tel {
  text-align: right;
  white-space: nowrap;
}

.section01-tel-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}

.section01-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  text-decoration: none;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}

.section01-tel-number:hover {
  color: #000;
  opacity: 0.8;
}

.section01-tel-icon {
  font-size: 28px;
  line-height: 1;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section01-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .section01-logo {
    text-align: center;
  }

  .section01-logo img {
    max-width: 150px;
    margin: 0 auto;
  }

  .section01-links {
    width: 100%;
    flex-direction: column;
  }

  .section01-btn {
    width: 100%;
    padding: 14px 20px;
  }

  .section01-btn-text {
    font-size: 18px;
  }

  .section01-tel {
    text-align: center;
  }

  .section01-tel-text {
    font-size: 14px;
  }

  .section01-tel-number {
    font-size: 38px;
  }

  .section01-tel-icon {
    font-size: 24px;
  }

}


/*------------------------------------- */
/* section01 */
/*------------------------------------- */

.section01-logo {
  max-width: 170px;
}

/* ボタン */
.section01-btn {
  background-color: #D52424;
  border-radius: 999px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  font-weight: 700;
  height: 100%;
  transition: 0.3s;
}

.section01-btn:hover {
  color: #FFF;
  opacity: 0.85;
}

.section01-btn-label {
  background: #FFF;
  color: #D52424;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1;
}

.section01-btn-text {
  font-size: 18px;
  line-height: 1.2;
}

/* 電話 */
.section01-tel-text {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.section01-tel-number {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.section01-tel-number:hover {
  color: #000;
  opacity: 0.8;
}

.section01-tel-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.section01-tel-icon img {
  width: 43px;
  height: auto;
  display: block;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section01-btn {
    padding: 14px 16px;
  }

  .section01-btn-text {
    font-size: 16px;
  }

  .section01-tel-number {
    font-size: 30px;
  }

  .section01-tel-icon img {
    width: 34px;
  }

}


/*------------------------------------- */
/* section03 */
/*------------------------------------- */

.section03-card {
  background-color: #FFC900;
  border-radius: 28px;
  padding: 30px 20px 18px;
  position: relative;
  height: 100%;
  text-align: center;
}

.section03-rating {
  margin-bottom: 20px;
}

.section03-rating img {
  max-width: 230px;
}

/* 人物画像 */
.section03-person {
  position: relative;
  z-index: 2;
  margin-bottom: -70px;
}

.section03-person img {
  width: 170px;
  height: auto;
  border-radius: 50%;
}

/* 白ボックス */
.section03-body {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 100px 24px 30px;
  text-align: left;
  min-height: 380px;
  margin-bottom: 15px;
}

.section03-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 0;
  font-weight: 500;
}

/* ボタン */
.section03-btn {
  margin-top: 18px;
  background-color: #F4F3ED;
  border-radius: 18px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #222222;
  font-size: 22px;
  font-weight: bold;
  transition: 0.3s;
}

.section03-btn:hover {
  color: #222222;
  opacity: 0.8;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section03-card {
    padding: 24px 16px 16px;
    border-radius: 22px;
  }

  .section03-rating {
    margin-bottom: 16px;
  }

  .section03-rating img {
    max-width: 180px;
  }

  .section03-person {
    margin-bottom: -55px;
  }

  .section03-person img {
    width: 130px;
  }

  .section03-body {
    padding: 80px 18px 24px;
    min-height: auto;
    border-radius: 18px;
  }

  .section03-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .section03-btn {
    min-height: 60px;
    font-size: 20px;
    border-radius: 14px;
  }

}


#section03Slider{
  width:100%;
}

.section03-track{
  transition:.4s;
}

.section03-item{
  flex:0 0 33.333%;
  padding:0 10px;
}

.section03-card{
  /* background:#fff; */
  border-radius:20px;
  padding:24px 16px;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  height:100%;
}

.section03-rating{
  margin-bottom:16px;
}

.section03-rating img{
  max-width:160px;
}

.section03-person{
  margin-bottom:-70px;
}

.section03-person img{
  max-width:120px;
}

.section03-body{
  min-height:120px;
}

.section03-text{
  font-size:14px;
  line-height:1.8;
  margin-bottom:0;
}

.section03-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  background:#ffffff;
  color:#000;
  text-decoration:none;
  border-radius:100px;
  padding:12px;
  font-weight:bold;
}

/* 矢印 */
.section03-prev,
.section03-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border:none;
  border-radius:50%;
  background:#F9C72F;
  font-size:30px;
  line-height:1;
  z-index:10;
}

.section03-prev{
  left:0px;
}

.section03-next{
  right:0px;
}

/* SP */
@media(max-width:991.98px){

  .section03-item{
    flex:0 0 100%;
    padding:0 6px;
  }

  .section03-card{
    padding:14px 10px;
    border-radius:14px;
  }

  .section03-rating img{
    max-width:100px;
  }

  .section03-person img{
    max-width:70px;
  }

  .section03-body{
    min-height:90px;
  }

  .section03-text{
    font-size:11px;
    line-height:1.6;
  }

  .section03-btn{
    font-size:11px;
    padding:8px;
  }

  .section03-prev,
  .section03-next{
    width:34px;
    height:34px;
    font-size:20px;
  }

  .section03-prev{
    left:0px;
  }

  .section03-next{
    right:0px;
  }

}


/*------------------------------------- */
/* section04 */
/*------------------------------------- */


.section04-box {
  /* background-color: #FFC900; */
  position: relative;
  padding: 60px 0;
}

.section04-content {
  text-align: center;
}

.section04-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.section04-title {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.3;
}

.section04-title span {
  color: #000;
}

/* イラスト */
.section04-image {
  position: absolute;
  right: 0px;
  bottom: -100px;
  z-index: 10;
}

.section04-image img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

/* 下三角 */
.section04-triangle {
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 36px solid #FFC900;
}



/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section04-box {
    padding: 45px 0 30px;
  }

  .section04-content {
    padding-right: 0;
  }

  .section04-subtitle {
    font-size: 20px;
  }

  .section04-title {
    font-size: 34px;
    line-height: 1.5;
  }

  .section04-image {
    position: static;
    text-align: center;
    margin-top: 20px;
  }

  .section04-image img {
    max-width: 160px;
  }

  .section04-triangle {
    bottom: -24px;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 24px solid #FFC900;
  }

}


/*------------------------------------- */
/* section06 */
/*------------------------------------- */



/* ラベル */
.section06-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFC900;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  /* min-height: 86px; */
  padding: 10px 60px;
  border-radius: 999px;
  position: relative;
  margin-bottom: 30px;
}

.section06-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #FFC900;
}

/* タイトル */
.section06-title {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
}

.section06-title .red {
  font-size: 60px;
}

/* アイテム */
.section06-item {
  text-align: center;
}



.section06-image img {
  aspect-ratio: 1.25 / 0.88;
  object-fit: cover;
}

/* テキスト */
.section06-text {
  font-weight: 500;
  line-height: 1.6;
  color: #222222;
  margin-top: 16px;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section06-heading {
    margin-bottom: 36px;
  }

  .section06-label {
    min-height: 60px;
    padding: 0 28px;
    font-size: 18px;
    margin-bottom: 24px;
  }

  .section06-label::after {
    bottom: -12px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #FFC900;
  }

  .section06-title {
    font-size: 33px;
    line-height: 1.5;
  }

  .section06-title .red {
    font-size: 48px;
  }

  .section06-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }

}



/*------------------------------------- */
/* section07 */
/*------------------------------------- */

.section07-bg {
  background-image: url("../../assets/img/section-07-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*------------------------------------- */
/* タイトル */
/*------------------------------------- */

.section07-heading {
  margin-bottom: 50px;
}

/* ラベル */
.section07-label-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.section07-label-image {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.section07-label-image img {
  max-width: 140px;
}

.section07-label {
  background-color: #D97706;
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  padding: 16px 80px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.section07-label::before,
.section07-label::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #D97706;
}

.section07-label::before {
  left: -14px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.section07-label::after {
  right: -14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* タイトル */
.section07-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.section07-title-sub {
  color: #D52424;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.section07-title {
  font-size: 92px;
  font-weight: 900;
  line-height: 1.1;
  color: #FFF;
  text-shadow:
    0 4px 10px rgba(0,0,0,0.45),
    0 2px 0 rgba(0,0,0,0.25);
}

/*------------------------------------- */
/* CTA */
/*------------------------------------- */

.section07-contact {
  background-color: rgba(255,255,255,0.92);
  border-radius: 15px;
  padding: 38px 40px;
}

/* 電話 */
.section07-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.section07-tel-number:hover {
  color: #000;
  opacity: 0.8;
}

.section07-tel-icon {
  font-size: 64px;
  line-height: 1;
}

.section07-tel-time {
  margin-top: 16px;
  /* font-size: 30px; */
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

/* ボタン */
.section07-btn-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section07-btn {
  background-color: #FFC900;
  color: #000;
  text-decoration: none;
  /* min-height: 96px; */
  border-radius: 10px;
  /* font-size: 34px; */
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-align: center;
  padding: 10px 20px;
}

.section07-btn:hover {
  color: #000;
  opacity: 0.85;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section07-bg {
    padding: 60px 0;
  }

  .section07-heading {
    margin-bottom: 36px;
  }

  .section07-label-wrap {
    margin-bottom: 24px;
  }

  .section07-label-image {
    top: -44px;
  }

  .section07-label-image img {
    max-width: 90px;
  }

  .section07-label {
    font-size: 18px;
    padding: 12px 30px;
  }

  .section07-label::before,
  .section07-label::after {
    width: 18px;
  }

  .section07-label::before {
    left: -8px;
  }

  .section07-label::after {
    right: -8px;
  }

  .section07-title-wrap {
    gap: 10px;
  }

  .section07-title-sub {
    font-size: 28px;
  }

  .section07-title {
    font-size: 48px;
    line-height: 1.3;
  }

  .section07-contact {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .section07-tel-box {
    text-align: center;
  }

  .section07-tel-number {
    font-size: 29px;
    /* gap: 8px; */
    justify-content: center;
  }

  .section07-tel-icon {
    font-size: 20px;
  }

  .section07-tel-time {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
  }

  .section07-btn-group {
    gap: 12px;
  }

  .section07-btn {
    min-height: 68px;
    font-size: 22px;
    border-radius: 12px;
  }

}



/*------------------------------------- */
/* section09 */
/*------------------------------------- */


/* タイトル */
.section09-title {
  font-size: 84px;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}

/*------------------------------------- */
/* 画像 */
/*------------------------------------- */

.section09-image-box {
  position: relative;
}

.section09-label {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #E9B800;
}

.section09-image {
  overflow: hidden;
}

.section09-image img {
  object-fit: cover;
}

/* 矢印 */
.section09-arrow {
  text-align: center;
  color: #FFC900;
  font-size: 80px;
  line-height: 1;
  margin: -10px 0 6px;
}

/*------------------------------------- */
/* 右側 */
/*------------------------------------- */

.section09-content {
  height: 100%;
}

/* 見出し */
.section09-case-title {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.3;
  color: #E9B800;
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: 3px solid #E9B800;
}

/* テーブル */
.section09-table {
  width: 100%;
  border-collapse: collapse;
}

.section09-table tr {
  border-bottom: 1px solid #999999;
}

.section09-table th,
.section09-table td {
  padding: 24px 0;
  /* font-size: 32px; */
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
}

.section09-table th {
  width: 220px;
  font-weight: 700;
}

/* 引用 */
.section09-source {
  text-align: right;
  margin-top: 36px;
  color: #000;
}

.section09-source a {
  color: #000;
}

.section09-source a:hover {
  opacity: 0.7;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section09-title {
    font-size: 42px;
  }

  .section09-label {
    font-size: 20px;
  }

  .section09-arrow {
    font-size: 44px;
    margin: -4px 0 4px;
  }

  .section09-case-title {
    font-size: 32px;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom-width: 2px;
  }

  .section09-table th,
  .section09-table td {
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .section09-table th {
    width: 110px;
  }

  .section09-source {
    margin-top: 20px;
    font-size: 14px;
  }

}


/*------------------------------------- */
/* section08 */
/*------------------------------------- */

/* タイトル */
.section08-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
}

.section08-title-number {
  color: #D52424;
  position: relative;
  display: inline-block;
  font-size: 80px;
}

.section08-title-number::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 12px;
  background-color: #FFC900;
  z-index: -1;
}
.border-yellow{
  background: linear-gradient(transparent 70%, #FFC900 0%);
}

/*------------------------------------- */
/* カード */
/*------------------------------------- */

.section08-card {
  background-color: #FFFFFF;
  border-radius: 24px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  height: 100%;
}

/* 番号 */
.section08-number {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #000;
  color: #FFF;
  font-size: 56px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* 上部 */
.section08-head {
  background-color: #FFC900;
  border-radius: 24px 24px 0 0;
  padding: 47px 24px 20px;
  text-align: center;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section08-head-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

/* 下部 */
.section08-body {
  padding: 26px 26px 30px;
  margin-bottom: 30px;
}

.section08-image img {
  object-fit: cover;
}

.section08-text {
  font-size: 16px;
  line-height: 1.9;
  color: #222222;
  font-weight: 400;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section08-title {
    font-size: 40px;
  }

  .section08-title-number::after {
    height: 8px;
    bottom: 4px;
  }

  .section08-card {
    border-radius: 18px;
  }

  .section08-number {
    width: 60px;
    height: 60px;
    font-size: 34px;
    top: -20px;
  }

  .section08-head {
    border-radius: 18px 18px 0 0;
    padding: 50px 18px 24px;
    min-height: auto;
  }

  .section08-head-title {
    font-size: 18px;
    line-height: 1.6;
  }

  .section08-body {
    padding: 18px 18px 22px;
  }

  .section08-text {
    font-size: 16px;
    line-height: 1.8;
  }

}



/*------------------------------------- */
/* section012 */
/*------------------------------------- */

/* タイトル */
.section012-title {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
  position: relative;
  display: inline-block;
}

.section012-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 12px;
  background-color: #FFC900;
  z-index: -1;
}

/*------------------------------------- */
/* item */
/*------------------------------------- */

.section012-item {
  position: relative;
  text-align: center;
  height: 100%;
  margin-bottom: 30px;
}

/* STEP */
.section012-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  min-height: 40px;
  background-color: #FFC900;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

/* タイトル */
.section012-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-bottom: 14px;
}

/* 画像 */
.section012-image img {
  object-fit: cover;
}

/* 矢印 */
.section012-arrow {
  position: absolute;
  top: 60%;
  right: -20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  /* background-color: #000; */
  color: #000;
  font-size: 11px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/*------------------------------------- */
/* PC */
/*------------------------------------- */

@media screen and (min-width: 992px) {

  .section012-title {
    font-size: 56px;
  }

  .section012-step {
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .section012-name {
    font-size: 17px;
    margin-bottom: 18px;
    /* min-height: 72px; */
  }

}

/*------------------------------------- */
/* SP */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section012-title {
    font-size: 36px;
  }

  .section012-title::after {
    height: 8px;
    bottom: 4px;
  }

  .section012-step {
    min-width: 84px;
    min-height: 36px;
    font-size: 14px;
  }

  .section012-name {
    font-size: 15px;
    line-height: 1.5;
    min-height: auto;
    margin-bottom: 10px;
  }

}

@media screen and (min-width: 1200px) {

  /* 上段 */
  #section012 .col:nth-child(-n+5) {
    transform: translateX(-30px);
  }

  /* 下段 */
  #section012 .col:nth-child(n+6) {
    transform: translateX(30px);
  }

}


/*------------------------------------- */
/* section14 */
/*------------------------------------- */

#section14 {
  background-color: #F4F3ED;
}

/*------------------------------------- */
/* 画像 */
/*------------------------------------- */

.section14-image img {
  object-fit: cover;
}

/*------------------------------------- */
/* リスト */
/*------------------------------------- */

.section14-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.section14-list li + li {
  margin-top: 10px;
}

.section14-check {
  color: #E9B800;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  transform: translateY(2px);
}

/*------------------------------------- */
/* ボタン */
/*------------------------------------- */

.section14-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  background-color: #FFC900;
  border-radius: 14px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  transition: 0.3s;
}

.section14-btn:hover {
  opacity: 0.85;
  color: #000;
}

.section14-btn-small {
  font-size: 18px;
  margin-left: 6px;
}

/*------------------------------------- */
/* TEL */
/*------------------------------------- */

.section14-tel {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #000;
  margin-bottom: 10px;
}

.section14-tel:hover {
  color: #000;
}

.section14-tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  background-color: #000;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.section14-tel-number {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* 営業時間 */
.section14-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

/*------------------------------------- */
/* レスポンシブ */
/*------------------------------------- */

@media screen and (max-width: 991px) {

  .section14-list {
    margin-bottom: 1.5rem !important;
  }

  .section14-list li {
    gap: 10px;
    font-size: 16px;
  }

  .section14-check {
    font-size: 18px;
    transform: translateY(2px);
  }

  .section14-btn {
    min-height: 64px;
    border-radius: 10px;
    font-size: 20px;
    padding: 12px;
  }

  .section14-btn-small {
    font-size: 14px;
  }

  .section14-tel {
    gap: 10px;
    margin-bottom: 8px;
  }

  .section14-tel-icon {
    width: 54px;
    height: 54px;
    font-size: 28px;
  }

.section14-tel-number {
    font-size: 28px !important; /* スマホ画面に収まるサイズに小さく変更 */
    white-space: nowrap !important; /* 絶対に途中で改行させない指定を追加 */
  }

  .section14-info {
    font-size: 15px;
    gap: 4px 16px;
  }

}




.footer-area {
  background: #ffffff;
  border-top: 1px solid #bfbfbf;
}

.footer-logo {
  max-width: 430px;
}

.footer-company-box {
  max-width: 600px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 32px 15px 32px 40px;
}

.footer-label {
  font-weight: 700;
  color: #003b63;
  line-height: 1.6;
}

.footer-text {
  font-weight: 500;
  color: #003b63;
  line-height: 1.8;
}

/* 992未満 */
@media (max-width: 991.98px) {

  .footer-company-box {
    padding: 24px 20px;
  }

  .footer-logo {
    max-width: 320px;
  }

  .footer-label {
    font-size: 1.2rem;
  }

  .footer-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }

}


.section13-bg {
  background-image: url("../../assets/img/section-13-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section13-box {
  max-width: 586px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 20px 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}


.section13-label {
  background: #f4c400;
  color: #000;
  border-radius: 5px;
  display: inline-block;
  padding: 14px 48px;
  line-height: 1.2;
}

.section13-title {
  color: #b91d1d;
  line-height: 1.3;
}

.section13-text {
  color: #000;
  line-height: 1.3;
}

/* 992未満 */
@media (max-width: 991.98px) {

  .section13-box {
    padding: 30px 20px;
  }

  .section13-map {
    max-width: 140px;
  }

  .section13-label {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
  }

  .section13-title {
    text-align: center;
    font-size: 2rem;
  }

  .section13-text {
    text-align: center;
    font-size: 1.6rem;
  }

}





.section10-before-title,
.section10-after-title {
  color: #f4c400;
  line-height: 1.2;
}

.section10-arrow {
  width: 0;
  height: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 18px solid #f4c400;
}

.section10-title {
  color: #f4c400;
  font-size: 30px;
  border-bottom: 2px solid #f4c400;
  line-height: 1.4;
}

.section10-table {
  border-top: 1px solid #bfbfbf;
}

.section10-row {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
}

.section10-head {
  width: 160px;
  padding: 20px 12px 20px 0;
  color: #000;
  flex-shrink: 0;
}

.section10-data {
  flex: 1;
  padding: 20px 0;
  color: #000;
}

.section10-link {
  color: #000;
  text-decoration: underline;
}

/* 992未満 */
@media (max-width: 991.98px) {

  .section10-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .section10-row {
    flex-direction: column;
  }

  .section10-head {
    width: 100%;
    padding: 14px 0 6px;
  }

  .section10-data {
    padding: 0 0 14px;
  }

  .section10-arrow {
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 14px solid #f4c400;
  }

}


#section16 {
  background: #f5edc9;
}

.section16-title {
  color: #000;
  /* font-size: clamp(2.2rem, 4vw, 4.8rem); */
  line-height: 1.3;
  padding-bottom: 10px;
}

.section16-title::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #f4c400;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section16-step-label {
  background: #f4c400;
  border-radius: 6px;
  color: #000;
  display: inline-block;
  padding: 10px 22px;
  line-height: 1.2;
}

.section16-step-title {
  color: #000;
  line-height: 1.5;
  min-height: 48px;
}

.section16-card picture,
.section16-card img {
  display: block;
}

/* 992未満 */
@media (max-width: 991.98px) {

  .section16-title {
    font-size: 2rem;
  }

  .section16-title::after {
    height: 6px;
  }

  .section16-step-label {
    padding: 8px 16px;
    font-size: 1rem !important;
  }

  .section16-step-title {
    font-size: 1rem !important;
    min-height: auto;
  }

}



