@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;
  line-height: 1.2;
}
.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;
}
@media (max-width: 740px) {
  .cotact_page h1 {
    font-size: 150%;
  }
}
@media (max-width: 740px) {
  .cotact_page h4 {
    font-size: 100% !important;
    margin-top: 5vw;
  }
}
.cotact_page .contact_p {
  text-align: center;
  width: 100%;
  font-size: 120%;
}
@media (max-width: 740px) {
  .cotact_page .contact_p {
    font-size: 80%;
  }
}
.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: 100%;
    margin: 2% 0 0 0;
  }
}
.cotact_page input {
  width: 100%;
  height: 5vw;
  margin-top: 0.2vw;
  font-size: 120%;
}
@media (max-width: 740px) {
  .cotact_page input {
    height: 10vw;
    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: 10vw;
    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: 70%;
    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: 100%;
    height: 10vw;
    margin-left: 0;
  }
}
.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;
  }
}
.header__cta {
  background-color: #2d7ff9 !important;
  color: white;
  padding: 0.5vw 1.5vw !important;
}
*, *::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: #fff;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
:root {
  --gb: #4285f4;
  --gr: #ea4335;
  --gy: #fbbc05;
  --gg: #34a853;
  --primary: #2d7ff9;
  --primary-lt: #eef4ff;
  --accent: #ffcc00;
  --text: #1a1a2e;
  --sub: #5f6368;
  --border: #e8eaed;
  --bg: #f8f9fb;
  --sh-sm: 0 1px 6px rgba(0, 0, 0, 0.08);
  --sh-md: 0 4px 20px rgba(0, 0, 0, 0.1);
  --sh-lg: 0 12px 48px rgba(0, 0, 0, 0.14);
  --r: 12px;
  --rl: 20px;
}
.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;
  }
}
/* Google brand text */
.gt {
  background: linear-gradient(90deg, #4285f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}
.bt {
  color: #4285f4;
  font-weight: 700;
}
/* Buttons */
.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;
  font-family: inherit;
  white-space: nowrap;
}
.btn-y {
  background: #ffcc00;
  color: #1a1a2e;
  box-shadow: 0 3px 12px rgba(255, 204, 0, 0.35);
}
.btn-y:hover {
  background: #e6b800;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 204, 0, 0.45);
}
.btn-b {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 3px 12px rgba(45, 127, 249, 0.35);
}
.btn-b:hover {
  background: #1a60d0;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(45, 127, 249, 0.45);
}
.btn-o {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-o:hover {
  background: var(--primary-lt);
  transform: translateY(-1px);
}
.btn-wo {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.btn-wo:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.btn-lg {
  padding: 16px 36px;
  font-size: 15px;
  border-radius: 10px;
}
.btns {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
/* Eyebrow */
.ey {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-lt);
  padding: 4px 13px;
  border-radius: 100px;
  margin-bottom: 12px;
}
/* Section head */
.sh {
  text-align: center;
  margin-bottom: 48px;
}
.sh h2 {
  font-size: clamp(21px, 3.5vw, 29px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 11px;
  letter-spacing: -0.01em;
}
.sh p {
  color: var(--sub);
  font-size: 14px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.9;
}
/* ====== HEADER ====== */
.hdr {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.hdr-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}
.logo-ic {
  width: 28px;
  height: 28px;
  background: var(--primary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.logo .g {
  color: var(--gb);
}
/* ====== HERO ====== */
.hero {
  background: #fff;
  padding: 64px 0 52px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    padding: 80px 0 64px;
  }
}
.hero-i {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .hero-i {
    flex-direction: row;
  }
}
.hero-txt {
  flex: 1;
  text-align: center;
}
@media (min-width: 900px) {
  .hero-txt {
    text-align: left;
  }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary-lt);
  border: 1px solid rgba(45, 127, 249, 0.2);
  color: var(--primary);
  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 .hl {
  color: var(--primary);
}
.hero-sub {
  font-size: 15px;
  color: var(--sub);
  line-height: 1.9;
  margin-bottom: 28px;
}
.hero-sub strong {
  color: var(--text);
}
.hero-btns {
  justify-content: center;
}
@media (min-width: 900px) {
  .hero-btns {
    justify-content: flex-start;
  }
}
/* Hero visual */
.hero-vis {
  flex: 1;
  max-width: 460px;
  width: 100%;
}
.hcard {
  background: #fff;
  border-radius: var(--rl);
  box-shadow: var(--sh-lg);
  border: 1px solid var(--border);
  padding: 20px;
  position: relative;
}
.hcard-sp {
  position: absolute;
  font-size: 18px;
  animation: spfloat 3s ease-in-out infinite;
  pointer-events: none;
}
.hcard-sp:nth-child(1) {
  top: -10px;
  right: 52px;
  animation-delay: 0s;
}
.hcard-sp:nth-child(2) {
  top: 36px;
  right: -10px;
  animation-delay: 0.9s;
}
.hcard-sp:nth-child(3) {
  bottom: 28px;
  right: -13px;
  animation-delay: 1.8s;
  font-size: 13px;
}
@keyframes spfloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(12deg);
  }
}
.hcard-phone {
  background: linear-gradient(155deg, #f0f4ff, #e4edfe);
  border-radius: var(--r);
  padding: 14px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ph-map {
  width: 96px;
  height: 76px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8f4f8, #cde6f0);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.ph-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);
}
.ph-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));
}
.ph-info {
  flex: 1;
}
.ph-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}
.ph-stars {
  color: #fbbc05;
  font-size: 13px;
  margin-bottom: 3px;
}
.ph-cnt {
  font-size: 11px;
  color: var(--sub);
}
.ph-chk {
  font-size: 11px;
  color: #34a853;
  font-weight: 600;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.ph-badge {
  font-size: 10px;
  background: var(--primary-lt);
  color: var(--primary);
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 700;
  white-space: nowrap;
  align-self: flex-start;
  flex-shrink: 0;
}
.hcard-review {
  background: var(--primary-lt);
  border-radius: var(--r);
  padding: 13px;
  border: 1px solid rgba(45, 127, 249, 0.15);
}
.rv-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
.rv-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
}
.rv-stars {
  color: #fbbc05;
  font-size: 12px;
}
.rv-text {
  font-size: 12px;
  color: var(--sub);
  line-height: 1.7;
  margin-bottom: 9px;
}
.rv-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;
}
.rv-btn:hover {
  background: #e6b800;
}
/* ====== FEATURE BAR ====== */
.fbar {
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.fbar-g {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}
@media (min-width: 600px) {
  .fbar-g {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fpill {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 13px 15px;
  box-shadow: var(--sh-sm);
}
.fpill-ck {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.fpill-t {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.fpill-s {
  font-size: 11px;
  color: var(--sub);
}
/* ====== MEO ====== */
.meo {
  background: #fff;
}
.meo-i {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .meo-i {
    flex-direction: row;
    align-items: center;
  }
}
.meo-vis {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .meo-vis {
    width: 320px;
  }
}
.meo-card {
  background: #fff;
  border-radius: var(--rl);
  box-shadow: var(--sh-lg);
  border: 1px solid var(--border);
  overflow: hidden;
}
.meo-map {
  height: 96px;
  background: linear-gradient(135deg, #e8f4f8, #cde6f0);
  position: relative;
  overflow: hidden;
}
.meo-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-pin {
  position: absolute;
  font-size: 18px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
.meo-pin:nth-child(1) {
  top: 10px;
  left: 22%;
}
.meo-pin:nth-child(2) {
  top: 6px;
  left: 60%;
}
.meo-pin:nth-child(3) {
  top: 16px;
  left: 78%;
}
.meo-store {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  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-badge {
  background: #ea4335;
  color: #fff;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 8px;
  font-weight: 700;
}
.meo-body {
  padding: 15px;
}
.meo-sname {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.meo-stars {
  color: #fbbc05;
  font-size: 14px;
  margin-bottom: 2px;
}
.meo-cnt {
  font-size: 11px;
  color: var(--gb);
  margin-bottom: 9px;
  font-weight: 600;
}
.meo-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.meo-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--sub);
}
.meo-item::before {
  content: "✓";
  color: var(--gb);
  font-weight: 700;
  font-size: 10px;
}
.meo-txt h2 {
  font-size: clamp(19px, 3vw, 25px);
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.meo-txt p {
  font-size: 14px;
  color: var(--sub);
  line-height: 1.9;
  margin-bottom: 16px;
}
.meo-chk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-bottom: 20px;
}
.meo-chkitem {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}
.meo-chkitem .ck {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: var(--primary);
  color: #fff;
  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: var(--r);
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #7a5c00;
  display: flex;
  align-items: center;
  gap: 7px;
}
/* ====== CASES ====== */
.cases {
  background: var(--bg);
}
.cases-note {
  font-size: 13px;
  color: var(--sub);
  text-align: center;
  margin: -36px auto 36px;
  max-width: 480px;
  line-height: 1.9;
}
.cases-g {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 600px) {
  .cases-g {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cc {
  background: #fff;
  border-radius: var(--rl);
  overflow: hidden;
  box-shadow: var(--sh-md);
  border: 1px solid var(--border);
}
.cc-tab {
  padding: 11px 16px;
  font-size: 150%;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.cc-tab-or {
  background: #f4a228;
}
.cc-tab-bl {
  background: #4285f4;
}
.cc-tab-gr {
  background: #34a853;
}
.cc-body {
  padding: 16px;
}
.cc-metric {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.cc-sm {
  font-size: 13px;
  color: var(--sub);
}
.cc-ar {
  color: #f4a228;
  font-size: 17px;
  font-weight: 700;
}
.cc-big {
  font-size: 26px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}
.cc-up {
  font-size: 18px;
  font-weight: 900;
  color: var(--gb);
  display: flex;
  align-items: center;
  gap: 3px;
}
.cc-up .arr {
  color: #34a853;
  font-size: 15px;
}
.cc-tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 100%;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 100px;
  margin-top: 6px;
}
.cc-tag-or {
  background: #fff3e0;
  color: #e65100;
}
.cc-tag-bl {
  background: var(--primary-lt);
  color: #1a60d0;
}
.cc-tag-gr {
  background: #e8f5e9;
  color: #1b5e20;
}
.cc-pt {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 100%;
  color: var(--sub);
  margin-top: 7px;
  line-height: 1.7;
}
.cc-pt::before {
  content: "●";
  color: var(--primary);
  font-size: 7px;
  margin-top: 5px;
  flex-shrink: 0;
}
.cc-banner {
  margin-top: 28px;
  background: var(--primary);
  color: #fff;
  border-radius: var(--r);
  padding: 15px 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
/* ====== SERVICE ====== */
.svc {
  background: #fff;
}
.svc-i {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .svc-i {
    flex-direction: row;
    align-items: center;
  }
}
.svc-txt {
  flex: 1;
}
.svc-txt h2 {
  font-size: clamp(19px, 3vw, 25px);
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.35;
}
.svc-txt p {
  font-size: 14px;
  color: var(--sub);
  line-height: 1.9;
  margin-bottom: 16px;
}
.svc-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ss {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: var(--bg);
  border-radius: var(--r);
  padding: 13px 15px;
  border: 1px solid var(--border);
}
.ss-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ss-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ss-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}
.ss-desc {
  font-size: 11px;
  color: var(--sub);
}
.ss-copy {
  background: #fffde7;
  border-color: #ffcc00;
}
.ss-copy .ss-num {
  background: #ffcc00;
  color: #1a1a2e;
}
.ss-copy .ss-label {
  color: #7a5c00;
}
.ss-cbadge {
  display: inline-block;
  background: #ffcc00;
  color: #1a1a2e;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 100px;
  margin-left: 6px;
}
/* ====== HOW ====== */
.how {
  background: var(--bg);
}
.how-g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .how-g {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hs {
  background: #fff;
  border-radius: var(--rl);
  padding: 22px 16px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: var(--sh-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hs:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
}
.hs-copy {
  background: linear-gradient(135deg, #ffcc00, #ffe066);
  border-color: #e6b800;
}
.hs-copy .hs-num {
  color: rgba(0, 0, 0, 0.4);
}
.hs-copy .hs-label {
  color: #1a1a2e;
}
.hs-copy .hs-body {
  color: rgba(0, 0, 0, 0.55);
}
.hs-copy .hs-badge {
  background: #1a1a2e;
  color: #ffcc00;
}
.hs-num {
  font-size: 120%;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.hs-icon {
  font-size: 30px;
  margin-bottom: 9px;
}
.hs-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 100px;
  margin-bottom: 7px;
}
.hs-label {
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}
.hs-body {
  font-size: 95%;
  color: var(--sub);
  line-height: 1.8;
  text-align: justify;
  line-height: 1.6;
}
.how-note {
  text-align: center;
  margin: 22px auto 0;
  max-width: 100%;
  background: var(--primary-lt);
  border: 1px solid rgba(45, 127, 249, 0.2);
  border-radius: var(--r);
  padding: 13px 18px;
  font-size: 130%;
  font-weight: 700;
  color: var(--primary);
}
.how-note::before {
  content: "✓　";
}
/* ====== FEATURES ====== */
.feat {
  background: #fff;
}
.feat-g {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 600px) {
  .feat-g {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fc {
  background: var(--bg);
  border-radius: var(--rl);
  padding: 24px 20px;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
}
.fc:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
  background: #fff;
}
.fc-icon {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: var(--primary-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 13px;
}
.fc-tag {
  font-size: 10px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.fc-title {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 7px;
}
.fc-body {
  font-size: 95%;
  color: var(--sub);
  line-height: 1.8;
  text-align: justify;
}
/* ====== COMPARE ====== */
.compare {
  background: var(--bg);
}
.cmp-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--rl);
  box-shadow: var(--sh-lg);
}
table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  background: #fff;
}
thead tr {
  background: #1a1a2e;
  color: #fff;
}
th, td {
  padding: 13px 16px;
  text-align: center;
  font-size: 130%;
  border-bottom: 1px solid var(--border);
}
th:first-child, td:first-child {
  text-align: left;
  font-weight: 600;
}
th {
  font-weight: 700;
  font-size: 140%;
  letter-spacing: 0.04em;
}
.th-hl {
  background: var(--primary);
}
tbody tr:nth-child(even) td {
  background: #fafbfc;
}
tbody tr:last-child td {
  border-bottom: none;
}
.ck {
  color: #22c55e;
  font-size: 130%;
  font-weight: 700;
}
.cr {
  color: #ef4444;
  font-size: 130%;
}
.tri {
  color: #f59e0b;
  font-size: 130%;
}
.td-hl {
  background: var(--primary-lt) !important;
  font-weight: 600;
  color: var(--primary);
}
/* ====== SCENES ====== */
.scenes {
  background: #fff;
}
.sc-g {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) {
  .sc-g {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sccard {
  display: flex;
  gap: 12px;
  background: var(--bg);
  border-radius: var(--r);
  padding: 18px;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
}
.sccard:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
  background: #fff;
}
.sccard-ic {
  width: 10vw;
  height: 10vw;
  border-radius: 9px;
  background: var(--primary-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 400%;
  flex-shrink: 0;
}
.sccard-t {
  font-size: 130%;
  font-weight: 700;
  margin-bottom: 4px;
}
.sccard-b {
  font-size: 100%;
  color: var(--sub);
  line-height: 1.8;
}
/* ====== INTRO ====== */
.intro {
  background: var(--bg);
}
.intro-steps {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
.intro-steps::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary), rgba(45, 127, 249, 0.06));
  z-index: 0;
}
.is {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  align-items: center;
}
.is:last-child {
  margin-bottom: 0;
}
.is-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(45, 127, 249, 0.3);
}
.is-body {
  background: #fff;
  border-radius: var(--r);
  padding: 15px 17px;
  border: 1px solid var(--border);
  flex: 1;
  margin-top: 3px;
}
.is-title {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 4px;
}
.is-desc {
  font-size: 100%;
  color: var(--sub);
  line-height: 1.8;
}
/* ====== FAQ ====== */
.faq {
  background: #fff;
}
.faq-list {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.faq-item {
  background: var(--bg);
  border-radius: var(--r);
  border: 1px solid var(--border);
}
.faq-q {
  display: flex;
  gap: 11px;
  padding: 16px 18px;
  align-items: flex-start;
}
.faq-qm {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-qt {
  font-size: 120%;
  font-weight: 700;
  color: var(--text);
  line-height: 1.5;
}
.faq-a {
  padding: 0 18px 16px calc(18px + 23px + 11px);
  font-size: 100%;
  color: var(--sub);
  line-height: 1.9;
}
/* ====== CTA ====== */
.cta {
  background: linear-gradient(135deg, #1a2236, #0d1526);
  color: #fff;
  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-in {
  position: relative;
  z-index: 1;
}
.cta-ey {
  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-btns a {
  width: 20vw;
}
@media (max-width: 740px) {
  .cta-btns {
    flex-direction: column;
    align-items: center;
  }
  .cta-btns a {
    width: 70vw;
  }
}
.cta-note {
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}
/* ====== FOOTER ====== */
footer {
  background: #0d1526;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 22px;
  font-size: 12px;
}
.f-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}
.f-links a {
  color: rgba(255, 255, 255, 0.55);
}
.f-links a:hover {
  color: #fff;
}
/* ====== ANIMATION ====== */
@media (prefers-reduced-motion: no-preference) {
  .fi {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }
  .fi.v {
    opacity: 1;
    transform: translateY(0);
  }
  .fi.d1 {
    transition-delay: 0.08s;
  }
  .fi.d2 {
    transition-delay: 0.16s;
  }
  .fi.d3 {
    transition-delay: 0.24s;
  }
  .fi.d4 {
    transition-delay: 0.32s;
  }
}
.campaign {
  background: #f8f9fb;
}
.campaign-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .campaign-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cmp-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eaed;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cmp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.cmp-card__header {
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #ffffff;
}
.cmp-card__header--gold {
  background: linear-gradient(135deg, #c9a020, #e8c050);
}
.cmp-card__header--blue {
  background: linear-gradient(135deg, #2d7ff9, #4a9aff);
}
.cmp-card__header--dark {
  background: linear-gradient(135deg, #1a2236, #2a3a56);
}
.cmp-card__num {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.5;
  flex-shrink: 0;
  margin-top: 2px;
}
.cmp-card__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 4px;
}
.cmp-card__htitle {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}
.cmp-card__body {
  padding: 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cmp-card__note {
  font-size: 11px;
  color: #5f6368;
  background: #f8f9fb;
  border-radius: 8px;
  padding: 8px 11px;
  line-height: 1.7;
}
.cmp-card__btn {
  margin: 0 22px 22px;
  justify-content: center;
}
.cmp-highlight-box {
  background: #FFFDE7;
  border: 1px solid #FFE082;
  border-radius: 12px;
  padding: 14px 16px;
}
.cmp-highlight-box--blue {
  background: #eef4ff;
  border-color: rgba(45, 127, 249, 0.25);
}
.cmp-highlight-box--dark {
  background: #f0f2f5;
  border-color: #e8eaed;
}
.cmp-highlight-box__label {
  font-size: 90%;
  font-weight: 700;
  color: #5f6368;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.cmp-highlight-box__value {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.6;
}
.cmp-free {
  font-size: 20px;
  font-weight: 900;
  color: #c9a020;
  line-height: 1;
}
.cmp-free--blue {
  color: #2d7ff9;
}
.cmp-free--dark {
  color: #1a1a2e;
}
.cmp-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.cmp-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 100%;
  color: #444;
  line-height: 1.7;
}
.cmp-list li::before {
  content: "✓";
  color: #2d7ff9;
  font-weight: 700;
  font-size: 11px;
  margin-top: 3px;
  flex-shrink: 0;
}
.cmp-list li strong {
  color: #1a1a2e;
  font-weight: 700;
}
.cmp-deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #1a2236, #2a3a56);
  color: #ffffff;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 600;
}
.cmp-deadline strong {
  color: #FBBC05;
}
.cmp-deadline__icon {
  font-size: 16px;
  flex-shrink: 0;
}
.cmp-deadline__badge {
  font-size: 11px;
  font-weight: 700;
  background: #EA4335;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 100px;
  animation: pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.pricing {
  background: #ffffff;
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5vw;
  align-items: start;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .plan-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plan-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e8eaed;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.plan-card--rec {
  border: 2px solid #2d7ff9;
  box-shadow: 0 8px 32px rgba(45, 127, 249, 0.18);
}
.plan-card--rec:hover {
  box-shadow: 0 16px 48px rgba(45, 127, 249, 0.25);
}
.plan-card__rec-badge {
  background: #2d7ff9;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  letter-spacing: 0.04em;
}
.plan-card__head {
  padding: 20px 12px;
  border-bottom: 1px solid #e8eaed;
}
.plan-card__head--light {
  background: #f8f9fb;
}
.plan-card__head--std {
  background: linear-gradient(135deg, #eef4ff, #ddeeff);
}
.plan-card__head--pro {
  background: linear-gradient(135deg, #1a2236, #2a3a56);
  color: #ffffff;
}
.plan-card__head--pro .plan-card__target {
  color: rgba(255, 255, 255, 0.65);
}
.plan-card__name {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
}
.plan-card__target {
  font-size: 11px;
  color: #5f6368;
  font-weight: 500;
}
.plan-card__body {
  padding: 20px 12px;
}
.plan-price {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eaed;
}
.plan-price__init {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.plan-price__init-label {
  font-size: 11px;
  font-weight: 700;
  color: #5f6368;
  background: #f8f9fb;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #e8eaed;
}
.plan-price__init-val {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.plan-price__strike {
  color: #5f6368;
  text-decoration: line-through;
  font-size: 12px;
}
.plan-price__free {
  font-size: 12px;
  color: #EA4335;
  font-weight: 700;
}
.plan-price__free strong {
  font-size: 15px;
}
.plan-price__monthly {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
}
.plan-price__num {
  font-size: 34px;
  font-weight: 900;
  color: #1a1a2e;
  letter-spacing: -0.02em;
}
.plan-price__unit {
  font-size: 13px;
  color: #5f6368;
  font-weight: 500;
}
.plan-price__tax {
  font-size: 11px;
  color: #5f6368;
  margin-top: 4px;
}
.plan-features {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 4px;
}
.plan-features__item {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 13px;
  line-height: 1.7;
}
.plan-features__item::before {
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
  font-weight: 700;
}
.plan-features__item--on {
  color: #333;
}
.plan-features__item--on::before {
  content: "✓";
  color: #34A853;
}
.plan-features__item--on strong {
  color: #1a1a2e;
  font-weight: 700;
}
.plan-features__item--off {
  color: #bbb;
}
.plan-features__item--off::before {
  content: "✗";
  color: #ddd;
}
.support-box {
  margin-top: 16px;
  margin-left: 15vw;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  overflow: hidden;
  width: 70vw;
}
@media (max-width: 740px) {
  .support-box {
    width: 90vw;
    margin-left: 5vw;
  }
}
.support-box__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #f8f9fb;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 120%;
  font-weight: 700;
  color: #1a1a2e;
  text-align: left;
  transition: background 0.2s;
}
.support-box__toggle:hover {
  background: #f0ebff;
}
.support-box__toggle[aria-expanded="true"] {
  background: #eef4ff;
  color: #2d7ff9;
}
.support-box__toggle-icon {
  font-size: 14px;
  flex-shrink: 0;
}
.support-box__toggle-arr {
  margin-left: auto;
  font-size: 11px;
  color: #5f6368;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.support-box__toggle[aria-expanded="true"] .support-box__toggle-arr {
  transform: rotate(180deg);
}
.support-box__detail {
  padding: 0 14px 14px;
  background: #ffffff;
}
.support-box__detail[hidden] {
  display: none;
}
.header__logoimg img {
  height: 40px;
  width: auto;
}
.support-table-head {
  font-size: 11px;
  font-weight: 700;
  color: #2d7ff9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 0 6px;
  border-bottom: 1px solid #e8eaed;
  margin-bottom: 4px;
}
.support-table-head--off {
  color: #5f6368;
  margin-top: 10px;
}
.support-table {
  width: 100%;
  border-collapse: collapse;
}
.support-table tr {
  display: flex;
  flex-direction: column;
}
.support-table td {
  padding: 7px 4px;
  font-size: 12px;
  color: #444;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.5;
  vertical-align: middle;
}
.support-table tr:last-child td {
  border-bottom: none;
}
.support-table__val {
  text-align: right;
  white-space: nowrap;
  width: 1%;
}
.stag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 100px;
}
.stag--on {
  background: #E8F5E9;
  color: #2E7D32;
}
.stag--paid {
  background: #FFF3E0;
  color: #E65100;
}
.support-note {
  font-size: 11px;
  color: #5f6368;
  background: #f8f9fb;
  border-radius: 6px;
  padding: 8px 10px;
  margin-top: 10px;
  line-height: 1.7;
}
.plan-compare-note {
  background: #f8f9fb;
  border: 1px solid #e8eaed;
  border-radius: 12px;
}
.plan-compare-note__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 13px;
  color: #5f6368;
  flex-wrap: wrap;
}
.plan-compare-note__icon {
  font-size: 16px;
  flex-shrink: 0;
}
.plan-compare-note__link {
  margin-left: auto;
  color: #2d7ff9;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.plan-compare-note__link:hover {
  opacity: 0.7;
}
