@charset "UTF-8";
/**
 * Custom media queries (SCSS version)
 * @example
 * @include mobile {
 *   styles for mobile viewport
 * }
 */
/* breakpoint values */
/* mixins */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  --font-color: #07161f;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  html:not(.is-letter-page) {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  html:not(.is-letter-page) {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  html:not(.is-letter-page) {
    font-size: 2.6666666667vw;
  }
}
html.is-letter-page {
  font-size: 10px;
}
html.is-hidden {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
html * {
  outline: none;
}

[x-cloak] {
  display: none !important;
}

html body {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #07161f;
  letter-spacing: 0.02em;
  line-height: 1.7;
  padding-top: 7rem;
}
html body.is-fixed {
  overflow: hidden;
}

.l-container {
  overflow: hidden;
}

html a {
  color: #001a4c;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html a:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  html a {
    transition: 0.3s opacity;
  }
  html a:hover {
    opacity: 0.6;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

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

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  line-height: 1.2;
}

svg,
img {
  max-width: 100%;
}

svg {
  overflow: visible;
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
.js-inview[data-inview=fade-top] {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(30px);
}
.js-inview[data-inview=fade-top].is-inview {
  opacity: 1;
  transform: translateY(0);
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

.u-mt-pc-0 {
  margin-top: 0rem !important;
}

.u-mb-pc-0 {
  margin-bottom: 0rem !important;
}

.u-ml-pc-0 {
  margin-left: 0rem !important;
}

.u-mr-pc-0 {
  margin-right: 0rem !important;
}

.u-mx-pc-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.u-my-pc-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-m-pc-0 {
  margin: 0rem !important;
}

.u-mt-pc-1 {
  margin-top: 1rem !important;
}

.u-mb-pc-1 {
  margin-bottom: 1rem !important;
}

.u-ml-pc-1 {
  margin-left: 1rem !important;
}

.u-mr-pc-1 {
  margin-right: 1rem !important;
}

.u-mx-pc-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-my-pc-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-m-pc-1 {
  margin: 1rem !important;
}

.u-mt-pc-2 {
  margin-top: 2rem !important;
}

.u-mb-pc-2 {
  margin-bottom: 2rem !important;
}

.u-ml-pc-2 {
  margin-left: 2rem !important;
}

.u-mr-pc-2 {
  margin-right: 2rem !important;
}

.u-mx-pc-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-my-pc-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-m-pc-2 {
  margin: 2rem !important;
}

.u-mt-pc-3 {
  margin-top: 3rem !important;
}

.u-mb-pc-3 {
  margin-bottom: 3rem !important;
}

.u-ml-pc-3 {
  margin-left: 3rem !important;
}

.u-mr-pc-3 {
  margin-right: 3rem !important;
}

.u-mx-pc-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-my-pc-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-m-pc-3 {
  margin: 3rem !important;
}

.u-mt-pc-4 {
  margin-top: 4rem !important;
}

.u-mb-pc-4 {
  margin-bottom: 4rem !important;
}

.u-ml-pc-4 {
  margin-left: 4rem !important;
}

.u-mr-pc-4 {
  margin-right: 4rem !important;
}

.u-mx-pc-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-my-pc-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-m-pc-4 {
  margin: 4rem !important;
}

.u-mt-pc-5 {
  margin-top: 5rem !important;
}

.u-mb-pc-5 {
  margin-bottom: 5rem !important;
}

.u-ml-pc-5 {
  margin-left: 5rem !important;
}

.u-mr-pc-5 {
  margin-right: 5rem !important;
}

.u-mx-pc-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.u-my-pc-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-m-pc-5 {
  margin: 5rem !important;
}

.u-mt-pc-6 {
  margin-top: 6rem !important;
}

.u-mb-pc-6 {
  margin-bottom: 6rem !important;
}

.u-ml-pc-6 {
  margin-left: 6rem !important;
}

.u-mr-pc-6 {
  margin-right: 6rem !important;
}

.u-mx-pc-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.u-my-pc-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u-m-pc-6 {
  margin: 6rem !important;
}

.u-mt-pc-7 {
  margin-top: 7rem !important;
}

.u-mb-pc-7 {
  margin-bottom: 7rem !important;
}

.u-ml-pc-7 {
  margin-left: 7rem !important;
}

.u-mr-pc-7 {
  margin-right: 7rem !important;
}

.u-mx-pc-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.u-my-pc-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.u-m-pc-7 {
  margin: 7rem !important;
}

.u-mt-pc-8 {
  margin-top: 8rem !important;
}

.u-mb-pc-8 {
  margin-bottom: 8rem !important;
}

.u-ml-pc-8 {
  margin-left: 8rem !important;
}

.u-mr-pc-8 {
  margin-right: 8rem !important;
}

.u-mx-pc-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.u-my-pc-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-m-pc-8 {
  margin: 8rem !important;
}

.u-mt-pc-9 {
  margin-top: 9rem !important;
}

.u-mb-pc-9 {
  margin-bottom: 9rem !important;
}

.u-ml-pc-9 {
  margin-left: 9rem !important;
}

.u-mr-pc-9 {
  margin-right: 9rem !important;
}

.u-mx-pc-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.u-my-pc-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.u-m-pc-9 {
  margin: 9rem !important;
}

.u-mt-pc-10 {
  margin-top: 10rem !important;
}

.u-mb-pc-10 {
  margin-bottom: 10rem !important;
}

.u-ml-pc-10 {
  margin-left: 10rem !important;
}

.u-mr-pc-10 {
  margin-right: 10rem !important;
}

.u-mx-pc-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.u-my-pc-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u-m-pc-10 {
  margin: 10rem !important;
}

.u-mt-pc-11 {
  margin-top: 11rem !important;
}

.u-mb-pc-11 {
  margin-bottom: 11rem !important;
}

.u-ml-pc-11 {
  margin-left: 11rem !important;
}

.u-mr-pc-11 {
  margin-right: 11rem !important;
}

.u-mx-pc-11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.u-my-pc-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.u-m-pc-11 {
  margin: 11rem !important;
}

.u-mt-pc-12 {
  margin-top: 12rem !important;
}

.u-mb-pc-12 {
  margin-bottom: 12rem !important;
}

.u-ml-pc-12 {
  margin-left: 12rem !important;
}

.u-mr-pc-12 {
  margin-right: 12rem !important;
}

.u-mx-pc-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.u-my-pc-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.u-m-pc-12 {
  margin: 12rem !important;
}

.u-mt-pc-13 {
  margin-top: 13rem !important;
}

.u-mb-pc-13 {
  margin-bottom: 13rem !important;
}

.u-ml-pc-13 {
  margin-left: 13rem !important;
}

.u-mr-pc-13 {
  margin-right: 13rem !important;
}

.u-mx-pc-13 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.u-my-pc-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.u-m-pc-13 {
  margin: 13rem !important;
}

.u-mt-pc-14 {
  margin-top: 14rem !important;
}

.u-mb-pc-14 {
  margin-bottom: 14rem !important;
}

.u-ml-pc-14 {
  margin-left: 14rem !important;
}

.u-mr-pc-14 {
  margin-right: 14rem !important;
}

.u-mx-pc-14 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.u-my-pc-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.u-m-pc-14 {
  margin: 14rem !important;
}

.u-mt-pc-15 {
  margin-top: 15rem !important;
}

.u-mb-pc-15 {
  margin-bottom: 15rem !important;
}

.u-ml-pc-15 {
  margin-left: 15rem !important;
}

.u-mr-pc-15 {
  margin-right: 15rem !important;
}

.u-mx-pc-15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.u-my-pc-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.u-m-pc-15 {
  margin: 15rem !important;
}

.u-mt-pc-16 {
  margin-top: 16rem !important;
}

.u-mb-pc-16 {
  margin-bottom: 16rem !important;
}

.u-ml-pc-16 {
  margin-left: 16rem !important;
}

.u-mr-pc-16 {
  margin-right: 16rem !important;
}

.u-mx-pc-16 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.u-my-pc-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.u-m-pc-16 {
  margin: 16rem !important;
}

.u-mt-pc-17 {
  margin-top: 17rem !important;
}

.u-mb-pc-17 {
  margin-bottom: 17rem !important;
}

.u-ml-pc-17 {
  margin-left: 17rem !important;
}

.u-mr-pc-17 {
  margin-right: 17rem !important;
}

.u-mx-pc-17 {
  margin-left: 17rem !important;
  margin-right: 17rem !important;
}

.u-my-pc-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.u-m-pc-17 {
  margin: 17rem !important;
}

.u-mt-pc-18 {
  margin-top: 18rem !important;
}

.u-mb-pc-18 {
  margin-bottom: 18rem !important;
}

.u-ml-pc-18 {
  margin-left: 18rem !important;
}

.u-mr-pc-18 {
  margin-right: 18rem !important;
}

.u-mx-pc-18 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.u-my-pc-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.u-m-pc-18 {
  margin: 18rem !important;
}

.u-mt-pc-19 {
  margin-top: 19rem !important;
}

.u-mb-pc-19 {
  margin-bottom: 19rem !important;
}

.u-ml-pc-19 {
  margin-left: 19rem !important;
}

.u-mr-pc-19 {
  margin-right: 19rem !important;
}

.u-mx-pc-19 {
  margin-left: 19rem !important;
  margin-right: 19rem !important;
}

.u-my-pc-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.u-m-pc-19 {
  margin: 19rem !important;
}

.u-mt-pc-20 {
  margin-top: 20rem !important;
}

.u-mb-pc-20 {
  margin-bottom: 20rem !important;
}

.u-ml-pc-20 {
  margin-left: 20rem !important;
}

.u-mr-pc-20 {
  margin-right: 20rem !important;
}

.u-mx-pc-20 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.u-my-pc-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.u-m-pc-20 {
  margin: 20rem !important;
}

.u-mt-pc-21 {
  margin-top: 21rem !important;
}

.u-mb-pc-21 {
  margin-bottom: 21rem !important;
}

.u-ml-pc-21 {
  margin-left: 21rem !important;
}

.u-mr-pc-21 {
  margin-right: 21rem !important;
}

.u-mx-pc-21 {
  margin-left: 21rem !important;
  margin-right: 21rem !important;
}

.u-my-pc-21 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important;
}

.u-m-pc-21 {
  margin: 21rem !important;
}

.u-mt-pc-22 {
  margin-top: 22rem !important;
}

.u-mb-pc-22 {
  margin-bottom: 22rem !important;
}

.u-ml-pc-22 {
  margin-left: 22rem !important;
}

.u-mr-pc-22 {
  margin-right: 22rem !important;
}

.u-mx-pc-22 {
  margin-left: 22rem !important;
  margin-right: 22rem !important;
}

.u-my-pc-22 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

.u-m-pc-22 {
  margin: 22rem !important;
}

.u-mt-pc-23 {
  margin-top: 23rem !important;
}

.u-mb-pc-23 {
  margin-bottom: 23rem !important;
}

.u-ml-pc-23 {
  margin-left: 23rem !important;
}

.u-mr-pc-23 {
  margin-right: 23rem !important;
}

.u-mx-pc-23 {
  margin-left: 23rem !important;
  margin-right: 23rem !important;
}

.u-my-pc-23 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important;
}

.u-m-pc-23 {
  margin: 23rem !important;
}

.u-mt-pc-24 {
  margin-top: 24rem !important;
}

.u-mb-pc-24 {
  margin-bottom: 24rem !important;
}

.u-ml-pc-24 {
  margin-left: 24rem !important;
}

.u-mr-pc-24 {
  margin-right: 24rem !important;
}

.u-mx-pc-24 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

.u-my-pc-24 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.u-m-pc-24 {
  margin: 24rem !important;
}

.u-mt-pc-25 {
  margin-top: 25rem !important;
}

.u-mb-pc-25 {
  margin-bottom: 25rem !important;
}

.u-ml-pc-25 {
  margin-left: 25rem !important;
}

.u-mr-pc-25 {
  margin-right: 25rem !important;
}

.u-mx-pc-25 {
  margin-left: 25rem !important;
  margin-right: 25rem !important;
}

.u-my-pc-25 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.u-m-pc-25 {
  margin: 25rem !important;
}

.u-mt-pc-26 {
  margin-top: 26rem !important;
}

.u-mb-pc-26 {
  margin-bottom: 26rem !important;
}

.u-ml-pc-26 {
  margin-left: 26rem !important;
}

.u-mr-pc-26 {
  margin-right: 26rem !important;
}

.u-mx-pc-26 {
  margin-left: 26rem !important;
  margin-right: 26rem !important;
}

.u-my-pc-26 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important;
}

.u-m-pc-26 {
  margin: 26rem !important;
}

.u-mt-pc-27 {
  margin-top: 27rem !important;
}

.u-mb-pc-27 {
  margin-bottom: 27rem !important;
}

.u-ml-pc-27 {
  margin-left: 27rem !important;
}

.u-mr-pc-27 {
  margin-right: 27rem !important;
}

.u-mx-pc-27 {
  margin-left: 27rem !important;
  margin-right: 27rem !important;
}

.u-my-pc-27 {
  margin-top: 27rem !important;
  margin-bottom: 27rem !important;
}

.u-m-pc-27 {
  margin: 27rem !important;
}

.u-mt-pc-28 {
  margin-top: 28rem !important;
}

.u-mb-pc-28 {
  margin-bottom: 28rem !important;
}

.u-ml-pc-28 {
  margin-left: 28rem !important;
}

.u-mr-pc-28 {
  margin-right: 28rem !important;
}

.u-mx-pc-28 {
  margin-left: 28rem !important;
  margin-right: 28rem !important;
}

.u-my-pc-28 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important;
}

.u-m-pc-28 {
  margin: 28rem !important;
}

.u-mt-pc-29 {
  margin-top: 29rem !important;
}

.u-mb-pc-29 {
  margin-bottom: 29rem !important;
}

.u-ml-pc-29 {
  margin-left: 29rem !important;
}

.u-mr-pc-29 {
  margin-right: 29rem !important;
}

.u-mx-pc-29 {
  margin-left: 29rem !important;
  margin-right: 29rem !important;
}

.u-my-pc-29 {
  margin-top: 29rem !important;
  margin-bottom: 29rem !important;
}

.u-m-pc-29 {
  margin: 29rem !important;
}

.u-mt-pc-30 {
  margin-top: 30rem !important;
}

.u-mb-pc-30 {
  margin-bottom: 30rem !important;
}

.u-ml-pc-30 {
  margin-left: 30rem !important;
}

.u-mr-pc-30 {
  margin-right: 30rem !important;
}

.u-mx-pc-30 {
  margin-left: 30rem !important;
  margin-right: 30rem !important;
}

.u-my-pc-30 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.u-m-pc-30 {
  margin: 30rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sp-0 {
    margin-left: 0rem !important;
  }
  .u-mr-sp-0 {
    margin-right: 0rem !important;
  }
  .u-mx-sp-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .u-my-sp-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-m-sp-0 {
    margin: 0rem !important;
  }
  .u-mt-sp-1 {
    margin-top: 1rem !important;
  }
  .u-mb-sp-1 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sp-1 {
    margin-left: 1rem !important;
  }
  .u-mr-sp-1 {
    margin-right: 1rem !important;
  }
  .u-mx-sp-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .u-my-sp-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-m-sp-1 {
    margin: 1rem !important;
  }
  .u-mt-sp-2 {
    margin-top: 2rem !important;
  }
  .u-mb-sp-2 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sp-2 {
    margin-left: 2rem !important;
  }
  .u-mr-sp-2 {
    margin-right: 2rem !important;
  }
  .u-mx-sp-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .u-my-sp-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-m-sp-2 {
    margin: 2rem !important;
  }
  .u-mt-sp-3 {
    margin-top: 3rem !important;
  }
  .u-mb-sp-3 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sp-3 {
    margin-left: 3rem !important;
  }
  .u-mr-sp-3 {
    margin-right: 3rem !important;
  }
  .u-mx-sp-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .u-my-sp-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-m-sp-3 {
    margin: 3rem !important;
  }
  .u-mt-sp-4 {
    margin-top: 4rem !important;
  }
  .u-mb-sp-4 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sp-4 {
    margin-left: 4rem !important;
  }
  .u-mr-sp-4 {
    margin-right: 4rem !important;
  }
  .u-mx-sp-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .u-my-sp-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-m-sp-4 {
    margin: 4rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 5rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sp-5 {
    margin-left: 5rem !important;
  }
  .u-mr-sp-5 {
    margin-right: 5rem !important;
  }
  .u-mx-sp-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .u-my-sp-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-m-sp-5 {
    margin: 5rem !important;
  }
  .u-mt-sp-6 {
    margin-top: 6rem !important;
  }
  .u-mb-sp-6 {
    margin-bottom: 6rem !important;
  }
  .u-ml-sp-6 {
    margin-left: 6rem !important;
  }
  .u-mr-sp-6 {
    margin-right: 6rem !important;
  }
  .u-mx-sp-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .u-my-sp-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .u-m-sp-6 {
    margin: 6rem !important;
  }
  .u-mt-sp-7 {
    margin-top: 7rem !important;
  }
  .u-mb-sp-7 {
    margin-bottom: 7rem !important;
  }
  .u-ml-sp-7 {
    margin-left: 7rem !important;
  }
  .u-mr-sp-7 {
    margin-right: 7rem !important;
  }
  .u-mx-sp-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .u-my-sp-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .u-m-sp-7 {
    margin: 7rem !important;
  }
  .u-mt-sp-8 {
    margin-top: 8rem !important;
  }
  .u-mb-sp-8 {
    margin-bottom: 8rem !important;
  }
  .u-ml-sp-8 {
    margin-left: 8rem !important;
  }
  .u-mr-sp-8 {
    margin-right: 8rem !important;
  }
  .u-mx-sp-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .u-my-sp-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .u-m-sp-8 {
    margin: 8rem !important;
  }
  .u-mt-sp-9 {
    margin-top: 9rem !important;
  }
  .u-mb-sp-9 {
    margin-bottom: 9rem !important;
  }
  .u-ml-sp-9 {
    margin-left: 9rem !important;
  }
  .u-mr-sp-9 {
    margin-right: 9rem !important;
  }
  .u-mx-sp-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .u-my-sp-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .u-m-sp-9 {
    margin: 9rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 10rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 10rem !important;
  }
  .u-ml-sp-10 {
    margin-left: 10rem !important;
  }
  .u-mr-sp-10 {
    margin-right: 10rem !important;
  }
  .u-mx-sp-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .u-my-sp-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .u-m-sp-10 {
    margin: 10rem !important;
  }
  .u-mt-sp-11 {
    margin-top: 11rem !important;
  }
  .u-mb-sp-11 {
    margin-bottom: 11rem !important;
  }
  .u-ml-sp-11 {
    margin-left: 11rem !important;
  }
  .u-mr-sp-11 {
    margin-right: 11rem !important;
  }
  .u-mx-sp-11 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .u-my-sp-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .u-m-sp-11 {
    margin: 11rem !important;
  }
  .u-mt-sp-12 {
    margin-top: 12rem !important;
  }
  .u-mb-sp-12 {
    margin-bottom: 12rem !important;
  }
  .u-ml-sp-12 {
    margin-left: 12rem !important;
  }
  .u-mr-sp-12 {
    margin-right: 12rem !important;
  }
  .u-mx-sp-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .u-my-sp-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .u-m-sp-12 {
    margin: 12rem !important;
  }
  .u-mt-sp-13 {
    margin-top: 13rem !important;
  }
  .u-mb-sp-13 {
    margin-bottom: 13rem !important;
  }
  .u-ml-sp-13 {
    margin-left: 13rem !important;
  }
  .u-mr-sp-13 {
    margin-right: 13rem !important;
  }
  .u-mx-sp-13 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .u-my-sp-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .u-m-sp-13 {
    margin: 13rem !important;
  }
  .u-mt-sp-14 {
    margin-top: 14rem !important;
  }
  .u-mb-sp-14 {
    margin-bottom: 14rem !important;
  }
  .u-ml-sp-14 {
    margin-left: 14rem !important;
  }
  .u-mr-sp-14 {
    margin-right: 14rem !important;
  }
  .u-mx-sp-14 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .u-my-sp-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .u-m-sp-14 {
    margin: 14rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 15rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 15rem !important;
  }
  .u-ml-sp-15 {
    margin-left: 15rem !important;
  }
  .u-mr-sp-15 {
    margin-right: 15rem !important;
  }
  .u-mx-sp-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .u-my-sp-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .u-m-sp-15 {
    margin: 15rem !important;
  }
  .u-mt-sp-16 {
    margin-top: 16rem !important;
  }
  .u-mb-sp-16 {
    margin-bottom: 16rem !important;
  }
  .u-ml-sp-16 {
    margin-left: 16rem !important;
  }
  .u-mr-sp-16 {
    margin-right: 16rem !important;
  }
  .u-mx-sp-16 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .u-my-sp-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .u-m-sp-16 {
    margin: 16rem !important;
  }
  .u-mt-sp-17 {
    margin-top: 17rem !important;
  }
  .u-mb-sp-17 {
    margin-bottom: 17rem !important;
  }
  .u-ml-sp-17 {
    margin-left: 17rem !important;
  }
  .u-mr-sp-17 {
    margin-right: 17rem !important;
  }
  .u-mx-sp-17 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .u-my-sp-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .u-m-sp-17 {
    margin: 17rem !important;
  }
  .u-mt-sp-18 {
    margin-top: 18rem !important;
  }
  .u-mb-sp-18 {
    margin-bottom: 18rem !important;
  }
  .u-ml-sp-18 {
    margin-left: 18rem !important;
  }
  .u-mr-sp-18 {
    margin-right: 18rem !important;
  }
  .u-mx-sp-18 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .u-my-sp-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .u-m-sp-18 {
    margin: 18rem !important;
  }
  .u-mt-sp-19 {
    margin-top: 19rem !important;
  }
  .u-mb-sp-19 {
    margin-bottom: 19rem !important;
  }
  .u-ml-sp-19 {
    margin-left: 19rem !important;
  }
  .u-mr-sp-19 {
    margin-right: 19rem !important;
  }
  .u-mx-sp-19 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .u-my-sp-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .u-m-sp-19 {
    margin: 19rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 20rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 20rem !important;
  }
  .u-ml-sp-20 {
    margin-left: 20rem !important;
  }
  .u-mr-sp-20 {
    margin-right: 20rem !important;
  }
  .u-mx-sp-20 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .u-my-sp-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .u-m-sp-20 {
    margin: 20rem !important;
  }
  .u-mt-sp-21 {
    margin-top: 21rem !important;
  }
  .u-mb-sp-21 {
    margin-bottom: 21rem !important;
  }
  .u-ml-sp-21 {
    margin-left: 21rem !important;
  }
  .u-mr-sp-21 {
    margin-right: 21rem !important;
  }
  .u-mx-sp-21 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .u-my-sp-21 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .u-m-sp-21 {
    margin: 21rem !important;
  }
  .u-mt-sp-22 {
    margin-top: 22rem !important;
  }
  .u-mb-sp-22 {
    margin-bottom: 22rem !important;
  }
  .u-ml-sp-22 {
    margin-left: 22rem !important;
  }
  .u-mr-sp-22 {
    margin-right: 22rem !important;
  }
  .u-mx-sp-22 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .u-my-sp-22 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .u-m-sp-22 {
    margin: 22rem !important;
  }
  .u-mt-sp-23 {
    margin-top: 23rem !important;
  }
  .u-mb-sp-23 {
    margin-bottom: 23rem !important;
  }
  .u-ml-sp-23 {
    margin-left: 23rem !important;
  }
  .u-mr-sp-23 {
    margin-right: 23rem !important;
  }
  .u-mx-sp-23 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .u-my-sp-23 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .u-m-sp-23 {
    margin: 23rem !important;
  }
  .u-mt-sp-24 {
    margin-top: 24rem !important;
  }
  .u-mb-sp-24 {
    margin-bottom: 24rem !important;
  }
  .u-ml-sp-24 {
    margin-left: 24rem !important;
  }
  .u-mr-sp-24 {
    margin-right: 24rem !important;
  }
  .u-mx-sp-24 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .u-my-sp-24 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .u-m-sp-24 {
    margin: 24rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 25rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 25rem !important;
  }
  .u-ml-sp-25 {
    margin-left: 25rem !important;
  }
  .u-mr-sp-25 {
    margin-right: 25rem !important;
  }
  .u-mx-sp-25 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .u-my-sp-25 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .u-m-sp-25 {
    margin: 25rem !important;
  }
  .u-mt-sp-26 {
    margin-top: 26rem !important;
  }
  .u-mb-sp-26 {
    margin-bottom: 26rem !important;
  }
  .u-ml-sp-26 {
    margin-left: 26rem !important;
  }
  .u-mr-sp-26 {
    margin-right: 26rem !important;
  }
  .u-mx-sp-26 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .u-my-sp-26 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .u-m-sp-26 {
    margin: 26rem !important;
  }
  .u-mt-sp-27 {
    margin-top: 27rem !important;
  }
  .u-mb-sp-27 {
    margin-bottom: 27rem !important;
  }
  .u-ml-sp-27 {
    margin-left: 27rem !important;
  }
  .u-mr-sp-27 {
    margin-right: 27rem !important;
  }
  .u-mx-sp-27 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .u-my-sp-27 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .u-m-sp-27 {
    margin: 27rem !important;
  }
  .u-mt-sp-28 {
    margin-top: 28rem !important;
  }
  .u-mb-sp-28 {
    margin-bottom: 28rem !important;
  }
  .u-ml-sp-28 {
    margin-left: 28rem !important;
  }
  .u-mr-sp-28 {
    margin-right: 28rem !important;
  }
  .u-mx-sp-28 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .u-my-sp-28 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .u-m-sp-28 {
    margin: 28rem !important;
  }
  .u-mt-sp-29 {
    margin-top: 29rem !important;
  }
  .u-mb-sp-29 {
    margin-bottom: 29rem !important;
  }
  .u-ml-sp-29 {
    margin-left: 29rem !important;
  }
  .u-mr-sp-29 {
    margin-right: 29rem !important;
  }
  .u-mx-sp-29 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .u-my-sp-29 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .u-m-sp-29 {
    margin: 29rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 30rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 30rem !important;
  }
  .u-ml-sp-30 {
    margin-left: 30rem !important;
  }
  .u-mr-sp-30 {
    margin-right: 30rem !important;
  }
  .u-mx-sp-30 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .u-my-sp-30 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .u-m-sp-30 {
    margin: 30rem !important;
  }
}
.u-font-weight-normal {
  font-weight: 400 !important;
}

.u-font-weight-bold {
  font-weight: 700 !important;
}

.u-font-weight-medium {
  font-weight: 500 !important;
}

.u-font-weight-light {
  font-weight: 300 !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

@media (max-width: 767px) {
  .u-text-left--sp {
    text-align: left !important;
  }
  .u-text-center--sp {
    text-align: center !important;
  }
  .u-text-right--sp {
    text-align: right !important;
  }
  .u-text-justify--sp {
    text-align: justify !important;
  }
}
.u-pt-pc-0 {
  padding-top: 0rem !important;
}

.u-pb-pc-0 {
  padding-bottom: 0rem !important;
}

.u-pl-pc-0 {
  padding-left: 0rem !important;
}

.u-pr-pc-0 {
  padding-right: 0rem !important;
}

.u-px-pc-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-py-pc-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-p-pc-0 {
  padding: 0rem !important;
}

.u-pt-pc-1 {
  padding-top: 1rem !important;
}

.u-pb-pc-1 {
  padding-bottom: 1rem !important;
}

.u-pl-pc-1 {
  padding-left: 1rem !important;
}

.u-pr-pc-1 {
  padding-right: 1rem !important;
}

.u-px-pc-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-py-pc-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-p-pc-1 {
  padding: 1rem !important;
}

.u-pt-pc-2 {
  padding-top: 2rem !important;
}

.u-pb-pc-2 {
  padding-bottom: 2rem !important;
}

.u-pl-pc-2 {
  padding-left: 2rem !important;
}

.u-pr-pc-2 {
  padding-right: 2rem !important;
}

.u-px-pc-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-py-pc-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-p-pc-2 {
  padding: 2rem !important;
}

.u-pt-pc-3 {
  padding-top: 3rem !important;
}

.u-pb-pc-3 {
  padding-bottom: 3rem !important;
}

.u-pl-pc-3 {
  padding-left: 3rem !important;
}

.u-pr-pc-3 {
  padding-right: 3rem !important;
}

.u-px-pc-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-py-pc-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-p-pc-3 {
  padding: 3rem !important;
}

.u-pt-pc-4 {
  padding-top: 4rem !important;
}

.u-pb-pc-4 {
  padding-bottom: 4rem !important;
}

.u-pl-pc-4 {
  padding-left: 4rem !important;
}

.u-pr-pc-4 {
  padding-right: 4rem !important;
}

.u-px-pc-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-py-pc-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-p-pc-4 {
  padding: 4rem !important;
}

.u-pt-pc-5 {
  padding-top: 5rem !important;
}

.u-pb-pc-5 {
  padding-bottom: 5rem !important;
}

.u-pl-pc-5 {
  padding-left: 5rem !important;
}

.u-pr-pc-5 {
  padding-right: 5rem !important;
}

.u-px-pc-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.u-py-pc-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-p-pc-5 {
  padding: 5rem !important;
}

.u-pt-pc-6 {
  padding-top: 6rem !important;
}

.u-pb-pc-6 {
  padding-bottom: 6rem !important;
}

.u-pl-pc-6 {
  padding-left: 6rem !important;
}

.u-pr-pc-6 {
  padding-right: 6rem !important;
}

.u-px-pc-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.u-py-pc-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-p-pc-6 {
  padding: 6rem !important;
}

.u-pt-pc-7 {
  padding-top: 7rem !important;
}

.u-pb-pc-7 {
  padding-bottom: 7rem !important;
}

.u-pl-pc-7 {
  padding-left: 7rem !important;
}

.u-pr-pc-7 {
  padding-right: 7rem !important;
}

.u-px-pc-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.u-py-pc-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.u-p-pc-7 {
  padding: 7rem !important;
}

.u-pt-pc-8 {
  padding-top: 8rem !important;
}

.u-pb-pc-8 {
  padding-bottom: 8rem !important;
}

.u-pl-pc-8 {
  padding-left: 8rem !important;
}

.u-pr-pc-8 {
  padding-right: 8rem !important;
}

.u-px-pc-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.u-py-pc-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-p-pc-8 {
  padding: 8rem !important;
}

.u-pt-pc-9 {
  padding-top: 9rem !important;
}

.u-pb-pc-9 {
  padding-bottom: 9rem !important;
}

.u-pl-pc-9 {
  padding-left: 9rem !important;
}

.u-pr-pc-9 {
  padding-right: 9rem !important;
}

.u-px-pc-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.u-py-pc-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.u-p-pc-9 {
  padding: 9rem !important;
}

.u-pt-pc-10 {
  padding-top: 10rem !important;
}

.u-pb-pc-10 {
  padding-bottom: 10rem !important;
}

.u-pl-pc-10 {
  padding-left: 10rem !important;
}

.u-pr-pc-10 {
  padding-right: 10rem !important;
}

.u-px-pc-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.u-py-pc-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-p-pc-10 {
  padding: 10rem !important;
}

.u-pt-pc-11 {
  padding-top: 11rem !important;
}

.u-pb-pc-11 {
  padding-bottom: 11rem !important;
}

.u-pl-pc-11 {
  padding-left: 11rem !important;
}

.u-pr-pc-11 {
  padding-right: 11rem !important;
}

.u-px-pc-11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.u-py-pc-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.u-p-pc-11 {
  padding: 11rem !important;
}

.u-pt-pc-12 {
  padding-top: 12rem !important;
}

.u-pb-pc-12 {
  padding-bottom: 12rem !important;
}

.u-pl-pc-12 {
  padding-left: 12rem !important;
}

.u-pr-pc-12 {
  padding-right: 12rem !important;
}

.u-px-pc-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.u-py-pc-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.u-p-pc-12 {
  padding: 12rem !important;
}

.u-pt-pc-13 {
  padding-top: 13rem !important;
}

.u-pb-pc-13 {
  padding-bottom: 13rem !important;
}

.u-pl-pc-13 {
  padding-left: 13rem !important;
}

.u-pr-pc-13 {
  padding-right: 13rem !important;
}

.u-px-pc-13 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.u-py-pc-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.u-p-pc-13 {
  padding: 13rem !important;
}

.u-pt-pc-14 {
  padding-top: 14rem !important;
}

.u-pb-pc-14 {
  padding-bottom: 14rem !important;
}

.u-pl-pc-14 {
  padding-left: 14rem !important;
}

.u-pr-pc-14 {
  padding-right: 14rem !important;
}

.u-px-pc-14 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.u-py-pc-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.u-p-pc-14 {
  padding: 14rem !important;
}

.u-pt-pc-15 {
  padding-top: 15rem !important;
}

.u-pb-pc-15 {
  padding-bottom: 15rem !important;
}

.u-pl-pc-15 {
  padding-left: 15rem !important;
}

.u-pr-pc-15 {
  padding-right: 15rem !important;
}

.u-px-pc-15 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.u-py-pc-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.u-p-pc-15 {
  padding: 15rem !important;
}

.u-pt-pc-16 {
  padding-top: 16rem !important;
}

.u-pb-pc-16 {
  padding-bottom: 16rem !important;
}

.u-pl-pc-16 {
  padding-left: 16rem !important;
}

.u-pr-pc-16 {
  padding-right: 16rem !important;
}

.u-px-pc-16 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.u-py-pc-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.u-p-pc-16 {
  padding: 16rem !important;
}

.u-pt-pc-17 {
  padding-top: 17rem !important;
}

.u-pb-pc-17 {
  padding-bottom: 17rem !important;
}

.u-pl-pc-17 {
  padding-left: 17rem !important;
}

.u-pr-pc-17 {
  padding-right: 17rem !important;
}

.u-px-pc-17 {
  padding-left: 17rem !important;
  padding-right: 17rem !important;
}

.u-py-pc-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.u-p-pc-17 {
  padding: 17rem !important;
}

.u-pt-pc-18 {
  padding-top: 18rem !important;
}

.u-pb-pc-18 {
  padding-bottom: 18rem !important;
}

.u-pl-pc-18 {
  padding-left: 18rem !important;
}

.u-pr-pc-18 {
  padding-right: 18rem !important;
}

.u-px-pc-18 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.u-py-pc-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.u-p-pc-18 {
  padding: 18rem !important;
}

.u-pt-pc-19 {
  padding-top: 19rem !important;
}

.u-pb-pc-19 {
  padding-bottom: 19rem !important;
}

.u-pl-pc-19 {
  padding-left: 19rem !important;
}

.u-pr-pc-19 {
  padding-right: 19rem !important;
}

.u-px-pc-19 {
  padding-left: 19rem !important;
  padding-right: 19rem !important;
}

.u-py-pc-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.u-p-pc-19 {
  padding: 19rem !important;
}

.u-pt-pc-20 {
  padding-top: 20rem !important;
}

.u-pb-pc-20 {
  padding-bottom: 20rem !important;
}

.u-pl-pc-20 {
  padding-left: 20rem !important;
}

.u-pr-pc-20 {
  padding-right: 20rem !important;
}

.u-px-pc-20 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.u-py-pc-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.u-p-pc-20 {
  padding: 20rem !important;
}

.u-pt-pc-21 {
  padding-top: 21rem !important;
}

.u-pb-pc-21 {
  padding-bottom: 21rem !important;
}

.u-pl-pc-21 {
  padding-left: 21rem !important;
}

.u-pr-pc-21 {
  padding-right: 21rem !important;
}

.u-px-pc-21 {
  padding-left: 21rem !important;
  padding-right: 21rem !important;
}

.u-py-pc-21 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

.u-p-pc-21 {
  padding: 21rem !important;
}

.u-pt-pc-22 {
  padding-top: 22rem !important;
}

.u-pb-pc-22 {
  padding-bottom: 22rem !important;
}

.u-pl-pc-22 {
  padding-left: 22rem !important;
}

.u-pr-pc-22 {
  padding-right: 22rem !important;
}

.u-px-pc-22 {
  padding-left: 22rem !important;
  padding-right: 22rem !important;
}

.u-py-pc-22 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

.u-p-pc-22 {
  padding: 22rem !important;
}

.u-pt-pc-23 {
  padding-top: 23rem !important;
}

.u-pb-pc-23 {
  padding-bottom: 23rem !important;
}

.u-pl-pc-23 {
  padding-left: 23rem !important;
}

.u-pr-pc-23 {
  padding-right: 23rem !important;
}

.u-px-pc-23 {
  padding-left: 23rem !important;
  padding-right: 23rem !important;
}

.u-py-pc-23 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important;
}

.u-p-pc-23 {
  padding: 23rem !important;
}

.u-pt-pc-24 {
  padding-top: 24rem !important;
}

.u-pb-pc-24 {
  padding-bottom: 24rem !important;
}

.u-pl-pc-24 {
  padding-left: 24rem !important;
}

.u-pr-pc-24 {
  padding-right: 24rem !important;
}

.u-px-pc-24 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.u-py-pc-24 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.u-p-pc-24 {
  padding: 24rem !important;
}

.u-pt-pc-25 {
  padding-top: 25rem !important;
}

.u-pb-pc-25 {
  padding-bottom: 25rem !important;
}

.u-pl-pc-25 {
  padding-left: 25rem !important;
}

.u-pr-pc-25 {
  padding-right: 25rem !important;
}

.u-px-pc-25 {
  padding-left: 25rem !important;
  padding-right: 25rem !important;
}

.u-py-pc-25 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

.u-p-pc-25 {
  padding: 25rem !important;
}

.u-pt-pc-26 {
  padding-top: 26rem !important;
}

.u-pb-pc-26 {
  padding-bottom: 26rem !important;
}

.u-pl-pc-26 {
  padding-left: 26rem !important;
}

.u-pr-pc-26 {
  padding-right: 26rem !important;
}

.u-px-pc-26 {
  padding-left: 26rem !important;
  padding-right: 26rem !important;
}

.u-py-pc-26 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important;
}

.u-p-pc-26 {
  padding: 26rem !important;
}

.u-pt-pc-27 {
  padding-top: 27rem !important;
}

.u-pb-pc-27 {
  padding-bottom: 27rem !important;
}

.u-pl-pc-27 {
  padding-left: 27rem !important;
}

.u-pr-pc-27 {
  padding-right: 27rem !important;
}

.u-px-pc-27 {
  padding-left: 27rem !important;
  padding-right: 27rem !important;
}

.u-py-pc-27 {
  padding-top: 27rem !important;
  padding-bottom: 27rem !important;
}

.u-p-pc-27 {
  padding: 27rem !important;
}

.u-pt-pc-28 {
  padding-top: 28rem !important;
}

.u-pb-pc-28 {
  padding-bottom: 28rem !important;
}

.u-pl-pc-28 {
  padding-left: 28rem !important;
}

.u-pr-pc-28 {
  padding-right: 28rem !important;
}

.u-px-pc-28 {
  padding-left: 28rem !important;
  padding-right: 28rem !important;
}

.u-py-pc-28 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important;
}

.u-p-pc-28 {
  padding: 28rem !important;
}

.u-pt-pc-29 {
  padding-top: 29rem !important;
}

.u-pb-pc-29 {
  padding-bottom: 29rem !important;
}

.u-pl-pc-29 {
  padding-left: 29rem !important;
}

.u-pr-pc-29 {
  padding-right: 29rem !important;
}

.u-px-pc-29 {
  padding-left: 29rem !important;
  padding-right: 29rem !important;
}

.u-py-pc-29 {
  padding-top: 29rem !important;
  padding-bottom: 29rem !important;
}

.u-p-pc-29 {
  padding: 29rem !important;
}

.u-pt-pc-30 {
  padding-top: 30rem !important;
}

.u-pb-pc-30 {
  padding-bottom: 30rem !important;
}

.u-pl-pc-30 {
  padding-left: 30rem !important;
}

.u-pr-pc-30 {
  padding-right: 30rem !important;
}

.u-px-pc-30 {
  padding-left: 30rem !important;
  padding-right: 30rem !important;
}

.u-py-pc-30 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

.u-p-pc-30 {
  padding: 30rem !important;
}

@media screen and (max-width: 767px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-sp-0 {
    padding-left: 0rem !important;
  }
  .u-pr-sp-0 {
    padding-right: 0rem !important;
  }
  .u-px-sp-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-py-sp-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-p-sp-0 {
    padding: 0rem !important;
  }
  .u-pt-sp-1 {
    padding-top: 1rem !important;
  }
  .u-pb-sp-1 {
    padding-bottom: 1rem !important;
  }
  .u-pl-sp-1 {
    padding-left: 1rem !important;
  }
  .u-pr-sp-1 {
    padding-right: 1rem !important;
  }
  .u-px-sp-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .u-py-sp-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .u-p-sp-1 {
    padding: 1rem !important;
  }
  .u-pt-sp-2 {
    padding-top: 2rem !important;
  }
  .u-pb-sp-2 {
    padding-bottom: 2rem !important;
  }
  .u-pl-sp-2 {
    padding-left: 2rem !important;
  }
  .u-pr-sp-2 {
    padding-right: 2rem !important;
  }
  .u-px-sp-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .u-py-sp-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .u-p-sp-2 {
    padding: 2rem !important;
  }
  .u-pt-sp-3 {
    padding-top: 3rem !important;
  }
  .u-pb-sp-3 {
    padding-bottom: 3rem !important;
  }
  .u-pl-sp-3 {
    padding-left: 3rem !important;
  }
  .u-pr-sp-3 {
    padding-right: 3rem !important;
  }
  .u-px-sp-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .u-py-sp-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .u-p-sp-3 {
    padding: 3rem !important;
  }
  .u-pt-sp-4 {
    padding-top: 4rem !important;
  }
  .u-pb-sp-4 {
    padding-bottom: 4rem !important;
  }
  .u-pl-sp-4 {
    padding-left: 4rem !important;
  }
  .u-pr-sp-4 {
    padding-right: 4rem !important;
  }
  .u-px-sp-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .u-py-sp-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .u-p-sp-4 {
    padding: 4rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 5rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 5rem !important;
  }
  .u-pl-sp-5 {
    padding-left: 5rem !important;
  }
  .u-pr-sp-5 {
    padding-right: 5rem !important;
  }
  .u-px-sp-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-py-sp-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-p-sp-5 {
    padding: 5rem !important;
  }
  .u-pt-sp-6 {
    padding-top: 6rem !important;
  }
  .u-pb-sp-6 {
    padding-bottom: 6rem !important;
  }
  .u-pl-sp-6 {
    padding-left: 6rem !important;
  }
  .u-pr-sp-6 {
    padding-right: 6rem !important;
  }
  .u-px-sp-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .u-py-sp-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .u-p-sp-6 {
    padding: 6rem !important;
  }
  .u-pt-sp-7 {
    padding-top: 7rem !important;
  }
  .u-pb-sp-7 {
    padding-bottom: 7rem !important;
  }
  .u-pl-sp-7 {
    padding-left: 7rem !important;
  }
  .u-pr-sp-7 {
    padding-right: 7rem !important;
  }
  .u-px-sp-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .u-py-sp-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .u-p-sp-7 {
    padding: 7rem !important;
  }
  .u-pt-sp-8 {
    padding-top: 8rem !important;
  }
  .u-pb-sp-8 {
    padding-bottom: 8rem !important;
  }
  .u-pl-sp-8 {
    padding-left: 8rem !important;
  }
  .u-pr-sp-8 {
    padding-right: 8rem !important;
  }
  .u-px-sp-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .u-py-sp-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .u-p-sp-8 {
    padding: 8rem !important;
  }
  .u-pt-sp-9 {
    padding-top: 9rem !important;
  }
  .u-pb-sp-9 {
    padding-bottom: 9rem !important;
  }
  .u-pl-sp-9 {
    padding-left: 9rem !important;
  }
  .u-pr-sp-9 {
    padding-right: 9rem !important;
  }
  .u-px-sp-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .u-py-sp-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .u-p-sp-9 {
    padding: 9rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 10rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 10rem !important;
  }
  .u-pl-sp-10 {
    padding-left: 10rem !important;
  }
  .u-pr-sp-10 {
    padding-right: 10rem !important;
  }
  .u-px-sp-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .u-py-sp-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .u-p-sp-10 {
    padding: 10rem !important;
  }
  .u-pt-sp-11 {
    padding-top: 11rem !important;
  }
  .u-pb-sp-11 {
    padding-bottom: 11rem !important;
  }
  .u-pl-sp-11 {
    padding-left: 11rem !important;
  }
  .u-pr-sp-11 {
    padding-right: 11rem !important;
  }
  .u-px-sp-11 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .u-py-sp-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .u-p-sp-11 {
    padding: 11rem !important;
  }
  .u-pt-sp-12 {
    padding-top: 12rem !important;
  }
  .u-pb-sp-12 {
    padding-bottom: 12rem !important;
  }
  .u-pl-sp-12 {
    padding-left: 12rem !important;
  }
  .u-pr-sp-12 {
    padding-right: 12rem !important;
  }
  .u-px-sp-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .u-py-sp-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .u-p-sp-12 {
    padding: 12rem !important;
  }
  .u-pt-sp-13 {
    padding-top: 13rem !important;
  }
  .u-pb-sp-13 {
    padding-bottom: 13rem !important;
  }
  .u-pl-sp-13 {
    padding-left: 13rem !important;
  }
  .u-pr-sp-13 {
    padding-right: 13rem !important;
  }
  .u-px-sp-13 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .u-py-sp-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .u-p-sp-13 {
    padding: 13rem !important;
  }
  .u-pt-sp-14 {
    padding-top: 14rem !important;
  }
  .u-pb-sp-14 {
    padding-bottom: 14rem !important;
  }
  .u-pl-sp-14 {
    padding-left: 14rem !important;
  }
  .u-pr-sp-14 {
    padding-right: 14rem !important;
  }
  .u-px-sp-14 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .u-py-sp-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .u-p-sp-14 {
    padding: 14rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 15rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 15rem !important;
  }
  .u-pl-sp-15 {
    padding-left: 15rem !important;
  }
  .u-pr-sp-15 {
    padding-right: 15rem !important;
  }
  .u-px-sp-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .u-py-sp-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .u-p-sp-15 {
    padding: 15rem !important;
  }
  .u-pt-sp-16 {
    padding-top: 16rem !important;
  }
  .u-pb-sp-16 {
    padding-bottom: 16rem !important;
  }
  .u-pl-sp-16 {
    padding-left: 16rem !important;
  }
  .u-pr-sp-16 {
    padding-right: 16rem !important;
  }
  .u-px-sp-16 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .u-py-sp-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .u-p-sp-16 {
    padding: 16rem !important;
  }
  .u-pt-sp-17 {
    padding-top: 17rem !important;
  }
  .u-pb-sp-17 {
    padding-bottom: 17rem !important;
  }
  .u-pl-sp-17 {
    padding-left: 17rem !important;
  }
  .u-pr-sp-17 {
    padding-right: 17rem !important;
  }
  .u-px-sp-17 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .u-py-sp-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .u-p-sp-17 {
    padding: 17rem !important;
  }
  .u-pt-sp-18 {
    padding-top: 18rem !important;
  }
  .u-pb-sp-18 {
    padding-bottom: 18rem !important;
  }
  .u-pl-sp-18 {
    padding-left: 18rem !important;
  }
  .u-pr-sp-18 {
    padding-right: 18rem !important;
  }
  .u-px-sp-18 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .u-py-sp-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .u-p-sp-18 {
    padding: 18rem !important;
  }
  .u-pt-sp-19 {
    padding-top: 19rem !important;
  }
  .u-pb-sp-19 {
    padding-bottom: 19rem !important;
  }
  .u-pl-sp-19 {
    padding-left: 19rem !important;
  }
  .u-pr-sp-19 {
    padding-right: 19rem !important;
  }
  .u-px-sp-19 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .u-py-sp-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .u-p-sp-19 {
    padding: 19rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 20rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 20rem !important;
  }
  .u-pl-sp-20 {
    padding-left: 20rem !important;
  }
  .u-pr-sp-20 {
    padding-right: 20rem !important;
  }
  .u-px-sp-20 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .u-py-sp-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .u-p-sp-20 {
    padding: 20rem !important;
  }
  .u-pt-sp-21 {
    padding-top: 21rem !important;
  }
  .u-pb-sp-21 {
    padding-bottom: 21rem !important;
  }
  .u-pl-sp-21 {
    padding-left: 21rem !important;
  }
  .u-pr-sp-21 {
    padding-right: 21rem !important;
  }
  .u-px-sp-21 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .u-py-sp-21 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .u-p-sp-21 {
    padding: 21rem !important;
  }
  .u-pt-sp-22 {
    padding-top: 22rem !important;
  }
  .u-pb-sp-22 {
    padding-bottom: 22rem !important;
  }
  .u-pl-sp-22 {
    padding-left: 22rem !important;
  }
  .u-pr-sp-22 {
    padding-right: 22rem !important;
  }
  .u-px-sp-22 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .u-py-sp-22 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .u-p-sp-22 {
    padding: 22rem !important;
  }
  .u-pt-sp-23 {
    padding-top: 23rem !important;
  }
  .u-pb-sp-23 {
    padding-bottom: 23rem !important;
  }
  .u-pl-sp-23 {
    padding-left: 23rem !important;
  }
  .u-pr-sp-23 {
    padding-right: 23rem !important;
  }
  .u-px-sp-23 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .u-py-sp-23 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .u-p-sp-23 {
    padding: 23rem !important;
  }
  .u-pt-sp-24 {
    padding-top: 24rem !important;
  }
  .u-pb-sp-24 {
    padding-bottom: 24rem !important;
  }
  .u-pl-sp-24 {
    padding-left: 24rem !important;
  }
  .u-pr-sp-24 {
    padding-right: 24rem !important;
  }
  .u-px-sp-24 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .u-py-sp-24 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .u-p-sp-24 {
    padding: 24rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 25rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 25rem !important;
  }
  .u-pl-sp-25 {
    padding-left: 25rem !important;
  }
  .u-pr-sp-25 {
    padding-right: 25rem !important;
  }
  .u-px-sp-25 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .u-py-sp-25 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .u-p-sp-25 {
    padding: 25rem !important;
  }
  .u-pt-sp-26 {
    padding-top: 26rem !important;
  }
  .u-pb-sp-26 {
    padding-bottom: 26rem !important;
  }
  .u-pl-sp-26 {
    padding-left: 26rem !important;
  }
  .u-pr-sp-26 {
    padding-right: 26rem !important;
  }
  .u-px-sp-26 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .u-py-sp-26 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .u-p-sp-26 {
    padding: 26rem !important;
  }
  .u-pt-sp-27 {
    padding-top: 27rem !important;
  }
  .u-pb-sp-27 {
    padding-bottom: 27rem !important;
  }
  .u-pl-sp-27 {
    padding-left: 27rem !important;
  }
  .u-pr-sp-27 {
    padding-right: 27rem !important;
  }
  .u-px-sp-27 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .u-py-sp-27 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .u-p-sp-27 {
    padding: 27rem !important;
  }
  .u-pt-sp-28 {
    padding-top: 28rem !important;
  }
  .u-pb-sp-28 {
    padding-bottom: 28rem !important;
  }
  .u-pl-sp-28 {
    padding-left: 28rem !important;
  }
  .u-pr-sp-28 {
    padding-right: 28rem !important;
  }
  .u-px-sp-28 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .u-py-sp-28 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .u-p-sp-28 {
    padding: 28rem !important;
  }
  .u-pt-sp-29 {
    padding-top: 29rem !important;
  }
  .u-pb-sp-29 {
    padding-bottom: 29rem !important;
  }
  .u-pl-sp-29 {
    padding-left: 29rem !important;
  }
  .u-pr-sp-29 {
    padding-right: 29rem !important;
  }
  .u-px-sp-29 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .u-py-sp-29 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .u-p-sp-29 {
    padding: 29rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 30rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 30rem !important;
  }
  .u-pl-sp-30 {
    padding-left: 30rem !important;
  }
  .u-pr-sp-30 {
    padding-right: 30rem !important;
  }
  .u-px-sp-30 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .u-py-sp-30 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .u-p-sp-30 {
    padding: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .c-hover {
    transition: opacity 0.3s;
  }
  .c-hover:hover {
    opacity: 0.6;
  }
}
.c-btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #07161F;
  height: 5.8rem;
  min-width: 16.3rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  border: 0.2rem solid #07161F;
  font-weight: 500;
}

.c-icon-arrow-down::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.c-icon-arrow-right::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-right.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.c-inner {
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding-inline: 1rem;
  }
}

.c-top {
  overflow-x: clip;
}

.c-ttl-primary__label {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-ttl-primary__label {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.c-ttl-primary__title {
  font-size: 2.8rem;
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-ttl-primary__title {
    font-size: 2.4rem;
  }
}
.c-ttl-primary__desc {
  font-size: 1.6rem;
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.c-mv {
  background: linear-gradient(100.64deg, #D2E8FF 2.58%, #EBF5FF 20.88%, #FAFCFF 67.23%);
  min-height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv {
    min-height: 18.4rem;
    padding-block: 4rem;
  }
}
.c-mv__title {
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 2.4rem;
  }
}
.c-mv__lead {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.c-mv__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 140rem;
  height: 100%;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-mv-low {
  background: linear-gradient(100.64deg, #D2E8FF 2.58%, #EBF5FF 20.88%, #FAFCFF 67.23%);
  height: 24rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv-low {
    height: auto;
    padding: 4rem 0;
  }
}
.c-mv-low__title {
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-mv-low__title {
    font-size: 2.4rem;
  }
}

.xsmall {
  font-size: 1.6rem !important;
}

.s-contact {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .s-contact {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.s-contact__wave {
  position: absolute;
  top: 23rem;
  left: calc(50% - 82rem);
  width: 170rem;
  max-width: inherit;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .s-contact__wave {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.s-contact__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-contact__content {
    order: 2;
  }
}
.s-contact__content-wrapper {
  display: grid;
  grid-template-columns: 47.5rem auto;
  gap: 8.5rem;
  align-items: center;
  padding-block: 7.6rem;
  padding-inline: 12rem;
  background: #07161F;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .s-contact__content-wrapper {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-block: 3.2rem;
    padding-inline: 2.4rem;
  }
}
.s-contact__content-wrapper * {
  color: #fff;
}
.s-contact__img {
  padding-inline: 1.1rem;
}
@media screen and (max-width: 767px) {
  .s-contact__img {
    order: 1;
  }
}
.s-contact__title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .s-contact__title {
    font-size: 2rem;
    font-weight: 500;
  }
}
.s-contact__desc {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .s-contact__desc {
    margin-top: 1.5rem;
  }
}
.s-contact__actions {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .s-contact__actions {
    margin-top: 2.4rem;
    display: grid;
    gap: 2.4rem;
  }
}
.s-contact__actions .c-btn-primary {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-contact__actions .c-btn-primary {
    width: 100%;
  }
}
.s-contact__btn-dl {
  background: #FEFEFE;
  color: #0E1726;
}
@media screen and (max-width: 767px) {
  .s-contact__btn-dl {
    height: 4.6rem;
    overflow: hidden;
  }
}
.s-contact__btn-contact {
  border: 1px solid #fff;
  min-width: 13.3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-contact__btn-contact {
    height: 4.6rem;
    overflow: hidden;
  }
}

.c-page-header {
  width: 100%;
  height: 44rem;
  display: flex;
  align-items: center;
  padding-inline: 12rem;
  padding-bottom: 4rem;
  position: relative;
  background: linear-gradient(120deg, #d2e8ff, #ebf5ff 20%, #fafcff);
}
@media screen and (max-width: 767px) {
  .c-page-header {
    height: 27rem;
    padding-inline: 1rem;
    padding-bottom: 6rem;
  }
}
.c-page-header__inner {
  width: 120rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.c-page-header__heading {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-header__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.c-page-header__heading--xl {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .c-page-header__heading--xl {
    font-size: 2.4rem;
  }
}
.c-page-header__heading--mb0 {
  margin-bottom: 0;
}
.c-page-header__desc {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page-header__desc {
    line-height: 1.7;
  }
}
.c-page-header__image {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-page-header__image {
    display: none;
  }
}
.c-page-header__image--partner {
  height: 100%;
  right: calc(50% - 58rem);
  bottom: 0;
}
.c-page-header__image--partner img {
  width: auto;
  max-height: 100%;
}
.c-page-header__image--case {
  height: 100%;
  right: 2rem;
  bottom: 0;
}
.c-page-header__image--case img {
  width: auto;
  max-height: 100%;
}
.c-page-header__image--device {
  height: 29.1rem;
  bottom: 0;
  right: calc(50% - 60rem);
}
.c-page-header__image--device img {
  width: auto;
  max-height: 100%;
}
.c-page-header .c-header-tab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-page-header:has(.c-header-tab) {
  border-bottom: solid 1px var(--font-color);
}
.c-page-header--h-md {
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .c-page-header--h-md {
    padding-block: 4rem;
    height: auto;
  }
}
.c-page-header--h-small {
  height: 24rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-page-header--h-small {
    height: auto;
    min-height: 8rem;
    padding-block: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header--mobile-pb0 {
    padding-bottom: 0;
  }
}

.c-header-tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-header-tab {
    gap: 1.6rem;
  }
}
.c-header-tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  min-width: 32rem;
  height: 7.8rem;
  border-radius: 1rem 1rem 0 0/1rem 1rem 0 0;
  border: solid 1px var(--font-color);
  border-bottom: none;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-header-tab__item {
    min-width: 15rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.c-header-tab__item--current {
  color: white;
  background-color: var(--font-color);
}

.c-news-item {
  display: grid;
  grid-template-columns: 26.4rem 1fr;
  overflow: hidden;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.8rem 0.1rem rgba(128, 128, 128, 0.2078431373);
}
@media screen and (max-width: 767px) {
  .c-news-item {
    grid-template-columns: 1fr;
  }
}
.c-news-item__body {
  align-self: center;
  padding: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-news-item__body {
    padding-inline: 1.6rem;
  }
}
.c-news-item__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 0.8rem;
}
.c-news-item__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-news-item__categories a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.8rem;
  height: 2.5rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  padding-inline: 1.5rem;
  color: white;
}
.c-news-item__date {
  font-size: 1.2rem;
  color: #0e1726;
  opacity: 0.5;
}
.c-news-item__title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    font-size: 1.4rem;
  }
}

.c-post-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 6rem;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-post-pager {
    gap: 1rem;
  }
}
.c-post-pager__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1/1;
  border: solid 1px #e9e9e9;
  border-radius: 0.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-post-pager__item {
    width: 3.5rem;
    font-size: 1.4rem;
  }
}
.c-post-pager__item.is--active {
  border-color: #3c6eb5;
  color: #3c6eb5;
  background-color: #f4fafd;
}
.c-post-pager__item.is--dot {
  border: none;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-pager__item.is--dot {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post-pager__item.is--prev {
    border: none;
    width: 2rem;
  }
}
.c-post-pager__item.is--prev img {
  width: 0.8rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-post-pager__item.is--next {
    width: 2rem;
    border: none;
  }
}
.c-post-pager__item.is--next img {
  width: 0.8rem;
}
.c-post-pager__item.is--deactive {
  pointer-events: none;
  opacity: 0.3;
  border: none;
}

.c-a-news-side__inner {
  background-color: #f2f6fb;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-a-news-side__inner {
    padding: 1.6rem;
  }
}
.c-a-news-side__heading {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-a-news-side__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-a-news-side__collapse {
  margin-top: 2.5rem;
}
.c-a-news-side__collapse-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-a-news-side__collapse-toggle {
    display: block;
    width: 2rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: var(--font-color);
    position: relative;
  }
  .c-a-news-side__collapse-toggle::before, .c-a-news-side__collapse-toggle::after {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    background-color: #f2f6fb;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform 0.3s;
  }
  .c-a-news-side__collapse-toggle::before {
    transform: translate(-50%, -50%);
  }
  .c-a-news-side__collapse-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.c-a-news-side__collapse-toggle.is-active::after {
  transform: translate(-50%, -50%);
}
.c-a-news-side__child-heading {
  color: #686868;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.c-a-news-side__search-inner {
  display: grid;
  grid-template-columns: 1fr 4rem;
  height: 4rem;
}
.c-a-news-side__search-input {
  padding-inline: 1.2rem;
  border-radius: 0.6rem 0 0 0.6rem/0.6rem 0 0 0.6rem;
  border: solid 1px #cbd5e1;
  border-right: none;
  font-size: 1.6rem;
}
.c-a-news-side__search-input::-moz-placeholder {
  color: #686868;
}
.c-a-news-side__search-input::placeholder {
  color: #686868;
}
.c-a-news-side__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 0 0.6rem 0.6rem 0/0 0.6rem 0.6rem 0;
  background-color: var(--font-color);
}
.c-a-news-side__search-btn img {
  width: 2.4rem;
}
.c-a-news-side__content-wrapper {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #ececec;
}
.c-a-news-side__content-wrapper:last-child {
  margin-bottom: 0;
}
.c-a-news-side__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-left: 1.6rem;
}

.c-card {
  display: grid;
  grid-template-columns: 40rem 1fr;
  overflow: hidden;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.5rem 0.1rem rgba(128, 128, 128, 0.1960784314);
  min-height: 26rem;
}
@media screen and (max-width: 767px) {
  .c-card {
    grid-template-columns: 1fr;
  }
}
.c-card__thumbnail {
  position: relative;
}
.c-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card__body {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 2rem;
  padding-block: 3.2rem;
  padding-inline: 1.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    grid-template-columns: 1fr;
    padding: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.c-card__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__info {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-card__info-logo {
    width: 10.4rem;
  }
}
.c-card__info-text {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1.6rem;
}
.c-card__tags-wrapper {
  position: relative;
}
.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-card__tags::after {
  content: "";
  width: 13rem;
}
.c-card__tags-item {
  padding: 0.4rem 0.8rem;
  background-color: rgba(233, 233, 233, 0.5019607843);
  color: #686868;
  font-size: 1.4rem;
}
.c-card__more-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card__more-text {
    text-align: center;
    justify-content: center;
  }
}
.c-card__more-text img {
  width: 1.3rem;
}

.c-over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-breadcrumb {
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1rem;
  width: 120rem;
  max-width: 100%;
  margin-inline: auto;
}
.c-breadcrumb__item {
  font-size: 1.2rem;
}
.c-breadcrumb__link-name {
  text-decoration: underline;
}

.c-annotation {
  color: #ff3053;
}

.c-plan__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 11.2rem;
}
@media screen and (max-width: 767px) {
  .c-plan__items {
    margin-top: 4rem;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.c-plan__item {
  position: relative;
  background: #fff;
  padding: 4rem 2.4rem;
  border-radius: 1.6rem;
  border: 0.3rem solid #D8A936;
  box-shadow: 0 0 0.8rem 0 rgba(128, 128, 128, 0.4);
}
@media screen and (max-width: 767px) {
  .c-plan__item {
    padding: 2.4rem;
  }
}
.c-plan__item--talk-enterprise {
  border-color: #5CA917;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-plan__item--talk-enterprise {
    margin-top: 4.8rem;
  }
}
.c-plan__item--livecast-enterprise {
  border-color: #5171CB;
}
.c-plan__recommend {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  width: calc(100% + 0.6rem);
  height: 4.8rem;
  background: #5CA917;
  border-radius: 1.6rem 1.6rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.c-plan__hgroup {
  text-align: center;
  color: #D6850D;
}
@media screen and (max-width: 767px) {
  .c-plan__caption {
    letter-spacing: 0.1em;
  }
}
.c-plan__caption--talk-enterprise {
  color: #5CA917;
}
.c-plan__caption--livecast-enterprise {
  color: #5171CB;
}
@media screen and (max-width: 767px) {
  .c-plan__name {
    font-size: 2rem;
  }
}
.c-plan__name--talk-enterprise {
  color: #5CA917;
}
.c-plan__name--livecast-enterprise {
  color: #5171CB;
}
.c-plan__name {
  font-size: 2.4rem;
  font-weight: 500;
}
.c-plan__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
  margin-top: 0.7rem;
}
.c-plan__price-num {
  font-size: 5.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-plan__price-num {
    font-size: 4rem;
  }
}
.c-plan__price-symbol {
  font-size: 2rem;
}
.c-plan__unit {
  margin-top: 1rem;
  text-align: center;
  color: #686868;
}
.c-plan__offers {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-plan__offers {
    margin-top: 2.4rem;
    font-weight: normal;
  }
}
.c-plan__campaign {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-plan__campaign::before, .c-plan__campaign::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -1.3rem;
  width: 1px;
  height: 1.7rem;
  background: #07161F;
  transform: rotate(-45deg);
}
.c-plan__campaign::after {
  left: auto;
  right: -1.3rem;
  background: #07161F;
  transform: rotate(45deg);
}
.c-plan__benefit {
  color: #FF3053;
}
.c-plan__cta {
  display: grid;
  grid-template-columns: 18.8rem 1.1rem;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-plan__cta {
    padding: 0 1.7rem;
    height: 3.6rem;
  }
}
.c-plan__cta span {
  text-align: center;
}
.c-plan__cta path {
  fill: #fff;
}
.c-plan__monthly-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  text-decoration: underline;
  margin-top: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-plan__monthly-link {
    font-weight: 500;
  }
}
.c-plan__features {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid #07161F;
  padding-inline: 1.6rem;
  display: grid;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-plan__features {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid #686868;
    padding-inline: 0.5rem;
  }
}
.c-plan__feature {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .c-plan__feature {
    font-size: 1.4rem;
  }
}
.c-plan__feature img {
  opacity: 0;
}
.c-plan__feature.is-active {
  opacity: 1;
}
.c-plan__feature.is-active img {
  opacity: 1;
}

.c-relation-post {
  overflow: hidden;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.5rem 0.2rem rgba(128, 128, 128, 0.1725490196);
}
.c-relation-post__thumb-wrapper {
  aspect-ratio: 38/30;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-relation-post__thumb-wrapper {
    aspect-ratio: 32/25;
  }
}
.c-relation-post__thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-relation-post__desc-wrapper {
  padding: 2.4rem;
}
.c-relation-post__business-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.c-relation-post__business {
  padding: 0.2rem 1.6rem;
  background-color: #f4f4f4;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}
.c-relation-post__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-relation-post__title {
    font-size: 1.6rem;
  }
}
.c-relation-post__company {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}
.c-relation-post__link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-relation-post__link-list {
    grid-template-columns: 1fr;
  }
}
.c-relation-post__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  border: solid 1px var(--font-color);
  border-radius: 0.4rem;
  height: 4.8rem;
}
.c-relation-post__link img {
  width: 2.4rem;
}

.c-textlink {
  text-decoration: underline;
}

.c-sort {
  position: relative;
}
.c-sort__display {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  cursor: pointer;
}
.c-sort__display > .in-icon {
  width: 2.4rem;
}
.c-sort__display > .in-text {
  font-size: 1.6rem;
}
.c-sort__list {
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  padding-block: 0.8rem;
  border-radius: 0.4rem;
  background-color: white;
  z-index: 1;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  width: 20rem;
}
.c-sort__button {
  display: flex;
  width: 100%;
  height: 5.6rem;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.2rem;
  cursor: pointer;
}
.c-sort__button::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/ic-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
.c-sort__button.is-current {
  background-color: #f4fafd;
}
.c-sort__button.is-current::after {
  opacity: 1;
}
.c-sort__button-input {
  display: none;
}

.c-float-top {
  position: fixed;
  right: 4rem;
  bottom: 2rem;
  z-index: 10;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-float-top {
    right: 1rem;
  }
}
.c-float-top img {
  width: 4.8rem;
}
.c-float-top__text {
  color: #3c6eb5;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-float-top.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  padding-inline: 1.6rem;
  background-color: var(--font-color);
  border-radius: 0.4rem;
  color: white;
  gap: 0.8rem;
  transition: opacity 0.3s;
}
.c-button-arrow__text {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-button-arrow__icon {
  display: flex;
  align-items: center;
}
.c-button-arrow__icon svg {
  width: 1.6rem;
  height: auto;
}
.c-button-arrow__icon svg path {
  fill: white;
}
@media (hover: hover) {
  .c-button-arrow:hover {
    opacity: 0.8;
  }
}

.c-headset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.c-headset__sub {
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-headset__sub {
    font-size: 2rem;
  }
}
.c-headset__main {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-headset__main {
    font-size: 2.4rem;
  }
}

.c-search-item {
  position: relative;
}
.c-search-item__text {
  font-size: 1.4rem;
  color: #686868;
  margin-bottom: 0.5rem;
}
.c-search-item__display {
  border: solid 1px #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  padding-inline: 1.5rem;
  position: relative;
  background-color: white;
  cursor: pointer;
}
.c-search-item__display::after {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/eco-system/ic-angle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
}
.c-search-item__select-list {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 0;
  background-color: white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding-block: 1.5rem;
  z-index: 1;
  border-radius: 0.5rem;
}
.c-search-item__select-item {
  padding: 1rem 2rem;
  cursor: pointer;
}

.c-system-item {
  border-radius: 1.6rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  padding: 1.6rem 4rem 2.6rem;
  border: solid 1px transparent;
  transition: box-shadow 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-system-item {
    padding: 1.6rem 2.4rem 3.2rem;
  }
}
.c-system-item__thumb-wrapper {
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-system-item__thumb-wrapper img {
  max-height: 100%;
}
.c-system-item__heading {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-system-item__heading {
    font-size: 2rem;
  }
}
.c-system-item__name {
  font-size: 1.2rem;
  color: #0e1726;
  opacity: 0.5;
}
.c-system-item__desc-wrapper {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.c-system-item__desc-wrapper br {
  display: none;
}
.c-system-item__detail-button-wrapper {
  margin-top: 3.2rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.c-system-item__detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  background-color: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}
.c-system-item__detail-button img {
  width: 1.6rem;
}
@media (hover: hover) {
  .c-system-item:hover {
    box-shadow: 0 0 0rem rgba(0, 0, 0, 0.2);
    border-color: #ddd;
  }
}

.c-system-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-system-modal__close-button {
  width: 96rem;
  text-align: right;
  background-color: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__close-button {
    max-width: calc(100% - 2rem);
  }
}
.c-system-modal__close-button img {
  width: 2.4rem;
}
.c-system-modal__inner {
  width: 96rem;
  height: auto;
  max-height: 64rem;
  overflow-y: scroll;
  border-radius: 1.6rem;
  background-color: white;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__inner {
    width: calc(100% - 2rem);
    max-height: 85vh;
    padding: 3.6rem 1.6rem;
  }
}
.c-system-modal__head {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__head {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-system-modal__thumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-system-modal__thumb-wrapper {
    height: 7rem;
    padding-bottom: 1rem;
    justify-content: flex-start;
  }
}
.c-system-modal__thumb-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-system-modal__heading-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.c-system-modal__heading {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-system-modal__service-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
}
.c-system-modal__service-link img {
  width: 1.6rem;
}
.c-system-modal__excerpt {
  font-size: 1.4rem;
}
.c-system-modal__plan-wrapper {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__plan-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-system-modal__plan-heading {
  font-size: 1.2rem;
  color: #686868;
  font-weight: bold;
}
.c-system-modal__plan-list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.c-system-modal__plan-item {
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  background-color: #f2f6fb;
  font-size: 1.2rem;
  color: #686868;
}
.c-system-modal__contact-button {
  margin-top: 2.4rem;
  height: 3.6rem;
}
.c-system-modal__contact-button .c-button-arrow__text {
  font-size: 1.4rem;
}
.c-system-modal__contact-button .c-button-arrow__icon svg {
  width: 1rem;
}
.c-system-modal__contents-wrapper {
  margin-top: 4rem;
}
.c-system-modal__contents-wrapper p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__contents-wrapper p {
    font-size: 1.4rem;
  }
}
.c-system-modal__contents-wrapper p:last-child {
  margin-bottom: 0;
}
.c-system-modal__main-image {
  margin-bottom: 2rem;
  text-align: center;
}
.c-system-modal__content-heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.c-system-modal__block {
  margin-block: 1.5rem;
}
.c-system-modal__block.is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-system-modal__block.is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.c-system-modal__feature-wrapper {
  margin-block: 4rem;
}
.c-system-modal__feature-item-title {
  font-weight: bold;
  font-size: 1.6rem;
}
.c-system-modal__news-wrapper {
  margin-top: 8rem;
  padding-top: 4rem;
  border-top: solid 1px #e9e9e9;
}
@media screen and (max-width: 767px) {
  .c-system-modal__news-wrapper {
    margin-top: 6rem;
  }
}
.c-system-modal__news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.c-system-modal__news-item {
  display: grid;
  grid-template-columns: 1fr 4rem;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__news-item {
    grid-template-columns: 1fr 2.4rem;
    gap: 0.8rem;
  }
}
.c-system-modal__news-item-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  opacity: 0.5;
  font-size: 1.3rem;
}
.c-system-modal__news-item-time {
  padding-right: 0.8rem;
  position: relative;
}
.c-system-modal__news-item-time::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: #07161f;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.c-system-modal__news-item-icon {
  align-self: center;
  aspect-ratio: 1/1;
  border: solid 1px #07161f;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-system-modal__news-item-icon svg {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-system-modal__news-item-icon svg {
    width: 1rem;
  }
}
.c-system-modal__news-item-title {
  font-size: 1.6rem;
}
.c-pagination {
  padding-block: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 0.8rem;
  }
}
.c-pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 0.4rem;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-pagination__button:hover {
    opacity: 0.8;
  }
}
.c-pagination__button svg {
  width: 1.2rem;
}
.c-pagination__button--prev svg {
  transform: rotate(90deg);
}
.c-pagination__button--next svg {
  transform: rotate(-90deg);
}
.c-pagination__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 0.4rem;
  border: solid 1px #e9e9e9;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.c-pagination__num.is-current {
  border-color: #3c6eb5;
  color: #3c6eb5;
  background-color: #f4fafd;
}
@media (hover: hover) {
  .c-pagination__num:hover {
    border-color: #3c6eb5;
    color: #3c6eb5;
    background-color: #f4fafd;
  }
}

@media screen and (max-width: 767px) {
  .c-mobile-reverse-flex {
    flex-direction: column-reverse;
  }
}

.l-header-renew {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 4rem;
  height: 7rem;
  background-color: #fff;
  border-bottom: 1px solid #E9E9E9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.l-header-renew * {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-renew {
    padding-inline: 1.6rem;
  }
}
.l-header-renew__logo-link {
  display: block;
  width: 17.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__logo-link {
    width: 16rem;
    position: relative;
    z-index: 99;
  }
}
.l-header-renew__logo-img {
  width: 100%;
  height: 100%;
}
.l-header-renew__sp-menu {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .l-header-renew__sp-menu {
    display: none;
  }
}
.l-header-renew__sp-menu-contact {
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #07161F;
  background: #07161F;
  padding-block: 0.1rem;
  padding-inline: 0.8rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .l-header-renew__sp-menu-overlay {
    display: none;
  }
}
.l-header-renew__sp-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background: #fff;
  z-index: 98;
}
.l-header-renew__drawer {
  position: relative;
  width: 1.8rem;
  height: 1.2rem;
}
.l-header-renew__drawer-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #07161F;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.l-header-renew__drawer-line:nth-of-type(1) {
  top: 0;
}
.l-header-renew__drawer-line:nth-of-type(2) {
  top: 50%;
}
.l-header-renew__drawer-line:nth-of-type(3) {
  top: 100%;
}
html.is-drawer-active .l-header-renew__drawer-line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
html.is-drawer-active .l-header-renew__drawer-line:nth-of-type(2) {
  opacity: 0;
}
html.is-drawer-active .l-header-renew__drawer-line:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.l-header-renew__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-renew__nav {
    padding-block: 7rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 97;
    transition: 0.3s;
    display: block;
    overflow-y: auto;
    transform: translateX(100%);
  }
  html.is-drawer-active .l-header-renew__nav {
    transform: translateX(0);
  }
}
.l-header-renew__menu {
  display: flex;
  font-size: 1.2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-renew__menu {
    display: block;
    height: auto;
  }
}
.l-header-renew__menu-item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-renew__menu-item {
    height: auto;
    padding: 0;
    border-bottom: 1px solid #E9E9E9;
  }
}
.l-header-renew__menu-item--has-children {
  position: relative;
}
.l-header-renew__menu-item--has-children {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header-renew__menu-item--has-children:hover .l-header-renew__child-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header-renew__menu-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__menu-link {
    gap: 0;
    justify-content: space-between;
    padding: 1.8rem 3rem 1.8rem 3.6rem;
    font-size: 1.6rem;
  }
  .l-header-renew__menu-link::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .l-header-renew__menu-link.is-active::after {
    transform: scaleY(-1);
  }
}
@media screen and (min-width: 768px) {
  .l-header-renew__menu-link {
    transition: color 0.3s;
  }
  .l-header-renew__menu-link:hover {
    opacity: 1;
    color: #686868;
  }
  .l-header-renew__menu-link:hover::after {
    transform: scaleY(-1);
  }
}
.l-header-renew__menu-item--has-children .l-header-renew__menu-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-header-renew__menu-item--has-children .l-header-renew__menu-link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header-renew__menu-item--has-children .l-header-renew__menu-link {
    transition: color 0.3s;
  }
  .l-header-renew__menu-item--has-children .l-header-renew__menu-link:hover {
    color: #686868;
  }
  .l-header-renew__menu-item--has-children .l-header-renew__menu-link::after {
    width: 1.2rem;
  }
}
.l-header-renew__child {
  background-color: #fff;
  white-space: nowrap;
  position: relative;
}
.l-header-renew__child-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-renew__child-wrapper {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-renew__child-wrapper:hover {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header-renew__child-link {
  display: block;
  padding: 1.5rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-header-renew__child-link {
    gap: 1rem;
    transition: background 0.3s;
  }
  .l-header-renew__child-link:hover {
    background: #F4F4F4;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header-renew__child-link {
    padding: 1.5rem 2.6rem 1.5rem 4.8rem;
  }
}
.l-header-renew__child-link-blank {
  width: 1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header-renew__child-item {
    border: 1px solid #E9E9E9;
  }
  .l-header-renew__child-item:nth-of-type(n + 2) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-renew__child-item:nth-of-type(n + 2) {
    border-top: 1px solid #E9E9E9;
  }
}
.l-header-renew__child-item--has-children {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header-renew__child-item--has-children:hover .l-header-renew__grandchild {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header-renew__child-item--has-children .l-header-renew__child-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header-renew__child-item--has-children .l-header-renew__child-link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-right.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header-renew__child-item--has-children .l-header-renew__child-link::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url("../images/common/ic-chevron-down.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header-renew__child-item--has-children .l-header-renew__child-link::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .l-header-renew__child-item--has-children .l-header-renew__child-link.is-active::after {
    transform: scaleY(-1);
  }
}
.l-header-renew__grandchild {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-renew__grandchild {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }
}
.l-header-renew__grandchild-link {
  display: block;
  padding: 1.5rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__grandchild-link {
    padding: 1.5rem 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-renew__grandchild-link {
    transition: background 0.3s;
  }
  .l-header-renew__grandchild-link:hover {
    background: #F4F4F4;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-header-renew__grandchild-item {
    border: 1px solid #E9E9E9;
  }
  .l-header-renew__grandchild-item:nth-of-type(n + 2) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-renew__grandchild-item:nth-of-type(n + 2) {
    border-top: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 767px) {
  .l-header-renew__grandchild-item {
    background: #F4F4F4;
  }
}
.l-header-renew__btn--contract {
  position: relative;
}
.l-header-renew__btn-group {
  display: flex;
  gap: 0.8rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn-group {
    display: block;
    margin-left: 0;
    margin-top: 4rem;
    padding-inline: 6.7rem;
  }
}
.l-header-renew__btn-group-inner {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateY(100%) translateX(-50%);
  display: grid;
  border: 0.2rem solid #07161F;
  width: 100%;
  border-radius: 0.4rem;
  text-align: center;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header-renew__btn-group-inner:hover {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn-group-inner {
    position: static;
    transform: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: auto;
    margin-top: -2px;
  }
}
.l-header-renew__btn-group-inner a {
  padding-block: 0.8rem;
  display: block;
  font-size: 1.2rem;
}
.l-header-renew__btn-group-inner a:nth-of-type(n + 2) {
  position: relative;
}
.l-header-renew__btn-group-inner a:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-top: 1px dashed #000000;
}
.l-header-renew__btn--contract {
  gap: 1rem;
  min-width: 12.6rem;
  height: 4rem;
  font-size: 1.2rem;
}
.l-header-renew__btn--contract-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--contract-wrap.is-active .l-header-renew__btn--contract::after {
    transform: scaleY(-1);
  }
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--contract {
    min-width: 100%;
    font-size: 1.6rem;
    height: 4.8rem;
  }
}
html .l-header-renew__btn--contract {
  background: #fff;
  color: #07161F;
}
html .l-header-renew__btn--contract::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .l-header-renew__btn--contract:hover + .l-header-renew__btn-group-inner {
    opacity: 1;
    pointer-events: auto;
  }
  .l-header-renew__btn--contract:hover::after {
    transform: scaleY(-1);
  }
}
.l-header-renew__btn--contact {
  min-width: 12.6rem;
  height: 4rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--contact {
    min-width: 100%;
    margin-top: 1.6rem;
    font-size: 1.6rem;
    height: 4.8rem;
  }
}
.l-header-renew__btn--lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  font-size: 1.2rem;
}
.l-header-renew__btn--lang::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--lang {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header-renew__btn--lang:hover::after {
    transform: scaleY(-1);
  }
}
.l-header-renew__btn--lang-wrap {
  position: relative;
  height: 100%;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--lang-wrap {
    height: auto;
    margin-left: 0;
    text-align: center;
    margin-top: 3.2rem;
    width: 10rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header-renew__btn--lang-wrap:hover .l-header-renew__btn-lang-group {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header-renew__btn--lang img {
  width: 2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--lang img {
    margin-right: 1rem;
  }
}
.l-header-renew__btn--lang::after {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn--lang::after {
    margin-left: 1.2rem;
  }
}
.l-header-renew__btn--lang-group {
  position: absolute;
  bottom: 0;
}
.l-header-renew__btn--lang-item {
  padding-block: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header-renew__btn--lang-item {
    border: 1px solid #E9E9E9;
  }
  .l-header-renew__btn--lang-item:nth-of-type(n + 2) {
    margin-top: -1px;
  }
}
.l-header-renew__btn-lang-group {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  display: grid;
  width: calc(100% + 2rem);
  text-align: center;
  background: #fff;
  transition: opacity 0.3s;
  font-size: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 767px) {
  .l-header-renew__btn-lang-group {
    display: none;
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    font-size: 1.4rem;
  }
  .l-header-renew__btn-lang-group a {
    display: block;
  }
}

.l-footer-renew__inner {
  display: grid;
  grid-template-columns: 1fr 82rem;
  row-gap: 4rem;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__inner {
    row-gap: 0;
    padding-inline: 1.7rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-renew__left {
    display: contents;
  }
  .l-footer-renew__info {
    order: 1;
  }
  .l-footer-renew__nav {
    order: 2;
    margin-top: 6.4rem;
  }
}
.l-footer-renew__nav {
  font-weight: 500;
}
.l-footer-renew__logo {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__logo {
    margin-inline: auto;
    display: block;
  }
}
.l-footer-renew__company {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__company {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}
.l-footer-renew__company-name {
  font-size: 1.2rem;
}
.l-footer-renew__company-address {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__company-address {
    margin-top: 0.8rem;
  }
}
.l-footer-renew__sns {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__sns {
    justify-content: center;
    gap: 2.7rem;
  }
}
.l-footer-renew__btn {
  width: 20rem;
  height: 3.6rem;
  margin: 0;
}
.l-footer-renew__btn--contract {
  position: relative;
}
.l-footer-renew__btn--contract-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer-renew__btn--contract-wrap {
    width: 20rem;
  }
}
.l-footer-renew__btn-group {
  gap: 0.8rem;
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn-group {
    justify-content: center;
  }
}
.l-footer-renew__btn-group-wrap {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn-group-wrap {
    margin-top: 2.4rem;
    order: 3;
  }
}
.l-footer-renew__btn-group-inner {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateY(100%) translateX(-50%);
  display: grid;
  border: 0.2rem solid #07161F;
  width: 100%;
  border-radius: 0.4rem;
  text-align: center;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer-renew__btn-group-inner:hover {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn-group-inner {
    display: none;
    opacity: 1;
    pointer-events: auto;
  }
}
.l-footer-renew__btn-group-inner-items {
  display: grid;
  grid-template-columns: 1fr;
}
.l-footer-renew__btn-group-inner-items a {
  padding-block: 1rem;
}
.l-footer-renew__btn-group-inner-items a:nth-of-type(n + 2) {
  position: relative;
}
.l-footer-renew__btn-group-inner-items a:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-top: 1px dashed #000000;
}
.l-footer-renew__btn--contract {
  gap: 1rem;
  min-width: 12.6rem;
  height: 4rem;
  font-size: 1.2rem;
}
html .l-footer-renew__btn--contract {
  background: #fff;
  color: #07161F;
}
html .l-footer-renew__btn--contract::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .l-footer-renew__btn--contract:hover + .l-footer-renew__btn-group-inner {
    opacity: 1;
    pointer-events: auto;
  }
  .l-footer-renew__btn--contract:hover::after {
    transform: scaleY(-1);
  }
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn--contract {
    font-size: 1.6rem;
    min-width: 24rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn--contract-wrap.is-active .l-footer-renew__btn--contract::after {
    transform: scaleY(-1);
  }
}
.l-footer-renew__btn--contact {
  min-width: 12.6rem;
  height: 4rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn--contact {
    font-size: 1.6rem;
    min-width: 24rem;
    height: 4.8rem;
  }
}
.l-footer-renew__btn--lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  height: 100%;
  font-size: 1.2rem;
}
.l-footer-renew__btn--lang::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/ic-chevron-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn--lang {
    width: auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-renew__btn--lang:hover::after {
    transform: scaleY(-1);
  }
}
.l-footer-renew__btn--lang-wrap {
  position: relative;
  display: inline-grid;
  height: 100%;
  margin: 2.4rem;
  margin-left: 1rem;
  margin-bottom: 0;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn--lang-wrap {
    height: auto;
    margin-inline: auto;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-renew__btn--lang-wrap:hover .l-footer-renew__btn-lang-group {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-footer-renew__btn--lang img {
  width: 2rem;
  margin-right: 0.5rem;
}
.l-footer-renew__btn--lang::after {
  margin-left: 1rem;
}
.l-footer-renew__btn--lang-group {
  position: absolute;
  bottom: 0;
}
.l-footer-renew__btn--lang-item {
  padding-block: 1rem;
}
.l-footer-renew__btn--lang-item:nth-of-type(n + 2) {
  border-top: 1px solid #E9E9E9;
}
.l-footer-renew__btn-lang-group {
  padding-top: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  display: grid;
  width: calc(100% + 2rem);
  text-align: center;
  background: #fff;
  transition: opacity 0.3s;
  font-size: 1.2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  border-top: 1px solid #E9E9E9;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__btn-lang-group {
    width: 10rem;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }
}
.l-footer-renew__btn-lang-group a {
  display: block;
}
.l-footer-renew__parent-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 33rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__parent-list {
    height: auto;
    row-gap: 0;
  }
}
.l-footer-renew__parent-link {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 1.1rem;
}
.l-footer-renew__parent-text {
  font-size: 1.2rem;
  color: #686868;
  padding-inline: 0.8rem;
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__parent-text {
    padding-top: 1rem;
  }
}
.l-footer-renew__child-list {
  padding-top: 1rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__child-list {
    border-bottom: 1px solid #E9E9E9;
  }
}
.l-footer-renew__child-item {
  font-size: 1.2rem;
}
.l-footer-renew__child-item:nth-of-type(n + 2) {
  padding-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__child-item:nth-of-type(n + 2) {
    border-top: 1px dashed #E9E9E9;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
}
.l-footer-renew__grandchild-list {
  padding-inline: 2.4rem;
  margin-top: 0.5rem;
  border-bottom: 1px dashed #E9E9E9;
  padding-bottom: 0.8rem;
}
.l-footer-renew__grandchild-item {
  padding-block: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__grandchild-item {
    padding-block: 0.7rem;
  }
}
.l-footer-renew__grandchild-link-blank {
  width: 1.1rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__grandchild-link-blank {
    width: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-renew__nav-bottom {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-renew__nav-bottom {
    order: 4;
  }
}
.l-footer-renew__nav-bottom-list {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-renew__nav-bottom-list {
    margin-top: 4rem;
    display: grid;
    gap: 2rem;
    padding-inline: 0.8rem;
    font-size: 1.2rem;
  }
}
.l-footer-renew__nav-bottom-link {
  font-weight: normal;
  color: #686868;
}
.l-footer-renew__copyright {
  text-align: center;
  background: #F2F6FB;
  font-size: 1.2rem;
  color: #686868;
  margin-top: 4rem;
  padding-block: 0.8rem;
  font-weight: 500;
}

.l-page {
  width: 120rem;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 4rem;
  }
}
.l-page--xs {
  width: 60rem;
}
.l-page--sm {
  width: 80rem;
}
.l-page--smd {
  width: 95rem;
}
.l-page--md {
  width: 116rem;
}

.p-inquiry .s-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry .s-section {
    grid-template-columns: 1fr;
    padding: 4rem 0;
  }
}
.p-inquiry .s-section__item {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0.1rem 0.1rem 0.8rem 0px rgba(128, 128, 128, 0.4);
}
@media screen and (min-width: 768px) {
  .p-inquiry .s-section__item:hover {
    opacity: 1 !important;
  }
  .p-inquiry .s-section__item:hover .s-section__img {
    transform: scale(1.05);
  }
}
.p-inquiry .s-section__figure {
  height: 20rem;
  overflow: hidden;
}
.p-inquiry .s-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s transform;
}
.p-inquiry .s-section__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #07161F;
}
@media screen and (max-width: 767px) {
  .p-inquiry .s-section__title {
    font-size: 2rem;
  }
}
.p-inquiry .s-section__desc {
  font-size: 1.6rem;
  color: #07161F;
  min-height: 5.5rem;
}
.p-inquiry .s-section__body {
  padding: 1.6rem 4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry .s-section__body {
    padding: 1.6rem 1.6rem 3.2rem;
  }
}
.p-inquiry .s-section__link {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1.1rem;
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 2.4rem;
  font-weight: 500;
  color: #0E1726;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry .s-section__link {
    margin-top: 2rem;
  }
}
.p-inquiry .s-contact {
  display: none;
}

.p-top .s-fvNews {
  background-color: #fff;
  overflow: hidden;
}
.p-top .s-fvNews__track {
  overflow: hidden;
}
.p-top .s-fvNews__inner {
  display: flex;
  gap: 10rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transition: 0.3s;
}
.p-top .s-fvNews__inner.is-ready {
  animation: s-fvNews-marquee 40s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top .s-fvNews__inner.is-ready {
    animation: none;
  }
}
.p-top .s-fvNews__container {
  display: flex;
  gap: 10rem;
  flex-shrink: 0;
}
.p-top .s-fvNews__link {
  display: grid;
  align-items: center;
  grid-template-columns: 8rem auto auto;
  flex-shrink: 0;
  border-radius: 1rem;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-fvNews__link {
    padding: 1rem 0;
  }
}
.p-top .s-fvNews__date {
  color: #0E1726;
  font-size: 1.2rem;
}
.p-top .s-fvNews__label {
  color: #686868;
  background: #F2F6FB;
  padding: 0.1rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top .s-fvNews__label {
    font-size: 1.2rem;
  }
}
.p-top .s-fvNews__text {
  color: #3C6EB5;
  padding-left: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-top .s-fvNews__text {
    font-size: 1.2rem;
  }
}
@keyframes s-fvNews-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top .s-fv {
  height: 72rem;
  background: linear-gradient(37deg, #D2E8FF 0%, #EBF5FF 23%, #FAFCFF 80%);
}
@media screen and (max-width: 767px) {
  .p-top .s-fv {
    background: linear-gradient(90deg, #D2E8FF 0%, #EBF5FF 44%, #FAFCFF 60%, #FFFFFF 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-fv {
    height: auto;
    padding-bottom: 2.7rem;
  }
}
.p-top .s-fv__container {
  position: relative;
  height: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__container {
    width: 100%;
    height: auto;
  }
}
.p-top .s-fv__bg, .p-top .s-fv__img {
  position: absolute;
  width: 47rem;
  height: 61.7rem;
  top: 2.5rem;
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__bg, .p-top .s-fv__img {
    width: 17.3rem;
    height: auto;
    border-radius: 0.7rem;
  }
}
.p-top .s-fv__bg--ladies, .p-top .s-fv__img--ladies {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__bg--ladies, .p-top .s-fv__img--ladies {
    transform: none;
    top: 2.5rem;
    left: 1rem;
  }
}
.p-top .s-fv__bg--mens, .p-top .s-fv__img--mens {
  left: 50%;
  transform: translateX(-50%) translateX(48.4rem);
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__bg--mens, .p-top .s-fv__img--mens {
    transform: none;
    top: 6.2rem;
    right: 1rem;
    left: inherit;
  }
}
.p-top .s-fv__bg {
  z-index: 1;
  overflow: hidden;
}
.p-top .s-fv__img {
  z-index: 3;
}
.p-top .s-fv__content {
  position: absolute;
  z-index: 4;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%) translateX(-33rem);
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__content {
    position: relative;
    left: auto;
    z-index: 3;
    transform: none;
    padding-top: 32rem;
    text-align: center;
    bottom: 0;
  }
}
.p-top .s-fv__catchphrase {
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__catchphrase {
    font-size: 1.4rem;
  }
}
.p-top .s-fv__title {
  font-size: 5.6rem;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__title {
    font-size: 2.4rem;
    margin-top: 1.3rem;
  }
}
.p-top .s-fv__actions {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  margin-top: 3.4rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__actions {
    margin-top: 1.3rem;
    flex-direction: column-reverse;
    margin-top: 1.7rem;
    gap: 2.1rem;
  }
}
.p-top .s-fv__btn {
  white-space: nowrap;
  font-size: 1.6rem;
  min-width: 23rem;
  height: 5.6rem;
  margin: 0;
}
.p-top .s-fv__award-img {
  width: 28.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__award-img {
    width: 34rem;
  }
}
.p-top .s-fv__ribbon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 144rem;
  max-width: inherit;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__ribbon {
    width: 100%;
    top: 7rem;
  }
}
.p-top .s-fv__caution {
  font-size: 1rem;
  color: #686868;
}
@media screen and (min-width: 768px) {
  .p-top .s-fv__caution {
    position: absolute;
    bottom: 3.4rem;
    left: calc(50% + 32rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-fv__caution {
    text-align: left;
    width: 28rem;
    margin-inline: auto;
    line-height: 1.2;
    margin-top: 2rem;
  }
}
.p-top .p-home-companies {
  padding-block: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .p-home-companies {
    padding-block: 1rem;
  }
}
.p-top .p-home-companies__track {
  overflow: hidden;
}
.p-top .p-home-companies__track:nth-of-type(n + 2) {
  margin-top: 2rem;
}
.p-top .p-home-companies__track.p-home-companies__track--reverse .p-home-companies__inner {
  animation-direction: reverse;
}
.p-top .p-home-companies__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: p-home-companies-marquee 40s linear infinite;
  will-change: transform;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .p-top .p-home-companies__inner {
    animation: none;
  }
}
.p-top .p-home-companies__row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
}
.p-top .p-home-companies__item {
  flex-shrink: 0;
  width: 10rem;
  box-sizing: content-box;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .p-home-companies__item img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
@keyframes p-home-companies-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top .s-usage {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background: #F2F6FB;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage {
    padding-block: 8rem;
  }
}
.p-top .s-usage__swiper {
  width: 152rem;
  overflow: inherit;
  max-width: inherit !important;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__swiper {
    width: 100%;
    padding-bottom: 5rem;
  }
}
.p-top .s-usage__swiper .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__swiper .swiper-slide {
    padding-inline: 1.8rem;
  }
}
.p-top .s-usage__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p-top .s-usage__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__title {
    font-size: 2rem;
  }
}
.p-top .s-usage__text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__text {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}
.p-top .s-usage__img {
  width: 26.5rem;
  margin-inline: auto;
  display: block;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__img {
    margin-top: 3.8rem;
  }
}
.p-top .s-usage__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 48rem;
  top: 42rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__nav {
    width: 31.3rem;
    top: 34rem;
  }
}
.p-top .s-usage__nav-prev, .p-top .s-usage__nav-next {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #07161F;
  border-radius: 9999px;
  cursor: pointer;
  background: #F2F6FB;
}
@media screen and (max-width: 767px) {
  .p-top .s-usage__nav-prev, .p-top .s-usage__nav-next {
    background: none;
  }
}
.p-top .s-usage__nav-prev img, .p-top .s-usage__nav-next img {
  width: 1.5rem;
}
.p-top .s-usage__nav-prev {
  transform: scaleX(-1);
}
.p-top .s-usage__pagination {
  bottom: 0 !important;
}
.p-top .s-usage__pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 0.8rem !important;
  height: 0.8rem !important;
  background: #3C6EB5 !important;
  transition: opacity 0.3s;
}
.p-top .s-about {
  position: relative;
  padding-block: 8rem;
}
.p-top .s-about__wave {
  left: calc(50% - 3rem);
  top: -18rem;
  position: absolute;
  width: 100rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__wave {
    left: -6rem;
    top: -12rem;
    width: 65rem;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.p-top .s-about__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__inner {
    padding-inline: 1rem;
  }
}
.p-top .s-about__title {
  font-size: 2.8rem;
  line-height: 140%;
}
.p-top .s-about__body {
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 6rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__body {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-top .s-about__features {
  padding-left: 4rem;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__features {
    order: 2;
    padding-left: 0;
  }
}
.p-top .s-about__feature {
  padding-block: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__feature {
    padding-block: 3.2rem;
    padding-left: 2.4rem;
  }
}
.p-top .s-about__feature::before {
  content: "";
  height: calc(100% - 8rem);
  width: 0.2rem;
  position: absolute;
  left: -4rem;
  top: 4rem;
  background: #07161F;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__feature::before {
    left: 0;
    top: 3.2rem;
    height: calc(100% - 6.4rem);
  }
}
@media screen and (min-width: 768px) {
  .p-top .s-about__feature:nth-of-type(n + 2) {
    border-top: 1px solid #07161F;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-about__feature {
    border-bottom: 1px solid #07161F;
  }
}
.p-top .s-about__feature-title {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top .s-about__feature-title {
    transition: 0.3s opacity;
  }
  .p-top .s-about__feature-title:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-about__feature-title {
    font-size: 2rem;
  }
}
.p-top .s-about__feature-title span {
  transition: transform 0.3s;
  transform-origin: left top;
  display: inline-block;
}
.p-top .s-about__feature-title::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/ic-chevron-down.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__feature-title::after {
    top: 0.7rem;
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.p-top .s-about__feature-texts {
  padding-top: 2.4rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__feature-texts {
    padding-right: 4rem;
  }
}
.p-top .s-about__feature-text {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.6rem;
  font-weight: 400;
}
.p-top .s-about__feature-text::before {
  content: "・";
}
.p-top .s-about__feature.is-active::before {
  opacity: 1;
}
.p-top .s-about__feature.is-active .s-about__feature-texts {
  display: block;
}
.p-top .s-about__feature.is-active .s-about__feature-title {
  pointer-events: none;
}
.p-top .s-about__feature.is-active .s-about__feature-title span {
  transform: scale(0.95);
}
.p-top .s-about__feature.is-active .s-about__feature-title::after {
  transform: scaleY(-1);
}
.p-top .s-about__images {
  height: 54rem;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .s-about__images {
    order: 1;
    height: 26.6rem;
    border-radius: 0.8rem;
  }
}
.p-top .s-about__images img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-top .s-about__images img.is-active {
  opacity: 1;
}
.p-top .s-can {
  padding-block: 8rem;
  background: #F2F6FB;
}
.p-top .s-can__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 4rem;
}
.p-top .s-can__item {
  background: #fff;
}
.p-top .s-can__icon {
  margin-left: -1rem;
}
.p-top .s-can__item {
  width: 28.2rem;
  min-height: 40rem;
  padding: 2.4rem;
  box-shadow: 0 0 0.7rem 0 rgba(128, 128, 128, 0.4);
  border-radius: 1.6rem;
  position: relative;
  transition: box-shadow 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .s-can__item {
    width: 100%;
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .p-top .s-can__item-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-top .s-can__item:hover {
    box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.4);
    opacity: 0.8;
  }
}
.p-top .s-can__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top .s-can__title {
    font-size: 2rem;
    margin-top: 0;
  }
}
.p-top .s-can__desc {
  font-size: 1.6rem;
  margin-top: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-top .s-can__desc {
    min-height: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-can__desc {
    margin-top: 1rem;
  }
}
.p-top .s-can__link {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  padding: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-can__link {
    position: static;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-top .s-can__btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-can__btn {
    margin-top: 4rem;
  }
}
.p-top .s-case {
  padding-block: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__inner {
    position: relative;
    z-index: 2;
  }
}
.p-top .s-case__wave {
  position: absolute;
  left: calc(50% - 47rem);
  top: -18rem;
  width: 140rem;
  max-width: inherit;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__wave {
    left: 0;
    width: 100%;
    top: -5rem;
  }
}
.p-top .s-case__slider {
  position: relative;
  width: 133rem;
  margin-inline: auto;
  padding-top: 8.8rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__slider {
    width: 100%;
    padding-top: 0;
    margin-top: 4rem;
    padding-bottom: 10rem;
  }
}
.p-top .s-case__slider-nav {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(60rem);
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 5.6rem);
}
@media screen and (max-width: 767px) {
  .p-top .s-case__slider-nav {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    gap: 0;
    grid-template-columns: repeat(3, 4rem);
    justify-content: space-between;
    padding-inline: 1rem;
  }
}
.p-top .s-case__slider-nav-prev, .p-top .s-case__slider-nav-next, .p-top .s-case__slider-nav-pause {
  aspect-ratio: 1/1;
  border: 1px solid #07161F;
  border-radius: 9999px;
  cursor: pointer;
}
.p-top .s-case__slider-nav-prev, .p-top .s-case__slider-nav-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .s-case__slider-nav-prev img, .p-top .s-case__slider-nav-next img {
  width: 1.5rem;
}
.p-top .s-case__slider-nav-prev {
  transform: scaleX(-1);
}
.p-top .s-case__slider-nav-pause {
  position: relative;
}
.p-top .s-case__slider-nav-pause span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateX(-0.3rem);
  height: 1.2rem;
  width: 0.3rem;
  background: #07161F;
}
.p-top .s-case__slider-nav-pause span:last-of-type {
  transform: translateX(-50%) translateY(-50%) translateX(0.3rem);
}
@media screen and (max-width: 767px) {
  .p-top .s-case__slider-nav-pause span {
    height: 0.8rem;
    width: 0.2rem;
    transform: translateX(-50%) translateY(-50%) translateX(-0.2rem);
  }
  .p-top .s-case__slider-nav-pause span:last-of-type {
    transform: translateX(-50%) translateY(-50%) translateX(0.2rem);
  }
}
.p-top .s-case__slider-nav-pause.is-paused span {
  opacity: 0;
}
.p-top .s-case__slider-nav-pause.is-paused::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateX(0.2rem);
  width: 1rem;
  height: 1.2rem;
  clip-path: polygon(0 100%, 0% 0, 100% 50%);
  background: #07161F;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__slider-nav-page {
    font-size: 1.2rem;
    grid-column: 1/4;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    color: #838A8F;
    margin-top: 0.5rem;
  }
  .p-top .s-case__slider-nav-page span:first-of-type {
    color: #07161F;
  }
}
.p-top .s-case__swiper {
  overflow: inherit !important;
}
.p-top .s-case__swiper-slide {
  position: relative;
  padding-inline: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-top .s-case__swiper-slide img {
    transition: 0.3s transform;
  }
  .p-top .s-case__swiper-slide .s-case__card-link {
    transition: 0.3s background;
  }
  .p-top .s-case__swiper-slide:hover {
    opacity: 1 !important;
  }
  .p-top .s-case__swiper-slide:hover img {
    transform: scale(1.05);
  }
  .p-top .s-case__swiper-slide:hover .s-case__card-link {
    background: rgba(254, 254, 254, 0.2);
  }
}
.p-top .s-case__swiper-box {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0 0.7rem 0 rgba(128, 128, 128, 0.4);
}
.p-top .s-case__swiper-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__swiper-box {
    position: relative;
    height: 36rem;
  }
  .p-top .s-case__swiper-box img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-top .s-case__swiper-box img.sp-adjust {
    -o-object-position: center -5rem;
       object-position: center -5rem;
  }
  .p-top .s-case__swiper-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.p-top .s-case__card {
  position: absolute;
  bottom: 4.6rem;
  width: calc(100% - 4.8rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__card {
    bottom: 2.4rem;
  }
}
.p-top .s-case__card-category {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__card-category {
    line-height: 1.2;
  }
}
.p-top .s-case__card-link {
  border: 1px solid #fff;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__card-link {
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
    margin-top: 1.2rem;
  }
}
.p-top .s-case__btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-case__btn {
    margin-top: 4rem;
  }
}
.p-top .s-related {
  position: relative;
  background: #F2F6FB;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-related {
    border-radius: 1.6rem;
  }
}
.p-top .s-related__wave {
  top: 4rem;
  position: absolute;
  left: calc(50% - 94rem);
  width: 172rem;
  max-width: inherit;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top .s-related__wave {
    left: 0;
    width: 100%;
    top: 19rem;
  }
}
.p-top .s-related__options {
  margin-top: 6rem;
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-related__options {
    margin-top: 4rem;
    gap: 4rem;
  }
}
.p-top .s-related-option__title {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top .s-related-option__title {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.p-top .s-related-option__list {
  margin-top: 2.4rem;
  display: grid;
  gap: 2.4rem;
}
.p-top .s-related-option__item {
  position: relative;
  background: #fff;
  display: grid;
  padding: 2.4rem;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.8rem 0 rgba(128, 128, 128, 0.4);
}
.p-top .s-related-option__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ic-arrow-line-right.svg) no-repeat center center/100% 100%;
}
.p-top .s-related-option__item-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #07161F;
}
@media screen and (max-width: 767px) {
  .p-top .s-related-option__item-title {
    font-size: 2rem;
  }
}
.p-top .s-related-option__item-desc {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  color: #0E1726;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-top .s-related-option__item-desc {
    padding-right: 3.2rem;
  }
}
.p-top .s-equipment {
  padding-block: 8rem;
}
.p-top .s-equipment__imgs {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-equipment__imgs {
    margin-top: 4rem;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
}
.p-top .s-equipment__imgs img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-top .s-equipment__swiper {
  margin-top: 6.4rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top .s-equipment__swiper {
    margin-top: 4rem;
  }
}
.p-top .s-equipment__swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}
.p-top .s-equipment__swiper-img {
  padding-inline: 0.6rem;
  width: 12rem;
}
.p-top .s-equipment__btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-equipment__btn {
    margin-top: 4rem;
  }
}
.p-top .bg-gradation {
  background: linear-gradient(100.64deg, #D2E8FF 2.58%, #EBF5FF 20.88%, #FAFCFF 67.23%);
  padding-block: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top .bg-gradation {
    padding-top: 8rem;
    padding-bottom: 0;
    background: linear-gradient(34.16deg, rgba(210, 232, 255, 0.5) 46.34%, #FAFCFF 64.64%);
  }
}
.p-top .s-plan {
  position: relative;
  padding-bottom: 8rem;
}
.p-top .s-plan__wave {
  top: -12rem;
  position: absolute;
  left: calc(50% - 84rem);
  width: 170rem;
  max-width: inherit;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top .s-plan__wave {
    left: 0;
    width: 100%;
    top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-plan__inner {
    position: relative;
    z-index: 1;
  }
  .p-top .s-plan .c-ttl-primary__desc {
    font-size: 1.2rem;
  }
}
.p-top .s-plan__btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-plan__btn {
    margin-top: 4rem;
  }
}
.p-top .s-service, .p-top .s-partner, .p-top .s-faq, .p-top .s-news {
  padding-top: 16rem;
  padding-bottom: 8rem;
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-top .s-service, .p-top .s-partner, .p-top .s-faq, .p-top .s-news {
    padding-bottom: 8rem;
    padding-top: 7rem;
  }
}
.p-top .s-service__content, .p-top .s-partner__content, .p-top .s-faq__content, .p-top .s-news__content {
  display: grid;
  grid-template-columns: 1fr 80rem;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-service__content, .p-top .s-partner__content, .p-top .s-faq__content, .p-top .s-news__content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-service__head, .p-top .s-partner__head, .p-top .s-faq__head, .p-top .s-news__head {
    display: contents;
  }
  .p-top .s-service__title, .p-top .s-partner__title, .p-top .s-faq__title, .p-top .s-news__title {
    order: 1;
    text-align: center;
  }
}
.p-top .s-service__link, .p-top .s-partner__link, .p-top .s-faq__link, .p-top .s-news__link {
  margin: 0;
  margin-top: 3.2rem;
  background: none;
  color: #0E1726;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-service__link, .p-top .s-partner__link, .p-top .s-faq__link, .p-top .s-news__link {
    order: 3;
    margin-inline: auto;
    margin-top: 4rem;
  }
}
.p-top .s-service__logos, .p-top .s-partner__logos, .p-top .s-faq__logos, .p-top .s-news__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-service__logos, .p-top .s-partner__logos, .p-top .s-faq__logos, .p-top .s-news__logos {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 4rem !important;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.p-top .s-service__logo, .p-top .s-partner__logo, .p-top .s-faq__logo, .p-top .s-news__logo {
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 2rem rgba(14, 23, 36, 0.05);
}
.p-top .s-service__mobility, .p-top .s-partner__mobility, .p-top .s-faq__mobility, .p-top .s-news__mobility {
  margin-top: 8rem;
  padding: 4rem;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 2rem rgba(14, 23, 36, 0.05);
}
@media screen and (max-width: 767px) {
  .p-top .s-service__mobility, .p-top .s-partner__mobility, .p-top .s-faq__mobility, .p-top .s-news__mobility {
    width: calc(100% - 1.2rem);
    margin-inline: auto;
    padding-inline: 2.4rem;
  }
}
.p-top .s-service__mobility-title, .p-top .s-partner__mobility-title, .p-top .s-faq__mobility-title, .p-top .s-news__mobility-title {
  font-size: 2rem;
  font-weight: bold;
}
.p-top .s-service__mobility-desc, .p-top .s-partner__mobility-desc, .p-top .s-faq__mobility-desc, .p-top .s-news__mobility-desc {
  margin-top: 1.6rem;
  font-weight: normal;
}
.p-top .s-service__mobility-link, .p-top .s-partner__mobility-link, .p-top .s-faq__mobility-link, .p-top .s-news__mobility-link {
  margin-top: 2.4rem;
  display: inline-grid;
  align-items: center;
  grid-template-columns: 1fr 1.4rem;
  gap: 2rem;
  color: #0E1726;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top .s-service__mobility-link, .p-top .s-partner__mobility-link, .p-top .s-faq__mobility-link, .p-top .s-news__mobility-link {
    margin-top: 4rem;
    font-weight: 500;
    gap: 1.5rem;
  }
}
.p-top .s-service {
  position: relative;
  z-index: 1;
}
.p-top .s-partner {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-partner .c-ttl-primary__desc {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-top .s-partner__logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-inline: 0;
  }
}
.p-top .s-partner__logo {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-faq {
    padding-top: 4rem;
  }
  .p-top .s-faq .c-ttl-primary__title {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.p-top .s-faq__items {
  display: grid;
  align-items: flex-start;
  gap: 2.4rem;
}
.p-top .s-faq__item {
  box-shadow: 0 0rem 0.8rem rgba(128, 128, 128, 0.4);
  border-radius: 1.6rem;
}
.p-top .s-faq__item-title {
  display: grid;
  grid-template-columns: 4rem 1fr 2.4rem;
  cursor: pointer;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-faq__item-title {
    grid-template-columns: 3rem 1fr 2.4rem;
    padding: 1.6rem 2.4rem;
  }
}
.p-top .s-faq__item-mark {
  font-size: 2rem;
  font-weight: bold;
}
.p-top .s-faq__item-question {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-faq__item-question {
    font-size: 1.6rem;
    padding-right: 1rem;
  }
}
.p-top .s-faq__item-toggle {
  position: relative;
  aspect-ratio: 1/1;
  transform: translateY(0.4rem);
}
@media screen and (max-width: 767px) {
  .p-top .s-faq__item-toggle {
    aspect-ratio: inherit;
    height: 100%;
    transform: translateY(0);
  }
}
.p-top .s-faq__item-toggle-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 2px;
  background: #0E1726;
  transition: 0.3s;
}
.p-top .s-faq__item-toggle-bar:first-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-top .s-faq__item-toggle-bar {
    width: 60%;
  }
}
.p-top .s-faq__item-title.is-active .s-faq__item-toggle-bar:first-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-top .s-faq__item-desc {
  display: grid;
  grid-template-columns: 4rem 1fr;
  padding: 3.2rem;
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-faq__item-desc {
    grid-template-columns: 3rem 1fr;
    padding: 1.6rem 2.4rem;
    padding-bottom: 4rem;
  }
}
.p-top .s-faq__item-answer-title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-faq__item-answer-title {
    font-size: 1.6rem;
  }
}
.p-top .s-faq__item-answer-desc {
  margin-top: 1.2rem;
  font-style: 1.6rem;
}
.p-top .s-news {
  padding-top: 8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-news {
    padding-top: 3rem;
    padding-bottom: 8rem;
    padding-inline: 0.6rem;
  }
  .p-top .s-news__title {
    text-align: center;
    order: 1;
  }
}
.p-top .s-news__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__items {
    order: 2;
    margin-top: 4rem;
  }
}
.p-top .s-news__item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 4rem;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__item {
    grid-template-columns: 1fr 2.3rem;
    gap: 0.8rem;
  }
}
.p-top .s-news__item-arrow {
  aspect-ratio: 1/1;
  border: 1px solid #0E1726;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.p-top .s-news__item-arrow svg {
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__item-arrow svg {
    width: 0.9rem;
  }
}
.p-top .s-news__item-meta {
  display: flex;
  align-items: center;
  color: #0E1726;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__item-meta {
    font-size: 1.3rem;
  }
}
.p-top .s-news__item-date {
  color: #07161F;
  opacity: 0.5;
}
.p-top .s-news__item-category {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #0E1726;
  color: #07161F;
  opacity: 0.5;
}
.p-top .s-news__item-title {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 73rem;
  color: #07161F;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__item-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit .c-inner {
    padding-inline: 1.6rem;
  }
}
.p-recruit .s-mv {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 7rem);
  min-height: 75rem;
  max-height: 80rem;
  padding-top: 7rem;
  background: radial-gradient(100% 328.68% at 1.08% 100%, #C9DBF6 0%, #EEF5FF 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv {
    background: linear-gradient(29.12deg, #D2E8FF 65.7%, #EBF5FF 88.91%, #FAFCFF 110.85%);
    height: 100%;
    padding-bottom: 6rem;
  }
}
.p-recruit .s-mv h1 {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.23em;
  color: #4E4E4E;
  top: 18rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-mv h1 {
    left: 50%;
    transform: translateX(-60rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv h1 {
    font-size: 2.4rem;
    left: 2rem;
    top: 8rem;
  }
}
.p-recruit .s-mv-loop {
  position: absolute;
  top: 4rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-loop {
    top: 0;
  }
}
.p-recruit .s-mv-loop .text {
  flex-shrink: 0;
}
.p-recruit .s-mv-loop .text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .s-mv-loop .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-loop .swiper-wrapper {
    width: 100% !important;
    height: 7rem !important;
    aspect-ratio: 1450/115 !important;
  }
}
.p-recruit .s-mv-imgArea {
  width: 76.5rem;
  height: 64rem;
  position: relative;
  margin-right: 5rem;
  margin-inline: auto;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .s-mv-imgArea {
    transform: translateX(30rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-imgArea {
    width: 100%;
    height: 40.5rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20rem;
  }
}
.p-recruit .s-mv-img {
  position: absolute;
  border-radius: 1.6rem;
}
.p-recruit .s-mv-img--01 {
  width: 18.6rem;
  height: 21.7rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-img--01 {
    width: 10.8rem;
    height: 12.6rem;
    right: -1rem;
  }
}
.p-recruit .s-mv-img--02 {
  width: 26.3rem;
  height: 33.4rem;
  top: 7rem;
  right: 35rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-img--02 {
    width: 14.2rem;
    height: 18.1rem;
    top: 8rem;
    right: 12rem;
  }
}
.p-recruit .s-mv-img--03 {
  width: 23.8rem;
  height: 14.7rem;
  right: 7rem;
  top: 24rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-img--03 {
    width: 16.6rem;
    height: 10.3rem;
    right: -7rem;
    top: 18rem;
  }
}
.p-recruit .s-mv-img--04 {
  width: 28rem;
  height: 20.7rem;
  top: inherit;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-img--04 {
    width: 23.9rem;
    height: 14.5rem;
    left: -3rem;
    bottom: -2rem;
  }
}
.p-recruit .s-mv-img--05 {
  width: 25rem;
  height: 15.7rem;
  top: inherit;
  bottom: 4rem;
  left: 33rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-img--05 {
    display: none;
  }
}
.p-recruit .s-mv-img {
  overflow: hidden;
}
.p-recruit .s-mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .s-mv-blur {
  position: absolute;
  z-index: -1;
}
.p-recruit .s-mv-blur--01 {
  width: 29rem;
  height: 17.3rem;
  right: -15rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-blur--01 {
    width: 9.4rem;
    height: 8.6rem;
    right: -2rem;
    top: -4rem;
  }
}
.p-recruit .s-mv-blur--02 {
  width: 21.5rem;
  height: 26.4rem;
  top: 3rem;
  right: 29rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-blur--02 {
    width: 10.7rem;
    height: 13.1rem;
    right: 9.5rem;
  }
}
.p-recruit .s-mv-blur--03 {
  width: 18.7rem;
  height: 22.7rem;
  left: 5rem;
  top: 26rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-blur--03 {
    width: 9.8rem;
    height: 11.9rem;
    left: 2rem;
    top: 25rem;
  }
}
.p-recruit .s-mv-blur--04 {
  width: 37rem;
  height: 22.1rem;
  top: inherit;
  right: 8rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-blur--04 {
    width: 22.2rem;
    height: 13.3rem;
    bottom: 6rem;
    right: -9rem;
  }
}
.p-recruit .s-mv-blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .s-mv-wave {
  position: absolute;
  top: -13rem;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 133.9rem;
  height: 85.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-mv-wave {
    width: 37.5rem;
    height: 62.4rem;
    top: -2rem;
  }
}
.p-recruit .s-mv-wave img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .bg-wrapper {
  background: #F2F6FB;
}
.p-recruit .s-desc {
  position: relative;
  padding-top: 10rem;
  z-index: 1;
}
.p-recruit .s-desc::before {
  content: "";
  position: absolute;
  top: calc(50% + 15rem);
  transform: translateY(-50%);
  z-index: -1;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 144/174;
  background: url(../images/recruit/bg-desc-wave.png) no-repeat center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-desc::before {
    aspect-ratio: 437/528;
    top: calc(50% + 23rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-desc {
    padding-top: 8rem;
  }
}
.p-recruit .s-desc-inner {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.p-recruit .s-desc-inner > p {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-desc-inner > p {
    font-size: 1.7rem;
  }
}
.p-recruit .s-desc-inner .name {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-recruit .s-fixed {
  position: fixed;
  bottom: 1.6rem;
  right: 0;
  width: 12.8rem;
  display: grid;
  grid-template-rows: repeat(2, 8rem);
  row-gap: 0.8rem;
  z-index: 10;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-fixed {
    transform: translateY(calc(100% + 1.6rem));
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    width: 100%;
    padding: 0 1.6rem;
    bottom: 0.5rem;
  }
  .p-recruit .s-fixed.is-active {
    transform: translateY(0);
  }
}
.p-recruit .s-fixed-item a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 8px 0px rgba(128, 128, 128, 0.4);
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  border: 1px solid #07161F;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-fixed-item a {
    font-size: 1.2rem;
    font-weight: 400;
    height: 4.8rem;
    border-radius: 0.8rem;
    line-height: 140%;
    border: 1px solid #07161F;
  }
}
.p-recruit .s-fixed-item__casual {
  background: #07161F;
  color: #FEFEFE;
}
.p-recruit .s-fixed-item__entry {
  background: #FEFEFE;
  color: #0E1726;
}
.p-recruit .s-company {
  padding-top: 15rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.p-recruit .s-company-tab {
  margin-top: 4rem;
  border-radius: 5rem;
  padding: 0.8rem;
  height: 6.4rem;
  background: #FEFEFE;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-company-tab {
    height: 100%;
  }
}
.p-recruit .s-company-tab ul {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-company-tab ul {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
.p-recruit .s-company-tab li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #0E1726;
  border-radius: 5.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-company-tab li {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
    padding-block: 0.5rem;
  }
}
.p-recruit .s-company-tab li.is-active {
  background: #07161F;
  color: #FFF;
}
.p-recruit .s-company-content {
  margin-top: 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-recruit .s-member {
  margin-top: 8rem;
}
.p-recruit .s-member-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-member-list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
  }
}
.p-recruit .s-member-list li a figure {
  width: 100%;
  height: 20rem;
}
.p-recruit .s-member-list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-member-list li a figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-recruit .s-member-list li a h3 {
  display: flex;
  align-items: center;
  height: 5.4rem;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-member-list li a h3 {
    margin-top: 0.8rem;
  }
}
.p-recruit .s-member-list li a ul {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-member-list li a ul {
    margin-top: 0.8rem;
  }
}
.p-recruit .s-member-list li a ul li {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.4rem;
  background: rgba(233, 233, 233, 0.5019607843);
  align-items: center;
  display: flex;
  height: 2.8rem;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 140%;
  color: #686868;
}
.p-recruit .s-member-btn {
  margin-top: 4rem;
}
.p-recruit .s-member-btn a {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 24rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #FFF;
  display: grid;
  grid-template-columns: auto 1.6rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  height: 5.6rem;
  border-radius: 0.4rem;
  justify-content: center;
  align-items: center;
  background: #07161F;
}
.p-recruit .s-member-btn a svg path {
  fill: #FFF;
}
.p-recruit .s-data {
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 12rem;
  background: #F2F6FB;
}
.p-recruit .s-data-content {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.p-recruit .s-data-content h4 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #3C6EB5;
}
.p-recruit .s-data-content > div > ul {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(300, 0.4rem);
  grid-template-rows: repeat(2, 28.8rem);
  row-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-content > div > ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 22rem);
  }
}
.p-recruit .s-data-content > div:first-of-type ul {
  grid-template-rows: repeat(1, 28.8rem);
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-content > div:first-of-type ul {
    grid-template-rows: repeat(3, 22rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-content > div:last-of-type ul {
    grid-template-rows: repeat(75, 2rem);
    row-gap: 0;
  }
}
.p-recruit .s-data-item {
  height: 100%;
  background: #FFF;
  border-radius: 0.8rem;
}
.p-recruit .s-data-item .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.p-recruit .s-data-item .ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item .ttl {
    font-size: 2rem;
  }
}
.p-recruit .s-data-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .s-data-item .caption {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: block;
  text-align: right;
  color: #0E1726;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item .caption {
    font-size: 1rem;
  }
}
.p-recruit .s-data-item__growth {
  grid-column: span 115;
  width: calc(100% - 1.6rem);
  display: grid;
  grid-template-columns: 1fr 16.4rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding-left: 2.8rem;
  padding-right: 4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__growth {
    grid-template-columns: 1fr 13rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    width: 100%;
    padding: 4rem 2.9rem 5.5rem 1.8rem;
  }
}
.p-recruit .s-data-item__results {
  grid-column: span 115;
  width: calc(100% - 1.6rem);
  display: grid;
  grid-template-columns: 1fr 15rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__results {
    width: 100%;
    grid-template-columns: 1fr 12rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding: 3.7rem 1.6rem;
  }
}
.p-recruit .s-data-item__cancellation {
  padding: 3.4rem 0;
  grid-column: span 70;
  display: grid;
  grid-template-rows: 1fr 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__cancellation {
    padding: 2.4rem 0;
    grid-template-rows: 1fr 7.2rem;
  }
}
.p-recruit .s-data-item__cancellation .inner {
  row-gap: 0;
}
.p-recruit .s-data-item__cancellation .img {
  width: 6.6rem;
  height: 9.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__cancellation .img {
    width: 5.2rem;
    height: 7.2rem;
  }
}
.p-recruit .s-data-item__cancellation .total {
  width: 14.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__cancellation .total {
    width: 12rem;
  }
}
.p-recruit .s-data-item__age {
  padding: 4rem 0;
  grid-column: span 84;
  display: grid;
  grid-template-rows: 1fr 9.1rem;
  align-items: stretch;
  width: calc(100% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__age {
    width: 100%;
    grid-template-rows: 1fr 7rem;
    row-gap: 1rem;
    grid-row: span 14;
    height: calc(100% - 1.6rem);
  }
}
.p-recruit .s-data-item__age .inner {
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__age .inner {
    row-gap: 0;
  }
}
.p-recruit .s-data-item__age .img {
  width: 15.9rem;
  height: 8rem;
  margin: 0 auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__age .img {
    width: 14rem;
    height: 7rem;
  }
}
.p-recruit .s-data-item__age .total {
  width: 11.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__age .total {
    width: 10rem;
  }
}
.p-recruit .s-data-item__gender {
  padding: 4rem 0;
  grid-column: span 84;
  width: calc(100% - 1.6rem);
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__gender {
    padding: 2.5rem 0;
    width: 100%;
    grid-row: span 14;
    height: calc(100% - 1.6rem);
  }
}
.p-recruit .s-data-item__gender ul {
  display: grid;
  grid-template-columns: repeat(2, 10rem);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__gender ul {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
.p-recruit .s-data-item__gender ul li {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.p-recruit .s-data-item__gender ul .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  border-radius: 5rem;
  background: #F2F6FB;
  padding: 0 3rem;
}
.p-recruit .s-data-item__gender ul .num {
  width: 8rem;
  margin: 0 auto;
}
.p-recruit .s-data-item__gender ul .icon {
  width: 4rem;
  margin: 0 auto;
}
.p-recruit .s-data-item__job {
  grid-column: span 132;
  grid-row: span 2;
  padding: 5rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__job {
    padding: 3.2rem 4rem;
    grid-row: span 20;
  }
}
.p-recruit .s-data-item__job .img {
  margin-top: 2rem;
}
.p-recruit .s-data-item__female-manager, .p-recruit .s-data-item__overtime {
  padding: 4rem 0;
  grid-column: span 84;
  width: calc(100% - 1.6rem);
  display: grid;
  grid-template-rows: 1fr 8rem;
  align-items: stretch;
  width: calc(100% - 1.6rem);
  grid-row-start: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-data-item__female-manager, .p-recruit .s-data-item__overtime {
    width: 100%;
    grid-row: span 14;
    height: calc(100% - 1.6rem);
    grid-template-rows: 1fr 9rem;
    row-gap: 1.5rem;
  }
}
.p-recruit .s-data-item__female-manager .inner, .p-recruit .s-data-item__overtime .inner {
  row-gap: 1.3rem;
}
.p-recruit .s-data-item__female-manager .img, .p-recruit .s-data-item__overtime .img {
  width: 8.4rem;
  height: auto;
  margin: 0 auto;
  margin-top: auto;
}
.p-recruit .s-data-item__female-manager .total, .p-recruit .s-data-item__overtime .total {
  width: 11.2rem;
  margin: 0 auto;
}
.p-recruit .s-data-item__overtime .total {
  width: 22.6rem;
}
.p-recruit .s-data-caption {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: right;
}
.p-recruit .s-data-loop {
  margin-top: 8rem;
}
.p-recruit .s-data-loop .swiper-wrapper {
  transition-timing-function: linear !important;
  pointer-events: none;
}
.p-recruit .s-data-loop .swiper-wrapper .swiper-slide {
  width: auto !important;
  height: 25.6rem !important;
  aspect-ratio: 248.3/25.6;
}
.p-recruit .s-data-loop .swiper-wrapper figure {
  flex-shrink: 0;
  height: auto !important;
}
.p-recruit .s-data-loop .swiper-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .s-benefits {
  margin-top: 8rem;
}
.p-recruit .s-benefits ul {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-benefits ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
  }
}
.p-recruit .s-benefits ul li {
  display: grid;
  height: 10rem;
  align-items: center;
  grid-template-columns: 5.6rem 1fr;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border-radius: 1.6rem;
  border: 2px solid #E9E9E9;
  background: #FFF;
  padding: 0 1.6rem;
  font-weight: normal;
}
.p-recruit .s-recruitment {
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 12rem;
  background: #F2F6FB;
}
.p-recruit .s-recruitment-tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitment-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitment-tab ul {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .p-recruit .s-recruitment-tab ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    border: 1px solid #07161F;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    height: 100%;
    row-gap: 0.2rem;
    height: 4.8rem;
  }
  .p-recruit .s-recruitment-tab ul li a svg {
    width: 0.8rem;
    overflow: inherit;
  }
}
.p-recruit .s-recruitment-inner {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
.p-recruit .s-recruitment-ttl {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #3C6EB5;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #3C6EB5;
}
.p-recruit .s-recruitment-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-recruit .s-recruitment-item {
  position: relative;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 2.4rem;
  padding-right: 7rem;
  height: 100%;
  row-gap: 1.6rem;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.8rem 0 rgba(128, 128, 128, 0.4);
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitment-item {
    height: 12.8rem;
    row-gap: 0.8rem;
  }
}
.p-recruit .s-recruitment-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ic-arrow-line-right.svg) no-repeat center center/100% 100%;
}
.p-recruit .s-recruitment-item__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #07161F;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitment-item__title {
    font-weight: bold;
    font-size: 1.6rem;
  }
}
.p-recruit .s-recruitment-item__desc {
  font-size: 1.6rem;
  color: #0E1726;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-recruitment-item__desc {
    font-size: 1.4rem;
    padding-right: 4.8rem;
  }
}
.p-recruit .s-recruitment__no-recruitment {
  font-size: 2rem;
  margin-top: 2rem;
}
.p-recruit .s-flow {
  width: 84rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-flow {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.p-recruit .s-flow-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.p-recruit .s-flow-list > div {
  position: relative;
  display: grid;
  grid-template-columns: 20rem 1fr;
  border-radius: 0.4rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  background: #F2F6FB;
  height: 8.7rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-flow-list > div {
    grid-template-columns: 1fr;
    height: auto;
    padding: 1.6rem 2.4rem 2.4rem 2.4rem;
    row-gap: 1.6rem;
  }
}
.p-recruit .s-flow-list > div::before {
  content: "";
  position: absolute;
  top: 10.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1.5rem;
  background: url(../images/recruit/ic-triangle.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-flow-list > div::before {
    top: calc(100% + 1.5rem);
  }
}
.p-recruit .s-flow-list > div dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-flow-list > div dt {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.p-recruit .s-flow-list > div dt > span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3C6EB5;
}
.p-recruit .s-flow-list > div dd {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-flow-list > div dd {
    font-size: 1.4rem;
  }
}
.p-recruit .s-flow-list > div dd::before {
  width: 0px;
  height: 5.1rem;
  border-width: 1px;
  border-style: dashed;
  border-color: #686868;
  border-radius: 0;
  content: "";
  position: absolute;
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-flow-list > div dd::before {
    content: none;
  }
}
.p-recruit .s-flow-list__casual {
  border: 2px solid #E9E9E9;
  background: #FEFEFE !important;
}
.p-recruit .s-flow-last {
  margin-top: 5rem;
  width: 100%;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: #3C6EB5;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-recruit .s-flow-caption {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 4rem;
  white-space: nowrap;
}
.p-recruit .s-casual {
  width: 120rem;
  margin: 0 auto;
  margin-top: 8rem;
  padding-bottom: 12rem;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-casual {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.p-recruit .s-casual-inner {
  padding: 2.4rem 8rem 2.4rem 4rem;
  display: grid;
  grid-template-columns: 40rem 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  background: #FFF;
  box-shadow: 1px 1px 8px 0px rgba(128, 128, 128, 0.4);
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-casual-inner {
    padding: 2.4rem;
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
}
.p-recruit .s-casual-inner figure {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-recruit .s-casual-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit .s-casual-inner > div h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-recruit .s-casual-inner > div p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 170%;
}
.p-recruit .s-casual-inner > div .btn {
  margin-top: 2.4rem;
}
.p-recruit .s-casual-inner > div .btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.6rem;
  display: grid;
  grid-template-columns: auto 1rem;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  height: 3.6rem;
  background: #07161F;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .s-casual-inner > div .btn a {
    margin: 0 auto;
    height: 4.8rem;
  }
}
.p-recruit .s-casual-inner > div .btn a svg path {
  fill: #FFF;
}
.p-recruit .s-contact {
  display: none;
}
.p-recruit .c-float-top {
  display: none !important;
}

.p-s-recruit [data-block-id] {
  min-height: 2rem;
}
.p-s-recruit-inner {
  width: 120rem;
  margin: 0 auto;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 92rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit-inner {
    width: 100%;
    padding: 0 1.6rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
.p-s-recruit .s-mv {
  width: 100%;
  height: 25.6rem;
  display: flex;
  align-items: center;
  background: url(../images/requirements/bg-mv.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-mv {
    height: 11.4rem;
    background: url(../images/requirements/bg-mv_sp.png) no-repeat center center/cover;
  }
}
.p-s-recruit .s-mv-inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-mv-inner {
    width: 100%;
    padding: 0 1rem;
  }
}
.p-s-recruit .s-mv-inner h1 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-mv-inner h1 {
    font-size: 2.4rem;
  }
}
.p-s-recruit .s-side {
  position: sticky;
  top: 8rem;
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-side {
    position: fixed;
    top: inherit;
    height: inherit;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .p-s-recruit .s-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 246, 251, 0.6980392157);
    z-index: 1;
  }
  .p-s-recruit .s-side {
    transition: 0.3s all;
  }
  .p-s-recruit .s-side.no-active {
    transform: translateY(100%);
  }
}
.p-s-recruit .s-side-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-side-list {
    display: none;
  }
}
.p-s-recruit .s-side-list li a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #0E1726;
  transition: 0.3s color;
}
.p-s-recruit .s-side-list li.is-active a {
  font-weight: bold;
  color: #3C6EB5;
}
.p-s-recruit .s-side-list li:not(:last-child) a {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #E9E9E9;
}
.p-s-recruit .s-side-list li:not(:first-child) a {
  padding-top: 1.2rem;
}
.p-s-recruit .s-side-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-side-btn {
    margin-top: 0;
  }
}
.p-s-recruit .s-side-btn__entry, .p-s-recruit .s-side-btn__stop {
  width: 24rem;
  height: 4.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #FEFEFE;
  display: grid;
  grid-template-columns: auto 1rem;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  border-radius: 0.4rem;
  background: linear-gradient(101.52deg, #2B6AAE 29.4%, #CADAFA 134.55%);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-side-btn__entry, .p-s-recruit .s-side-btn__stop {
    width: calc(100% - 8rem);
    margin: 0.8rem auto;
    position: relative;
    z-index: 1;
  }
}
.p-s-recruit .s-side-btn__entry svg path, .p-s-recruit .s-side-btn__stop svg path {
  fill: #FEFEFE;
}
.p-s-recruit .s-side-btn__stop {
  color: #686868;
  background: #F4F4F4;
  font-weight: bold;
}
.p-s-recruit .s-main {
  width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main {
    width: 100%;
  }
}
.p-s-recruit .s-main-ttl {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: -4rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-ttl {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.p-s-recruit .s-main-ttl span {
  display: flex;
  height: 3.2rem;
  align-items: center;
  padding: 0 3rem;
  background: #3C6EB5;
  color: #FEFEFE;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 0.4rem;
}
.p-s-recruit .s-main-ttl h2 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #0E1726;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-ttl h2 {
    font-size: 2.4rem;
  }
}
.p-s-recruit .s-main-detail {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.p-s-recruit .s-main-detail > div > div[id] {
  margin-top: -7rem;
  padding-top: 7rem;
}
.p-s-recruit .s-main-detail__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.p-s-recruit .s-main-detail__item:nth-child(n+2) {
  margin-top: 4rem;
}
.p-s-recruit .s-main-detail__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #3C6EB5;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-detail__ttl {
    font-size: 2rem;
  }
}
.p-s-recruit .s-main-detail__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.p-s-recruit .s-main-detail__content p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 170%;
}
.p-s-recruit .s-main-detail__content ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 170%;
  padding-left: 1.6rem;
}
.p-s-recruit .s-main-detail__content ul li:before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #0E1726;
  border-radius: 50%;
}
.p-s-recruit .s-main-detail__content picture {
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-s-recruit .s-main-flow {
  width: 84rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-flow {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.p-s-recruit .s-main-flow-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.p-s-recruit .s-main-flow-list > div {
  position: relative;
  display: grid;
  grid-template-columns: 20rem 1fr;
  border-radius: 0.4rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  background: #F2F6FB;
  height: 8.7rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-flow-list > div {
    grid-template-columns: 1fr;
    height: auto;
    padding: 1.6rem 2.4rem 2.4rem 2.4rem;
    row-gap: 1.6rem;
  }
}
.p-s-recruit .s-main-flow-list > div::before {
  content: "";
  position: absolute;
  top: 10.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1.5rem;
  background: url(../images/recruit/ic-triangle.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-flow-list > div::before {
    top: calc(100% + 1.5rem);
  }
}
.p-s-recruit .s-main-flow-list > div dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-flow-list > div dt {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.p-s-recruit .s-main-flow-list > div dt > span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3C6EB5;
}
.p-s-recruit .s-main-flow-list > div dd {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-flow-list > div dd {
    font-size: 1.4rem;
  }
}
.p-s-recruit .s-main-flow-list > div dd::before {
  width: 0px;
  height: 5.1rem;
  border-width: 1px;
  border-style: dashed;
  border-color: #686868;
  border-radius: 0;
  content: "";
  position: absolute;
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-main-flow-list > div dd::before {
    content: none;
  }
}
.p-s-recruit .s-main-flow-list__casual {
  border: 2px solid #E9E9E9;
  background: #FEFEFE !important;
}
.p-s-recruit .s-main-flow-last {
  margin-top: 5rem;
  width: 100%;
  height: 8.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: #3C6EB5;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-s-recruit .s-main-flow-caption {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 4rem;
}
.p-s-recruit .s-casual {
  width: 120rem;
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-casual {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.p-s-recruit .s-casual-inner {
  padding: 2.4rem 8rem 2.4rem 4rem;
  display: grid;
  grid-template-columns: 40rem 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  align-items: center;
  background: #FFF;
  box-shadow: 1px 1px 8px 0px rgba(128, 128, 128, 0.4);
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-casual-inner {
    padding: 2.4rem;
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
}
.p-s-recruit .s-casual-inner figure {
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-s-recruit .s-casual-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-s-recruit .s-casual-inner > div h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-s-recruit .s-casual-inner > div p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 170%;
}
.p-s-recruit .s-casual-inner > div .btn {
  margin-top: 2.4rem;
}
.p-s-recruit .s-casual-inner > div .btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.6rem;
  display: grid;
  grid-template-columns: auto 1rem;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  height: 3.6rem;
  background: #07161F;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-s-recruit .s-casual-inner > div .btn a {
    margin: 0 auto;
    height: 4.8rem;
  }
}
.p-s-recruit .s-casual-inner > div .btn a svg path {
  fill: #FFF;
}

.p-agent p:not([class]),
.p-distributor p:not([class]) {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-agent p:not([class]),
  .p-distributor p:not([class]) {
    line-height: 1.8;
  }
}
.p-agent__heading,
.p-distributor__heading {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-agent__heading,
  .p-distributor__heading {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-agent__list,
.p-distributor__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-agent__list,
  .p-distributor__list {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-agent__item,
.p-distributor__item {
  padding: 1.6rem 4rem 4rem;
  border-radius: 1.6rem;
  box-shadow: 0 0 1rem 0.1rem rgba(128, 128, 128, 0.2745098039);
}
@media screen and (max-width: 767px) {
  .p-agent__item,
  .p-distributor__item {
    padding: 1.6rem 2.4rem 2.4rem;
  }
}
.p-agent__thumb img,
.p-distributor__thumb img {
  height: 9rem;
}
.p-agent__name,
.p-distributor__name {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-agent__name,
  .p-distributor__name {
    font-size: 2rem;
  }
}
.p-agent__desc,
.p-distributor__desc {
  font-size: 1.2rem;
  opacity: 0.5;
}
.p-agent__table,
.p-distributor__table {
  margin-top: 2.4rem;
  background-color: #f2f6fb;
  border-radius: 0.8rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-agent__table-item,
.p-distributor__table-item {
  display: grid;
  grid-template-columns: 1fr 5rem;
  width: auto;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-agent__table-item,
  .p-distributor__table-item {
    gap: 5.6rem;
  }
}
.p-agent__table-item--bt,
.p-distributor__table-item--bt {
  border-top: solid 1px #686868;
  padding-top: 1rem;
}
.p-agent__table-cell,
.p-distributor__table-cell {
  text-align: right;
  font-size: 1.6rem;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-agent__table-cell,
  .p-distributor__table-cell {
    font-size: 1.4rem;
  }
}
.p-agent__table-cell--check,
.p-distributor__table-cell--check {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-agent__table-cell--check,
  .p-distributor__table-cell--check {
    font-size: 2rem;
  }
}
.p-agent__table-cell--left,
.p-distributor__table-cell--left {
  text-align: left;
}
.p-agent__btn,
.p-distributor__btn {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 3.6rem;
  margin-left: auto;
  font-size: 1.4rem;
  gap: 1rem;
}
.p-agent__btn img,
.p-distributor__btn img {
  width: 1.6rem;
}
.p-agent__bottom,
.p-distributor__bottom {
  font-size: 1.2rem;
  text-align: right;
  padding-right: 1rem;
}
.p-agent__bottom--mail,
.p-distributor__bottom--mail {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: flex-end;
  gap: 0.5rem;
}
.p-agent__bottom--mail a,
.p-distributor__bottom--mail a {
  text-decoration: underline;
  opacity: 0.8;
}
.p-agent__bottom--mail-col,
.p-distributor__bottom--mail-col {
  margin-top: 1.5rem;
  text-align: left;
}
.p-agent__bottom--mail-col a,
.p-distributor__bottom--mail-col a {
  text-decoration: underline;
  opacity: 0.8;
}

.p-a-news__body {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-a-news__body {
    flex-direction: column-reverse;
  }
}
.p-a-news__main {
  width: auto;
  flex-grow: 1;
}
.p-a-news__side {
  width: 32rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-a-news__side {
    width: 100%;
  }
}
.p-a-news__mentenance-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 5.6rem;
  gap: 1rem;
  border: solid 1px #3c6eb5;
  border-radius: 1px;
  font-size: 1.6rem;
  color: #3c6eb5;
  padding-inline: 1.6rem;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-a-news__mentenance-link-btn {
    padding: 0.5rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    height: auto;
    width: 100%;
    letter-spacing: 0.18rem;
    gap: 0rem;
  }
}
.p-a-news__mentenance-link-btn img {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-a-news__mentenance-link-btn img {
    width: 1.5rem;
  }
}
.p-a-news__article-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

.p-a-case .c-sort {
  text-align: right;
  margin-bottom: 1rem;
}
.p-a-case__mobile-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.9rem;
  border-radius: 0.8rem;
  background-color: #f2f6fb;
  padding-inline: 1.6rem;
}
.p-a-case__mobile-button img {
  width: 1.2rem;
}
.p-a-case__mobile-menu-bg {
  background-color: var(--font-color);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: opacity 0.3s;
  pointer-events: none;
}
.p-a-case__mobile-menu-bg.is-active {
  opacity: 0.5;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-a-case__search-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    width: calc(100% - 5.4rem);
    z-index: 1001;
    transition: left 0.3s;
    border-radius: 0;
    padding: 2.4rem;
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 10rem;
    background-color: #f2f6fb;
  }
  .p-a-case__search-wrapper.is-active {
    left: 5.4rem;
  }
}
.p-a-case__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-a-case__search {
    flex-direction: column;
  }
}
.p-a-case__form-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr 2.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-a-case__form-title {
    align-items: center;
    justify-content: space-between;
  }
}
.p-a-case__form-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  width: 81rem;
}
@media screen and (max-width: 767px) {
  .p-a-case__form-left {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.p-a-case__form-left .p-select__display {
  box-shadow: none;
  height: 5rem;
  padding-inline: 3rem 1.4rem;
  line-height: 5rem;
  background-size: 2rem;
  background-position: right 1.4rem center;
}
.p-a-case__form-left .p-archive-case-search__key {
  width: auto;
}
.p-a-case__form-left .p-search-keyword__input {
  width: 100% !important;
  border-radius: 0.4rem 0 0 0.4rem/0.4rem 0 0 0.4rem !important;
  border: solid 1px #ccc !important;
  border-right: none !important;
  padding: 0.4rem 1.2rem !important;
  height: 4.8rem;
  font-size: 1.4rem;
}
.p-a-case__form-left .p-search-keyword__submit {
  width: 4.8rem !important;
  height: 4.8rem;
  background-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  .p-a-case__form-left .p-search-keyword__submit {
    display: none;
  }
}
.p-a-case__form-item-name {
  color: #686868;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.p-a-case__body {
  margin-top: 4.5rem;
}
.p-a-case__body-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

.p-a-client__search {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-a-client__search {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 0.6rem;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-a-client__search-item {
    width: 100%;
  }
}
.p-a-client__search-title {
  font-size: 1.4rem;
  color: #686868;
}
@media screen and (max-width: 767px) {
  .p-a-client .p-select {
    width: 100%;
  }
}
.p-a-client .p-select__display {
  min-width: 24rem;
  border: solid 1px #e9e9e9;
  box-shadow: none;
  height: 4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  background-image: none;
}
.p-a-client .p-select__display::after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-image: url(../../public/assets/images/common/icon_select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
}
.p-a-client__list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem 0;
}
.p-a-client__item {
  padding: 2.5rem;
  margin-bottom: 1.6rem;
  position: relative;
  border-radius: 0.4rem;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .p-a-client__item:has(a.c-over-link):hover {
    background-color: #f4f4f4;
  }
}
.p-a-client__item-logo {
  text-align: center;
  width: 17rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.p-a-client__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-a-client__item-footer {
  text-align: center;
  display: block;
}
.p-a-client__item-post-name {
  margin-bottom: 2.5rem;
}
.p-a-client__item-name {
  line-height: 1;
  padding: 0.5rem;
  background-color: #f2f6fb;
  display: inline-block;
  text-align: center;
  min-width: 12rem;
  color: #686868;
}

.p-a-document__heading {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-a-document__heading {
    font-size: 2.4rem;
  }
}
.p-a-document__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-a-document__list {
    grid-template-columns: 1fr;
  }
}
.p-a-document__item {
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem 0.2rem rgba(128, 128, 128, 0.2196078431);
}
.p-a-document__item-desc {
  padding: 2.4rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-a-document__item-desc {
    text-align: left;
  }
}
.p-a-document__item-link {
  transition: opacity 0.3s;
}
.p-a-document__item-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.p-a-document__item-download img {
  width: 1.2rem;
}

.p-function .s-tab {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-function .s-tab {
    margin-top: 4rem;
    gap: 1rem;
    row-gap: 1rem;
  }
}
.p-function .s-tab button {
  padding: 0.5rem 1.6rem;
  font-weight: 500;
  border: 1px solid #686868;
  border-radius: 9999px;
  color: #07161f;
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-function .s-tab button {
    padding: 0.3rem 1rem;
    background: #f4f4f4;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .p-function .s-tab button:hover {
    background: #f4f4f4;
  }
}
.p-function .s-tab button.is-active {
  color: #fff;
  background: #07161f;
}
.p-function .s-function {
  margin-top: 8rem;
}
.p-function .s-function__items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-function .s-function__items {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-function .s-function__item {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0.1rem 0.1rem 0.8rem 0px rgba(128, 128, 128, 0.4);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-function .s-function__item {
    padding: 2.4rem;
    box-shadow: 0.1rem 0.1rem 0.8rem 0px rgba(128, 128, 128, 0.4);
  }
}
.p-function .s-function__img {
  display: block;
  width: 8rem;
}
.p-function .s-function__title {
  font-size: 2.4rem;
  margin-top: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-function .s-function__title {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}
.p-function .s-function__sub {
  font-size: 1.2rem;
  font-weight: normal;
  color: #686868;
}
.p-function .s-function__desc {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: normal;
}
.p-function .s-function__desc ul {
  padding-left: 1.6rem;
  list-style: disc;
  margin-top: 0.5rem;
}
.p-function .s-function__desc ul li {
  display: grid;
  grid-template-columns: 0.5rem 1fr;
  align-items: center;
  gap: 1rem;
}
.p-function .s-function__desc ul li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #686868;
  border-radius: 50%;
}
.p-function .s-function__lang {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1rem;
  font-weight: normal;
  text-decoration: underline;
}
.p-function .s-function__video, .p-function .s-function__detail {
  display: grid;
  width: -moz-max-content;
  width: max-content;
  grid-template-columns: 1fr 1.3rem;
  gap: 0.9rem;
  margin-top: 2.5rem;
  font-size: 1.6rem;
  color: #07161f;
  align-items: center;
  font-weight: 500;
}
.p-function .s-function__support {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  background: #f2f6fb;
  padding: 0.7rem 0.6rem;
  border-radius: 0.4rem;
}
.p-function .s-function__support hr {
  height: 5rem;
  width: 1px;
  background: #686868;
}
.p-function .s-function__support div {
  text-align: center;
  border-radius: 0.4rem;
}
.p-function .s-function__support div small {
  font-size: 1.2rem;
  display: block;
}
.p-function .s-function__support div img {
  height: 2.4rem;
  max-width: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  margin-top: 0.4rem;
}
.p-function .s-function__support-desc {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: normal;
  color: #686868;
  text-align: right;
}
.p-function .s-function__els {
  display: grid;
  gap: 8rem;
}
.p-function .s-modal-movie, .p-function .s-modal-lang {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s opacity;
}
.p-function .s-modal-movie__overlay, .p-function .s-modal-lang__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.p-function .s-modal-movie__inner, .p-function .s-modal-lang__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96rem;
  max-width: calc(100% - 2rem);
}
.p-function .s-modal-movie__movie, .p-function .s-modal-lang__movie {
  aspect-ratio: 16/9;
  width: 100%;
}
.p-function .s-modal-movie__close, .p-function .s-modal-lang__close {
  position: absolute;
  right: -0.5rem;
  top: -1.4rem;
  transform: translateY(-100%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-function .s-modal-movie__close, .p-function .s-modal-lang__close {
    top: -1.4rem;
  }
}
.p-function .s-modal-movie__close span, .p-function .s-modal-lang__close span {
  display: block;
  width: 50%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.p-function .s-modal-movie__close span:first-child, .p-function .s-modal-lang__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-function .s-modal-movie__close span:last-child, .p-function .s-modal-lang__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-open-modal-video .p-function .s-modal-movie {
  opacity: 1;
  pointer-events: auto;
}

.is-open-modal-lang .p-function .s-modal-lang {
  opacity: 1;
  pointer-events: auto;
}

.p-function .s-modal-lang__content {
  max-height: 64rem;
  height: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-function .s-modal-lang__content {
    height: 85vh;
    max-height: 60rem;
  }
}
.p-function .s-modal-lang__content-inner {
  padding: 4rem;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-function .s-modal-lang__content-inner {
    padding: 3rem 2rem;
  }
}
.p-function .s-modal-lang__content-inner p {
  font-size: 1.6rem;
}
.p-function .s-modal-lang__content p {
  font-size: 1.6rem;
}

.p-tmpl-manual__tab-list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-tmpl-manual__tab-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-tmpl-manual__tab {
  min-height: 5rem;
}
.p-tmpl-manual__tab a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--font-color);
  border-radius: 0.4rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5rem 1rem;
  height: 100%;
}
.p-tmpl-manual__tab a::after {
  content: "";
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/ic-chevron-down.svg);
  background-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.p-tmpl-manual__list-wrapper {
  margin-top: 6rem;
}
.p-tmpl-manual__content-heading:not(.not-class) {
  background-color: transparent;
  padding: 0;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tmpl-manual__content-heading:not(.not-class) {
    font-size: 2.4rem;
  }
}
.p-tmpl-manual__item:not(.not-class) {
  padding: 2rem 2.4rem;
  border-bottom: solid 1px rgba(104, 104, 104, 0.4509803922);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-tmpl-manual__item:not(.not-class) {
    padding: 1rem 2rem 1rem 0;
    min-height: 5.5rem;
  }
}
.p-tmpl-manual__item:not(.not-class) a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-tmpl-manual__item:not(.not-class) a span {
    display: none;
  }
}
.p-tmpl-manual__item:not(.not-class) a img {
  width: 1.8rem !important;
}
.p-tmpl-manual__dl-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-tmpl-manual__dl-link > .in-text {
    display: none;
  }
}
.p-tmpl-manual__dl-link img {
  width: 1.8rem !important;
}

.p-a-device__body {
  display: grid;
  grid-template-columns: 24rem 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__body {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}
.p-a-device__mobile-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.9rem;
  border-radius: 0.8rem;
  background-color: #f2f6fb;
  padding-inline: 1.6rem;
}
.p-a-device__mobile-button img {
  width: 1.2rem;
}
.p-a-device__mobile-menu-bg {
  background-color: var(--font-color);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: opacity 0.3s;
  pointer-events: none;
}
.p-a-device__mobile-menu-bg.is-active {
  opacity: 0.5;
  pointer-events: auto;
}
.p-a-device__body-side {
  align-self: self-start;
  background-color: #f2f6fb;
  border-radius: 0.8rem;
  padding: 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__body-side {
    position: fixed;
    top: 0;
    left: 100%;
    width: calc(100% - 5.4rem);
    z-index: 1001;
    transition: left 0.3s;
    border-radius: 0;
    padding: 2.4rem;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 10rem;
  }
  .p-a-device__body-side.is-active {
    left: 5.4rem;
  }
}
.p-a-device__form-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: auto 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__form-title {
    align-items: center;
    justify-content: space-between;
  }
}
.p-a-device__form .p-select__display {
  height: 5rem;
  line-height: 5rem;
  background: white;
}
.p-a-device__form .p-select__display::after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-image: url(../../public/assets/images/common/icon_select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
}
.p-a-device__form .p-select__list {
  top: 5rem;
}
.p-a-device__form .p-select__item {
  font-size: 1.6rem;
}
.p-a-device__form .p-select__item-input {
  font-size: 1.6rem;
}
.p-a-device__form .p-select-group {
  border: none;
  margin-top: 2rem;
}
.p-a-device__form .p-select-group__header {
  background-color: transparent;
  padding: 0;
}
.p-a-device__form .p-select-group__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.p-a-device__form .p-select-group__item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.p-a-device__form .p-select-group__item input[type=checkbox] {
  margin: 0;
  transform: scale(0.8);
  background-color: transparent;
  border: solid 3px #e9e9e9;
}
.p-a-device__form .p-select-group__item span {
  font-size: 1.6rem;
  font-weight: normal;
}
.p-a-device__form-inner-heading {
  font-size: 1.4rem;
  color: #686868;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.p-a-device__form-inner-heading:first-of-type {
  margin-top: 0;
}
.p-a-device__mobile-menu-cloase-button {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto 1.8rem;
  gap: 1rem;
  background-color: var(--font-color);
  margin-top: 4rem;
  width: 100%;
  height: 4.8rem;
  border-radius: 0.4rem;
  color: white;
}
.p-a-device__body-form-reset {
  margin-top: 4rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__body-form-reset {
    margin-top: 2rem;
  }
}
.p-a-device__body-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__body-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-a-device__body-list .p-peripherals {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0 0.8rem 0.2rem rgba(128, 128, 128, 0.2039215686);
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .p-a-device__body-list .p-peripherals:hover .p-peripherals__thumbnail img {
    transform: scale(1.05);
  }
}
.p-a-device__body-list .p-peripherals__header {
  aspect-ratio: 30/28;
  overflow: hidden;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-a-device__body-list .p-peripherals__header {
    aspect-ratio: 255/214;
  }
}
.p-a-device__body-list .p-peripherals__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem;
  padding-bottom: 0;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__body-list .p-peripherals__thumbnail {
    padding: 3rem;
  }
}
.p-a-device__body-list .p-peripherals__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s;
}
.p-a-device__body-list .p-peripherals__body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.p-a-device__body-list .p-peripherals__title {
  font-size: 1.6rem;
  line-height: 1.6;
  min-height: 10.24rem;
}
@media screen and (max-width: 767px) {
  .p-a-device__body-list .p-peripherals__title {
    min-height: 0;
  }
}
.p-a-device__body-list .p-peripherals__tags {
  gap: 0.8rem;
  align-items: flex-start;
}
.p-a-device__body-list .p-peripherals__tags > span.in-tag {
  background-color: rgba(233, 233, 233, 0.5019607843);
  border-radius: 0.4rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.4rem;
  color: #686868;
  font-weight: normal;
}
.p-a-device__body-list .p-peripherals__link-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-a-device__body-list .p-peripherals__link {
  margin: 0 !important;
}
.p-a-device__body-list .p-peripherals__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--font-color);
  border-radius: 0.4rem;
  width: 100%;
  height: 4.8rem;
  gap: 1rem;
  font-size: 1.4rem;
  color: var(--font-color);
}
.p-a-device__body-list .p-peripherals__link a img {
  width: 1.2rem;
}
.p-a-device__body-list .p-peripherals__link--blank a {
  background-color: var(--font-color);
  color: white;
}
.p-a-device__body-list .p-peripherals__link--blank a span {
  color: white;
}

.p-s-device {
  margin-bottom: 8rem;
}
.p-s-device__bread-wrapper {
  background-color: #f2f6fb;
  padding-block: 0.5rem;
}
.p-s-device__bread-wrapper .c-breadcrumb {
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__bread-wrapper .c-breadcrumb {
    padding-inline: 1em;
  }
}
.p-s-device__bread-wrapper .c-breadcrumb__list {
  width: 100%;
}
.p-s-device__body-wrapper {
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__body-wrapper {
    grid-template-columns: 1fr;
  }
}
.p-s-device__aside {
  align-self: self-start;
  position: sticky;
  top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__aside {
    position: relative;
    top: auto;
  }
}
.p-s-device__aside .p-single-peripherals-mv__view {
  width: 100%;
  padding: 0;
}
.p-s-device__aside .p-single-peripherals-mv__view-inner {
  border: solid 1px #e9e9e9;
}
.p-s-device__aside .p-single-peripherals-mv__images {
  margin-top: 2rem;
  gap: 1.2rem;
}
.p-s-device__aside .p-single-peripherals-mv__images-item {
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.4rem;
  border: none;
  cursor: pointer;
  min-width: 1rem;
  min-height: 1rem;
}
.p-s-device__aside .p-single-peripherals-mv__images-item.is--active {
  border: solid 1px var(--font-color);
}
.p-s-device__content-wrapper p:not([class]) {
  font-weight: 400;
}
.p-s-device__content-wrapper .p-single-peripherals-mv__contents {
  width: 100%;
  padding: 0;
}
.p-s-device__content-wrapper .p-single-peripherals-mv__sp {
  padding: 0;
}
.p-s-device__content-wrapper .p-single-peripherals-product {
  margin-top: 5rem;
  padding: 2rem;
}
.p-s-device__content-wrapper .p-single-peripherals-product__item {
  max-width: 100%;
}
.p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product {
  padding: 2rem;
}
.p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product__img {
  width: 15rem;
  min-width: 15rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product__img {
    width: 100%;
    margin-right: auto;
  }
}
.p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product__contents {
  width: calc(100% - 19rem);
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product__contents {
    width: 100%;
  }
}
.p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product__buttons > .button {
  margin: 0;
}
.p-s-device__content-wrapper .p-single-peripherals-product__item .p-peripherals-product + .p-peripherals-product {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-contents__logo {
    margin-bottom: 2rem;
  }
}
.p-s-device__content-wrapper .p-single-peripherals-contents__logo img {
  width: 15.8rem;
}
.p-s-device__content-wrapper .p-single-peripherals-contents__subtitle {
  color: var(--font-color);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-contents__subtitle {
    font-size: 1.6rem;
  }
}
.p-s-device__content-wrapper .p-single-peripherals-contents__title {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--font-color);
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-contents__title {
    font-size: 2.4rem;
  }
}
.p-s-device__content-wrapper .p-single-peripherals-contents__tags {
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-contents__tags {
    margin-bottom: 3rem;
  }
}
.p-s-device__content-wrapper .p-single-peripherals-contents__tags-item {
  background-color: rgba(233, 233, 233, 0.5019607843);
  padding: 0.2rem 1rem;
  font-size: 1.4rem;
  color: #686868;
  border-radius: 0.4rem;
  font-weight: 400;
}
.p-s-device__content-wrapper .p-single-peripherals-contents__text {
  font-weight: 400;
}
.p-s-device__content-wrapper .p-single-peripherals-content {
  padding: 0;
}
.p-s-device__content-wrapper .p-single-peripherals-content .wp-block-embed.is-image {
  margin-block: 2rem;
  border: solid 1px #e9e9e9;
}
.p-s-device__content-wrapper .p-single-peripherals-content .wp-block-embed.is-provider-youtube {
  margin-block: 8rem;
}
.p-s-device__content-wrapper .p-single-peripherals-spec {
  background-color: transparent;
  padding: 0;
}
.p-s-device__content-wrapper .p-single-peripherals-spec__table {
  display: block;
}
.p-s-device__content-wrapper .p-single-peripherals-related {
  margin-top: 4rem;
  background-color: transparent;
  padding: 0;
}
.p-s-device__content-wrapper .p-single-peripherals-related__inner {
  width: 72rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-s-device__content-wrapper .p-single-peripherals-related__inner {
    width: 35rem;
  }
}
.p-s-device__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 16.6rem;
  height: 4.8rem;
  background-color: var(--font-color);
  border-radius: 0.4rem;
  color: white;
  font-size: 1.6rem;
  padding-inline: 1.6rem;
  margin-top: 3.2rem;
}
.p-s-device__content-heading02:not(.not-class) {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 8rem;
  margin-bottom: 2rem;
}
.p-s-device__spec-list {
  display: grid;
  grid-template-columns: 18.2rem 1fr;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__spec-list {
    grid-template-columns: 12.8rem 1fr;
  }
}
.p-s-device__spec-title {
  padding: 1.2rem;
  border-bottom: solid 1px rgba(104, 104, 104, 0.4117647059);
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-s-device__spec-data {
  padding: 1.2rem;
  border-bottom: solid 1px rgba(104, 104, 104, 0.4117647059);
  display: flex;
  align-items: center;
}
.p-s-device__spec-data > .in-inner {
  font-weight: 400;
}
.p-s-device__relation-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-s-device__relation-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 10.4rem;
  padding-block: 1rem;
  border-radius: 1.6rem;
  box-shadow: 0 0 0.8rem 0.2rem rgba(128, 128, 128, 0.1803921569);
  background-color: white;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__relation-item-link {
    flex-direction: column;
    padding: 2.4rem;
    gap: 2rem;
  }
}
.p-s-device__relation-item-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-s-device__relation-item-inner {
    align-items: flex-start;
  }
}
.p-s-device__relation-item-img {
  width: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-s-device__relation-item-img {
    padding-top: 0.5rem;
  }
}
.p-s-device__relation-item-img img {
  width: 4rem;
}
.p-s-device__relation-item-content {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-s-device__relation-item-more {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-s-device__relation-item-more {
    margin-inline: auto 0;
  }
}
.p-s-device__relation-item-more img {
  width: 1.2rem;
}

.p-post-news {
  padding-bottom: 12rem;
  border-bottom: solid 1px #e9e9e9;
}
@media screen and (max-width: 767px) {
  .p-post-news {
    padding-bottom: 6rem;
  }
}
.p-post-news .c-breadcrumb__list {
  width: 80rem;
}
.p-post-news__header {
  padding-block: 6.8rem;
  background-color: #f2f6fb;
}
@media screen and (max-width: 767px) {
  .p-post-news__header {
    padding-block: 4rem;
  }
}
.p-post-news__header .l-page {
  padding-top: 0;
}
.p-post-news__cats-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2.4rem;
  margin-bottom: 2rem;
}
.p-post-news__cats-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1rem;
}
.p-post-news__cat {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-post-news__time {
  font-size: 1.2rem;
  opacity: 0.5;
}
.p-post-news__heading {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-post-news__heading {
    font-size: 2.4rem;
  }
}
.p-post-news__entry > *:first-child {
  margin-top: 0;
}
.p-post-news__entry h1 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.p-post-news__entry h2 {
  margin-block: 6rem 2rem;
  font-size: 2.8rem;
  font-weight: 500;
}
.p-post-news__entry p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.p-post-news__entry p:last-of-type {
  margin-bottom: 0;
}
.p-post-news__entry figure {
  margin-block: 2rem;
}
.p-post-news__pdf-button-wrapper {
  margin-top: 6rem;
  text-align: right;
}
.p-post-news__pdf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 20rem;
  height: 4.8rem;
  color: white;
  font-size: 1.6rem;
  background-color: var(--font-color);
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-post-news__pdf-button {
    width: 100%;
  }
}
.p-post-news__pdf-button img {
  width: 2.5rem;
}
.p-post-news__footer {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-post-news__footer {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-post-news__sns-wrapper {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  background-color: #fafafa;
  border-radius: 5rem;
  padding-inline: 3rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-post-news__sns-wrapper {
    flex-direction: column;
    width: 100%;
    padding-block: 2rem;
    height: auto;
    gap: 1.5rem;
    border-radius: 8rem;
  }
}
.p-post-news__share-title {
  font-size: 1.6rem;
}
.p-post-news__sns-list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.p-post-news__sns-item img {
  width: 4rem;
}
.p-post-news__archive-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-post-news__archive-link {
    justify-content: center;
  }
}
.p-post-news__archive-link img {
  width: 1.2rem;
}

.p-price {
  padding-bottom: 0 !important;
}
.p-price .s-plan {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-plan {
    margin-top: 4rem;
  }
}
.p-price .s-plan__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-price .s-plan__title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price .s-plan__title {
    font-size: 2.4rem;
  }
}
.p-price .s-plan__desc {
  font-weight: normal;
  color: #686868;
  font-size: 1.2rem;
}
.p-price .s-plan__actions {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-plan__actions {
    margin-top: 4rem;
    display: grid;
    gap: 2.4rem;
    justify-content: center;
  }
}
.p-price .s-plan__action {
  margin: 0;
  display: inline-grid;
  grid-template-columns: 1fr 1.1rem;
  gap: 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-plan__action {
    grid-template-columns: min-content 1.1rem;
    width: 100%;
    white-space: nowrap;
  }
}
.p-price .s-plan__action--details {
  background: #fff;
  color: #0E1726;
}
.p-price .s-add {
  margin-top: 16rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-add {
    margin-top: 10rem;
    padding-bottom: 8rem;
  }
}
.p-price .s-add__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-price .s-add__title {
  font-size: 2.8rem;
  font-weight: 500;
}
.p-price .s-add__desc {
  font-weight: normal;
  color: #686868;
  font-size: 1.2rem;
}
.p-price .s-add__list {
  display: grid;
  gap: 2.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-add__list {
    margin-top: 4rem;
  }
}
.p-price .s-add__item {
  display: grid;
  align-items: center;
  grid-template-columns: 27.7rem auto;
  padding: 2.4rem;
  gap: 4rem;
  border-radius: 1.6rem;
  box-shadow: 0.1rem 0.1rem 0.8rem 0px rgba(128, 128, 128, 0.4);
}
@media screen and (max-width: 767px) {
  .p-price .s-add__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-price .s-add__lead {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-price .s-add__name {
  font-size: 2.4rem;
  margin-top: 0.5rem;
}
.p-price .s-add__price {
  margin-top: 1.6rem;
}
.p-price .s-add__price-symbol {
  font-size: 2rem;
}
.p-price .s-add__price-num {
  font-size: 4.8rem;
  line-height: 0.6;
}
.p-price .s-add__price-unit {
  font-size: 1.4rem;
}
.p-price .s-add__note {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: normal;
}
.p-price .s-add__link {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: auto 1.1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 1.6rem;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
}
.p-price .s-caution {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-caution {
    padding-bottom: 6rem;
  }
}
.p-price .s-caution__title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price .s-caution__title {
    font-size: 2.4rem;
  }
}
.p-price .s-caution__list {
  display: grid;
  grid-template-columns: 23rem 1fr;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-caution__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.p-price .s-caution__item, .p-price .s-caution__subitem {
  position: relative;
  padding-left: 1em;
}
.p-price .s-caution__item::before, .p-price .s-caution__subitem::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #0E1726;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1rem;
}
.p-price .s-caution__items {
  display: grid;
  gap: 1rem;
}
.p-price .s-caution__term, .p-price .s-caution__desc {
  padding-block: 1.5rem;
  border-bottom: 1px solid #E0E0E0;
}
.p-price .s-caution__term {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-price .s-caution__term {
    color: #686868;
    border-bottom: none;
    padding-top: 2.4rem;
  }
}
.p-price .s-caution__desc {
  padding-left: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-price .s-caution__desc {
    padding-left: 0.5rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #686868;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px), print {
  .p-price .s-caution__subitems {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
  }
}
.p-price .s-caution__link {
  text-decoration: underline;
}
.p-price .s-caution__note {
  margin-top: 1rem;
}
.p-price .s-modal-lang {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s opacity;
}
.p-price .s-modal-lang__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.p-price .s-modal-lang__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96rem;
  max-width: calc(100% - 2rem);
}
.p-price .s-modal-lang__movie {
  aspect-ratio: 16/9;
}
.p-price .s-modal-lang__close {
  position: absolute;
  right: -0.5rem;
  top: -1.4rem;
  transform: translateY(-100%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-price .s-modal-lang__close {
    top: -1.4rem;
  }
}
.p-price .s-modal-lang__close span {
  display: block;
  width: 50%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.p-price .s-modal-lang__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-price .s-modal-lang__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-open-modal-lang .p-price .s-modal-lang {
  opacity: 1;
  pointer-events: auto;
}

.p-price .s-modal-lang__content {
  max-height: 64rem;
  height: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-price .s-modal-lang__content {
    height: 85vh;
    max-height: 60rem;
  }
}
.p-price .s-modal-lang__content-inner {
  padding: 4rem;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-price .s-modal-lang__content-inner {
    padding: 3rem 2rem;
  }
}
.p-price .s-modal-lang__content-inner p {
  font-size: 1.6rem;
}
.p-price .s-modal-lang__content p {
  font-size: 1.6rem;
}

.p-post-case__header {
  background-color: #f2f6fb;
  padding-block: 8.3rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__header {
    padding-block: 4rem;
  }
}
.p-post-case__header-inner {
  width: 120rem;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
}
.p-post-case__header-inner > .in-label {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-post-case__header-inner > .in-label {
    font-size: 1.4rem;
  }
}
.p-post-case__header-inner > .in-heading {
  font-size: 3.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post-case__header-inner > .in-heading {
    font-size: 2.4rem;
  }
}
.p-post-case__body {
  display: grid;
  grid-template-columns: 1fr 32rem;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__body {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.p-post-case__aside {
  align-self: self-start;
}
.p-post-case__movie:not(.is-image) {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-post-case__movie:not(.is-image) iframe {
  width: 100%;
  height: 100%;
}
.p-post-case__main-heading {
  font-size: 2.8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__main-heading {
    font-size: 2rem;
  }
}
.p-post-case__kikkake-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__kikkake-wrapper {
    margin-block: 4rem;
    grid-template-columns: 1fr;
  }
}
.p-post-case__kikkake {
  padding: 3.2rem;
  background-color: rgba(230, 230, 230, 0.4);
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__kikkake {
    padding: 1.6rem;
  }
}
.p-post-case__kikkake--kouka {
  background-color: #f2f6fb;
}
.p-post-case__kikkake--kimete {
  border: solid 1px var(--font-color);
  background-color: transparent;
}
.p-post-case__kikkake:nth-of-type(3) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-post-case__kikkake:nth-of-type(3) {
    grid-column: span 1;
  }
}
.p-post-case__kikkake-title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post-case__kikkake-title {
    font-size: 1.6rem;
  }
}
.p-post-case__kikkake-text {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-post-case__kikkake-text {
    font-size: 1.4rem;
  }
}
.p-post-case__kikkake-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-post-case__kikkake-item {
  padding-left: 1em;
  position: relative;
}
.p-post-case__kikkake-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-post-case__content {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__content {
    margin-top: 4rem;
  }
}
.p-post-case__heading-before-image {
  width: 100%;
}
.p-post-case__heading-before-image img {
  max-width: 100%;
  height: auto;
}
.p-post-case__content p {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.p-post-case__content p:last-of-type {
  margin-bottom: 0;
}
.p-post-case__content-label {
  font-size: 2rem;
  color: #5171cb;
}
@media screen and (max-width: 767px) {
  .p-post-case__content-label {
    font-size: 1.6rem;
  }
}
.p-post-case__content-headset {
  margin-block: 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__content-headset {
    margin-top: 4rem;
  }
}
.p-post-case__content-heading {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post-case__content-heading {
    font-size: 2rem;
  }
}
.p-post-case__content-text h2:not([class]) {
  font-weight: bold;
}
.p-post-case__content-text h3:not([class]) {
  font-weight: bold;
}
.p-post-case__content-image {
  margin-block: 2rem;
}
.p-post-case__voice-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__voice-wrapper {
    margin-top: 6rem;
  }
}
.p-post-case__voice-item {
  border-radius: 1.6rem;
  box-shadow: 0 0 0.5rem 0.2rem rgba(14, 23, 38, 0.0509803922);
  padding: 4rem;
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 0.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__voice-item {
    padding: 2.4rem 1.6rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-post-case__voice-heading {
  font-weight: bold;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-post-case__voice-heading {
    grid-column: span 1;
    text-align: center;
  }
}
.p-post-case__voice-user {
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-post-case__voice-user {
    width: 10rem;
  }
}
.p-post-case__voice-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post-case__voice-contents {
  align-self: center;
}
.p-post-case__voice-footer {
  text-align: right;
  font-size: 1.2rem;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .p-post-case__voice-footer {
    grid-column: span 1;
  }
}
.p-post-case__voice-label {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__voice-label {
    font-size: 1.6rem;
  }
}
.p-post-case__pdf-button-wrapper {
  margin-top: 6rem;
}
.p-post-case__pdf-button {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto 2.1rem;
  gap: 1rem;
  background-color: var(--font-color);
  color: white;
  border-radius: 0.8rem;
  height: 5rem;
}
.p-post-case__aside {
  padding: 2.4rem;
  box-shadow: 0 0 0.5rem 0.2rem rgba(14, 23, 38, 0.0509803922);
  border-radius: 1.6rem;
}
.p-post-case__logo {
  width: 100%;
  height: 16rem;
  text-align: center;
  margin-bottom: 2rem;
}
.p-post-case__logo img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.p-post-case__company-desc {
  font-weight: normal;
  margin-bottom: 2rem;
}
.p-post-case__info-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.p-post-case__info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.p-post-case__info-item a {
  white-space: pre-wrap;
  word-break: break-all;
}
.p-post-case__overview-title {
  color: #686868;
  font-weight: bold;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.p-post-case__overview-data {
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #ececec;
  font-weight: normal;
}
.p-post-case__overview-desc-item {
  padding-left: 1em;
  position: relative;
}
.p-post-case__overview-desc-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-post-case__relation-wrapper {
  margin-top: 8rem;
}
.p-post-case__relation-heading {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.p-post-case__relation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-post-case__relation-list {
    grid-template-columns: 1fr;
  }
}

.p-sitepolicy__text {
  font-weight: normal;
}
.p-sitepolicy__content {
  padding: 8rem 21rem 12rem;
  font-size: 1.6rem;
  display: grid;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sitepolicy__content {
    padding: 4rem 0;
    gap: 4rem;
  }
}
.p-sitepolicy__section-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-sitepolicy__section-title {
    font-size: 2.4rem;
  }
}
.p-sitepolicy__section-text {
  margin-top: 2rem;
  font-weight: normal;
}
.p-sitepolicy .s-contact {
  display: none;
}

.p-privacy {
  font-weight: normal;
}
.p-privacy__content {
  padding: 8rem 21rem 12rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    padding: 4rem 0;
  }
}
.p-privacy__desc {
  display: grid;
  gap: 1rem;
}
.p-privacy__sign {
  text-align: right;
  margin-top: 6rem;
}
.p-privacy__section {
  margin-top: 8rem;
}
.p-privacy__section-title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-title {
    font-size: 2.4rem;
  }
}
.p-privacy__section-text {
  margin-top: 1rem;
}
.p-privacy__section-contents {
  display: grid;
  gap: 4rem;
  margin-top: 4rem;
}
.p-privacy__section-content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-content h3 {
    font-size: 2rem;
  }
}
.p-privacy__section-content dl {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 53rem;
  font-size: 1.4rem;
  border-bottom: 0.05rem solid #686868;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-content dl {
    grid-template-columns: 1fr;
  }
}
.p-privacy__section-content dl dt, .p-privacy__section-content dl dd {
  padding: 1.5rem 0;
  border-top: 0.05rem solid #686868;
}
.p-privacy__section-content dl dt {
  padding-inline: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-content dl dt {
    padding-inline: 1rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-privacy__section-content dl dd {
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-content dl dd {
    padding-right: 0;
    border-top: none;
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__section-content dl dd .bullet:nth-of-type(n + 2) {
    margin-top: 2em;
  }
}
.p-privacy__section-content dl.ratio {
  grid-template-columns: 1fr 63rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__section-content dl.ratio {
    grid-template-columns: 1fr;
  }
}
.p-privacy__section-content .bullet {
  display: block;
  padding-left: 1em;
  position: relative;
}
.p-privacy__section-content .bullet::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #0E1726;
  border-radius: 9999px;
}
.p-privacy__section-content .bullet-big::before {
  top: 1.2rem;
}
.p-privacy__section-content .caution-text {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.p-privacy .p-mark {
  width: 10.3rem;
  margin-top: 4rem;
}

.p-security__text {
  font-weight: normal;
}
.p-security__content {
  padding: 8rem 21rem 12rem;
  font-size: 1.6rem;
  display: grid;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-security__content {
    padding: 4rem 0;
    gap: 4rem;
  }
}
.p-security__section-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-security__section-title {
    font-size: 2.4rem;
  }
}
.p-security__section-text {
  margin-top: 2rem;
  font-weight: normal;
}
.p-security .s-contact {
  display: none;
}

.p-anti-social__text {
  font-weight: normal;
}
.p-anti-social__content {
  padding: 8rem 21rem 12rem;
  font-size: 1.6rem;
  display: grid;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-anti-social__content {
    padding: 4rem 0;
    gap: 4rem;
  }
}
.p-anti-social__content ol {
  padding-left: 1em;
}
.p-anti-social__content ol li {
  list-style: auto !important;
}
.p-anti-social .s-contact {
  display: none;
}
.p-anti-social__list {
  font-weight: normal;
}

.p-specifictradelaw {
  font-weight: normal;
}
.p-specifictradelaw__content {
  padding: 8rem 21rem 12rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-specifictradelaw__content {
    padding: 4rem 0;
  }
}
.p-specifictradelaw__section-content dl {
  display: grid;
  grid-template-columns: 1fr 53rem;
  font-size: 1.4rem;
  border-bottom: 0.05rem solid #686868;
}
@media screen and (max-width: 767px) {
  .p-specifictradelaw__section-content dl {
    grid-template-columns: 1fr;
  }
}
.p-specifictradelaw__section-content dl dt, .p-specifictradelaw__section-content dl dd {
  padding: 1.5rem 0;
  border-top: 0.05rem solid #686868;
}
.p-specifictradelaw__section-content dl dt {
  padding-inline: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-specifictradelaw__section-content dl dt {
    padding-inline: 1rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-specifictradelaw__section-content dl dd {
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-specifictradelaw__section-content dl dd {
    padding-right: 0;
    border-top: none;
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-specifictradelaw__section-content dl dd .bullet:nth-of-type(n + 2) {
    margin-top: 2em;
  }
}
.p-specifictradelaw .s-contact {
  display: none;
}

.p-option-child .title {
  font-size: 2.4rem;
  font-weight: 500;
}
.p-option-child .s-about {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.p-option-child .s-about__body {
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 6rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__body {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-option-child .s-about__features {
  padding-left: 4rem;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__features {
    order: 2;
    padding-left: 0;
  }
}
.p-option-child .s-about__feature {
  padding-block: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__feature {
    padding-block: 3.2rem;
    padding-left: 2.4rem;
  }
}
.p-option-child .s-about__feature::before {
  content: "";
  height: calc(100% - 8rem);
  width: 0.2rem;
  position: absolute;
  left: -4rem;
  top: 4rem;
  background: #07161F;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__feature::before {
    left: 0;
    top: 3.2rem;
    height: calc(100% - 6.4rem);
  }
}
@media screen and (min-width: 768px) {
  .p-option-child .s-about__feature:nth-of-type(n + 2) {
    border-top: 1px solid #07161F;
  }
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__feature {
    border-bottom: 1px solid #07161F;
  }
}
.p-option-child .s-about__feature-title {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  cursor: pointer;
  padding-right: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-option-child .s-about__feature-title {
    transition: 0.3s opacity;
  }
  .p-option-child .s-about__feature-title:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__feature-title {
    font-size: 2rem;
  }
}
.p-option-child .s-about__feature-title span {
  transition: transform 0.3s;
  transform-origin: left top;
  display: inline-block;
}
.p-option-child .s-about__feature-title::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/ic-chevron-down.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__feature-title::after {
    top: 0.7rem;
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.p-option-child .s-about__feature-texts {
  padding-top: 2.4rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__feature-texts {
    padding-right: 4rem;
  }
}
.p-option-child .s-about__feature-text {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.6rem;
  font-weight: 400;
}
.p-option-child .s-about__feature-text::before {
  content: "・";
}
.p-option-child .s-about__feature.is-active::before {
  opacity: 1;
}
.p-option-child .s-about__feature.is-active .s-about__feature-texts {
  display: block;
}
.p-option-child .s-about__feature.is-active .s-about__feature-title {
  pointer-events: none;
}
.p-option-child .s-about__feature.is-active .s-about__feature-title span {
  transform: scale(0.95);
}
.p-option-child .s-about__feature.is-active .s-about__feature-title::after {
  transform: scaleY(-1);
}
.p-option-child .s-about__images {
  height: 54rem;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-about__images {
    order: 1;
    height: 26.6rem;
    border-radius: 0.8rem;
  }
}
.p-option-child .s-about__images img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.p-option-child .s-about__images img.is-active {
  opacity: 1;
}
.p-option-child .s-customize {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-customize {
    padding-block: 4rem;
  }
}
.p-option-child .s-customize__experience {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-customize__experience {
    padding-top: 2.4rem;
  }
}
.p-option-child .s-customize__experience-image {
  border-radius: 1.6rem;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-option-child .s-customize__experience-image {
    margin-top: 2.4rem;
  }
}
.p-option-child .s-customize__staff {
  padding-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-customize__staff {
    padding-top: 3rem;
  }
}
.p-option-child .s-customize__staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-customize__staff-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2rem;
  }
}
.p-option-child .s-customize__staff-item {
  border-radius: 1.6rem;
  box-shadow: 0.1rem 0.1rem 0.8rem 0px rgba(128, 128, 128, 0.4);
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-customize__staff-item {
    padding: 4rem;
  }
}
.p-option-child .s-customize__staff-item-icon {
  width: 8rem;
}
.p-option-child .s-customize__staff-item-title {
  font-size: 2.4rem;
  margin-top: 0.8rem;
  font-weight: 500;
}
.p-option-child .s-customize__staff-item-desc {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  font-weight: normal;
  display: grid;
  gap: 1rem;
}
.p-option-child .s-customize__btn {
  margin-right: 0;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: auto 1.1rem;
  gap: 1rem;
}
.p-option-child .s-customize__btn path {
  fill: #fff;
}
.p-option-child .s-scene {
  background: #F2F6FB;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-scene {
    padding-bottom: 8rem;
  }
}
.p-option-child .s-scene__list {
  margin-top: 4rem;
  display: grid;
  gap: 2.4rem;
}
.p-option-child .s-scene__item {
  border-radius: 1.6rem;
  box-shadow: 0.1rem 0.1rem 0.8rem 0px rgba(128, 128, 128, 0.4);
  background: #fff;
  padding: 4rem;
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-scene__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 3.2rem 2.4rem 4rem;
  }
}
.p-option-child .s-scene__item-label {
  background: #3C6EB5;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0.4rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0.4rem;
}
.p-option-child .s-scene__item-logo-wrap {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-scene__item-logo-wrap {
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.p-option-child .s-scene__item-company {
  font-weight: bold;
}
.p-option-child .s-scene__item-image {
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 420/219;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-option-child .s-scene__item-result {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-scene__item-result {
    font-size: 1.6rem;
  }
}
.p-option-child .s-scene__item-inner-label {
  width: -moz-max-content;
  width: max-content;
  background: #E9E9E9;
  font-size: 1.4rem;
  color: #686868;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-weight: normal;
}
.p-option-child .s-scene__item-effect {
  margin-top: 2.4rem;
}
.p-option-child .s-scene__item-effect-list {
  margin-top: 1rem;
  font-weight: normal;
}
.p-option-child .s-scene__item-effect-list-item {
  padding-left: 1.3em;
  position: relative;
  font-size: 1.6rem;
}
.p-option-child .s-scene__item-effect-list-item::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #07161F;
  border-radius: 9999px;
}
.p-option-child .s-scene__item-effect-text {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  font-weight: normal;
}
.p-option-child .s-scene__item-effect-label {
  background: #F2F6FB;
  color: #3C6EB5;
}
.p-option-child .s-plan {
  padding-top: 6rem;
  max-width: 64rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-plan {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .p-option-child .s-plan__inner {
    padding-inline: 1.6rem;
  }
}
.p-option-child .s-plan__title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-plan__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-option-child .s-plan__list {
    margin-top: 3rem;
  }
}
.p-option-child .s-plan__item {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding: 2.4rem;
  gap: 2.3rem;
  border-bottom: 1px solid #686868;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-plan__item {
    display: grid;
    gap: 0.5rem;
  }
}
.p-option-child .s-plan__item-price {
  font-weight: normal;
}
.p-option-child .s-plan__note {
  padding: 1.6rem 2.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-plan__note {
    font-size: 1.2rem;
  }
}
.p-option-child .s-plan__text {
  font-weight: normal;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-plan__text {
    margin-top: 2rem;
  }
}
.p-option-child .s-situation {
  margin-top: 4rem;
  background: #F2F6FB;
  border-radius: 0.8rem;
  padding: 3rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-situation {
    padding: 3.9rem 1.6rem;
    padding-bottom: 4rem;
  }
}
.p-option-child .s-situation__ttl {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  align-items: center;
  gap: 1rem;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-situation__ttl {
    grid-template-columns: 2.4rem 1fr;
    line-height: 1.3;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .p-option-child .s-situation__ttl svg {
    transform: translateY(0.2rem);
  }
}
.p-option-child .s-situation__list {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-situation__list {
    margin-top: 1.5rem;
  }
}
.p-option-child .s-situation__list-item {
  display: grid;
  grid-template-columns: 20rem 1fr;
  padding-block: 1rem;
}
.p-option-child .s-situation__list-item:nth-of-type(n + 2) {
  border-top: 1px solid #DADADA;
}
.p-option-child .s-situation__list-item {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-situation__list-item {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
  }
  .p-option-child .s-situation__list-item b {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.p-option-child .s-balancing {
  padding-top: 8rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-balancing {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.p-option-child .s-balancing__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-balancing__list {
    grid-template-columns: 1fr;
  }
}
.p-option-child .s-balancing__item {
  padding-inline: 7.1rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-balancing__item {
    padding-inline: 0;
  }
  .p-option-child .s-balancing__item:nth-of-type(n + 2) {
    border-top: 1px solid #DADADA;
    margin-top: 6.4rem;
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-option-child .s-balancing__item:first-of-type {
    padding-left: 0;
    border-right: 1px solid #DADADA;
  }
  .p-option-child .s-balancing__item:last-of-type {
    padding-right: 0;
    border-right: none;
    border-left: 1px solid #DADADA;
  }
}
.p-option-child .s-balancing__item-image {
  width: 23rem;
  display: block;
  margin-inline: auto;
}
.p-option-child .s-balancing__item-title {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-balancing__item-title {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}
.p-option-child .s-balancing__item-tags {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-balancing__item-tags {
    text-align: center;
    margin-top: 1.5rem;
  }
}
.p-option-child .s-balancing__item-tag {
  color: #686868;
  font-size: 1.2rem;
  background: #F2F6FB;
  padding: 0.2rem 0.8rem;
}
.p-option-child .s-balancing__item-body {
  width: 30rem;
  margin-inline: auto;
  margin-top: 2rem;
  display: grid;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-balancing__item-body {
    font-size: 1.6rem;
  }
}
.p-option-child .s-balancing__content {
  margin-top: 4rem;
  background: #fff;
}
.p-option-child .s-recommend {
  background: #F2F6FB;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend {
    padding-bottom: 8rem;
  }
}
.p-option-child .s-recommend__content {
  background: #fff;
  border-radius: 1.6rem;
  margin-top: 4rem;
  padding: 4rem 2rem;
}
.p-option-child .s-recommend__heading {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}
.p-option-child .s-recommend__feature {
  border-left: 1px solid #3C6EB5;
  padding-left: 2rem;
  width: 24.7rem;
  position: absolute;
  top: 17rem;
  left: 0rem;
}
.p-option-child .s-recommend__feature:nth-of-type(1) {
  width: 29.2rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend__feature:nth-of-type(1) {
    top: 40.4rem;
    left: 4.4rem;
    width: 22.2rem;
  }
}
.p-option-child .s-recommend__feature:nth-of-type(2) {
  top: -1rem;
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend__feature:nth-of-type(2) {
    top: 0;
    left: 3.9rem;
    width: 25.7rem;
  }
}
.p-option-child .s-recommend__feature:nth-of-type(3) {
  left: auto;
  right: 0;
  top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend__feature:nth-of-type(3) {
    left: 4.2rem;
    right: 0;
    top: 58.3rem;
    width: 21.7rem;
  }
}
.p-option-child .s-recommend__feature-img {
  width: 50rem;
  margin-inline: auto;
  display: block;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend__feature-img {
    width: 30rem;
    padding-top: 10rem;
    padding-bottom: 12.5rem;
    margin-top: 3rem;
  }
}
.p-option-child .s-recommend__feature-wrap {
  position: relative;
}
.p-option-child .s-recommend__feature-title {
  font-size: 2rem;
  color: #3C6EB5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend__feature-title {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.p-option-child .s-recommend__feature-text {
  font-size: 1.6rem;
}
.p-option-child .s-recommend__btn {
  background: none;
  color: #07161F;
  margin-top: 4rem;
  margin-right: 0;
  margin-left: auto;
  display: grid;
  grid-template-columns: auto 1.1rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-option-child .s-recommend__btn {
    margin-top: 4rem;
    width: 100%;
  }
}

.p-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: normal;
}
.p-brand__content {
  padding: 8rem 0 12rem;
  max-width: 80rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-brand__content {
    padding: 4rem 0;
  }
}
.p-brand__desc {
  font-size: 1.6rem;
  font-weight: normal;
}
.p-brand__logo {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-brand__logo {
    margin-top: 6rem;
  }
}
.p-brand__logo-block:nth-of-type(n + 2) {
  padding-top: 8rem;
  border-top: 1px solid #07161F;
}
@media screen and (max-width: 767px) {
  .p-brand__logo-block:nth-of-type(n + 2) {
    padding-top: 6rem;
  }
}
.p-brand__logo-title {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-brand__logo-title {
    font-size: 2.4rem;
  }
}
.p-brand__logo-image {
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
  height: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-brand__logo-image {
    margin-top: 2rem;
    height: 18rem;
  }
}
.p-brand__logo-image img {
  max-width: 52.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-brand__logo-image img {
    max-width: 24.8rem;
  }
}
.p-brand__download {
  margin-left: auto;
  margin-right: 0;
  display: grid;
  grid-template-columns: auto 1.8rem;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-brand__download {
    width: 100%;
  }
}
.p-brand__download-block {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-brand__download-block {
    gap: 2rem;
    display: block;
  }
}
.p-brand__download-block a {
  margin: 0;
  background: #fff;
  grid-template-columns: auto 1.2rem;
  color: #0E1726;
}
.p-brand__box {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-brand__box {
    margin-top: 2rem;
  }
}
.p-brand__box-content {
  padding-bottom: 4rem;
  display: none;
}
.p-brand__box-header {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1.2rem;
  font-size: 2rem;
  padding-bottom: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-brand__box-header {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .p-brand__box-header {
    padding-right: 1rem;
    gap: 1rem;
  }
}
.p-brand__box-header.is-active svg {
  transform: scaleY(-1);
}
.p-brand__box-title {
  font-size: 1.6rem;
}
.p-brand__box-text {
  display: grid;
  gap: 0.8rem;
  font-size: 1.6rem;
}
.p-brand__box-image {
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E9E9E9;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-brand__box-image {
    height: 18rem;
  }
}
.p-brand__box-image img {
  max-width: 75.5rem;
  width: 100%;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-brand__box-image img {
    max-width: 29rem;
  }
}
.p-brand__box-image--color {
  height: 50.8rem;
}
@media screen and (max-width: 767px) {
  .p-brand__box-image--color {
    height: 18rem;
  }
}
.p-brand__box-image--color img {
  max-width: 73.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-brand__box-image--color img {
    max-width: 28rem;
  }
}
.p-brand__box-image--caution img {
  max-width: 57rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-brand__box-image--caution img {
    max-width: 28rem;
  }
}
.p-brand__box-image--buddycom-isolation img {
  max-width: 53rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-brand__box-image--buddycom-isolation img {
    max-width: 26rem;
  }
}
.p-brand__box-image--media, .p-brand__box-image--material {
  height: auto;
}
.p-brand__box-image--media img, .p-brand__box-image--material img {
  max-width: 100%;
  width: 100%;
}
.p-brand__box-caution span {
  padding-left: 1em;
  display: block;
  font-size: 1.6rem;
  position: relative;
}
.p-brand__box-caution span::before {
  content: "";
  position: absolute;
  max-width: 0.4rem;
  width: 100%;
  height: 0.4rem;
  background: #0E1726;
  left: 0.5rem;
  top: 1.2rem;
  border-radius: 9999px;
}
.p-brand .s-contact {
  display: none;
}

.p-sdgs {
  font-weight: normal;
}
.p-sdgs .s-case {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .s-case {
    padding-top: 3rem;
  }
}
.p-sdgs .s-case__text {
  margin-top: 1.6rem;
  font-size: 1.2rem;
}
.p-sdgs .s-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem 3.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .s-case__list {
    grid-template-columns: 1fr;
    margin-top: 3.6rem;
  }
}
.p-sdgs .s-case__item {
  border-radius: 0.8rem;
  box-shadow: 0.1rem 0.1rem 0.8rem 0 rgba(128, 128, 128, 0.4);
  overflow: hidden;
}
.p-sdgs .s-case__link {
  width: 100%;
}
.p-sdgs .s-case__figure {
  position: relative;
  height: 21.3rem;
  width: 100%;
}
.p-sdgs .s-case__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs .s-case__content {
  padding: 2.4rem;
}
.p-sdgs .s-case__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.p-sdgs .s-case__label {
  background: rgba(233, 233, 233, 0.5019607843);
  padding: 0 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  color: #686868;
}
.p-sdgs .s-case__title {
  margin-top: 1.6rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-sdgs .s-case__desc {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
.p-sdgs .s-case__actions {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
.p-sdgs .s-case__action {
  width: 50%;
}
.p-sdgs .s-case__action-link {
  font-weight: 500;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.1rem;
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .s-case__action-link {
    padding: 1.2rem 0;
  }
}
.p-sdgs .s-contact {
  display: none;
}
.p-sdgs .s-modal-movie {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  transition: 0.3s opacity;
}
.p-sdgs .s-modal-movie__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.p-sdgs .s-modal-movie__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96rem;
  max-width: calc(100% - 2rem);
}
.p-sdgs .s-modal-movie__movie {
  aspect-ratio: 16/9;
}
.p-sdgs .s-modal-movie__close {
  position: absolute;
  right: -0.5rem;
  top: -1.4rem;
  transform: translateY(-100%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-sdgs .s-modal-movie__close {
    top: -1.4rem;
  }
}
.p-sdgs .s-modal-movie__close span {
  display: block;
  width: 50%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.p-sdgs .s-modal-movie__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-sdgs .s-modal-movie__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-open-modal-video .p-sdgs .s-modal-movie {
  opacity: 1;
  pointer-events: auto;
}

.is-open-modal-lang .p-sdgs .s-modal-lang {
  opacity: 1;
  pointer-events: auto;
}

.p-sdgs .s-modal-lang__content {
  max-height: 64rem;
  height: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs .s-modal-lang__content {
    height: 85vh;
    max-height: 60rem;
  }
}
.p-sdgs .s-modal-lang__content-inner {
  padding: 4rem;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs .s-modal-lang__content-inner {
    padding: 3rem 2rem;
  }
}
.p-sdgs .s-modal-lang__content-inner p {
  font-size: 1.6rem;
}
.p-sdgs .s-modal-lang__content p {
  font-size: 1.6rem;
}

.p-s-company .c-headset {
  margin-bottom: 2rem;
}
.p-s-company__message-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__message-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.p-s-company__president {
  width: 30.2rem;
  height: 40.3rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-s-company__president {
    width: 24rem;
    height: 32rem;
  }
}
.p-s-company__president img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-s-company__message {
  flex-grow: 1;
}
.p-s-company__message p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.p-s-company__message p:last-of-type {
  margin-bottom: 0;
}
.p-s-company__message-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__message-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-s-company__name-wrapper {
  margin-top: 2rem;
  text-align: right;
}
.p-s-company__message-date {
  font-size: 1.2rem;
}
.p-s-company__mission {
  margin-top: 20rem;
  position: relative;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__mission {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-s-company__mission-inner {
  position: relative;
  z-index: 1;
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__mission-inner {
    width: 100%;
  }
}
.p-s-company__mission-inner p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p-s-company__mission-inner p:last-of-type {
  margin-bottom: 0;
}
.p-s-company__mission-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-s-company__mission-bg {
    width: 20rem;
  }
}
.p-s-company__mission-button-wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__mission-button-wrapper {
    text-align: center;
  }
}
.p-s-company__overview {
  background-color: #f2f6fb;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__ov-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-s-company__ov-item {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__ov-item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-s-company__ov-item-title {
  padding: 2.8rem 1rem;
  border-bottom: solid 1px #3c6eb5;
  color: #3c6eb5;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-s-company__ov-item-title {
    padding: 0 1rem;
    border-bottom: none;
    justify-content: flex-start;
  }
}
.p-s-company__ov-item-data {
  padding: 2.8rem 1rem;
  font-size: 1.4rem;
  border-bottom: solid 1px #686868;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-s-company__ov-item-data {
    padding: 0 1rem 2rem;
  }
}
.p-s-company__ov-item-inner-dl {
  display: flex;
  flex-direction: column;
}
.p-s-company__ov-item-inner-dl > dt {
  margin-bottom: 0.5rem;
}
.p-s-company__ov-item-inner-dl > dd {
  margin-bottom: 1rem;
}
.p-s-company__ov-item-inner-dl > dd:last-of-type {
  margin-bottom: 0;
}
.p-s-company__ov-item-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-s-company__jpx {
  width: 8.7rem;
}
.p-s-company__privacy {
  width: 10.3rem;
}
.p-s-company__history {
  padding-bottom: 12rem;
  position: relative;
}
.p-s-company__history-pc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.p-s-company__history-sp-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.3rem;
}
.p-s-company__history-sp-bg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23rem;
}
.p-s-company__history-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.p-s-company__history-item {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__history-item {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.p-s-company__history-item:last-of-type .p-s-company__history-item-data::before {
  display: none;
}
.p-s-company__history-item-title {
  color: #3c6eb5;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-s-company__history-item-title {
    padding-left: 2rem;
  }
}
.p-s-company__history-item-data {
  padding-left: 2rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-s-company__history-item-data {
    padding-left: 2rem;
  }
}
.p-s-company__history-item-data::before {
  content: "";
  width: 1px;
  height: calc(100% + 4rem);
  background-image: linear-gradient(to bottom, #3c6eb5 0, #3c6eb5 3px, transparent 3px, transparent 6px);
  background-size: 100% 6px;
  background-repeat: repeat-y;
  position: absolute;
  top: 1rem;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .p-s-company__history-item-data::before {
    height: calc(100% + 7.5rem);
    top: -2.5rem;
  }
}
.p-s-company__history-item-data::after {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #3c6eb5;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-s-company__history-item-data::after {
    top: -2.5rem;
    left: 0;
    transform: translate(-50, 0);
  }
}
.p-s-company__access {
  background-color: #f2f6fb;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__access {
    padding-bottom: 8rem;
  }
}
.p-s-company__access-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__access-list {
    gap: 4rem;
  }
}
.p-s-company__access-item {
  display: grid;
  grid-template-columns: 43.7rem 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-s-company__access-item {
    grid-template-columns: 1fr;
  }
}
.p-s-company__access-map {
  aspect-ratio: 437/217;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-s-company__access-map {
    order: 2;
  }
}
.p-s-company__access-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-s-company__access-desc-wrapper {
    order: 1;
  }
}
.p-s-company__access-desc-wrapper > .in-heading {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-s-company__access-desc-wrapper p {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.p-s-company__access-desc-wrapper p:last-of-type {
  margin-bottom: 0;
}
.p-s-company__access-desc-wrapper a {
  color: #008ee0;
  margin-top: 1rem;
  font-family: 1.2rem;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.p-s-company__access-desc-wrapper a img {
  width: 2rem;
}

.p-a-system .c-headset {
  margin-block: 4rem;
}
.p-a-system__overview-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-a-system__overview-inner {
    flex-direction: column;
    gap: 0;
  }
}
.p-a-system__overview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 37.7rem;
  aspect-ratio: 1/1;
  background-color: #f2f6fb;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-a-system__overview-item {
    width: 100%;
  }
}
.p-a-system__overview-item > .in-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-a-system__overview-item p {
  font-size: 1.6rem;
  text-align: center;
}
.p-a-system__overview-item > .in-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.5rem;
}
.p-a-system__overview-item > .in-list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3c6eb5;
}
.p-a-system__overview-item > .in-list li img {
  width: 2.4rem;
}
.p-a-system__overview-item > .in-list li.is-large {
  width: 100%;
  justify-content: center;
}
.p-a-system__overview-image {
  width: 28rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-a-system__overview-image {
    width: 13.5rem;
    margin-block: -2rem;
    position: relative;
    z-index: 1;
  }
}
.p-a-system__search {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-a-system__search {
    grid-template-columns: 1fr;
  }
}
.p-a-system__search-item .c-search-item__display > .in-text {
  width: 22rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-a-system__search-item .c-search-item__select-list {
  top: 100%;
}
.p-a-system__search-item .c-search-item__select-item {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  background-color: white;
}
.p-a-system__search-item .c-search-item__select-item input {
  display: none;
}
.p-a-system__search-item .c-search-item__select-item > .in-checkbox {
  align-self: center;
  width: 1.8rem;
  aspect-ratio: 1/1;
  border: solid 2px #e9e9e9;
  border-radius: 0.3rem;
  position: relative;
}
.p-a-system__search-item .c-search-item__select-item > .in-checkbox::after {
  content: "";
  display: block;
  width: 1.8rem;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/eco-system/ic-checkbox.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
}
.p-a-system__search-item .c-search-item__select-item > .in-radio {
  align-self: center;
  width: 2rem;
  aspect-ratio: 1/1;
  border: solid 2px #e9e9e9;
  border-radius: 100%;
  position: relative;
}
.p-a-system__search-item .c-search-item__select-item > .in-radio::after {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  border: solid 4px #3c6eb5;
}
.p-a-system__search-item .c-search-item__select-item > .in-text {
  text-align: left;
}
.p-a-system__search-item .c-search-item__select-item:has(input:checked) > .in-checkbox::after, .p-a-system__search-item .c-search-item__select-item:has(input:checked) > .in-radio::after {
  opacity: 1;
}
@media (hover: hover) {
  .p-a-system__search-item .c-search-item__select-item:hover {
    background-color: #f4f4f4;
  }
}
.p-a-system__search-clear-wrapper {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-a-system__search-clear-wrapper {
    grid-column: span 1;
  }
}
.p-a-system__search-clear {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
}
.p-a-system__search-clear img {
  width: 1rem;
}
.p-a-system__content-wrapper {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-a-system__content-wrapper {
    margin-top: 0;
  }
}
.p-a-system__article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-a-system__article-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-a-system .p-archive-system-body__section {
  border-top: none !important;
  border-bottom: 2px solid #e4e8ef;
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 8rem;
  padding-bottom: 8rem;
}

.p-404 .c-mv {
  min-height: 24rem;
}
@media screen and (max-width: 767px) {
  .p-404 .c-mv {
    min-height: auto;
  }
}
.p-404 .s-section {
  padding: 8rem 0 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 .s-section {
    padding: 2rem 0;
  }
}
.p-404 .s-section h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-404 .s-section h2 {
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.p-404 .s-section p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-404 .s-section p {
    text-align: left;
  }
}
.p-404 .s-section__btn {
  margin-top: 4rem;
  display: inline-grid;
  grid-template-columns: 1fr 1.1rem;
  gap: 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-404 .s-section__btn {
    width: 100%;
    grid-template-columns: auto 1.4rem;
  }
}
.p-404 .s-section__btn path {
  fill: #FEFEFE;
}
.p-404 .s-contact {
  display: none;
}

.p-s-document ul:not([class]) {
  border: none;
  padding: 0;
}
.p-s-document.p-single-document::before {
  display: none;
}
.p-s-document .p-single-document-body {
  padding-top: 6rem;
}
.p-s-document .p-single-document-content p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.mt-17 {
  margin-top: 17rem !important;
}

.mt-18 {
  margin-top: 18rem !important;
}

.mt-19 {
  margin-top: 19rem !important;
}

.mt-20 {
  margin-top: 20rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

.mb-17 {
  margin-bottom: 17rem !important;
}

.mb-18 {
  margin-bottom: 18rem !important;
}

.mb-19 {
  margin-bottom: 19rem !important;
}

.mb-20 {
  margin-bottom: 20rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.ml-11 {
  margin-left: 11rem !important;
}

.ml-12 {
  margin-left: 12rem !important;
}

.ml-13 {
  margin-left: 13rem !important;
}

.ml-14 {
  margin-left: 14rem !important;
}

.ml-15 {
  margin-left: 15rem !important;
}

.ml-16 {
  margin-left: 16rem !important;
}

.ml-17 {
  margin-left: 17rem !important;
}

.ml-18 {
  margin-left: 18rem !important;
}

.ml-19 {
  margin-left: 19rem !important;
}

.ml-20 {
  margin-left: 20rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mr-11 {
  margin-right: 11rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.mr-13 {
  margin-right: 13rem !important;
}

.mr-14 {
  margin-right: 14rem !important;
}

.mr-15 {
  margin-right: 15rem !important;
}

.mr-16 {
  margin-right: 16rem !important;
}

.mr-17 {
  margin-right: 17rem !important;
}

.mr-18 {
  margin-right: 18rem !important;
}

.mr-19 {
  margin-right: 19rem !important;
}

.mr-20 {
  margin-right: 20rem !important;
}

.-mt-0 {
  margin-top: -0rem !important;
}

.-mt-1 {
  margin-top: -1rem !important;
}

.-mt-2 {
  margin-top: -2rem !important;
}

.-mt-3 {
  margin-top: -3rem !important;
}

.-mt-4 {
  margin-top: -4rem !important;
}

.-mt-5 {
  margin-top: -5rem !important;
}

.-mt-6 {
  margin-top: -6rem !important;
}

.-mt-7 {
  margin-top: -7rem !important;
}

.-mt-8 {
  margin-top: -8rem !important;
}

.-mt-9 {
  margin-top: -9rem !important;
}

.-mt-10 {
  margin-top: -10rem !important;
}

.-mt-11 {
  margin-top: -11rem !important;
}

.-mt-12 {
  margin-top: -12rem !important;
}

.-mt-13 {
  margin-top: -13rem !important;
}

.-mt-14 {
  margin-top: -14rem !important;
}

.-mt-15 {
  margin-top: -15rem !important;
}

.-mt-16 {
  margin-top: -16rem !important;
}

.-mt-17 {
  margin-top: -17rem !important;
}

.-mt-18 {
  margin-top: -18rem !important;
}

.-mt-19 {
  margin-top: -19rem !important;
}

.-mt-20 {
  margin-top: -20rem !important;
}

.-mb-0 {
  margin-bottom: -0rem !important;
}

.-mb-1 {
  margin-bottom: -1rem !important;
}

.-mb-2 {
  margin-bottom: -2rem !important;
}

.-mb-3 {
  margin-bottom: -3rem !important;
}

.-mb-4 {
  margin-bottom: -4rem !important;
}

.-mb-5 {
  margin-bottom: -5rem !important;
}

.-mb-6 {
  margin-bottom: -6rem !important;
}

.-mb-7 {
  margin-bottom: -7rem !important;
}

.-mb-8 {
  margin-bottom: -8rem !important;
}

.-mb-9 {
  margin-bottom: -9rem !important;
}

.-mb-10 {
  margin-bottom: -10rem !important;
}

.-mb-11 {
  margin-bottom: -11rem !important;
}

.-mb-12 {
  margin-bottom: -12rem !important;
}

.-mb-13 {
  margin-bottom: -13rem !important;
}

.-mb-14 {
  margin-bottom: -14rem !important;
}

.-mb-15 {
  margin-bottom: -15rem !important;
}

.-mb-16 {
  margin-bottom: -16rem !important;
}

.-mb-17 {
  margin-bottom: -17rem !important;
}

.-mb-18 {
  margin-bottom: -18rem !important;
}

.-mb-19 {
  margin-bottom: -19rem !important;
}

.-mb-20 {
  margin-bottom: -20rem !important;
}

.-ml-0 {
  margin-left: -0rem !important;
}

.-ml-1 {
  margin-left: -1rem !important;
}

.-ml-2 {
  margin-left: -2rem !important;
}

.-ml-3 {
  margin-left: -3rem !important;
}

.-ml-4 {
  margin-left: -4rem !important;
}

.-ml-5 {
  margin-left: -5rem !important;
}

.-ml-6 {
  margin-left: -6rem !important;
}

.-ml-7 {
  margin-left: -7rem !important;
}

.-ml-8 {
  margin-left: -8rem !important;
}

.-ml-9 {
  margin-left: -9rem !important;
}

.-ml-10 {
  margin-left: -10rem !important;
}

.-ml-11 {
  margin-left: -11rem !important;
}

.-ml-12 {
  margin-left: -12rem !important;
}

.-ml-13 {
  margin-left: -13rem !important;
}

.-ml-14 {
  margin-left: -14rem !important;
}

.-ml-15 {
  margin-left: -15rem !important;
}

.-ml-16 {
  margin-left: -16rem !important;
}

.-ml-17 {
  margin-left: -17rem !important;
}

.-ml-18 {
  margin-left: -18rem !important;
}

.-ml-19 {
  margin-left: -19rem !important;
}

.-ml-20 {
  margin-left: -20rem !important;
}

.-mr-0 {
  margin-right: -0rem !important;
}

.-mr-1 {
  margin-right: -1rem !important;
}

.-mr-2 {
  margin-right: -2rem !important;
}

.-mr-3 {
  margin-right: -3rem !important;
}

.-mr-4 {
  margin-right: -4rem !important;
}

.-mr-5 {
  margin-right: -5rem !important;
}

.-mr-6 {
  margin-right: -6rem !important;
}

.-mr-7 {
  margin-right: -7rem !important;
}

.-mr-8 {
  margin-right: -8rem !important;
}

.-mr-9 {
  margin-right: -9rem !important;
}

.-mr-10 {
  margin-right: -10rem !important;
}

.-mr-11 {
  margin-right: -11rem !important;
}

.-mr-12 {
  margin-right: -12rem !important;
}

.-mr-13 {
  margin-right: -13rem !important;
}

.-mr-14 {
  margin-right: -14rem !important;
}

.-mr-15 {
  margin-right: -15rem !important;
}

.-mr-16 {
  margin-right: -16rem !important;
}

.-mr-17 {
  margin-right: -17rem !important;
}

.-mr-18 {
  margin-right: -18rem !important;
}

.-mr-19 {
  margin-right: -19rem !important;
}

.-mr-20 {
  margin-right: -20rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pl-11 {
  padding-left: 11rem !important;
}

.pl-12 {
  padding-left: 12rem !important;
}

.pl-13 {
  padding-left: 13rem !important;
}

.pl-14 {
  padding-left: 14rem !important;
}

.pl-15 {
  padding-left: 15rem !important;
}

.pl-16 {
  padding-left: 16rem !important;
}

.pl-17 {
  padding-left: 17rem !important;
}

.pl-18 {
  padding-left: 18rem !important;
}

.pl-19 {
  padding-left: 19rem !important;
}

.pl-20 {
  padding-left: 20rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pr-11 {
  padding-right: 11rem !important;
}

.pr-12 {
  padding-right: 12rem !important;
}

.pr-13 {
  padding-right: 13rem !important;
}

.pr-14 {
  padding-right: 14rem !important;
}

.pr-15 {
  padding-right: 15rem !important;
}

.pr-16 {
  padding-right: 16rem !important;
}

.pr-17 {
  padding-right: 17rem !important;
}

.pr-18 {
  padding-right: 18rem !important;
}

.pr-19 {
  padding-right: 19rem !important;
}

.pr-20 {
  padding-right: 20rem !important;
}

@media screen and (max-width: 767px), print {
  .mt-sp-0 {
    margin-top: 0rem !important;
  }
  .mt-sp-1 {
    margin-top: 1rem !important;
  }
  .mt-sp-2 {
    margin-top: 2rem !important;
  }
  .mt-sp-3 {
    margin-top: 3rem !important;
  }
  .mt-sp-4 {
    margin-top: 4rem !important;
  }
  .mt-sp-5 {
    margin-top: 5rem !important;
  }
  .mt-sp-6 {
    margin-top: 6rem !important;
  }
  .mt-sp-7 {
    margin-top: 7rem !important;
  }
  .mt-sp-8 {
    margin-top: 8rem !important;
  }
  .mt-sp-9 {
    margin-top: 9rem !important;
  }
  .mt-sp-10 {
    margin-top: 10rem !important;
  }
  .mt-sp-11 {
    margin-top: 11rem !important;
  }
  .mt-sp-12 {
    margin-top: 12rem !important;
  }
  .mt-sp-13 {
    margin-top: 13rem !important;
  }
  .mt-sp-14 {
    margin-top: 14rem !important;
  }
  .mt-sp-15 {
    margin-top: 15rem !important;
  }
  .mt-sp-16 {
    margin-top: 16rem !important;
  }
  .mt-sp-17 {
    margin-top: 17rem !important;
  }
  .mt-sp-18 {
    margin-top: 18rem !important;
  }
  .mt-sp-19 {
    margin-top: 19rem !important;
  }
  .mt-sp-20 {
    margin-top: 20rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sp-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sp-11 {
    margin-bottom: 11rem !important;
  }
  .mb-sp-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sp-13 {
    margin-bottom: 13rem !important;
  }
  .mb-sp-14 {
    margin-bottom: 14rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sp-16 {
    margin-bottom: 16rem !important;
  }
  .mb-sp-17 {
    margin-bottom: 17rem !important;
  }
  .mb-sp-18 {
    margin-bottom: 18rem !important;
  }
  .mb-sp-19 {
    margin-bottom: 19rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 20rem !important;
  }
  .ml-sp-0 {
    margin-left: 0rem !important;
  }
  .ml-sp-1 {
    margin-left: 1rem !important;
  }
  .ml-sp-2 {
    margin-left: 2rem !important;
  }
  .ml-sp-3 {
    margin-left: 3rem !important;
  }
  .ml-sp-4 {
    margin-left: 4rem !important;
  }
  .ml-sp-5 {
    margin-left: 5rem !important;
  }
  .ml-sp-6 {
    margin-left: 6rem !important;
  }
  .ml-sp-7 {
    margin-left: 7rem !important;
  }
  .ml-sp-8 {
    margin-left: 8rem !important;
  }
  .ml-sp-9 {
    margin-left: 9rem !important;
  }
  .ml-sp-10 {
    margin-left: 10rem !important;
  }
  .ml-sp-11 {
    margin-left: 11rem !important;
  }
  .ml-sp-12 {
    margin-left: 12rem !important;
  }
  .ml-sp-13 {
    margin-left: 13rem !important;
  }
  .ml-sp-14 {
    margin-left: 14rem !important;
  }
  .ml-sp-15 {
    margin-left: 15rem !important;
  }
  .ml-sp-16 {
    margin-left: 16rem !important;
  }
  .ml-sp-17 {
    margin-left: 17rem !important;
  }
  .ml-sp-18 {
    margin-left: 18rem !important;
  }
  .ml-sp-19 {
    margin-left: 19rem !important;
  }
  .ml-sp-20 {
    margin-left: 20rem !important;
  }
  .mr-sp-0 {
    margin-right: 0rem !important;
  }
  .mr-sp-1 {
    margin-right: 1rem !important;
  }
  .mr-sp-2 {
    margin-right: 2rem !important;
  }
  .mr-sp-3 {
    margin-right: 3rem !important;
  }
  .mr-sp-4 {
    margin-right: 4rem !important;
  }
  .mr-sp-5 {
    margin-right: 5rem !important;
  }
  .mr-sp-6 {
    margin-right: 6rem !important;
  }
  .mr-sp-7 {
    margin-right: 7rem !important;
  }
  .mr-sp-8 {
    margin-right: 8rem !important;
  }
  .mr-sp-9 {
    margin-right: 9rem !important;
  }
  .mr-sp-10 {
    margin-right: 10rem !important;
  }
  .mr-sp-11 {
    margin-right: 11rem !important;
  }
  .mr-sp-12 {
    margin-right: 12rem !important;
  }
  .mr-sp-13 {
    margin-right: 13rem !important;
  }
  .mr-sp-14 {
    margin-right: 14rem !important;
  }
  .mr-sp-15 {
    margin-right: 15rem !important;
  }
  .mr-sp-16 {
    margin-right: 16rem !important;
  }
  .mr-sp-17 {
    margin-right: 17rem !important;
  }
  .mr-sp-18 {
    margin-right: 18rem !important;
  }
  .mr-sp-19 {
    margin-right: 19rem !important;
  }
  .mr-sp-20 {
    margin-right: 20rem !important;
  }
  .-mt-sp-0 {
    margin-top: -0rem !important;
  }
  .-mt-sp-1 {
    margin-top: -1rem !important;
  }
  .-mt-sp-2 {
    margin-top: -2rem !important;
  }
  .-mt-sp-3 {
    margin-top: -3rem !important;
  }
  .-mt-sp-4 {
    margin-top: -4rem !important;
  }
  .-mt-sp-5 {
    margin-top: -5rem !important;
  }
  .-mt-sp-6 {
    margin-top: -6rem !important;
  }
  .-mt-sp-7 {
    margin-top: -7rem !important;
  }
  .-mt-sp-8 {
    margin-top: -8rem !important;
  }
  .-mt-sp-9 {
    margin-top: -9rem !important;
  }
  .-mt-sp-10 {
    margin-top: -10rem !important;
  }
  .-mt-sp-11 {
    margin-top: -11rem !important;
  }
  .-mt-sp-12 {
    margin-top: -12rem !important;
  }
  .-mt-sp-13 {
    margin-top: -13rem !important;
  }
  .-mt-sp-14 {
    margin-top: -14rem !important;
  }
  .-mt-sp-15 {
    margin-top: -15rem !important;
  }
  .-mt-sp-16 {
    margin-top: -16rem !important;
  }
  .-mt-sp-17 {
    margin-top: -17rem !important;
  }
  .-mt-sp-18 {
    margin-top: -18rem !important;
  }
  .-mt-sp-19 {
    margin-top: -19rem !important;
  }
  .-mt-sp-20 {
    margin-top: -20rem !important;
  }
  .-mb-sp-0 {
    margin-bottom: -0rem !important;
  }
  .-mb-sp-1 {
    margin-bottom: -1rem !important;
  }
  .-mb-sp-2 {
    margin-bottom: -2rem !important;
  }
  .-mb-sp-3 {
    margin-bottom: -3rem !important;
  }
  .-mb-sp-4 {
    margin-bottom: -4rem !important;
  }
  .-mb-sp-5 {
    margin-bottom: -5rem !important;
  }
  .-mb-sp-6 {
    margin-bottom: -6rem !important;
  }
  .-mb-sp-7 {
    margin-bottom: -7rem !important;
  }
  .-mb-sp-8 {
    margin-bottom: -8rem !important;
  }
  .-mb-sp-9 {
    margin-bottom: -9rem !important;
  }
  .-mb-sp-10 {
    margin-bottom: -10rem !important;
  }
  .-mb-sp-11 {
    margin-bottom: -11rem !important;
  }
  .-mb-sp-12 {
    margin-bottom: -12rem !important;
  }
  .-mb-sp-13 {
    margin-bottom: -13rem !important;
  }
  .-mb-sp-14 {
    margin-bottom: -14rem !important;
  }
  .-mb-sp-15 {
    margin-bottom: -15rem !important;
  }
  .-mb-sp-16 {
    margin-bottom: -16rem !important;
  }
  .-mb-sp-17 {
    margin-bottom: -17rem !important;
  }
  .-mb-sp-18 {
    margin-bottom: -18rem !important;
  }
  .-mb-sp-19 {
    margin-bottom: -19rem !important;
  }
  .-mb-sp-20 {
    margin-bottom: -20rem !important;
  }
  .-ml-sp-0 {
    margin-left: -0rem !important;
  }
  .-ml-sp-1 {
    margin-left: -1rem !important;
  }
  .-ml-sp-2 {
    margin-left: -2rem !important;
  }
  .-ml-sp-3 {
    margin-left: -3rem !important;
  }
  .-ml-sp-4 {
    margin-left: -4rem !important;
  }
  .-ml-sp-5 {
    margin-left: -5rem !important;
  }
  .-ml-sp-6 {
    margin-left: -6rem !important;
  }
  .-ml-sp-7 {
    margin-left: -7rem !important;
  }
  .-ml-sp-8 {
    margin-left: -8rem !important;
  }
  .-ml-sp-9 {
    margin-left: -9rem !important;
  }
  .-ml-sp-10 {
    margin-left: -10rem !important;
  }
  .-ml-sp-11 {
    margin-left: -11rem !important;
  }
  .-ml-sp-12 {
    margin-left: -12rem !important;
  }
  .-ml-sp-13 {
    margin-left: -13rem !important;
  }
  .-ml-sp-14 {
    margin-left: -14rem !important;
  }
  .-ml-sp-15 {
    margin-left: -15rem !important;
  }
  .-ml-sp-16 {
    margin-left: -16rem !important;
  }
  .-ml-sp-17 {
    margin-left: -17rem !important;
  }
  .-ml-sp-18 {
    margin-left: -18rem !important;
  }
  .-ml-sp-19 {
    margin-left: -19rem !important;
  }
  .-ml-sp-20 {
    margin-left: -20rem !important;
  }
  .-mr-sp-0 {
    margin-right: -0rem !important;
  }
  .-mr-sp-1 {
    margin-right: -1rem !important;
  }
  .-mr-sp-2 {
    margin-right: -2rem !important;
  }
  .-mr-sp-3 {
    margin-right: -3rem !important;
  }
  .-mr-sp-4 {
    margin-right: -4rem !important;
  }
  .-mr-sp-5 {
    margin-right: -5rem !important;
  }
  .-mr-sp-6 {
    margin-right: -6rem !important;
  }
  .-mr-sp-7 {
    margin-right: -7rem !important;
  }
  .-mr-sp-8 {
    margin-right: -8rem !important;
  }
  .-mr-sp-9 {
    margin-right: -9rem !important;
  }
  .-mr-sp-10 {
    margin-right: -10rem !important;
  }
  .-mr-sp-11 {
    margin-right: -11rem !important;
  }
  .-mr-sp-12 {
    margin-right: -12rem !important;
  }
  .-mr-sp-13 {
    margin-right: -13rem !important;
  }
  .-mr-sp-14 {
    margin-right: -14rem !important;
  }
  .-mr-sp-15 {
    margin-right: -15rem !important;
  }
  .-mr-sp-16 {
    margin-right: -16rem !important;
  }
  .-mr-sp-17 {
    margin-right: -17rem !important;
  }
  .-mr-sp-18 {
    margin-right: -18rem !important;
  }
  .-mr-sp-19 {
    margin-right: -19rem !important;
  }
  .-mr-sp-20 {
    margin-right: -20rem !important;
  }
  .pt-sp-0 {
    padding-top: 0rem !important;
  }
  .pt-sp-1 {
    padding-top: 1rem !important;
  }
  .pt-sp-2 {
    padding-top: 2rem !important;
  }
  .pt-sp-3 {
    padding-top: 3rem !important;
  }
  .pt-sp-4 {
    padding-top: 4rem !important;
  }
  .pt-sp-5 {
    padding-top: 5rem !important;
  }
  .pt-sp-6 {
    padding-top: 6rem !important;
  }
  .pt-sp-7 {
    padding-top: 7rem !important;
  }
  .pt-sp-8 {
    padding-top: 8rem !important;
  }
  .pt-sp-9 {
    padding-top: 9rem !important;
  }
  .pt-sp-10 {
    padding-top: 10rem !important;
  }
  .pt-sp-11 {
    padding-top: 11rem !important;
  }
  .pt-sp-12 {
    padding-top: 12rem !important;
  }
  .pt-sp-13 {
    padding-top: 13rem !important;
  }
  .pt-sp-14 {
    padding-top: 14rem !important;
  }
  .pt-sp-15 {
    padding-top: 15rem !important;
  }
  .pt-sp-16 {
    padding-top: 16rem !important;
  }
  .pt-sp-17 {
    padding-top: 17rem !important;
  }
  .pt-sp-18 {
    padding-top: 18rem !important;
  }
  .pt-sp-19 {
    padding-top: 19rem !important;
  }
  .pt-sp-20 {
    padding-top: 20rem !important;
  }
  .pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sp-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sp-11 {
    padding-bottom: 11rem !important;
  }
  .pb-sp-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sp-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sp-14 {
    padding-bottom: 14rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sp-16 {
    padding-bottom: 16rem !important;
  }
  .pb-sp-17 {
    padding-bottom: 17rem !important;
  }
  .pb-sp-18 {
    padding-bottom: 18rem !important;
  }
  .pb-sp-19 {
    padding-bottom: 19rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 20rem !important;
  }
  .pl-sp-0 {
    padding-left: 0rem !important;
  }
  .pl-sp-1 {
    padding-left: 1rem !important;
  }
  .pl-sp-2 {
    padding-left: 2rem !important;
  }
  .pl-sp-3 {
    padding-left: 3rem !important;
  }
  .pl-sp-4 {
    padding-left: 4rem !important;
  }
  .pl-sp-5 {
    padding-left: 5rem !important;
  }
  .pl-sp-6 {
    padding-left: 6rem !important;
  }
  .pl-sp-7 {
    padding-left: 7rem !important;
  }
  .pl-sp-8 {
    padding-left: 8rem !important;
  }
  .pl-sp-9 {
    padding-left: 9rem !important;
  }
  .pl-sp-10 {
    padding-left: 10rem !important;
  }
  .pl-sp-11 {
    padding-left: 11rem !important;
  }
  .pl-sp-12 {
    padding-left: 12rem !important;
  }
  .pl-sp-13 {
    padding-left: 13rem !important;
  }
  .pl-sp-14 {
    padding-left: 14rem !important;
  }
  .pl-sp-15 {
    padding-left: 15rem !important;
  }
  .pl-sp-16 {
    padding-left: 16rem !important;
  }
  .pl-sp-17 {
    padding-left: 17rem !important;
  }
  .pl-sp-18 {
    padding-left: 18rem !important;
  }
  .pl-sp-19 {
    padding-left: 19rem !important;
  }
  .pl-sp-20 {
    padding-left: 20rem !important;
  }
  .pr-sp-0 {
    padding-right: 0rem !important;
  }
  .pr-sp-1 {
    padding-right: 1rem !important;
  }
  .pr-sp-2 {
    padding-right: 2rem !important;
  }
  .pr-sp-3 {
    padding-right: 3rem !important;
  }
  .pr-sp-4 {
    padding-right: 4rem !important;
  }
  .pr-sp-5 {
    padding-right: 5rem !important;
  }
  .pr-sp-6 {
    padding-right: 6rem !important;
  }
  .pr-sp-7 {
    padding-right: 7rem !important;
  }
  .pr-sp-8 {
    padding-right: 8rem !important;
  }
  .pr-sp-9 {
    padding-right: 9rem !important;
  }
  .pr-sp-10 {
    padding-right: 10rem !important;
  }
  .pr-sp-11 {
    padding-right: 11rem !important;
  }
  .pr-sp-12 {
    padding-right: 12rem !important;
  }
  .pr-sp-13 {
    padding-right: 13rem !important;
  }
  .pr-sp-14 {
    padding-right: 14rem !important;
  }
  .pr-sp-15 {
    padding-right: 15rem !important;
  }
  .pr-sp-16 {
    padding-right: 16rem !important;
  }
  .pr-sp-17 {
    padding-right: 17rem !important;
  }
  .pr-sp-18 {
    padding-right: 18rem !important;
  }
  .pr-sp-19 {
    padding-right: 19rem !important;
  }
  .pr-sp-20 {
    padding-right: 20rem !important;
  }
}/*# sourceMappingURL=style.css.map */