@charset "UTF-8";
/* 背景を固定 */
.section-wrapper {
  color: #fff;
  position: relative;
  border-radius: 30px 30px 0px 0px;
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  width: 90%;
}

.section-body {
  position: relative;
  top: 50%;
  margin-top: 0;
  height: 100vh;
  margin-left: 10%;
  transform: translateY(15%);
}
.section-body .section-body_cont {
  max-width: 550px;
  width: 90%;
}
.section-body h2 {
  font-size: clamp(26px, 6vw, 100px);
  font-family: "Kalnia", serif;
  font-weight: 300;
  letter-spacing: -0.4rem;
  line-height: 1;
  padding-bottom: 65px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.section-body h2 span {
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 35px;
  margin-left: 45px;
}
.section-body h2 span:before {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.section-body h2 span:after {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.section-body .app-ttl-s {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-weight: 100;
}
.section-body .app-ttl-m {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: 100;
  margin-bottom: 20px;
}

.white-bg {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 25px 30px;
  margin-top: 30px;
  color: #000;
}

.white-ttl-s {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.07em;
}

.white-ttl-m {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--red);
  margin: 5px 0 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.07em;
}

.bg-image-clip {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#section1 .bg-image-fixed {
  background-image: url(../img/service/bg-01.webp);
}

#section2 .bg-image-fixed {
  background-image: url(../img/service/bg-02.webp);
}
#section2 .section-body {
  transform: translateY(-5%);
}

#section3 .bg-image-fixed {
  background-image: url(../img/service/bg-03.webp);
}

#section4 .bg-image-fixed {
  background-image: url(../img/service/bg-04.webp);
}

/* 背景を固定 */
.inner {
  max-width: 100%;
}

.f12 {
  font-size: 12px;
  line-height: 1.7;
}

.f15 {
  font-size: 15px;
  line-height: 2;
}

.inner-1400 {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

.f28 {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-weight: 100;
}

#service {
  margin: 160px 0;
}

.service-mv {
  padding: 0 5%;
  text-align: center;
}

.service-intro {
  margin-bottom: 160px;
}

.service-intro_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-intro_flex img {
  width: 55%;
  order: 1;
}
.service-intro_flex .service-intro_cont {
  width: 40%;
  order: 2;
}
.service-intro_flex .service-intro_cont .f28 {
  margin-bottom: 50px;
}

.service-approach {
  position: relative;
  padding: 610px 0 0;
}
.service-approach:after {
  content: "";
  position: absolute;
  background: #f8f8f6;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  z-index: -2;
}
.service-approach .inner {
  position: absolute;
  left: 15%;
  top: 150px;
}

h4 {
  font-size: 42px;
  margin-right: 5%;
  width: 45%;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.077em;
  line-height: 1.4;
  font-weight: 100;
}

.s-ttl {
  color: var(--red);
  font-size: 14px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 35px;
}
.s-ttl:before {
  content: "";
  background: var(--red);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.product-name {
  font-size: clamp(32px, 10vw, 160px);
  font-family: "Kalnia", serif;
  font-weight: 300;
  letter-spacing: -0.8rem;
  margin: 20px 0 40px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.service-esthetic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
  position: relative;
}
.service-esthetic img {
  width: 50%;
}
.service-esthetic .service-esthetic_cont {
  padding-right: 5%;
  position: absolute;
  left: 55%;
  max-width: 450px;
}
.service-esthetic .service-esthetic_cont .service-esthetic_ttl {
  font-size: clamp(32px, 10vw, 160px);
  font-family: "Kalnia", serif;
  font-weight: 300;
  letter-spacing: -0.8rem;
  margin: 0 0 40px -150px;
  width: -moz-fit-content;
  width: fit-content;
}
.service-esthetic .service-esthetic_cont .f28 {
  margin-bottom: 40px;
}
.service-esthetic .service-esthetic_cont a {
  margin-top: 80px;
}

@media screen and (max-width: 1460px) {
  .service-intro_flex img {
    width: 50%;
  }
  .service-intro_flex .service-intro_cont {
    width: 45%;
  }
  .service-intro_flex .service-intro_cont .f28 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1080px) {
  .f28 {
    font-size: 22px;
  }
  .service-intro {
    margin-bottom: 80px;
  }
  .service-approach {
    padding: 550px 0 0;
  }
  .service-approach:after {
    height: 96%;
  }
  .service-esthetic {
    margin-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .f28 {
    font-size: 18px;
  }
  #service {
    margin: 40px 0 80px;
  }
  .service-intro_flex {
    display: block;
  }
  .service-intro_flex img {
    width: 100%;
  }
  .service-intro_flex .service-intro_cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-intro_flex .service-intro_cont .f28 {
    margin-bottom: 25px;
    text-align: center;
  }
  .service-intro {
    margin-bottom: 0px;
  }
  .service-approach {
    padding: 450px 0 0;
  }
  .service-approach .inner {
    left: 5%;
    top: 150px;
    padding: 0;
    width: 90%;
  }
  .service-approach .inner .product-name {
    letter-spacing: -0.2rem;
    margin: 10px 0 40px 0;
  }
  #section1 .bg-image-fixed {
    background-image: url(../img/service/bg-01-sp.webp);
  }
  #section2 .bg-image-fixed {
    background-image: url(../img/service/bg-02-sp.webp);
  }
  #section2 .section-body {
    transform: translateY(-13%);
    height: 120vh;
  }
  #section3 .bg-image-fixed {
    background-image: url(../img/service/bg-03-sp.webp);
  }
  #section4 .bg-image-fixed {
    background-image: url(../img/service/bg-04-sp.webp);
  }
  .section-body h2 {
    display: block;
    font-size: clamp(45px, 6vw, 100px);
    line-height: 0.7;
    padding-bottom: 45px;
  }
  .section-body h2 span {
    margin-left: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px;
  }
  .section-body .app-ttl-s {
    font-size: 16px;
  }
  .section-body .app-ttl-m {
    font-size: 24px;
  }
  .service-esthetic {
    display: block;
    margin-top: -5px;
  }
  .service-esthetic img {
    width: 100%;
  }
  .service-esthetic .service-esthetic_cont {
    position: relative;
    left: 5%;
    max-width: 90%;
    padding-right: 0;
    top: 100%;
    margin-top: 35px;
    transform: none;
  }
  .service-esthetic .service-esthetic_cont .service-esthetic_ttl {
    margin: 0 0 30px;
    letter-spacing: -0.2rem;
  }
  .service-esthetic .service-esthetic_cont a {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .service-intro_flex .service-intro_cont .f28 {
    font-size: 20px;
  }
  .service-approach:after {
    height: 95%;
  }
  .section-body {
    transform: translateY(-15%) !important;
  }
  #section2 .section-body {
    transform: translateY(-12%) !important;
  }
  .section-body .app-ttl-s {
    font-size: 15px;
  }
  .section-body .app-ttl-m {
    font-size: 22px;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=service.css.map */