@charset "utf-8";



/* ======================================
   共通内容
====================================== */

.lp-heading__main::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--bs-teal);
  display: block;
  margin: 18px auto 0;
}

.lp-problem__inner2 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 92%;
  z-index: 5;
  padding: 0px 0;
}

.lp-problem__arrowarea {
  position: relative;
  padding: 70px 0;
}

.lp-problem__arrowbg {
  position: absolute;
  width: 100%;
  z-index: 3;
  height: 100%;
}

.lp-problem__arrowbg img {
   width: 100%;
   height: 100%;
   object-fit: cover!important;
   /* object-position: left; */
   opacity: 0.3;
}


.scroll-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.arrow-down {
  display: inline-block;
  animation: arrowFloat 1.8s ease-in-out infinite;
  line-height: 1em;
    font-size: 60px;
    color: var(--bs-teal);
}

.arrow-down-blue {
  color: var(--bs-primary);
}

.arrow-down svg {
  width: 100px;
  color: var(--bs-teal);
}

@keyframes arrowFloat {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(6px);
    opacity: 1;
  }
  60% {
    transform: translateY(10px);
    opacity: 0.85;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* ======================================
   Hero
====================================== */
.lp-hero {
  position: relative;
  overflow: hidden;
  /* padding: 96px 20px 88px; */
  padding: 0;
  /*background:
    linear-gradient(135deg, #f8fafc 0%, #ffffff 45%, #f4f7fb 100%);*/
}

.lp-hero__inner {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      align-items: center;
      gap: 20px;
      margin: 60px auto 0px auto;
      width: 92%;
      z-index: 5;
      grid-template-columns: 1fr 0.6fr;
}

/* ------------------------------
   LP背景装飾
------------------------------ */
.lp-hero__bg-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.lp-hero__bg-shape--01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index:3;
}

.lp-hero__bg-shape--01 img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}

.lp-hero__bg-shape--02 {
  width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
}

.lp-hero__bg-shape--02 img {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}

.lp-hero__bg-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to right, rgba(0,0,0,0.35), rgba(0,0,0,0.08));
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.35), rgba(0,0,0,0.08));
}

/* ------------------------------
   左カラム
------------------------------ */
.lp-hero__content {
  position: relative;
  z-index: 2;
  flex: 1 1 56%;
  max-width: 650px;
}

.lp-hero__target {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 14px;
  /* border: 1px solid rgba(17,17,17,0.14); */
  /* border-radius: 999px; */
  background: var(--bs-teal);
  backdrop-filter: blur(4px);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #fff;
}

.lp-hero__title {
  margin: 0 0 24px;
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.01em;
  color: #111;
}

.lp-hero__lead {
  margin: 0 0 5px 0;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  /* padding: 5px 10px; */
  bo;
  /* border: 2px solid var(--bs-primary); */
  display: inline-block;
  /* background: #fff; */
}

.lp-hero__text {
  max-width: 620px;
  margin-bottom: 36px;
  /* background: #fff; */
  /* padding: 20px; */
}

.lp-hero__text p {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
  padding: 10px;
  background: #fff;
  line-height: 1.8em;
  font-weight: bold;
  display: inline-block;
}

.lp-hero__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .lp-hero__inner {
    
  }
}

/* ------------------------------
   ボタン
------------------------------ */
.lp-hero__buttons {
  display: grid;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 28px;
  /* border-radius: 999px; */
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.lp-btn:hover {
  transform: translateY(-2px);
  opacity: 0.5;
}

.lp-btn--primary {
  background: var(--bs-teal);
  /* border: 2px solid #111; */
  color: #fff;
  box-shadow: 0 10px 24px rgba(17,17,17,0.16);
}

.lp-btn--primary:hover {
  background: #222;
  border-color: #222;
}

.lp-btn--ghost {
  background: var(--bs-primary);
  /* border: 2px solid #111; */
  color: #fff;
}

.lp-btn--ghost:hover {
  background: #111;
  color: #fff;
}

.lp-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.lp-btn__arrow {
  line-height: 1;
  flex-shrink: 0;
}

/* ------------------------------
   右カラム画像
------------------------------ */
.lp-hero__image {
  position: relative;
  z-index: 2;
  flex: 1 1 44%;
  display: flex;
  justify-content: center;
}

.lp-hero__image-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 0px;
}

/* .lp-hero__image-wrap::before {
  content: "";
  position: absolute;
  inset: 40px 0 0 60px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(17,17,17,0.10), rgba(17,17,17,0.02));
  transform: rotate(-6deg);
  z-index: -1;
}

.lp-hero__image-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background:
    linear-gradient(rgba(17,17,17,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,17,17,0.08) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.65;
  z-index: -1;
} */

.lp-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-hero__profile {
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: flex;
    background-color: #fff;
    flex-direction: row-reverse;
    padding: 30px 10px;
    font-size: 10px;
}

.lp-hero__profile p {
    writing-mode: vertical-lr;
    margin: 0;
    font-size: 14px;
}


.lp-hero__top-cta {
  padding: 30px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}




/* =============================
  HERO 実績ポイント
============================= */
.lp-3points {
  padding: 30px 0;
  background:linear-gradient(90deg, #fff,#f7f7f7);
}

.lp-hero__points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 42px auto;
  max-width: 960px;
  position: relative;
  z-index: 5;
}

/* 1つ */
.lp-hero__point {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transform: translateY(0);
  transition: transform .3s;
}

.lp-hero__point:hover {
  transform: translateY(-6px);
}

/* 画像 */
.lp-hero__point img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ------------------------------
   レスポンシブ
------------------------------ */

@media (max-width: 980px) {
.lp-hero {
    /* padding: 72px 20px 64px; */
    padding: 0;
  }

  .lp-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .lp-hero__content {
    max-width: 100%;
  }

  .lp-hero__image {
    width: 100%;
  }

  .lp-hero__image-wrap {
    max-width: 460px;
    margin: 0 auto;
  }

  .lp-hero__image-wrap::before {
    inset: 32px 0 0 40px;
  }

  .lp-hero__points {
    grid-template-columns: repeat(2, 1fr);
    max-width: 420px;
  }

  .lp-hero__profile {
    right: 0px;
    padding: 20px 10px;
    left: auto;
}

.lp-hero__profile p {
  font-size: 11px;
}

}


@media screen and (min-width:426px) and (max-width:900px) {
  .lp-hero__profile p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {

  .lp-hero__points {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 30px;
    width: 92%;
  }

}

@media (max-width: 767px) {
  .lp-hero {
    padding: 0;
  }

  .lp-hero__target {
    margin-bottom: 16px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .lp-hero__title {
    margin-bottom: 18px;
    font-size: clamp(28px, 8vw, 40px);
  }

  .lp-hero__lead {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.75;
  }

  .lp-hero__text {
    margin-bottom: 28px;
  }

  .lp-hero__text p {
    font-size: 15px;
    line-height: 1.8;
  }

  .lp-hero__buttons {
    flex-direction: column;
    width: 92%;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .lp-btn {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .lp-hero__image-wrap {
    padding: 12px 12px 0 12px;
  }

  .lp-hero__image-wrap::before {
    inset: 24px 0 0 24px;
    border-radius: 20px;
  }

  .lp-hero__image-wrap::after {
    width: 84px;
    height: 84px;
    border-radius: 16px;
  }
}



/*=========================================================
こんな課題ありませんか？　lp-problem
=========================================================*/

.lp-problem {
  /* padding: 90px 20px; */
  padding: 0;
  background-color: #f7f7f759;
  /* background: linear-gradient(#f7f7f7 80%, var(--bs-teal) ); */
  position: relative;
}

.lp-problem__bg {
  position: absolute;
  width: 100%;
  z-index: 3;
  height: 100%;
}

.lp-problem__bg img {
   width: 100%;
   height: 100%;
   object-fit: cover!important;
   /* object-position: left; */
   opacity: 0.3;
   filter: grayscale(100%);
}



.lp-problem__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 92%;
  z-index: 5;
  padding: 90px 0;
}

.lp-problem__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-problem__icon img {
    width: 100%;
    max-width: 80px;
    margin-bottom: 20px;
}

.lp-problem__title,
.lp-section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.lp-problem__title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--bs-teal);
  display: block;
  margin: 18px auto 0;
}

/* グリッド */

.lp-problem__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
}

/* カード */

.lp-problem__card {
  background: #fff;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.lp-problem__cardTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
  display: inline-block;
}

.lp-problem__card p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.lp-problem__inner__catch {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.lp-problem__inner_title {
    position: relative;
}

.lp-problem__inner_img {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 200px;
    right: 0;
    bottom: 0;
}


.lp-problem__solution {
  background: linear-gradient(#20c99675, #179dca75);
  /* background-color: rgba(32, 201, 151,0.3); */
  margin: 30px auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* スマホ */

@media (max-width: 768px){
.lp-problem__inner__catch {
    display: grid;
    grid-template-columns: 1fr;
  }


  .lp-problem__inner_img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .lp-problem {
    padding: 70px 20px;
  }

  .lp-problem__grid {
    grid-template-columns: 1fr;
  }

  .lp-problem__title {
    font-size: 26px;
  }

}

/* ======================================
   Common Heading
====================================== */
.lp-heading {
  margin-bottom: 50px;
  text-align: center;
}

.lp-heading__en {
  margin: 0 0 10px;
  color: var(--bs-teal);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
}

.lp-heading__main {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.4;
  color: #111;
}

.lp-heading__sub {
  margin: 20px 0 10px;
  color: var(--bs-teal);
  font-size:clamp(18px,3vw,20px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
}

/*=========================================================
3つのメリット　lp-merit
=========================================================*/
.lp-merit {
  padding: 100px 20px;
  /* background: var(--bs-teal); */
  background: linear-gradient(var(--bs-teal), var(--bs-primary));
}

.lp-merit__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-merit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
  width: 92%;
  margin: 0 auto;
}

/* ------------------------------
   Card
------------------------------ */
.lp-meritCard {
  position: relative;
  height: 100%;
  padding: 34px 28px 30px;
  background: #fff;
  border: 1px solid #e9e9e9;
  /* border-radius: 24px; */
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.lp-meritCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /* border-radius: 24px 24px 0 0; */
  background: linear-gradient(90deg, var(--bs-cyan) 0%, var(--bs-primary) 100%);
}

/* ------------------------------
   Head
------------------------------ */
.lp-meritCard__head {
  margin-bottom: 26px;
}

.lp-meritCard__num {
  margin: 0 0 8px;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  line-height: 1;
  color: var(--bs-cyan);
}

.lp-meritCard__title {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.5;
}

.lp-meritCard__img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1em;
}

.lp-meritCard__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ------------------------------
   Figure box
------------------------------ */
.lp-meritCard__figureBox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin-top: 24px;
  padding: 20px;
  border: 2px dashed #d8d8d8;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fbfbfb 0%, #f3f3f3 100%);
  color: #888;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 92%;
  margin: 0 auto;
}

/* ------------------------------
   Body
------------------------------ */
.lp-meritCard__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lp-meritCard__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.lp-meritCard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lp-meritCard__list li {
  position: relative;
  padding: 14px 14px 14px 38px;
  background: #f7f7f7;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.lp-meritCard__list li strong {
  color: var(--bs-primary)!important;
}


.lp-meritCard__list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--bs-cyan);
  border-radius: 50%;
  box-sizing: border-box;
}

.lp-meritCard__list li::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 18px;
  width: 6px;
  height: 6px;
  background: var(--bs-cyan);
  border-radius: 50%;
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 1024px) {
  .lp-merit__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-meritCard__figureBox {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .lp-merit {
    padding: 70px 16px;
  }

  .lp-heading {
    margin-bottom: 36px;
  }

  .lp-meritCard {
    padding: 28px 20px 22px;
    /* border-radius: 18px; */
  }

  .lp-meritCard::before {
    /* border-radius: 18px 18px 0 0; */
  }

  .lp-meritCard__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .lp-meritCard__list li {
    padding: 12px 12px 12px 36px;
    font-size: 14px;
    line-height: 1.75;
  }
}

/*=========================================================
代表メッセージ　lp-message
=========================================================*/
.lp-message{
  padding:120px 20px;
}

.lp-message__inner{
  max-width:1100px;
  margin:auto;
}

/* 見出し */

.lp-message__heading{
  text-align:center;
  margin-bottom:60px;
}

.lp-message__sub{
  color:var(--bs-cyan);
  font-weight:700;
  letter-spacing:.15em;
  font-size:14px;
}

.lp-message__title{
  font-size:36px;
  font-weight:800;
}

/* 上段 */

.lp-message__hero{
  display: grid;
  gap:60px;
  align-items:center;
  margin-bottom:60px;
  grid-template-columns: 3fr 2fr;
  justify-content: start;
  align-items: self-start;
}

.lp-message__left {
  position: relative;
}

/* 引用 */

.lp-message__quote{
  flex:1;
  position:relative;
}

.lp-message__quote::before{
  content:"“";
  font-size:80px;
  color:var(--bs-cyan);
  position:absolute;
  left: 0;
  top:-30px;
}

.lp-message__quote::after{
  content:"”";
  font-size:80px;
  color:var(--bs-cyan);
  position:absolute;
  right: 0;
  bottom: -1em;
}

.lp-message__catch{
  font-size:28px;
  font-weight:700;
  line-height:1.7;
  padding: 0 30px;
}

/* 写真 */
.lp-message__right {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.lp-message__photo{
  flex:1;
  position: relative;
}

.lp-message__photo img{
  width:100%;
  border-radius:12px;
}


/* 本文 */
.lp-message__body{
  background:#f7f7f7;
  padding:30px;
  /* border-radius:14px; */
  line-height:2;
  font-size:16px;
  margin-top: 30px;
  /* box-shadow:0 10px 30px rgba(0,0,0,0.05); */
}

.lp-message__body p{
  margin-bottom:24px;
}

.lp-message__body p:last-child {
    margin-bottom: 0;
}

.lp-message__profile {
  padding: 15px;
  background-color: #f7f7f7;
  position: relative;
  top: -50px;
  left: 0;
}

.lp-message__profile p {
  font-weight:600;
}

/* レスポンシブ */
@media(max-width:900px){
  .lp-message {
        padding: 50px 0;
        width: 92%;
        margin: 0 auto;
  }

  .lp-message__hero{
    flex-direction:column;
    gap:0px;
    grid-template-columns: 1fr;
  }

  .lp-message__catch{
    font-size:18px;
  }

  .lp-message__body{
    padding:30px;
  }

  .lp-message__left {
    order:2;
  }

  .lp-message__profile p {
    font-weight: 600;
    font-size: 12px;
}

  .lp-message__photo{
  display:flex;
    align-items:center;
    justify-content: center;
}
  
  .lp-message__photo img {
    width: 80%;
}
}

/*=========================================================
提携後の流れ　lp-flow
=========================================================*/
.lp-flow {
  padding: 80px 20px;
  background: #f7f7f7;
}

.lp-flow__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.lp-flow__heading {
  text-align: center;
  margin-bottom: 56px;
}

.lp-flow__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.lp-flow__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}

.lp-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.lp-flow__card {
  background: #fff;
  border: 2px solid #e5e7eb;
  /* border-radius: 20px; */
  padding: 32px 24px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform .3s;
}

.lp-flow__card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.lp-flow__card--blue {
  border-color: var(--bs-teal);
}

.lp-flow__card--orange {
  border-color: #179CCA; /* 中間色 */
}

.lp-flow__card--green {
  border-color: var(--bs-primary);
}

.lp-flow__step {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.lp-flow__card--blue .lp-flow__step {
  background:  var(--bs-teal);
}

.lp-flow__card--orange .lp-flow__step {
  background: #179cca;
}

.lp-flow__card--green .lp-flow__step {
  background:  var(--bs-primary);
}

.lp-flow__card-title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #111827;
}

.lp-flow__text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #4b5563;
}

.lp-flow__box {
  border-radius: 12px;
  padding: 16px;
}

.lp-flow__box--blue {
  background: #f7f7f7;
}

.lp-flow__box--orange {
  background: #f7f7f7;
}

.lp-flow__box--green {
  background: #f7f7f7;
}

.lp-flow__box-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.lp-flow__box--blue .lp-flow__box-title {
  color: var(--bs-teal);
}

.lp-flow__box--orange .lp-flow__box-title {
  color: #179CCA
}

.lp-flow__box--green .lp-flow__box-title {
  color: var(--bs-primary);
}

.lp-flow__list {
  margin: 0;
  padding-left: 1.2em;
}

.lp-flow__list li {
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
}

@media (max-width: 959px) {
  .lp-flow {
    padding: 64px 20px;
  }

  .lp-flow__heading {
    margin-bottom: 40px;
  }

  .lp-flow__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-flow__card {
    padding: 28px 20px 20px;
  }

  .lp-flow__card-title {
    font-size: 20px;
  }

  .lp-flow__step {
    width: 72px;
    height: 72px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}


/*=========================================================
提携事業者様の声
=========================================================*/
.lp-voice {
  padding: 80px 20px;
  background: #f7f7f7;
}

.lp-voice__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.lp-voice__heading {
  text-align: center;
  margin-bottom: 56px;
}

.lp-voice__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}

.lp-voice__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}

.lp-voice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.lp-voice__card {
  background: #fff;
  /* border-radius: 24px; */
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.lp-voice__card span.marker {
font-size:18px
}

.lp-voice__head {
  padding: 24px;
  color: #fff;
}

.lp-voice__head--blue {
  background: var(--bs-teal);
}

.lp-voice__head--orange {
  background: var(--bs-primary);
}

.lp-voice__company {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.lp-voice__meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.92;
  color: #fff;
}

.lp-voice__body {
  padding: 32px;
}

.lp-voice__hero {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.lp-voice__icon-space {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f3f4f6;
  border: 1px dashed #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.lp-voice__icon-space img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lp-voice__hero-text {
  min-width: 0;
}

.lp-voice__catch {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.lp-voice__catch--blue {
  /* color: #1e3a8a; */
}

.lp-voice__catch--orange {
  /* color: var(--bs-primary); */
}

.lp-voice__comment {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 2;
  color: #374151;
}

.lp-voice__result {
  /* border-radius: 16px; */
  padding: 20px;
}

.lp-voice__result--blue {
  background: #f7f7f7;
}

.lp-voice__result--orange {
  background: #f7f7f7;
}

.lp-voice__result-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.lp-voice__result--blue .lp-voice__result-title {
  color: var(--bs-teal);
}

.lp-voice__result--orange .lp-voice__result-title {
  color: var(--bs-primary);
}

.lp-voice__result-list {
  margin: 0;
  padding-left: 1.2em;
}

.lp-voice__result-list li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

@media (max-width: 959px) {
  .lp-voice {
    padding: 64px 20px;
  }

  .lp-voice__heading {
    margin-bottom: 40px;
  }

  .lp-voice__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-voice__body {
    padding: 24px 20px;
  }

  .lp-voice__hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-voice__icon-space {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }

  .lp-voice__catch {
    font-size: 24px;
    text-align: center;
  }

  .lp-voice__company {
    font-size: 20px;
  }

  .lp-voice__result-list li {
    font-size: 17px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .lp-voice__title {
    font-size: 30px;
  }

  .lp-voice__catch {
    font-size: 22px;
  }

  .lp-voice__comment {
    font-size: 14px;
    line-height: 1.9;
  }

  .lp-voice__result-list li {
    font-size: 16px;
  }
}

/*=========================================================
提携契約の概要　lp-contract
=========================================================*/
.lp-contract {
  padding: 80px 20px;
  background: #fff;
}

.lp-contract__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.lp-contract__heading {
  text-align: center;
  margin-bottom: 40px;
}

.lp-contract__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.lp-contract__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}

.lp-contract__tab-buttons {
  display: grid;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  /* margin-bottom: 28px; */
  grid-template-columns: repeat(5,1fr);
}

.lp-contract__tab {
  appearance: none;
  border: 1px solid #eee;
  background: #fff;
  color: #374151;
  /* border-radius: 9999px; */
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lp-contract__tab:hover {
  background-color: #eeeeee;
}

/* アクティブ時 */
.tab-color-01.is-active{
  background:var(--bs-teal);
  color:#fff;
}

.tab-color-02.is-active{
  background:var(--bs-primary);
  color:#fff;
}

.tab-color-03.is-active{
  background:#e9d5ff;
  color:#fff;
}

.tab-color-04.is-active{
  background:#c7d2fe;
  color:#fff;
}

.tab-color-05.is-active{
  background:#fecaca;
  color:#fff;
}



.lp-contract__panels {
  position: relative;
}

.lp-contract__panel {
  display: none;
}

.lp-contract__panel.is-active {
  display: block;
}

.lp-contract__panel-box {
  /* border-radius: 24px; */
  padding: 32px;
  border: 2px solid transparent;
}

.lp-contract__panel-box--blue {
  background: #20c99729;
  border-color: #20c997;
}

.lp-contract__panel-box--green {
  background: #0d6efd0d;
  border-color: #0d6efd45;
}

.lp-contract__panel-box--purple {
  background: #faf5ff;
  border-color: #e9d5ff;
}

.lp-contract__panel-box--indigo {
  background: #eef2ff;
  border-color: #c7d2fe;
}

.lp-contract__panel-box--red {
  background: #fef2f2;
  border-color: #fecaca;
}

.lp-contract__panel-title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

.lp-contract__price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lp-contract__price-card {
  background: #fff;
  /* border-radius: 18px; */
  padding: 20px;
}

.lp-contract__price-label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

.lp-contract__price-value {
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.lp-contract__price-value span {
  font-size: 16px;
  font-weight: 500;
}

.lp-contract__price-value--green {
  color: var(--bs-teal);
}

.lp-contract__price-value--blue {
  color: var(--bs-primary);
}

.lp-contract__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
}

.lp-contract__price-list {
  margin: 0;
}

.lp-contract__price-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 6px;
}

.lp-contract__price-list dt {
  font-size: 14px;
  color: #374151;
}

.lp-contract__price-list dd {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #f70288;
}

.lp-contract__check-list {
  margin: 0;
  padding-left: 1.2em;
}

.lp-contract__check-list li {
  font-size: 16px;
  line-height: 1.9;
  color: #374151;
}

.lp-contract__check-list li + li {
  margin-top: 8px;
}

.lp-contract__check-list strong {
  color: var(--bs-primary);
}

.lp-contract__check-list--compact li {
  font-size: 15px;
  line-height: 1.8;
}

.lp-contract__tool-box {
  margin-top: 24px;
  background: #fff;
  /* border-radius: 16px; */
  padding: 18px;
}

.lp-contract__tool-title {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
}

.lp-contract__tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-contract__tool-tags span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 9999px;
  background: #e5e7eb;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
}

.lp-contract__compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.lp-contract__compliance-card {
  background: rgba(255, 255, 255, 0.72);
  /* border-radius: 18px; */
  padding: 20px;
}

.lp-contract__compliance-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #991b1b;
}

.lp-contract__alert {
  margin-top: 18px;
  /* border-radius: 14px; */
  padding: 16px 18px;
}

.lp-contract__alert p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  /* color: #374151; */
}

.lp-contract__alert-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
}

.lp-contract__alert--orange {
  background: #ffedf9;
}

.lp-contract__alert--orange .lp-contract__alert-title {
  color: #f70288;
}

.lp-contract__alert--white {
  background: #fff;
}

@media (max-width: 959px) {
  .lp-contract {
    padding: 64px 20px;
  }

  .lp-contract__price-grid {
    grid-template-columns: 1fr;
  }

  .lp-contract__compliance-grid {
    grid-template-columns: 1fr;
  }

  .lp-contract__panel-box {
    padding: 24px 20px;
  }

  .lp-contract__panel-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .lp-contract__tab-buttons {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .lp-contract__tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .lp-contract__title {
    font-size: 30px;
  }

  .lp-contract__panel-title {
    font-size: 22px;
  }

  .lp-contract__price-value {
    font-size: 32px;
  }

  .lp-contract__check-list li {
    font-size: 15px;
  }
}

/*=========================================================
よくあるご質問　lp-faq
=========================================================*/
.lp-faq {
  padding: 80px 20px;
  background: #f8fafc;
}

.lp-faq__inner {
  width: min(100%, 960px);
  margin: 0 auto;
}

.lp-faq__heading {
  text-align: center;
  margin-bottom: 40px;
}

.lp-faq__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.lp-faq__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}

.lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-faq__item {
  background: #fff;
  border: 1px solid #e5e7eb;
  /* border-radius: 18px; */
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.lp-faq__question {
  width: 100%;
  padding: 24px 28px;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.lp-faq__question:hover {
  background: #f9fafb;
}

.lp-faq__question-label {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-primary);
}

.lp-faq__question-text {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #1f2937;
  padding-right: 40px;
}

.lp-faq__icon {
  position: absolute;
  right: 28px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.25s ease;
}

.lp-faq__question.is-open .lp-faq__icon {
  transform: translateY(-30%) rotate(-135deg);
}

.lp-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.lp-faq__answer.is-open {
  grid-template-rows: 1fr;
}

.lp-faq__answer-inner {
  overflow: hidden;
  border-top: 1px solid #e5e7eb;
  padding: 0 28px;
}

.lp-faq__answer.is-open .lp-faq__answer-inner {
  padding-top: 20px;
  padding-bottom: 24px;
}

.lp-faq__answer-inner p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #4b5563;
}

@media (max-width: 767px) {
  .lp-faq {
    padding: 64px 20px;
  }

  .lp-faq__heading {
    margin-bottom: 32px;
  }

  .lp-faq__question {
    padding: 20px 20px;
    align-items: flex-start;
  }

  .lp-faq__question-text {
    font-size: 17px;
    line-height: 1.7;
    padding-right: 36px;
  }

  .lp-faq__icon {
    right: 20px;
    width: 12px;
    height: 12px;
  }

  .lp-faq__answer-inner {
    padding: 0 20px;
  }

  .lp-faq__answer-inner p {
    font-size: 14px;
    line-height: 1.9;
  }
}



.lp-contactform {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}