@charset "UTF-8";
/*
Theme Name: GMO店舗AIエージェント
*/


:root {
  --blue: #005bac;
  --text: #333333;
  --muted: #818182;
  --note: #757575;
  --pink: #ff4cae;
  --orange: #ffa726;
  --cta: linear-gradient(90deg, #ff4b91 0%, #ff9d2b 100%);
  --shadow-cta: 0 0 12px rgba(255, 76, 174, 0.45);
  --header-h: 60px;
}

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

html {
  scroll-behavior: smooth;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.i-block {
  display: inline-block;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--blue);
}

ul {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.aiagent-headline .headline {
  display: block;
}

/* Header */
.header {
  position: sticky;
  top: 29px;
  z-index: 20;
  height: var(--header-h);
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header__inner {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  width: 265px;
  height: 20px;
  object-fit: contain;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  background: var(--cta);
  box-shadow: var(--shadow-cta);
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.6;
}

.btn--header {
  width: 164px;
  height: 35px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: normal;
  box-shadow: none;
}

.btn--hero {
  max-width: 490px;
  border-radius: 82px;
  font-size: clamp(24px, calc(24px + (100vw - 768px) * 6 / 144), 30px);
  width: 100%;
  padding-block: clamp(18px, calc((100vw - 768px) * (10 / 144) + 18px), 28px);
  line-height: 1.2;
}

.btn--submit {
  width: 100%;
  max-width: 490px;
  border-radius: 82px;
  font-size: clamp(24px, calc(24px + (100vw - 768px) * 6 / 144), 30px);
  font-weight: 600;
  padding-block: clamp(18px, calc((100vw - 768px) * (10 / 144) + 18px), 28px);
  line-height: 1.2;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #3ec8ff 0%, #0052d4 72%, #0039a6 100%);
  padding: 36px 20px 40px;
}

.hero__headline {
  margin-bottom: clamp( 30px, calc((100vw - 768px) * (6 / 144) + 30px), 36px );
  width: 100%;
  max-width: clamp( 320px, calc((100vw - 768px) * (280 / 144) + 320px), 600px );
}
.hero__headline img {
  width: 100%;
}

.hero__city {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  pointer-events: none;
}

.hero__city img {
  width: 100%;
  height: auto;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.hero__eyebrow img,
.hero__title img {
  margin: 0 auto;
}

.hero__title {
  margin: 8px 0 12px;
}

.hero__visual {
  width: min(720px, 100%);
}

.hero__phone {
  width: 278px;
  max-width: 100%;
  margin: 0 auto;
}

.hero__bubbles,
.hero__aside {
  width: 100%;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(732px, 100%);
  margin-top: 30px;
  padding: 15px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.hero__stats li {
  position: relative;
}

.hero__stats li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12%;
  height: 76%;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.hero__stats-label {
  display: block;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__stats-value {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.hero__stats-value-unit {
  font-size: 12px;
  font-weight: normal;
  padding-left: 0.25em;
}

/* Issue */
.issue {
  position: relative;
  padding: clamp(35px, calc((100vw - 768px) * (15 / 144) + 35px), 50px) 15px
    clamp(20px, calc((100vw - 768px) * (15 / 144) + 20px), 35px);
  background: #e1f6ff;
  overflow: hidden;
  z-index: 0;
}
.issue:before {
  background-image: url(img/issue-back.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background-size: 90%;
  background-position: top right;
  opacity: 0.5;
}

.issue__run {
  position: absolute;
  right: 0;
  top: 40px;
  width: min(1170px, 90%);
  opacity: 0.55;
  pointer-events: none;
}

.issue__inner {
  position: relative;
  z-index: 1;
  max-width: 912px;
  margin: 0 auto;
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  padding: 12px 24px;
  color: var(--blue);
  border-radius: 999px;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
}
.pill:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}

.pill span {
  font-size: 30px;
}

.issue .headline {
  margin: 20px 0 18px;
  font-size: clamp(30px, calc(30px + (100vw - 768px) * 26 / 144), 56px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.issue__lead {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

.issue__lead span {
  color: var(--blue);
  font-weight: 700;
}

.issue__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  text-align: left;
}

.issue-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(15px, calc((100vw - 768px) * (5 / 144) + 15px), 20px);
  min-height: 223px;
  padding: 28px clamp(18px, calc((100vw - 768px) * (6 / 144) + 18px), 24px) 18px
    clamp(18px, calc((100vw - 768px) * (6 / 144) + 18px), 24px);
  background: #fff;
  border-radius: 16px;
}

.issue-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  border-radius: 16px 0 12px 0;
}

.issue-card img {
  width: 133px;
  height: 133px;
  object-fit: contain;
  flex-shrink: 0;
}

.issue-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: clamp(10px, calc((100vw - 768px) * (8 / 144) + 10px), 18px);
}

.issue-card p {
  font-size: clamp(13px, calc(13px + (100vw - 768px) * 2 / 144), 15px);
  line-height: 1.6;
}

.issue__cta-copy {
  margin-top: clamp(24px, calc((100vw - 768px) * (40 / 144) + 24px), 64px);
}

.issue__bar {
  display: flex;
  justify-content: center;
  font-size: clamp(22px, calc(22px + (100vw - 768px) * 20 / 144), 42px);
  font-weight: 700;
  align-items: center;
  line-height: 1.2;
  gap: clamp(8px, calc((100vw - 768px) * (4 / 144) + 8px), 12px);
}

.issue__bar strong {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 4px;
}

.issue__bar span {
  color: var(--blue);
}

.issue__grad {
  margin-top: 8px;
  font-size: clamp(24px, calc(24px + (100vw - 768px) * 30 / 144), 54px);
  font-weight: 700;
  color: var(--blue);
}

.issue__arrow {
  width: clamp(70px, calc((100vw - 768px) * (60 / 144) + 70px), 130px);
  height: auto;
  margin: clamp(20px, calc((100vw - 768px) * (16 / 144) + 20px), 36px) auto 0;
}

/* Solution */
.solution {
  position: relative;
  padding: clamp(32px, calc((100vw - 768px) * (43 / 144) + 32px), 75px) 15px
    clamp(64px, calc((100vw - 768px) * (21 / 144) + 64px), 85px);
  overflow: hidden;
}

.solution__bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.solution__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution__inner {
  position: relative;
  z-index: 1;
  max-width: 912px;
  margin: 0 auto;
  text-align: center;
}

.solution .headline {
  font-weight: 700;
  line-height: 1.2;
}

.solution .headline span.solution-heading-top {
  font-size: clamp(24px, calc(24px + (100vw - 768px) * 26 / 144), 50px);
  margin-bottom: clamp(8px, calc((100vw - 768px) * (8 / 144) + 8px), 16px);
  display: block;
}
.solution .headline span.solution-heading-bottom {
  font-size: clamp(28px, calc(28px + (100vw - 768px) * 34 / 144), 62px);
  display: block;
}

.solution .headline span.solution-heading-unit {
  font-size: clamp(20px, calc(20px + (100vw - 768px) * 30 / 144), 50px);
}

.solution__lead {
  margin: clamp(20px, calc((100vw - 768px) * (20 / 144) + 20px), 40px) 0
    clamp(24px, calc((100vw - 768px) * (28 / 144) + 24px), 52px);
  font-size: 25px;
  font-weight: 500;
}

.solution__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: clamp(30px, calc((100vw - 768px) * (18 / 144) + 30px), 48px);
}

.solution-card {
  background: #fff;
  border: 3px solid var(--blue);
  border-radius: 20px;
  padding: clamp(20px, calc((100vw - 768px) * (20 / 144) + 20px), 40px) 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.18);
}

.solution-card h3 {
  color: var(--blue);
  font-size: clamp(18px, calc(18px + (100vw - 768px) * 7 / 144), 25px);
  font-weight: 700;
}

.solution-card img {
  height: clamp( 120px, calc((100vw - 768px) * (55 / 144) + 120px), 175px );
  width: auto;
  object-fit: contain;
  margin: 20px auto;
}

.solution-card p {
  font-size: clamp(13px, calc(13px + (100vw - 768px) * 2 / 144), 15px);
}

.solution-card strong {
  font-size: clamp(18px, calc(18px + (100vw - 768px) * 2 / 144), 20px);
  font-weight: 700;
}

.solution__inner .btn.btn--hero {
  max-width: 430px;
}

/* Features */
.features {
  padding: clamp(40px, calc((100vw - 768px) * (16 / 144) + 40px), 56px) 15px
    clamp(50px, calc((100vw - 768px) * (22 / 144) + 50px), 72px);
  background: #e1f6ff;
}
.features-pill {
  display: inline-flex;
  align-items: baseline;
  padding: 10px clamp(24px, calc((100vw - 768px) * (16 / 144) + 24px), 40px);
  color: var(--blue);
  border-radius: 999px;
  background: #fff;
  font-size: clamp(20px, calc(20px + (100vw - 768px) * 10 / 144), 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

.features-pill:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}

.features__inner {
  max-width: 912px;
  margin: 0 auto;
  text-align: center;
}

.features__label img {
  width: 419px;
  margin: 0 auto 8px;
}

.features .headline {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: clamp(16px, calc((100vw - 768px) * (16 / 144) + 16px), 32px);
}

.features .headline span.features-heading-unit {
  font-size: clamp(20px, calc(20px + (100vw - 768px) * 30 / 144), 50px);
}

.features__lead {
  margin: 0 0 clamp(24px, calc((100vw - 768px) * (16 / 144) + 24px), 40px);
  font-size: 25px;
  font-weight: 500;
}

.features__row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.feat-now {
  position: relative;
  background: #fff;
  border: 3px solid #0cf;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(0, 40, 80, 0.18);
  padding: 48px 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feat-now:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 24px;
  background: linear-gradient(90deg, #0cf -1.48%, #03f 98.53%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.feat-now__badge,
.feat-soon__badge {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 236px;
  height: 37px;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.feat-now__badge {
  background: linear-gradient(90deg, #0cf -1.48%, #03f 98.53%);
}

.feat-soon__badge {
  background: #9aa3ad;
}

.feat-now h3 {
  color: var(--blue);
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.feat-now h3 span {
  display: block;
  font-size: clamp(18px, calc(18px + (100vw - 768px) * 9 / 144), 27px);
  margin-top: 12px;
}

.feat-now img {
  width: clamp(170px, calc((100vw - 768px) * (125 / 144) + 170px), 295px);
  margin: 0 auto 18px;
}

.feat-now__foot {
  color: var(--blue);
  font-size: 27px;
  font-weight: 500;
}

.feat-soon {
  position: relative;
  border: 3px dashed #c5ced6;
  border-radius: 24px;
  padding: 48px 18px 18px;
}

.feat-soon ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feat-soon li {
  background: #fff;
  border-radius: 16px;
  padding: 16px 10px;
}

.feat-soon img {
  width: auto;
  height: 75px;
  object-fit: contain;
  margin: 12px auto;
}

.feat-soon h4 {
  font-size: 18px;
  font-weight: 600;
}

.feat-soon p {
  font-size: 12px;
  margin-top: 6px;
}

.features__note {
  margin-top: 20px;
  font-size: clamp(12px, calc(12px + (100vw - 768px) * 3 / 144), 15px);
  color: var(--note);
}

/* Benefits */
.benefits {
  justify-content: center;
  background: url(img/benefits-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(48px, calc((100vw - 768px) * (27 / 144) + 48px), 75px) 15px
    clamp(45px, calc((100vw - 768px) * (55 / 144) + 45px), 100px);
  background-size: 75%;
}
.benefits__inner {
  max-width: 922px;
  width: 100%;
  margin: auto;
}

.benefits__bg {
  display: none;
}

.benefits__bg img {
  width: 774px;
  height: 768px;
  object-fit: contain;
}

.benefits__dot--red {
  background: #e8384f;
}

.benefits__dot--orange {
  background: #ffa726;
}

.benefits__dot--cyan {
  background: #5ec8f5;
}

.benefits__dot--pink {
  background: #ff4cae;
}

.benefits__stage .headline {
  margin: 0;
  text-align: center;
  font-size: clamp(32px, calc(32px + (100vw - 768px) * 38 / 144), 70px);
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.02em;
  margin-bottom: clamp(22px, calc((100vw - 768px) * (10 / 144) + 22px), 32px);
}

.benefits__stage .headline .dot {
  position: relative;
}
.benefits__stage .headline .dot:after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  top: -16px;
  background: linear-gradient(90deg, #ff4cae 0%, #ffa726 100%);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}

.benefits__lead {
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--blue);
  margin-bottom: clamp(22px, calc((100vw - 768px) * (10 / 144) + 22px), 32px);
}

.benefits__card {
  z-index: 2;
  width: 286px;
  height: 155px;
  padding: 36px 24px 20px;
  background-image: url("img/benefits-card.svg");
  background-size: 286px 155px;
  background-repeat: no-repeat;
  text-align: left;
}

.benefits__card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue);
}

.benefits__card p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.benefits__card--left {
  top: 332px;
  left: 0;
}

.benefits__card--right {
  top: 331px;
  left: 627px;
}

.benefits__card--bottom {
  top: 558px;
  left: 324px;
}

/* MEO */
.meo {
  background: #0033ff;
  padding: clamp(40px, calc((100vw - 768px) * (16 / 144) + 40px), 56px) 15px
    clamp(50px, calc((100vw - 768px) * (22 / 144) + 50px), 72px);
  position: relative;
  z-index: 0;
  background: url(img/meo-map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.meo:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0.9;
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, #0cf -1.48%, #03f 98.53%);
}

.meo__bg,
.meo__map {
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.meo__bg img,
.meo__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meo__map {
  opacity: 0.2;
}

.meo__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}

.meo .headline {
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 59px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: clamp(20px, calc((100vw - 768px) * (10 / 144) + 20px), 30px);
}

.meo__heading-sp {
  display: none;
}

.meo__card {
  max-width: 709px;
  width: 100%;
  padding: clamp(24px, calc((100vw - 768px) * (12 / 144) + 24px), 36px) 15px
    clamp(36px, calc((100vw - 768px) * (4 / 144) + 36px), 40px);
  background: #fff;
  border-radius: 20px;
  margin: auto;
  text-align: center;
}

.meo__pill {
  margin: 0 auto;
  background: rgba(169, 218, 255, 0.6);
  border-radius: 32px;
  color: var(--blue);
  font-size: clamp(18px, calc(18px + (100vw - 768px) * 4 / 144), 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  padding: clamp(12px, calc((100vw - 768px) * (6 / 144) + 12px), 18px)
    clamp(12px, calc((100vw - 768px) * (12 / 144) + 12px), 24px);
}

.meo__pill span {
  font-size: 16px;
  font-weight: 600;
}

.meo__solve {
  margin: 12px 0 clamp(24px, calc((100vw - 768px) * (6 / 144) + 24px), 30px);
  color: var(--blue);
  font-size: clamp(20px, calc(20px + (100vw - 768px) * 10 / 144), 30px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.meo__list {
  text-align: left;
  max-width: 490px;
  margin: auto;
}

.meo__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text);
}

.meo__list img {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.meo__visual {
  position: absolute;
  right: 30px;
  bottom: -100px;
  width: 224px;
  height: 218px;
  pointer-events: none;
}

/* Reason */
.reason {
  background: #fff;
  padding: clamp(50px, calc((100vw - 768px) * (22 / 144) + 50px), 72px) 15px
    clamp(50px, calc((100vw - 768px) * (22 / 144) + 50px), 72px);
  background: url(img/reason-background.jpg);
  background-size: cover;
  background-position: center;
}

.reason__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.reason__badge img {
  width: 317px;
  margin: 0 auto 8px;
}

.reason .headline {
  font-size: 59px;
  font-weight: 600;
  line-height: 1.2;
}

.reason-pill {
  display: inline-flex;
  align-items: baseline;
  padding: 10px clamp(24px, calc((100vw - 768px) * (16 / 144) + 24px), 40px);
  color: var(--blue);
  border-radius: 999px;
  background: #d2ecff;
  font-size: clamp(18px, calc(18px + (100vw - 768px) * 10 / 144), 28px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: clamp(20px, calc((100vw - 768px) * (10 / 144) + 20px), 30px);
  position: relative;
}

.reason-pill:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d2ecff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}

.reason-badge-unit {
  font-size: clamp(12px, calc(12px + (100vw - 768px) * 8 / 144), 20px);
}

span.reason-heading-unit {
  font-size: clamp(24px, calc(24px + (100vw - 768px) * 24 / 144), 48px);
}

.reason__lead {
  margin: clamp(16px, calc((100vw - 768px) * (8 / 144) + 16px), 24px) 0
    clamp(24px, calc((100vw - 768px) * (12 / 144) + 24px), 36px);
  font-size: clamp(15px, calc(15px + (100vw - 768px) * 5 / 144), 20px);
  font-weight: 500;
}

.reason__hex {
  margin: auto;
  display: block;
}

.reason__hex li {
  width: 353px;
}

.reason__hex li:nth-child(2) {
  margin-bottom: 72px;
}

.reason__hex img {
  width: 353px;
  height: 314px;
  object-fit: contain;
}

/* Contact */
.contact {
  padding: clamp(45px, calc((100vw - 768px) * (27 / 144) + 45px), 72px) 15px
    clamp(80px, calc((100vw - 768px) * (40 / 144) + 80px), 120px);
  background: #e1f6ff;
  position: relative;
  z-index: 0;
}

.contact:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(img/contact-city.png);
  background-repeat: repeat-x;
  opacity: 0.5;
  background-position: center bottom;
}

.contact__inner {
  max-width: 912px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(0, 91, 172, 0.08);
  padding: 56px 76px 40px;
  text-align: center;
}

.contact .headline {
  color: var(--blue);
  font-size: clamp(36px, calc(36px + (100vw - 768px) * 23 / 144), 59px);
  font-weight: 600;
  line-height: 1.2;
}

.contact__lead {
  margin: clamp(18px, calc((100vw - 768px) * (6 / 144) + 18px), 24px) 0
    clamp(36px, calc((100vw - 768px) * (12 / 144) + 36px), 48px);
  font-size: clamp(16px, calc(16px + (100vw - 768px) * 4 / 144), 20px);
  font-weight: 500;
}

.form {
  text-align: left;
}

.form__field {
  margin-bottom: 20px;
}

.form__field label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 17px;
  font-family: inherit;
  color: var(--text);
  background: #fff;
}

.form textarea {
  height: 206px;
  padding: 16px 20px;
  resize: vertical;
}

.form input::placeholder,
.form textarea::placeholder {
  color: var(--muted);
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin: 8px 0 24px;
  color: var(--muted);
}

.form__agree input {
  width: 20px;
  height: 20px;
  accent-color: var(--blue);
}

.form__agree a {
  text-underline-offset: 2px;
}

.form .btn {
  display: flex;
  margin: 0 auto;
}

.contact__note {
  margin-top: clamp(16px, calc((100vw - 768px) * (8 / 144) + 16px), 24px);
  font-size: 12px;
  color: var(--muted);
  max-width: 912px;
  text-align: right;
  margin-inline: auto;
}

.footer img {
  width: 100%;
}

@media (max-width: 767px) {
  :root {
    --header-h: 54px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }

  .header {
    top: 0;
  }

  .header__inner {
    padding: 0 16px;
  }

  .header__logo img {
    width: 180px;
    height: 14px;
  }

  .btn--header {
    width: 148px;
    height: 28px;
    font-size: 10px;
  }

  .btn--hero,
  .btn--submit {
    width: 100%;
    border-radius: 36px;
    box-shadow: none;
  }

  .hero {
    padding: clamp(30px, calc((100vw - 768px) * (10 / 144) + 30px), 40px) 15px
      clamp(28px, calc((100vw - 768px) * (7 / 144) + 28px), 35px);
  }

  .hero__visual {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
    margin-bottom: clamp(0px, calc(24px - (100vw - 768px) * (24 / 144)), 24px);
    max-width: 490px;
  }

  .hero__bubbles,
  .hero__aside {
    max-width: 280px;
    margin: 0 auto;
  }

  .hero__stats {
    margin-top: 28px;
    padding: 9px 0;
  }

  .hero__stats li {
    padding-inline: 0;
  }

  .hero__stats-label {
    font-size: clamp(10px, 2.5vw, 10px);
    height: 32px;
  }

  .hero__stats-value {
    font-size: 20px;
    padding: 0 8px;
  }

  .pill {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    height: 48px;
    font-size: 15px;
    vertical-align: bottom;
  }

  .pill span {
    font-size: 20px;
  }

  .issue .headline {
    font-size: clamp(30px, calc(30px + (100vw - 768px) * 40 / 144), 70px);
  }

  .issue__lead {
    font-size: 16px;
  }

  .issue__grid,
  .solution__cards,
  .features__row,
  .form__row {
    grid-template-columns: 1fr;
  }

  .issue-card {
    min-height: 0;
    padding-top: 36px;
  }

  .issue-card img {
    width: 112px;
    height: 112px;
  }

  .issue-card h3 {
    font-size: 16px;
  }

  .issue:before {
    background-image: url(img/issue-back.png);
    background-size: 100%;
  }

  .issue__bar {
    font-size: 22px;
  }

  .issue__grad {
  }

  .solution .headline,
  .solution .headline span,
  .features .headline {
    font-size: 37px;
  }

  .solution__lead,
  .features__lead {
    font-size: 15px;
  }

  .solution-card {
    min-height: 0;
    max-width: 300px;
    margin: auto;
    width: 100%;
  }

  .feat-now {
    min-height: 0;
    box-shadow: none;
  }

  .feat-now h3 {
    font-size: 40px;
  }

  .feat-now__foot {
    font-size: 18px;
  }

  .features__label img {
    width: min(280px, 100%);
  }
  .feat-soon ul {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .feat-soon li {
    text-align: left;
    position: relative;
    padding-right: 50px;
    overflow: hidden;
    border-radius: 12px;
  }
  .feat-soon h4 {
    font-size: 12px;
  }

  .feat-soon p {
    font-size: 10px;
  }
  .feat-soon img {
    position: absolute;
    width: 42px;
    margin: 0;
    height: auto;
    top: 0;
    right: 5px;
  }

  .features__note {
    text-align: left;
  }

  .benefits {
    background-size: contain;
  }

  .benefits__bg,
  .benefits__bg img {
    left: 0;
    width: 100%;
    height: 100%;
  }

  .benefits__robot {
    width: 140px;
    height: 128px;
    top: 52%;
  }

  .benefits__spark {
    display: none;
  }

  .benefits__title {
    top: 7%;
  }

  .benefits__dots {
    width: 119px;
    margin-bottom: 6px;
  }

  .benefits__dot {
    width: 7px;
    height: 7px;
  }

  .benefits__stage .headline .dot:after {
    width: 7px;
    height: 7px;
    top: -10px;
  }

  .benefits__stage .headline {
  }

  .benefits__lead {
    font-size: 16px;
  }

  .benefits__card {
    width: 157px;
    height: 120px;
    padding: 36px 10px 10px;
    background-size: 100% 100%;
  }

  .benefits__card h3 {
    font-size: 14px;
  }

  .benefits__card p {
    font-size: 11px;
  }

  .benefits__card p br {
    display: none;
  }

  .benefits__card--left {
    top: 36%;
    left: 3.6%;
  }

  .benefits__card--right {
    top: 36%;
    left: auto;
    right: 3.6%;
  }

  .benefits__card--bottom {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 196px;
    height: 96px;
  }

  .meo__inner {
    width: 100%;
    height: auto;
  }

  .meo .headline {
    position: static;
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.25;
  }

  .meo__heading-pc {
    display: none;
  }

  .meo__heading-sp {
    display: inline;
  }

  .meo__card {
    padding-bottom: 36px;
  }
  .meo__pill span {
    font-size: 11px;
  }

  .meo__solve {
    margin: 12px 0 16px;
    font-size: 20px;
  }

  .meo__list {
    margin: 0;
    text-align: left;
  }

  .meo__list li {
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .meo__list img {
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }

  .meo__visual {
    right: -8px;
    bottom: -80px;
    width: 125px;
    height: 122px;
  }

  .reason .headline {
    font-size: 32px;
  }

  .reason__hex {
  }

  .reason__hex li,
  .reason__hex li:nth-child(2) {
    width: min(280px, 100%);
    margin: 0;
  }

  .reason__hex img {
    width: 100%;
    height: auto;
  }

  .contact__inner {
    padding: 36px 16px 28px;
    border-radius: 16px;
  }

  .form__field label {
    font-size: 14px;
  }

  .form__agree {
    align-items: flex-start;
    font-size: 12px;
  }
}




/*SNSリンク */

.footer__sns {
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  color: #4d4d4d;
}
.footer__sns .securityImages_sns {
  margin: 0;
}
.securityImages_sns li {
  display: block;
  min-height: 20px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  text-align: center;
  align-content: center;
}

.securityImages_sns li a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.securityImages_sns li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.securityImages_sns li a:hover {
  opacity: 0.7;
}



/*セキュリティコード */
.securityBusinessContainer {
  background-color: #ffffff;
}

.securityImages {
  padding: 0;
}

.securityImages_inner {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 1040px;
}

.securityImages_sns {
  display: flex;
  margin: 19px 0;
  gap: 10px;
}

.securityImages_logo {
  margin: 20px 0 20px 10px;
  min-height: 18px;
  height: 18px;
  /* width: 100px; */
}

.securityImages_logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.securityImages_sns li {
  display: block;
  min-height: 20px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  text-align: center;
  align-content: center;
}

.securityImages_sns li a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.securityImages_sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.securityBusinessTag a {
  font-size: 9.5px;
  line-height: 1.4;
}

.gs_wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 40px 115px;
  background-color: #fff;
}

.gs_wrap img {
  width: 100px;
  height: 50px;
}


@media screen and (max-width: 767px) {
.securityImages_logo {
  margin: 20px 0 20px 0px;
}

.securityImages_inner {
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.securityImages_sns {
  margin: 0 0 20px;
}
}


main#top {}

.container {
    max-width: 912px;
    margin: auto;
    padding: clamp(48px, calc((100vw - 768px) * (27 / 144) + 48px), 75px) 15px
    clamp(45px, calc((100vw - 768px) * (55 / 144) + 45px), 100px);
  }
.container.finish {
    text-align: center;
}
  .container h1 {
    margin: 0 0 clamp(20px, calc((100vw - 768px) * (20 / 144) + 20px), 40px);
    color: #005bac;
    font-size: clamp(28px, calc((100vw - 768px) * (4 / 264) + 28px), 32px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
  .container .headline {
  margin: 2em 0 1em;
  font-size: 1.4em;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.container p {
  margin: 1.5em 0 1em;
}
.container table {
  width: 100%;
}
.container table th {
  background: #f9f9f9;
  padding: 10px;
  text-align: left;
}
.container table td {
  padding: 10px;
  text-align: left;
}

.container ol:not(:last-child),
.container ul:not(:last-child) {
  margin-bottom: 1rem;
}
.container ol li:not(:last-child),
.container ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.container ol li,
.container ul li {
  padding-left: 1.3em;
  position: relative;
}
.container li .itemTitle {
  display: block;
  font-weight: bold;
}

.container ol {
  list-style: none;
  counter-reset: number;
}
.container ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.container ul.note li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.container ul.check li:before {
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 9px;
}
.container ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.container ul.unstyled li:before {
  display: none;
}
.container ul.unstyled li {
  padding-left: 0;
}

.container ul.attention {
  font-size: 14px;
}
.container ul.attention li {
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .container.finish p {
    text-align: left;
  }
}


.finish .btn.btn--hero {
  margin-top: clamp(20px, calc((100vw - 768px) * (20 / 144) + 20px), 40px);
  background: #afafaf;
  box-shadow: none;
  padding-block: clamp( 12px, calc((100vw - 768px) * (8 / 144) + 12px), 20px );
  font-size: clamp(18px, calc(18px + (100vw - 768px) * 6 / 144 ),24px);
}


.footer__link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  color: #afafaf;
  font-size: 14px;
}
.footer__link-list li {
  border-left: 1px solid;
  line-height: 1.2;
  padding-left: 10px;
  margin-left: 10px;
}
.footer__link-list li:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
.footer__link-list li a {
  display: flex;
  color: #afafaf;
  text-decoration: none;
}
