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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 300;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #c0c3d0;
}

body::-webkit-scrollbar {
  display: none;
}

h1 {
  margin: 0;
  font-weight: normal;
  display: inline;
}

h2 {
  margin: 0;
  font-weight: normal;
  display: inline;
}

h3 {
  margin: 0;
  font-weight: normal;
  display: inline;
}

h4 {
  margin: 0;
  font-weight: normal;
  display: inline;
}

h5 {
  margin: 0;
  font-weight: normal;
  display: inline;
}

h6 {
  margin: 0;
  font-weight: normal;
  display: inline;
}

p {
  margin: 0;
  display: inline;
}

.l-left-menu {
  position: fixed;
  display: flex;
  align-items: end;
  padding: 0 0 0 20px;
  bottom: 30px;
  z-index: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-left-menu {
    top: 0;
    bottom: 0;
    padding: 0;
    display: none;
    opacity: 0;
  }
}
.l-left-menu__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 25px;
  font-size: 1.6rem;
  z-index: 550;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 6px 50px;
  mask-image: linear-gradient(to right, transparent, black 50px, black calc(100% - 50px), transparent), linear-gradient(to bottom, transparent, black 8px, black calc(100% - 8px), transparent);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, transparent, black 50px, black calc(100% - 50px), transparent), linear-gradient(to bottom, transparent, black 8px, black calc(100% - 8px), transparent);
  -webkit-mask-composite: source-in;
}
@media screen and (max-width: 767px) {
  .l-left-menu__nav {
    visibility: hidden;
    opacity: 0;
  }
}
.l-left-menu__nav--web, .l-left-menu__nav--movie, .l-left-menu__nav--ec, .l-left-menu__nav--system {
  font-size: 1.6rem;
  text-decoration: none;
  color: #242422;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.l-left-menu__nav--space {
  height: 2vh;
}
.l-left-menu__nav--top, .l-left-menu__nav--blog, .l-left-menu__nav--news, .l-left-menu__nav--about, .l-left-menu__nav--recruit, .l-left-menu__nav--works, .l-left-menu__nav--product, .l-left-menu__nav--service {
  background-color: transparent;
  text-align: start;
  color: #242422;
  text-decoration: none;
  line-height: 1.5;
}
.l-left-menu__nav a.is-active {
  color: #242422;
  font-weight: 600;
}
.l-left-menu__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-left-menu__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
    z-index: 550;
  }
}
.l-left-menu__menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 7.2rem;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .l-left-menu__menu__nav {
    font-size: 2.6rem;
    padding: 70px 0 0 5vw;
  }
}
.l-left-menu__menu__nav--service, .l-left-menu__menu__nav--about, .l-left-menu__menu__nav--recruit, .l-left-menu__menu__nav--works, .l-left-menu__menu__nav--product, .l-left-menu__menu__nav--movie, .l-left-menu__menu__nav--ec, .l-left-menu__menu__nav--system, .l-left-menu__menu__nav--web {
  width: 100%;
  display: inline;
  background-color: transparent;
  text-align: start;
  color: #fff;
  text-decoration: none;
  line-height: 1.75;
  white-space: nowrap;
}
.l-left-menu__menu--to-top {
  position: absolute;
  top: 20px;
  left: 20px;
}
.l-left-menu__menu--insta {
  position: absolute;
  top: 42%;
  right: 26px;
  width: 30px;
  height: 30px;
}
.l-left-menu__menu--insta img {
  width: 100%;
}
.l-left-menu__menu--stovag {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 30px;
  height: 30px;
}
.l-left-menu__menu--stovag img {
  width: 100%;
}
.l-left-menu__menu--to-request {
  position: absolute;
  top: 58%;
  right: 29px;
  width: 26px;
}
.l-left-menu__menu--to-request img {
  width: 100%;
}
.l-left-menu__menu--to-contact {
  position: absolute;
  top: 67%;
  right: 27px;
  width: 30px;
}
.l-left-menu__menu--to-contact img {
  width: 100%;
}

.l-main {
  background-color: #c0c3d0;
  width: 100vw;
}
.l-main__top {
  position: relative;
  width: 100%;
  min-height: 60vh;
}
.l-main__top__bar {
  height: 190px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main__top__bar {
    height: 120px;
  }
}
.l-main__top__bar--icon1, .l-main__top__bar--icon3, .l-main__top__bar--icon2 {
  padding-left: 40px;
  width: 110px;
  height: auto;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .l-main__top__bar--icon1, .l-main__top__bar--icon3, .l-main__top__bar--icon2 {
    padding: 0 10px;
    width: 70px;
  }
}
.l-main__top--tokyo {
  position: absolute;
  top: -5px;
  right: 10px;
  z-index: 90;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-main__top--tokyo {
    top: 50px;
    width: 100px;
  }
}
.l-main__top__theme {
  height: 320px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  row-gap: 25px;
  z-index: 90;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main__top__theme {
    height: 600px;
    row-gap: 18px;
  }
}
.l-main__top__theme--bg-img {
  display: none;
}
.l-main__top__theme--blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .l-main__top__theme--blob {
    display: none;
  }
}
.l-main__top__theme--blob-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main__top__theme--blob-sp {
    display: block;
    top: -120px;
    height: calc(100% + 120px);
  }
}
.l-main__top__theme--sentence {
  display: block;
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .l-main__top__theme--sentence {
    width: min(320px, 88vw);
    max-width: 88vw;
    font-size: 2.2rem;
  }
  .l-main__top__theme--sentence br {
    display: none;
  }
}
.l-main__top__theme--sub {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.l-main__top__theme--sub br {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main__top__theme--sub {
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
    max-width: 88vw;
    font-size: 1.1rem;
  }
  .l-main__top__theme--sub br {
    display: block;
  }
}
.l-main__top__theme--sub--bracket {
  display: inline-block;
  background: linear-gradient(135deg, #ff6558, #ff7948, #b95ecf, #828ebc);
  color: #fff !important;
  padding: 12px 30px;
  margin-right: 10px;
  border-radius: 4px;
  opacity: 1 !important;
  animation: none !important;
}
@media screen and (max-width: 767px) {
  .l-main__top__theme--sub--bracket {
    padding: 6px 14px;
    margin-right: 4px;
    display: block;
    margin-bottom: 6px;
  }
}
.l-main__top__theme--sass {
  position: absolute;
  width: 250px;
  height: 45px;
  text-align: center;
  line-height: 2;
  top: -25px;
  left: 30px;
  font-size: 2rem;
  background-color: #242422;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .l-main__top__theme--sass {
    left: 20px;
    top: -20px;
    width: 170px;
    height: 30px;
    line-height: 2.3;
    font-size: 1.5rem;
  }
}
.l-main__top__events {
  display: grid;
  justify-content: start;
  position: absolute;
  top: 130px;
  right: 30px;
  line-height: 2;
  z-index: 90;
}
.l-main__top__events br {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main__top__events {
    display: none;
  }
}
.l-main__top__events--ttl {
  font-size: 2.4rem;
  display: block;
  text-decoration: none;
  color: #242422;
}
.l-main__top__events--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.28rem;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #242422;
}
@media screen and (max-width: 767px) {
  .l-main__top__events--txt {
    padding-bottom: 10px;
  }
}
.l-main__top--txt, .l-main__top--logo, .l-main__top--insta {
  font-size: 1.6rem;
  position: fixed;
  bottom: 30px;
  right: 100px;
  color: #242422;
  z-index: 100;
  text-decoration: none;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .l-main__top--txt, .l-main__top--logo, .l-main__top--insta {
    font-size: 1.2rem;
    bottom: 35px;
    right: 100px;
  }
}
.l-main__top--insta {
  bottom: 25px;
  right: 60px;
  width: 25px;
}
.l-main__top--insta img {
  width: 100%;
}
.l-main__top--logo {
  animation: jumpLogo 3s ease-in-out infinite both;
  bottom: 33px;
  right: 15px;
  width: 25px;
}
.l-main__works-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main__works-preview {
    padding-top: 48px;
  }
}
.l-main__works-preview__grid {
  width: 72vw;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main__works-preview__grid {
    grid-template-columns: repeat(2, 1fr);
    width: 88vw;
  }
}
.l-main__works-preview__all-view {
  margin-top: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: #242422;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.l-main__works-preview__all-view:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-main__works-preview__all-view {
    font-size: 1.2rem;
  }
}
.l-main__products {
  position: relative;
  z-index: 1;
  padding: 100px 120px 120px;
}
@media screen and (max-width: 767px) {
  .l-main__products {
    padding: 70px 25px 90px;
  }
}
.l-main__products__header {
  margin-bottom: 60px;
  display: inline-block;
  background: rgba(192, 195, 208, 0.65);
  padding: 14px 50px 14px 0;
  mask-image: linear-gradient(to right, transparent, black 3%, black 88%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, transparent, black 3%, black 88%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: source-in;
}
@media screen and (max-width: 767px) {
  .l-main__products__header {
    margin-bottom: 40px;
  }
}
.l-main__products__header--en {
  font-size: 4.8rem;
  color: #242422;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main__products__header--en {
    font-size: 3.2rem;
  }
}
.l-main__products__header--ja {
  font-size: 1.7rem;
  color: #242422;
  letter-spacing: 0.2em;
  margin-top: 12px;
  display: block;
}
.l-main__products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-main__products__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 100%;
  }
}
.l-main__products__grid__item {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.l-main__products__grid__item:nth-child(1).fade-in.is-visible {
  transition-delay: 0s;
}
.l-main__products__grid__item:nth-child(2).fade-in.is-visible {
  transition-delay: 0.15s;
}
.l-main__products__grid__item:nth-child(3).fade-in.is-visible {
  transition-delay: 0.3s;
}
.l-main__products__grid__item:nth-child(4).fade-in.is-visible {
  transition-delay: 0.45s;
}
.l-main__products__grid__item--thumb {
  width: 100%;
  height: 140px;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main__products__grid__item--thumb {
    height: 110px;
  }
}
.l-main__products__grid__item--thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35));
  pointer-events: none;
}
.l-main__products__grid__item--thumb img {
  display: block;
  width: 50%;
  height: auto;
  object-fit: contain;
}
.l-main__products__grid__item__info {
  padding: 14px 20px 20px;
}
.l-main__products__grid__item__text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.l-main__products__grid__item--name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #242422;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-main__products__grid__item--name {
    font-size: 1.4rem;
  }
}
.l-main__products__grid__item--desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #868585;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-main__products__grid__item--desc {
    font-size: 1.1rem;
  }
}
.l-main__works-area {
  position: relative;
  height: 320px;
  z-index: 2;
  overflow: visible;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main__works-area {
    height: 240px;
    margin-top: 50px;
  }
}
.l-main__works-btn {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-40%, -50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-decoration: none;
  z-index: 2;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .l-main__works-btn {
    width: 220px;
    height: 220px;
    left: 52%;
    padding: 24px;
  }
}
.l-main__works-btn__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 460px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .l-main__works-btn__img {
    max-height: 180px;
    max-width: 260px;
  }
}
.l-main__service {
  position: relative;
  z-index: 1;
  padding: 100px 60px 120px;
}
@media screen and (max-width: 767px) {
  .l-main__service {
    padding: 70px 25px 90px;
  }
}
.l-main__service__header {
  margin-bottom: 60px;
  display: inline-block;
  background: rgba(192, 195, 208, 0.65);
  padding: 14px 50px 14px 0;
  mask-image: linear-gradient(to right, transparent, black 3%, black 88%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, transparent, black 3%, black 88%, transparent), linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-composite: source-in;
}
@media screen and (max-width: 767px) {
  .l-main__service__header {
    margin-bottom: 40px;
  }
}
.l-main__service__header--en {
  font-size: 4.8rem;
  color: #242422;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main__service__header--en {
    font-size: 3.2rem;
  }
}
.l-main__service__header--ja {
  font-size: 1.7rem;
  color: #242422;
  letter-spacing: 0.2em;
  margin-top: 12px;
  display: block;
}
.l-main__service__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-main__service__grid {
    grid-template-columns: 1fr;
  }
}
.l-main__service__grid__item {
  display: block;
  padding: 55px 45px;
  text-decoration: none;
  background-color: #c0c3d0;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.l-main__service__grid__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 101, 88, 0.2), rgba(214, 105, 149, 0.15), rgba(130, 142, 188, 0.2));
  opacity: 0;
  animation: serviceGlow 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.l-main__service__grid__item:nth-child(1)::before {
  animation-delay: 0s;
}
.l-main__service__grid__item:nth-child(2)::before {
  animation-delay: 2s;
}
.l-main__service__grid__item:nth-child(3)::before {
  animation-delay: 4s;
}
.l-main__service__grid__item:nth-child(4)::before {
  animation-delay: 6s;
}
.l-main__service__grid__item:hover::before {
  animation: none;
  opacity: 1;
  background: linear-gradient(135deg, rgba(255, 101, 88, 0.45), rgba(214, 105, 149, 0.35), rgba(130, 142, 188, 0.45));
  transition: opacity 0.4s ease, background 0.4s ease;
}
.l-main__service__grid__item > * {
  position: relative;
  z-index: 1;
}
.l-main__service__grid__item::after {
  content: "→";
  position: absolute;
  right: 45px;
  bottom: 50px;
  font-size: 2rem;
  color: #242422;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.l-main__service__grid__item:hover {
  background-color: #c0c3d0;
}
.l-main__service__grid__item:hover::after {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .l-main__service__grid__item {
    padding: 40px 25px;
  }
  .l-main__service__grid__item::after {
    right: 25px;
    bottom: 35px;
  }
}
.l-main__service__grid__item--num {
  display: block;
  font-size: 1.2rem;
  color: #676666;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
.l-main__service__grid__item--en {
  display: block;
  font-size: 2.8rem;
  color: #242422;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-main__service__grid__item--en {
    font-size: 2rem;
  }
}
.l-main__service__grid__item--ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #676666;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.l-main__service__divider {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #c0c3d0;
}
.l-main__service__divider__logo {
  width: 80px;
  height: auto;
  opacity: 0.55;
}
@media screen and (max-width: 767px) {
  .l-main__service__divider__logo {
    width: 60px;
  }
}
.l-main__service--more {
  display: inline-block;
  margin-top: 50px;
  font-size: 1.4rem;
  color: #242422;
  text-decoration: none;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 5px;
  transition: border-color 0.3s ease;
}
.l-main__service--more:hover {
  border-color: #242422;
}
.l-main__logo-area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
}
.l-main__logo-area__img {
  display: block;
  width: 42%;
  max-width: 500px;
  height: auto;
  animation: logoColorShift 9s ease-in-out infinite;
}
.l-main__news {
  position: relative;
  z-index: 1;
  padding: 100px 120px 100px;
}
@media screen and (max-width: 767px) {
  .l-main__news {
    padding: 70px 25px 70px;
  }
}
.l-main__news__header {
  margin-bottom: 50px;
}
.l-main__news__header--en {
  font-size: 4.8rem;
  color: #242422;
  letter-spacing: 0.2em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main__news__header--en {
    font-size: 3.2rem;
  }
}
.l-main__news__header--ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #676666;
  letter-spacing: 0.2em;
  margin-top: 10px;
  display: block;
}
.l-main__news__list {
  list-style: none;
  max-width: 800px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.l-main__news__list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.l-main__news__list__item--link {
  display: flex;
  align-items: baseline;
  column-gap: 30px;
  padding: 22px 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.l-main__news__list__item--link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-main__news__list__item--link {
    flex-direction: column;
    row-gap: 6px;
    padding: 16px 0;
  }
}
.l-main__news__list__item--date {
  font-size: 1.2rem;
  color: #676666;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
.l-main__news__list__item--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #242422;
  line-height: 1.6;
}
.l-main__news--more {
  display: inline-block;
  margin-top: 40px;
  font-size: 1.3rem;
  color: #242422;
  text-decoration: none;
  letter-spacing: 0.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 4px;
  transition: opacity 0.2s ease;
}
.l-main__news--more:hover {
  opacity: 0.6;
}
.l-main__company {
  position: relative;
  z-index: 1;
  padding: 50px 80px 30px;
  background: #111;
}
@media screen and (max-width: 767px) {
  .l-main__company {
    padding: 40px 20px 24px;
  }
}
.l-main__company__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 12px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.l-main__company__nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.25s ease;
}
.l-main__company__nav a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-main__company__nav {
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
  .l-main__company__nav a {
    font-size: 1.2rem;
  }
}
.l-main__company__table {
  max-width: 560px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.l-main__company__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 767px) {
  .l-main__company__row {
    grid-template-columns: 76px 1fr;
    gap: 8px;
  }
}
.l-main__company__row dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.05em;
}
.l-main__company__row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}
.l-main__company__copy {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}
.l-main__contact {
  position: relative;
  z-index: 1;
  padding: 140px 60px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(120deg, #FF6558, #D66995, #828EBC, #D66995, #FF6558);
  background-size: 300% 300%;
  animation: contactGradient 10s ease infinite;
}
.l-main__contact::before, .l-main__contact::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.18;
  pointer-events: none;
}
.l-main__contact::before {
  width: 500px;
  height: 500px;
  background: #fff;
  top: -180px;
  right: -100px;
  animation: contactFloat 12s ease-in-out infinite;
}
.l-main__contact::after {
  width: 380px;
  height: 380px;
  background: #fff;
  bottom: -140px;
  left: -80px;
  animation: contactFloat 15s ease-in-out infinite reverse;
}
@media screen and (max-width: 767px) {
  .l-main__contact {
    padding: 100px 25px;
  }
  .l-main__contact::before {
    width: 280px;
    height: 280px;
  }
  .l-main__contact::after {
    width: 220px;
    height: 220px;
  }
}
.l-main__contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.l-main__contact__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.25em;
  opacity: 0.85;
}
.l-main__contact__title {
  font-size: 7rem;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-main__contact__title {
    font-size: 4.5rem;
  }
}
.l-main__contact__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.05em;
  opacity: 0.85;
}
.l-main__contact__btn {
  display: inline-block;
  margin-top: 30px;
  padding: 24px 80px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.l-main__contact__btn:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .l-main__contact__btn {
    padding: 20px 50px;
    font-size: 1.5rem;
  }
}

@keyframes bgImgDrift {
  from {
    background-position: 42% 48%;
  }
  to {
    background-position: 58% 52%;
  }
}
.l-right-menu {
  position: fixed;
  z-index: 450;
  display: grid;
  height: auto;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .l-right-menu {
    bottom: 10px;
    right: 5px;
  }
}
.l-right-menu__home, .l-right-menu__to-top, .l-right-menu__contact, .l-right-menu__request {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-right-menu__home img, .l-right-menu__to-top img, .l-right-menu__contact img, .l-right-menu__request img {
  width: 40px;
  padding: 10px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .l-right-menu__home img, .l-right-menu__to-top img, .l-right-menu__contact img, .l-right-menu__request img {
    width: 30px;
  }
}
.l-right-menu__bar {
  height: 3px;
  width: 65px;
  transform: rotate(-30deg);
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .l-right-menu__bar {
    height: 3px;
    width: 45px;
  }
}
.l-right-menu__contact {
  animation: contactAnim 1.5s ease infinite;
}
.l-footer {
  position: absolute;
  background: transparent;
  width: 100vw;
  bottom: 0;
}

.l-service {
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #242422;
}
.l-service--txt1 {
  width: 100%;
  font-size: 2.72rem;
  padding-top: 150px;
  text-align: center;
  line-height: 2;
  z-index: 100;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--txt1 {
    width: auto;
    padding-top: 100px;
    font-size: 1.8rem;
    padding-left: 50px;
    padding-right: 10px;
  }
}
.l-service--txt2 {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  z-index: 100;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--txt2 {
    width: auto;
    font-size: 1.6rem;
    padding: 0 10px 0 20px;
  }
}
.l-service--txt2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-service--txt2 br {
    display: block;
  }
}
.l-service--txt3 {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  z-index: 100;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--txt3 {
    width: auto;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.l-service--txt4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2;
  padding: 30px 120px 50px 120px;
  text-align: start;
  position: relative;
  z-index: 100;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--txt4 {
    font-size: 1.4rem;
    width: 75vw;
    padding: 30px 0 50px 0;
  }
}
.l-service--txt5 {
  position: absolute;
  font-size: 4.8rem;
  text-align: center;
  color: #868585;
  opacity: 0.12;
  top: 500px;
  left: 20vw;
  z-index: 0;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--txt5 {
    display: none;
  }
}
.l-service--txt6 {
  position: absolute;
  font-size: 4.8rem;
  text-align: center;
  color: #868585;
  top: 800px;
  right: 3vw;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--txt6 {
    display: none;
  }
}
.l-service--japan {
  position: absolute;
  right: 10%;
  top: 150px;
  width: 450px;
  opacity: 0.1;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service--japan {
    width: 40vw;
    right: 2vw;
    top: 100px;
  }
}
.l-service .service-wrapper {
  height: 450px;
  align-items: center;
  background: transparent;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service .service-wrapper {
    height: 50vw;
  }
}
.l-service__top-text {
  text-align: start;
  font-size: 2rem;
  width: 450px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-service__top-text {
    width: 75vw;
    font-size: 1.8rem;
  }
}
.l-service__texts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .l-service__texts {
    flex-direction: column;
  }
}
.l-service__texts--txt1 {
  font-size: 2rem;
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .l-service__texts--txt1 {
    text-align: center;
    width: 75vw;
    font-size: 1.6rem;
    padding-bottom: 50px;
  }
}
.l-service__texts--txt2 {
  font-size: 1.6rem;
  width: 35vw;
}
@media screen and (max-width: 767px) {
  .l-service__texts--txt2 {
    width: 75vw;
    font-size: 1.4rem;
  }
}
.l-service__sentences {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
@media screen and (max-width: 767px) {
  .l-service__sentences {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.l-service__sentences--cha {
  display: block;
  color: #868585;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 35vw;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .l-service__sentences--cha {
    width: 85vw;
    font-size: 1.2rem;
    padding-bottom: 0;
    transform: translateX(-5%);
  }
}
.l-service__sentences--hang {
  display: block;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 40vw;
  color: #868585;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .l-service__sentences--hang {
    width: 85vw;
    font-size: 1.2rem;
    padding-top: 0;
    transform: translateX(5%);
  }
}
.l-service__sentences--en {
  display: block;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 65vw;
  color: #868585;
  z-index: 400;
  bottom: -250px;
}
@media screen and (max-width: 767px) {
  .l-service__sentences--en {
    font-size: 1.2rem;
    width: 95vw;
    bottom: -260px;
  }
}
.l-service__links {
  position: relative;
  display: grid;
  justify-content: center;
  line-height: 1;
  width: 100%;
  height: 500px;
  padding: 75px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .l-service__links {
    height: 800px;
  }
}
.l-service__links--map {
  width: 70vw;
  opacity: 0.7;
}
.l-service__links--map span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-service__links--map {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    opacity: 0.5;
  }
}
.l-service__links__grids {
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids {
    grid-template-columns: repeat(1, 1fr);
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    row-gap: 40px;
  }
}
.l-service__links__grids--web, .l-service__links__grids--movie, .l-service__links__grids--ec, .l-service__links__grids--dev {
  position: relative;
  text-align: center;
  grid-column: 1;
  transform: translateX(51%);
  grid-row: 1;
  font-size: 2.2rem;
  color: #242422;
  border: 3px solid;
  border-image: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  border-image-slice: 1;
  text-decoration: none;
  padding: 10px 0;
  width: 250px;
  transition: color 0.5s, letter-spacing 0.5s;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--web, .l-service__links__grids--movie, .l-service__links__grids--ec, .l-service__links__grids--dev {
    grid-column: 1;
    width: 220px;
    transform: translateX(0);
    margin: 0 auto;
    grid-row: 2;
    font-size: 1.7rem;
  }
}
.l-service__links__grids--web::before, .l-service__links__grids--movie::before, .l-service__links__grids--ec::before, .l-service__links__grids--dev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -100;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--web::before, .l-service__links__grids--movie::before, .l-service__links__grids--ec::before, .l-service__links__grids--dev::before {
    display: none;
  }
}
.l-service__links__grids--web span, .l-service__links__grids--movie span, .l-service__links__grids--ec span, .l-service__links__grids--dev span {
  font-size: 1.6rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--web span, .l-service__links__grids--movie span, .l-service__links__grids--ec span, .l-service__links__grids--dev span {
    font-size: 1.4rem;
  }
}
.l-service__links__grids--web:hover, .l-service__links__grids--movie:hover, .l-service__links__grids--ec:hover, .l-service__links__grids--dev:hover {
  color: #fff;
  letter-spacing: 0.1rem;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--web:hover, .l-service__links__grids--movie:hover, .l-service__links__grids--ec:hover, .l-service__links__grids--dev:hover {
    color: #242422;
  }
}
.l-service__links__grids--web:hover::before, .l-service__links__grids--movie:hover::before, .l-service__links__grids--ec:hover::before, .l-service__links__grids--dev:hover::before {
  opacity: 1;
}
.l-service__links__grids--dev {
  transform: translateX(-51%);
  grid-column: 3;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--dev {
    transform: translateX(0);
    grid-column: 1;
    margin: 0 auto;
    grid-row: 3;
  }
}
.l-service__links__grids--www {
  font-size: 3.2rem;
  grid-column: 1;
  grid-row: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--www {
    grid-column: 1;
    grid-row: 1;
    margin: 0 auto;
    transform: translateX(-22vw);
    font-size: 2.4rem;
  }
}
.l-service__links__grids--www span {
  font-size: 1.6rem;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--www span {
    font-size: 1.4rem;
  }
}
.l-service__links__grids--movie, .l-service__links__grids--ec {
  transform: translateX(0);
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--movie, .l-service__links__grids--ec {
    grid-column: 1;
    grid-row: 4;
    margin: 0 auto;
  }
}
.l-service__links__grids--ec {
  transform: translateX(0);
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .l-service__links__grids--ec {
    grid-column: 1;
    grid-row: 5;
    margin: 0 auto;
  }
}
.l-service__space {
  height: 300px;
}
.l-service .service-slide {
  background-color: #fff;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.62);
  transform-origin: center;
  transition: transform 0.4s ease;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-service .service-slide {
    height: 60vw;
    transform: scale(0.78);
  }
}
.l-service .service-slide__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.l-service .service-slide__bracket {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #242422;
  border-left: 2px solid #242422;
}
.l-service .service-slide__en {
  position: absolute;
  top: 15px;
  left: 42px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 3vw;
  color: #242422;
  white-space: nowrap;
}
.l-service .service-slide__en::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #242422;
  opacity: 0.25;
  min-width: 10px;
}
@media screen and (max-width: 767px) {
  .l-service .service-slide__en {
    font-size: 6vw;
  }
}
.l-service .service-slide__tri {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #c8c8c8;
}
.l-service .service-slide__ja {
  position: absolute;
  bottom: 20px;
  right: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5vw;
  color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-service .service-slide__ja {
    font-size: 3vw;
  }
}
.l-service .service-slide--ghost, .l-service .service-slide--end {
  opacity: 0.3;
  pointer-events: none;
}
.l-service .swiper-slide-active {
  transform: scale(1);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-service .swiper-slide-active {
    transform: scale(1);
  }
}
.l-service .swiper-slide-active .service-slide__tri {
  background: linear-gradient(to top right, #ff6558, #ff7948, #b95ecf);
}
.l-service .swiper-slide-active .service-slide__ja {
  color: rgba(255, 255, 255, 0.9);
}
.l-service__reveal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
}
.l-service__reveal.is-active {
  display: block;
}
.l-service__reveal__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff6558, #ff7948, #b95ecf);
  clip-path: inset(0% 100% 0% 0%);
  animation: serviceRevealIn 0.6s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.l-service__story {
  display: flex;
  width: 75vw;
  gap: 80px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .l-service__story {
    flex-direction: column;
    width: 85vw;
    gap: 40px;
    padding: 60px 0;
  }
}
.l-service__story__left {
  width: 260px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-service__story__left {
    width: 100%;
  }
}
.l-service__story__left--txt {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.9;
  position: sticky;
  top: 120px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .l-service__story__left--txt {
    position: static;
    writing-mode: horizontal-tb;
    font-size: 1.7rem;
  }
}
.l-service__story__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.l-service__story__item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 48px;
}
.l-service__story__item--ttl {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-service__story__item--ttl {
    font-size: 1.7rem;
  }
}
.l-service__story__item--body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.2;
  color: rgba(0, 0, 0, 0.72);
  margin-bottom: 20px;
}
.l-service__story__item--body:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-service__story__item--body {
    font-size: 1.4rem;
  }
}

@keyframes serviceRevealIn {
  to {
    clip-path: inset(0% 0% 0% 0%);
  }
}
.l-web {
  width: 100vw;
  background-color: #e8e8e8;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #242422;
}
.l-web__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.l-web__container__periods {
  display: flex;
  justify-content: space-around;
  padding: 200px 0 30px 0;
  width: 650px;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-web__container__periods {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    width: 70px;
    height: 290px;
    top: -90px;
    right: 20vw;
  }
}
.l-web__container__texts {
  display: flex;
  width: 650px;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1.75;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-web__container__texts {
    position: absolute;
    flex-direction: column;
    width: auto;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    top: 150px;
    padding: 0;
    row-gap: 73px;
  }
  .l-web__container__texts br {
    display: none;
  }
}
.l-web__container__logos {
  display: flex;
  width: 650px;
  justify-content: space-between;
  animation: loadAnime 2s ease both;
}
.l-web__container__logos img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .l-web__container__logos {
    position: absolute;
    flex-direction: column;
    width: auto;
    height: 400px;
    top: 70px;
    transform: translateX(-55px);
  }
  .l-web__container__logos img {
    width: 75px;
  }
}
.l-web__container--tuning {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  padding: 20px 0;
  text-align: center;
  width: 50vw;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-web__container--tuning {
    font-size: 1.4rem;
    padding-top: 100px;
    width: 75vw;
  }
}
.l-web__container--sentence {
  font-family: "Noto Sans JP", sans-serif;
  width: 70vw;
  font-size: 2rem;
  line-height: 3;
  padding: 0 20px 0;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-web__container--sentence {
    width: 85vw;
    transform: translateX(-5vw);
    font-size: 1.4rem;
    padding: 0;
  }
}
.l-web__container__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2%;
  row-gap: 10px;
  width: 600px;
  padding: 70px 0;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-web__container__contents {
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-web__container__contents p {
  text-align: center;
  font-size: 1.76rem;
  color: #242422;
  border: 3px solid;
  border-image: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  border-image-slice: 1;
  padding: 10px 0;
  transition: color 0.5s, letter-spacing 0.5s;
  flex-basis: 30%;
  flex-grow: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-web__container__contents p {
    width: 140px;
    flex-basis: 33%;
    border: 2px solid;
    border-image: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
    border-image-slice: 1;
    font-size: 1.3rem;
  }
  .l-web__container__contents p:nth-child(1), .l-web__container__contents p:nth-child(3), .l-web__container__contents p:nth-child(5) {
    transform: translateX(-30%);
  }
  .l-web__container__contents p:nth-child(2), .l-web__container__contents p:nth-child(4) {
    transform: translateX(30%);
  }
}
.l-web__container__contents p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -100;
}
.l-web__container__contents p:hover {
  color: #fff;
  letter-spacing: 0.1rem;
  transition: 0.2s;
}
.l-web__container__contents p:hover::before {
  opacity: 1;
}
.l-web__container__issue {
  position: relative;
  width: 760px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue {
    display: grid;
    width: 320px;
  }
}
.l-web__container__issue p {
  font-size: 1.6rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue p {
    font-size: 1.2rem;
  }
}
.l-web__container__issue p:nth-child(1) {
  right: 122px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue p:nth-child(1) {
    right: 50px;
    top: -20px;
  }
}
.l-web__container__issue p:nth-child(2) {
  right: 137px;
  top: 81px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue p:nth-child(2) {
    right: 60px;
    top: 20px;
  }
}
.l-web__container__issue p:nth-child(3) {
  right: 350px;
  top: 122px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue p:nth-child(3) {
    right: 159.2px;
    top: 51.5px;
  }
}
.l-web__container__issue p:nth-child(4) {
  right: 0;
  top: 153px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue p:nth-child(4) {
    right: 5px;
    top: 70px;
  }
}
.l-web__container__issue p:nth-child(5) {
  right: 160px;
  top: 240px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue p:nth-child(5) {
    grid-row: 2;
    position: static;
    width: 100%;
    padding-top: 20px;
    font-size: 1rem;
    white-space: auto;
  }
}
.l-web__container__issue img {
  width: 760px;
}
@media screen and (max-width: 767px) {
  .l-web__container__issue img {
    grid-row: 1;
    width: 320px;
  }
}

.l-system {
  background-color: #d9d9d9;
  width: 100vw;
  color: #242422;
}
.l-system__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 200px 0 100px 0;
}
.l-system__container__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents {
    padding: 100px 0 0 0;
    position: relative;
    width: 320px;
  }
}
.l-system__container__contents__issue {
  display: flex;
  justify-content: space-between;
  border-radius: 25px;
  padding: 30px 10px 10px 30px;
  background-color: #e8e8e8;
  width: 400px;
  height: 150px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents__issue {
    position: absolute;
    width: 210px;
    height: 100px;
    left: 0;
    border-radius: 15px;
    padding: 15px 5px 5px 10px;
  }
}
.l-system__container__contents__issue--ttl {
  font-size: 1.92rem;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents__issue--ttl {
    font-size: 1.7rem;
  }
}
.l-system__container__contents__issue--ttl span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents__issue--ttl span {
    font-size: 1rem;
  }
}
.l-system__container__contents__issue--idea {
  font-size: 1.92rem;
  background-color: #fdfdfd;
  padding: 30px 50px 30px 20px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents__issue--idea {
    border-radius: 15px;
    padding: 5px;
    font-size: 1.7rem;
  }
}
.l-system__container__contents__issue--idea span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents__issue--idea span {
    font-size: 1rem;
  }
}
.l-system__container__contents__satisfied {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  padding-left: 200px;
  position: absolute;
  left: -150px;
  bottom: -200px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents__satisfied {
    padding: 0;
    left: 10px;
    bottom: -240px;
    align-items: start;
  }
  .l-system__container__contents__satisfied p {
    font-size: 1.4rem;
  }
  .l-system__container__contents__satisfied img {
    width: 300px;
  }
}
.l-system__container__contents__satisfied img {
  padding: 20px 0;
}
.l-system__container__contents--as {
  position: absolute;
  font-size: 3.84rem;
  top: -30px;
  left: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents--as {
    position: absolute;
    font-size: 2.4rem;
    left: 40px;
    top: 10px;
    align-items: center;
  }
}
.l-system__container__contents--txt1 {
  position: absolute;
  font-size: 1.44rem;
  top: 0;
  left: 460px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents--txt1 {
    left: 200px;
    top: 40px;
    font-size: 1.2rem;
  }
}
.l-system__container__contents--ico {
  position: absolute;
  left: 280px;
  width: 200px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents--ico {
    left: 180px;
    width: 120px;
    top: 80px;
  }
}
.l-system__container__contents--ball {
  position: absolute;
  width: 15px;
  left: 320px;
  animation: moveRight 10s linear infinite, upDown 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents--ball {
    left: 184px;
    width: 7px;
    animation: moveRightSp 10s linear infinite, upDownSp 1s ease-in-out infinite alternate;
  }
}
.l-system__container__contents--txt2 {
  position: absolute;
  font-size: 1.6rem;
  text-align: end;
  bottom: 15px;
  left: 430px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents--txt2 {
    bottom: -70px;
    left: 190px;
    font-size: 1.2rem;
  }
}
.l-system__container__contents--txt2 span {
  font-size: 1.44rem;
}
@media screen and (max-width: 767px) {
  .l-system__container__contents--txt2 span {
    font-size: 1.2rem;
    display: none;
  }
}
.l-system__container--ttl {
  padding-top: 250px;
  font-size: 1.76rem;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-system__container--ttl {
    padding-top: 400px;
    font-size: 1.6rem;
    width: 75vw;
  }
}
.l-system__container--sub {
  padding-bottom: 60px;
  font-size: 1.6rem;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-system__container--sub {
    padding-top: 10px;
    font-size: 1.4rem;
    width: 75vw;
  }
}
.l-system__container__sample {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, auto);
  gap: 25px 30px;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-system__container__sample {
    gap: 50px 10px;
  }
}
.l-system__container__sample p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-system__container__sample p {
    font-size: 1.4rem;
  }
}
.l-system__container__sample p:nth-child(1), .l-system__container__sample p:nth-child(4), .l-system__container__sample p:nth-child(7) {
  text-align: end;
}
.l-system__container__sample span {
  width: 80px;
  height: 2px;
  background-color: #242422;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-system__container__sample span {
    height: 1px;
    width: 50px;
  }
}
.l-system__container__sample span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  position: absolute;
  top: -6px;
  animation: samples 3s infinite ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-system__container__sample span::after {
    width: 7px;
    height: 7px;
    top: -3px;
    animation: samplesSp 3s infinite ease-in-out;
  }
}
.l-system__container__sample span:nth-child(2)::after {
  animation-delay: 0s;
}
.l-system__container__sample span:nth-child(5)::after {
  animation-delay: 0.5s;
}
.l-system__container__sample span:nth-child(8)::after {
  animation-delay: 1s;
}
.l-system__container--message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  padding-top: 40px;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-system__container--message {
    font-size: 1.4rem;
    padding-top: 60px;
  }
}
.l-system__container--motto {
  color: #676666;
  font-size: 1.92rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .l-system__container--motto {
    letter-spacing: 2px;
    font-size: 1.6rem;
  }
}
.l-system__container__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  width: 760px;
  padding: 70px 0;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .l-system__container__btns {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 60px 0;
    gap: 20px 10px;
    width: 320px;
  }
}
.l-system__container__btns a {
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  color: #242422;
  border: 3px solid;
  border-image: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  border-image-slice: 1;
  padding: 10px 0;
  transition: color 0.5s, letter-spacing 0.5s;
  flex-basis: 30%;
  flex-grow: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-system__container__btns a {
    font-size: 1.4rem;
    width: 220px;
  }
}
.l-system__container__btns a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -100;
}
.l-system__container__btns a:hover {
  color: #fff;
  letter-spacing: 0.1rem;
  transition: 0.2s;
}
.l-system__container__btns a:hover::before {
  opacity: 1;
}
.l-system__container--module {
  width: 70vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-system__container--module {
    width: 320px;
  }
}

.l-ec {
  background-color: #e8e8e8;
  width: 100vw;
  color: #242422;
}
.l-ec__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 0 200px 0;
}
.l-ec__container__niche {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 100px 0;
  animation: loadAnime 2s ease both;
}
.l-ec__container__niche img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .l-ec__container__niche {
    flex-direction: column;
    row-gap: 50px;
  }
  .l-ec__container__niche img {
    width: 170px;
  }
}
.l-ec__container__niche--txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-ec__container__niche--txt {
    font-size: 1.6rem;
  }
}
.l-ec__container__niche--txt span {
  font-size: 1.92rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-ec__container__niche--txt span {
    font-size: 1.4rem;
  }
}
.l-ec__container--detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.5;
  width: 70vw;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-ec__container--detail {
    font-size: 1.4rem;
    width: 75vw;
  }
}
.l-ec__container--back-logo {
  position: absolute;
  right: 120px;
  top: 250px;
  width: 600px;
  animation: 30s spin linear infinite, loadAnime 2s ease both;
  transition: 1s;
  opacity: 0.5;
}
.l-ec__container--back-logo:hover {
  scale: 1.2;
  transition: 1s;
}
.l-ec__container__business {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 35px;
  width: 70vw;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .l-ec__container__business {
    width: 95vw;
    gap: 30px 10px;
  }
}
.l-ec__container__business--ttl {
  font-size: 2.4rem;
  color: #676666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-ec__container__business--ttl {
    font-size: 1.8rem;
  }
}
.l-ec__container__business--ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #242422;
  display: block;
  line-height: 2;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .l-ec__container__business--ttl p {
    font-size: 1.4rem;
  }
}
.l-ec__container__business--ttl:nth-child(1) {
  grid-column: span 12;
}
.l-ec__container__business--ttl:nth-child(2) {
  grid-column: span 6;
}
.l-ec__container__business--ttl:nth-child(3), .l-ec__container__business--ttl:nth-child(4), .l-ec__container__business--ttl:nth-child(5) {
  grid-column: span 6;
}
.l-ec__container__business--ttl:nth-child(6), .l-ec__container__business--ttl:nth-child(7) {
  grid-column: span 6;
}
@media screen and (max-width: 767px) {
  .l-ec__container__business--ttl:nth-child(6), .l-ec__container__business--ttl:nth-child(7) {
    grid-column: span 12;
  }
}
.l-ec__container__business--ttl:nth-child(8), .l-ec__container__business--ttl:nth-child(9), .l-ec__container__business--ttl:nth-child(10), .l-ec__container__business--ttl:nth-child(11) {
  grid-column: span 6;
}
.l-ec__container__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .l-ec__container__btns {
    width: auto;
    gap: 20px 10px;
  }
}
.l-ec__container__btns a {
  width: 250px;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  color: #242422;
  border: 3px solid;
  border-image: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  border-image-slice: 1;
  padding: 10px 0;
  transition: color 0.5s, letter-spacing 0.5s;
  flex-basis: 30%;
  flex-grow: 0;
  position: relative;
  z-index: 100;
}
.l-ec__container__btns a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -100;
}
@media screen and (max-width: 767px) {
  .l-ec__container__btns a {
    width: 130px;
    font-size: 1.3rem;
  }
}
.l-ec__container__btns a:hover {
  color: #fff;
  letter-spacing: 0.1rem;
  transition: 0.2s;
}
.l-ec__container__btns a:hover::before {
  opacity: 1;
}
.l-ec__container__figures {
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-ec__container__figures {
    height: auto;
  }
}
.l-ec__container__figures--logo {
  position: absolute;
  top: 50px;
  left: 17%;
  transform: translateX(-17%);
  width: 350px;
}
@media screen and (max-width: 767px) {
  .l-ec__container__figures--logo {
    position: static;
    transform: translateX(0);
    width: 300px;
    object-fit: contain;
    padding: 40px 0 20px 0;
  }
}
.l-ec__container__figures--ttl {
  position: absolute;
  font-size: 1.92rem;
  top: 100px;
  left: 18%;
  transform: translateX(-18%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-ec__container__figures--ttl {
    font-size: 1.55rem;
    position: static;
    transform: translateX(0);
  }
}
.l-ec__container__figures--sub {
  position: absolute;
  font-size: 1.28rem;
  top: 130px;
  left: 20%;
  transform: translateX(-20%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-ec__container__figures--sub {
    transform: translateX(0);
    top: 120px;
    left: 5px;
    width: 65vw;
    font-size: 1.4rem;
  }
}
.l-ec__container__figures--graph {
  position: absolute;
  width: 90vw;
  max-width: 900px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-ec__container__figures--graph {
    position: static;
    width: 100vw;
    transform: translateX(0);
  }
}
.l-ec__container__figures--last {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  font-size: 1.6rem;
  top: 300px;
  left: 20%;
  transform: translateX(-20%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-ec__container__figures--last {
    position: static;
    transform: translateX(0);
    font-size: 1.4rem;
    padding-bottom: 30px;
  }
}
.l-ec__container__supported {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-ec__container__supported h2 {
  width: 50vw;
  font-size: 2.4rem;
  border-bottom: 1px solid #242422;
  padding-top: 50px;
  text-align: start;
  transform: translateX(-10vw);
}
@media screen and (max-width: 767px) {
  .l-ec__container__supported h2 {
    font-size: 1.8rem;
  }
}
.l-ec__container__supported img {
  padding-top: 50px;
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .l-ec__container__supported img {
    width: 95vw;
  }
}
.l-ec__container__supported p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: 70vw;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-ec__container__supported p {
    width: 80vw;
    font-size: 1.4rem;
  }
}
.l-ec__contact {
  position: relative;
  z-index: 1;
  padding: 140px 60px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(120deg, #FF6558, #D66995, #828EBC, #D66995, #FF6558);
  background-size: 300% 300%;
  animation: ecContactGradient 10s ease infinite;
}
.l-ec__contact::before, .l-ec__contact::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.18;
  pointer-events: none;
}
.l-ec__contact::before {
  width: 500px;
  height: 500px;
  background: #fff;
  top: -180px;
  right: -100px;
  animation: ecContactFloat 12s ease-in-out infinite;
}
.l-ec__contact::after {
  width: 380px;
  height: 380px;
  background: #fff;
  bottom: -140px;
  left: -80px;
  animation: ecContactFloat 15s ease-in-out infinite reverse;
}
@media screen and (max-width: 767px) {
  .l-ec__contact {
    padding: 100px 25px;
  }
  .l-ec__contact::before {
    width: 280px;
    height: 280px;
  }
  .l-ec__contact::after {
    width: 220px;
    height: 220px;
  }
}
.l-ec__contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.l-ec__contact__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.25em;
  opacity: 0.85;
}
.l-ec__contact__title {
  font-size: 7rem;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-ec__contact__title {
    font-size: 4.5rem;
  }
}
.l-ec__contact__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.05em;
  opacity: 0.85;
}
.l-ec__contact__btn {
  display: inline-block;
  margin-top: 30px;
  padding: 24px 80px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.l-ec__contact__btn:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .l-ec__contact__btn {
    padding: 20px 50px;
    font-size: 1.5rem;
  }
}

@keyframes ecContactGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes ecContactFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}
.l-movie {
  background-color: #d9d9d9;
  width: 100vw;
  color: #242422;
}
.l-movie__container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.l-movie__container--top-ttl {
  padding: 200px 0 100px 0;
  width: 650px;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-movie__container--top-ttl {
    padding-top: 250px;
    width: 300px;
  }
}
.l-movie__container--moved {
  font-size: 2.88rem;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-movie__container--moved {
    text-align: center;
    width: 90vw;
    font-size: 1.8rem;
  }
}
.l-movie__container__sentences {
  width: 70vw;
  display: flex;
  flex-direction: column;
  line-height: 2;
  padding-top: 100px;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-movie__container__sentences {
    width: 100vw;
    align-items: center;
  }
}
.l-movie__container__sentences h3 {
  font-size: 1.92rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .l-movie__container__sentences h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-movie__container__sentences p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-movie__container__sentences p {
    font-size: 1.4rem;
    padding-bottom: 50px;
    width: 80vw;
  }
}
.l-movie__container--explain {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 70vw;
  font-size: 1.4rem;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-movie__container--explain {
    width: 80vw;
    font-size: 1.2rem;
    text-align: start;
  }
}
.l-movie__container__arts {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-movie__container__arts {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
  }
}
.l-movie__container__arts--word {
  width: 30vw;
  object-fit: scale-down;
}
@media screen and (max-width: 767px) {
  .l-movie__container__arts--word {
    width: 300px;
  }
}
.l-movie__container__arts__pantones {
  position: relative;
  width: 20vw;
  height: 20vw;
  animation: spin 60s linear infinite;
}
@media screen and (max-width: 767px) {
  .l-movie__container__arts__pantones {
    width: 40vw;
    height: 40vw;
  }
}
.l-movie__container__arts__pantones img {
  position: absolute;
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .l-movie__container__arts__pantones img {
    width: 40vw;
  }
}
.l-movie__container--ttl {
  font-size: 2.88rem;
}
@media screen and (max-width: 767px) {
  .l-movie__container--ttl {
    font-size: 1.8rem;
    width: 80vw;
    text-align: center;
  }
}
.l-movie__container--ttl p {
  font-size: 1.92rem;
}
@media screen and (max-width: 767px) {
  .l-movie__container--ttl p {
    font-size: 1.6rem;
  }
}
.l-movie__container__items {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-movie__container__items {
    grid-template-columns: repeat(1, 1fr);
    font-size: 1.6rem;
  }
}
.l-movie__container__items li {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}
.l-movie__container--create {
  text-align: center;
  font-size: 1.6rem;
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .l-movie__container--create {
    width: 75vw;
    font-size: 2rem;
    line-height: 2;
  }
}

.l-works {
  background-color: #d9d9d9;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  color: #242422;
  padding-bottom: 100px;
}
.l-works__container {
  width: 72vw;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 10px;
  justify-content: center;
  padding: 200px 0 100px;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-works__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 88vw;
    padding: 120px 0 60px;
  }
}
.l-works__container__items {
  position: relative;
  overflow: hidden;
  background-color: #242422;
  text-decoration: none;
  cursor: pointer;
}
.l-works__container__items--portrait {
  grid-column: span 1;
}
.l-works__container__items--portrait::before {
  content: "";
  display: block;
  padding-top: 150%;
}
.l-works__container__items--landscape {
  grid-column: span 2;
}
.l-works__container__items--landscape::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  .l-works__container__items--landscape {
    grid-column: span 2;
  }
}
.l-works__container__items--dummy {
  cursor: default;
}
.l-works__container__items--spacer {
  visibility: hidden;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .l-works__container__items--spacer {
    display: none;
  }
}
.l-works__container__items__contents {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, opacity 0.4s ease;
}
.l-works__container__items__overlay {
  display: none;
}
.l-works__container__items__num {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}
.l-works__container__items__ttl {
  display: none;
}
.l-works__container__text-cell {
  background-color: #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.l-works__container__text-cell::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.l-about {
  background-color: #d9d9d9;
  width: 100vw;
}
.l-about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: loadAnime 2s ease both;
}
.l-about__container--footer-dummy {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-about__container--footer-dummy {
    padding-bottom: 80px;
  }
}
.l-about__container form {
  font-size: 1.4rem;
}
.l-about__container--logo {
  width: 70vw;
  max-width: 900px;
  height: auto;
  padding: 150px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .l-about__container--logo {
    width: 85vw;
  }
}
.l-about__container--ttl {
  font-size: 2.4rem;
  letter-spacing: 5px;
  width: 70vw;
  line-height: 2;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-about__container--ttl {
    width: 80vw;
    letter-spacing: 2px;
    line-height: 3;
    text-align: center;
    font-size: 2rem;
  }
}
.l-about__container--ttl span {
  font-size: 1.4rem;
  text-align: start;
  display: block;
}
.l-about__container--saas {
  font-size: 3.2rem;
  letter-spacing: 10px;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .l-about__container--saas {
    width: 85vw;
    letter-spacing: 3px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.l-about__container--sentence {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: 70vw;
  line-height: 3.5;
}
@media screen and (max-width: 767px) {
  .l-about__container--sentence {
    width: 75vw;
    font-size: 1.4rem;
  }
}
.l-about__container--meguro {
  font-size: 3.2rem;
  letter-spacing: 10px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .l-about__container--meguro {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-about__container--ceo {
    width: 70vw;
  }
}
.l-about__container--blog {
  padding: 50px 0;
  font-size: 2rem;
  letter-spacing: 10px;
  text-decoration: none;
  color: #242422;
}
.l-about__container--contact {
  font-size: 10rem;
  color: white;
  text-shadow: 3px 3px 15px rgba(126, 0, 255, 0.44), -3px -3px 17px rgb(235, 103, 83);
}
@media screen and (max-width: 767px) {
  .l-about__container--contact {
    font-size: 5rem;
  }
}
.l-about__container--sentence {
  font-size: 1.4rem;
  width: 70vw;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .l-about__container--sentence {
    width: 90vw;
  }
}
.l-about__container .l-about__container__forms, .l-about__container .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 70vw;
  column-gap: 40px;
  padding: 10px 0 200px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-about__container .l-about__container__forms, .l-about__container .wpcf7-form {
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 32px;
    width: 90vw;
  }
}
.l-about__container .l-about__container__forms__left, .l-about__container .l-about__container__forms__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-about__container .l-about__container__forms__left, .l-about__container .l-about__container__forms__right {
    width: 100%;
  }
}
.l-about__container .l-about__container__forms .form-group, .l-about__container .wpcf7-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  gap: 8px;
}
.l-about__container .l-about__container__forms .form-group label, .l-about__container .wpcf7-form .form-group label {
  font-size: 1.6rem;
  font-weight: normal;
}
.l-about__container .l-about__container__forms .form-group label span, .l-about__container .wpcf7-form .form-group label span {
  font-size: 1.36rem;
  font-weight: normal;
  color: #676666;
  margin-left: 8px;
}
.l-about__container .l-about__container__forms .form-group input[type=text], .l-about__container .wpcf7-form .form-group input[type=text],
.l-about__container .l-about__container__forms .form-group input[type=email],
.l-about__container .wpcf7-form .form-group input[type=email],
.l-about__container .l-about__container__forms .form-group input[type=tel],
.l-about__container .wpcf7-form .form-group input[type=tel],
.l-about__container .l-about__container__forms .form-group input[type=url],
.l-about__container .wpcf7-form .form-group input[type=url],
.l-about__container .l-about__container__forms .form-group select,
.l-about__container .wpcf7-form .form-group select,
.l-about__container .l-about__container__forms .form-group textarea,
.l-about__container .wpcf7-form .form-group textarea {
  font-family: inherit;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #fdfdfd;
  font-size: 1.6rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.l-about__container .l-about__container__forms .form-group input[type=text]:focus, .l-about__container .wpcf7-form .form-group input[type=text]:focus,
.l-about__container .l-about__container__forms .form-group input[type=email]:focus,
.l-about__container .wpcf7-form .form-group input[type=email]:focus,
.l-about__container .l-about__container__forms .form-group input[type=tel]:focus,
.l-about__container .wpcf7-form .form-group input[type=tel]:focus,
.l-about__container .l-about__container__forms .form-group input[type=url]:focus,
.l-about__container .wpcf7-form .form-group input[type=url]:focus,
.l-about__container .l-about__container__forms .form-group select:focus,
.l-about__container .wpcf7-form .form-group select:focus,
.l-about__container .l-about__container__forms .form-group textarea:focus,
.l-about__container .wpcf7-form .form-group textarea:focus {
  outline: none;
  border-color: #ff6558;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 101, 88, 0.15);
}
.l-about__container .l-about__container__forms .form-group select, .l-about__container .wpcf7-form .form-group select {
  cursor: pointer;
}
.l-about__container .l-about__container__forms .form-group textarea, .l-about__container .wpcf7-form .form-group textarea {
  resize: vertical;
  min-height: 180px;
}
.l-about__container .l-about__container__forms .form-group--checkbox, .l-about__container .wpcf7-form .form-group--checkbox {
  flex-direction: row;
  justify-content: center;
}
.l-about__container .l-about__container__forms .form-group--checkbox .privacy-label, .l-about__container .wpcf7-form .form-group--checkbox .privacy-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
}
.l-about__container .l-about__container__forms .form-group--checkbox .privacy-label a, .l-about__container .wpcf7-form .form-group--checkbox .privacy-label a {
  color: #ff6558;
  text-decoration: underline;
}
.l-about__container .l-about__container__forms .form-group--checkbox .privacy-label a:hover, .l-about__container .wpcf7-form .form-group--checkbox .privacy-label a:hover {
  text-decoration: none;
}
.l-about__container .l-about__container__forms__right--smt {
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-about__container .l-about__container__forms__right--smt .contact-submit-btn {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #242422;
  color: #fff;
  padding: 16px 80px;
  border: solid 2px #242422;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-about__container .l-about__container__forms__right--smt .contact-submit-btn {
    padding: 16px 60px;
  }
}
.l-about__container .l-about__container__forms__right--smt .contact-submit-btn:hover {
  background-color: #868585;
  transform: translateY(-2px);
}
.l-about__container .l-about__container__forms__right--smt .contact-submit-btn:disabled {
  background-color: #d9d9d9;
  color: #868585;
  border: solid 2px #868585;
  cursor: not-allowed;
  transform: none;
}
.l-about__container .wpcf7-form-control-wrap {
  width: 100%;
}
.l-about__container .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  margin: 0;
}
.l-about__container .wpcf7-spinner {
  display: none;
}
.l-about__container--value {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 70vw;
  max-width: 900px;
  padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-about__container--value {
    grid-template-columns: 1fr;
    width: 85vw;
    gap: 24px;
  }
}
.l-about__container--value__item {
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.l-about__container--value__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px;
}
.l-about__container--value__head span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 4px;
}
.l-about__container--value__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.7);
}
.l-about__company {
  width: 70vw;
  max-width: 900px;
  padding: 60px 0 80px;
}
.l-about__company__ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-about__company {
    width: 85vw;
    padding: 40px 0 60px;
  }
}
.l-about__company__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-about__company__ttl {
    font-size: 2.2rem;
  }
}
.l-about__company__table {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-about__company__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .l-about__company__row {
    grid-template-columns: 100px 1fr;
    gap: 12px;
    padding: 14px 0;
  }
}
.l-about__company__row dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 2px;
}
.l-about__company__row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #242422;
}
.l-about__company__row dd a {
  color: #ff6558;
  text-decoration: none;
}
.l-about__company__row dd a:hover {
  text-decoration: underline;
}
.l-about__contact-section {
  width: 100%;
  text-align: center;
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-about__contact-section {
    padding: 60px 0 28px;
  }
}
.l-about__contact-section__ttl {
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin: 0;
}
.l-about__contact-section__ttl span {
  background: linear-gradient(135deg, #ff6558, #b95ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .l-about__contact-section__ttl {
    font-size: 3.2rem;
  }
}
.l-about__contact-section__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-about__contact-section__desc {
    font-size: 1.3rem;
    text-align: left;
  }
}

.l-privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #242422;
}
.l-privacy__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 60vw;
  padding: 200px 0;
}
.l-privacy__container h2,
.l-privacy__container p,
.l-privacy__container ul,
.l-privacy__container li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-privacy__container {
    width: 75vw;
    padding: 150px 0;
    line-height: 2;
  }
}
.l-privacy__container--ttl {
  font-size: 6.4rem;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-privacy__container--ttl {
    font-size: 3rem;
  }
}

.l-posts {
  min-height: 100vh;
  background-color: #e8e8e8;
  color: #242422;
}
.l-posts__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 0;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-posts__container {
    width: 90%;
    padding: 220px 0;
  }
}
.l-posts__container .l-posts__page-ttl {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.l-posts__container .l-posts__page-ttl .l-posts__container__ttl--b-font {
  color: #242422;
  font-size: 4rem;
  border-bottom: 3px solid #ff6558;
  padding-bottom: 10px;
  display: inline-block;
}
.l-posts__container__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .l-posts__container__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-posts__container__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.l-posts__container__contents__page {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-decoration: none;
  color: #242422;
  transition: transform 0.3s ease;
}
.l-posts__container__contents__page:hover {
  transform: translateY(-5px);
}
.l-posts__container__contents__page img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  border-radius: 3px;
}
.l-posts__container__contents__page--ttl {
  font-size: 1.6rem;
  z-index: 100;
  width: 100%;
  text-align: start;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-posts__container__contents__page--link {
  font-size: 1.4rem;
  width: 100%;
  text-align: end;
  margin-top: auto;
  padding-top: 15px;
}
.l-posts__container__contents__page--date {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
  width: 100%;
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #868585;
  border-radius: 4px;
  color: #242422;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-pagination .page-numbers:hover, .c-pagination .page-numbers.current {
  background-color: #ff6558;
  border-color: #ff6558;
  color: #fff;
}
.c-pagination .page-numbers.dots {
  background: transparent;
  border: none;
  color: #242422;
}

.l-single {
  min-height: 100vh;
  background-color: #e8e8e8;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-single__container {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  animation: loadAnime 2s ease both;
  padding: 175px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .l-single__container {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 300px;
  }
}
.l-single__container__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 60vw;
  height: auto;
  padding: 32px 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents {
    width: 90%;
    padding: 20px;
  }
}
.l-single__container__contents__ttls {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.l-single__container__contents__ttls--ttl {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: #242422;
  margin: 16px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents__ttls--ttl {
    font-size: 1.9rem;
    padding-bottom: 18px;
  }
}
.l-single__container__contents__ttls--date {
  font-size: 1.4rem;
  color: #868585;
  padding: 10px 0;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents__ttls--date {
    font-size: 1.2rem;
  }
}
.l-single__container__contents--imgs {
  width: 90%;
  aspect-ratio: 16/9;
  object-fit: cover;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--imgs {
    width: 100%;
  }
}
.l-single__container__contents--sentence {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.l-single__container__contents--sentence h1, .l-single__container__contents--sentence h2, .l-single__container__contents--sentence h3, .l-single__container__contents--sentence h4, .l-single__container__contents--sentence h5, .l-single__container__contents--sentence h6 {
  display: block;
  font-weight: 300;
  line-height: 1.6;
  white-space: normal;
  word-break: break-word;
  width: 100%;
}
.l-single__container__contents--sentence h1 {
  font-size: 2.4rem;
  border-bottom: solid 3px #ff6558;
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--sentence h1 {
    margin-bottom: 1em;
  }
}
.l-single__container__contents--sentence h1::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 115px transparent;
}
.l-single__container__contents--sentence h1::after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: -4px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 115px white;
}
.l-single__container__contents--sentence h2 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--sentence h2 {
    margin-bottom: 1em;
  }
}
.l-single__container__contents--sentence h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff6558, #ff7948, #b95ecf, transparent 85%);
}
.l-single__container__contents--sentence h3 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 2em;
  padding-left: 10px;
  border-left: solid 3px #ff6558;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--sentence h3 {
    margin-bottom: 1em;
  }
}
.l-single__container__contents--sentence h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--sentence h4 {
    margin-bottom: 1em;
  }
}
.l-single__container__contents--sentence h5 {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.l-single__container__contents--sentence h6 {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}
.l-single__container__contents--sentence ul, .l-single__container__contents--sentence ol {
  display: block;
  padding-left: 2em;
  margin-bottom: 20px;
  width: 100%;
}
.l-single__container__contents--sentence li {
  display: list-item;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
  line-height: 2;
  word-break: break-word;
}
.l-single__container__contents--sentence p {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  line-height: 2;
  margin-bottom: 20px;
  white-space: normal;
  word-break: break-word;
}
.l-single__container__contents--sentence img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--sentence {
    width: 100%;
    padding: 40px 0;
  }
}
.l-single__container__contents--date {
  font-size: 1.4rem;
  color: #868585;
  width: 85%;
  text-align: end;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents--date {
    font-size: 1.2rem;
  }
}
.l-single__container__contents__ttl {
  position: absolute;
  display: flex;
  justify-content: start;
  align-items: center;
  transform: rotate(90deg);
  left: -65px;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents__ttl {
    transform: rotate(0deg) translateX(-50%);
    width: auto;
    left: 50%;
    top: -50px;
  }
}
.l-single__container__contents__ttl--font {
  color: #868585;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents__ttl--font {
    font-size: 2.4rem;
  }
}
.l-single__container__contents__ttl span {
  font-size: 4rem;
  color: #ff6558;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-single__container__contents__ttl span {
    font-size: 2.4rem;
  }
}
.l-single__btns {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60vw;
  padding: 1vw 10px;
  margin-bottom: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  animation: loadAnime 2s ease both;
}
.l-single__btns--bar {
  position: absolute;
  background-color: #868585;
  height: 60%;
  width: 2px;
  border-radius: 2px;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-single__btns__links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-single__btns__links img {
  width: 20vw;
  transition: 0.2s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.l-single__btns__links img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-single__btns__links img {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__btns {
    width: 80vw;
  }
}
.l-single__new-info {
  font-size: 4rem;
  padding: 0 10px;
  border-bottom: solid 3px #ff6558;
  white-space: nowrap;
}
.l-single__topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  width: 75vw;
  padding-top: 100px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-single__topics {
    grid-template-columns: repeat(1, 1fr);
    width: 80vw;
    row-gap: 30px;
  }
}
.l-single__topics__page {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-decoration: none;
  color: #242422;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.l-single__topics__page img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
}
.l-single__topics__page__body {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.l-single__topics__page__body--txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.l-single__topics__page__body--date {
  text-align: right;
  font-size: 1.2rem;
  margin: 0;
}
.l-single__topics__page__body--date span {
  color: #ff6558;
  margin-left: 10px;
}
.l-single__view-more {
  padding-top: 200px;
}
.l-single__view-more a {
  text-decoration: none;
  font-size: 3rem;
  color: #242422;
  border-radius: 0 0 100% 0;
  letter-spacing: 5px;
  transition: all 0.5s;
  border-bottom: solid transparent 1px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.l-single__view-more a:hover {
  letter-spacing: 8px;
  border-bottom: solid #242422 1px;
  border-radius: 0;
  text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}
.l-single__grid-exp {
  font-size: 1.4rem;
  margin: 30px auto;
}
.l-single__grid {
  margin: 0 auto 200px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  width: 70vw;
}
@media screen and (max-width: 767px) {
  .l-single__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 80vw;
  }
}
.l-single__grid__page {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
}
.l-single__grid__page img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.l-single__grid__page__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.l-single__grid__page__body--txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 1.3rem;
  color: #242422;
  line-height: 1.6;
  margin-bottom: 15px;
}
.l-single__grid__page__body__lists {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.l-single__grid__page__body__lists--category {
  padding: 4px 8px;
  font-size: 1rem;
  border-radius: 10px;
  background-color: #868585;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.l-single__grid__page__body--date {
  font-size: 1.2rem;
  color: #868585;
  text-align: right;
  margin-top: auto;
}

.l-details {
  background-color: #d9d9d9;
  width: 100vw;
  color: #242422;
  padding-bottom: 120px;
  position: relative;
}
.l-details__cover {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 80px 40px;
}
@media screen and (max-width: 767px) {
  .l-details__cover {
    padding: 80px 28px 28px;
  }
}
.l-details__cover__title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-details__cover__title {
    font-size: 2.4rem;
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}
.l-details__cover__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 80px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-details__cover__meta {
    gap: 16px 32px;
  }
}
.l-details__cover__meta__col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-details__cover__meta__col {
    width: auto;
    flex-shrink: 1;
  }
}
.l-details__cover__meta__label {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.45);
}
.l-details__cover__meta__val {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}
.l-details__cover__launch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #242422;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
  margin-left: auto;
  align-self: center;
}
.l-details__cover__launch:hover {
  opacity: 1;
}
.l-details__cover__launch img {
  width: 13px;
  height: 13px;
  margin: 0;
}
.l-details__hero {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 40px 0;
}
@media screen and (max-width: 767px) {
  .l-details__hero {
    padding: 20px 20px 0;
  }
}
.l-details__hero__media {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.l-details__top {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 40px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-details__top {
    padding: 30px 20px 28px;
  }
}
.l-details__top__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.l-details__top__tags li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  color: #fff;
  background: #242422;
  padding: 4px 14px;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
.l-details__top__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .l-details__top__title {
    font-size: 2.4rem;
  }
}
.l-details__top__url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #242422;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.l-details__top__url:hover {
  opacity: 1;
}
.l-details__top__url img {
  width: 13px;
  height: 13px;
}
.l-details__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #242422;
}
@media screen and (max-width: 767px) {
  .l-details__content {
    padding: 30px 20px;
    font-size: 1.4rem;
  }
}
.l-details__content h2 {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 50px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #242422;
  white-space: normal;
}
.l-details__content h3 {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 36px 0 12px;
  white-space: normal;
}
.l-details__content h4 {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 28px 0 10px;
  white-space: normal;
}
.l-details__content p {
  display: block;
  margin: 0 0 20px;
  white-space: normal;
  word-break: break-word;
}
.l-details__content ul, .l-details__content ol {
  display: block;
  margin: 0 0 20px;
  padding-left: 2em;
}
.l-details__content li {
  display: list-item;
  margin-bottom: 8px;
}
.l-details__content img, .l-details__content video {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 24px auto;
  display: block;
}
.l-details__content figure {
  margin: 24px auto;
  width: fit-content;
  max-width: 100%;
}
.l-details__content figure figcaption {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  text-align: center;
}
.l-details__content .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 24px 0;
}
.l-details__content .wp-block-image {
  margin: 24px auto;
  width: fit-content;
  max-width: 100%;
}
.l-details__content .wp-block-image img {
  margin: 0;
  width: auto;
  max-width: 100%;
}
.l-details__bottom {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-details__bottom {
    padding: 28px 20px 0;
    gap: 28px;
  }
}
.l-details__bottom__block {
  min-width: 200px;
}
.l-details__bottom__label {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.45);
}
.l-details__bottom__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-details__bottom__tags li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.06);
  padding: 5px 14px;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
.l-details__bottom__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  color: #242422;
}
.l-details__nav {
  max-width: 900px;
  margin: 70px auto 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-details__nav {
    padding: 0 20px;
    margin-top: 50px;
  }
}
.l-details__nav__contact {
  text-decoration: none;
  font-size: 3.2rem;
  color: #242422;
  letter-spacing: 5px;
  transition: letter-spacing 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.12);
}
.l-details__nav__contact:hover {
  letter-spacing: 8px;
  border-color: #242422;
}
@media screen and (max-width: 767px) {
  .l-details__nav__contact {
    font-size: 2.2rem;
  }
}
.l-details__nav__back {
  text-decoration: none;
  font-size: 1.6rem;
  color: #242422;
  letter-spacing: 3px;
  transition: letter-spacing 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
  opacity: 0.6;
}
.l-details__nav__back:hover {
  letter-spacing: 5px;
  border-color: #242422;
  opacity: 1;
}
.l-details__not-found {
  text-align: center;
  padding: 200px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  opacity: 0.5;
}

.lg-image {
  width: 40% !important;
}
@media screen and (max-width: 767px) {
  .lg-image {
    width: 90% !important;
  }
}

.l-recruit {
  min-height: 100vh;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-recruit__container {
  font-size: 4rem;
  letter-spacing: 5px;
}

.l-request {
  background-color: #d9d9d9;
  width: 100vw;
  color: #242422;
}
.l-request__container {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .l-request__container {
    padding: 220px 0;
  }
}
.l-request__container__info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 100px 20px;
  width: 70vw;
  margin: 0 auto;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-request__container__info {
    width: 90vw;
    grid-template-columns: auto;
    gap: 20px 0;
    padding-bottom: 100px;
  }
  .l-request__container__info > img:nth-of-type(1) {
    order: 1;
  }
  .l-request__container__info > [class*=__sentence]:nth-of-type(1) {
    order: 2;
  }
  .l-request__container__info > img:nth-of-type(2) {
    order: 3;
  }
  .l-request__container__info > [class*=__sentence]:nth-of-type(2) {
    order: 4;
  }
}
.l-request__container__info__sentence {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-request__container__info__sentence {
    padding-bottom: 100px;
  }
}
.l-request__container__info__sentence--ttl {
  font-size: 2rem;
  width: 100%;
  border-bottom: 1px solid #242422;
}
.l-request__container__info__sentence--txt {
  font-size: 1.4rem;
}
.l-request__container__info img {
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .l-request__container__info img {
    width: 100%;
  }
}
.l-request__container__exp {
  width: fit-content;
  font-size: 2rem;
  padding: 0.75em 4em;
  margin: 50px auto;
  color: #fff;
  border-radius: 15px;
  background-color: #3e3c3c;
}
@media screen and (max-width: 767px) {
  .l-request__container__exp {
    font-size: 1.4rem;
    padding: 0.75em 1em;
  }
}
.l-request__container__form-area {
  position: relative;
  width: 100%;
}
.l-request__container__form-area form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  width: 40vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-request__container__form-area form {
    width: 85vw;
  }
}
.l-request__container__form-area form label {
  display: flex;
  flex-direction: column;
  line-height: 2;
  padding-bottom: 1em;
  width: 100%;
}
.l-request__container__form-area form label input {
  border: none;
  padding: 0.75em 0;
  width: 100%;
  border-radius: 2px;
}
.l-request__container__form-area form fieldset {
  width: 100%;
  border: none;
  padding: 1em 0;
}
.l-request__container__form-area form fieldset .wpcf7-radio {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.l-request__container__form-area form .wpcf7-form-control-wrap label {
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  line-height: 1;
}
.l-request__container__form-area form .wpcf7-form-control-wrap label .privacy {
  width: 15px;
}
.l-request__container__form-area form .wpcf7-form-control-wrap label .privacy span {
  font-size: 1.2rem;
}
.l-request__container__form-area form .wpcf7-form-control-wrap label .wpcf7-list-item-label span {
  font-size: 1.2rem;
}
.l-request__container__form-area form .request-submit-btn {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 0.5em 3em;
  transform: translateZ(0);
  color: #242422;
  border: 1px outset #242422;
}
.l-request__container__form-area form .request-submit-btn:disabled {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 0.5em 3em;
  transform: translateZ(0);
  color: #d9d9d9;
  border: 1px outset #c0c3d0;
}
.l-request__container__form-area--logo {
  position: absolute;
  width: 150px;
  top: 0;
  right: 12vw;
}
@media screen and (max-width: 767px) {
  .l-request__container__form-area--logo {
    display: none;
  }
}
.l-request__container__insights {
  width: 70vw;
  margin: 200px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .l-request__container__insights {
    width: 90%;
  }
}
.l-request__container__grid-exp {
  font-size: 1.4rem;
  margin: 30px auto;
}
.l-request__container__grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 5vw 1vw;
}
@media screen and (max-width: 767px) {
  .l-request__container__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }
}
.l-request__container__grid__page {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: auto;
  aspect-ratio: 3/4;
  width: 20vw;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-request__container__grid__page {
    width: 45vw;
  }
}
.l-request__container__grid__page img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.l-request__container__grid__page--ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  width: 95%;
  margin: 1em auto;
  font-size: 1.2rem;
  color: #242422;
}
.l-request__container__grid__page__lists {
  width: 95%;
  margin: 1em auto 0 auto;
  display: flex;
  gap: 0.2em;
  flex-wrap: wrap;
}
.l-request__container__grid__page__lists--category {
  padding: 0.4em;
  font-size: 1rem;
  border-radius: 1rem;
  background-color: #868585;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.l-request__container__grid__page--date {
  font-size: 1.4rem;
  display: block;
  text-align: end;
  padding: 0.2em;
  display: none;
}
.l-request__container__grid__page--date span {
  color: #ff6558;
}

@keyframes lp-danger-pulse {
  0%, 100% {
    opacity: 1;
    width: 48px;
  }
  50% {
    opacity: 0.4;
    width: 80px;
  }
}
@keyframes lp-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lp-float-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes lp-accent-shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@keyframes lp-glow-pulse {
  0%, 100% {
    text-shadow: 0 0 10px rgba(232, 93, 158, 0.5), 0 0 28px rgba(232, 93, 158, 0.3), 0 0 56px rgba(232, 93, 158, 0.12);
  }
  50% {
    text-shadow: 0 0 16px rgba(232, 93, 158, 0.75), 0 0 44px rgba(232, 93, 158, 0.45), 0 0 80px rgba(232, 93, 158, 0.22);
  }
}
@keyframes lp-blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.7);
  }
}
@keyframes lp-map-ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(4.5);
    opacity: 0;
  }
}
@keyframes lp-pulse {
  0%, 100% {
    box-shadow: 0 4px 24px rgba(232, 93, 158, 0.5);
  }
  50% {
    box-shadow: 0 4px 36px rgba(232, 93, 158, 0.75);
  }
}
.lp-body {
  background-color: #fffbfe;
  color: #3a3570;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
.lp-body img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}
.lp-body input, .lp-body textarea, .lp-body select, .lp-body button {
  pointer-events: auto;
  font-size: 16px;
}

.lp-section-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 24px;
}
@media screen and (max-width: 767px) {
  .lp-section-inner {
    padding: 60px 20px;
  }
}

.lp-section-label {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  color: #e85d9e;
  font-weight: 700;
  margin-bottom: 12px;
}

.lp-section-ttl {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-section-ttl {
    font-size: 2.4rem;
  }
}

.lp-anim {
  opacity: 0;
  animation: lp-fade-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0s;
}
.lp-anim--float {
  animation: lp-float-in 2.2s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0s;
}

.lp-btn {
  display: inline-block;
  padding: 18px 48px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  cursor: pointer;
}
.lp-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.lp-btn--primary {
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  color: #fff;
  box-shadow: 0 6px 24px rgba(232, 93, 158, 0.3);
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.lp-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 640px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-hero {
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 60px;
  }
}
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.08) 70%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-hero::before {
    background: linear-gradient(to top, rgba(55, 28, 100, 0.72) 0%, rgba(55, 28, 100, 0.38) 60%, rgba(55, 28, 100, 0) 100%);
  }
}
.lp-hero .lp-btn {
  align-self: flex-start;
  animation-delay: 1.35s;
}
.lp-hero__inner {
  position: relative;
  z-index: 1;
  width: 48%;
  margin-left: auto;
  padding: 60px 64px 60px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-hero__inner {
    width: 100%;
    padding: 0 24px;
    margin-left: 0;
  }
}
.lp-hero__logo {
  display: block;
  width: 260px;
  height: auto;
  margin-bottom: 28px;
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .lp-hero__logo {
    width: 180px;
    margin-bottom: 20px;
  }
}
.lp-hero__label {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  backdrop-filter: blur(6px);
  animation-delay: 0.2s;
}
.lp-hero__ttl {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: 0.12em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .lp-hero__ttl {
    font-size: 2.8rem;
  }
}
.lp-hero__ttl--line {
  display: block;
}
.lp-hero__ttl--line:nth-child(1) {
  animation-delay: 0.4s;
}
.lp-hero__ttl--line:nth-child(2) {
  animation-delay: 0.65s;
}
.lp-hero__ttl--line:nth-child(3) {
  animation-delay: 0.85s;
}
.lp-hero__ttl--accent {
  background: linear-gradient(120deg, #ffd6ec 0%, #e85d9e 40%, #ffe8f5 60%, #e85d9e 80%, #ffd6ec 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: lp-accent-shine 3s linear 2s infinite;
}
.lp-hero__sub {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 36px;
  line-height: 1.9;
  animation-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  .lp-hero__sub {
    font-size: 1.4rem;
  }
}

.lp-problem {
  background-color: #edf7ff;
  color: #3a3570;
}
.lp-problem__body {
  position: relative;
}
.lp-problem__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .lp-problem__list {
    flex-direction: column;
    gap: 12px;
  }
}
.lp-problem__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3a3570;
  background: rgba(58, 53, 112, 0.05);
  border: 1px solid rgba(58, 53, 112, 0.18);
  border-radius: 4px;
  padding: 12px 22px;
  white-space: nowrap;
}
.lp-problem__item strong {
  color: #3a3570;
}
@media screen and (max-width: 767px) {
  .lp-problem__item {
    white-space: normal;
  }
}
.lp-problem__icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  color: rgba(58, 53, 112, 0.45);
}
.lp-problem__graph {
  width: 100%;
}
.lp-problem__graph--ttl {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin: 24px 0 0;
}
.lp-problem__graph--ttl-inner, .lp-problem__graph--sub {
  display: inline;
  color: #fff;
  background: rgba(45, 34, 100, 0.82);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 3px 10px;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.lp-problem__graph__svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.lp-problem .lp-graph-area {
  opacity: 0;
  transition: opacity 1.2s ease 1.4s;
}
.lp-problem .lp-graph-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-problem .lp-graph-line--inquiry {
  transition-delay: 0.6s;
}
.lp-problem .lp-graph-future {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.lp-problem .lp-graph-future--access {
  transition-delay: 2.2s;
}
.lp-problem .lp-graph-future--inquiry {
  transition-delay: 2.8s;
}
.lp-problem .lp-graph-dot {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lp-problem .lp-graph-dot--future {
  opacity: 0;
}
.lp-problem__graph.is-animated .lp-graph-area {
  opacity: 1;
}
.lp-problem__graph.is-animated .lp-graph-line {
  stroke-dashoffset: 0;
}
.lp-problem__graph.is-animated .lp-graph-future {
  opacity: 1;
}
.lp-problem__graph.is-animated .lp-graph-dot {
  opacity: 1;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(8) {
  transition-delay: 0.4s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(9) {
  transition-delay: 0.8s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(10) {
  transition-delay: 1.2s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(11) {
  transition-delay: 1.7s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(12) {
  transition-delay: 2.4s;
  animation: lp-blink 1.2s ease-in-out 3s infinite;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(13) {
  transition-delay: 1s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(14) {
  transition-delay: 1.3s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(15) {
  transition-delay: 1.7s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(16) {
  transition-delay: 2.2s;
}
.lp-problem__graph.is-animated .lp-graph-dot:nth-child(17) {
  transition-delay: 3s;
  animation: lp-blink 1.2s ease-in-out 3.6s infinite;
}

.lp-solution-pin {
  height: 380vh;
}
@media screen and (max-width: 767px) {
  .lp-solution-pin {
    height: auto;
  }
}

.lp-solution {
  background-color: #fffbfe;
  position: sticky;
  top: 0;
  z-index: 10;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-solution {
    position: static;
    height: auto;
    padding: 60px 0;
  }
}
.lp-solution__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 24px 24px 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-solution__catch {
    position: static;
    padding: 0 20px 24px;
  }
}
.lp-solution__catch__img {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.lp-solution__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-solution__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 20px;
  }
}
.lp-solution__logo {
  display: block;
  width: 160px;
  height: auto;
  margin-bottom: 28px;
  opacity: 0.75;
}
.lp-solution__text {
  align-self: start;
}
.lp-solution__text .lp-section-label {
  margin-bottom: 12px;
}
.lp-solution__text .lp-section-ttl {
  margin-bottom: 28px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lp-solution__text {
    padding: 0 0 32px;
  }
}
.lp-solution__glow {
  background: linear-gradient(120deg, #ffd6ec 0%, #e85d9e 40%, #ffe8f5 60%, #e85d9e 80%, #ffd6ec 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: lp-accent-shine 3s linear infinite;
}
.lp-solution__lead {
  display: block;
  font-size: 1.6rem;
  color: #8c87b8;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .lp-solution__lead {
    font-size: 1.5rem;
  }
}
.lp-solution__cards {
  position: relative;
  height: 520px;
  margin-top: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .lp-solution__cards {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.lp-solution__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff5fa;
  border-radius: 20px;
  padding: 32px 36px 40px;
  display: flex;
  flex-direction: column;
  color: #3a3570;
  opacity: 0;
  transform: translateX(70px) rotateY(-16deg) scale(0.9);
  transform-origin: left center;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
}
.lp-solution__card[data-depth="0"] {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 3;
}
.lp-solution__card[data-depth="1"] {
  opacity: 1;
  transform: translateY(-170px) scale(0.97);
  z-index: 2;
}
.lp-solution__card[data-depth="2"] {
  opacity: 1;
  transform: translateY(-340px) scale(0.94);
  z-index: 1;
}
.lp-solution__card:nth-child(1)[data-depth] {
  box-shadow: 0 0 28px 6px rgba(232, 93, 158, 0.2), 0 4px 16px rgba(139, 125, 232, 0.08);
}
.lp-solution__card:nth-child(2)[data-depth] {
  box-shadow: 0 0 28px 6px rgba(139, 125, 232, 0.2), 0 4px 16px rgba(139, 125, 232, 0.08);
}
.lp-solution__card:nth-child(3)[data-depth] {
  box-shadow: 0 0 28px 6px rgba(90, 190, 220, 0.2), 0 4px 16px rgba(139, 125, 232, 0.08);
}
.lp-solution__card:nth-child(1) .lp-solution__card__num {
  color: #f093c0;
}
.lp-solution__card:nth-child(2) .lp-solution__card__num {
  color: #9a90ea;
}
.lp-solution__card:nth-child(3) .lp-solution__card__num {
  color: #5abbd4;
}
@media screen and (max-width: 767px) {
  .lp-solution__card {
    position: static;
    opacity: 1;
    transform: none;
    box-shadow: 0 6px 24px rgba(139, 125, 232, 0.12);
  }
}
@media screen and (max-width: 767px) {
  .lp-solution__card[data-depth] {
    transform: none;
    opacity: 1;
    z-index: auto;
  }
}
.lp-solution__card__num {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 14px;
}
.lp-solution__card__category {
  display: none;
}
.lp-solution__card__ttl {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #3a3570;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(139, 125, 232, 0.15);
  margin-bottom: 0;
}
.lp-solution__card__txt {
  display: block;
  font-size: 1.45rem;
  color: #6a669a;
  line-height: 1.9;
  padding-top: 16px;
}

.lp-solution-extra {
  background-color: #fffbfe;
  padding: 120px 0 60px;
}
.lp-solution-extra__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .lp-solution-extra__inner {
    padding: 0 20px;
    gap: 36px;
  }
}

.lp-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.lp-feature--reservation {
  grid-template-columns: 1fr;
}
.lp-feature__sub {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(139, 125, 232, 0.15);
}
.lp-feature__img {
  position: sticky;
  top: 24px;
  min-width: 0;
  overflow: hidden;
}
.lp-feature__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(139, 125, 232, 0.15);
}
@media screen and (max-width: 767px) {
  .lp-feature__img {
    position: static;
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.lp-feature__body {
  display: block;
  min-width: 0;
}
.lp-feature__label {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  width: fit-content;
}
.lp-feature__label--line {
  background: #e8faf0;
  color: #06C755;
}
.lp-feature__label--reservation {
  background: #fde8f2;
  color: #e85d9e;
}
.lp-feature__ttl {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
  color: #3a3570;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .lp-feature__ttl {
    font-size: 2.4rem;
  }
}
.lp-feature__txt {
  display: block;
  font-size: 1.45rem;
  color: #6a669a;
  line-height: 1.9;
  margin: 0 0 28px;
  padding-top: 20px;
  border-top: 2px solid rgba(139, 125, 232, 0.1);
}
.lp-feature__stat {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(139, 125, 232, 0.15);
}
.lp-feature__stat--num {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
}
.lp-feature__stat--num small {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 2px;
}
.lp-feature__stat--num--line {
  color: #06C755;
}
.lp-feature__stat--num--reservation {
  color: #e85d9e;
}
.lp-feature__stat--label {
  font-size: 1.35rem;
  color: #9b97c4;
}

.lp-ai {
  background: linear-gradient(135deg, #fef0f5 0%, #fffbfe 60%);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .lp-ai {
    padding: 60px 0;
  }
}
.lp-ai__lead {
  font-size: 1.6rem;
  color: rgba(58, 53, 112, 0.8);
  line-height: 1.9;
  max-width: 720px;
  margin: -16px auto 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-ai__lead {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.lp-ai__goal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(232, 93, 158, 0.08), rgba(139, 125, 232, 0.08));
  border: 1.5px solid rgba(232, 93, 158, 0.3);
  border-radius: 999px;
  padding: 16px 36px;
  margin: 0 auto 48px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .lp-ai__goal {
    padding: 14px 24px;
    margin-bottom: 28px;
    border-radius: 16px;
    width: 100%;
    justify-content: flex-start;
  }
}
.lp-ai__goal__icon {
  font-size: 1.6rem;
  color: #e85d9e;
  flex-shrink: 0;
}
.lp-ai__goal__txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3a3570;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lp-ai__goal__txt {
    font-size: 1.5rem;
  }
}
.lp-ai__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .lp-ai__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.lp-ai__card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(139, 125, 232, 0.08);
  border: 1px solid rgba(232, 93, 158, 0.1);
}
@media screen and (max-width: 767px) {
  .lp-ai__card {
    padding: 24px 20px;
  }
}
.lp-ai__card__icon {
  display: block;
  margin-bottom: 16px;
}
.lp-ai__card__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3a3570;
  line-height: 1.5;
  margin-bottom: 16px;
}
.lp-ai__card__ttl::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #e85d9e, #8b7de8);
  border-radius: 2px;
  margin-top: 12px;
}
.lp-ai__card__txt {
  font-size: 1.4rem;
  color: rgba(58, 53, 112, 0.75);
  line-height: 1.8;
}

.lp-case {
  background-color: #fef0f5;
}
.lp-case__header {
  margin-bottom: 48px;
}
.lp-case__header__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.lp-case__header__ttl {
  font-size: 2.8rem;
  font-weight: 900;
  color: #3a3570;
  line-height: 1;
  margin: 0;
}
.lp-case__header__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid rgba(139, 125, 232, 0.2);
  border-radius: 999px;
  padding: 6px 16px 6px 12px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #7a76a8;
  white-space: nowrap;
}
.lp-case__header__badge svg {
  color: #e85d9e;
  flex-shrink: 0;
}
.lp-case__compare {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .lp-case__compare {
    flex-direction: column;
  }
}
.lp-case__compare__arrow {
  font-size: 4rem;
  color: #e85d9e;
  flex-shrink: 0;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .lp-case__compare__arrow {
    padding-top: 0;
    text-align: center;
    font-size: 3rem;
    transform: rotate(90deg);
  }
}
.lp-case__compare__box {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(139, 125, 232, 0.1);
}
.lp-case__compare__box--after {
  border: 2px solid #e85d9e;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.lp-case__compare__box--after .lp-case__compare__points {
  flex: 1;
}
.lp-case__compare__box--after .lp-case__compare__label {
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  color: #fff;
}
.lp-case__compare__label {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 20px;
  background: #f0eeff;
  color: #8c87b8;
}
.lp-case__compare__img {
  height: 220px;
  overflow: hidden;
  background: #fef0f5;
}
.lp-case__compare__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
}
.lp-case__compare__points {
  padding: 20px 20px 24px;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-case__compare__points li {
  padding-left: 20px;
  position: relative;
  color: #6a669a;
}
.lp-case__compare__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e85d9e;
  font-weight: 700;
}
.lp-case__check-btn {
  display: block;
  margin: 8px 20px 24px;
  background: #e85d9e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-align: center;
  width: fit-content;
  align-self: flex-end;
}
.lp-case__achievement {
  margin-top: 56px;
}
.lp-case__achievement__lead {
  font-size: 2.4rem;
  font-weight: 900;
  color: #3a3570;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.lp-case__achievement__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-case__achievement__stats {
    grid-template-columns: 1fr;
  }
}
.lp-case__achievement__stat {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 20px rgba(139, 125, 232, 0.08);
  border: 1px solid rgba(139, 125, 232, 0.1);
}
.lp-case__achievement__stat--highlight {
  background: #fff5fa;
  border: 1.5px solid rgba(232, 93, 158, 0.3);
}
.lp-case__achievement__stat--num {
  font-size: 5.2rem;
  font-weight: 900;
  color: #e85d9e;
  line-height: 1;
}
.lp-case__achievement__stat--num small {
  font-size: 2.4rem;
  font-weight: 900;
}
.lp-case__achievement__stat--icon {
  font-size: 3.2rem;
  color: #e85d9e;
  line-height: 1;
}
.lp-case__achievement__stat--label {
  font-size: 1.35rem;
  color: #8c87b8;
  line-height: 1.6;
  font-weight: 600;
}
.lp-case__achievement__voice {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 32px;
  padding: 28px 32px;
  background: #fffbfe;
  border-radius: 16px;
  border-top: 3px solid #8b7de8;
}
@media screen and (max-width: 767px) {
  .lp-case__achievement__voice {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px 16px;
  }
}
.lp-case__achievement__voice__illust {
  flex-shrink: 0;
  width: 56px;
}
.lp-case__achievement__voice__illust svg,
.lp-case__achievement__voice__illust img {
  width: 56px;
  height: auto;
  display: block;
}
.lp-case__achievement__voice__body {
  flex: 1;
}
.lp-case__achievement__voice__quote {
  font-size: 1.4rem;
  color: #5a5886;
  line-height: 1.95;
  padding-left: 18px;
  border-left: 3px solid #e85d9e;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .lp-case__achievement__voice__quote {
    text-align: left;
  }
}
.lp-case__achievement__voice__from {
  font-size: 1.25rem;
  color: #9b97c4;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lp-case__achievement__voice__from {
    text-align: center;
  }
}

.lp-limited {
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lp-limited .lp-section-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.lp-limited .lp-btn--primary {
  background: #fff;
  color: #e85d9e;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.lp-limited__map-bg {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 44%;
  max-width: 420px;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-limited__map-bg {
    right: -12%;
    width: 75%;
    opacity: 0.35;
  }
}
.lp-limited__map-wrap {
  position: relative;
  width: 100%;
}
.lp-limited__map-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.25;
}
.lp-limited__badge {
  background: #fff;
  color: #e85d9e;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  padding: 8px 28px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.lp-limited__ttl {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp-limited__ttl {
    font-size: 2.8rem;
  }
}
.lp-limited__txt {
  font-size: 1.6rem;
  opacity: 0.9;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-limited__txt {
    font-size: 1.4rem;
  }
}

.lp-map-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  transform: translate(-50%, -50%);
}
.lp-map-pin::before, .lp-map-pin::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  animation: lp-map-ripple 2.6s ease-out infinite;
}
.lp-map-pin::after {
  inset: -5px;
  animation-delay: 0.9s;
}
.lp-map-pin--sapporo {
  left: 79%;
  top: 12%;
}
.lp-map-pin--tokyo {
  left: 74%;
  top: 52%;
  animation-delay: 0.4s;
}
.lp-map-pin--osaka {
  left: 60%;
  top: 63%;
  animation-delay: 1s;
}
.lp-map-pin--fukuoka {
  left: 30%;
  top: 70%;
  animation-delay: 0.7s;
}

.lp-price {
  background-color: #fffbfe;
}
.lp-price__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: 2px solid #e85d9e;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .lp-price__cards {
    grid-template-columns: 1fr;
  }
}
.lp-price__card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(139, 125, 232, 0.08);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-price__card {
    padding: 20px 16px;
  }
}
.lp-price__card--initial {
  grid-column: 1/-1;
}
.lp-price__card--omakase {
  background: #fff5fa;
  border: 1.5px solid rgba(232, 93, 158, 0.25);
}
.lp-price__card__yen {
  position: absolute;
  right: -20px;
  bottom: -40px;
  font-size: 22rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
}
.lp-price__card__initial-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .lp-price__card__initial-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.lp-price__card__initial-left {
  flex-shrink: 0;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .lp-price__card__initial-left {
    width: 100%;
  }
}
.lp-price__card__initial-left .lp-price__card__price,
.lp-price__card__initial-left .lp-price__card__label,
.lp-price__card__initial-left .lp-price__card__regular {
  margin-bottom: 0;
}
.lp-price__card__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e85d9e;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.lp-price__card--monthly .lp-price__card__label {
  color: #3a3570;
}
.lp-price__card__label--omakase {
  font-size: 1.6rem;
}
.lp-price__card__monitor-badge {
  display: inline-block;
  background: #e85d9e;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 50px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.lp-price__card__regular {
  font-size: 1.4rem;
  color: #b0accf;
  margin-bottom: 6px;
}
.lp-price__card__regular s {
  text-decoration-color: #e85d9e;
}
.lp-price__card__price {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #3a3570;
}
.lp-price__card__price span {
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lp-price__card__price--sub {
  color: #3a3570;
  margin-bottom: 8px;
}
.lp-price__card__price--sub span {
  font-size: 3rem;
  font-weight: 700;
  background: none;
  -webkit-text-fill-color: #3a3570;
  color: #3a3570;
}
.lp-price__card__includes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid #ede9f8;
  padding-top: 14px;
  font-size: 1.35rem;
  color: #6a669a;
}
.lp-price__card__includes li {
  padding-left: 22px;
  position: relative;
}
.lp-price__card__includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e85d9e;
  font-weight: 700;
}
.lp-price__card__includes--inline {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 20px;
  border-top: none !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .lp-price__card__includes--inline {
    grid-template-columns: 1fr;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ede9f8 !important;
    padding-top: 14px !important;
  }
}
.lp-price__card__min-term {
  font-size: 1.1rem;
  color: #9b97c4;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #ede9f8;
}
.lp-price__monthly-header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 0 0;
  border-top: 1px dashed rgba(232, 93, 158, 0.3);
}
.lp-price__monthly-header__plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e85d9e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.lp-price__monthly-header__txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3a3570;
}
@media screen and (max-width: 767px) {
  .lp-price__monthly-header__txt {
    font-size: 1.25rem;
  }
}
.lp-price__note {
  font-size: 1.3rem;
  color: #9b97c4;
  margin-top: 24px;
  text-align: center;
}

.lp-flow {
  background-color: #fef0f5;
}
.lp-flow__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lp-flow__step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
  position: relative;
}
.lp-flow__step:not(:last-child) {
  border-bottom: 1px solid #f0e8f5;
}
.lp-flow__step__num {
  font-size: 3.2rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  width: 52px;
  line-height: 1;
  padding-top: 4px;
}
.lp-flow__step__body h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #3a3570;
}
.lp-flow__step__body p {
  font-size: 1.5rem;
  color: #8c87b8;
  line-height: 1.7;
}

.lp-contact {
  position: relative;
  color: #fff;
  background-image: url("./img/lp-contact-bg.jpg");
  background-size: cover;
  background-position: center;
}
.lp-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 24, 80, 0.68);
  z-index: 0;
}
.lp-contact .lp-section-inner {
  position: relative;
  z-index: 1;
}
.lp-contact .lp-section-label {
  color: #ffb3d9;
}
.lp-contact .lp-section-ttl {
  color: #fff;
}
.lp-contact__lead {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: -20px;
  margin-bottom: 48px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp-contact__lead {
    font-size: 1.4rem;
  }
}
.lp-contact__form {
  background: #fff;
  border-radius: 16px;
  padding: 40px 48px;
  color: #3a3570;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-contact__form {
    padding: 28px 20px;
  }
}
.lp-contact__form .wpcf7-form p {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #3a3570;
}
.lp-contact__form .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
.lp-contact__form .wpcf7-form p > .wpcf7-form-control-wrap,
.lp-contact__form .wpcf7-form p > .wpcf7-submit {
  display: block;
}
.lp-contact__form .wpcf7-form p > label {
  font-size: 1.35rem;
  font-weight: 700;
  color: #3a3570;
}
.lp-contact__form input[type=text],
.lp-contact__form input[type=email],
.lp-contact__form input[type=tel],
.lp-contact__form input[type=url] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1.5px solid #e0ddf5;
  border-radius: 8px;
  font-size: 1.45rem;
  color: #3a3570;
  background: #fffbfe;
  transition: border-color 0.2s;
  outline: none;
  font-family: inherit;
}
.lp-contact__form input[type=text]:focus,
.lp-contact__form input[type=email]:focus,
.lp-contact__form input[type=tel]:focus,
.lp-contact__form input[type=url]:focus {
  border-color: #e85d9e;
  background: #fff;
}
.lp-contact__form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1.5px solid #e0ddf5;
  border-radius: 8px;
  font-size: 1.45rem;
  color: #3a3570;
  background: #fffbfe;
  resize: vertical;
  min-height: 120px;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s;
}
.lp-contact__form textarea:focus {
  border-color: #e85d9e;
  background: #fff;
}
.lp-contact__form .wpcf7-radio {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.lp-contact__form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.lp-contact__form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 8px 20px;
  border: 1.5px solid #e0ddf5;
  border-radius: 999px;
  transition: all 0.15s;
}
.lp-contact__form .wpcf7-radio .wpcf7-list-item:has(input:checked) label {
  border-color: #e85d9e;
  background: #fdf5fa;
  color: #e85d9e;
  font-weight: 700;
}
.lp-contact__form .wpcf7-radio input[type=radio] {
  display: none;
}
.lp-contact__form .wpcf7-radio input[type=radio]:checked + span {
  color: #e85d9e;
  font-weight: 700;
}
.lp-contact__form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-contact__form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.lp-contact__form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.35rem;
  cursor: pointer;
  line-height: 1.5;
}
.lp-contact__form .wpcf7-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #e0ddf5;
  border-radius: 4px;
  background: #fffbfe;
  cursor: pointer;
  margin-top: 1px;
  transition: all 0.15s;
  position: relative;
}
.lp-contact__form .wpcf7-checkbox input[type=checkbox]:checked {
  background: #e85d9e;
  border-color: #e85d9e;
}
.lp-contact__form .wpcf7-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.lp-contact__form input[type=submit] {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #e85d9e, #8b7de8);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  box-shadow: 0 6px 24px rgba(232, 93, 158, 0.35);
  transition: opacity 0.2s, transform 0.2s;
  font-family: inherit;
  letter-spacing: 0.05em;
}
.lp-contact__form input[type=submit]:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.lp-contact__form .wpcf7-not-valid {
  border-color: #e05 !important;
}
.lp-contact__form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #e05;
  margin-top: 4px;
  display: block;
}
.lp-contact__form .wpcf7-response-output {
  margin-top: 20px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1.35rem;
  border: none;
  text-align: center;
}
.lp-contact__form .wpcf7-mail-sent-ok {
  background: #f0faf4;
  color: #2a8a5a;
}
.lp-contact__form .wpcf7-mail-sent-ng,
.lp-contact__form .wpcf7-aborted {
  background: #fff0f0;
  color: #d03;
}

.lp-footer {
  background: #2d2264;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 24px;
}
.lp-footer__logo {
  width: 100px;
  filter: brightness(0) invert(1);
  opacity: 0.55;
}
.lp-footer__copy {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.35);
}

.lp-sticky-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e85d9e 0%, #c44b8a 100%);
  box-shadow: 0 6px 28px rgba(232, 93, 158, 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  animation: lp-pulse 2.5s ease-in-out infinite paused;
}
@media screen and (max-width: 767px) {
  .lp-sticky-cta {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }
}
.lp-sticky-cta--visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  animation-play-state: running;
}
.lp-sticky-cta:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 36px rgba(232, 93, 158, 0.7);
  animation: none;
}
.lp-sticky-cta__main {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .lp-sticky-cta__main {
    font-size: 1.35rem;
  }
}
.lp-sticky-cta__sub {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .lp-sticky-cta__sub {
    font-size: 0.9rem;
  }
}

.visited {
  color: #242422;
}

.visible {
  opacity: 1;
  visibility: visible;
  display: block;
}

.opening {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  z-index: 550;
  overflow-x: hidden;
}

.open-anime-top {
  transform: rotate(45deg) !important;
  transition: 1s;
  background-color: #fff !important;
}

.open-anime-bottom {
  transform: translateY(0) rotate(495deg) !important;
  transition: 1s;
  background-color: #fff !important;
}

.swiper {
  width: 100%;
  height: 100%;
}
.matter-canvas {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
}

.c-scroll-indicator {
  position: fixed;
  left: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 600;
}
@media screen and (max-width: 767px) {
  .c-scroll-indicator {
    display: none;
  }
}
.c-scroll-indicator__line {
  width: 1px;
  height: 250px;
  background: linear-gradient(to bottom, transparent, #242422);
  position: relative;
}
.c-scroll-indicator__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #242422;
  animation: scrollDot 2.5s ease-in-out infinite;
}
.c-scroll-indicator__text {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #242422;
  letter-spacing: 0.25em;
  writing-mode: vertical-lr;
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0px);
  }
  20% {
    opacity: 1;
    transform: translateX(-50%) translateY(50px);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(200px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(250px);
  }
}
@keyframes logoGradShift {
  0% {
    filter: hue-rotate(0deg) saturate(1);
  }
  100% {
    filter: hue-rotate(35deg) saturate(1.4);
  }
}
@keyframes logoColorCycle {
  0% {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(328deg);
  }
  100% {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(613deg);
  }
}
@keyframes scrollAnime {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0px);
  }
  30% {
    opacity: 1;
    transform: translateX(-50%) translateY(69px);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(184px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(230px);
  }
}
@keyframes paddings {
  0% {
    padding-bottom: 100px;
  }
  100% {
    padding: 0;
  }
}
@keyframes flexible {
  0% {
    height: 100px;
  }
  100% {
    height: 200px;
  }
}
@keyframes Slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes moveRight {
  0% {
    left: 280px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    left: 482px;
    opacity: 0;
  }
}
@keyframes moveRightSp {
  0% {
    left: 184px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    left: 300px;
    opacity: 0;
  }
}
@keyframes upDown {
  from {
    transform: translateY(-52px);
  }
  to {
    transform: translateY(-2px);
  }
}
@keyframes upDownSp {
  from {
    transform: translateY(-19px);
  }
  to {
    transform: translateY(13px);
  }
}
@keyframes samples {
  0% {
    opacity: 0;
    left: 0;
  }
  15% {
    opacity: 1;
    left: 0;
  }
  85% {
    opacity: 1;
    left: 70px;
  }
  100% {
    opacity: 0;
    left: 70px;
  }
}
@keyframes samplesSp {
  0% {
    opacity: 0;
    left: 0;
  }
  15% {
    opacity: 1;
    left: 0;
  }
  85% {
    opacity: 1;
    left: 45px;
  }
  100% {
    opacity: 0;
    left: 45px;
  }
}
@keyframes spin {
  from {
    translate: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loadAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jumpLogo {
  20% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-30px);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-30px);
  }
  40% {
    transform: translateY(0);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes contactGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes contactFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -20px) scale(1.05);
  }
  66% {
    transform: translate(-20px, 15px) scale(0.97);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes logoColorShift {
  0% {
    filter: sepia(1) saturate(8) hue-rotate(10deg) brightness(1.6);
    opacity: 0.9;
  }
  50% {
    filter: sepia(1) saturate(7) hue-rotate(255deg) brightness(1.6);
    opacity: 0.9;
  }
  100% {
    filter: sepia(1) saturate(8) hue-rotate(10deg) brightness(1.6);
    opacity: 0.9;
  }
}
@keyframes serviceGlow {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes contactAnim {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(15deg);
  }
  15% {
    transform: rotate(-15deg);
  }
  25% {
    transform: rotate(5deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.c-top-line {
  height: 20px;
  width: 100vw;
  background: linear-gradient(to right, #ff6558, #ff7948, #b95ecf, #828ebc);
  position: absolute;
  top: 0;
  z-index: 500;
}

.c-top-logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 50px;
  z-index: 400;
}
@media screen and (max-width: 767px) {
  .c-top-logo {
    position: absolute;
    width: 35px;
    top: 30px;
    left: 15px;
  }
}

.c-ttl1 {
  position: fixed;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  top: 90px;
  left: 15px;
  z-index: 400;
  color: #242422;
}
@media screen and (max-width: 767px) {
  .c-ttl1 {
    position: absolute;
    top: 80px;
    left: 13px;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
}

.c-ttl2 {
  width: 0;
  position: fixed;
  font-size: 3.2rem;
  transform: rotate(90deg);
  top: 110px;
  left: 35px;
  z-index: 400;
  white-space: nowrap;
  color: #242422;
}
@media screen and (max-width: 767px) {
  .c-ttl2 {
    font-size: 2rem;
    position: absolute;
    top: 100px;
    left: 25px;
  }
}

.c-ttl3 {
  position: fixed;
  font-size: 2.56rem;
  transform: rotate(90deg);
  top: 245px;
  left: 30px;
  z-index: 400;
  color: #242422;
}
@media screen and (max-width: 767px) {
  .c-ttl3 {
    font-size: 1.6rem;
    position: absolute;
    top: 170px;
    left: 20px;
  }
}

.c-route {
  font-size: 1.05rem;
  position: absolute;
  top: 40px;
  right: 170px;
  z-index: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-route {
    top: 35px;
    right: 22vw;
    font-size: 0.8rem;
    gap: 5px;
    letter-spacing: 0.05em;
  }
}
.c-route a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.35);
  transition: color 0.3s ease;
}
.c-route a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.c-route__sep {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 300;
}
.c-route__current {
  color: rgba(0, 0, 0, 0.75) !important;
  font-weight: 600;
}

.c-end-logo {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 120px;
  z-index: 400;
}
@media screen and (max-width: 767px) {
  .c-end-logo {
    visibility: hidden;
  }
}

.c-under-logo {
  position: absolute;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #868585;
  text-align: end;
  top: 80px;
  right: 30px;
  z-index: 400;
}
@media screen and (max-width: 767px) {
  .c-under-logo {
    visibility: hidden;
  }
}

.c-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  width: 70vw;
  animation: loadAnime 2s ease both;
  color: #242422;
}
@media screen and (max-width: 767px) {
  .c-partner {
    width: 100vw;
  }
}
.c-partner--ttl {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-partner--ttl {
    font-size: 1.9rem;
  }
}
.c-partner--txt {
  font-size: 1.92rem;
  width: 65vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-partner--txt {
    font-size: 1.6rem;
    width: 85vw;
  }
}
.c-partner--scroll {
  padding: 20px 0;
}
.c-partner__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: paddings 1s ease-in-out alternate infinite;
}
.c-partner__arrow--line {
  height: 100px;
  width: 2px;
  background-color: #242422;
  animation: flexible 1s ease-in-out alternate infinite;
}
.c-partner__arrow--logo {
  width: 50px;
  transform: translateY(-30px);
}

.c-logo-lines1, .c-logo-lines3, .c-logo-lines2 {
  width: 100%;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-logo-lines1, .c-logo-lines3, .c-logo-lines2 {
    height: 130px;
  }
}
.c-logo-lines1__content {
  display: flex;
  align-items: center;
  animation: Slide 20s infinite linear 1s both;
}
.c-logo-lines1__content__stovag {
  display: block;
  width: auto;
  max-width: none;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-logo-lines1__content__stovag {
    width: 300px;
  }
}
.c-logo-lines1__content__bubble {
  display: block;
  width: auto;
  max-width: none;
}

.c-logo-lines2__content {
  display: flex;
  align-items: center;
  animation: Slide 17s infinite linear reverse 1s both;
}
.c-logo-lines2__content__stovag {
  display: block;
  width: auto;
  max-width: none;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-logo-lines2__content__stovag {
    width: 300px;
  }
}
.c-logo-lines2__content__bubble {
  display: block;
  width: auto;
  max-width: none;
}

.c-logo-lines3__content {
  display: flex;
  align-items: center;
  animation: Slide 15s infinite linear 1s both;
}
.c-logo-lines3__content__stovag {
  display: block;
  width: auto;
  max-width: none;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-logo-lines3__content__stovag {
    width: 300px;
  }
}
.c-logo-lines3__content__bubble {
  display: block;
  width: auto;
  max-width: none;
}

.c-steps {
  width: 650px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  animation: loadAnime 2s ease both;
}
@media screen and (max-width: 767px) {
  .c-steps {
    flex-direction: column;
    width: 120px;
    height: auto;
    row-gap: 50px;
    padding-top: 100px;
    transform: translateX(-35px);
  }
}
.c-steps p {
  color: #fff;
  width: 100%;
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-steps p {
    font-size: 1.2rem;
    height: 40px;
  }
}
.c-steps p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -34px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 35px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-steps p::after {
    display: none;
  }
}
.c-steps p.c-steps--box1 {
  background-color: #3e3c3c;
  z-index: 90;
}
.c-steps p.c-steps--box1::after {
  border-left-color: #3e3c3c;
}
.c-steps p.c-steps--box2 {
  background-color: #868585;
  z-index: 80;
}
.c-steps p.c-steps--box2::after {
  border-left-color: #868585;
}
.c-steps p.c-steps--box3 {
  background-color: #676666;
  z-index: 70;
}
.c-steps p.c-steps--box3::after {
  border-left-color: #676666;
}
.c-steps p.c-steps--box4 {
  background-color: #868585;
  z-index: 60;
}
.c-steps p.c-steps--box4::after {
  border-left-color: #868585;
}

.c-to-product {
  margin: 100px 0;
  position: relative;
  display: inline-block;
}
.c-to-product img {
  width: 65vw;
}
@media screen and (max-width: 767px) {
  .c-to-product img {
    width: 100vw;
  }
}
.c-to-product__logo {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.c-to-product:hover .c-to-product__logo {
  transform: scale(1.05);
  opacity: 0.85;
}

.c-works-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 5px;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.c-works-list--item:nth-child(5n+1) {
  grid-row: span 45;
}
.c-works-list--item:nth-child(5n+2) {
  grid-row: span 55;
}
.c-works-list--item:nth-child(5n+3) {
  grid-row: span 38;
}
.c-works-list--item:nth-child(5n+4) {
  grid-row: span 60;
}
.c-works-list--item:nth-child(5n+5) {
  grid-row: span 48;
}
.c-works-list--item {
  border: 1px solid #ccc;
}

.c-burger {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  border: none;
  top: 10px;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 20px 60px 40px 10px;
}
@media screen and (max-width: 767px) {
  .c-burger {
    visibility: visible;
    opacity: 1;
    z-index: 600;
  }
  .c-burger span {
    position: absolute;
    background-color: #3e3c3c;
    height: 3px;
    width: 35px;
    display: block;
    border-radius: 3px;
  }
  .c-burger span:nth-child(1) {
    transform: translateY(10px);
    transition: 1s;
  }
  .c-burger span:nth-child(2) {
    transition: 1s;
  }
}

.c-switch {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-switch {
    --font-size: 4rem;
    display: inline-flex;
    font-size: var(--font-size);
    line-height: calc(var(--font-size) + 4px);
    align-items: center;
  }
  .c-switch > input[type=checkbox] {
    box-sizing: border-box;
    position: relative;
    font-size: 1.4em;
    width: 2.6em;
    height: 1em;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background: #ff6558;
    border-radius: 0.5em;
    -webkit-tap-highlight-color: transparent;
  }
  .c-switch > input[type=checkbox]:checked {
    background: #b95ecf;
  }
  .c-switch > input[type=checkbox]::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0.1em;
    top: 0.1em;
    bottom: 0.1em;
    width: 0.8em;
    background: #FFF;
    border-radius: 0.4em;
    transform: translate(0%, 0%);
    transition: all 0.2s ease-in-out;
    box-shadow: 0.1em 0.1em 0.1em 0px rgba(0, 0, 0, 0.3);
    margin: 0;
  }
  .c-switch > input[type=checkbox]:checked::before {
    transform: translate(200%, 0%);
    transition: all 0.2s ease-in-out;
  }
  .c-switch > input[type=checkbox]::after {
    box-sizing: border-box;
    position: absolute;
    content: "NEWS";
    color: #fff;
    font-size: 0.4em;
    left: 0.5em;
    text-align: right;
    width: calc(100% - 1em);
    top: 50%;
    transform: translate(0, -50%);
  }
  .c-switch > input[type=checkbox]:checked::after {
    content: "BLOG";
    text-align: left;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 40px 0;
  grid-column: 1/-1;
}
.c-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #868585;
  text-decoration: none;
  color: #242422;
  font-size: 1.6rem;
  transition: 0.3s;
  border-radius: 4px;
}
.c-pagination .page-numbers:hover, .c-pagination .page-numbers.current {
  background-color: #ff6558;
  color: #fff;
  border-color: #ff6558;
}

.fade-in {
  opacity: 0;
  transform: translateY(150px);
}
@media screen and (max-width: 767px) {
  .fade-in {
    transform: translateY(50px);
  }
}

.fade-in.is-visible {
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .fade-in.is-visible {
    transition: 0.5s;
  }
}

.slide-r {
  opacity: 0;
  transform: translateX(-300px);
}
@media screen and (max-width: 767px) {
  .slide-r {
    transform: translateX(0);
    transform: translateY(50px);
  }
}

.slide-r.is-visible {
  opacity: 1;
  transition: 1s;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .slide-r.is-visible {
    transition: 0.5s;
    transform: translateY(0);
  }
}

.slide-l {
  opacity: 0;
  transform: translateX(300px);
}
@media screen and (max-width: 767px) {
  .slide-l {
    transform: translateX(0);
    transform: translateY(50px);
  }
}

.slide-l.is-visible {
  opacity: 1;
  transition: 1s;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .slide-l.is-visible {
    transition: 0.5s;
    transform: translateY(0);
  }
}

.fade {
  opacity: 0;
}

.fade.is-visible {
  opacity: 1;
  transition: 1s;
}

@keyframes charFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-char {
  display: inline;
  opacity: 0;
  animation: charFadeIn 0.7s ease forwards;
}

@keyframes textShineSweep {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -100% center;
  }
}
.is-glow {
  background-image: linear-gradient(90deg, #fff 0%, #fff 25%, #ffcfc7 38%, #fff8f6 46%, #f0d8ff 54%, #fff8f6 62%, #fff 75%, #fff 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: textShineSweep 1.8s ease-in-out forwards;
}
.is-glow .c-char {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

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