@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 62%; /* Set font-size to 62% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

picture {
  display: inline-block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --color-white: #FFFFFF;
  --color-main: #222222;
  --color-main-2: #4A4A4A;
  --color-sub-1: #1A1A1A;
  --color-sub-1-hov: rgba(0, 49, 83, .65);
  --color-sub-2: #0089D0;
  --color-sub-3: #F3F3F5;
  --color-bg-main: var(--color-white);
  --color-bg-sub-1: #F4F9FF;
  --color-bg-sub-2: #F5F6F6;
  --color-bg-sub-3: #F7FBFF;
  --color-bg-sub-4: #E6F4FF;
  --line-color: #E1E6EC;
  --f-size-root: 62.5%;
  --f-size-base: 1.6rem;
  --f-size-h1: 4.2rem;
  --f-size-h2-bg: 15rem;
  --f-size-h2: 3.6rem;
  --f-size-h3: 3rem;
  --f-size-h4: 2.4rem;
  --f-size-h5: 1.8rem;
  --f-size-s: 1.4rem;
  --f-size-xs: 1.1rem;
  --font-base: "Poppins", "Noto Sans JP", sans-serif;
  --l-height-base: 1.8;
  --l-height-base-b: 1.8;
  --l-height-h1: 1.3;
  --l-height-h2: 1.5;
  --l-height-h3: 1.4;
  --l-height-h4: 1.4;
  --l-height-h5: 1.5;
  --l-spacing: 0;
  --content-width: 120rem;
  --content-max-width: calc(100% - 4rem);
  --btn-shadow-1: 0 0.6rem 1rem rgba(0, 0, 0, .18);
  --btn-shadow-1-act: 0 0 2rem rgba(0, 0, 0, .2);
  --card-shadow-1: 0 0.4rem 3rem rgba(0, 121, 204, .1);
  --radius-1: 1.2rem;
  --radius-2: 0.8rem;
  --spacer-base: 4rem;
  --spacer-section: 6rem;
  --gradient-1: linear-gradient(185.59deg, #009BE3 8.78%, #016BB8 53.86%);
  --gradient-1-act: linear-gradient(185.59deg, #016BB8 8.78%, #009BE3 53.86%);
  width: 100%;
  height: 100%;
  font-size: var(--f-size-root);
}
@media screen and (max-width: 1024px) {
  :root {
    --f-size-root: .9766vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --f-size-root: 2.6667vw;
    --f-size-base: 1.6rem;
    --f-size-h1: 3.2rem;
    --f-size-h2-bg: 4.5rem;
    --f-size-h2: 2.4rem;
    --f-size-h3: 2.2rem;
    --f-size-h4: 1.8rem;
    --f-size-h5: 1.6rem;
    --l-height-base-b: 1.7;
    --content-max-width: 90%;
    --spacer-base: 2rem;
  }
}

body {
  width: 100%;
  background-color: var(--color-bg-main);
  color: var(--color-main);
  font-family: var(--font-base);
  font-size: var(--f-size-base);
  font-weight: 400;
  line-height: var(--l-height-base);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.text-bold {
  font-weight: bold;
}
.text-bold .en {
  font-weight: 600;
}

.visually-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.slide-up {
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.slide-down {
  transition: all 0.3s;
  opacity: 1;
  height: auto;
}

/* コンポーネント
footer エリア
----------------------------------------*/
.c-header {
  background: var(--color-bg-main);
  padding: 0 2rem;
  height: 8.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.08);
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 7rem;
  }
}
.c-header__inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  height: 100%;
}
.c-header__logo img {
  max-width: 30.19rem;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    max-width: 25rem;
  }
}
.c-header__btn {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.c-header__btn a {
  height: 5rem;
  padding: 0.8rem 1.5rem 0.8rem;
  box-shadow: none;
}
.c-header__btn a::before, .c-header__btn a::after {
  display: none;
}
.c-header__btn a.c-btn__download {
  width: 16.8rem;
}
.c-header__btn a.c-btn__demo {
  width: 13.6rem;
}
@media screen and (max-width: 767px) {
  .c-header__btn {
    display: none;
  }
}

/* コンポーネント
btn エリア
----------------------------------------*/
.c-btn__demo {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  font-family: inherit;
  letter-spacing: var(--l-spacing);
  font-weight: bold;
  line-height: 1;
  border-radius: var(--radius-2);
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  border: 0.1rem solid var(--color-bg-sub-1);
  max-width: 100%;
  width: 18.8rem;
  height: 6.2rem;
  padding: 1.2rem 5rem 1.2rem 2rem;
  font-size: var(--f-size-base);
  color: var(--color-sub-2);
  background: var(--color-white);
  border: solid 1px var(--color-sub-2);
  box-shadow: var(--btn-shadow-1);
}
.c-btn__demo:hover {
  opacity: 0.75;
}
.c-btn__demo:active {
  opacity: 1;
  background: #F1F3F6;
  box-shadow: var(--btn-shadow-1-act);
}
@media screen and (max-width: 767px) {
  .c-btn__demo {
    width: 32.5rem;
    margin-inline: auto;
    padding: 1.2rem 5rem 1.2rem 1rem;
  }
}
.c-btn__demo::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/icon-external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__demo::after {
    right: 8.4rem;
  }
}
.c-btn__demo span {
  font-size: 1.6rem;
}
.c-btn__download {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  font-family: inherit;
  letter-spacing: var(--l-spacing);
  font-weight: bold;
  line-height: 1;
  border-radius: var(--radius-2);
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  border: 0.1rem solid var(--color-bg-sub-1);
  max-width: 100%;
  width: 34.5rem;
  height: 6.2rem;
  padding: 1.2rem 5rem 1.2rem 7rem;
  font-size: var(--f-size-base);
  color: var(--color-white);
  background: var(--gradient-1);
  box-shadow: var(--btn-shadow-1);
  border: solid 1px var(--line-color);
}
.c-btn__download:hover {
  opacity: 0.7;
}
.c-btn__download:hover::before {
  opacity: 1;
}
.c-btn__download:hover::after {
  opacity: 1;
}
.c-btn__download:active {
  opacity: 1;
  background: ar(--gradient-1-act);
  box-shadow: var(--btn-shadow-1-act);
}
.c-btn__download:active::before {
  opacity: 1;
}
.c-btn__download:active::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .c-btn__download {
    padding: 1.2rem 4rem 1.2rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__download {
    width: 32.5rem;
    margin-inline: auto;
    padding: 1.2rem 4rem 1.2rem 5.5rem;
  }
}
.c-btn__download::before {
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/icon-document-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn__download::before {
    left: 1.1rem;
  }
}
.c-btn__download::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/icon-external-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__download::after {
    right: 0.6rem;
  }
}
.c-btn__download span {
  font-size: 1.6rem;
}

/* コンポーネント
kv エリア
----------------------------------------*/
.c-kv {
  background-color: var(--color-bg-sub-1);
  background-image: url(../images/bg-kv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 48rem;
}
@media screen and (max-width: 767px) {
  .c-kv {
    background-image: url(../images/bg-kv-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.c-kv__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
@media screen and (min-width: 768px) {
  .c-kv__text {
    position: static;
    width: 62.7rem;
    max-width: 52.25%;
    padding: 6rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__text {
    padding: 2rem 0 2rem;
  }
}
.c-kv__text h1 {
  font-size: var(--f-size-h1);
  font-weight: bold;
  line-height: var(--l-height-h1);
  color: var(--color-sub-1);
  margin-bottom: 1rem;
}
@-moz-document url-prefix() {
  .c-kv__text h1 {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .c-kv__text h1 {
    text-align: left;
    letter-spacing: -0.05em;
  }
}
.c-kv__text h1 + p {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-kv__text h1 + p {
    margin-bottom: 3rem;
  }
}
.c-kv__text .text-xs a {
  text-decoration: underline;
  color: inherit;
}
.c-kv__award {
  display: block;
  width: 54.3rem;
  max-width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-kv__award {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.c-kv__award img {
  width: 100%;
}
.c-kv__btn {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-kv__btn {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__image {
    position: absolute;
    top: 2.5rem;
    left: auto;
    right: 0;
    bottom: 0;
    width: 54rem;
    max-width: 45%;
    filter: drop-shadow(0px 8px 30px rgba(31, 175, 250, 0.15));
  }
}
@media screen and (max-width: 767px) {
  .c-kv__image {
    margin-bottom: 3.5rem;
  }
}
.c-kv__image h2 {
  margin: 0 0 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-2);
  color: var(--color-sub-2);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  height: 7.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-kv__image h2 {
    font-size: 1.4rem;
    padding: 0.3rem;
    height: auto;
    min-height: 4.6rem;
  }
}
.c-kv__image h2 .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-kv__image h2 .small {
    font-size: 1.2rem;
  }
}
.c-kv__image .swiper__track {
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-kv__image .swiper__track {
    padding: 0 0 5rem;
  }
}
.c-kv__image .splide__slide {
  overflow: visible;
}
.c-kv__image .splide__slide img {
  max-width: 100%;
  aspect-ratio: 540/322;
  object-fit: contain;
  border-radius: var(--radius-2);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-kv__image .splide__slide img {
    height: 32.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__image .splide__slide img {
    height: 19.97rem;
    margin-bottom: 0;
  }
}
.c-kv__image .splide__pagination {
  bottom: -2rem;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-kv__image .splide__pagination {
    gap: 0.8rem;
    bottom: -0.6rem;
  }
}
.c-kv__image .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  background: var(--color-white);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-kv__image .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-kv__image .splide__pagination__page.is-active {
  transform: scale(1);
  background: var(--color-sub-2);
}

/* コンポーネント
scroll-logo エリア
----------------------------------------*/
.c-scroll-logo {
  overflow: hidden;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .c-scroll-logo {
    padding: 1.5rem 0;
  }
}
.c-scroll-logo figure {
  display: flex;
}
.c-scroll-logo figure:nth-child(2) {
  justify-content: flex-end;
}
.c-scroll-logo figure img {
  flex-shrink: 0;
  width: auto;
  height: 6.08rem;
  max-width: none;
  animation-fill-mode: forwards;
  animation-duration: 120s;
  animation-name: scroll-logo-01;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 4rem 0 0;
}
.c-scroll-logo figure:nth-child(2) img {
  animation-name: scroll-logo-02;
  margin: 0 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-scroll-logo figure + figure {
    margin-top: 0.8rem;
  }
  .c-scroll-logo figure img {
    height: 5.6rem;
  }
}

@keyframes scroll-logo-01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 4rem));
  }
}
@keyframes scroll-logo-02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% + 4rem));
  }
}
/* コンポーネント
about エリア
----------------------------------------*/
.c-about__title {
  background: linear-gradient(90deg, #E2F1FA 0%, #CEE8F9 100%);
  text-align: center;
}
.c-about__title h2 {
  font-size: var(--f-size-h5);
  line-height: 1.5;
  padding-block: 2rem;
  background: linear-gradient(180deg, #009BE3 25%, #016BB8 50%, #016BB8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c-about__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-about__service {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-about__service {
    flex-direction: column;
    gap: 2rem;
    margin: -2rem 2rem 0;
  }
}
.c-about__service-item {
  width: calc(33.3333333333% - 2.7rem);
}
@media screen and (max-width: 767px) {
  .c-about__service-item {
    width: 100%;
  }
}
.c-about__box {
  padding: 4rem;
  margin-bottom: 15rem;
  background-color: var(--color-bg-sub-3);
  box-shadow: var(--card-shadow-1);
  border-radius: var(--radius-1);
}
@media screen and (max-width: 767px) {
  .c-about__box {
    padding: 3rem 1rem;
    margin-bottom: 12.5rem;
  }
}
.c-about__box::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 7.1rem;
  background: url(../images/problem-arrow.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -12rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-about__box::after {
    width: 1.4rem;
    height: 3.5rem;
    bottom: -8.5rem;
  }
}
.c-about__box + .c-title {
  margin-bottom: 0;
}

/* コンポーネント
value エリア
----------------------------------------*/
.c-value {
  background-color: var(--color-bg-sub-3);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-value__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-value__inner > p {
  text-align: center;
  font-size: var(--f-size-h5);
  font-weight: bold;
  margin-bottom: var(--spacer-base);
  line-height: 1.5;
}
.c-value__title {
  margin-bottom: 2rem;
}
.c-value__title h2 {
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-value__title h2 {
    padding-top: 3.5rem;
  }
}
.c-value__title h2::before {
  content: "VALUE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-value__title h2 {
    line-height: 1.2;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-value__title h2::before {
    font-size: 8rem;
  }
}
.c-value__title h2 ruby rt {
  font-size: 1.8rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-value__title h2 ruby rt {
    font-size: 1.2rem !important;
    padding-bottom: 0;
  }
}
.c-value h3 {
  font-size: var(--f-size-h3);
  font-weight: bold;
  line-height: var(--l-height-h3);
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-value h3 {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
.c-value__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-value__btn {
    flex-direction: column;
  }
}
.c-value__step {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: var(--spacer-base);
  padding: 4rem;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #f1f3f6;
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
  border-radius: var(--radius-1);
}
@media screen and (max-width: 767px) {
  .c-value__step {
    flex-direction: column;
    padding: 1.2rem;
    margin-bottom: 2rem;
  }
}
.c-value__step-item {
  padding: 2rem;
  background: var(--color-bg-main);
}
@media screen and (max-width: 767px) {
  .c-value__step-item {
    width: 100%;
    height: 100%;
  }
}
.c-value__step-item h4 {
  font-size: var(--f-size-h4);
  font-weight: bold;
  line-height: var(--l-height-h4);
  margin-bottom: 0.8rem;
}
.c-value__step-item h4 small {
  color: var(--color-sub-2);
  font-size: var(--f-size-base);
}
@media screen and (max-width: 767px) {
  .c-value__step-item h4 small {
    font-size: var(--f-size-s);
  }
}
.c-value__step-item figure {
  text-align: center;
  margin-bottom: 0.9rem;
}
.c-value__step-item figure img {
  width: auto;
  height: 18.6rem;
  object-fit: cover;
}
.c-value__step-item p {
  font-size: var(--f-size-s);
}
.c-value__step-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 100%;
  background: url(../images/bg-value-01.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  right: -4.3rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-value__step-item:not(:last-child)::after {
    width: 4.8rem;
    right: -4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-value__step-item:not(:last-child)::after {
    width: 100%;
    height: 3.6rem;
    background-image: url(../images/bg-value-01-sp.svg);
    top: calc(100% - 1px);
    right: 0;
  }
}
.c-value__step-item:nth-child(1) {
  border-radius: var(--radius-1) 0 0 var(--radius-1);
}
@media screen and (min-width: 768px) {
  .c-value__step-item:nth-child(1) {
    width: 31.6071428571%;
  }
}
@media screen and (max-width: 767px) {
  .c-value__step-item:nth-child(1) {
    border-radius: var(--radius-1) var(--radius-1) 0 0;
  }
}
.c-value__step-item:nth-child(2) {
  background: var(--color-bg-sub-4);
}
@media screen and (min-width: 768px) {
  .c-value__step-item:nth-child(2) {
    width: 35%;
    padding-left: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-value__step-item:nth-child(2) {
    padding-top: 4.8rem;
    padding-bottom: 2rem;
  }
}
.c-value__step-item:nth-child(2)::after {
  background-image: url(../images/bg-value-02.svg);
}
@media screen and (max-width: 767px) {
  .c-value__step-item:nth-child(2)::after {
    background-image: url(../images/bg-value-02-sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-value__step-item:nth-child(2) figure img {
    height: 15.22rem;
  }
}
.c-value__step-item:nth-child(3) {
  background: var(--gradient-1);
  color: var(--color-white);
  border-radius: 0 var(--radius-1) var(--radius-1) 0;
}
@media screen and (min-width: 768px) {
  .c-value__step-item:nth-child(3) {
    flex: 1;
    padding-left: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-value__step-item:nth-child(3) {
    padding-top: 5.8rem;
    border-radius: 0 0 var(--radius-1) var(--radius-1);
  }
}
.c-value__step-item:nth-child(3) h4 small {
  color: var(--color-white);
}
.c-value__step-item:nth-child(3) figure {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-value__step-item:nth-child(3) figure img {
    height: 15.86rem;
  }
}
.c-value__text {
  margin-bottom: var(--spacer-base);
  font-size: var(--f-size-h5);
  font-weight: bold;
  line-height: var(--l-height-h5);
  text-align: center;
}
.c-value__logo {
  text-align: center;
  margin-bottom: 1rem !important;
}
.c-value__logo img {
  width: 21.4rem;
}
.c-value__box {
  margin-bottom: var(--spacer-base);
  padding: 1rem 4rem 4rem;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #f1f3f6;
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
  border-radius: var(--radius-1);
}
@media screen and (max-width: 767px) {
  .c-value__box {
    padding: 2rem 1.2rem 1.2rem;
    margin-bottom: 4rem;
  }
}
.c-value__col {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-value__col {
    flex-direction: column;
  }
}
.c-value__col-item figure img {
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
  border-radius: var(--radius-2);
}

/* コンポーネント
products エリア
----------------------------------------*/
.c-products {
  background-color: var(--color-white);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-products__title h2 {
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-products__title h2 {
    padding-top: 3.5rem;
  }
}
.c-products__title h2::before {
  content: "PRODUCTS";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-products__title h2 {
    padding-top: 7.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-products__title h2 {
    line-height: 1.2;
    padding-top: 1.5rem;
    letter-spacing: -0.05em;
  }
}
.c-products__title h2::before {
  color: rgba(243, 243, 245, 0.6);
  margin-bottom: var(--spacer-base);
}
@media screen and (max-width: 767px) {
  .c-products__title h2::before {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1241px) {
  .c-products__title h2 br {
    display: none;
  }
}
.c-products__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-products-linenap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap {
    margin-top: 2rem;
  }
}
.c-products-linenap__item {
  display: flex;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.05);
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item {
    flex-direction: column;
  }
}
.c-products-linenap__item + .c-products-linenap__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item + .c-products-linenap__item {
    margin-top: 2rem;
  }
}
.c-products-linenap__item--phone h3 small {
  background: linear-gradient(to top right, #00AEF6 0%, #0DB5DB 100%);
}
.c-products-linenap__item--phone h4::before {
  background-image: url(../images/ico-products_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-products-linenap__item--phone .c-products-linenap__detail {
  padding-block: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--phone .c-products-linenap__detail {
    padding: 2rem 2rem 3rem;
    background-color: #ECF5FD;
  }
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--phone .c-products-linenap__detail ul li:last-of-type {
    letter-spacing: -0.03em;
  }
}
.c-products-linenap__item--phone .c-products-linenap__image {
  background-color: #ECF5FD;
}
.c-products-linenap__item--phone .c-btn__demo {
  width: 27.6rem !important;
  padding: 1.2rem 4rem 1.2rem 1rem !important;
}
.c-products-linenap__item--meetings h3 small {
  background: linear-gradient(to top right, #0C57AE 0%, #153D8E 100%);
}
.c-products-linenap__item--meetings h4::before {
  background-image: url(../images/ico-products_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-products-linenap__item--meetings .c-products-linenap__detail {
  padding-block: 4.427rem 5.427rem;
  padding-inline: 3.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--meetings .c-products-linenap__detail {
    padding: 2rem 2rem 3rem;
    background-color: #F1F3F6;
  }
}
.c-products-linenap__item--meetings .c-products-linenap__image {
  background-color: #F1F3F6;
}
.c-products-linenap__item--meetings .c-btn__demo {
  width: 29.7rem !important;
  padding: 1.2rem 4rem 1.2rem 2rem !important;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--meetings .c-btn__demo::after {
    right: 1.8rem !important;
  }
}
.c-products-linenap__item--recpod h3 small {
  background: linear-gradient(to top right, #0A67A6 0%, #003D67 100%);
}
.c-products-linenap__item--recpod h4::before {
  background-image: url(../images/ico-products_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-products-linenap__item--recpod .c-products-linenap__detail {
  padding-block: 5.877rem 6.877rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--recpod .c-products-linenap__detail {
    padding: 2rem 2rem 3rem;
    background-color: #EAF2F8;
  }
}
.c-products-linenap__item--recpod .c-products-linenap__image {
  background-color: #EAF2F8;
}
.c-products-linenap__item--recpod .c-btn__demo {
  width: 28.5rem !important;
  padding: 1.2rem 4rem 1.2rem 2rem !important;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--recpod .c-btn__demo::after {
    right: 2.4rem !important;
  }
}
.c-products-linenap__item--callcenter h3 small {
  background: linear-gradient(to top right, #0DB5DB 0%, #00AEF6 100%);
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--callcenter h3 small {
    margin-bottom: 0.8rem !important;
  }
}
.c-products-linenap__item--callcenter h3 span {
  line-height: 1.4;
  display: inline-block;
}
.c-products-linenap__item--callcenter h4::before {
  background-image: url(../images/ico-products_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-products-linenap__item--callcenter .c-products-linenap__detail {
  padding-block: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--callcenter .c-products-linenap__detail {
    padding: 2rem 2rem 3rem;
    background-color: #ECF9FD;
  }
}
.c-products-linenap__item--callcenter .c-products-linenap__image {
  background-color: #ECF9FD;
  padding: 3rem 0rem 2rem;
}
.c-products-linenap__item--callcenter .c-btn__demo {
  width: 31.2rem !important;
  padding: 1.2rem 4rem 1.2rem 1rem !important;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__item--callcenter .c-btn__demo::after {
    right: 1.05rem !important;
  }
}
.c-products-linenap__detail {
  width: 50%;
  padding-inline: 4rem 2rem;
  border-top: 1px solid #F1F3F6;
  border-left: 1px solid #F1F3F6;
  border-bottom: 1px solid #F1F3F6;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail {
    width: 100%;
    padding: 2rem;
  }
}
.c-products-linenap__detail h3 {
  font-size: var(--f-size-h3);
  margin-top: -1.4rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail h3 {
    line-height: 1.4;
    margin-top: 0;
  }
}
.c-products-linenap__detail h3 small {
  display: inline-block;
  padding: 0.4rem 1.6rem 0.2rem;
  color: var(--color-white);
  border-radius: 9999px;
  font-size: var(--f-size-base);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail h3 small {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
.c-products-linenap__detail h4 {
  margin-left: 5rem;
  position: relative;
  font-size: var(--f-size-h3);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail h4 {
    margin-left: 4.4rem;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 2rem;
  }
}
.c-products-linenap__detail h4::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 3.52rem;
  left: -5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail h4::before {
    width: 3.4rem;
    height: 3rem;
    margin-top: 0.1rem;
    left: -4.4rem;
  }
}
.c-products-linenap__detail h5 {
  font-size: var(--f-size-h5);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail h5 {
    font-size: var(--f-size-base);
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.c-products-linenap__detail h5:last-of-type {
  margin-bottom: 0.4rem;
}
.c-products-linenap__detail p {
  margin-top: 1rem;
}
.c-products-linenap__detail hr {
  border: none;
  border-top: 1px solid #F1F3F6;
  margin-block: 2rem;
}
.c-products-linenap__detail ul {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail ul {
    margin-bottom: 3rem;
  }
}
.c-products-linenap__detail ul li {
  margin-left: 2.4rem;
  position: relative;
}
.c-products-linenap__detail ul li::before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  left: -2.4rem;
  margin-top: 0.4rem;
  background-image: url(../images/ico-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-products-linenap__detail .c-btn__demo {
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail .c-btn__demo {
    width: 29.5rem !important;
    font-size: var(--f-size-base);
  }
}
@media screen and (max-width: 767px) {
  .c-products-linenap__detail .c-btn__demo::after {
    right: 2.6rem;
  }
}
.c-products-linenap__image {
  width: 50%;
  padding: 4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__image {
    width: 100%;
    padding: 3rem 2rem 2rem;
  }
}
.c-products-linenap__image div:not(:first-of-type) {
  margin-top: 6.163rem;
}
.c-products-linenap__image div:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -14%;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border-top: 0.4rem solid #009BE3;
  border-right: 0.4rem solid #009BE3;
  transform: rotate(135deg);
  margin-top: -0.2rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__image div:not(:first-of-type)::before {
    width: 1.7rem;
    height: 1.7rem;
    border-top: 0.38rem solid #009BE3;
    border-right: 0.38rem solid #009BE3;
  }
}
@media screen and (max-width: 767px) {
  .c-products-linenap__image div:not(:first-of-type) {
    margin-top: 4.563rem;
  }
}
.c-products-linenap__image p {
  font-weight: bold;
  font-size: var(--f-size-h5);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__image p {
    line-height: 1.7;
  }
}
.c-products-linenap__image > div:first-of-type figure img {
  max-width: 40rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__image > div:first-of-type figure img {
    max-width: 30rem;
  }
}
.c-products-linenap__image > div:last-of-type figure img {
  max-width: 35rem;
  height: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-products-linenap__image > div:last-of-type figure img {
    max-width: 28rem;
  }
}
.c-products__list {
  display: flex;
  gap: 4rem;
  padding: 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-products__list {
    flex-direction: column;
    gap: 6rem;
  }
}
.c-products__list-label {
  color: var(--color-sub-3);
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-base);
  text-align: center;
}
.c-products__list-item {
  padding: 2rem;
  background: var(--color-bg-main);
  border-radius: var(--radius-1);
  width: calc(20% - 3.2rem);
}
@media screen and (max-width: 767px) {
  .c-products__list-item {
    width: 100%;
  }
}
.c-products__list-item h3 {
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-base);
  text-align: center;
  margin-bottom: 1rem;
}
.c-products__list-item picture {
  display: block;
  max-width: 13rem;
  margin: 0 auto 1rem;
}
.c-products__list-item p {
  font-size: var(--f-size-s);
  text-align: center;
}
.c-products__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 4rem;
  height: 6rem;
  background: url(../images/arrow-flow-01.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-products__list-item:not(:last-child)::after {
    background-image: url(../images/arrow-flow-01-sp.svg);
    top: 100%;
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.c-products__list-item:nth-child(2)::after {
  background-image: url(../images/arrow-flow-02.svg);
}
@media screen and (max-width: 767px) {
  .c-products__list-item:nth-child(2)::after {
    background-image: url(../images/arrow-flow-02-sp.svg);
  }
}
.c-products__list-item:nth-child(3)::after {
  background-image: url(../images/arrow-flow-03.svg);
}
@media screen and (max-width: 767px) {
  .c-products__list-item:nth-child(3)::after {
    background-image: url(../images/arrow-flow-03-sp.svg);
  }
}
.c-products__list-item:nth-child(4)::after {
  background-image: url(../images/arrow-flow-04.svg);
}
@media screen and (max-width: 767px) {
  .c-products__list-item:nth-child(4)::after {
    background-image: url(../images/arrow-flow-04-sp.svg);
  }
}
.c-products__supplement {
  font-size: var(--f-size-s);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-products__supplement {
    text-align: center;
  }
}
.c-products__btn {
  margin-top: 4rem;
}
.c-products__btn a {
  margin: 0 auto;
}

/* コンポーネント
ai エリア
----------------------------------------*/
.c-ai {
  background-color: var(--color-bg-sub-3);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-ai::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 116.8rem;
  max-height: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/bg-ai.png.webp) no-repeat center center/100% 100%;
}
.c-ai__inner {
  margin: 0 auto;
  width: 112rem;
  max-width: var(--content-max-width);
}
.c-ai__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-ai__title {
    margin-bottom: 1.5rem;
  }
}
.c-ai__title h2 {
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
  padding-top: 5.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-ai__title h2 {
    padding-top: 3.5rem;
  }
}
.c-ai__title h2::before {
  content: "AI";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-ai__title h2 {
    padding-top: 2.5rem;
    line-height: 1.25;
  }
}
.c-ai__title h3 {
  margin-bottom: 1rem;
  font-size: var(--f-size-h3);
  font-weight: bold;
  line-height: var(--l-height-h3);
  text-align: center;
}
.c-ai__title h3 sup {
  font-size: 1rem;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .c-ai__title h3 sup {
    position: absolute;
    left: 0.3rem;
    top: -0.2rem;
  }
}
.c-ai__title p {
  text-align: center;
}
.c-ai__title .text-xs {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ai__title .text-xs {
    margin-top: 1rem;
  }
}
.c-ai__tablist {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 30px rgba(34, 34, 34, 0.05);
  border-radius: var(--radius-1);
}
@media screen and (max-width: 767px) {
  .c-ai__tablist {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.6rem 0.4rem;
  }
}
.c-ai__tablist a {
  width: calc(25% - 0.8rem);
  height: 8.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(-117deg, #209cff, #18f6e9);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: var(--radius-2);
  padding: 1rem 1rem 2rem;
  color: var(--color-sub-2);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ai__tablist a {
    width: calc(33% - 0.3rem);
    height: 5.7rem;
    padding: 0.5rem 0.5rem 1rem;
    font-size: 1.2rem;
  }
}
.c-ai__tablist a small {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-ai__tablist a small {
    font-size: 1rem;
  }
}
.c-ai__tablist a:first-child {
  padding-bottom: 1rem;
}
.c-ai__tablist a[aria-selected=true] {
  background: linear-gradient(38.98deg, #209cff 27.51%, #18f6e9 109.3%);
  color: var(--color-white);
}
.c-ai__tabpanel {
  margin-bottom: var(--spacer-base);
  padding: 1rem 0 0;
  background: rgba(255, 255, 255, 0.7);
  border: 6px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(-117deg, rgba(32, 156, 255, 0.3019607843), rgba(24, 246, 233, 0.3019607843));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: var(--radius-1);
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
}
.c-ai__tabpanel h3 {
  font-size: var(--f-size-h3);
  font-weight: bold;
  line-height: var(--l-height-h3);
  text-align: center;
  color: var(--color-sub-2);
}
.c-ai__tabpanel h3 small {
  display: inline-flex;
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(-117deg, #209cff, #18f6e9);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: 0.2rem 1.5rem 0;
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-base-b);
}
@media screen and (max-width: 767px) {
  .c-ai__tabpanel h3 small {
    font-size: 1.4rem;
  }
}
.c-ai__tabpanel .splide__arrows {
  position: absolute;
  width: 100%;
  top: 50%;
}
.c-ai__tabpanel .splide__arrows .splide__arrow {
  appearance: none;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.18);
  position: absolute;
  top: -2rem;
  left: calc(10% - 3.5rem);
  z-index: 10;
  overflow: hidden;
  text-indent: -99rem;
  transition: all 0.3s;
  opacity: 1;
}
.c-ai__tabpanel .splide__arrows .splide__arrow svg {
  fill: #c2cbd8;
}
@media screen and (max-width: 767px) {
  .c-ai__tabpanel .splide__arrows .splide__arrow {
    display: none;
  }
}
@media (hover: hover) {
  .c-ai__tabpanel .splide__arrows .splide__arrow:hover {
    opacity: 1;
    background: var(--color-sub-2);
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .c-ai__tabpanel .splide__arrows .splide__arrow:hover svg {
    fill: #fff;
  }
}
.c-ai__tabpanel .splide__arrows .splide__arrow:active {
  background: #00548e;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.c-ai__tabpanel .splide__arrows .splide__arrow.splide__arrow--next {
  left: auto;
  right: calc(10% - 3.5rem);
}
.c-ai__tabpanel .swiper-button-disabled {
  opacity: 0;
}
.c-ai__list {
  position: relative;
}
.c-ai__list.splide {
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.c-ai__list.splide.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-ai__list .splide__track {
  padding: 3rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .c-ai__list .splide__track {
    padding: 1.6rem 0 6rem;
  }
}
.c-ai__list .splide__slide {
  display: flex;
  box-sizing: border-box;
  z-index: 1;
  margin-bottom: 1rem;
}
.c-ai__list .splide__slide::before {
  content: "";
  display: block;
  background: var(--color-white);
  box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.15);
  border-radius: var(--radius-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-ai__list .splide__pagination {
  bottom: 4rem;
  gap: 1.2rem;
}
.c-ai__list .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  color: #D2D8E2;
  opacity: 1;
}
.c-ai__list .splide__pagination__page.is-active {
  transform: scale(1);
  background: var(--color-sub-2);
}
.c-ai__list-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 4rem;
  background: var(--color-bg-main);
  border-radius: var(--radius-1);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-ai__list-item {
    flex-direction: column;
    padding: 2rem;
  }
}
.c-ai__list-item figure {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .c-ai__list-item figure {
    width: 100%;
  }
}
.c-ai__list-text {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .c-ai__list-text {
    width: 100%;
  }
}
.c-ai__list-text h4 {
  font-size: var(--f-size-h4);
  font-weight: bold;
  line-height: var(--l-height-h4);
  margin-bottom: 1rem;
}
.c-ai__list-text p {
  font-size: var(--f-size-s);
  text-align: left;
}
.c-ai__summary {
  margin-bottom: var(--spacer-base);
  padding: 3rem 4rem;
  background: var(--color-bg-main);
  border-radius: var(--radius-1);
  border: 1px solid #f1f3f6;
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 767px) {
  .c-ai__summary {
    padding: 2rem 2rem 4rem;
  }
}
.c-ai__summary h3 {
  font-size: var(--f-size-h3);
  font-weight: bold;
  line-height: var(--l-height-h3);
  margin-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
  color: var(--color-sub-2);
}
@media screen and (max-width: 767px) {
  .c-ai__summary h3 {
    margin-bottom: 2rem;
    font-size: var(--f-size-h2);
    padding-top: 1.3rem;
    letter-spacing: -0.04em;
  }
}
.c-ai__summary h3::before {
  content: "SUMMARY";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(243, 243, 245, 0.6);
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-ai__summary h3::before {
    font-size: 5rem;
    line-height: 0.7;
  }
}
.c-ai__summary-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-ai__summary-inner {
    flex-direction: column;
  }
}
.c-ai__summary-inner figure {
  width: 38.4615384615%;
}
@media screen and (max-width: 767px) {
  .c-ai__summary-inner figure {
    width: 100%;
  }
}
.c-ai__summary-inner ul li {
  margin-bottom: 1rem;
  padding-left: 2.4rem;
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-base-b);
}
.c-ai__summary-inner ul li:last-child {
  margin-bottom: 0;
}
.c-ai__summary-inner ul li::before {
  content: "";
  background: url(../images/common/check.svg) no-repeat center center;
  background-color: var(--color-sub-2);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.c-ai__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ai__btn {
    flex-direction: column;
  }
}

/* コンポーネント
results エリア
----------------------------------------*/
.c-results {
  background-color: var(--color-white);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-results__inner {
  margin: 0 auto;
  width: 117.6rem;
  max-width: var(--content-max-width);
}
.c-results__title {
  margin-bottom: var(--spacer-base);
}
@media screen and (max-width: 767px) {
  .c-results__title {
    margin-bottom: 4rem;
  }
}
.c-results__title h2 {
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-results__title h2 {
    padding-top: 3.5rem;
  }
}
.c-results__title h2::before {
  content: "RESULTS";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-results__title h2 {
    padding-top: 7.9rem;
    line-height: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-results__title h2 {
    line-height: 1.2;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }
}
.c-results__title h2::before {
  line-height: 0.7;
  color: rgba(243, 243, 245, 0.6);
}
.c-results__col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-results__col {
    flex-direction: column;
  }
}
.c-results__col-item figure img {
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 0.8rem;
}
.c-results__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

/* コンポーネント
case エリア
----------------------------------------*/
.c-case {
  background-color: var(--color-white);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-case__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-case__title {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: var(--f-size-h4);
  color: var(--color-main);
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-case__title {
    white-space: nowrap;
    padding-bottom: 2rem;
  }
}
.c-case__title h2 {
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-case__title h2 {
    padding-top: 3.5rem;
  }
}
.c-case__title h2::before {
  content: "CASES";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-case__title h2 {
    padding-top: 7.9rem;
    line-height: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-case__title h2 {
    line-height: 1.2;
    padding-top: 1.5rem;
  }
}
.c-case__title h2::before {
  color: rgba(243, 243, 245, 0.6) !important;
  margin-bottom: var(--spacer-base);
  line-height: 0.7;
}
.c-case__title small {
  display: block;
  font-size: 2.7rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0;
}
.wrapper > .c-case__title span {
  margin: 0 0.5rem;
}
.c-case__list {
  max-width: 102rem;
  margin: 4rem auto 7.6rem;
  display: flex;
  justify-content: space-between;
}
.c-case__list-item {
  width: 18rem;
}
.c-case__list-item h3 {
  text-align: center;
  margin-bottom: 1.8rem;
}
.c-case__list-item h3 > span:nth-child(1) {
  display: block;
  border: 0.3rem solid #0089d0;
  border-radius: 2.5rem;
  text-align: center;
  letter-spacing: 0.08rem;
  font-size: 2.4rem;
  color: #0089d0;
  padding: 0.15rem 0;
  position: relative;
  margin-bottom: 1.4rem;
}
.c-case__list-item h3 > span:nth-child(1)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7rem 1.05rem 0;
  border-color: #0089d0 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.8rem;
  margin: 0 auto;
}
.c-case__list-item h3 > span:nth-child(1)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7rem 1.05rem 0;
  border-color: #0089d0 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.8rem;
  margin: 0 auto;
  border-width: 1.4rem 0.75rem 0;
  border-color: #fff transparent transparent;
  bottom: -1.3rem;
}
.c-case__list-item h3 > span:nth-child(2) {
  font-size: 2.4rem;
  color: #0089d0;
  display: block;
  letter-spacing: 0.08rem;
  height: 6.6rem;
}
.c-case__list-item h3 > span:nth-child(2) span:nth-child(1) {
  font-size: 6.3rem;
  line-height: 1.1;
  color: #ffac14;
}
.c-case__list-item h3 > span:nth-child(2) span:nth-child(2) {
  font-size: 4.4rem;
  line-height: 1.2;
}
.c-case__list-item:nth-child(4) h3 > span:nth-child(2) span:nth-child(1) {
  font-size: 5.5rem;
  line-height: 1.2;
}
.c-case__list-item p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: -0.4rem;
  text-align: center;
}
.c-case__studies > h3 {
  text-align: center;
  font-size: var(--f-size-h3);
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-case__studies > h3 {
    margin-top: 0;
    color: var(--color-sub-2);
  }
}
.c-case__studies-link {
  display: flex !important;
  flex-direction: column !important;
}
.c-case__studies-link_txt {
  position: relative;
  font-size: 1.4rem !important;
  color: var(--color-sub-2) !important;
  text-align: right;
  margin-top: auto !important;
  padding-top: 0.6rem;
  letter-spacing: 0 !important;
}
.c-case__studies-txt {
  text-align: center;
  font-size: 3.2rem;
  color: #0089d0;
  font-weight: 700;
  letter-spacing: 0.08rem;
  margin: 2rem 0 0;
}
.c-case__studies-list {
  padding-top: 2rem;
  max-height: 55.5rem;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s, padding 0.3s;
}
.c-case__studies-list.open {
  max-height: calc(var(--max-height) + 12rem);
  padding-bottom: 5.8rem;
}
.c-case__studies-list::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14rem;
  transition: opacity 0.3s;
}
.c-case__studies-list.open::after {
  opacity: 0;
}
.c-case__studies-list ul {
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.c-case__studies-list li a {
  height: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  border-radius: 1.2rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
.c-case__studies-list figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-case__studies-list h3 {
  margin: 1.9rem 2rem 0.9rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: #222;
}
.c-case__studies-list p {
  margin: 0 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6625;
  color: #222;
}
.c-case__studies-list button {
  appearance: none;
  text-align: center;
  font-size: 1.8rem;
  width: 100%;
  display: block;
  border: 0;
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 1.6rem 1rem;
  font-weight: 700;
  color: #494949;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}
.c-case__studies-list button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089d0;
  border-right: 0.2rem solid #0089d0;
  transform: rotate(135deg);
  vertical-align: 0.4rem;
  margin: 0 0 0 1.1rem;
}
.c-case__studies-list button::before {
  content: "事例をもっと見る";
}
.c-case__studies-list.open button::before {
  content: "閉じる";
}
.c-case__studies-list.open button::after {
  transform: rotate(-45deg);
  vertical-align: 0;
}
.c-case__award {
  padding: 4rem 0 8.8rem;
}
.c-case__award h3 {
  text-align: center;
  font-size: var(--f-size-h3);
  line-height: 1.4;
}
.c-case__award figure {
  max-width: 82.1rem;
  margin: 4rem auto 0;
}
.c-case__award_note {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-case__award_note {
    text-align: left;
  }
}
.c-case__award_note-txt {
  font-size: 1.1rem;
  line-height: 1.41;
}
.c-case__award_note-txt a {
  text-decoration: underline;
}
.c-case__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-case__btn {
    flex-direction: column;
  }
}
.c-case__btn .c-btn__download {
  font-size: var(--f-size-base) !important;
}
@media screen and (max-width: 767px) {
  .c-case__btn .c-btn__download::before {
    left: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .c-case__btn .c-btn__download::after {
    right: 1rem !important;
  }
}
.c-case__btn .c-btn__demo {
  font-size: var(--f-size-base) !important;
}
@media screen and (max-width: 767px) {
  .c-case__studies-txt {
    font-size: 2.4rem;
    margin: 2.6rem 0 0;
  }
  .c-case__list {
    margin: 2rem auto 6rem;
    display: block;
  }
  .c-case__list-item {
    margin: 0 auto;
  }
  + .c-case__list-item__list-item {
    margin-top: 2rem;
  }
  .c-case__list-item h3 > span:nth-child(1) {
    font-size: 1.8rem;
    padding: 0.3rem 0;
  }
  .c-case__list-item h3 > span:nth-child(2) {
    font-size: 1.8rem;
    height: 2.5rem;
  }
  .c-case__list-item h3 > span:nth-child(2) span:nth-child(1) {
    font-size: 3.6rem;
  }
  .c-case__list-item h3 > span:nth-child(2) span:nth-child(2) {
    font-size: 2.4rem;
  }
  .c-case__list-item:nth-child(4) h3 > span:nth-child(2) span:nth-child(1) {
    font-size: 3.6rem;
    line-height: 1.15;
  }
  .c-case__list-item:nth-child(4) h3 > span:nth-child(1) {
    margin-bottom: 1.8rem;
  }
  .c-case__list-item p {
    font-size: 1.2rem;
  }
  .c-case__studies .c-case__title span {
    display: inline-block;
  }
  .c-case__studies .c-case__title span:first-letter {
    font-size: 2.6rem;
  }
  .c-case__studies-list {
    margin: 0;
    padding-top: 2.6rem;
    max-height: 161.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-case__studies-list {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-case__studies-list.open {
    max-height: calc(var(--max-height) + 12rem);
  }
  .c-case__studies-list ul {
    max-width: 28.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .c-case__studies-list p {
    font-size: 1.4rem;
    line-height: 1.88;
  }
  .c-case__award {
    padding: 5.9rem 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-case__award {
    padding: 2rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-case__award figure {
    max-width: 20rem;
    margin: 2rem auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-case__award figure {
    max-width: none;
  }
}

/* コンポーネント
title エリア
----------------------------------------*/
body.modal_open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2200;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s;
}

.modal_open .modal {
  opacity: 1;
  pointer-events: all;
}

.modal_inner {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 6rem 0;
}

.modal_box {
  width: fit-content;
  margin: 0 auto;
}

.modal_close {
  appearance: none;
  background: transparent;
  border: 0;
  display: block;
  height: 2.2rem;
  margin: 0 0 1.5rem auto;
  outline: none;
  overflow: hidden;
  text-indent: -10rem;
  transition: 0.3s;
  width: 2.2rem;
}
.modal_close::before, .modal_close::after {
  background: #fff;
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  height: 2.7rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 0.2rem;
}
.modal_close::after {
  transform: rotate(-45deg);
}

.modal_case {
  margin: 0 auto;
  display: none;
  outline: none;
}

.modal_case_inner {
  width: 90rem;
  height: 60rem;
  border-radius: 2.4rem;
  overflow: auto;
  margin: 0 auto;
  background: #fff;
}

.modal_case_head {
  background: #0089D0;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.modal_case_head figure {
  width: 40rem;
}
.modal_case_head figure img {
  width: 100%;
  height: 26.4rem;
  object-fit: cover;
}

.modal_case_head_txt {
  flex: 1;
  padding-right: 2rem;
}
.modal_case_head_txt .lebel {
  display: inline-block;
  padding: 0.4rem 1.6rem 0.2rem;
  color: var(--color-sub-2);
  border-radius: 9999px;
  font-size: var(--f-size-base);
  line-height: 1.8;
  margin-bottom: 2rem;
  background-color: #EBF7FF;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal_case_head_txt .lebel {
    margin-bottom: 1rem;
  }
}
.modal_case_head_txt h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 1rem;
}
.modal_case_head_txt dl {
  display: grid;
  grid-template-columns: 9rem auto;
  gap: 0.4rem 0;
  color: #0089D0;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.modal_case_head_txt dl dt {
  background: #EBF7FF;
  border-radius: 0.4rem 0 0 0.4rem;
  font-weight: 600;
  padding: 0.38rem 0.8rem;
}
.modal_case_head_txt dl dd {
  background: #fff;
  border-radius: 0 0.4rem 0.4rem 0;
  font-weight: 500;
  padding: 0.38rem 0.8rem;
}

.modal_case_contents {
  padding: 2rem 2rem 1.9rem;
}

.modal_case_item {
  background: #F1F3F6;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.modal_case_item + .modal_case_item {
  margin-top: 2rem;
}
.modal_case_item:nth-child(2n) {
  background: #EBF7FF;
}
.modal_case_item h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0089D0;
  margin-bottom: 1rem;
}
.modal_case_item p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #002649;
  margin-left: 2.6rem;
}

@media screen and (max-width: 767px) {
  .modal_inner {
    padding: 2rem 0;
  }
  .modal_case_inner {
    width: 34.5rem;
    max-width: calc(100vw - 4rem);
    max-height: calc(100dvh - 5rem);
  }
  .modal_case_head {
    display: block;
    padding: 2.5rem 2rem 2rem;
  }
  .modal_case_head figure {
    width: auto;
    margin-top: 2rem;
  }
  .modal_case_head figure img {
    height: 20.1rem;
  }
  .modal_case_head_txt {
    padding-right: 0;
  }
  .modal_case_head_txt h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modal_case_head_txt h2 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .modal_case_item h3 {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0.1rem 0 1rem;
  }
  .modal_case_item p {
    margin-left: 0;
  }
}
/* コンポーネント
integrations エリア
----------------------------------------*/
.c-integrations {
  background-color: var(--color-bg-sub-1);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-integrations__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-integrations__title {
  margin-bottom: var(--spacer-base);
}
.c-integrations__title h2 {
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__title h2 {
    padding-top: 3.5rem;
  }
}
.c-integrations__title h2::before {
  content: "INTEGRATIONS";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-integrations__title h2 {
    padding-top: 7.9rem;
    line-height: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-integrations__title h2 {
    line-height: 1.2;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }
}
.c-integrations__title h2::before {
  line-height: 0.7;
  font-size: clamp(4rem, 13vw, var(--f-size-h2-bg));
}
.c-integrations__title > p {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__title > p {
    text-align: center;
    margin-top: 1rem;
  }
}
.c-integrations__step {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: var(--spacer-base);
  padding: 3.63rem;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #F1F3F6;
  box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .c-integrations__step {
    flex-direction: column;
    padding: 1.2rem;
  }
}
.c-integrations__step-item {
  padding: 1.8rem 2rem 2.4rem;
  background: var(--color-bg-main);
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40.58rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item {
    padding: 5rem 2rem 2rem;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.c-integrations__step-item h3 {
  font-size: var(--f-size-h4);
  font-weight: bold;
  line-height: var(--l-height-h4);
  margin-bottom: 0.8rem;
}
.c-integrations__step-item h3 small {
  color: var(--color-sub-2);
  font-size: var(--f-size-base);
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item h3 small {
    font-size: var(--f-size-s);
  }
}
.c-integrations__step-item picture {
  display: block;
  margin: 0 auto 1rem;
}
.c-integrations__step-item p {
  font-size: var(--f-size-s);
}
.c-integrations__step-item:not(:last-child) figure {
  text-align: center;
}
.c-integrations__step-item:not(:last-child) figure img {
  width: 27.72rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:not(:last-child) figure img {
    width: 26rem;
  }
}
.c-integrations__step-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 100%;
  background: url(../images/bg-value-01.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  right: -3.8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:not(:last-child)::after {
    width: 100%;
    height: 3.6rem;
    background-image: url(../images/bg-value-01-sp.svg);
    top: calc(100% - 1px);
    right: 0;
  }
}
.c-integrations__step-item:nth-child(1) {
  border-radius: var(--radius-1) 0 0 var(--radius-1);
}
@media screen and (min-width: 768px) {
  .c-integrations__step-item:nth-child(1) {
    width: 31.6071428571%;
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(1) {
    border-radius: var(--radius-1) var(--radius-1) 0 0;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(1) img {
    width: 26rem;
  }
}
.c-integrations__step-item:nth-child(2) {
  background: linear-gradient(90deg, #FFFFFF 0%, #E6F4FF 40%, #D2EBFE 100%);
}
@media screen and (min-width: 768px) {
  .c-integrations__step-item:nth-child(2) {
    width: 32.6785714286%;
    padding-left: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(2) {
    padding: 5rem 2rem 2rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #E6F4FF 40%, #D2EBFE 100%);
  }
}
.c-integrations__step-item:nth-child(2) figure {
  text-align: center;
}
.c-integrations__step-item:nth-child(2) figure img {
  width: 25.3rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(2) figure img {
    width: 18.74rem;
  }
}
.c-integrations__step-item:nth-child(2)::after {
  background-image: url(../images/bg-integrations.svg);
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(2)::after {
    background-image: url(../images/bg-integrations-sp.svg);
  }
}
.c-integrations__step-item:nth-child(3) {
  border-radius: 0 var(--radius-1) var(--radius-1) 0;
}
@media screen and (min-width: 768px) {
  .c-integrations__step-item:nth-child(3) {
    flex: 1;
    padding-left: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(3) {
    border-radius: 0 0 var(--radius-1) var(--radius-1);
  }
}
.c-integrations__step-item:nth-child(3) figure {
  text-align: center;
}
.c-integrations__step-item:nth-child(3) figure img {
  width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__step-item:nth-child(3) figure img {
    width: 100%;
    margin-bottom: 0.93rem;
  }
}
.c-integrations__col {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 2.4rem;
  text-align: center;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__col {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.8rem;
  }
}
.c-integrations__col-item {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-integrations__col-item {
    width: 100%;
  }
}
.c-integrations__col-item h3 {
  margin-top: 1rem;
  font-size: var(--f-size-h4);
  line-height: 1.4;
}
.c-integrations__col-item p {
  margin-top: 1rem;
}
.c-integrations__col-item figure img {
  max-width: 18rem;
  height: auto;
}
.c-integrations__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-integrations__btn {
    flex-direction: column;
  }
}

/* コンポーネント
support エリア
----------------------------------------*/
.c-support {
  background-color: var(--color-bg-sub-2);
  padding-top: var(--spacer-section);
  padding-bottom: var(--spacer-section);
}
.c-support__title h2 {
  margin-bottom: 2rem;
  position: relative;
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  text-align: center;
  z-index: 1;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-support__title h2 {
    padding-top: 3.5rem;
  }
}
.c-support__title h2::before {
  content: "SUPPORT";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  font-size: var(--f-size-h2-bg);
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  font-family: var(--font-base);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-support__title h2 {
    padding-top: 7.9rem;
    line-height: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-support__title h2 {
    line-height: 1.2;
    padding-top: 1.5rem;
    margin-bottom: 0;
  }
}
.c-support__title h2::before {
  line-height: 0.7;
}
.c-support__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-support__list {
  display: flex;
  gap: 4rem;
  padding: 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-support__list {
    flex-direction: column;
    gap: 4rem;
  }
}
.c-support__list-label {
  color: var(--color-sub-2);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.c-support__list-item {
  padding: 2rem;
  background: var(--color-bg-main);
  border-radius: var(--radius-1);
  width: calc(20% - 3.2rem);
}
@media screen and (max-width: 767px) {
  .c-support__list-item {
    width: 100%;
  }
}
.c-support__list-item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: var(--l-height-base);
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-support__list-item h3 {
    margin-bottom: 0;
  }
}
.c-support__list-item picture {
  display: block;
  max-width: 13rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .c-support__list-item picture {
    margin-bottom: 0.4rem;
  }
}
.c-support__list-item p {
  font-size: var(--f-size-base);
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-support__list-item p {
    font-size: 1.4rem;
  }
}
.c-support__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 4rem;
  height: 6rem;
  background: url(../images/arrow-flow-01.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-support__list-item:not(:last-child)::after {
    height: 4rem;
    background-image: url(../images/arrow-flow-01-sp.svg);
    top: 100%;
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.c-support__list-item:nth-child(2)::after {
  background-image: url(../images/arrow-flow-02.svg);
}
@media screen and (max-width: 767px) {
  .c-support__list-item:nth-child(2)::after {
    background-image: url(../images/arrow-flow-02-sp.svg);
  }
}
.c-support__list-item:nth-child(3)::after {
  background-image: url(../images/arrow-flow-03.svg);
}
@media screen and (max-width: 767px) {
  .c-support__list-item:nth-child(3)::after {
    background-image: url(../images/arrow-flow-03-sp.svg);
  }
}
.c-support__list-item:nth-child(4)::after {
  background-image: url(../images/arrow-flow-04.svg);
}
@media screen and (max-width: 767px) {
  .c-support__list-item:nth-child(4)::after {
    background-image: url(../images/arrow-flow-04-sp.svg);
  }
}
.c-support__supplement {
  font-size: var(--f-size-s);
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-support__supplement {
    text-align: center;
  }
}
.c-support__col {
  padding-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-support__col {
    padding-top: 2rem;
    flex-direction: column;
  }
}
.c-support__col-item {
  text-align: center;
}
.c-support__col-item h3 {
  margin-top: 1rem;
  font-size: var(--f-size-h4);
  line-height: 1.4;
}
.c-support__col-item p {
  margin-top: 1rem;
  font-size: var(--f-size-base);
}
.c-support__col-item p span {
  padding-left: 0.5em;
  font-size: 1.2rem;
}
.c-support__btn {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-support__btn {
    flex-direction: column;
  }
}

/* コンポーネント
cta エリア
----------------------------------------*/
.c-cta {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
  background-image: url("../images/bg-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-top: 23.9rem;
    padding-bottom: 6rem;
  }
}
.c-cta::before, .c-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.c-cta::before {
  width: 46.6rem;
  height: 25.2rem;
  right: 50%;
  margin-right: 40rem;
  background-image: url(../images/img-cta_01.png);
}
@media screen and (max-width: 1024px) {
  .c-cta::before {
    margin-right: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta::before {
    display: none;
  }
}
.c-cta::after {
  width: 45.9rem;
  height: 28.3rem;
  left: 50%;
  margin-left: 40rem;
  background-image: url(../images/img-cta_02.png);
}
@media screen and (max-width: 1024px) {
  .c-cta::after {
    margin-left: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta::after {
    width: 34.5rem;
    height: 19.35rem;
    background-image: url(../images/img-cta-sp.png);
    top: 3.5rem;
    left: auto;
    right: 0;
    margin-left: 0;
    transform: translate(0, 0);
  }
}
.c-cta__inner {
  margin: 0 auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  text-align: center;
}
.c-cta__title h2 {
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title h2 {
    line-height: 1.2;
  }
}
.c-cta__title p {
  font-size: var(--f-size-base);
  line-height: 1.8;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title p {
    margin-bottom: 4rem;
  }
}
.c-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn .c-btn__download {
    width: 52rem;
    padding-inline: 14rem 12rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn .c-btn__download::before {
    left: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn .c-btn__download::after {
    right: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn .c-btn__demo {
    width: 52rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn .c-btn__demo::after {
    right: 18rem;
  }
}

/* コンポーネント
footer エリア
----------------------------------------*/
.c-footer {
  background: var(--color-white);
  padding: 5rem 0 7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 3rem 0 7rem;
  }
}
.c-footer__pagetop {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  z-index: 100;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop {
    width: 4.8rem;
    height: 4.8rem;
    right: 1.6rem;
    bottom: 8rem;
  }
}
.c-footer__pagetop img {
  width: 100%;
  height: 100%;
  display: block;
}
.c-footer__pagetop.ab {
  position: absolute;
  top: 5rem;
  right: 2rem;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .c-footer__pagetop.ab {
    top: 3rem;
  }
}
.c-footer__inner {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    display: block;
    width: auto;
    margin: 0 1.6rem;
  }
}
.c-footer__logo {
  width: 23.5rem;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    width: auto;
    margin-right: 0;
  }
}
.c-footer__logo > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__logo > a {
    width: fit-content;
  }
}
.c-footer__logo > a img {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .c-footer__logo > a img {
    width: 23rem;
  }
}
.c-footer__navi {
  width: 53.8rem;
  max-width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  columns: 3;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .c-footer__navi {
    margin-top: 4rem;
    columns: 1;
  }
}
.c-footer__navi li {
  break-inside: avoid;
  padding: 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .c-footer__navi li {
    padding: 0.6rem 0;
  }
}
.c-footer__sns {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-footer__sns {
    margin-top: 1.6rem;
    width: 21rem;
  }
}
.c-footer__security {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 3rem auto 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footer__security {
    width: auto;
    margin: 2.8rem 1.6rem 2.8rem;
    flex-wrap: wrap;
  }
}
.c-footer__security-pmark {
  width: 7.1rem;
  margin-right: 1.5rem;
}
.c-footer__security-pmark a {
  display: block;
}
.c-footer__security-isms {
  width: 11.5rem;
}
.c-footer__security-text {
  font-family: var(--font-base);
  font-size: 1.2rem;
  margin: 0.2rem 0 0 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-footer__security-text {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}
.c-footer__security-bnr {
  width: 34.2rem;
  margin: 0 0 2.3rem auto;
}
@media screen and (max-width: 767px) {
  .c-footer__security-bnr {
    width: 100%;
    margin: 2.8rem 0 0;
  }
}
.c-footer__link {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  font-family: var(--font-base);
  padding: 6.1rem 0 1.2rem;
}
@media screen and (max-width: 1024px) {
  .c-footer__link {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__link {
    border-top: 0.1rem solid #E1E6EC;
    margin: 0 1.6rem;
    padding: 4rem 0 2.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-footer__link li {
  margin: 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-footer__link li {
    width: 100%;
    margin: 0 0 0.8rem;
    text-align: center;
  }
  .c-footer__link li:last-child {
    width: auto;
    margin: 0 0 0 2rem;
  }
  .c-footer__link li:nth-last-child(2) {
    width: auto;
    margin: 0;
  }
}
@media (hover: hover) {
  .c-footer__link a:hover {
    opacity: 1;
    color: var(--color-sub-2);
  }
  .c-footer__link a:hover[target=_blank]::after {
    background-image: url(../images/common/icon-external-blue.svg);
  }
}
.c-footer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.c-footer__copyright {
  font-family: var(--font-base);
  text-align: center;
  font-size: 1.2rem;
}

/* page
----------------------------------------*/
.p-lp .blue {
  color: var(--color-sub-2);
}
.p-lp .white {
  color: var(--color-white);
}
.p-lp .accent {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-lp .text-xs {
  font-size: var(--f-size-xs);
  line-height: 1.41;
}
.p-lp__contents {
  padding-top: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-lp__contents {
    padding-top: 7rem;
  }
}

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