@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
#service {
  background-color: rgb(255, 247, 236);
}
#service #page-header h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 214px;
  width: min(560px, 100%);
  margin: 0 auto;
  transform: translateY(-4px);
  text-align: center;
  color: rgb(255, 140, 0);
  font-size: clamp(2.875rem, 4.8vw, 4.125rem);
  letter-spacing: 0.11em;
  font-weight: 700;
  line-height: 1;
}
#service #page-header h1::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(560px, 100%);
  height: min(420px, 75vw);
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  z-index: -1;
}
#service .service-hero .wrapper {
  padding-top: 0;
}
#service .service-hero .service-hero-track {
  position: relative;
  overflow: hidden;
  padding: 75px 25px;
  --service-hero-gap: 12px;
  --service-hero-photo-width: clamp(220px, calc((100vw - 50px - (var(--service-hero-gap) * 4)) / 5), 340px);
  --service-hero-line-offset: 0px;
}
#service .service-hero .service-hero-track::before, #service .service-hero .service-hero-track::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 56px;
  background-image: url("../images/service/splash_line.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: var(--service-hero-line-offset) center;
  pointer-events: none;
  animation: service-hero-line-scroll 22s linear infinite;
}
#service .service-hero .service-hero-track::before {
  top: 0;
}
#service .service-hero .service-hero-track::after {
  bottom: 0;
  transform: scaleY(-1);
}
#service .service-hero .service-hero-marquee {
  width: calc(100% + 50px);
  margin-left: -25px;
  overflow: hidden;
}
#service .service-hero .service-hero-lane {
  display: flex;
  gap: var(--service-hero-gap);
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: service-hero-marquee 26s linear infinite;
}
#service .service-hero .service-hero-photo {
  flex: 0 0 var(--service-hero-photo-width);
  width: var(--service-hero-photo-width);
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 16px;
}
#service .service-hero .service-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .service-hero:hover .service-hero-lane,
#service .service-hero:hover .service-hero-track::before,
#service .service-hero:hover .service-hero-track::after {
  animation-play-state: paused;
}
@keyframes service-hero-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * (var(--service-hero-photo-width) * 5 + var(--service-hero-gap) * 5)), 0, 0);
  }
}
@keyframes service-hero-line-scroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -240px center;
  }
}
#service .service-concept .wrapper {
  padding-bottom: 60px;
}
#service .service-concept p {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#service .service-concept p .main-quote {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
}
#service .service-support .wrapper {
  padding-top: 112px;
  padding-bottom: 72px;
}
#service .service-support .column-single {
  padding: 56px 52px 52px;
  border-radius: 26px;
  background: rgb(224, 244, 255);
}
#service .service-support .service-support-lead,
#service .service-support .service-support-sublead {
  text-align: center;
}
#service .service-support .service-support-lead {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: rgb(98, 198, 255);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#service .service-support .service-support-lead::before {
  content: "MILIZE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.45);
  font-size: clamp(5rem, 10vw, 8.75rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}
#service .service-support .service-support-sublead {
  margin-bottom: 46px;
  color: rgb(81, 85, 89);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.85;
}
#service .service-support .service-support-sublead .service-support-keywords {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.6;
}
#service .service-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#service .service-support-card {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
#service .service-support-card .support-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  min-height: 120px;
  margin-bottom: 10px;
}
#service .service-support-card .number {
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  font-size: clamp(5.4rem, 5.8vw, 6.2rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
  line-height: 0.76;
  letter-spacing: 0.02em;
}
#service .service-support-card h3 {
  position: relative;
  z-index: 1;
  color: rgb(98, 198, 255);
  margin: 0;
  padding-left: 22px;
  max-width: calc(100% - 16px);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
#service .service-support-card .image-wrap {
  margin-bottom: 14px;
  aspect-ratio: 1.8;
  border-radius: 22px;
  overflow: hidden;
}
#service .service-support-card .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .service-support-card > p {
  color: rgb(81, 85, 89);
  font-size: 0.9375rem;
  line-height: 1.95;
}
#service .service-menu h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 140px;
  color: rgb(255, 140, 0);
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  z-index: 1;
  isolation: isolate;
}
#service .service-menu h2::before {
  content: "";
  position: absolute;
  inset: -90px -120px;
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
#service .service-card-grid {
  flex-direction: column;
  gap: 44px;
  align-items: stretch;
}
#service .service-card {
  --accent: rgb(255, 140, 0);
  --splash-url: url("../images/service/parts_splash_simple_orange.svg");
  --splash-filter: none;
  position: relative;
  border-radius: 30px;
  border: 1px solid rgb(138, 77, 0);
  background: rgb(255, 255, 255);
  box-shadow: none;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(220px, 272px) minmax(0, 1fr);
  grid-template-areas: "image heading" "image body" "button button";
  column-gap: 52px;
  row-gap: 0;
  align-items: center;
  padding: 64px 70px 56px;
  width: 100%;
}
#service .service-card::before, #service .service-card::after {
  position: absolute;
  pointer-events: none;
}
#service .service-card::before {
  content: "";
  width: 164px;
  height: 164px;
  top: -82px;
  left: -84px;
  background: var(--splash-url) center/contain no-repeat;
  filter: var(--splash-filter);
}
#service .service-card::after {
  content: "01";
  top: -23px;
  left: -11px;
  color: rgb(255, 255, 255);
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1;
}
#service .service-card:nth-child(2) {
  --accent: rgb(255, 107, 107);
  --splash-url: url("../images/service/parts_splash_simple_orange.svg");
  --splash-filter: hue-rotate(294deg) saturate(0.92);
}
#service .service-card:nth-child(2)::after {
  content: "02";
}
#service .service-card:nth-child(3) {
  --accent: rgb(98, 198, 255);
  --splash-url: url("../images/service/parts_splash_simple_blue.svg");
  --splash-filter: none;
}
#service .service-card:nth-child(3)::after {
  content: "03";
}
#service .service-card .image-wrap {
  grid-area: image;
  align-self: center;
  justify-self: start;
  border-radius: 0;
  width: 100%;
  max-width: 272px;
}
#service .service-card .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#service .service-card h3,
#service .service-card p,
#service .service-card .button-wrap {
  margin-left: 0;
  margin-right: 0;
}
#service .service-card h3 {
  grid-area: heading;
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 1.875rem;
  line-height: 1.45;
}
#service .service-card p {
  grid-area: body;
  margin-bottom: 0;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  line-height: 1.9;
}
#service .service-card .button-wrap {
  grid-area: button;
  grid-column: 1/-1;
  margin-top: 28px;
  margin-bottom: 0;
  padding: 0;
  justify-content: center;
}
#service .service-card .button-wrap .button_cover {
  min-width: 0;
  margin: 0;
}
#service .service-card .button-wrap .button_cover .button.fit {
  min-width: 178px;
  min-height: 56px;
  padding: 16px 38px 18px;
  border: 2px solid var(--accent);
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: none;
}
#service .service-card .button-wrap .button_cover .button.fit p {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#service .service-flow .wrapper {
  padding-top: 112px;
  padding-bottom: 100px;
}
#service .service-flow h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 140px;
  color: rgb(255, 140, 0);
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  z-index: 1;
}
#service .service-flow h2::before {
  content: "";
  position: absolute;
  inset: -90px -120px;
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  z-index: -1;
}
#service .service-flow h2::after {
  content: "";
  position: absolute;
  width: 156px;
  height: 156px;
  right: -54px;
  top: -52px;
  background: url("../images/service/parts_splash_simple_yellow.svg") center/contain no-repeat;
  z-index: -2;
  opacity: 0.82;
}
#service .service-flow .service-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
}
#service .service-flow .service-flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 24px 32px;
  border-radius: 30px;
  border: 2px solid rgb(255, 140, 0);
  background: rgb(255, 255, 255);
  min-height: 534px;
}
#service .service-flow .service-flow-step .number {
  display: grid;
  place-items: center;
  position: absolute;
  top: -34px;
  left: -22px;
  width: 104px;
  height: 104px;
  margin: 0;
  font-size: 2.625rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1;
  background: url("../images/service/parts_splash_simple_orange.svg") center/contain no-repeat;
}
#service .service-flow .service-flow-step h3 {
  margin-top: 10px;
  margin-bottom: 18px;
  color: rgb(255, 140, 0);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  white-space: normal;
  min-height: 4.4em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#service .service-flow .service-flow-step .flow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 184px;
  margin: 0 auto 22px;
}
#service .service-flow .service-flow-step .flow-icon img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#service .service-flow .service-flow-step > p:not(.number) {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 14px;
  color: rgb(138, 77, 0);
  font-size: 0.9375rem;
  line-height: 1.72;
}
#service .service-flow .service-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 29px;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/common/arrow_flow.svg") center/contain no-repeat;
}

@media screen and (max-width: 900px) {
  #service #page-header h1 {
    min-height: 164px;
    font-size: clamp(2rem, 8.2vw, 2.75rem);
    letter-spacing: 0.08em;
    transform: translateY(0);
  }
  #service #page-header h1::before {
    height: min(230px, 70vw);
  }
  #service .service-concept p {
    font-size: 0.9375rem;
    line-height: 1.95;
    letter-spacing: 0.035em;
  }
  #service .service-concept p .main-quote {
    font-size: 1.25rem;
  }
  #service .service-hero .service-hero-track {
    padding: 48px 16px;
    --service-hero-gap: 12px;
    --service-hero-photo-width: calc((100vw - 32px - var(--service-hero-gap)) / 2);
  }
  #service .service-hero .service-hero-track::before, #service .service-hero .service-hero-track::after {
    height: 38px;
  }
  #service .service-hero .service-hero-marquee {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  #service .service-support .wrapper {
    padding-top: 74px;
    padding-bottom: 44px;
  }
  #service .service-support .column-single {
    padding: 36px 24px 34px;
  }
  #service .service-support .service-support-lead {
    margin-bottom: 18px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #service .service-support .service-support-lead::before {
    font-size: clamp(3rem, 21vw, 5.2rem);
  }
  #service .service-support .service-support-sublead {
    margin-bottom: 30px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  #service .service-support .service-support-sublead .service-support-keywords {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  #service .service-support-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #service .service-support-card .support-head {
    gap: 8px;
    min-height: 92px;
    margin-bottom: 8px;
  }
  #service .service-support-card .number {
    font-size: clamp(4.2rem, 15vw, 4.8rem);
  }
  #service .service-support-card h3 {
    padding-left: 12px;
    max-width: calc(100% - 10px);
    font-size: 1.125rem;
    line-height: 1.45;
  }
  #service .service-support-card .image-wrap {
    margin-bottom: 10px;
    border-radius: 16px;
  }
  #service .service-menu .wrapper {
    padding-top: 54px;
  }
  #service .service-menu h2 {
    margin-bottom: 36px;
    font-size: 2.25rem;
  }
  #service .service-menu h2::before {
    inset: -56px -72px;
  }
  #service .service-card {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "heading" "body" "button";
    row-gap: 0;
    padding: 34px 24px 28px;
  }
  #service .service-card::before {
    width: 108px;
    height: 108px;
    top: -38px;
    left: -24px;
  }
  #service .service-card::after {
    top: -12px;
    left: 14px;
    font-size: 1.875rem;
  }
  #service .service-card .image-wrap {
    width: min(100%, 248px);
    max-width: 248px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  #service .service-card h3 {
    font-size: 1.75rem;
    margin-bottom: 14px;
  }
  #service .service-card p {
    font-size: 0.9375rem;
    margin-bottom: 16px;
  }
  #service .service-card .button-wrap {
    margin-top: 24px;
  }
  #service .service-flow .wrapper {
    padding-top: 60px;
    padding-bottom: 44px;
  }
  #service .service-flow h2 {
    z-index: 0;
    margin-bottom: 36px;
    font-size: 2.25rem;
  }
  #service .service-flow h2::before {
    inset: -48px -60px;
    opacity: 0.6;
  }
  #service .service-flow h2::after {
    content: none;
  }
  #service .service-flow .service-flow-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: min(100%, 304px);
    margin: 0 auto;
  }
  #service .service-flow .service-flow-step {
    min-height: auto;
    padding: 28px 22px 24px;
  }
  #service .service-flow .service-flow-step .number {
    width: 86px;
    height: 86px;
    top: -26px;
    left: -18px;
    font-size: 1.875rem;
  }
  #service .service-flow .service-flow-step h3 {
    font-size: 1.375rem;
    margin-top: 0;
    margin-bottom: 14px;
    white-space: normal;
    min-height: 3em;
    display: flex;
  }
  #service .service-flow .service-flow-step .flow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 136px;
    margin: 0 auto 16px;
  }
  #service .service-flow .service-flow-step > p:not(.number) {
    font-size: 0.9375rem;
    padding-top: 0;
  }
  #service .service-flow .service-flow-step:not(:last-child)::after {
    content: "";
  }
  #service .service-card-grid {
    flex-direction: column;
    width: min(100%, 304px);
    margin: 0 auto;
  }
}/*# sourceMappingURL=service.css.map */