@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color: #102a43;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 400;
  line-height: 1;
}
@media (900px <= width) {
  body {
    font-size: 1rem;
  }
}

main {
  overflow: hidden;
}

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

figure {
  overflow: hidden;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
*[role=button] {
  display: inline-block;
  cursor: pointer;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=submit][aria-disabled=true],
input[type=submit]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #2b6cb0;
}

input:-webkit-autofill {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  animation-name: onAutoFillStart;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
  font-weight: 700;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

details {
  cursor: pointer;
}

:is(header, footer, nav) a {
  white-space: nowrap;
  text-decoration: none;
}

.wp-block-post-content p a {
  word-break: break-all;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.logo {
  width: max(44.6153846154vw, 167.3076923077px);
}
@media (900px <= width) {
  .logo {
    width: 10.875rem;
  }
}
.logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.logo a:hover, .logo a:focus {
  opacity: 0.5;
}

@media (width < 900px) {
  .--pc {
    display: none !important;
  }
}

@media (900px <= width) {
  .--sp {
    display: none !important;
  }
}

@media ( <= width) {
  .--sm {
    display: none !important;
  }
}

.text--warning {
  color: #b90000;
}

.--primary {
  color: #2b6cb0;
}

.--secondary {
  color: #00c7be;
}

.--tertiary {
  color: #5f4f80;
}

.--quaternary {
  color: #007aff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
}

/* ==========================================================================
  Program
========================================================================== */
.accordion__trigger + div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.accordion__trigger + div[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.accordion__trigger + div > div {
  overflow: hidden;
}

/* ==========================================================================
  Wrapper
========================================================================== */
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100dvh;
  margin-inline: auto;
}

/* ==========================================================================
  Header
========================================================================== */
.header {
  position: relative;
  z-index: 555;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}
@media (900px <= width) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(6.1538461538vw, 23.0769230769px);
  align-items: center;
  justify-content: space-between;
  height: max(14.358974359vw, 53.8461538462px);
  padding: max(2.0512820513vw, 7.6923076923px) max(4.1025641026vw, 15.3846153846px);
}
@media (900px <= width) {
  .header__inner {
    gap: 0.5rem;
    height: 4rem;
    padding: 0.75rem 2rem;
  }
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area2 {
  flex-grow: 1;
}
.header__brand {
  position: relative;
  z-index: 999;
}
.--thanks .header, .--document .header {
  background: #fff;
  border-bottom: max(0.7692307692vw, 2.8846153846px) solid #f0f4f8;
}
.--thanks .header .header__area1, .--document .header .header__area1 {
  margin-inline: auto;
}
.--thanks .header .logo, .--document .header .logo {
  width: max(38.9743589744vw, 146.1538461538px);
}
@media (900px <= width) {
  .--thanks .header, .--document .header {
    border-width: 0.1875rem;
  }
  .--thanks .header .logo, .--document .header .logo {
    width: 9.5rem;
  }
}

.headerCta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.headerCta__link {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9.625rem;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #f59e0b;
  border-radius: 100vmax;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.5s;
}
.headerCta__link:hover, .headerCta__link:focus {
  opacity: 0.5;
}
.headerCta__link.--white {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.headerCta__link.--white > * {
  position: relative;
  z-index: 2;
}
.headerCta__link.--white::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "";
  background: #fff;
  transform: translate(-50%, -50%);
}
.headerCta__link.--white::after {
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  border-radius: 100vmax;
}
.headerCta__link.--white span {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (1068px <= width) {
  .headerCta__link.--white {
    width: 11.5rem;
  }
}

.globalNav__list {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.globalNav__list > li > a {
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
  border-bottom: 0.125rem solid transparent;
  transition: all 0.5s;
}
.globalNav__list > li > a:hover, .globalNav__list > li > a:focus-visible, .globalNav__list > li > a[aria-current=page] {
  border-color: #f59e0b;
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding: max(8.2051282051vw, 30.7692307692px) max(20.5128205128vw, 76.9230769231px);
  color: #fff;
  background: #102a43;
}
@media (900px <= width) {
  .footer {
    padding: 2rem 5rem;
  }
}
main:has(#Contact) + .footer {
  border: none;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  margin-inline: auto;
}
@media (900px <= width) {
  .footer__inner {
    gap: 1rem;
  }
}
.footer__copyright {
  font-size: max(2.8205128205vw, 10.5769230769px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media (900px <= width) {
  .footer__copyright {
    font-size: 0.6875rem;
  }
}
.footer__brand {
  text-align: center;
}
.footer__brand .logo {
  display: inline-block;
  width: max(60.2564102564vw, 225.9615384615px);
}
@media (900px <= width) {
  .footer__brand .logo {
    width: 14.6875rem;
  }
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  width: 87.7%;
  max-width: 888px;
  margin-inline: auto;
}
@media (900px <= width) {
  .container {
    width: 100%;
    max-width: 888px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(9.2307692308vw, 34.6153846154px);
  padding-bottom: max(16.4102564103vw, 61.5384615385px);
}
@media (900px <= width) {
  .container--unit {
    gap: 2.25rem;
    padding-bottom: 4.5rem;
  }
}

.cont-queries {
  container-type: inline-size;
}

/* ==========================================================================
  Home
========================================================================== */
.fv {
  position: relative;
  padding-block: max(12.3076923077vw, 46.1538461538px) max(15.641025641vw, 58.6538461538px);
}
@media (900px <= width) {
  .fv {
    padding-block: min(5.9925093633vw, 64px) min(4.4943820225vw, 48px);
  }
}
.fv__inner {
  position: relative;
  width: 87.7%;
  margin-inline: auto;
}
@media (900px <= width) {
  .fv__inner {
    width: min(90.6367041199vw, 968px);
    aspect-ratio: 968/450;
    transform: translateX(min(3.7453183521vw, 40px));
  }
}
.fv__lead {
  font-size: max(4.1025641026vw, 15.3846153846px);
  line-height: 1.2;
  letter-spacing: 0.3em;
}
@media (900px <= width) {
  .fv__lead {
    font-size: min(1.872659176vw, 20px);
    letter-spacing: 0.66em;
  }
}
.fv__tagline {
  font-size: max(9.2307692308vw, 34.6153846154px);
  font-weight: 700;
  line-height: 1.2;
}
@media (width < 900px) {
  .fv__tagline {
    margin-right: max(-9.2307692308vw, -34.6153846154px);
  }
  .fv__tagline strong {
    background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (900px <= width) {
  .fv__tagline {
    margin-block: min(-1.1235955056vw, -12px);
    font-size: min(4.8689138577vw, 52px);
  }
}
.fv__catch {
  font-size: max(3.3333333333vw, 12.5px);
  line-height: 1.4;
}
@media (width < 900px) {
  .fv__catch {
    margin-top: max(6.1538461538vw, 23.0769230769px);
    text-align: center;
  }
}
@media (900px <= width) {
  .fv__catch {
    font-size: min(1.3108614232vw, 14px);
    letter-spacing: 0.01em;
  }
}
.fv__image {
  display: block;
}
@media (width < 900px) {
  .fv__image {
    margin-block: max(6.1538461538vw, 23.0769230769px);
  }
}
@media (900px <= width) {
  .fv__image {
    position: absolute;
    right: 0;
    bottom: min(0.7490636704vw, 8px);
    width: min(46.5355805243vw, 497px);
  }
}
.fv__primary, .fv__secondary {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
}
@media (900px <= width) {
  .fv__primary {
    gap: min(2.9962546816vw, 32px);
    margin-bottom: min(2.2471910112vw, 24px);
  }
}
@media (width < 900px) {
  .fv__secondary {
    flex-direction: column;
  }
}
@media (900px <= width) {
  .fv__secondary {
    gap: min(0.8426966292vw, 9px);
    width: min(38.7640449438vw, 414px);
  }
}
.fv__awards {
  display: flex;
  justify-content: space-between;
}
.fv__award {
  width: max(28.2051282051vw, 105.7692307692px);
}
@media (900px <= width) {
  .fv__award {
    width: min(11.8913857678vw, 127px);
  }
}
@media (900px <= width) {
  .fv .cta {
    padding-bottom: min(0.7490636704vw, 8px);
    margin-bottom: min(-0.7490636704vw, -8px);
  }
}
@media (900px <= width) {
  .fv .cta__caption {
    margin-bottom: min(0.5617977528vw, 6px);
    font-size: min(1.1235955056vw, 12px);
  }
}
@media (900px <= width) {
  .fv .cta__list {
    gap: min(1.1235955056vw, 12px);
  }
}
@media (900px <= width) {
  .fv .cta__link {
    gap: min(1.4981273408vw, 16px);
    width: min(38.7640449438vw, 414px);
    height: min(5.9925093633vw, 64px);
    padding-inline: min(2.2471910112vw, 24px) min(1.4981273408vw, 16px);
    font-size: min(1.872659176vw, 20px);
    box-shadow: 0 min(0.7490636704vw, 8px) min(0.7490636704vw, 8px) 0 rgba(0, 0, 0, 0.2);
  }
  .fv .cta__link::after {
    width: min(2.808988764vw, 30px);
  }
}

.problems {
  color: #fff;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.problems.section {
  padding-top: max(24.6153846154vw, 92.3076923077px);
}
.problems__list {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
}
@media (900px <= width) {
  .problems.section {
    padding-top: 7.5rem;
  }
  .problems__list {
    flex-flow: row;
    gap: 1rem;
    justify-content: center;
  }
  .problems__list > li {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
.problems .problemsItem {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: max(5.1282051282vw, 19.2307692308px);
  box-shadow: 0 max(2.0512820513vw, 7.6923076923px) max(2.0512820513vw, 7.6923076923px) 0 rgba(0, 0, 0, 0.2);
}
@media (900px <= width) {
  .problems .problemsItem {
    border-radius: 1.25rem;
  }
}
@media (900px <= width) {
  .problems .problemsItem {
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.problems .problemsItem__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  padding: max(6.1538461538vw, 23.0769230769px) max(4.1025641026vw, 15.3846153846px);
  color: #102a43;
  background: #fff;
}
.problems .problemsItem__title {
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problems .problemsItem__text {
  font-size: max(4.1025641026vw, 15.3846153846px);
  line-height: 1.4;
}
.problems .problemsItem__thumbnail {
  order: -1;
  width: 100%;
  height: max(48.7179487179vw, 182.6923076923px);
  background: #fff;
}
.problems .problemsItem__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (900px <= width) {
  .problems .problemsItem {
    height: 100%;
  }
  .problems .problemsItem__body {
    flex: 1;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
  .problems .problemsItem__title {
    font-size: 1.5rem;
  }
  .problems .problemsItem__text {
    font-size: 1rem;
  }
  .problems .problemsItem__thumbnail {
    height: 10.125rem;
  }
}

.reason {
  background: #f0f4f8;
}
.reason.section {
  padding-top: max(24.6153846154vw, 92.3076923077px);
}
.reason__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason__vs {
  font-size: max(12.3076923077vw, 46.1538461538px);
  font-weight: 700;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (width < 900px) {
  .reason__vs {
    padding-block: max(8.2051282051vw, 30.7692307692px);
  }
}
@media (900px <= width) {
  .reason.section {
    padding-top: 7.5rem;
  }
  .reason__items {
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .reason__vs {
    padding-inline: 1rem;
    margin-block: auto;
    font-size: 2.25rem;
  }
}
.reason .reasonItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason .reasonItem__title {
  order: 1;
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  color: #909090;
}
.reason .reasonItem__body {
  order: 3;
  padding-inline: max(4.1025641026vw, 15.3846153846px);
}
.reason .reasonItem__text {
  margin-bottom: max(8.2051282051vw, 30.7692307692px);
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  line-height: 1.3;
  color: #909090;
}
.reason .reasonItem__list {
  font-size: max(4.1025641026vw, 15.3846153846px);
  line-height: 1.6;
}
.reason .reasonItem__list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.reason .reasonItem__list li::before {
  content: "・";
}
.reason .reasonItem__image {
  order: 2;
  padding: max(2.0512820513vw, 7.6923076923px);
  margin-block: max(2.0512820513vw, 7.6923076923px) max(6.1538461538vw, 23.0769230769px);
  background: #909090;
  overflow: hidden;
  border-radius: max(5.1282051282vw, 19.2307692308px);
}
@media (900px <= width) {
  .reason .reasonItem__image {
    border-radius: 1.25rem;
  }
}
.reason .reasonItem__image::after {
  width: calc(100% - max(2.0512820513vw, 7.6923076923px) * 2);
  height: calc(100% - max(2.0512820513vw, 7.6923076923px) * 2);
  overflow: hidden;
  border-radius: max(3.0769230769vw, 11.5384615385px);
}
@media (900px <= width) {
  .reason .reasonItem__image::after {
    border-radius: 0.75rem;
  }
}
.reason .reasonItem__image img {
  overflow: hidden;
  border-radius: max(3.0769230769vw, 11.5384615385px);
}
@media (900px <= width) {
  .reason .reasonItem__image img {
    border-radius: 0.75rem;
  }
}
.reason .reasonItem.--salescrowd .reasonItem__image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.reason .reasonItem.--salescrowd .reasonItem__image > * {
  position: relative;
  z-index: 2;
}
.reason .reasonItem.--salescrowd .reasonItem__image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "";
  background: #fff;
  transform: translate(-50%, -50%);
}
.reason .reasonItem.--salescrowd .reasonItem__image::after {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}
.reason .reasonItem.--salescrowd .reasonItem__title,
.reason .reasonItem.--salescrowd .reasonItem__text {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (900px <= width) {
  .reason .reasonItem__title {
    font-size: 1.5rem;
  }
  .reason .reasonItem__body {
    padding-inline: 1rem;
  }
  .reason .reasonItem__text {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .reason .reasonItem__list {
    font-size: 1rem;
  }
  .reason .reasonItem__image {
    padding: 0.5rem;
    margin-block: 0.5rem 1.5rem;
  }
}

.features {
  background: #f0f4f8;
}
.features .section__header {
  display: flex;
  flex-direction: column-reverse;
}
@media (900px <= width) {
  .features .section__header {
    flex-direction: row;
    gap: 0;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (900px <= width) {
  .features__image {
    width: 26.6875rem;
  }
}
.features__list {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
}
@media (900px <= width) {
  .features__list {
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: center;
  }
  .features__list > li {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
.features .featuresItem {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: max(5.1282051282vw, 19.2307692308px);
  box-shadow: 0 max(2.0512820513vw, 7.6923076923px) max(2.0512820513vw, 7.6923076923px) 0 rgba(0, 0, 0, 0.2);
}
@media (900px <= width) {
  .features .featuresItem {
    border-radius: 1.25rem;
  }
}
@media (900px <= width) {
  .features .featuresItem {
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.features .featuresItem__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  padding: max(6.1538461538vw, 23.0769230769px) max(6.1538461538vw, 23.0769230769px) max(6.1538461538vw, 23.0769230769px) max(17.4358974359vw, 65.3846153846px);
  color: #fff;
  background: #2b6cb0;
}
.features .featuresItem__body::before {
  position: absolute;
  top: max(4.6153846154vw, 17.3076923077px);
  left: max(5.1282051282vw, 19.2307692308px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(12.3076923077vw, 46.1538461538px);
  font-weight: 700;
  content: counter(list-item);
  background: linear-gradient(180deg, #fc9641 0%, #ff6d39 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features .featuresItem__title {
  font-size: max(5.1282051282vw, 19.2307692308px);
  font-weight: 500;
  line-height: 1.2;
}
.features .featuresItem__text {
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.3;
}
.features .featuresItem__thumbnail {
  order: -1;
  width: 100%;
  height: max(58.9743589744vw, 221.1538461538px);
  background: #fff;
}
.features .featuresItem__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (900px <= width) {
  .features .featuresItem {
    height: 100%;
  }
  .features .featuresItem__body {
    flex: 1;
    gap: 1rem;
    padding: 1.5rem 1.5rem 1.5rem 3.125rem;
  }
  .features .featuresItem__body::before {
    top: 1.125rem;
    left: 0.75rem;
    font-size: 3rem;
  }
  .features .featuresItem__title {
    font-size: 1.25rem;
  }
  .features .featuresItem__text {
    font-size: 0.9375rem;
  }
  .features .featuresItem__thumbnail {
    height: 14.375rem;
  }
  .features .featuresItem.--cti .featuresItem__title {
    white-space: nowrap;
  }
}

.case {
  color: #fff;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.case__list {
  display: block;
  margin: 0 auto;
}
@media (900px <= width) {
  .case__list {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
  }
  .case__list > li {
    width: 17.5rem;
  }
}
.case__item {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: max(3.0769230769vw, 11.5384615385px);
  overflow: hidden;
  color: #102a43;
  background: #fff;
  overflow: hidden;
  border-radius: max(5.1282051282vw, 19.2307692308px);
  box-shadow: 0 max(2.0512820513vw, 7.6923076923px) max(2.0512820513vw, 7.6923076923px) 0 rgba(0, 0, 0, 0.2);
}
@media (900px <= width) {
  .case__item {
    border-radius: 1.25rem;
  }
}
@media (900px <= width) {
  .case__item {
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media (900px <= width) {
  .case__item {
    margin-bottom: 0;
  }
}
.case__details {
  padding: max(5.1282051282vw, 19.2307692308px) max(3.0769230769vw, 11.5384615385px);
}
@media (900px <= width) {
  .case__details {
    padding: 1rem;
  }
}
.case__title {
  margin-bottom: max(4.1025641026vw, 15.3846153846px);
  font-size: max(5.1282051282vw, 19.2307692308px);
  font-weight: 700;
  line-height: 1.4;
}
.case__title strong {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (900px <= width) {
  .case__title {
    margin-bottom: 1.5625rem;
    font-size: 1.25rem;
  }
}
.case__company {
  margin-bottom: max(4.1025641026vw, 15.3846153846px);
  font-size: max(3.5897435897vw, 13.4615384615px);
  color: #536f9f;
}
@media (900px <= width) {
  .case__company {
    margin-bottom: 1.5625rem;
    font-size: 0.875rem;
  }
}
.case__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case__category {
  display: inline-flex;
  padding: max(1.0256410256vw, 3.8461538462px) max(2.0512820513vw, 7.6923076923px);
  margin: 0 auto 0 0;
  font-size: max(3.5897435897vw, 13.4615384615px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
@media (900px <= width) {
  .case__category {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
.case__body {
  margin-bottom: max(6.1538461538vw, 23.0769230769px);
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.7;
}
.case__body div + div {
  margin-top: 1.7em;
}
@media (width < 900px) {
  .case__body {
    display: none;
  }
}
@media (900px <= width) {
  .case__body {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
  }
}
.case .caseBefore__title {
  font-weight: 700;
}
.case .caseBefore__title::before {
  content: "💦";
}
.case .caseEffect .caseEffect__title {
  font-weight: 700;
}
.case .caseEffect .caseEffect__title::before {
  content: "🔆";
}
.case .caseEffect .caseEffect__list > li::before {
  content: "✅";
}
.case .caseEffect .caseEffect__list > li > span {
  font-weight: 700;
}
.case .caseEffect .caseEffect__list > li li {
  position: relative;
  padding-left: 1em;
}
.case .caseEffect .caseEffect__list > li li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.case .caseVoice__title {
  font-weight: 700;
}
.case .caseVoice__title::before {
  content: "🗣️";
}
.case .caseVoice__list li + li {
  margin-top: 1.4em;
}

.price__proposal {
  font-size: max(4.6153846154vw, 17.3076923077px);
  line-height: 1.5;
}
.price__proposal em {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (900px <= width) {
  .price__proposal {
    font-size: 2.5rem;
  }
}
.price__plan {
  font-weight: 700;
}
.price__table {
  border: max(0.5128205128vw, 1.9230769231px) solid #102a43;
}
.price__table table {
  width: 100%;
}
.price__table table th,
.price__table table td {
  width: 50%;
  padding: max(6.1538461538vw, 23.0769230769px) max(4.1025641026vw, 15.3846153846px);
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  border: max(0.2564102564vw, 0.9615384615px) solid #c9c9c9;
}
.price__table table th {
  color: #fff;
}
.price__table table th.--typically {
  background: #8e8e93;
}
.price__table table th.--salescrowd {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.price__table table td.--typically {
  background: #ededed;
}
@media (width < 900px) {
  .price.section .container {
    gap: max(8.2051282051vw, 30.7692307692px);
  }
  .price .section__title {
    margin-right: -1em;
  }
}
@media (900px <= width) {
  .price.section {
    padding-top: 10rem;
  }
  .price__table {
    font-weight: 700;
    border-width: 0.125rem;
  }
  .price__table table th,
  .price__table table td {
    padding: 1.5rem 2rem;
    border-width: 0.0625rem;
  }
}

.faq {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.faq .section__title,
.faq .cta__caption {
  color: #fff;
}

.contact {
  background: #f7f7f7;
}
.contact .section__header {
  align-items: center;
}
.contact .section__title {
  font-weight: 700;
}
@media (width < 900px) {
  .contact.section .container {
    gap: max(8.2051282051vw, 30.7692307692px);
  }
}

/* ==========================================================================
  Page Layout
========================================================================== */
.page__body {
  padding-block: max(8.2051282051vw, 30.7692307692px);
}
.page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: max(8.2051282051vw, 30.7692307692px);
}
.page__title {
  font-size: max(7.1794871795vw, 26.9230769231px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.page__contents {
  font-size: max(4.1025641026vw, 15.3846153846px);
}
.page__contents p {
  line-height: 2;
}
.page__contents p + p {
  margin-top: 2em;
}
@media (900px <= width) {
  .page__body {
    padding-block: 4rem;
  }
  .page__header {
    padding-bottom: 4rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__contents {
    font-size: 1.125rem;
  }
}

.--thanks .page__title {
  text-align: center;
}
.--thanks .buttonList > li {
  width: 100%;
}
.--thanks .button {
  margin-inline: auto;
}
.--thanks .button.to-calendar, .--thanks .button.to-top {
  font-size: max(3.8461538462vw, 14.4230769231px);
}
@media (900px <= width) {
  .--thanks .button.to-calendar, .--thanks .button.to-top {
    min-width: 23.75rem;
    font-size: 1.125rem;
  }
}

.--document {
  background: #f0f4f8;
}
@media (width < 900px) {
  .--document .container {
    width: 100%;
  }
}
.--document .page__title {
  text-align: center;
}
.--document .page__container {
  display: flex;
  flex-direction: column;
  gap: max(12.3076923077vw, 46.1538461538px);
}
@media (900px <= width) {
  .--document .page__container {
    flex-direction: row;
    gap: 4rem;
  }
}
@media (width < 900px) {
  .--document .document {
    width: 87.7%;
    margin-inline: auto;
  }
}
.--document .document__title::before {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.--document .document__lead {
  margin-bottom: max(4.1025641026vw, 15.3846153846px);
  font-size: max(5.1282051282vw, 19.2307692308px);
  font-weight: 700;
  line-height: 1.5;
}
@media (900px <= width) {
  .--document .document__lead {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.--document .document__item {
  margin-top: max(6.1538461538vw, 23.0769230769px);
}
@media (900px <= width) {
  .--document .document__item {
    margin-top: 3rem;
  }
}
.--document .document__title {
  padding-bottom: max(1.5384615385vw, 5.7692307692px);
  margin-bottom: max(6.1538461538vw, 23.0769230769px);
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: max(0.2564102564vw, 0.9615384615px) solid #2b6cb0;
}
.--document .document__title::before {
  display: inline-block;
  height: 0.75em;
  aspect-ratio: 1/1;
  margin-right: max(2.0512820513vw, 7.6923076923px);
  content: "";
  border-radius: max(1.0256410256vw, 3.8461538462px);
}
@media (900px <= width) {
  .--document .document__title {
    padding-bottom: 0.375rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    border-width: 0.0625rem;
  }
  .--document .document__title::before {
    margin-right: 0.5rem;
    border-radius: 0.25rem;
  }
}
.--document .document__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.--document .document__list > li {
  position: relative;
  padding-left: 1em;
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.5;
}
.--document .document__list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
@media (900px <= width) {
  .--document .document__list > li {
    font-size: 0.9375rem;
  }
}
.--document .form {
  padding: max(6.1538461538vw, 23.0769230769px);
  background: #fff;
}
.--document .form__lead {
  margin-bottom: max(6.1538461538vw, 23.0769230769px);
  font-size: max(3.5897435897vw, 13.4615384615px);
  line-height: 1.4;
  text-align: center;
}
@media (900px <= width) {
  .--document .form {
    flex-shrink: 0;
    width: 30rem;
    padding: 3rem;
  }
  .--document .form__lead {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
  Bars
========================================================================== */
@media (width < 900px) {
  /* ステータスバー透過防止 */
  .for-status-bars {
    position: fixed;
    top: 0;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background-color: #fff;
    mix-blend-mode: lighten;
  }
  /* タブバー透過防止 */
  .for-tab-bars {
    position: fixed;
    bottom: 0;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background-color: #102a43;
    mix-blend-mode: lighten;
  }
}
/* ==========================================================================
  Breadcrumb
========================================================================== */
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: max(2.0512820513vw, 7.6923076923px);
  align-items: center;
  font-size: max(2.5641025641vw, 9.6153846154px);
}
@media (width < 900px) {
  .breadcrumb__list {
    margin-bottom: calc(-1 * max(4.1025641026vw, 15.3846153846px));
  }
}
@media (900px <= width) {
  .breadcrumb__list {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
.breadcrumb__list li {
  display: flex;
  align-items: center;
}
.breadcrumb__list li:not(:last-child)::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/chevron_right.svg");
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.breadcrumb__list .label {
  font-size: max(2.5641025641vw, 9.6153846154px);
}
@media (900px <= width) {
  .breadcrumb__list .label {
    font-size: 0.75rem;
  }
}
.breadcrumb__tags {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.breadcrumb__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

/* ==========================================================================
  Button
========================================================================== */
.button {
  display: flex;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: max(15.3846153846vw, 57.6923076923px);
  padding-inline: max(6.1538461538vw, 23.0769230769px) max(4.1025641026vw, 15.3846153846px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #fc9641 0%, #ff6d39 100%);
  border-radius: 100vmax;
  box-shadow: 0 max(2.0512820513vw, 7.6923076923px) max(2.0512820513vw, 7.6923076923px) 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.5s;
}
@media (900px <= width) {
  .button {
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.button:hover, .button:focus {
  opacity: 0.5;
}
.button::after {
  width: max(7.6923076923vw, 28.8461538462px);
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat url("../img/arrow-button.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
}
.button > span {
  flex: 1;
  line-height: 1.2;
  text-align: center;
}
@media (900px <= width) {
  .button {
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
    padding-inline: 1.5rem 1rem;
    font-size: 1.25rem;
  }
  .button::after {
    width: 1.875rem;
  }
}

.buttonList {
  padding: 0;
  list-style-type: none;
}
.buttonList.--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: center;
  margin: max(8.2051282051vw, 30.7692307692px) auto 0;
}
@media (900px <= width) {
  .buttonList.--horizontal {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}
.buttonList.--vertical {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: center;
  margin: max(8.2051282051vw, 30.7692307692px) auto 0;
}
@media (900px <= width) {
  .buttonList.--vertical {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.1538461538vw, 23.0769230769px);
}
@media (900px <= width) {
  .column {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
  .column--col2, .column--col3 {
    gap: 1rem;
  }
  .column--col2 .column__col {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .column--col3 .column__col {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

/* ==========================================================================
  FAQ
========================================================================== */
.faq__item {
  padding-inline: max(4.1025641026vw, 15.3846153846px);
  margin-bottom: max(3.5897435897vw, 13.4615384615px);
  overflow: hidden;
  background: #fff;
  border-radius: max(3.0769230769vw, 11.5384615385px);
}
@media (900px <= width) {
  .faq__item {
    padding-inline: 1.5rem;
    margin-bottom: 0.875rem;
    border-radius: 0.75rem;
  }
}
.faq__q, .faq__a {
  display: grid;
  grid-template-columns: max(4.1025641026vw, 15.3846153846px) auto max(4.1025641026vw, 15.3846153846px);
  gap: max(2.0512820513vw, 7.6923076923px);
  padding-block: max(3.3333333333vw, 12.5px);
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.5;
}
@media (900px <= width) {
  .faq__q, .faq__a {
    grid-template-columns: 1.125rem auto 1.125rem;
    gap: 0.625rem;
    padding-block: 0.8125rem;
    font-size: 1rem;
  }
}
.faq__q::before, .faq__a::before {
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, #fc9641 0%, #ff6d39 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (900px <= width) {
  .faq__q::before, .faq__a::before {
    font-size: 1.25rem;
  }
}
.faq__q::after, .faq__a::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  width: max(4.1025641026vw, 15.3846153846px);
  margin-block: auto;
}
@media (900px <= width) {
  .faq__q::after, .faq__a::after {
    width: 1rem;
  }
}
.faq__q__body, .faq__a__body {
  text-align: left;
}
.faq__q {
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  border-bottom: max(0.2564102564vw, 0.9615384615px) solid #dadada;
}
@media (900px <= width) {
  .faq__q {
    font-size: 1.25rem;
    border-width: 0.0625rem;
  }
}
.faq__q::before {
  content: "Q.";
}
.faq__q::after {
  background-image: url("../img/arrow-select.svg");
  filter: invert(14%) sepia(6%) saturate(7446%) hue-rotate(171deg) brightness(93%) contrast(95%);
}
.faq__a::before {
  content: "A.";
}
.faq__item.is-open .faq__q::after {
  transform: rotate(180deg);
}
.faq .accordion__panel[aria-hidden=true] .faq__a {
  padding-block: 0;
}

/* ==========================================================================
  Section
========================================================================== */
.section {
  padding-block: max(12.3076923077vw, 46.1538461538px);
}
.section .container {
  display: flex;
  flex-direction: column;
  gap: max(16.4102564103vw, 61.5384615385px);
}
@media (900px <= width) {
  .section {
    padding-block: 6rem;
  }
  .section .container {
    gap: 4rem;
  }
}
.section__header {
  display: flex;
  flex-direction: column;
  gap: max(6.1538461538vw, 23.0769230769px);
}
@media (900px <= width) {
  .section__header {
    gap: 3rem;
  }
}
.section__title {
  font-size: max(8.2051282051vw, 30.7692307692px);
  font-weight: 500;
  line-height: 1.5;
}
.section__title strong {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (900px <= width) {
  .section__title {
    font-size: 2.5rem;
  }
}
.section__lead {
  font-weight: 400;
  line-height: 1.4;
}
.section__lead strong {
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: max(2.0512820513vw, 7.6923076923px);
}
@media (900px <= width) {
  .cta__inner {
    padding-bottom: 0.5rem;
  }
}
.cta__caption {
  display: block;
  flex-shrink: 0;
  width: 100%;
  margin: 0 auto max(1.5384615385vw, 5.7692307692px);
  font-size: max(3.0769230769vw, 11.5384615385px);
  text-align: center;
}
@media (900px <= width) {
  .cta__caption {
    margin-bottom: 0.375rem;
    font-size: 0.75rem;
  }
}
.cta__caption span {
  display: inline-block;
}
.cta__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(3.0769230769vw, 11.5384615385px);
  align-items: center;
  width: 100%;
}
@media (900px <= width) {
  .cta__list {
    gap: 0.75rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta__item {
  width: 100%;
}
.cta__link {
  display: flex;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: max(15.3846153846vw, 57.6923076923px);
  padding-inline: max(6.1538461538vw, 23.0769230769px) max(4.1025641026vw, 15.3846153846px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #fc9641 0%, #ff6d39 100%);
  border-radius: 100vmax;
  box-shadow: 0 max(2.0512820513vw, 7.6923076923px) max(2.0512820513vw, 7.6923076923px) 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.5s;
}
@media (900px <= width) {
  .cta__link {
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.cta__link:hover, .cta__link:focus {
  opacity: 0.5;
}
.cta__link::after {
  width: max(7.6923076923vw, 28.8461538462px);
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat url("../img/arrow-button.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
}
.cta__link > span {
  flex: 1;
  line-height: 1.2;
  text-align: center;
}
@media (900px <= width) {
  .cta__link {
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
    padding-inline: 1.5rem 1rem;
    font-size: 1.25rem;
  }
  .cta__link::after {
    width: 1.875rem;
  }
}
.cta__note {
  font-size: max(3.0769230769vw, 11.5384615385px);
  font-weight: 500;
}
@media (900px <= width) {
  .cta__note {
    font-size: 0.75rem;
  }
}

#fixCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  padding-bottom: env(safe-area-inset-bottom);
}
#fixCta.is-fix {
  opacity: 1;
}
#fixCta.cta {
  padding: max(2.5641025641vw, 9.6153846154px) max(4.1025641026vw, 15.3846153846px) max(4.1025641026vw, 15.3846153846px);
  color: #fff;
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
#fixCta.cta .cta__link {
  width: max(74.1025641026vw, 277.8846153846px);
  height: max(11.0256410256vw, 41.3461538462px);
  margin-inline: auto;
}
#fixCta.cta .cta__link::after {
  display: none;
}

.ctaButton {
  padding-block: max(8.2051282051vw, 30.7692307692px);
  background: linear-gradient(90deg, #2692c8 0%, #2e5ad1 50%, #6815d9 100%);
}
.ctaButton__link {
  opacity: 1;
  transition: all 0.5s;
}
.ctaButton__link:hover, .ctaButton__link:focus {
  opacity: 0.5;
}
@media (900px <= width) {
  .ctaButton {
    padding-block: 3rem;
  }
  .ctaButton .container {
    width: 43rem;
  }
}