@charset "UTF-8";
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
html:has(body.page-template-page-lp02) {
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
@media (max-width: 767px) {
  html:has(body.page-template-page-lp02) {
    overflow-x: clip;
  }
}

body.page-template-page-lp02,
body.page-template-page-lp02-confirm,
body.page-template-page-lp02-complete {
  background-color: #F0EEEE;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
@media (max-width: 767px) {
  body.page-template-page-lp02,
  body.page-template-page-lp02-confirm,
  body.page-template-page-lp02-complete {
    overflow-x: clip;
  }
}
body.page-template-page-lp02 .wrap,
body.page-template-page-lp02-confirm .wrap,
body.page-template-page-lp02-complete .wrap {
  padding-top: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  body.page-template-page-lp02 .wrap,
  body.page-template-page-lp02-confirm .wrap,
  body.page-template-page-lp02-complete .wrap {
    overflow-x: clip;
  }
}

.p-lp02 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
  padding-top: 0;
  position: relative;
  /* Section Common */
  /* Button Common */
}
@media (max-width: 767px) {
  .p-lp02 {
    overflow-x: clip;
    max-width: 100vw;
  }
}
.p-lp02 img {
  max-width: 100%;
  height: auto;
}
.p-lp02 .l-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-lp02 .l-inner {
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .p-lp02 .l-inner {
    max-width: calc(100vw - 360px - 40px);
    margin-left: 20px;
    margin-right: auto;
  }
}
@media (min-width: 1500px) {
  .p-lp02 .l-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: 380px;
  }
}
@media (min-width: 1800px) {
  .p-lp02 .l-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
.p-lp02 section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .p-lp02 section {
    padding: 60px 0;
  }
}
.p-lp02 .small-particle {
  font-size: 0.8em;
  display: inline;
  white-space: nowrap;
}
.p-lp02 .c-br-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-lp02 .c-br-sp {
    display: block;
  }
}
.p-lp02-section-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #E44D26;
}
@media (max-width: 767px) {
  .p-lp02-section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.p-lp02 .c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
}
.p-lp02 .c-btn:hover {
  opacity: 0.8;
}
.p-lp02 .c-btn--main {
  background: linear-gradient(to right, #E44D26, #F58220);
  color: #fff;
  border-radius: 100px;
  padding: 20px 60px;
  font-size: 1.8rem;
  box-shadow: 0 4px 10px rgba(228, 77, 38, 0.3);
}
@media (max-width: 767px) {
  .p-lp02 .c-btn--main {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}
.p-lp02 .c-btn--large {
  font-size: 2rem;
  padding: 25px 80px;
}
@media (max-width: 767px) {
  .p-lp02 .c-btn--large {
    font-size: 1.8rem;
    padding: 20px 40px;
  }
}
.p-lp02 .c-btn--secondary {
  width: 240px;
  height: 56px;
  border-radius: 6px;
  padding: 17px 24px;
  gap: 10px;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 4px 10px rgba(228, 77, 38, 0.3);
}
@media (max-width: 767px) {
  .p-lp02 .c-btn--secondary {
    width: 100%;
    max-width: 280px;
    font-size: 1.4rem;
  }
}
.p-lp02 .p-lp02-cta-area {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-lp02 .p-lp02-cta-area {
    margin-top: 40px;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.e-header-lp02 {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .e-header-lp02 {
    top: 10px;
    padding: 0 10px;
  }
}
.e-header-lp02__inner {
  max-width: 1408px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 32px;
  height: 72px;
}
@media (max-width: 767px) {
  .e-header-lp02__inner {
    height: 60px;
    padding: 10px 15px;
  }
}
.e-header-lp02__left {
  display: flex;
  align-items: center;
}
.e-header-lp02__left .logo {
  margin: 0;
  line-height: 1;
}
.e-header-lp02__left .logo img {
  display: block;
  height: 24px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1350px) {
  .e-header-lp02__left .logo img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .e-header-lp02__left .logo img {
    height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .e-header-lp02__center .nav__list {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .e-header-lp02__center {
    display: none;
  }
}
.e-header-lp02__center .nav__list {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.e-header-lp02__center .nav__list .nav__item a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1350px) {
  .e-header-lp02__center .nav__list .nav__item a {
    font-size: 1.2rem;
  }
}
.e-header-lp02__center .nav__list .nav__item a:hover {
  color: #E44D26;
}
.e-header-lp02__right .e-header-lp02__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.e-header-lp02__right .e-header-lp02__actions .btn-register {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1350px) {
  .e-header-lp02__right .e-header-lp02__actions .btn-register {
    font-size: 1.3rem;
    padding: 8px 15px;
  }
}
.e-header-lp02__right .e-header-lp02__actions .btn-register:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .e-header-lp02__right .e-header-lp02__actions .btn-register {
    font-size: 1.2rem;
    padding: 8px 15px;
  }
}
.e-header-lp02__right .e-header-lp02__actions .btn-client {
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1350px) {
  .e-header-lp02__right .e-header-lp02__actions .btn-client {
    font-size: 1.2rem;
    padding: 8px 15px;
  }
}
.e-header-lp02__right .e-header-lp02__actions .btn-client:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .e-header-lp02__right .e-header-lp02__actions .btn-client {
    display: none;
  }
}
.e-header-lp02__hamburger {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .e-header-lp02__hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.e-header-lp02__hamburger .hamburger-icon,
.e-header-lp02__hamburger .close-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.e-header-lp02__hamburger .hamburger-icon {
  opacity: 1;
}
.e-header-lp02__hamburger .close-icon {
  opacity: 0;
}
.e-header-lp02__hamburger.is-open .hamburger-icon {
  opacity: 0;
}
.e-header-lp02__hamburger.is-open .close-icon {
  opacity: 1;
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */
.e-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0eeee;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  padding-top: 80px;
}
.e-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.e-mobile-menu__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}
.e-mobile-menu__nav {
  flex: 1;
  padding: 0 16px;
}
.e-mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.e-mobile-menu__item {
  border-bottom: 1px solid #D9D9D9;
}
.e-mobile-menu__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4px;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.e-mobile-menu__item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.e-mobile-menu__item a::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("../../images/lp02/menu_arrow_right.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}
.e-mobile-menu__actions {
  padding: 10px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.e-mobile-menu__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}
.e-mobile-menu__btn:hover {
  opacity: 0.8;
}
.e-mobile-menu__btn--register {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
}
.e-mobile-menu__btn--client {
  background: #333;
  color: #fff;
}
.e-mobile-menu__footer {
  padding: 30px 20px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  gap: 20px;
}
.e-mobile-menu__marks {
  display: flex;
  gap: 10px;
  align-items: center;
}
.e-mobile-menu__marks img {
  height: 40px;
  width: auto;
}
.e-mobile-menu__copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #666;
  margin: 0;
}

body.menu-open {
  overflow: hidden;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: initial !important;
  }
}

/* ==========================================================================
   1. FV (Hero)
   ========================================================================== */
.p-lp02-fv {
  background: url("../../images/lp02/fv_bg2.png") no-repeat center top;
  background-size: cover;
  padding: 140px 0 100px;
  text-align: left;
  position: relative;
  min-height: 900px;
  overflow: hidden;
}
.p-lp02-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-lp02-fv {
    padding: 100px 0 60px;
    background: url("../../images/lp02/fv_bg_sp.png") no-repeat center top;
    background-size: 100% auto;
    min-height: 220vw;
  }
  .p-lp02-fv::before {
    display: none;
  }
}
.p-lp02-fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 160px;
  background: linear-gradient(to right, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media (max-width: 767px) {
  .p-lp02-fv::after {
    display: block;
  }
}
.p-lp02-fv__inner.l-inner {
  max-width: 100%;
  margin: 100px 0 0 0;
  padding: 0 40px 0 80px;
}
@media (min-width: 1600px) {
  .p-lp02-fv__inner.l-inner {
    padding: 0 80px 0 calc((100vw - 1400px) / 2);
  }
}
@media (min-width: 2000px) {
  .p-lp02-fv__inner.l-inner {
    padding: 0 100px 0 calc((100vw - 1600px) / 2);
  }
}
@media (max-width: 767px) {
  .p-lp02-fv__inner.l-inner {
    position: static;
    margin-top: 55px;
    padding: 0 16px;
  }
}
.p-lp02-fv__content {
  position: relative;
  z-index: 2;
  width: 55%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .p-lp02-fv__content {
    position: static;
    width: 100%;
    max-width: none;
  }
}
.p-lp02-fv__target {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}
@media (max-width: 767px) {
  .p-lp02-fv__target {
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
  }
}
.p-lp02-fv__main-copy {
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-lp02-fv__main-copy {
    text-align: left;
    margin-bottom: 8px;
  }
}
.p-lp02-fv__main-copy .line {
  display: inline-block;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  font-size: 5.4rem;
  font-weight: bold;
  padding: 3px 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  border-radius: 6px;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .p-lp02-fv__main-copy .line {
    font-size: 30px;
    padding: 0 0 4px 5px;
    letter-spacing: -2px;
  }
}
.p-lp02-fv__sub-copy {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-lp02-fv__sub-copy {
    text-align: left;
  }
}
.p-lp02-fv__sub-copy .badge {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 15px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.p-lp02-fv__sub-copy .badge__text {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-lp02-fv__sub-copy .badge .small {
  font-size: 0.85em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-lp02-fv__sub-copy .badge {
    font-size: 14px;
    margin-bottom: 3.5px;
    padding: 3.5px 7px;
  }
}
.p-lp02-fv__medals {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-lp02-fv__medals {
    position: absolute;
    bottom: 207px;
    left: 16px;
    right: 16px;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-lp02-fv__medals .medal-item {
    flex: 1;
    max-width: 150px;
  }
}
.p-lp02-fv__medals .medal-item img {
  height: 170px;
  width: auto;
  max-width: none;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .p-lp02-fv__medals .medal-item img {
    width: 100%;
    height: auto;
    max-width: 150px;
  }
}
.p-lp02-fv__medals-note {
  font-size: 1.1rem;
  color: #666;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-lp02-fv__medals-note {
    position: absolute;
    bottom: 200px;
    left: 16px;
    right: 16px;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    z-index: 3;
  }
}
.p-lp02-fv__cta-group {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-lp02-fv__cta-group {
    position: absolute;
    bottom: 135px;
    left: 16px;
    right: 16px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }
}
.p-lp02-fv__cta-group .c-btn--fv-main {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  border-radius: 4px;
  padding: 15px 40px;
  font-size: 1.6rem;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.p-lp02-fv__cta-group .c-btn--fv-main:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .p-lp02-fv__cta-group .c-btn--fv-main {
    flex: none;
    width: calc(50% - 5px);
    min-width: 0;
    padding: 12px 15px;
    font-size: 1.4rem;
  }
}
.p-lp02-fv__cta-group .c-btn--fv-sub {
  position: relative;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  border-radius: 4px;
  padding: 2px;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-size: 0;
}
.p-lp02-fv__cta-group .c-btn--fv-sub::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  border-radius: 2px;
  z-index: 0;
  transition: background 0.3s;
}
.p-lp02-fv__cta-group .c-btn--fv-sub::after {
  content: "無料診断はこちら";
  position: relative;
  z-index: 1;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 38px;
  display: block;
}
.p-lp02-fv__cta-group .c-btn--fv-sub:hover::before {
  background: #FFF8F0;
}
@media (max-width: 767px) {
  .p-lp02-fv__cta-group .c-btn--fv-sub {
    flex: none;
    width: calc(50% - 5px);
    min-width: 0;
  }
  .p-lp02-fv__cta-group .c-btn--fv-sub::after {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

/* ==========================================================================
   2. Slider (Projects)
   ========================================================================== */
.p-lp02-slider {
  background: transparent;
  padding: 80px 0;
  overflow: visible;
  margin-top: -110px;
  position: relative;
  z-index: 5;
  /* サイドフォーム表示時: l-innerと同じ配置ロジックを使用 */
  /* 1280px〜1499px */
  /* 1500px〜1799px */
}
.p-lp02-slider__container {
  padding: 20px 0 60px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-lp02-slider__container {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-lp02-slider__container {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: visible !important;
    position: relative;
  }
  .p-lp02-slider__container .swiper {
    overflow: visible !important;
  }
  .p-lp02-slider__container .swiper-wrapper {
    overflow: visible !important;
  }
}
.p-lp02-slider .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
}
.p-lp02-slider .card__header {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-lp02-slider .card__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-lp02-slider .card__price {
  color: #C02E1D;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-lp02-slider .card__price .yen {
  font-size: 1.6rem;
  margin-right: 5px;
}
.p-lp02-slider .card__price .amount {
  font-size: 3.2rem;
  line-height: 1;
}
.p-lp02-slider .card__price .unit {
  font-size: 1.4rem;
  margin-left: 5px;
}
.p-lp02-slider .card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.p-lp02-slider .card__tags .tag {
  background: #C02E1D;
  color: #fff;
  font-size: 1.1rem;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.p-lp02-slider .card__date {
  font-size: 1.2rem;
  color: #666;
  text-align: right;
}
@media (max-width: 767px) {
  .p-lp02-slider .card__date {
    display: none;
  }
}
.p-lp02-slider .card__body {
  flex: 1;
}
.p-lp02-slider .card__info {
  list-style: none;
  margin-bottom: 15px;
}
.p-lp02-slider .card__info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-lp02-slider .card__info li .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-lp02-slider .card__desc {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
  font-weight: bold;
}
.p-lp02-slider .swiper-slide {
  height: auto;
  display: flex;
}
@media (min-width: 768px) {
  .p-lp02-slider .swiper-slide {
    width: 320px;
    flex-shrink: 0;
  }
}
.p-lp02-slider .swiper-button-prev,
.p-lp02-slider .swiper-button-next {
  display: flex !important;
  width: 50px;
  height: 50px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  z-index: 10;
}
.p-lp02-slider .swiper-button-prev::after,
.p-lp02-slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.p-lp02-slider .swiper-button-prev:hover,
.p-lp02-slider .swiper-button-next:hover {
  background: rgb(85, 85, 85);
}
.p-lp02-slider .swiper-button-prev.swiper-button-disabled,
.p-lp02-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-lp02-slider .swiper-button-prev {
  left: 10px;
}
@media (min-width: 768px) {
  .p-lp02-slider .swiper-button-prev {
    left: 80px;
  }
}
@media (min-width: 1800px) {
  .p-lp02-slider .swiper-button-prev {
    left: calc(50% - 860px - 70px);
  }
}
.p-lp02-slider .swiper-button-next {
  right: 10px;
}
@media (min-width: 768px) {
  .p-lp02-slider .swiper-button-next {
    right: 80px;
  }
}
@media (min-width: 1800px) {
  .p-lp02-slider .swiper-button-next {
    right: calc(50% - 860px - 70px);
  }
}
.p-lp02-slider__pagination-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-lp02-slider__pagination-area {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1799px) {
  .p-lp02-slider__pagination-area {
    position: relative;
    width: calc(100vw - 340px);
    left: 0;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 3px;
  }
}
@media (min-width: 1800px) {
  .p-lp02-slider__pagination-area {
    position: relative;
    width: 1720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3px;
  }
}
.p-lp02-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: auto !important;
  position: static !important;
}
.p-lp02-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.p-lp02-slider__pagination .swiper-pagination-bullet:hover {
  background: #999;
  transform: scale(1.1);
}
.p-lp02-slider__pagination .swiper-pagination-bullet-active {
  background: #C83C2D;
  transform: scale(1.1);
}
.p-lp02-slider__update-date {
  font-size: 1.3rem;
  color: #666;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-lp02-slider__update-date {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1799px) {
  .p-lp02-slider__update-date {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    z-index: 1;
  }
}
@media (min-width: 1800px) {
  .p-lp02-slider__update-date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    z-index: 1;
  }
}
.p-lp02-slider .p-lp02-cta-area {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .p-lp02-slider .p-lp02-cta-area {
    max-width: calc(100vw - 360px - 40px);
    margin-left: 20px;
    margin-right: auto;
  }
  .p-lp02-slider .swiper-button-next {
    right: 500px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .p-lp02-slider .p-lp02-cta-area {
    margin-right: 380px;
  }
  .p-lp02-slider .swiper-button-next {
    right: 500px;
  }
}

@media (min-width: 1800px) {
  .p-lp02-slider > .swiper-button-prev,
  .p-lp02-slider > .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-lp02-slider > .swiper-button-prev {
    left: calc(50% - 880px - 50px);
  }
  .p-lp02-slider > .swiper-button-next {
    right: calc(50% - 880px - 50px);
  }
}

/* ==========================================================================
   Accent Triangle (セクション間の装飾)
   ========================================================================== */
.p-lp02-accent-triangle {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 10;
  pointer-events: none;
}
.p-lp02-accent-triangle::before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 200px;
  height: 240px;
  background: linear-gradient(to right, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(0 0, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 70%, 0 100%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle::before {
    top: -85px;
    width: 140px;
    height: 160px;
  }
}
.p-lp02-accent-triangle--top {
  position: absolute;
  top: 0;
  left: 0;
}
.p-lp02-accent-triangle--top::before {
  top: -80px;
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--top::before {
    top: -93px;
  }
}
.p-lp02-accent-triangle--faq {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-lp02-accent-triangle--faq::before {
  top: 90px;
  display: none;
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--faq::before {
    display: block;
    top: 110px;
  }
}
.p-lp02-accent-triangle--right::before {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 0, 0 70%, 100% 100%);
          clip-path: polygon(100% 0, 0 70%, 100% 100%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--flow::before {
    top: -85px;
  }
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--footer::before {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
    -webkit-clip-path: polygon(100% 0, 0 70%, 100% 100%);
            clip-path: polygon(100% 0, 0 70%, 100% 100%);
  }
}
.p-lp02-accent-triangle--articles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-lp02-accent-triangle--articles::before {
  left: auto;
  right: calc(100% - 100vw);
  top: 110px;
  background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 0, 0 70%, 100% 100%);
          clip-path: polygon(100% 0, 0 70%, 100% 100%);
  display: none;
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--articles::before {
    display: block;
    right: 0;
    top: 120px;
  }
}
.p-lp02-accent-triangle--strength {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-lp02-accent-triangle--strength::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: -600px;
  width: 540px;
  height: 810px;
  background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
          clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--strength::before {
    right: 0;
    top: -53px;
    width: 140px;
    height: 160px;
    -webkit-clip-path: polygon(100% 0, 0 70%, 100% 100%);
            clip-path: polygon(100% 0, 0 70%, 100% 100%);
  }
}
.p-lp02-accent-triangle--parallelogram-half-right::before {
  left: auto;
  right: 0;
  width: 540px;
  height: 810px;
  background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
          clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--parallelogram-half-right::before {
    display: none;
  }
}
.p-lp02-accent-triangle--fv-bottom {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 0;
  pointer-events: none;
}
.p-lp02-accent-triangle--fv-bottom::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: -783px;
  width: 540px;
  height: 810px;
  background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
          clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--fv-bottom::before {
    display: none;
  }
}
.p-lp02-accent-triangle--faq-parallelogram {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.p-lp02-accent-triangle--faq-parallelogram::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: -492.8px;
  width: 540px;
  height: 810px;
  background: linear-gradient(to left, #E84A1C 0%, #F65F1E 100%);
  -webkit-clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
          clip-path: polygon(100% 30%, 0% 88%, 82% 100%, 100% 90%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle--faq-parallelogram::before {
    display: none;
  }
}

.p-lp02-accent-triangle-light {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 0;
  pointer-events: none;
}
.p-lp02-accent-triangle-light::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -220px;
  width: 400px;
  height: 480px;
  background: #feefe8;
  -webkit-clip-path: polygon(0 0, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 70%, 0 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle-light::before {
    top: 0;
    width: 280px;
    height: 320px;
  }
}
.p-lp02-accent-triangle-light--right::before {
  left: auto;
  right: -40px;
  top: -120px;
  width: 267px;
  height: 320px;
  background: #feefe8;
  -webkit-clip-path: polygon(100% 0, 0 70%, 100% 100%);
          clip-path: polygon(100% 0, 0 70%, 100% 100%);
}
@media (max-width: 767px) {
  .p-lp02-accent-triangle-light--right::before {
    right: -16px;
    top: -80px;
    width: 187px;
    height: 213px;
  }
}

/* ==========================================================================
   3. Benefits
   ========================================================================== */
.p-lp02-benefits {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .p-lp02-benefits {
    max-width: 100%;
    overflow: hidden;
  }
}
.p-lp02-benefits__intro {
  text-align: center;
  margin-bottom: 60px;
}
.p-lp02-benefits__intro .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-lp02-benefits__intro .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-benefits__intro .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-lp02-benefits__intro .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-benefits__intro .main-title .highlight {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-lp02-benefits__intro .logo {
  width: 200px;
  margin: 0 auto;
}
.p-lp02-benefits__item {
  margin-bottom: 100px;
  position: relative;
}
.p-lp02-benefits__item:last-child {
  margin-bottom: 0;
}
.p-lp02-benefits__head {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(96.64deg, #CC2018 49.52%, #F65F1E 100%);
  box-shadow: 0 4px 15px rgba(228, 77, 38, 0.3);
}
.benefit-01 .p-lp02-benefits__head, .benefit-03 .p-lp02-benefits__head {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: auto;
  width: calc(50% + (100vw - 100%) / 2 + 100px);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: 100px;
  border-radius: 0 100px 100px 0;
}
.benefit-02 .p-lp02-benefits__head {
  margin-left: auto;
  margin-right: -100vw;
  width: calc(50% + 100px);
  padding-left: 50px;
  padding-right: 100vw;
  border-radius: 100px 0 0 100px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .benefit-01 .p-lp02-benefits__head, .benefit-03 .p-lp02-benefits__head {
    width: calc(85% + (100vw - 100%) / 2 + 50px);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: 50px;
  }
  .benefit-02 .p-lp02-benefits__head {
    width: calc(85% + (100vw - 100%) / 2 + 50px);
    margin-left: auto;
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 50px 0 0 50px;
  }
  .benefit-02 .p-lp02-benefits__head::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
    background: linear-gradient(96.64deg, #CC2018 49.52%, #F65F1E 100%);
    z-index: -1;
  }
}
.p-lp02-benefits__head .label {
  display: none;
}
.p-lp02-benefits__head .title {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.benefit-02 .p-lp02-benefits__head .title {
  margin-left: 50px;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .benefit-02 .p-lp02-benefits__head .title {
    margin-left: 0;
    margin-right: 50px;
    font-size: 32px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .benefit-02 .p-lp02-benefits__head .title {
    margin-left: 0;
    margin-right: 100px;
  }
}
.p-lp02-benefits__head .title .large {
  display: inline;
  font-size: 2.6rem;
  font-weight: 900;
}
.p-lp02-benefits__head .title .xlarge {
  display: inline;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-lp02-benefits__head .title {
    font-size: 20px;
  }
  .p-lp02-benefits__head .title .large {
    font-size: 2rem;
  }
  .p-lp02-benefits__head .title .xlarge {
    font-size: 2.4rem;
  }
  .benefit-02 .p-lp02-benefits__head .title {
    margin-left: 0;
    transform: translateX(calc(7.5vw - 77px));
  }
}
.p-lp02-benefits__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .p-lp02-benefits__body {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-lp02-benefits__body {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0;
    max-width: none;
  }
}
.p-lp02-benefits__body.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-lp02-benefits__body.reverse {
    flex-direction: column-reverse;
  }
}
.p-lp02-benefits__body .image {
  width: 45%;
  max-width: 550px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-lp02-benefits__body .image {
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }
}
.p-lp02-benefits__body .image.benefit-02-image {
  position: relative;
  overflow: hidden;
  max-width: 520px;
}
.p-lp02-benefits__body .image.benefit-02-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lp02-benefits__body .image.benefit-02-image .medal-img {
  position: absolute;
  bottom: 1%;
  right: calc(12.5% - 50px);
  width: 37.5%;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-lp02-benefits__body .image.benefit-02-image {
    max-width: none;
  }
}
.p-lp02-benefits__body .image.collage {
  position: relative;
  height: 300px;
}
.p-lp02-benefits__body .image.collage .circle-img {
  position: absolute;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.p-lp02-benefits__body .image.collage .pos-1 {
  width: 120px;
  height: 120px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-lp02-benefits__body .image.collage .pos-2 {
  width: 100px;
  height: 100px;
  top: 40%;
  right: 0;
}
.p-lp02-benefits__body .image.collage .pos-3 {
  width: 100px;
  height: 100px;
  top: 40%;
  left: 0;
}
.p-lp02-benefits__body .image.collage .pos-4 {
  width: 140px;
  height: 140px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-lp02-benefits__body .image.collage .medal-img {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  z-index: 2;
}
.p-lp02-benefits__body .text {
  width: 45%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-lp02-benefits__body .text {
    width: 100%;
  }
}
.p-lp02-benefits__body .text .label {
  display: inline-block;
  background: #C02E1D;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px;
  border-radius: 4px;
}
.p-lp02-benefits__body .text .benefit-label {
  display: inline-block;
  background: linear-gradient(96.64deg, #CC2018 49.52%, #F65F1E 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-lp02-benefits__body .text .benefit-label {
    font-size: 11px;
  }
}
.p-lp02-benefits__body .text .lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-lp02-benefits__body .text .lead {
    font-size: 2rem;
  }
}
.p-lp02-benefits__body .text .lead .marker {
  font-size: inherit;
  color: #C02E1D;
  background: linear-gradient(transparent 60%, rgba(245, 211, 209, 0.6) 60%);
  padding: 0 3px;
  margin: 0 -3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-lp02-benefits__note {
  text-align: right;
  font-size: 1.2rem;
  color: #666;
  margin-top: 20px;
}
.benefit-01 .p-lp02-benefits__note, .benefit-03 .p-lp02-benefits__note {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .p-lp02-benefits__note {
    font-size: 1.1rem;
    padding-right: 16px;
  }
  .benefit-01 .p-lp02-benefits__note, .benefit-03 .p-lp02-benefits__note {
    text-align: right;
    padding-left: 0;
  }
}

/* ==========================================================================
   New Section: Strength (エンベストの強み)
   ========================================================================== */
.p-lp02-strength {
  padding: 0 0 80px;
  background: transparent;
  position: relative;
  overflow: visible;
}
.p-lp02-strength__header {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}
.p-lp02-strength__header .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-lp02-strength__header .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-strength__header .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-lp02-strength__header .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-strength__header .main-title .gradient {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-lp02-strength__header .main-title .small-particle {
  color: #333;
}
.p-lp02-strength__header .main-title .highlight {
  color: #333;
}
.p-lp02-strength__container {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  border-radius: 20px;
  padding: 60px 77px;
  box-shadow: 0 10px 30px rgba(228, 77, 38, 0.3);
  max-width: 1072px;
  margin: 0 auto;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .p-lp02-strength__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-lp02-strength__container {
    padding: 40px 16px;
    border-radius: 8px;
  }
}
.p-lp02-strength__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-lp02-strength__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-lp02-strength__intro .intro-text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-text {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-lp02-strength__intro .intro-text h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-lp02-strength__intro .intro-points {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-points {
    display: contents;
  }
}
.p-lp02-strength__intro .intro-points .point-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px 25px;
  width: 180px;
  text-align: left;
  position: relative;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-points .point-item {
    width: 100%;
    padding: 12px 12px 20px;
    min-height: 120px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-points .point-item:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-points .point-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-points .point-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
.p-lp02-strength__intro .intro-points .point-item .num {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
  text-align: left;
}
.p-lp02-strength__intro .intro-points .point-item .text {
  flex: 1;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
  display: flex;
  align-items: center;
}
.p-lp02-strength__intro .intro-points .point-item .icon {
  width: 56px;
  height: 56px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-lp02-strength__intro .intro-points .point-item .icon img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .p-lp02-strength__intro .intro-points .point-item .icon {
    width: 48px;
    height: 48px;
  }
  .p-lp02-strength__intro .intro-points .point-item .icon img {
    width: 48px;
    height: 48px;
  }
}
.p-lp02-strength .strength-card {
  background: #fff;
  border-radius: 15px;
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  max-width: 918px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .p-lp02-strength .strength-card {
    flex-direction: column;
    padding: 30px 23px;
    gap: 30px;
    border-radius: 8px;
  }
}
.p-lp02-strength .strength-card.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-lp02-strength .strength-card.reverse {
    flex-direction: column;
  }
}
.p-lp02-strength .strength-card:last-child {
  margin-bottom: 0;
}
.p-lp02-strength .strength-card__content {
  flex: 1.5;
  position: relative;
  min-width: 0;
}
.p-lp02-strength .strength-card__content .number {
  font-size: 9rem;
  font-weight: bold;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  opacity: 0.8;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-lp02-strength .strength-card__content .number {
    margin-left: -10px;
  }
}
.p-lp02-strength .strength-card__content .title {
  font-size: 2.8rem;
  font-weight: bold;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 0;
}
@media (max-width: 767px) {
  .p-lp02-strength .strength-card__content .title {
    font-size: 2rem;
    padding: 0;
  }
}
.p-lp02-strength .strength-card__content .title .marker {
  display: inline;
  font-size: inherit;
  color: #C02E1D;
  background: linear-gradient(transparent 60%, rgba(245, 211, 209, 0.6) 60%);
  padding: 0 3px;
  margin: 0 -3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: #C02E1D;
}
.p-lp02-strength .strength-card__content .desc {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
}
.p-lp02-strength .strength-card__content .btn-link {
  display: inline-block;
  background: #C43C1B;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s;
}
.p-lp02-strength .strength-card__content .btn-link:hover {
  opacity: 0.8;
}
.p-lp02-strength .strength-card__image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.p-lp02-strength .strength-card__image img {
  width: 286px;
  height: 358px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lp02-strength .strength-card__image .tag-cloud {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
.p-lp02-strength .strength-card__image .tag-cloud .tag-group {
  margin-bottom: 20px;
}
.p-lp02-strength .strength-card__image .tag-cloud .tag-group:last-child {
  margin-bottom: 0;
}
.p-lp02-strength .strength-card__image .tag-cloud .tag-group .group-label {
  font-weight: bold;
  color: #C02E1D;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}
.p-lp02-strength .strength-card__image .tag-cloud .tag-group .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.p-lp02-strength .strength-card__image .tag-cloud .tag-group .tags span {
  background: #C02E1D;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 10px;
  border-radius: 4px;
}
.tag-group:nth-child(2) .p-lp02-strength .strength-card__image .tag-cloud .tag-group .tags span {
  background: #8B4513;
}

/* ==========================================================================
   4. User Voice
   ========================================================================== */
.p-lp02-voice {
  background-color: transparent;
  padding: 80px 0;
  overflow: visible;
  position: relative;
  z-index: 11;
  width: 100vw;
  max-width: 100vw;
}
@media (max-width: 767px) {
  .p-lp02-voice {
    overflow: visible;
  }
}
.p-lp02-voice .l-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-lp02-voice .l-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .p-lp02-voice .l-inner {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-lp02-voice__header {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  .p-lp02-voice__header {
    padding-right: 360px;
  }
}
.p-lp02-voice__header .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-lp02-voice__header .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-voice__header .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-lp02-voice__header .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-voice__header .main-title .highlight {
  color: #C02E1D;
}
.p-lp02-voice__slider {
  padding: 20px 0 60px;
  overflow: visible !important;
  position: relative;
  z-index: 11 !important;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-lp02-voice__slider {
    max-width: 100%;
    width: 100%;
    left: auto !important;
    transform: none !important;
    overflow: hidden !important;
  }
}
@media (min-width: 1280px) and (max-width: 1799px) {
  .p-lp02-voice__slider {
    max-width: 1870px;
    width: 100%;
    left: auto !important;
    transform: none !important;
    overflow: hidden !important;
  }
}
@media (min-width: 1800px) {
  .p-lp02-voice__slider {
    max-width: 1870px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: auto !important;
    transform: translateX(-175px) !important;
    overflow: hidden !important;
  }
}
@media (max-width: 767px) {
  .p-lp02-voice__slider {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.p-lp02-voice__slider .swiper {
  overflow: visible !important;
  z-index: 11 !important;
}
.p-lp02-voice__slider .swiper-wrapper {
  z-index: 11 !important;
}
.p-lp02-voice__slider .swiper-slide {
  z-index: 11 !important;
  height: auto;
  display: flex;
}
.p-lp02-voice__slider .swiper-button-prev,
.p-lp02-voice__slider .swiper-button-next {
  display: flex !important;
  width: 50px;
  height: 50px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  z-index: 12;
}
.p-lp02-voice__slider .swiper-button-prev::after,
.p-lp02-voice__slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.p-lp02-voice__slider .swiper-button-prev:hover,
.p-lp02-voice__slider .swiper-button-next:hover {
  background: rgb(85, 85, 85);
}
@media (min-width: 1800px) {
  .p-lp02-voice {
    position: relative;
  }
  .p-lp02-voice > .swiper-button-prev,
  .p-lp02-voice > .swiper-button-next {
    position: absolute;
    top: calc(50% + 110px) !important;
    transform: translateY(-50%) !important;
    z-index: 12;
  }
  .p-lp02-voice > .swiper-button-prev {
    left: calc(50% - 1110px - 60px);
  }
  .p-lp02-voice > .swiper-button-next {
    right: calc(50% - 760px - 60px);
  }
}
.p-lp02-voice__pagination-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .p-lp02-voice__pagination-area {
    transform: translateX(-170px);
  }
}
@media (min-width: 1800px) {
  .p-lp02-voice__pagination-area {
    transform: none;
  }
}
.p-lp02-voice__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-lp02-voice__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.p-lp02-voice__pagination .swiper-pagination-bullet:hover {
  background: #999;
  transform: scale(1.1);
}
.p-lp02-voice__pagination .swiper-pagination-bullet-active {
  background: #C83C2D;
  transform: scale(1.1);
}
.p-lp02-voice__item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.p-lp02-voice__rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.p-lp02-voice__rating .label {
  font-weight: bold;
  font-size: 1.4rem;
}
.p-lp02-voice__rating .stars {
  display: flex;
  gap: 2px;
}
.p-lp02-voice__rating .stars img {
  width: 18px;
  height: 18px;
}
.p-lp02-voice__user {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.p-lp02-voice__user .user-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.p-lp02-voice__user .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lp02-voice__user .user-info .catch {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-lp02-voice__user .user-info .job-label {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 1.1rem;
  padding: 4px 10px;
  border-radius: 4px;
}
.p-lp02-voice__body p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
}
.p-lp02-voice .swiper-button-prev,
.p-lp02-voice .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  opacity: 0.8;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  z-index: 12;
}
.p-lp02-voice .swiper-button-prev::after,
.p-lp02-voice .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.p-lp02-voice .swiper-button-prev:hover,
.p-lp02-voice .swiper-button-next:hover {
  background: #555;
  opacity: 1;
}
.p-lp02-voice .swiper-button-prev {
  left: 40px;
}
@media (max-width: 767px) {
  .p-lp02-voice .swiper-button-prev {
    left: 10px;
  }
}
.p-lp02-voice .swiper-button-next {
  right: 350px;
}
@media (max-width: 767px) {
  .p-lp02-voice .swiper-button-next {
    right: 10px;
  }
}
@media (min-width: 1800px) {
  .p-lp02-voice > .swiper-button-prev,
  .p-lp02-voice > .swiper-button-next {
    position: absolute;
    top: calc(50% + 110px) !important;
    transform: translateY(-50%) !important;
  }
  .p-lp02-voice > .swiper-button-prev {
    left: calc(50% - 1110px - 60px);
  }
  .p-lp02-voice > .swiper-button-next {
    right: calc(50% - 760px - 60px);
  }
}

/* ==========================================================================
   5. Flow
   ========================================================================== */
.p-lp02-flow {
  padding: 80px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.p-lp02-flow__header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.p-lp02-flow__header .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-lp02-flow__header .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-flow__header .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-lp02-flow__header .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-flow__header .main-title .highlight {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-lp02-flow__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-lp02-flow__list {
    flex-direction: column;
    gap: 40px;
  }
}
.p-lp02-flow__item {
  flex: 1;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  border-radius: 8px;
  padding: 25px 15px;
  position: relative;
  text-align: center;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 240px;
}
@media (max-width: 767px) {
  .p-lp02-flow__item {
    max-width: none;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-lp02-flow__item:last-child {
    padding-bottom: 30px;
  }
}
.p-lp02-flow__item .step-label {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-lp02-flow__item .step-title {
  background: #fff;
  color: #C02E1D;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 12px 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-lp02-flow__item .step-title {
    margin-left: 48px;
    margin-right: 48px;
  }
}
.p-lp02-flow__item .step-image {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-lp02-flow__item .step-image {
    margin-bottom: 16px;
  }
}
.p-lp02-flow__item .step-image .icon-circle {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: block;
  text-align: center;
}
.p-lp02-flow__item .step-image .icon-circle img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-lp02-flow__item .step-image .icon-circle img {
    width: 132px;
    height: 132px;
  }
}
.p-lp02-flow__item .step-desc {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-lp02-flow__item .step-desc {
    text-align: center;
    margin-bottom: 0;
  }
}
.p-lp02-flow__item .step-arrow {
  display: none;
}
@media (max-width: 767px) {
  .p-lp02-flow__item .step-arrow {
    display: block;
    margin-top: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .p-lp02-flow__item .step-arrow::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fff;
    border-radius: 1px;
  }
}
@media (min-width: 768px) {
  .p-lp02-flow__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 12px;
    background: url("../../images/lp02/arrow_white.svg") no-repeat center center;
    background-size: contain;
    border: none;
    z-index: 10;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
  }
}

/* ==========================================================================
   6. Articles
   ========================================================================== */
.p-lp02-articles {
  background-color: transparent;
  padding: 80px 0;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.p-lp02-articles__header {
  text-align: center;
  margin-bottom: 60px;
}
.p-lp02-articles__header .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-lp02-articles__header .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-articles__header .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-lp02-articles__header .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-articles__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
  justify-items: center;
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-lp02-articles__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-lp02-articles__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s box-shadow 0.3s;
  max-width: 451px;
  width: 100%;
}
.p-lp02-articles__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.p-lp02-articles__item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 20px;
}
.p-lp02-articles__item .image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}
.p-lp02-articles__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-lp02-articles__item:hover .image img {
  transform: scale(1.05);
}
.p-lp02-articles__item .content {
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-lp02-articles__item .content {
    padding: 0;
  }
}
.p-lp02-articles__item .content .label {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: #C02E1D;
  color: #fff;
  font-size: 1.1rem;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  align-self: flex-start;
}
.p-lp02-articles__item .content .title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  flex: 1;
}
@media (max-width: 767px) {
  .p-lp02-articles__item .content .title {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 0 0 20px 0;
  }
}
.p-lp02-articles__item .content .read-more {
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  line-height: 1;
  width: 100%;
  margin-top: auto;
}
.p-lp02-articles__item .content .read-more .arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../images/lp02/read_article_arrow.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  font-size: 0;
  position: relative;
  top: 1.5px;
}
.p-lp02-articles__wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 0 80px;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .p-lp02-articles__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-lp02-articles__wrapper {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .p-lp02-articles__list .p-lp02-articles__item[data-page]:not([data-page="1"]) {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-lp02-articles__list .p-lp02-articles__item:nth-child(n+5) {
    display: none;
  }
  .p-lp02-articles__list.is-expanded .p-lp02-articles__item {
    display: block;
  }
}
.p-lp02-articles__nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-lp02-articles__nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-lp02-articles__nav .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50%;
  transition: background 0.3s, opacity 0.3s;
}
.p-lp02-articles__nav .nav-icon::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-lp02-articles__nav:hover .nav-icon {
  background: #555;
}
.p-lp02-articles__nav--prev {
  left: 10px;
}
.p-lp02-articles__nav--prev .nav-icon::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.p-lp02-articles__nav--next {
  right: 10px;
}
.p-lp02-articles__nav--next .nav-icon::after {
  transform: rotate(45deg);
  margin-right: 4px;
}
.p-lp02-articles__nav:disabled {
  opacity: 0.3;
  cursor: default;
}
.p-lp02-articles__nav:disabled:hover .nav-icon {
  background: #333;
}
.p-lp02-articles__pagination {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-lp02-articles__pagination {
    display: flex;
  }
}
.p-lp02-articles__pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}
.p-lp02-articles__pagination-dot.is-active {
  background: #C02E1D;
}
.p-lp02-articles__pagination-dot:hover:not(.is-active) {
  background: #999;
}
.p-lp02-articles__more-btn-wrapper {
  display: none;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-lp02-articles__more-btn-wrapper {
    display: block;
  }
}
.p-lp02-articles__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 30px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
.p-lp02-articles__more-btn:hover {
  background: #333;
  color: #fff;
}
.p-lp02-articles__more-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-top: -4px;
}
.p-lp02-articles__more-btn.is-expanded::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* ==========================================================================
   7. FAQ
   ========================================================================== */
.p-lp02-faq {
  background-color: transparent;
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  z-index: 2;
}
.p-lp02-faq__header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.p-lp02-faq__header .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-lp02-faq__header .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-faq__header .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-lp02-faq__header .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-faq__container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .p-lp02-faq__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-lp02-faq__container {
    padding: 6px 16px;
  }
}
.p-lp02-faq__item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #eee;
}
.p-lp02-faq__item:last-child {
  border-bottom: none;
}
.p-lp02-faq__item .question {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .p-lp02-faq__item .question {
    font-size: 1.6rem;
    padding: 20px 40px 20px 0;
  }
}
.p-lp02-faq__item .question:hover {
  color: #C02E1D;
}
.p-lp02-faq__item .question .q-mark {
  color: #C02E1D;
  margin-right: 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  flex-shrink: 0;
}
.p-lp02-faq__item .question::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(#fff, #fff) center/10px 2px no-repeat, linear-gradient(#fff, #fff) center/2px 10px no-repeat, #C02E1D;
  border-radius: 50%;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .p-lp02-faq__item .question::after {
    width: 18px;
    height: 18px;
    right: 5px;
    background: linear-gradient(#fff, #fff) center/8px 2px no-repeat, linear-gradient(#fff, #fff) center/2px 8px no-repeat, #C02E1D;
  }
}
.p-lp02-faq__item .question.is-open {
  color: #C02E1D;
}
.p-lp02-faq__item .question.is-open::after {
  background: linear-gradient(#fff, #fff) center/10px 2px no-repeat, #C02E1D;
}
@media (max-width: 767px) {
  .p-lp02-faq__item .question.is-open::after {
    background: linear-gradient(#fff, #fff) center/8px 2px no-repeat, #C02E1D;
  }
}
.p-lp02-faq__item .answer {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  padding: 0 50px 0 32px;
}
@media (max-width: 767px) {
  .p-lp02-faq__item .answer {
    font-size: 1.4rem;
    padding: 0 40px 0 28px;
  }
}
.p-lp02-faq__item .answer .a-mark {
  font-weight: bold;
}
.p-lp02-faq__item .answer .highlight-red {
  color: #C02E1D;
  font-weight: bold;
}
.p-lp02-faq__item .question.is-open + .answer {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .p-lp02-faq__item .question.is-open + .answer {
    padding-bottom: 20px;
  }
}

/* ==========================================================================
   New Section: News
   ========================================================================== */
.p-lp02-news {
  padding: 80px 0;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.p-lp02-news__container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) and (max-width: 1499px) {
  .p-lp02-news__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-lp02-news__container {
    flex-direction: column;
  }
}
.p-lp02-news__left {
  width: 30%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .p-lp02-news__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-lp02-news__left .sub-title {
  color: #383838;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-lp02-news__left .sub-title {
    justify-content: center;
  }
}
.p-lp02-news__left .sub-title .icon {
  color: #C02E1D;
}
.p-lp02-news__left .main-title {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-lp02-news__left .main-title {
    font-size: 3.6rem;
  }
}
.p-lp02-news__right {
  width: 70%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-lp02-news__right {
    width: 100%;
    margin-top: 0;
  }
}
.p-lp02-news__right .news-list {
  list-style: none;
}
.p-lp02-news__right .news-list .news-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.p-lp02-news__right .news-list .news-item:first-child {
  border-top: 1px solid #eee;
}
.p-lp02-news__right .news-list .news-item a {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-lp02-news__right .news-list .news-item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-lp02-news__right .news-list .news-item a {
    flex-direction: column;
    gap: 10px;
  }
}
.p-lp02-news__right .news-list .news-item .date {
  color: #C02E1D;
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
}
.p-lp02-news__right .news-list .news-item .title {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.e-footer-lp02 {
  background-color: transparent;
  padding: 0 16px 80px;
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.e-footer-lp02__container {
  max-width: 1408px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 64px 79px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .e-footer-lp02__container {
    max-width: calc(100vw - 340px - 32px);
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 2100px) {
  .e-footer-lp02__container {
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .e-footer-lp02__container {
    padding: 30px 20px;
  }
}
.e-footer-lp02__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .e-footer-lp02__top {
    flex-direction: column;
    gap: 30px;
  }
}
.e-footer-lp02__info .logo {
  width: 200px;
  margin-bottom: 20px;
}
.e-footer-lp02__info .logo img {
  width: 100%;
}
.e-footer-lp02__info .company {
  margin-bottom: 15px;
}
.e-footer-lp02__info .company .company-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.e-footer-lp02__info .company .company-address {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}
.e-footer-lp02__info .contact .tel {
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1;
  margin-bottom: 5px;
  color: #333 !important;
}
.e-footer-lp02__info .contact .time {
  font-size: 1.2rem;
  color: #666;
}
.e-footer-lp02__actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .e-footer-lp02__actions {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.e-footer-lp02__actions .btn-register {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .e-footer-lp02__actions .btn-register {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 18px 20px;
  }
}
.e-footer-lp02__actions .btn-register:hover {
  opacity: 0.8;
}
.e-footer-lp02__actions .btn-client {
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .e-footer-lp02__actions .btn-client {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 18px 20px;
  }
}
.e-footer-lp02__actions .btn-client:hover {
  opacity: 0.8;
}
.e-footer-lp02__bottom {
  border-top: 1px solid #eee;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .e-footer-lp02__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.e-footer-lp02__nav .nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .e-footer-lp02__nav .nav-list {
    gap: 15px 20px;
  }
}
.e-footer-lp02__nav .nav-list li a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s;
}
.e-footer-lp02__nav .nav-list li a:hover {
  color: #E44D26;
}
.e-footer-lp02__copyright-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .e-footer-lp02__copyright-area {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }
}
.e-footer-lp02__copyright-area .marks {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}
.e-footer-lp02__copyright-area .marks img {
  height: 30px;
  width: auto;
}
@media (max-width: 767px) {
  .e-footer-lp02__copyright-area .marks img {
    height: 24px;
  }
}
.e-footer-lp02__copyright-area .copyright {
  font-size: 1.1rem;
  color: #666;
}
@media (max-width: 767px) {
  .e-footer-lp02__copyright-area .copyright {
    text-align: right;
  }
}

.p-lp02-cta-bottom {
  background: linear-gradient(135deg, #E44D26 0%, #FF9900 100%);
  color: #fff;
  text-align: center;
}
.p-lp02-cta-bottom__content {
  padding: 40px 0;
}
.p-lp02-cta-bottom .title {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-lp02-cta-bottom .title {
    font-size: 2rem;
  }
}
.p-lp02-cta-bottom .c-btn--main {
  background-color: #fff;
  color: #E44D26;
}
.p-lp02-cta-bottom .c-btn--main:hover {
  background-color: #f0f0f0;
}

/* ==========================================================================
   8. Floating Contact Form (右サイドバー固定フォーム)
   ========================================================================== */
.p-lp02-floating-form {
  position: fixed;
  top: 120px;
  right: 20px;
  width: 320px;
  max-height: calc(100vh - 140px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1279px) {
  .p-lp02-floating-form {
    display: none;
  }
}
.p-lp02-floating-form__header {
  padding: 12px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.p-lp02-floating-form__header .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  text-align: center;
}
.p-lp02-floating-form__header .title {
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  position: relative;
  top: -1px;
}
.p-lp02-floating-form__body {
  padding: 15px 15px 20px;
}
.p-lp02-floating-form .form-group {
  margin-bottom: 12px;
}
.p-lp02-floating-form .form-group > label {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 5px;
}
.p-lp02-floating-form .form-group > label .required {
  color: #C02E1D;
  font-size: 1rem;
  margin-left: 2px;
}
.p-lp02-floating-form .form-group > label span {
  font-size: 1rem;
}
.p-lp02-floating-form .form-group--checkbox > label {
  font-weight: normal;
  font-size: 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.4;
}
.p-lp02-floating-form .form-row {
  display: flex;
  gap: 8px;
}
.p-lp02-floating-form .form-row > span,
.p-lp02-floating-form .form-row > .wpcf7-form-control-wrap {
  flex: 1;
}
.p-lp02-floating-form .form-row-3col {
  display: flex;
  gap: 4px;
  width: 100%;
  overflow: hidden;
}
.p-lp02-floating-form .form-row-3col > span,
.p-lp02-floating-form .form-row-3col > .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}
.p-lp02-floating-form .form-row-3col select {
  width: 100%;
  padding: 14px 2px 14px 4px;
  font-size: 1.1rem;
  padding-right: 18px;
  background-position: right 2px center;
  box-sizing: border-box;
  min-width: 0;
}
.p-lp02-floating-form .wpcf7-form p {
  margin: 0;
}
.p-lp02-floating-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  background: transparent;
}
.p-lp02-floating-form input[type=text],
.p-lp02-floating-form input[type=email],
.p-lp02-floating-form input[type=tel],
.p-lp02-floating-form select,
.p-lp02-floating-form textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #383838;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #EDE9E8;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
  box-shadow: none;
}
.p-lp02-floating-form input[type=text]:focus,
.p-lp02-floating-form input[type=email]:focus,
.p-lp02-floating-form input[type=tel]:focus,
.p-lp02-floating-form select:focus,
.p-lp02-floating-form textarea:focus {
  outline: none;
  border-color: #C02E1D;
  box-shadow: 0 0 3px rgba(192, 46, 29, 0.2);
}
.p-lp02-floating-form input[type=text]::-moz-placeholder, .p-lp02-floating-form input[type=email]::-moz-placeholder, .p-lp02-floating-form input[type=tel]::-moz-placeholder, .p-lp02-floating-form select::-moz-placeholder, .p-lp02-floating-form textarea::-moz-placeholder {
  color: #999;
  font-size: 1.1rem;
  font-weight: normal;
}
.p-lp02-floating-form input[type=text]::placeholder,
.p-lp02-floating-form input[type=email]::placeholder,
.p-lp02-floating-form input[type=tel]::placeholder,
.p-lp02-floating-form select::placeholder,
.p-lp02-floating-form textarea::placeholder {
  color: #999;
  font-size: 1.1rem;
  font-weight: normal;
}
.p-lp02-floating-form textarea {
  min-height: 60px;
  resize: vertical;
}
.p-lp02-floating-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EDE9E8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23383838' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  padding: 14px 25px 14px 10px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #383838;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  flex: 1;
  margin: 0;
  width: auto;
  background: transparent;
  position: relative;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  display: block !important;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  left: 0;
  top: 0;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 5px;
  border: 2px solid #C02E1D;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #C02E1D;
  background: #fff;
  text-align: center;
  margin: 0;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
  display: none;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:hover {
  background: #FFF5F5;
}
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label,
.p-lp02-floating-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label.is-selected {
  background: #C02E1D;
  color: #fff;
  border-color: #C02E1D;
}
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=terms] {
  display: inline;
  width: auto;
  background: transparent;
}
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=terms] .wpcf7-acceptance {
  display: inline;
  width: auto;
}
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=terms] .wpcf7-list-item {
  display: inline;
  width: auto;
  background: transparent;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=terms] input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  accent-color: #C02E1D;
}
.p-lp02-floating-form .form-group--checkbox {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-lp02-floating-form .form-group--checkbox .terms-text {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.p-lp02-floating-form .form-group--checkbox .terms-text a {
  color: #C02E1D;
  text-decoration: underline;
}
.p-lp02-floating-form .form-group--checkbox .terms-text a:hover {
  text-decoration: none;
}
.p-lp02-floating-form .form-group--checkbox label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #C02E1D;
  cursor: pointer;
  gap: 5px;
  width: 100%;
}
.p-lp02-floating-form .form-group--checkbox label .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.p-lp02-floating-form .form-group--checkbox .required-badge {
  background-color: #C02E1D;
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.p-lp02-floating-form input[type=submit] {
  width: 100%;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(228, 77, 38, 0.3);
}
.p-lp02-floating-form input[type=submit]:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.p-lp02-floating-form .wpcf7-not-valid-tip {
  color: #C02E1D;
  font-size: 1rem;
  margin-top: 3px;
}
.p-lp02-floating-form .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.1rem;
}
.p-lp02-floating-form .wpcf7-validation-errors {
  border-color: #C02E1D;
  background: #FFF0F0;
  color: #C02E1D;
}
.p-lp02-floating-form .wpcf7-mail-sent-ok {
  border-color: #4CAF50;
  background: #F0FFF0;
  color: #4CAF50;
}
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=prefecture],
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=start-date] {
  display: block;
  width: calc(50% - 4px);
}
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=prefecture] select,
.p-lp02-floating-form .wpcf7-form-control-wrap[data-name=start-date] select {
  width: 100%;
}
.p-lp02-floating-form::-webkit-scrollbar {
  width: 6px;
}
.p-lp02-floating-form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.p-lp02-floating-form::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.p-lp02-floating-form::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.p-lp02-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: none;
}
.p-lp02-modal.is-open {
  display: block;
}
.p-lp02-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lp02-modal__container {
  position: relative;
}
.p-lp02-modal__content {
  background-color: #fff;
  width: 880px;
  height: 495px;
  max-width: 95vw;
  max-height: 90vh;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__content {
    width: 95vw;
    height: auto;
    min-height: 400px;
  }
}
.p-lp02-modal__inner {
  position: relative;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__inner {
    padding: 20px;
  }
}
.p-lp02-modal__head {
  margin-bottom: 10px;
}
.p-lp02-modal__logo {
  width: 113px;
  height: 20px;
}
.p-lp02-modal__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__logo {
    width: 100px;
  }
}
.p-lp02-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__close {
    top: 15px;
    right: 15px;
  }
}
.p-lp02-modal__close-icon {
  display: block;
  position: relative;
  width: 23px;
  height: 23px;
}
.p-lp02-modal__close-icon::before, .p-lp02-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #383838;
}
.p-lp02-modal__close-icon::before {
  transform: rotate(45deg);
}
.p-lp02-modal__close-icon::after {
  transform: rotate(-45deg);
}
.p-lp02-modal__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-lp02-modal__icon {
  width: 47px;
  height: 47px;
  margin-bottom: 20px;
}
.p-lp02-modal__icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
}
.p-lp02-modal__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.p-lp02-modal__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #383838;
}
.p-lp02-modal__text .highlight {
  color: #C02E1D;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.p-lp02-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  box-shadow: 0 4px 15px rgba(204, 32, 24, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}
.p-lp02-modal__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 32, 24, 0.4);
}
@media screen and (max-width: 767px) {
  .p-lp02-modal__btn {
    font-size: 16px;
    padding: 14px 30px;
  }
}

.p-lp02-slider .swiper-slide {
  cursor: pointer;
}

body.modal-open .p-lp02-floating-form {
  display: none;
}

body.modal-open .p-lp02-accent-triangle,
body.modal-open .p-lp02-accent-triangle-light {
  z-index: 0 !important;
}
body.modal-open .p-lp02-accent-triangle::before,
body.modal-open .p-lp02-accent-triangle-light::before {
  z-index: 0 !important;
}
body.modal-open .p-lp02-voice {
  z-index: 0 !important;
}
body.modal-open .p-lp02-voice__slider,
body.modal-open .p-lp02-voice__slider .swiper,
body.modal-open .p-lp02-voice__slider .swiper-wrapper,
body.modal-open .p-lp02-voice__slider .swiper-slide {
  z-index: 0 !important;
}
body.modal-open .p-lp02-voice .swiper-button-prev,
body.modal-open .p-lp02-voice .swiper-button-next {
  z-index: 0 !important;
}

@media (max-width: 1279px) {
  .grecaptcha-badge {
    visibility: hidden !important;
  }
}
/* ==========================================================================
   Scroll Fade-in Animation
   ========================================================================== */
@media (max-width: 767px) {
  .p-lp02-fv .js-fade-in--left,
  .p-lp02-fv .js-fade-in--left.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in--up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fade-in--up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in--left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fade-in--left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-in--right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-fade-in--right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-in--opacity {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.js-fade-in--opacity.is-visible {
  opacity: 1;
}

.js-fade-in-delay-1 {
  transition-delay: 0.1s !important;
}

.js-fade-in-delay-2 {
  transition-delay: 0.2s !important;
}

.js-fade-in-delay-3 {
  transition-delay: 0.3s !important;
}

.js-fade-in-delay-4 {
  transition-delay: 0.4s !important;
}

.js-fade-in-delay-5 {
  transition-delay: 0.5s !important;
}

.js-fade-in-delay-6 {
  transition-delay: 0.6s !important;
}

.js-fade-in-delay-9 {
  transition-delay: 0.9s !important;
}

.js-fade-in--flow {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(30px);
}
@media (min-width: 768px) {
  .js-fade-in--flow {
    transform: translateX(-40px);
  }
}
.js-fade-in--flow.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==========================================================================
   LP02 Confirm Page (確認画面)
   ========================================================================== */
.p-lp02-confirm,
.p-lp02-complete {
  min-height: calc(100vh - 200px);
  padding: 140px 0 80px;
}
@media (max-width: 767px) {
  .p-lp02-confirm,
  .p-lp02-complete {
    padding: 100px 0 60px;
  }
}
.p-lp02-confirm .l-inner,
.p-lp02-complete .l-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-lp02-confirm__step {
  margin-bottom: 40px;
}
.p-lp02-confirm__step-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-lp02-confirm__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .p-lp02-confirm__step-item {
    padding: 0 15px;
  }
}
.p-lp02-confirm__step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -20px;
  width: 40px;
  height: 2px;
  background: #ddd;
}
@media (max-width: 767px) {
  .p-lp02-confirm__step-item:not(:last-child)::after {
    width: 20px;
    right: -10px;
  }
}
.p-lp02-confirm__step-item--done:not(:last-child)::after {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
}
.p-lp02-confirm__step-item--active .p-lp02-confirm__step-num, .p-lp02-confirm__step-item--done .p-lp02-confirm__step-num {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
}
.p-lp02-confirm__step-item--active .p-lp02-confirm__step-text, .p-lp02-confirm__step-item--done .p-lp02-confirm__step-text {
  color: #333;
  font-weight: bold;
}
.p-lp02-confirm__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ddd;
  color: #999;
  font-weight: bold;
  font-size: 14px;
}
.p-lp02-confirm__step-text {
  font-size: 12px;
  color: #999;
}
.p-lp02-confirm__container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-lp02-confirm__head {
  text-align: center;
  margin-bottom: 40px;
}
.p-lp02-confirm__title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .p-lp02-confirm__title {
    font-size: 22px;
  }
}
.p-lp02-confirm__desc {
  font-size: 15px;
  color: #666;
}
.p-lp02-confirm__body {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-lp02-confirm__body {
    padding: 24px 16px;
  }
}
.p-lp02-confirm__body .wpcf7-form {
  max-width: 100%;
}
.p-lp02-confirm__body .wpcf7-form p {
  margin-bottom: 20px;
}
.p-lp02-confirm__body .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.p-lp02-confirm__notice {
  text-align: center;
  color: #666;
  padding: 40px 0;
}
.p-lp02-confirm__form-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-lp02-confirm__field {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}
.p-lp02-confirm__field:first-child {
  padding-top: 0;
}
.p-lp02-confirm__field:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-lp02-confirm__field {
    flex-direction: column;
    gap: 8px;
  }
}
.p-lp02-confirm__field-label {
  flex-shrink: 0;
  width: 160px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .p-lp02-confirm__field-label {
    width: 100%;
    font-size: 13px;
    color: #888;
  }
}
.p-lp02-confirm__field-value {
  flex: 1;
  font-size: 15px;
  color: #333;
  word-break: break-all;
}
@media (max-width: 767px) {
  .p-lp02-confirm__field-value {
    font-size: 15px;
    font-weight: 500;
  }
}
.p-lp02-confirm__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .p-lp02-confirm__actions {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.p-lp02-confirm__actions .wpcf7-submit,
.p-lp02-confirm__actions input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 48px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  box-shadow: 0 4px 15px rgba(204, 32, 24, 0.3);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  min-width: 200px;
  margin: 0;
}
.p-lp02-confirm__actions .wpcf7-submit:hover,
.p-lp02-confirm__actions input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 32, 24, 0.4);
}
@media (max-width: 767px) {
  .p-lp02-confirm__actions .wpcf7-submit,
  .p-lp02-confirm__actions input[type=submit] {
    width: 100%;
    font-size: 16px;
    padding: 16px 24px;
  }
}
.p-lp02-confirm__btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #666 !important;
  text-decoration: none !important;
  background: #fff;
  transition: all 0.3s;
  min-width: 140px;
}
.p-lp02-confirm__btn-back:hover {
  border-color: #bbb;
  color: #333 !important;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .p-lp02-confirm__btn-back {
    width: 100%;
    padding: 14px 24px;
  }
}
.p-lp02-confirm__btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 48px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  box-shadow: 0 4px 15px rgba(204, 32, 24, 0.3);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  min-width: 200px;
}
.p-lp02-confirm__btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 32, 24, 0.4);
}
@media (max-width: 767px) {
  .p-lp02-confirm__btn-submit {
    width: 100%;
    font-size: 16px;
    padding: 16px 24px;
  }
}
.p-lp02-confirm__hidden-fields {
  display: none;
}
.p-lp02-confirm__back {
  text-align: center;
}
.p-lp02-confirm__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.p-lp02-confirm__back-link:hover {
  color: #CC2018;
}
.p-lp02-confirm__back-link .arrow {
  font-size: 18px;
}
.p-lp02-confirm .wpcf7-display-data {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-lp02-confirm .wpcf7-display-data {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   LP02 Complete Page (完了画面)
   ========================================================================== */
.p-lp02-complete {
  padding: 140px 0 80px;
  background: #F0EEEE;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .p-lp02-complete {
    padding: 100px 0 60px;
  }
}
.p-lp02-complete__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-lp02-complete__container {
    padding: 0 16px;
  }
}
.p-lp02-complete__head {
  text-align: center;
  margin-bottom: 40px;
}
.p-lp02-complete__step {
  margin-bottom: 40px;
}
.p-lp02-complete__step-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-lp02-complete__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .p-lp02-complete__step-item {
    padding: 0 15px;
  }
}
.p-lp02-complete__step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -20px;
  width: 40px;
  height: 2px;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
}
@media (max-width: 767px) {
  .p-lp02-complete__step-item:not(:last-child)::after {
    right: -10px;
    width: 20px;
  }
}
.p-lp02-complete__step-item--done .p-lp02-complete__step-num {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
}
.p-lp02-complete__step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-lp02-complete__step-num {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
  }
}
.p-lp02-complete__step-text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .p-lp02-complete__step-text {
    font-size: 1.2rem;
  }
}
.p-lp02-complete__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-lp02-complete__title {
    font-size: 2.4rem;
  }
}
.p-lp02-complete__desc {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-lp02-complete__desc {
    font-size: 1.4rem;
  }
}
.p-lp02-complete__body {
  background: #fff;
  border-radius: 12px;
  padding: 60px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (max-width: 767px) {
  .p-lp02-complete__body {
    padding: 40px 20px;
    border-radius: 8px;
  }
}
.p-lp02-complete__icon {
  color: #28a745;
  margin-bottom: 24px;
}
.p-lp02-complete__icon svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .p-lp02-complete__icon svg {
    width: 60px;
    height: 60px;
  }
}
.p-lp02-complete__message {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-lp02-complete__message {
    font-size: 1.6rem;
  }
}
.p-lp02-complete__text {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-lp02-complete__text {
    font-size: 1.4rem;
  }
}
.p-lp02-complete__card {
  background: linear-gradient(135deg, #fff9f5 0%, #fff5f0 100%);
  border: 2px solid #ffeee6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  text-align: left;
}
.p-lp02-complete__card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
}
.p-lp02-complete__card-icon {
  font-size: 24px;
}
.p-lp02-complete__card-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.p-lp02-complete__card-body {
  padding: 24px;
}
@media (max-width: 767px) {
  .p-lp02-complete__card-body {
    padding: 20px 16px;
  }
}
.p-lp02-complete__card-body p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}
.p-lp02-complete__card-body p:last-of-type {
  margin-bottom: 0;
}
.p-lp02-complete__card-note {
  font-size: 13px !important;
  color: #777 !important;
}
.p-lp02-complete__card-note .small {
  font-size: 12px;
  color: #999;
}
.p-lp02-complete__cta {
  text-align: center;
  margin: 24px 0 8px;
}
.p-lp02-complete__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%);
  box-shadow: 0 6px 20px rgba(204, 32, 24, 0.35);
  transition: transform 0.3s, box-shadow 0.3s;
}
@media (max-width: 767px) {
  .p-lp02-complete__cta-btn {
    width: 100%;
    font-size: 15px;
    padding: 16px 24px;
  }
}
.p-lp02-complete__cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(204, 32, 24, 0.45);
}
.p-lp02-complete__cta-btn-text {
  line-height: 1.4;
}
.p-lp02-complete__cta-btn-external {
  flex-shrink: 0;
  margin-left: 4px;
}
.p-lp02-complete__notice {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-lp02-complete__notice {
    padding: 16px;
  }
}
.p-lp02-complete__notice p {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  margin: 0;
  text-align: center;
}
.p-lp02-complete__contact {
  border-top: 1px solid #eee;
  padding-top: 24px;
}
.p-lp02-complete__contact-inner {
  text-align: center;
}
.p-lp02-complete__contact-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
.p-lp02-complete__contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-lp02-complete__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin: 0;
}
.p-lp02-complete__contact-item .icon {
  font-size: 16px;
}
.p-lp02-complete__contact-item a {
  color: #CC2018;
  text-decoration: none;
  font-weight: 500;
}
.p-lp02-complete__contact-item a:hover {
  text-decoration: underline;
}
.p-lp02-complete__contact-item .note {
  font-size: 12px;
  color: #888;
}
.p-lp02-complete__back {
  text-align: center;
  margin-top: 32px;
}
.p-lp02-complete__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.p-lp02-complete__back-link:hover {
  color: #CC2018;
}
.p-lp02-complete .pc {
  display: inline;
}
@media (max-width: 767px) {
  .p-lp02-complete .pc {
    display: none;
  }
}
.p-lp02-complete .sp {
  display: none;
}
@media (max-width: 767px) {
  .p-lp02-complete .sp {
    display: inline;
  }
}

/* ==========================================================================
   Blog Sidebar CTA (Added via SCSS as requested)
   ========================================================================== */
.p-article__sidebar-cta {
  background: linear-gradient(#F0EEEE, #F0EEEE) padding-box, linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%) border-box !important;
  border: 2px solid transparent !important;
  color: #000 !important;
  border-radius: 8px !important;
}
.p-article__sidebar-cta-badge {
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
}
.p-article__sidebar-cta-badge .icon img {
  filter: brightness(0) !important;
}
.p-article__sidebar-cta-text {
  color: #000 !important;
}
.p-article__sidebar-cta-btn {
  background: linear-gradient(96.64deg, #CC2018 60%, #F65F1E 100%) !important;
  color: #fff !important;
}
.p-article__sidebar-cta-btn:hover {
  opacity: 0.8 !important;
}/*# sourceMappingURL=lp02.css.map */