@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  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;
}

:root {
  --color-white: #ffffff;
  --color-black: #333333;
  --color-gray: #646c71;
  --color-gray-l: #e1e6e6;
  --color-yellow: #ffe100;
  --font-family-base: "Roboto", "Noto Sans JP", sans-serif;
  --font-family-en: "Roboto", sans-serif;
}

html, body {
  font-size: 16px;
  font-family: var(--font-family-base);
  font-optical-sizing: auto;
  font-feature-settings: "halt";
  font-weight: 300;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}

img {
  width: auto;
  height: auto;
}

.section {
  width: 100%;
  margin: 0;
  padding-top: 180px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 120px;
  }
}
.section__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 980px) {
  .section__inner {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
}
.section__inner .joint-develop {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  max-width: 460px;
}
@media (max-width: 1080px) {
  .section__inner .joint-develop {
    width: 35%;
  }
}
@media (max-width: 980px) {
  .section__inner .joint-develop {
    position: static;
    width: 100%;
    margin-top: -1rem;
    margin-bottom: 5rem;
  }
}
.section__inner .joint-develop img {
  width: 100%;
  border-radius: 1rem;
}
@media (max-width: 980px) {
  .section__inner .joint-develop img {
    display: block;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    border-radius: 0.5rem;
  }
}
.section__head {
  width: 100%;
  margin-bottom: 6.25rem;
}
@media (max-width: 980px) {
  .section__head {
    margin-bottom: 4rem;
  }
}
.section__head-en {
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-family: var(--font-family-en);
  font-weight: 400;
  color: var(--color-gray);
  text-indent: -0.5em;
}
@media (max-width: 980px) {
  .section__head-en {
    font-size: 1rem;
    text-indent: 0;
  }
}
.section__head-en span {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 7.5rem;
}
@media (max-width: 980px) {
  .section__head-en span {
    min-width: 6rem;
  }
}
.section__head-en span::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 1.2s transform cubic-bezier(0.17, 0.84, 0.44, 1);
  border-bottom: 1px solid var(--color-gray);
}
.section__head--hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.section__head--common {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.section__head--pc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 768px) {
  .section__head--pc {
    display: none;
  }
}
.section__head--smt {
  display: none;
}
@media (max-width: 768px) {
  .section__head--smt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
  }
}
.section__head h2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 425px) {
  .section__head h2 {
    gap: 0.35rem;
  }
}
.section__head h2 span {
  position: relative;
  display: inline-flex;
  gap: 0;
  overflow: hidden;
}
.section__head h2 span::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section__head h2 span + span::after {
  transition-delay: 0.2s;
}
.section__head h2 span.--wh::after {
  background-color: var(--color-white);
}
.section__head h2 span.--gr::after {
  background-color: var(--color-gray-l);
}
.section__head h2 span img {
  width: auto;
  height: 50px;
}
@media (max-width: 980px) {
  .section__head h2 span img {
    height: 40px;
  }
}
@media (max-width: 425px) {
  .section__head h2 span img {
    height: 35px;
  }
}
.section__head.--animated .section__head-en span::after {
  transform: scaleX(1);
}
.section__head.--animated h2 span::after {
  transform: translateX(105%);
}
.section__parallax {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 100px;
}
.section__parallax::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30%;
  background-color: var(--color-gray-l);
}
.section__parallax.--gr::before {
  top: 0;
  bottom: auto;
  height: 70%;
}
.section__parallax-item {
  display: flex;
  width: 86.5%;
  margin: 0;
}
@media (max-width: 768px) {
  .section__parallax-item {
    width: 95%;
  }
}
.section__parallax-item span {
  --section-parallax-duration: 1.2s;
  --section-parallax-ease: cubic-bezier(0.22,0.61,0.36,1);
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1240/460;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 768px) {
  .section__parallax-item span {
    aspect-ratio: 710/420;
  }
}
.section__parallax-item span img {
  position: absolute;
  top: -10%;
  left: 0;
  display: block;
  width: 100%;
  height: 120%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate3d(0, var(--section-parallax-y, 0px), 0);
  transition: transform var(--section-parallax-duration) var(--section-parallax-ease);
  will-change: transform;
}
.section__parallax-item.--left {
  margin-right: auto;
}
.section__parallax-item.--left span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1240 460'%3E%3Cpath fill='%23000' d='M0 460H1240L1084.54 0H0V460Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1240 460'%3E%3Cpath fill='%23000' d='M0 460H1240L1084.54 0H0V460Z'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .section__parallax-item.--left span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 420'%3E%3Cpath fill='%23000' d='M0 420H710L574.54 0H0V420Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 420'%3E%3Cpath fill='%23000' d='M0 420H710L574.54 0H0V420Z'/%3E%3C/svg%3E");
  }
}
.section__parallax-item.--right {
  margin-left: auto;
}
.section__parallax-item.--right span {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1240 460'%3E%3Cpath fill='%23000' d='M1240 460H0L155.46 0H1240V460Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1240 460'%3E%3Cpath fill='%23000' d='M1240 460H0L155.46 0H1240V460Z'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .section__parallax-item.--right span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 420'%3E%3Cpath fill='%23000' d='M710 420H0L135.46 0H710V420Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 420'%3E%3Cpath fill='%23000' d='M710 420H0L135.46 0H710V420Z'/%3E%3C/svg%3E");
  }
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 35px 3.5% 20px 3.5%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  background-color: var(--color-black);
}
.header.--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header--logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .header--logo {
    max-width: 225px;
  }
}
.header--logo a {
  display: inline-flex;
}
.header--logo a img {
  width: 100%;
  height: auto;
}
.header-link {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .header-link {
    display: none;
  }
}
.header-link--item {
  line-height: 1;
}
.header-link--item a {
  display: inline-block;
  color: var(--color-white);
  transition: 0.3s opacity;
}
.header-link--item a span {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
}
.header-link--item a span::before {
  content: "▼";
  display: inline-block;
  color: var(--color-gray-l);
}
.header-link--item a:hover {
  opacity: 0.6;
}
.header__nav {
  display: none;
}
@media (max-width: 1080px) {
  .header__nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
  .header__nav.--active {
    pointer-events: auto;
    background-color: rgba(100, 108, 113, 0.5);
  }
}
.header__nav--humb {
  display: none;
}
@media (max-width: 1080px) {
  .header__nav--humb {
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    pointer-events: auto;
  }
  .header__nav--humb span {
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    display: block;
    width: 30px;
    height: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: var(--color-black);
  }
  .header__nav--humb span.top {
    transform: translateY(-8px);
  }
  .header__nav--humb span.bottom {
    transform: translateY(8px);
  }
  .header__nav--humb.--visible span, .header__nav--humb.--active span {
    background-color: var(--color-white);
  }
  .header__nav--humb.--active span.top {
    transform: translateY(0) rotate(25deg);
  }
  .header__nav--humb.--active span.middle {
    opacity: 0;
  }
  .header__nav--humb.--active span.bottom {
    transform: translateY(0) rotate(-25deg);
  }
}
.header__nav-container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 400px;
  height: 100dvh;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  overflow: auto;
  background-color: var(--color-black);
}
.header__nav-container.--active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.header__nav-container--top {
  width: 100%;
}
.header__nav-container--bottom {
  width: 100%;
}
.header__nav--logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.header__nav--logo img {
  width: 100%;
}
.header__nav-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  width: 100%;
  margin-bottom: 5rem;
}
.header__nav-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: 0.3s opacity;
  background-color: var(--color-yellow);
}
.header__nav-button a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1;
}
.header__nav-button a span::after {
  content: "";
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3.33008V4.69008H19.58L16.66 15.3501H3.12V13.9901H15.63L16.24 11.7701H2.06V10.4101H16.61L17.21 8.21008H1V6.85008H17.58L18.54 3.33008H23ZM5.26 16.9901C4.24 16.9901 3.42 17.8101 3.42 18.8301C3.42 19.8501 4.24 20.6701 5.26 20.6701C6.28 20.6701 7.1 19.8501 7.1 18.8301C7.1 17.8101 6.28 16.9901 5.26 16.9901ZM14.58 16.9901C13.56 16.9901 12.74 17.8101 12.74 18.8301C12.74 19.8501 13.56 20.6701 14.58 20.6701C15.6 20.6701 16.42 19.8501 16.42 18.8301C16.42 17.8101 15.6 16.9901 14.58 16.9901Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3.33008V4.69008H19.58L16.66 15.3501H3.12V13.9901H15.63L16.24 11.7701H2.06V10.4101H16.61L17.21 8.21008H1V6.85008H17.58L18.54 3.33008H23ZM5.26 16.9901C4.24 16.9901 3.42 17.8101 3.42 18.8301C3.42 19.8501 4.24 20.6701 5.26 20.6701C6.28 20.6701 7.1 19.8501 7.1 18.8301C7.1 17.8101 6.28 16.9901 5.26 16.9901ZM14.58 16.9901C13.56 16.9901 12.74 17.8101 12.74 18.8301C12.74 19.8501 13.56 20.6701 14.58 20.6701C15.6 20.6701 16.42 19.8501 16.42 18.8301C16.42 17.8101 15.6 16.9901 14.58 16.9901Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
.header__nav-button a:hover {
  opacity: 0.9;
  text-decoration: none;
}

#page-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
#page-top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  transition: 0.4s opacity;
}
#page-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid var(--color-gray);
  border-right: 2px solid var(--color-gray);
}

.footer {
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
.footer a {
  color: var(--color-black);
}
.footer__inner {
  padding-top: 3.5rem;
}
@media (min-width: 769px) {
  .footer__inner {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 3.25rem;
  }
}
.footer__en {
  font-family: var(--font-family-en);
  letter-spacing: 0.06em;
  font-weight: 300;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.footer__logo-brand, .footer__logo-shop {
  width: 50%;
  margin: 0;
  line-height: 1;
}
.footer__logo-brand {
  text-align: right;
}
.footer__logo-shop {
  text-align: left;
}
.footer__logo-brand-image, .footer__logo-shop-image {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__logo-brand-image {
  width: 120px;
  height: 30px;
  margin: 0 10px;
  background-image: url("../image/logo_caresoku.svg");
}
@media (min-width: 769px) {
  .footer__logo-brand-image {
    width: 150px;
    height: 37px;
    margin: 0 2.5641025641%;
  }
}
.footer__logo-shop-image {
  width: 120px;
  height: 12px;
  margin: 0 10px 1px;
  background-image: url("../image/logo_caresoku-online.svg");
}
@media (min-width: 769px) {
  .footer__logo-shop-image {
    width: 120px;
    height: 12px;
    margin: 0 2.5641025641% 2px;
  }
}
.footer__detail {
  padding-top: 3.375rem;
}
@media (min-width: 769px) {
  .footer__detail {
    padding-top: 3.1875rem;
  }
}
.footer__detail::before {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 28px;
  background-image: url("../image/footer_dot-line.svg");
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
@media (min-width: 769px) {
  .footer__detail::before {
    width: 74.358974359%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .footer__detail-inner {
    display: flex;
    padding: 3rem 3.8461538462%;
  }
}
.footer__nav {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .footer__nav {
    width: 50%;
    padding: 0 0 0 9.7222222222%;
  }
}
.footer__nav-list, .footer__sns-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-item a {
  font-size: 0.875rem;
  line-height: 2.572;
  font-weight: 200;
  transition: opacity 0.2s ease-out;
}
.footer__nav-item a:hover {
  opacity: 0.25;
  text-decoration: none;
}
.footer__nav-item--shop-top a {
  letter-spacing: 0.2em;
  font-weight: 300;
}
.footer__nav-item--brand {
  margin-top: 2.25rem;
}
.footer__nav-item--brand a {
  display: inline-block;
}
.footer__nav-item--brand a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 3px;
  vertical-align: -0.3em;
  background: url("../image/footer_arrow.svg") no-repeat 50% 50%/contain;
}
.footer__info {
  padding: 29px 20px 0;
}
.footer__info::before {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 28px;
  background-image: url("../image/footer_dot-line.svg");
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
@media (min-width: 769px) {
  .footer__info {
    width: 50%;
    padding: 0 0 0 1.3888888889%;
  }
  .footer__info::before {
    content: none;
  }
}
.footer__info-title, .footer__contact-title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2.572;
  font-weight: 200;
}
.footer__contact, .footer__company {
  margin: 0;
}
.footer__contact-detail, .footer__company-title, .footer__company-detail {
  margin: 0;
  color: #808080;
  font-size: 0.75rem;
  line-height: 3;
  font-weight: 200;
}
.footer__contact-detail, .footer__contact-tel {
  margin-left: 19px;
}
@media (min-width: 769px) {
  .footer__contact-detail, .footer__contact-tel {
    margin-left: 17.1428571429%;
  }
}
.footer__contact-detail a, .footer__company-detail a {
  color: #808080;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}
.footer__contact-detail a:hover, .footer__company-detail a:hover {
  opacity: 0.25;
}
.footer__contact-tel {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 200;
}
.footer__company-title {
  margin-top: 2.25rem;
}
.footer__sns {
  margin: 45px 0 12px;
}
@media (min-width: 769px) {
  .footer__sns {
    margin: 11px 0 60px;
  }
}
.footer__sns-list {
  display: flex;
  justify-content: center;
}
.footer__sns-item {
  margin: 0 8px;
}
.footer__sns-item a {
  display: block;
  color: var(--color-black);
  transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.footer__sns-item .icon-sns {
  width: 20px;
  height: 20px;
  opacity: 0.29;
  transition: opacity 0.2s linear;
}
.footer__sns-item a:hover .icon-sns {
  opacity: 1;
}
.footer__copyright {
  display: block;
  padding: 28px 20px 0;
}
@media (min-width: 769px) {
  .footer__copyright {
    padding: 0;
  }
}
.footer__copyright::before {
  content: "";
  display: block;
  height: 2px;
  background-image: url("../image/footer_dot-line.svg");
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
@media (min-width: 769px) {
  .footer__copyright::before {
    width: 74.358974359%;
    margin: 0 auto;
  }
}
.footer__copyright-inner {
  margin: 0;
  text-align: center;
}
.footer__copyright-inner small {
  color: #808080;
  font-size: 0.75rem;
  line-height: 140px;
  letter-spacing: 0.2em;
  text-align: center;
}

.text-fill {
  --text-fill-fill-color: var(--color-gray-l);
  --text-fill-bg-duration: 0.5s;
  --text-fill-slide-duration: 0.5s;
  --text-fill-slide-delay: 0.15s;
  --text-fill-color-duration: 0s;
  --text-fill-initial-color: var(--color-black);
  --text-fill-final-color: var(--color-black);
  --text-fill-ease: cubic-bezier(0.45,0.05,0.55,0.95);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.text-fill span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.45em 0.5em 0.35em 0.5em;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  color: var(--text-fill-initial-color);
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 980px) {
  .text-fill span {
    font-size: 1.25rem;
  }
}
.text-fill span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--text-fill-fill-color);
  clip-path: inset(0 100% 0 0);
  transform: translate3d(0, 0, 0);
  will-change: clip-path, transform;
}
.text-fill span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--text-fill-fill-color);
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}
.text-fill.--wh {
  --text-fill-fill-color: var(--color-white);
  --text-fill-initial-color: var(--color-gray-l);
}
.text-fill.--gr {
  --text-fill-fill-color: var(--color-gray-l);
  --text-fill-initial-color: var(--color-white);
}
@media (max-width: 980px) {
  .text-fill.--pc {
    display: none;
  }
}
.text-fill.--smt {
  display: none;
}
@media (max-width: 980px) {
  .text-fill.--smt {
    display: flex;
  }
}
.text-fill.--animated span {
  animation: text-fill-color-reset var(--text-fill-color-duration) linear forwards;
  animation-delay: calc(var(--text-fill-delay, 0s) + var(--text-fill-bg-duration) + var(--text-fill-slide-delay));
}
.text-fill.--animated span::before,
.text-fill.--animated span::after {
  animation-name: text-fill-bg-in;
  animation-duration: var(--text-fill-bg-duration);
  animation-timing-function: var(--text-fill-ease);
  animation-fill-mode: forwards;
  animation-delay: var(--text-fill-delay, 0s);
}
.text-fill.--animated span::before {
  animation-name: text-fill-bg-in, text-fill-cover-out;
  animation-duration: var(--text-fill-bg-duration), var(--text-fill-slide-duration);
  animation-timing-function: var(--text-fill-ease), var(--text-fill-ease);
  animation-fill-mode: forwards, forwards;
  animation-delay: var(--text-fill-delay, 0s), calc(var(--text-fill-delay, 0s) + var(--text-fill-bg-duration) + var(--text-fill-slide-delay));
}

@keyframes text-fill-bg-in {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-fill-cover-out {
  from {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(101%, 0, 0);
  }
}
@keyframes text-fill-color-reset {
  from {
    color: var(--text-fill-initial-color);
  }
  to {
    color: var(--text-fill-final-color);
  }
}
.--text-fill {
  --text-line-fill-color: var(--color-yellow);
  --text-line-fill-duration: 0.75s;
  --text-line-fill-ease: cubic-bezier(0.25,0.46,0.45,0.94);
  display: inline;
  padding: 0.1em;
  font-style: normal;
  background-image: linear-gradient(var(--text-line-fill-color), var(--text-line-fill-color));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0 100%;
}
.--text-fill.--animated {
  animation: text-line-fill-in var(--text-line-fill-duration) var(--text-line-fill-ease) forwards;
}

@keyframes text-line-fill-in {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
u.--line {
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: var(--color-yellow);
  text-decoration-thickness: 0.5rem;
  text-underline-offset: -0.1rem;
}

.main-visual {
  position: relative;
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-visual {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
  }
}
.main-visual__slider,
.main-visual .splide__track,
.main-visual .splide__list,
.main-visual .splide__slide {
  height: 100%;
}
.main-visual .splide__slide {
  overflow: hidden;
}
.main-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-visual__header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 35px 3.5% 0 30px;
}
@media (max-width: 768px) {
  .main-visual__header {
    padding: 24px 20px 0 20px;
  }
}
.main-visual__header--logo {
  position: relative;
  display: block;
  width: 200px;
  aspect-ratio: 10/3;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-visual__header--logo {
    width: 150px;
  }
}
.main-visual__header--logo-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.35s ease;
}
.main-visual__header--logo-image.--bl {
  opacity: 1;
}
.main-visual__header--logo-image.--wh {
  opacity: 0;
}
.main-visual__header--logo.--wh .main-visual__header--logo-image.--bl {
  opacity: 0;
}
.main-visual__header--logo.--wh .main-visual__header--logo-image.--wh {
  opacity: 1;
}
.main-visual__header-link {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1080px) {
  .main-visual__header-link {
    display: none;
  }
}
.main-visual__header-link--item a {
  display: inline-block;
  color: var(--color-black);
  transition: 0.3s opacity;
}
.main-visual__header-link--item a span {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
.main-visual__header-link--item a span::before {
  content: "▼";
  display: inline-block;
  color: var(--color-gray-l);
}
.main-visual__header-link--item a:hover {
  opacity: 0.6;
}
.main-visual__catch {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  max-width: 220px;
}
@media (max-width: 640px) {
  .main-visual__catch {
    left: 25px;
    right: auto;
    bottom: 30px;
    max-width: 170px;
  }
}
.main-visual__catch span {
  position: relative;
  display: block;
}
.main-visual__catch span::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  border-top: 2px solid var(--color-gray);
}
.main-visual__catch span:nth-child(2)::before {
  transition-delay: 0.2s;
}
.main-visual__catch.--animated span::before {
  transform: scaleX(1);
}

.concept__inner {
  display: flex;
  flex-direction: column;
  gap: 120px 0;
}
@media (max-width: 980px) {
  .concept__inner {
    gap: 70px 0;
  }
}
.concept__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5%;
}
.concept__item-image {
  flex: 3;
}
@media (max-width: 980px) {
  .concept__item-image {
    display: none;
  }
}
.concept__item-image img {
  width: 100%;
  height: auto;
}
.concept__item-image.--smt {
  display: none;
}
@media (max-width: 980px) {
  .concept__item-image.--smt {
    display: block;
    margin-bottom: 2rem;
  }
}
.concept__item-text {
  flex: 2;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media (max-width: 980px) {
  .concept__item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.concept__item-text h3 {
  margin-bottom: 2.5rem;
}
@media (max-width: 980px) {
  .concept__item-text h3 {
    margin-bottom: 1.5rem;
  }
}
.concept__item-text p {
  line-height: 2;
  text-align: justify;
}
.concept__item-text p + p {
  margin-top: 1.5rem;
}
.concept__item:nth-child(even) .concept__item-image {
  order: -1;
}
.concept__catch h4 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 980px) {
  .concept__catch h4 {
    font-size: 1.25rem;
  }
  .concept__catch h4 br {
    display: none;
  }
}

.function {
  background-color: var(--color-gray-l);
}
.function__inner {
  display: flex;
  flex-direction: column;
  gap: 120px 0;
  width: 100%;
}
.function__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8%;
  width: 100%;
}
.function__item-image {
  flex: 20 1 0;
}
@media (max-width: 980px) {
  .function__item-image {
    display: none;
  }
}
.function__item-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.function__item-image.--smt {
  display: none;
}
@media (max-width: 980px) {
  .function__item-image.--smt {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.function__item-text {
  flex: 27 1 0;
  width: 100%;
  min-width: 500px;
  padding-left: 5%;
}
@media (max-width: 980px) {
  .function__item-text {
    min-width: inherit;
    padding-left: 0;
  }
}
.function__item-text--container {
  padding-left: 20%;
}
@media (max-width: 980px) {
  .function__item-text--container {
    padding-left: 0;
  }
}
.function__item-text h3 {
  margin-bottom: 2.5rem;
}
@media (max-width: 980px) {
  .function__item-text h3 {
    margin-bottom: 2rem;
  }
}
.function__item-text h3 img {
  width: 100%;
}
@media (max-width: 980px) {
  .function__item-text h3 img {
    max-width: 400px;
    transform: translateX(-5%);
  }
}
.function__item-text h4 {
  margin-bottom: 2rem;
}
@media (max-width: 980px) {
  .function__item-text h4 {
    margin-bottom: 1.5rem;
  }
}
.function__item-text p {
  line-height: 2;
  text-align: justify;
}
.function__item-text p + p {
  margin-top: 1.5rem;
}
.function__item-text ul {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 980px) {
  .function__item-text small {
    display: block;
  }
}
.function__visual {
  width: 100%;
}
.function__visual img {
  width: 100%;
}

.evidence {
  padding-bottom: 120px;
}
@media (max-width: 980px) {
  .evidence {
    padding-bottom: 0;
  }
}
.evidence__inner {
  display: flex;
  flex-direction: column;
  gap: 120px 0;
  width: 100%;
}
@media (max-width: 980px) {
  .evidence__inner {
    gap: 70px 0;
  }
}
.evidence__inner + hr {
  width: 90%;
  margin-top: 120px;
  margin-bottom: 120px;
  border: none;
  border-top: 2px solid var(--color-gray);
}
@media (max-width: 980px) {
  .evidence__inner + hr {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.evidence__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 8%;
  width: 100%;
}
.evidence__item-image {
  flex: 3 1 0;
}
@media (max-width: 980px) {
  .evidence__item-image {
    display: none;
  }
}
.evidence__item-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.evidence__item-image.--smt {
  display: none;
}
@media (max-width: 980px) {
  .evidence__item-image.--smt {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.evidence__item-text {
  flex: 2 1 0;
  width: 100%;
}
.evidence__item-text h3 {
  margin-bottom: 2.5rem;
}
.evidence__item-text h3 img {
  width: 100%;
}
.evidence__item-text h4 {
  margin-bottom: 2rem;
}
.evidence__item-text p {
  line-height: 2;
  text-align: justify;
}
.evidence__item-text p + p {
  margin-top: 1.5rem;
}
.evidence__item.--comparison-results {
  align-items: center;
}
@media (max-width: 980px) {
  .evidence__item.--comparison-results {
    flex-direction: column;
    gap: 2rem;
  }
  .evidence__item.--comparison-results .evidence__item-image {
    order: 10;
    display: block;
  }
}
.evidence__item.--comparison-results img {
  display: block;
  max-width: 470px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 980px) {
  .evidence__item.--comparison-results img {
    max-width: 305px;
  }
}
@media (max-width: 980px) {
  .evidence__item.--evidence-data {
    flex-direction: column;
    gap: 2rem;
  }
  .evidence__item.--evidence-data .evidence__item-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .evidence__item.--evidence-data .evidence__item-image img {
    max-width: 350px;
  }
}
@media (max-width: 425px) {
  .evidence__item.--evidence-data .evidence__item-image img {
    display: block;
    width: 115%;
    max-width: inherit;
    margin-left: -7.5%;
    margin-right: -7.5%;
  }
}
.evidence__data {
  width: 100%;
  padding: 0 4%;
}
@media (max-width: 980px) {
  .evidence__data {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.evidence__data img {
  width: 100%;
}

.voice {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 980px) {
  .voice {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.voice__head {
  width: 100%;
  margin-bottom: 3rem;
}
.voice__head img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .voice__head img {
    max-height: 45px;
  }
}
.voice__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 980px) {
  .voice__list {
    flex-direction: column;
    gap: 50px 0;
  }
}
.voice__list-item {
  position: relative;
  width: calc(33.3333% - 20px);
  margin: 0;
  padding: 35px;
  border-radius: 0.5rem;
  background-color: var(--color-gray-l);
  opacity: 0;
  transform: translateY(15px);
  transition: 0.8s opacity, 0.8s transform;
}
@media (max-width: 980px) {
  .voice__list-item {
    width: 100%;
  }
}
.voice__list-item::after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: -30px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='%23000' d='M30 0L17.9464 28.0378C16.8214 30.6541 13.1786 30.6541 12.0536 28.0378L0 0H30Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='%23000' d='M30 0L17.9464 28.0378C16.8214 30.6541 13.1786 30.6541 12.0536 28.0378L0 0H30Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  background-color: var(--color-gray-l);
}
.voice__list-item:nth-child(2) {
  transition-delay: 0.15s;
}
.voice__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.voice__list-item.--animated {
  opacity: 1;
  transform: translateY(0);
}
.voice__notice {
  width: 100%;
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #646c71;
  text-align: center;
}
.story {
  padding-bottom: 100px;
  background-color: var(--color-gray-l);
}
@media (max-width: 980px) {
  .story {
    padding-bottom: 0;
  }
}
.story__inner {
  display: flex;
  flex-direction: column;
  gap: 120px 0;
}
@media (max-width: 980px) {
  .story__inner {
    gap: 70px 0;
  }
}
.story__inner + hr {
  width: 90%;
  margin-top: 120px;
  margin-bottom: 120px;
  border: none;
  border-top: 2px solid var(--color-gray);
}
@media (max-width: 980px) {
  .story__inner + hr {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.story__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5%;
}
@media (max-width: 980px) {
  .story__item {
    flex-direction: column;
  }
}
.story__item-image {
  flex: 3;
}
@media (max-width: 980px) {
  .story__item-image {
    order: -1;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.story__item-image img {
  width: 100%;
  height: auto;
}
.story__item-text {
  flex: 2;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media (max-width: 980px) {
  .story__item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.story__item-text h3 {
  margin-bottom: 2.5rem;
}
@media (max-width: 980px) {
  .story__item-text h3 {
    margin-bottom: 1.5rem;
  }
}
.story__item-text p {
  line-height: 2;
  text-align: justify;
}
.story__item-text p + p {
  margin-top: 1.5rem;
}
.story__item:nth-child(even) .story__item-image {
  order: -1;
}

.caresoku__inner {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 980px) {
  .caresoku__inner {
    gap: 30px 0;
  }
}
.caresoku__head {
  width: 100%;
}
.caresoku__head img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .caresoku__head img {
    max-height: 25px;
  }
}
@media (max-width: 425px) {
  .caresoku__head img {
    max-height: 20px;
  }
}
.caresoku__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5%;
}
@media (max-width: 980px) {
  .caresoku__item {
    flex-direction: column;
  }
}
.caresoku__item-image {
  flex: 3;
}
@media (max-width: 980px) {
  .caresoku__item-image {
    order: 10;
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 600px) {
  .caresoku__item-image {
    width: 93vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.caresoku__item-image img {
  width: 100%;
  height: auto;
}
.caresoku__item-text {
  flex: 2;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.caresoku__item-text--sales {
  margin-top: 3rem;
  opacity: 0;
  transform: translateY(10%);
  transition: 0.8s opacity, 0.8s transform;
}
.caresoku__item-text--sales img {
  width: 100%;
}
.caresoku__item-text--sales.--animated {
  opacity: 1;
  transform: translateY(0);
}
.caresoku__item-text h3 {
  margin-bottom: 2.5rem;
}
.caresoku__item-text p {
  line-height: 2;
  text-align: justify;
}
.caresoku__item-text p + p {
  margin-top: 1.5rem;
}

.lineup {
  padding-bottom: 240px;
}
@media (max-width: 980px) {
  .lineup {
    padding-bottom: 120px;
  }
}
.lineup__inner {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media (max-width: 980px) {
  .lineup__inner {
    margin-top: -2rem;
  }
}
.lineup__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 9%;
  width: 100%;
}
@media (max-width: 980px) {
  .lineup__item {
    flex-direction: column;
  }
}
.lineup__item-image {
  flex: 3 1 0;
}
@media (max-width: 980px) {
  .lineup__item-image {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .lineup__item-image {
    width: 100vw;
    margin-left: -8.5vw;
    margin-right: -8.5vw;
  }
}
.lineup__item-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.lineup__item-text {
  flex: 2 1 0;
  width: 100%;
}
.lineup__item-text * {
  font-size: 0.875rem;
}
.lineup__item-text dl {
  margin-bottom: 0.75rem;
}
.lineup__item-text dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
  font-weight: 400;
}
.lineup__item-text dl dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateY(0.4rem);
  border: 0.5rem solid transparent;
  border-top: 0.75rem solid var(--color-gray-l);
  border-bottom: 0;
}
.lineup__item-text p {
  font-weight: 400;
}
.lineup__button {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}
.lineup__button::before, .lineup__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.lineup__button::before {
  z-index: 1;
  transition-delay: 0.8s;
  background-color: var(--color-white);
}
.lineup__button::after {
  z-index: 2;
  transform: translateX(-105%);
  transition: transform 1.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: var(--color-gray);
}
.lineup__button a {
  display: block;
  transition: 0.3s opacity;
}
.lineup__button a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1;
  border-radius: 999px;
  background-color: var(--color-yellow);
}
.lineup__button a span::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.38 24 0 18.62 0 12C0 5.38 5.38 0 12 0C18.62 0 24 5.38 24 12C24 18.62 18.62 24 12 24ZM12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM17.05 12L11.34 6.29L9.93 7.7L14.22 11.99L9.93 16.28L11.34 17.69L17.05 11.98V12Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 24C5.38 24 0 18.62 0 12C0 5.38 5.38 0 12 0C18.62 0 24 5.38 24 12C24 18.62 18.62 24 12 24ZM12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM17.05 12L11.34 6.29L9.93 7.7L14.22 11.99L9.93 16.28L11.34 17.69L17.05 11.98V12Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
.lineup__button a:hover {
  opacity: 0.6;
}
.lineup__button.--animated::before {
  opacity: 0;
  transform: translateX(105%);
}
.lineup__button.--animated::after {
  transform: translateX(105%);
}

#fixed-cta {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
}
#fixed-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: 0.3s opacity;
  background-color: var(--color-yellow);
}
@media (max-width: 768px) {
  #fixed-cta a {
    height: 3.875rem;
  }
}
#fixed-cta a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  font-size: 1.3125rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  #fixed-cta a span {
    gap: 0.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
#fixed-cta a span::after {
  content: "";
  display: block;
  width: 1.69rem;
  height: 1.69rem;
  margin-bottom: 0.1em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3.33008V4.69008H19.58L16.66 15.3501H3.12V13.9901H15.63L16.24 11.7701H2.06V10.4101H16.61L17.21 8.21008H1V6.85008H17.58L18.54 3.33008H23ZM5.26 16.9901C4.24 16.9901 3.42 17.8101 3.42 18.8301C3.42 19.8501 4.24 20.6701 5.26 20.6701C6.28 20.6701 7.1 19.8501 7.1 18.8301C7.1 17.8101 6.28 16.9901 5.26 16.9901ZM14.58 16.9901C13.56 16.9901 12.74 17.8101 12.74 18.8301C12.74 19.8501 13.56 20.6701 14.58 20.6701C15.6 20.6701 16.42 19.8501 16.42 18.8301C16.42 17.8101 15.6 16.9901 14.58 16.9901Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23 3.33008V4.69008H19.58L16.66 15.3501H3.12V13.9901H15.63L16.24 11.7701H2.06V10.4101H16.61L17.21 8.21008H1V6.85008H17.58L18.54 3.33008H23ZM5.26 16.9901C4.24 16.9901 3.42 17.8101 3.42 18.8301C3.42 19.8501 4.24 20.6701 5.26 20.6701C6.28 20.6701 7.1 19.8501 7.1 18.8301C7.1 17.8101 6.28 16.9901 5.26 16.9901ZM14.58 16.9901C13.56 16.9901 12.74 17.8101 12.74 18.8301C12.74 19.8501 13.56 20.6701 14.58 20.6701C15.6 20.6701 16.42 19.8501 16.42 18.8301C16.42 17.8101 15.6 16.9901 14.58 16.9901Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media (max-width: 768px) {
  #fixed-cta a span::after {
    width: 1.35rem;
    height: 1.35rem;
  }
}
#fixed-cta a:hover {
  opacity: 0.9;
  text-decoration: none;
}