.container-wide {
  width: 100% !important;
  max-width: 1872px !important;
  margin-right: auto;
  margin-left: auto;
}

.home main .home-mv .slick-slide img {
  width: 100%;
}
.home main .home-consultation > div > div:nth-child(3) h3 {
  background-color: #f2a736;
}
.home main .home-consultation > div > div:nth-child(3) ul {
  border-color: #f2a736;
}
.home main .home-consultation > div > div:nth-child(3) li::after {
  content: url("/assets/images/common/img-arrow04.png");
}
.home main .home-contents-links {
  margin: 0;
}
.home main .home-contents-links a {
  display: block;
}
.home main .home-contents-links a img {
  width: 100%;
}
.home main .home-link-buttons ul {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  font-weight: 700;
}
.home main .home-link-buttons ul li {
  width: 340px;
  max-width: 100%;
}
.home main .home-link-buttons a {
  width: 100%;
  height: 54px;
  padding: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9ad19a;
  border-radius: 27px;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
}
.home main .home-link-buttons a::after {
  content: "";
  width: 40px;
  border-radius: 50%;
  background-color: #9ad19a;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 194.254'><path fill='%23FFF' d='M110.539,263.27a11.3,11.3,0,0,0-7.3,19.635l70.255,66.239H24.842a11.3,11.3,0,1,0,0,22.606l149.017,0-70.846,66.208a11.3,11.3,0,1,0,15.436,16.52l91.5-85.5a11.3,11.3,0,0,0,.042-16.489l-91.247-86.023a11.305,11.305,0,0,0-8.2-3.188Z' transform='translate(-13.538 -263.266)'/></svg>");
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
.home main .home-link-buttons a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.home main .home-about {
  margin-top: 48px;
  padding-top: 36px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .container-wide {
    padding: 0 36px;
  }
  .home main .home-mv {
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home main .home-mv .home-mv-slider-container {
    width: min(68vw, 1216px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home main .home-mv .is-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home main .home-mv .is-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home main .home-mv .is-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .home main .home-contents-links {
    max-width: 260px;
    padding-bottom: 28px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .home main .home-contents-links ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .home main .home-contents-links ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .home main .home-consultation > div > div:nth-child(2) {
    width: 57.4%;
  }
  .home main .home-consultation > div > div:nth-child(3) {
    width: 42.6%;
  }
  .home main .home-consultation > div > div ul li a {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (max-width: 1199.98px) {
  .home main .home-mv-slider-container {
    margin-bottom: 48px;
  }
  .home main .home-contents-links {
    margin-top: 16px;
  }
  .home main .home-contents-links ul {
    gap: 16px;
  }
  .home main .home-contents-links ul li {
    margin: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575.98px) {
  .home main .home-mv-slider-container {
    margin-bottom: 36px;
  }
  .home main .home-contents-links {
    margin-top: 10px;
  }
  .home main .home-contents-links ul {
    gap: 10px;
  }
  .home main .home-contents-links.links02 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home main .home-link-buttons ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .home main .home-link-buttons a {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
  .home main .home-link-buttons a::after {
    width: 36px;
  }
}/*# sourceMappingURL=top.css.map */