@charset "UTF-8";
/* ------------------------------------------------------------
■ 下層ページ 共通
------------------------------------------------------------ */
.firstview {
  width: 100%;
  padding: 230px 0 200px;
  background-color: #F3EFE6;
}
@media (max-width: 1023px) {
  .firstview {
    padding: 108px 0 71px;
  }
}
.firstview.p-b-narrow {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .firstview.p-b-narrow {
    padding-bottom: 40px;
  }
}
.firstview .firstview__inner {
  width: clamp(1px, 75%, 1440px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .firstview .firstview__inner {
    width: clamp(320px, 94.6666666667%, 500px);
  }
}
.firstview .firstview__inner .firstview__title {
  color: #383630;
}
.firstview .firstview__inner .firstview__title .firstview__title-ja {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .firstview .firstview__inner .firstview__title .firstview__title-ja {
    font-size: 1.6rem;
  }
}
.firstview .firstview__inner .firstview__title .firstview__title-en {
  display: block;
  font-size: clamp(10rem, 9.7222222222vw, 14rem);
  line-height: 1.221;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .firstview .firstview__inner .firstview__title .firstview__title-en {
    font-size: 5rem;
    line-height: 1.04;
    margin-top: 2px;
  }
}
.firstview .firstview__inner .firstview__img {
  width: 100%;
  margin-top: 20px;
}

.sec__title--black {
  color: #FFFFFF;
  background-color: #383630;
}
.sec__title .sec__title-en {
  font-size: 6rem;
  line-height: 1.2166666667;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .sec__title .sec__title-en {
    font-size: 3.4rem;
    line-height: 1.2352941176;
  }
}
.sec__title .sec__title-ja {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 48px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .sec__title .sec__title-ja {
    font-size: 1.6rem;
    line-height: 1.688;
    padding-bottom: 28px;
  }
}
.sec__title .sec__title-ja::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--dot-color);
  border-radius: 50%;
}

.firstview {
  position: relative;
}
.firstview .firstview__text-slider {
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  font-size: 14rem;
  line-height: 1.2214285714;
  color: #F8F6F2;
  mix-blend-mode: multiply;
}
@media (max-width: 1023px) {
  .firstview .firstview__text-slider {
    font-size: 5rem;
    line-height: 1.22;
  }
}
.firstview .firstview__text-slider .text-slider__text {
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .firstview .firstview__text-slider .text-slider__text {
    padding-right: 15px;
  }
}
.firstview .firstview__text-slider .text-slider__text.a-loop {
  animation-duration: 40s;
}

.about {
  width: 100%;
  color: #383630;
  background-color: #FFFFFF;
  padding: 236px 0 200px;
}
@media (max-width: 1023px) {
  .about {
    padding: 110px 0 93px;
  }
}
.about .about__title {
  position: relative;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .about .about__title {
    padding-bottom: 28px;
  }
}
.about .about__title::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--dot-color);
  border-radius: 50%;
}
.about .about__title .about__title-en {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.217;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .about .about__title .about__title-en {
    font-size: 3.4rem;
    line-height: 1.235;
  }
}
.about .about__title .about__title-ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .about .about__title .about__title-ja {
    font-size: 1.6rem;
  }
}
.about .about__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.111;
  letter-spacing: 0.1em;
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 1023px) {
  .about .about__lead {
    width: clamp(320px, 90.6666666667vw, 504px);
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 53px auto 0;
  }
}
.about .about__columns {
  width: clamp(990px, 89.8666666667vw, 1348px);
  display: flex;
  justify-content: center;
  column-gap: clamp(40px, 4.5333333333vw, 68px);
  margin: 90px auto 0;
}
@media (max-width: 1023px) {
  .about .about__columns {
    width: clamp(320px, 94.6666666667vw, 500px);
    flex-direction: column;
    column-gap: 0;
    row-gap: 73px;
    margin-top: 73px;
  }
}
.about .about__columns .about__item {
  width: clamp(450px, 47.4777448071%, 640px);
}
@media (max-width: 1023px) {
  .about .about__columns .about__item {
    width: 100%;
  }
}
.about .about__columns .about__item .about__img {
  width: 100%;
}
.about .about__columns .about__item .about__content .about__subtitle {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.708;
  letter-spacing: 0;
  padding-left: 28px;
  margin-top: 21.5px;
}
@media (max-width: 1023px) {
  .about .about__columns .about__item .about__content .about__subtitle {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 18px;
    margin-top: 23.5px;
  }
}
.about .about__columns .about__item .about__content .about__subtitle::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20.5px;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--dot-color);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .about .about__columns .about__item .about__content .about__subtitle::before {
    top: 16px;
  }
}
.about .about__columns .about__item .about__content .about__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 28px;
  margin-top: 7.5px;
}
@media (max-width: 1023px) {
  .about .about__columns .about__item .about__content .about__text {
    line-height: 1.875;
    padding-left: 18px;
  }
}

.introduction {
  width: 100%;
  color: #383630;
  background-color: #FFFFFF;
}
.introduction .introduction__inner {
  width: 100%;
  background-color: #F3EFE6;
  border-radius: 200px 200px 0px 0px;
  padding: 200px 0;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner {
    border-radius: 60px 60px 0px 0px;
    padding: 100px 0;
  }
}
.introduction .introduction__inner .introduction__wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .introduction__wrap {
    width: 89.8666666667%;
    display: block;
    margin: auto;
  }
}
.introduction .introduction__inner .introduction__wrap .introduction__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .introduction__wrap .introduction__title {
    font-size: 2rem;
    line-height: 37px;
  }
}
.introduction .introduction__inner .introduction__wrap .introduction__title .introduction__title-en {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .introduction__wrap .introduction__title .introduction__title-en {
    font-size: 3rem;
    padding-right: 6px;
  }
}
.introduction .introduction__inner .introduction__wrap .introduction__lead {
  width: clamp(1px, 54vw, 810px);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-left: 11.8666666667%;
}
@media (max-width: 1300px) {
  .introduction .introduction__inner .introduction__wrap .introduction__lead {
    margin-left: 6.1538461538vw;
  }
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .introduction__wrap .introduction__lead {
    width: 100%;
    line-height: 1.875;
    margin-left: 0;
    margin-top: 17px;
  }
}
.introduction .introduction__inner .swiper--introduction {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .swiper--introduction {
    margin-top: 60px;
  }
}
.introduction .introduction__inner .swiper--introduction .swiper-wrapper {
  transition-timing-function: linear;
}
.introduction .introduction__inner .swiper--introduction .swiper-wrapper .swiper-slide {
  width: 41.6666666667%;
}
.introduction .introduction__inner .swiper--introduction .swiper__btn {
  width: 120px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc((100% - 48px) / 2);
  z-index: 10;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .swiper--introduction .swiper__btn {
    display: none;
  }
}
.introduction .introduction__inner .swiper--introduction .swiper__btn .u-arrow-right,
.introduction .introduction__inner .swiper--introduction .swiper__btn .u-arrow-left {
  width: 28px;
  height: 4px;
  border-radius: 2px;
}
.introduction .introduction__inner .swiper--introduction .swiper__btn .u-arrow-right::before, .introduction .introduction__inner .swiper--introduction .swiper__btn .u-arrow-right::after,
.introduction .introduction__inner .swiper--introduction .swiper__btn .u-arrow-left::before,
.introduction .introduction__inner .swiper--introduction .swiper__btn .u-arrow-left::after {
  width: 16px;
  height: 100%;
  top: calc(50% - 2px);
  border-radius: 2px;
}
.introduction .introduction__inner .swiper--introduction .swiper__btn.swiper-btn-prev {
  left: 0;
  transform: translate(50%, -50%);
}
.introduction .introduction__inner .swiper--introduction .swiper__btn.swiper-btn-next {
  right: 0;
  transform: translate(-50%, -50%);
}
.introduction .introduction__inner .swiper--introduction .swiper-pagination {
  height: 14px;
  position: relative;
  inset: 0;
  margin-top: 34px;
}
@media (max-width: 1023px) {
  .introduction .introduction__inner .swiper--introduction .swiper-pagination {
    display: none;
  }
}
.introduction .introduction__inner .swiper--introduction .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0 20px;
}
.introduction .introduction__inner .swiper--introduction .swiper-pagination-bullet-active {
  background-color: #FF720B;
}

.history {
  width: 100%;
  background-color: #F3EFE6;
}
.history .history__inner {
  padding-bottom: 200px;
}
.history .history__inner .history__title {
  color: #FFFFFF;
  background-color: #383630;
  padding: 150px 0;
}
.history .history__inner .history__title .history__title-en {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.217;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .history .history__inner .history__title .history__title-en {
    font-size: 3.4rem;
    line-height: 1.235;
  }
}
.history .history__inner .history__title .history__title-ja {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 48px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__title .history__title-ja {
    font-size: 1.6rem;
    line-height: 1.688;
    padding-bottom: 28px;
  }
}
.history .history__inner .history__title .history__title-ja::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--dot-color);
  border-radius: 50%;
}
.history .history__inner .history__timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 70px;
  position: relative;
  color: #383630;
  padding: 80px 0 111px;
  margin: 200px auto 0;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline {
    width: clamp(320px, 96.2666666667%, 650px);
    align-items: flex-start;
    row-gap: 63px;
    padding: 16px 0 111px;
    margin: 83px auto 0;
  }
}
.history .history__inner .history__timeline::before {
  content: "";
  width: 16px;
  height: calc(100% - 70px);
  position: absolute;
  top: 0;
  background-color: #D7D3CA;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline::before {
    width: 8px;
    height: calc(100% - 49px);
    left: 9.5px;
  }
}
.history .history__inner .history__timeline::after {
  content: "";
  width: 17px;
  height: 70px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  background-image: radial-gradient(circle, #D7D3CA 0 8.5px, transparent 8.5px);
  background-size: 17px 23px;
  background-position: center bottom;
  background-repeat: repeat-y;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline::after {
    width: 10px;
    height: 49px;
    left: 9px;
    background-image: radial-gradient(circle, #D7D3CA 0 5px, transparent 5px);
    background-size: 10px 16px;
  }
}
.history .history__inner .history__timeline .history__item {
  width: clamp(1px, 45.472972973vw, 673px);
  position: relative;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item {
    width: 100%;
  }
}
.history .history__inner .history__timeline .history__item:nth-child(odd) {
  text-align: right;
  transform: translateX(-50%);
  padding-right: 72px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item:nth-child(odd) {
    width: 100%;
    text-align: left;
    transform: none;
    padding-right: 0;
    padding-left: 47px;
  }
}
.history .history__inner .history__timeline .history__item:nth-child(even) {
  transform: translateX(50%);
  padding-left: 72px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item:nth-child(even) {
    transform: none;
    padding-left: 47px;
  }
}
.history .history__inner .history__timeline .history__item .history__date .history__year {
  display: inline-block;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.217;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__date .history__year {
    font-size: 4rem;
    line-height: 1.225;
  }
}
.history .history__inner .history__timeline .history__item .history__date .history__year::before {
  content: "";
  width: 45px;
  aspect-ratio: 1;
  position: absolute;
  top: 36.5px;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #383630;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__date .history__year::before {
    width: 26px;
    top: 24.5px;
    transform: translate(0, -50%);
  }
}
.history .history__inner .history__timeline .history__item .history__date .history__year--dot-right::before {
  left: 100%;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__date .history__year--dot-right::before {
    left: 0;
  }
}
.history .history__inner .history__timeline .history__item .history__date .history__headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__date .history__headline {
    font-size: 1.8rem;
    line-height: 1.778;
  }
}
.history .history__inner .history__timeline .history__item .history__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.111;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__desc {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 2px;
  }
}
.history .history__inner .history__timeline .history__item .history__desc--img-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__desc--img-right {
    display: block;
  }
}
.history .history__inner .history__timeline .history__item .history__desc picture {
  width: 83.3333333333%;
}
@media (max-width: 1023px) {
  .history .history__inner .history__timeline .history__item .history__desc picture {
    width: 100%;
  }
}
.history .history__inner .history__timeline .history__item .history__desc picture .history__img {
  width: 100%;
  display: block;
  margin-top: 33px;
}
.history .history__inner .history__case {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 200px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case {
    margin-top: 65px;
  }
}
.history .history__inner .history__case .history__case-inner {
  width: clamp(1px, 88.8888888889%, 1600px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 4.4444444444%;
  background-color: #383630;
  border-radius: 60px;
  padding: 150px 0 430px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-inner {
    width: clamp(320px, 94.6666666667%, 650px);
    flex-direction: column;
    padding: 80px 0 210px;
  }
}
.history .history__inner .history__case .history__case-inner .history__case-body {
  width: clamp(340px, 34%, 510px);
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-inner .history__case-body {
    width: 88.2352941176%;
  }
}
.history .history__inner .history__case .history__case-inner .history__case-body .history__case-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-inner .history__case-body .history__case-title {
    font-size: 2rem;
  }
}
.history .history__inner .history__case .history__case-inner .history__case-body .history__case-text {
  font-size: clamp(1.6rem, 1.2698412698vw, 1.8rem);
  font-weight: 500;
  line-height: 2.111;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-inner .history__case-body .history__case-text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 27px;
  }
}
.history .history__inner .history__case .history__case-inner .history__case-video {
  width: clamp(1px, 46.6666666667%, 700px);
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-inner .history__case-video {
    width: 88.2352941176%;
    margin-top: 43px;
  }
}
.history .history__inner .history__case .history__case-slider {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 150px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-slider {
    height: 90px;
    bottom: 80px;
  }
}
.history .history__inner .history__case .history__case-slider .slider__wrap {
  display: flex;
}
.history .history__inner .history__case .history__case-slider .slider__wrap .slider__list {
  display: flex;
  position: relative;
  z-index: 1;
  animation: loop-left 80s infinite linear 0.5s both;
}
.history .history__inner .history__case .history__case-slider .slider__wrap .slider__list .slider__item {
  width: 300px;
  height: 200px;
  position: relative;
  margin: 0 10px;
}
@media (max-width: 1023px) {
  .history .history__inner .history__case .history__case-slider .slider__wrap .slider__list .slider__item {
    width: 140px;
    height: 90px;
    margin: 0 4px;
  }
}
.history .history__inner .history__case .history__case-slider .slider__wrap .slider__list .slider__item img {
  pointer-events: none;
}

@keyframes loop-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slider__img-modal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}
.slider__img-modal img {
  width: 600px;
  opacity: 0;
  transform: translateY(30%);
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .slider__img-modal img {
    width: clamp(280px, 80%, 400px);
  }
}
.slider__img-modal.is-open {
  pointer-events: auto;
}
.slider__img-modal.is-open img {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=service.css.map */