/* ==================================
	mv
	================================== */

.mv-wrap {
  margin-bottom: 16rem;
}

.mv-inner {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12rem;
}

.mv-title-en {
  margin-bottom: 6.4rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.024em;
}

.mv-title-jp {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.024em;
}

.mv-slider-item {
  width: 26rem;
  margin-right: 2.4rem;
  aspect-ratio: 1;
}

.mv-slider-item img {
  height: 100%;
  object-fit: cover;
}

.mv-slider {
  position: relative;
  overflow: hidden;
}

.mv-slider-list,
.mv-slider-list-sp {
  flex-wrap: nowrap;
  width: max-content;
}

.mv-slider-list-sp {
  display: none;
}

.mv-slider-list:nth-child(1) {
  animation: scroll-left 50s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 780px) {
  .mv-wrap {
    margin-bottom: 10rem;
  }

  .mv-inner {
    flex-direction: column;
    margin-bottom: 6.4rem;
  }

  .mv-title-box {
    margin-bottom: 6.4rem;
  }

  .mv-title-en {
    margin-bottom: 4rem;
    font-size: 3.75rem;
    line-height: 1.2;
  }

  .mv-title-jp {
    font-size: 1.6rem;
	letter-spacing: .16rem;
  }

  .mv-btn {
    margin: 0 auto;
  }

  .mv-slider-item {
    width: 14rem;
    margin-right: 1rem;
  }

  .mv-slider-list-sp {
    display: flex;
    margin-top: 1rem;
  }

  .mv-slider-list-sp:nth-child(2) {
    animation: scroll-right 50s linear infinite;
  }
}

/* ==================================
service
	================================== */
.service-wrap {
  padding: 16rem 0;
}

.service-title {
  margin-bottom: 80px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.024em;
}

.service-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.4rem;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item-img {
  width: 55%;
  overflow: hidden;
  aspect-ratio: 742 / 440;
}

.service-item-img img {
  height: 100%;
  object-fit: cover;
}

.service-item-contents {
  width: 40.3%;
}

.service-item-title-box {
  position: relative;
  align-items: baseline;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
}

.service-item-title-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

.service-item-title-jp {
  margin-right: 2.4rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.service-item-title-en {
  color: #886e21;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}

.service-item-text {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.022em;
  text-align: justify;
}
@media only screen and (max-width: 780px) {
  .service-wrap {
    padding: 10rem 0;
  }

  .service-title {
    margin-bottom: 6.4rem;
    font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .16rem;
  }

  .service-item {
    flex-direction: column;
  }

  .service-item-img {
    width: 100%;
    margin-bottom: 4rem;
  }

  .service-item-contents {
    width: 100%;
  }

  .service-item-title-box {
    flex-direction: column;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .service-item-title-jp {
    margin-right: 0;
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
	font-weight: 500;
  }

  .service-item-title-en {
    font-size: 1.4rem;
  }

  .service-item-text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: justify;
  }

  .service-item-text br {
    display: none;
  }

  .service-btn {
    margin: 0 auto;
  }
}

/* ==================================
	works
	================================== */
.works-wrap {
  padding: 16rem 0 12rem;
}

.works-inner {
  position: relative;
  width: 95%;
  margin-left: auto;
  padding-bottom: 12rem;
}

.works-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94.8%;
  height: 1px;
  background: #cecece;
  content: "";
}

@media only screen and (max-width: 780px) {
  .works-wrap {
    padding: 10rem 0;
  }

  .works-inner {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10rem;
  }

  .works-inner::after {
    left: -5%;
    width: 110%;
  }
}

/* ==================================
	information
	================================== */
.information-wrap {
  margin-bottom: 16rem;
}

.information-inner {
  justify-content: space-between;
}

.information-r {
  width: 72.2%;
}

.information-list {
  margin-bottom: 5.6rem;
}

.information-item {
  margin-bottom: 0.8rem;
  background: #f6f6f6;
}

.information-item a {
  position: relative;
  display: block;
  padding: 2.4rem 2.4rem 2.4rem 3.2rem;
}

.information-item:last-child {
  margin-bottom: 0;
}

.information-meta {
  align-items: center;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.information-meta span:nth-of-type(2) {
  display: block;
  width: 1px;
  height: 1.3rem;
  margin: 0 0.8rem;
  background: #000;
}

.information-title {
  font-size: 1.8rem;
  font-weight: 500;
}

.information-arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
}

.information-btn {
  margin-left: auto;
}
@media only screen and (max-width: 780px) {
  .information-wrap {
    margin-bottom: 12rem;
  }

  .information-inner {
    flex-direction: column;
  }

  .information-l {
    margin-bottom: 4.8rem;
  }

  .information-r {
    width: 100%;
  }

  .information-list {
    margin-bottom: 4.8rem;
  }

  .information-item {
    margin-bottom: 0.6rem;
  }

  .information-item a {
    padding: 2.4rem calc(1.6rem + 4.8rem + 1.6rem) 2.4rem 2.4rem;
  }

  .information-meta {
    margin-bottom: 1.2rem;
	font-size: 1.2rem;
  }

  .information-title {
    font-size: 1.4rem;
  }

  .information-arrow {
    right: 1.6rem;
  }

  .information-btn {
    margin: 0 auto;
  }
}
