@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500&display=swap");

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 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: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * 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;
}
/**
 * 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;
}
/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* 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;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
:root {
  --font-ja: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --font-en: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  --fs-16: 16rem;
  --fs-19: 19rem;
  --fs-22: 22rem;
  --fs-28: 28rem;
  --fs-32: 32rem;
  --fs-38: 38rem;
  --fs-40: 40rem;
  --fs-46: 46rem;
  --fs-52: 52rem;
  --fs-64: 64rem;
  --fs-80: 80rem;
  --fs-124: 124rem;
  --fs-142: 142rem;
  --fs-162: 162rem;
}
@media (max-width: 768px) {
  :root {
    --fs-16: 12rem;
    --fs-19: 14rem;
    --fs-22: 14rem;
    --fs-28: 16rem;
    --fs-32: 17rem;
    --fs-38: 19rem;
    --fs-40: 20rem;
    --fs-46: 16rem;
    --fs-52: 32rem;
    --fs-64: 19rem;
    --fs-80: 30rem;
    --fs-124: 55rem;
    --fs-142: 55rem;
    --fs-162: 55rem;
  }
}
:root {
  --white: #fff;
  --black: #000;
  --text-color: #111111;
  --text-color-hover: #2c2c2c;
  --text-color-gray: #a2a9ac;
  --text-color-gray-dark: #939393;
  --accent-color: #16aaef;
  --accent-color-hover: #1ab6ff;
  --button-color: #353e41;
  --button-color-hover: #4d5c5f;
  --border-color: #dadada;
  --bg-color-light: #eff5f7;
  --bg-color-dark: #e6ecee;
  --accent-gradation-color: linear-gradient(90deg, #1baae4, #43d7ce);
  --accent-gradation-color-dark: linear-gradient(90deg, #1baae4, #2dc4bb);
  --bg-gradation-color: linear-gradient(-116deg, #d3e4e9, #ffffff);
  --bg-gradation-color-lower: linear-gradient(-116deg, #eff6f8, #ffffff);
  --bg-gradation-color-light: linear-gradient(-116deg, #eff5f7bd, #ffffffbd);
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
html {
  text-size-adjust: 100%;
  touch-action: manipulation;
  font-size: min(10px, 0.0520833333vw);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}
body {
  font-family: var(--font-ja);
  font-size: var(--fs-19);
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--text-color);
}
@media (max-width: 768px) {
  body {
    line-height: 1.8;
  }
}
table {
  width: 100%;
}
.js-mv-fadein, .js-element-fadein, .js-shape-draw {
  opacity: 0;
}
.swiper-pagination {
  position: relative !important;
  width: auto !important;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 20rem !important;
  background: var(--text-color);
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 12rem !important;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
}
.swiper-button-prev {
  margin-top: 0 !important;
  width: 60rem;
  height: 60rem;
  border-radius: 100px;
  background: var(--button-color);
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    width: 30rem;
    height: 30rem;
  }
}
.swiper-button-prev svg {
  display: none;
}
.swiper-button-prev::before {
  display: inline-block;
  margin-left: 3rem;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  rotate: -135deg;
  z-index: 10;
}
@media (max-width: 768px) {
  .swiper-button-prev::before {
    width: 6px;
    height: 6px;
  }
}
.swiper-button-next {
  margin-top: 0 !important;
  width: 60rem;
  height: 60rem;
  border-radius: 100px;
  background: var(--button-color);
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}
@media (max-width: 768px) {
  .swiper-button-next {
    width: 30rem;
    height: 30rem;
  }
}
.swiper-button-next svg {
  display: none;
}
.swiper-button-next::before {
  display: inline-block;
  margin-right: 3rem;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  rotate: 45deg;
  z-index: 10;
}
@media (max-width: 768px) {
  .swiper-button-next::before {
    width: 6px;
    height: 6px;
  }
}
.swiper-tool-wrapper {
  height: 60rem;
  margin-top: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  position: relative;
}
@media (max-width: 768px) {
  .swiper-tool-wrapper {
    height: 30rem;
    margin-top: 20rem;
    gap: 12rem;
  }
}
.l-header {
  width: 100%;
  height: 80rem;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 16rem;
  z-index: 1000;
  transform: none;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .l-header {
    height: 60rem;
  }
}
.l-header.is-spmenu-open {
  transform: translateX(calc(60rem - 100%));
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--white);
  transition: all 0.5s;
}
.is-hover-dropdown .l-header__inner, .is-scroll .l-header__inner {
  background: rgba(255, 255, 255, 0.7);
}
.l-header__blur {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(200% - 60rem);
  height: 100%;
  background: rgba(17, 17, 17, 0);
  z-index: -10;
  transition: all 0.5s;
}
.l-header__blur::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}
.is-hover-dropdown .l-header__blur {
  background: rgba(17, 17, 17, 0.5);
  height: 100vh;
  height: 100lvh;
}
.is-spmenu-open .l-header__blur {
  background: rgba(17, 17, 17, 0.5);
  height: 100vh;
  height: 100lvh;
}
.l-header__block {
  display: flex;
}
@media (max-width: 768px) {
  .l-header__block {
    display: none;
  }
}
.l-header__logo {
  padding-left: 40rem;
  padding-block: 10rem;
  display: flex;
  gap: 30rem;
  align-items: center;
  font-size: 18rem;
  font-weight: 800;
  letter-spacing: 0;
  opacity: 1;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-header__logo {
    padding-left: 20rem;
    padding-block: 15rem;
    gap: 15rem;
    font-size: 13rem;
  }
}
.l-header__logo:hover {
  opacity: 0.5;
}
.l-header__logo img {
  width: auto;
  height: 100%;
}
.l-header__menu {
  padding-inline: 31rem;
  display: flex;
  align-items: center;
  gap: 31rem;
}
.l-header__menu__item {
  height: 100%;
  transition: all 0.5s;
}
.l-header__menu__item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--bg-color-light);
  font-weight: 700;
  transition: all 0.5s;
}
.header-black .l-header__menu__item__link {
  color: var(--button-color);
}
.l-header__menu__item__link > span {
  visibility: hidden;
  background-image: var(--accent-gradation-color-dark);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
}
.is-hover .l-header__menu__item__link > span {
  visibility: visible;
  opacity: 1;
}
.is-hover-dropdown .l-header__menu__item__link, .is-scroll .l-header__menu__item__link {
  color: var(--button-color);
}
.is-hover .l-header__menu__item__link {
  color: transparent;
}
.l-header__cv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200rem;
  color: var(--bg-color-light);
  background: var(--button-color);
  position: relative;
  overflow: hidden;
}
.l-header__cv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #4d5c5f;
  transform-origin: right;
  transition: transform 0.5s;
  transform: scaleX(0);
}
.l-header__cv > span {
  position: relative;
  z-index: 10;
}
.l-header__cv.is-link-hover span {
  animation: slide-in 0.5s;
}
.l-header__cv.is-link-hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.l-header__dropdown {
  visibility: hidden;
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  left: 0;
  top: 79rem;
  color: var(--text-color);
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-bottom: 1px solid var(--white);
  opacity: 0;
  transition: all 0.5s;
}
.is-hover .l-header__dropdown {
  visibility: visible;
  opacity: 1;
}
.l-header__dropdown__title {
  flex: 1;
  padding: 40rem;
}
.l-header__dropdown__title p {
  margin-bottom: 16rem;
  font-family: var(--font-en);
  font-size: 94rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.l-header__dropdown__menu {
  padding-right: 40rem;
  display: grid;
  width: 50%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 150rem);
}
.l-header__dropdown__menu--3rows {
  grid-template-rows: repeat(3, 150rem);
}
.l-header__dropdown__link {
  display: flex;
  align-items: center;
  font-size: 22rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid var(--white);
  position: relative;
}
.l-header__dropdown__link:nth-child(odd) {
  padding-right: 20rem;
}
.l-header__dropdown__link:nth-child(odd) .l-header__dropdown__arrow {
  right: 20rem;
}
.l-header__dropdown__link:nth-child(odd)::before {
  content: "";
  width: 1px;
  height: calc(100% - 40rem);
  background: var(--white);
  position: absolute;
  right: 0;
}
.l-header__dropdown__link:nth-child(even) {
  padding-left: 20rem;
}
.l-header__dropdown__link:nth-child(even) .l-header__dropdown__arrow {
  right: 0;
}
.l-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--button-color);
  width: 60rem;
  height: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .l-header__hamburger {
    display: flex;
  }
}
.l-header__hamburger span {
  width: 30rem;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  background: var(--white);
  transition: all 0.5s;
}
.l-header__hamburger span:nth-child(1) {
  transform: translateY(-8rem);
}
.is-spmenu-open .l-header__hamburger span:nth-child(1) {
  transform: rotate(24deg);
}
.is-spmenu-open .l-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger span:nth-child(3) {
  transform: translateY(8rem);
}
.is-spmenu-open .l-header__hamburger span:nth-child(3) {
  transform: rotate(-24deg);
}
.l-header__sp-menu {
  width: calc(100% - 60rem);
  height: 100vh;
  height: 100lvh;
  background: rgba(255, 255, 255, 0.7);
  border-left: 1px solid var(--white);
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
  transform: translateX(100%);
}
.l-header__sp-menu__inner {
  padding-bottom: 80rem;
}
.l-header__sp-menu__buttons {
  width: 500rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 90rem 50rem;
  gap: 20rem;
  position: absolute;
  right: 40rem;
  bottom: 40rem;
}
@media (max-width: 768px) {
  .l-header__sp-menu__buttons {
    padding: 20rem;
    width: 100%;
    grid-template-rows: 60rem 35rem;
    gap: 10rem;
    font-size: 13rem;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.l-header__sp-menu__buttons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--accent-color);
  border-radius: 4px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .l-header__sp-menu__buttons__link {
    border-radius: 2px;
  }
}
.l-header__sp-menu__buttons__link p {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.l-header__sp-menu__buttons__link img {
  height: auto;
}
.l-header__sp-menu__buttons__link:nth-child(1) {
  grid-area: 1/1/2/2;
}
.l-header__sp-menu__buttons__link:nth-child(1) p {
  align-items: flex-end;
}
.l-header__sp-menu__buttons__link:nth-child(1) img {
  width: 10rem;
  transform: translateY(-3rem);
}
.l-header__sp-menu__buttons__link:nth-child(2) {
  grid-area: 1/2/2/3;
}
.l-header__sp-menu__buttons__link:nth-child(2) img {
  width: 11rem;
  margin-top: 2rem;
}
.l-header__sp-menu__buttons__link:nth-child(3) {
  font-size: 13rem;
  grid-area: 2/1/3/3;
  background: var(--button-color);
}
.l-header__sp-menu__buttons__link:nth-child(3) img {
  width: 10rem;
}
.l-header__sp-menu__block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-inline: 20rem;
  border-top: 1px solid var(--white);
}
.l-header__sp-menu__link {
  width: 100%;
  display: flex;
  align-items: center;
  padding-block: 20rem;
}
.l-header__sp-menu__en {
  font-family: var(--font-en);
  letter-spacing: 0;
  font-size: 34rem;
  line-height: 0.8;
}
.l-header__sp-menu__title {
  margin-top: 10rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.2;
  background-image: var(--accent-gradation-color-dark);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.l-header__sp-menu__arrow {
  right: 20rem;
}
.l-header__sp-menu__list {
  padding-bottom: 20rem;
  display: inline-flex;
  flex-direction: column;
  gap: 8rem;
  font-size: 13rem;
  font-weight: 600;
  color: var(--button-color);
}
.l-header__sp-menu__list__link {
  padding-left: 10rem;
  display: flex;
  align-items: center;
  position: relative;
}
.l-header__sp-menu__list__link::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--button-color);
  border-radius: 100px;
  position: absolute;
  left: 0;
}
.l-footer-cv {
  padding-block: 120rem;
  background: #eff5f7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-footer-cv {
    padding-block: 60rem;
  }
}
.l-footer-cv__svg {
  width: 1853rem;
  height: auto;
  position: absolute;
  right: 960rem;
  bottom: 306rem;
  filter: blur(8px);
}
@media (max-width: 768px) {
  .l-footer-cv__svg {
    width: 426.19rem;
    right: 200rem;
    bottom: 270rem;
    transform: rotate(-80deg);
  }
}
.l-footer-cv__inner {
  display: flex;
  gap: 80rem;
  position: relative;
}
@media (max-width: 768px) {
  .l-footer-cv__inner {
    flex-direction: column;
    gap: 60rem;
  }
}
.l-footer-cv__inner__item {
  width: 800rem;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer-cv__inner__item {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l-footer-cv__inner__item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.l-footer-cv__heading-right {
  display: inline-block;
  margin-left: auto;
  right: 0;
}
.l-footer-cv__text {
  margin-top: 70rem;
}
@media (max-width: 768px) {
  .l-footer-cv__text {
    margin-top: 24rem;
    text-align: left;
  }
}
.l-footer-cv__link {
  margin-top: 60rem;
  width: 100%;
  height: 100rem;
  padding-inline: 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-footer-cv__link {
    margin-top: 32rem;
    height: 65rem;
    padding-inline: 20rem;
    font-size: 15rem;
  }
}
.l-footer-cv__link > p {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.l-footer-cv__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--accent-color);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.l-footer-cv__link.is-link-hover > p {
  color: var(--white);
  animation: slide-in 0.5s;
}
.l-footer-cv__link.is-link-hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.l-footer-cv__link__icon {
  width: 60rem;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  border-radius: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-footer-cv__link__icon {
    width: 30rem;
    height: 30rem;
  }
}
.l-footer-cv__link__icon img {
  width: 17rem;
  height: auto;
}
@media (max-width: 768px) {
  .l-footer-cv__link__icon img {
    width: 13rem;
  }
}
.l-footer {
  padding-block: 120rem;
  font-size: 14rem;
  font-weight: 700;
  background: var(--white);
}
@media (max-width: 768px) {
  .l-footer {
    padding-block: 60rem;
    font-size: 13rem;
  }
}
.l-footer__inner {
  padding-inline: 180rem;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding-inline: 20rem;
  }
}
.l-footer__main {
  padding-bottom: 80rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .l-footer__main {
    padding-bottom: 50rem;
    flex-direction: column;
  }
}
.l-footer__main::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--accent-gradation-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer__company__logo {
  width: min(260px, 260rem);
  height: auto;
}
@media (max-width: 768px) {
  .l-footer__company__logo {
    width: 168rem;
  }
}
.l-footer__company__address {
  margin-top: 56rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-footer__company__address {
    margin-top: 20rem;
  }
}
.l-footer__company__link {
  width: 220rem;
  margin-top: 32rem;
  display: inline-flex;
  justify-content: space-between;
  padding: 6rem 20rem;
  color: var(--white);
  background: var(--button-color);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-footer__company__link {
    width: auto;
    gap: 5rem;
    margin-top: 20rem;
    border-radius: 2px;
  }
}
.l-footer__company__link > span {
  position: relative;
  z-index: 10;
}
.l-footer__company__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--button-color-hover);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.l-footer__company__link.is-link-hover span {
  animation: slide-in 0.5s;
}
.l-footer__company__link.is-link-hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.l-footer__company__link img {
  width: 14rem;
  height: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-footer__company__link img {
    width: 10rem;
  }
}
.l-footer__menu {
  display: flex;
  gap: 80rem;
}
@media (max-width: 768px) {
  .l-footer__menu {
    margin-top: 50rem;
    flex-direction: column;
    gap: 40rem;
  }
}
.l-footer__sitemap {
  display: flex;
  gap: 80rem;
  font-size: 16rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .l-footer__sitemap {
    justify-content: space-between;
    gap: 23rem;
    font-size: 14rem;
  }
}
.l-footer__sitemap__inner {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.l-footer__sitemap__inner a {
  opacity: 1;
  transition: opacity 0.5s;
}
.l-footer__sitemap__inner .is-link-hover {
  opacity: 0.5;
}
.l-footer__sitemap__list {
  font-size: 14rem;
  color: var(--text-color-gray);
}
@media (max-width: 768px) {
  .l-footer__sitemap__list {
    font-size: 13rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
}
.l-footer__buttons__link {
  width: 320rem;
  height: 60rem;
  padding-inline: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16rem;
  font-weight: 500;
  color: var(--white);
  background: var(--accent-color);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-footer__buttons__link {
    width: 100%;
    height: 45rem;
    padding-inline: 20rem;
    font-size: 14rem;
    border-radius: 2px;
  }
}
.l-footer__buttons__link > span {
  position: relative;
  z-index: 10;
}
.l-footer__buttons__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--accent-color-hover);
  transform-origin: right;
  transition: transform 0.5s;
  transform: scaleX(0);
}
.l-footer__buttons__link.is-link-hover > span {
  animation: slide-in 0.5s;
}
.l-footer__buttons__link.is-link-hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.l-footer__buttons__link img {
  width: 16rem;
  height: auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-footer__buttons__link img {
    width: 13rem;
  }
}
.l-footer__buttons__link:nth-child(2) {
  margin-top: 32rem;
  background: var(--button-color);
}
@media (max-width: 768px) {
  .l-footer__buttons__link:nth-child(2) {
    margin-top: 16rem;
  }
}
.l-footer__buttons__link:nth-child(2)::before {
  background: var(--button-color-hover);
}
.l-footer__buttons__link:nth-child(2) img {
  width: 14rem;
}
@media (max-width: 768px) {
  .l-footer__buttons__link:nth-child(2) img {
    width: 13rem;
  }
}
.l-footer__info {
  margin-top: 30rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__info {
    margin-top: 50rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__info__links {
  display: flex;
  gap: 32rem;
  flex-wrap: wrap;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .l-footer__info__links {
    gap: 30rem;
  }
}
.l-footer__info__links a {
  opacity: 1;
  transition: opacity 0.5s;
}
.l-footer__info__links .is-link-hover {
  opacity: 0.5;
}
.l-footer__info__copyright {
  margin-top: 16rem;
  display: block;
  font-family: var(--font-en);
  font-weight: 300;
  color: var(--text-color-gray);
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .l-footer__info__copyright {
    margin-top: 30rem;
    font-size: 12rem;
  }
}
.l-footer__info__marks {
  width: min(324px, 324rem);
}
@media (max-width: 768px) {
  .l-footer__info__marks {
    width: 222rem;
    margin-top: 30rem;
  }
}
.l-footer__info__marks img {
  width: 100%;
  height: auto;
}
.l-section {
  position: relative;
}
.l-section--simple {
  padding-bottom: 140rem;
}
@media (max-width: 768px) {
  .l-section--simple {
    padding-bottom: 65rem;
  }
}
.l-section--service-top {
  padding-block: 200rem 0;
  background: transparent;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .l-section--service-top {
    padding-block: 46rem 0;
  }
}
.l-section--lower {
  padding-block: 200rem;
  background: transparent;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .l-section--lower {
    padding-block: 100rem;
  }
}
.l-section--lower-404 {
  padding-block: 0 200rem;
  background: transparent;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .l-section--lower-404 {
    padding-block: 50rem 100rem;
  }
}
.l-section--lower-sp-pt-none {
  padding-block: 200rem;
  background: transparent;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .l-section--lower-sp-pt-none {
    padding-block: 0 100rem;
  }
}
.l-section--lower-pb-none {
  padding-block: 200rem 0;
  background: transparent;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .l-section--lower-pb-none {
    padding-block: 100rem 0;
  }
}
.l-section--lower-sm-top {
  padding-block: 200rem;
  background: transparent;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .l-section--lower-sm-top {
    padding-block: 46rem 100rem;
  }
}
.l-section--bg-light {
  background: var(--bg-color-light);
}
.l-section--bg-white-blur {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.l-section--bg-white {
  background: var(--white);
}
.l-section--bg-dark {
  background: var(--bg-color-dark);
}
.l-section--bg-gradation {
  background: var(--bg-gradation-color);
}
.l-section--bg-gradation-lower {
  background: var(--bg-gradation-color-lower);
}
.l-section--bg-gradation-light {
  background: var(--bg-gradation-color-light);
}
.l-section--bg-company {
  background: var(--white);
}
@media (max-width: 768px) {
  .l-section--bg-company {
    background: var(--bg-gradation-color-light);
  }
}
.l-section--outline {
  margin-top: 200rem;
  padding-top: 200rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .l-section--outline {
    margin-top: 0;
    padding-top: 46rem;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.l-section__inner {
  padding-inline: 40rem;
  position: relative;
}
@media (max-width: 768px) {
  .l-section__inner {
    padding-inline: 20rem;
  }
}
.l-section__inner-sm {
  padding-inline: 180rem;
  position: relative;
}
@media (max-width: 768px) {
  .l-section__inner-sm {
    padding-inline: 20rem;
  }
}
.l-section__contents {
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .l-section__contents {
    margin-top: 50rem;
  }
}
@media (max-width: 768px) {
  .l-section__sp-sm-width {
    padding-left: 30rem;
  }
}
.l-section__slideshow {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -10;
  background: var(--white);
}
.l-section__slideshow .swiper-slide {
  position: relative;
  z-index: -10;
}
.l-section__slideshow__blur {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.l-section__slideshow__bg-color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
}
.l-section__slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom-in 18s linear 0s normal both;
  animation-play-state: paused;
}
.l-section__slideshow .swiper-slide-active img {
  animation-play-state: running;
}
.l-section__slideshow .swiper {
  width: 100%;
  height: 100%;
}
.l-section__wrapper-top {
  background: var(--bg-gradation-color);
  position: relative;
  overflow: clip;
}
.l-section__wrapper-top__svg {
  width: 3560rem;
  position: absolute;
  top: 440rem;
  right: -940rem;
}
@media (max-width: 768px) {
  .l-section__wrapper-top__svg {
    width: 818.8rem;
    top: 152rem;
    right: -213rem;
  }
}
.l-section__wrapper-simple {
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.l-cv {
  width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  position: fixed;
  bottom: 40rem;
  right: 0;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .l-cv {
    display: none;
  }
}
.l-cv.is-cv-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.l-cv__link {
  width: 100%;
  height: 180rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  color: var(--white);
  font-size: 14rem;
  writing-mode: vertical-rl;
  background: var(--accent-color);
  border-radius: 4px 0 0 4px;
  transition: all 0.5s;
}
.l-cv__link.is-link-hover {
  background: var(--accent-color-hover);
}
.l-cv__link:nth-child(1) > img {
  width: 13rem;
}
.l-cv__link:nth-child(2) > img {
  width: 14rem;
}
.l-cv__link:nth-child(3) {
  padding: 20rem 0;
  height: auto;
  background: var(--button-color);
}
.l-cv__link:nth-child(3).is-link-hover {
  background: var(--button-color-hover);
}
.l-cv__link:nth-child(3) > img {
  width: 13rem;
}
.l-cv__link__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-cv__link__en {
  writing-mode: sideways-rl;
  padding-left: 2rem;
}
.u-deco-dot {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-family: var(--font-en);
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .u-deco-dot {
    padding-left: 8px;
    font-size: 13rem;
    font-weight: 400;
  }
}
.u-deco-dot::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--text-color);
  border-radius: 100%;
  position: absolute;
  left: 0;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .u-deco-dot::before {
    width: 3px;
    height: 3px;
  }
}
.current .u-deco-dot::before {
  background: var(--border-color);
}
.is-link-hover .u-deco-dot {
  color: var(--accent-color);
}
.is-link-hover .u-deco-dot::before {
  background-color: var(--accent-color);
}
@media (max-width: 768px) {
  .u-dp-blk-pc {
    display: none;
  }
}
.u-dp-blk-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-dp-blk-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-dp-inblk-pc {
    display: none;
  }
}
.u-dp-inblk-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-dp-inblk-sp {
    display: inline-block;
  }
}
.u-pdr-pc-40 {
  padding-right: 40rem;
}
@media (max-width: 768px) {
  .u-pdr-pc-40 {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .u-pdr-sp-20 {
    padding-right: 20rem;
  }
}
@media (max-width: 768px) {
  .u-pdt-sp-16 {
    padding-top: 16rem;
  }
}
@media (max-width: 768px) {
  .u-pdl-sp-30 {
    padding-left: 30rem;
  }
}
.u-mgt-merit {
  padding-top: 60rem;
}
@media (max-width: 768px) {
  .u-mgt-merit {
    padding-top: 0;
  }
}
.u-mgt-values {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .u-mgt-values {
    margin-top: 10rem;
  }
}
.u-mgt-map {
  margin-top: 200rem;
  padding-inline: 70rem;
}
@media (max-width: 768px) {
  .u-mgt-map {
    margin-top: 40rem;
    padding-inline: 0;
  }
}
.u-mgt-text {
  margin-top: 70rem;
}
@media (max-width: 768px) {
  .u-mgt-text {
    margin-top: 40rem;
  }
}
.u-mgt-button {
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .u-mgt-button {
    margin-top: 50rem;
  }
}
.u-mgt-100 {
  padding-top: 100rem;
}
@media (max-width: 768px) {
  .u-mgt-100 {
    padding-top: 50rem;
  }
}
.u-mgt-100-30 {
  padding-top: 100rem;
}
@media (max-width: 768px) {
  .u-mgt-100-30 {
    padding-top: 30rem;
  }
}
.u-mgt-80 {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .u-mgt-80 {
    margin-top: 50rem;
  }
}
.u-mgt-60-16 {
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .u-mgt-60-16 {
    margin-top: 16rem;
  }
}
.u-mgt-40 {
  padding-top: 40rem;
}
@media (max-width: 768px) {
  .u-mgt-40 {
    padding-top: 30rem;
  }
}
@media (max-width: 768px) {
  .u-mgr-sp-020 {
    margin-right: -20rem;
  }
}
.u-ws-nowrap {
  white-space: nowrap;
}
.u-wd-100 {
  width: 100%;
  height: auto;
}
.u-wd-figure {
  max-width: 800px;
}
@media (max-width: 768px) {
  .u-lh-sp-16 {
    line-height: 1.6;
  }
}
.u-img-value-4 {
  object-position: 8%;
}
@media (max-width: 768px) {
  .u-img-value-5 {
    scale: 1.5;
  }
}
.u-img-field_event {
  object-position: 72% 0;
}
@media (max-width: 768px) {
  .u-img-field_event {
    object-position: 50% 35%;
  }
}
.u-img-field_office {
  object-position: 20%;
}
@media (max-width: 768px) {
  .u-img-field_office {
    object-position: 20% 35%;
  }
}
.u-img-field_creative {
  object-position: 70%;
}
.u-img-field_telephone {
  object-position: 70%;
}
.c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  background: var(--button-color);
  border-radius: 100px;
  position: absolute;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .c-arrow {
    width: 25rem;
    height: 25rem;
  }
}
.current .c-arrow {
  background: var(--border-color);
}
.c-arrow::before {
  display: inline-block;
  margin-right: 3rem;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  rotate: 45deg;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-arrow::before {
    width: 6px;
    height: 6px;
  }
}
.c-arrow::after {
  content: "";
  width: 110%;
  height: 110%;
  background: #4d5c5f;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
}
.is-link-hover .c-arrow::after {
  transform-origin: left;
  transform: scaleX(1);
}
.is-link-hover .c-arrow::before {
  animation: arrow-slide 0.5s;
}
@keyframes arrow-slide {
  0% {
    opacity: 0;
    translate: -10rem;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
.c-arrow-lg {
  width: 60rem;
  height: 60rem;
}
@media (max-width: 768px) {
  .c-arrow-lg {
    width: 30rem;
    height: 30rem;
  }
}
@media (max-width: 768px) {
  .c-arrow-sp-sm {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 768px) {
  .c-arrow-sp-sm::before {
    width: 4rem;
    height: 4rem;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  padding-inline: 20rem;
  width: 320rem;
  height: 60rem;
  font-size: var(--fs-19);
  color: var(--white);
  background: var(--button-color);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-button {
    padding-inline: 12rem;
    width: 240rem;
    height: 45rem;
    border-radius: 2px;
  }
}
.c-button span {
  position: relative;
  z-index: 10;
}
.c-button.is-link-hover span {
  animation: slide-in 0.5s;
}
.c-button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  right: 20rem;
  transform: rotate(45deg);
  z-index: 10;
}
@media (max-width: 768px) {
  .c-button::before {
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    right: 12rem;
  }
}
.c-button::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--button-color-hover);
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.c-button.is-link-hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.c-button--white {
  background: var(--white);
  color: var(--button-color);
}
.c-button--white::before {
  border-color: var(--button-color);
}
.c-button--white::after {
  background: var(--bg-color-dark);
}
.c-button--black {
  background: var(--text-color);
  color: var(--white);
}
.c-button--black::before {
  border-color: var(--white);
}
.c-button--black::after {
  background: var(--text-color-hover);
}
.c-button--cv {
  background: var(--accent-color);
}
.c-button--cv::after {
  background: var(--accent-color-hover);
}
.c-button--cv img {
  width: 18rem;
  height: auto;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-button--cv img {
    width: 13rem;
  }
}
.c-button--icon {
  justify-content: space-between;
  align-items: center;
}
.c-button--icon::before {
  display: none;
}
.c-button--icon > img {
  width: 14rem;
  height: auto;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-button--icon > img {
    width: 13rem;
  }
}
.c-button__wrapper-center {
  text-align: center;
}
.c-glass {
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  border: 1px solid var(--white);
  box-shadow: 0px 0px 20px 0px rgba(46, 46, 64, 0.04), 0px 0px 32px 0px rgba(255, 255, 255, 0.2) inset;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-glass {
    border-radius: 4px;
  }
}
.c-glass-40 {
  background: rgba(255, 255, 255, 0.4);
}
.c-glass-87 {
  background: rgba(255, 255, 255, 0.87);
}
.c-glass-100 {
  background: rgb(255, 255, 255);
}
.c-glass--border {
  border-color: var(--border-color);
}
.c-bg-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-bg-text--sp-none {
    display: none;
  }
}
.c-bg-text__inner {
  display: flex;
  animation: loop-text 60s linear infinite;
  margin-top: -22rem;
}
@media (max-width: 768px) {
  .c-bg-text__inner {
    margin-top: -9rem;
  }
}
.c-bg-text--bottom .c-bg-text__inner {
  margin-top: 0;
  margin-bottom: -20rem;
}
@media (max-width: 768px) {
  .c-bg-text--bottom .c-bg-text__inner {
    margin-bottom: -8rem;
  }
}
.c-bg-text__inner span {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 6rem;
  letter-spacing: 0;
  color: #dae6ea;
  white-space: nowrap;
  font-size: 400rem;
  opacity: 0.34;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .c-bg-text__inner span {
    font-size: 150rem;
  }
}
.c-anchor-link {
  position: fixed;
  left: 0;
  bottom: 40rem;
  z-index: 100;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-anchor-link {
    bottom: 20rem;
  }
}
.c-anchor-link > * {
  height: 50rem;
  cursor: pointer;
  padding-block: 15rem;
  padding-inline: 40rem 15rem;
  background: var(--button-color);
  border-radius: 0 100px 100px 0;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .c-anchor-link > * {
    min-width: 50vw;
    height: auto;
    padding-block: 25rem;
    padding-inline: 20rem;
    border-radius: 0 4px 4px 0;
  }
}
.c-anchor-link__open {
  width: fit-content;
  display: inline-flex;
  gap: 40rem;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .c-anchor-link__open {
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 25rem;
  }
}
.is-box-close .c-anchor-link__open {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .is-box-close-sp .c-anchor-link__open {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
  }
}
.c-anchor-link__close {
  display: inline-flex;
  padding-right: 40rem;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .c-anchor-link__close {
    padding-block: 15rem;
    border-radius: 0 100px 100px 0;
  }
}
.is-box-close .c-anchor-link__close {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .is-box-close-sp .c-anchor-link__close {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
.c-anchor-link__list {
  display: flex;
  gap: 40rem;
}
@media (max-width: 768px) {
  .c-anchor-link__list {
    flex-direction: column;
    gap: 25rem;
  }
}
.c-anchor-link__list__item {
  display: flex;
}
.c-anchor-link__link {
  padding-left: 16px;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 20rem;
  line-height: 0.8;
  letter-spacing: 0.02em;
  color: var(--white);
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 768px) {
  .c-anchor-link__link {
    padding-left: 13px;
    font-size: 12rem;
  }
}
.c-anchor-link__link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: var(--white);
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .c-anchor-link__link::before {
    width: 5px;
    height: 5px;
  }
}
.c-anchor-link__link:hover {
  opacity: 0.4;
}
.c-anchor-link--ja .c-anchor-link__open .c-anchor-link__link {
  font-family: var(--font-ja);
  font-size: 17rem;
}
@media (max-width: 768px) {
  .c-anchor-link--ja .c-anchor-link__open .c-anchor-link__link {
    font-size: 12rem;
  }
}
.c-anchor-link__closebutton {
  width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--border-color);
  border-radius: 100px;
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .c-anchor-link__closebutton {
    width: 13rem;
    height: 13rem;
  }
}
.c-anchor-link__closebutton::before, .c-anchor-link__closebutton::after {
  content: "";
  width: 12rem;
  height: 2px;
  position: absolute;
  background: var(--button-color);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .c-anchor-link__closebutton::before, .c-anchor-link__closebutton::after {
    width: 9rem;
    height: 1px;
  }
}
.c-anchor-link__closebutton::after {
  transform: rotate(-45deg);
}
.c-anchor-link__closebutton:hover {
  transform: rotate(180deg);
}
.c-category-links {
  padding-top: 100rem;
  padding-inline: 40rem;
}
@media (max-width: 768px) {
  .c-category-links {
    padding-top: 25rem;
    padding-inline: 20rem;
  }
}
.c-category-links__inner {
  height: 80rem;
  display: flex;
}
@media (max-width: 768px) {
  .c-category-links__inner {
    padding-block: 10rem;
    height: auto;
    flex-wrap: wrap;
    gap: 10rem 0;
  }
}
.c-category-links__item {
  display: grid;
  grid-template-areas: "stack-link";
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 16rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .c-category-links__item {
    padding-block: 4rem;
    width: 50%;
    flex: auto;
    font-size: 12rem;
  }
}
.c-category-links__item > * {
  grid-area: stack-link;
  transition: all 0.5s;
}
.c-category-links__item > span:nth-child(1) {
  opacity: 1;
}
.c-category-links__item > span:nth-child(2) {
  grid-area: stack-link;
  background-image: var(--accent-gradation-color-dark);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  visibility: hidden;
  opacity: 0;
}
.c-category-links__item:hover > span:nth-child(1) {
  opacity: 0;
}
.c-category-links__item:hover > span:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.c-category-links__item.current {
  color: var(--border-color);
  pointer-events: none;
}
.c-category-links__item::after {
  content: "";
  width: 1px;
  height: calc(100% - 40rem);
  background: var(--border-color);
  position: absolute;
  right: 0;
  top: 20rem;
}
@media (max-width: 768px) {
  .c-category-links__item::after {
    height: 100%;
    top: 0;
  }
}
.c-category-links__item:last-child::after {
  display: none;
}
@media (max-width: 768px) {
  .c-category-links__item:nth-child(even)::after {
    display: none;
  }
}
.c-shape__wrapper {
  position: relative;
  overflow: clip;
}
.c-shape--blur {
  filter: blur(8px);
}
.c-shape--blur-pc {
  filter: blur(8px);
}
@media (max-width: 768px) {
  .c-shape--blur-pc {
    filter: blur(0);
  }
}
.c-shape--lower-top__wrapper {
  width: 100%;
  overflow-x: clip;
  position: relative;
}
.c-shape--lower-top {
  width: 2967rem;
  height: auto;
  position: absolute;
  top: -190rem;
  right: -680rem;
}
@media (max-width: 768px) {
  .c-shape--lower-top {
    width: 756rem;
    top: 46rem;
    right: -268rem;
  }
}
.c-shape--lower01 {
  width: 1564rem;
  height: auto;
  position: absolute;
  top: -250rem;
  left: -530rem;
}
@media (max-width: 768px) {
  .c-shape--lower01 {
    width: 360rem;
    top: -43rem;
    left: -42rem;
  }
}
.c-shape--outline {
  width: 1564rem;
  height: auto;
  position: absolute;
  top: -250rem;
  left: -530rem;
}
@media (max-width: 768px) {
  .c-shape--outline {
    width: 360rem;
    top: 110rem;
    left: -42rem;
  }
}
.c-shape--lower02 {
  width: 2455rem;
  height: auto;
  position: absolute;
  bottom: -350rem;
  right: -530rem;
}
@media (max-width: 768px) {
  .c-shape--lower02 {
    width: 564rem;
    bottom: auto;
    top: 96rem;
    right: -99rem;
  }
}
.c-shape--lower02-sp-mt {
  width: 2455rem;
  height: auto;
  position: absolute;
  bottom: -350rem;
  right: -530rem;
}
@media (max-width: 768px) {
  .c-shape--lower02-sp-mt {
    width: 564rem;
    bottom: auto;
    top: 340rem;
    right: -99rem;
  }
}
.c-shape--lower02-sp-bottom {
  width: 2455rem;
  height: auto;
  position: absolute;
  bottom: -350rem;
  right: -530rem;
}
@media (max-width: 768px) {
  .c-shape--lower02-sp-bottom {
    width: 564rem;
    bottom: 10rem;
    right: -99rem;
  }
}
.c-shape--lower02-sp-bottom-hidden {
  width: 2455rem;
  height: auto;
  position: absolute;
  bottom: -350rem;
  right: -530rem;
}
@media (max-width: 768px) {
  .c-shape--lower02-sp-bottom-hidden {
    width: 564rem;
    bottom: -57rem;
    right: -159rem;
  }
}
.c-shape--lower03 {
  width: 1576rem;
  height: auto;
  position: absolute;
  top: -150rem;
  right: -614rem;
}
@media (max-width: 768px) {
  .c-shape--lower03 {
    width: 360rem;
    top: -38rem;
    right: -210rem;
  }
}
.c-shape--lower04 {
  width: 3708rem;
  height: auto;
  position: absolute;
  top: 400rem;
  right: -930rem;
}
@media (max-width: 768px) {
  .c-shape--lower04 {
    width: 756rem;
    top: 186rem;
    right: -190rem;
  }
}
.c-grid-50 {
  --_column: 2;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
}
@media (max-width: 768px) {
  .c-grid-50 {
    --_column: 1;
    gap: 50rem;
  }
}
.c-grid-50-none-gap {
  --_column: 2;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
}
@media (max-width: 768px) {
  .c-grid-50-none-gap {
    --_column: 1;
  }
}
.c-grid-2col-line {
  --_column: 2;
  --_gap: 80rem;
  --_gap-per-row: calc(var(--_gap) * 1);
  display: grid;
  grid-template-columns: 1fr var(--_gap) 1fr;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .c-grid-2col-line {
    --_column: 1;
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.c-grid-2col-line > * {
  position: relative;
}
.c-grid-2col-line > *::before {
  content: "";
  width: calc(100% * var(--_column) + var(--_gap-per-row));
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media (max-width: 768px) {
  .c-grid-2col-line > *::before {
    width: 100%;
    display: block;
  }
}
.c-grid-2col-line > *:nth-child(3n+1)::before {
  display: block;
}
.c-grid-3col-line {
  --_column: 3;
  --_gap: 80rem;
  --_gap-per-row: calc(var(--_gap) * 2);
  display: grid;
  grid-template-columns: 1fr 80rem 1fr 80rem 1fr;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .c-grid-3col-line {
    --_column: 1;
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.c-grid-3col-line > * {
  position: relative;
}
.c-grid-3col-line > *::before {
  content: "";
  width: calc(100% * var(--_column) + var(--_gap-per-row));
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
@media (max-width: 768px) {
  .c-grid-3col-line > *::before {
    width: 100%;
    display: block;
  }
}
.c-grid-3col-line > *:nth-child(5n+5)::before {
  display: block;
}
.c-grid-50-cards {
  --_column: 2;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 20rem;
}
@media (max-width: 768px) {
  .c-grid-50-cards {
    --_column: 1;
    gap: 10rem;
  }
}
.c-grid-70 {
  display: grid;
  grid-template-columns: 1fr 1360rem;
}
@media (max-width: 768px) {
  .c-grid-70 {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
.c-grid-70-none-gap {
  --_template:
  "side main"
  / 1fr 1360rem;
  display: block grid;
  grid-template: var(--_template);
}
@media (max-width: 768px) {
  .c-grid-70-none-gap {
    --_template:
    "side"
    "main"
    / 1fr;
  }
}
.c-grid-70-none-gap .c-grid__main {
  grid-area: main;
}
.c-grid-download {
  --_column: 3;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 100rem 80rem;
}
@media (max-width: 768px) {
  .c-grid-download {
    --_column: 1;
    gap: 50rem;
  }
}
.c-grid-left-sticky {
  position: relative;
}
.c-grid-left-sticky__image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-grid-left-sticky__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-grid-left-sticky__image {
  transition: opacity 0.8s;
  position: absolute;
  top: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .c-grid-left-sticky__image {
    transition: none;
    position: relative;
    opacity: 1;
    top: auto;
    left: auto;
  }
}
.c-grid-left-sticky__image.active {
  opacity: 1;
}
.c-grid-left-sticky__left {
  position: relative;
}
.c-grid-left-sticky__left__inner {
  position: sticky;
  top: 80rem;
  width: 100%;
  height: calc(100vh - 160rem);
  max-height: 1000rem;
}
.c-grid-left-sticky__left__inner :where(img) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-grid-left-sticky__right {
  padding-inline: 100rem 60rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (max-width: 768px) {
  .c-grid-left-sticky__right {
    padding-inline: 0;
    gap: 100rem;
  }
}
.c-grid-left-sticky__right__item {
  padding-bottom: 200rem;
}
@media (max-width: 768px) {
  .c-grid-left-sticky__right__item {
    padding-bottom: 0;
    min-height: auto;
  }
}
.c-grid-left-sticky__right__item:last-child {
  padding-bottom: 0;
}
.c-grid-left-sticky--solution .c-grid-left-sticky__left__inner {
  height: calc(100vh - 80rem);
}
@media (max-width: 768px) {
  .c-grid-left-sticky--solution .c-grid-left-sticky__right {
    gap: 40rem;
  }
}
.c-list > * {
  border-bottom: 1px solid var(--border-color);
}
.c-list--top-border {
  border-top: 1px solid var(--border-color);
}
.c-pagination {
  margin-top: 80rem;
  width: fit-content;
  margin-inline: auto;
  padding: 18rem 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination a {
  opacity: 1;
  transition: all 0.5s;
}
.c-pagination a:hover {
  opacity: 0.5;
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 16rem;
  height: 20rem;
  font-family: var(--font-en);
  font-size: 16rem;
  line-height: 1;
  border-right: 1px solid var(--border-color);
}
.c-pagination .page-numbers:first-child, .c-pagination .page-numbers:nth-last-child(-n+2) {
  border: none;
}
.c-pagination .page-numbers.current {
  color: var(--border-color);
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  padding-inline: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 100px;
  background: var(--button-color);
  position: relative;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.next::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  position: absolute;
  transform: rotate(45deg);
}
.c-pagination .page-numbers.prev.current, .c-pagination .page-numbers.next.current {
  background: var(--border-color);
}
.c-pagination .page-numbers.prev {
  margin-right: 20rem;
}
.c-pagination .page-numbers.prev::before {
  transform: rotate(-135deg);
}
.c-pagination .page-numbers.next {
  margin-left: 20rem;
}
.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
  font-size: 14rem;
  color: var(--text-color-gray-dark);
}
@media (max-width: 768px) {
  .c-breadcrumbs {
    gap: 8rem;
    font-size: 12rem;
  }
}
.c-breadcrumbs__item {
  padding-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.c-breadcrumbs__item::before {
  content: "";
  width: 6px;
  height: 6px;
  display: none;
  border-top: 1px solid var(--text-color-gray-dark);
  border-right: 1px solid var(--text-color-gray-dark);
  position: absolute;
  right: 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .c-breadcrumbs__item::before {
    width: 5px;
    height: 5px;
  }
}
.c-breadcrumbs__item:not(:last-child) {
  padding-right: 13rem;
}
@media (max-width: 768px) {
  .c-breadcrumbs__item:not(:last-child) {
    padding-right: 11rem;
  }
}
.c-breadcrumbs__item:not(:last-child)::before {
  display: block;
}
.c-heading-lv2__heading {
  padding-left: 28rem;
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-28);
  font-weight: 800;
  letter-spacing: 0.13em;
  background-image: var(--accent-gradation-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (max-width: 768px) {
  .c-heading-lv2__heading {
    padding-left: 15rem;
  }
}
.c-heading-lv2__heading::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--accent-color);
  position: absolute;
  left: 0;
  top: 25rem;
}
@media (max-width: 768px) {
  .c-heading-lv2__heading::before {
    width: 5px;
    height: 5px;
    top: 13rem;
  }
}
.c-heading-lv2__num > span {
  padding-right: 20rem;
  font-family: var(--font-en);
  font-size: 40rem;
  font-weight: 300;
  letter-spacing: 0;
  color: #2dbfda;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-heading-lv2__num > span {
    padding-right: 13rem;
    font-size: 24rem;
  }
}
.c-heading-lv2__num .c-heading-lv2__heading {
  padding: 0;
}
.c-heading-lv2__num .c-heading-lv2__heading::before {
  display: none;
}
.c-heading-lv2__en {
  margin-top: 10rem;
  font-family: var(--font-en);
  font-size: var(--fs-142);
  letter-spacing: 0;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .c-heading-lv2__en {
    margin-top: 6rem;
    letter-spacing: -0.04em;
  }
}
.c-heading-lv2__en__slash {
  display: inline-block;
  position: relative;
  margin-right: 80rem;
}
.c-heading-lv2__en__slash::after {
  content: "";
  width: 10rem;
  height: calc(100% - 16rem);
  background: var(--text-color);
  position: absolute;
  top: 8rem;
  right: -18rem;
  transform: skewX(-20deg);
  transform-origin: bottom left;
}
@media (max-width: 768px) {
  .c-heading-lv2__en__slash::after {
    width: 3rem;
    height: calc(100% - 4rem);
    top: 2rem;
    right: -7rem;
  }
}
.c-heading-lv2__en__slash-sm {
  display: inline-block;
  position: relative;
  margin-right: 50rem;
}
.c-heading-lv2__en__slash-sm::after {
  content: "";
  width: 10rem;
  height: calc(100% - 24rem);
  background: var(--text-color);
  position: absolute;
  top: 10rem;
  right: -10rem;
  transform: skewX(-20deg);
  transform-origin: bottom left;
}
@media (max-width: 768px) {
  .c-heading-lv2__en__slash-sm::after {
    width: 3rem;
    height: calc(100% - 10rem);
    top: 5rem;
    right: -7rem;
  }
}
.c-heading-lv2--lg .c-heading-lv2__en {
  margin-top: 0;
  font-size: var(--fs-162);
}
@media (max-width: 768px) {
  .c-heading-lv2--lg .c-heading-lv2__en {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .c-heading-lv2--sp-sm .c-heading-lv2__en {
    font-size: 45rem;
  }
}
@media (max-width: 768px) {
  .c-heading-lv2--sp-sm-event .c-heading-lv2__en {
    font-size: 50rem;
  }
}
.c-heading-lv2--center {
  text-align: center;
}
.c-heading-lv2--white {
  color: var(--white);
}
.c-heading-lv2--white .c-heading-lv2__heading {
  background-image: none;
  -webkit-text-fill-color: var(--white);
  font-weight: 700;
}
.c-heading-lv2--white .c-heading-lv2__heading::before {
  background: var(--white);
}
.c-heading-lv2--none-dot .c-heading-lv2__heading {
  padding-left: 0;
}
.c-heading-lv2--none-dot .c-heading-lv2__heading::before {
  display: none;
}
.c-heading-lv2--contact-us {
  text-align: center;
}
.c-heading-lv2--contact-us .c-heading-lv2__heading {
  padding-left: 0;
}
@media (max-width: 768px) {
  .c-heading-lv2--contact-us .c-heading-lv2__heading {
    font-size: 15rem;
    line-height: 1.6;
  }
}
.c-heading-lv2--contact-us .c-heading-lv2__heading::before {
  display: none;
}
@media (max-width: 768px) {
  .c-heading-lv2--contact-us .c-heading-lv2__en {
    margin-top: 20rem;
    font-size: 48rem;
  }
}
.c-heading-lv2--line {
  padding-bottom: 70rem;
  border-bottom: 1px solid var(--accent-color);
}
@media (max-width: 768px) {
  .c-heading-lv2--line {
    padding-bottom: 20rem;
  }
}
.c-heading-lg {
  font-size: var(--fs-38);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .c-heading-lg--sp-sm {
    font-size: 17rem;
  }
}
.c-heading-md {
  font-size: var(--fs-32);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .c-heading-md--sp-sm {
    font-size: 15rem;
  }
}
.c-heading-md--service {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-heading-md--service {
    font-size: 15rem;
    letter-spacing: 0.08em;
  }
}
.c-heading-sm {
  font-size: var(--fs-28);
  font-weight: 700;
  line-height: 1.4;
}
.c-heading-sm--line {
  padding-bottom: 24rem;
  border-bottom: 1px solid var(--accent-color);
}
.c-heading-ss {
  display: block;
  font-size: 22rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .c-heading-ss {
    font-size: 12rem;
  }
}
.c-heading-lead {
  font-size: var(--fs-64);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .c-heading-lead {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .c-heading-lead--sp-lg {
    font-size: 30rem;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .c-heading-lead--service {
    letter-spacing: 0;
  }
}
.c-heading-en {
  font-family: var(--font-en);
  font-size: var(--fs-124);
  letter-spacing: 0;
  line-height: 0.9;
  position: relative;
}
@media (max-width: 768px) {
  .c-heading-en {
    line-height: 0.9;
  }
}
.c-heading-en__num {
  display: block;
  font-size: 40rem;
  margin-left: -50rem;
}
@media (max-width: 768px) {
  .c-heading-en__num {
    margin-left: -30rem;
    font-size: 24rem;
    padding-bottom: 20rem;
  }
}
.c-heading-en--sm {
  font-size: var(--fs-80);
}
.c-heading-en--line {
  padding-bottom: 70rem;
}
@media (max-width: 768px) {
  .c-heading-en--line {
    padding-bottom: 40rem;
  }
}
.c-heading-en--line::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--accent-gradation-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .c-heading-en--line::before {
    width: calc(100% + 20rem);
  }
}
.c-heading-en--line[data-color="#2dbfda"]::before {
  background: #2dbfda;
}
.c-heading-en--line[data-color="#2dbfda"] .c-heading-en__num {
  color: #2dbfda;
}
.c-heading-en--line[data-color="#48e1d4"]::before {
  background: #48e1d4;
}
.c-heading-en--line[data-color="#48e1d4"] .c-heading-en__num {
  color: #48e1d4;
}
.c-heading-en--line[data-color="#16aaef"]::before {
  background: #16aaef;
}
.c-heading-en--line[data-color="#16aaef"] .c-heading-en__num {
  color: #16aaef;
}
.c-text-lead {
  font-size: var(--fs-22);
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .c-text-lead {
    line-height: 1.8;
  }
}
.c-text-lead--service {
  line-height: 2;
}
@media (max-width: 768px) {
  .c-text-lead--service {
    line-height: 1.8;
  }
}
.c-text-note {
  display: inline-block;
  font-size: 14rem;
  color: var(--text-color-gray-dark);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .c-text-note {
    font-size: 12rem;
    line-height: 1.75;
  }
}
.c-text-note__target {
  display: inline-block;
  font-size: 60%;
  transform: translateY(-40%);
}
.c-text-note-lead {
  padding-right: 110rem;
  text-align: right;
  display: block;
  font-size: 19rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-text-note-lead {
    padding-right: 0;
    margin-top: 10rem;
    font-size: 14rem;
    font-weight: 800;
    line-height: 1.75;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .c-text-sp-sm {
    font-size: 13rem;
  }
}
.c-text-dot {
  padding-left: 16rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-text-dot {
    padding-left: 15rem;
  }
}
.c-text-dot::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: var(--accent-color);
  border-radius: 100px;
  position: absolute;
  top: 15rem;
  left: 0;
}
@media (max-width: 768px) {
  .c-text-dot::before {
    width: 5rem;
    height: 5rem;
    top: 10rem;
  }
}
@media (max-width: 768px) {
  .c-text-dot {
    line-height: 1.8;
  }
}
.c-stack-lead {
  padding-top: 180rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .c-stack-lead {
    padding-top: 36rem;
    padding-left: 30rem;
  }
}
.c-stack-lead > *:nth-child(2) {
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .c-stack-lead > *:nth-child(2) {
    margin-top: 35rem;
  }
}
.c-stack-lead > *:nth-child(3) {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .c-stack-lead > *:nth-child(3) {
    margin-top: 50rem;
  }
}
.c-stack-lead > *:nth-child(4) {
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .c-stack-lead > *:nth-child(4) {
    margin-top: 20rem;
  }
}
.c-stack-cards {
  --_column: 1;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 20rem;
}
@media (max-width: 768px) {
  .c-stack-cards {
    gap: 10rem;
  }
}
.c-stack-cards--lg {
  gap: 80rem;
}
@media (max-width: 768px) {
  .c-stack-cards--lg {
    gap: 10rem;
  }
}
.c-stack-text {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .c-stack-text {
    padding-left: 30rem;
  }
}
.c-stack-text > *:nth-child(2) {
  padding-top: 65rem;
}
@media (max-width: 768px) {
  .c-stack-text > *:nth-child(2) {
    padding-top: 40rem;
  }
}
.c-stack-text > *:nth-child(3) {
  padding-top: 70rem;
}
@media (max-width: 768px) {
  .c-stack-text > *:nth-child(3) {
    padding-top: 30rem;
  }
}
.c-stack-access {
  display: flex;
  flex-direction: column;
}
.c-stack-access > *:nth-child(even) {
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .c-stack-access > *:nth-child(even) {
    margin-top: 20rem;
  }
}
.c-stack-access > *:nth-child(2n+3) {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .c-stack-access > *:nth-child(2n+3) {
    margin-top: 30rem;
  }
}
.c-stack-solution {
  padding-bottom: 350rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .c-stack-solution {
    padding-bottom: 0;
  }
}
.c-stack-solution:last-child {
  padding-bottom: 150rem;
}
@media (max-width: 768px) {
  .c-stack-solution:last-child {
    padding-bottom: 0;
  }
}
.c-stack-solution:first-child {
  padding-top: 150rem;
}
@media (max-width: 768px) {
  .c-stack-solution:first-child {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .c-stack-solution > *:nth-child(2) {
    padding-top: 30rem;
  }
}
.c-stack-solution > *:nth-child(3) {
  padding-top: 65rem;
}
@media (max-width: 768px) {
  .c-stack-solution > *:nth-child(3) {
    padding-top: 16rem;
  }
}
.c-stack-solution > *:nth-child(4) {
  padding-top: 30rem;
}
@media (max-width: 768px) {
  .c-stack-solution > *:nth-child(4) {
    padding-top: 10rem;
  }
}
.c-card-line {
  padding: 50rem 60rem;
}
@media (max-width: 768px) {
  .c-card-line {
    padding: 24rem 30rem;
  }
}
.c-card-line__text {
  padding-top: 40rem;
  margin-top: 40rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-card-line__text {
    padding-top: 20rem;
    margin-top: 20rem;
  }
}
.c-card-line__text::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--accent-gradation-color);
  position: absolute;
  left: 0;
  top: 0;
}
.c-card-border {
  padding: 20rem;
  display: flex;
  gap: 60rem;
}
@media (max-width: 768px) {
  .c-card-border {
    padding: 10rem;
    flex-direction: column;
    gap: 30rem;
  }
}
.c-card-border__image {
  height: 300rem;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card-border__image {
    height: 150rem;
    width: 100%;
    aspect-ratio: auto;
    border-radius: 4px;
  }
}
.c-card-border__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-border__textarea {
  padding-top: 40rem;
}
@media (max-width: 768px) {
  .c-card-border__textarea {
    padding: 0 20rem 20rem 20rem;
  }
}
.c-card-border__text {
  margin-top: 46rem;
}
@media (max-width: 768px) {
  .c-card-border__text {
    margin-top: 20rem;
  }
}
.c-card-num {
  padding-top: 20rem;
  padding-bottom: 55rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-card-num {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
}
.c-card-num__wrapper-flow .c-card-num {
  cursor: auto;
}
@media (max-width: 768px) {
  .c-card-num__wrapper-flow .c-card-num {
    padding-top: 20rem;
  }
}
.c-card-num.current {
  color: var(--border-color);
  pointer-events: none;
}
.c-card-num__inner {
  height: 100%;
}
@media (max-width: 768px) {
  .c-card-num__inner {
    display: flex;
  }
  .c-card-num__inner .c-heading-md {
    margin-top: 10rem;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .c-card-num__wrapper-flow .c-card-num__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6rem;
  }
}
.c-card-num__num {
  margin-bottom: 50rem;
  display: inline-block;
  font-family: var(--font-en);
  font-size: 38rem;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 400;
  background-image: var(--accent-gradation-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .c-card-num__num {
    margin-bottom: 0;
    width: 45rem;
    font-size: 24rem;
  }
}
.current .c-card-num__num {
  -webkit-text-fill-color: var(--border-color);
  background-image: none;
}
@media (max-width: 768px) {
  .c-card-num__wrapper-flow .c-card-num__num {
    width: auto;
    display: inline-block;
  }
}
.c-card-num__text {
  margin-top: 24rem;
  font-size: var(--fs-16);
  color: var(--text-color-gray);
}
@media (max-width: 768px) {
  .c-card-num__text {
    margin-top: 20rem;
    line-height: 1.6;
  }
}
.c-card-num__wrapper-flow .c-card-num__text {
  color: var(--text-color);
}
@media (max-width: 768px) {
  .c-card-num__wrapper-flow .c-card-num__text {
    margin-top: 10rem;
    font-size: 13rem;
  }
}
.current .c-card-num__text {
  color: var(--border-color);
}
.c-card-num__arrow {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-card-num__arrow--hastext {
    top: 31rem;
    transform: none;
  }
}
.c-card-num__line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .c-card-num__line {
    display: none;
  }
}
.c-card-num__line::after {
  content: "";
  width: 1px;
  height: calc(100% - 40rem);
  background-color: var(--border-color);
}
.c-card-values {
  padding-block: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .c-card-values {
    padding-block: 30rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.c-card-values:nth-child(odd) {
  padding-right: 40rem;
}
@media (max-width: 768px) {
  .c-card-values:nth-child(odd) {
    padding-inline: 10rem;
  }
}
.c-card-values:nth-child(even) {
  padding-left: 40rem;
}
@media (max-width: 768px) {
  .c-card-values:nth-child(even) {
    padding-inline: 10rem;
  }
}
.c-card-values:nth-child(even)::before {
  content: "";
  width: 1px;
  height: calc(100% - 40rem);
  background: var(--border-color);
  position: absolute;
  left: 0;
  top: 20rem;
}
@media (max-width: 768px) {
  .c-card-values:nth-child(even)::before {
    display: none;
  }
}
.c-card-values:nth-child(2n+3)::after {
  content: "";
  width: 200%;
  height: 1px;
  background: var(--border-color);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .c-card-values:nth-child(2n+3)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-card-values:not(:first-child)::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--border-color);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.c-card-values__image {
  width: 296rem;
  height: 296rem;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card-values__image {
    margin-bottom: 30rem;
    width: 100%;
    height: 150rem;
    border-radius: 4px;
  }
}
.c-card-values__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-card-values__textarea {
    padding-left: 20rem;
  }
}
.c-card-values__text {
  margin-top: 28rem;
  font-size: 22rem;
}
@media (max-width: 768px) {
  .c-card-values__text {
    margin-top: 24rem;
    font-size: 13rem;
    line-height: 1.6;
  }
}
.c-card-map {
  padding: 20rem;
  display: grid;
  grid-template-columns: 1fr 450rem;
}
@media (max-width: 768px) {
  .c-card-map {
    padding: 10rem;
    grid-template-columns: 1fr;
    gap: 10rem;
  }
}
.c-card-map__textarea {
  padding: 40rem;
  display: flex;
  flex-direction: column;
  gap: 26rem;
}
@media (max-width: 768px) {
  .c-card-map__textarea {
    order: 2;
    padding: 20rem;
    gap: 20rem;
  }
}
.c-card-map__map {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card-map__map {
    order: 1;
    aspect-ratio: auto;
    height: 150rem;
    border-radius: 4px;
  }
}
.c-card-map__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-service {
  padding: 60rem 110rem;
}
@media (max-width: 768px) {
  .c-card-service {
    padding: 30rem 25rem;
  }
}
.c-card-service__inner {
  --_template:
  "text   image"
  ".      image" 60rem
  "icons  image"
  ".      image" 100rem
  "button image"
  / 1fr 760rem;
  margin-top: 95rem;
  display: block grid;
  gap: 0 60rem;
  reading-flow: grid-rows;
  grid-template: var(--_template);
}
@media (max-width: 768px) {
  .c-card-service__inner {
    --_template:
    "text  "
    ".     " 24rem
    "icons "
    ".     " 50rem
    "button"
    ".     " 50rem
    "image "
    / 1fr;
    margin-top: 16rem;
  }
}
.c-card-service__text {
  grid-area: text;
}
.c-card-service__icons {
  grid-area: icons;
}
.c-card-service__button {
  grid-area: button;
}
.c-card-service__image {
  grid-area: image;
}
@media (max-width: 768px) {
  .c-card-service__image {
    aspect-ratio: 570/380;
  }
}
.c-card-service__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .c-card-service__image img {
    height: 100%;
    object-fit: cover;
  }
}
.c-card-download__image {
  width: 100%;
  aspect-ratio: 560/300;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-card-download__image {
    aspect-ratio: 670/400;
  }
}
.c-card-download__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-download__heading {
  padding-top: 20rem;
  font-size: var(--fs-28);
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-card-download__heading {
    padding-top: 12rem;
  }
}
.c-card-download__text {
  padding-top: 14rem;
}
@media (max-width: 768px) {
  .c-card-download__text {
    padding-top: 8rem;
  }
}
.c-card-download__tags {
  padding-top: 10rem;
  padding-bottom: 50rem;
  font-size: var(--fs-16);
  color: var(--text-color-gray);
}
@media (max-width: 768px) {
  .c-card-download__tags {
    padding-top: 8rem;
    padding-bottom: 26rem;
  }
}
.c-card-download__button-wrapper {
  text-align: center;
}
@media (max-width: 768px) {
  .c-card-download__button-wrapper {
    text-align: left;
  }
}
.c-card-case {
  padding: 100rem 70rem;
  height: 100%;
}
@media (max-width: 768px) {
  .c-card-case {
    padding: 30rem 20rem;
  }
}
.c-card-case__title {
  font-size: 38rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .c-card-case__title {
    font-size: 17rem;
  }
}
.c-card-case__tag {
  margin-bottom: 14rem;
  padding: 5rem 10rem;
  display: inline-block;
  font-size: 14rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--white);
  background: var(--text-color);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .c-card-case__tag {
    margin-bottom: 10rem;
    padding: 2rem 9rem 3rem;
    font-size: 12rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    border-radius: 1px;
  }
}
.c-card-case__flow {
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .c-card-case__flow {
    margin-top: 30rem;
  }
}
.c-card-case__flow__item {
  position: relative;
  padding-left: 48rem;
  padding-bottom: 80rem;
}
@media (max-width: 768px) {
  .c-card-case__flow__item {
    padding-left: 20rem;
    padding-bottom: 26rem;
    font-size: 13rem;
    line-height: 1.6;
  }
}
.c-card-case__flow__item::before {
  content: "";
  width: 18rem;
  height: 18rem;
  border-radius: 100px;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 12rem;
}
@media (max-width: 768px) {
  .c-card-case__flow__item::before {
    width: 12rem;
    height: 12rem;
    top: 5rem;
  }
}
.c-card-case__flow__item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--accent-color);
  position: absolute;
  left: 8rem;
  top: 0;
}
@media (max-width: 768px) {
  .c-card-case__flow__item::after {
    left: 6rem;
  }
}
.c-card-case__flow__item:first-child::after {
  height: calc(100% - 20rem);
  top: 20rem;
}
@media (max-width: 768px) {
  .c-card-case__flow__item:first-child::after {
    height: calc(100% - 5rem);
    top: 5rem;
  }
}
.c-card-case__flow__item:last-child {
  padding-bottom: 0;
}
.c-card-case__flow__item:last-child::after {
  height: 20rem;
}
@media (max-width: 768px) {
  .c-card-case__flow__item:last-child::after {
    height: 5rem;
  }
}
.c-card-case__flow__title {
  padding-bottom: 24rem;
  display: flex;
  align-items: center;
  gap: 30rem;
}
@media (max-width: 768px) {
  .c-card-case__flow__title {
    padding-bottom: 10rem;
    gap: 10rem;
  }
}
.c-card-case__num {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 38rem;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 400;
  background-image: var(--accent-gradation-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .c-card-case__num {
    font-size: 24rem;
  }
}
.c-card-case__list__item {
  padding-left: 13rem;
  position: relative;
}
@media (max-width: 768px) {
  .c-card-case__list__item {
    padding-left: 10rem;
    font-size: 13rem;
  }
}
.c-card-case__list__item::before {
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: var(--text-color);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 17rem;
}
@media (max-width: 768px) {
  .c-card-case__list__item::before {
    width: 3rem;
    height: 3rem;
    top: 9rem;
  }
}
.c-card-case__line {
  margin-top: 10rem;
  display: grid;
  gap: 32rem;
  grid-template-columns: 113rem 1fr;
}
@media (max-width: 768px) {
  .c-card-case__line {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .c-card-case__line:last-child {
    padding-top: 10rem;
  }
}
.c-card-case__line__title {
  font-weight: 700;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .c-card-case__line__title {
    border: none;
  }
}
.c-link-map {
  width: 300rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  position: absolute;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-link-map {
    padding-bottom: 2rem;
    font-size: 13rem;
    align-items: flex-end;
    font-weight: 600;
  }
}
.c-link-map > span {
  right: 0;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .c-link-map > span {
    bottom: 0;
  }
}
.c-link-map__wrapper {
  position: relative;
}
.c-link-map--sapporo {
  top: 334rem;
  right: 70rem;
}
@media (max-width: 768px) {
  .c-link-map--sapporo {
    width: 105rem;
    top: 28rem;
    right: 112rem;
  }
}
.c-link-map--tokyo-01 {
  top: 785rem;
  right: 237rem;
}
@media (max-width: 768px) {
  .c-link-map--tokyo-01 {
    width: 103rem;
    top: 249rem;
    right: 2rem;
  }
}
.c-link-map--tokyo-02 {
  top: 525rem;
  left: 235rem;
}
@media (max-width: 768px) {
  .c-link-map--tokyo-02 {
    width: 128rem;
    top: 187rem;
    left: 18rem;
  }
}
.c-link-map--osaka {
  top: 659rem;
  left: 70rem;
}
@media (max-width: 768px) {
  .c-link-map--osaka {
    width: 110rem;
    top: 315rem;
    left: 162rem;
  }
}
.c-link-gradation {
  display: inline-flex;
  align-items: center;
  gap: 10rem;
  color: var(--button-color);
  position: relative;
  opacity: 1;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .c-link-gradation {
    gap: 6rem;
  }
}
.c-link-gradation::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-gradation-color);
}
.c-link-gradation.is-link-hover {
  opacity: 0.6;
}
.c-link-gradation > img {
  width: 16rem;
  height: auto;
}
@media (max-width: 768px) {
  .c-link-gradation > img {
    width: 10rem;
  }
}
.c-link {
  color: var(--accent-color);
  text-decoration: underline;
}
.c-row-history {
  padding-block: 30rem;
  display: grid;
  grid-template-columns: 130rem 180rem 1fr;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-row-history {
    padding-block: 24rem;
    grid-template-columns: 1fr;
  }
}
.c-row-history:first-child {
  padding-top: 0;
}
.c-row-history .year-month {
  display: contents;
}
@media (max-width: 768px) {
  .c-row-history .year-month {
    display: flex;
    flex-direction: column;
  }
}
.c-row-history .year {
  grid-row: 1/span 99;
  font-weight: 800;
}
@media (max-width: 768px) {
  .c-row-history .year {
    display: inline-block;
  }
}
.c-row-history .month {
  font-weight: 800;
}
@media (max-width: 768px) {
  .c-row-history .month {
    display: inline-block;
  }
}
.c-row-table {
  width: 100%;
  padding-block: 30rem;
  display: grid;
  grid-template-columns: 310rem 1fr;
  letter-spacing: 0.13em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-row-table {
    padding-block: 24rem;
    grid-template-columns: 1fr;
  }
}
.c-row-table:first-child {
  padding-top: 0;
}
.c-row-table > th {
  font-weight: 800;
}
.c-image-service {
  padding: 40rem;
  margin: 60rem -40rem -40rem -40rem;
}
@media (max-width: 768px) {
  .c-image-service {
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 20rem;
    margin: 30rem -20rem 0 -20rem;
  }
}
.c-image-service::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .c-image-service__inner {
    width: 920rem;
  }
}
@media (max-width: 768px) {
  .c-image-service--direction .c-image-service__inner {
    width: 648rem;
  }
}
.c-image-service__inner img {
  width: 100%;
  height: auto;
}
.simplebar-track {
  width: calc(100% - 40rem);
  margin-left: 20rem;
  background-color: #f3f3f3;
  border-radius: 7px;
}
/*　スクロールバーのツマミ部分の色を変えたい時　*/
.simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--accent-gradation-color);
}
/*　スクロールバーのツマミ部分の不透明度とhover時のtransitionを変えたい時　*/
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition-duration: 0.2s;
}
.simplebar-track.simplebar-horizontal {
  height: 6px;
}
.p-index-mv {
  margin-top: -100vh;
  margin-top: -100lvh;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .p-index-mv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.p-index-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-mv__svg {
  width: 1880rem;
  height: auto;
  position: absolute;
  top: -234rem;
  right: 55.78125%;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .p-index-mv__svg {
    width: 1010rem;
    top: -55rem;
    right: 140rem;
  }
}
.p-index-mv__copy {
  margin: 40rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-index-mv__copy {
    margin: 0 20rem;
    position: relative;
  }
}
.p-index-mv__copy img {
  width: 100%;
  height: auto;
}
.p-index-mv__copy__h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.p-index-mv__copy__main {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.p-index-mv__copy__main svg {
  width: 100%;
  height: auto;
}
.p-index-mv__copy__first {
  height: auto;
  width: 503rem;
}
@media (max-width: 768px) {
  .p-index-mv__copy__first {
    width: 251rem;
  }
}
.p-index-mv__copy__first__wrapper {
  display: flex;
  align-items: center;
  gap: 32rem;
}
@media (max-width: 768px) {
  .p-index-mv__copy__first__wrapper {
    gap: 10rem;
  }
}
.p-index-mv__copy__first__line {
  flex: 1;
  height: 1px;
  background: var(--bg-color-light);
}
.p-index-mv__copy__second {
  margin-top: 24rem;
  width: 720rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-index-mv__copy__second {
    margin-top: 10rem;
    width: 314rem;
  }
}
.p-index-mv__copy__sub {
  margin-top: 40rem;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-index-mv__copy__sub {
    margin-top: 20rem;
  }
}
.p-index-mv__buttons {
  width: 500rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 90rem 50rem;
  gap: 20rem;
  position: absolute;
  right: 40rem;
  bottom: 40rem;
}
@media (max-width: 768px) {
  .p-index-mv__buttons {
    padding: 20rem;
    width: 100%;
    grid-template-rows: 45rem 35rem;
    gap: 10rem;
    font-size: 13rem;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
.p-index-mv__buttons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--accent-color);
  border-radius: 4px;
  line-height: 1.2;
  position: relative;
}
.p-index-mv__buttons__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--accent-color-hover);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.p-index-mv__buttons__link.is-link-hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.p-index-mv__buttons__link.is-link-hover p {
  animation: slide-in 0.5s;
}
.p-index-mv__buttons__link p {
  display: flex;
  align-items: center;
  gap: 8rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index-mv__buttons__link p {
    gap: 5rem;
  }
}
.p-index-mv__buttons__link img {
  height: auto;
}
.p-index-mv__buttons__link:nth-child(1) {
  grid-area: 1/1/2/2;
}
.p-index-mv__buttons__link:nth-child(1) img {
  width: 17rem;
}
@media (max-width: 768px) {
  .p-index-mv__buttons__link:nth-child(1) img {
    width: 10rem;
  }
}
.p-index-mv__buttons__link:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-index-mv__buttons__link:nth-child(2) img {
  width: 18rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-index-mv__buttons__link:nth-child(2) img {
    width: 11rem;
  }
}
.p-index-mv__buttons__link:nth-child(3) {
  font-size: 16rem;
  grid-area: 2/1/3/3;
  background: var(--button-color);
}
@media (max-width: 768px) {
  .p-index-mv__buttons__link:nth-child(3) {
    font-size: 13rem;
  }
}
.p-index-mv__buttons__link:nth-child(3)::before {
  background: var(--button-color-hover);
}
.p-index-mv__buttons__link:nth-child(3) img {
  width: 15rem;
}
@media (max-width: 768px) {
  .p-index-mv__buttons__link:nth-child(3) img {
    width: 10rem;
  }
}
.p-index-lead {
  padding-top: 840rem;
  padding-bottom: 200rem;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-index-lead {
    padding-top: 400rem;
    padding-bottom: 100rem;
  }
}
.p-index-lead__title {
  position: relative;
}
@media (max-width: 768px) {
  .p-index-lead__title {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-index-lead__heading {
  font-size: var(--fs-46);
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-index-lead__heading {
    flex: 1;
    padding-top: 110rem;
    text-align: end;
  }
}
.p-index-lead__en {
  margin-top: 50rem;
  font-family: var(--font-en);
  font-size: 162rem;
  letter-spacing: 0;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .p-index-lead__en {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    flex: 1;
    font-size: 70rem;
    writing-mode: vertical-rl;
  }
}
.p-index-lead__text {
  margin-top: 180rem;
  margin-left: auto;
  width: 50%;
}
@media (max-width: 768px) {
  .p-index-lead__text {
    width: calc(100% - 65rem);
    margin-top: -77rem;
    margin-left: 65rem;
  }
}
.p-index-lead__text > p {
  font-size: var(--fs-22);
}
.p-index-lead__button {
  margin-top: 90rem;
}
@media (max-width: 768px) {
  .p-index-lead__button {
    margin-top: 50rem;
  }
}
.p-index-lead__image {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .p-index-lead__image {
    border-radius: 4px;
  }
}
.p-index-lead__image-01 {
  width: 480rem;
  aspect-ratio: 4/3;
  top: -120rem;
  right: 40rem;
}
@media (max-width: 768px) {
  .p-index-lead__image-01 {
    width: 106rem;
    top: 0;
    right: 0;
  }
}
.p-index-lead__image-02 {
  width: 400rem;
  aspect-ratio: 3/4;
  left: 340rem;
  bottom: -120rem;
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .p-index-lead__image-02 {
    width: 155rem;
    top: 175rem;
    left: auto;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
.p-index-lead__image-03 {
  width: 300rem;
  aspect-ratio: 3/4;
  left: 0;
  bottom: -500rem;
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .p-index-lead__image-03 {
    width: 100rem;
    left: 65rem;
    bottom: 128rem;
    transform: none;
  }
}
.p-index-lead__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-strength {
  padding-top: 200rem;
  padding-bottom: 200rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-index-strength {
    padding-top: 100rem;
    padding-bottom: 100rem;
  }
}
.p-index-strength__bg-text {
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-strength__svg {
  width: 3560rem;
  position: absolute;
  top: 530rem;
  right: -280rem;
}
@media (max-width: 768px) {
  .p-index-strength__svg {
    width: 818.8rem;
    top: 495rem;
    right: -110rem;
  }
}
.p-index-strength__svg-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-strength__inner {
  position: relative;
}
.p-index-strength__textarea {
  width: 50%;
  margin-top: 100rem;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-index-strength__textarea {
    width: 100%;
    padding-left: 30rem;
    margin-top: 45rem;
  }
}
.p-index-strength__h3 {
  font-size: var(--fs-38);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
.p-index-strength__text {
  margin-top: 65rem;
}
@media (max-width: 768px) {
  .p-index-strength__text {
    margin-top: 30rem;
  }
}
.p-index-strength__graph {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 80rem;
}
@media (max-width: 768px) {
  .p-index-strength__graph {
    width: calc(100% - 10rem);
    margin-top: 180rem;
    margin-left: 30rem;
    margin-right: -20rem;
    padding: 40rem 20rem;
    flex-direction: column;
    gap: 40rem;
    border-right-width: 0;
    border-radius: 4px 0 0 4px;
  }
}
.p-index-strength__graph__image {
  width: min(1560px, 100%);
}
.p-index-strength__graph__image img {
  width: 100%;
  height: auto;
}
.p-index-strength__graph__info {
  display: none;
  flex-direction: column;
  gap: 40rem;
}
@media (max-width: 768px) {
  .p-index-strength__graph__info {
    display: flex;
  }
}
.p-index-strength__graph__item:nth-child(1) .u-deco-dot {
  color: #2dbfda;
}
.p-index-strength__graph__item:nth-child(1) .u-deco-dot::before {
  background: #2dbfda;
}
.p-index-strength__graph__item:nth-child(1) .c-heading-md {
  padding-bottom: 16rem;
  border-bottom: 1px solid #2dbfda;
}
.p-index-strength__graph__item:nth-child(2) .u-deco-dot {
  color: #48e1d4;
}
.p-index-strength__graph__item:nth-child(2) .u-deco-dot::before {
  background: #48e1d4;
}
.p-index-strength__graph__item:nth-child(2) .c-heading-md {
  padding-bottom: 16rem;
  border-bottom: 1px solid #48e1d4;
}
.p-index-strength__graph__item:nth-child(3) .u-deco-dot {
  color: #16aaef;
}
.p-index-strength__graph__item:nth-child(3) .u-deco-dot::before {
  background: #16aaef;
}
.p-index-strength__graph__item:nth-child(3) .c-heading-md {
  padding-bottom: 16rem;
  border-bottom: 1px solid #16aaef;
}
.p-index-strength__graph__text {
  margin-top: 16px;
}
.p-index-strength__button {
  text-align: center;
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .p-index-strength__button {
    width: calc(100% - 10rem);
    margin-top: 50rem;
    margin-left: 30rem;
    margin-right: -20rem;
  }
}
.p-index-solve {
  padding-top: 200rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .p-index-solve {
    padding-top: 100rem;
  }
}
.p-index-solve__svg {
  width: 2307rem;
  height: auto;
  position: absolute;
  top: 77rem;
  right: -140rem;
}
@media (max-width: 768px) {
  .p-index-solve__svg {
    width: 530.61rem;
    top: 100rem;
    right: -95rem;
  }
}
.p-index-solve__inner {
  position: relative;
  z-index: 10;
}
.p-index-solve__case {
  width: 73.913%;
  margin-top: 100rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 20rem;
  position: relative;
  background: transparent;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index-solve__case {
    width: 100%;
    margin-top: 50rem;
    gap: 10rem;
  }
}
.p-index-solve__case__item {
  padding: 50rem 60rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-index-solve__case__item {
    padding: 24rem 30rem;
    flex-direction: column;
    gap: 16rem;
  }
}
.p-index-solve__case__heading {
  width: 72%;
}
@media (max-width: 768px) {
  .p-index-solve__case__heading {
    width: 100%;
  }
}
.p-index-solve__list {
  flex: 1;
}
@media (max-width: 768px) {
  .p-index-solve__list {
    width: 100%;
  }
}
.p-index-solve__list__item {
  display: flex;
  align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .p-index-solve__list__item {
    gap: 8rem;
    font-size: 13rem;
  }
}
.p-index-solve__list__item:not(:first-child) {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-index-solve__list__item:not(:first-child) {
    margin-top: 5rem;
  }
}
.p-index-solve__list__item img {
  width: 24rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-index-solve__list__item img {
    width: 15rem;
  }
}
.p-index-solve__solution {
  margin-top: -96rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-index-solve__solution {
    margin-top: -78rem;
  }
}
.p-index-solve__solution__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-solve__solution__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-solve__solution__inner {
  padding: 296rem 40rem 200rem 40rem;
  position: relative;
  color: var(--white);
}
@media (max-width: 768px) {
  .p-index-solve__solution__inner {
    padding: 178rem 20rem 100rem 20rem;
  }
}
.p-index-solve__solution__top {
  display: flex;
  align-items: center;
  gap: 15rem;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-index-solve__solution__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
}
.p-index-solve__solution__main {
  margin-top: 40rem;
  font-size: var(--fs-80);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-index-solve__solution__main {
    margin-top: 24rem;
  }
}
.p-index-solve__solution__text {
  margin-top: 40rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-index-solve__solution__text {
    margin-top: 20rem;
    font-weight: 400;
  }
}
.p-index-solve__category {
  display: flex;
  gap: 10rem;
}
@media (max-width: 768px) {
  .p-index-solve__category {
    gap: 5rem;
  }
}
.p-index-solve__category__item {
  padding: 7rem 16rem 9rem;
  background: var(--white);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.13em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-index-solve__category__item {
    padding: 5rem 8rem;
    border-radius: 2px;
  }
}
.p-index-solve__category__item > span {
  font-size: var(--fs-28);
  font-weight: 800;
  letter-spacing: 0.13em;
  background-image: var(--accent-gradation-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .p-index-solve__category__item > span {
    letter-spacing: 0.1em;
  }
}
.p-index-service {
  padding-block: 200rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-index-service {
    padding-block: 100rem;
  }
}
.p-index-service__svg {
  width: 1418rem;
  height: auto;
  position: absolute;
  top: -150rem;
  right: -592rem;
}
@media (max-width: 768px) {
  .p-index-service__svg {
    width: 326.14rem;
    top: -28rem;
    right: -200rem;
  }
}
.p-index-service__h3 {
  margin-top: 65rem;
  font-size: var(--fs-38);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-index-service__h3 {
    margin-bottom: -30rem;
    margin-top: 40rem;
  }
}
.p-index-service__content {
  height: 100vh;
  min-height: 920rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-index-service__content {
    min-height: 610rem;
  }
}
.p-index-service__content__wrapper {
  height: 100vh;
  min-height: 920rem;
}
@media (max-width: 768px) {
  .p-index-service__content__wrapper {
    min-height: 610rem;
  }
}
.p-index-service__content__item {
  padding-block: 120rem 40rem;
  padding-left: 40rem;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  gap: 40rem;
}
@media (max-width: 768px) {
  .p-index-service__content__item {
    padding: 80rem 0 20rem 20rem;
    gap: 20rem;
  }
}
@media (max-width: 768px) {
  .p-index-service__content__item:first-child {
    padding-left: 50rem;
  }
}
.p-index-service__content__item:last-child {
  padding-right: 40rem;
}
@media (max-width: 768px) {
  .p-index-service__content__item:last-child {
    padding-right: 20rem;
  }
}
.p-index-service__image {
  width: 1920rem;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-index-service__image {
    width: 300vw;
    aspect-ratio: auto;
    border-radius: 4px;
  }
}
.p-index-service__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-service__textarea {
  width: 920rem;
  height: 100%;
  padding: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-index-service__textarea {
    width: 100vw;
    padding: 22rem 24rem 24rem 24rem;
  }
}
.p-index-service__link {
  padding-bottom: 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-index-service__link {
    padding-bottom: 16rem;
  }
}
.p-index-service__link::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--accent-gradation-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-index-service__link__arrow {
  position: relative;
}
.p-index-service__text {
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .p-index-service__text {
    margin-top: 14rem;
    font-size: 13rem;
  }
}
.p-index-service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}
@media (max-width: 768px) {
  .p-index-service__grid {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.p-index-service--top .p-index-service__grid {
  grid-template-rows: repeat(3, 80rem);
}
@media (max-width: 768px) {
  .p-index-service--top .p-index-service__grid {
    grid-template-rows: repeat(6, 40rem);
  }
}
.p-index-service__grid__item {
  height: 80rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 768px) {
  .p-index-service__grid__item {
    height: 40rem;
  }
}
.p-index-service__grid__icon {
  height: 100%;
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 6px 0px 20px 0px rgba(46, 46, 64, 0.03);
}
.p-index-service__grid__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-service__grid__text {
  font-size: 17rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-index-service__grid__text {
    font-size: 12rem;
  }
}
.p-index-service__button {
  padding-top: 100rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-index-service__button {
    padding-top: 50rem;
  }
}
.p-index-faq {
  padding-block: 200rem;
  position: relative;
  background: rgba(255, 255, 255, 0);
}
@media (max-width: 768px) {
  .p-index-faq {
    padding-block: 100rem;
  }
}
.p-index-faq__inner {
  display: flex;
}
@media (max-width: 768px) {
  .p-index-faq__inner {
    flex-direction: column;
  }
}
.p-index-faq__button {
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .p-index-faq__button {
    margin-top: 50rem;
    text-align: center;
  }
}
.p-index-faq__title {
  flex: 1;
}
.p-index-faq__content {
  width: 73.913%;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 768px) {
  .p-index-faq__content {
    width: 100%;
    margin-top: 50rem;
    gap: 10rem;
  }
}
.p-index-faq__content__item {
  padding: 30rem 40rem 0 40rem;
}
@media (max-width: 768px) {
  .p-index-faq__content__item {
    padding: 20rem 20rem 0 20rem;
  }
}
@media (max-width: 768px) {
  .p-index-faq--lower .p-index-faq__content__item {
    font-size: 13rem;
    line-height: 1.6;
  }
}
.p-index-faq__question {
  padding-bottom: 32rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-index-faq__question {
    padding-right: 45rem;
    padding-bottom: 15rem;
  }
}
.p-index-faq__tag {
  margin-bottom: 24rem;
  padding: 5rem 10rem;
  display: inline-block;
  font-size: 14rem;
  line-height: 1.2;
  color: var(--white);
  background: var(--text-color);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .p-index-faq__tag {
    margin-bottom: 10rem;
    padding: 4rem 9rem;
    font-size: 12rem;
    border-radius: 1px;
  }
}
.p-index-faq__arrow {
  right: 40rem;
  transform: rotate(90deg);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .p-index-faq__arrow {
    right: 20rem;
  }
}
.is-answer-open .p-index-faq__arrow {
  transform: rotate(-90deg);
}
.p-index-faq__answer {
  height: 0;
  opacity: 0;
  border-top: 1px solid var(--white);
  overflow: hidden;
  transition: all 0.3s ease;
  transform-origin: top center;
}
.p-index-faq__answer__inner {
  padding-top: 32rem;
  padding-bottom: 40rem;
}
@media (max-width: 768px) {
  .p-index-faq__answer__inner {
    padding-top: 15rem;
    padding-bottom: 20rem;
  }
}
.is-answer-open .p-index-faq__answer {
  opacity: 1;
  transition: all 0.3s ease;
}
.p-index-journal {
  padding-bottom: 200rem;
}
@media (max-width: 768px) {
  .p-index-journal {
    padding-bottom: 0;
  }
}
.p-index-journal__pc {
  margin-inline: 40rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.p-index-journal__pc__link {
  display: block;
  position: relative;
}
.p-index-journal__pc__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--text-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 5;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.p-index-journal__pc__link.is-link-hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.p-index-journal__pc__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-journal__pc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-journal__pc__inner {
  padding: 100rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  position: relative;
  z-index: 10;
}
.p-index-journal__pc__text {
  margin-top: 65rem;
}
.p-index-journal__pc__icon {
  width: 60rem;
  height: 60rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--white);
}
.p-index-journal__pc__icon > img {
  width: 15rem;
  height: auto;
}
.p-index-journal__sp {
  overflow: clip;
}
.p-index-journal__sp__image {
  width: 240rem;
  aspect-ratio: 3/4;
  border-radius: 4px;
  overflow: hidden;
  position: sticky;
  top: 0;
  transform-origin: top center;
}
.p-index-journal__sp__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-journal__sp__image__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-index-journal__sp__inner {
  padding: 30lvh 20rem 200rem 20rem;
  color: var(--white);
  position: relative;
}
.p-index-journal__sp__text {
  margin-top: 40rem;
  font-weight: 400;
}
.p-index-journal__sp__button {
  margin-top: 50rem;
}
.p-index-journal__sp__button img {
  width: 13rem;
}
.p-index-company {
  padding-block: 200rem;
  position: relative;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .p-index-company {
    padding-block: 100rem;
  }
}
.p-index-company__grid {
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .p-index-company__grid {
    margin-top: 50rem;
  }
}
.p-index-news {
  padding-block: 200rem;
  position: relative;
  overflow: hidden;
  background: var(--white);
}
@media (max-width: 768px) {
  .p-index-news {
    padding-block: 100rem;
  }
}
.p-index-news__bg-text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-index-news__inner {
  display: flex;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-index-news__inner {
    flex-direction: column;
    gap: 50rem;
  }
}
.p-index-news__button {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .p-index-news__button {
    text-align: center;
    margin-top: 0;
  }
}
.p-index-news__title {
  flex: 1;
}
.p-index-news__list {
  width: 50%;
}
@media (max-width: 768px) {
  .p-index-news__list {
    width: 100%;
  }
}
.p-index-news__link {
  padding-block: 38rem 32rem;
  padding-right: 80rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-index-news__link {
    padding-block: 22rem 20rem;
    padding-right: 50rem;
  }
}
.p-index-news__link__info {
  display: flex;
  align-items: center;
  gap: 24rem;
  font-size: 16rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-index-news__link__info {
    gap: 12rem;
    font-size: 13rem;
  }
}
.p-index-news__link__date {
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p-index-news__link__tag {
  padding-left: 15px;
  display: inline-flex;
  align-items: center;
  color: var(--accent-color);
  position: relative;
}
@media (max-width: 768px) {
  .p-index-news__link__tag {
    padding-left: 8px;
  }
}
.p-index-news__link__tag::before {
  content: "";
  background: var(--accent-color);
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .p-index-news__link__tag::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-index-news__link__title {
  margin-top: 18rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-index-news__link__title {
    margin-top: 8rem;
  }
}
.p-index-news__link__arrow {
  right: 0;
}
.p-lower-mv {
  background: var(--white);
  overflow: clip;
  position: relative;
}
.p-lower-mv--none-img {
  overflow-y: visible;
}
.p-lower-mv__inner {
  position: relative;
  z-index: 10;
}
.p-lower-mv__title-wrapper {
  padding-top: 80rem;
  height: 800rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-lower-mv__title-wrapper {
    padding-top: 0;
    height: auto;
  }
}
.p-lower-mv__title {
  padding-block: 90rem;
}
@media (max-width: 768px) {
  .p-lower-mv__title {
    padding-block: 190rem 50rem;
  }
}
.p-lower-mv__breadcrumbs {
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .p-lower-mv__breadcrumbs {
    margin-top: 24rem;
  }
}
.p-lower-mv__image {
  width: 100%;
  min-height: 100vh;
  aspect-ratio: 1920/970;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-lower-mv__image {
    min-height: auto;
    aspect-ratio: 750/500;
    border-radius: 4px;
  }
}
.p-lower-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-lower-mv__lead {
  display: grid;
  grid-template-areas: "stack";
  color: var(--white);
}
.p-lower-mv__lead .p-lower-mv__image {
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .p-lower-mv__lead .p-lower-mv__image {
    position: relative;
    aspect-ratio: 750/700;
  }
}
.p-lower-mv__lead > * {
  grid-area: stack;
}
.p-lower-mv__lead__inner {
  padding-top: 160vh;
  z-index: 100;
  position: relative;
}
@media (max-width: 768px) {
  .p-lower-mv__lead__inner {
    padding-top: 0;
  }
}
.p-lower-mv__lead__blur, .p-lower-mv__lead__bg {
  width: calc(100% + 80rem);
  height: 100%;
  position: absolute;
  left: -40rem;
  top: 0;
}
@media (max-width: 768px) {
  .p-lower-mv__lead__blur, .p-lower-mv__lead__bg {
    width: calc(100% + 40rem);
    left: -20rem;
    scale: 1.12;
  }
}
.p-lower-mv__lead__text {
  padding-block: 200rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-size: 64rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.13em;
  position: relative;
}
@media (max-width: 768px) {
  .p-lower-mv__lead__text {
    height: calc(100% - 20rem);
    min-height: auto;
    padding-block: 0;
    font-size: 20rem;
    opacity: 0;
  }
}
.p-contact-lead__text {
  margin-top: 70rem;
}
@media (max-width: 768px) {
  .p-contact-lead__text {
    margin-top: 40rem;
  }
}
.p-contact-lead__image {
  width: min(1200rem, 100%);
  height: 450rem;
  margin-top: 100rem;
  margin-left: -40rem;
}
@media (max-width: 768px) {
  .p-contact-lead__image {
    height: 225rem;
    margin-top: 50rem;
    margin-left: -20rem;
  }
}
.p-contact-lead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-contact-lead__main {
  margin-top: -280rem;
  margin-right: -40rem;
  margin-left: auto;
  width: min(1200rem, 100%);
  display: flex;
  flex-direction: column;
  gap: 40rem;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .p-contact-lead__main {
    gap: 20rem;
    margin-top: -75rem;
    margin-right: -20rem;
  }
}
.p-contact-lead__box {
  padding-inline: 80rem;
  padding-block: 80rem;
  color: var(--white);
  background: var(--accent-gradation-color);
  border-radius: 8px 0 0 8px;
}
@media (max-width: 768px) {
  .p-contact-lead__box {
    padding-inline: 25rem;
    padding-block: 30rem;
    border-radius: 4px 0 0 4px;
  }
}
.p-contact-lead__box--lg {
  padding-block: 100rem;
}
@media (max-width: 768px) {
  .p-contact-lead__box--lg {
    padding-block: 30rem;
  }
}
.p-contact-lead__button {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .p-contact-lead__button {
    margin-top: 20rem;
  }
}
.p-contact-lead__tel {
  margin-top: 10rem;
  font-size: 64rem;
  letter-spacing: 0;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-contact-lead__tel {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 44rem;
  }
}
.p-contact-lead__tel > a {
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-contact-lead__tel > a {
    pointer-events: auto;
  }
}
.p-contact-box {
  padding-block: 200rem;
  width: 100%;
  position: relative;
  background: var(--accent-gradation-color);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-contact-box {
    padding-block: 68rem;
    border-radius: 4px;
  }
}
.p-contact-box__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact-box__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-contact-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 100rem;
}
@media (max-width: 768px) {
  .p-contact-box__inner {
    gap: 50rem;
  }
}
.p-contact-box--service .p-contact-box__inner {
  gap: 96rem;
}
@media (max-width: 768px) {
  .p-contact-box--service .p-contact-box__inner {
    gap: 20rem;
  }
}
.p-contact-box__text {
  padding-top: 60rem;
  color: var(--white);
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-box__text {
    padding-top: 18rem;
  }
}
.p-contact-box--service {
  padding-block: 130rem;
}
@media (max-width: 768px) {
  .p-contact-box--service {
    padding: 40rem 10rem;
  }
}
.p-simple-mv {
  padding-block: 280rem 90rem;
}
@media (max-width: 768px) {
  .p-simple-mv {
    padding-block: 190rem 46rem;
  }
}
.p-simple-mv__date {
  display: inline-flex;
  padding-bottom: 28rem;
  gap: 20rem;
  align-items: center;
  font-size: var(--fs-28);
  font-weight: 700;
  letter-spacing: 0.13em;
  background-image: var(--accent-gradation-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .p-simple-mv__date {
    padding-bottom: 0;
    gap: 9rem;
  }
}
.p-simple-mv__date::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--accent-color);
}
@media (max-width: 768px) {
  .p-simple-mv__date::before {
    width: 5px;
    height: 5px;
  }
}
.p-simple-mv__heading {
  font-size: var(--fs-52);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
}
.p-simple-mv__breadcrumbs {
  padding-top: 40rem;
}
@media (max-width: 768px) {
  .p-simple-mv__breadcrumbs {
    padding-top: 16rem;
  }
}
.p-simple-body {
  padding-top: 90rem;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .p-simple-body {
    padding-top: 46rem;
  }
}
.p-simple-body--news {
  padding-bottom: 90rem;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 768px) {
  .p-simple-body--news {
    padding-bottom: 46rem;
  }
}
.p-simple-body p {
  padding-bottom: 50rem;
}
@media (max-width: 768px) {
  .p-simple-body p {
    padding-bottom: 25rem;
  }
}
.p-simple-body h2 {
  padding-block: 40rem 36rem;
  font-size: var(--fs-32);
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-simple-body h2 {
    padding-block: 16rem 28rem;
  }
}
.p-simple-body h2 > strong {
  font-weight: 700;
}
.p-simple-body h3 {
  padding-block: 30rem 26rem;
  font-size: 26rem;
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-simple-body h3 {
    font-size: 15rem;
    padding-block: 10rem 20rem;
  }
}
.p-simple-body h3 > strong {
  font-weight: 700;
}
.p-simple-body a {
  color: var(--accent-color);
  text-decoration: underline;
}
.p-simple-body .wp-block-table {
  table-layout: fixed;
  padding-bottom: 60rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-simple-body .wp-block-table {
    padding-bottom: 30rem;
    width: auto;
    overflow: scroll;
  }
}
.p-simple-body table, .p-simple-body td {
  border: 1px solid var(--button-color);
  border-collapse: collapse;
}
.p-simple-body th {
  width: fit-content;
  min-width: 180rem;
  padding: 10rem;
  color: var(--white);
  font-size: 90%;
  letter-spacing: 0.13em;
  line-height: 1.6;
  background-color: var(--button-color);
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .p-simple-body th {
    min-width: 150rem;
    text-align: left;
  }
}
.p-simple-body th.p-simple-body__th-sm {
  min-width: 120rem;
  width: 120rem;
}
@media (max-width: 768px) {
  .p-simple-body th.p-simple-body__th-sm {
    min-width: 100rem;
    width: 100rem;
  }
}
.p-simple-body th + th {
  border-left: 1px solid var(--white);
}
.p-simple-body td {
  padding: 10rem;
  line-height: 1.6;
  font-size: 90%;
}
.p-simple-body ul, .p-simple-body ol {
  padding-bottom: 50rem;
}
@media (max-width: 768px) {
  .p-simple-body ul, .p-simple-body ol {
    padding-bottom: 25rem;
  }
}
.p-simple-body ul ol, .p-simple-body ul ul, .p-simple-body ol ol, .p-simple-body ol ul {
  margin-top: 20rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .p-simple-body ul ol, .p-simple-body ul ul, .p-simple-body ol ol, .p-simple-body ol ul {
    margin-top: 12rem;
    padding-bottom: 0;
  }
}
.p-simple-body ol {
  counter-reset: li;
}
.p-simple-body ol > li {
  padding-left: 30rem;
  position: relative;
}
.p-simple-body ol > li::before {
  content: counter(li) ". ";
  position: absolute;
  left: 0;
  counter-increment: li;
}
.p-simple-body ul > li {
  padding-left: 16rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-simple-body ul > li {
    padding-left: 15rem;
  }
}
.p-simple-body ul > li::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: var(--accent-color);
  border-radius: 100px;
  position: absolute;
  top: 15rem;
  left: 0;
}
@media (max-width: 768px) {
  .p-simple-body ul > li::before {
    width: 5rem;
    height: 5rem;
    top: 10rem;
  }
}
.p-simple-body li + li {
  margin-top: 20rem;
}
@media (max-width: 768px) {
  .p-simple-body li + li {
    margin-top: 12rem;
  }
}
.p-simple-body .has-text-align-right {
  text-align: right;
}
.p-message__image__wrapper {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-message__image__wrapper {
    width: 100%;
    height: 150rem;
    border-radius: 4px;
  }
}
.p-message__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.p-message__haeding {
  padding-bottom: 60rem;
  position: relative;
}
.p-message__haeding::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--accent-gradation-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-message__haeding {
    padding-bottom: 30rem;
  }
  .p-message__haeding::before {
    display: none;
  }
}
.p-message__stack {
  margin-top: -20rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .p-message__stack {
    margin-top: 0;
    padding-inline: 10rem;
  }
}
.p-message__stack > *:nth-child(2) {
  margin-top: 70rem;
}
@media (max-width: 768px) {
  .p-message__stack > *:nth-child(2) {
    margin-top: 30rem;
  }
}
.p-message__stack > *:nth-child(3) {
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .p-message__stack > *:nth-child(3) {
    margin-top: 20rem;
  }
}
.p-message__stack > *:nth-child(4) {
  margin-top: 70rem;
}
@media (max-width: 768px) {
  .p-message__stack > *:nth-child(4) {
    margin-top: 20rem;
  }
}
@media (max-width: 768px) {
  .p-message__stack:first-child {
    padding-bottom: 100rem;
  }
}
@media (max-width: 768px) {
  .p-message__stack:first-child::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--accent-gradation-color);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.p-message__signature {
  font-size: 16rem;
  letter-spacing: 0.13em;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 768px) {
  .p-message__signature {
    font-size: 13rem;
  }
}
.p-message__signature__name {
  padding-top: 10rem;
  font-size: 32rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-message__signature__name {
    padding-top: 8rem;
    font-size: 19rem;
  }
}
.p-service-concept {
  padding-top: 160rem;
}
@media (max-width: 768px) {
  .p-service-concept {
    padding-top: 50rem;
  }
}
.p-service-concept__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service-concept__text-stack {
  margin-top: -16rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-service-concept__text-stack {
    padding-left: 30rem;
  }
}
.p-service-concept__text-stack > *:nth-child(2) {
  padding-top: 100rem;
}
@media (max-width: 768px) {
  .p-service-concept__text-stack > *:nth-child(2) {
    padding-top: 30rem;
  }
}
.p-service-concept__text-stack > *:nth-child(3) {
  padding-top: 170rem;
}
@media (max-width: 768px) {
  .p-service-concept__text-stack > *:nth-child(3) {
    padding-top: 40rem;
  }
}