@charset "UTF-8";
.lp-phase__img-wrap, .lp-positioning__img-wrap, .lp-steps__img-wrap, .lp-table__img-wrap, .lp-features__img-wrap, .lp-promotion__img-wrap, .lp-issues__img-wrap {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.lp-phase__img-wrap img, .lp-positioning__img-wrap img, .lp-steps__img-wrap img, .lp-table__img-wrap img, .lp-features__img-wrap img, .lp-promotion__img-wrap img, .lp-issues__img-wrap img {
  width: 100%;
  height: auto;
}

/* ベース */
.lp-main {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background-color: #FFF0F2;
  overflow-x: hidden;
}
.lp-main *,
.lp-main *::before,
.lp-main *::after {
  box-sizing: border-box;
}

.lp-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .lp-section {
    padding: 60px 0;
  }
}
.lp-section__sub {
  display: block;
  color: #E58299;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 12px;
}
.lp-section__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-section__title {
    font-size: 26px;
  }
}

.lp-main .lp-section__lead {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .lp-main .lp-section__lead {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.lp-border-title {
  font-size: 28px;
  font-weight: 700;
  padding-left: 16px;
  border-left: 4px solid #E58299;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .lp-border-title {
    font-size: 20px;
  }
}

/* フェードインアニメーション */
.js-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade:nth-child(1) {
  transition-delay: 0s;
}

.js-fade:nth-child(2) {
  transition-delay: 0.1s;
}

.js-fade:nth-child(3) {
  transition-delay: 0.2s;
}

.js-fade:nth-child(4) {
  transition-delay: 0.3s;
}

.js-fade:nth-child(5) {
  transition-delay: 0.4s;
}

.js-fade:nth-child(6) {
  transition-delay: 0.5s;
}

/* ヒーロー */
.lp-hero {
  padding: 160px 0 100px;
  background-color: #FFF0F2;
  text-align: center;
}
.lp-hero__divider {
  width: 40px;
  height: 2px;
  background-color: #E58299;
  margin: 30px auto 0;
}
.lp-hero__logo {
  width: 80%;
  max-width: 720px;
  height: auto;
  display: block;
  margin: 0 auto 128px;
}

/* メンバー */
.lp-members {
  background-color: #FFF0F2;
  padding: 0 0 100px;
}
.lp-members__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 960px) {
  .lp-members__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .lp-members__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.lp-members__item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 10px 30px rgba(229, 130, 153, 0.06);
  text-align: center;
}
.lp-members__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 24px;
  background-color: #eee;
}
.lp-members__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-members__position {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #E58299;
  border: 1px solid #E58299;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.lp-members__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.lp-members__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  text-align: left;
  margin-bottom: 16px;
}
.lp-members__cases {
  list-style: none;
  margin-bottom: 6px;
}
.lp-members__cases li {
  border-bottom: 1px solid #F3D3D9;
}
.lp-members__cases li.is-hidden {
  display: none;
}
.lp-members__cases li:last-of-type:not(.is-hidden) {
  border-bottom: none;
}
.lp-members__cases a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  padding: 8px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  transition: background-color 0.2s;
}
.lp-members__cases a span::before {
  content: "•";
  color: #E58299;
  margin-right: 6px;
}
.lp-members__case-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.lp-members__cases-wrap {
  border-top: 1px solid #F3D3D9;
  padding-top: 12px;
  margin-bottom: 16px;
  text-align: left;
}
.lp-members__cases-label {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}
.lp-members__more-btn {
  width: 100%;
  background-color: rgba(229, 130, 153, 0.1);
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #993556;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.lp-members__more-btn:hover {
  background-color: rgba(229, 130, 153, 0.18);
}
.lp-members__more-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #993556;
  border-bottom: 2px solid #993556;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s;
}
.lp-members__more-btn.is-open::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}
.lp-members__btn {
  display: block;
  padding: 14px 20px;
  background: linear-gradient(90deg, #f4a0b4, #f4c07a);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
  margin-top: auto;
}
.lp-members__btn:hover {
  opacity: 0.85;
}
.lp-members__btn span {
  margin-left: 8px;
}

/* 企業が抱える課題 */
.lp-issues {
  background-color: #FFF0F2;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .lp-issues {
    padding: 60px 20px;
  }
}
.lp-issues__catch {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.lp-issues__lead {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 50px;
}
.lp-issues__lead strong {
  color: #333333;
}
.lp-issues__flex {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 840px) {
  .lp-issues__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.lp-issues__list {
  flex: 1;
  list-style: none;
}
.lp-issues__list li {
  position: relative;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
.lp-issues__list li:last-child {
  margin-bottom: 0;
}
.lp-issues__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  background-color: #E58299;
  border-radius: 50%;
}
.lp-issues__box {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(229, 130, 153, 0.1);
}
.lp-issues__box-title {
  font-size: 15px;
  font-weight: 700;
  color: #E58299;
  margin-bottom: 24px;
}
.lp-issues__patterns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-issues__pattern-item dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-issues__pattern-item dd {
  font-size: 13px;
  color: #666666;
  padding-left: 28px;
}
.lp-issues__x {
  color: #E58299;
  font-weight: 700;
}
.lp-issues__img-wrap {
  bottom: 0;
  right: 8%;
  width: 12%;
}
@media (max-width: 768px) {
  .lp-issues__img-wrap {
    width: 30%;
  }
}

/* プロモーション */
.lp-promotion {
  background-color: #FFF0F2;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .lp-promotion {
    padding: 60px 20px;
  }
}
.lp-promotion__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 840px) {
  .lp-promotion__flex {
    flex-direction: column;
    gap: 40px;
  }
}
.lp-promotion__chart-area {
  flex: 1;
  background: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .lp-promotion__chart-area {
    padding: 25px 20px;
  }
}
.lp-promotion__text-area {
  flex: 1;
  padding-top: 10px;
}
.lp-promotion__lead {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.lp-promotion__text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 30px;
}
.lp-promotion__cards {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .lp-promotion__cards {
    flex-direction: column;
  }
}
.lp-promotion__card {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
  color: #333333;
}
.lp-promotion__card-label {
  font-size: 13px;
  font-weight: 700;
  color: #E58299;
  margin-bottom: 8px;
  display: block;
}
.lp-promotion__card-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.lp-promotion__img-wrap {
  bottom: 0;
  left: 8%;
  width: 12%;
}
@media (max-width: 768px) {
  .lp-promotion__img-wrap {
    display: none;
  }
}

.lp-chart__label {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 24px;
}
.lp-chart__row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.lp-chart__row:last-child {
  margin-bottom: 0;
}
.lp-chart__name {
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.lp-chart__name.--sub {
  font-weight: 400;
  color: #666666;
  font-size: 13px;
}
.lp-chart__bar-outer {
  flex: 1;
  min-width: 100px;
  display: flex;
  align-items: center;
}
.lp-chart__bar-wrap {
  flex: 1;
  min-width: 120px;
}
@media (max-width: 560px) {
  .lp-chart__bar-wrap {
    width: 80%;
  }
}
.lp-chart__bar-wrap {
  height: 24px;
  background-color: rgba(229, 130, 153, 0.12);
  border-radius: 12px;
  overflow: hidden;
}
.lp-chart__bar-wrap.--gray {
  background-color: #eee;
}
.lp-chart__bar {
  height: 100%;
  border-radius: 12px;
  width: 0;
  transition: width 1s ease;
}
.lp-chart__bar.--jeanne {
  background: linear-gradient(90deg, #E58299, #F4A261);
}
.lp-chart__bar.--avg {
  background: #ccc;
}
.lp-chart__bar-label {
  font-size: 13px;
  font-weight: 700;
  color: #E58299;
  white-space: nowrap;
  margin-left: 12px;
  flex-shrink: 0;
}
.lp-chart__divider {
  border: none;
  border-top: 1px solid #F3D3D9;
  margin: 16px 0;
}

/* 対応範囲 */
.lp-features {
  background-color: #FFF0F2;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .lp-features {
    padding: 60px 20px;
  }
}
.lp-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 960px) {
  .lp-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .lp-features__grid {
    grid-template-columns: 1fr;
  }
}
.lp-features__item {
  background-color: #FFFFFF;
  padding: 35px 24px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #F3D3D9;
}
.lp-features__icon {
  font-size: 32px;
  margin-bottom: 15px;
}
.lp-features__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.lp-features__item-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  text-align: left;
}
.lp-features__img-wrap {
  bottom: 0;
  right: 8%;
  width: 12%;
}
@media (max-width: 768px) {
  .lp-features__img-wrap {
    right: 2%;
    width: 20%;
  }
}

/* テーブル */
.lp-table {
  background-color: #FFF0F2;
  padding: 100px 0;
  position: relative;
}
.lp-table__img-wrap {
  bottom: 0;
  left: 8%;
  width: 8%;
}
@media (max-width: 768px) {
  .lp-table__img-wrap {
    display: none;
  }
}

.lp-table__wrapper {
  width: 100%;
  overflow-x: auto;
}

.lp-table__card {
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 0 4px 20px rgba(229, 130, 153, 0.1);
}

.lp-comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}
.lp-comparison-table th {
  padding: 20px 28px;
  font-size: 15px;
  font-weight: 700;
  background-color: #E58299;
  color: #fff;
}
.lp-comparison-table th:first-child {
  border-radius: 20px 0 0 0;
}
.lp-comparison-table th:last-child {
  border-radius: 0 20px 0 0;
}
.lp-comparison-table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}
.lp-comparison-table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.lp-comparison-table td {
  padding: 20px 28px;
  font-size: 15px;
  border-bottom: 1px solid #F3D3D9;
  background-color: #FFFFFF;
}
.lp-comparison-table tr:last-child td {
  border-bottom: none;
}
.lp-comparison-table td.--highlight {
  font-weight: 700;
}

/* 入口商材 */
.lp-steps {
  background-color: #FFF0F2;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .lp-steps {
    padding: 60px 20px;
  }
}
.lp-steps__list {
  max-width: 760px;
  margin: 0 auto;
}
.lp-steps__item {
  display: flex;
  align-items: flex-start;
  padding: 35px 0;
  border-bottom: 1px solid #F3D3D9;
}
.lp-steps__item:first-child {
  border-top: 1px solid #F3D3D9;
}
@media (max-width: 600px) {
  .lp-steps__item {
    flex-direction: column;
  }
}
.lp-steps__number {
  font-size: 54px;
  font-weight: 700;
  color: rgba(229, 130, 153, 0.8);
  line-height: 1;
  margin-right: 40px;
  min-width: 70px;
}
@media (max-width: 600px) {
  .lp-steps__number {
    margin-bottom: 10px;
    font-size: 44px;
  }
}
.lp-steps__content {
  flex: 1;
}
.lp-steps__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lp-steps__item-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}
.lp-steps__img-wrap {
  bottom: 0;
  right: 8%;
  width: 12%;
}
@media (max-width: 768px) {
  .lp-steps__img-wrap {
    right: 2%;
    width: 30%;
  }
}

/* ポジショニング */
.lp-positioning {
  background-color: #FFF0F2;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .lp-positioning {
    padding: 60px 20px;
  }
}
.lp-positioning__sub {
  display: block;
  color: #E58299;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.lp-positioning__quote {
  font-size: 64px;
  color: #E58299;
  line-height: 1;
  height: 50px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.lp-positioning__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-positioning__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.lp-positioning__text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
}
.lp-positioning__img-wrap {
  right: 8%;
  width: 12%;
}
@media (max-width: 768px) {
  .lp-positioning__img-wrap {
    right: 2%;
    width: 30%;
  }
}

/* 展望 */
.lp-phase {
  background-color: #FFF0F2;
  padding: 100px 0;
  position: relative;
}
.lp-phase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.lp-phase__grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 2px;
  background-color: #E58299;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 840px) {
  .lp-phase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .lp-phase__grid::before {
    display: none;
  }
}
@media (max-width: 560px) {
  .lp-phase__grid {
    grid-template-columns: 1fr;
  }
}
.lp-phase__item {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 840px) {
  .lp-phase__item {
    margin: 0;
  }
}
.lp-phase__label {
  font-size: 20px;
  font-weight: 700;
  color: #E58299;
  margin-bottom: 16px;
}
.lp-phase__text {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
}
.lp-phase__img-wrap {
  bottom: 0;
  left: 8%;
  width: 12%;
}
@media (max-width: 768px) {
  .lp-phase__img-wrap {
    width: 30%;
  }
}

/* お問い合わせ */
.lp-contact .lp-container {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .lp-contact .lp-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}/*# sourceMappingURL=page-woman_sales_jeanne.css.map */