/* ===== Reset ===== */
.lp *, .lp *::before, .lp *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lp {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.lp img {
  max-width: 100%;
  display: block;
}

.lp ul {
  list-style: none;
}

.lp section {
  padding: 60px 20px;
}

.lp h2 {
  font-size: 22px;
  color: #00a99d;
  font-weight: 300;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  padding: 6px 16px;
}

.lp .section-title-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.lp h3 {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #3e3d3d;
}

.lp p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.8;
}

/* ===== FV ===== */
.lp .fv {
  background: url(https://www.kollega.co.jp/cms/wp-content/uploads/2026/04/fv.png) center/cover no-repeat;
  background-color: #0a1628;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  position: relative;
}

.lp .fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.lp .fv-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lp .fv h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.3;
}

.lp .fv p {
  font-size: 20px;
  margin-bottom: 32px;
  opacity: 0.9;
  color: #fff;
}

.lp .btn {
  display: inline-block;
  background: #00a99d;
  color: #fff;
  padding: 10px 70px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(0, 169, 157, 0.4);
}

.lp .btn:hover {
  background: #007f75;
  transform: translateY(-2px);
}

/* ===== sec1 ===== */
.lp .sec1 {
  background: #fff;
}

.lp .block {
  max-width: 840px;
  margin: 0 auto 60px;
  text-align: center;
}

.lp .block:last-child {
  margin-bottom: 0;
}

.lp .block-inner {
  display: flex !important;
  flex-direction: column !important;
  margin-top: 20px;
}

.lp .block-inner img {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.lp .block-inner p {
  font-size: 20px;
}

.lp .block:nth-child(even) .block-inner {
  flex-direction: column-reverse !important;
}

.lp .block:nth-child(even) .block-inner img {
  margin-left: 40px;
}

/* ===== sec2 ===== */
.lp .sec2 {
  background: #f5f5f5;
}

/* ===== flow 共通 ===== */
.lp .flow {
  max-width: 800px;
  margin: 0 auto;
}

.lp .box {
  position: relative;
  background: #fff;
  padding: 20px 24px;
  margin-bottom: 48px;
  display: flex !important;
  align-items: flex-start;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.lp .box > * + * {
  margin-left: 16px;
}

.lp .box::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #00a99d;
}

.lp .flow li:last-child .box::after {
  display: none;
}

.lp .flow li:last-child .box {
  margin-bottom: 0;
}

.lp .box img {
  width: 44px;
  flex-shrink: 0;
}

.lp .box-content {
  flex: 1;
}

/* sec2 専用 */
.lp .sec2 .box img {
  width: 60px;
  margin: auto;
}

.lp .sec2 .title {
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 4px;
  color: #3e3d3d;
}

.lp .sec2 .box {
  border-radius: 100px;
}

.lp .sec2 .box::after {
  display: none;
}

/* ===== sec3 ===== */
.lp .sec3 {
  background: #fff;
}

.lp .sec3 .box img {
  width: 60px;
  margin: auto;
}

/* ===== sec4 ===== */
.lp .sec4 {
  background: #f5f5f5;
}

.lp .sec4 .flow .box-content p {
  font-weight: 300;
  font-size: 23px;
  color: #3e3d3d;
  margin-left: 15px;
}

.lp .sec4 > .section-title-wrap + p,
.lp .sec4 > p {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.lp .sec4 > p:last-of-type {
  margin-top: 32px;
  margin-bottom: 0;
}

.lp .sec4 .flow .box {
  padding: 10px;
  margin: auto auto 48px auto;
  align-items: center;
  border-radius: 50px;
  max-width: 650px;
}

.lp .sec4 .box img {
  width: 60px;
  margin: auto;
}

/* ===== sec5 ===== */
.lp .sec5 {
  background: #fff;
  text-align: center;
}

.lp .sec5 img {
  max-width: 700px;
  margin: 24px auto 0;
  border-radius: 8px;
}

/* ===== contact ===== */
.lp .contact {
  background: #34A490;
  padding: 60px 20px;
}

.lp .contact h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.lp .contact-sub {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 32px;
}

.lp .contact .section-title-wrap {
  margin-bottom: 4px;
}

/* ===== Responsive ===== */
/* ===== Responsive ===== */
@media (max-width: 767px) {
  .lp .block:nth-child(even) .block-inner img {
    margin-left: 0;
  }

  .lp .sec3 .box {
    flex-direction: column;
  }

  .lp .sec4 .flow .box-content p {
    font-size: 18px;
  }

  .lp .sec2 .box img {
    display: none;
  }

  .lp .btn {
    font-size: 18px;
  }

  .lp .sec2 .box {
    border-radius: 20px;
  }

  .lp .sec3 .box img {
    margin-bottom: 12px;
  }

  .lp .sec3 .box-content {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .lp h2 {
    font-size: 26px;
  }

  .lp .fv h1 {
    font-size: 48px;
  }

  .lp .fv p {
    font-size: 23px;
  }

  .lp .block-inner {
    flex-direction: row !important;
    align-items: center !important;
  }

  .lp .block:nth-child(even) .block-inner {
    flex-direction: row-reverse !important;
  }

  .lp .block-inner img {
    width: 42% !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 40px !important;
  }

  .lp .block-inner p {
    flex: 1 !important;
    text-align: left !important;
  }
}