@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap");
:root {
  --text-color: #222;
  --wh: #fff;
  --bk: #222;
  --gray: #dddcda;
}

/* @font-face でローカルフォントを優先 */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
Service
==================================================== */
.service__lead {
  padding-top: clamp(4rem, 5vw, 6.5rem);
}
.service__lead .custom {
  max-width: 152.5rem;
}
.service__lead-list {
  display: flex;
}
.service__beauty {
  padding: 13rem 0 20rem;
}
@media screen and (max-width: 1200px) {
  .service__beauty {
    padding: 10rem 0 15rem;
  }
}
@media screen and (max-width: 834px) {
  .service__beauty {
    padding: 8rem 0 12rem;
  }
}
@media screen and (max-width: 640px) {
  .service__beauty {
    padding: 6rem 0 10rem;
  }
}
@media screen and (max-width: 499px) {
  .service__beauty {
    padding: 5rem 0 8rem;
  }
}
.service__beauty-wrapper {
  display: grid;
  grid-template-columns: 56rem auto;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .service__beauty-wrapper {
    grid-template-columns: 1fr;
  }
}
.service__beauty-title {
  font-size: 8rem;
  font-family: "Instrument Serif", serif;
  white-space: nowrap;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 834px) {
  .service__beauty-title {
    font-size: clamp(4rem, 10vw, 6.5rem);
    grid-column: 1;
    grid-row: 1;
  }
}
.service__beauty-subtitle {
  margin-top: clamp(1.5rem, 5vw, 7.5rem);
  font-size: 2.8rem;
  line-height: 1.5;
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 834px) {
  .service__beauty-subtitle {
    font-size: 2.4rem;
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 499px) {
  .service__beauty-subtitle {
    font-size: 2.1rem;
    grid-column: 1;
    grid-row: 2;
  }
}
.service__beauty-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 834px) {
  .service__beauty-list {
    grid-column: 1;
    grid-row: 4;
    margin-top: clamp(5rem, 4vw, 8rem);
    gap: 1rem;
  }
}
.service__beauty-item {
  font-size: 2.1rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #ddd;
  flex: 1;
}
@media screen and (max-width: 499px) {
  .service__beauty-item {
    font-size: 1.8rem;
    padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
  }
}
.service__beauty-item span {
  font-size: 1.2rem;
}
.service__beauty-item a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 499px) {
  .service__beauty-item a {
    flex-direction: column;
    gap: 0;
  }
}
.service__beauty-desc {
  margin-top: clamp(2.5rem, 4vw, 5rem);
  line-height: 1.875;
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 834px) {
  .service__beauty-desc {
    grid-column: 1;
    grid-row: 3;
  }
}
.service__beauty-content {
  display: flex;
  align-items: flex-start;
  max-width: 152rem;
  margin-left: auto;
  margin-right: calc((100% - 136.6rem) / 2);
  position: relative;
}
@media screen and (max-width: 1680px) {
  .service__beauty-content {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .service__beauty-content {
    flex-direction: column;
    gap: 5rem;
    max-width: 100%;
    margin: 0;
  }
}
.service__beauty-content-left {
  padding-top: 13rem;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .service__beauty-content-left {
    padding-top: 5rem;
    position: static;
  }
  .service__beauty-content-left img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 640px) {
  .service__beauty-content-left {
    padding-top: 3rem;
  }
}
.service__beauty-content-right {
  padding-top: 13rem;
  padding-left: 12rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 1680px) {
  .service__beauty-content-right {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1500px) {
  .service__beauty-content-right {
    padding-left: clamp(3rem, 6vw, 8rem);
  }
}
@media screen and (max-width: 834px) {
  .service__beauty-content-right {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    gap: 5rem;
  }
}
@media screen and (max-width: 499px) {
  .service__beauty-content-right {
    gap: 4rem;
  }
}
.service__beauty-content-right-item {
  scroll-margin-top: 5rem;
}
.service__beauty-content-right-title {
  font-size: clamp(2.4rem, 5vw, 6.4rem);
  margin-top: clamp(1.5rem, 3vw, 4rem);
  line-height: 1;
}
.service__beauty-content-right-title span {
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  display: block;
  margin-top: clamp(0.5rem, 1vw, 2rem);
  font-family: "Instrument Serif", serif;
}
.service__beauty-content-right-subtitle {
  font-size: clamp(2.1rem, 2vw, 2.4rem);
  margin-top: clamp(1.5rem, 3vw, 4rem);
  font-weight: 500;
}
.service__beauty-content .text {
  margin-top: clamp(1.5rem, 3vw, 4rem);
  line-height: 1.875;
}
.service__beauty-content .link-more {
  margin-top: clamp(1rem, 4vw, 4rem);
}/*# sourceMappingURL=service.css.map */