@charset "UTF-8";

/* ==========================================================================
   Fun Fan Chat LP Styles
   ========================================================================== */

/* Variables */
:root {
  --lp-primary: #0f3b6c;
  --lp-secondary: #1a4a85;
  --lp-accent: #d7aa42;
  --lp-bg-blue: #f1f6fa;
  --lp-bg-dark: #122b46;
  --lp-text: #333333;
  --lp-white: #ffffff;
}

/* Reset & Base */
.funfan-lp {
  font-family: "Noto Serif JP", serif;
  color: var(--lp-text);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.funfan-lp img {
  max-width: 100%;
  height: auto;
}

/* Common */
a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.lp-container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
}
.lp-section {
  padding: 80px 0;
}
.lp-btn {
  display: inline-block;
  background-color: var(--lp-accent);
  color: var(--lp-white);
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Header */
header {
  margin-top: 0 !important;
}

.lp-header-nav {
  background: transparent;
  padding: 25px 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: none;
  transition:
    background-color 0.3s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease;
}
.lp-header-nav.scrolled {
  background-color: #e9f1f9;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px 0 40px;
}
.lp-logo {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #0b3460 !important;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1002;
}
.lp-header-nav .hamburger {
  display: none;
}
.lp-nav-links {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 0;
}
.lp-nav-links a:not(.lp-nav-btn) {
  text-decoration: none;
  color: #242424;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-nav-btn {
  background: linear-gradient(to bottom, #0b3460, #0248aa);
  color: #ffffff !important;
  width: 265px;
  height: 62px;
  box-sizing: border-box;
  border-radius: 31px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.lp-nav-btn i {
  width: 32px;
  height: 22px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MV */
.lp-mv {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  /* background: linear-gradient(to bottom, #edf2f9 0%, #f3f6f9 640px, transparent 640px); */
}
.lp-mv-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 750px;
  background-image: url("images/fun-fan-chat_lp-img/mv-image.png");
  /* background-size: 100% auto; */
  background-position: top left;
  background-repeat: no-repeat;
  padding: 140px 0 100px;
}
.lp-mv-content {
  max-width: 55%;
  margin-left: 45px;
  margin-top: 280px;
}
.lp-mv-title-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: block;
}
.lp-mv-sub-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #1a3a5c;
  margin-bottom: 40px;
}
.lp-mv-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  max-width: 100%;
  padding: 15px 20px;
  background: linear-gradient(to bottom, #0b3460, #0248aa);
  color: #ffffff !important;
  border-radius: 40px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
}
.lp-mv-btn-link i {
  position: absolute;
  right: 25px;
}
.lp-mv-btn-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .lp-mv-inner {
    padding: 60px 0 !important;
    min-height: auto;
  }
  .lp-mv-content {
    max-width: 100%;
  }
  .lp-mv-sub-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* Achievements */
.lp-achievements {
  padding-top: 75px;
  text-align: center;
}
.lp-achievements-title,
.lp-problem-title,
.lp-intro-title,
.lp-step-title,
.lp-training-title {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.1;
}
.lp-achievements-title .en,
.lp-problem-title .en,
.lp-intro-title .en,
.lp-step-title .en,
.lp-training-title .en,
.lp-achievements-title .ja,
.lp-problem-title .ja,
.lp-intro-title .ja,
.lp-step-title .ja,
.lp-training-title .ja {
  grid-area: 1 / 1;
}
.lp-achievements-title .en,
.lp-problem-title .en,
.lp-intro-title .en,
.lp-step-title .en,
.lp-training-title .en {
  font-family: "Noto Serif JP", serif;
  font-size: 120px;
  font-weight: bold;
  color: #efefef;
  z-index: 1;
}
.lp-achievements-title .ja,
.lp-problem-title .ja,
.lp-intro-title .ja,
.lp-step-title .ja,
.lp-training-title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #0b3460;
  margin-top: 80px;
  z-index: 2;
}
.lp-achievements-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 70px;
  row-gap: 55px;
  margin-top: 90px;
  margin-bottom: 85px;
}
.lp-achievements-icons img {
  width: 300px;
  height: auto;
}
.lp-achievements-banners {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.lp-achievements-banners img {
  width: calc(25% - 15px);
  min-width: 200px;
}
@media (max-width: 768px) {
  .lp-achievements-banners {
    display: block;
  }
  .lp-achievements-banners img {
    width: 100%;
    min-width: unset;
  }
}

/* Banner */
.lp-banner {
  text-align: center;
}

/* Problem */
.lp-problem {
  text-align: center;
  padding-bottom: 0;
}

.lp-problem picture {
  display: block;
}

.lp-problem img {
  margin-top: 80px;
  vertical-align: bottom;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  width: 100%;
}

/* About */
.lp-about {
  background-image: url("images/fun-fan-chat_lp-img/problem-text_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--lp-white);
  text-align: center;
  width: 100%;
  padding-bottom: 100px;
}
.lp-about-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: var(--lp-white);
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 16px;
  padding-top: 30px;
}
.lp-about-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background-color: #ffffff;
}
.lp-about p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: var(--lp-white);
  line-height: 2.3;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

/* Step */
.lp-step {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: var(--lp-white);
}
.lp-step-title {
  justify-content: flex-start;
  justify-items: start;
}
.lp-step-title .en {
  font-size: 150px;
}
.lp-step-title .ja {
  color: #004187;
  margin-top: 100px;
}
.lp-step-list {
  margin: 45px auto 0 0;
}
.lp-step-item {
  display: flex;
  align-items: center;
  background: var(--lp-white);
  padding: 0 20px;
  height: 100px;
  margin-bottom: 40px;
  position: relative;
}
.lp-step-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 68px;
  bottom: 50%;
  height: calc(100% + 40px);
  width: 4px;
  background-color: #e1ebf5;
  z-index: 2;
}
.lp-step-icon {
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  font-size: 1.5rem;
  color: var(--lp-primary);
  position: relative;
  z-index: 3;
}
.lp-step-icon img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.lp-step-content h3 {
  color: var(--lp-primary);
  margin: 0 0 -10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-step-content h3 .num {
  font-family: "Mundial", sans-serif;
  font-size: 40px;
  color: #0b3460;
}
.lp-step-content h3 .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #0b3460;
  margin-bottom: 10px;
}
.lp-step-content p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #141414;
}

/* Training */
.lp-training {
  background-color: #e1ebf5;
  padding: 85px 0 65px 0;
}
.lp-training .lp-container {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1440px;
}
.lp-training-img {
  flex: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 300px;
}
.lp-training-img img {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 650px;
  margin-left: 40px;
}
.lp-training-content {
  flex: 1;
  position: relative;
}
.lp-training-title {
  justify-content: flex-start;
  justify-items: start;
  margin-bottom: 35px;
  position: relative;
  z-index: 3;
}
.lp-training-title .en {
  font-size: 120px;
  color: var(--lp-white);
}
.lp-training-title .ja {
  margin-top: 100px;
  margin-left: 20px;
  font-size: 30px;
  color: #004187;
}
.lp-training-box {
  background: var(--lp-white);
  padding: 30px 40px 25px 100px;
  border-radius: 20px 0 0 20px;
  margin-left: -80px;
  position: relative;
  z-index: 1;
}
.lp-training-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  color: #0b3460;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 4rem;
}
.lp-training-subtitle .en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #0b3460;
}
.lp-training-list-wrapper {
  width: max-content;
  max-width: 100%;
}
.lp-training-badge {
  background: #0b3460;
  color: var(--lp-white);
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.lp-training-list {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  padding: 0;
}
.lp-training-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.lp-training-list li span.num {
  font-family: "Noto Sans JP", sans-serif;
  color: #d9ae00;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
  padding: 10px 0;
}
.lp-training-list li span.text {
  flex: 1;
  border-bottom: 1px solid #ced7e2;
  padding: 10px 0;
  color: #0b3460;
}

/* Introduction */
.lp-intro {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 105px;
}

.lp-intro-images {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.lp-intro-images img {
  width: 100%;
  max-width: 328px;
}
.lp-intro-title .en {
  font-size: 100px;
}
.lp-intro-title .ja {
  color: #004187;
}
/* Contact Banner */
.lp-contact-banner {
  text-align: center;
  padding: 0;
  margin: 110px auto 0 auto;
  width: 800px;
}

.lp-contact-banner a {
  display: inline-block;
}

/* Profile */
.lp-profile {
  background-color: #f5faff;
  background-image: url("images/fun-fan-chat_lp-img/lp-profile_bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 30px 30px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.lp-profile .lp-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 97px;
}
.lp-profile-img {
  width: 445px;
  padding-top: 40px;
}
.lp-profile-img img {
  display: block;
}
.lp-profile-content {
  width: 100%;
  max-width: 560px;
}
.lp-profile-title-container {
  width: 560px;
  max-width: 100%;
  margin-left: 20px;
}
.lp-profile-text-container {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
.lp-profile-name {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.lp-profile-name .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #004187;
  margin-right: 15px;
}
.lp-profile-name .en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0249ab;
}
.lp-profile-job {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #191919;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1a8ee7;
}
.lp-profile-job strong {
  font-weight: 500;
}
.lp-profile-desc {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  letter-spacing: 0.8px;
  color: #191919;
}

/* FAQ */
.lp-faq {
  background-color: #0b3460;
  color: var(--lp-white);
  padding-top: 100px;
  padding-bottom: 70px;
}
.lp-faq-title {
  text-align: center;
  padding-bottom: 80px;
}
.lp-faq-title .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  color: #b8960c;
  margin-bottom: 15px;
}
.lp-faq-title .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}
.lp-faq-list details {
  background: var(--lp-white);
  color: var(--lp-text);
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 25px 20px;
}
.lp-faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
}
.lp-faq-q-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #0b3460;
  margin-right: 15px;
}
.lp-faq-q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0b3460;
}
.lp-faq-list summary::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  /* + icon (vertical and horizontal lines) */
  background:
    linear-gradient(to right, #0b3460, #0b3460) no-repeat center center / 20px
      2px,
    linear-gradient(to bottom, #0b3460, #0b3460) no-repeat center center / 2px
      20px;
  flex-shrink: 0;
}
.lp-faq-list details[open] summary::after {
  /* - icon (horizontal line only) */
  background: linear-gradient(to right, #0b3460, #0b3460) no-repeat center
    center / 20px 2px;
}
.lp-faq-list .faq-answer {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

/* Footer Contact */
.lp-footer-contact {
  background-color: #0b3460;
  background-image: url("images/fun-fan-chat_lp-img/footer_bg.png");
  background-size: 100%;
  background-position: top left;
  text-align: center;
  padding: 85px 0 0 0;
  height: 480px;
}

/* Extracted Inline Styles */
.lp-banner.lp-section {
  padding: 0;
  text-align: center;
}
.lp-banner.lp-section img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.lp-intro-desc {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 35px;
  margin-bottom: 85px;
  color: #191919;
  font-size: 16px;
}
.lp-intro-desc-bottom {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #191919;
}
.lp-contact-title {
  text-align: center;
  padding-bottom: 50px;
}
.lp-contact-title .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 49px;
  font-weight: bold;
  color: #0c3061;
  margin-bottom: 10px;
}
.lp-contact-title .ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #191919;
}
.lp-contact-desc {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-contact-banner .lp-contact-desc {
  margin-bottom: 20px;
}
.lp-profile-title-img {
  margin-bottom: 40px;
  margin-top: 85px;
  width: 560px;
}
.lp-faq-a-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #b8960c;
  margin-right: 18px;
  padding-left: 3px;
}
.lp-faq-a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #191919;
  flex: 1;
  margin-top: 12px;
}
.lp-footer-contact .lp-contact-desc {
  font-size: 16px;
  color: #191919;
  margin-bottom: 50px;
}
.lp-footer-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  max-width: 100%;
  padding: 15px 20px;
  background: linear-gradient(to bottom, #0b3460, #0248aa);
  color: #ffffff !important;
  border-radius: 40px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  gap: 8px;
  transition: opacity 0.3s ease;
}
.lp-footer-btn-link:hover {
  opacity: 0.8;
}

/* Responsive 1060px */
@media (max-width: 1060px) {
  .lp-container {
    padding: 0 20px;
  }
}

/* Responsive 1024px (Tablet) */
@media (max-width: 1024px) {
  .lp-achievements-title .en,
  .lp-problem-title .en,
  .lp-intro-title .en,
  .lp-step-title .en,
  .lp-training-title .en {
    font-size: 80px;
  }
  .lp-achievements-title .ja,
  .lp-problem-title .ja,
  .lp-intro-title .ja,
  .lp-step-title .ja,
  .lp-training-title .ja {
    margin-top: 50px;
    font-size: 24px;
  }
  .lp-step-title .en {
    font-size: 100px;
  }
  .lp-nav-links {
    gap: 15px;
  }
  .lp-nav-links a:not(.lp-nav-btn) {
    font-size: 16px;
  }
  .lp-nav-btn {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 10px 20px;
  }
  .lp-achievements-banners img {
    width: calc(50% - 15px);
  }
  .lp-training .lp-container {
    flex-direction: column;
    gap: 40px;
  }
  .lp-training-img {
    margin-bottom: 0;
    max-width: 650px;
    width: 100%;
  }
  .lp-training-img img {
    margin-left: 0;
  }
  .lp-training-content {
    max-width: 650px;
    width: 100%;
  }
  .lp-training-box {
    margin-left: 0;
    border-radius: 20px;
    padding: 30px;
  }
  .lp-training-title .ja {
    margin-left: 0;
  }
  .lp-profile .lp-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .lp-profile-img {
    width: 100%;
    max-width: 445px;
    padding-top: 0;
  }
  .lp-profile-content {
    width: 100%;
    max-width: 650px;
    margin-bottom: 50px;
  }
  .lp-contact-banner {
    width: 100%;
  }
  .lp-footer-contact {
    background-position: center top;
  }
  .lp-profile-title-img {
    width: 100%;
    margin-top: 0;
  }
  .lp-header-nav {
    padding: 15px 0;
  }
  .lp-achievements-icons {
    column-gap: 20px;
    row-gap: 35px;
  }
  .lp-achievements-banners .slick-slide {
    width: 320px;
    margin: 0 10px;
  }
  .lp-achievements-banners img {
    width: 320px;
    max-width: none;
    margin-bottom: 15px;
  }
}

/* Responsive 768px (Mobile) */
@media (max-width: 768px) {
  .lp-achievements-title .en,
  .lp-problem-title .en,
  .lp-intro-title .en,
  .lp-step-title .en,
  .lp-training-title .en {
    font-size: 40px;
  }
  .lp-achievements-title .ja,
  .lp-problem-title .ja,
  .lp-intro-title .ja,
  .lp-step-title .ja,
  .lp-training-title .ja {
    margin-top: 70px;
    font-size: 16px;
  }
  .lp-step-title .en {
    font-size: 60px;
  }
  .lp-section {
    padding-top: 60px;
  }
  .lp-mv {
    margin-top: 60px;
  }
  .lp-mv-inner {
    background-image: url("images/fun-fan-chat_lp-img/mv_mobile-image.png");
    background-position: center top;
    background-size: cover;
    aspect-ratio: 390 / 735;
    height: auto;
    box-sizing: border-box;
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
  }
  .lp-mv-content {
    margin-top: calc(100vw * 535 / 390);
    margin-left: 28px;
    margin-right: 28px;
  }
  .lp-mv-sub-text {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-mv-btn-link {
    margin: 0 auto;
  }
  .lp-logo {
    font-family: "Noto Serif JP", serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    color: #0b3460 !important;
  }
  .lp-header-nav,
  .lp-header-nav.scrolled {
    padding: 0;
    height: 60px;
    background-color: #ebf2fa;
  }
  .lp-header-inner {
    flex-direction: row;
    padding: 0 0 0 20px;
    height: 100%;
  }
  .lp-header-nav .hamburger {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #083369;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    margin: 0;
    top: 0;
    right: 0;
  }
  .lp-header-nav .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
    left: 15px; /* Center horizontally in 60px */
  }
  .lp-header-nav .hamburger span:nth-child(1) {
    top: 18px;
  }
  .lp-header-nav .hamburger span:nth-child(2) {
    top: 28px;
  }
  .lp-header-nav .hamburger span:nth-child(3) {
    top: 38px;
  }
  .lp-header-nav .hamburger.active span {
    left: 15px !important;
    width: 30px !important;
  }
  .lp-header-nav .hamburger.active span:nth-child(1) {
    top: 28px !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
  }
  .lp-header-nav .hamburger.active span:nth-child(2) {
    opacity: 0 !important;
  }
  .lp-header-nav .hamburger.active span:nth-child(3) {
    top: 28px !important;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
  }
  .lp-nav-links.lp-sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .lp-nav-links.lp-sp-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .lp-mv-content-overlay {
    top: auto;
    bottom: 5%;
  }
  .lp-achievements-icons {
    column-gap: 10px;
    row-gap: 30px;
  }
  .lp-achievements-icons img {
    width: calc(50% - 5px);
  }
  .lp-step-item {
    height: auto;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .lp-step-icon {
    width: 75px;
    height: 75px;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .lp-step-item:not(:first-child)::before {
    left: 37.5px;
    height: calc(100% + 20px);
  }
  .lp-step-content h3 .num {
    font-size: 28px;
  }
  .lp-step-content h3 .ja {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .lp-step-content p {
    font-size: 14px;
  }
  .lp-intro {
    padding-bottom: 60px;
  }
  .lp-intro-images {
    flex-direction: column;
    align-items: center;
  }
  .lp-about {
    background-image: url("images/fun-fan-chat_lp-img/problem-text_mobile_bg.png");
    margin-top: 20px;
  }
  .lp-about .lp-container {
    padding-top: 30px;
  }
  .lp-intro-images img {
    width: 50%;
    margin-bottom: 20px;
  }
  .lp-profile {
    padding-top: 0;
  }
  .lp-profile-title-img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .lp-faq-title {
    padding-bottom: 40px;
  }
  .lp-faq {
    padding-bottom: 40px;
  }

  .lp-footer-contact {
    padding: 50px 20px 70px 20px;
    height: auto;
    background-size: cover;
  }
  .lp-contact-title .en {
    font-size: 36px;
  }
  .lp-contact-title .ja {
    font-size: 20px;
  }
  .lp-achievements-icons {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .lp-achievements {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .lp-problem {
    padding-top: 50px;
  }
  .lp-problem img {
    margin-top: 30px;
  }
  .lp-about-title {
    font-size: 25px;
    margin-bottom: 50px;
  }
  .lp-about p {
    text-align: left;
  }
  .lp-training .lp-container {
    gap: 0;
  }
  .lp-training-subtitle {
    font-size: 16px;
    line-height: 2.8rem;
  }
  .lp-training-subtitle .en {
    font-size: 22px;
  }
  .lp-training-badge {
    font-size: 16px;
  }
  .lp-training-list li span.num {
    margin-right: 10px;
    font-size: 16px;
  }
  .lp-training-list li span.text {
    font-size: 13px;
  }
  .lp-intro-desc {
    margin-top: 30px;
    margin-bottom: 30px;
    /* font-size: 14px; */
  }
  .lp-intro-images img {
    width: 85%;
  }
  .lp-intro-desc-bottom {
    margin-top: 30px;
  }
  .lp-contact-banner {
    margin-top: 30px;
  }
  .lp-profile-name {
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 15px;
    white-space: nowrap;
  }
  .lp-profile-name .ja {
    font-size: 24px;
  }
  .lp-profile-name .en {
    font-size: 16px;
  }
  .lp-profile-job {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .lp-faq-q-text {
    padding-right: 3px;
  }
  .lp-footer-contact .lp-contact-desc {
    margin-bottom: 30px;
  }
  .lp-step-list {
    margin-top: 30px;
  }
  .lp-mv-sub-text {
    max-width: 280px;
    text-align: left;
  }
  .lp-profile-title-container {
    margin-left: 0;
  }
  .lp-achievements-icons img {
    height: auto;
  }
}

/* Hide global footer and floating menu on LP */
#footer,
.floating-menu {
  display: none !important;
}

/* LP Bottom Copy */
.lp-bottom-copy {
  width: 100%;
  height: 35px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-bottom-copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #191919;
  margin: 0;
}


/* LP Page Top Button */
.lp-pagetop {
  display: none;
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 99 !important;
}
.lp-pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.lp-pagetop a:hover {
  opacity: 1;
}
.lp-pagetop img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lp-pagetop {
    bottom: 50px !important;
    right: 50px !important;
  }
  .lp-pagetop a {
    width: 70px;
    height: 70px;
  }
}


/* パスワード保護 */
.post-password-form {
	max-width: 500px;
	margin: 200px auto;
	padding: 40px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	text-align: center;
}

.post-password-form p {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 16px;
    text-align: left;
}

.post-password-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}

.post-password-form input[type="password"] {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	box-sizing: border-box;
}

.post-password-form input[type="submit"] {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 40px;
	background: #f48172;
	color: #fff;
	border: none;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
}

.post-password-form input[type="submit"]:hover {
	opacity: .8;
}