@charset "UTF-8";
:root {
  --color-primary-light: #02b1ce;
  --color-primary-dark: #2547bf;
  --color-secondary: #cfe5ed;
  --color-accent-light: #ffbf00;
  --color-accent-dark: #ff7b00;
  --color-text: #373737;
  --color-white: #ffffff;
  --color-warning: #eb3223;
  --gradient-primary: linear-gradient(299.27deg, var(--color-primary-light) 0.06%, var(--color-primary-dark) 99.94%);
  --gradient-accent: linear-gradient(90.92deg, var(--color-accent-dark) 5.8%, var(--color-accent-light) 99.21%);
  --color-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --container-max-width: 1440px;
  --header-height: 100px;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 72px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body.admin-bar .header {
  top: 32px;
}
.post-password-form {
  padding-top: var(--header-height);
}
@media (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
html{
  font-size: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text);
  background-color: var(--color-white);
}
img{
  max-width: 100%;
  height: auto;
}
a,
button {
  cursor: pointer;
}
a:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 0.6;
}
.header,
.footer,
.base-reset {
  :where(h1,h2,h3,h4,h5,h6,
  p,
  ul,ol,
  figure) {
    margin: 0;
    padding: 0;
  }
  :where(h1,h2,h3,h4,h5,h6) {
    font-weight: inherit;
  }
  :where(small) {
    font-size: inherit;
  }
  :where(ul,li,ol,summary) {
    list-style: none;
  }
  :where(summary::-webkit-details-marker) {
    display: none;
  }
  :where(a) {
    text-decoration: none;
    color: inherit;
  }
  :where(button,input[type="submit"]) {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }
  :where(input,
  textarea,
  select,
  button) {
    font: inherit;
    color: inherit;
  }
}

.br-sp {
  display: none;
}
.block-sp {
  display: inline;
}
.button-tab {
  display: none;
}
.section {
  padding: 92px 0;
}
.container {
  max-width: var(--container-max-width);
  padding: 0 24px;
  margin: 0 auto;
}
.grad-primary {
  display: inline-block;
  width: fit-content;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: var(--color-primary-dark);
}
.com-bg-1 {
  background-color: var(--color-secondary);
}
.com-bg-2 {
  background: linear-gradient(95.74deg, var(--color-secondary) 0.1%, #E8FDFF 49.52%, var(--color-secondary) 99.9%);
}
.com-bg-triangle {
  position: relative;
  margin-top: -2px;
  z-index: 1;
}
.com-bg-grid {
  position: relative;
  inset: 0;
  background-image: url(../img/lp/common/grid.png);
}
.com-title-1 {
  padding-block: 32px 64px;
}
.com-title-1 h2 {
  position: relative;
  font-weight: 700;
  font-size: clamp(2rem, 1.143rem + 1.79vw, 2.75rem);
  text-align: center;
  word-break: auto-phrase;
}
.com-title-1 .title-en {
  position: absolute;
  left: 50%;
  top: 0;
  font-weight: 700;
  font-size: clamp(5rem, 3.571rem + 2.98vw, 6.25rem);
  color: rgba(0, 0, 0, 0.09);
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50% , -50%);
}
.com-title-2 {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem);
}
.com-title-3 {
  font-weight: 700;
  font-size: clamp(3rem, 2.286rem + 1.49vw, 3.625rem);
  margin-bottom: 32px;
}
.com-title-4 {
  font-weight: 700;
  font-size: clamp(2.25rem, 1.393rem + 1.79vw, 3rem);
  margin-bottom: 36px;
  word-break: auto-phrase;
}
.com-title-white {
  color: var(--color-white);
}
.com-text-1 {
  font-size: clamp(1.125rem, 0.839rem + 0.6vw, 1.375rem);
}
.com-text-2 {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
}
.text-center {
  text-align: center;
}
.text-color-white {
  color: var(--color-white);
}
.text-height-l {
  line-height: 1.6;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-break-auto {
  word-break: auto-phrase;
}
.com-button-1 {
  display: inline-block;
  padding: 22px 24px;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.946rem + 0.89vw, 1.75rem);
  text-align: center;
  color: var(--color-white);
  background: var(--gradient-accent);
  border-radius: 52px;
  filter: drop-shadow(var(--color-shadow));
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}
.mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.mail-icon::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../img/lp/common/mail.svg) no-repeat center / contain;
}
@media (max-width: 1024px) {
  .button-tab {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  .br-sp {
    display: block;
  }
  .block-sp {
    display: block;
  }
  .section {
    padding: 40px 0;
  }
  .container {
    padding-inline: 16px;
  }
  .com-title-1 {
    padding-block: 20px 24px;
  }
  .com-title-1 h2 {
    font-size: clamp(1.375rem, 0.774rem + 2.56vw, 2rem);
  }
  .com-title-1 .title-en {
    font-size: clamp(3.25rem, 1.567rem + 7.16vw, 5rem);
  }
  .com-title-2 {
    font-size: clamp(1.125rem, 1.005rem + 0.51vw, 1.25rem);
  }
  .com-title-3 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 1.038rem + 4.09vw, 3rem);
  }
  .com-title-4 {
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 0.779rem + 3.07vw, 2.25rem);
  }
  .com-text-1 {
    font-size: clamp(0.875rem, 0.635rem + 1.02vw, 1.125rem);
  }
  .com-text-2 {
    font-size: clamp(1rem, 0.76rem + 1.02vw, 1.25rem);
  }
  .text-center-sp {
    text-align: center;
  }
  .com-button-1 {
    font-size: clamp(1rem, 0.639rem + 1.53vw, 1.375rem);
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header.is-bg {
  background-color: var(--color-white);
}
.header-inner {
  display: flex;
  align-items: center;
  height: var(--header-height);
  padding-block: 24px;
}
.header-logo {
  order: 1;
  z-index: 10;
}
.logo {
  max-width: 213px;
}
.header-nav {
  order: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  z-index: 5;
}
.header-nav-list {
  display: flex;
  gap: min(52px, 4vw);
  white-space: nowrap;
}
.header-button-1 {
  order: 3;
  margin-left: min(52px, 3vw);
  padding: 8px 48px;
  white-space: nowrap;
  z-index: 1;
}
.header-button-2 {
  display: none;
}
.nav-toggle,
.hamburger {
  order: 4;
  display: none;
  z-index: 10;
}

.footer {
  background-color: var(--color-secondary);
  padding-block: 20px;
  color: #3da7d8;
}
.footer .container {
  padding-inline: 48px 38px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-text-inner {
  padding-top: 8px;
}
.footer-button {
  padding: 8px 48px;
}
.footer-nav {
  padding-top: 16px;
  padding-left: 42px;
}
.footer-nav li + li {
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .header-inner {
    justify-content: space-between;
    padding-block: 12px;
  }
  .logo {
    width: max(120px, 20vw);
  }
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color-white);
    padding: calc(var(--header-height) + 24px) 24px 24px;
  }
  .header-nav-list {
    flex-direction: column;
    gap: 24px;
  }
  .nav-icon::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    background-color: var(--color-text);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .header-button-1 {
    margin-inline: auto 22px;
    padding: 8px 16px;
  }
  .header-button-1.mail-icon::before {
    content: none;
  }
  .header-button-2 {
    display: inline-block;
    padding: 8px 36px;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--color-text);
  }
  .header.is-open .header-nav {
    display: block;
  }
  .header.is-open .hamburger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header.is-open .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .hamburger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-button {
    display: none;
  }
  .footer-nav {
    padding-left: 0;
  }
}

.lp {
  .fv {
    position: relative;
  }
  .fv-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #E5F8FF 0%, #FFFFFF 100%);
    overflow: hidden;
  }
  .fv-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 37%;
    width: auto;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1334 / 596;
    background: url(../img/lp/common/bg-deco-2.png) no-repeat bottom / contain;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
  }
  .fv-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(207, 229, 237, 0.78) 0%, rgba(255, 255, 255, 0.78) 100%);
    z-index: 2;
  }
  .fv > .container {
    position: relative;
    z-index: 10;
  }
  .fv-panel {
    display: flex;
    justify-content: space-around;
    padding-top: calc(var(--header-height) + 60px);
    padding-bottom: 60px;
  }
  .fv-text-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 65%;
    overflow: hidden;
  }
  .fv-catch {
    font-size: clamp(1.375rem, 0.758rem + 0.96vw, 1.625rem);
  }
  .fv-img {
    width: 110%;
    max-width: 971px;
  }
  .fv-title-inner {
    position: relative;
    margin-block: 32px;
    font-weight: 700;
    font-size: clamp(2.25rem, -0.22rem + 3.86vw, 3.25rem);
  }
  .fv-title-shadow {
    position: absolute;
    inset: 0;
    color: var(--color-primary-dark);
    text-shadow: var(--color-shadow);
  }
  .fv-title-shadow > span {
    display: inline-block;
  }
  .fv-title {
    position: relative;
    z-index: 10;
  }
  .fv-form {
    flex: 1;
    height: fit-content;
    min-width: 320px;
    margin-left: 24px;
    padding: 24px 32px;
    background: var(--color-white);
    border-radius: 10px;
    filter: drop-shadow(1px -1px 13px rgba(0, 0, 0, 0.25)) drop-shadow(-1px 2px 13px rgba(0, 0, 0, 0.25));
  }
  .fv-form-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.191rem + 0.48vw, 1.625rem);
    text-align: center;
  }
  .fv-form .form-field {
    margin-bottom: 8px;
  }
  .form-submit {
    margin-top: 16px;
  }
  .fv-form-submit {
    text-align: center;
  }
  .fv-form-submit .com-button-1 {
    width: 80%;
    padding-block: 8px;
  }
  .results {
    background-image: url(../img/lp/results-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .results-overlay {
    background: rgba(108, 167, 189, 0.43);
    inset: 0;
  }
  .results-title {
    color: var(--color-white);
    text-align: center;
    text-shadow: var(--color-shadow);
    word-break: auto-phrase;
  }
  .results-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 956px;
    margin: auto;
    padding-block: 12px 48px;
  }
  .results-item {
    flex: 1 0 0;
    padding: 12px;
    background-color: var(--color-white);
    border-radius: 8px;
    filter: drop-shadow(var(--color-shadow));
    text-align: center;
  }
  .results-text {
    white-space: nowrap;
  }
  .results-text span {
    padding-right: 4px;
    font-weight: 700;
    font-size: clamp(2.75rem, 2.036rem + 1.49vw, 3.375rem);
  }
  .results-logo-inner {
    padding-block: 32px;
    background-color: var(--color-white);
    filter: drop-shadow(var(--color-shadow));
  }
  .results-logo-panel {
    max-width: 1046px;
    margin: auto;
  }
  .results-logo-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 32px;
    margin: auto;
  }
  .results-logo-list img {
    width: auto;
    max-height: 55px;
  }
  .results-logo-list .results-logo-big {
    max-height: 75px;
  }
  .about-panel {
    width: fit-content;
    margin: auto;
    padding: 40px 5%;
    text-align: center;
    background-color: var(--color-white);
    box-shadow: var(--color-shadow);
    border-radius: 20px;
  }
  .about-title {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: clamp(1.75rem, 1.179rem + 1.19vw, 2.25rem);
    word-break: auto-phrase;
  }
  .about-img {
    margin-top: 48px;
  }
  .assignment-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .assignment-item + .assignment-item {
    margin-top: 48px;
  }
  .assignment-card-1 {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    gap: 16px;
    padding: 36px min(24px, 2%);
    background: #e5e5e5;
    box-shadow: var(--color-shadow);
    border-radius: 12px;
  }
  .assignment-img {
    width: 23%;
    min-width: 80px;
    text-align: center;
  }
  .assignment-img-small {
    padding-inline: 12px;
  }
  .assignment-img-small img {
    max-height: 128px;
  }
  .assignment-text-1 {
    margin-top: 16px;
  }
  .assignment-arrow {
    width: min(78px, 6%);
    height: min(78px, 6%);;
    margin: auto;
  }
  .assignment-card-2 {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    padding: 36px min(24px, 2%);
    background: var(--gradient-primary);
    box-shadow: var(--color-shadow);
    border-radius: 16px;
  }
  .futures-title {
    font-size: clamp(3rem, 1.857rem + 2.38vw, 4rem);
  }
  .futures-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 64px;
    padding-top: 56px;
  }
  .futures-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .futures-item + .futures-item {
    margin-top: 120px;
  }
  .futures-img {
    width: min(552px, 45%);
  }
  .futures-img-deco img {
    box-shadow: var(--color-shadow);
    border-radius: 24px;
  }
  .futures-text-inner {
    position: relative;
    flex: 1;
    padding-top: 32px;
  }
  .futures-num {
    position: absolute;
  }
  .futures-item-title {
    position: relative;
    padding-bottom: 32px;
    font-weight: 600;
    font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
    z-index: 1;
  }
  .futures-num {
    top: 0;
    right: 0;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: clamp(7.5rem, 5.786rem + 3.57vw, 9rem);
    color: rgba(116, 180, 255, 0.44);
  }
  .futures-title-sub {
    display: block;
    font-weight: 700;
  }
  .cases-bg {
    background: var(--gradient-primary);
  }
  .cases-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
  }
  .cases-card{
    display: grid;
    grid-template-rows: auto auto 92px 1fr;
    background: var(--color-white);
    border-radius: 16px;
    filter: drop-shadow(var(--color-shadow));
    overflow: hidden;
  }
  .cases-img {
    aspect-ratio: 19 / 10;
    overflow: hidden;
  }
  .cases-img img {
    object-fit: cover;
  }
  .cases-img-bottom img {
    width: 100%;
    height: 100%;
    object-position: bottom;
  }
  .cases-tag {
    display: flex;
    align-items: center;
    padding: 12px 16px;
  }
  .cases-tag span {
    padding: 4px 8px;
    font-weight: 500;
    background: #a6e7ff;
    border-radius: 16px;
  }
  .cases-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 48px;
  }
  .cases-logo img {
    height: 100%;
    object-fit: contain;
  }
  .cases-text {
    padding: 12px 16px;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .cta-bg {
    position: relative;
    overflow: hidden;
  }
  .cta-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 62%;
    width: auto;
    height: 100%;
    aspect-ratio: 519 / 301;
    background: url(../img/lp/common/bg-deco-1.png) no-repeat center / contain;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .cta-bg > .container {
    position: relative;
    z-index: 1;
  }
  .cta > .container {
    max-width: 1200px;
  }
  .cta-panel {
    display: flex;
    gap: 52px;
  }
  .cta-text-inner {
    flex: 1;
  }
  .cta-button-inner {
    margin-top: 36px;
    text-align: center;
  }
  .cta-button {
    width: 76%;
    font-size: clamp(1.75rem, 0.893rem + 1.79vw, 2.5rem)
  }
  .cta-img {
    width: 34%;
  }
  .price-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6%;
  }
  .price-card {
    text-align: center;
    background-color: var(--color-secondary);
    box-shadow: var(--color-shadow);
    border-radius: 10px;
    overflow: hidden;
  }
  .price-card-inner-1 {
    padding: 24px 32px;
    background-color: #b4ebff;
  }
  .price-card-inner-2 {
    padding: 24px 32px;
    background: var(--gradient-primary);
  }
  .price-card-title {
    margin: auto;
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.09em;
  }
  .price-card-inner-2 .price-card-title {
    color: var(--color-white);
  }
  .price-text-1 {
    margin: auto;
    padding: 32px 32px 12px;
    font-weight: 600;
    font-size: clamp(2.5rem, 1.357rem + 2.38vw, 3.5rem);
  }
  .price-text-inner {
    padding-inline: 24px;
  }
  .price-text-2 {
    padding-block: 20px;
  }
  .price-text-2 + .price-text-2 {
    border-top: 3px solid rgba(0, 0, 0, 0.46);
  }
  .price-button-inner {
    padding: 12px 32px 32px;
  }
  .price-button {
    width: min(360px, 100%);
    padding-block: 12px;
  }
  .price-note-inner {
    max-width: 1200px;
    margin: auto;
    padding-top: 56px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.51);
  }
  .flow-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto auto;
    gap: 0 30px;
    padding-top: 44px;
  }
  .flow-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 16px 16px;
    background-color: var(--color-white);
    border-radius: 10px;
  }
  .flow-text-1 {
    text-align: center;
  }
  .flow-text-2 {
    margin: auto;
    padding-block: 12px 32px;
    height: 100%;
    font-weight: 700;
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  }
  .flow-text-3 {
    padding-inline: 12%;
    font-weight: 500;
    font-size: clamp(1rem, 0.857rem + 0.3vw, 1.125rem);
  }
  .faq-item {
    padding: 16px 42px;
    border: 5px solid #4485d1;
    border-radius: 10px;
  }
  .faq-item + .faq-item {
    margin-top: 32px;
  }
  .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    cursor: pointer;
  }
  .faq-q-text {
    display: grid;
    grid-template-columns: 1.5em 1fr auto;
    align-items: start;
    font-weight: 500;  
    font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem);
  }
  .faq-q-text::before {
    content: "Q.";
  }
  .faq-icon {
    position: relative;
    top: 2px;
    width: 28px;
    aspect-ratio: 1;
    display: inline-block;
    flex-shrink: 0;
    background: no-repeat center / contain;
    background-image: url("../img/lp/common/arrow-1.svg");
  }
  details[open] .faq-icon {
    transform: rotate(180deg);
  }
  .faq-a {
    display: grid;
    grid-template-rows: 0fr;
    padding-top: 16px;
    padding-right: 32px;
    overflow: hidden;
  }
  .faq-item[open] .faq-a {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .faq-a-text {
    display: grid;
    grid-template-columns: 1.5em 1fr;
    align-items: start;
    font-weight: 500;
    font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
    color: #4485d1;
  }
  .faq-a-text::before {
    content: "A.";
    position: relative;
    top: -4px;
    font-size: clamp(1.5rem, 1.214rem + 0.6vw, 1.75rem);
  }
  .contact-form {
    width: min(950px, 100%);
    margin-inline: auto;
    padding-top: 68px;
  }
  .form-box {
    filter: drop-shadow(-2px -2px 9px rgba(0, 0, 0, 0.25)) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    background: var(--color-white);
  }
  .form-box-title {
    padding: 1em;
    font-weight: 800;
    font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
    text-align: center;
    color: var(--color-white);
    background: var(--gradient-primary);
    border-radius: 10px 10px 0 0;
  }
  .form-box-body {
    padding: 32px 46px;
  }
  .form-field {
    margin-bottom: 16px;
    text-align: left;
  }
  .form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.125rem;
  }
  .form-required {
    color: var(--color-warning);
  }
  form input:not([type="submit"]),
  form textarea {
    width: 100%;
    padding: 8px 20px;
    font-size: 1.125rem;
    border: 1px solid #ADADAD;
    border-radius: 4px;
  }
  form input::placeholder,
  form textarea::placeholder {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.28);
    opacity: 1;
  }
  form input:placeholder-shown,
  form textarea:placeholder-shown {
    background-color: #f2f2f2;
  }
  form input:not(:placeholder-shown),
  form textarea:not(:placeholder-shown) {
    background-color: var(--color-white);
  }
  form textarea {
    height: 10em;
    resize: vertical;
  }
  .contact-submit {
    margin-top: 40px;
    text-align: center;
  }
  .contact-submit .com-button-1 {
    padding: 12px 56px;
  }
  .wpcf7-spinner {
    position: absolute;
  }

  .form-flex {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .form-flex .form-field {
    flex: 1;
  }

  @media (max-width: 1024px) {
    .fv-bg {
      height: 50%;
    }
    .fv-bg::before {
      left: 36%;
      height: 75%;
      aspect-ratio: 544 / 243;
      background: url(../img/lp/common/bg-deco-3.png) no-repeat bottom / contain;
      z-index: 2;
    }
    .fv-bg::after {
      background: rgba(255, 255, 255, 0.43);
      z-index: 1;
    }
    .fv-bg-sp {
      position: absolute;
      inset: 0;
      height: 50%;
      background: linear-gradient(180deg, rgba(229, 248, 255, 0) 0%, #FFFFFF 100%);
      overflow: hidden;
    }
    .fv-panel {
      flex-direction: column;
      align-items: center;
      gap: 32px;
      max-width: var(--container-max-width);
      margin-inline: auto;
    }
    .fv-text-inner {
      align-items: center;
      width: 100%;
    }
    .fv-catch {
      font-size: clamp(0.75rem, 0.242rem + 2.16vw, 1.625rem);
    }
    .fv-title-inner {
      margin-block: 16px;
      font-size: clamp(1.5rem, 1.065rem + 1.85vw, 2.25rem);
      text-align: center;
      line-height: 1.6;
    }
    .fv-img {
      width: 100%;
      margin-right: -10%;
    }
    .fv-form {
      width: min(840px, 100%);
      margin: auto;
    }
    .fv-form-title {
      font-size: clamp(1.25rem, 1.105rem + 0.62vw, 1.5rem);
    }
    .fv-form .form-label {
      margin-bottom: 4px;
      font-size: clamp(0.75rem, 0.532rem + 0.93vw, 1.125rem);
    }
    form input:not([type="submit"]),
    form textarea {
      padding: 8px;
      font-size: clamp(0.75rem, 0.532rem + 0.93vw, 1.125rem);
    }
    .fv-form-submit .com-button-1 {
      max-width: 400px;
    }
    .cases-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 767px) {
    .results-list {
      flex-direction: column;
      gap: 24px;
    }
    .results-item {
      width: max(220px, 38%);
      padding: 8px;
    }
    .results-text span {
      font-size: clamp(2.25rem, 1.769rem + 2.05vw, 2.75rem);
    }
    .results-logo-list {
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .results-logo-list img {
      height: max(24px, 6vw);
    }
    .results-logo-list .results-logo-big {
      height: max(34px, 7vw);
    }
    .about-panel {
      padding-inline: 8px;
    }
    .about-title {
      margin-bottom: 16px;
      font-size: clamp(1.125rem, 0.524rem + 2.56vw, 1.75rem);
    }
    .about-text {
      font-size: clamp(0.625rem, 0.144rem + 2.05vw, 1.125rem);
      word-break: auto-phrase;
    }
    .about-img {
      max-width: 520px;
      margin-top: 24px;
      margin-inline: auto;
    }
    .assignment-item {
      flex-direction: column;
      gap: 12px;
    }
    .assignment-card-1 {
      padding: 12px;
    }
    .assignment-card-2 {
      padding: 12px;
    }
    .assignment-text-1 {
      margin-top: 8px;
      font-size: clamp(0.75rem, 0.389rem + 1.53vw, 1.125rem);
    }
    .assignment-text-2 {
      margin-inline: auto;
      font-size: clamp(1rem, 0.76rem + 1.02vw, 1.25rem);
      text-align: center;
    }
    .assignment-arrow {
      transform: rotate(90deg);
    }
    .futures-title {
      font-size: clamp(1.125rem, -0.678rem + 7.67vw, 3rem);
    }
    .futures-item,
    .futures-item:nth-child(odd) {
      flex-direction: column;
      gap: 40px;
      padding-top: 28px;
    }
    .futures-item + .futures-item {
      margin-top: 40px;
    }
    .futures-num {
      font-size: clamp(4.5rem, 1.615rem + 12.28vw, 7.5rem);
    }
    .futures-item-title {
      font-size: clamp(1.375rem, 0.774rem + 2.56vw, 2rem);
      padding-bottom: 16px;
    }
    .futures-img {
      width: min(552px, 80%);
      margin-inline: auto;
    }
    .cases-list {
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    .cases-tag {
      padding-bottom: 0;
    }
    .cases-tag span {
      font-size: 0.75rem;
    }
    .cases-logo {
      padding-block: 8px;
    }
    .cases-text {
      padding-top: 0;
      font-size: 0.875rem;
    }
    .cta-panel {
      display: grid;
      grid-template-areas:
        "text"
        "image"
        "button";
      row-gap: 16px;
    }
    .cta-text-inner {
      display: contents;
    }
    .cta-text {
      grid-area: text;
      font-size: clamp(0.625rem, 0.144rem + 2.05vw, 1.125rem);
    }
    .cta-img {
      grid-area: image;
      width: min(440px, 80%);
      margin-inline: auto;
    }
    .cta-button-inner {
      grid-area: button;
      margin-top: 20px;
    }
    .cta-button {
      padding-block: 12px;
      font-size: clamp(1.25rem, 0.769rem + 2.05vw, 1.75rem);
    }
    .price-panel {
      flex-direction: column;
      gap: 28px;
    }
    .price-card-inner-1 {
      padding-block: 12px;
    }
    .price-card-inner-2 {
      padding-block: 12px;
    }
    .price-card-title {
      font-size: clamp(1.125rem, 0.764rem + 1.53vw, 1.5rem);
    }
    .price-text-1 {
      padding-block: 16px;
      font-size: clamp(2.25rem, 2.01rem + 1.02vw, 2.5rem);
    }
    .price-text-inner {
      padding-inline: 8px;
    }
    .price-text-2 {
      padding-block: 8px;
    }
    .price-button-inner {
      padding-bottom: 20px;
    }
    .price-note-inner {
      width: min(400px, 100%);
      padding-top: 16px;
      font-size: clamp(0.5rem, 0.139rem + 1.53vw, 0.875rem);
    }
    .flow-list {
      grid-template-columns: repeat(1, 1fr);
    }
    .flow-card + .flow-card {
      margin-top: 32px;
    }
    .flow-text-2 {
      padding-block: 0 12px;
      font-size: 2rem;
    }
    .flow-text-3 {
      padding-inline: 0;
      font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
    }
    .faq-item {
      padding-inline: 12px;
    }
    .faq-q-text {
      align-items: center;
      grid-template-columns: 2em 1fr auto;
      font-size: clamp(1rem, 0.76rem + 1.02vw, 1.25rem);
    }
    .faq-q-text::before {
      font-size: 1.5rem;
    }
    .faq-icon {
      width: 20px;
    }
    .faq-a-text {
      grid-template-columns: 2em 1fr;
      font-size: clamp(1rem, 0.76rem + 1.02vw, 1.25rem);
    }
    .contact-text {
      font-size: clamp(0.875rem, 0.514rem + 1.53vw, 1.25rem);
    }
    .contact-form {
      padding-top: 28px;
    }
    .form-box-title {
      font-size: clamp(1.25rem, 1.01rem + 1.02vw, 1.5rem);
    }
    .form-box-body {
      padding: 16px 12px;
    }
    .form-label {
      font-size: 1rem;
    }
    form input:not([type="submit"]),
    form textarea {
      font-size: 0.875rem;
    }
    .contact-submit {
      margin-top: 20px;
    }
    .contact-submit .com-button-1 {
      padding-block: 8px;
    }
  }
}
