/* =========================================================
   index.css
   - LPトップページ専用スタイル
   - ヒーロー構成を新HTMLに合わせて整理
   - 旧ヒーロー関連スタイルを削除
   ========================================================= */

/* =========================================================
  Interaction
  ========================================================= */
html {
  scroll-behavior: smooth;
}

/* =========================================================
   Root
   ========================================================= */
:root {
  --design-w: 1440px;
  --design-gutter: max((100vw - var(--design-w)) / 2, 0px);
}

/* =========================================================
   Movie
   ========================================================= */
.movieModal {
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.movieModal[open] {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movieModal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.movieModal__content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.movieModal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  font-size: 24px;
  line-height: 40px;
  cursor: pointer;
}

.movieModal__frame {
  width: min(1200px, calc(100vw - 32px));
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

.movieModal__frame iframe,
.movieModal__frame video {
  width: 100%;
  height: 100%;
  display: block;
}

.movieModal__frame iframe,
.movieModal__frame video {
  width: 100%;
  height: 100%;
  display: block;
}


/* =========================================================
   Base Layout
   ========================================================= */
.webmain {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0;
  overflow: hidden;
  background-color: var(--helper-ivory-2);
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding-bottom: 140px;
}

.fixed-top-area {
  position: relative;
  width: 100%;
  z-index: auto;
}

.fixed-top-placeholder {
  height: 60px
}

/* =========================================================
   Header
   ========================================================= */
.service-logo {
  text-decoration: none;
}

.menuglobal {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 136px 8px 11px;
  box-sizing: border-box;
  gap: 0;
  padding-left: 11px;
  overflow: visible;
  flex-shrink: 0;
  background: rgba(248, 239, 227, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-16);
  text-align: center;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .menuglobal {
    background-color: rgba(248, 239, 227, 0.9);
  }
}

.menuglobal-logo {
  display: block;
  flex-shrink: 0;
}

.menuglobal-logo:focus-visible {
  outline: 2px solid var(--helper-dark-brown);
  outline-offset: 4px;
  border-radius: var(--br-20);
}

.component-1logo {
  width: 126px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.component-1logo-leader-text {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #62574D;
}

.component-1logo-icon {
  width: 126px;
  height: 28px;
  display: block;
}

.menuglobal-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

.menuglobal-nav {
  display: flex;
  align-items: center;
  height: 56px;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.service-points {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 56px;
  padding: 0px 16px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 40px;
  color: var(--helper-dark-brown);
  text-decoration: none;
  cursor: pointer;
}

.b {
  position: relative;
  margin: 0;
  line-height: 140%;
}

.keyboard-arrow-down-24dp-1f1f1-icon {
  position: relative;
  width: var(--width-24);
  height: var(--height-24);
}

.column-button {
  position: relative;
  width: 123px;
  height: 43px;
  color: var(--helper-dark-brown);
  text-decoration: none;
}

.column-button:focus-visible {
  outline: 2px solid var(--helper-dark-brown);
  outline-offset: 4px;
  border-radius: var(--br-40);
}

.btn,
.btn2 {
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 120px;
  height: var(--height-40);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--helper-dark-brown);
  border-radius: var(--br-40);
  background-color: var(--helper-dark-brown);
}

.btn2 {
  top: 0.5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-8) var(--padding-16);
  background-color: var(--base-White);
}

.b6 {
  position: relative;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.btn2 .b6 {
  letter-spacing: 0.8px;
}


.menuglobal-toggleInput,
.menuglobal-toggleBtn,
.menuglobal-drawer,
.menuglobal-backdrop {
  display: none;
}

/* =========================================================
   Common Link Reset
   ========================================================= */
.link-reset,
.link-reset:visited {
  color: inherit;
  text-decoration: none;
}

/* .link-reset:hover {
  text-decoration: underline;
} */

.link-reset:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* =========================================================
   Main Wrapper
   ========================================================= */
.frame-parent {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding-bottom: 0;
  box-sizing: border-box;
  gap: var(--gap-72);
  background: var(--base-White);
}

.frame-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  max-width: 100%;
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-22);
  text-align: justify
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  width: 100%;
  overflow: visible;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  height: 475px;
  overflow: visible;
}

.hero__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 100px 32px 32px 64px;
  box-sizing: border-box;
  color: var(--helper-dark-brown);
  grid-column: 1;
  grid-row: 1;
  z-index: 3; 
}

.hero__lead {
  margin: 0 0 8px;
  color: var(--helper-dark-brown);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.hero__title {
  margin: 0;
  color: var(--helper-dark-brown);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
}

.hero__logo {
  margin-top: 24px;
}

.hero__logoImage {
  display: block;
  height: 86.029px;
  width: auto;
  aspect-ratio: 201 / 44;
}

.hero__cta {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 56px;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 999px;
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.hero__button--primary {
  background-color: var(--main-orangelight);
  border: 1px solid var(--main-orangelight);
  color: var(--base-White);
}

.hero__button--primary:hover {
  background-color: var(--color-chocolate);
  border-color: var(--color-chocolate);
}

.hero__button--secondary {
  background-color: var(--base-White);
  border: 1px solid var(--main-orangelight);
  color: var(--main-orangelight);
}

.hero__button--secondary:hover {
  background-color: rgba(255, 149, 0, 0.08);
}

.hero__movie {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 40px;
  color: var(--helper-dark-brown);
  text-decoration: none;
}

.hero__movieText {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
}

.hero__movieIcon {
  display: block;
  width: 56px;
  height: 56px;
}

.hero__visual {
  width: clamp(691px, 57.3vw, 1090px);
  height: auto;
  overflow: visible;
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3; 
  z-index: 10;      
}

.hero__visualImage {
  width: 1090px;            
  height: 691px;
  top: 0;
  left: 0;  
  display: block;
  max-width: none;        
  object-fit: contain;     
  display: block;
  position: relative; 
  z-index: 1;   
  transform: translateY(-20px);
}

.hero__catch {
  position: absolute;
  top: 110px;
  left: 105px;
  display: flex;
  gap: 24px;
  z-index: 2;
  pointer-events: none;
}

.hero__catchText {
  color: #62574d;
  font-family: var(--font-noto-sans-jp);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hero__deco {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -20px; /* 必要に応じて調整 */
  margin-bottom: 0;
}


/* =========================================================
   Intro / Service Overview
   ========================================================= */
.vector-parent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  max-width: 100%;
  text-align: center;
}

.frame-item,
.vector-icon,
.site-footer-child {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.frame-item {
  position: relative;
  object-fit: contain;
  z-index: 0;
  flex-shrink: 0;
}

.service-description {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin-top: 48px;
  padding: 0 var(--container-padding-x) var(--padding-14);
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
  max-width: 100%;
}

.serviceVisual .schedule-view {
  position: relative;
  z-index: 2;
}

.serviceVisual {
  position: relative;
}

.serviceVisual__deco {
  --deco-scale: min(1, calc((100vw - 40px) / 1440));

  position: absolute;
  top: -230px;
  left: 50%;
  width: 1440px;
  height: 740px; 

  transform: translateX(-50%);
  transform-origin: top center;

  pointer-events: none;
  z-index: 1; 
}

.serviceVisual__deco .icon2 {
  position: absolute;
  left: 190px;
  top: 80px;
  width: 201.38px;
  height: 146px;
  object-fit: contain;
}

.serviceVisual__deco .coco-center {
  position: absolute;
  left: 1017px;
  top: 76px;
  width: 113px;
  height: 140px;
  object-fit: contain;
}

.serviceVisual__deco .icon3 {
  position: absolute;
  left: 1159px;
  top: 30px;
  width: 214.15px;
  height: 140.43px;
  object-fit: contain;
  transform: rotate(180deg);
  transform-origin: center;
}

.description-container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  justify-content: center;
  text-align: center;
}

.frame-parent2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 0;
}

.wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--padding-0);
  width: 100%;
}

.h22 {
  position: relative;
  display: inline-block;
  width: 282px;
  height: var(--height-45);
  margin: 0;
  font: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.div {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: var(--container-max);
  height: auto;
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}

.schedule-view {
  display: flex;
  align-items: flex-start;
  padding: var(--padding-0) var(--padding-30);
  box-sizing: border-box;
  max-width: 100%;
  flex-shrink: 0;

}

.screen-container-parent {
  box-sizing: border-box;
  padding: var(--padding-0) 2px;
  row-gap: var(--gap-20);
  max-width: 100%;
}

.screen-container,
.screen-container-parent,
.screen-details {
  display: flex;
  align-items: flex-start;
}

.screen-container {
  flex-direction: column;
  box-sizing: border-box;
  padding: 411px var(--padding-0) var(--padding-0);
  max-width: 100%;
  flex-shrink: 0;
}

.screen-details {
  width: 660px;          
  margin-inline: auto;
  position: relative;
}

.screen-details-child {
  position: absolute;
  top: -411px;
  left: 0;
  transform: translateX(8px); /* 画像自体に余白があるのでここで帳消し */
  width: 660px;
  height: 420px;
  margin: 0 !important;
  object-fit: cover;
  flex-shrink: 0;
}

.div2 {
  position: relative;
  display: inline-block;
  width: 660px;
  height: 56px;
  flex-shrink: 0;
  z-index: 1;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
}

.control-elements {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  margin-left: -16px;
  gap: 33px;
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-18);
  text-align: center;
}

.control-elements-inner,
.frame-parent3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.control-elements-inner {
  padding: 80px var(--padding-0) var(--padding-0);
}

.frame-parent3 {
  gap: 29px;
}

.frame-parent4 {
  position: relative;
  width: 224px;
  height: var(--height-100);
  z-index: 1;
}

.rectangle-parent {
  position: absolute;
  top: 18px;
  left: 0;
  width: 224px;
  height: var(--height-64);
}

.rectangle-parent2 {
  width: auto;
  max-width: 100%;
}

.frame-inner {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  height: var(--height-24);
  background-color: var(--main-green);
}

.polygon-icon {
  position: absolute;
  top: 0;
  left: 192px;
  width: 32px;
  height: var(--height-64);
  object-fit: contain;
}

.element-labels {
  position: absolute;
  top: 0;
  left: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--width-100);
  height: var(--height-100);
  padding: var(--padding-20) 27px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: var(--br-100);
  background-color: var(--main-green);
}

.frame-parent5 {
  position: relative;
  width: 224px;
  height: var(--height-100);
  z-index: 1;
  color: var(--main-green);
}

.rectangle-parent-reverse {
  position: absolute;
  top: 18px;
  left: 0;
  width: 224px;
  height: var(--height-64);
}

.frame-inner-reverse {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 200px;
  height: var(--height-24);
  background-color: var(--main-green);
}

.polygon-icon-reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: var(--height-64);
  object-fit: contain;
  transform: rotate(180deg);
  transform-origin: center;
}

.flow-badge {
  position: absolute;
  top: 0;
  left: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--width-100);
  height: var(--height-100);
  padding: var(--padding-20) 25px;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid var(--main-green);
  border-radius: var(--br-100);
  background-color: var(--base-White);
}

.confirm-screen {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-11);
  color: var(--helper-dark-brown);
  font-size: var(--fs-20);
}

.confirm-screen-child {
  position: relative;
  width: 197px;
  height: 400px;
  object-fit: cover;
}

.div5 {
  position: relative;
  display: inline-block;
  width: 198px;
  height: 56px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}


/* =========================================================
   Floating CTA
   ========================================================= */
.floating-cta {
  position: fixed;
  top: 12px;
  right: 18px;
  width: 132px;
  height: 160px;
  pointer-events: auto ;
  z-index: 1000;
}

.tail-parent {
  position: relative;
  width: 132px;
  height: 160px;
  flex-shrink: 0;
  background-color: transparent;
}

.apply-cta {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 132px;
  transform: translateX(-50%);
}

.tail-icon {
  position: absolute;
  top: 29.6px;
  left: calc(50% + 15.1px);
  width: 50.8px;
  height: 54.9px;
  object-fit: contain;
  flex-shrink: 0;
}

.instance-child {
  position: absolute;
  display: block;
  flex-shrink: 0;
}

.floating-cta .instance-child {
  top: 0;
  left: 50%;
  width: 81.563px;
  height: 57px;
  transform: translateX(-50%);
}

.instance-child1 {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.frame {
  position: absolute;
  top: 42px;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 30px 36px 36px;
  box-sizing: border-box;
  gap: 24px;
  border: 1px solid var(--base-White);
  border-radius: 75px;
  background: var(--main-orangelight);
  box-shadow: 0 0 7.5px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transform: translateX(-50%);
  flex-shrink: 0;
}

.floating-cta .tail-icon { z-index: 1; }
.floating-cta .apply-cta { z-index: 2; }
.floating-cta .instance-child { z-index: 2; }
.floating-cta .instance-child1 { z-index: 3; }

.floating-cta .frame { z-index: 2; }

.frame:hover {
  border: 1px solid var(--color-gainsboro);
  background-color: var(--color-chocolate);
}

.b11 {
  position: relative;
  display: inline-block;
  width: 60px;
  flex-shrink: 0;
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  font-size: 15px;
  line-height: 140%;
  text-align: center;
}

.group-parent {
  position: absolute;
  top: 39.6px;
  left: calc(50% - 35.7px);
  display: flex;
  align-items: flex-start;
  gap: 23.1px;
  flex-shrink: 0;
}

.floating-cta .group-parent {
  pointer-events: none;
}

.group-icon {
  position: relative;
  width: 21.8px;
  height: 15.6px;
}

.group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.8px var(--padding-0) var(--padding-0);
}

.group-icon2 {
  position: relative;
  width: 22.4px;
  height: 15.6px;
}

/* =========================================================
   3 Points
   ========================================================= */
.frame-parent7,
.point-details-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  max-width: 100%;
}

.frame-parent7 {
  flex-direction: column;
  gap: var(--gap-72);
  font-size: var(--fs-32);
  text-align: center;
  background: #F8EFE3;
}

.point-details-wrapper {
  padding: var(--padding-0) var(--padding-64);
  box-sizing: border-box;
  background: #F8EFE3;
}

.point-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center !important;
  max-width: 100%;
  gap: var(--gap-32);
}

.wrapper2 {
  display: flex;
  align-items: flex-start;
  justify-content: center !important;
  align-self: stretch;
  padding: 0 !important;
}

.h23 {
  position: relative;
  margin: 0;
  color: #62574D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 140%;
  font-size: 32px;
  letter-spacing: 3.2px;
  text-align: center;
}

.frame-parent8 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  max-width: 100%;
  gap: 28px;
}

.frame-section {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  max-width: 365px;
  padding-top: 30px;
  box-sizing: border-box;
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-28);
  text-align: center;
}

.frame-parent9 {
  position: relative;
  top: auto;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  width: 365px;
  padding: 66px var(--padding-24) var(--padding-26);
  box-sizing: border-box;
  overflow: hidden;
  gap: 20px;
  border-radius: var(--br-20);
  background-color: var(--base-White);
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: var(--gap-16);
  text-align: center;
}

.h33 {
  position: relative;
  align-self: stretch;
  margin: 0;
  font: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
}

.ui {
  position: relative;
  align-self: stretch;
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
}

.frame-child3 {
  position: relative;
  align-self: stretch;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.point-image-1,
.point-image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
  flex: none;
}

.point-image-1 {
  width: 320px;
  height: 284.444px;
  max-width: 100%;
  aspect-ratio: 9 / 8;
  align-self: center;
}

.point-image-2 {
  width: 218.167px;
  height: 220px;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 119 / 120;
  align-self: center;
}

.point-image-3 {
  width: 297.696px;
  height: 226.249px;
  max-width: 100%;
  align-self: center;
}

.separators {
  position: absolute;
  top: 0;
  left: 50% !important;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: var(--width-72);
  height: var(--height-72);
  padding: var(--padding-14) var(--padding-24) 13px var(--padding-26);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: var(--br-100);
  background-color: var(--main-green);
  color: var(--base-White);
  font-size: var(--fs-32);
  transform: translateX(-50%);
}

.dividers {
  position: relative;
  margin: 0;
  font: inherit;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
}

.frame-child5 {
  position: relative;
  width: 238px;
  height: 240px;
}

.point-details-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  padding: var(--padding-0) var(--padding-20);
}

.frame-child6 {
  position: relative;
  width: 88px;
  height: var(--height-48);
  object-fit: contain;
}

/* =========================================================
   Effects
   ========================================================= */
.effect-details-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  padding: var(--padding-0) var(--padding-20);
  box-sizing: border-box;
  max-width: 100%;
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  text-align: center;
}

.effect-details {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  max-width: 100%;
  gap: var(--gap-32);
}

.wrapper5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--width-160);
  height: var(--height-160);
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: var(--br-100);
  background-color: var(--main-green);
}

.h26 {
  color: var(--base-White, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.2px;
}

.h27,
.h28,
.h29 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #62574d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  z-index: 1;
}

.h27::after,
.h28::after,
.h29::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 14px;
  background-color: var(--main-green);
  opacity: 0.4;
  z-index: -1;
}

.frame-parent14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  gap: var(--gap-16);
  color: var(--helper-dark-brown);
  text-align: left;
  align-self: center;
}

.rectangle-group,
.rectangle-parent2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-8);
  width: auto;
  max-width: 100%;
}

.rectangle-div,
.frame-child8,
.frame-child10 {
  position: absolute;
  bottom: 0;
  left: 56px;
  margin: 0 !important;
  opacity: 0.4;
  z-index: 0;
  background-color: var(--main-green);
}

.rectangle-div {
  width: 496px;
  height: var(--height-16);
}

.frame-child8 {
  width: 350px;
  height: var(--height-16);
}

.frame-child10 {
  width: 599px;
  height: var(--height-16);
  flex-shrink: 0;
}

.frame-child7,
.frame-child11 {
  position: relative;
  width: var(--width-48);
  max-height: 100%;
  border-radius: var(--br-100);
  z-index: 1;
}

.frame-child11 {
  flex-shrink: 0;
}

.h27,
.h28,
.h29 {
  position: relative;
  margin: 0;
  font: inherit;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.1em;
}

.rectangle-div,
.frame-child8,
.frame-child10 {
  display: none;
}

/* =========================================================
   Orange CTA Section
   ========================================================= */
.parent6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: var(--padding-40) var(--padding-0) 56px;
  box-sizing: border-box;
  gap: 31px;
  max-width: 100%;
  background-color: var(--main-orangelight);
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  text-align: center;
}

.h210 {
  position: relative;
  align-self: stretch;
  margin: 0;
  font: inherit;
  font-weight: 700;
  line-height: 140%;
  font-size: 32px;
  color: #62574D;
  font-family: var(--font-noto-sans-jp);
  letter-spacing: 0.1em;
}

.h211 {
  position: relative;
  align-self: center;
  margin: 0;
  font: inherit;
  font-weight: 700;
  line-height: 140%;
  font-size: 32px;
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  letter-spacing: 0.1em;
}


.download-buttons,
.btn5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.download-buttons {
  align-self: stretch;
  gap: var(--gap-32);
}

.btn5 {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 480px;
  height: var(--height-96);
  padding: var(--padding-16) var(--padding-40);
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: var(--br-80);
  background-color: var(--base-White);
  cursor: pointer;
}

.btn5:hover {
  background-color: var(--color-gainsboro);
}

.b12 {
  position: relative;
  color: var(--main-orangelight);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  line-height: 140%;
  text-align: center;
}


.btn6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  flex-shrink: 0;
  width: 480px;
  height: var(--height-96);
  padding: var(--padding-16) var(--padding-40);
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid var(--base-White);
  border-radius: var(--br-80);
  background-color: var(--main-orangelight);
  cursor: pointer;
}

.btn6:hover {
  border: 2px solid var(--color-gainsboro);
  background-color: var(--color-chocolate);
}

.btn5,
.btn6,
.btn5:hover,
.btn6:hover {
  text-decoration: none;
}

.b13 {
  position: relative;
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  line-height: 140%;
  text-align: center;
}

/* =========================================================
   Features
   ========================================================= */
.functions-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  max-width: 100%;
  gap: 104px;
}

.functions-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  padding: var(--padding-40) var(--padding-0) 56px;
  gap: var(--gap-40);
  border-radius: var(--br-20);
  background-color: var(--helper-ivory-25);
  margin-top: 72px;
  margin-bottom: 84px;
}

.parent7,
.feature-details {
  display: flex;
  align-items: center;
}

.parent7 {
  flex-direction: column;
  gap: var(--gap-32);
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-32);
  text-align: center;
}

.feature-details {
  justify-content: center;
  gap: var(--gap-32);
  font-size: var(--fs-20);
}

.feature-row {
  display: flex;
  align-items: flex-start;
  width: var(--width-160);
  height: var(--height-160);
}

.feature-columns-wrapper {
  display: flex;
  align-items: flex-start;
}

.feature-columns {
  position: relative;
  width: var(--width-160);
  height: var(--height-160);
}

.feature-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h36 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.editorial-image {
  position: relative;
  display: flex;
  width: 1024px;
  height: 576px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  background-color: var(--base-Line);
}

.editorial-image .editorial-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;  
}

.adobestock-588083580-editorial-icon {
  position: absolute;
  top: calc(50% - 69.5px);
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  object-fit: cover;
}

/* =========================================================
   Pricing / Flow
   ========================================================= */
.lp33678 {
  width: 100%;
  color: #62574d;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  padding-top: 0;
  position: relative;
  overflow: visible; 
}

.lp33678__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.lp33678__deco img {
  display: block;
  object-fit: contain;
}

.lp33678__cocoWalk {
  position: absolute;
  width: 138.5px;
  height: 146.2px;
  right: 400px; 
  top: 5px;   
}

.lp33678__cocoWalk2 {
  position: absolute;
  width: 138.5px;
  height: 146.2px;
  right: 250px;  
  top: 50px;   
}

.lp33678__wave {
  width: 100%;
  line-height: 0;
}

.lp33678__waveImg {
  display: block;
  width: 100%;
  height: auto;
  background: #F8EFE3; 
  margin-bottom: -1px; 
}

/* =========================================================
   Pricing (Figma: Frame 33644 / 33964 / 33963 / 33962)
   ========================================================= */

/* Figma: layout_XFEIJA padding 40 64 / gap 32 */
.lp33678__content {
  padding: 40px 64px 72px;
  gap: 32px;
}

/* Figma: Frame 33964（row, gap 16） */
.lp33678Pricing {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap; /* 画面が狭い場合に下へ落ちる */
}

/* Figma: Frame 33963 / 33962（ivory2, radius 20, padding 32, gap 16） */
.lp33678Pricing__block {
  background: var(--helper-ivory-2);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

/* Figma: 「初回のみ」「月額料金」(style_NGPVAZ) */
.lp33678Pricing__kicker {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #62574D;
  text-align: center;
}

/* 白いカード（Figma: width 280, radius 20, stroke brown 2px, padding 32 28） */
.lp33678PricingCard {
  width: 280px;
  min-height: 292px; /* Figma: 月額側カードは 292 */
  background: #fff;
  border: 2px solid #A09285;
  border-radius: 20px;
  padding: 32px 28px;
  box-sizing: border-box;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

/* 初回カードは中身が少し違うので必要なら微調整 */
.lp33678PricingCard--initial {
  min-height: auto; 
}

.lp33678PricingCard__title {
  margin: 0;
  height: 68px;          
  width: 100%;

  display: flex;         
  align-items: center;   
  justify-content: center; 

  text-align: center;   

  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #62574D;
}

.lp33678PricingCard__titleSmall {
  font: inherit;
  letter-spacing: inherit;
  font-size: 20px;
}

/* Figma: 「通常30,000円のところ」「1施設あたり」「1名あたり」 */
.lp33678PricingCard__note {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #A09285;
}

/* 初期登録料カードの note を 1行固定にする */
.lp33678PricingCard--initial .lp33678PricingCard__note {
  white-space: nowrap;
  max-width: 224px; 
}

.lp33678PricingCard__limit {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #62574D;
}

/* Figma: 0円強調（今なら/0/円!! が別サイズ） */
.lp33678PriceZero {
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  color: #FF9500;
  white-space: nowrap;
}

.lp33678PriceZero__lead,
.lp33678PriceZero__unit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.lp33678PriceZero__value {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

/* 月額側の3カード並び（Figma: row gap 24） */
.lp33678Pricing__monthly {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* Figma: plus icon (Union 40x40) */
.lp33678Pricing__plus {
  width: 40px;
  height: 40px;
  position: absolute;
  flex: 0 0 40px;
  top: 113px;
  transform: none;
}

/* 管理者カードだけ：2行縦並びで中央寄せ */
.lp33678PricingCard__title--admin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;         
  line-height: 1.2; 
}

.lp33678PricingCard__titleLine {
  font-size: 24px;
  font-weight: 700;
}

.lp33678PricingCard__title--admin .lp33678PricingCard__titleSmall {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em; 
}

.lp33678Pricing__plus--1 { left: 272px; }
.lp33678Pricing__plus--2 { left: 576px; top: 113.5px; }

.lp33678Pricing__plus::before,
.lp33678Pricing__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #62574D;
  border-radius: 2px;
}

.lp33678Pricing__plus::before {
  width: 40px;
  height: 6px;
}

.lp33678Pricing__plus::after {
  width: 6px;
  height: 40px;
}

/* 月額の価格表示（既存 price33713 を置き換える簡易版） */
.lp33678Price {
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  color: #62574D;
  white-space: nowrap;
}

.lp33678Price__label,
.lp33678Price__unit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.lp33678Price__value {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

/* Web版：初回カードも月額カードも 280x292 に統一 */
.lp33678PricingCard,
.lp33678PricingCard.lp33678PricingCard--initial {
  width: 280px;
  height: 292px;
  min-height: 0; /* 既存のmin-height指定を無効化 */
}

/* 初回カードにだけ入っている min-height:auto を確実に打ち消す */
.lp33678PricingCard--initial {
  min-height: 0;
  gap: 0;
}

/* タイトルと note の間は余白を残す（任意） */
.lp33678PricingCard--initial .lp33678PricingCard__title {
  margin-bottom: 16px;
}

/* 0円ブロックと（先着〜）の間は余白を残す（任意） */
.lp33678PricingCard--initial .lp33678PriceZero {
  margin-top: 0;
  margin-bottom: 16px;
}


.lp33678__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 64px 72px;
  box-sizing: border-box;
  background: #fff;
}

.lp33678__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp33678__pricingCards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.lp33678__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  height: 280px;
  padding: 32px 16px 24px;
  box-sizing: border-box;
  border: 2px solid #a09285;
  border-radius: 20px;
  text-align: center;
  border-radius: 16px;
  border-width: 1.5px;
}

.lp33678__card--initial {
  position: relative;
  width: 270px;
  height: 280px;
  padding: 0;
}

.lp33678__card--initial > * {
  margin: 0;
}

.lp33678__cardTitle {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp33678__cardSub {
  margin: 0;
  color: #a09285;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.lp33678__initialTitle {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 34px;
  color: #62574d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp33678__initialSub {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 31px;
  color: #a09285;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.lp33678__initialNormal {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: 70px;
  color: #62574d;
  white-space: nowrap;
}

.lp33678__initialNormalValue {
  position: static;
  width: auto;
  height: auto;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.lp33678__initialNormalUnit {
  position: static;
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp33678__initialNormal {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
}

.lp33678__initialStrike {
  display: block;
  width: 160px;
  border-top: 4px solid #ff9500;
  margin: 0 auto;
}

.lp33678__initialNormalValue,
.lp33678__initialNormalUnit {
  position: static;
  width: auto;
  height: auto;
}

.lp33678__initialStrike {
  position: absolute;
  top: 34.5px;
  left: 50%;
  width: 210px;
  border-top: 5px solid #ff9500;
  transform: translateX(-50%);
}

.lp33678__initialFree {
  position: absolute;
  top: 163px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: 80px;
  color: #ff9500;
  white-space: nowrap;
}

.lp33678__initialFreeNow,
.lp33678__initialFreeZero,
.lp33678__initialFreeUnit {
  position: static;
  width: auto;
  height: auto;
}

.lp33678__initialFreeZero {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.lp33678__initialFreeNow,
.lp33678__initialFreeUnit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.priceCard {
  position: relative;
  width: 270px;
  height: 280px;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid #a09285;
  border-radius: 20px;
  background: #fff;
}

.priceCard__title,
.priceCard__sub {
  position: absolute;
  left: 0;
  width: 270px;
  margin: 0;
  text-align: center;
}

.priceCard__title {
  top: 32px;
  height: 34px;
  color: #62574d;
  font: 700 24px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.priceCard--admin .priceCard__title {
  height: 68px;
}

.priceCard__titleSmall {
  font: inherit;
  letter-spacing: inherit;
}

.priceCard__sub {
  top: 118px;
  color: #a09285;
  font: 700 20px/1.4 "Noto Sans JP", sans-serif;
}

.priceCard--base {
  font-size: 22px;
}

.price33713 {
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: 70px;
  white-space: nowrap;
}

.price33713--helper {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.price33713__label,
.price33713__value,
.price33713__unit {
  position: static;
  width: auto;
  height: auto;
}

.price33713__label {
  top: 26px;
  left: 0;
  width: 48px;
  height: 34px;
  color: #62574d;
  font: 700 24px/1.4 "Noto Sans JP", sans-serif;
  text-align: center;
}

.price33713__value {
  top: 0;
  left: 56px;
  width: 135px;
  height: 70px;
  color: #62574d;
  font: 700 50px/1.4 "Noto Sans JP", sans-serif;
  text-align: center;
  align-items: flex-end;
}

.price33713--helper .price33713__value {
  width: 89px;
}

.price33713__unit {
  top: 26px;
  left: 199px;
  width: 24px;
  height: 34px;
  color: #62574d;
  font: 700 24px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.price33713--helper .price33713__unit {
  left: 153px;
}

.price33713--orange .price33713__label,
.price33713--orange .price33713__value,
.price33713--orange .price33713__unit {
  color: #ff9500;
}

.flow33726 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: calc(var(--container-max) + (var(--container-padding-x) * 2));
  padding: 40px 40px 56px;
  box-sizing: border-box;
  margin-top: 40px;
  gap: 56px
}

.flow33726__title {
  width: 100%;
  margin: 0;
  color: #62574d;
  font: 700 32px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.flow33726__row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  list-style: none;
  justify-content: center;
}

.flow33726__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  flex: 1 1 0;
  min-width: 0;
}

.flow33726__badge {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #22bb99;
}

.flow33726__badge > span {
  color: #fff;
  font: 700 32px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.flow33726__text {
  display: flex;
  flex-direction: column;
  width: 241px;
  gap: 4px;
}

.flow33726__text--narrow {
  width: 100%;
  max-width: 241px;
}

.flow33726__label {
  margin: 0;
  color: #62574d;
  font: 700 24px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.flow33726__desc {
  margin: 0;
  color: #62574d;
  font: 500 18px/1.4 "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.flow33726__arrow {
  display: grid;
  place-items: center;
  width: 160px;
  height: 66px;
  margin-right: 0;
  margin-left: 0;
}

.flow33726__arrow img {
  display: block;
  width: 160px;
  height: 66px;
}

.flow33726__deco {
  width: 56.847px;
  height: 50.595px;
  position: absolute;
  /* left: 70px; */
  left: calc(50% );
  right: 69.077px;
  top: -24px;
}

/* =========================================================
   Contact Section
   ========================================================= */
.contact-information-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  max-width: 100%;
  gap: 56px;
}

.contact-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 56px 224px var(--padding-64);
  box-sizing: border-box;
  overflow: hidden;
  gap: var(--gap-40);
  background-color: var(--main-orangelight);
}

.b15 {
  position: relative;
  align-self: center;
  font-size: var(--fs-20);
  color: var(--base-White);
  font-family: var(--font-noto-sans-jp);
  line-height: 160%;
  letter-spacing: 0.1em;
}

.contact-buttons2 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  max-width: 100%;
  gap: var(--gap-32);
}

/* =========================================================
   Column Banner
   ========================================================= */
.frame-33924 {
  position: relative;
  width: 880px;
  height: 250px;
  margin: 64px auto;
}

.frame-33924__shadow {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 870px;
  height: 240px;
  border: 1.3464447px solid #62574d;
  border-radius: 13.464447px;
  background: #62574d;
}

.frame-33924__body {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  left: 0;
  width: 870px;
  height: 240px;
  overflow: hidden;
  border: 1.3464447px solid #62574d;
  border-radius: 13.464447px;
  background-image: url("../images/common/Frame 33796.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 173px 28px 28px;
}

.frame-33924__content {
  position: absolute;
  top: 30px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.frame-33924__texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.frame-33924__title {
  margin: 0;
  color: #62574d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.frame-33924__lead {
  margin: 0;
  color: #62574d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.frame-33924__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  border-radius: 40px;
  background: #62574d;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.frame-33924__btn:focus-visible {
  outline: 2px solid #62574d;
  outline-offset: 4px;
}

/* =========================================================
   Footer
   ========================================================= */
.top-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  max-width: 100%;
  gap: var(--gap-8);
  z-index: 2;
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  font-size: var(--fs-16);
  text-align: center;
}

.top {
  position: relative;
  align-self: stretch;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
  z-index: 1001;
}

.site-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20000;
}

.div8 {
  position: relative;
  align-self: stretch;
  font-weight: 500;
  line-height: 140%;
}

.lp-footer {
  margin-top: -1px;
  background: #22bb99; 
}

.lp-footer__inner{
  width: 100%;
  box-sizing: border-box;
  padding: 16px 24px 24px;
}

.lp-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
}

.lp-footer__logo img{
  width: 477px;
  height: 30px;
  display: block;
}

.lp-footer__meta{
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

.lp-footer__terms{
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.lp-footer__copyright{
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}

.lp-footer,
.site-footer-child {
  max-width: 100%;
  position: relative;
  z-index: 200000;
}

.group2 {
  display: flex;
  align-items: flex-start;
  gap: 10.1px;
}

.vector-icon7 {
  position: relative;
  width: 235px;
  height: var(--height-48);
  flex-shrink: 0;
}

.brand-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10.3px var(--padding-0) var(--padding-0);
  box-sizing: border-box;
  max-width: 100%;
}

.group-icon4 {
  width: 477px;
  height: 30px;
  display: block;
}

.copyright-ntt {
  position: relative;
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
}

.top {
  z-index: auto; 
}


/* =========================================================
   Responsive
   ========================================================= */
@media screen and (max-width: 1279px) {
  :root {
    --sp-gutter: 24px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .webmain {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 140px;
  }

  .frame-parent {
    margin-top: 0;
    gap: 0;
  }

  img,
  svg {
    max-width: 100%;
    height: auto;
  }

  .hero,
  .hero__inner,
  .hero__content {
    z-index: auto;
  }

  .fixed-top-placeholder {
    background: transparent;
  }

  .menuglobal {
    z-index: 10000;
    height: 64px;
    padding: 8px 16px 8px 20px;
    overflow: visible;
  }

  .component-1logo-icon {
    width: 140px;
    height: auto;
  }

  .menuglobal-nav,
  .column-button {
    display: none;
  }

  .menuglobal-toggleBtn,
  .menuglobal-drawer,
  .menuglobal-backdrop {
    display: block;
  }

  .menuglobal-toggleInput {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
    display: block;
  }

  .menuglobal-toggleBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    aspect-ratio: 1 / 1;
    padding: 12px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    text-decoration: none;
    z-index: 10003;
  }

  .menuglobal-toggleBtn span {
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: var(--helper-dark-brown);
  }

  .menuglobal-toggleBtn span + span {
    margin-top: 6px;
  }

  .spMenu__close {
  width: 44px;
  height: 44px;
  position: relative;
  }

  .spMenu__close::before,
  .spMenu__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 3px;
    background: var(--helper-dark-brown);
    transform-origin: center;
  }
  .spMenu__close::before { transform: translate(-50%, -50%) rotate(45deg); }
  .spMenu__close::after  { transform: translate(-50%, -50%) rotate(-45deg); }

/* =========================
   SP/menu (Figma: 414x832)
   ========================= */

.spMenu {
  width: 100%;
  max-width: 414px;
  height: 100svh;
  background: var(--base-White);
  color: var(--helper-dark-brown);
  font-family: var(--font-noto-sans-jp);
  display: flex;
  flex-direction: column;
}

/* header (menu/global) */
.spMenu__header {
  height: 64px;
  flex: 0 0 auto;
  padding: 8px 16px 8px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: var(--base-White); /* global.cssに合わせる */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .spMenu__header {
    background: var(--base-White)
  }
}

.spMenu__headerImage {
  width: 136px;
  height: 30px;
  flex-shrink: 0;
  aspect-ratio: 68/15;
}

/* nav list */
.spMenu__nav {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.spMenu__navItem {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
  padding: 16px 24px;
  box-sizing: border-box;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--helper-dark-brown);
  text-decoration: none;

  border-bottom: 1px solid #ebdbc7; /* Figma: helper/ivory 3 */
}

.spMenu__navItem:focus-visible {
  outline: 2px solid var(--helper-dark-brown);
  outline-offset: -2px;
}

/* cta area */
.spMenu__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  padding-top: 16px;         
  padding-bottom: 24px; 
}

.spMenuCtaHero {
  position: relative;
  width: 240px;
  height: 93px;
}

.spMenuCtaHero__tail {
  position: absolute;
  left: 158px;
  top: 25px;
  width: 27px;
  height: 22px;
  transform: rotate(10.691deg);
}

.spMenuCtaHero__face {
  position: absolute;
  left: 79px;
  top: 0px;
  width: 81.56px;
  height: 57px;
}

.spMenuCtaHero__hands {
  position: absolute;
  left: 87px;
  top: 38px;
  width: 67.374px;
  height: 17.398px;
  z-index: 1;
}

.spMenuCtaHero__button {
  position: absolute;
  left: 0;
  top: 45px;
  width: 240px;
  height: 48px;
}



/* buttons (Figma: Btn component) */
.spMenu__button {
  width: 240px;
  height: 48px;
  padding: 8px 20px;
  box-sizing: border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.spMenu__button--primary {
  background: var(--main-orangelight);
  color: var(--base-White);
  border: 1px solid var(--main-orangelight);
}

.spMenu__button--secondary {
  background: var(--base-White);
  color: var(--main-orangelight);
  border: 1px solid var(--main-orangelight);
}

.spMenu__button:focus-visible {
  outline: 2px solid var(--helper-dark-brown);
  outline-offset: 4px;
}


  .menuglobal-toggleBtn:focus-visible {
    outline: 2px solid var(--helper-dark-brown);
    outline-offset: 2px;
  }

  .menuglobal-toggleBtn span:first-child {
    transform: translateY(-6px);
  }

  .menuglobal-toggleBtn span:nth-child(3) {
    transform: translateY(6px);
  }

  .menuglobal-toggleInput:checked + .menuglobal-toggleBtn span:first-child {
    transform: translateY(9px) rotate(45deg);
  }

  .menuglobal-toggleInput:checked + .menuglobal-toggleBtn span:nth-child(2) {
    opacity: 0;
  }

  .menuglobal-toggleInput:checked + .menuglobal-toggleBtn span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .menuglobal-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    width: min(360px, 88vw);
    height: 100vh;
    box-sizing: border-box;
    overflow: auto;
    background: var(--base-White);
    backdrop-filter: blur(10px);
    transform: translate(110%);
    transition: transform 0.25s;
  }

  .menuglobal-drawerNav {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .menuglobal-drawerNav .service-points {
    height: auto;
    padding: 14px 16px;
    border-radius: 14px;
    flex-direction: row;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.6);
  }

  .menuglobal-drawerNav .keyboard-arrow-down-24dp-1f1f1-icon {
    transform: rotate(-90deg);
  }

  .menuglobal-drawerNav .column-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-radius: 999px;
  }

  .menuglobal-backdrop {
    display: block; /* 念のため */
    position: fixed !important;
    inset: 0 !important; /* top/right/bottom/left:0 のショートハンド */

    width: 100vw !important;
    height: 100vh !important;

    background: rgba(0,0,0,.35) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;

    z-index: 10001;
  }

  .floating-cta {
    top: 76px;
    right: 12px;
    z-index: 9990;
    display: none;
  }

  .menuglobal-toggleInput:checked ~ .menuglobal-drawer {
    transform: translate(0);
  }

  .menuglobal-toggleInput:checked ~ .menuglobal-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  /* Hero */
  .hero__inner {
    display: flex;        
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin-right: auto;
  }

  .hero__deco {
    display: block;
    width: 100%;
    margin: 0;
  }

  .hero__visual { order: 1; }
  .hero__content { order: 2; }
  .hero__inner .hero__deco { order: 3; }


  .hero__visual {
    width: 100%;
    height: auto;
    flex: none;
    display:flex; 
    justify-content:center;
  }

  .hero__visualImage {
    width: 550px;
    height: auto;
    margin: 0 auto;
    content: url("../images/common/SPFrame-33652@2x.png");
    max-width: none;
  }

  .hero__catch {
    top: 84px;
    left: calc(50% - (550px / 2) + 118px);
    transform: translateX(-50%);
    gap: 12px;
    margin: 0 auto;
    display:flex; 
    justify-content:center;
  }

  .hero__catchText {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-orientation: upright;
  }

  .hero__content {
    flex: none;
    width: 100%;
    padding: 32px 20px 40px;
    align-items: center;
    text-align: center;
  }

  .hero__lead {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .hero__title {
    font-size: 24px;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .hero__logo {
    margin-top: 16px;
  }

  .hero__logoImage {
    width: 284px;
    height: 64px;
    margin: 0 auto;
  }

  .hero__cta {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }

  .hero__button {
    width: 100%;
    max-width: 248px;
    min-width: 0;
    height: 48px;
    font-size: 18px;
    padding: 8px 20px;
    gap: 10px;
  }

  .hero__movie {
    margin-top: 24px;
    gap: 12px;
  }

  .hero__movieText {
    font-size: 16px;
  }

  .hero__movieIcon {
    width: 48px;
    height: 48px;
  }

  /* Service-Discription */
  .description-container .div {
    width: 345px;
    max-width: 100%; 
    margin-left: auto;
    margin-right: auto; 
    white-space: normal;
    overflow-wrap: anywhere; 
  }

  /* SPではアイコン非表示 */
  .serviceVisual__deco {
    display: none;
  }

  .schedule-view {
    padding-left: 24px;
    padding-right: 24px;
  }

  .screen-container-parent {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .screen-container {
    padding: 0;
    width: 100%;
    align-items: center;
  }

  .screen-details {
    width: 354.48px;
    flex-direction: column;
    align-items: center;
  }

  .screen-details-child {
    position: relative;
    top: auto;
    left: auto;
    width: 354.48px; 
    height: 210px;
    padding-top: 20px;
    margin: 0;
  }

  .div {
    font-size: 16px;
  }

  .div2 {
    width: 345px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 140%; 
    letter-spacing: 1.5px;
  }


  .control-elements {
    margin-left: 0;          
    flex-direction: column; 
    align-items: center;
    gap: 24px;
  }

  .control-elements-inner {
    padding: 0; 
    order: 1;  
  }

  .frame-parent3 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px; 
  }

  .rectangle-parent,
  .rectangle-parent-reverse {
    display: none;
  }

  .frame-parent4,
  .frame-parent5 {
    position: relative;
    width: 100px;
    height: 200px;
  }

  .frame-parent4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/common/Frame 33656.svg") center / 64px 200px no-repeat;
    z-index: 0;
  }

  .frame-parent5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/common/Frame 33656.svg") center / 64px 200px no-repeat;
    transform: rotate(180deg);
    transform-origin: center;
    z-index: 0;
  }

  .frame-parent4 .element-labels,
  .frame-parent5 .flow-badge {
    position: absolute;
    top: 44px;  
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; 
  }

  .frame-parent4,
  .frame-parent5 {
    overflow: visible;
  }

  .confirm-screen {
    flex-direction: column;
    align-items: center;
    order: 2; 
  }

  .confirm-screen-child {
    width: 98.5px;  
    height: 200px;
    max-width: 100%;
  }

  .div5 {
    width: 345px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
  }
  
  .h22 {
    font-size: 24px;
  }

  .h23 {
    font-size: 24px;
    letter-spacing: 2.4px;
    padding-top: 14.65px;
  }

  .frame-parent7 {
    gap: 0;
  }

  .point-details-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .effect-details-wrapper {
    padding-bottom: 56px;
  }

  /* 3Point-detail */
  .frame-parent8 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 11px;
    padding: 0 24px;
  }

  .frame-section {
    width: 100%;
    max-width: 345px;
    flex: none;
  }

  .frame-parent9 {
    width: 345px;
    height: 420px;
    min-height: 0;
    gap: 10px;
      padding: 47px var(--padding-24) ;
  }

  .h33 {
    font-size: 21px;
  }

  .ui {
    font-size: 16px;
  }

  .point-image-1,
  .point-image-2,
  .point-image-3 {
    max-height: 200px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .frame-child3,
  .frame-child5 {
    flex: 0 0 auto;
    align-self: center;
  }

  .effect-details {
    width: 345px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
  }

  .rectangle-group {
    gap: 6px;
  }

 .wrapper5 {
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .frame-child7 {
    width: 36px;
    height: 36px;
  }

  .frame-parent14 {
    align-items: flex-start;
    gap: 12px;
  }

  .h26 {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 21px;
    font-style: normal;
  }

  .h27,
  .h28,
  .h29 {
    font-size: 24px;
  }

  .h27::after,
  .h28::after,
  .h29::after {
    height: 8px;
  }

  /* =========================================================
    Orange CTA Section
    ========================================================= */
  .h210 {
    width: 345px;
    font-size: 24px;
    margin: 0 auto;
  }

  .download-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn5,
  .btn6 {
    display: flex;
    width: 240px;
    height: 48px;
    padding: 8px 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .b12,
  .b13 {
    font-size: 18px;
  }

  /* =========================================================
    Features
    ========================================================= */

  .functions-grid {
    display: flex;
    width: 345px;
    max-width: calc(100% - 48px);
    margin: 40px auto 40px;
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .feature-details {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-items: center;
    width: 100%;
    gap: 24px;
  }

  .feature-row {
    width: 160px;
    height: 160px;
  }

  .feature-row:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .feature-row {
    width: 120px;
    height: 120px;
  }

  .feature-columns {
    width: 120px;
    height: 120px;
  }

  .h36,
  .h38,
  .h39,
  .b14 {
    font-size: 15px;
  }

  .editorial-image {
    position: relative;
    display: flex;
    width: 297px;
    height: 167px;
    justify-content: center;
    align-items: center;
    background-color: var(--base-Line);
  }

  .adobestock-588083580-editorial-icon {
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    width: 44px;
    height: 44px;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  /* =========================================================
   Pricing / Flow
   ========================================================= */
    /* =========================================================
     Pricing（SP / Figma: Frame 33970）
     既存desktop設定は触らず、SPだけ上書き
     ========================================================= */

  /* 外側（Frame 33970: width 344 / column gap 16） */
  .lp33678Pricing {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: nowrap;

    width: 100%;
    max-width: 344px;
    margin-inline: auto;
  }

  /* 各ブロック（Frame 33963 / 33966: padding 32 / gap 16 / align center） */
  .lp33678Pricing__block {
    width: 100%;
    max-width: 344px;
    padding: 32px;
    gap: 16px;
  }

  /* 「初回のみ」「月額料金」 */
  .lp33678Pricing__kicker {
    font-size: 24px; /* style_P9FE0B */
    line-height: 1.4;
  }

  /* カード共通（SPのカードは width 280 / padding 16 28 24 / gap 16） */
  .lp33678PricingCard {
    width: 280px;
    height: auto;      /* SPはhug想定 */
    min-height: 0;

    padding: 16px 28px 24px;
    gap: 16px;
  }

  /* 初回カードだけ（Frame 33957: padding 16 28 / gap 4） */
  .lp33678PricingCard--initial {
    padding: 16px 28px;
    gap: 4px;
  }

  .lp33678PricingCard.lp33678PricingCard--initial {
    width: 280px;
    height: 185px;
    box-sizing: border-box;

    /* 固定高さにするので、はみ出し対策（どちらか選択） */
    overflow: visible; /* Figmaの0円(84px)が上にはみ出す設計ならこちら */
    /* overflow: hidden; */ /* はみ出しを切って枠内に収めたいならこちら */
  }

  /* タイトル（SPは style_C5331T: 18px / 高さ45 / center） */
  .lp33678PricingCard__title {
    height: 45px;             /* layout_YJBBJQ */
    width: 100%;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* 初回カードの note/limit（SP: 16px, 15px） */
  .lp33678PricingCard__note {
    font-size: 16px; /* style_Y7EO1P */
    line-height: 1.4;
    margin: 0;
  }

  .lp33678PricingCard__limit {
    font-size: 15px; /* style_NYT3GJ */
    line-height: 1.4;
    margin: 0;
  }

  /* 初回カード：noteは1行固定（Figmaの有効幅224px想定） */
  .lp33678PricingCard--initial .lp33678PricingCard__note {
    white-space: nowrap;
    max-width: 224px;
  }

  /* 「0円」ブロック（SP: 今なら18 / 0は60 / 円18） */
  .lp33678PriceZero {
    gap: 4px;
  }

  .lp33678PriceZero__lead,
  .lp33678PriceZero__unit {
    font-size: 18px; /* style_KH65S8 */
    line-height: 1.4;
  }

  .lp33678PriceZero__value {
    font-size: 60px; /* style_R9ARIN */
    line-height: 1.4;
    bottom: 0;  
  }

  /* 月額：縦並び（Frame 33969: column / gap 8） */
  .lp33678Pricing__monthly {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: static; 
  }

  /* ＋はSPではabsoluteにしない（Figmaは40x40の要素として挿入） */
  .lp33678Pricing__plus {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;

    display: block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0;
    align-self: center;
  }

  .lp33678Pricing__plus--1,
  .lp33678Pricing__plus--2 {
    top: auto;
    left: auto;
  }

  .lp33678Pricing__plus::before,
  .lp33678Pricing__plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #62574D;
    border-radius: 2px;
  }

  .lp33678Pricing__plus::before { width: 40px; height: 6px; }
  .lp33678Pricing__plus::after  { width: 6px;  height: 40px; }

  /* 月額の金額表示（SP: label18 / value38 / unit18） */
  .lp33678Price {
    white-space: nowrap;
  }

  .lp33678Price__label,
  .lp33678Price__unit {
    font-size: 18px; /* style_KH65S8 / style_6VUK60 */
    line-height: 1.4;
  }

  .lp33678Price__value {
    font-size: 38px; /* style_DHHH4E */
    line-height: 1.4;
  }

  .lp33678PricingCard__titleLine {
    font-size: 18px;
  }

  .lp33678PricingCard__titleSmall {
    font-size: 16px;
  }

  .lp33678PricingCard__title--admin .lp33678PricingCard__titleSmall {
    font-size: 16px;
  }

    /* =========================================================
     SP: 初回カード（Figma: Frame 33957 / node-id=40003172:4130）
     - width 280
     - padding 16px 28px
     - gap 4px
     ========================================================= */

  .lp33678PricingCard.lp33678PricingCard--initial {
    width: 280px;
    height: 185px;              /* ← ご要望の固定高さ */
    padding: 16px 28px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    gap: 4px;                   /* Frame 33957 の gap */

    /* 0円グループが上にはみ出す（y=-15）前提なので visible */
    overflow: visible;
  }

  /* 余分な余白の主因になりやすいので、初回カード内はmarginを明示リセット */
  .lp33678PricingCard.lp33678PricingCard--initial
  .lp33678PricingCard__title,
  .lp33678PricingCard.lp33678PricingCard--initial
  .lp33678PricingCard__note,
  .lp33678PricingCard.lp33678PricingCard--initial
  .lp33678PriceZero,
  .lp33678PricingCard.lp33678PricingCard--initial
  .lp33678PricingCard__limit {
    margin: 0;
  }

  /* タイトル（Figma: height 45 / 18px / center） */
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PricingCard__title {
    height: 45px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
  }

  /* 「通常30,000円のところ」（Figma: 16px / brown / 折返しなし） */
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PricingCard__note {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #A09285; /* helper/brown */

    text-align: center;
    white-space: nowrap;
  }

  /* 「今なら 0 円」（Figma: Frame33713 height 53 / 中身がy=-15で上にずれる） */
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero {
    height: 53px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;

    color: #FF9500;
    white-space: nowrap;

    overflow: visible;
  }

  .lp33678PricingCard--initial .lp33678PriceZero {
    position: relative;
    height: 53px;
  }

  .lp33678PricingCard--initial .lp33678PriceZero__group {
    position: absolute;
    left: 50%;
    top: 0;                /* ← 一番下に揃える */
    transform: translateX(-50%);/* ← 横中央 */

    display: flex;
    align-items: baseline;      /* 文字のベースライン揃え */
    gap: 4px;
    white-space: nowrap;
  }

  /* Figma: Group7 の y=-15 を span単位で再現 */
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero__lead,
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero__value,
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero__unit {
    position: relative;
    top: -15px;
  }

  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero__lead,
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero__unit {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }

  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PriceZero__value {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
  }

  /* （先着100事業所様まで）：Frame33958 の gap 8 を margin-top で再現 */
  .lp33678PricingCard.lp33678PricingCard--initial .lp33678PricingCard__limit {
    margin-top: 8px;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #62574D;

    text-align: center;
  }


  .lp33678__content {
    padding: 32px 24px 40px;
  }

  .lp33678__deco {
    display: none; 
  }
  
  .lp33678__title {
    font-size: 24px;
    margin-top: 0;
  }

  .lp33678__pricingCards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .lp33678__card,
  .priceCard {
    width: 345px;
    height: 210px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .lp33678__card--initial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 56px 28px;
  }

  .lp33678__initialTitle {
    padding-bottom: 9.5px;
  }

  .lp33678__initialFree {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    margin: 0 auto;
  }

  .lp33678__initialNormal {
    position: relative;
    display: inline-flex;      /* ← width:autoのまま中央寄せしやすい */
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    margin: 0 auto;            /* ← カード中央へ */
  }

  .lp33678__initialTitle,
  .lp33678__initialSub,
  .lp33678__initialNormal,
  .lp33678__initialFree,
  .lp33678__initialNormalValue,
  .lp33678__initialNormalUnit,
  .lp33678__initialFreeNow,
  .lp33678__initialFreeZero,
  .lp33678__initialFreeUnit,
  .lp33678__initialStrike {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

  .lp33678__initialTitle,
  .lp33678__initialSub {
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
  }

  .lp33678__initialNormal,
  .lp33678__initialFree {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    width: auto;
    height: auto;
    margin: 0 auto;
    white-space: nowrap;
  }
  
  .lp33678__initialStrike {
    position: absolute;        
    left: 50%;
    top: 52%;                  
    transform: translate(-50%, -50%);
    width: 158px;              
    border-top: 3.75px solid #ff9500; 
    margin: 0;    
    pointer-events: none;
  }

  /* 通常料金カード */
  .priceCard__title,
  .priceCard__sub,
  .price33713,
  .price33713__label,
  .price33713__value,
  .price33713__unit {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

  .priceCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 56px 49px;
    text-align: center;
    border-radius: 16px;
    border-width: 1.5px;
  }

  .priceCard__title,
  .priceCard__sub {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .price33713 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    width: 100%;
    height: auto;
    white-space: nowrap;
  }

  .price33713__label,
  .price33713__value,
  .price33713__unit {
    width: auto;
    height: auto;
    text-align: center;
  }

  .lp33678__initialTitle,
  .lp33678__initialFreeNow,
  .lp33678__initialNormalUnit,
  .lp33678__initialFreeUnit,
  .priceCard__title,
  .price33713__label,
  .price33713__unit {
    font-size: 18px;
  }

  .lp33678__initialSub,
  .priceCard__sub {
    font-size: 16.5px;
  }

  .lp33678__initialNormalValue,
  .price33713__value {
    font-size: 37.5px;
  }

  .lp33678__initialFreeZero {
    font-size: 60px;
  }

  .flow33726 {
    width: 345px;
    gap: 32px;
    border-radius: 16px;
    padding-left: clamp(0px, calc((100vw - 345px) / 2), 40px);
    padding-right: clamp(0px, calc((100vw - 345px) / 2), 40px);
    padding-bottom: 40px;
    margin: 0;
  }

  .flow33726__title {
    font-size: 24px;
  }

  .flow33726__label {
    font-size: 18px;
  }

  .flow33726__desc {
    font-size: 15px;
  }

  .flow33726__label span {
    font-size: 24px;
  }

  .flow33726__badge > span {
    font: 700 20px/1 "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }

  .flow33726__row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
  }

  .flow33726__step {
    flex: none;           
    width: 345px;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
  }

  .flow33726__text,
  .flow33726__text--narrow {
    width: auto;
    max-width: none;
  }

  .flow33726__badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    aspect-ratio: 1 / 1;
    padding: 0;          /* 念のため */
    border-radius: 999px;
    box-sizing: border-box;
    flex: 0 0 42px;
    align-self: flex-start; 
    margin-top: 8px;
  }

  .flow33726__label,
  .flow33726__desc {
    text-align: left;
  }

  .flow33726__arrow {
    display: none;
  }

  .flow33726__deco {
    transform: none; 
    width: 42.635px;
    height: 37.946px;
    position: absolute;
    left: 20px;
    right: 0;
    top: -10px;
  }

  /* =========================================================
   Contact Section
   ========================================================= */
  
  .contact-information {
    padding: 40px 0;
    gap: 24px;
  }
  
   .h211 {
    width: 345px;
    max-width: 100%;
    font-size: 24px;
  }

  .b15 {
    width: 345px;
    max-width: 100%;
    font-size: 15px;
  }

  .btn5 {
    display: flex;
    width: 240px;
    height: 48px;
    padding: 8px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .btn6 {
    display: flex;
    width: 240px;
    height: 48px;
    padding: 8px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
   .contact-buttons2 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  /* =========================================================
   Column Banner
   ========================================================= */
  .frame-33924 {
    width: 350px;
    height: 226px;
  }

  .frame-33924__content {
    gap: 8px;
  }

  .frame-33924__body {
    width: 340px;
    height: 216px;
    padding: 24px 19px;
    background-image: url("../images/common/SPFrame33796.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .frame-33924__shadow {
    width: 340px;
    height: 216px;
    box-sizing: border-box;
  }

  .frame-33924__texts {
    display: flex;
    width: 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .frame-33924__title {
    font-size: 24px;
  }

  .frame-33924__lead {
    font-size: 14px;
  }
  
  .frame-33924__btn {
    display: flex;
    width: 118.512px;
    height: 24.777px;
    padding: 4.08px 10.2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.1px;
    font-size: 12px;
    border-radius: 20.399px;
    box-sizing: border-box;
  }

  /* =========================================================
   Footer
   ========================================================= */
  .legal-container {
    height: 186px;
  }

  .legal-details {
    width: 345px;
  }

  .div8 {
    font-size: 14px;
  }

  .vector-icon7 {
    width: 106.267px;
    height: var(--height- 21.718px);
  }

  .group-icon4 {
    width: 225.093px;
    height: 12.38px;
  }

  /* ===============================
   Footer (Figma: Frame 33644)
   ※HTMLはそのまま
   =============================== */

/* フッター全体（波SVG + footer本体） */
.site-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  line-height: 0;
}

/* 波（Vector-1-green.svg） */
.site-footer-child {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* footer本体 */
.lp-footer {
  background: #22bb99; 
  padding: 8px 0;        
  color: #fff;
}

/* 中身のコンテナ：中央寄せ縦積み */
.lp-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;          
  padding: 0 16px;  
  width: 100%;
  box-sizing: border-box;
  line-height: normal; 
}

/* ロゴ（a要素） */
.lp-footer__logo {
  display: block;
}

.lp-footer__logo:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 8px;
}

/* ロゴ画像（Figma: 345 x 21.72） */
.lp-footer__logo img {
  display: block;
  width: 345px;
  max-width: 100%;
  height: auto;
}

/* terms + copyright のブロックも縦積みで中央揃え */
.lp-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  white-space: normal; /* 既存nowrapを解除 */
}

.lp-footer__terms {
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 500;  /* 12M */
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  }

  .lp-footer__terms:hover {
    text-decoration: underline;
  }

  .lp-footer__terms:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 8px;
  }

  .lp-footer__copyright {
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 400; /* style_2BLGQC */
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }


  .brand-footer {
    align-items: center;
    padding: 0;
  }

  .footer-logo-1 {
    align-items: center;

  }
}

@media screen and (max-width: 414px) {
  .menuglobal-drawer {
    left: 0;        /* right固定だけだと幅100%時にズレることがあるので両方指定 */
    right: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;

    transform: translateX(100%); /* 右へ逃がす（閉じ状態） */
  }

  .menuglobal-toggleInput:checked ~ .menuglobal-drawer {
    transform: translateX(0);
  }

  /* （任意）menuの中身も全幅に */
  .spMenu {
    max-width: none;
    width: 100%;
  }
}
