@charset "UTF-8";
body {
  color: #000000;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  br.br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  br.br {
    display: block;
  }
}
.lp-header-nav {
  width: 100%;
  background-color: #000000;
  padding: 15px 0;
  box-sizing: border-box;
  color: #ffffff;
  position: relative;
  z-index: 100;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-header-nav .header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-header-nav .header-logo a {
  display: block;
}
.lp-header-nav .header-logo img {
  height: 28px;
  width: auto;
  display: block;
}
.lp-header-nav .header-contact-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.lp-header-nav .contact-info-block {
  text-align: right;
}
.lp-header-nav .contact-info-block .phone-number-link {
  font-size: 27px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.lp-header-nav .contact-info-block .phone-number-link .header-phone-icon {
  width: 27px;
  height: auto;
  display: block;
}
.lp-header-nav .contact-info-block .business-hours {
  font-size: 11px;
  color: #cccccc;
  line-height: 1.4;
}
.lp-header-nav .contact-line-block .header-line-btn-img {
  display: block;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.lp-header-nav .contact-line-block .header-line-btn-img img {
  width: 280px;
  height: auto;
  display: block;
}
.lp-header-nav .contact-line-block .header-line-btn-img:hover {
  opacity: 0.85;
  transform: scale(1.02);
}

@media screen and (max-width: 960px) {
  .lp-header-nav {
    padding: 12px 0;
  }
  .lp-header-nav .header-inner {
    flex-direction: column;
    gap: 12px;
  }
  .lp-header-nav .header-contact-wrap {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
  }
  .lp-header-nav .contact-info-block {
    text-align: left;
  }
  .lp-header-nav .contact-info-block .phone-number-link {
    font-size: 18px;
  }
  .lp-header-nav .contact-info-block .phone-number-link .header-phone-icon {
    width: 16px;
  }
  .lp-header-nav .contact-line-block .header-line-btn-img img {
    width: 180px;
  }
}
.lp-hero-responsive-section {
  width: 100%;
  padding: 175px 0 85px 0;
  box-sizing: border-box;
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(to right, #000 0%, #000 25%, transparent 60%), url(../images/hero-bg.png);
  background-color: #000;
  /* 画像の位置：右端からさらに20%画面外にハミ出させて、良い部分を引き寄せる */
  background-position: right center;
  background-size: 100% 100%, auto 100%;
  background-repeat: no-repeat;
}
.lp-hero-responsive-section .hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lp-hero-responsive-section .hero-left-content {
  width: 55%;
  position: relative;
  z-index: 10;
}
.lp-hero-responsive-section .hero-top-lead {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}
.lp-hero-responsive-section .hero-top-lead span {
  font-size: 30px;
  font-weight: bold;
}
.lp-hero-responsive-section .hero-top-lead2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 40px 0;
  text-align: right;
}
.lp-hero-responsive-section .hero-top-lead2 span {
  font-size: 30px;
  font-weight: bold;
}
.lp-hero-responsive-section .hero-brand-img-wrap {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}
.lp-hero-responsive-section .hero-brand-img-wrap .brand-logo-img {
  height: auto;
  width: 100%;
}
.lp-hero-responsive-section .hero-ribbon-img-wrap {
  margin-bottom: 30px;
}
.lp-hero-responsive-section .hero-ribbon-img-wrap img {
  width: 90%;
  height: auto;
}
.lp-hero-responsive-section .hero-middle-text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 35px 0;
  letter-spacing: 0.05em;
}
.lp-hero-responsive-section .hero-action-buttons-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}
.lp-hero-responsive-section .hero-action-buttons-img .hero-btn-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.lp-hero-responsive-section .hero-action-buttons-img .hero-btn-link img {
  width: 340px;
  height: auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.lp-hero-responsive-section .hero-action-buttons-img .hero-btn-link:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}
.lp-hero-responsive-section .hero-action-buttons-img .hero-btn-link:active {
  transform: translateY(1px);
}
.lp-hero-responsive-section .hero-features-grid {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-top: 40px;
}
.lp-hero-responsive-section .hero-features-grid .feature-badge {
  flex: 1;
  background-color: rgba(5, 7, 12, 0.7);
  border: 1px solid rgba(197, 155, 104, 0.4);
  border-radius: 6px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.lp-hero-responsive-section .hero-features-grid .badge-circle-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-hero-responsive-section .hero-features-grid .badge-circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.lp-hero-responsive-section .hero-features-grid .badge-info .label {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}
.lp-hero-responsive-section .hero-features-grid .badge-info .val {
  margin: 2px 0;
  font-size: 30px;
  font-weight: bold;
  color: #ffe082;
  line-height: 1.5;
  background: linear-gradient(to bottom, #fae588 0%, #f2cb63 35%, #c49746 70%, #8f6826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.lp-hero-responsive-section .hero-features-grid .badge-info .sub {
  display: block;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .lp-hero-responsive-section {
    /* 💻 タブレット最適化：画面が狭くなるので、画像を少し右側に深く隠して文字の背景を確保 */
    background-position: right 70% center;
  }
  .lp-hero-responsive-section .hero-brand-img-wrap .brand-logo-img {
    height: 45px;
  }
  .lp-hero-responsive-section .hero-features-grid {
    gap: 10px;
    margin-left: 0;
    margin-right: auto;
  }
  .lp-hero-responsive-section .hero-features-grid .feature-badge {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-hero-responsive-section {
    padding: 70px 0 40px 0;
    /* 📱 スマホ最適化：上下黒グラデーション（変わらず） */
    background-image: linear-gradient(to bottom, #000 0%, #000 45%, transparent 55%, transparent 75%, #000 100%), url(../images/hero-bg.png);
    background-color: #000;
    /* 画像の位置：横は中央、縦は下ぴったり（bottom）に配置 */
    background-position: center bottom 15%;
    /* ★ここを変更：画像を横にはみ出させる魔法の設定 */
    /* 2つ目の値（縦幅）は50%で下半分に固定。
         1つ目の値（横幅）を「auto」にすることで、縦横比を保ったまま、
         縦幅50%に合わせた横幅に自動調整されます。
         画面の横幅より画像が広い場合は、横にはみ出します。 */
    background-size: 100% 100%, auto 50%;
    background-repeat: no-repeat;
  }
  .lp-hero-responsive-section .hero-container {
    padding: 0 20px;
    align-items: center;
  }
  .lp-hero-responsive-section .hero-left-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 220px;
  }
  .lp-hero-responsive-section .hero-top-lead {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  .lp-hero-responsive-section .hero-top-lead span {
    font-size: 22px;
  }
  .lp-hero-responsive-section .hero-brand-img-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }
  .lp-hero-responsive-section .hero-brand-img-wrap .brand-logo-img {
    height: auto;
    width: 100%;
    max-width: 360px;
  }
  .lp-hero-responsive-section .hero-top-lead2 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .lp-hero-responsive-section .hero-top-lead2 span {
    font-size: 22px;
  }
  .lp-hero-responsive-section .hero-ribbon-img-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .lp-hero-responsive-section .hero-ribbon-img-wrap img {
    width: 100%;
  }
  .lp-hero-responsive-section .hero-middle-text {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
    letter-spacing: 0.02em;
    padding: 0 10px;
  }
  .lp-hero-responsive-section .hero-action-buttons-img {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
  }
  .lp-hero-responsive-section .hero-action-buttons-img .hero-btn-link {
    width: 100%;
    max-width: 260px;
  }
  .lp-hero-responsive-section .hero-action-buttons-img .hero-btn-link img {
    width: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  }
  .lp-hero-responsive-section .hero-features-grid {
    gap: 12px;
    margin: 0 auto;
    position: relative;
    z-index: 15;
  }
  .lp-hero-responsive-section .hero-features-grid .feature-badge {
    width: 100%;
    padding: 12px 15px;
    gap: 15px;
    background-color: rgba(5, 7, 12, 0.85);
    border-radius: 8px;
    flex-direction: column;
  }
  .lp-hero-responsive-section .hero-features-grid .badge-circle-img {
    width: 65px;
    height: 65px;
  }
  .lp-hero-responsive-section .hero-features-grid .badge-info {
    text-align: center;
  }
  .lp-hero-responsive-section .hero-features-grid .badge-info .label {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .lp-hero-responsive-section .hero-features-grid .badge-info .val {
    font-size: 20px;
    margin: 0;
  }
  .lp-hero-responsive-section .hero-features-grid .badge-info .sub {
    font-size: 11px;
    opacity: 0.9;
    white-space: normal;
    margin-top: 2px;
  }
}
.lp-trouble-section {
  width: 100%;
  padding: 80px 0;
  background-color: #f8f9fa;
  box-sizing: border-box;
}
.lp-trouble-section .trouble-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 4%;
}
.lp-trouble-section .trouble-main-title {
  font-size: 36px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lp-trouble-section .trouble-main-title {
    margin-bottom: 30px;
  }
}
.lp-trouble-section .trouble-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .lp-trouble-section .trouble-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .lp-trouble-section .trouble-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.lp-trouble-section .trouble-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-trouble-section .trouble-card .card-icon-box {
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}
.lp-trouble-section .trouble-card .card-icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-trouble-section .trouble-card .card-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin: 0 0 15px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-trouble-section .trouble-card .card-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.lp-trouble-section .trouble-card .card-bullet-list li {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp-trouble-section .trouble-card .card-bullet-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .lp-trouble-section .trouble-card {
    padding: 20px;
  }
  .lp-trouble-section .trouble-card .card-title {
    min-height: auto;
    margin-bottom: 10px;
  }
  .lp-trouble-section .trouble-card .card-bullet-list li {
    white-space: normal;
  }
}
.lp-trouble-section .trouble-action-area {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.lp-trouble-section .trouble-action-area .trouble-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  padding: 18px;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(5, 7, 12, 0.2);
  transition: all 0.3s ease;
}
.lp-trouble-section .trouble-action-area .trouble-toggle-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.lp-trouble-section .trouble-action-area .trouble-toggle-btn .arrow-v {
  display: inline-block;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.lp-trouble-section .trouble-action-area .trouble-toggle-btn.is-open .arrow-v {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .lp-trouble-section .trouble-action-area .trouble-toggle-btn {
    font-size: 16px;
    padding: 14px;
    max-width: 100%;
  }
}
.lp-trouble-section .trouble-action-area .trouble-content {
  display: none;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid rgba(197, 155, 104, 0.4);
  border-radius: 8px;
  margin-top: 25px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: height 0.3s ease-out;
}
.lp-trouble-section .trouble-action-area .trouble-content-inner {
  padding: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  .lp-trouble-section .trouble-action-area .trouble-content-inner {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    gap: 25px;
  }
}
.lp-trouble-section .trouble-action-area .trouble-block h4 {
  font-size: 15px;
  font-weight: bold;
  color: #ffe082;
  margin: 0 0 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
}
.lp-trouble-section .trouble-action-area .trouble-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-trouble-section .trouble-action-area .trouble-block ul li {
  font-size: 13px;
  color: #e0e0e0;
  line-height: 1.6;
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}
.lp-trouble-section .trouble-action-area .trouble-block ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffe082;
}
.lp-trouble-section .trouble-action-area .trouble-block ul li:last-child {
  margin-bottom: 0;
}
.lp-trouble-section .trouble-action-area .trouble-notice-text {
  font-size: 13px;
  color: #888888;
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lp-trouble-section .trouble-action-area .trouble-notice-text {
    font-size: 12px;
  }
}

.lp-cta-section {
  width: 100%;
  background: linear-gradient(rgba(5, 7, 12, 0.8), rgba(5, 7, 12, 0.8)), url("../images/cta-bg-garage.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.lp-cta-section .cta-section-heading {
  font-size: 42px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  margin: 0 0 40px 0;
  text-align: center;
  background: linear-gradient(to bottom, #fae588 0%, #f2cb63 35%, #c49746 70%, #8f6826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0 2px 4px rgb(0, 0, 0));
}
.lp-cta-section .cta-white-board {
  max-width: 1000px;
  width: 92%;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  padding: 50px 60px;
  box-sizing: border-box;
}
.lp-cta-section .cta-white-board .board-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.lp-cta-section .cta-main-content {
  width: 75%;
  position: relative;
  z-index: 5;
}
.lp-cta-section .cta-location-tag {
  display: inline-flex;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}
.lp-cta-section .cta-location-tag .pin-icon {
  margin-right: 6px;
}
.lp-cta-section .cta-catch-text {
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 50px 0;
}
.lp-cta-section .cta-catch-text span {
  font-size: 38px;
  font-weight: bold;
}
.lp-cta-section .cta-sub-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  margin: 0 0 35px 0;
}
.lp-cta-section .cta-image-buttons {
  display: flex;
  gap: 20px;
  width: 100%;
}
.lp-cta-section .cta-image-buttons .cta-img-btn-link {
  flex: 1;
  max-width: 500px;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.lp-cta-section .cta-image-buttons .cta-img-btn-link img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-cta-section .cta-image-buttons .cta-img-btn-link:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}
.lp-cta-section .cta-avatar-wrap {
  width: 35%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.lp-cta-section .cta-avatar-wrap .avatar-img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .lp-cta-section .cta-white-board {
    padding: 40px;
  }
  .lp-cta-section .cta-white-board .board-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .lp-cta-section .cta-main-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lp-cta-section .cta-catch-text {
    font-size: 22px;
  }
  .lp-cta-section .cta-image-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .lp-cta-section .cta-image-buttons .cta-img-btn-link {
    width: 100%;
    max-width: 340px;
  }
  .lp-cta-section .cta-avatar-wrap {
    position: relative;
    width: 100%;
    max-width: 220px;
    right: 0;
    bottom: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .lp-cta-section {
    padding: 50px 0;
  }
  .lp-cta-section .cta-section-heading {
    font-size: 30px;
    width: 90%;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .lp-cta-section .cta-white-board {
    padding: 30px 20px;
  }
  .lp-cta-section .cta-catch-text {
    font-size: 20px;
  }
  .lp-cta-section .cta-catch-text span {
    font-size: 25px;
  }
  .lp-cta-section .cta-sub-text {
    font-size: 16px;
  }
}
.lp-service-ability-section {
  width: 100%;
  background-color: #ffffff;
  padding: 90px 0;
  box-sizing: border-box;
  color: #000000;
}
.lp-service-ability-section .service-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.lp-service-ability-section .service-section-title {
  text-align: center;
  margin-bottom: 60px;
}
.lp-service-ability-section .service-section-title .sub-caption {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #c59b68;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.lp-service-ability-section .service-section-title .main-heading {
  font-size: 36px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
}
.lp-service-ability-section .service-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.lp-service-ability-section .service-menu-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lp-service-ability-section .service-menu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.lp-service-ability-section .service-menu-card .card-img-box {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  background-color: #f0f0f0;
}
.lp-service-ability-section .service-menu-card .card-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-service-ability-section .service-menu-card .card-label-bar {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .lp-service-ability-section {
    padding: 60px 0;
  }
  .lp-service-ability-section .service-section-title {
    margin-bottom: 40px;
  }
  .lp-service-ability-section .service-section-title .main-heading {
    font-size: 26px;
  }
  .lp-service-ability-section .service-menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .lp-service-ability-section .service-menu-card .card-label-bar {
    font-size: 14px;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 600px) {
  .lp-service-ability-section .service-menu-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }
}
.lp-achievements-section {
  width: 100%;
  background: linear-gradient(rgba(5, 7, 12, 0.75), rgba(5, 7, 12, 0.75)), url("../images/results-bg.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
  box-sizing: border-box;
  color: #ffffff;
  overflow: hidden;
}
.lp-achievements-section .achievements-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
}
.lp-achievements-section .achievements-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
.lp-achievements-section .achievements-main-title span {
  font-size: 38px;
  font-weight: 900;
}
.lp-achievements-section .carousel-hint-wrapper {
  position: relative;
  width: 100%;
}
.lp-achievements-section .carousel-hint-wrapper::before, .lp-achievements-section .carousel-hint-wrapper::after {
  content: "";
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.lp-achievements-section .carousel-hint-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.lp-achievements-section .carousel-hint-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.lp-achievements-section .achievements-carousel {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 20px;
}
.lp-achievements-section .achievements-carousel::-webkit-scrollbar {
  display: none;
}
.lp-achievements-section .achievement-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.lp-achievements-section .achievement-card .card-thumb-box {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #222222;
}
.lp-achievements-section .achievement-card .card-thumb-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-achievements-section .achievement-card .card-body-content {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.lp-achievements-section .achievement-card .card-post-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.lp-achievements-section .achievement-card .card-post-excerpt {
  font-size: 13px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
  text-align: justify;
}
.lp-achievements-section .scroll-indicator-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 12;
  pointer-events: none;
  animation: pulseHint 2s infinite ease-in-out;
}
.lp-achievements-section .scroll-indicator-arrow.left-arrow {
  left: 10px;
}
.lp-achievements-section .scroll-indicator-arrow.right-arrow {
  right: 10px;
}

@keyframes pulseHint {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-50%) translateX(4px);
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .lp-achievements-section {
    padding: 60px 0;
  }
  .lp-achievements-section .achievements-main-title {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .lp-achievements-section .achievements-main-title span {
    font-size: 36px;
  }
  .lp-achievements-section .achievement-card {
    flex: 0 0 290px;
  }
  .lp-achievements-section .achievement-card .card-body-content {
    padding: 20px 15px;
  }
  .lp-achievements-section .achievement-card .card-post-title {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 10px;
  }
  .lp-achievements-section .achievement-card .card-post-excerpt {
    font-size: 12px;
  }
  .lp-achievements-section .scroll-indicator-arrow {
    display: none;
  }
}
.lp-flow-section {
  width: 100%;
  background-color: #ffffff;
  padding: 90px 0;
  box-sizing: border-box;
  color: #000000;
}
.lp-flow-section .flow-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3%;
}
.lp-flow-section .flow-section-title {
  text-align: center;
  margin-bottom: 70px;
}
.lp-flow-section .flow-section-title h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}
.lp-flow-section .flow-section-title p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.lp-flow-section .flow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.lp-flow-section .flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent #c59b68;
  flex-shrink: 0;
  margin: 0 10px;
}
.lp-flow-section .flow-card-item {
  flex: 1;
  max-width: 290px;
  position: relative;
  padding-top: 25px;
  box-sizing: border-box;
}
.lp-flow-section .flow-card-head {
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #000000;
  color: #ffffff;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 30px;
  border-radius: 16px;
  z-index: 5;
}
.lp-flow-section .flow-card-head .step-label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.lp-flow-section .flow-card-head .step-num {
  font-size: 30px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(to bottom, #fae588 0%, #f2cb63 35%, #c49746 70%, #8f6826 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.lp-flow-section .flow-card-body {
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 16px;
  padding: 40px 20px 30px 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 411px;
}
.lp-flow-section .card-flow-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin: 0 0 20px 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-flow-section .flow-illust-box {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 20px;
}
.lp-flow-section .flow-illust-box img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp-flow-section .card-flow-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .lp-flow-section .flow-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    justify-items: center;
  }
  .lp-flow-section .flow-arrow {
    border-width: 16px 12px 0 12px;
    border-color: #c59b68 transparent transparent transparent;
    margin: 10px 0;
  }
  .lp-flow-section .flow-card-item {
    width: 100%;
    max-width: 450px;
  }
  .lp-flow-section .flow-card-item .flow-card-body {
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  .lp-flow-section {
    padding: 50px 0;
  }
  .lp-flow-section .flow-section-title {
    margin-bottom: 40px;
  }
  .lp-flow-section .flow-section-title h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .lp-flow-section .flow-section-title p {
    font-size: 16px;
    padding: 0 4%;
    line-height: 1.5;
  }
  .lp-flow-section .flow-card-item .card-flow-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .lp-flow-section .flow-card-item .flow-illust-box {
    height: 200px;
  }
  .lp-flow-section .flow-card-item .card-flow-desc {
    font-size: 16px;
  }
}
.lp-faq-section {
  width: 100%;
  background-color: #e5e8eb;
  padding: 90px 0;
  box-sizing: border-box;
  color: #000000;
}
.lp-faq-section .faq-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.lp-faq-section .faq-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.lp-faq-section .faq-section-title .sub-caption {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #c59b68;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.lp-faq-section .faq-section-title .main-heading {
  font-size: 36px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  margin: 0;
}
.lp-faq-section .faq-accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lp-faq-section .faq-item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.lp-faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}
.lp-faq-section .faq-item summary {
  list-style: none;
}
.lp-faq-section .faq-question {
  background-color: #000000;
  color: #ffffff;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
.lp-faq-section .faq-question .q-prefix {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #c59b68;
  margin-right: 18px;
  font-weight: 900;
}
.lp-faq-section .faq-question .q-text {
  flex: 1;
  padding-right: 30px;
  line-height: 1.5;
}
.lp-faq-section .faq-question .faq-toggle-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.lp-faq-section .faq-question .faq-toggle-icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  top: 6px;
  left: 0;
  transition: transform 0.3s ease;
}
.lp-faq-section .faq-question .faq-toggle-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #ffffff;
  top: 0;
  left: 6px;
  transition: transform 0.3s ease;
}
.lp-faq-section .faq-item[open] {
  margin-bottom: 5px;
}
.lp-faq-section .faq-item[open] .faq-question .faq-toggle-icon::after {
  transform: rotate(90deg);
  background-color: #c59b68;
}
.lp-faq-section .faq-item[open] .faq-question .faq-toggle-icon::before {
  background-color: #c59b68;
}
.lp-faq-section .faq-answer {
  background-color: #ffffff;
  box-sizing: border-box;
}
.lp-faq-section .faq-answer .faq-answer-inner {
  padding: 25px;
  display: flex;
  align-items: flex-start;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.lp-faq-section .faq-answer .a-prefix {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #94a3b8;
  margin-right: 18px;
  font-weight: 900;
  line-height: 1.2;
}
.lp-faq-section .faq-answer .a-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .lp-faq-section {
    padding: 50px 0;
  }
  .lp-faq-section .faq-section-title {
    margin-bottom: 30px;
  }
  .lp-faq-section .faq-section-title .main-heading {
    font-size: 24px;
  }
  .lp-faq-section .faq-question {
    padding: 15px 20px;
    font-size: 14px;
  }
  .lp-faq-section .faq-question .q-prefix {
    font-size: 18px;
    margin-right: 12px;
  }
  .lp-faq-section .faq-question .faq-toggle-icon {
    right: 20px;
  }
  .lp-faq-section .faq-answer .faq-answer-inner {
    padding: 20px;
  }
  .lp-faq-section .faq-answer .a-prefix {
    font-size: 18px;
    margin-right: 12px;
  }
  .lp-faq-section .faq-answer .a-text {
    font-size: 13px;
  }
}
.lp-map-section {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.lp-map-section .map-wide-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
}
.lp-map-section .map-wide-wrap iframe {
  width: 100%;
  height: 500px;
  display: block;
}

@media screen and (max-width: 768px) {
  .lp-map-section .map-wide-wrap iframe {
    height: 350px;
  }
}
.lp-footer {
  width: 100%;
  background-color: #000000;
  padding: 60px 0 40px 0;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}
.lp-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-footer .footer-logo {
  margin-bottom: 20px;
}
.lp-footer .footer-logo .logo-text {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-family: "Arial Black", sans-serif;
}
.lp-footer .footer-address {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0 0 45px 0;
  opacity: 0.9;
}
.lp-footer .footer-copyright {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
  opacity: 0.6;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 640px) {
  .lp-footer {
    padding: 45px 0 30px 0;
  }
  .lp-footer .footer-logo .logo-text {
    font-size: 22px;
  }
  .lp-footer .footer-address {
    font-size: 13px;
    margin-bottom: 35px;
  }
  .lp-footer .footer-copyright {
    font-size: 10px;
    padding: 0 4%;
    line-height: 1.5;
  }
}
.js-scroll-anim {
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
  will-change: transform, opacity;
}
.js-scroll-anim.is-animated {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}
.js-scroll-anim.anim-up {
  transform: translateY(50px);
}
.js-scroll-anim.anim-right {
  transform: translateX(60px);
}
.js-scroll-anim.anim-left {
  transform: translateX(-60px);
}
.js-scroll-anim.anim-scale-up {
  transform: scale(0.85);
}
.js-scroll-anim.anim-scale-down {
  transform: scale(1.15);
}

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}/*# sourceMappingURL=lp-style.css.map */