@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1584px) {
  html {
    font-size: 1.0101010101vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1584px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #707070;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.js-scroll__anime {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
}
.js-scroll__animeTop {
  position: relative;
  -webkit-transition-timing-function: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
}
.js-scroll__animeTop::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  background: rgba(255, 255, 255, .7);
  content: "";
  -webkit-transition-timing-function: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.js-scroll__animeLeft {
  position: relative;
  -webkit-transition-timing-function: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
}
.js-scroll__animeLeft::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  background: #fff;
  content: "";
  -webkit-transition-timing-function: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.js-scroll__fade {
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.js-scroll__fadeTop {
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -2.5rem, 0);
          transform: translate3d(0, -2.5rem, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.js-scroll__scale {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1s cubic-bezier(0.25, 0.82, 0.355, 1), -webkit-transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.js-scroll__slide {
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  vertical-align: bottom;
}
.js-scroll__slideLeft {
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  vertical-align: bottom;
}
.js-scroll__border {
  width: 0;
}

.js-msk {
  display: inline-block;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.25, 0.82, 0.355, 1);
}
.js-msk__before {
  display: block;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: hidden;
}

.js-active .js-scroll__animeTop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-active .js-scroll__animeTop::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.js-active .js-scroll__animeLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-active .js-scroll__animeLeft::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.js-active .js-scroll__fade {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-active .js-scroll__fadeTop {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js-active.js-scroll__scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-active .js-scroll__slide {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
  transition: transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
  transition: transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96), -webkit-transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
}
.js-active .js-scroll__slide span {
  display: inline-block;
}
.js-active .js-scroll__slideLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
  transition: -webkit-transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
  transition: transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
  transition: transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96), -webkit-transform 1s cubic-bezier(0.53, 0.165, 0.325, 0.96);
}
.js-active .js-scroll__slideLeft span {
  display: inline-block;
}
.js-active.js-scroll__enter {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.js-active.js-scroll__enter span {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  width: 0;
}
.js-active.js-scroll__enter img {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  opacity: 1;
  width: 100%;
}
.js-active .js-scroll__border {
  width: 24.9375rem;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}
.js-active .js-msk {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-active .js-delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-active .js-delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-active .js-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-active .js-delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-active .js-delay30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 3.7333333333%;
  }
}

.c-featuresCard {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding: 1.5rem 2rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, .1);
          box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .c-featuresCard {
    padding: 1rem 1.25rem;
  }
}
.c-featuresCard__img {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  text-align: center;
}
.c-featuresCard__img span {
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  height: 4rem;
  background-color: rgba(255, 255, 255, .7);
}
.c-featuresCard__title {
  color: #b9e7f0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__title {
    font-size: 0.875rem;
  }
}
.c-featuresCard__text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-featuresCard__text {
    font-size: 0.75rem;
  }
}
.c-featuresCard:first-child .c-featuresCard__img span {
  width: 4rem;
  background-image: url(https://epik.kamomeza.design/wp-content/uploads/2023/04/how-1.png);
}
.c-featuresCard:nth-child(2) .c-featuresCard__img span {
  width: 4rem;
  background-image: url(https://epik.kamomeza.design/wp-content/uploads/2023/04/price-1.png);
}
.c-featuresCard:nth-child(3) .c-featuresCard__img span {
  width: 4rem;
  background-image: url(https://epik.kamomeza.design/wp-content/uploads/2023/04/time-1.png);
}

.c-geometry__01 {
  width: 4.25rem;
  height: 4.25rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__01 {
    width: 2rem;
    height: 2rem;
  }
}
.c-geometry__02 {
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__02 {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.c-geometry__03 {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__03 {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.c-geometry__04 {
  width: 2.3125rem;
  height: 2.25rem;
}
.c-geometry__05 {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__05 {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-geometry__06 {
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__06 {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-geometry__07 {
  width: 1.6875rem;
  height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__07 {
    width: 1rem;
    height: 1rem;
  }
}
.c-geometry__08 {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__08 {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.c-geometry__09 {
  width: 1.6875rem;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__09 {
    width: 1rem;
    height: 0.5rem;
  }
}
.c-geometry__10 {
  width: 1.1875rem;
  height: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-geometry__10 {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-gNav {
    padding: 0.625rem 0;
  }
}

@media screen and (max-width: 767px) {
  .c-gNav input {
    display: none;
  }
  .c-gNav__open {
    position: relative;
    z-index: 9999;
    display: inline-block;
    width: 1.5rem;
    height: 1.0625rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
  }
  .c-gNav__open span, .c-gNav__open span::before, .c-gNav__open span::after {
    position: absolute;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 0.0625rem;
    cursor: pointer;
    content: "";
    background-color: #707070;
    border-radius: 0.1875rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .c-gNav__open span {
    top: 0;
  }
  #gNav-input[type=checkbox]:checked ~ .c-gNav__open span {
    width: 1.875rem;
    top: 0.25rem;
    -webkit-transform: translateY(0.375rem) rotate(-135deg);
            transform: translateY(0.375rem) rotate(-135deg);
  }
  .c-gNav__open span::before {
    top: 0.5rem;
  }
  #gNav-input[type=checkbox]:checked ~ .c-gNav__open span::before {
    display: none;
  }
  .c-gNav__open span::after {
    top: 1rem;
  }
  #gNav-input[type=checkbox]:checked ~ .c-gNav__open span::after {
    top: 1rem;
    width: 1.875rem;
    -webkit-transform: translateY(-1rem) rotate(90deg);
            transform: translateY(-1rem) rotate(90deg);
  }
  .c-gNav__content {
    position: fixed;
    top: -0.6875rem;
    right: -100vw;
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    background: rgba(0, 0, 0, .3);
  }
  .c-gNav__content ul {
    padding: 0 1.625rem 0.5rem;
    background-color: #fff;
  }
  .c-gNav__content li {
    border-top: 1px solid #D9D9D9;
  }
  .c-gNav__content li a {
    display: block;
    padding: 1rem 0;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #gNav-input[type=checkbox]:checked ~ .c-gNav__content {
    opacity: 1;
    right: -1.625rem;
    visibility: visible;
  }
}
.c-landScape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-landScape {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
.c-landScape:nth-child(2n-1) {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-landScape:nth-child(2n-1) {
    padding-left: 0.5rem;
  }
}
.c-landScape:nth-child(2n) {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .c-landScape:nth-child(2n) {
    padding-right: 0.5rem;
  }
}
.c-landScape__img {
  display: block;
  width: 5.375rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-landScape__img {
    width: 3.125rem;
  }
}
.c-landScape__content {
  width: calc(100% - 6.875rem);
}
@media screen and (max-width: 767px) {
  .c-landScape__content {
    width: calc(100% - 3.875rem);
  }
}
.c-landScape__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-landScape__title {
    font-size: 0.875rem;
  }
}
.c-landScape__text {
  margin-top: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-landScape__text {
    font-size: 0.75rem;
  }
}

/* 幾何学アニメーション01 */
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fuwafuwa2 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa2 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes fuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes yura1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  10% {
    -webkit-transform: translateX(-20px) translateY(-120px);
            transform: translateX(-20px) translateY(-120px);
  }
  20% {
    -webkit-transform: translateX(0) translateY(-240px);
            transform: translateX(0) translateY(-240px);
  }
  30% {
    -webkit-transform: translateX(-20px) translateY(-360px);
            transform: translateX(-20px) translateY(-360px);
  }
  40% {
    -webkit-transform: translateX(0) translateY(-480px);
            transform: translateX(0) translateY(-480px);
  }
  50% {
    -webkit-transform: translateX(-20px) translateY(-600px);
            transform: translateX(-20px) translateY(-600px);
  }
  60% {
    -webkit-transform: translateX(0) translateY(-720px);
            transform: translateX(0) translateY(-720px);
  }
  70% {
    -webkit-transform: translateX(-20px) translateY(-840px);
            transform: translateX(-20px) translateY(-840px);
  }
  80% {
    -webkit-transform: translateX(0) translateY(-960px);
            transform: translateX(0) translateY(-960px);
  }
  90% {
    -webkit-transform: translateX(-20px) translateY(-1080px);
            transform: translateX(-20px) translateY(-1080px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-1200px);
            transform: translateX(0) translateY(-1200px);
  }
}
@keyframes yura1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  10% {
    -webkit-transform: translateX(-20px) translateY(-120px);
            transform: translateX(-20px) translateY(-120px);
  }
  20% {
    -webkit-transform: translateX(0) translateY(-240px);
            transform: translateX(0) translateY(-240px);
  }
  30% {
    -webkit-transform: translateX(-20px) translateY(-360px);
            transform: translateX(-20px) translateY(-360px);
  }
  40% {
    -webkit-transform: translateX(0) translateY(-480px);
            transform: translateX(0) translateY(-480px);
  }
  50% {
    -webkit-transform: translateX(-20px) translateY(-600px);
            transform: translateX(-20px) translateY(-600px);
  }
  60% {
    -webkit-transform: translateX(0) translateY(-720px);
            transform: translateX(0) translateY(-720px);
  }
  70% {
    -webkit-transform: translateX(-20px) translateY(-840px);
            transform: translateX(-20px) translateY(-840px);
  }
  80% {
    -webkit-transform: translateX(0) translateY(-960px);
            transform: translateX(0) translateY(-960px);
  }
  90% {
    -webkit-transform: translateX(-20px) translateY(-1080px);
            transform: translateX(-20px) translateY(-1080px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-1200px);
            transform: translateX(0) translateY(-1200px);
  }
}
.p-anime__01 {
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}

.p-anime__02 {
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}

.p-anime__03 {
  -webkit-animation: 4s linear infinite rotation;
          animation: 4s linear infinite rotation;
}

.p-anime__04 {
  -webkit-animation: 2s linear infinite blinking;
          animation: 2s linear infinite blinking;
}

.p-anime__11 {
  z-index: 88;
  opacity: 0.5;
  -webkit-transform-origin: bottom;
          transform-origin: bottom; /* 下部を変形の基準にしておく */
  /* スクロールアニメーションの設定 */
  -webkit-animation: yura1 linear;
          animation: yura1 linear; /* アニメーションを指定。イージングはlinear */
  animation-timeline: scroll();
}

.p-anime__12 {
  -webkit-animation: 5s fuwa infinite;
          animation: 5s fuwa infinite;
}

.p-anime__13 {
  -webkit-animation: 4s fuwafuwa2 infinite;
          animation: 4s fuwafuwa2 infinite;
}

.p-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9998;
  border-radius: 1.25rem 0px 0px 1.25rem;
  background: #334EB7;
  -webkit-transform: translateX(160%);
          transform: translateX(160%);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media screen and (max-width: 767px) {
  .p-btn {
    width: 68.2666666667%;
    top: auto;
    top: initial;
    bottom: 0;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(160%);
            transform: translateX(-50%) translateY(160%);
    border-radius: 1.5625rem 1.5625rem 0 0;
    background: #334EB7;
  }
}
.p-btn.js-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 767px) {
  .p-btn.js-active {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
}
.p-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.1875rem;
  font-size: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-btn a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.5rem 0;
    font-size: 1rem;
    gap: 0.4375rem;
  }
}
.p-btn__text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-btn__text {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }
}

.p-circulation {
  margin-top: 18.75rem;
  padding: 6.5rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-circulation {
    margin-top: 12.5rem;
    padding: 1.5625rem 0 18.75rem;
  }
}
.p-circulation__slide {
  position: absolute;
  width: 100%;
  z-index: 0;
}
.p-circulation__slide span {
  display: block;
}
.p-circulation__slideLeft {
  top: 0.5625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-circulation__slideLeft {
    display: none;
  }
}
.p-circulation__slideLeft span {
  width: 44.5rem;
  height: 11.1875rem;
  margin: 0 auto 0 -1.4375rem;
}
.p-circulation__slideLeft span img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-circulation__slideRight {
  top: 8.25rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-circulation__slideRight {
    top: 9.375rem;
  }
}
.p-circulation__slideRight span {
  width: 52.875rem;
  height: 13.1875rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-circulation__slideRight span {
    width: 21.125rem;
    height: 5.25rem;
    margin: 0 -1rem 0 auto;
  }
}
.p-circulation__slideRight span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-circulation__geometry01 {
  position: absolute;
  top: 13.125rem;
  left: 8.6111111111%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-circulation__geometry01 {
    top: 8.375rem;
    left: 9.8666666667%;
  }
}
.p-circulation__geometry02 {
  position: absolute;
  top: 15.0625rem;
  left: 7.7083333333%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-circulation__geometry02 {
    top: 9.5rem;
    left: 5.3333333333%;
  }
}
.p-circulation__geometry03 {
  position: absolute;
  top: 18.8125rem;
  left: 9.0972222222%;
}
@media screen and (max-width: 767px) {
  .p-circulation__geometry03 {
    top: 11.8125rem;
    left: 14.6666666667%;
  }
}
.p-circulation__geometry04 {
  position: absolute;
  top: 5.875rem;
  left: 86.9444444444%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-circulation__geometry04 {
    top: auto;
    top: initial;
    bottom: 8.1875rem;
    left: 20.2666666667%;
  }
}
.p-circulation__geometry05 {
  position: absolute;
  top: 41.5625rem;
  left: 90.1388888889%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-circulation__geometry05 {
    top: auto;
    top: initial;
    bottom: 4.25rem;
    left: 27.4666666667%;
  }
}
.p-circulation__geometry06 {
  position: absolute;
  top: 64.25rem;
  left: 88.75%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-circulation__geometry06 {
    top: auto;
    top: initial;
    bottom: 2.125rem;
    left: 24%;
  }
}
.p-circulation__inner {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
}
.p-circulationTitle {
  width: 46.625rem;
  margin: 0 auto 10.5rem;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-circulationTitle {
    width: 92.5333333333%;
    margin: 0 auto 5rem;
  }
}
.p-circulationTitle__inner {
  text-align: center;
}
.p-circulationTitle__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-circulationTitle__title {
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
  }
}
.p-circulationTitle__border {
  display: inline-block;
  height: 1px;
  background-color: #b9e7f0;
}
.p-circulationTitle__copy {
  margin-top: 1rem;
  color: #b9e7f0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-circulationTitle__copy {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}

.p-creatorTop {
  padding: 0 2rem;
  margin: 0 0 7.5rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-creatorTop {
    padding: 0 0.9375rem;
    margin: 0 0 4.1875rem;
  }
}
.p-creatorTop span {
  display: block;
}
.p-creatorTop__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-creatorTop__subtitle {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.p-creatorTop__title {
  margin: 0.5rem 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .p-creatorTop__title {
    margin: 0.25rem 0 1.0625rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.p-creatorTop__copy {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-creatorTop__copy {
    font-size: 0.75rem;
  }
}
.p-creator__landScapes {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-creator__landScapes {
    margin-top: 1.5rem;
    display: block;
    padding: 0 1.5rem;
  }
}
.p-creator__landScape {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 767px) {
  .p-creator__landScape {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-creator__landScape:first-child {
    margin-top: 0;
  }
}
.p-creator__landScape h3 {
  color: #b9e7f0;
}
.p-creator__landScape:nth-child(4) img {
  width: 4.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-creator__landScape:nth-child(4) img {
    width: 3.125rem;
  }
}

.p-cta {
  position: relative;
  padding: 9.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 20.25rem 0 17.1875rem;
  }
}
.p-cta__geometry01 {
  position: absolute;
  top: 40.5%;
  left: 7.36111%;
}
@media screen and (max-width: 767px) {
  .p-cta__geometry01 {
    top: 26.9865067466%;
    left: 59.4666666667%;
  }
}
.p-cta__geometry02 {
  position: absolute;
  top: 73.5%;
  left: 24.16666%;
}
@media screen and (max-width: 767px) {
  .p-cta__geometry02 {
    top: 40.0299850075%;
    left: 33.0666666667%;
  }
}
.p-cta__geometry03 {
  position: absolute;
  top: 31%;
  left: 86.66667%;
}
@media screen and (max-width: 767px) {
  .p-cta__geometry03 {
    top: 72.1139430285%;
    left: 25.8666666667%;
  }
}
.p-cta__geometry04 {
  position: absolute;
  top: 79.25%;
  left: 91.1875%;
}
@media screen and (max-width: 767px) {
  .p-cta__geometry04 {
    top: 87.2563718141%;
    left: 80.5333333333%;
  }
}
.p-cta__bkAnime03 {
  position: absolute;
  top: 12.5%;
  left: 86.805556%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__bkAnime03 {
    top: 12.143928036%;
    left: 41.0666666667%;
  }
}
.p-cta__inner {
  position: relative;
}
.p-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cta__btnInner {
  display: inline-block;
  position: relative;
}
.p-cta__btn a {
  position: relative;
  display: inline-block;
  padding: 1.6875rem 5.9375rem 1.6875rem 3.0625rem;
  border-radius: 2rem;
  background: #334EB7;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-cta__btn a {
    padding: 1.25rem 4rem 1.25rem 2rem;
    border-radius: 1.5625rem;
    font-size: 1.125rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}
.p-cta__btn a::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 3.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../images/icon-btnArrow.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-cta__btn a::before {
    right: 2rem;
  }
}

.p-features {
  position: relative;
  padding: 4.3125rem 0 5.5rem;
  background-color: #EFEFEF;
}
.p-features__slide {
  width: 100%;
  position: absolute;
  top: -1.5625rem;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-features__slide {
    top: 0;
  }
}
.p-features__slide span {
  display: block;
  width: 72.1875rem;
  margin: 0 -2.0625rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-features__slide span {
    width: 22.625rem;
    margin: 0;
  }
}
.p-features__title {
  position: relative;
  text-align: center;
  color: #b9e7f0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-features__title {
    font-size: 1.25rem;
  }
}
.p-features__cards {
  position: relative;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875%;
     -moz-column-gap: 1.875%;
          column-gap: 1.875%;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-features__cards {
    display: block;
  }
}
.p-features__card {
  width: 32.0833333333%;
}
@media screen and (max-width: 767px) {
  .p-features__card {
    margin-top: 0.75rem;
    width: 100%;
  }
}

.p-footer {
  padding: 2.5rem 0 2.125rem;
  background-color: #b9e7f0;
  text-align: center;
}
.p-footer small {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
  z-index: 9999;
}
.p-header__inner {
  padding: 0 1.625rem;
}
.p-header__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-header__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.6875rem 0;
  }
}
.p-header__logo {
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 6.1875rem;
  }
}
.p-header__gNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__gNav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__nav ul li {
  border-left: 1px solid rgba(112, 112, 112, .4);
}
.p-header__nav ul li:first-child {
  border-left: none;
}
.p-header__nav ul li a {
  padding: 0 2rem;
}

#js-movie {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
}

#js-movie__close {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}

.p-movie {
  margin: 1.875rem 0 0.625rem;
  width: 100%;
  height: 496px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 23rem;
  }
}
.p-movie__inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-movie__inner {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-movie__head {
  cursor: pointer;
  max-width: 30.5rem;
  width: 100%;
  margin-right: auto;
  position: relative;
  border-radius: 0 1.875rem 1.875rem 0;
  background: rgba(255, 255, 255, .8);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-movie__head {
    border-radius: 0;
    margin-bottom: 4.6875rem;
  }
}
.p-movie__head:hover .p-movie__headInner::before {
  background-image: url(../images/movie-btn-hover.png);
}
.p-movie__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  width: calc(50vw - 720px);
}
.p-movie__headInner {
  position: relative;
  padding: 2.8125rem 9.0625rem 3.5625rem 0;
}
@media screen and (max-width: 767px) {
  .p-movie__headInner {
    padding: 1.5rem 8.25rem 1.9375rem 0;
  }
}
.p-movie__headInner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7rem;
  height: 7rem;
  background-image: url(../images/movie-btn.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-movie__headInner::before {
    right: 2.0625rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-movie__headInner p:first-child {
  color: #707070;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 4.5rem;
  padding-bottom: 1rem;
  border-bottom: solid #b9e7f0 1px;
}
@media screen and (max-width: 767px) {
  .p-movie__headInner p:first-child {
    padding-left: 2.875rem;
    padding-bottom: 0.75rem;
    font-size: 1.5rem;
  }
}
.p-movie__headInner p:last-child {
  padding-left: 4.5rem;
  color: #b9e7f0;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-movie__headInner p:last-child {
    padding-left: 2.875rem;
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}
.p-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-movie__bg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: static;
  }
}
.p-movie__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(243deg, rgba(255, 227, 1, .5) 11.76%, rgba(198, 224, 215, .5) 43.11%, rgba(13, 218, 235, .5) 66.66%);
}
.p-movie__bg video {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-movie__pop {
  z-index: 999;
}
.p-movie__popInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 47.5rem;
  height: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-movie__popInner {
    width: 20rem;
    height: 11.0625rem;
  }
}
.p-movie__popInner iframe {
  width: 100%;
  height: 100%;
}
.p-movie__popInner .html5-video-player {
  background-color: rgba(0, 0, 0, .5) !important;
}

.p-pi9up {
  overflow-x: hidden;
  position: relative;
  padding: 3.5rem 0 1rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-pi9up {
    padding: 1.5rem 0 0.5rem;
  }
}
.p-pi9up__slide {
  z-index: 1;
  position: absolute;
  top: 7.625rem;
  right: -1.75rem;
}
@media screen and (max-width: 767px) {
  .p-pi9up__slide {
    top: 5rem;
    right: -1.9375rem;
  }
}
.p-pi9up__slide span {
  display: block;
  width: 53.3125rem;
  height: 12.6875rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-pi9up__slide span {
    width: 22.0625rem;
    height: 7rem;
  }
}
.p-pi9up__slide img {
  width: 100%;
  height: 100%;
}
.p-pi9up__sectionTitle {
  border-radius: 1.25rem;
  background: #334EB7;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-pi9up__sectionTitle {
    border-radius: 0.6875rem;
  }
}
.p-pi9up__content {
  position: relative;
  padding: 12.5rem 0 5.1875rem;
  border-radius: 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pi9up__content {
    padding: 7.5625rem 0 2rem;
    border-radius: 1.25rem;
  }
}
.p-pi9up__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #334EB7;
  border-radius: 1.875rem;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-pi9up__content::before {
    border-radius: 1.25rem;
  }
}
.p-pi9upTop {
  padding: 0 2rem;
  margin: 0 0 6rem;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-pi9upTop {
    padding: 0 0.9375rem;
    margin: 0 0 3.4375rem;
  }
}
.p-pi9upTop span {
  display: block;
}
.p-pi9upTop__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-pi9upTop__subtitle {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.p-pi9upTop__title {
  margin: 0.5rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .p-pi9upTop__title {
    margin: 0.25rem 0 1.0625rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.p-pi9upSwiper {
  margin-bottom: 1.25rem;
}
.p-pi9upSwiper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-pi9upSwiper:last-child {
    margin-top: 0.875rem;
  }
}
.p-pi9upSwiper__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-pi9up__landScapes {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-pi9up__landScapes {
    margin-top: 2.1875rem;
    padding: 0 1.3125rem;
    display: block;
  }
}
.p-pi9up__landScape {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 767px) {
  .p-pi9up__landScape {
    margin-top: 2.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-pi9up__landScape:first-child {
    margin-top: 0;
  }
}
.p-pi9up__landScape h3 {
  color: #334EB7;
}
.p-pi9upBottom {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pi9upBottom {
    margin-top: 1.5625rem;
  }
}
.p-pi9upBottom__title {
  color: #334EB7;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.p-pi9upBottom__title > span {
  display: block;
}
.p-pi9upBottom__title > span > span {
  display: inline-block;
  padding: 0 1rem;
  position: relative;
}
.p-pi9upBottom__title > span > span::before, .p-pi9upBottom__title > span > span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 1.5rem;
  background-color: #334EB7;
}
.p-pi9upBottom__title > span > span::before {
  left: 0;
  -webkit-transform: rotate(158.629deg);
          transform: rotate(158.629deg);
}
.p-pi9upBottom__title > span > span::after {
  right: 0;
  -webkit-transform: rotate(-156.371deg);
          transform: rotate(-156.371deg);
}
.p-pi9upBottom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  max-width: 83.1790123457%;
  margin: 1.5625rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-pi9upBottom__items {
    max-width: none;
    max-width: initial;
    margin: 1rem auto 0;
    display: block;
    padding: 0 1rem;
  }
}
.p-pi9upBottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  width: calc(50% - 0.75rem);
  padding: 2.0625rem;
  border-radius: 0.625rem;
  background: #b9e7f0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pi9upBottom__item {
    margin-top: 1rem;
    width: 100%;
    padding: 2.125rem 0.75rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pi9upBottom__item:first-child {
    margin-top: 0;
  }
}
.p-pi9upBottom__item:first-child img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pi9upBottom__item:first-child img {
    width: 2rem;
  }
}
.p-pi9upBottom__item:last-child img {
  width: 3rem;
}
.p-pi9upBottom__item img {
  display: block;
  margin: 0 auto;
}
.p-pi9upBottom__item dd {
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-pi9upBottom__item dd {
    font-size: 0.75rem;
  }
}

.p-sectionTitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35rem;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .p-sectionTitle {
    width: 82.1333333333%;
  }
}
.p-sectionTitle__inner {
  padding: 1.0625rem 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sectionTitle__inner {
    padding: 0.5625rem 1.875rem 0.8125rem;
  }
}
.p-sectionTitle__logo {
  display: block;
  text-align: center;
  margin-bottom: -0.625rem;
  color: #fff;
}
.p-sectionTitle__border {
  display: inline-block;
  height: 1px;
  background-color: #fff;
}
.p-sectionTitle__title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sectionTitle__title {
    font-size: 1.375rem;
    margin-top: 0.5625rem;
    margin-bottom: 0.5rem;
  }
}
.p-sectionTitle__title span {
  position: relative;
}
.p-sectionTitle__titleUp span::before {
  background: #334EB7;
}
.p-sectionTitle__copy {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sectionTitle__copy {
    font-size: 0.6875rem;
  }
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
