@charset "UTF-8";
main::before {
  display: none;
}

.mv--main_slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mv--main_slide .swiper-slide {
  overflow: hidden; /* 割れたブラインドがはみ出んように */
}

.mv--main_slide .swiper-img {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform; /* ガタつき防止 */
}

.mv--main_slide .swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 縦割りブラインドの板 */
.mv--main_slide .blind {
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform, opacity;
  z-index: 10;
  pointer-events: none; /* クリックの邪魔をさせへん */
}

.mv {
  background: rgba(230, 230, 230, 0.7);
  position: relative;
}
.mv--main_slide {
  left: calc(50% - 5rem);
  width: 101rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mv--main_slide {
    width: 38.4rem;
    left: 50%;
  }
}
.mv--main_slide img {
  width: 100%;
}
.mv--sub_slide-top {
  position: absolute;
  top: -10rem;
  width: 35.3rem;
}
@media print, screen and (min-width: 768px) {
  .mv--sub_slide-top {
    left: 35rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv--sub_slide-top {
    top: -11.5rem;
    right: 9.5rem;
    width: 28.2rem;
  }
}
.mv--sub_slide-bottom {
  position: absolute;
  bottom: -14.4rem;
  left: 10.2rem;
  width: 29.3rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mv--sub_slide-bottom {
    width: 23.3rem;
    left: -5rem;
    bottom: 18.6rem;
  }
}
.mv--txt {
  position: absolute;
  top: 30.3rem;
  left: 19.8rem;
  width: 110rem;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .mv--txt {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mv--txt {
    top: 20rem;
    left: 7.8rem;
    width: calc(100% - 15.6rem);
    margin: 0;
  }
}
.mv--txt .mv-js-point {
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.3s;
}
.mv--txt .mv-js-point.view {
  opacity: 1;
  transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  .mv--txt figure img {
    margin: 0 0 2.8rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv--txt figure img {
    margin-bottom: 2.7rem;
    width: 51.8rem;
  }
}
.mv--txt figure h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .mv--txt figure h1 {
    font-size: 6.84rem;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
    margin-bottom: 4rem;
  }
}
.mv--txt figure h1 span {
  color: #28A5EB;
}
.mv--txt figure small {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  .mv--txt figure small {
    margin-left: 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv--txt figure small {
    font-size: 2.4rem;
    margin-left: 0.1em;
    line-height: 1.8;
  }
}
.mv--order {
  position: absolute;
  right: 3rem;
  bottom: -2.1rem;
  z-index: 2;
  width: 48rem;
  height: 10rem;
  background: #fff;
  border: 2px solid #28A5EB;
  border-radius: 2rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(2rem);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .mv--order {
    width: 67.2rem;
    height: 14rem;
    right: 0;
    bottom: -0.4rem;
    left: 0;
    margin: auto;
    border-radius: 3rem;
  }
}
.mv--order.view {
  opacity: 1;
  transform: translateY(0);
}
.mv--order p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000; /* 元文字色 */
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  top: -25%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv--order p {
    font-size: 3.6rem;
  }
}
.mv--order p::before, .mv--order p::after {
  content: "";
  width: 2.4rem;
  height: 3rem;
  display: block;
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .mv--order p::before, .mv--order p::after {
    width: 3rem;
    height: 4rem;
  }
}
.mv--order p::before {
  background: url("../img/common/text-accent-left.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .mv--order p::before {
    margin-right: 2rem;
  }
}
.mv--order p::after {
  background: url("../img/common/text-accent-right.svg") no-repeat center/cover;
}
.mv--order a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 1px solid #000;
  width: 42rem;
  line-height: 5rem;
  color: #fff;
  border-radius: 5rem;
  margin: 2.5rem auto 0;
  transition: 0.3s;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .mv--order a {
    font-size: 2.6rem;
    width: 58.8rem;
    line-height: 7rem;
    margin: 3.7rem auto 0;
  }
}
.mv--order a span {
  font-size: 1.5rem;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .mv--order a span {
    font-size: 2.1rem;
  }
}
.mv--order a::before {
  content: "";
  background: url("../img/common/order-icon-white.svg") no-repeat center/cover;
  width: 3rem;
  height: 2.4rem;
  display: block;
  margin-right: 1.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .mv--order a::before {
    width: 4.2rem;
    height: 3.4rem;
    margin-right: 2rem;
  }
}
.mv--order a:hover {
  background: #fff;
  color: #000;
}
.mv--order a:hover::before {
  background: url("../img/common/order-icon-black.svg") no-repeat center/cover;
}
.mv .scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  /* 線のアニメーション */
}
.mv .scroll p {
  font-family: "Lato", sans-serif;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mv .scroll::after {
  content: "";
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  width: 1px;
  height: 8rem;
  background: #000;
  margin: auto;
  display: block;
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mv .scroll {
    display: none;
  }
}

.news {
  position: relative;
  background: rgba(240, 240, 240, 0.7);
  padding: 15rem 0 12.4rem;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 13.8rem 0 15rem;
  }
}
.news::before {
  content: "";
  background: rgba(220, 220, 220, 0.8);
  -webkit-clip-path: polygon(0 0, 87.4% 0%, 100% 64%, 93.1% 100%, 0 100%);
          clip-path: polygon(0 0, 87.4% 0%, 100% 64%, 93.1% 100%, 0 100%);
  position: absolute;
  top: 0;
  right: calc(50% - 19.7rem);
  bottom: 0;
  width: 115.6rem;
}
@media only screen and (max-width: 767px) {
  .news::before {
    -webkit-clip-path: polygon(0 0, 91.6% 0%, 100% 32.5%, 82.6% 100%, 0 100%);
            clip-path: polygon(0 0, 91.6% 0%, 100% 32.5%, 82.6% 100%, 0 100%);
    right: calc(50% - 15.7rem);
  }
}
.news .inner {
  position: relative;
}
.news .important-news {
  width: 100rem;
  margin: 0 auto 12rem;
  background: #fff;
  border-radius: 4rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .news .important-news {
    display: flex;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .news .important-news {
    width: 60.7rem;
    margin: 0 auto 10rem;
    border-radius: 6rem;
  }
}
.news .important-news .title {
  background: #f14b4b;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  align-content: center;
}
@media print, screen and (min-width: 768px) {
  .news .important-news .title {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .news .important-news .title {
    height: 10rem;
    line-height: 10rem;
    font-size: 3.3rem;
  }
}
.news .important-news .content {
  padding: 2rem 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .news .important-news .content {
    width: calc(100% - 25rem);
  }
  .news .important-news .content .single {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .news .important-news .content {
    padding: 3.4rem 4rem 3rem;
  }
  .news .important-news .content .single {
    margin-bottom: 2rem;
  }
}
.news .important-news .content .single:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .news .important-news .content .single:not(:last-of-type) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.news .important-news .content time {
  color: #f14b4b;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 2.6rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .news .important-news .content time {
    font-size: 2.6rem;
    margin: 0 0 1rem;
    display: block;
  }
}
.news .important-news .content a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  width: calc(100% - 9rem);
  padding-right: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .news .important-news .content a {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .news .important-news .content a {
    line-height: 1.7;
    width: 100%;
    display: block;
  }
}
.news .important-news .content a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #f14b4b;
  border-right: 2px solid #f14b4b;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .news .important-news .content a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.news .important-news .content a:hover::after {
  right: -0.5rem;
}
.news--content {
  width: 110rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news--content {
    width: 68.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--content .section-ttl {
    padding: 14.4rem 0 0 5.7rem;
  }
}
.news--content .section-ttl img {
  width: 89.7rem;
}
@media only screen and (max-width: 767px) {
  .news--content .section-ttl img {
    width: 47.4rem;
    margin-left: 0.8rem;
  }
}
.news--content__top {
  position: relative;
}
.news--content__top .link-btn {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
}
.news--content__list {
  background: #fff;
  padding: 3.8rem 5rem 3.4rem;
}
@media only screen and (max-width: 767px) {
  .news--content__list {
    padding: 4.9rem 4rem 4.6rem;
  }
}
.news--content__list .single {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .news--content__list .single {
    flex-wrap: wrap;
  }
}
.news--content__list .single:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
  margin-bottom: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .news--content__list .single:not(:last-of-type) {
    padding-bottom: 4.5rem;
    margin-bottom: 4.1rem;
  }
}
.news--content__list .single time {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .news--content__list .single time {
    display: block;
    font-size: 2.6rem;
    margin-right: 4.5rem;
  }
}
.news--content__list .single p.category {
  width: 10rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #000;
  margin-right: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .news--content__list .single p.category {
    width: 17.5rem;
    line-height: 3.675rem;
    border-width: 2px;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.news--content__list .single h3 {
  width: calc(100% - 30.6rem);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .news--content__list .single h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--content__list .single h3 {
    width: 100%;
    margin-top: 2rem;
  }
}
.news--content__list .single h3 a {
  display: block;
  padding-right: 2rem;
  position: relative;
}
.news--content__list .single h3 a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .news--content__list .single h3 a::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news--content__list .single h3 a::after {
    line-height: 1.714;
    font-size: 2.8rem;
    top: 1.7rem;
    width: 1.4rem;
    height: 1.4rem;
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
  }
}
.news--content__list .single h3 a:hover::after {
  right: -0.5rem;
}

.about {
  background: no-repeat center top/cover;
  background-image: url("../img/top/about-bg.jpg");
  background-image: -webkit-image-set(url("../img/top/about-bg.webp") type("image/webp"), url("../img/top/about-bg.jpg") type("image/jpeg"));
  background-image: image-set(url("../img/top/about-bg.webp") type("image/webp"), url("../img/top/about-bg.jpg") type("image/jpeg"));
  padding: 14.4rem 0 42rem;
  margin-bottom: -28rem;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 11.9rem);
  bottom: 0;
  width: 107.7rem;
  background: no-repeat top right/cover;
  background-image: url("../img/top/about-mask.png");
  background-image: -webkit-image-set(url("../img/top/about-mask.webp") type("image/webp"), url("../img/top/about-mask.png") type("image/webp"));
  background-image: image-set(url("../img/top/about-mask.webp") type("image/webp"), url("../img/top/about-mask.png") type("image/webp"));
}
@media only screen and (max-width: 767px) {
  .about::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about {
    background: no-repeat top right/120%;
    background-image: url("../img/top/sp/about-bg.jpg");
    background-image: -webkit-image-set(url("../img/top/sp/about-bg.webp") type("image/webp"), url("../img/top/sp/about-bg.jpg") type("image/webp"));
    background-image: image-set(url("../img/top/sp/about-bg.webp") type("image/webp"), url("../img/top/sp/about-bg.jpg") type("image/webp"));
    padding: 15rem 0 40rem;
    margin-bottom: -25rem;
  }
}
.about .inner {
  width: 120rem;
  padding: 0 0 0 5rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about .inner {
    width: 100%;
    padding: 0 0 0 8rem;
  }
}
.about .section-ttl {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .about .section-ttl {
    padding-top: 14rem;
    margin-bottom: 4rem;
  }
}
.about .section-ttl img {
  width: 102.5rem;
}
@media only screen and (max-width: 767px) {
  .about .section-ttl img {
    width: 51.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about--content {
    display: flex;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .about--text {
    width: 55rem;
  }
}
.about--text * {
  color: #fff;
}
.about--text h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.656;
  margin-bottom: 2.6rem;
}
@media print, screen and (min-width: 768px) {
  .about--text h3 {
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .about--text h3 {
    font-size: 4.2rem;
    line-height: 1.61;
    margin-bottom: 3.8rem;
  }
}
.about--text p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-bottom: 4rem;
  letter-spacing: 0.115em;
}
@media only screen and (max-width: 767px) {
  .about--text p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--text p {
    width: 60.7rem;
    line-height: 1.714;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--text .link-btn {
    width: 43.7rem;
  }
  .about--text .link-btn a {
    width: 100%;
  }
}
.about--content__image {
  width: 49.3rem;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .about--content__image {
    position: relative;
    top: -1.4rem;
    right: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .about--content__image {
    width: 39.3rem;
    margin: 4.9rem 0 0 10.8rem;
  }
}

.business {
  padding: 15rem 0 13.7rem;
  position: relative;
  background: #fff;
  border-radius: 0 30rem 0 0;
}
@media only screen and (max-width: 767px) {
  .business {
    border-radius: 0 25rem 0 0;
    padding: 15rem 0;
  }
}
.business::before {
  content: "";
  background: url("../img/top/section-bg3.svg") no-repeat top right/cover;
  width: 88.6rem;
  height: 188.6rem;
  position: absolute;
  top: 0;
  right: calc(50% + 7.4rem);
}
@media only screen and (max-width: 767px) {
  .business::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .business .section-ttl {
    width: 60.7rem;
    margin: 0 auto 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business .section-ttl img {
    width: 60.7rem;
  }
}
.business__top {
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .business__top {
    width: 110rem;
  }
}
.business__top .link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .business__top .link-btn {
    display: none;
  }
}
.business--content {
  gap: 3.2rem;
  position: relative;
  width: 153.5rem;
  margin: 0 auto 9.7rem;
}
@media print, screen and (min-width: 768px) {
  .business--content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .business--content {
    width: 69rem;
    margin: 0 auto 10.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business--content .single {
    width: 49.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .business--content .single:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
.business--content .single .thumb {
  position: relative;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .business--content .single .thumb {
    width: 61rem;
    margin: 0 auto 3rem;
  }
}
.business--content .single .thumb h3 {
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .business--content .single .thumb h3 {
    font-size: 4.2rem;
    left: 5rem;
    bottom: -0.4rem;
  }
}
.business--content .single figcaption p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.125;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .business--content .single figcaption p {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business--content .single figcaption p {
    width: 39rem;
    margin: 0 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .business--content .single figcaption p {
    line-height: 1.714;
  }
}
@media only screen and (max-width: 767px) {
  .business--content .link-btn {
    width: 43.8rem;
    margin: 4.7rem auto 0;
  }
  .business--content .link-btn a {
    width: 100%;
  }
}
.business--item h3 {
  text-align: center;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .business--item h3 {
    padding-left: 2rem;
  }
}
.business--item h3 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding: 0 2.5rem 1.4rem 0.8rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .business--item h3 span {
    font-size: 4.7rem;
    padding: 0 3.3rem 1.5rem 0.8rem;
  }
}
.business--item h3 span::after {
  content: "";
  background: url("../img/top/business-item-ttl.svg") no-repeat bottom right/cover;
  width: 25.2rem;
  height: 3.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .business--item h3 span::after {
    width: 32.7rem;
    height: 4.5rem;
  }
}
.business .business-slide-wrapper {
  overflow: hidden;
  width: 100%;
}
.business .business-slide {
  display: flex;
  gap: 32px; /* スライド間隔 */
  -webkit-animation: slideInfinite 25s linear infinite;
          animation: slideInfinite 25s linear infinite;
}
@media only screen and (max-width: 767px) {
  .business .business-slide {
    gap: 22px;
  }
}
.business .business-slide .slick-track {
  display: flex !important;
  transition-timing-function: linear !important;
}
.business .business-slide .slide-item {
  margin-right: 32px; /* スライド間隔 */
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .business .business-slide .slide-item {
    margin-right: 22px;
  }
}
.business .business-slide img {
  width: 100%;
  display: block;
}
.business .slide-item {
  max-width: 27.2rem; /* 1スライドの幅 */
  flex-shrink: 0;
  text-align: center;
}
.business .slide-item:nth-of-type(odd) .thumb::before {
  content: "";
  width: 20rem;
  height: 20rem;
  background: #28A5EB;
  border-radius: 20rem;
  position: absolute;
}
.business .slide-item:nth-of-type(1) .thumb::before, .business .slide-item:nth-of-type(9) .thumb::before, .business .slide-item:nth-of-type(17) .thumb::before {
  bottom: 1rem;
  left: 0;
}
.business .slide-item:nth-of-type(3) .thumb::before, .business .slide-item:nth-of-type(11) .thumb::before, .business .slide-item:nth-of-type(19) .thumb::before {
  right: 0;
  bottom: 0;
}
.business .slide-item:nth-of-type(5) .thumb::before, .business .slide-item:nth-of-type(13) .thumb::before, .business .slide-item:nth-of-type(21) .thumb::before {
  right: 0;
  top: 0;
}
.business .slide-item:nth-of-type(7) .thumb::before, .business .slide-item:nth-of-type(15) .thumb::before, .business .slide-item:nth-of-type(23) .thumb::before {
  left: 0;
  top: 0;
}
.business .slide-item:nth-of-type(even) {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .business .slide-item:nth-of-type(even) {
    margin-top: 5rem;
  }
}
.business .slide-item figure .thumb {
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .business .slide-item figure .thumb {
    margin-bottom: 1rem;
  }
}
.business .slide-item figure img {
  border-radius: 25.2rem;
  position: relative;
}
.business .slide-item figure figcaption h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .business .slide-item figure figcaption h4 {
    font-size: 3.5rem;
  }
}

/* スライドの動き等速 */
.business--slide {
  /* 画像のサイズ調整 */
}
.business--slide .swiper-wrapper {
  transition-timing-function: linear;
}
.business--slide .swiper-slide img {
  height: auto;
  width: 100%;
}