@charset "UTF-8";
/*
Author: onTheHammock LLC.
Author URI: https://onthehammock.com
Description : onTheHammock Original Theme
Version : 1
*/
*:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-weight: 100;
  line-height: 2;
  margin: 0;
  letter-spacing: 0.1em;
  font-family: -apple-system, "Quicksand", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  overflow-x: hidden;
}
@media (max-width: 740px) {
  body {
    font-size: calc(10vw / 3);
    font-weight: 400;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.a_underbar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  color: black;
  display: inline-block;
  position: relative;
}
.a_underbar::after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background: #9f4343;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.a_underbar:hover::after {
  width: 110%;
}
.a_underbar.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.a_underbar.anchor:hover::after {
  width: 0%;
}
.pc_appear {
  display: block;
}
@media (max-width: 740px) {
  .pc_appear {
    display: none;
  }
}
.sp_appear {
  display: none;
}
@media (max-width: 740px) {
  .sp_appear {
    display: block;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #1a1a2e;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
.google-text {
  background: linear-gradient(90deg, #4285f4 0%, #4285f4 24%, #ea4335 24%, #ea4335 44%, #fbbc05 44%, #fbbc05 64%, #34a853 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}
.blue-text {
  color: #4285f4;
  font-weight: 700;
}
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
section {
  padding: 76px 0;
}
@media (max-width: 767px) {
  section {
    padding: 52px 0;
  }
}
.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d7ff9;
  background: #eef4ff;
  padding: 4px 13px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-header h2 {
  font-size: clamp(21px, 3.5vw, 29px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 11px;
  letter-spacing: -0.01em;
}
.section-header p {
  color: #5f6368;
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.9;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}
.btn--yellow {
  background: #ffcc00;
  color: #1a1a2e;
  box-shadow: 0 3px 12px rgba(255, 204, 0, 0.35);
}
.btn--yellow:hover {
  background: #e6b800;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 204, 0, 0.45);
}
.btn--blue {
  background: #2d7ff9;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(45, 127, 249, 0.35);
}
.btn--blue:hover {
  background: #1a60d0;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(45, 127, 249, 0.45);
}
.btn--outline {
  background: transparent;
  color: #2d7ff9;
  border: 2px solid #2d7ff9;
}
.btn--outline:hover {
  background: #eef4ff;
  transform: translateY(-1px);
}
.btn--outline-white {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.btn--outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.btn--lg {
  padding: 16px 36px;
  font-size: 15px;
  border-radius: 10px;
}
.btn-group {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #e8eaed;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}
.header__logo-icon {
  width: 28px;
  height: 28px;
  background: #2d7ff9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.header__logo .g {
  color: #4285f4;
}
.hero {
  background: #ffffff;
  padding: 64px 0 52px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    padding: 80px 0 64px;
  }
}
.hero__inner {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .hero__inner {
    flex-direction: row;
  }
}
.hero__text {
  flex: 1;
  text-align: center;
}
@media (min-width: 900px) {
  .hero__text {
    text-align: left;
  }
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef4ff;
  border: 1px solid rgba(45, 127, 249, 0.2);
  color: #2d7ff9;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.hero__h1 {
  font-size: clamp(27px, 5vw, 44px);
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.hero__h1 .highlight {
  color: #2d7ff9;
}
.hero__sub {
  font-size: 15px;
  color: #5f6368;
  line-height: 1.9;
  margin-bottom: 28px;
}
.hero__sub strong {
  color: #1a1a2e;
}
.hero__btns {
  justify-content: center;
}
@media (min-width: 900px) {
  .hero__btns {
    justify-content: flex-start;
  }
}
.hero__visual {
  flex: 1;
  max-width: 460px;
  width: 100%;
}
.hero-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
  border: 1px solid #e8eaed;
  padding: 20px;
  position: relative;
}
.hero-card__sparkle {
  position: absolute;
  font-size: 18px;
  pointer-events: none;
  animation: sparkle-float 3s ease-in-out infinite;
}
.hero-card__sparkle:nth-child(1) {
  top: -10px;
  right: 52px;
  animation-delay: 0s;
}
.hero-card__sparkle:nth-child(2) {
  top: 36px;
  right: -10px;
  animation-delay: 0.9s;
}
.hero-card__sparkle:nth-child(3) {
  bottom: 28px;
  right: -13px;
  animation-delay: 1.8s;
  font-size: 13px;
}
.hero-card__phone {
  background: linear-gradient(155deg, #f0f4ff, #e4edfe);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-card__review {
  background: #eef4ff;
  border-radius: 12px;
  padding: 13px;
  border: 1px solid rgba(45, 127, 249, 0.15);
}
@keyframes sparkle-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(12deg);
  }
}
.phone-map {
  width: 96px;
  height: 76px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8f4f8, #cde6f0);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.phone-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025) 0, rgba(0, 0, 0, 0.025) 1px, transparent 1px, transparent 10px);
}
.phone-map__pin {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
.phone-info {
  flex: 1;
}
.phone-info__name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}
.phone-info__stars {
  color: #fbbc05;
  font-size: 13px;
  margin-bottom: 3px;
}
.phone-info__count {
  font-size: 11px;
  color: #5f6368;
}
.phone-info__check {
  font-size: 11px;
  color: #34a853;
  font-weight: 600;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.phone-badge {
  font-size: 10px;
  background: #eef4ff;
  color: #2d7ff9;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 700;
  white-space: nowrap;
  align-self: flex-start;
  flex-shrink: 0;
}
.review__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
.review__label {
  font-size: 11px;
  font-weight: 700;
  color: #2d7ff9;
}
.review__stars {
  color: #fbbc05;
  font-size: 12px;
}
.review__text {
  font-size: 12px;
  color: #5f6368;
  line-height: 1.7;
  margin-bottom: 9px;
}
.review__copy-btn {
  width: 100%;
  background: #ffcc00;
  color: #1a1a2e;
  border: none;
  border-radius: 7px;
  padding: 9px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background 0.2s;
}
.review__copy-btn:hover {
  background: #e6b800;
}
.feature-bar {
  background: #f8f9fb;
  border-top: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
  padding: 18px 0;
}
.feature-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}
@media (min-width: 480px) {
  .feature-bar__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-pill {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 13px 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}
.feature-pill__check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2d7ff9;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.feature-pill__title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.feature-pill__sub {
  font-size: 11px;
  color: #5f6368;
}
.meo {
  background: #ffffff;
}
.meo__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .meo__inner {
    flex-direction: row;
    align-items: center;
  }
}
.meo__visual {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .meo__visual {
    width: 320px;
  }
}
.meo__text {
  flex: 1;
}
.meo__text h2 {
  font-size: clamp(19px, 3vw, 25px);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.meo__text p {
  font-size: 14px;
  color: #5f6368;
  line-height: 1.9;
  margin-bottom: 16px;
}
.meo-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
  border: 1px solid #e8eaed;
  overflow: hidden;
}
.meo-card__map {
  height: 96px;
  background: linear-gradient(135deg, #e8f4f8, #cde6f0);
  position: relative;
  overflow: hidden;
}
.meo-card__map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025) 0, rgba(0, 0, 0, 0.025) 1px, transparent 1px, transparent 10px);
}
.meo-card__pin {
  position: absolute;
  font-size: 18px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
.meo-card__pin:nth-child(1) {
  top: 10px;
  left: 22%;
}
.meo-card__pin:nth-child(2) {
  top: 6px;
  left: 60%;
}
.meo-card__pin:nth-child(3) {
  top: 16px;
  left: 78%;
}
.meo-card__store-label {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 7px;
  padding: 5px 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.meo-card__store-label .badge {
  background: #ea4335;
  color: #ffffff;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 8px;
  font-weight: 700;
}
.meo-card__body {
  padding: 15px;
}
.meo-card__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.meo-card__stars {
  color: #fbbc05;
  font-size: 14px;
  margin-bottom: 2px;
}
.meo-card__count {
  font-size: 11px;
  color: #4285f4;
  margin-bottom: 9px;
  font-weight: 600;
}
.meo-card__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.meo-card__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #5f6368;
}
.meo-card__item::before {
  content: "✓";
  color: #4285f4;
  font-weight: 700;
  font-size: 10px;
}
.meo-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-bottom: 20px;
}
.meo-checklist .check-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}
.meo-checklist .check-item .ck {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: #2d7ff9;
  color: #ffffff;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.meo-banner {
  background: linear-gradient(90deg, #fffbea, #fff5cc);
  border: 1px solid #ffcc00;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #7a5c00;
  display: flex;
  align-items: center;
  gap: 7px;
}
.cases {
  background: #f8f9fb;
}
.cases__note {
  font-size: 13px;
  color: #5f6368;
  text-align: center;
  margin: -36px auto 36px;
  max-width: 480px;
  line-height: 1.9;
}
.cases__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 480px) {
  .cases__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cases__banner {
  margin-top: 28px;
  background: #2d7ff9;
  color: #ffffff;
  border-radius: 12px;
  padding: 15px 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.case-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8eaed;
}
.case-card__tab {
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.case-card__tab--orange {
  background: #f4a228;
}
.case-card__tab--blue {
  background: #4285f4;
}
.case-card__tab--green {
  background: #34a853;
}
.case-card__body {
  padding: 16px;
}
.case-card__metric {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.case-card__metric .num-sm {
  font-size: 13px;
  color: #5f6368;
}
.case-card__metric .num-arr {
  color: #f4a228;
  font-size: 17px;
  font-weight: 700;
}
.case-card__metric .num-big {
  font-size: 26px;
  font-weight: 900;
  color: #2d7ff9;
  line-height: 1;
}
.case-card__stat-up {
  font-size: 18px;
  font-weight: 900;
  color: #4285f4;
  display: flex;
  align-items: center;
  gap: 3px;
}
.case-card__stat-up .arr {
  color: #34a853;
  font-size: 15px;
}
.case-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
  margin-top: 6px;
}
.case-card__tag--orange {
  background: #fff3e0;
  color: #e65100;
}
.case-card__tag--blue {
  background: #eef4ff;
  color: #1a60d0;
}
.case-card__tag--green {
  background: #e8f5e9;
  color: #1b5e20;
}
.case-card__point {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 11px;
  color: #5f6368;
  margin-top: 7px;
  line-height: 1.7;
}
.case-card__point::before {
  content: "●";
  color: #2d7ff9;
  font-size: 7px;
  margin-top: 5px;
  flex-shrink: 0;
}
.service {
  background: #ffffff;
}
.service__inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service__inner {
    flex-direction: row;
    align-items: center;
  }
}
.service__text {
  flex: 1;
}
.service__text h2 {
  font-size: clamp(19px, 3vw, 25px);
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.35;
}
.service__text p {
  font-size: 14px;
  color: #5f6368;
  line-height: 1.9;
  margin-bottom: 16px;
}
.service__steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.service-step {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #f8f9fb;
  border-radius: 12px;
  padding: 13px 15px;
  border: 1px solid #e8eaed;
}
.service-step__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #2d7ff9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.service-step__icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.service-step__label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.service-step__desc {
  font-size: 11px;
  color: #5f6368;
}
.service-step--copy {
  background: #fffde7;
  border-color: #ffcc00;
}
.service-step--copy .service-step__num {
  background: #ffcc00;
  color: #1a1a2e;
}
.service-step--copy .service-step__label {
  color: #7a5c00;
}
.service-step__badge {
  display: inline-block;
  background: #ffcc00;
  color: #1a1a2e;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  margin-left: 6px;
}
.how {
  background: #f8f9fb;
}
.how__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .how__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.how__note {
  text-align: center;
  margin: 22px auto 0;
  max-width: 500px;
  background: #eef4ff;
  border: 1px solid rgba(45, 127, 249, 0.2);
  border-radius: 12px;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #2d7ff9;
}
.how__note::before {
  content: "✓　";
}
.how-step {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 16px;
  text-align: center;
  border: 1px solid #e8eaed;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.how-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.how-step--copy {
  background: linear-gradient(135deg, #ffcc00, #ffe066);
  border-color: #e6b800;
}
.how-step--copy .how-step__num {
  color: rgba(0, 0, 0, 0.4);
}
.how-step--copy .how-step__label {
  color: #1a1a2e;
}
.how-step--copy .how-step__body {
  color: rgba(0, 0, 0, 0.55);
}
.how-step--copy .how-step__badge {
  background: #1a1a2e;
  color: #ffcc00;
}
.how-step__num {
  font-size: 10px;
  font-weight: 700;
  color: #2d7ff9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.how-step__icon {
  font-size: 30px;
  margin-bottom: 9px;
}
.how-step__badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  background: #2d7ff9;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 100px;
  margin-bottom: 7px;
}
.how-step__label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1a1a2e;
}
.how-step__body {
  font-size: 11px;
  color: #5f6368;
  line-height: 1.8;
}
.features {
  background: #ffffff;
}
.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 480px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.feature-card {
  background: #f8f9fb;
  border-radius: 20px;
  padding: 24px 20px;
  border: 1px solid #e8eaed;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.feature-card:hover {
  background: #ffffff;
}
.feature-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 13px;
}
.feature-card__tag {
  font-size: 10px;
  font-weight: 700;
  color: #2d7ff9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feature-card__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}
.feature-card__body {
  font-size: 12px;
  color: #5f6368;
  line-height: 1.8;
}
.compare {
  background: #f8f9fb;
}
.compare__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.14);
}
.compare table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  background: #ffffff;
}
.compare thead tr {
  background: #1a1a2e;
  color: #ffffff;
}
.compare th, .compare td {
  padding: 13px 16px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #e8eaed;
}
.compare th:first-child, .compare td:first-child {
  text-align: left;
  font-weight: 600;
}
.compare th {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.compare .th-highlight {
  background: #2d7ff9;
}
.compare .td-highlight {
  background: #eef4ff !important;
  font-weight: 600;
  color: #2d7ff9;
}
.compare tbody tr:nth-child(even) td {
  background: #fafbfc;
}
.compare tbody tr:last-child td {
  border-bottom: none;
}
.compare .check {
  color: #22c55e;
  font-size: 15px;
  font-weight: 700;
}
.compare .cross {
  color: #ef4444;
  font-size: 14px;
}
.compare .tri {
  color: #f59e0b;
  font-size: 14px;
}
.scenes {
  background: #ffffff;
}
.scenes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 480px) {
  .scenes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.scene-card {
  display: flex;
  gap: 12px;
  background: #f8f9fb;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e8eaed;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.scene-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.scene-card:hover {
  background: #ffffff;
}
.scene-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}
.scene-card__title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
.scene-card__body {
  font-size: 12px;
  color: #5f6368;
  line-height: 1.8;
}
.intro {
  background: #f8f9fb;
}
.intro__steps {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
.intro__steps::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(to bottom, #2d7ff9, rgba(45, 127, 249, 0.06));
  z-index: 0;
}
.intro-step {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.intro-step:last-child {
  margin-bottom: 0;
}
.intro-step__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d7ff9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(45, 127, 249, 0.3);
}
.intro-step__body {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 17px;
  border: 1px solid #e8eaed;
  flex: 1;
  margin-top: 3px;
}
.intro-step__title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
.intro-step__desc {
  font-size: 12px;
  color: #5f6368;
  line-height: 1.8;
}
.faq {
  background: #ffffff;
}
.faq__list {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.faq__item {
  background: #f8f9fb;
  border-radius: 12px;
  border: 1px solid #e8eaed;
}
.faq__question {
  display: flex;
  gap: 11px;
  padding: 16px 18px;
  align-items: flex-start;
}
.faq__question-mark {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #2d7ff9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1px;
}
.faq__question-text {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.5;
}
.faq__answer {
  padding: 0 18px 16px calc(18px + 23px + 11px);
  font-size: 12px;
  color: #5f6368;
  line-height: 1.9;
}
.cta {
  background: linear-gradient(135deg, #1a2236, #0d1526);
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(66, 133, 244, 0.12), transparent 65%);
  pointer-events: none;
}
.cta::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(251, 188, 5, 0.08), transparent 65%);
  pointer-events: none;
}
.cta__inner {
  position: relative;
  z-index: 1;
}
.cta__eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fbbc05;
  border: 1px solid rgba(251, 188, 5, 0.4);
  padding: 4px 13px;
  border-radius: 100px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.cta h2 {
  font-size: clamp(21px, 4vw, 32px);
  font-weight: 900;
  margin-bottom: 13px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.cta h2 em {
  font-style: normal;
  color: #fbbc05;
}
.cta__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 420px;
  margin: 0 auto 34px;
  line-height: 1.9;
}
.cta__btns {
  display: flex;
  gap: 11px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta__note {
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}
.footer {
  background: #0d1526;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 22px;
  font-size: 12px;
}
.footer__links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.footer__links a {
  color: rgba(255, 255, 255, 0.55);
}
.footer__links a:hover {
  color: #ffffff;
}
@media (prefers-reduced-motion: no-preference) {
  .fade-in {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
  .fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .fade-in--d1 {
    transition-delay: 0.08s;
  }
  .fade-in--d2 {
    transition-delay: 0.16s;
  }
  .fade-in--d3 {
    transition-delay: 0.24s;
  }
  .fade-in--d4 {
    transition-delay: 0.32s;
  }
}
.hero-i {
  gap: 2vw !important;
}
.hero-txt h1 {
  line-height: 1.6;
}
.hero-vis {
  width: 30% !important;
}
.fbar h3 {
  text-align: center;
  font-size: 150%;
  margin-bottom: 3vw;
}
.fbar h4 {
  text-align: center;
  margin-top: 2vw;
  color: red;
  font-size: 130%;
}
@media (max-width: 740px) {
  .fbar h4 {
    font-size: 100%;
  }
}
.meo-txt h4 {
  margin-bottom: 2vw;
  color: #2d7ff9;
}
.cotact_page {
  padding: 5vw 10vw !important;
}
.cotact_page h1 {
  text-align: center;
  color: #2d7ff9;
}
.cotact_page .contact_p {
  text-align: center;
  width: 100%;
  font-size: 120%;
}
.cotact_page .contact_form {
  margin: 2vw 0;
}
.cotact_page p {
  width: 100%;
  font-size: 100%;
  text-align: justify;
  margin: 1vw 0;
}
@media (max-width: 740px) {
  .cotact_page p {
    width: 70%;
    margin: 2% 0 0 5%;
  }
}
.cotact_page input {
  width: 100%;
  height: 5vw;
  margin-top: 0.2vw;
  font-size: 120%;
}
@media (max-width: 740px) {
  .cotact_page input {
    height: 5vw;
    margin-top: 0;
  }
}
.cotact_page textarea {
  width: 100%;
  margin-top: 0.2vw;
  font-size: 110%;
}
.cotact_page h4 {
  font-size: 130%;
  display: inline-block;
}
.cotact_page .must {
  display: inline-block;
  background: #2d7ff9;
  color: white;
  padding: 0.2vw 1vw;
  border-radius: 3px;
  width: 10vw;
  text-align: center;
  font-size: 90%;
}
@media (max-width: 740px) {
  .cotact_page .must {
    padding: 0;
  }
}
.cotact_page .option {
  display: inline-block;
  background: white;
  color: #2d7ff9;
  border: 1px solid #2d7ff9;
  padding: 0.2vw 1vw;
  border-radius: 3px;
  width: 10vw;
  text-align: center;
  font-size: 90%;
}
@media (max-width: 740px) {
  .cotact_page .option {
    padding: 0;
  }
}
.cotact_page select {
  width: 100%;
  height: 5vw;
  margin-top: 0.2vw;
  font-size: 120%;
}
@media (max-width: 740px) {
  .cotact_page select {
    height: 5vw;
    margin-top: 0;
  }
}
.post {
  align-items: flex-start;
}
.post h4 span {
  font-size: 60%;
  color: #9f4343;
  line-height: 1.6;
}
@media (max-width: 740px) {
  .post h4 span {
    margin-left: 1vw;
  }
}
.post p {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.post input {
  width: 20vw;
  height: 3.3333333333vw;
  margin-top: 0.2vw;
  font-size: 110%;
}
@media (max-width: 740px) {
  .post input {
    height: 5vw;
    margin-top: 0;
  }
}
.contact_agree {
  margin-bottom: 5vw;
  position: relative;
  text-align: center;
}
.contact_agree a {
  font-size: 100%;
  position: relative;
  display: inline-block;
  color: #2d7ff9;
}
.contact_agree a::after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background: #9f4343;
  transition: all 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contact_agree a:hover::after {
  width: 100%;
}
.contact_agree input[type="checkbox"] {
  width: 2vw;
}
@media (max-width: 740px) {
  .contact_agree input[type="checkbox"] {
    width: 5vw;
  }
}
.contact_agree label span {
  width: 70vw !important;
  font-size: 90%;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .contact_agree label span {
    font-size: 100%;
    width: 70vw !important;
  }
}
.wpcf7-spinner {
  width: 0;
}
.wpcf7-response-output {
  margin: 3vw 10vw !important;
  font-size: 150%;
  color: red;
  border-color: red !important;
}
input[type="submit"] {
  width: 60%;
  height: 5vw;
  background: #2d7ff9;
  color: white;
  border-style: none;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 1px gray);
  transition: 0.2s;
  font-size: 120%;
  margin-left: 15vw;
}
@media (max-width: 740px) {
  input[type="submit"] {
    width: 80%;
    height: 10vw;
    margin-left: 10vw;
  }
}
.wpcf7-list-item {
  margin: 0;
}
label {
  display: flex;
  align-items: center;
}
label input[type="radio"] {
  width: 2vw;
}
@media (max-width: 740px) {
  label input[type="radio"] {
    width: 5vw;
  }
}
label span {
  padding-left: 1vw;
  text-align: left;
  width: 15vw;
  font-size: 150%;
}
@media (max-width: 740px) {
  label span {
    width: 20vw;
  }
}
input[type="submit"]:hover {
  filter: drop-shadow(0px 3px 1px gray);
}
input[type="submit"]:active {
  filter: drop-shadow(0px 0px 0px gray);
}
@media (max-width: 740px) {
  .header__inner .btn {
    padding: 0;
  }
}
@media (max-width: 740px) {
  .hero-sub {
    font-size: 82% !important;
  }
}
.hero-vis {
  max-width: 90vw !important;
  width: 90vw !important;
}
@media (max-width: 740px) {
  .how-g {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (max-width: 740px) {
  .compare table {
    min-width: 88vw !important;
    width: 100% !important;
  }
  .compare table td {
    padding: 2vw;
    font-size: 80% !important;
  }
}
.sccard-t {
  font-size: 115% !important;
}
@media (max-width: 740px) {
  .intro-steps::before {
    top: 80px !important;
  }
}
.sp_appear {
  display: none;
}
@media (max-width: 740px) {
  .sp_appear {
    display: block;
  }
}
