@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body {
  color: #333;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.hp_spNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  position: relative;
  z-index: 10;
  height: 9.375vw;
}

.bl_header_logo {
  position: relative;
  z-index: 10;
  width: 14.0625vw;
}

/*----------- fv -----------*/
.ly_fv {
  background: url(../img/sp_fv_background.jpg) no-repeat top center/contain, #33c073;
  padding: 0 0 10.9375vw;
}

.bl_fv_conts {
  text-align: center;
  padding: 2.34375vw 0 0;
}

.bl_fv_ttl {
  margin-bottom: 1.5625vw;
}
.bl_fv_ttl span {
  font-weight: bold;
}
.bl_fv_ttlTopTxt {
  position: relative;
  display: block;
  font-size: 5vw;
  color: #fff;
  letter-spacing: 0.3125vw;
  border-top: #fff solid 0.4vw;
  border-bottom: #fff solid 0.4vw;
  background: rgba(81,97,88,0.3);
  margin-bottom: 3.125vw;
  padding: 4.6875vw 0 2.5vw;
}
.bl_fv_ttlTopTxt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.03125vw solid transparent;
  border-left: 2.03125vw solid transparent;
  border-top: 1.25vw solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -1.65vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bl_fv_ttlBox01 {
  display: inline-block;
  vertical-align: top;
  font-size: 6.5625vw;
  border: #fff solid 0.4vw;
  margin-right: 1.40625vw;
  padding: 1.25vw 1.25vw 0.9375vw;
  letter-spacing: -0.15625vw;
  line-height: 1.0;
}
.bl_fv_ttlBox02 {
  display: inline-block;
  vertical-align: top;
  font-size: 5.625vw;
  border: #fff solid 0.4vw;
  margin: 0 1.40625vw;
  padding: 1.5625vw 1.875vw 1.5625vw 2.1875vw;
  letter-spacing: 0.3125vw;
  line-height: 1.0;
}
.bl_fv_ttlColor {
  font-size: 6.09375vw;
  color: #f2e720;
  margin: 0 0.78125vw;
}
.bl_fv_ttlInner {
  display: block;
  margin-top: 3.125vw;
}
.bl_fv_ttlDots {
  font-size: 5.9375vw;
  letter-spacing: 0;
  background-image: radial-gradient(circle at center, #f2e720 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 2.5vw;
}
.bl_fv_ttlWhite {
  font-size: 6.875vw;
  letter-spacing: -0.15625vw;
  color: #408a62;
  background: #fff;
  margin: 0 1.5625vw 0 1.875vw;
  padding: 1.25vw 1.5625vw 0.78125vw 1.5625vw;
}
.bl_fv_ttlLastLetter {
  font-size: 5vw;
}
.bl_fv_ttlBottomTxt {
  display: block;
  font-size: 7.1874vw;
  color: #fff;
  letter-spacing: 0.3125vw;
}
.bl_fv_ttlBigWhite {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12.5vw;
  color: #408a62;
  background: #fff;
  line-height: 1.0;
  letter-spacing: 0;
  padding: 1.71875vw 1.5625vw 1.25vw;
}
.el_fv_ttlBetweenLetter {
  display: inline-block;
  vertical-align: 0.9vw;
  font-size: 6.25vw;
  line-height: 1.0;
  margin: 0 0.3125vw 0 1.875vw;
}
.bl_fv_ttlBigColor {
  display: inline-block;
  vertical-align: bottom;
  font-size: 13.4375vw;
  color: #f2e720;
  line-height: 1.0;
}

.bl_fv_img {
  width: 66.875vw;
  margin: 0 auto;
}

.bl_fv_point {
  margin: 1.5625vw auto 0;
  width: 87.34375vw;
}

.bl_fv_form {
  width: 87.5vw;
  margin: 6.25vw auto 0;
  background: #fff;
  border-radius: 3.125vw;
  padding: 4.6875vw;
  -webkit-box-shadow: 0 1.5625vw 1.5625vw rgba(0, 176, 80, .5);
          box-shadow: 0 1.5625vw 1.5625vw rgba(0, 176, 80, .5);
}

.bl_fv_form h3{
  font-size: 5.625vw;
  font-weight: bold;
  text-align: center;
  color: #00b050;
}

.bl_fv_form h3 span{
  width: 14.375vw;
  background: #00b050;
  color: #ffffff;
  font-size: 5.625vw;
  font-weight: bold;
  border-radius: 4.125vw;
  padding: 0.938vw 3.125vw;
  margin: 0 0.781vw 0 0;
}

/*----------- problem -----------*/
.ly_problem {
  padding: 12.1875vw 0 37.5vw;
  background: linear-gradient(220deg, #eaf9ef 0%, #f9fae3 100%);
}

.bl_problem_ttl {
  width: 57.1875vw;
  margin: 0 auto 4.375vw;
}
.bl_problem_ttl span {
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.46875vw;
  line-height: 1.0;
  margin-top: 2.8125vw;
  text-align: center;
}
.bl_problem_ttl span sub {
  font-size: 3.75vw;
  font-weight: bold;
}

.bl_problem_list {
  margin-top: 3.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.125vw;
  position: relative;
  z-index: 20;
}
.bl_problem_list li {
  width: 42.1875vw;
  height: 37.5vw;
  background: #fff;
  border-radius: 3.125vw;
  box-shadow: 0 0 1.5625vw 0 rgba(0, 74, 34, 0.1);
}
.bl_problem_list li:nth-of-type(1) .bl_problem_item dt {
  width: 14.0625vw;
}
.bl_problem_list li:nth-of-type(2) .bl_problem_item dt {
  width: 20.9375vw;
}
.bl_problem_list li:nth-of-type(3) .bl_problem_item dt {
  width: 22.03125vw;
}
.bl_problem_list li:nth-of-type(4) .bl_problem_item dt {
  width: 17.1875vw;
}
.bl_problem_list li:nth-of-type(5) .bl_problem_item dt {
  width: 16.71875vw;
}
.bl_problem_item {}
.bl_problem_item dt {
  height: 19.6875vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bl_problem_item dd {
  font-size: 3.4375vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.bl_problem_item dd span {
  color: #00b050;
}

/*----------- feature -----------*/
.ly_feature {
  position: relative;
  background: url(../img/common_pattern_gray.png) center/20.3125vw;
  padding: 0 0 6.25vw;
}

.bl_feature_inner {
  position: relative;
}
.bl_feature_inner::before {
  content: "";
  background: url(../img/common_feature_deco.png) no-repeat center/contain;
  width: 11.40625vw;
  height: 128.28125vw;
  position: absolute;
  top: 3.125vw;
  left: 3.125vw;
}

.bl_feature_ttl {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
}

.bl_feature_list {
  position: relative;
  z-index: 10;
  width: 78.125vw;
  top: -5.78125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_feature_list li {
  background: #fff;
  border-radius: 3.125vw;
  padding: 3.75vw 4.6875vw 5vw;
  -webkit-box-shadow: 0 0 3.125vw rgba(0, 176, 80, .2);
          box-shadow: 0 0 3.125vw rgba(0, 176, 80, .2);
}
.bl_feature_list li + li {
  margin-top: 3.75vw;
}
.bl_feature_list li:nth-of-type(1) .bl_feature_img {
  width: 29.375vw;
}
.bl_feature_list li:nth-of-type(2) .bl_feature_img {
  width: 23.28125vw;
}
.bl_feature_list li:nth-of-type(3) .bl_feature_img {
  width: 26.09375vw;
}
.bl_feature_list li:nth-of-type(4) .bl_feature_img {
  width: 27.96874vw;
}
.bl_feature_img {
  margin: 0 auto 3.125vw;
}
.bl_feature_subTtl {
  height: 12.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bl_feature_subTtl img {
  width: 13.125vw;
}
.bl_feature_subTtlTxt {
  font-size: 4.375vw;
  font-weight: bold;
  color: #00b050;
  line-height: 1.35;
  margin-left: 2.5vw;
  padding-top: 0.625vw;
}

.bl_feature_txt {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  margin-top: 1.875vw;
}
.bl_feature_txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(0, #fff87d));
  background: linear-gradient(transparent 15%, #fff87d 0);
}

/*----------- merit -----------*/
.ly_merit {
  padding: 12.8125vw 0 22.65625vw;
  position: relative;
  z-index: 1;
}
.ly_merit::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#00af50), to(#ffffd8));
  background: linear-gradient(to bottom, #00af50 0%, #ffffd8 100%);
  width: calc(50% - 6.25vw);
  height: calc(100% - 12.5vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 15.625vw 0;
}
.ly_merit::after {
  content: "";
  background: url(../img/sp_merit_title_image.png) no-repeat center/contain;
  width: 41.71875vw;
  height: 40.78125vw;
  position: absolute;
  top: -7.8125vw;
  right: 6.25vw;
}

.bl_merit_ttl {
  width: 43.75vw;
  margin-left: 6.25vw;
}

.bl_merit_list {
  width: 87.5vw;
  margin: 9.375vw auto 0;
}
.bl_merit_list li {
  background: #fff;
  border-radius: 7.8125vw 0 0 0;
  -webkit-box-shadow: 0 0 3.125vw rgba(0, 176, 80, .2);
          box-shadow: 0 0 3.125vw rgba(0, 176, 80, .2);
  padding: 0 4.6875vw 4.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.bl_merit_list li + li {
  margin-top: 7.8125vw;
}

.bl_merit_conts {
  margin-top: -1.875vw;
}

.bl_merit_catch {
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
  color: #00af50;
  margin-top: 1.875vw;
}

.bl_merit_txt {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  margin-top: 1.25vw;
}
.bl_merit_txt span {
  color: #00af50;
  font-weight: bold;
}

.bl_merit_img {
  position: relative;
  top: -4.6875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_merit_img figcaption {
  font-size: 2.5vw;
  font-weight: 500;
  margin-top: 0.9375vw;
  text-align: right;
}

.bl_merit_imgBtn {
  cursor: pointer;
}

.bl_merit_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

.bl_merit_modal.is_active {
  display: block;
}

.bl_merit_modalImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 145.3125vw;
  width: 95%;
  aspect-ratio: 930/675;
  z-index: 100;
  border: solid 0.46875vw #00af50;
  padding: 10.9375vw 0;
  background: #fff;
}
.bl_merit_modalImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bl_merit_modalClose {
  position: absolute;
  top: -0.46875vw;
  right: 0;
  width: 9.375vw;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.bl_merit_info {
  margin-top: 9.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_merit_infoConts {
  display: contents;
}

.bl_merit_infoImg {
  width: 46.875vw;
  margin: 4.21875vw auto 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.bl_merit_infoTtl {
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #00af50;
}
.bl_merit_infoTtl span {
  line-height: 1;
  padding: 0 1.09375vw;
  border: solid 0.15625vw #00af50;
  background: #fff;
  margin-inline: 0.78125vw;
}

.bl_merit_infoTxt {
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.3571428571;
  color: #00af50;
  margin-top: 1.5625vw;
}

.bl_merit_infoBtn {
  width: 78.125vw;
  text-align: center;
  margin-top: 2.34375vw;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.bl_merit_infoBtn a {
  border-radius: 50vmax;
  background: url(../img/sp_button_arrow.png) no-repeat center right 4.6875vw/1.875vw 2.8125vw, #f2e720;
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 2.65625vw 0;
  display: block;
}

/*----------- strengths -----------*/
.ly_strengths {
  padding: 14.0625vw 0 20.625vw;
  background: linear-gradient(130deg, #eaf9ef 0%, #f9fae3 100%);
  position: relative;
  z-index: 1;
}
.ly_strengths::before {
  content: "";
  background: url(../img/sp_strengths_background_deco.png) no-repeat top center/cover;
  width: 100%;
  height: 47.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bl_strengths_ttl {
  width: 69.6875vw;
  margin: 0 auto;
}
.bl_strengths_ttl span {
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.46875vw;
  line-height: 1.0;
  margin-top: 2.8125vw;
  text-align: center;
}
.bl_strengths_ttl span sub {
  font-size: 3.75vw;
  font-weight: bold;
}

.bl_strengths_img {
  margin: 6.25vw 0 0 4.21875vw;
  overflow-x: scroll;
}
.bl_strengths_img img {
  width: 138.4375vw;
  max-inline-size: none;
}

.scroll-hint-icon {
  background: url(../img/sp_scene_scroll.png) no-repeat center/contain;
  width: 39.0625vw;
  height: 39.0625vw;
  top: 22.8125vw;
  left: 26.25vw;
}
.scroll-hint-icon::before, .scroll-hint-icon::after {
  display: none;
}

.scroll-hint-text {
  display: none;
}

/*----------- works -----------*/
.ly_works {
  position: relative;
  z-index: 1;
  padding: 21.875vw 0 28.125vw;
}
.ly_works::before, .ly_works::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
}
.ly_works::before {
  background: url(../img/sp_works_background_top.png) no-repeat center/contain;
  top: 0;
  right: 0;
  height: 98.4375vw;
}
.ly_works::after {
  background: url(../img/sp_works_background_bottom.png) no-repeat center/contain;
  bottom: 0;
  left: 0;
  height: 106.25vw;
}

.bl_works_ttl {
  width: 42.1875vw;
  margin: 0 auto;
}
.bl_works_ttl span {
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.46875vw;
  line-height: 1.0;
  margin-top: 2.8125vw;
  text-align: center;
}

.bl_works_slider {
  width: 87.5vw;
  margin: 7.03125vw auto 0;
}

.bl_works_inner {
  background-image: -moz-linear-gradient( -50deg, rgb(242,240,71) 0%, rgb(0,175,80) 100%);
  background-image: -webkit-linear-gradient( -50deg, rgb(242,240,71) 0%, rgb(0,175,80) 100%);
  background-image: -ms-linear-gradient( -50deg, rgb(242,240,71) 0%, rgb(0,175,80) 100%);
  width: 100%;
  height: 137.5vw;
  margin: 0 auto;
  padding: 4.6875vw 4.6875vw 0;
  border-radius: 7.5vw 0 0 0;
}
.bl_works_subTtl {
  position: relative;
  margin-bottom: 3.125vw;
}
.el_works_ttlImg01 {
  width: 18.125vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.el_works_ttlImg02 {
  width: 15.625vw;
  position: absolute;
  top: -0.3125vw;
  left: 0;
  z-index: 1;
}
.el_works_ttlImg03 {
  width: 15.78125vw;
  position: absolute;
  top: -0.3125vw;
  left: 0;
  z-index: 1;
}
.bl_works_subTtlInner {
  position: relative;
  margin-left: 4.0625vw;
}
.bl_works_subTtlInner.__01 {
  width: 75vw;
  height: 21.5625vw;
  background: url(../img/sp_works_01_titlebg.png) no-repeat;
  background-size: 100% 100%;
}
.bl_works_subTtlInner.__02 {
  width: 75vw;
  height: 14.6875vw;
  background: url(../img/sp_works_02_titlebg.png) no-repeat;
  background-size: 100% 100%;
}
.bl_works_subTtlInner.__03 {
  width: 75vw;
  height: 14.6875vw;
  background: url(../img/sp_works_03_titlebg.png) no-repeat;
  background-size: 100% 100%;
}
.el_works_number {
  position: absolute;
  top: 0;
  left: 0;
}
.bl_works_subTtlTopTxt {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #00af50;
  font-feature-settings: "palt";
  letter-spacing: 0.390625vw;
  padding: 0.625vw 0 0 16.5625vw;
}
.bl_works_subTtlTopTxt.__01 {
  line-height: 6.5625vw;
}
.bl_works_subTtlTopTxt.__02 {
  line-height: 6.25vw;
}
.bl_works_subTtlTopTxt.__03 {
  line-height: 6.25vw;
}
.bl_works_subTtlBottomTxt {
  font-size: 3.4375vw;
  font-weight: bold;
  color: #00af50;
  line-height: 1.0;
  font-feature-settings: "palt";
  letter-spacing: 0.390625vw;
  padding: 1.875vw 0 0 16.5625vw;
}
.bl_works_innerBox {
  position: relative;
  }
.bl_works_innerBox::after {
  content: "";
  width: 22.65625vw;
  height: 12.65625vw;
  background: url(../img/sp_works_arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  bottom: -5.9375vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bl_works_txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 20.3125vw;
  padding-left: 1.40625vw;
  border-radius: 3.125vw;
  background: #fff;
  z-index: 3;
}
.bl_works_txtBox.__right {
  height: 23.4375vw;
  margin-top: 1.5625vw;
  z-index: 1;
}
.bl_works_txtBox.__bottom {
  display: block !important;
  width: 100%;
  height: auto;
  padding: 0 1.40625vw 3.75vw;
}
.bl_works_txtBox dt {
  width: 12.65625vw;
  height: 12.65625vw;
  margin-right: 3.4375vw;
  padding-top: 4.6875vw;
  font-size: 3.4375vw;
  font-weight: bold;
  letter-spacing: 0.3125vw;
  line-height: 1.0;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-image: -moz-linear-gradient( -45deg, rgb(63,153,114) 0%, rgb(82,187,111) 100%, rgb(20,168,59) 100%, rgb(182,220,255) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(63,153,114) 0%, rgb(82,187,111) 100%, rgb(20,168,59) 100%, rgb(182,220,255) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(63,153,114) 0%, rgb(82,187,111) 100%, rgb(20,168,59) 100%, rgb(182,220,255) 100%);
}
.bl_works_txtBox dd {
  width: 56.25vw;
  font-size: 3.4375vw;
  line-height: 1.45;
  letter-spacing: 0.3125vw;
  font-feature-settings: "palt";
}
.bl_works_txtBox.__bottom dd {
  width: 68.75vw;
  margin: 0 auto;
  letter-spacing: 0.15625vw;
}
.bl_works_bottomBox {
  position: relative;
  width: 100%;
  margin-top: 3.125vw;
  border-radius: 3.125vw;
  background: #fff;
}
.bl_works_bottomBox.__01 .bl_works_txtBox.__bottom {
  padding-top: 9.84375vw;
}
.bl_works_bottomBox.__01 .bl_works_txtBox.__bottom dt {
  margin-bottom: 9.6875vw;
}
.bl_works_bottomBox.__02 .bl_works_txtBox.__bottom {
  padding-top: 6.875vw;
}
.bl_works_bottomBox.__02 .bl_works_txtBox.__bottom dt {
  margin-bottom: 4.6875vw;
}
.bl_works_bottomBox.__03 .bl_works_txtBox.__bottom {
  padding-top: 7.03125vw;
}
.bl_works_bottomBox.__03 .bl_works_txtBox.__bottom dt {
  margin-bottom: 6.5625vw;
}
.el_works_graphImg01 {
  width: 52.65625vw;
  position: absolute;
  top: 2.65625vw;
  right: 7.5vw;
  z-index: 3;
}
.el_works_graphImg02 {
  width: 53.4375vw;
  position: absolute;
  top: 4.375vw;
  right: 7.5vw;
  z-index: 3;
}
.el_works_graphImg03 {
  width: 52.5vw;
  position: absolute;
  top: 1.5625vw;
  right: 7.5vw;
  z-index: 3;
}

/*----------- splide -----------*/
.splide__arrows button {
  width: 20.3125vw;
  height: 1.5625vw;
  border: none;
  position: absolute;
  top: auto;
  bottom: -6.25vw;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 0;
  z-index: 10;
  opacity: 1;
  background: url(../img/sp_arrow.png) no-repeat center/contain;
}
.splide__arrows button svg {
  fill: none;
}
.splide__arrows button.splide__arrow--prev {
  left: 4.6875vw;
}
.splide__arrows button.splide__arrow--next {
  -webkit-transform: translateY(0) scale(-1, 1);
          transform: translateY(0) scale(-1, 1);
  right: 4.6875vw;
}

.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -6.5625vw;
}

.splide__pagination__page {
  width: 1.5625vw;
  height: 1.5625vw;
  background: #c6c6c6;
  border: none;
  margin: 0 1.40625vw;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background: #00af50;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*----------- support -----------*/
.ly_support {
  background: url(../img/common_pattern_gray.png) center/20.3125vw;
  padding: 12.5vw 0 0;
}

.bl_support_ttl img {
  width: 55.78125vw;
  margin: 0 auto;
}
.bl_support_ttl span {
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.46875vw;
  line-height: 1.0;
  margin-top: 2.8125vw;
  text-align: center;
}

.bl_support_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.90625vw;
  margin: 6.25vw auto 0;
}
.bl_support_list li {
  background: #fff;
  border-radius: 3.125vw;
  padding: 0 4.6875vw 6.25vw;
}

.bl_support_icon {
  width: 32.8125vw;
  margin: 0 auto;
}

.bl_support_catch {
  text-align: center;
  color: #00b050;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
}

.bl_support_txt {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  margin-top: 1.5625vw;
}

.bl_support_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-column-gap: 3.125vw;
     -moz-column-gap: 3.125vw;
          column-gap: 3.125vw;
  margin-top: 3.125vw;
  position: relative;
  padding-bottom: 46.09375vw;
}

.bl_support_infoImg {
  width: 53.28125vw;
  position: absolute;
  bottom: -7.8125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_support_infoConts {
  padding-top: 12.5vw;
}

.bl_support_infoTtl {
  text-align: center;
}
.bl_support_infoTtl span {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #00b050;
  line-height: 1;
  padding: 0.9375vw 1.875vw;
  background: #00af50;
  color: #f2e720;
  display: inline-block;
}
.bl_support_infoTtl span + span {
  margin-top: 1.5625vw;
}

.bl_support_infoTxt {
  font-size: 4.0625vw;
  font-weight: bold;
  margin-top: 2.03125vw;
  text-align: center;
}

.bl_support_infoBtn {
  width: 78.125vw;
  text-align: center;
  margin: 2.8125vw auto 0;
}
.bl_support_infoBtn a {
  border-radius: 50vmax;
  background: url(../img/sp_button_arrow.png) no-repeat center right 4.6875vw/1.875vw 2.8125vw, #f2e720;
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 2.65625vw 0;
  display: block;
}

.bl_support_slider {
  margin: 7.8125vw 0 0 6.25vw;
}
.bl_support_slider .splide__slide {
  width: 56.25vw !important;
  margin-right: 4.6875vw !important;
}
.bl_support_slider .splide__arrows button {
  bottom: -5.3125vw;
}
.bl_support_slider .splide__arrows button.splide__arrow--next {
  right: 10.9375vw;
}
.bl_support_slider .splide__pagination {
  margin-right: 5.9375vw;
  bottom: -5.9375vw;
}
.bl_support_slider.splide .bl_support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

/*----------- faq -----------*/
.ly_faq {
  padding: 25vw 0 21.09375vw;
}

.bl_faq_ttl img {
  width: 22.34375vw;
  margin: 0 auto;
}
.bl_faq_ttl span {
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.46875vw;
  line-height: 1.0;
  margin-top: 2.8125vw;
  text-align: center;
}

.bl_faq_list {
  margin: 6.875vw auto 0;
  width: 87.5vw;
}
.bl_faq_list li {
  border: solid 0.3125vw #00af50;
  background: #00af50;
}
.bl_faq_list li + li {
  margin-top: 3.125vw;
}

.bl_faq_q {
  min-height: 11.875vw;
  font-size: 3.4375vw;
  font-weight: bold;
  line-height: 1.4545454545;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
  padding: 2.03125vw 6.25vw 2.03125vw 2.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.125vw;
     -moz-column-gap: 3.125vw;
          column-gap: 3.125vw;
  cursor: pointer;
}
.bl_faq_q::before {
  content: "";
  background: url(../img/common_faq_q.png) no-repeat center/contain;
  width: 3.125vw;
  height: 4.6875vw;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_faq_q::after {
  content: "";
  background: url(../img/common_faq_arrow.png) no-repeat center/contain;
  width: 1.875vw;
  height: 1.25vw;
  position: absolute;
  right: 2.8125vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_faq_q.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.bl_faq_conts {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.bl_faq_contsInner {
  background: url(../img/common_pattern_white.png) center/20.3125vw;
  padding: 3.90625vw;
}

.bl_faq_a {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
.bl_faq_a span {
  font-weight: bold;
  color: #00af50;
}

/*----------- footer -----------*/
.ly_footer {
  background: #f1f1f1;
  padding: 8.28125vw 0 0;
}

.bl_footer_top {
  width: 87.5vw;
  margin: 0 auto;
}

.bl_footer_logo {
  margin-top: 0.9375vw;
  width: 14.0625vw;
}

.bl_footer_conts {
  margin-top: 3.90625vw;
}

.bl_footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
.bl_footer_info dt, .bl_footer_info dd {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
.bl_footer_info dt {
  font-weight: bold;
  width: 10.9375vw;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.bl_footer_info + .bl_footer_info {
  margin-top: 5vw;
}

.bl_footer_copyright {
  color: #fff;
  font-size: 2.8125vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 7.8125vw;
  background: #333;
  display: block;
  text-align: center;
  margin-top: 8.75vw;
}

/*----------- fixed -----------*/
.ly_fixed {
  padding: 3.125vw 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 90;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_fixed_btn {
  width: 78.125vw;
  margin: 0 auto;
  text-align: center;
}
.bl_fixed_btn a {
  border-radius: 50vmax;
  background: url(../img/sp_button_arrow.png) no-repeat center right 4.6875vw/1.875vw 2.8125vw, #f2e720;
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 2.65625vw 0;
  display: block;
}
/*# sourceMappingURL=top_sp.css.map */
