@charset "UTF-8";
/* FV */
.lp-fv {
  position: relative;
  overflow: visible;
  background: #dff7ff;
  padding: clamp(20px, 3.3vw, 64px) 0 clamp(120px, 6vw, 260px);
}
.lp-fv__inner {
  position: relative;
  width: min(90%, 1600px);
  margin: 0 auto;
}
.lp-fv__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(360px, 30vw, 500px) 1fr;
  align-items: center;
}
.lp-fv__image {
  position: relative;
  z-index: 1;
}
.lp-fv__image picture {
  display: block;
}
.lp-fv__image > picture > img {
  display: block;
  width: 100%;
  height: clamp(360px, 40vw, 600px);
  object-fit: cover;
  border-radius: 8px;
}
.lp-fv__image--before {
  margin-right: clamp(-80px, -5vw, -40px);
}
.lp-fv__image--after {
  margin-left: clamp(-80px, -5vw, -40px);
}
.lp-fv__label {
  position: absolute;
  top: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 18px;
  background: #fff;
  border-radius: 8px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.lp-fv__label--before {
  left: 24px;
  color: #1c58b6;
}
.lp-fv__label--after {
  right: 24px;
  color: #ff1e1e;
  padding-right: 16px;
}
.lp-fv__label-text {
  display: inline-block;
  line-height: 1;
}
.lp-fv__label-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  transform: translateY(-4px);
}
.lp-fv__center {
  position: relative;
  z-index: 10;
  min-height: clamp(510px, 54vw, 748px);
  padding: clamp(50px, 6vw, 80px) 0 clamp(150px, 15vw, 220px);
  background: #1c58b6;
  color: #fff;
  text-align: center;
}
.lp-fv__center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -88px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: calc(clamp(360px, 30vw, 500px) / 2) solid transparent;
  border-right: calc(clamp(360px, 30vw, 500px) / 2) solid transparent;
  border-top: 88px solid #1c58b6;
}
.lp-fv__copy {
  position: relative;
  z-index: 2;
}
.lp-fv__dots {
  margin: 0 1.5rem 0 0;
  color: #ff2b2b;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp-fv__lead {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.3;
}
.lp-fv__title {
  margin: 0 0 22px;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.5;
}
.lp-fv__title span {
  display: inline;
  background: linear-gradient(transparent 77%, #ffe100 28%);
}
.lp-fv__text {
  margin: 0;
  font-size: clamp(14px, 1.1vw, clamp(16px, 1.8vw, 18px));
  font-weight: 600;
  line-height: 2;
}
.lp-fv__bottom-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  transform: translateX(-50%);
  width: clamp(360px, 34vw, 520px);
  max-width: none;
  height: auto;
  pointer-events: none;
}
.lp-fv__arrow {
  position: absolute;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
  width: clamp(340px, 32vw, 480px);
  line-height: 1;
  top: 50%;
}
.lp-fv__arrow img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.lp-fv__arrow--sp {
  display: none;
}
.lp-fv__points {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 3vw, 50px);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 36px);
  width: 100%;
  max-width: clamp(520px, 50vw, 680px);
  z-index: 12;
}
.lp-fv__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 10vw, 170px);
  height: clamp(120px, 10vw, 170px);
  background: #fff;
  border-radius: 50%;
  color: #1c58b6;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.lp-fv__point p {
  margin: 8px 0 0;
  font-size: clamp(12px, 1.1vw, clamp(16px, 1.8vw, 18px));
  line-height: 1.35;
}
.lp-fv__point-icon {
  line-height: 1;
}
.lp-fv__point-icon img {
  display: block;
  width: clamp(32px, 3vw, 40px);
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1680px) {
  .lp-fv__points {
    bottom: clamp(-10px, 2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .lp-fv {
    padding: 0;
    background: #fff;
    overflow: hidden;
  }
  .lp-fv__bottom-arrow {
    display: none;
  }
  .lp-fv__inner {
    position: relative;
    padding: 0;
    min-height: 670px;
    width: 100%;
  }
  .lp-fv__visual {
    position: relative;
    display: block;
    min-height: 670px;
    background: #fff;
    overflow: hidden;
    padding: 0;
  }
  .lp-fv__visual::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 335px;
    z-index: 3;
    transform: translateX(-50%);
    width: 6px;
    height: 335px;
    background: #1c58b6;
  }
  .lp-fv__center {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: auto;
    padding: 100px 16px 120px;
    background: #1c58b6;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    color: #fff;
    text-align: center;
  }
  .lp-fv__lead {
    margin: 0 0 8px;
    line-height: 1.3;
    padding: 0 20px 0;
  }
  .lp-fv__title {
    margin: 0 0 18px;
    line-height: 1.45;
  }
  .lp-fv__text {
    margin: 0;
    line-height: 1.9;
  }
  .lp-fv__image {
    display: block;
    position: absolute;
    top: 277px;
    width: 50%;
    height: 393px;
    z-index: 1;
    margin: 0;
    transform: none;
  }
  .lp-fv__image picture {
    display: block;
    height: 100%;
  }
  .lp-fv__image > picture > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
  }
  .lp-fv__image--before {
    left: 0;
  }
  .lp-fv__image--after {
    right: 0;
  }
  .lp-fv__points {
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
  }
  .lp-fv__point {
    width: 100px;
    height: 100px;
  }
  .lp-fv__point p {
    margin-top: 5px;
    font-size: 12px;
  }
  .lp-fv__point-icon img {
    width: 36px;
  }
  .lp-fv__label {
    display: inline-flex;
    top: auto;
    bottom: 8px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 4;
  }
  .lp-fv__label--before {
    display: none;
  }
  .lp-fv__label--after {
    display: none;
  }
  .lp-fv__label-icon {
    width: 12px;
    height: 12px;
    transform: translateY(-2px);
  }
  .lp-fv__arrow {
    position: fixed;
    left: 50%;
    top: 618px;
    bottom: auto;
    z-index: 6;
    transform: translateX(-50%);
    width: 300px;
  }
  .lp-fv__arrow img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.lp-fv__arrow--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp-fv {
    overflow: visible;
  }
  .lp-fv__arrow {
    display: none;
  }
  .lp-fv__arrow--sp {
    display: block;
    position: absolute;
    left: 50%;
    top: 631px;
    z-index: 10;
    transform: translateX(-50%);
    width: calc(100% - 20px);
  }
  .lp-fv__arrow--sp img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* Movie */
.lp-movie {
  position: relative;
  background: #dff7ff;
  padding: 45px 0 80px;
  overflow: hidden;
}
.lp-movie::before, .lp-movie::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 280px;
  background: #fff;
  z-index: 0;
}
.lp-movie::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.lp-movie::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.lp-movie__inner {
  position: relative;
  z-index: 1;
  max-width: min(1280px, 96%);
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.lp-movie__lead {
  margin: 0 0 28px;
  color: #1c58b6;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.8;
}
.lp-movie__youtube {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #000;
}
.lp-movie__youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .lp-movie {
    padding: 35px 0 60px;
  }
  .lp-movie::before, .lp-movie::after {
    height: 80px;
  }
  .lp-movie__lead {
    margin-bottom: 20px;
    font-size: clamp(20px, 2.8vw, 28px);
    margin: 60px 20px 20px;
  }
  .lp-movie__youtube {
    /*max-width: 90%;*/
    max-width: 320px;
    aspect-ratio: 9/16;
  }
}
/* Message Bar */
.lp-message-bar {
  background: linear-gradient(90deg, #1c58b6 0%, #047ae2 100%);
  padding: 22px 0;
}
.lp-message-bar__inner {
  max-width: min(1280px, 96%);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.lp-message-bar p {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .lp-message-bar {
    padding: 14px 0;
  }
  .lp-message-bar p {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.6;
  }
}
/* お悩み */
.lp-trouble {
  background: #f7f7f7;
  padding: 70px 0 60px;
}
.lp-trouble__inner {
  max-width: min(1280px, 96%);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.lp-trouble__lead {
  margin: 0 0 48px;
  color: #1c58b6;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.8;
}
.lp-trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 46px;
}
.lp-trouble__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 210px;
  background: #fff;
  border-radius: 50%;
  color: #1c58b6;
  font-weight: 600;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
  padding: 0 20px;
}
.lp-trouble__item img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 8px;
}
.lp-trouble__item p {
  margin: 0;
  line-height: 1.4;
}
.lp-trouble__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #1c58b6;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
}
.lp-trouble__message img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.lp-trouble__message p {
  margin: 0;
}

.lp-trouble_text {
  color: #404040;
  padding-top: 1rem;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .lp-trouble {
    padding: 50px 0 45px;
  }
  .lp-trouble__lead {
    margin-bottom: 28px;
    font-size: clamp(20px, 2.8vw, 28px);
  }
  .lp-trouble__list {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 14px;
    margin-bottom: 32px;
  }
  .lp-trouble__item {
    width: 150px;
    height: 150px;
  }
  .lp-trouble__item img {
    width: 62px;
    height: 62px;
  }
}
/* クリーニングで経営リスクを軽減 */
.lp-risk {
  background: #123f86;
  padding: 90px 0 100px;
  color: #fff;
}
.lp-risk__inner {
  max-width: min(1280px, 96%);
  margin: 0 auto;
  padding: 0 40px;
}
.lp-risk__heading {
  margin-bottom: 60px;
  text-align: center;
}
.lp-risk__heading h2 {
  margin: 0 0 20px;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.5;
}
.lp-risk__heading p {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.8;
}
.lp-risk__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.lp-risk__card {
  background: #fff;
  color: #333;
  border-radius: 6px;
  padding: 46px 50px 42px;
  text-align: center;
}
.lp-risk__card h3 {
  margin: 18px 0 22px;
  color: #1c58b6;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.lp-risk__card p {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.lp-risk__icon img {
  display: block;
  width: 56px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp-risk {
    padding: 60px 0 70px;
  }
  .lp-risk__inner {
    padding: 0 20px;
  }
  .lp-risk__heading {
    margin-bottom: 36px;
  }
  .lp-risk__heading h2 {
    font-size: 20px;
  }
  .lp-risk__heading p {
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .lp-risk__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp-risk__card {
    padding: 34px 24px 30px;
  }
  .lp-risk__card h3 {
    font-size: 18px;
  }
  .lp-risk__card p {
    font-size: 16px;
  }
  .lp-risk__icon img {
    width: 48px;
  }
}
/* Reason */
.lp-reason {
  background: #efefef;
  padding: 90px 0 80px;
}
.lp-reason__inner {
  width: min(1280px, 96%);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .lp-reason__inner {
    padding: 0 20px;
  }
}
.lp-reason__title {
  margin: 0 0 70px;
  color: #1c58b6;
  text-align: center;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  line-height: 1.4;
}
.lp-reason__title span {
  display: inline-block;
  margin: 0 4px;
  color: #1c58b6;
  font-size: 42px;
  line-height: 1;
  background: linear-gradient(transparent 62%, #ffd400 62%);
}
.lp-reason__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px 24px;
}
.lp-reason__card {
  position: relative;
  min-height: 220px;
  padding: 48px 24px 28px;
  background: #fff;
  border: 4px solid #047ae2;
  border-radius: 7px;
  color: #404040;
}
.lp-reason__card h3 {
  margin: 0 0 24px;
  color: #1c58b6;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}
.lp-reason__card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.lp-reason__card--large {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 14px;
  min-height: 250px;
  padding: 48px 24px 28px;
  background: #123f86;
  color: #fff;
}
.lp-reason__card--large h3 {
  color: #ffd400;
  text-align: left;
}
.lp-reason__card--large p {
  font-weight: 500;
  line-height: 2;
}
.lp-reason__num {
  position: absolute;
  top: -30px;
  left: -4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #047ae2;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.lp-reason__note {
  margin-top: 8px !important;
  font-size: 12px !important;
}
.lp-reason__image {
  align-self: center;
}
.lp-reason__image img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.lp-reason__card--large {
  grid-column: span 2;
}

@media screen and (max-width: 1080px) {
  .lp-reason {
    padding: 60px 0;
  }
  .lp-reason__title {
    margin-bottom: 46px;
  }
  .lp-reason__title span {
    font-size: 42px;
  }
  .lp-reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 50px;
  }
  .lp-reason__card {
    min-height: auto;
    padding: 42px 14px 22px;
  }
  .lp-reason__card--large {
    grid-column: span 2;
  }
  .lp-reason__card h3 {
    font-size: 19px;
    white-space: nowrap;
  }
  .lp-reason__card p {
    font-size: 13px;
  }
  .lp-reason__image {
    margin-top: 20px;
  }
  .lp-reason__num {
    width: 52px;
    height: 52px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .lp-reason__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .lp-reason__card {
    width: 100%;
  }
  .lp-reason__card h3 {
    white-space: normal;
  }
  .lp-reason__card--large {
    display: block;
    grid-column: auto;
  }
}
/* Staff */
.lp-staff {
  background: #fff;
  padding: 90px 0 100px;
}
.lp-staff__inner {
  width: min(1280px, 96%);
  margin: 0 auto;
}
.lp-staff__heading {
  max-width: 760px;
  margin: 0 auto 58px;
  padding: 0 20px;
  text-align: center;
}
.lp-staff__heading h2 {
  margin: 0 0 28px;
  color: #1c58b6;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
.lp-staff__heading p {
  margin: 0 0 22px;
  color: #404040;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 2;
}
.lp-staff__heading p:last-child {
  margin-bottom: 0;
}
.lp-staff__card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  max-width: min(1280px, 96%);
  margin: 0 auto;
  padding: 40px 52px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.lp-staff__image img {
  display: block;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto;
}
.lp-staff__body {
  padding-top: 4px;
}
.lp-staff__body h3 {
  margin: 0 0 24px;
  color: #1c58b6;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
.lp-staff__body p {
  margin: 0 0 28px;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.lp-staff__body ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.lp-staff__body li {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.lp-staff__body li::before {
  content: "・";
}

@media screen and (max-width: 767px) {
  .lp-staff {
    padding: 60px 0 70px;
  }
  .lp-staff__heading {
    margin-bottom: 36px;
    padding: 0;
  }
  .lp-staff__heading h2 {
    font-size: 24px;
  }
  .lp-staff__heading p {
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .lp-staff__card {
    display: block;
    padding: 24px 20px;
  }
  .lp-staff__image {
    margin-bottom: 24px;
  }
  .lp-staff__body h3 {
    font-size: 21px;
  }
  .lp-staff__body p,
  .lp-staff__body li {
    font-size: 13px;
  }
}
/* Works */
.lp-works {
  background: #dff7ff;
  padding: 90px 0 100px;
}
.lp-works__inner {
  width: min(1280px, 96%);
  margin: 0 auto;
}
.lp-works__heading {
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 0 20px;
  text-align: center;
}
.lp-works__heading h2 {
  margin: 0 0 18px;
  color: #1c58b6;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}
.lp-works__heading p {
  margin: 0;
  color: #404040;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.8;
}
.lp-works__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: stretch;
}
.lp-works__card {
  background: #fff;
  padding: 30px 28px 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.lp-works__card h3 {
  margin: 30px 0 0;
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.lp-works__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.lp-works__image {
  position: relative;
}
.lp-works__image > img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}
.lp-works__label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}
.lp-works__label--before {
  background: rgba(64, 64, 64, 0.9);
  color: #fff;
}
.lp-works__label--after {
  background: #ff4b4b;
  color: #fff;
  gap: 4px;
}
.lp-works__label-text {
  display: inline-block;
  line-height: 1;
}
.lp-works__label--after img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .lp-works {
    padding: 60px 0 70px;
  }
  .lp-works__heading {
    margin-bottom: 36px;
    padding: 0;
  }
  .lp-works__heading h2 {
    font-size: 24px;
  }
  .lp-works__heading p {
    font-size: 13px;
  }
  .lp-works__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp-works__card {
    padding: 20px 16px 24px;
  }
  .lp-works__card h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .lp-works__images {
    gap: 12px;
  }
  .lp-works__image > img {
    height: 150px;
  }
  .lp-works__label {
    top: 8px;
    left: 8px;
    min-width: 68px;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
  }
  .lp-works__label--after img {
    width: 13px;
    height: 13px;
  }
}
/* Plan */
.lp-plan {
  background: #fff;
  padding: clamp(70px, 8vw, 110px) 0 clamp(80px, 9vw, 130px);
}
.lp-plan__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.lp-plan__heading {
  margin: 0 auto clamp(45px, 5vw, 65px);
  text-align: center;
}
.lp-plan__heading h2 {
  margin: 0 0 10px;
  color: #1c58b6;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 600;
  line-height: 1.5;
}
.lp-plan__heading p {
  margin: 0;
  color: #404040;
  font-size: 13px;
  line-height: 1.8;
}
.lp-plan__group-title {
  margin: 60px 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(28, 88, 182, 0.4);
  color: #1c58b6;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 600;
  line-height: 1.5;
}
.lp-plan__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 42px);
}
.lp-plan__card {
  padding: 14px 14px 22px;
  background: #fff;
  border: 3px solid #1c58b6;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.lp-plan__card--pickup {
  border-color: #ff4b4b;
}
.lp-plan__card h4 {
  margin: 16px 0 12px;
  color: #1c58b6;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 600;
  line-height: 1.7;
}
.lp-plan__image img {
  display: block;
  width: 100%;
  height: clamp(150px, 22vw, 280px);
  object-fit: cover;
  border-radius: 2px;
}
.lp-plan__price {
  margin: 0 0 16px;
  color: #ff4b4b;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}
.lp-plan__price span {
  margin-left: 4px;
  font-size: 11px;
  font-weight: 500;
}
.lp-plan__sub-price {
  margin: 0 0 18px;
  color: #404040;
  font-size: 15px;
  line-height: 1.8;
}
.lp-plan__sub-price p {
  margin: 0;
}
.lp-plan__sub-price p:last-child {
  text-align: right;
}
.lp-plan__sub-price strong {
  color: #ff4b4b;
  font-size: clamp(18px, 1.5vw, 22px);
}
.lp-plan__sub-price span {
  margin-left: 4px;
  color: #ff4b4b;
  font-size: 11px;
}
.lp-plan__note {
  margin: 0 0 12px;
  color: #404040;
  font-size: 13px;
  line-height: 1.8;
}
.lp-plan__time, .lp-plan__type {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  color: #404040;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}
.lp-plan__time img, .lp-plan__type img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 3px;
}
.lp-plan__time {
  margin-top: 8px;
}
.lp-plan__type {
  margin-top: 6px;
}

@media screen and (max-width: 1080px) {
  .lp-plan__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp-plan {
    padding: 60px 0 70px;
  }
  .lp-plan__inner {
    width: min(90%, 520px);
  }
  .lp-plan__heading {
    margin-bottom: 40px;
  }
  .lp-plan__heading h2 {
    font-size: 24px;
  }
  .lp-plan__group-title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .lp-plan__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lp-plan__card {
    padding: 14px 14px 18px;
  }
  .lp-plan__card h4 {
    font-size: 17px;
  }
  .lp-plan__image img {
    height: auto;
    aspect-ratio: 16/10;
  }
  .lp-plan__price {
    font-size: 22px;
  }
}
/* Voice */
.lp-voice {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #047ae2 0%, #1c58b6 100%);
  padding: 80px 0 120px;
  color: #fff;
}
.lp-voice::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 100%;
  height: 70px;
  background: #fff;
  clip-path: polygon(0 35%, 50% 100%, 100% 35%, 100% 100%, 0 100%);
}
.lp-voice__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 96%);
  margin: 0 auto;
}
.lp-voice__heading {
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 0 20px;
  text-align: center;
}
.lp-voice__heading h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
.lp-voice__heading p {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.8;
}
.lp-voice__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: min(1280px, 96%);
  margin: 0 auto 70px;
}
@media screen and (max-width: 1080px) {
  .lp-voice__cards {
    gap: 20px;
  }
}
.lp-voice__card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 22px 22px 24px;
  color: #1c58b6;
}
.lp-voice__card h3 {
  margin: 0 0 12px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.6;
}
.lp-voice__card p {
  margin: 0 0 18px;
  color: #404040;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}
.lp-voice__stars {
  margin: 0 0 10px;
  color: #ffd400 !important;
  font-size: 20px !important;
  line-height: 1;
  letter-spacing: 0.08em;
}
.lp-voice__user {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c58b6;
  font-size: 14px;
  font-weight: 500;
}
.lp-voice__user-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.lp-voice__user-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #1c58b6;
  border-radius: 50%;
}
.lp-voice__user-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background: #1c58b6;
  border-radius: 10px 10px 2px 2px;
}
.lp-voice__bottom {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto 36px;
}
.lp-voice__check ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.lp-voice__check li {
  position: relative;
  padding-left: 28px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}
.lp-voice__check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd400;
  font-size: 20px;
  font-weight: 600;
}
.lp-voice__check p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}
.lp-voice__people img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-voice__catch {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lp-voice {
    padding: 60px 0 90px;
  }
  .lp-voice__heading {
    margin-bottom: 36px;
    padding: 0;
  }
  .lp-voice__heading h2 {
    font-size: 24px;
  }
  .lp-voice__cards {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }
  .lp-voice__bottom {
    width: min(1280px, 96%);
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 28px;
  }
  .lp-voice__people {
    max-width: 220px;
    margin: 0 auto;
  }
  .lp-voice__check li {
    font-size: 15px;
  }
  .lp-voice__check p {
    font-size: 13px;
  }
  .lp-voice__catch {
    font-size: 18px;
  }
}
/*# sourceMappingURL=top.css.map */