/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}
body.is-active {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.l-footer__wrap {
  background: #f2f2f2;
  padding: 6rem 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    padding: 4rem 2rem;
  }
}
.l-footer__wrap h5 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap h5 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}
.l-footer__copy {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1.5rem;
}
.l-footer__btn a {
  background: #000000;
  color: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5rem;
  text-align: center;
  padding: 2rem 8rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
.l-footer__btn a::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-footer__top {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  width: 5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.l-footer__top.is-active {
  visibility: visible;
  opacity: 1;
}

.c-elmFixed {
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-elmFixed {
    right: 2rem;
    bottom: 2rem;
  }
}
.c-elmFixed.is-active {
  visibility: visible;
  opacity: 1;
}
.c-elmFixed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-elmFixed ul li a {
  display: block;
}
.c-elmFixed ul li a.btn-1 {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .c-elmFixed ul li a.btn-1 {
    width: 12rem;
  }
}
.c-elmFixed ul li a.btn-2 {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-elmFixed ul li a.btn-2 {
    width: 3rem;
  }
}

.l-header {
  padding: 3rem 0;
  border-top: solid 2rem #000000;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem 2rem;
  }
}
.l-header__logo {
  max-width: 6rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 3rem;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
    opacity: 0;
  }
}
@-webkit-keyframes hoverShake {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes hoverShake {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-view {
  padding-top: 6rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 8rem;
  }
}
.p-view__wrap {
  position: relative;
}
.p-view__desc h1 {
  font-size: 6.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-view__desc h1 {
    font-size: 4.8rem;
  }
}
.p-view__desc p {
  font-size: 2.9rem;
  line-height: 1.65;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.p-view__desc p span {
  padding-bottom: 0.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.p-view__desc a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000000;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.8rem 2rem 2rem;
  margin-top: 10rem;
  margin-left: 6rem;
  min-width: 30rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-view__desc a {
    margin-left: 0;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    min-width: 15rem;
    padding-right: 4rem;
    -webkit-animation: hoverShake 2s linear infinite;
            animation: hoverShake 2s linear infinite;
  }
}
.p-view__desc a::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-view__desc a::after {
    right: 2rem;
  }
}
.p-view__img {
  width: 60%;
  max-width: 51rem;
  position: absolute;
  right: 8rem;
  bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .p-view__img {
    position: static;
    width: 80%;
    margin: -12rem 2rem 0 auto;
  }
}
.p-view__img .img-1 {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-view__img .img-1 {
    margin-top: 12rem;
    position: static;
    width: 100%;
  }
}
.p-view__img .img-2 {
  position: absolute;
  width: 24rem;
  right: -2rem;
  bottom: 21rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-view__img .img-2 {
    width: 13rem;
    right: 0rem;
    bottom: 11rem;
  }
}
.p-view__img .img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: inherit;
  -webkit-animation: ripple 2.8s cubic-bezier(0.3, 0, 0.1, 1) infinite;
          animation: ripple 2.8s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  background: #ffff00;
}
@media screen and (max-width: 767px) {
  .p-view__img .img-2::before {
    -webkit-animation: unset;
            animation: unset;
  }
}

.p-worries {
  padding-bottom: 8rem;
}
.p-worries h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-worries h2 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
.p-worries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-worries ul {
    gap: 4rem;
  }
}
.p-worries ul li {
  width: calc((100% - 15rem) / 4);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-worries ul li {
    width: 100%;
    padding-bottom: 4rem;
    border-bottom: solid 1px #f2f2f2;
  }
}
.p-worries ul li img {
  max-height: 16rem;
}
@media screen and (max-width: 767px) {
  .p-worries ul li img {
    max-height: 10rem;
  }
}
.p-worries ul li p {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-movie {
  padding: 5rem 3rem 3rem;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding: 6rem 2rem 3rem;
  }
}
.p-movie::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 8rem;
  height: 4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ffffff;
}
.p-movie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .p-movie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-movie__item {
  max-width: 26rem;
  position: relative;
  margin-left: 20rem;
}
@media screen and (max-width: 767px) {
  .p-movie__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 14rem;
    position: absolute;
    right: 2rem;
    bottom: -3rem;
  }
}
.p-movie__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 38rem;
  height: 42rem;
  border-radius: 100%;
  background: rgba(255, 255, 187, 0.7);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-movie__item::before {
    max-width: 10rem;
    height: 10rem;
  }
}
.p-movie__frame {
  position: relative;
  z-index: 10;
  width: 26rem;
  aspect-ratio: 337/700;
  overflow: hidden;
  border-radius: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-movie__frame {
    max-width: 14rem;
    border-radius: 1.8rem;
  }
}
.p-movie__frame::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/img/frame-1.png) no-repeat center/contain;
}
.p-movie__frame video {
  display: block;
  width: 27rem;
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-movie__frame video {
    max-width: 15rem;
    top: 0;
  }
}
.p-movie__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-movie__desc {
    margin-right: auto;
  }
}
.p-movie__desc h2 {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-movie__desc h2 {
    font-size: 2.2rem;
  }
}
.p-movie__desc img {
  max-width: 34rem;
  display: block;
  margin-left: auto;
  margin-right: 10rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-movie__desc img {
    max-width: 16rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 3rem;
  }
}

.p-solution {
  padding: 10rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding: 8rem 2rem;
  }
}
.p-solution__desc {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__desc {
    margin-bottom: 5rem;
  }
}
.p-solution__desc h2 {
  font-size: 4.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-solution__desc h2 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-solution__desc h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.p-solution__desc p {
  font-size: 1.6rem;
  margin-top: 4rem;
  line-height: 1.6;
}
.p-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-solution__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
  }
}
.p-solution__list li {
  width: calc((100% - 16rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-solution__list li {
    width: 100%;
  }
}
.p-solution__list li img {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.p-solution__list li h3 {
  min-height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-solution__list li h3 {
    min-height: 0;
    margin-top: 1.5rem;
  }
}
.p-solution__list li p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.p-intr__wrap {
  background: #f2f2f2;
}
.p-intr__wrap dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-intr__wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-intr__wrap:nth-of-type(even) {
  background: #ffffff;
}
.p-intr__wrap:nth-of-type(even) dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-intr__wrap:nth-of-type(even) dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-intr__list {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0;
}
.p-intr__list dt {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intr__list dt {
    width: 100%;
  }
}
.p-intr__list dt .note-1 {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 5rem;
  text-align: right;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intr__list dt .note-1 {
    bottom: -1rem;
  }
}
.p-intr__list dt .note-2 {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intr__list dt .note-2 {
    text-align: right;
    right: 5rem;
    bottom: -1rem;
  }
}
.p-intr__list dt .note-3 {
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 5rem;
  text-align: right;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.p-intr__list dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-intr__list dd {
    width: 100%;
    text-align: center;
  }
}
.p-intr__list dd h3 {
  font-size: 3.6rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-intr__list dd h3 {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
}
.p-intr__list dd h3 span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.p-intr__list dd p {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-intr__list dd p {
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: left;
  }
}
.p-intr__img-1 {
  width: 36rem;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-intr__img-1 {
    width: 80%;
    margin: auto;
  }
}
.p-intr__img-2 {
  width: 30rem;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-intr__img-2 {
    width: 70%;
    margin: auto;
  }
}
.p-intr__img-3 {
  width: 34rem;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-intr__img-3 {
    width: 75%;
    margin: auto;
  }
}

.p-perform {
  padding: 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-perform {
    padding: 8rem 2rem 5rem;
  }
}
.p-perform h2 {
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-perform h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.p-perform h3 {
  font-weight: 500;
  text-align: center;
}
.p-perform h3 span {
  font-size: 2.8rem;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff00));
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
@media screen and (max-width: 767px) {
  .p-perform h3 span {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-perform__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-perform__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.p-perform__list li {
  width: calc((100% - 12rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-perform__list li {
    width: 100%;
  }
}
.p-perform__list li figure {
  max-width: 90%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-perform__list li figure {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-perform__list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: solid 1px #000000;
  padding-bottom: 1rem;
  min-height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-perform__list li dl {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.p-perform__list li dl dt {
  width: 2.8rem;
}
.p-perform__list li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-flow {
  background: #f2f2f2;
  padding: 8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 6rem 0;
  }
}
.p-flow h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-flow h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
.p-flow__splide {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.p-flow .splide__slide {
  position: relative;
  z-index: 10;
}
.p-flow .splide__slide::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  width: 1.4rem;
  height: 2.6rem;
  background: #000000;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
          clip-path: polygon(0 100%, 0 0, 100% 50%);
}
.p-flow .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin-top: 6rem;
}
.p-flow .splide__pagination li button {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ffffff;
  border: solid 2px #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-flow .splide__pagination li button.is-active {
  background: #000000;
}

.p-relations {
  padding: 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-relations {
    padding: 6rem 2rem;
  }
}
.p-relations h4 {
  font-size: 3.1rem;
  margin-left: 15rem;
}
@media screen and (max-width: 767px) {
  .p-relations h4 {
    font-size: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.p-relations h4 span {
  font-weight: 300;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #ffff00));
  background: linear-gradient(transparent 55%, #ffff00 55%);
}
.p-relations__wrap {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  border: solid 2px #000000;
  padding: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-relations__wrap {
    padding: 4rem 2rem 12rem;
  }
}
.p-relations__wrap::after {
  content: "";
  position: absolute;
  right: 7rem;
  bottom: -4rem;
  width: 22rem;
  height: 14rem;
  background: #fff url(/assets/img/relations_img.svg) no-repeat center/contain;
  z-index: 20;
}
.p-relations__desc {
  text-align: center;
}
.p-relations__desc h2 {
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-relations__desc h2 {
    font-size: 2.8rem;
  }
}
.p-relations__desc p {
  font-size: 1.6rem;
  line-height: 1.65;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-relations__desc p {
    font-size: 1.4rem;
  }
}
.p-relations__anim {
  width: 50%;
  margin: -4rem auto;
}
@media screen and (max-width: 767px) {
  .p-relations__anim {
    width: 100%;
  }
}
.p-relations__step {
  display: none;
  position: relative;
  z-index: 10;
  margin-top: 6rem;
  margin-bottom: 4rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-relations__step {
    overflow: scroll;
    -ms-overflow-style: none;
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-relations__step::-webkit-scrollbar {
    display: none;
  }
}
.p-relations__step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: relative;
}
.p-relations__step ul::before {
  content: "";
  position: absolute;
  left: 11rem;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2.8rem;
  background: url(/assets/img/arrow.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-relations__step ul {
    width: 72rem;
  }
}
.p-relations__step ul li {
  width: calc((100% - 8rem) / 6);
}
@media screen and (max-width: 767px) {
  .p-relations__step ul li {
    width: 18rem;
  }
}
.p-relations__step ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-relations__step ul li:first-child img {
  max-width: 40%;
}

.p-plan {
  padding: 6rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 6rem 0;
  }
}
.p-plan__desc {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__desc {
    margin-bottom: 3rem;
  }
}
.p-plan__desc h2 {
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-plan__desc h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-plan__desc p {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-plan__desc p {
    font-size: 1.6rem;
  }
}
.p-plan__detail {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__detail {
    overflow: scroll;
    padding: 0 2rem;
  }
  .p-plan__detail img {
    width: 62rem;
    max-width: 62rem;
  }
}

.p-service {
  background: #f2f2f2;
  padding: 10rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 6rem 2rem;
  }
}
.p-service h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 6rem;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    margin-bottom: 6rem;
    gap: 5rem;
  }
}
.p-service__item {
  width: calc((100% - 8rem) / 2);
  background: #ffffff;
  position: relative;
  z-index: 10;
  min-height: 56rem;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    width: auto;
    min-height: 32rem;
    margin-right: 3rem;
  }
}
.p-service__item dt {
  padding: 8rem 3rem 2rem;
  position: relative;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .p-service__item dt {
    padding: 6rem 2rem 2rem;
    max-width: 65%;
  }
}
.p-service__item dt .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  color: #ffffff;
  padding: 1rem 1.5rem 1.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 20rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service__item dt .tag {
    width: 15rem;
  }
}
.p-service__item dt .title {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__item dt .title {
    font-size: 2rem;
  }
}
.p-service__item dt .title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.p-service__item dt .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item dt .text {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-service__mo {
  max-width: 22rem;
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-service__mo {
    width: 15rem;
    right: -3rem;
    bottom: -2rem;
  }
}
.p-service__frame {
  border-radius: 3rem;
  width: 22rem;
  overflow: hidden;
  border: solid 0.3rem #000;
}
@media screen and (max-width: 767px) {
  .p-service__frame {
    width: 14rem;
  }
}
.p-service__frame video {
  width: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-service__btn a {
  background: #000000;
  color: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5rem;
  text-align: center;
  padding: 2rem 8rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
.p-service__btn a::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-faq {
  padding: 10rem 3rem 15rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 6rem 2rem 8rem;
  }
}
.p-faq h2 {
  font-family: "Jost", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 6rem;
  text-align: center;
}
.p-faq h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
.p-faq dl {
  border-top: solid 1px #000000;
}
.p-faq dl:last-child {
  border-bottom: solid 1px #000000;
}
.p-faq dl dt {
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
  padding: 2rem 0;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq dl dt {
    padding-right: 6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-faq dl dt .bar {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #f2f2f2;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq dl dt .bar::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1px;
  height: 1.5rem;
  background: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq dl dt .bar::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq dl dt.is-open .bar::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-faq dl dt.is-open .bar::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-faq dl dd p {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 8rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl dd p {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}/*# sourceMappingURL=style.css.map */