/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

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

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.container {
  max-width: 1014px;
  margin-inline: auto;
  padding-inline: max(19.6923076923px, min(6.1538461538vw, max(24px, min(1.756954612vw, 24px))));
}

.is-sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

.is-only-pc {
  display: block;
}
@media only screen and (max-width: 1030px) {
  .is-only-pc {
    display: none;
  }
}

.is-not-sp {
  display: block;
}
@media only screen and (max-width: 767px) {
  .is-not-sp {
    display: none;
  }
}

.header__blend {
  position: fixed;
  top: 0;
  left: 0;
  padding: max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.9282576867vw, 40px))));
  mix-blend-mode: exclusion;
  pointer-events: none;
  z-index: 100;
}
.header__logo {
  pointer-events: auto;
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.0980966325vw, 15px))));
}
@media only screen and (max-width: 767px) {
  .header__logo-link {
    flex-direction: column;
  }
}
.header__img {
  max-width: max(82.0512820513px, min(25.641025641vw, max(100px, min(8.0527086384vw, 110px))));
}
.header__text {
  font-size: max(9.0256410256px, min(2.8205128205vw, max(11px, min(1.1713030747vw, 16px))));
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.header__cta {
  position: fixed;
  top: max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.9282576867vw, 40px))));
  right: max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.9282576867vw, 40px))));
  z-index: 100;
  display: grid;
  place-items: center;
  padding: max(10.2564102564px, min(3.2051282051vw, max(12.5px, min(1.6471449488vw, 22.5px)))) max(21.3333333333px, min(6.6666666667vw, max(26px, min(3.8067349927vw, 52px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.6105417277vw, 22px))));
  font-weight: 700;
  background: #0064FF;
  border-radius: 999em;
  color: #fff;
  transition: background 0.3s ease;
}
.header__cta:hover {
  background: #247AFF;
}
.header__cta.is-overlap {
  background: #000;
}
.header__cta.is-overlap:hover {
  background: rgba(0, 0, 0, 0.8);
}

.kv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}
.kv__container {
  max-width: 1350px;
  display: block;
  margin: auto;
}
.kv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.kv__header {
  margin-top: max(86.1538461538px, min(26.9230769231vw, max(105px, min(8.78477306vw, 120px))));
  margin-left: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.196193265vw, 30px))));
}
@media only screen and (max-width: 1030px) {
  .kv__header {
    margin-left: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.196193265vw, 30px))));
  }
}
@media only screen and (max-width: 767px) {
  .kv__header {
    margin-inline: auto;
    text-align: center;
  }
}
.kv__header-title {
  display: block;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .kv__header-title {
    margin-inline: auto;
    width: 100%;
  }
}
.kv__header-title-sp {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kv__header-title-sp {
    width: 87.1794%;
  }
}
.kv__header-sub {
  margin-top: max(14.7692307692px, min(4.6153846154vw, max(18px, min(2.196193265vw, 30px))));
  margin-left: max(37.7435897436px, min(11.7948717949vw, max(46px, min(4.0263543192vw, 55px))));
  max-width: max(203.4871794872px, min(63.5897435897vw, max(248px, min(29.2825768668vw, 400px))));
}
@media only screen and (max-width: 767px) {
  .kv__header-sub {
    margin-inline: auto;
    margin-bottom: max(16.4102564103px, min(5.1282051282vw, max(20px, min(1.4641288433vw, 20px))));
    max-width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  .kv__header-sub {
    max-width: max(203.4871794872px, min(63.5897435897vw, max(248px, min(18.1551976574vw, 248px))));
  }
}
.kv__sub-img {
  width: max(203.4871794872px, min(63.5897435897vw, max(248px, min(29.2825768668vw, 400px))));
}
@media only screen and (max-width: 767px) {
  .kv__sub-img {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .kv__sub-img {
    width: max(203.4871794872px, min(63.5897435897vw, max(248px, min(18.1551976574vw, 248px))));
  }
}
.kv__wrap {
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .kv__wrap {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
}
.kv__inner {
  margin: 0 auto;
  margin-top: max(53.3333333333px, min(16.6666666667vw, max(65px, min(4.7584187408vw, 65px))));
  flex: 1;
  max-width: max(203.4871794872px, min(63.5897435897vw, max(248px, min(29.2825768668vw, 400px))));
  margin-left: max(58.2564102564px, min(18.2051282051vw, max(71px, min(6.2225475842vw, 85px))));
}
@media only screen and (max-width: 1030px) {
  .kv__inner {
    margin-left: max(41.0256410256px, min(12.8205128205vw, max(50px, min(4.39238653vw, 60px))));
  }
}
@media only screen and (max-width: 767px) {
  .kv__inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 85%;
  }
}
.kv__main-gif {
  flex: 1;
  width: max(451.2820512821px, min(141.0256410256vw, max(550px, min(55.4172767204vw, 757px))));
  height: max(295.3846153846px, min(92.3076923077vw, max(360px, min(36.3103953148vw, 496px))));
  margin-top: max(-65.641025641px, min(-20.5128205128vw, max(-80px, min(-5.8565153734vw, -80px))));
  margin-left: max(32.8205128205px, min(10.2564102564vw, max(40px, min(5.8565153734vw, 80px))));
}
@media only screen and (max-width: 1030px) {
  .kv__main-gif {
    margin-top: max(-41.0256410256px, min(-12.8205128205vw, max(-50px, min(-3.6603221083vw, -50px))));
  }
}
@media only screen and (max-width: 767px) {
  .kv__main-gif {
    width: 100%;
    height: auto;
    margin-inline: auto;
    margin-top: 0;
  }
}
.kv__main-gif img {
  width: 100%;
  height: auto;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-list__item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .hero-list__item {
    padding: max(6.5641025641px, min(2.0512820513vw, max(8px, min(0.5856515373vw, 8px)))) 0;
  }
}
.hero-list__item:first-child {
  padding-top: 0px;
}
.hero-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.hero-list__item img {
  margin-top: max(3.2820512821px, min(1.0256410256vw, max(4px, min(0.439238653vw, 6px))));
}
@media only screen and (max-width: 767px) {
  .hero-list__item img {
    width: 15px;
    height: 14px;
  }
}
.hero-list__text {
  font-size: max(11.4871794872px, min(3.5897435897vw, max(14px, min(1.317715959vw, 18px))));
  font-weight: 700;
  line-height: 1.7;
  color: #000;
  margin-left: max(9.8461538462px, min(3.0769230769vw, max(12px, min(1.4641288433vw, 20px))));
}

.about {
  padding-top: max(65.641025641px, min(20.5128205128vw, max(80px, min(10.980966325vw, 150px))));
  padding-bottom: max(65.641025641px, min(20.5128205128vw, max(80px, min(10.980966325vw, 150px))));
  background: linear-gradient(to bottom, rgba(22, 31, 70, 0) 80%, rgba(22, 31, 70, 0.2) 100%), linear-gradient(to bottom left, rgba(190, 240, 254, 0.2) 0%, rgba(173, 181, 254, 0.2) 50%, rgba(78, 149, 254, 0.2) 100%);
  color: #000;
}
.about__container {
  position: relative;
}
.about__main {
  padding-bottom: max(406.1538461538px, min(126.9230769231vw, max(495px, min(36.2371888726vw, 495px))));
}
@media only screen and (max-width: 1030px) {
  .about__main {
    padding-left: 7%;
    padding-bottom: max(328.2051282051px, min(102.5641025641vw, max(400px, min(32.9428989751vw, 450px))));
  }
}
@media only screen and (max-width: 910px) {
  .about__main {
    padding-bottom: max(246.1538461538px, min(76.9230769231vw, max(300px, min(21.9619326501vw, 300px))));
  }
}
@media only screen and (max-width: 767px) {
  .about__main {
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(22.9743589744px, min(7.1794871795vw, max(28px, min(2.9282576867vw, 40px))));
  margin-bottom: 0px;
  line-height: 1.5;
}
.about__title-main {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: max(49.2307692308px, min(15.3846153846vw, max(60px, min(5.8565153734vw, 80px))));
  margin-bottom: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
}
.about__title-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .about__title-description {
    margin-bottom: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px))));
  }
}
.about__video {
  position: absolute;
  top: 33%;
  right: 0px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1030px) {
  .about__video {
    top: 28%;
    right: 10%;
  }
}
@media only screen and (max-width: 910px) {
  .about__video {
    top: 35%;
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .about__video {
    margin-bottom: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px))));
    position: static;
    margin-inline: auto;
  }
}
.about .work-video {
  width: max(280.6153846154px, min(87.6923076923vw, max(342px, min(44.5095168375vw, 608px))));
  height: max(158.358974359px, min(49.4871794872vw, max(193px, min(25.1098096633vw, 343px))));
}
@media only screen and (max-width: 767px) {
  .about__item {
    padding-top: max(24.6153846154px, min(7.6923076923vw, max(30px, min(2.196193265vw, 30px))));
  }
}
.about__i {
  position: relative;
}
.about__i::before {
  content: "";
  position: absolute;
  top: max(-8.2051282051px, min(-2.5641025641vw, max(-10px, min(-0.7320644217vw, -10px))));
  left: max(-24.6153846154px, min(-7.6923076923vw, max(-30px, min(-2.196193265vw, -30px))));
  width: max(98.4615384615px, min(30.7692307692vw, max(120px, min(8.78477306vw, 120px))));
  height: max(41.0256410256px, min(12.8205128205vw, max(50px, min(3.6603221083vw, 50px))));
  background-image: url("../../assets/images/about-i-blue-pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -10;
}
@media only screen and (max-width: 767px) {
  .about__i::before {
    background-image: url("../../assets/images/about-i-blue.svg");
  }
}
.about__i__title {
  color: #0064FF;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: max(32.8205128205px, min(10.2564102564vw, max(40px, min(4.39238653vw, 60px))));
}
.about__i__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: max(14.7692307692px, min(4.6153846154vw, max(18px, min(1.756954612vw, 24px))));
  line-height: 1.7;
}
.about__i__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.0980966325vw, 15px))));
  line-height: 2;
}
.about .i-first {
  position: absolute;
  top: 0px;
  right: 0px;
}
.about .i-first::after {
  content: "";
  position: absolute;
  left: max(-57.4358974359px, min(-17.9487179487vw, max(-70px, min(-5.1244509517vw, -70px))));
  bottom: max(-57.4358974359px, min(-17.9487179487vw, max(-70px, min(-5.1244509517vw, -70px))));
  width: max(98.4615384615px, min(30.7692307692vw, max(120px, min(8.78477306vw, 120px))));
  height: max(28.7179487179px, min(8.9743589744vw, max(35px, min(3.2942898975vw, 45px))));
  background-image: url("../../assets/images/about-item-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1030px) {
  .about .i-first::after {
    height: max(24.6153846154px, min(7.6923076923vw, max(30px, min(2.196193265vw, 30px))));
    left: max(-28.7179487179px, min(-8.9743589744vw, max(-35px, min(-2.5622254758vw, -35px))));
    bottom: max(-28.7179487179px, min(-8.9743589744vw, max(-35px, min(-2.5622254758vw, -35px))));
  }
}
@media only screen and (max-width: 767px) {
  .about .i-first::after {
    position: static;
  }
}
@media only screen and (max-width: 1030px) {
  .about .i-first {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .about .i-first {
    position: relative;
    right: 0px;
  }
}
.about .i-second {
  position: absolute;
  top: 72%;
  left: 3%;
}
.about .i-second::after {
  content: "";
  position: absolute;
  top: max(-43.4871794872px, min(-13.5897435897vw, max(-53px, min(-3.8799414348vw, -53px))));
  right: max(72.2051282051px, min(22.5641025641vw, max(88px, min(6.4421669107vw, 88px))));
  width: max(98.4615384615px, min(30.7692307692vw, max(120px, min(8.78477306vw, 120px))));
  height: max(28.7179487179px, min(8.9743589744vw, max(35px, min(3.2942898975vw, 45px))));
  background-image: url("../../assets/images/about-item-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1030px) {
  .about .i-second::after {
    top: max(-43.4871794872px, min(-13.5897435897vw, max(-53px, min(-3.8799414348vw, -53px))));
    right: max(72.2051282051px, min(22.5641025641vw, max(88px, min(6.4421669107vw, 88px))));
  }
}
@media only screen and (max-width: 767px) {
  .about .i-second::after {
    position: static;
  }
}
@media only screen and (max-width: 1030px) {
  .about .i-second {
    top: 60%;
    left: 10%;
  }
}
@media only screen and (max-width: 910px) {
  .about .i-second {
    top: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about .i-second {
    position: relative;
    left: 0px;
    margin: 40px 0px;
  }
}
.about .i-third {
  position: absolute;
  top: 78%;
  right: 0px;
}
.about .i-third::after {
  content: "";
  position: absolute;
  top: max(-43.4871794872px, min(-13.5897435897vw, max(-53px, min(-3.8799414348vw, -53px))));
  right: max(45.1282051282px, min(14.1025641026vw, max(55px, min(4.0263543192vw, 55px))));
  width: max(98.4615384615px, min(30.7692307692vw, max(120px, min(8.78477306vw, 120px))));
  height: max(28.7179487179px, min(8.9743589744vw, max(35px, min(3.2942898975vw, 45px))));
  background-image: url("../../assets/images/about-item-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1030px) {
  .about .i-third::after {
    top: max(-43.4871794872px, min(-13.5897435897vw, max(-53px, min(-3.8799414348vw, -53px))));
    right: max(45.1282051282px, min(14.1025641026vw, max(55px, min(4.0263543192vw, 55px))));
  }
}
@media only screen and (max-width: 767px) {
  .about .i-third::after {
    position: static;
  }
}
@media only screen and (max-width: 1030px) {
  .about .i-third {
    top: 70%;
    right: 10%;
  }
}
@media only screen and (max-width: 910px) {
  .about .i-third {
    top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .about .i-third {
    position: relative;
    right: 0px;
  }
}

.core-apps {
  padding-top: max(57.4358974359px, min(17.9487179487vw, max(70px, min(8.0527086384vw, 110px))));
  padding-bottom: max(65.641025641px, min(20.5128205128vw, max(80px, min(10.980966325vw, 150px))));
  background: linear-gradient(to right, rgba(0, 100, 255, 0.6) 0%, rgba(206, 236, 254, 0.6) 100%);
}
.core-apps__label {
  color: #fff !important;
}
.core-apps__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
  line-height: 1.6;
  font-weight: 700;
}

.app-set__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: max(49.2307692308px, min(15.3846153846vw, max(60px, min(7.3206442167vw, 100px))));
}
@media only screen and (max-width: 910px) {
  .app-set__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.app-card {
  background: #fff;
  border-radius: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.0980966325vw, 15px))));
  padding: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px)))) max(12.3076923077px, min(3.8461538462vw, max(15px, min(2.196193265vw, 30px))));
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 910px) {
  .app-card {
    padding-bottom: 15px !important;
  }
}
.app-card__icon {
  margin-bottom: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
}
.app-card__title {
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.4641288433vw, 20px))));
  font-weight: 700;
  margin-bottom: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.4641288433vw, 20px))));
  line-height: 1;
}
@media only screen and (max-width: 910px) {
  .app-card__title {
    line-height: 1.5;
  }
}
.app-card__text {
  font-size: max(10.6666666667px, min(3.3333333333vw, max(13px, min(1.0980966325vw, 15px))));
  line-height: 2;
  text-align: left;
  margin-top: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.4641288433vw, 20px))));
}
@media only screen and (max-width: 910px) {
  .app-card__text {
    line-height: 1.7;
  }
}

.features {
  padding: max(57.4358974359px, min(17.9487179487vw, max(70px, min(7.7598828697vw, 106px)))) 0 max(65.641025641px, min(20.5128205128vw, max(80px, min(9.8096632504vw, 134px))));
  background: #F1F1F1;
}
.features__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
  line-height: 1.6;
  font-weight: 700;
}

.features2 {
  padding: max(49.2307692308px, min(15.3846153846vw, max(60px, min(6.588579795vw, 90px)))) 0px 0px 0px;
}
.features2__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .features2__inner {
    flex-direction: row;
    align-items: stretch;
  }
}

.feature-card {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .feature-card {
    padding: 0 30px;
    border-right: 1px solid;
  }
  .feature-card:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .feature-card:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-card {
    border-bottom: 1px solid;
    padding: 30px 0px 30px 0px;
  }
  .feature-card:first-child {
    padding-top: 0;
  }
  .feature-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.feature-card__number {
  font-size: max(24.6153846154px, min(7.6923076923vw, max(30px, min(2.9282576867vw, 40px))));
  font-weight: 600;
  color: #0064FF;
  line-height: 1;
  margin-bottom: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.0980966325vw, 15px))));
  font-family: "Lexend", sans-serif;
}
.feature-card__title {
  font-size: max(14.7692307692px, min(4.6153846154vw, max(18px, min(1.4641288433vw, 20px))));
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  height: max(76.3076923077px, min(23.8461538462vw, max(93px, min(9.9560761347vw, 136px))));
}
@media only screen and (max-width: 767px) {
  .feature-card__title {
    height: auto;
  }
}
.feature-card__body {
  text-align: left;
  font-size: 15px;
  line-height: 2;
}
.feature-card__note {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
}

.case-img {
  position: relative;
  overflow: hidden;
}
.case-img::before {
  content: "";
  position: absolute;
  top: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.4641288433vw, 20px))));
  right: 0%;
  width: max(246.1538461538px, min(76.9230769231vw, max(300px, min(32.9428989751vw, 450px))));
  height: max(229.7435897436px, min(71.7948717949vw, max(280px, min(30.7467057101vw, 420px))));
  background-image: url("../../assets/images/caseimg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 1030px) {
  .case-img::before {
    top: max(0px, min(0vw, max(0px, min(0.3660322108vw, 5px))));
    width: max(114.8717948718px, min(35.8974358974vw, max(140px, min(32.9428989751vw, 450px))));
    height: max(106.6666666667px, min(33.3333333333vw, max(130px, min(30.7467057101vw, 420px))));
  }
}
@media only screen and (max-width: 767px) {
  .case-img::before {
    right: -5%;
    top: 10px;
    width: max(114.8717948718px, min(35.8974358974vw, max(140px, min(32.9428989751vw, 450px))));
    height: max(106.6666666667px, min(33.3333333333vw, max(130px, min(30.7467057101vw, 420px))));
  }
}
.case-img::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 55%;
  transform: translateX(-50%);
  width: max(229.7435897436px, min(71.7948717949vw, max(280px, min(29.4289897511vw, 402px))));
  height: max(96.8205128205px, min(30.2564102564vw, max(118px, min(12.4450951684vw, 170px))));
  background: url("../../assets/images/caseimg2.svg") no-repeat center/contain;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 910px) {
  .case-img::after {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .case-img::after {
    left: 50%;
    width: max(131.2820512821px, min(41.0256410256vw, max(160px, min(29.4289897511vw, 402px))));
    height: max(55.7948717949px, min(17.4358974359vw, max(68px, min(12.4450951684vw, 170px))));
  }
}

.use-case {
  padding: max(57.4358974359px, min(17.9487179487vw, max(70px, min(8.0527086384vw, 110px)))) 0 max(65.641025641px, min(20.5128205128vw, max(80px, min(10.980966325vw, 150px))));
  background: #F1F1F1;
}
.use-case__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.use-case__text {
  margin-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.5622254758vw, 35px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  font-weight: 400;
  line-height: 2;
}

.l-utilization {
  padding-block: max(24.6153846154px, min(7.6923076923vw, max(30px, min(3.6603221083vw, 50px))));
}

.m-utilization__grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.m-utilization__item {
  position: relative;
  width: 50%;
  padding-inline: 40px;
  box-sizing: border-box;
}
.m-utilization__item:first-child, .m-utilization__item:nth-child(2) {
  border-top: none;
}
.m-utilization__item:nth-child(odd) {
  padding-left: 0;
}
.m-utilization__item:nth-child(even) {
  padding-right: 0;
}
.m-utilization__item:nth-child(odd) {
  border-right: 1px solid #000;
}
.m-utilization__item:not(:nth-last-child(-n+2))::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 1px;
  background-color: #000;
  width: calc(100% + 1px);
}
@media only screen and (max-width: 767px) {
  .m-utilization__item:nth-child(5)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 1px;
    background-color: #000;
    width: calc(100% + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .m-utilization__item {
    width: 100%;
    padding-inline: 0 !important;
    border-right: none !important;
  }
}
.m-utilization__header {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .m-utilization__header {
    margin-bottom: 15px;
  }
}
.m-utilization__number {
  color: #0064FF;
  font-weight: 600;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  border-bottom: 2px solid #0064FF;
  font-family: "Lexend", sans-serif;
  line-height: 1.2;
}
.m-utilization__title {
  font-size: max(14.7692307692px, min(4.6153846154vw, max(18px, min(1.317715959vw, 18px))));
  font-weight: 700;
  line-height: 1.5;
}
.m-utilization__title-sub {
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.0980966325vw, 15px))));
  font-weight: 600;
}
.m-utilization__list {
  list-style: none;
  padding: 0;
}
.m-utilization__list li {
  display: flex;
  padding-block: 10px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 13px;
  line-height: 1.7;
}
.m-utilization__list li:last-child {
  border-bottom: none;
}
.m-utilization__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0064FF;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .m-utilization__list li::before {
    margin-right: 8px;
  }
}
.m-utilization__list li strong {
  width: 120px;
  flex-shrink: 0;
  font-weight: "Lexend", sans-serif;
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.0980966325vw, 15px))));
}

.pricing {
  padding-top: max(57.4358974359px, min(17.9487179487vw, max(70px, min(10.980966325vw, 150px))));
}
.pricing__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
  line-height: 1.6;
}

.pricing-section {
  padding-top: max(41.0256410256px, min(12.8205128205vw, max(50px, min(4.39238653vw, 60px))));
  background-color: #fff;
}
.pricing-section .price-b {
  padding: 0 0;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pricing-section .price-b {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.plan-card {
  width: 100%;
  border-radius: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.4641288433vw, 20px))));
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.plan-card .card-header {
  padding-top: max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.5622254758vw, 35px))));
  text-align: center;
  color: #fff;
  position: relative;
  height: max(168.2051282051px, min(52.5641025641vw, max(205px, min(18.3016105417vw, 250px))));
}
.plan-card .card-header .en-title {
  font-family: "Lexend", sans-serif;
  font-size: max(41.0256410256px, min(12.8205128205vw, max(50px, min(4.39238653vw, 60px))));
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
}
.plan-card .card-header .jp-title {
  font-size: max(14.7692307692px, min(4.6153846154vw, max(18px, min(1.4641288433vw, 20px))));
  line-height: 1.7;
  font-weight: 700;
}
.plan-card .card-header .badge {
  background: #fff;
  color: #000;
  padding: 10px 0px;
  border-radius: 5px;
  font-weight: 700;
  font-size: max(14.7692307692px, min(4.6153846154vw, max(18px, min(1.4641288433vw, 20px))));
  display: inline-block;
  line-height: 1.7;
  width: max(231.3846153846px, min(72.3076923077vw, max(282px, min(39.3118594436vw, 537px))));
  margin: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.4641288433vw, 20px)))) 0px max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.5622254758vw, 35px)))) 0px;
}
.plan-card .card-header .en-title-option {
  font-family: "Lexend", sans-serif;
  font-size: max(26.2564102564px, min(8.2051282051vw, max(32px, min(3.2210834553vw, 44px))));
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
}
.plan-card .card-header .jp-title-option {
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.1713030747vw, 16px))));
  line-height: 1.7;
  font-weight: 700;
}
.plan-card .card-header .badge-option {
  background: #fff;
  color: #000;
  padding: 10px 0px;
  border-radius: 5px;
  font-weight: 700;
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.0980966325vw, 15px))));
  display: inline-block;
  line-height: 1.7;
  width: max(187.8974358974px, min(58.7179487179vw, max(229px, min(16.7642752562vw, 229px))));
  margin: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.4641288433vw, 20px)))) 0px max(20.5128205128px, min(6.4102564103vw, max(25px, min(2.5622254758vw, 35px)))) 0px;
}
@media only screen and (max-width: 767px) {
  .plan-card .card-header .badge-option {
    width: max(231.3846153846px, min(72.3076923077vw, max(282px, min(20.6442166911vw, 282px))));
  }
}
.plan-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.plan-card .card-body .price-box {
  text-align: center;
  border-bottom: 1px solid #0064FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 91px;
  min-height: 91px;
}
@media only screen and (max-width: 767px) {
  .plan-card .card-body .price-box {
    height: 72px;
    min-height: 72px;
  }
  .plan-card .card-body .price-box .price-box-option {
    height: 64px;
    min-height: 64px;
  }
}
.plan-card .card-body .price-box .basic-text {
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: 700;
  line-height: 1.7;
}
.plan-card .card-body .price-box .amount {
  font-size: max(26.2564102564px, min(8.2051282051vw, max(32px, min(2.3426061493vw, 32px))));
  font-weight: 600;
  padding: 0 8px;
  font-family: "Lexend", sans-serif;
}
.plan-card .card-body .price-box .amount-option {
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(1.756954612vw, 24px))));
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
.plan-card .card-body .description {
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.1713030747vw, 16px))));
  line-height: 2;
  font-weight: 400;
  padding: 30px 25px;
}
.plan-card .card-body .description .example {
  margin-top: 10px;
  font-size: max(10.6666666667px, min(3.3333333333vw, max(13px, min(0.9516837482vw, 13px))));
  line-height: 1.7;
}
.plan-card.basic {
  flex: 2 1 0;
  border-color: #0064FF;
}
.plan-card.basic .card-header {
  background-color: #0064FF;
}
.plan-card.basic .card-body .price-box {
  border-bottom-color: #0064FF;
}
@media only screen and (max-width: 767px) {
  .plan-card.basic {
    flex: none;
  }
}
.plan-card.option {
  flex: 1 1 0;
  border-color: #6A6A6A;
}
.plan-card.option .card-header {
  background-color: #6A6A6A;
}
.plan-card.option .card-body .price-box {
  border-bottom-color: #6A6A6A;
}
@media only screen and (max-width: 767px) {
  .plan-card.option {
    flex: none;
  }
}

.contact {
  padding-top: max(82.0512820513px, min(25.641025641vw, max(100px, min(10.980966325vw, 150px))));
  padding-bottom: max(65.641025641px, min(20.5128205128vw, max(80px, min(11.7130307467vw, 160px))));
}
.contact__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  margin-bottom: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.9282576867vw, 40px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.contact__form {
  max-width: 758px;
  min-height: 740px;
  margin-top: max(29.5384615385px, min(9.2307692308vw, max(36px, min(2.9282576867vw, 40px))));
}

.cta {
  color: #fff;
}
.cta__wrap {
  padding: max(65.641025641px, min(20.5128205128vw, max(80px, min(7.027818448vw, 96px)))) 0px max(65.641025641px, min(20.5128205128vw, max(80px, min(7.027818448vw, 96px)))) 0px;
  background: #0064FF;
  text-align: center;
}
@media only screen and (max-width: 1030px) {
  .cta__wrap {
    padding: max(65.641025641px, min(20.5128205128vw, max(80px, min(5.8565153734vw, 80px)))) max(19.6923076923px, min(6.1538461538vw, max(24px, min(1.756954612vw, 24px)))) max(65.641025641px, min(20.5128205128vw, max(80px, min(5.8565153734vw, 80px))));
  }
}
@media only screen and (max-width: 767px) {
  .cta__wrap {
    text-align: left;
  }
}
.cta__title {
  font-size: max(21.3333333333px, min(6.6666666667vw, max(26px, min(2.3426061493vw, 32px))));
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .cta__title {
    line-height: 1.6;
  }
}
.cta__text {
  margin-top: max(24.6153846154px, min(7.6923076923vw, max(30px, min(2.196193265vw, 30px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .cta__text {
    margin-top: max(26.2564102564px, min(8.2051282051vw, max(32px, min(2.3426061493vw, 32px))));
  }
}
.cta__btn {
  display: block;
  max-width: 430px;
  margin-top: 30px;
  margin-inline: auto;
  padding: max(19.6923076923px, min(6.1538461538vw, max(24px, min(1.756954612vw, 24px)))) 0;
  border-radius: 999em;
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.6105417277vw, 22px))));
  border: 1px solid #fff;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
.cta__btn:hover {
  background: #fff;
  color: #0064FF;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .cta__btn {
    margin-top: 55px;
  }
}

.footer {
  padding: max(35.2820512821px, min(11.0256410256vw, max(43px, min(6.2225475842vw, 85px)))) 0 max(47.5897435897px, min(14.8717948718vw, max(58px, min(3.2942898975vw, 45px))));
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 1030px) {
  .footer__logo {
    width: max(193.641025641px, min(60.5128205128vw, max(236px, min(19.9121522694vw, 272px))));
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: max(42.6666666667px, min(13.3333333333vw, max(52px, min(3.8067349927vw, 52px))));
}
@media only screen and (max-width: 1030px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  margin-top: max(24.6153846154px, min(7.6923076923vw, max(30px, min(1.0980966325vw, 15px))));
}
@media only screen and (max-width: 1030px) {
  .footer__nav-list {
    flex-direction: column;
  }
}
.footer__nav-item {
  font-size: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.1713030747vw, 16px))));
  padding: 0 18px;
  line-height: 1.1;
  font-weight: 400;
}
@media only screen and (max-width: 1030px) {
  .footer__nav-item {
    padding: 0;
  }
}
.footer__nav-item:first-child, .footer__nav-item:nth-child(5) {
  padding-left: 0;
}
.footer__nav-item:last-child {
  padding-right: 0;
}
.footer__nav-item:not(:last-child):not(:nth-child(4)) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1030px) {
  .footer__nav-item:not(:last-child):not(:nth-child(4)) {
    border-right: none;
  }
}
.footer__nav-title {
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.1713030747vw, 16px))));
  font-weight: 400;
}
.footer__nav-text {
  margin-top: max(65.641025641px, min(20.5128205128vw, max(80px, min(7.3206442167vw, 100px))));
  font-size: max(9.8461538462px, min(3.0769230769vw, max(12px, min(0.9516837482vw, 13px))));
}
.footer__copyright {
  margin-top: max(84.5128205128px, min(26.4102564103vw, max(103px, min(9.9560761347vw, 136px))));
  text-align: center;
  font-size: max(10.6666666667px, min(3.3333333333vw, max(13px, min(0.9516837482vw, 13px))));
}

.faq {
  padding-top: max(82.0512820513px, min(25.641025641vw, max(100px, min(10.980966325vw, 150px))));
}
.faq__label {
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}
.faq__title {
  margin-top: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.3426061493vw, 32px))));
}

.faq-section {
  font-family: "Noto Sans JP", sans-serif;
}
.faq-section .faq-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-container {
    flex-direction: column;
    gap: 50px;
  }
}

.faq-title-area {
  flex: 0 0 250px;
}
@media only screen and (max-width: 767px) {
  .faq-title-area {
    flex: 0 0 50px;
  }
}
.faq-title-area .faq-en-title {
  font-size: 80px;
  font-weight: bold;
  color: #0064FF;
  margin: 0;
  line-height: 1;
}
.faq-title-area .faq-jp-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.faq-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.faq-item {
  border: 1px solid #454545;
  border-radius: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.0980966325vw, 15px))));
  overflow: hidden;
  background: #fff;
  transition: background-color 0.3s;
}
.faq-item.is-open .toggle-icon::after {
  width: 0px;
  height: 0%;
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 25px;
}
.faq-item:hover {
  background-color: #F1F1F1;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px))));
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.faq-question .q-icon {
  color: #0064FF;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  margin-right: max(8.2051282051px, min(2.5641025641vw, max(10px, min(1.2445095168vw, 17px))));
  font-size: 28px;
  line-height: 1;
}
.faq-question .question-text {
  flex: 1;
  padding-right: max(26.2564102564px, min(8.2051282051vw, max(32px, min(3.4407027818vw, 47px))));
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  line-height: 1.7;
  font-weight: 600;
}
.faq-question .toggle-icon {
  position: absolute;
  right: 5%;
  top: 40%;
  width: 17px;
  height: 17px;
  transition: transform 0.3s;
}
.faq-question .toggle-icon::before, .faq-question .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-question .toggle-icon::before {
  width: 100%;
  height: 3px;
}
.faq-question .toggle-icon::after {
  width: 3px;
  height: 100%;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s, padding 0.3s;
  padding: 0px max(16.4102564103px, min(5.1282051282vw, max(20px, min(2.196193265vw, 30px)))) 0px max(16.4102564103px, min(5.1282051282vw, max(20px, min(4.39238653vw, 60px))));
}
.faq-answer .answer-content {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.faq-answer .answer-content .a-icon {
  font-size: 28px;
  font-weight: 600;
  color: #454545;
  margin-right: 15px;
  font-family: "Lexend", sans-serif;
  line-height: 1;
}
.faq-answer .answer-content .answer-text {
  margin: 0;
  line-height: 1.7;
}

.challenges {
  padding: max(41.0256410256px, min(12.8205128205vw, max(50px, min(10.980966325vw, 150px)))) 20px 100px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 910px) {
  .challenges {
    padding: max(49.2307692308px, min(15.3846153846vw, max(60px, min(4.39238653vw, 60px)))) 0px 60px 0px;
  }
}
.challenges .container {
  margin: 0 auto;
}
.challenges .container .section-header {
  text-align: center;
  margin-bottom: max(16.4102564103px, min(5.1282051282vw, max(20px, min(5.8565153734vw, 80px))));
}
.challenges .container .section-header .sub-lead {
  font-size: max(13.1282051282px, min(4.1025641026vw, max(16px, min(1.317715959vw, 18px))));
  font-weight: 700;
  margin-bottom: max(12.3076923077px, min(3.8461538462vw, max(15px, min(1.317715959vw, 18px))));
}
.challenges .container .section-header .main-lead {
  font-size: max(21.3333333333px, min(6.6666666667vw, max(26px, min(2.3426061493vw, 32px))));
  font-weight: 700;
}
@media only screen and (max-width: 910px) {
  .challenges .container .section-header .main-lead {
    line-height: 1.6;
  }
}
.challenges .container .challenges-grid {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 910px) {
  .challenges .container .challenges-grid {
    flex-direction: column;
    align-items: center;
    gap: 39px;
  }
}
.challenges .container .challenges-grid .challenge-item {
  flex: 1;
  max-width: 315px;
}
@media only screen and (max-width: 910px) {
  .challenges .container .challenges-grid .challenge-item {
    max-width: 342px;
  }
}
.challenges .container .challenges-grid .challenge-item .case-bubble {
  width: 100%;
  height: 484px;
}
@media only screen and (max-width: 910px) {
  .challenges .container .challenges-grid .challenge-item .case-bubble {
    height: auto;
  }
}

.case-bubble {
  position: relative;
  background: linear-gradient(to top, rgba(0, 100, 255, 0.6) 0%, rgba(206, 236, 254, 0.6) 100%);
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.case-bubble::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 20%;
  border-style: solid;
  border-width: 29px 29px 0 0;
  border-color: rgba(0, 100, 255, 0.6) transparent transparent transparent;
}
@media only screen and (max-width: 910px) {
  .case-bubble::before {
    bottom: -24px;
    border-width: 24px 24px 0 0;
  }
}
.case-bubble__label {
  color: #0064FF;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: max(4.1025641026px, min(1.2820512821vw, max(5px, min(0.3660322108vw, 5px))));
}
@media only screen and (max-width: 910px) {
  .case-bubble__label {
    margin-bottom: 0px;
  }
}
.case-bubble__title {
  font-size: max(16.4102564103px, min(5.1282051282vw, max(20px, min(1.756954612vw, 24px))));
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #000;
}
@media only screen and (max-width: 910px) {
  .case-bubble__title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 910px) {
  .case-bubble {
    padding: 30px 20px 20px 20px;
  }
}

@media only screen and (max-width: 910px) {
  .bubble-2::before {
    border-width: 24px 0 0 24px !important;
    left: 75%;
  }
}

.case-card {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
}
.case-card__text {
  margin: 0;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.dify-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("../../assets/images/answer_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  border-top-color: #fff;
}
@media only screen and (max-width: 767px) {
  .dify-banner {
    background-image: url("../../assets/images/answer_bg_SP.png");
  }
}
.dify-banner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 123px 0 123px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.dify-banner__inner {
  text-align: center;
  color: #fff;
  z-index: 1;
  margin-top: max(80.4102564103px, min(25.1282051282vw, max(98px, min(10.8345534407vw, 148px))));
  margin-bottom: max(65.641025641px, min(20.5128205128vw, max(80px, min(8.78477306vw, 120px))));
}
.dify-banner__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(21.3333333333px, min(6.6666666667vw, max(26px, min(2.3426061493vw, 32px))));
  font-weight: 700;
  line-height: 1;
}
.dify-banner__title span {
  color: #5799FF;
}
@media only screen and (max-width: 767px) {
  .dify-banner__title {
    line-height: 1.6;
  }
}
.dify-banner__subtext {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.label {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: max(42.6666666667px, min(13.3333333333vw, max(52px, min(7.3206442167vw, 100px))));
  color: #0064FF;
  line-height: 1.25;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.video-wrapper__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(48.4102564103px, min(15.1282051282vw, max(59px, min(5.8565153734vw, 80px))));
  height: max(48.4102564103px, min(15.1282051282vw, max(59px, min(5.8565153734vw, 80px))));
  cursor: pointer;
  z-index: 1;
}
.video-wrapper__play-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-wrapper.is-playing .video-wrapper__play-button {
  display: none;
}

/*# sourceMappingURL=style.css.map */
