body,
img {
  max-width: 100%
}

.cta-button,
.link-about,
.logo-link,
.plan-button {
  text-decoration: none
}

.cta-button span,
.hero-titles,
.plan-button span,
.plan-name,
.section-cases,
.section-title {
  text-align: center
}

html {
  scroll-behavior: smooth
}

:root {
  --white: #ffffff;
  --gray-1: #333333;
  --gray-2: #676767;
  --gray-3: #999999;
  --gray-4: #eaeaea;
  --blue-1: #173c5e;
  --blue-2: #104d93;
  --blue-3: #2f75b5;
  --blue-5: #c4d4ed;
  --blue-6: #f5f9ff;
  --bluegreen-1: #118c8a
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--gray-1);
  line-height: 1.6;
  background: #1e1e1e;
  margin: 0 auto
}

img {
  height: auto
}

.tooltip-container {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  align-items: flex-start
}

.cta-button::after,
.tooltip-text {
  position: absolute;
  pointer-events: none
}

.header,
.logo-link {
  align-items: center
}

.tooltip-text {
  display: none;
  left: 50%;
  bottom: 170%;
  margin-bottom: 10px;
  transform: translateX(-50%);
  width: 280px;
  background-color: #f0f9f8;
  color: #118c8a;
  border: 1.5px solid #c2e8e7;
  border-left: 5px solid #118c8a;
  padding: 16px 20px 16px 15px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  z-index: 10000;
  box-shadow: 0 10px 30px rgba(17, 140, 138, .1);
  white-space: normal
}

.header,
.hero,
.hero-catch,
.logo-link,
.menu-icon {
  display: flex
}

.cta-button::after,
.link-about::after {
  content: '';
  inset: 0;
  border-radius: inherit
}

.header {
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100
}

.cta-button,
.hero,
.hero-devices {
  position: relative
}

.cta-button,
.menu-icon {
  align-items: center;
  cursor: pointer
}

.logo {
  height: 22px
}

.menu-icon {
  width: 36px;
  height: 36px;
  justify-content: center
}

.hero {
  background: linear-gradient(to bottom, #fff, #cbe6ff);
  padding: 8px 20px 52px;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.hero-catch {
  flex-direction: column;
  align-items: center;
  width: 100%
}

.hero-titles {
  order: 1;
  line-height: 40px
}

.hero-tagline {
  order: 2;
  margin-top: 15px
}

.hero-description {
  order: 3;
  margin: 20px 0
}

.cta-button {
  order: 4
}

.hero-devices {
  order: 5;
  margin-bottom: 20px;
  transform: scale(.85)
}

.hero-title-en {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--blue-3)
}

.plan-price-amount,
.step-number {
  font-family: 'Helvetica Neue', sans-serif
}

.hero-tagline,
.hero-title-ja {
  font-weight: 700;
  color: var(--gray-1)
}

.hero-title-ja {
  font-size: 32px
}

.hero-tagline {
  font-size: clamp(18px, 1.2vw, 24px)
}

.hero-description {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-1);
  margin-top: 0;
  padding-top: 0
}

.cta-button {
  display: inline-flex;
  justify-content: center;
  gap: 0;
  height: 56px;
  background: linear-gradient(110.48deg, #ffae00 .22%, #e78300 99.78%);
  border-radius: 48px;
  padding: 16px 23px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  margin-bottom: 0
}

.cta-button::after {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .5)
}

.cta-button span {
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 26px;
  width: 186px
}

.cta-button svg {
  width: 37px;
  height: 37px
}

.hero-devices {
  width: 377px;
  height: 213px;
  margin-left: -12px
}

.device-macbook-container {
  position: absolute;
  width: 371px;
  height: 236px;
  top: -17px;
  left: 12px;
  z-index: 1
}

.device-iphone,
.device-macbook {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2
}

.macbook-screen {
  position: absolute;
  width: 276px;
  height: 172px;
  top: 31px;
  left: 47px;
  object-fit: cover;
  z-index: 1
}

.device-iphone-container {
  position: absolute;
  width: 158px;
  height: 179px;
  left: -31px;
  top: 40px;
  z-index: 3
}

.iphone-screen {
  position: absolute;
  width: 85px;
  height: 158px;
  top: 11px;
  left: 43px;
  border-radius: 10px;
  object-fit: cover;
  z-index: 1
}

.hero-bottom {
  position: relative;
  width: 100%
}

.hero-mascot {
  position: absolute;
  left: 19px;
  bottom: -10px;
  width: 83px;
  height: 86px;
  z-index: 1
}

.mascot-kibe {
  position: absolute;
  width: 57px;
  height: 85px;
  left: 26px;
  top: 0
}

.mascot-kibelo {
  position: absolute;
  width: 38px;
  height: 42px;
  left: 0;
  bottom: 0
}

.link-about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(104.65deg, #f0f8ff .19%, #e4f2ff 99.81%);
  border-radius: 32px;
  padding: 12px 12px 12px 110px;
  width: 100%;
  color: var(--blue-3)
}

.link-mascot-wrapper {
  order: 6;
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 40px auto 0 !important
}

.link-about::after,
.mascot-inline {
  position: absolute;
  pointer-events: none
}

.mascot-inline {
  left: 0;
  bottom: -10px;
  width: 83px;
  height: 86px;
  z-index: 10
}

.link-about::after {
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .8)
}

.link-about span {
  font-size: 16px;
  color: var(--blue-3);
  line-height: 26px
}

.icon-arrow,
.link-about svg {
  width: 24px;
  height: 24px
}

.section-value {
  padding: 36px 20px;
  background: var(--white);
  position: relative
}

.section-value-summary {
  margin-top: 40px;
  padding: 40px 20px;
  background: var(--blue-6);
  border: 2px solid var(--blue-5);
  border-radius: 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 .5vw 1.5vw rgba(0, 50, 100, .08);
  border-color: var(--blue-5)
}

.summary-text {
  font-size: 20px;
  line-height: 1.8;
  color: var(--gray-1);
  font-weight: 500
}

.summary-text strong {
  color: var(--blue-3);
  font-weight: 700;
  background: linear-gradient(transparent 70%, #e4f2ff 70%)
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 32px
}

.value-list {
  border-top: 1px solid var(--gray-4)
}

.news-item,
.section-cases,
.section-faq,
.section-news {
  border-top: 1px solid var(--blue-5)
}

.value-item {
  display: flex;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-4)
}

.value-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0
}

.step-content,
.value-content {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.value-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-2);
  line-height: 30px
}

.check-text,
.value-description {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray-1)
}

.section-how {
  background: linear-gradient(to bottom, #dae9ff, #f6f9ff);
  padding: 60px 20px;
  position: relative
}

.section-how .section-title {
  color: var(--blue-3);
  margin-bottom: 28px
}

.feature-card {
  background: var(--white);
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  margin-bottom: 24px
}

.feature-card-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-1);
  line-height: 36px;
  margin-bottom: 20px
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px
}

.check-item {
  display: flex;
  gap: 4px;
  align-items: flex-start
}

.faq-list,
.step-item,
.step-list {
  gap: 20px;
  display: flex
}

.check-icon {
  width: 28px;
  height: 27px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.check-icon img {
  width: 16px;
  height: 15px
}

.feature-image {
  width: 100%;
  max-width: 400px;
  border-radius: .63vw;
  overflow: hidden;
  margin-top: 1.5vw;
  margin-left: auto;
  margin-right: auto
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center
}

.section-steps {
  background: linear-gradient(to bottom, #286dad, #4c98de);
  padding: 60px 20px 192px;
  position: relative
}

.section-steps .section-title {
  color: var(--white);
  margin-bottom: 28px
}

.faq-list,
.step-list {
  flex-direction: column
}

.step-number {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  line-height: 32px
}

.step-description {
  font-size: 15px;
  line-height: 24px;
  color: var(--blue-5)
}

.mascot-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 189px
}

.section-steps-inner {
  display: contents
}

.mascot-image {
  display: none
}

.section-pricing {
  background: linear-gradient(to bottom, #dae9ff, #f6f9ff);
  padding: 60px 0 32px;
  overflow: hidden
}

.section-pricing .section-title {
  padding: 0 32px;
  color: var(--gray-1);
  margin-bottom: 24px
}

.plan-carousel {
  width: 100%;
  overflow: hidden;
  padding: 20px 32px
}

.plan-carousel-track {
  display: flex;
  gap: 16px;
  transition: transform .4s
}

.plan-card {
  background: var(--white);
  border: 1px solid var(--blue-5);
  border-radius: 32px;
  padding: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  flex-shrink: 0;
  width: 329px
}

.plan-header {
  padding: 20px 20px 4px
}

.plan-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center
}

.plan-description,
.plan-price {
  margin-bottom: 20px;
  display: flex
}

.plan-description {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 22px;
  color: var(--gray-1);
  min-height: 50px;
  align-items: flex-start
}

.plan-price {
  align-items: flex-end;
  justify-content: center;
  gap: 4px
}

.plan-price-amount {
  font-size: 40px;
  font-weight: 800;
  color: var(--blue-3);
  line-height: 32px
}

.plan-feature-text,
.plan-price-unit {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-3)
}

.plan-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(123deg, #c7f3ff, #5dd9ff);
  border-radius: 48px;
  padding: 4px
}

.plan-button span {
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-1);
  flex: 1
}

.plan-stats {
  padding: 12px 8px 13px
}

.plan-stat {
  display: flex;
  justify-content: space-between;
  padding: 4px 16px
}

.plan-stat-label {
  font-size: 16px;
  color: var(--gray-2)
}

.function-card-title,
.plan-stat-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-1)
}

.function-category-title,
.function-tag {
  color: var(--bluegreen-1);
  font-weight: 700
}

.plan-features {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.carousel-nav,
.plan-feature {
  display: flex;
  align-items: center
}

.plan-feature {
  gap: 9px;
  padding: 8px 12px;
  border-radius: 8px
}

.plan-feature.active {
  border: 1px solid var(--blue-3)
}

.carousel-arrow,
.carousel-dot {
  background: var(--blue-5);
  border-radius: 50%;
  cursor: pointer
}

.plan-feature-text.inactive {
  color: var(--gray-3);
  font-weight: 400
}

.carousel-nav {
  justify-content: center;
  gap: 78px;
  margin-top: 20px
}

.carousel-arrow,
.carousel-dots {
  align-items: center;
  display: flex
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  justify-content: center
}

.carousel-dots {
  gap: 8px
}

.carousel-dot {
  width: 8px;
  height: 8px;
  transition: .3s
}

.carousel-dot.active {
  width: 24px;
  border-radius: 4px;
  background: var(--blue-3)
}

.section-functions {
  background: linear-gradient(to bottom, #d2eaea, #ecffff);
  padding: 60px 20px
}

.section-functions .section-title {
  color: var(--gray-1);
  margin-bottom: 32px
}

.function-category {
  margin-bottom: 32px
}

.function-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px
}

.function-category-title {
  font-size: 20px
}

.function-tag {
  background: var(--white);
  padding: 2px 12px;
  border-radius: 32px;
  font-size: 12px
}

.function-card,
.function-item {
  border: 1px solid var(--blue-5);
  padding: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.function-card {
  background: var(--white);
  border-radius: 12px;
  display: flex;
  gap: 14px
}

.function-card-icon {
  width: 86px;
  height: 86px;
  background: var(--white);
  border-radius: 12px;
  flex-shrink: 0
}

.function-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: left
}

.clickable-image {
  cursor: pointer;
  transition: opacity .3s
}

.clickable-image:hover {
  opacity: .8
}

.image-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 9999;
  cursor: zoom-out;
  align-items: center;
  justify-content: center
}

.image-modal-overlay img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  cursor: default
}

.image-modal-overlay.is-open {
  display: flex
}

.function-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center
}

.function-card-desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-1)
}

.function-item {
  background: var(--white);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px
}

.function-item-icon,
img.function-item-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0
}

.function-item-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-1);
  flex: 1
}

.function-item-text .help-icon {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-left: 4px;
  display: inline
}

.help-icon {
  width: 26px;
  height: 22px;
  flex-shrink: 0
}

.function-card-title .help-icon {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-left: 8px
}

.function-note {
  font-size: 14px;
  color: var(--gray-1);
  margin-top: 15px
}

.section-cases {
  background: var(--blue-6);
  padding: 60px 20px
}

.section-cases .section-title {
  color: var(--blue-2);
  margin-bottom: 32px
}

.case-carousel-container {
  overflow: hidden;
  width: 100%
}

.case-cards-row {
  display: flex;
  gap: 16px;
  transition: transform .3s
}

.cases-more-link,
.footer-links-row a {
  transition: opacity .2s;
  text-decoration: none
}

.case-card {
  flex-shrink: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--blue-5);
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  margin-bottom: 16px
}

.case-image {
  height: 165px;
  background: var(--blue-5)
}

.case-content {
  padding: 20px;
  text-align: left
}

.case-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px
}

.case-company {
  font-size: 14px;
  font-weight: 700
}

.company-logos {
  display: flex;
  gap: 32px;
  align-items: center;
  padding-top: 40px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.company-logos::-webkit-scrollbar {
  display: none
}

.company-logo {
  height: 29px;
  opacity: .7;
  flex-shrink: 0
}

.section-cases .carousel-nav {
  gap: 74px
}

.section-cases .carousel-arrow {
  width: 42px;
  height: 42px;
  background: var(--blue-5);
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  cursor: pointer
}

.section-cases .carousel-indicator {
  width: 104px;
  height: 24px
}

.cases-more-container {
  display: flex;
  justify-content: flex-end;
  max-width: 79.17vw;
  margin: 20px auto 0;
  padding: 0
}

.cases-more-link {
  display: flex;
  align-items: center;
  gap: 4px
}

.news-item,
.news-more {
  align-items: center;
  display: flex
}

.cases-more-link:hover {
  opacity: .7
}

.cases-more-link span {
  font-size: 16px;
  font-weight: 400;
  color: var(--blue-3)
}

.cases-more-link svg {
  width: 20px;
  height: 20px;
  stroke: var(--blue-3)
}

.section-faq,
.section-news {
  background: var(--blue-6);
  padding: 60px 20px
}

.section-faq .section-title,
.section-news .section-title {
  color: var(--blue-2);
  margin-bottom: 20px
}

.news-list {
  border-bottom: 1px solid var(--blue-5)
}

.news-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: background-color .2s
}

.news-item-link:hover {
  background-color: #f0f7ff
}

.news-item {
  gap: 8px;
  padding: 16px
}

.news-content {
  flex: 1
}

.news-date {
  font-size: 12px;
  color: var(--bluegreen-1)
}

.news-title {
  font-size: 16px;
  line-height: 1.5
}

.faq-answer,
.faq-question-text {
  font-size: 16px;
  line-height: 1.6
}

.news-more {
  gap: 4px;
  justify-content: flex-end;
  margin-top: 20px;
  text-decoration: none
}

.news-more span {
  font-size: 16px;
  color: var(--blue-3)
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--blue-5);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.corner-decoration-tr-blue::after,
.corner-decoration-tr::after {
  border-top-right-radius: 42px;
  content: '';
  position: absolute;
  inset: 0
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer
}

.faq-question-text {
  font-weight: 700;
  color: var(--blue-3);
  flex: 1
}

.faq-answer {
  color: var(--gray-1);
  margin-top: 12px;
  display: none
}

.faq-item.open .faq-answer {
  display: block
}

.faq-item.open .faq-question svg {
  transform: rotate(180deg)
}

.section-cta {
  background: var(--blue-3);
  padding: 60px 20px;
  text-align: center
}

.section-cta .section-title {
  color: var(--white);
  margin-bottom: 20px
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.contact-link {
  font-size: 18px;
  color: var(--blue-5);
  text-decoration: underline;
  margin-top: 1vw;
  display: inline-block;
  padding: 10px 20px
}

.corner-decoration {
  position: absolute;
  width: 42px;
  height: 42px
}

.corner-decoration-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: #cbe6ff
}

.corner-decoration-tr::after {
  background: #fff
}

.corner-decoration-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: #fff
}

.corner-decoration-tl::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #dae9ff;
  border-top-left-radius: 42px
}

.corner-decoration-tr-blue {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background: #fff
}

.corner-decoration-tr-blue::after {
  background: #296eae
}

.corner-decoration-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: #dae9ff
}

.corner-decoration-bl::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #4b96dc;
  border-bottom-left-radius: 42px
}

.icon-check {
  width: 22px;
  height: 22px
}

.site-footer {
  background: var(--blue-3);
  padding: 40px 20px
}

.footer-links-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  padding: 16px 0
}

.footer-links-row a {
  font-size: 14px;
  color: var(--white)
}

.footer-divider {
  border: none;
  border-top: 1px solid #3e86c8;
  margin: 0 0 24px
}

.footer-copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: var(--blue-5);
  text-align: center;
  padding-top: 24px
}

.footer-copyright a {
  text-decoration: none;
  color: inherit
}

.tooltip-container.is-active .tooltip-text {
  display: block !important;
  animation: .2s ease-out tooltip-fade
}

@keyframes tooltip-fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

#feature-admin,
#feature-ai,
#feature-basic,
#feature-safety {
  scroll-margin-top: 80px
}

@media (max-width:1023px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    width: 180px;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    border-radius: 12px;
    z-index: 100;
    flex-direction: column
  }

  .header-nav.is-active,
  .hero-catch {
    display: flex
  }

  .header-nav a {
    color: #2f75b5;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-bottom: none;
    transition: color .2s
  }

  .header-nav a:active {
    color: #104d93;
    background-color: transparent
  }

  .hero-catch {
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 20px
  }

  .hero-description,
  .hero-tagline {
    width: 90%;
    max-width: 350px;
    padding: 0;
    text-align: left
  }

  .hero-text {
    display: contents
  }

  .hero-titles {
    order: 1
  }

  .hero-tagline {
    order: 2;
    margin: 30px auto 0;
    line-height: 1.2
  }

  .hero-description {
    order: 3;
    margin: -10px auto 15px !important;
    line-height: 1.8;
    position: relative;
    z-index: 5
  }

  .cta-button {
    order: 4;
    margin-bottom: 1px
  }

  .hero-devices {
    order: 5;
    transform: scale(.85);
    margin-top: 40px !important;
    transform: scale(.85) translateY(-40px);
    margin-bottom: 0 !important;
    height: 180px;
    position: relative
  }

  .link-mascot-wrapper {
    order: 6;
    margin-top: 20px !important
  }

  .hero-bottom {
    position: relative;
    width: 340px;
    margin: 40px auto 0;
    height: 86px;
    display: flex;
    align-items: flex-end
  }

  .link-about {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 12px 12px 100px;
    box-sizing: border-box;
    z-index: 2
  }

  .hero-mascot {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 83px;
    height: 86px;
    z-index: 3;
    pointer-events: none
  }

  .device-macbook-container {
    position: absolute !important;
    left: 12px !important;
    top: 0 !important
  }

  .device-iphone-container {
    position: absolute !important;
    left: -31px !important;
    top: 40px !important
  }
}

@media (max-width:767px) {
  .tooltip-text {
    left: auto;
    transform: none;
    width: 80vw;
    max-width: 280px;
    margin-bottom: 10px
  }

  .tooltip-container.is-at-right .tooltip-text {
    right: -10px;
    left: auto
  }

  .tooltip-container.is-at-left .tooltip-text {
    left: -10px;
    right: auto
  }

  .footer-links-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px 24px 40px;
    align-items: flex-start;
    max-width: none;
    margin: 0
  }

  .footer-links-row a {
    text-align: left;
    width: auto
  }

  .footer-copyright {
    text-align: center;
    padding-top: 16px
  }
}

@media (min-width:1024px) {

  .header-nav a,
  .news-item-link,
  .news-more {
    text-decoration: none
  }

  body {
    background: #fff
  }

  .header {
    padding: 4.17vw 8.33vw 1.04vw;
    max-width: 100vw;
    margin: 0 auto;
    position: static
  }

  .logo {
    height: 2.5vw;
    width: auto
  }

  .carousel-dots,
  .cases-carousel-nav,
  .hero-bottom,
  .menu-icon,
  .section-how .corner-decoration-tl,
  .section-pricing .carousel-nav,
  .section-steps .corner-decoration-bl,
  .section-steps .corner-decoration-tr-blue,
  .section-steps .mascot-bottom,
  .section-value .corner-decoration-tr,
  .section-value .section-title br {
    display: none
  }

  .menu-icon svg {
    width: 34px;
    height: 34px
  }

  .hero {
    flex-direction: row;
    justify-content: center;
    padding: 2.6vw 8.33vw 9.38vw;
    gap: 3.13vw
  }

  .hero-catch {
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
    gap: 3vw
  }

  .hero-titles {
    line-height: 4.27vw;
    margin-bottom: 1.5vw
  }

  .hero-title-en {
    font-size: 2.19vw;
    line-height: 2.08vw;
    margin-bottom: 1vw
  }

  .hero-title-ja {
    font-size: 3.02vw;
    white-space: nowrap;
    line-height: 4.27vw
  }

  .hero-text .cta-button {
    margin-top: 1vw;
    margin-bottom: 3.5vw;
    width: calc(100% - 4vw);
    justify-content: center
  }

  .hero-tagline {
    font-size: clamp(18px, 1.5vw, 24px);
    margin-top: 4vw;
    margin-bottom: 1vw;
    font-weight: 700;
    color: var(--gray-1);
    line-height: 1.2;
    display: block;
    text-align: left
  }

  .hero-description {
    font-size: clamp(14px, 1.25vw, 20px);
    line-height: 2vw;
    width: 26.56vw
  }

  .cta-button {
    width: auto;
    height: auto;
    padding: .94vw 2.08vw;
    border-radius: 4.43vw;
    gap: 0;
    box-shadow: 0 0 1.82vw rgba(0, 0, 0, .2)
  }

  .cta-button span {
    font-size: 1.88vw;
    line-height: 2.4vw;
    width: auto
  }

  .cta-button svg {
    width: 2.2vw;
    height: 2.2vw
  }

  .link-about {
    padding: .94vw .63vw .94vw 7.92vw !important;
    justify-content: flex-start
  }

  .link-about span,
  .link-about-desktop span {
    font-size: 1.25vw
  }

  .link-about svg,
  .link-about-desktop svg {
    width: 2.08vw;
    height: 2.08vw
  }

  .cta-button,
  .hero-description,
  .hero-devices,
  .hero-tagline,
  .hero-titles {
    order: initial
  }

  .link-mascot-wrapper {
    margin: 1vw 0 0 !important;
    width: 27.08vw;
    max-width: none
  }

  .mascot-inline {
    display: block;
    position: absolute;
    left: .63vw;
    bottom: 0;
    width: 6.15vw;
    height: 6.41vw;
    z-index: 2
  }

  .mascot-inline .mascot-kibe {
    position: absolute;
    width: 4.22vw;
    height: 6.35vw;
    left: 1.93vw;
    top: 0
  }

  .mascot-inline .mascot-kibelo {
    position: absolute;
    width: 2.86vw;
    height: 3.18vw;
    left: 0;
    bottom: 0
  }

  .link-about-desktop {
    display: flex !important;
    width: 27.08vw;
    padding: .94vw .63vw .94vw 7.92vw;
    border-radius: 2.5vw;
    font-size: 1.25vw;
    line-height: 1.35vw;
    gap: .1vw;
    background: linear-gradient(104deg, #f0f8ff 0, #e4f2ff 100%);
    white-space: nowrap
  }

  .summary-text,
  .value-title {
    font-size: 1.67vw
  }

  .hero-devices {
    width: 50.26vw;
    height: 29.11vw;
    position: relative;
    flex-shrink: 0;
    overflow: visible
  }

  .device-macbook-container {
    width: 50.47vw;
    height: 32.08vw;
    position: absolute;
    top: -2.03vw;
    left: 2vw
  }

  .device-macbook {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
  }

  .macbook-screen {
    width: 37.55vw;
    height: 23.44vw;
    top: 4.17vw;
    left: 6.41vw;
    border-radius: 0
  }

  .device-iphone-container {
    width: 21.46vw;
    height: 24.32vw;
    position: absolute;
    top: 5.73vw;
    left: -5.21vw
  }

  .device-iphone {
    width: 100%;
    height: auto
  }

  .iphone-screen {
    left: 5.55vw;
    width: 10.3vw;
    object-fit: contain;
    object-position: left top;
    height: 21.8vw;
    top: 1.48vw;
    border-radius: 1.35vw;
    z-index: 1;
    background-color: #fff
  }

  .section-value {
    padding: 0 8.33vw .21vw;
    margin-top: -3vw;
    background: linear-gradient(to bottom, #cbe6ff, #dae9ff)
  }

  .section-value-inner {
    background: var(--white);
    border-radius: 2.08vw;
    box-shadow: 0 .1vw .21vw rgba(0, 0, 0, .25);
    padding: 2.71vw 3.33vw;
    max-width: 83.33vw;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
  }

  .section-faq .section-title,
  .section-news .section-title,
  .section-value .section-title {
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 2.08vw;
    text-align: left
  }

  .section-value-summary {
    margin-top: 3.13vw;
    padding: 3.13vw;
    border-radius: 1.5vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box
  }

  .value-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.04vw 2.08vw;
    border-top: none
  }

  .value-item {
    width: calc(50% - 1.04vw);
    max-width: 37.5vw;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25vw;
    padding: 1.04vw 0;
    border: none;
    box-shadow: none;
    background: 0 0;
    border-radius: 0
  }

  .value-icon {
    width: 3.75vw;
    height: 3.75vw;
    flex-shrink: 0
  }

  .value-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .63vw
  }

  .value-title {
    line-height: 2.5vw;
    font-weight: 600;
    color: var(--blue-2)
  }

  .value-description {
    font-size: clamp(15px, 1.25vw, 20px);
    line-height: 2.1vw;
    color: var(--gray-1)
  }

  .section-how {
    padding: 3.13vw 9.11vw
  }

  .section-cta .section-title,
  .section-how .section-title {
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 2.08vw
  }

  .section-how .feature-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2.19vw;
    justify-content: center
  }

  .feature-card {
    width: 25vw;
    padding: 2.08vw 1.46vw;
    margin-bottom: 0
  }

  .feature-card-title {
    font-size: 1.67vw;
    line-height: 1.88vw
  }

  .check-list {
    min-height: 13.96vw;
    padding: .63vw 0;
    gap: .63vw
  }

  .check-item {
    gap: .21vw
  }

  .check-icon {
    width: 2.14vw;
    height: 2.08vw;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .check-icon img {
    width: 1.15vw;
    height: 1.09vw
  }

  .check-text {
    font-size: clamp(15px, 1.25vw, 20px);
    line-height: 1.8
  }

  .feature-image {
    width: 100%;
    max-width: 400px;
    border-radius: .63vw;
    overflow: hidden;
    margin: auto auto 0
  }

  .feature-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center
  }

  .section-steps {
    background: linear-gradient(to bottom, #f0f6ff, #dae9ff);
    padding: 0;
    display: flex;
    justify-content: center
  }

  .section-steps-inner {
    display: block;
    background: linear-gradient(to bottom, #286dad, #4c98de);
    border-radius: 2.08vw;
    padding: 3.13vw 2.08vw 10vw;
    width: 83.33vw;
    max-width: 100%;
    position: relative
  }

  .section-functions .section-title,
  .section-steps .section-title {
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 2.5vw;
    text-align: left
  }

  .step-list {
    display: flex;
    flex-direction: column;
    gap: 2.08vw
  }

  .step-item {
    display: flex;
    gap: 1.04vw;
    align-items: flex-start
  }

  .step-number {
    width: 2.92vw;
    height: 2.92vw;
    font-size: 1.67vw;
    line-height: 1.35vw;
    background: rgba(255, 255, 255, .1);
    flex-shrink: 0
  }

  .step-content {
    flex: 1
  }

  .step-title {
    font-size: 1.67vw;
    line-height: 2.08vw;
    margin-bottom: .63vw
  }

  .step-description {
    font-size: clamp(15px, 1.15vw, 20px);
    line-height: 2.1vw;
    color: var(--blue-5)
  }

  .section-steps .mascot-image {
    display: block;
    position: absolute;
    right: 7.55vw;
    bottom: 0;
    width: 20.94vw;
    height: 18.13vw
  }

  .section-pricing {
    padding: 5vw 1.67vw
  }

  .section-pricing .section-title {
    font-size: 2.5vw;
    line-height: 3.75vw;
    text-align: left;
    max-width: 78.59vw;
    margin: 0 auto 2.08vw;
    padding: 0
  }

  .plan-name {
    min-height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
    font-size: clamp(14px, 1.8vw, 24px)
  }

  .plan-button span {
    font-size: clamp(15px, 1.1vw, 20px);
    display: block;
    width: 100%;
    text-align: center
  }

  .plan-stat {
    white-space: nowrap !important
  }

  .plan-price {
    font-size: clamp(20px, 2.8vw, 42px);
    font-variant-numeric: tabular-nums;
    justify-content: center;
    letter-spacing: -.02em;
    line-height: 1
  }

  .plan-carousel {
    overflow: visible;
    padding: 0
  }

  .plan-carousel-track {
    display: flex;
    gap: 1.5vw;
    justify-content: center;
    transform: none !important;
    transition: none
  }

  .plan-card {
    flex-shrink: 0;
    width: 22vw;
    scroll-snap-align: unset
  }

  .section-functions {
    padding: 3.13vw 0;
    max-width: none;
    width: 100%
  }

  .section-functions>* {
    max-width: 78.54vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.04vw;
    padding-right: 1.04vw
  }

  .faq-list,
  .news-list,
  .news-more {
    max-width: 79.17vw
  }

  .function-category {
    margin-bottom: 4vw
  }

  .function-header {
    gap: 1vw;
    margin-bottom: 1.5vw
  }

  .function-category-title {
    font-size: 2vw
  }

  .function-tag {
    font-size: clamp(12px, .85vw, 14px);
    padding: .3vw 1vw
  }

  .function-cards-row {
    display: flex;
    gap: 1.2vw;
    flex-wrap: wrap;
    margin-bottom: 1.2vw;
    align-items: stretch
  }

  .function-card {
    width: calc(50% - .6vw);
    padding: 1.5vw;
    gap: 1.5vw;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start
  }

  .function-card-icon {
    width: 8vw;
    height: 8vw;
    border-radius: 1vw;
    flex-shrink: 0
  }

  .function-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    display: block
  }

  .clickable-image {
    cursor: pointer;
    transition: opacity .3s
  }

  .clickable-image:hover {
    opacity: .8
  }

  .function-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: .6vw
  }

  .function-card-title {
    font-size: 1.5vw;
    line-height: 2.2vw
  }

  .function-card-desc {
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.6
  }

  .function-items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2vw
  }

  .function-item {
    padding: 1vw 1.2vw;
    margin-bottom: 0
  }

  .function-item-icon,
  img.function-item-icon {
    width: 2.5vw;
    height: 2.5vw
  }

  .function-item-text {
    font-size: 1.3vw
  }

  .function-note {
    font-size: 1.15vw;
    margin-top: 1.2vw
  }

  .case-company,
  .case-title {
    font-size: 1.25vw;
    line-height: 2.08vw
  }

  .tooltip-container.is-active .tooltip-text {
    position: absolute;
    bottom: 110%;
    top: auto;
    right: 0;
    left: auto;
    margin-bottom: 10px;
    transform: none;
    width: 320px;
    display: block !important
  }

  .section-cases {
    width: 100%;
    padding: 3.13vw 0;
    overflow: hidden;
    border-top: none
  }

  .section-cases .section-title {
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 2.08vw;
    max-width: 79.17vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left
  }

  .case-carousel-container {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .case-cards-row {
    display: flex;
    gap: 1.5vw;
    justify-content: center;
    margin-bottom: 2.08vw;
    transform: none;
    transition: none;
    width: 100%;
  }

  .case-card {
    width: calc(25% - (1.5vw * 3 / 4));
    flex-shrink: 0;
    margin-bottom: 0
  }

  .case-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1024/506;
    border-radius: 1.04vw 1.04vw 0 0
  }

  .case-content {
    padding: 1.67vw
  }

  .case-title {
    margin-bottom: .42vw
  }

  .company-logos {
    justify-content: center;
    gap: 5.21vw;
    padding: 2.08vw 0;
    overflow: visible
  }

  .company-logo {
    height: 2.6vw;
    width: auto;
    opacity: 1
  }

  .section-faq,
  .section-news {
    padding: 3.13vw 10.42vw;
    border-top: none
  }

  .news-list {
    margin: 0 auto;
    border-bottom: 1px solid var(--blue-5)
  }

  .news-item-link {
    color: inherit;
    display: block;
    transition: background-color .2s
  }

  .news-item-link:hover {
    background-color: #f5f9ff
  }

  .news-item {
    padding: 1.25vw;
    border-top: 1px solid var(--blue-5);
    display: flex;
    align-items: center;
    gap: 8px
  }

  .header-nav,
  .news-more {
    display: flex;
    align-items: center
  }

  .news-date {
    font-size: clamp(16px, .73vw, 16px)
  }

  .news-title {
    font-size: clamp(18px, 1.15vw, 20px);
    line-height: 1.88vw
  }

  .news-more {
    gap: 4px;
    justify-content: flex-end;
    margin: 1.25vw auto 0
  }

  .news-more span {
    font-size: clamp(16px, .94vw, 18px);
    color: var(--blue-3)
  }

  .faq-list {
    margin: 0 auto;
    gap: 20px;
    display: flex;
    flex-direction: column
  }

  .faq-item {
    padding: 1.25vw 1.67vw;
    border-radius: .83vw;
    margin-bottom: 0;
    width: 100%
  }

  .faq-question-text {
    font-size: clamp(16px, 1.15vw, 20px);
    line-height: 1.88vw
  }

  .faq-answer {
    font-size: clamp(18px, .94vw, 19px);
    line-height: 1.6;
    margin-top: 12px
  }

  .section-cta {
    padding: 4.17vw 1.04vw
  }

  .section-cta .cta-button {
    padding: 1.25vw 3.13vw
  }

  .section-cta .cta-button span {
    font-size: clamp(18px, 1.67vw, 24px)
  }

  .contact-link {
    font-size: clamp(16px, 1.5vw, 20px);
    margin-top: 1vw
  }

  .header-nav {
    gap: 2.08vw;
    position: static;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0
  }

  .header-nav a {
    font-size: 1.25vw;
    color: var(--blue-2);
    white-space: nowrap;
    transition: opacity .2s;
    width: auto;
    text-align: left
  }

  .header-nav a:hover {
    opacity: .7
  }

  .header-nav-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--blue-3);
    color: var(--white) !important;
    padding: .83vw 1.46vw;
    border-radius: 2.08vw;
    font-weight: 400;
    transition: opacity .2s
  }

  .header-nav-contact:hover {
    opacity: .9
  }

  .site-footer {
    padding: 2.08vw 5.63vw
  }

  .footer-links-row {
    gap: 1.25vw 2.19vw;
    padding: 1.04vw 0
  }

  .footer-links-row a {
    font-size: 17px;
    line-height: 2
  }

  .footer-copyright {
    font-size: 1.25vw;
    line-height: 3.23vw;
    padding-top: 1.25vw
  }

  #feature-admin,
  #feature-ai,
  #feature-basic,
  #feature-safety {
    scroll-margin-top: 20px
  }
}