.js-fadeinTxt {
  opacity: 0;
}

@media (min-width: 1300px) {
  .heading01 {
    margin-left: 0;
  }
}

.mv {
  background: url(../img/mv_bg-sp.png) no-repeat center top/100% auto;
  margin: clamp(71px, 9.2013888889vw, 106px) 0 clamp(50px, 10.4166666667vw, 120px);
  padding: 15px 20px 0;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .mv {
    background-image: url(../img/mv_bg.png);
    background-size: auto 80%;
    padding: 40px 30px 0;
  }
}
@media (min-width: 1200px) {
  .mv {
    margin-top: 109px;
    padding: 80px 40px 0;
  }
}
.mv-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mv-svg:not(.active) {
  border-right: none;
}
.mv-svg__en {
  font-size: clamp(28px, 8vw, 40px);
  height: 1em;
}
@media (min-width: 768px) {
  .mv-svg__en {
    font-size: clamp(60px, 6.666vw, 120px);
  }
}
.mv-svg__en + .mv-svg__en {
  margin-top: 0.2em;
}
.mv-svg__en:has(.js-typewriter__blink) {
  position: relative;
}
.mv-svg__en__svg {
  display: block;
  height: 1em;
}
.mv-svg__ja {
  align-items: center;
  display: flex;
  font-size: clamp(14px, 3.7333vw, 20px);
  gap: 0.75em;
  height: 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .mv-svg__ja {
    font-size: clamp(30px, 2.11111vw, 38px);
  }
}
.mv-svg__ja::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  opacity: 0.5;
  position: static;
}
.mv-svg__ja.line::after {
  -webkit-animation-name: mv-line;
          animation-name: mv-line;
}
.mv-svg__ja__svg {
  display: block;
  flex-shrink: 0;
  height: 1em;
}
.mv-entry {
  aspect-ratio: 334/146;
  border-radius: 10px 0 10px 0;
  display: grid;
  margin-top: 50px;
  overflow: hidden;
  place-items: center;
}
@media (min-width: 1024px) {
  .mv-entry {
    aspect-ratio: auto;
    border-radius: 15px 0 15px 0;
    gap: 20px;
    margin: 50px auto 0;
    width: min(80%, 1200px);
  }
}
.mv-entry__bg {
  grid-area: 1/1;
  transition: 0.5s;
  width: 100%;
}
@media (min-width: 1024px) {
  .mv-entry__bg {
    grid-area: 1/1/4/2;
    height: 100%;
  }
}
.mv-entry__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mv-entry:hover .mv-entry__bg {
  transform: scale(1.1);
}
.mv-entry__title, .mv-entry__txt {
  position: relative;
}
@media (max-width: 1023px) {
  .mv-entry__title, .mv-entry__txt {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mv-entry__title {
    grid-area: 1/1/2/2;
    margin: 3rem auto 0;
    width: 348px;
  }
}
@media (min-width: 1024px) {
  .mv-entry__txt {
    font-size: 18px;
    font-weight: 700;
    grid-area: 2/1/3/2;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.mv-entry__btn {
  align-items: center;
  background: rgba(199, 22, 29, 0.7);
  border-radius: 5px;
  grid-area: 1/1;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 16px 60px;
  position: relative;
}
@media (min-width: 1024px) {
  .mv-entry__btn {
    grid-area: 3/1/4/2;
    margin-bottom: 3rem;
    padding: 50px 190px;
  }
}
@media (min-width: 1200px) {
  .mv-entry__btn {
    background: rgba(199, 22, 29, 0.7);
    border: 1px solid #c7161d;
    font-size: 22px;
    overflow: hidden;
    position: relative;
    transition: ease 0.2s;
  }
  .mv-entry__btn::before {
    background: rgba(199, 22, 29, 0.85);
    content: "";
    display: block;
    height: 100%;
    left: -130%;
    position: absolute;
    transform: skewX(-25deg);
    width: 120%;
  }
  .mv-entry__btn:hover {
    opacity: 1;
  }
  .mv-entry__btn:hover::before {
    -webkit-animation: skewanime 0.5s forwards;
            animation: skewanime 0.5s forwards;
  }
  .mv-entry__btn:hover img {
    -webkit-animation: handHopping 0.5s ease-in-out alternate backwards;
            animation: handHopping 0.5s ease-in-out alternate backwards;
  }
  .mv-entry__btn span, .mv-entry__btn img {
    position: relative;
    z-index: 1;
  }
  .mv-entry__btn img {
    transform: translateY(0);
  }
}
.mv-entry__btn img {
  margin: 0;
  width: 20px;
}
@media (min-width: 767px) {
  .mv-entry__btn img {
    width: 33px;
  }
}
.mv-entry__btn__arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 0;
  display: grid;
  height: 22px;
  margin: auto;
  place-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  width: 22px;
}
@media (min-width: 1200px) {
  .mv-entry__btn__arrow {
    height: 60px;
    width: 60px;
  }
}
.mv-entry__btn__arrow::after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  -webkit-mask: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
          mask: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
  width: 10px;
}
@media (min-width: 1200px) {
  .mv-entry__btn__arrow::after {
    height: 8px;
    width: 20px;
  }
}
.mv-entry__btn:hover .mv-entry__btn__arrow {
  background: rgba(255, 255, 255, 0.4);
}
.mv-entry__btn:hover .mv-entry__btn__arrow::after {
  -webkit-animation: arrowToRight 0.8s forwards;
          animation: arrowToRight 0.8s forwards;
}

.about {
  padding-bottom: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
  z-index: 2;
}
.about-deco__01 {
  background: url(../img/about_deco01-sp.png) no-repeat left top/contain;
  height: 100%;
  left: 0;
  top: clamp(-163px, -14.1493055556vw, -160px);
  width: 100%;
}
@media (min-width: 768px) {
  .about-deco__01 {
    background: url(../img/about_deco01-pc.png) no-repeat center/100% auto;
    height: 150%;
    top: -70%;
  }
}
.about-deco__02 {
  background: url(../img/about_deco02-sp.png) no-repeat center/contain;
  height: 167px;
  left: 27px;
  position: absolute;
  top: 66%;
  width: 53px;
}
@media (min-width: 768px) {
  .about-deco__02 {
    display: none;
  }
}

.about__inner {
  width: min(100%, 1720px);
  padding: 0 clamp(20px, 3.4722222222vw, 40px);
  margin: 0 auto;
  position: relative;
}

.about__contents {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .about__contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: clamp(110.5px, 19.1840277778vw, 221px);
         column-gap: clamp(110.5px, 19.1840277778vw, 221px);
  }
}

@media (min-width: 768px) {
  .about-article {
    margin-top: 30px;
  }
}

.about__text {
  letter-spacing: clamp(1.5px, 0.1736111111vw, 2px);
}
@media (min-width: 768px) {
  .about__text {
    flex: 1 1;
  }
}
.about__text.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}

.about-more {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .about-more {
    gap: 18px;
    margin-right: 30px;
  }
}
.about-more__txt {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-more__txt {
    font-size: 18px;
  }
}
.about-more__icon {
  border: 1px solid #c7161d;
  border-radius: 50%;
  display: grid;
  height: 50px;
  place-items: center;
  width: 50px;
}
@media (min-width: 768px) {
  .about-more__icon {
    height: 120px;
    width: 120px;
  }
}
.about-more__icon::before {
  background: rgba(199, 22, 29, 0.18);
  border-radius: 50%;
  content: "";
  display: block;
  grid-area: 1/1;
  height: 66%;
  transition: 0.5s;
  width: 66%;
}
.about-more:hover .about-more__icon::before {
  background: rgba(199, 22, 29, 0.25);
  height: 100%;
  width: 100%;
}
.about-more__icon::after {
  background: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  grid-area: 1/1;
  height: 8px;
  width: 19px;
}
@media (min-width: 768px) {
  .about-more__icon::after {
    height: 16px;
    width: 38px;
  }
}
.about-more.active {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.about-more:hover {
  opacity: 1;
}

.service {
  padding-bottom: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
.service::before {
  background: linear-gradient(180deg, rgba(111, 46, 46, 0) 0%, rgba(111, 46, 46, 0.82) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 150%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .service::before {
    height: 114%;
  }
}
@media (min-width: 1200px) {
  .service::before {
    height: 123%;
  }
}
.service-deco {
  background: url(../img/service_deco-sp.png) no-repeat center/contain;
  height: 273px;
  position: absolute;
  right: 9px;
  top: 21%;
  width: 54px;
  z-index: 0;
}
@media (min-width: 768px) {
  .service-deco {
    background: url(../img/service_deco-pc.png) no-repeat center top/100% auto;
    height: 179%;
    top: -20%;
    width: 100%;
  }
}

.service__inner {
  width: min(100%, 1720px);
  padding: 0 clamp(20px, 3.4722222222vw, 40px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.service__title {
  margin-bottom: clamp(33px, 6.9444444444vw, 80px);
}
@media (max-width: 767px) {
  .service__title {
    width: 63.285%;
  }
}
@media (min-width: 768px) {
  .service__title {
    width: clamp(247px, 42.8819444444vw, 494px);
  }
}

@media (min-width: 768px) {
  .service__image__area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: clamp(38px, 6.5972222222vw, 76px);
         column-gap: clamp(38px, 6.5972222222vw, 76px);
    padding-right: clamp(18.5px, 3.2118055556vw, 37px);
    padding-left: clamp(18.5px, 3.2118055556vw, 37px);
  }
}
@media (min-width: 768px) {
  .service__image__area::before, .service__image__area::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/img_service.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(41.5px, 7.2048611111vw, 83px);
    aspect-ratio: 83/43;
    left: 50%;
    margin-left: clamp(-41.5px, -3.6024305556vw, -20.75px);
  }
}
.service__image__area::before {
  top: 0;
}
.service__image__area::after {
  bottom: 0;
  transform: rotateX(180deg);
}

.service__image {
  opacity: 0;
  position: relative;
}
@media (min-width: 768px) {
  .service__image {
    flex: 1 1 50%;
    padding-top: clamp(18.5px, 3.2118055556vw, 37px);
    padding-bottom: clamp(21.5px, 3.7326388889vw, 43px);
  }
}
@media (min-width: 768px) {
  .service__image::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/img_service_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(21px, 3.6458333333vw, 42px);
    aspect-ratio: 42/43;
  }
}
.service__image picture {
  border-top-left-radius: clamp(8px, 1.7361111111vw, 20px);
  border-bottom-right-radius: clamp(8px, 1.7361111111vw, 20px);
  display: block;
  overflow: hidden;
}
.service__image img {
  transition: 0.4s;
}
.service__image:hover img {
  transform: scale(1.1);
}
.service__image__txt {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: clamp(1.8rem, 1.4666666667rem + 0.6666666667vw, 2.4rem);
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: clamp(2px, 0.2604166667vw, 3px);
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: clamp(8px, 1.7361111111vw, 20px);
  padding-top: clamp(9.5px, 1.6493055556vw, 19px);
  padding-right: clamp(20px, 3.125vw, 36px);
  padding-bottom: clamp(9.5px, 1.6493055556vw, 19px);
  padding-left: clamp(20px, 3.125vw, 36px);
}
@media (min-width: 1024px) {
  .service__image__txt {
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    bottom: clamp(21.5px, 3.7326388889vw, 43px);
    display: flex;
    justify-content: space-between;
    padding-top: clamp(25px, 3.90625vw, 45px);
    padding-bottom: clamp(10px, 2.1701388889vw, 25px);
  }
}
@media (max-width: 1023px) {
  .service__image__txt__arrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .service__image__txt__arrow {
    border: 1px solid #fff;
    border-radius: 50%;
    display: grid;
    flex-shrink: 0;
    height: 60px;
    place-items: center;
    transition: 0.4s;
    width: 60px;
  }
  .service__image__txt__arrow::after {
    background: #fff;
    content: "";
    display: block;
    height: 9px;
    -webkit-mask: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
            mask: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
    width: 22px;
  }
}
.service__image:hover .service__image__txt__arrow {
  background: rgba(255, 255, 255, 0.4);
}
.service__image:hover .service__image__txt__arrow::after {
  -webkit-animation: arrowToRight 0.8s forwards;
          animation: arrowToRight 0.8s forwards;
}
@media (max-width: 767px) {
  .service__image:nth-last-of-type(n+2) {
    margin-bottom: clamp(20px, 3.4722222222vw, 40px);
  }
}
@media (min-width: 768px) {
  .service__image:nth-of-type(1)::after {
    bottom: 0;
    left: clamp(-37px, -3.2118055556vw, -18.5px);
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .service__image:nth-of-type(2)::after {
    top: 0;
    right: clamp(-37px, -3.2118055556vw, -18.5px);
  }
}

.service.active .service__image:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.service.active .service__image:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}

.news {
  overflow: hidden;
  padding-bottom: clamp(60px, 8.6805555556vw, 100px);
  padding-top: clamp(60px, 13.8888888889vw, 160px);
  position: relative;
}
.news-deco {
  background: url(../img/news_deco-sp.png) no-repeat center top/100% auto;
  height: 130%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 100%;
}
@media (min-width: 768px) {
  .news-deco {
    background: url(../img/news_deco-pc.png) no-repeat center top/100% auto;
    height: 160%;
    top: 2%;
  }
}
.news__inner {
  width: min(100%, 1720px);
  padding: 0 clamp(20px, 3.4722222222vw, 40px);
  margin: 0 auto;
}
.news-slider {
  opacity: 0;
  position: relative;
}
@media (max-width: 767px) {
  .news-slider-wrapper {
    flex-direction: column;
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .news-slider-control {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-slider-control {
    bottom: calc(100% + 40px);
    display: flex;
    gap: 20px;
    position: absolute;
    right: clamp(18.5px, 3.2118055556vw, 37px);
  }
}
.news-slider__prev, .news-slider__next {
  border: 1px solid #c7161d;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  height: 60px;
  place-items: center;
  transition: 0.4s;
  width: 60px;
}
.news-slider__prev::after, .news-slider__next::after {
  background: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 9px;
  width: 22px;
}
.news-slider__prev:hover, .news-slider__next:hover {
  background: rgba(199, 22, 29, 0.4);
}
.news-slider__prev:hover::after, .news-slider__next:hover::after {
  -webkit-animation: arrowToRight 0.8s forwards;
          animation: arrowToRight 0.8s forwards;
}
.news-slider__prev {
  transform: scale(-1, 1);
}
.news.active .news-slider {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}