@charset "UTF-8";
.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../asset/img/bg-sub.png");
}

@supports (background-image: url(../../asset/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../asset/img/bg-sub.webp);
  }
}
.background-k_bg {
  background: url("../../asset/img/y_k_bg01.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/y_k_bg01.webp)) {
  .background-k_bg {
    background-image: url(../../asset/img/y_k_bg01.webp);
  }
}
.background-e_bg {
  background: url("../../asset/img/y_e_bg01.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/y_e_bg01.webp)) {
  .background-e_bg {
    background-image: url(../../asset/img/y_e_bg01.webp);
  }
}
.background-b_bg {
  background: url("../../asset/img/y_b_bg01.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/y_b_bg01.webp)) {
  .background-b_bg {
    background-image: url(../../asset/img/y_b_bg01.webp);
  }
}
.background-d_bg {
  background: url("../../asset/img/y_d_bg01.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../asset/img/y_b_bg01.webp)) {
  .background-b_bg {
    background-image: url(../../asset/img/y_b_bg01.webp);
  }
}
/* 背景 */
/*位置*/
/*高さ*/
/*幅*/
/*ボーダー*/
.border-green {
  border: 2px solid #2ec4b6;
}

.border-orange_dashed {
  border-top: 2px dashed #ffd600;
}

.border-black_dashed {
  border-bottom: 1px dashed #222;
}

@media screen and (max-width: 991px) {
  .border-yellow_solid {
    border-bottom: 1px solid #ffd600;
  }
}
/*シャドウ*/
.marker_yellow {
  background: linear-gradient(transparent 50%, #FBDB0C 50%);
}

.border-radius-43 {
  border-radius: 43px;
}

.border-radius-38 {
  border-radius: 0 0 38px 38px;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
} /*※この親にdisplay:flex;を指定する*/
.box-child-text {
  flex-grow: 1;
}

.bg-fv {
  background-size: cover;
  background-position: 33% 100%;
  background-repeat: no-repeat;
  height: 375px;
  z-index: 0;
  background-image: url(../../asset/img/fv-img.png);
}

@supports (background-image: url(../../asset/img/fv-img.webp)) {
  .bg-fv {
    background-image: url(../../asset/img/fv-img.webp);
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    height: 480px;
  }
  .fv-title {
    height: 350px;
  }
  .w-sm-85 {
    width: 85% !important;
    margin: 0 auto;
  }
}
.fv-title {
  height: 250px;
}

.z-99 {
  z-index: 99 !important;
}

.top-90 {
  top: 90%;
}

.text-shadow-white {
  text-shadow: 0px 5px 10px #ffffff;
}

.text-shadow-white_2 {
  text-shadow: #ffffff 1px 0 10px;
}

.border-blue-thick {
  border: 5px solid #5D8FFB;
}

.border-blue-thick th,
.border-blue-thick td {
  border: 5px solid #5D8FFB;
}

.border-green-thick {
  border: 5px solid #2AC572;
}

.border-green-thick th,
.border-green-thick td {
  border: 5px solid #2AC572;
}

/* 折りたたみ時：下向き白矢印 */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* 展開時：上向き白矢印 */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
}

/* アコーディオン矢印（開いていない時） */
.accordion-button::after {
  filter: brightness(0) invert(1);
}

/* アコーディオン矢印（開いている時） */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .w-md-85 {
    width: 75% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto;
  }
  .f-sm-12 {
    font-size: 12px;
  }
}
.title-title01 {
  background-image: url("../../asset/img/y_k_title01.png");
  max-width: 1000px;
  height: 165px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-title01 {
  background-image: url("../img/y_k_title01.webp");
}

.title-s_title01 {
  background-image: url("../../asset/img/y_s_title01.png");
  max-width: 950px;
  height: 160px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-s_title01 {
  background-image: url("../img/y_s_title01.webp");
}

.title-i_title01 {
  background-image: url("../../asset/img/y_i_title01.png");
  max-width: 950px;
  height: 130px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-i_title01 {
  background-image: url("../img/y_i_title01.webp");
}

.title-e_title01 {
  background-image: url("../../asset/img/y_e_title01.png");
  max-width: 850px;
  height: 170px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-e_title01 {
  background-image: url("../img/y_e_title01.webp");
}

.title-b_title01 {
  background-image: url("../../asset/img/y_b_title01.png");
  max-width: 750px;
  height: 140px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-b_title01 {
  background-image: url("../img/y_b_title01.webp");
}

.title-d_title01 {
  background-image: url("../../asset/img/y_d_title01.png");
  max-width: 700px;
  height: 140px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-d_title01 {
  background-image: url("../img/y_d_title01.webp");
}

.title-h_title01 {
  background-image: url("../../asset/img/y_h_title01.png");
  max-width: 700px;
  height: 200px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-h_title01 {
  background-image: url("../img/y_h_title01.webp");
}

.title-s2_title01 {
  background-image: url("../../asset/img/y_s2_title01.png");
  max-width: 630px;
  height: 180px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-s2_title01 {
  background-image: url("../img/y_s2_title01.webp");
}

.title-q_title01 {
  background-image: url("../../asset/img/y_q_title01.png");
  max-width: 500px;
  height: 180px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.webp .title-q_title01 {
  background-image: url("../img/y_q_title01.webp");
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}/*# sourceMappingURL=style.css.map */