@charset "UTF-8";
/* lenis */
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* splide */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* simplebar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
sup {
  font-size: 0.5em;
}
table {
  border-collapse: collapse;
  width: 100%;
}
figure {
  margin: 0;
}
html {
  font-size: 10px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
html.is-changing {
  overscroll-behavior: none;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1601px) {
  html {
    font-size: 11.1111111111px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6041666667vw;
  }
}
body {
  color: #000;
  background: linear-gradient(to right, #fad5c8, #ffefde);
  font-family: YakuHanJP_Noto, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-nav-show {
  position: fixed;
  left: 0;
  width: 100%;
}
* {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #000;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
em {
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
button {
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  touch-action: manipulation;
  cursor: pointer;
}
small {
  font-size: 0.75em;
}
.transition-fade {
  opacity: 1;
  transform: translateY(0);
}
html.is-animating .transition-fade {
  will-change: opacity, transform;
}
html.is-leaving .transition-fade {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  html.is-leaving .transition-fade {
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
html.is-rendering .transition-fade {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  html.is-rendering .transition-fade {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
html:not(.is-animating) .transition-fade {
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-hover-text],
a:has([data-hover-text]),
button:has([data-hover-text]) {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] [data-hover-text],
a:has([data-hover-text]) [data-hover-text],
button:has([data-hover-text]) [data-hover-text] {
  position: relative;
  display: inline-block;
  clip-path: inset(0);
}
[data-hover-text] .hover-text-origin,
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-origin,
a:has([data-hover-text]) .hover-text-clone,
button:has([data-hover-text]) .hover-text-origin,
button:has([data-hover-text]) .hover-text-clone {
  display: flex;
}
[data-hover-text] .hover-text-origin span,
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-origin span,
a:has([data-hover-text]) .hover-text-clone span,
button:has([data-hover-text]) .hover-text-origin span,
button:has([data-hover-text]) .hover-text-clone span {
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-hover-text] .hover-text-origin span:nth-child(1),
[data-hover-text] .hover-text-clone span:nth-child(1),
a:has([data-hover-text]) .hover-text-origin span:nth-child(1),
a:has([data-hover-text]) .hover-text-clone span:nth-child(1),
button:has([data-hover-text]) .hover-text-origin span:nth-child(1),
button:has([data-hover-text]) .hover-text-clone span:nth-child(1) {
  transition-delay: 0.03s;
}
[data-hover-text] .hover-text-origin span:nth-child(2),
[data-hover-text] .hover-text-clone span:nth-child(2),
a:has([data-hover-text]) .hover-text-origin span:nth-child(2),
a:has([data-hover-text]) .hover-text-clone span:nth-child(2),
button:has([data-hover-text]) .hover-text-origin span:nth-child(2),
button:has([data-hover-text]) .hover-text-clone span:nth-child(2) {
  transition-delay: 0.06s;
}
[data-hover-text] .hover-text-origin span:nth-child(3),
[data-hover-text] .hover-text-clone span:nth-child(3),
a:has([data-hover-text]) .hover-text-origin span:nth-child(3),
a:has([data-hover-text]) .hover-text-clone span:nth-child(3),
button:has([data-hover-text]) .hover-text-origin span:nth-child(3),
button:has([data-hover-text]) .hover-text-clone span:nth-child(3) {
  transition-delay: 0.09s;
}
[data-hover-text] .hover-text-origin span:nth-child(4),
[data-hover-text] .hover-text-clone span:nth-child(4),
a:has([data-hover-text]) .hover-text-origin span:nth-child(4),
a:has([data-hover-text]) .hover-text-clone span:nth-child(4),
button:has([data-hover-text]) .hover-text-origin span:nth-child(4),
button:has([data-hover-text]) .hover-text-clone span:nth-child(4) {
  transition-delay: 0.12s;
}
[data-hover-text] .hover-text-origin span:nth-child(5),
[data-hover-text] .hover-text-clone span:nth-child(5),
a:has([data-hover-text]) .hover-text-origin span:nth-child(5),
a:has([data-hover-text]) .hover-text-clone span:nth-child(5),
button:has([data-hover-text]) .hover-text-origin span:nth-child(5),
button:has([data-hover-text]) .hover-text-clone span:nth-child(5) {
  transition-delay: 0.15s;
}
[data-hover-text] .hover-text-origin span:nth-child(6),
[data-hover-text] .hover-text-clone span:nth-child(6),
a:has([data-hover-text]) .hover-text-origin span:nth-child(6),
a:has([data-hover-text]) .hover-text-clone span:nth-child(6),
button:has([data-hover-text]) .hover-text-origin span:nth-child(6),
button:has([data-hover-text]) .hover-text-clone span:nth-child(6) {
  transition-delay: 0.18s;
}
[data-hover-text] .hover-text-origin span:nth-child(7),
[data-hover-text] .hover-text-clone span:nth-child(7),
a:has([data-hover-text]) .hover-text-origin span:nth-child(7),
a:has([data-hover-text]) .hover-text-clone span:nth-child(7),
button:has([data-hover-text]) .hover-text-origin span:nth-child(7),
button:has([data-hover-text]) .hover-text-clone span:nth-child(7) {
  transition-delay: 0.21s;
}
[data-hover-text] .hover-text-origin span:nth-child(8),
[data-hover-text] .hover-text-clone span:nth-child(8),
a:has([data-hover-text]) .hover-text-origin span:nth-child(8),
a:has([data-hover-text]) .hover-text-clone span:nth-child(8),
button:has([data-hover-text]) .hover-text-origin span:nth-child(8),
button:has([data-hover-text]) .hover-text-clone span:nth-child(8) {
  transition-delay: 0.24s;
}
[data-hover-text] .hover-text-origin span:nth-child(9),
[data-hover-text] .hover-text-clone span:nth-child(9),
a:has([data-hover-text]) .hover-text-origin span:nth-child(9),
a:has([data-hover-text]) .hover-text-clone span:nth-child(9),
button:has([data-hover-text]) .hover-text-origin span:nth-child(9),
button:has([data-hover-text]) .hover-text-clone span:nth-child(9) {
  transition-delay: 0.27s;
}
[data-hover-text] .hover-text-origin span:nth-child(10),
[data-hover-text] .hover-text-clone span:nth-child(10),
a:has([data-hover-text]) .hover-text-origin span:nth-child(10),
a:has([data-hover-text]) .hover-text-clone span:nth-child(10),
button:has([data-hover-text]) .hover-text-origin span:nth-child(10),
button:has([data-hover-text]) .hover-text-clone span:nth-child(10) {
  transition-delay: 0.3s;
}
[data-hover-text] .hover-text-origin span:nth-child(11),
[data-hover-text] .hover-text-clone span:nth-child(11),
a:has([data-hover-text]) .hover-text-origin span:nth-child(11),
a:has([data-hover-text]) .hover-text-clone span:nth-child(11),
button:has([data-hover-text]) .hover-text-origin span:nth-child(11),
button:has([data-hover-text]) .hover-text-clone span:nth-child(11) {
  transition-delay: 0.33s;
}
[data-hover-text] .hover-text-origin span:nth-child(12),
[data-hover-text] .hover-text-clone span:nth-child(12),
a:has([data-hover-text]) .hover-text-origin span:nth-child(12),
a:has([data-hover-text]) .hover-text-clone span:nth-child(12),
button:has([data-hover-text]) .hover-text-origin span:nth-child(12),
button:has([data-hover-text]) .hover-text-clone span:nth-child(12) {
  transition-delay: 0.36s;
}
[data-hover-text] .hover-text-origin span:nth-child(13),
[data-hover-text] .hover-text-clone span:nth-child(13),
a:has([data-hover-text]) .hover-text-origin span:nth-child(13),
a:has([data-hover-text]) .hover-text-clone span:nth-child(13),
button:has([data-hover-text]) .hover-text-origin span:nth-child(13),
button:has([data-hover-text]) .hover-text-clone span:nth-child(13) {
  transition-delay: 0.39s;
}
[data-hover-text] .hover-text-origin span:nth-child(14),
[data-hover-text] .hover-text-clone span:nth-child(14),
a:has([data-hover-text]) .hover-text-origin span:nth-child(14),
a:has([data-hover-text]) .hover-text-clone span:nth-child(14),
button:has([data-hover-text]) .hover-text-origin span:nth-child(14),
button:has([data-hover-text]) .hover-text-clone span:nth-child(14) {
  transition-delay: 0.42s;
}
[data-hover-text] .hover-text-origin span:nth-child(15),
[data-hover-text] .hover-text-clone span:nth-child(15),
a:has([data-hover-text]) .hover-text-origin span:nth-child(15),
a:has([data-hover-text]) .hover-text-clone span:nth-child(15),
button:has([data-hover-text]) .hover-text-origin span:nth-child(15),
button:has([data-hover-text]) .hover-text-clone span:nth-child(15) {
  transition-delay: 0.45s;
}
[data-hover-text] .hover-text-origin span:nth-child(16),
[data-hover-text] .hover-text-clone span:nth-child(16),
a:has([data-hover-text]) .hover-text-origin span:nth-child(16),
a:has([data-hover-text]) .hover-text-clone span:nth-child(16),
button:has([data-hover-text]) .hover-text-origin span:nth-child(16),
button:has([data-hover-text]) .hover-text-clone span:nth-child(16) {
  transition-delay: 0.48s;
}
[data-hover-text] .hover-text-origin span:nth-child(17),
[data-hover-text] .hover-text-clone span:nth-child(17),
a:has([data-hover-text]) .hover-text-origin span:nth-child(17),
a:has([data-hover-text]) .hover-text-clone span:nth-child(17),
button:has([data-hover-text]) .hover-text-origin span:nth-child(17),
button:has([data-hover-text]) .hover-text-clone span:nth-child(17) {
  transition-delay: 0.51s;
}
[data-hover-text] .hover-text-origin span:nth-child(18),
[data-hover-text] .hover-text-clone span:nth-child(18),
a:has([data-hover-text]) .hover-text-origin span:nth-child(18),
a:has([data-hover-text]) .hover-text-clone span:nth-child(18),
button:has([data-hover-text]) .hover-text-origin span:nth-child(18),
button:has([data-hover-text]) .hover-text-clone span:nth-child(18) {
  transition-delay: 0.54s;
}
[data-hover-text] .hover-text-origin span:nth-child(19),
[data-hover-text] .hover-text-clone span:nth-child(19),
a:has([data-hover-text]) .hover-text-origin span:nth-child(19),
a:has([data-hover-text]) .hover-text-clone span:nth-child(19),
button:has([data-hover-text]) .hover-text-origin span:nth-child(19),
button:has([data-hover-text]) .hover-text-clone span:nth-child(19) {
  transition-delay: 0.57s;
}
[data-hover-text] .hover-text-origin span:nth-child(20),
[data-hover-text] .hover-text-clone span:nth-child(20),
a:has([data-hover-text]) .hover-text-origin span:nth-child(20),
a:has([data-hover-text]) .hover-text-clone span:nth-child(20),
button:has([data-hover-text]) .hover-text-origin span:nth-child(20),
button:has([data-hover-text]) .hover-text-clone span:nth-child(20) {
  transition-delay: 0.6s;
}
[data-hover-text] .hover-text-clone,
a:has([data-hover-text]) .hover-text-clone,
button:has([data-hover-text]) .hover-text-clone {
  position: absolute;
  top: 0;
  left: 0;
}
[data-hover-text] .hover-text-clone span,
a:has([data-hover-text]) .hover-text-clone span,
button:has([data-hover-text]) .hover-text-clone span {
  transform: translateY(120%);
}
@media (hover: hover) {
  [data-hover-text]:hover .hover-text-origin span,
  a:has([data-hover-text]):hover .hover-text-origin span,
  button:has([data-hover-text]):hover .hover-text-origin span {
    transform: translateY(-120%);
  }
  [data-hover-text]:hover .hover-text-clone span,
  a:has([data-hover-text]):hover .hover-text-clone span,
  button:has([data-hover-text]):hover .hover-text-clone span {
    transform: translateY(0);
  }
}
@media (hover: none) {
  [data-hover-text]:active .hover-text-origin span,
  a:has([data-hover-text]):active .hover-text-origin span,
  button:has([data-hover-text]):active .hover-text-origin span {
    transform: translateY(-120%);
  }
  [data-hover-text]:active .hover-text-clone span,
  a:has([data-hover-text]):active .hover-text-clone span,
  button:has([data-hover-text]):active .hover-text-clone span {
    transform: translateY(0);
  }
}
.animation-bg-in::before {
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.animation-bg-in > * {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
.animation-bg-in.is-inview::before {
  opacity: 1;
  transform: scale(1);
}
.animation-bg-in.is-inview > * {
  opacity: 1;
}
.animation-slide-in {
  opacity: 0;
  transform: translateY(8rem);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 768px) {
  .animation-slide-in {
    transform: translateY(4rem);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.animation-slide-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.animation-child-slide-in .animation-child {
  opacity: 0;
  transform: translateY(8rem);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 768px) {
  .animation-child-slide-in .animation-child {
    transform: translateY(4rem);
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.animation-child-slide-in .animation-child:nth-child(1) {
  transition-delay: 0.08s;
}
.animation-child-slide-in .animation-child:nth-child(2) {
  transition-delay: 0.16s;
}
.animation-child-slide-in .animation-child:nth-child(3) {
  transition-delay: 0.24s;
}
.animation-child-slide-in .animation-child:nth-child(4) {
  transition-delay: 0.32s;
}
.animation-child-slide-in .animation-child:nth-child(5) {
  transition-delay: 0.4s;
}
.animation-child-slide-in .animation-child:nth-child(6) {
  transition-delay: 0.48s;
}
.animation-child-slide-in .animation-child:nth-child(7) {
  transition-delay: 0.56s;
}
.animation-child-slide-in .animation-child:nth-child(8) {
  transition-delay: 0.64s;
}
.animation-child-slide-in .animation-child:nth-child(9) {
  transition-delay: 0.72s;
}
.animation-child-slide-in .animation-child:nth-child(10) {
  transition-delay: 0.8s;
}
.animation-child-slide-in .animation-child:nth-child(11) {
  transition-delay: 0.88s;
}
.animation-child-slide-in .animation-child:nth-child(12) {
  transition-delay: 0.96s;
}
.animation-child-slide-in .animation-child:nth-child(13) {
  transition-delay: 1.04s;
}
.animation-child-slide-in .animation-child:nth-child(14) {
  transition-delay: 1.12s;
}
.animation-child-slide-in .animation-child:nth-child(15) {
  transition-delay: 1.2s;
}
.animation-child-slide-in .animation-child:nth-child(16) {
  transition-delay: 1.28s;
}
.animation-child-slide-in .animation-child:nth-child(17) {
  transition-delay: 1.36s;
}
.animation-child-slide-in .animation-child:nth-child(18) {
  transition-delay: 1.44s;
}
.animation-child-slide-in .animation-child:nth-child(19) {
  transition-delay: 1.52s;
}
.animation-child-slide-in .animation-child:nth-child(20) {
  transition-delay: 1.6s;
}
.animation-child-slide-in.is-inview .animation-child {
  opacity: 1;
  transform: translateY(0);
}
.animation-fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.animation-fade-in.is-inview {
  opacity: 1;
}
.bg-loop {
  position: fixed;
  top: -2rem;
  right: 8rem;
  width: 90rem;
  aspect-ratio: 1/1;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
  contain: strict;
  will-change: transform;
}
.bg-loop canvas {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bg-loop {
    top: -1rem;
    right: -12rem;
    width: 50rem;
  }
}
.layout-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .layout-container {
    overflow: hidden;
  }
}
.layout-content {
  position: relative;
}
.layout-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  pointer-events: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .layout-content::before {
    height: 30rem;
  }
}
.layout-footer {
  padding: 8rem 4rem;
  color: #fff;
  background: #282828;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
html.is-leaving .layout-footer {
  opacity: 0;
}
html.is-rendering .layout-footer {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.is-animating) .layout-footer {
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .layout-footer {
    padding: 5rem 5rem 3rem;
  }
}
.layout-footer__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.layout-footer__top {
  display: flex;
}
@media screen and (max-width: 768px) {
  .layout-footer__top {
    flex-direction: column;
    gap: 3rem;
  }
}
.layout-footer__bottom {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .layout-footer__bottom {
    margin-top: 6rem;
  }
}
.layout-footer .footer-information {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-information {
    font-size: 1.2rem;
  }
}
.layout-footer .footer-information__logo {
  width: 16.6rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-information__logo {
    width: 12.2rem;
    margin-left: -1rem;
  }
}
.layout-footer .footer-information__logo svg {
  color: #fff;
}
.layout-footer .footer-information__address {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-information__address {
    margin-top: 2.5rem;
  }
}
.layout-footer .footer-information__tel {
  margin-top: 0.5rem;
}
.layout-footer .footer-information__tel a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.layout-footer .footer-information__map {
  margin-top: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-information__map {
    margin-top: 1.5rem;
  }
}
.layout-footer .footer-information__map a {
  position: relative;
  display: inline-block;
  padding-bottom: 1.2rem;
  color: #fff;
  text-decoration: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-information__map a {
    padding-bottom: 1rem;
  }
}
.layout-footer .footer-information__map a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-information__map a::after {
    height: 0.2rem;
  }
}
.layout-footer .footer-information__map .hover-text-origin span,
.layout-footer .footer-information__map .hover-text-clone span {
  line-height: 1.3;
}
.layout-footer .footer-menu {
  display: flex;
  gap: 3rem;
  margin-left: auto;
  padding-top: 7rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-menu {
    margin-left: 0;
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.layout-footer .footer-menu a {
  color: #fff;
  text-decoration: none;
  user-select: none;
}
.layout-footer .footer-sub-menu {
  display: flex;
  gap: 2rem;
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-sub-menu {
    margin-right: -2rem;
    font-size: 1rem;
  }
}
.layout-footer .footer-sub-menu a {
  color: #fff;
  text-decoration: none;
  user-select: none;
}
.layout-footer .footer-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .layout-footer .footer-copyright {
    font-size: 1rem;
  }
}
.layout-form-section {
  padding: 0 4rem 16rem;
}
@media screen and (max-width: 768px) {
  .layout-form-section {
    padding: 0 2.4rem 8rem;
  }
}
.layout-form-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: 7rem 10rem 10rem;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .layout-form-section__inner {
    padding: 1.8rem 2.4rem 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .layout-form-section__inner:has(.page-request-boxes) {
    padding: 4.2rem 2.4rem 2.4rem;
  }
}
.layout-form-section__header > *:first-child {
  margin-top: 0;
}
.layout-form-section__content {
  padding-top: 2rem;
}
.layout-form-section__content > *:first-child {
  margin-top: 0;
}
.layout-form-section__content:has(.component-form-item--questionnaire) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .layout-form-section__content:has(.component-form-item--questionnaire) {
    margin-top: 0;
  }
}
.layout-form-section__content:has(.page-request-boxes) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .layout-form-section__content:has(.page-request-boxes) {
    margin-top: 0.5rem;
  }
}
.layout-form-section__footer {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .layout-form-section__footer {
    margin-top: 3.2rem;
  }
}
.layout-form-section__footer > *:first-child {
  margin-top: 0;
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 0 4rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .layout-header {
    height: 8rem;
    padding: 0 1.5rem 0 2rem;
  }
}
.layout-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.layout-header .header-logo {
  position: relative;
  z-index: 10;
  width: 16.6rem;
}
@media screen and (max-width: 768px) {
  .layout-header .header-logo {
    width: 12.2rem;
    padding-top: 0.6rem;
  }
}
.layout-header .header-logo svg {
  color: #372d6e;
}
.layout-header .header-nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .layout-header .header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .layout-header .header-nav.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.layout-header .header-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .layout-header .header-menu {
    flex-direction: column;
    font-size: 2rem;
  }
}
.layout-header .header-menu__item {
  position: relative;
}
.layout-header .header-menu__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #372d6e;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layout-header .header-menu__item:has(.is-current)::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.layout-header .header-menu a {
  color: #372d6e;
  text-decoration: none;
  user-select: none;
}
.layout-header .header-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .layout-header .header-cta {
    flex-direction: column;
    font-size: 1.8rem;
  }
}
.layout-header .header-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 4rem;
  border-radius: 2rem;
  color: #fff;
  background-color: #372d6e;
  user-select: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .layout-header .header-cta a {
    width: 20rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
}
.layout-header .header-hamburger {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  margin-left: auto;
  background: #fff;
  display: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .layout-header .header-hamburger {
    display: block;
  }
}
.layout-header .header-hamburger__line {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: block;
  width: 2rem;
  height: 1px;
  background: #372d6e;
  transition: translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.layout-header .header-hamburger__line:nth-child(1) {
  translate: 0 -0.2rem;
}
.layout-header .header-hamburger__line:nth-child(2) {
  translate: 0 0.2rem;
}
.layout-header .header-hamburger.is-show {
  background: #fad5c8;
}
.layout-header .header-hamburger.is-show .header-hamburger__line {
  transition: translate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), rotate 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(1) {
  translate: 0 0rem;
  rotate: 45deg;
}
.layout-header .header-hamburger.is-show .header-hamburger__line:nth-child(2) {
  translate: 0 0rem;
  rotate: -45deg;
}
.component-breadcrumb {
  position: absolute;
  top: 10rem;
  right: 8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #372d6e;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb {
    top: 7.5rem;
    right: 2rem;
    font-size: 1rem;
  }
}
.component-breadcrumb__item {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .component-breadcrumb__item {
    max-width: 25rem;
  }
}
.component-breadcrumb__item a {
  display: block;
  color: #372d6e;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .component-breadcrumb__item a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .component-breadcrumb__item a:active {
    text-decoration: underline;
  }
}
.component-breadcrumb__item:nth-of-type(n+2) {
  padding-left: 1.8rem;
}
.component-breadcrumb__item:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1px;
  background: #372d6e;
}
.component-form-item {
  display: flex;
  align-items: flex-start;
  padding: 2.2rem 0;
}
@media screen and (max-width: 768px) {
  .component-form-item {
    flex-direction: column;
    padding: 1.2rem 0 1.8rem;
  }
}
.component-form-item__heading {
  flex-shrink: 0;
  width: 22rem;
  padding-top: 1.3rem;
  padding-right: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-form-item__heading {
    width: 100%;
    padding: 0;
  }
}
.component-form-item__heading::before {
  content: "任意";
  display: inline-block;
  margin-right: 1.5rem;
  padding: 0.1rem 1rem;
  border: 1px solid rgba(55, 45, 110, 0);
  color: rgba(55, 45, 110, 0);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: 0.2rem;
}
@media screen and (max-width: 768px) {
  .component-form-item__heading::before {
    display: none;
    margin-right: 1rem;
    font-size: 1rem;
  }
}
.component-form-item__heading:has(br) {
  padding-top: 0;
}
.component-form-item.is-required .component-form-item__heading::before {
  content: "必須";
  border: 1px solid #372d6e;
  color: #372d6e;
}
@media screen and (max-width: 768px) {
  .component-form-item.is-required .component-form-item__heading::before {
    display: inline-block;
  }
}
.component-form-item__content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .component-form-item__content {
    width: 100%;
    margin-top: 1rem;
  }
}
.component-form-item__content :where(input[type=text], input[type=tel], input[type=email]) {
  appearance: none;
  border: 0;
  outline: 0;
  width: 100%;
  height: 5rem;
  padding: 0 0 0.2rem 1.8rem;
  background: #fff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .component-form-item__content :where(input[type=text], input[type=tel], input[type=email]) {
    padding: 0 0 0.2rem 1.6rem;
    font-size: 1.6rem;
  }
}
.component-form-item__content :where(input[type=text], input[type=tel], input[type=email])::placeholder {
  color: #9c9c9c;
}
@media screen and (max-width: 768px) {
  .component-form-item__content :where(input[type=text], input[type=tel], input[type=email])::placeholder {
    font-size: 1.2rem;
  }
}
.component-form-item__content :where(input[type=text], input[type=tel], input[type=email]).just-validate-error-field {
  border: 1px solid #372d6e;
}
.component-form-item__content :where(textarea) {
  appearance: none;
  border: 0;
  outline: 0;
  width: 100%;
  height: 25rem;
  padding: 1rem 1.8rem;
  background: #fff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .component-form-item__content :where(textarea) {
    height: 20rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
  }
}
.component-form-item__content :where(textarea)::placeholder {
  color: #9c9c9c;
}
@media screen and (max-width: 768px) {
  .component-form-item__content :where(textarea)::placeholder {
    font-size: 1.2rem;
  }
}
.component-form-item__content :where(textarea).just-validate-error-field {
  border: 1px solid #372d6e;
}
.component-form-item__content .just-validate-error-label {
  display: block;
  color: #372d6e !important;
}
@media screen and (min-width: 769px) {
  .component-form-item__content .just-validate-error-label {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .component-form-item__content .just-validate-error-label {
    font-size: 1rem;
  }
}
.component-form-item__content :where(input, select, textarea):disabled {
  opacity: 0.5;
}
.component-form-item--agree {
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .component-form-item--agree {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.component-form-item--agree .component-form-item__heading {
  width: auto;
}
.component-form-item--agree .component-form-item__heading::before {
  margin-right: 0;
}
.component-form-item--agree .component-form-item__content {
  flex: none;
}
@media screen and (max-width: 768px) {
  .component-form-item--agree .component-form-item__content {
    width: auto;
    margin-top: 0;
  }
}
.component-form-item--agree .component-form-field,
.component-form-item--agree .component-form-checkbox {
  position: static;
}
@media screen and (max-width: 768px) {
  .component-form-item--agree .component-form-checkbox {
    min-height: 0;
  }
}
.component-form-item--agree .component-form-errors {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.component-form-heading.is-required::after {
  content: "*必須";
  margin-left: 0.8rem;
  color: #372d6e;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .component-form-heading.is-required::after {
    margin-left: 0.6rem;
    font-size: 1rem;
  }
}
.component-form-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .component-form-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.component-form-field__set {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .component-form-field__set {
    gap: 1rem;
  }
}
.component-form-errors {
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .component-form-errors {
    bottom: -1.8rem;
  }
}
.component-form-errors .just-validate-error-label {
  display: none;
}
.component-form-errors .just-validate-error-label:nth-of-type(1) {
  display: block;
}
.component-form-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .component-form-input {
    width: 100%;
    gap: 1rem;
  }
}
.component-form-input__text {
  flex-shrink: 0;
  display: block;
  min-width: 2rem;
  padding-bottom: 0.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .component-form-input__text {
    min-width: 1.5rem;
  }
}
.component-form-input__field {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .component-form-input__field {
    width: 100%;
  }
}
.component-form-input__field--expand {
  flex: 1;
}
.component-form-input--width-full {
  width: 100%;
}
.component-form-input--width-full .component-form-input__field {
  width: 100%;
}
.component-form-radio {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 3.2rem;
  min-height: 5rem;
}
@media screen and (max-width: 768px) {
  .component-form-radio {
    min-height: 2.5rem;
  }
}
.component-form-radio__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  user-select: none;
  cursor: pointer;
}
.component-form-radio__item::before {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  content: "";
  display: block;
  margin-bottom: -0.1rem;
  background: #fff;
}
.component-form-radio__item::after {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: calc(50% - 0.55rem);
  left: 0.4rem;
  display: block;
  background: #372d6e;
  opacity: 0;
}
.component-form-radio__item:has(input[type=radio]:checked)::after {
  opacity: 1;
}
.component-form-radio__item:has(.just-validate-error-field)::before {
  border: 1px solid #372d6e;
}
.component-form-radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .component-form-radio .component-form-errors {
    margin-top: -0.8rem;
  }
}
.component-form-checkbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 3.2rem;
  min-height: 5rem;
}
@media screen and (max-width: 768px) {
  .component-form-checkbox {
    gap: 1.4rem 1.6rem;
  }
}
.component-form-checkbox__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  user-select: none;
  cursor: pointer;
}
.component-form-checkbox__item::before {
  width: 1.9rem;
  height: 1.9rem;
  content: "";
  display: block;
  margin-bottom: -0.2rem;
  background: #fff;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .component-form-checkbox__item::before {
    margin-bottom: 0;
  }
}
.component-form-checkbox__item::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 0.7rem;
  background: #372d6e;
  mask: url("/assets/img/common/icn_check.svg") no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .component-form-checkbox__item::after {
    top: calc(50% - 0.3rem);
  }
}
.component-form-checkbox__item:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}
.component-form-checkbox:has(.just-validate-error-field) .component-form-checkbox__item::before {
  border: 1px solid #372d6e;
}
.component-form-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .component-form-checkbox .component-form-errors {
    margin-top: -0.8rem;
  }
}
.component-form-select {
  position: relative;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .component-form-select {
    width: 100%;
  }
}
.component-form-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 0.4rem;
  pointer-events: none;
}
.component-form-select::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2.2rem;
  width: 0.6rem;
  height: 1rem;
  background: #372d6e;
  mask: url("/assets/img/common/icn_arw.svg") no-repeat center center/contain;
  rotate: 90deg;
  pointer-events: none;
}
.component-form-select select {
  appearance: none;
  border: 0;
  outline: 0;
  height: 5rem;
  padding: 0 6.8rem 0.2rem 1.8rem;
  background: #fff;
  border-radius: 0.4rem;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .component-form-select select {
    min-width: 16.5rem;
  }
}
@media screen and (max-width: 768px) {
  .component-form-select select {
    width: 100%;
    height: 5rem;
    padding: 0 6.8rem 0.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
.component-form-select select:has(option:checked[value=""]), .component-form-select select:invalid {
  color: #9c9c9c;
}
.component-form-select select:disabled {
  color: #9c9c9c;
  cursor: default;
}
.component-form-select select option {
  color: #000;
}
.component-form-select select.just-validate-error-field {
  background: #f5dce5;
}
.component-form-notes {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component-form-notes {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .component-form-notes + .component-form-errors {
    margin-top: -0.8rem;
  }
}
.component-form-button {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 7.2rem;
  margin: 0 auto;
  color: #fff;
  background: #372d6e;
  border-radius: 3.6rem;
  user-select: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .component-form-button {
    width: 24.3rem;
    height: 6.4rem;
  }
}
.component-form-button:has([data-hover-text]) {
  display: flex;
}
.component-form-button__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .component-form-button__label {
    font-size: 1.6rem;
  }
}
.component-form__item {
  margin-top: 3rem;
}
.component-form__item.is-required .component-form__heading::before {
  flex-shrink: 0;
  margin-right: 1rem;
  translate: 0 0.3rem;
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  background-color: #ED6E1F;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .component-form__item.is-required .component-form__heading::before {
    translate: 0 0.1rem;
  }
}
.component-form__heading {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
}
.component-form__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}
.component-form__content {
  position: relative;
  margin-top: 1.5rem;
}
.component-form__content:has(select) {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .component-form__content:has(select) {
    width: 100%;
  }
}
.component-form__content:has(select)::after {
  display: block;
  width: 1rem;
  height: 1.6rem;
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  translate: 0% -50%;
  rotate: 90deg;
  background-color: #ED6E1F;
  mask: url("/assets/img/common/arw_link.svg") no-repeat center/contain;
  pointer-events: none;
}
.component-form__content input, .component-form__content select, .component-form__content textarea {
  border: none;
  border-radius: 0.8rem;
  background-color: #F5F4EE;
}
@media screen and (max-width: 768px) {
  .component-form__content input, .component-form__content select, .component-form__content textarea {
    font-size: 16px;
  }
}
.component-form__content input::placeholder, .component-form__content select::placeholder, .component-form__content textarea::placeholder {
  color: #D4BEAA;
}
.component-form__content input, .component-form__content select {
  height: 5.4rem;
  padding: 0 2rem;
}
.component-form__content input {
  width: 100%;
}
.component-form__content input[name=zipcode] {
  width: 30rem;
}
.component-form__content select {
  width: 58rem;
  color: #D4BEAA;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .component-form__content select {
    width: 100%;
  }
}
.component-form__content select.is-selected {
  color: #000;
}
.component-form__content textarea {
  width: 100%;
  height: 39.4rem;
  padding: 2rem;
  resize: none;
}
.component-form__privacy {
  margin-top: 10rem;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component-form__privacy {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}
.component-form__privacy a {
  color: #190FA1;
}
.component-form__privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.component-form__privacy label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  display: block;
  flex-shrink: 0;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.component-form__privacy label input[type=checkbox]::before, .component-form__privacy label input[type=checkbox]::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0.2rem;
}
.component-form__privacy label input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
.component-form__privacy label input[type=checkbox]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: url("/assets/img/common/icn_check.svg") no-repeat center/contain;
}
.component-form__privacy label input[type=checkbox]:checked::before {
  border-color: #ED6E1F;
}
.component-form__privacy label input[type=checkbox]:checked::after {
  opacity: 1;
}
.component-page-header {
  position: relative;
  padding: 15rem 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .component-page-header {
    padding: 14rem 2rem 5rem;
  }
}
.component-page-header__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.component-page-header__title {
  color: #372d6e;
  font-family: "Damion", serif;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-page-header__title {
    font-size: 4rem;
  }
}
.component-page-header__lead {
  margin-top: 2rem;
}
.component-page-header--about {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .component-page-header--about {
    padding-bottom: 7rem;
  }
}
.component-section {
  position: relative;
  padding: 12rem 4rem;
}
@media screen and (max-width: 768px) {
  .component-section {
    padding: 6rem 2rem;
  }
}
.component-section > *:first-child {
  margin-top: 0;
}
.component-section__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.component-section__inner > *:first-child {
  margin-top: 0;
}
.component-section__header > *:first-child {
  margin-top: 0;
}
.component-section__title {
  color: #372d6e;
  font-family: "Damion", serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .component-section__title {
    font-size: 2.2rem;
  }
}
.component-section__content {
  margin-top: 6rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .component-section__content {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 0;
  }
}
.component-section__content > *:first-child {
  margin-top: 0;
}
.component-section__heading {
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .component-section__heading {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.component-section__text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .component-section__text {
    margin-top: 2rem;
  }
}
.component-section__list {
  margin-top: 3rem;
  margin-left: 2.5rem;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .component-section__list {
    margin-top: 2rem;
  }
}
.component-section__more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.component-section__more a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
  text-decoration: none;
}
.component-section__more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #000;
}
.component-section__more .hover-text-origin span,
.component-section__more .hover-text-clone span {
  line-height: 1.3;
}
.component-section--contact {
  margin-top: 8rem;
  margin-bottom: 8rem;
  margin-left: 8rem;
  margin-right: 8rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .component-section--contact {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.component-section--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #372d6e;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .component-section--contact::before {
    border-radius: 1rem;
  }
}
.component-section--contact .component-section__inner {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.component-section--contact .component-section__title {
  color: #fff;
}
.component-section--contact .component-section__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .component-section--contact .component-section__content {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.component-section--contact .component-section__more {
  padding-bottom: 0.8rem;
}
.component-section--contact .component-section__more a {
  color: #fff;
}
.component-section--contact .component-section__more a::after {
  background: #fff;
}
.about-mission {
  padding-top: 0;
}
.about-mission .component-section__title {
  text-align: center;
}
.about-mission .component-section__content {
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.about-mission .component-section__heading {
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-mission .component-section__heading {
    font-size: 3rem;
  }
}
.about-mission .component-section__heading + .component-section__text {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .about-mission .component-section__heading + .component-section__text {
    margin-top: 3rem;
  }
}
.about-mission .component-section__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-mission .component-section__text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.about-vision {
  margin-left: 8rem;
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .about-vision {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.about-vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about-vision::before {
    border-radius: 1rem;
  }
}
.about-vision .component-section__heading {
  font-size: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-vision .component-section__heading {
    font-size: 2.6rem;
  }
}
.about-vision .component-section__heading + .component-section__text {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .about-vision .component-section__heading + .component-section__text {
    margin-top: 2.5rem;
  }
}
.about-vision .component-section__text {
  letter-spacing: 0.2em;
}
.about-culture .component-section__heading {
  font-size: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-culture .component-section__heading {
    font-size: 2.6rem;
  }
}
.about-culture .component-section__heading + .component-section__text {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .about-culture .component-section__heading + .component-section__text {
    margin-top: 2.5rem;
  }
}
.about-culture .component-section__text {
  letter-spacing: 0.2em;
}
.about-value {
  padding-top: 0;
}
.about-value__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .about-value__list {
    gap: 1.5rem;
  }
}
.about-value__item {
  position: relative;
  width: calc(33.333% - 1.3333333333rem);
  padding: 7rem 4rem 3rem 4rem;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about-value__item {
    width: calc(50% - 0.75rem);
    padding: 4rem 1.5rem 1.5rem 1.5rem;
    border-radius: 1rem;
  }
}
.about-value__number {
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #372d6e;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .about-value__number {
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
  }
}
.about-value__heading {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-value__heading {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
}
.about-value__text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .about-value__text {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.about-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 22rem);
  background: #70edc8;
}
.about-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 12rem;
}
@media screen and (max-width: 768px) {
  .about-member__list {
    gap: 3rem 3rem;
  }
}
.about-member__item {
  width: 22rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-member__item {
    width: calc(50% - 1.5rem);
  }
}
.about-member__heading {
  margin-top: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-member__heading {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.about-member__text {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .about-member__text {
    font-size: 1rem;
  }
}
.about-company {
  margin-left: 8rem;
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .about-company {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.about-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .about-company::before {
    border-radius: 1rem;
  }
}
.about-company__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about-company__list {
    flex-direction: column;
  }
}
.about-company__item {
  display: flex;
  width: 55%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #70edc8;
}
@media screen and (max-width: 768px) {
  .about-company__item {
    flex-direction: column;
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }
}
.about-company__item:nth-child(2n) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .about-company__item:nth-child(2n) {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .about-company__item:nth-child(n+3) {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about-company__item:nth-child(n+2) {
    padding-top: 1.5rem;
  }
}
.about-company__heading {
  width: 12rem;
  padding-left: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-company__heading {
    width: 100%;
    padding-left: 0;
  }
}
.contact-form {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contact-form .component-section__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form__header > *:first-child {
  margin-top: 0;
}
.contact-form__content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contact-form__content {
    margin-top: 4rem;
  }
}
.contact-form__content > *:first-child {
  margin-top: 0;
}
.contact-form__footer {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .contact-form__footer {
    margin-top: 3rem;
  }
}
.contact-form__footer > *:first-child {
  margin-top: 0;
}
.contact-error {
  display: none;
  margin-top: 4rem;
  color: #372d6e;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-error {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.contact-error.is-show {
  display: block;
}
.contact-error.is-show + .contact-step {
  margin-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .contact-error.is-show + .contact-step {
    margin-top: 3.2rem;
  }
}
.contact-error + .contact-step {
  margin-top: 0;
}
.contact-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact-step {
    gap: 3rem;
  }
}
.contact-step__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 6rem;
  padding-bottom: 0.3rem;
  color: #372d6e;
  background: #f4dace;
}
@media screen and (max-width: 768px) {
  .contact-step__item {
    width: 14rem;
    height: 4rem;
    padding-bottom: 0.1rem;
  }
}
.contact-step__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.8rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.4rem;
  background: url("/assets/img/common/icn_arw.svg") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .contact-step__item:nth-child(n+2)::before {
    left: -1.8rem;
  }
}
.contact-step__item.is-active {
  border: solid 0.2rem #372d6e;
  background: none;
}
.contact-notes {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-notes {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}
.contact-notes__item {
  padding-left: 1em;
  text-indent: -1em;
}
.contact-notes--centering {
  width: fit-content;
  margin: 0 auto;
}
.contact-notes--margin-top-wide {
  margin-top: 3.5rem;
}
.contact-notes--font-size-large {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact-notes--font-size-large {
    font-size: 1.4rem;
  }
}
.contact-message {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-message {
    margin-top: 2rem;
  }
}
.contact-message__heading {
  color: #372d6e;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-message__heading {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.contact-message__text {
  margin-top: 0.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact-message__text {
    margin-top: 0.8rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.home-hero {
  position: relative;
  height: 100svh;
  padding: 15rem 8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-hero {
    align-items: flex-end;
    padding: 12rem 3rem 16rem;
  }
}
.home-hero__inner {
  width: 100%;
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.home-hero__slogan {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan {
    font-size: 4.4rem;
  }
}
.home-hero__text {
  margin-top: 3rem;
  padding-left: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .home-hero__text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.home-hero__scroll {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #372d6e;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-hero__scroll {
    flex-direction: row-reverse;
    gap: 0.7rem;
    bottom: 2rem;
    left: 2rem;
    font-size: 1.2rem;
    writing-mode: vertical-rl;
  }
}
.home-hero__scroll-arrow {
  overflow: hidden;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
.home-hero__scroll-arrow::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/img/common/arw_down.svg") no-repeat center/contain;
  animation: scroll 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(110%);
  }
  61% {
    opacity: 0;
    transform: translateY(110%);
  }
  62% {
    opacity: 0;
    transform: translateY(-110%);
  }
  63% {
    opacity: 1;
    transform: translateY(-110%);
  }
}
.home-topics {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 2rem;
  border-top-left-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .home-topics {
    gap: 1.2rem;
    max-width: 31rem;
    padding: 1.2rem 1.5rem 1rem;
    border-top-left-radius: 0.7rem;
  }
}
.home-topics::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-mask-image: radial-gradient(circle at top left, transparent 71%, black 71%);
  mask-image: radial-gradient(circle at top left, transparent 71%, black 71%);
}
@media screen and (max-width: 768px) {
  .home-topics::before {
    left: -0.7rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.home-topics__title {
  color: #372d6e;
  font-family: "Damion", serif;
  font-size: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-topics__title {
    font-size: 1.6rem;
  }
}
.home-topics__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-left: calc(2rem + 1px);
}
@media screen and (max-width: 768px) {
  .home-topics__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding-left: calc(1.2rem + 1px);
  }
}
.home-topics__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 0;
  width: 1px;
  height: 1.6rem;
  background: rgba(55, 45, 110, 0.2);
}
@media screen and (max-width: 768px) {
  .home-topics__item::before {
    top: calc(50% - 1.5rem);
    height: 3rem;
  }
}
.home-topics__time {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-topics__time {
    padding-top: 0.2rem;
    font-size: 1.1rem;
  }
}
.home-topics__heading {
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .home-topics__heading {
    font-size: 1.1rem;
  }
}
.home-about {
  overflow: hidden;
  background: #fff;
}
.home-about__image {
  position: absolute;
  bottom: -4rem;
  right: -28rem;
  width: 105.9rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .home-about__image {
    bottom: -1rem;
    right: -11rem;
    width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .home-about .component-section__inner {
    padding-bottom: 24rem;
  }
}
.home-about .component-section__header, .home-about .component-section__content {
  position: relative;
  z-index: 1;
}
.home-about .component-section__heading {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .home-about .component-section__heading {
    font-size: 3rem;
  }
}
.home-about .component-section__more {
  margin-top: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home-about .component-section__more {
    margin-top: 3rem;
  }
}
.home-about .component-section__more a {
  color: #372d6e;
}
.home-about .component-section__more a::after {
  background: #372d6e;
}
.home-about [data-svg-animation] {
  opacity: 0;
}
.home-works.works-archive {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .home-works.works-archive {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.home-works.works-archive .component-section__more {
  width: fit-content;
  margin: 12rem auto 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home-works.works-archive .component-section__more {
    margin-top: 3rem;
  }
}
.home-works.works-archive .component-section__more a {
  color: #372d6e;
}
.home-works.works-archive .component-section__more a::after {
  background: #372d6e;
}
.home-news.news-archive .component-section__more {
  width: fit-content;
  margin: 4rem auto 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home-news.news-archive .component-section__more {
    margin-top: 3rem;
  }
}
.home-news.news-archive .component-section__more a {
  color: #372d6e;
}
.home-news.news-archive .component-section__more a::after {
  background: #372d6e;
}
body:has(.news-archive:not(.home-news)) .layout-content::before {
  background-color: #70edc8;
}
.news-archive {
  margin-left: 8rem;
  margin-right: 8rem;
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  .news-archive {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.news-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-archive::before {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .news-archive .component-section__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.news-archive__list {
  display: flex;
  flex-direction: column;
}
.news-archive__item:nth-child(n+2) {
  border-top: 1px solid #70edc8;
}
.news-archive__item:not(:has(a)),
.news-archive__item a {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 2.5rem 4rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-archive__item:not(:has(a)),
  .news-archive__item a {
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.5rem 1rem;
  }
}
.news-archive__item a .news-archive__time, .news-archive__item a .news-archive__title {
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform;
}
@media (hover: hover) {
  .news-archive__item a:hover .news-archive__time, .news-archive__item a:hover .news-archive__title {
    transform: translateX(1rem);
  }
}
@media (hover: none) {
  .news-archive__item a:active .news-archive__time, .news-archive__item a:active .news-archive__title {
    transform: translateX(1rem);
  }
}
.news-archive__time {
  flex-shrink: 0;
  display: block;
  width: 10rem;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news-archive__time {
    width: 100%;
  }
}
.privacy-policy-article {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-article {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
body:has(.works-detail) .layout-content::before {
  background-color: #372d6e;
}
body:has(.works-detail) .layout-header .header-logo svg {
  color: #fff;
}
body:has(.works-detail).is-scrolled .layout-header .header-logo svg {
  color: #372d6e;
}
@media screen and (min-width: 769px) {
  body:has(.works-detail) .layout-header .header-menu a {
    color: #fff;
  }
  body:has(.works-detail) .layout-header .header-cta a {
    color: #372d6e;
    background-color: #fff;
  }
  body:has(.works-detail).is-scrolled .layout-header .header-menu a {
    color: #372d6e;
  }
  body:has(.works-detail).is-scrolled .layout-header .header-cta a {
    color: #fff;
    background-color: #372d6e;
  }
}
body:has(.works-detail) .component-breadcrumb {
  color: #fff;
}
body:has(.works-detail) .component-breadcrumb__item:nth-child(n+2)::before {
  background: #fff;
}
body:has(.works-detail) .component-breadcrumb a {
  color: #fff;
}
.works-filters {
  display: flex;
  gap: 2rem;
  color: #372d6e;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.works-filters__title {
  flex-shrink: 0;
  white-space: nowrap;
}
.works-filters__list {
  display: flex;
  gap: 1.5rem;
}
.works-filters__item {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.works-filters__item:nth-child(n+2) {
  padding-left: 1.5rem;
}
.works-filters__item:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0;
  width: 1px;
  height: 1.2rem;
  background: #372d6e;
  transform: rotate(30deg);
}
.works-filters__item.is-active {
  font-weight: 700;
}
.works-filters__item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #372d6e;
}
.works-archive {
  padding-top: 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .works-archive {
    padding-bottom: 0;
  }
}
.works-archive .component-section__content {
  padding-left: 0;
  padding-right: 0;
}
.works-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .works-archive__list {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.works-archive__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .works-archive__item {
    width: 100%;
  }
}
.works-archive__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 4rem;
  border-radius: 1.5rem;
  text-decoration: none;
  user-select: none;
  box-shadow: 2rem 2rem 4rem rgba(55, 45, 110, 0);
  transition: color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: color, background-color, box-shadow;
}
@media (hover: hover) {
  .works-archive__item a:hover {
    color: #372d6e;
    background-color: #70edc8;
    box-shadow: 2rem 2rem 4rem rgba(55, 45, 110, 0.3);
  }
}
@media (hover: none) {
  .works-archive__item a:active {
    color: #372d6e;
    background-color: #70edc8;
    box-shadow: 2rem 2rem 4rem rgba(55, 45, 110, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .works-archive__item a {
    padding: 2rem 2rem 2.5rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .works-archive__item:nth-child(2n) .works-archive__inner {
    transform: translateY(6rem);
  }
}
@media screen and (max-width: 768px) {
  .works-archive__item:nth-child(2n) {
    margin-left: 0;
  }
}
.works-archive__inner {
  position: relative;
  border-radius: 1.5rem;
  backdrop-filter: blur(2rem);
}
.works-archive__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .works-archive__inner::before {
    border-radius: 1rem;
  }
}
.works-archive__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1352/760;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .works-archive__image {
    border-radius: 0.7rem;
  }
}
.works-archive__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-archive__content {
  margin-top: 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .works-archive__content {
    margin-top: 2rem;
    padding: 0 1rem;
  }
}
.works-archive__tags {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .works-archive__tags {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.works-archive__title {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .works-archive__title {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
}
.works-header {
  position: relative;
  z-index: 1;
  margin-left: 8rem;
  margin-right: 8rem;
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  .works-header {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 13rem;
  }
}
.works-header__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4rem;
  padding: 6rem 0 6rem 6rem;
  color: #372d6e;
}
@media screen and (max-width: 768px) {
  .works-header__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0 3rem 2rem;
  }
}
.works-header__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .works-header__inner::before {
    border-radius: 1rem;
  }
}
.works-header__image {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  overflow: hidden;
  width: 67.6rem;
  aspect-ratio: 676/380;
}
@media screen and (max-width: 768px) {
  .works-header__image {
    width: 100%;
  }
}
.works-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-header__content {
  flex: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .works-header__content {
    width: 100%;
    padding-right: 2rem;
  }
}
.works-header__tags {
  display: flex;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .works-header__tags {
    font-size: 1rem;
  }
}
.works-header__title {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .works-header__title {
    margin-top: 0.6rem;
    font-size: 2.6rem;
  }
}
.works-header__button {
  margin-top: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .works-header__button {
    margin-top: 2rem;
  }
}
.works-header__button a {
  position: relative;
  display: inline-block;
  color: #372d6e;
  padding-bottom: 0.6rem;
  text-decoration: none;
}
.works-header__button a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #372d6e;
}
.works-header__button .hover-text-origin span,
.works-header__button .hover-text-clone span {
  line-height: 1.3;
}
.works-detail {
  position: relative;
  z-index: 0;
}
.works-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 22rem);
  background: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .works-detail::before {
    height: calc(100% + 15rem);
  }
}
.works-detail::after {
  content: "";
  position: absolute;
  top: -30rem;
  left: 0;
  width: 100%;
  height: 116rem;
  background: #70edc8;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .works-detail::after {
    top: -22rem;
    height: 65rem;
  }
}
.works-detail .component-section__content {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.works-detail__mockup {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.works-detail__mockup-pc {
  width: 64.8rem;
  height: 48.5rem;
  padding: 3.4rem 3.4rem 0;
  background: url("/assets/img/works/mockup_pc.svg") no-repeat center/contain;
  transform: translateX(-10rem);
}
@media screen and (max-width: 768px) {
  .works-detail__mockup-pc {
    width: 27.58536rem;
    height: 20.64645rem;
    padding: 1.44738rem 1.44738rem 0;
    transform: translateX(-4.257rem);
  }
}
.works-detail__mockup-mobile {
  width: 21.2rem;
  height: 40.2rem;
  padding: 3.3rem 1.6rem 0;
  margin-left: -5.2rem;
  background: url("/assets/img/works/mockup_mobile.svg") no-repeat center/contain;
  transform: translateX(10rem);
}
@media screen and (max-width: 768px) {
  .works-detail__mockup-mobile {
    width: 9.02484rem;
    height: 17.11314rem;
    padding: 1.40481rem 0.68112rem 0;
    margin-left: -2.21364rem;
    transform: translateX(4.257rem);
  }
}
.works-detail__mockup-pc, .works-detail__mockup-mobile {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.works-detail__mockup.is-inview .works-detail__mockup-pc, .works-detail__mockup.is-inview .works-detail__mockup-mobile {
  opacity: 1;
  transform: translateX(0);
}
.works-detail__pc {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .works-detail__pc {
    gap: 1.5rem;
    margin-top: 6rem;
  }
}
.works-detail__pc-item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .works-detail__pc-item {
    width: 100%;
  }
}
.works-detail__mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .works-detail__mobile {
    justify-content: center;
    gap: 1.5rem;
    margin-top: 6rem;
  }
}
.works-detail__mobile-item {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 768px) {
  .works-detail__mobile-item {
    width: calc(50% - 0.75rem);
  }
}
.works-others {
  position: relative;
  z-index: 1;
  margin-left: 8rem;
  margin-right: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .works-others {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.works-others::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .works-others::before {
    border-radius: 1rem;
  }
}
.works-others__list {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .works-others__list {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.works-others__item {
  flex-shrink: 0;
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 768px) {
  .works-others__item {
    width: 100%;
  }
}
.works-others__item a {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .works-others__item a:hover .works-others__image img {
    transform: scale(1.08);
  }
}
@media (hover: none) {
  .works-others__item a:active .works-others__image img {
    transform: scale(1.08);
  }
}
.works-others__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 676/380;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .works-others__image {
    border-radius: 0.7rem;
  }
}
.works-others__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.works-others__content {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .works-others__content {
    margin-top: 1rem;
  }
}
.works-others__tags {
  display: flex;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .works-others__tags {
    font-size: 1rem;
  }
}
.works-others__title {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .works-others__title {
    margin-top: 0.3rem;
    font-size: 1.8rem;
  }
}
.works-others .component-section__more {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .works-others .component-section__more {
    margin-top: 3rem;
    padding-right: 2rem;
  }
}
.works-others .component-section__more a {
  color: #372d6e;
}
.works-others .component-section__more a::after {
  background: #372d6e;
}
@media screen and (min-width: 769px) {
  .helper-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .helper-only-pc {
    display: none !important;
  }
}