@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Responsive fluid layout */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* Disable phone number links on PC */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* Styles for anchor elements */
a {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

:root a {
  text-decoration: none;
}

/* Set box-sizing to border-box for all elements */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  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;
  margin: 0;
  padding: 0;
}

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Reset form elements */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  width: 0;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations and transitions 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;
  }
}
/* Fix for swiper button disappearance */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  text-rendering: auto;
}

/* Fix for swiper slider flickering issue */
.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-movie .p-movie__thumb-img {
  -webkit-transition: -webkit-transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: -webkit-transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-movie .p-movie__play-triangle {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: fill 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@media (any-hover: hover) {
  .p-movie .p-movie__thumb:hover .p-movie__thumb-img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .p-movie .p-movie__thumb:hover .p-movie__play-triangle {
    fill: white;
  }
}
.p-movie-modal .p-movie-modal__close {
  -webkit-transition: background 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: background 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-movie-modal .p-movie-modal__close-icon {
  -webkit-transition: -webkit-filter 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: -webkit-filter 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: filter 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: filter 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-filter 0.275s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@media (any-hover: hover) {
  .p-movie-modal .p-movie-modal__close:hover {
    background: #222222;
  }
  .p-movie-modal .p-movie-modal__close:hover .p-movie-modal__close-icon {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.p-positions__item {
  -webkit-transition: background 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: background 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-positions__item-img {
  -webkit-transition: -webkit-transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: -webkit-transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.425s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-positions__circle-btn-arrow {
  transform-box: fill-box;
  -webkit-transform-origin: center 0.375rem;
          transform-origin: center 0.375rem;
}

@media (any-hover: hover) {
  .p-positions__item--design:hover {
    background: #fbb3c7;
  }
  .p-positions__item--sales:hover {
    background: #e6e75c;
  }
  .p-positions__item:hover {
    opacity: 1;
  }
  .p-positions__item:hover .p-positions__item-img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .p-positions__item:hover .p-positions__item-arrow span {
    -webkit-animation: rotateX 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
            animation: rotateX 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
  }
  .p-positions__item:hover .p-positions__circle-btn-arrow {
    -webkit-animation: rotateX 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
            animation: rotateX 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s;
  }
}
.p-positions__other-item::before {
  -webkit-transition: opacity 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-positions__other-item .p-positions__other-label {
  -webkit-transition: color 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: color 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-positions__other-item .p-positions__circle-btn-bg {
  -webkit-transition: fill 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: fill 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.p-positions__other-item .p-positions__circle-btn-arrow {
  transform-box: fill-box;
  -webkit-transform-origin: center 0.375rem;
          transform-origin: center 0.375rem;
}

@media (any-hover: hover) {
  .p-positions__other-item:hover {
    opacity: 1;
  }
  .p-positions__other-item:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p-positions__other-item:hover .p-positions__circle-btn-bg {
    fill: #edeef1;
  }
  .p-positions__other-item:hover .p-positions__circle-btn-arrow {
    stroke: #222222;
    -webkit-animation: rotateX 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.275s;
            animation: rotateX 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.275s;
  }
  .p-positions__other-item:hover .p-positions__other-label {
    color: #edeef1;
  }
}
@-webkit-keyframes rotateX {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
@keyframes rotateX {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
  }
}
.l-main {
  margin-top: 50px;
  margin-top: 3.125rem;
  contain: paint;
}

.l-page-top {
  position: fixed;
  right: 3px;
  right: 0.1875rem;
  bottom: 85px;
  bottom: 5.3125rem;
}

.l-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 16px 24px;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  border: 2px solid #222222;
  border-radius: 8.75rem;
  -webkit-box-shadow: 0 6px 0 0 rgb(17, 17, 17);
          box-shadow: 0 6px 0 0 rgb(17, 17, 17);
  text-decoration: none;
  cursor: pointer;
  min-height: 60px;
  min-height: 3.75rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-box-shadow 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: -webkit-transform 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-box-shadow 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940), box-shadow 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940), box-shadow 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-box-shadow 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-height: 4.5rem;
    font-size: 1rem;
  }
}

.c-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #55c9cd;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: -webkit-transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  pointer-events: none;
}

.c-btn__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  z-index: 1;
}

.c-btn__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  right: 1.5rem;
  margin: auto;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  z-index: 1;
}

.c-btn:focus {
  outline: none;
}

.c-btn:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 2px;
}

@media (any-hover: hover) {
  .c-btn:hover {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-btn:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-custom-select {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.c-custom-select select {
  display: none;
}

.c-custom-select__box {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.c-custom-select__box-trigger {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  position: relative;
  display: block;
  background-color: #fff;
  padding: 11.5px 50px 11.5px 15px;
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-custom-select__box-trigger {
    font-size: 0.9375rem;
  }
}

.c-custom-select__box-trigger:focus-visible {
  outline: 2px solid #333;
  outline-offset: 0;
}

.c-custom-select__box-trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.c-custom-select__box.is-opened .c-custom-select__box-trigger:after {
  margin-top: 3px;
  margin-top: 0.1875rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.c-custom-select__box-options {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin-top: 3px;
  margin-top: 0.1875rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-custom-select__box-options {
    margin-top: 0.3125rem;
  }
}

.c-custom-select__box.is-opened .c-custom-select__box-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-custom-select__box-option {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #707070;
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, .4);
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-custom-select__box-option {
    font-size: 0.9375rem;
  }
}

.c-custom-select__box-option:nth-of-type(n + 3) {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-custom-select__box-option:nth-of-type(n + 3) {
    margin-top: 0.3125rem;
  }
}

.c-custom-select__box-option:first-of-type {
  opacity: 0;
  height: 0;
  padding: 0;
}

.c-custom-select__box-option:hover,
.c-custom-select__box-option.is-selection {
  background: #f2f2f2;
}

.c-custom-select__box-option.is-optionHover:before {
  background: #f9f9f9;
}

.c-grid-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(142, 142, 142, .1))), -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(142, 142, 142, .1)));
  background-image: linear-gradient(0deg, transparent calc(100% - 0.0625rem), rgba(142, 142, 142, .1) calc(100% - 0.0625rem)), linear-gradient(90deg, transparent calc(100% - 0.0625rem), rgba(142, 142, 142, .1) calc(100% - 0.0625rem));
  background-size: 2.1875rem 1.875rem;
  background-repeat: repeat;
  background-position: calc(50% + 1.125rem) calc(50% + 1rem);
}

.c-page-top {
  padding-top: 15px;
  padding-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 67px;
  width: 4.1875rem;
  height: 67px;
  height: 4.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #739099;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.c-page-top.is-fadeIn {
  visibility: visible;
  opacity: 1;
}

.c-page-top::before {
  content: "";
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 50%;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  border-top: 3px solid #fff;
  border-top: 0.1875rem solid #fff;
  border-right: 3px solid #fff;
  border-right: 0.1875rem solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media (any-hover: hover) {
  .c-page-top:hover {
    background-color: #333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .c-page-top:hover::before {
    border-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.p-drawer-bg {
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-drawer-bg.is-open {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  width: 18.75rem;
  background: #55c8cc;
  z-index: 9998;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: -webkit-transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550), -webkit-transform 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-drawer.is-open {
  -webkit-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
}

.p-drawer__list {
  padding-top: 15px;
  padding-top: 0.9375rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__link {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 8px 16px 24px;
  padding: 1rem 0.5rem 1rem 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.p-drawer__link.is-current {
  color: #feff5b;
}

@media (any-hover: hover) {
  .p-drawer__link:hover {
    opacity: 0.75;
  }
}
.p-drawer__item > .p-drawer__link {
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-drawer__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  margin-right: 16px;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, .15);
  border: 1.5px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

@media (any-hover: hover) {
  .p-drawer__toggle:hover {
    background: rgba(255, 255, 255, .25);
  }
}
.p-drawer__toggle-icon {
  position: relative;
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.p-drawer__toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background: #fff;
  border-radius: 0.0625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-drawer__item.is-open .p-drawer__toggle-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-drawer__sub-list {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
  background: rgba(0, 0, 0, .12);
}

.p-drawer__item.is-open .p-drawer__sub-list {
  max-height: 400px;
  max-height: 25rem;
}

.p-drawer__sub-link {
  display: block;
  padding: 12px 24px 12px 32px;
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.p-drawer__sub-list li:first-child .p-drawer__sub-link {
  border-top: none;
}

@media (any-hover: hover) {
  .p-drawer__sub-link:hover {
    opacity: 0.75;
  }
}
.p-entry {
  background: #3d89cd;
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding: 5rem 0;
  }
}

.p-entry__inner {
  max-width: 1120px;
  max-width: 70rem;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-entry__inner {
    padding: 0 1.25rem;
  }
}

.p-entry__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-entry__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 1000;
  font-size: 56px;
  font-size: 3.5rem;
  color: #1a1a1a;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-entry__en {
    font-size: 4.625rem;
  }
}

.p-entry__ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .p-entry__ja {
    font-size: 1.25rem;
  }
}

.p-entry__step {
  background: #fff;
  border-radius: 2.5rem;
  padding: 40px 15px 48px;
  padding: 2.5rem 0.9375rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-entry__step {
    border-radius: 5rem;
    padding: 3.75rem 5.625rem;
  }
}

.p-entry__step[hidden] {
  display: none;
}

.p-entry__lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #303030;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.p-entry__required-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-entry__required-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  padding: 0 0.625rem;
  background: #cf0100;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 3px;
  line-height: 2em;
  margin-left: 4px;
  margin-left: 0.25rem;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-entry__required-badge {
    font-size: 0.8125rem;
  }
}

.p-entry__required-badge.p-entry__required-badge--right {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__required-badge.p-entry__required-badge--right {
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1.625rem;
  }
}

.p-entry__required-badge.p-entry__required-badge--privacy {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-entry__required-badge.p-entry__required-badge--privacy {
    margin-left: 0.9375rem;
  }
}

.p-entry__optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  padding: 0 0.625rem;
  background: #707070;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
  line-height: 2em;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-entry__optional {
    font-size: 0.8125rem;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

.p-entry__form {
  width: 100%;
}

.p-entry__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__fields {
    row-gap: 1.5rem;
  }
}

.p-entry__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6875rem;
  }
}

.p-entry__field.p-entry__field--privacy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__field.p-entry__field--privacy {
    padding-top: 1rem;
    row-gap: 0.75rem;
  }
}

.p-entry__label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #303030;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-entry__label {
    font-size: 1rem;
    width: 15.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-entry__label.p-entry__label--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry__label.p-entry__label--top-adjust {
    margin-top: 0.425rem;
  }
}

.p-entry__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0;
  }
}

.p-entry__note {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  color: #707070;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-entry__note.p-entry__note--privacy {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #303030;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .p-entry__note.p-entry__note--privacy {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.p-entry__input,
.p-entry__textarea {
  width: 100%;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  border: 0.1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.02em;
  color: #303030;
  background: #e3e3e3;
  outline: none;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}
@media screen and (min-width: 768px) {
  .p-entry__input,
  .p-entry__textarea {
    font-size: 1rem;
    padding: 0.875rem 1.375rem;
  }
}

.p-entry__input:focus,
.p-entry__textarea:focus {
  font-size: 16px;
  font-size: 1rem;
  background: #f2f2f2;
}

.p-entry__input:focus-visible,
.p-entry__textarea:focus-visible {
  outline: 1px solid #518af3;
  outline-offset: 0;
}

.p-entry__input::-webkit-input-placeholder,
.p-entry__textarea::-webkit-input-placeholder {
  color: #999999;
}

.p-entry__input::-moz-placeholder,
.p-entry__textarea::-moz-placeholder {
  color: #999999;
}

.p-entry__input::-ms-input-placeholder,
.p-entry__textarea::-ms-input-placeholder {
  color: #999999;
}

.p-entry__input::placeholder,
.p-entry__textarea::placeholder {
  color: #999999;
}

.p-entry__input:not(:placeholder-shown),
.p-entry__textarea:not(:placeholder-shown) {
  background: #f2f2f2;
  color: #222222;
}

.p-entry__input.is-error,
.p-entry__textarea.is-error {
  border-color: #cf0100;
  background: #ffefef;
}

.p-entry__control .c-custom-select__box-trigger {
  border: 0.1px solid transparent;
  border-radius: 5px;
  padding: 12px 48px 12px 16px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.02em;
  color: #999999;
  background: #e3e3e3;
  -webkit-transition: border-color 0.2s, background 0.2s, color 0.2s;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
@media screen and (min-width: 768px) {
  .p-entry__control .c-custom-select__box-trigger {
    font-size: 1rem;
    padding: 0.875rem 3rem 0.875rem 1.375rem;
  }
}

.p-entry__control .c-custom-select__box-trigger::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 22px;
  right: 1.375rem;
  width: 0;
  height: 0;
  border-left: 6.5px solid transparent;
  border-left: 0.40625rem solid transparent;
  border-right: 6.5px solid transparent;
  border-right: 0.40625rem solid transparent;
  border-bottom: 7px solid #707070;
  border-bottom: 0.4375rem solid #707070;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
}

.p-entry__control .c-custom-select__box-trigger::after {
  right: 22px;
  right: 1.375rem;
  top: calc(50% + 0.0625rem);
  width: 0;
  height: 0;
  border-left: 6.5px solid transparent;
  border-left: 0.40625rem solid transparent;
  border-right: 6.5px solid transparent;
  border-right: 0.40625rem solid transparent;
  border-top: 7px solid #707070;
  border-top: 0.4375rem solid #707070;
  border-bottom: none;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: unset;
          transform-origin: unset;
  -webkit-transition: none;
  transition: none;
}

.p-entry__control .c-custom-select__box-trigger:focus-visible {
  outline: 1px solid #518af3;
  outline-offset: 0;
  background: #f2f2f2;
}

.p-entry__control .c-custom-select__box.is-opened .c-custom-select__box-trigger {
  border-radius: 5px 5px 0 0;
  background: #f2f2f2;
  border: 1px solid #518af3;
}

.p-entry__control .c-custom-select__box.is-opened .c-custom-select__box-trigger::after {
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
  border-top: 7px solid #707070;
  border-top: 0.4375rem solid #707070;
  border-bottom: none;
}

.p-entry__control .c-custom-select__box.is-filled ~ .c-custom-select__box .c-custom-select__box-trigger {
  background: #f2f2f2;
  color: #303030;
}

.p-entry__control .c-custom-select__box.is-error ~ .c-custom-select__box .c-custom-select__box-trigger {
  background: #ffefef;
  border-color: #cf0100;
}

.p-entry__control .c-custom-select__box-options {
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
}

.p-entry__control .c-custom-select__box-option {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #303030;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-entry__control .c-custom-select__box-option {
    font-size: 0.9375rem;
  }
}

.p-entry__control .c-custom-select__box-option:first-of-type {
  padding: 0;
}

.p-entry__control .c-custom-select__box-option:nth-of-type(n + 3) {
  margin-top: 0;
}

.p-entry__textarea {
  resize: vertical;
  min-height: 120px;
  min-height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__textarea {
    min-height: 18.75rem;
  }
}

.p-entry__dropzone {
  width: 100%;
  min-height: 100px;
  min-height: 6.25rem;
  background: #f8fdff;
  border: 1.5px dashed #518af3;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
@media screen and (min-width: 768px) {
  .p-entry__dropzone {
    min-height: 9.25rem;
  }
}

.p-entry__dropzone:focus {
  outline: none;
}

.p-entry__dropzone:focus-visible {
  outline: 2px solid #518af3;
  outline-offset: -1px;
}

.p-entry__dropzone.is-dragover {
  background: #e6f0ff;
  border-color: #3566d0;
}

.p-entry__dropzone-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 16px;
  padding: 1rem;
  pointer-events: none;
}

.p-entry__dropzone-icon {
  width: 40px;
  width: 2.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__dropzone-icon {
    width: 3.1875rem;
  }
}

.p-entry__dropzone-text {
  color: #518af3;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-entry__dropzone-text {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-entry__upload-select-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 35px;
  height: 2.1875rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  background: #fff;
  border: 1px solid #518af3;
  border-radius: 0.1875rem;
  color: #518af3;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (min-width: 768px) {
  .p-entry__upload-select-btn {
    margin-top: 1.5rem;
  }
}

.p-entry__upload-select-btn:hover {
  background: #f0f5ff;
}

.p-entry__upload-select-btn:focus:not(:focus-visible) {
  outline: none;
}

.p-entry__upload-select-btn:focus-visible {
  outline: 2px solid #518af3;
  outline-offset: -1px;
}

.p-entry__file {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.p-entry__file-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-entry__file-item-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.02em;
  color: #303030;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-entry__file-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  gap: 0.3125rem;
  height: 31px;
  height: 1.9375rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  background: #999999;
  border: 1px solid #9c9c9c;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-entry__file-remove::after {
  content: "×";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.p-entry__file-remove:hover {
  background: #999;
}

.p-entry__file-remove:focus {
  outline: none;
}

.p-entry__file-remove:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 2px;
}

.p-entry__privacy-label {
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-entry__privacy-label {
    -ms-flex-item-align: initial;
        align-self: initial;
  }
}

.p-entry__privacy-label a {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-underline-offset: 0.375rem;
}

.p-entry__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  pointer-events: none;
}

.p-entry__privacy-label input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem;
  font-size: 13.8px;
  font-size: 0.8625rem;
  font-weight: 500;
  line-height: 2em;
  color: #303030;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-entry__privacy-label input + span {
    font-size: 1rem;
    padding: 0 0 0 2.25rem;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}

.p-entry__privacy-label input + span::before {
  content: "";
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 0;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media screen and (min-width: 768px) {
  .p-entry__privacy-label input + span::before {
    top: 0.375rem;
  }
}

.p-entry__privacy-label input + span::after {
  content: "";
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 6px;
  left: 0.375rem;
  display: block;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #518af3;
  border-radius: 1px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-entry__privacy-label input + span::after {
    top: 0.75rem;
  }
}

.p-entry__privacy-label input:checked + span::after {
  opacity: 1;
}

.p-entry__privacy-label input:focus-visible + span::before {
  outline: 2px solid #222222;
  outline-offset: 2px;
}

.p-entry__error {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #cf0100;
  min-height: 20px;
  min-height: 1.25rem;
  white-space: pre-line;
}

.p-entry__error:empty {
  display: none;
}

.p-entry__step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  min-height: 3.375rem;
  padding: 10px;
  padding: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #161b1f;
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-entry__confirm-box {
  background: #f6f7f8;
  border-radius: 0.125rem;
  padding: 24px 15px;
  padding: 1.5rem 0.9375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__confirm-box {
    padding: 2.5rem 5rem;
  }
}

.p-entry__confirm-table {
  width: 100%;
  border-collapse: collapse;
}

.p-entry__confirm-table tr {
  border-bottom: 1px solid #dbdbdb;
}

.p-entry__confirm-table th {
  padding: 20px 10px 20px 0;
  padding: 1.25rem 0.625rem 1.25rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #222222;
  text-align: left;
  width: 145px;
  width: 9.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-entry__confirm-table th {
    padding: 1.875rem 1.25rem 1.875rem 0;
    font-size: 1rem;
    width: 12.5rem;
  }
}

.p-entry__confirm-table td {
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #321200;
  line-height: 2em;
  letter-spacing: 0.02em;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-entry__confirm-table td {
    padding: 1.875rem 0;
    font-size: 1rem;
  }
}

.p-entry__confirm-file {
  display: block;
  line-height: 2em;
}

.p-entry__confirm-th-note {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-entry__btn-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-entry__btn-wrap.p-entry__btn-wrap--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}

.p-entry__pill-btn {
  width: 260px;
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__pill-btn {
    width: 18.75rem;
  }
}

.p-entry__text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #111;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #111;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .p-entry__text-btn {
    font-size: 1rem;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.p-entry__text-btn:hover {
  opacity: 0.6;
}

.p-entry__complete-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  min-height: 3.375rem;
  padding: 10px 0px 24px;
  padding: 0.625rem 0rem 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #161b1f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__complete-title {
    font-size: 1.5rem;
  }
}

.p-entry__complete-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  gap: 2rem;
}

.p-entry__complete-lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #1e1e2c;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__complete-lead {
    text-align: center;
    font-size: 1rem;
  }
}

.p-entry__complete-info {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  background: #f6f7f8;
  border-radius: 0.5rem;
  padding: 24px 15px 32px;
  padding: 1.5rem 0.9375rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-entry__complete-info {
    padding: 2rem 1.75rem 3rem;
    text-align: center;
  }
}

.p-entry__complete-note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #518af3;
}
@media screen and (min-width: 768px) {
  .p-entry__complete-note {
    font-size: 1rem;
    line-height: 2.2em;
  }
}

.p-entry__complete-info-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #2e2f30;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-entry__complete-info-text {
    font-size: 1rem;
  }
}

.p-entry .p-entry__en {
  font-family: "Bowlby One", cursive;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .p-entry .p-entry__en {
    font-size: 4rem;
  }
}
.p-entry .p-entry__ja {
  color: #fff;
}
.p-entry .p-entry__step {
  border-radius: 0.25rem;
  border: 1px solid #222222;
}
@media screen and (min-width: 768px) {
  .p-entry .p-entry__step {
    border-radius: 0.25rem;
    padding: 3rem 5.625rem;
  }
}
.p-entry .p-entry__step-title,
.p-entry .p-entry__complete-title {
  color: #222222;
}

.p-footer {
  background-color: #55c9cd;
}

.p-footer__inner {
  max-width: 1400px;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 40px 20px 48px;
  padding: 2.5rem 1.25rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 3.75rem 1.25rem 4rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}

.p-footer__col {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
}
@media screen and (min-width: 768px) {
  .p-footer__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    border-top: none;
  }
}

.p-footer__col:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
@media screen and (min-width: 768px) {
  .p-footer__col:last-of-type {
    border-bottom: none;
  }
}

.p-footer__col-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #feff5b;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__col-title {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-footer__col-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
}

.p-footer__col-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  gap: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 1.8;
}

.p-footer__col-link::before {
  content: "›";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

@media (any-hover: hover) {
  .p-footer__col-link:hover {
    opacity: 0.75;
  }
}
.p-footer__and-a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  color: #feff5b;
  text-decoration: none;
  letter-spacing: 0.04em;
}

@media (any-hover: hover) {
  .p-footer__and-a:hover {
    opacity: 0.75;
  }
}
.p-footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
}
@media screen and (min-width: 768px) {
  .p-footer__actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 18.75rem;
    padding: 0;
    gap: 1.25rem;
    border-top: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__icons {
    gap: 1.25rem;
    padding-bottom: 0;
  }
}

.p-footer__icon-btn {
  display: block;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__icon-img-wrap {
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  display: block;
}

.p-footer__icon-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (any-hover: hover) {
  .p-footer__icon-btn:hover {
    opacity: 0.8;
  }
}
.p-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 20px;
  gap: 0.25rem 1.25rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .4);
}
@media screen and (min-width: 768px) {
  .p-footer__policy {
    padding-top: 0;
    border-top: none;
  }
}

.p-footer__policy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-footer__policy-link {
    font-size: 0.8125rem;
  }
}

@media (any-hover: hover) {
  .p-footer__policy-link:hover {
    opacity: 0.75;
  }
}
.p-footer__float-top {
  position: fixed;
  right: 16px;
  right: 1rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 100;
  display: block;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-footer__float-top {
    right: 1.5rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
  }
}

.p-footer__float-top img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-footer__float-top.is-fadeIn {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .p-footer__float-top:hover {
    opacity: 0.8;
  }
  .p-footer__float-top.is-fadeIn:hover {
    opacity: 0.8;
  }
}
.p-footer__bar {
  background: #1f1f1f;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bar {
    height: 5.25rem;
    padding: 0;
  }
}

.p-footer__copy {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #a6a6a6;
  letter-spacing: 0;
  text-align: center;
}

.p-hero {
  height: auto;
  background: radial-gradient(circle at 53% 45%, rgb(251, 253, 194) 29%, rgb(250, 255, 115) 100%);
  padding: 0;
}

.p-hero__inner {
  height: 160px;
  height: 10rem;
  max-width: none;
  margin: 0;
  padding: 40px 20px 0;
  padding: 2.5rem 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #222), color-stop(0.125rem, transparent)), -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #222), color-stop(0.125rem, transparent));
  background-image: linear-gradient(to right, #222 0.125rem, transparent 0.125rem), linear-gradient(to right, #222 0.125rem, transparent 0.125rem);
  background-size: 0.3125rem 0.0625rem, 0.3125rem 0.0625rem;
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    height: 13.625rem;
    padding: 4.5rem 0 0;
  }
}

.p-hero__deco-wrap {
  display: none;
}

.p-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-hero__text {
    gap: 1.125rem;
  }
}

.p-hero__en {
  font-family: "Bowlby One", cursive;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  color: #222222;
  line-height: 1;
  -webkit-text-stroke: 0;
  text-shadow: none;
  letter-spacing: 0.06em;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__en {
    font-size: 4rem;
  }
}

.p-hero__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-hero__ja {
    font-size: 1rem;
  }
}

.p-hero.p-hero--top .p-hero__text {
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-hero.p-hero--top .p-hero__text {
    gap: 1.5rem;
  }
}

.p-hero.p-hero--top .p-hero__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  color: #222222;
  line-height: 1.2;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-hero.p-hero--top .p-hero__main {
    font-size: 3.5rem;
  }
}

.p-hero.p-hero--top .p-hero__en {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-hero.p-hero--top .p-hero__en {
    font-size: 1.25rem;
  }
}

.p-hero.p-hero--top .p-hero__ja {
  display: none;
}

.p-hero.p-hero--top.p-hero--confirm .p-hero__text {
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-hero.p-hero--top.p-hero--confirm .p-hero__text {
    gap: 1.125rem;
  }
}

.p-hero.p-hero--top.p-hero--confirm .p-hero__main {
  display: none;
}

.p-hero.p-hero--top.p-hero--confirm .p-hero__en {
  font-size: 36px;
  font-size: 2.25rem;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .p-hero.p-hero--top.p-hero--confirm .p-hero__en {
    font-size: 4rem;
  }
}

.p-hero.p-hero--top.p-hero--confirm .p-hero__ja {
  display: block;
}

.p-job {
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-job {
    padding: 6.25rem 0;
  }
}

.p-job__inner {
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-job__inner {
    gap: 6.25rem;
  }
}

.p-job__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-job__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
  }
}

.p-job__photo {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #222222;
  border-radius: 1rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-job__photo {
    width: 30rem;
    aspect-ratio: unset;
    height: 16.875rem;
  }
}

.p-job__photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-job__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-job__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}

.p-job__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-job__heading {
    gap: 1.5rem;
  }
}

.p-job__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-job__title {
    font-size: 1.125rem;
  }
}

.p-job__lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .p-job__lead {
    font-size: 1rem;
    max-width: 32.5rem;
  }
}

.p-job__entry-btn {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-job__entry-btn {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-job__requirements {
  background: #fff;
  border: 1px solid #222222;
  border-radius: 2.5rem;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-job__requirements {
    border-radius: 5rem;
    padding: 3.75rem 2.5rem;
  }
}

.p-job__req-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
}

.p-job__req-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  gap: 0.75rem;
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-job__req-item {
    gap: 2rem;
    padding: 2.125rem 0;
  }
}

.p-job__req-item + .p-job__req-item {
  border-top: 1px solid #222222;
}

.p-job__req-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-job__req-label {
    width: 8.75rem;
  }
}
.p-job__req-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  background: #222222;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4em;
  border-radius: 1.0625rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-job__req-label span {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
}

.p-job__req-value {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-job__req-value {
    font-size: 1rem;
  }
}

.p-job__back {
  text-align: center;
}

.p-job__back-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  text-decoration: underline;
}

.p-job .p-job__photo {
  border: none;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .p-job .p-job__lead {
    font-size: 0.9375rem;
  }
}

.p-job .p-job__requirements {
  background: #feffe9;
  border: 1px solid #222222;
  border-radius: 0;
}

.p-job .p-job__req-label span {
  background: transparent;
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-job .p-job__req-label span {
    font-size: 1rem;
    padding: 0;
  }
}

.p-job .p-job__req-item + .p-job__req-item {
  border-top: none;
  background-image: repeating-linear-gradient(90deg, rgba(34, 34, 34, .3) 0, rgba(34, 34, 34, .3) 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.p-message {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding: 5rem 0;
  }
}

.p-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  gap: 3rem;
}

.p-message__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-message__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .p-message__en {
    font-size: 1.5rem;
  }
}

.p-message__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__ja {
    font-size: 2rem;
  }
}

.p-message__fv-photos {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 220px;
  height: 13.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-photos {
    height: 23.75rem;
  }
}

.p-message__fv-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 12px;
  gap: 0.75rem;
  -webkit-animation: fv-photos-toLeft 40s linear infinite;
          animation: fv-photos-toLeft 40s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-message__fv-items {
    gap: 1rem;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}

.p-message__fv-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-message__fv-item picture {
  display: block;
}
.p-message__fv-item img {
  display: block;
  width: 100%;
  height: auto;
}

.p-message__fv-item.p-message__fv-item--group-1 {
  width: 133px;
  width: 8.3125rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-item.p-message__fv-item--group-1 {
    width: 14.375rem;
  }
}

.p-message__fv-item.p-message__fv-item--blue {
  width: 165px;
  width: 10.3125rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-item.p-message__fv-item--blue {
    width: 17.8125rem;
    margin-top: 3.75rem;
  }
}

.p-message__fv-item.p-message__fv-item--teal-1 {
  width: 115px;
  width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-item.p-message__fv-item--teal-1 {
    width: 12.4375rem;
  }
}

.p-message__fv-item.p-message__fv-item--pink {
  width: 144px;
  width: 9rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-item.p-message__fv-item--pink {
    width: 15.5625rem;
    margin-top: 2.8125rem;
  }
}

.p-message__fv-item.p-message__fv-item--group-2 {
  width: 134px;
  width: 8.375rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-item.p-message__fv-item--group-2 {
    width: 14.4375rem;
  }
}

.p-message__fv-item.p-message__fv-item--teal-2 {
  width: 164px;
  width: 10.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__fv-item.p-message__fv-item--teal-2 {
    width: 17.75rem;
  }
}

@-webkit-keyframes fv-photos-toLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}

@keyframes fv-photos-toLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
.p-message__body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.2em;
  letter-spacing: 0.04em;
  color: #222222;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    font-size: 1rem;
  }
}

.p-message {
  padding: 48px 0 60px;
  padding: 3rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding: 3.75rem 0 3.75rem;
  }
}

.p-message .p-message__inner {
  max-width: 940px;
  max-width: 58.75rem;
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__inner {
    padding: 0 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-message .p-message__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 3rem;
  }
}

.p-message .p-message__heading {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  gap: 1rem;
  padding: 0;
}

.p-message .p-message__deco-wrap {
  position: absolute;
  left: -4px;
  left: -0.25rem;
  bottom: -6px;
  bottom: -0.375rem;
  width: 160px;
  width: 10rem;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__deco-wrap {
    bottom: -0.625rem;
    width: 15.25rem;
  }
}

.p-message .p-message__en {
  font-family: "Bowlby One", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-message .p-message__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__ja {
    font-size: 2.5rem;
  }
}

.p-message__ts1 {
  letter-spacing: -0.08em;
}

.p-message__ts2 {
  letter-spacing: -0.14em;
}

.p-message__ts3 {
  letter-spacing: -0.04em;
}

.p-message .p-message__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.4em;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__body {
    font-size: 0.9375rem;
  }
}

.p-message .p-message__mark {
  display: inline-block;
  background-color: #55c9cd;
  color: #fff;
  padding: 0 4px;
  padding: 0 0.25rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__mark {
    line-height: 2;
  }
}

.p-message .p-message__right {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__right {
    margin-top: 0;
    width: 52%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 5.625rem;
  }
}

.p-message__photos-mobile {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-message__photos-mobile {
    display: none;
  }
}

.p-message__photos-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-message-photos-scroll 24s linear infinite;
          animation: p-message-photos-scroll 24s linear infinite;
}

.p-message__photos-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes p-message-photos-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-message-photos-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-message .p-message__photos {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photos {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 468/614;
  }
}

.p-message .p-message__photo {
  overflow: hidden;
  border-radius: 1px;
  aspect-ratio: 1;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo {
    position: absolute;
    aspect-ratio: unset;
  }
}

.p-message__photos-track .p-message__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  width: 12.5rem;
}

.p-message .p-message__photo-pic {
  display: block;
  width: 100%;
  height: 100%;
}

.p-message .p-message__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message .p-message__photo--1 {
  border: 6px solid #55c9cd;
  border: 0.375rem solid #55c9cd;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--1 {
    left: 54.91%;
    top: 20.36%;
    width: 40.17%;
    height: 20.36%;
    border: 0.625rem solid #55c9cd;
  }
}

.p-message .p-message__photo--2 {
  border: 6px solid #55c9cd;
  border: 0.375rem solid #55c9cd;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--2 {
    left: 24.79%;
    top: 70.68%;
    width: 42.52%;
    height: 21.5%;
    border: 0.625rem solid #55c9cd;
  }
}

.p-message .p-message__photo--3 {
  border: 6px solid #e6e75c;
  border: 0.375rem solid #e6e75c;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--3 {
    left: 54.99%;
    top: 54.07%;
    width: 45%;
    height: 22.87%;
    border: 0.625rem solid #e6e75c;
  }
}

.p-message .p-message__photo--4 {
  border: 6px solid #e6e75c;
  border: 0.375rem solid #e6e75c;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--4 {
    left: 24.79%;
    top: 0%;
    width: 39.32%;
    height: 28.34%;
    border: 0.625rem solid #e6e75c;
  }
}

.p-message .p-message__photo--5 {
  border: 6px solid #fbb3c7;
  border: 0.375rem solid #fbb3c7;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--5 {
    left: 36.75%;
    top: 38.6%;
    width: 30.56%;
    height: 21.82%;
    border: 0.625rem solid #fbb3c7;
  }
}

.p-message .p-message__photo--6 {
  border: 6px solid #fbb3c7;
  border: 0.375rem solid #fbb3c7;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--6 {
    left: 73.29%;
    top: 84.28%;
    width: 21.8%;
    height: 15.72%;
    border: 0.625rem solid #fbb3c7;
  }
}

.p-message .p-message__photo--7 {
  border: 6px solid #3d89cd;
  border: 0.375rem solid #3d89cd;
}
@media screen and (min-width: 768px) {
  .p-message .p-message__photo--7 {
    left: 0%;
    top: 25.41%;
    width: 28.85%;
    height: 20.85%;
    border: 0.625rem solid #3d89cd;
  }
}

.p-movie {
  background: #222222;
  border-radius: 2.5rem;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
  margin: 0 16px;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-movie {
    border-radius: 5rem;
    padding: 6.25rem 0;
    margin: 0;
  }
}

.p-movie__inner {
  max-width: 1120px;
  max-width: 70rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie__inner {
    gap: 3.75rem;
    padding: 0 1.25rem;
  }
}

.p-movie__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-movie__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
  }
}

.p-movie__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-movie__en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 1000;
  font-size: 56px;
  font-size: 3.5rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-movie__en {
    font-size: 4.625rem;
  }
}

.p-movie__ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-movie__ja {
    font-size: 1.25rem;
  }
}

.p-movie__lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-movie__lead {
    font-size: 1rem;
  }
}

.p-movie__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

.p-movie__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-movie__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie__item-label {
    font-size: 1.5rem;
  }
}

.p-movie__item-label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  width: 1.5625rem;
  height: 23px;
  height: 1.4375rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  background: linear-gradient(to top right, transparent calc(50% - 0.7px), currentColor calc(50% - 0.7px), currentColor calc(50% + 0.7px), transparent calc(50% + 0.7px));
}

.p-movie__item-label::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  width: 1.4375rem;
  height: 25px;
  height: 1.5625rem;
  background: linear-gradient(to bottom right, transparent calc(50% - 0.7px), currentColor calc(50% - 0.7px), currentColor calc(50% + 0.7px), transparent calc(50% + 0.7px));
}

.p-movie__item-label.p-movie__item-label--teal {
  color: #55c9cd;
  -webkit-text-stroke: 0.6px #55c9cd;
}

.p-movie__item-label.p-movie__item-label--pink {
  color: #fbb3c7;
  -webkit-text-stroke: 0.6px #fbb3c7;
}

.p-movie__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 500/307;
  border-radius: 1rem;
  border: 6px solid;
  cursor: pointer;
  overflow: hidden;
  background: #555;
}

.p-movie__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}

.p-movie__thumb.p-movie__thumb--teal {
  border-color: #55c9cd;
}

.p-movie__thumb.p-movie__thumb--pink {
  border-color: #fbb3c7;
}

.p-movie__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.p-movie__play-btn {
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  right: 24px;
  right: 1.5rem;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-movie__play-btn {
    width: 5.25rem;
    height: 5.25rem;
  }
}
.p-movie__play-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-movie-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-movie-modal[hidden] {
  display: none;
}

.p-movie-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
}

.p-movie-modal__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  max-width: 57.5rem;
  padding: 0 16px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-movie-modal__inner {
    padding: 0 1.25rem;
  }
}

.p-movie-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-movie-modal__header {
    padding-bottom: 0.75rem;
  }
}

.p-movie-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  width: 3.75rem;
  height: 28px;
  height: 1.75rem;
  background: #edeef1;
  border: 1px solid #222222;
  border-radius: 2.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-movie-modal__close {
    width: 4.375rem;
    height: 2.125rem;
  }
}
.p-movie-modal__close img {
  width: 24px;
  width: 1.5rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-movie-modal__close img {
    width: 1.9375rem;
  }
}

.p-movie-modal__close:hover {
  opacity: 0.7;
}

.p-movie-modal__body {
  padding: 16px 0;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-movie-modal__body {
    padding: 1.25rem 0;
  }
}

.p-movie-modal__frame {
  aspect-ratio: 16/9;
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  border: 10px solid #55c9cd;
  border: 0.625rem solid #55c9cd;
}
@media screen and (min-width: 768px) {
  .p-movie-modal__frame {
    border-width: 1rem;
  }
}

.p-movie-modal__frame.p-movie-modal__frame--pink {
  border-color: #fbb3c7;
}

.p-movie-modal__frame iframe,
.p-movie-modal__frame video {
  width: 100%;
  height: 100%;
}

.p-movie {
  background: #55c9cd;
  border-radius: 0;
  margin: 0;
  padding: 48px 0;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-movie {
    padding: 5rem 0;
  }
}

.p-movie .p-movie__inner {
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__inner {
    padding: 1.25rem;
  }
}

.p-movie .p-movie__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__header {
    gap: 2.5rem;
  }
}

.p-movie .p-movie__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-movie .p-movie__en {
  font-family: "Bowlby One", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__en {
    font-size: 4rem;
  }
}

.p-movie .p-movie__ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1em;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__ja {
    font-size: 1.25rem;
  }
}

.p-movie .p-movie__lead {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__lead {
    font-size: 0.9375rem;
  }
}

.p-movie .p-movie__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-movie .p-movie__item {
  gap: 12px;
  gap: 0.75rem;
}

.p-movie .p-movie__item-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__item-label {
    font-size: 1.125rem;
  }
}

.p-movie .p-movie__item-label::before,
.p-movie .p-movie__item-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #fff 0, #fff 2px, transparent 2px, transparent 4px);
  background-color: transparent;
  margin: 0;
}

.p-movie .p-movie__thumb {
  border: none;
  aspect-ratio: 520/293;
  border-radius: 0;
}

.p-movie .p-movie__play-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__play-btn {
    width: 5rem;
    height: 5rem;
  }
}

.p-movie .p-movie__thumb::after {
  background: transparent;
}

.p-movie .p-movie__play-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.p-movie-modal .p-movie-modal__inner {
  max-width: 1080px;
  max-width: 67.5rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-movie-modal .p-movie-modal__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-movie-modal .p-movie-modal__header {
  padding-bottom: 0;
}

.p-movie-modal .p-movie-modal__close {
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  background: #fff;
  border: none;
  border-radius: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-movie-modal .p-movie-modal__close {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.p-movie-modal .p-movie-modal__close-icon {
  width: 19px;
  width: 1.1875rem;
  height: 10px;
  height: 0.625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-movie-modal .p-movie-modal__close-icon {
    width: 1.6875rem;
    height: 1.125rem;
  }
}

.p-movie-modal .p-movie-modal__body {
  padding: 15px 0;
  padding: 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-movie-modal .p-movie-modal__body {
    padding: 3.75rem 0;
    max-width: 57.5rem;
    width: 100%;
    margin: auto;
  }
}

.p-movie-modal .p-movie-modal__frame {
  border: none;
  border-radius: 0.125rem;
  max-width: inherit;
  margin: 0;
  margin: initial;
}

.p-movie-modal .p-movie-modal__frame video {
  display: block;
}

.p-positions {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-positions {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-positions__inner {
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-positions__inner {
    padding: 0 1.25rem;
    gap: 3rem;
  }
}

.p-positions__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-positions__en {
  font-family: "Bowlby One", cursive;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  font-size: 3rem;
  color: #222222;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-positions__en {
    font-size: 4rem;
  }
}

.p-positions__ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-positions__ja {
    font-size: 1.25rem;
  }
}

.p-positions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-positions__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

.p-positions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #edeef1;
  border: 1px solid #222222;
  border-radius: 0.125rem;
  overflow: visible;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-positions__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-positions__item-photo {
  width: 100%;
  padding: 16px 16px 0;
  padding: 1rem 1rem 0;
  overflow: hidden;
  border-radius: 0.125rem 0.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-positions__item-photo {
    padding: 1.25rem 1.25rem 0;
  }
}

.p-positions__item-img-wrap {
  overflow: hidden;
}

.p-positions__item-img {
  width: 100%;
  height: 180px;
  height: 11.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 0.125rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-positions__item-img {
    height: 12.875rem;
  }
}

.p-positions__item-body {
  padding: 16px 16px 16px;
  padding: 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-positions__item-body {
    padding: 1.25rem 1.5625rem 1rem;
  }
}

.p-positions__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-positions__item-title {
    gap: 1rem;
  }
}

.p-positions__item-en {
  font-family: "Bowlby One", cursive;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  color: #222222;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-positions__item-en {
    font-size: 2.5rem;
  }
}

.p-positions__item-dept {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222222;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-positions__item-dept {
    font-size: 1rem;
  }
}

.p-positions__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222222;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-positions__item-arrow {
    font-size: 1rem;
    gap: 1.25rem;
  }
}

.p-positions__item-desc {
  padding: 0 16px 24px;
  padding: 0 1rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #222222;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-positions__item-desc {
    padding: 0 1.5625rem 1.5rem;
    font-size: 1rem;
  }
}

.p-positions__circle-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #222222;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
}

.p-positions__other {
  overflow: hidden;
  padding-top: 44px;
  padding-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-positions__other {
    padding-top: 3rem;
  }
}

.p-positions__other-inner {
  max-width: 1120px;
  max-width: 70rem;
  width: 100%;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-positions__other-inner {
    padding: 0 1.25rem;
  }
}

.p-positions__other-heading {
  position: relative;
  padding: 14px 0;
  padding: 0.875rem 0;
  height: 52px;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-positions__other-heading {
    padding: 0.875rem calc(50% - 200px) 0.875rem 0;
  }
}

.p-positions__other-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #222222;
}

.p-positions__other-en {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 1000;
  font-size: 18px;
  font-size: 1.125rem;
  color: #222222;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-positions__other-en {
    font-size: 1.25rem;
  }
}

.p-positions__other-ja {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #222222;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-positions__other-ja {
    font-size: 0.875rem;
  }
}

.p-positions__other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-positions__other-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.p-positions__other-list::before,
.p-positions__other-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #222222;
}

.p-positions__other-list::before {
  top: 0;
}

.p-positions__other-list::after {
  bottom: 0;
}

.p-positions__other-sep {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-positions__other-sep {
    display: block;
    width: 1px;
    background: #222222;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-positions__other-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-bottom: none;
  text-decoration: none;
  color: #222222;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-positions__other-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-positions__other-item::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0;
    background: #222222;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-positions__other-item:first-child {
    padding-right: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-positions__other-item:first-child::before {
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-positions__other-item:last-child {
    padding-left: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-positions__other-item:last-child::before {
    margin-right: calc(50% - 50vw);
  }
}

.p-positions__other-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background: #222222;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-positions__other-item::after {
    display: none;
  }
}

.p-positions__other-label {
  line-height: 1.6em;
}

.p-site-header {
  background-color: #feff5b;
  height: 50px;
  height: 3.125rem;
}

.p-site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  max-width: 1394px;
  max-width: 87.125rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-site-header__inner {
    padding: 0 1.25rem;
  }
}

.p-site-header__nav {
  background: #55c9cd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-site-header__nav {
    display: block;
  }
}

.p-site-header__hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-site-header__hamburger {
    display: none;
  }
}

.p-site-header__hamburger-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-site-header__hamburger.is-open .p-site-header__hamburger-lines {
  opacity: 0;
  pointer-events: none;
}

.p-site-header__hamburger-line {
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  background: #04b5bb;
  border-radius: 0.0625rem;
}

.p-site-header__back-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.p-site-header__hamburger.is-open .p-site-header__back-arrow {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (any-hover: hover) {
  .p-site-header__hamburger:hover {
    opacity: 0.7;
  }
}
.p-site-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 20px;
  gap: 0.25rem 1.25rem;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-site-header__nav-list {
    gap: 0;
  }
}

.p-site-header__nav-list li {
  height: inherit;
}

.p-site-header__nav-list a {
  display: grid;
  place-items: center;
  height: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .p-site-header__nav-list a {
    font-size: 0.8125rem;
  }
}

.p-site-header__nav-list a.is-current {
  color: #feff5b;
}

.p-site-header__nav-list a:hover {
  opacity: 0.7;
}

.p-site-header__logo {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
  padding: 8px 16px 8px 20px;
  padding: 0.5rem 1rem 0.5rem 1.25rem;
  border-radius: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-site-header__logo {
    width: 13.75rem;
    height: 8.75rem;
    gap: 1rem;
    padding: 0.875rem 2.5rem 0 2.625rem;
    border-radius: 0 0 0 2rem;
  }
}

.p-site-header__logo-img {
  width: 80px;
  width: 5rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-site-header__logo-img {
    width: 8.5625rem;
  }
}

.p-site-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #004e78;
  text-decoration: none;
  letter-spacing: -0.02em;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-site-header__tel {
    font-size: 1.125rem;
  }
}

.p-site-header__tel svg {
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-site-header__tel svg {
    margin-top: -0.125rem;
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.p-site-header__nav-item {
  position: relative;
  height: inherit;
}

.p-site-header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #55c9cd;
  min-width: 180px;
  min-width: 11.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 100;
}

.p-site-header__dropdown li {
  height: auto;
}

.p-site-header__nav-list .p-site-header__dropdown a {
  display: block;
  height: auto;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.p-site-header__nav-item.p-site-header__nav-item--has-dropdown:focus-within .p-site-header__dropdown {
  visibility: visible;
  opacity: 1;
}

@media (any-hover: hover) {
  .p-site-header__nav-item.p-site-header__nav-item--has-dropdown:hover .p-site-header__dropdown {
    visibility: visible;
    opacity: 1;
  }
  .p-site-header__nav-list .p-site-header__dropdown a:hover {
    opacity: 0.7;
  }
}
.p-ticker {
  overflow: hidden;
  padding-top: 20px;
  padding-top: 1.25rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #222), color-stop(0.125rem, transparent));
  background-image: linear-gradient(to right, #222 0.125rem, transparent 0.125rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-ticker.p-ticker--2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #222), color-stop(0.125rem, transparent)), -webkit-gradient(linear, left top, right top, color-stop(0.125rem, #222), color-stop(0.125rem, transparent));
  background-image: linear-gradient(to right, #222 0.125rem, transparent 0.125rem), linear-gradient(to right, #222 0.125rem, transparent 0.125rem);
  background-size: 0.3125rem 0.0625rem, 0.3125rem 0.0625rem;
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.p-ticker__row {
  overflow: hidden;
  height: 40px;
  height: 2.5rem;
}

.p-ticker.p-ticker--2 .p-ticker__row {
  height: 32px;
  height: 2rem;
}

.p-ticker__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: p-ticker-scroll 30s linear infinite;
          animation: p-ticker-scroll 30s linear infinite;
}

.p-ticker__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-ticker__text {
  font-family: "Bowlby One", cursive;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-ticker__text {
    font-size: 2rem;
  }
}

.p-ticker__text.p-ticker__text--teal {
  color: #55c9cd;
}

.p-ticker__text.p-ticker__text--pink {
  color: #fbb3c7;
}

.p-ticker__text.p-ticker__text--blue {
  color: #3d89cd;
}

.p-ticker__text.p-ticker__text--yellow {
  color: #dcdd56;
}

@-webkit-keyframes p-ticker-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes p-ticker-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}