/* 共通設定 */
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

body {
  vertical-align: baseline;
  word-break: break-all;
  outline: 0;
  -ms-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222222;
}

img,
video {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

.nomal-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

/* KV */
.kv {
  padding: 40px 20px;
  background: center / cover no-repeat url(../image/kv_bg.jpg);
}

.kv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.kv-header-left {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 4px;
}

.kv-catch-text {
  font-family: "sicuveiw-dsp", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 1;
  font-size: clamp(11px, 1rem, 15px);
  text-align: center;
  font-weight: 800;
}

.kv-catch-text::before,
.kv-catch-text::after {
  content: "";
  height: 1px;
  width: 24px;
  background: #222222;;
}

.kv-form-wrap {
  display: flex;
  gap: 50px;
  align-items: center;
}

.kv-catch {
  width: 500px;
}

.kv-logo {
  height: 38px;
}

.kv-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.kv-header-btn {
  font-family: sicuveiw-dsp, sans-serif;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  color: #fff;
  font-size: 17px;
  padding: 8px 16px;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  align-self: center;
}

.kv-title {
  display: block;
  max-width: 100%;
  font-family: sicuveiw-dsp, sans-serif;
  font-size: clamp(27px, 3.8vw, 39px);
  text-wrap: balance;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.kv-title .highlight {
  padding: 3px 7px;
  color: #fff;
  font-size: 40px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  border-radius: 6px;
}

.kv-title-gradient {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv-title-bg-en {
  font-size: 72.7%;
  font-weight: 700;
}

.kv-sub {
  text-align: center;
  font-family: sicuveiw-dsp, sans-serif;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
}

.kv-point {
  background: #f1f5f9;
  border-radius: 50%;
  text-align: center;
  font-family: sicuveiw-dsp, sans-serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 80px;
  max-width: 120px;
  padding: 1em;
}

.kv-points {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.kv-text-bg {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  padding: 20px 0 22px;
  color: #fff;
  background: linear-gradient(90deg, #4c8bff 0%, #3c0dae 100%);
  font-family: sicuveiw-dsp, sans-serif;
  font-weight: 800;
  border-radius: 100px;
  position: relative;
}

.kv-text-bg span {
  font-family: "Roboto", sans-serif;
}

.kv-text-bg-num {
  font-size: 166.7%;
  font-weight: 500;
}

.kv-text-bg-en {
  font-size: 125%;
  font-weight: 700;
}

.kv-triangle {
  width: 10px;
  height: 10px;
  background-color: #444cd7;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  vertical-align: middle;
}

.kv-movie {
  margin-top: 24px;
}

.kv-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.kv-achievements-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}

.kv-achievement {
  width: 210px;
  background: left / auto 100% no-repeat url(../image/kv_achievement_bg_l.png),
    right / auto 100% no-repeat url(../image/kv_achievement_bg_r.png);
  padding: 12.5px 0;
}

.kv-achievement-ttl {
  font-size: 2rem;
  font-family: sicuveiw-dsp, sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.kv-achievement-num {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.kv-achievement-num .m-small {
  font-size: 70%;
  margin-bottom: 2px;
}

.kv-achievement-num .s-small {
  font-family: sicuveiw-dsp, sans-serif;
  font-weight: 800;
  font-size: 35%;
  margin-bottom: 6px;
}

.kv-form {
  width: 450px;
  padding: 50px 44px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px #00000033;
}

.kv-form-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 11px;
}

.kv-form-header-left {
  font-size: 1.8rem;
  font-weight: 700;
}

.kv-form-header-right {
  font-size: 2.7rem;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.kv-form-header-right span {
  line-height: 1;
}

.kv-form-cta {
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: sicuveiw-dsp, sans-serif;
  font-size: clamp(14px, 2.4vw, 18px);
  font-weight: 700;
  color: #222;
  margin: 24px 0;
  text-wrap: balance;
  text-align: center;
  margin: 28px 0 20px;
  padding: 12px 0;
}

.kv-form-cta::before,
.kv-form-cta::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  height: .5px;
  width: 100%;
  left: 0;
  background-color: #222;
}

.kv-form-cta::before {
  top: 0;
}

.kv-form-cta::after {
  bottom: 0;
}

.fv-header-right-large {
  font-size: clamp(60px, 6vw, 72px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: -0.04em;
  margin-bottom: -15px;
  background: linear-gradient(180deg, #4c8bff 0%, #3c0dae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.form-txt {
  font-family: sicuveiw-dsp, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.4;
  margin: 30px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  text-align: center;
  padding: 10px 0;
}

.kv-form label {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}

.kv-form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  padding: 15.5px 14px;
  font-size: 1.8rem;
}

.form-item:not(:first-child) {
  margin-top: 20px;
}

.name-group {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.name-pair {
  display: flex;
  gap: 12px;
}

.kv-submit-btn {
  background-color: #ef4444;
  color: white;
  font-size: 14px;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 9999px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.kv-submit-btn .circle-arrow {
  width: 16px;
  height: 16px;
}

.kv-submit-btn {
  width: 100%;
  display: block;
  margin-top: 30px;
  background: #eb444f;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 18.5px 0;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* dilemma */
.dilemma {
  padding: 60px 0 80px;
  background: center top / cover no-repeat url(../image/dilemma_bg.jpg);
}

.dilemma h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 4rem;
  text-align: center;
}

.dilemma-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 80px;
}

.dilemma-content {
  background: #fff;
}

.dilemma-content p {
  text-align: center;
  font-size: 1.8rem;
  padding: 14px 0 20px;
  font-weight: 700;
}

/* superior */
.points-wrap {
  padding: 90px 0 100px;
  background: center top / cover no-repeat url(../image/superior_bg.jpg);
}

.superior-movie {
  width: 80%;
  margin: auto;
  margin-top: 70px;
  position: relative;
  z-index: 10;
}

.superior-point {
  position: relative;
  width: 70%;
  margin: 120px auto 0;
}

.point-ttl-num {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 14rem;
  gap: 8px;
  position: absolute;
}

.point01 .point-ttl-num {
  left: 0;
  top: 0;
  transform: translate(-90%, -60%);
}

.point-ttl-num div {
  line-height: 1;
}

.point-ttl-vert {
  font-size: 30%;
  line-height: 1;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  letter-spacing: 0.06em;
  margin-bottom: -0.3em;
}

.superior-point h3 {
  font-size: 2.4rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.superior-point h3 span {
  font-size: 58.3%;
  background: linear-gradient(90deg, #4c8bff 0%, #3c0dae 100%);
  border-radius: 20px;
  color: #fff;
  padding: 0 30px;
}

.superior-point p {
  margin-top: 24px;
}

.point-list {
  list-style: none;
  display: grid;
  max-width: 528px;
  margin: 24px auto 0;
  gap: 13px 20px;
  grid-template-columns: 1fr 1fr;
  font-weight: 500;
}

.point-list li {
  padding-left: 34px;
  position: relative;
}

.point-list li::before {
  content: "";
  width: 24px;
  height: 18px;
  background: center / 100% no-repeat url(../image/check_icon.png);
  position: absolute;
  left: 0;
  top: 3px;
}

.point01-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}

.point01-img-wrap > div {
  aspect-ratio: 320 / 213;
  box-shadow: 0px 5px 15px 0px #00000033;
}

.point01-img-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.superior-point-box {
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px #00000033;
  position: relative;
  padding: 50px;
  margin-top: 130px;
}

.superior-point-wrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.superior-point-wrap.bottom {
  align-items: flex-end;
}

.superior-point-wrap .superior-point-box-img {
  width: 450px;
}

.superior-point-wrap .superior-point-box-content {
  width: 400px;
}

.superior-point-box .point-ttl-num {
  right: 0;
  top: 0;
  transform: translate(10%, -50%);
}

.superior-point-box-content h3 {
  font-size: 2.4rem;
  font-weight: 900;
}

.superior-point-box-content h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 58.3%;
  background: linear-gradient(90deg, #4c8bff 0%, #3c0dae 100%);
  border-radius: 20px;
  color: #fff;
  padding: 0 30px;
  margin-bottom: 20px;
}

.superior-point-box-inner {
  margin-top: 30px;
}

.superior-point-box-inner ul {
  list-style: none;
  margin: 20px 0;
}

.superior-point-box-inner li {
  padding-left: 34px;
  position: relative;
  font-weight: 500;
}

.superior-point-box-inner li::before {
  content: "";
  width: 24px;
  height: 18px;
  background: center / 100% no-repeat url(../image/check_icon.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.superior-point-box-inner li:not(:first-child) {
  margin-top: 10px;
}

.superior-point-box.vertical .superior-point-box-img,
.superior-point-box.vertical .superior-point-box-inner {
  padding: 0 50px;
}

.superior-point-box.vertical .superior-point-box-content {
  margin-top: 40px;
}

.superior-point-box.vertical .superior-point-box-content h3 {
  text-align: center;
}

.superior-point-box.vertical .superior-point-box-content h3 span {
  margin: 0 auto 20px;
}

.superior-feature-speedup {
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px #00000033;
  padding: 50px 100px;
  margin-top: 100px;
}

.superior-feature-speedup h3 {
  font-size: 2.7rem;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.superior-feature-speedup p {
  margin-top: 30px;
}

.superior-feature-speedup-img {
  max-width: 650px;
  margin: 30px auto 0;
}

/* CTA */
.CTA {
  padding: 50px 0 55px;
  background: linear-gradient(to right, #4C8BFF, #3C0DAE);
}

.cta-wrap {
  position: relative;
}

.cta-dashboad img {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  width: 80%;
}

.cta-dashboad {
  z-index: 999;
  position: relative;
}

.cta-heading {
  margin-bottom: 10px;
}

.cta-list-wrap {
  width: 560px;
  margin-left: auto;
}

.cta-list {
  list-style: none;
  margin-left: auto;
}

.cta-list li {
  padding-left: 32px;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.cta-list li:not(:first-child) {
  margin-top: 12px;
}

.cta-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: center / 100% no-repeat url(../image/circle_check.png);
  position: absolute;
  left: 0;
  top: 6.5px;
}

.cts-price-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #fff;
  margin-top: 30px;
}

.cta-price-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.price-monthly-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-weight: 900;
  font-size: 2.4rem;
}

.cta-price-num {
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.cta-price-num-small {
  font-size: 33.75%;
  font-weight: 900;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

.cta-bottom-wrap {
  background: #ffffff;
  padding: 40px 50px 50px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px #00000033;
  margin-top: 32px;
}

.cta-bottom-header {
  padding: 0 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.cta-bottom-header-full {
    display: block;
}

.cta-bottom-header-tag {
  padding: 29px 35px;
  background: linear-gradient(180deg, #4c8bff 0%, #3c0dae 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 5px;
  flex-shrink: 0;
}

.cta-bottom-header h3 {
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cta-bottom-header h3 .large-num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 166.67%;
  font-weight: 600;
}

.cta-bottom-header p {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.75;
}

.cta-pc-image {
  width: 460px;
  position: absolute;
  top: 40px;
  left: -50px;
}

.submit-btn {
  display: block;
  max-width: 600px;
  margin: auto;
  background: #eb444f;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 17.5px 0;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.submit-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: -51px;
}

.superior .submit-btn {
  margin-top: 38px;
}

.book-icom {
  width: 31px;
}

.submit-btn .circle-arrow,
.kv-submit-btn .circle-arrow,
.cta-submit-btn .circle-arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* A/Bテスト */

.feature-abtest {
  text-align: center;
  background: #FAFBFE;
}

.feature-abtest {
  padding: 50px 6vw;
  background-color: #f9fafb;
  background-image: radial-gradient(#EAE1FF 1px, transparent 1px);
  background-size: 20px 20px;
  text-align: center;
}

.feature-heading .feature-label {
  font-size: clamp(24px, 2.7vw, 32px);
  font-weight: 600;
  color: #222222;
  margin-bottom: 0px;
}

.feature-heading .feature-title {
  color: #222222;
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
}

.feature-desc {
  width: 92%;
  margin: 20px auto;
  font-size: clamp(1.6rem, 1.7vw, 2.2rem);
  line-height: 1.6;
    color: #222222;
}

.feature-stepttl {
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
    background: linear-gradient(90deg, #4c8bff 0%, #3c0dae 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.feature-image-single {
  margin-bottom: 32px;
}

.feature-img-main {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.feature-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  color: #111;
  line-height: 1.4;
}

.feature-image-single {
  margin-bottom: 50px;
}

.feature-img-main {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.feature-flow-list {
  display: flex;
  justify-content: center;
  gap: 3.4vw;
  margin-bottom: 40px;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
}

.feature-flow-item {
  position: relative;
  background: linear-gradient(to right, #60a5fa, #8b5cf6);
  color: #fff;
  border-radius: 50%;
  width: 26vw;
  aspect-ratio: 1 / 0.99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 2vw, 16px);
  font-weight: 600;
  text-align: center;
  padding: 1em;
  line-height: 1.1;
  flex: none;
  max-width: 180px;
  min-width: 100px;
}

.feature-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.2vw;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8b5cf6;
  border-right: 2px solid #8b5cf6;
  transform: translateY(-50%) rotate(45deg);
}

.feature-graph {
  margin: 40px 0;
}

.feature-img-graph {
  width: 100px;
  margin-bottom: 16px;
}

.feature-ga4-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 20px;
  margin: 0 auto 30px;
  max-width: 680px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.feature-ga4-icon {
  width: 80px;
  margin-bottom: 16px;
}

.feature-ga4-title {
  font-size: clamp(20px, 2.8vw, 27px);
  font-weight: 700;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.feature-ga4-desc {
  text-align: left;
  font-size: clamp(13px, 1.27vw, 18px);
  line-height: 1.7;
  color: #333;
}

.feature-arrow {
  width: 80px;
  height: 28px;
  margin: 0 auto;
  background: linear-gradient(to right, #3b82f6, #8b5cf6);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.feature-cta {
  padding: 20px 0 0;
}

.feature-cta-lead {
  font-size: clamp(14px, 3rem, 20px);
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}

.feature-cta-emphasis {
  font-size: clamp(23px, 3.8rem, 26px);
  font-weight: 900;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  letter-spacing: 0.2px;
}

.feature-cta-highlight {
  font-size: clamp(17px, 2.8rem, 18px);
}

.feature-cta-note {
  font-size: clamp(2rem, 1.8vw, 3rem);
  font-weight: 900;
  color: #333;
}

.feature-cta-number {
  font-size: clamp(3rem, 1.8vw, 4rem);
  font-weight: 900;
  color: #111;
}

.sp-only {
  display: none;
}

@media screen and (min-width: 900px) {

  .cta-heading {
    margin-bottom: 20px;
  }
  .cta-dashboad img {
    width: 70%;
  }

  .cta-bottom-wrap {
    margin-top: -28px;
  }

  .cta-bottom-header p {
    margin-bottom: 20px;
  }

  .feature-heading {
    text-align: left;
  }

  .feature-abtest {
    overflow: hidden;
  }

  .feature-inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }

  .feature-desc {
    text-align: left;
    line-height: 1.6;
    margin: 20px 0 0;
    width: 100%;
    font-size: 1.8rem;
  }

  .feature-image-single {
    flex-shrink: 0;
  }

  .feature-image-single img {
    min-width: 880px;   
  }

  .feature-herov {
    display: flex;
    flex-wrap: nowrap;
  }

  .feature-herov-text {
    flex-shrink: 0;
  }

  .feature-ga4-card {
    padding: 50px;
  }

  .feature-cta-lead {
    font-size: 28px;
  }

  .feature-cta-emphasis {
    font-size: 40px;
  }

  .feature-cta-highlight {
    font-size: 28px;
  }

  .feature-cta-note {
    font-size: 28px;
  }

  .feature-cta-number {
    font-size: 38px;
  }

  .feature-image-single {
    margin-bottom: 80px;
  }

  .feature-stepttl {
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left;
      background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .feature-flow-list {
    margin-bottom: 50px;
  }

  .feature-ga4-card {
    margin-bottom: 50px;
  }

  .feature-abtest {
    padding: 100px 0;
  }

  .feature-flow-area {
    margin-top: 60px;
  }

  .feature-flow-item {
    width: 12vw;
    font-size: clamp(11px, 1.28vw, 14px);
    max-width: 140px;
    min-width: 100px;
  }

  .cta-co-amount-sub {
    padding: 0 38px;
    margin-top: 24px;
  }
}


/* support */
.support {
  padding: 90px 0 100px;
  background: center top / cover no-repeat url(../image/support_bg.jpg);
}

.support h2 {
  line-height: 1;
}

.support-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 2.7rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.75;
}

.support-catch img {
  width: 350px;
  margin: 0 10px;
}

.support-contant {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 80px;
}

.support-contant-img {
  width: 450px;
}

.support-content-text-wrap {
  width: 500px;
}

.support-content-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #4c8bff 0%, #3c0dae 100%);
  border-radius: 20px;
}

.support-content-text-wrap h3 {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.support-content-text {
  line-height: 1.75;
  margin-top: 20px;
}

.support-content-bold-text {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 10px;
}

/* comparing */
.comparing {
  padding: 90px 0 100px;
  background: center top / cover no-repeat url(../image/comparing_bg.jpg);
}

.comparing-table {
  display: grid;
  grid-template-columns: 150px 1.34fr 1fr 1fr;
  align-items: flex-end;
  gap: 5px;
  margin-top: 80px;
}

.row-labels div {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.row-labels div:nth-child(odd) {
  background: #eeeeee;
}

.row-labels div:first-child {
  border-radius: 10px 0 0 0;
}

.row-labels div:last-child {
  border-radius: 0 0 0 10px;
}

.column-cell {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.column-cell:nth-child(even) {
  background: #eeeeee;
}

.magic .column-cell {
  font-size: 1.8rem;
}

.magic .column-cell:nth-child(even) {
  background: #b1d0f6;
}

.magic .column-cell:nth-child(odd) {
  background: #dbe9fa;
}

.column-cell .note {
  font-size: 88.89%;
  font-weight: 400;
}

.column-header {
  text-align: center;
  color: #fff;
  background: #808080;
  padding: 13px 0;
}

.column.magic {
  box-shadow: 0px 5px 25px 0px #00349666;
}

.magic .column-header {
  padding: 20.89px 0;
  background: linear-gradient(142.51deg, #11c3cd -7.55%, #7648e4 44.58%, #3101a3 89.89%);
  border-radius: 10px 10px 0 0;
}

.magic .column-header img {
  width: 200px;
}

.column:last-child .column-header {
  border-radius: 0 10px 0 0;
}

.column:last-child .column-cell:last-child {
  border-radius: 0 0 10px 0;
}

/* interview */
.interview {
  padding: 80px 0 100px;
  background: center top / cover no-repeat url(../image/interview_bg.jpg);
  overflow: hidden;
}

.interview-slide-wrap {
  width: 100%;
  overflow: visible;
  margin-top: 80px;
}

.interview-slide-wrap .slick-list {
  overflow: visible;
}

.interview-slide {
  width: 100%;
  margin: 0 15px;
}

.interview-slide-inner {
  padding: 50px;
  box-shadow: 0px 5px 15px 0px #00000033;
  background: #fff;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.interview-img {
  width: 300px;
  flex-shrink: 0;
}

.interview-slide-inner h3 {
  font-size: 2.4rem;
}

.interview-type {
  margin-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  border-image: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  border-image-slice: 1;
}

.interview-slide-inner p {
  margin-top: 34px;
}

.slide-arrow {
  width: 50px;
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.prev-arrow {
  left: -25px;
}

.next-arrow {
  right: -25px;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.dots-wrap li {
  list-style: none;
  width: 16px;
  height: 16px;
  margin: 0 7px;
  background: #2958af;
  opacity: 0.2;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li.slick-active {
  background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  opacity: 1;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* QA  */
.QA {
  padding: 80px 0 100px;
  background: #f7f7f7;
}

.acd-wrap dt {
  display: flex;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.label-q {
  width: 60px;
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lavel-text {
  padding: 16.5px 25px 16.5px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
  font-weight: 700;
}

.acd-arrow {
  width: 10px;
  flex-shrink: 0;
}

.acd-wrap {
  margin-top: 80px;
}

.acd-wrap dd {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 1.75;
  gap: 30px;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  height: 0;
  transition: all 0.3s;
}

.acd-wrap dd.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: auto;
}

.a-text-icon {
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  position: relative;
  width: 60px;
  height: 60px;
  background: linear-gradient(270deg, #2958af, #3c0dae);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3234af;
  flex-shrink: 0;
  line-height: 1;
  padding: 2px;
  border-radius: 10px;
}

.a-text-icon span {
  display: block;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.acd-wrap dl:not(:first-child) {
  margin-top: 18px;
}

.CTA.cta-full {
  background: center top / cover no-repeat url(../image/cta_full_bg.jpg);
}

.cta-form label {
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
  gap: 20px;
  align-items: center;
  flex-shrink: 0;
}

.required-badge {
  background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
  color: #fff;
  padding: 5px 11px;
}

.cta-form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  padding: 15.5px 14px;
  font-size: 1.8rem;
}

.form-item:not(:first-child) {
  margin-top: 20px;
}

.company-notice {
  font-size: 1.2rem;
  color: #333333;
  margin: 5px 0 0 0;
  line-height: 1.3;
}

.cta-form .form-item {
  padding: 0 50px 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: 220px 1fr;
}

.cta-form .form-item:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
}

.cta-form .name-group div {
  display: flex;
  gap: 14px;
}

.cta-submit-btn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  background: #eb444f;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 22.5px 0;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.cta-submit-btn {
  margin-top: 30px;
}

/* 完了画面 */
.form2-complete {
  background: center top / cover no-repeat url(../image/form2_complete_bg.jpg);
  padding: 100px 0;
}

.complete-image {
  width: 440px;
  margin: 0 auto 20px;
}

.form2-complete p {
  margin-bottom: 60px;
  text-align: center;
}

.to-top-btn {
  display: block;
  background: #3234af;
  color: #fff;
  width: 350px;
  border-radius: 50px;
  padding: 23px 0;
  position: relative;
  margin: 50px auto 0;
  text-align: center;
}

.to-top-btn .circle-arrow {
  width: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}

/* footer */
footer {
  background: #0a061b;
  padding: 40px 0;
  color: #fff;
}

.logo-wrap {
  width: 250px;
}

.copywright {
  margin-top: 18px;
  font-size: 1.2rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

/* レスポンシブ対応 */
.phone {
  display: none;
}

/* タブレット */
@media screen and (max-width: 1200px) {
  .kv-form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .kv-catch {
    width: auto;
  }

  .kv-form {
    width: auto;
  }

  .kv-text-bg {
    font-size: 2rem;
  }

  .kv-form-header-left {
    font-size: 1.6rem;
  }

  .kv-form-header-right {
    font-size: 2.5rem;
  }

  .superior-point-box-content h3 {
    font-size: 2.2rem;
  }

  .superior-feature-speedup h3 {
    font-size: 2.4rem;
  }

  .cta-list li {
    font-size: 2rem;
  }

  .cta-list-wrap {
    width: 520px;
  }

  .cta-pc-image {
    width: 400px;
    left: -30px;
  }

  .cta-pc-image {
    top: 65px;
  }

  .cta-bottom-header-tag {
    padding: 20px;
  }

  .cta-bottom-header h3 {
    font-size: 2.2rem;
  }

  .support-content-text-wrap h3 {
    font-size: 2.2rem;
  }

  .support-content-bold-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }

  .phone {
    display: block;
  }

  .kv {
    background-image: url(../image/kv_bg_sp.jpg);
    padding: 20px 0 40px;
  }

  .kv-form-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .kv-catch-text::before,
  .kv-catch-text::after {
    width: 20px;
  }
  
  .kv-logo {
    width: auto;
    height: clamp(10px, 2.4rem ,30px);
    margin: 0 auto;
  }

  .kv-text-bg {
    font-size: 1.56rem;
    padding: 4px 0 4.5px;
    margin: 20px auto 0;
    width: 305px;
  }

  .kv-triangle {
    width: 6px;
    height: 6px;
  }

  .kv-movie {
    margin-top: 15px;
  }

  .kv-form {
    padding: 20px 20px 23px 23px;
  }

  .kv-form-header-left {
    font-size: 1.55rem;
  }

  .kv-form-header-right {
    font-size: 2.025rem;
  }

  .fv-header-right-large {
    margin-bottom: -10px;
  }

  .form-txt {
    margin: 27px 0 17px;
    font-size: 1.3rem;
    padding: 4px 0;
  }

  .kv-form label {
    font-size: 1.2rem;
    margin-bottom: 9px;
  }

  .kv-form input {
    font-size: 1.2rem;
    padding: 7px 10px;
  }

  .form-item {
    width: 83.47%;
    margin: auto;
  }

  .name-group {
    gap: 8px;
  }

  .kv-submit-btn {
    font-size: 1.5rem;
    padding: 18px 0;
    margin-top: 20px;
  }

  .kv-achievements-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 20px 0 30px;
  }

  .kv-achievement {
    width: auto;
    padding: 7.51px 0;
  }

  .kv-achievement-ttl {
    font-size: 1.4rem;
  }

  .kv-achievement-num {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }

  .kv-achievement-num .s-small {
    margin-bottom: 3px;
  }

  .dilemma {
    background-image: url(../image/dilemma_bg_sp.jpg);
    padding: 50px 0;
  }

  .dilemma h2 {
    font-size: 2.7rem;
  }

  .dilemma-wrap {
    margin-top: 35px;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .dilemma-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dilemma-content p {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
  }

  .points-wrap {
    background-image: url(../image/superior_bg_sp.jpg);
    padding: 50px 0;
  }

  .nomal-ttl {
    font-size: 2.5rem;
  }

  .superior-movie {
    width: 100%;
    transform: translateY(0);
    margin-top: 40px;
  }

  .superior-point {
    width: 100%;
    margin: 12px auto 0;
  }

  .point01 .point-ttl-num {
    position: static;
    transform: translate(0, 0);
    font-size: 10rem;
    margin-bottom: 10px;
  }

  .superior-point h3 {
    font-size: 2.56rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 6px;
  }

  .superior-point h3 span {
    padding: 0 10px;
  }

  .superior-point p,
  .point-list {
    padding: 0 18px;
    font-size: 1.3rem;
  }

  .superior-point p {
    margin-top: 32px;
  }

  .point-list {
    gap: 5px;
    margin: 15px auto 0;
  }

  .point-list li {
    padding-left: 17px;
    margin-left: 14px;
  }

  .point-list li::before {
    width: 12px;
    top: 0;
  }

  .point01-img-wrap {
    margin-top: 20px;
    gap: 3.25px;
  }

  .superior-point-box .point-ttl-num {
    right: 15px;
    font-size: 10rem;
    transform: translate(0, -70%);
  }

  .superior-point-wrap {
    flex-direction: column;
    gap: 23px;
  }

  .superior-point-wrap .superior-point-box-img {
    width: 100%;
  }

  .superior-point-wrap .superior-point-box-content {
    width: 100%;
  }

  .superior-point-box {
    padding: 50px 18px 40px;
    margin-top: 105px;
  }

  .superior-point-box-content h3 {
    text-align: center;
    font-size: 2.56rem;
  }

  .superior-point-box-content h3 span {
    margin: 0 auto 6px;
    padding: 0 10px;
  }

  .superior-point-box-inner {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .superior-point-box-inner ul {
    margin: 14px 0;
  }

  .superior-point-box-inner li:not(:first-child) {
    margin-top: 5px;
  }

  .superior-point-box-inner li::before {
    width: 12px;
  }

  .superior-point-box-inner li {
    padding-left: 17px;
  }

  .superior-point-box.vertical .superior-point-box-img,
  .superior-point-box.vertical .superior-point-box-inner {
    padding: 0;
  }

  .superior-point-box.vertical .superior-point-box-content {
    margin-top: 20px;
  }

  .superior-point-box.vertical .superior-point-box-content h3 span {
    margin: 0 auto 5px;
  }

  .superior-feature-speedup {
    padding: 40px 12px;
    margin-top: 70px;
  }

  .superior-feature-speedup-img {
    margin: 0 auto;
  }

  .superior-feature-speedup h3 {
    margin-top: 45px;
    font-size: 2.56rem;
  }

  .superior-feature-speedup p {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .CTA {
    padding: 33px 0;
  }

  .cta-list li:not(:first-child) {
    margin-top: 3px;
  }

  .cta-list-wrap {
    width: 100%;
  }

  .cta-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .cta-list li {
    font-size: 1.5rem;
    padding-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .cta-list li::before {
    width: 15px;
    top: 0px;
  }

  .cta-pc-image {
    position: static;
    width: 250px;
    margin: 4px auto 0;
    transform: translateY(20px);
  }

  .cts-price-wrap {
    gap: 10px;
    justify-content: center;
  }

  .cta-price-left {
    font-size: 1.8rem;
  }

  .price-monthly-amount {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .cta-price-num {
    font-size: 6rem;
  }

  .cta-price-right {
    gap: 15px;
  }

  .cta-bottom-wrap {
    margin-top: -20px;
    padding: 37.5px 19px 25px;
  }

  .cta-bottom-header {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .cta-bottom-header-tag {
    padding: 2.25px 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #4c8bff 0%, #3c0dae 100%);
    font-size: 1.2rem;
  }

  .cta-bottom-header h3 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.5rem;
    background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .cta-bottom-header h3 .large-num {
    font-size: 200%;
  }

  .cta-co-amount-num {
    flex-shrink: 0;
    font-size: 166.67%;
    background: linear-gradient(270deg, #2958af 0%, #3c0dae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: -5px 0;
  }

  .cta-co-amount-text {
    margin-bottom: -9px;
  }

  .cta-bottom-header p {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .submit-btn {
    font-size: 1.5rem;
    padding: 12px 0;
    margin-top: 10px;
  }

  .submit-btn span {
    gap: 6px;
    margin-left: -20px;
  }

  .book-icom {
    width: 15px;
  }

  .submit-btn .circle-arrow,
  .kv-submit-btn .circle-arrow,
  .cta-submit-btn .circle-arrow {
    width: 15px;
    right: 15px;
  }

  .support {
    padding: 50px 0;
    background-image: url(../image/support_bg_sp.jpg);
  }

  .support h2 {
    line-height: 1.5;
  }

  .support-catch {
    font-size: 1.7rem;
  }

  .support-catch img {
    width: 175px;
  }

  .support-contant {
    flex-direction: column;
    padding: 0 19px;
  }

  .support-contant-img,
  .support-content-text-wrap {
    width: 100%;
  }

  .support-ttl-wrap {
    display: flex;
    gap: 15px;
  }

  .support-content-label {
    border-radius: 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 75px;
    flex-shrink: 0;
  }

  .support-content-text-wrap h3 {
    font-size: 1.7rem;
    margin-top: 0;
    line-height: 1.5;
  }

  .support-content-text,
  .support-content-bold-text {
    font-size: 1.3rem;
  }

  .support-content-bold-text {
    text-align: center;
  }

  .comparing {
    padding: 50px 0;
    background-image: url(../image/comparing_bg_sp.jpg);
  }

  .comparing-table {
    grid-template-columns: 43px 1.34fr 1fr 1fr;
    gap: 2.5px;
    margin-top: 40px;
  }

  .row-labels div {
    height: 70px;
    font-size: 1rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
  }

  .row-labels div:first-child {
    border-radius: 5px 0 0 0;
  }

  .row-labels div:last-child {
    border-radius: 0 0 0 5px;
  }

  .column:last-child .column-header {
    border-radius: 0 5px 0 0;
  }

  .column:last-child .column-cell:last-child {
    border-radius: 0 0 5px 0;
  }

  .magic .column-header img {
    width: 100px;
  }

  .column-cell {
    font-size: 1.1rem;
    height: 70px;
  }

  .magic .column-cell {
    font-size: 1.3rem;
  }

  .column-header {
    font-size: 1.1rem;
  }

  .interview {
    padding: 40px 0 50px;
  }

  .interview-slide-inner {
    flex-direction: column;
    padding: 30px 19px;
    gap: 25px;
  }

  .interview-slide-inner h3 {
    font-size: 1.7rem;
  }

  .interview-slide-inner p {
    margin-top: 17px;
  }

  .interview-type {
    font-size: 1rem;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 10px;
  }

  .interview .container {
    width: 100%;
  }

  .interview-img {
    width: 175px;
    margin: auto;
  }

  .label-q {
    font-size: 2.5rem;
    width: 40px;
  }

  .lavel-text {
    font-size: 1.3rem;
    padding: 11px 17.5px 11px 15px;
    width: calc(100% - 40px);
  }

  .slide-arrow {
    top: 117.5px;
  }

  .next-arrow {
    right: 0;
  }

  .prev-arrow {
    left: 0;
  }

  .dots-wrap {
    margin-top: 25px;
  }

  .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .acd-arrow {
    width: 5px;
  }

  .acd-wrap dd {
    gap: 15px;
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .a-text-icon {
    font-size: 2.5rem;
    width: 40px;
    height: 40px;
  }

  .cta-form .form-item {
    padding: 0;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }

  .cta-form .form-item:not(:last-of-type) {
    border-bottom: none;
  }

  .cta-form label {
    font-size: 1.2rem;
  }

  .cta-form input {
    font-size: 1.2rem;
    padding: 13px 10px;
  }

  .form-item:not(:first-child) {
    margin-top: 13px;
  }

  .cta-form .name-group div {
    flex-direction: column;
    gap: 0;
  }

  .cta-submit-btn {
    font-size: 1.5rem;
    padding: 19px 0;
  }

  .form2-complete {
    background-image: url(../image/form2_complete_bg_sp.jpg);
    padding: 65px 0 75px;
  }

  .complete-image {
    width: 190px;
  }

  .form2-complete p {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }

  .to-top-btn {
    width: 250px;
    font-size: 1.2rem;
    padding: 15px 0;
    margin: 30px auto 0;
  }

  .to-top-btn .circle-arrow {
    width: 15px;
  }

  footer {
    padding: 25px 0 10px;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .logo-wrap {
    width: 175px;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    font-size: 1.2rem;
  }

  .copywright {
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .feature-steps {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature-step:not(:last-child)::after {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}

  .sp-only-flow {
    display: none;
  }

@media (max-width: 879px) {
  .sp-only-flow {
    display: block;
  }
  .nomal-ttl-fsd {
  font-size: clamp(16px, 19vw, 21px);
}

}

