@charset "UTF-8";
.cArrowLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  background-color: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: 18px;
}
.cArrowLink__text {
  flex-shrink: 0;
  font-size: calc(14rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.06em;
}
.cArrowLink__icon {
  flex-shrink: 0;
  width: 17px;
  height: 12px;
}

.cArrowLinkBox__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  background-color: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: 18px;
}
.cArrowLinkBox__text {
  flex-shrink: 0;
  font-size: calc(14rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.06em;
}
.cArrowLinkBox__icon {
  flex-shrink: 0;
  width: 17px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .cArrowLink {
    padding: calc(12rem / 16) calc(32rem / 16);
  }
  .cArrowLink__text {
    font-size: calc(15rem / 16);
  }
  .cArrowLinkBox__inner {
    padding: calc(12rem / 16) calc(32rem / 16);
  }
  .cArrowLinkBox__text {
    font-size: calc(15rem / 16);
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .cArrowLink {
    transition: background-color 0.5s var(--e-out-quart);
  }
  .cArrowLink__icon {
    transition: transform 0.5s var(--e-out-quint);
    transform-origin: left center;
  }
  .cArrowLink:hover {
    background-color: #e5f5fb;
  }
  .cArrowLink:hover .cArrowLink__icon {
    transform: rotate(-25deg);
  }
  .cArrowLinkBox__inner {
    transition: background-color 0.5s var(--e-out-quart);
  }
  .cArrowLinkBox__icon {
    transition: transform 0.5s var(--e-out-quint);
    transform-origin: left center;
  }
  .cArrowLinkBox:hover .cArrowLinkBox__inner {
    background-color: #e5f5fb;
  }
  .cArrowLinkBox:hover .cArrowLinkBox__icon {
    transform: rotate(-25deg);
  }
}
.cLinePath__path {
  fill: none;
  stroke: #fff;
}

.cLineOpeningPath__path {
  fill: none;
  stroke: #fff;
  stroke-dasharray: var(--path-length, 1000);
  stroke-dashoffset: 0;
  animation: drawLine-opening var(--line-repeat, 15s) var(--e-out-quint) infinite;
  animation-play-state: paused;
}
.cLineOpeningPath.is-visible .cLineOpeningPath__path {
  animation-play-state: running;
}

@keyframes drawLine-opening {
  0% {
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dashoffset: 0;
  }
  33% {
    stroke-dashoffset: var(--path-length, 1000);
  }
  35% {
    stroke-dashoffset: var(--path-length, 1000);
  }
  48% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.cLineRepeatPath__path {
  fill: none;
  stroke: #fff;
  stroke-dasharray: var(--path-length, 1000);
  stroke-dashoffset: 0;
  animation: drawLine var(--line-repeat, 16s) var(--e-out-quint) infinite;
  animation-play-state: paused;
}
.cLineRepeatPath.is-visible .cLineRepeatPath__path {
  animation-play-state: running;
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dashoffset: 0;
  }
  33% {
    stroke-dashoffset: var(--path-length, 1000);
  }
  60% {
    stroke-dashoffset: var(--path-length, 1000);
  }
  66% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.cLineDrowPath__path {
  fill: none;
  stroke: #fff;
  stroke-dasharray: var(--path-length, 1000);
  stroke-dashoffset: var(--path-length, 1000);
  animation: drawLine 16s var(--e-out-quint) infinite;
  animation-play-state: paused;
}
.cLineDrowPath.is-visible .cLinePath__path {
  stroke-dashoffset: 0;
}

.cClipToptoDown {
  animation: clip-path-toptoDown 16s infinite alternate;
  animation-timing-function: var(--e-out-cubic);
}

@keyframes clip-path-toptoDown {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  30% {
    clip-path: inset(0 0 100% 0);
  }
  40% {
    clip-path: inset(0);
  }
  70% {
    clip-path: inset(0);
  }
  80% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
.cKatakata.is-active {
  animation: katakata 2.3s 1s infinite;
}

@keyframes katakata {
  0% {
    transform: rotateZ(0);
  }
  84% {
    transform: rotateZ(0);
  }
  88% {
    transform: rotateZ(4deg);
  }
  92% {
    transform: rotateZ(0);
  }
  96% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes yurayura1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  10% {
    transform: translate3d(9px, -1px, 0);
  }
  20% {
    transform: translate3d(-6px, 4px, 0);
  }
}
.cYurayura1.is-active {
  animation: yurayura1 40s linear infinite alternate;
}

@keyframes yurayura2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  10% {
    transform: translate3d(-5px, 6px, 0) rotate(5deg);
  }
  20% {
    transform: translate3d(-6px, 2px, 0) rotate(0);
  }
  30% {
    transform: translate3d(3px, 3px, 0) rotate(-5deg);
  }
  40% {
    transform: translate3d(-6px, 8px, 0) rotate(0);
  }
  50% {
    transform: translate3d(0, 8px, 0) rotate(5deg);
  }
  60% {
    transform: translate3d(6px, -4px, 0) rotate(0);
  }
  70% {
    transform: translate3d(-1px, -3px, 0) rotate(-5deg);
  }
  80% {
    transform: translate3d(3px, 7px, 0) rotate(0);
  }
  90% {
    transform: translate3d(-5px, -4px, 0) rotate(5deg);
  }
  100% {
    transform: translate3d(5px, -2px, 0) rotate(0);
  }
}
.cYurayura2.is-active {
  animation: yurayura2 45s linear infinite alternate;
}

@keyframes yurayura3 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  10% {
    transform: translate3d(-1px, 8px, 0);
  }
  20% {
    transform: translate3d(-7px, 4px, 0);
  }
  30% {
    transform: translate3d(9px, -2px, 0);
  }
  40% {
    transform: translate3d(2px, -6px, 0);
  }
  50% {
    transform: translate3d(7px, -5px, 0);
  }
  60% {
    transform: translate3d(-6px, 5px, 0);
  }
  70% {
    transform: translate3d(-7px, 9px, 0);
  }
  80% {
    transform: translate3d(6px, 1px, 0);
  }
  90% {
    transform: translate3d(-4px, -1px, 0);
  }
  100% {
    transform: translate3d(-8px, -9px, 0);
  }
}
.cYurayura3.is-active {
  animation: yurayura3 48s linear infinite alternate;
}

@keyframes yurayura4 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  10% {
    transform: translate3d(3px, 9px, 0);
  }
  20% {
    transform: translate3d(7px, 6px, 0);
  }
  30% {
    transform: translate3d(1px, -7px, 0);
  }
  40% {
    transform: translate3d(4px, 9px, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  60% {
    transform: translate3d(7px, -9px, 0);
  }
  70% {
    transform: translate3d(-8px, 0, 0);
  }
  80% {
    transform: translate3d(1px, 9px, 0);
  }
  90% {
    transform: translate3d(-6px, 2px, 0);
  }
  100% {
    transform: translate3d(1px, -8px, 0);
  }
}
.cYurayura4.is-active {
  animation: yurayura4 48s linear infinite alternate;
}

@keyframes yurayura5 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  10% {
    transform: translate3d(0, 8px, 0) rotate(0);
  }
  20% {
    transform: translate3d(3px, 6px, 0) rotate(5deg);
  }
  30% {
    transform: translate3d(-9px, 9px, 0) rotate(0);
  }
  40% {
    transform: translate3d(-6px, 9px, 0) rotate(5deg);
  }
  50% {
    transform: translate3d(-4px, 8px, 0) rotate(0);
  }
  60% {
    transform: translate3d(-2px, 2px, 0) rotate(5deg);
  }
  70% {
    transform: translate3d(4px, 2px, 0) rotate(0);
  }
  80% {
    transform: translate3d(3px, 6px, 0) rotate(5deg);
  }
  90% {
    transform: translate3d(2px, 3px, 0) rotate(0);
  }
  100% {
    transform: translate3d(-3px, -8px, 0) rotate(5deg);
  }
}
.cYurayura5.is-active {
  animation: yurayura5 40s linear infinite alternate;
}

@keyframes yurayura6 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  10% {
    transform: translate3d(-7px, -7px, 0) rotate(5deg);
  }
  20% {
    transform: translate3d(5px, -2px, 0) rotate(0);
  }
  30% {
    transform: translate3d(-2px, 5px, 0) rotate(5deg);
  }
  40% {
    transform: translate3d(-9px, -1px, 0) rotate(0);
  }
  50% {
    transform: translate3d(1px, 6px, 0) rotate(5deg);
  }
  60% {
    transform: translate3d(3px, 5px, 0) rotate(0);
  }
  70% {
    transform: translate3d(2px, -8px, 0) rotate(5deg);
  }
  80% {
    transform: translate3d(0, -2px, 0) rotate(0);
  }
  90% {
    transform: translate3d(0, -5px, 0) rotate(5deg);
  }
  100% {
    transform: translate3d(-5px, -7px, 0) rotate(0);
  }
}
.cYurayura6.is-active {
  animation: yurayura6 40s linear infinite alternate;
}

@keyframes yurayura7 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(5px, 5px, 0) rotate(3deg);
  }
  50% {
    transform: translate3d(-4px, 4px, 0) rotate(-2deg);
  }
  75% {
    transform: translate3d(3px, -5px, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(-6px, -6px, 0) rotate(0);
  }
}
.cYurayura7.is-active {
  animation: yurayura7 37s linear infinite alternate;
}

@keyframes yurayura8 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(6px, 3px, 0) rotate(4deg);
  }
  40% {
    transform: translate3d(-5px, 5px, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(4px, -6px, 0) rotate(2deg);
  }
  80% {
    transform: translate3d(-3px, 4px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-7px, -4px, 0) rotate(0);
  }
}
.cYurayura8.is-active {
  animation: yurayura8 39s linear infinite alternate;
}

@keyframes yurayura9 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  33% {
    transform: translate3d(4px, 6px, 0) rotate(5deg);
  }
  66% {
    transform: translate3d(-3px, 5px, 0) rotate(-4deg);
  }
  100% {
    transform: translate3d(-5px, -7px, 0) rotate(0);
  }
}
.cYurayura9.is-active {
  animation: yurayura9 41s linear infinite alternate;
}

@keyframes yurayura10 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(5px, 4px, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(-4px, 3px, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(3px, -4px, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(-6px, -5px, 0) rotate(0);
  }
}
.cYurayura10.is-active {
  animation: yurayura10 38s linear infinite alternate;
}

@keyframes yurayura11 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(6px, 5px, 0) rotate(3deg);
  }
  40% {
    transform: translate3d(-5px, 4px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(4px, -5px, 0) rotate(4deg);
  }
  80% {
    transform: translate3d(-3px, 3px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}
.cYurayura11.is-active {
  animation: yurayura11 40s linear infinite alternate;
}

@keyframes yurayura12 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(6px, 4px, 0) rotate(3deg);
  }
  40% {
    transform: translate3d(-4px, 5px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(3px, -6px, 0) rotate(4deg);
  }
  80% {
    transform: translate3d(-5px, 3px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-5px, -7px, 0) rotate(0);
  }
}
.cYurayura12.is-active {
  animation: yurayura12 39s linear infinite alternate;
}

@keyframes yurayura13 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  33% {
    transform: translate3d(5px, 4px, 0) rotate(5deg);
  }
  66% {
    transform: translate3d(-4px, 6px, 0) rotate(-3deg);
  }
  100% {
    transform: translate3d(-6px, -5px, 0) rotate(0);
  }
}
.cYurayura13.is-active {
  animation: yurayura13 41s linear infinite alternate;
}

@keyframes yurayura14 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(5px, 6px, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(-6px, 3px, 0) rotate(-4deg);
  }
  75% {
    transform: translate3d(4px, -5px, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(-7px, -4px, 0) rotate(0);
  }
}
.cYurayura14.is-active {
  animation: yurayura14 38s linear infinite alternate;
}

@keyframes yurayura15 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(7px, 4px, 0) rotate(4deg);
  }
  40% {
    transform: translate3d(-4px, 5px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(3px, -7px, 0) rotate(3deg);
  }
  80% {
    transform: translate3d(-6px, 3px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-5px, -6px, 0) rotate(0);
  }
}
.cYurayura15.is-active {
  animation: yurayura15 42s linear infinite alternate;
}

@keyframes yurayura16 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(5px, -4px, 0) rotate(3deg);
  }
  50% {
    transform: translate3d(-4px, -6px, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(7px, -5px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(-6px, -7px, 0) rotate(0);
  }
}
.cYurayura16.is-active {
  animation: yurayura16 40s linear infinite alternate;
}

@keyframes yurayura17 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  33% {
    transform: translate3d(6px, 4px, 0) rotate(4deg);
  }
  66% {
    transform: translate3d(-5px, 7px, 0) rotate(-2deg);
  }
  100% {
    transform: translate3d(-7px, -5px, 0) rotate(0);
  }
}
.cYurayura17.is-active {
  animation: yurayura17 43s linear infinite alternate;
}

@keyframes yurayura18 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(7px, 5px, 0) rotate(3deg);
  }
  40% {
    transform: translate3d(-6px, 4px, 0) rotate(-4deg);
  }
  60% {
    transform: translate3d(4px, -7px, 0) rotate(2deg);
  }
  80% {
    transform: translate3d(-5px, 3px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-5px, -6px, 0) rotate(0);
  }
}
.cYurayura18.is-active {
  animation: yurayura18 37s linear infinite alternate;
}

@keyframes yurayura19 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(5px, 6px, 0) rotate(5deg);
  }
  50% {
    transform: translate3d(-7px, 4px, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(4px, -5px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(-6px, -7px, 0) rotate(0);
  }
}
.cYurayura19.is-active {
  animation: yurayura19 44s linear infinite alternate;
}

@keyframes yurayura20 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(6px, 7px, 0) rotate(4deg);
  }
  40% {
    transform: translate3d(-5px, 4px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(4px, -6px, 0) rotate(3deg);
  }
  80% {
    transform: translate3d(-7px, 5px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-7px, -5px, 0) rotate(0);
  }
}
.cYurayura20.is-active {
  animation: yurayura20 39s linear infinite alternate;
}

@keyframes yurayura21 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(5px, 7px, 0) rotate(3deg);
  }
  40% {
    transform: translate3d(-7px, 4px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(4px, -6px, 0) rotate(4deg);
  }
  80% {
    transform: translate3d(-5px, 6px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-6px, -5px, 0) rotate(0);
  }
}
.cYurayura21.is-active {
  animation: yurayura21 41s linear infinite alternate;
}

@keyframes yurayura22 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  33% {
    transform: translate3d(6px, 5px, 0) rotate(5deg);
  }
  66% {
    transform: translate3d(-5px, 7px, 0) rotate(-3deg);
  }
  100% {
    transform: translate3d(-7px, -6px, 0) rotate(0);
  }
}
.cYurayura22.is-active {
  animation: yurayura22 38s linear infinite alternate;
}

@keyframes yurayura23 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(7px, 4px, 0) rotate(2deg);
  }
  50% {
    transform: translate3d(-6px, 6px, 0) rotate(-4deg);
  }
  75% {
    transform: translate3d(5px, -5px, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(-5px, -7px, 0) rotate(0);
  }
}
.cYurayura23.is-active {
  animation: yurayura23 33s linear infinite alternate;
}

@keyframes yurayura24 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(7px, 5px, 0) rotate(4deg);
  }
  40% {
    transform: translate3d(-5px, 7px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(6px, -7px, 0) rotate(3deg);
  }
  80% {
    transform: translate3d(-7px, 4px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-6px, -6px, 0) rotate(0);
  }
}
.cYurayura24.is-active {
  animation: yurayura24 40s linear infinite alternate;
}

@keyframes yurayura25 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(5px, 6px, 0) rotate(3deg);
  }
  50% {
    transform: translate3d(-6px, 7px, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(7px, -6px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(-7px, -5px, 0) rotate(0);
  }
}
.cYurayura25.is-active {
  animation: yurayura25 42s linear infinite alternate;
}

@keyframes yurayura26 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  33% {
    transform: translate3d(7px, 5px, 0) rotate(4deg);
  }
  66% {
    transform: translate3d(-6px, 6px, 0) rotate(-2deg);
  }
  100% {
    transform: translate3d(-5px, -7px, 0) rotate(0);
  }
}
.cYurayura26.is-active {
  animation: yurayura26 39s linear infinite alternate;
}

@keyframes yurayura27 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(7px, 7px, 0) rotate(3deg);
  }
  40% {
    transform: translate3d(-7px, 5px, 0) rotate(-4deg);
  }
  60% {
    transform: translate3d(5px, -7px, 0) rotate(2deg);
  }
  80% {
    transform: translate3d(-6px, 6px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-6px, -6px, 0) rotate(0);
  }
}
.cYurayura27.is-active {
  animation: yurayura27 44s linear infinite alternate;
}

@keyframes yurayura28 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(6px, 7px, 0) rotate(5deg);
  }
  50% {
    transform: translate3d(-5px, 6px, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(7px, -7px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(-7px, -5px, 0) rotate(0);
  }
}
.cYurayura28.is-active {
  animation: yurayura28 37s linear infinite alternate;
}

@keyframes yurayura29 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  20% {
    transform: translate3d(7px, 6px, 0) rotate(4deg);
  }
  40% {
    transform: translate3d(-7px, 5px, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(5px, -6px, 0) rotate(3deg);
  }
  80% {
    transform: translate3d(-6px, 7px, 0) rotate(-1deg);
  }
  100% {
    transform: translate3d(-6px, -7px, 0) rotate(0);
  }
}
.cYurayura29.is-active {
  animation: yurayura29 45s linear infinite alternate;
}

@keyframes yurayura30 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(7px, 5px, 0) rotate(4deg);
  }
  50% {
    transform: translate3d(-5px, 6px, 0) rotate(-3deg);
  }
  75% {
    transform: translate3d(6px, -7px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(-6px, -7px, 0) rotate(0);
  }
}
.cYurayura30.is-active {
  animation: yurayura30 45s linear infinite alternate;
}

@media screen and (min-width: 768px) {
  @keyframes yurayura1 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    10% {
      transform: translate3d(17px, -3px, 0);
    }
    20% {
      transform: translate3d(-18px, 12px, 0);
    }
  }
  @keyframes yurayura2 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    10% {
      transform: translate3d(-10px, 8px, 0) rotate(15deg);
    }
    20% {
      transform: translate3d(-8px, 6px, 0) rotate(0);
    }
    30% {
      transform: translate3d(9px, 9px, 0) rotate(-15deg);
    }
    40% {
      transform: translate3d(-8px, 7px, 0) rotate(0);
    }
    50% {
      transform: translate3d(0, 14px, 0) rotate(15deg);
    }
    60% {
      transform: translate3d(8px, -2px, 0) rotate(0);
    }
    70% {
      transform: translate3d(-3px, -9px, 0) rotate(-15deg);
    }
    80% {
      transform: translate3d(9px, 1px, 0) rotate(0);
    }
    90% {
      transform: translate3d(-5px, -2px, 0) rotate(15deg);
    }
    100% {
      transform: translate3d(5px, -6px, 0) rotate(0);
    }
  }
  @keyframes yurayura3 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    10% {
      transform: translate3d(-3px, 14px, 0);
    }
    20% {
      transform: translate3d(-11px, 2px, 0);
    }
    30% {
      transform: translate3d(17px, -6px, 0);
    }
    40% {
      transform: translate3d(6px, -8px, 0);
    }
    50% {
      transform: translate3d(11px, -5px, 0);
    }
    60% {
      transform: translate3d(-8px, 5px, 0);
    }
    70% {
      transform: translate3d(-11px, 7px, 0);
    }
    80% {
      transform: translate3d(8px, 3px, 0);
    }
    90% {
      transform: translate3d(-2px, -3px, 0);
    }
    100% {
      transform: translate3d(-14px, -17px, 0);
    }
  }
  @keyframes yurayura4 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    10% {
      transform: translate3d(9px, 27px, 0);
    }
    20% {
      transform: translate3d(21px, 18px, 0);
    }
    30% {
      transform: translate3d(3px, -21px, 0);
    }
    40% {
      transform: translate3d(12px, 27px, 0);
    }
    50% {
      transform: translate3d(-9px, 0, 0);
    }
    60% {
      transform: translate3d(21px, -27px, 0);
    }
    70% {
      transform: translate3d(-24px, 0, 0);
    }
    80% {
      transform: translate3d(3px, 27px, 0);
    }
    90% {
      transform: translate3d(-18px, 6px, 0);
    }
    100% {
      transform: translate3d(3px, -24px, 0);
    }
  }
  @keyframes yurayura5 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    10% {
      transform: translate3d(0, 24px, 0) rotate(0);
    }
    20% {
      transform: translate3d(9px, 18px, 0) rotate(15deg);
    }
    30% {
      transform: translate3d(-27px, 27px, 0) rotate(0);
    }
    40% {
      transform: translate3d(-18px, 27px, 0) rotate(15deg);
    }
    50% {
      transform: translate3d(-12px, 24px, 0) rotate(0);
    }
    60% {
      transform: translate3d(-6px, 6px, 0) rotate(15deg);
    }
    70% {
      transform: translate3d(12px, 6px, 0) rotate(0);
    }
    80% {
      transform: translate3d(9px, 18px, 0) rotate(15deg);
    }
    90% {
      transform: translate3d(6px, 9px, 0) rotate(0);
    }
    100% {
      transform: translate3d(-9px, -24px, 0) rotate(15deg);
    }
  }
  @keyframes yurayura6 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    10% {
      transform: translate3d(-21px, -21px, 0) rotate(15deg);
    }
    20% {
      transform: translate3d(15px, -6px, 0) rotate(0);
    }
    30% {
      transform: translate3d(-6px, 15px, 0) rotate(15deg);
    }
    40% {
      transform: translate3d(-27px, -3px, 0) rotate(0);
    }
    50% {
      transform: translate3d(3px, 18px, 0) rotate(15deg);
    }
    60% {
      transform: translate3d(9px, 15px, 0) rotate(0);
    }
    70% {
      transform: translate3d(6px, -24px, 0) rotate(15deg);
    }
    80% {
      transform: translate3d(0, -6px, 0) rotate(0);
    }
    90% {
      transform: translate3d(0, -15px, 0) rotate(15deg);
    }
    100% {
      transform: translate3d(-15px, -21px, 0) rotate(0);
    }
  }
  @keyframes yurayura7 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(15px, 15px, 0) rotate(9deg);
    }
    50% {
      transform: translate3d(-12px, 12px, 0) rotate(-6deg);
    }
    75% {
      transform: translate3d(9px, -15px, 0) rotate(3deg);
    }
    100% {
      transform: translate3d(-18px, -18px, 0) rotate(0);
    }
  }
  @keyframes yurayura8 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(18px, 9px, 0) rotate(12deg);
    }
    40% {
      transform: translate3d(-15px, 15px, 0) rotate(-9deg);
    }
    60% {
      transform: translate3d(12px, -18px, 0) rotate(6deg);
    }
    80% {
      transform: translate3d(-9px, 12px, 0) rotate(-3deg);
    }
    100% {
      transform: translate3d(-21px, -12px, 0) rotate(0);
    }
  }
  @keyframes yurayura9 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    33% {
      transform: translate3d(12px, 18px, 0) rotate(15deg);
    }
    66% {
      transform: translate3d(-9px, 15px, 0) rotate(-12deg);
    }
    100% {
      transform: translate3d(-15px, -21px, 0) rotate(0);
    }
  }
  @keyframes yurayura10 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(15px, 12px, 0) rotate(6deg);
    }
    50% {
      transform: translate3d(-12px, 9px, 0) rotate(-9deg);
    }
    75% {
      transform: translate3d(9px, -12px, 0) rotate(3deg);
    }
    100% {
      transform: translate3d(-18px, -15px, 0) rotate(0);
    }
  }
  @keyframes yurayura11 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(18px, 15px, 0) rotate(9deg);
    }
    40% {
      transform: translate3d(-15px, 12px, 0) rotate(-6deg);
    }
    60% {
      transform: translate3d(12px, -15px, 0) rotate(12deg);
    }
    80% {
      transform: translate3d(-9px, 9px, 0) rotate(-3deg);
    }
    100% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
  }
  @keyframes yurayura12 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(18px, 12px, 0) rotate(9deg);
    }
    40% {
      transform: translate3d(-12px, 15px, 0) rotate(-6deg);
    }
    60% {
      transform: translate3d(9px, -18px, 0) rotate(12deg);
    }
    80% {
      transform: translate3d(-15px, 9px, 0) rotate(-3deg);
    }
    100% {
      transform: translate3d(-15px, -21px, 0) rotate(0);
    }
  }
  @keyframes yurayura13 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    33% {
      transform: translate3d(15px, 12px, 0) rotate(15deg);
    }
    66% {
      transform: translate3d(-12px, 18px, 0) rotate(-9deg);
    }
    100% {
      transform: translate3d(-18px, -15px, 0) rotate(0);
    }
  }
  @keyframes yurayura14 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(15px, 18px, 0) rotate(6deg);
    }
    50% {
      transform: translate3d(-18px, 9px, 0) rotate(-12deg);
    }
    75% {
      transform: translate3d(12px, -15px, 0) rotate(3deg);
    }
    100% {
      transform: translate3d(-21px, -12px, 0) rotate(0);
    }
  }
  @keyframes yurayura15 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(21px, 12px, 0) rotate(12deg);
    }
    40% {
      transform: translate3d(-12px, 15px, 0) rotate(-6deg);
    }
    60% {
      transform: translate3d(9px, -21px, 0) rotate(9deg);
    }
    80% {
      transform: translate3d(-18px, 9px, 0) rotate(-3deg);
    }
    100% {
      transform: translate3d(-15px, -18px, 0) rotate(0);
    }
  }
  @keyframes yurayura16 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(15px, -12px, 0) rotate(9deg);
    }
    50% {
      transform: translate3d(-12px, -18px, 0) rotate(-9deg);
    }
    75% {
      transform: translate3d(21px, -15px, 0) rotate(6deg);
    }
    100% {
      transform: translate3d(-18px, -21px, 0) rotate(0);
    }
  }
  @keyframes yurayura17 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    33% {
      transform: translate3d(18px, 12px, 0) rotate(12deg);
    }
    66% {
      transform: translate3d(-15px, 21px, 0) rotate(-6deg);
    }
    100% {
      transform: translate3d(-21px, -15px, 0) rotate(0);
    }
  }
  @keyframes yurayura18 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(21px, 15px, 0) rotate(9deg);
    }
    40% {
      transform: translate3d(-18px, 12px, 0) rotate(-12deg);
    }
    60% {
      transform: translate3d(12px, -21px, 0) rotate(6deg);
    }
    80% {
      transform: translate3d(-15px, 9px, 0) rotate(-3deg);
    }
    100% {
      transform: translate3d(-15px, -18px, 0) rotate(0);
    }
  }
  @keyframes yurayura19 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(15px, 18px, 0) rotate(15deg);
    }
    50% {
      transform: translate3d(-21px, 12px, 0) rotate(-9deg);
    }
    75% {
      transform: translate3d(12px, -15px, 0) rotate(6deg);
    }
    100% {
      transform: translate3d(-18px, -21px, 0) rotate(0);
    }
  }
  @keyframes yurayura20 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(3px, 3px, 0) rotate(2deg);
    }
    40% {
      transform: translate3d(-2px, 2px, 0) rotate(-1deg);
    }
    60% {
      transform: translate3d(2px, -3px, 0) rotate(1deg);
    }
    80% {
      transform: translate3d(-3px, 2px, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-3px, -2px, 0) rotate(0);
    }
  }
  @keyframes yurayura21 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(2px, 3px, 0) rotate(1deg);
    }
    40% {
      transform: translate3d(-3px, 2px, 0) rotate(-1deg);
    }
    60% {
      transform: translate3d(2px, -3px, 0) rotate(2deg);
    }
    80% {
      transform: translate3d(-2px, 3px, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-3px, -2px, 0) rotate(0);
    }
  }
  @keyframes yurayura22 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    33% {
      transform: translate3d(14px, 2px, 0) rotate(7deg);
    }
    66% {
      transform: translate3d(-2px, 3px, 0) rotate(-1deg);
    }
    100% {
      transform: translate3d(-10px, -3px, 0) rotate(0);
    }
  }
  @keyframes yurayura23 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(7px, 4px, 0) rotate(2deg);
    }
    50% {
      transform: translate3d(-6px, 6px, 0) rotate(-10deg);
    }
    75% {
      transform: translate3d(5px, -2px, 0) rotate(1deg);
    }
    100% {
      transform: translate3d(-2px, -3px, 0) rotate(0);
    }
  }
  @keyframes yurayura24 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(3px, 2px, 0) rotate(2deg);
    }
    40% {
      transform: translate3d(-2px, 3px, 0) rotate(-1deg);
    }
    60% {
      transform: translate3d(3px, -3px, 0) rotate(1deg);
    }
    80% {
      transform: translate3d(-3px, 2px, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-3px, -3px, 0) rotate(0);
    }
  }
  @keyframes yurayura25 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(2px, 3px, 0) rotate(1deg);
    }
    50% {
      transform: translate3d(-3px, 3px, 0) rotate(-1deg);
    }
    75% {
      transform: translate3d(3px, -3px, 0) rotate(1deg);
    }
    100% {
      transform: translate3d(-3px, -2px, 0) rotate(0);
    }
  }
  @keyframes yurayura26 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    33% {
      transform: translate3d(3px, 2px, 0) rotate(2deg);
    }
    66% {
      transform: translate3d(-3px, 3px, 0) rotate(-1deg);
    }
    100% {
      transform: translate3d(-2px, -3px, 0) rotate(0);
    }
  }
  @keyframes yurayura27 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(3px, 3px, 0) rotate(1deg);
    }
    40% {
      transform: translate3d(-3px, 2px, 0) rotate(-2deg);
    }
    60% {
      transform: translate3d(2px, -3px, 0) rotate(1deg);
    }
    80% {
      transform: translate3d(-3px, 3px, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-3px, -3px, 0) rotate(0);
    }
  }
  @keyframes yurayura28 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(3px, 3px, 0) rotate(2deg);
    }
    50% {
      transform: translate3d(-12px, 3px, 0) rotate(-1deg);
    }
    75% {
      transform: translate3d(3px, 0, 0) rotate(1deg);
    }
    100% {
      transform: translate3d(-13px, 0, 0) rotate(0);
    }
  }
  @keyframes yurayura29 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    20% {
      transform: translate3d(3px, 3px, 0) rotate(2deg);
    }
    40% {
      transform: translate3d(-3px, 2px, 0) rotate(-1deg);
    }
    60% {
      transform: translate3d(2px, -3px, 0) rotate(1deg);
    }
    80% {
      transform: translate3d(-3px, 3px, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-3px, -3px, 0) rotate(0);
    }
  }
  @keyframes yurayura30 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0);
    }
    25% {
      transform: translate3d(3px, 2px, 0) rotate(2deg);
    }
    50% {
      transform: translate3d(-2px, 3px, 0) rotate(-12deg);
    }
    75% {
      transform: translate3d(3px, -3px, 0) rotate(1deg);
    }
    100% {
      transform: translate3d(-3px, -3px, 0) rotate(0);
    }
  }
}
.cFadeInUp {
  opacity: 0;
  transition: transform 1s var(--ease-out), opacity 0.7s var(--ease-out);
  transform: translateY(10px);
}
.cFadeInUp.is-active {
  opacity: 1;
  transform: translateY(0);
}

.cFadeUp {
  overflow: hidden;
  opacity: 0;
}
.cFadeUp__item {
  transition: transform 0.6s var(--ease-text-up);
  transform: translateY(100%);
}
.cFadeUp.is-active {
  opacity: 1;
}
.cFadeUp.is-active .cFadeUp__item {
  transform: translateY(0);
}

.cTextUp {
  display: block;
  overflow: hidden;
}
.cTextUp__item {
  display: block;
  transition: transform 0.6s var(--ease-text-up);
  transform: translateY(100%);
}
.cTextUp.is-active .cTextUp__item {
  transform: translateY(0);
}

.cTextLefttoRigft {
  overflow: hidden;
}
.cTextLefttoRigft__item {
  display: block;
  transition: transform 0.6s var(--ease-text-up);
  transform: translateX(-100%);
}
.cTextLefttoRigft.is-active .cTextLefttoRigft__item {
  transform: translateX(0);
}

.cFadeUpText {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}
.cFadeUpText span {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.36, 0.14, 0, 1), transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
  transform: translate(0, 100%) skewX(0);
}
.cFadeUpText.is-active {
  opacity: 1;
}
.cFadeUpText.is-active span {
  opacity: 1;
  transform: translate(0, 0%) skewX(0deg);
}

.cFadeUpSVG {
  overflow: hidden;
  opacity: 0;
}
.cFadeUpSVG .char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.36, 0.14, 0, 1), transform 0.7s cubic-bezier(0.36, 0.14, 0, 1);
  transform: translate(0, 100%) skewX(0);
}
.cFadeUpSVG.is-active {
  opacity: 1;
}
.cFadeUpSVG.is-active .char {
  opacity: 1;
  transform: translate(0, 0%) skewX(0deg);
}

.cTextKatakata {
  opacity: 0;
}
.cTextKatakata path, .cTextKatakata .char {
  display: inline-block;
  opacity: 0;
  transform: rotate(-8deg) translate(-3px, 0);
}
.cTextKatakata.is-active {
  opacity: 1;
}
.cTextKatakata.is-active .char, .cTextKatakata.is-active path {
  animation: text-katakata 0.5s forwards;
}

@keyframes text-katakata {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(0, 0);
  }
  34% {
    opacity: 1;
    transform: rotate(0deg) translate(0, 0);
  }
  35% {
    opacity: 1;
    transform: rotate(-1deg) translate(0, -2px);
  }
  69% {
    opacity: 1;
    transform: rotate(-1deg) translate(0, -2px);
  }
  70% {
    opacity: 1;
    transform: rotate(1deg) translate(0, -1px);
  }
  99% {
    opacity: 1;
    transform: rotate(1deg) translate(0, -1px);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translate(0, 0);
  }
}
.lHeader {
  position: absolute;
  top: 0;
  left: 0;
}

.lMain {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pFv {
  width: 100%;
}
.pFv__inner {
  padding: 147px 32px 82px;
}
.pFv__inner--confirm {
  padding: 127px 30px 82px 32px;
}
.pFv__headline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pFv__headline_jp {
  font-size: calc(24rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.1em;
}
.pFv__headline_jp--confirm {
  font-size: calc(15rem / 16);
  line-height: 1.5;
}
.pFv__headline_en {
  font-family: var(--f-en);
  font-size: calc(14rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.05em;
}
.pFv__motif {
  position: absolute;
  top: 159px;
  left: 117px;
  z-index: 2;
  width: 283px;
  height: 184px;
}
.pFv__motif_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.pFv__motif_item {
  position: absolute;
  opacity: 0;
}
.pFv__motif_item--1 {
  top: 66px;
  left: 0;
  z-index: 1;
  width: 95px;
  height: auto;
}
.pFv__motif_item--2 {
  top: 77px;
  left: 65px;
  z-index: 0;
  width: 158px;
  height: auto;
}
.pFv__motif_item--3 {
  top: 0;
  left: 129px;
  width: 154px;
  height: auto;
}

.pContact {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #e5f5fb;
  --focus-color: #fff;
}
.pContact .wpcf7 input[type=text],
.pContact .wpcf7 input[type=tel],
.pContact .wpcf7 input[type=email],
.pContact .wpcf7 select,
.pContact .wpcf7 textarea {
  border: 2px solid var(--c-white);
}
.pContact .wpcf7 input[type=text]:focus,
.pContact .wpcf7 input[type=tel]:focus,
.pContact .wpcf7 input[type=email]:focus,
.pContact .wpcf7 select:focus,
.pContact .wpcf7 textarea:focus {
  border: 2px solid var(--c-light-blue);
  outline: 0;
}
.pContact__inner {
  padding: 160px 32px 88px;
}
.pContact__icon {
  position: absolute;
  top: 21px;
  left: 17px;
  width: 141px;
}
.pContact__form form {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 48px;
}
.pContact__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 49px;
  margin-top: 48px;
}
.pContact__bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, var(--c-line) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.pContact__confirmbutton, .pContact__button, .pContact__returnbutton {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.pContact__confirmbutton_item, .pContact__button_item, .pContact__returnbutton_item {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 13px 26px 0;
  font-size: calc(17rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  border-radius: 26px;
}
.pContact__confirmbutton_icon, .pContact__button_icon, .pContact__returnbutton_icon {
  position: absolute;
  display: block;
  width: 17px;
  height: 12px;
}
.pContact__confirmbutton .wpcf7-spinner, .pContact__button .wpcf7-spinner, .pContact__returnbutton .wpcf7-spinner {
  display: none;
}
.pContact__button_item {
  margin-top: 24px;
  color: var(--c-white);
  background-color: var(--c-light-blue);
}
.pContact__button_icon {
  right: 100px;
  bottom: 31px;
}
.pContact__confirmbutton_item {
  position: relative;
  color: var(--c-white);
  background-color: var(--c-light-blue);
}
.pContact__confirmbutton_icon {
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
}
.pContact__returnbutton_item {
  padding: 18px 13px 17px 0;
  margin-top: 16px;
  font-size: calc(14rem / 16);
  color: var(--c-black);
  background-color: var(--c-white);
  border: 1px solid var(--c-line);
}
.pContact__returnbutton_icon {
  right: 80px;
  bottom: 22px;
}

.pContactUpper {
  position: relative;
  padding-bottom: 48px;
}
.pContactUpper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, var(--c-line) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.pContactUpper__copy {
  font-size: calc(14rem / 16);
  font-weight: var(--f-medium);
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.pContactUpper__button {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  margin-top: 30px;
  background-color: var(--c-line-green);
  border-radius: 30px;
}
.pContactUpper__button_text {
  font-size: calc(16rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1.4;
  color: var(--c-white);
  letter-spacing: 0.04em;
}
.pContactUpper__button_icon {
  display: block;
  width: 17px;
  height: 12px;
  margin-top: 9px;
}

.pContactItem,
.pContactItemSchool {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: calc(16rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.pContactItem__input,
.pContactItemSchool__input {
  position: relative;
  width: 100%;
  padding: 13px 17px;
  font-size: calc(16rem / 16);
  letter-spacing: 0.1em;
  background-color: var(--c-white);
}
.pContactItem__input--select,
.pContactItemSchool__input--select {
  padding: 0;
}
.pContactItem__input--select .wpcf7-form-control-wrap,
.pContactItemSchool__input--select .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.pContactItem__input--emailconfirm,
.pContactItemSchool__input--emailconfirm {
  margin-top: 10px;
}
.pContactItem__input_select,
.pContactItemSchool__input_select {
  width: 100%;
  padding: 13px 17px;
}
.pContactItem__input_svg,
.pContactItemSchool__input_svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 19px;
  transform: translateY(-50%);
}
.pContactItem__input::-moz-placeholder, .pContactItemSchool__input::-moz-placeholder {
  color: #b2b2b2;
}
.pContactItem__input::placeholder,
.pContactItemSchool__input::placeholder {
  color: #b2b2b2;
}
.pContactItem__input_privacy,
.pContactItemSchool__input_privacy {
  padding-left: 39px;
  margin-left: -1em;
}
.pContactItem__input_privacy + span,
.pContactItemSchool__input_privacy + span {
  font-size: calc(15rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.1em;
}
.pContactItem__input_privacy + span::before,
.pContactItemSchool__input_privacy + span::before {
  position: absolute;
  top: 4px;
  left: 14px;
  flex-shrink: 0;
  width: 25px;
  height: 16px;
  content: "";
  background-image: url("../images/contact/checkbox.png");
  background-size: 25px 16px;
  opacity: 1;
}
.pContactItem__input_privacy + span::after,
.pContactItemSchool__input_privacy + span::after {
  position: absolute;
  top: 4px;
  left: 14px;
  display: block;
  width: 25px;
  height: 16px;
  content: "";
  background-image: url("../images/contact/checkbox-in.png");
  background-size: 25px 16px;
  opacity: 0;
}
.pContactItem__input_privacy + span a,
.pContactItemSchool__input_privacy + span a {
  position: relative;
  display: inline-block;
}
.pContactItem__input_privacy + span a::before,
.pContactItemSchool__input_privacy + span a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--c-line);
}
.pContactItem__input_privacy:checked + span::after,
.pContactItemSchool__input_privacy:checked + span::after {
  opacity: 1;
}
.pContactItem__input_privacy:checked + span::before,
.pContactItemSchool__input_privacy:checked + span::before {
  opacity: 0;
}
.pContactItem__input_privacy .wpcf7-free-text,
.pContactItemSchool__input_privacy .wpcf7-free-text {
  display: block;
  margin: 15px 0 0 calc(24rem / 16);
  border: 1px solid #e1e1e1;
}
.pContactItem__input__textarea,
.pContactItemSchool__input__textarea {
  width: 100%;
  padding: 18px;
  font-size: calc(15rem / 16);
  line-height: 2;
  letter-spacing: 0.14em;
  background-color: var(--c-white);
}
.pContactItem--quiz > p,
.pContactItemSchool--quiz > p {
  line-height: 1.5;
}
.pContactItem--quiz label,
.pContactItemSchool--quiz label {
  display: flex;
  gap: 15px;
  align-items: center;
}
.pContactItem--quiz .wpcf7-quiz-label,
.pContactItemSchool--quiz .wpcf7-quiz-label {
  flex-shrink: 0;
}
.pContactItem--privacy,
.pContactItemSchool--privacy {
  display: block;
  margin-top: 0;
  font-size: calc(15rem / 16);
}
.pContactItem--privacy a,
.pContactItemSchool--privacy a {
  display: inline-block;
}
.pContactItem--confirm,
.pContactItemSchool--confirm {
  gap: 0;
  margin-top: 19px;
}
.pContactItem--confirm_text,
.pContactItemSchool--confirm_text {
  margin-left: 11px;
  font-size: calc(13rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.1em;
}
.pContactItem--confirm_notion,
.pContactItemSchool--confirm_notion {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 12px 0 0 11px;
  font-size: calc(13rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pContactItem--confirm_notion::before,
.pContactItemSchool--confirm_notion::before {
  content: "※";
}

.pContactItemCheckbox {
  display: flex;
  flex-direction: column;
  padding-left: 3px;
  margin-left: -1em;
  font-size: calc(16rem / 16);
  font-weight: var(--f-medium);
  line-height: 1;
  letter-spacing: 0.1em;
}
.pContactItemCheckbox .wpcf7-list-item:first-child {
  margin: 0 0 0 16px;
}
.pContactItemCheckbox .wpcf7-list-item:nth-child(2), .pContactItemCheckbox .wpcf7-list-item:nth-child(3) {
  margin: -4px 0 0 16px;
}
.pContactItemCheckbox input {
  position: relative;
}
.pContactItemCheckbox input + .wpcf7-list-item-label {
  position: relative;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  align-items: center;
  font-size: calc(16rem / 16);
  line-height: 1;
  letter-spacing: 0.1em;
}
.pContactItemCheckbox input + .wpcf7-list-item-label::before {
  display: block;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  content: "";
  background-color: var(--c-white);
  border-radius: 50%;
}
.pContactItemCheckbox input + .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  display: none;
  width: 9px;
  height: 9px;
  content: "";
  background-color: var(--c-light-blue);
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
}
.pContactItemCheckbox input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-response-output {
  display: none !important;
}

.pContactbottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 31px 0;
  margin-top: 56px;
  text-align: center;
  background-color: var(--c-white);
}
.pContactbottom::before, .pContactbottom::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-image: linear-gradient(to right, var(--c-line) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.pContactbottom::after {
  top: auto;
  bottom: 0;
}
.pContactbottom__copy {
  font-size: calc(14rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pContactbottom__number {
  font-family: var(--f-en);
  font-size: calc(26rem / 16);
  font-weight: var(--f-semibold);
  line-height: 1;
  letter-spacing: 0.1em;
}

.cBreadcrumb {
  padding-top: 37px;
}

.lFooter {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .pFv {
    position: relative;
    height: calc(100rem / 16 + 326px);
  }
  .pFv__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: calc(100rem / 16) 5.03vw 0;
  }
  .pFv__headline {
    gap: 24px;
  }
  .pFv__headline_jp {
    font-size: calc(30rem / 16);
  }
  .pFv__headline_jp--confirm {
    font-size: calc(26rem / 16);
  }
  .pFv__headline_en {
    font-size: calc(16rem / 16);
  }
  .pFv__motif {
    top: calc(100rem / 16 + 44px);
    left: 56.15vw;
    width: 585px;
    height: 329px;
  }
  .pFv__motif_item--1 {
    top: 0;
    left: 0;
    width: 172px;
  }
  .pFv__motif_item--2 {
    top: 28px;
    left: 111px;
    width: 298px;
  }
  .pFv__motif_item--3 {
    top: 235px;
    left: 317px;
    width: 268px;
  }
  .pFv__motif_item--4 {
    top: 98px;
    left: 370px;
    width: 181px;
  }
  .pContact {
    position: relative;
    overflow: hidden;
  }
  .pContact__inner {
    max-width: 900px;
    padding: 0 0 160px;
    margin: 81px auto 0;
  }
  .pContact__form form {
    margin-top: 34px;
  }
  .pContact__bottom {
    gap: 48px;
  }
  .pContact__bottom.confirm {
    gap: 24px;
  }
  .pContact__button {
    cursor: pointer;
  }
  .pContact__button_item {
    width: 100%;
    padding: 38px 0;
    border-radius: 46px;
    transition: background-color 0.5s var(--e-out-quart);
  }
  .pContact__button_text {
    font-size: calc(17rem / 16);
  }
  .pContact__button_icon {
    top: 65px;
    right: 120px;
    transition: transform 0.5s var(--e-out-quart);
    transform: none;
    transform-origin: left center;
  }
  .pContact__button.is-hover .pContact__button_item {
    background-color: var(--c-hover-blue);
  }
  .pContact__button.is-hover .pContact__button_icon {
    transform: rotate(-25deg);
  }
  .pContact__confirmbutton {
    cursor: pointer;
  }
  .pContact__confirmbutton_item {
    width: 100%;
    padding: 38px 0;
    border-radius: 46px;
    transition: background-color 0.5s var(--e-out-quart);
  }
  .pContact__confirmbutton_text {
    font-size: calc(17rem / 16);
  }
  .pContact__confirmbutton_icon {
    top: 44px;
    right: 120px;
    transition: transform 0.5s var(--e-out-quart);
    transform: none;
    transform-origin: left center;
  }
  .pContact__confirmbutton.is-hover .pContact__confirmbutton_item {
    background-color: var(--c-hover-blue);
  }
  .pContact__confirmbutton.is-hover .pContact__confirmbutton_icon {
    transform: rotate(-25deg);
  }
  .pContact__returnbutton {
    cursor: pointer;
  }
  .pContact__returnbutton_item {
    width: 100%;
    padding: 24px 0;
    margin-top: 0;
    border-radius: 26px;
    transition: background-color 0.5s var(--e-out-quart);
  }
  .pContact__returnbutton_icon {
    right: 120px;
    bottom: 30px;
    transition: transform 0.5s var(--e-out-quart);
  }
  .pContact__returnbutton.is-hover .pContact__returnbutton_item {
    background-color: var(--c-blue-bg);
  }
  .pContact__returnbutton.is-hover .pContact__returnbutton_icon {
    transform: rotate(-25deg);
  }
  .pContact__motif {
    position: absolute;
    bottom: min(493px, 29.03vw);
    left: 50%;
    width: min(1602px, 105.95vw);
    transform: translateX(-50%);
  }
  .pContact__motif_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pContact__motif_item {
    position: absolute;
    height: auto;
  }
  .pContact__motif_item--1 {
    top: min(5px, 0.33vw);
    right: min(86px, 5.69vw);
    width: min(164px, 10.85vw);
  }
  .pContact__motif_item--2 {
    top: min(138px, 9.13vw);
    right: min(180px, 11.9vw);
    width: min(160px, 10.58vw);
  }
  .pContact__motif_item--3 {
    top: min(177px, 11.71vw);
    left: min(59px, 3.9vw);
    width: min(191px, 12.63vw);
  }
  .pContact__motif_item--4 {
    top: min(158px, 10.45vw);
    left: 0;
    width: min(142px, 9.39vw);
  }
  .pContactUpper {
    padding-bottom: 71px;
  }
  .pContactUpper__copy {
    font-size: calc(16rem / 16);
    text-align: center;
  }
  .pContactUpper__tel {
    gap: 13px;
    padding: 29px 0 33px;
    margin-top: 54px;
  }
  .pContactUpper__tel_copy {
    font-size: calc(15rem / 16);
  }
  .pContactUpper__tel_number {
    font-size: calc(30rem / 16);
  }
  .pContactUpper__button {
    width: calc(680rem / 16);
    padding: calc(28rem / 16) 0;
    margin: 37px 110px 0;
    border-radius: 34px;
  }
  .pContactUpper__button_text {
    font-size: calc(17rem / 16);
  }
  .pContactUpper__button_icon {
    position: absolute;
    top: 34px;
    right: 120px;
    margin-top: 0;
  }
  .pContactItem,
  .pContactItemSchool {
    flex-direction: row;
    gap: 0;
    align-items: center;
    margin-top: 39px;
  }
  .pContactItem .wpcf7-form-control-wrap,
  .pContactItemSchool .wpcf7-form-control-wrap {
    width: 100%;
  }
  .pContactItem:first-child,
  .pContactItemSchool:first-child {
    margin-top: 0;
  }
  .pContactItem__label,
  .pContactItemSchool__label {
    flex-shrink: 0;
    width: 298px;
    font-size: calc(18rem / 16);
  }
  .pContactItem__input,
  .pContactItemSchool__input {
    padding: 18px 29px;
    font-size: calc(16rem / 16);
  }
  .pContactItem__input--select,
  .pContactItemSchool__input--select {
    padding: 0;
  }
  .pContactItem__input_select,
  .pContactItemSchool__input_select {
    padding: 18px 30px;
  }
  .pContactItem--quiz,
  .pContactItemSchool--quiz {
    flex-direction: column;
    gap: 15px;
  }
  .pContactItem--quiz > p,
  .pContactItemSchool--quiz > p {
    font-size: calc(16rem / 16);
  }
  .pContactItem--confirm,
  .pContactItemSchool--confirm {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 31px;
    margin-left: 298px;
  }
  .pContactItem--confirm_text,
  .pContactItemSchool--confirm_text {
    margin-left: 0;
  }
  .pContactItem--confirm_notion,
  .pContactItemSchool--confirm_notion {
    margin-left: 0;
  }
  .pContactItem--message,
  .pContactItemSchool--message {
    align-items: flex-start;
  }
  .pContactItemSchool {
    margin-top: 39px !important;
  }
  .pContactItemCheckbox {
    flex-direction: row;
    gap: min(29px, 1.92vw);
    margin-top: -15px;
  }
  .pContactItemCheckbox .wpcf7-list-item:first-child {
    margin: -4px 0 0 16px;
  }
  .pContactItemCheckbox input {
    position: relative;
  }
  .pContactItemCheckbox input + .wpcf7-list-item-label {
    font-size: calc(16rem / 16);
  }
  .pContactItemCheckbox input + .wpcf7-list-item-label::before {
    width: 22px;
    height: 22px;
    content: "";
    background-color: var(--c-white);
    border-radius: 50%;
  }
  .pContactItemCheckbox input + .wpcf7-list-item-label::after {
    left: 6px;
    width: 10px;
    height: 10px;
  }
  .cBreadcrumb {
    padding-top: 1.98vw;
  }
  .lFooter {
    margin-top: 160px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .pContactUpper__button {
    transition: background-color 0.5s var(--e-out-quart);
  }
  .pContactUpper__button_icon {
    transition: transform 0.5s var(--e-out-quart);
  }
  .pContactUpper__button_icon path {
    transition: fill 0.5s var(--e-out-quart);
  }
  .pContactUpper__button:hover {
    background-color: var(--c-hover-green);
  }
  .pContactUpper__button:hover .pContactUpper__button_icon {
    transform: rotate(-25deg);
  }
}
.pContactItem__input_privacy input + span {
  position: none;
}
.pContactItem__input_privacy input + span::before, .pContactItem__input_privacy input + span::after {
  display: none;
}
.pContactItem__input_privacy input:checked + span::after {
  display: none;
}
.pContactItem--message {
  line-height: 1.5;
}

#school-type,
#school-type input.wpcf7-form-control.wpcf7-text {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}