@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("lib/ress.min.css");
/**
 * service
 */
.p-sections {
  display: flex;
  flex-direction: column;
  gap: 13rem;
  padding: 11rem 0 13rem;
}
@media screen and (max-width: 640px) {
  .p-sections {
    gap: 9rem;
    padding: 6.8rem 0 6rem;
  }
}

.p-section {
  padding: 0 0 0 12.6rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-section {
    padding: 0;
  }
}
.p-section-ttl {
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .p-section-ttl {
    font-size: 3rem;
    padding: 0 0 3rem;
    position: unset;
    writing-mode: unset;
  }
}
.p-section-head {
  display: flex;
  gap: 5.97rem;
  margin-bottom: -4.3rem;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .p-section-head {
    flex-direction: column-reverse;
    gap: 2.8rem;
    margin-bottom: -2rem;
  }
}
.p-section-head img {
  width: 45.331rem;
}
@media screen and (max-width: 640px) {
  .p-section-head img {
    width: 37rem;
  }
}
.p-section-head div {
  flex: 1;
}
.p-section-head div .ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3rem;
  padding: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .p-section-head div .ttl {
    font-size: 2.5rem;
    padding: 0 0 0.5rem;
  }
}
.p-section-head div p {
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .p-section-head div p {
    line-height: 2;
  }
}
.p-section-body {
  padding: 11rem 0 10rem 15rem;
}
@media screen and (max-width: 640px) {
  .p-section-body {
    padding: 4.3rem 0 5.5rem;
  }
}
.p-section-body:before {
  background: #F5F5F2;
  content: " ";
  display: block;
  position: absolute;
  margin-right: calc(50% - 50vw);
  height: 100%;
  left: 0;
  top: 0;
  width: 100vw;
}
@media screen and (max-width: 640px) {
  .p-section-body:before {
    margin: 0 calc(50% - 50vw);
  }
}
.p-section-body .ttl {
  border-bottom: 1px solid #222222;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.5rem;
  margin: 0 0 5rem;
  padding: 0 0 2rem;
}
@media screen and (max-width: 640px) {
  .p-section-body .ttl {
    margin: 0 0 4rem;
    padding: 0 0 1.4rem;
  }
}
.p-section-body .ttl:after {
  content: "Point";
  color: #F39A00;
  font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 640px) {
  .p-section-body .ttl:after {
    font-size: 2rem;
  }
}
.p-section-body .points {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  .p-section-body .points {
    gap: 4.5rem;
  }
}
.p-section-body .point {
  display: flex;
  gap: 4.8rem;
}
@media screen and (max-width: 640px) {
  .p-section-body .point {
    display: block;
  }
}
.p-section-body .point img {
  aspect-ratio: 1/0.6507936508;
  height: auto;
  object-fit: cover;
  width: 31.5rem;
}
@media screen and (max-width: 640px) {
  .p-section-body .point img {
    margin: 0 0 1.5rem;
    width: 35.154rem;
  }
}
.p-section-body .point div {
  flex: 1;
}
.p-section-body .point-ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 640px) {
  .p-section-body .point-ttl {
    margin: 0 0 0.5rem;
  }
}
.p-section-body .point p {
  line-height: 2;
}
.p-section-foot {
  display: flex;
  gap: 2.53rem;
  padding: 4rem 0 0;
}
@media screen and (max-width: 640px) {
  .p-section-foot {
    flex-direction: column;
    gap: 2rem;
    padding: 3.2rem 0 0;
  }
}
.p-section-foot .c-btn-1 {
  width: 41.5rem;
}
@media screen and (max-width: 640px) {
  .p-section-foot .c-btn-1 {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */