@charset "UTF-8";

/*=====
変数
=====*/

html {
  font-size: 10px;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}

body.fixed {
  overflow: hidden;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img {
  width: 100%;
}

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

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* form reset */

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;
}

button {
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

input[type=checkbox]:focus-visible + span,
input[type=radio]:focus-visible + span {
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

.l-column {
  display: block;
}

.l-content {
  display: block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
}

.l-header {
  background-color: #ffffff;
  border-bottom: 2px solid #F8D733;
  height: 43px;
}

.c-bg__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-bg__container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 60vw;
  background-image: url(../img/common/bg_middle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-bg__container.middle {
  display: grid;
  width: 100%;
  place-items: center;
  text-align: center;
}

.c-bg__container.middle .c-button {
  margin-top: -7%;
}

.c-bg__container.middle > * {
  grid-area: 1/-1;
  width: 100%;
}

.c-bg__container.middle::before {
  grid-area: 1/-1;
  background-image: url(../img/common/bg_middle.webp);
}

.c-bg__container.middle-bottom::before {
  background-image: url(../img/common/bg_middle_bottom.webp);
}

.c-bg__container.bottom {
  margin-bottom: -22%;
}

.c-bg__container.bottom::before {
  background-image: url(../img/common/bg_bottom.webp);
}

.c-button {
  padding: 0 15px;
}

.c-scroll {
  display: block;
  position: absolute;
  top: 0;
}

.c-scroll--left {
  left: 10px;
}

.c-scroll--right {
  right: 10px;
}

.c-scroll__inner {
  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;
  overflow: hidden;
}

.c-scroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: infinity-scroll-left 70s infinite linear 0.5s both;
          animation: infinity-scroll-left 70s infinite linear 0.5s both;
}

.c-scroll__item {
  height: 20%;
  margin-bottom: 10px;
}

.c-scroll__item svg {
  width: 16px;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.c-container {
  padding-left: 25px;
  padding-right: 25px;
}

.c-split {
  display: inline-block;
}

.c-split--block {
  display: block;
}

.p-footer__nav-item {
  border-bottom: 1px solid #ececec;
}

.p-footer__nav-link {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 15px 30px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-footer__nav-link:hover {
  background-color: #ececec;
  text-decoration: underline;
}

.p-footer__bottom {
  padding: 12px;
  background-color: #292929;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.p-hamburger {
  position: absolute;
  top: 16px;
  right: 14px;
  z-index: 999;
}

.p-hamburger.is-active {
  top: 35px;
  right: 35px;
}

.p-hamburger__button {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #FED600;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-hamburger__button.is-active {
  background-color: #ffffff;
}

.p-hamburger__line {
  display: block;
  width: 65%;
  height: 2px;
  background-color: #ffffff;
  left: 10px;
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
}

.p-hamburger__line1 {
  margin-bottom: 4px;
}

.p-hamburger__line1.is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 0px 6px;
  background-color: #FED600;
}

.p-hamburger__line2.is-active {
  opacity: 0;
}

.p-hamburger__line3 {
  margin-top: 4px;
}

.p-hamburger__line3.is-active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  translate: 0px -6px;
  background-color: #FED600;
}

.p-hamburger__nav {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99;
  background-color: #FED600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 50px 0px 50px;
}

.p-hamburger__nav.is-active {
  opacity: 1;
  visibility: visible;
}

.p-hamburger__icon {
  width: 80%;
  margin-bottom: 32px;
}

.p-hamburger__list {
  width: 70%;
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.p-hamburger__list-link {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-hamburger__list-link svg {
  width: auto;
  height: 16px;
}

.p-hamburger__list-link:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  opacity: 1;
}

.p-hamburger__list-link.white:hover path {
  fill: #FFFFFF;
}

.p-hamburger__list-link.green:hover path {
  fill: #87CB54;
}

.p-hamburger__list-link.pink:hover path {
  fill: #E5829C;
}

.p-hamburger__list-link.blue:hover path {
  fill: #80CEE2;
}

.p-hamburger__social {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.p-hamburger__social-link {
  display: block;
}

.p-hamburger__social-link svg {
  width: 30px;
}

.p-hamburger__social-link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.p-hamburger__social-link:hover svg path {
  fill: #ffffff;
}

.p-header {
  height: 100%;
  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;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1040px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-header__logo-link {
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__logo-link:hover {
  color: red;
}

.p-header__logo-link img {
  max-width: 180px;
  height: 22px;
}

.p-apply {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.p-apply::before {
  content: "";
  width: calc(100% - 80px);
  height: 60%;
  background-image: url(../img/common/grid.webp);
  background-size: cover;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1;
}

.p-apply__header,
.p-apply__body {
  position: relative;
  z-index: 2;
}

.p-apply__header {
  padding-top: 13.2%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 13.2%;
}

.p-apply__title {
  margin-bottom: 33px;
  position: relative;
}

.p-apply__title svg {
  width: 36%;
}

.p-apply__item {
  font-weight: bold;
}

.p-apply__item-title {
  font-size: 2.2rem;
}

.p-apply__item-caption {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
}

.p-apply__dream {
  padding-top: 14.5%;
  padding-bottom: 60px;
  background-image: url(../img/apply/background_footer.webp);
  background-size: contain;
  background-position: top center;
}

.p-apply__dream-title {
  width: 50%;
  position: relative;
  margin-bottom: 9%;
}

.p-apply__dream-title svg {
  width: 295.5px;
}

.p-apply__dream-caption {
  width: 51.7%;
  margin-bottom: 10.6%;
}

.p-apply__dream-slide {
  margin-bottom: 57px;
}

.p-apply__dream-slide .swiper-button-next,
.p-apply__dream-slide .swiper-button-prev {
  width: 38px;
  height: 38px;
}

.p-apply__dream-slide .swiper-button-next::after,
.p-apply__dream-slide .swiper-button-prev::after {
  display: none;
}

.p-apply__dream-slide .swiper-button-next {
  right: 15px;
}

.p-apply__dream-slide .swiper-button-prev {
  left: 15px;
}

.p-apply__dream-button:hover path.fill {
  fill: #FFF179;
}

.p-apply__dream-button:hover path.border {
  fill: #ffffff;
}

.p-apply__dream-button path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.p-archive {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-top: -15px;
  background-color: #F7F7F6;
  position: relative;
  z-index: 3;
}

.p-archive__inner {
  display: grid;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archive__inner.second {
  gap: unset;
  margin-bottom: 30px;
}

.p-archive__item-inner {
  margin-bottom: 16px;
}

.p-archive__item-logo {
  margin-bottom: 27px;
  margin-top: 27px;
}

.p-archive__item-logo svg {
  width: 70px;
}

.p-archive__item-logo.movie svg {
  width: 70px;
}

.p-archive__item-media {
  margin-bottom: 48px;
}

.p-archive__item-media a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-archive__item-media a:hover {
  opacity: 0.7;
}

.p-archive__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archive__item-movie {
  width: 100px;
}

.p-archive__item-movie svg {
  width: 100%;
}

.p-archive__item-movie:hover circle {
  fill: #ffffff;
  stroke: #FFF179;
}

.p-archive__item-movie:hover path.note {
  fill: #FFF179;
  stroke: #FFF179;
}

.p-archive__item-movie:hover line.note {
  fill: #FFF179;
  stroke: #FFF179;
}

.p-archive__item-movie circle,
.p-archive__item-movie line,
.p-archive__item-movie path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.p-archive__item-note {
  width: 100px;
}

.p-archive__item-note svg {
  width: 100%;
}

.p-archive__item-note:hover circle.movie {
  fill: #FFF179;
  stroke: #ffffff;
}

.p-archive__item-note:hover path.movie {
  fill: #FFF179;
  stroke: #ffffff;
}

.p-archive__item-note:hover path:not(.movie) {
  fill: #ffffff;
  stroke: #ffffff;
}

.p-archive__item-note:hover line {
  fill: #ffffff;
  stroke: #ffffff;
}

.p-archive__item-note path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.p-archive__item-current-movie {
  display: block;
  background-color: gray;
  width: 272px;
  height: 490px;
  aspect-ratio: 272/490;
  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;
  margin-bottom: 60px;
}

.p-archive__item-current-movie:hover button {
  background-color: #ffffff;
}

.p-archive__item-current-movie:hover button::after {
  background-color: #F2D75C;
}

.p-archive__item-current-movie button {
  width: 84px;
  height: 84px;
  aspect-ratio: 94/94;
  background-color: #F2D75C;
  border-radius: 50%;
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-archive__item-current-movie button::after {
  content: "";
  display: block;
  width: 30%;
  height: 40%;
  background-color: #ffffff;
  aspect-ratio: cos(30deg);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 9px;
}

.p-archive__item-release {
  border-radius: 3%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.p-archive__more {
  display: block;
}

.p-archive__more:hover path.fill {
  fill: #ffffff;
}

.p-archive__more:hover path.border {
  fill: #FFF179;
}

.p-archive__more path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.p-campaign {
  padding-top: 100px;
  padding-bottom: 45px;
  background-color: #f5f5f5;
  position: relative;
}

.p-campaign__title {
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 219px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 18px;
}

.p-campaign__detail-item {
  margin-bottom: 40px;
}

.p-campaign__detail-caption {
  font-size: 1.3rem;
  font-weight: bold;
}

.p-campaign__flow-item {
  width: 84%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF179;
  border: 3px solid #ffffff;
  border-radius: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 40px;
}

.p-campaign__flow-item.arrow {
  position: relative;
}

.p-campaign__flow-item.arrow::after {
  content: "";
  width: 43px;
  height: 22px;
  background-image: url(../img/flow/flow_arrow.svg);
  background-size: contain;
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-campaign__info {
  font-size: 1.6rem;
  margin-bottom: 47px;
}

.p-campaign__info-item {
  margin-bottom: 27px;
}

.p-campaign__scroll {
  height: 769px;
  overflow-y: scroll;
  padding: 42px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 1.6rem;
  margin-bottom: 62.5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-campaign__scroll::-webkit-scrollbar {
  display: none;
}

.p-campaign__scroll .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.p-campaign__scroll .simplebar-scrollbar:before {
  background: #FDD72A;
  opacity: 1;
}

.p-campaign__scroll-title {
  font-weight: bold;
  margin-bottom: 41px;
}

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

.p-campaign__contact-button {
  margin-bottom: 56px;
}

.p-campaign__contact-button:hover path.fill {
  fill: #ffffff;
  stroke: #FFF179;
}

.p-campaign__contact-button:hover path.border {
  fill: #FFF179;
}

.p-campaign__contact-button path {
  -webkit-transition: fill 0.3s, 0.3s;
  transition: fill 0.3s, 0.3s;
}

.p-campaign__contact-text {
  font-size: 1.4rem;
  line-height: 2;
}

.p-contents {
  width: calc(100% - 585px - 17.5%);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 5%;
  top: 0;
  z-index: 1;
  padding: 10vh 3vw 10vh 5vw;
}

.p-contents__inner {
  max-width: 450px;
}

.p-contents__icon {
  width: 76%;
  margin-bottom: 49px;
}

.p-contents__list {
  display: grid;
  gap: 38px;
  margin-bottom: 54px;
}

.p-contents__list-link {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-contents__list-link svg {
  width: auto;
  height: 25px;
}

.p-contents__list-link:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  opacity: 1;
}

.p-contents__list-link.yellow:hover path {
  fill: #FFD500;
}

.p-contents__list-link.green:hover path {
  fill: #87CB54;
}

.p-contents__list-link.pink:hover path {
  fill: #E5829C;
}

.p-contents__list-link.blue:hover path {
  fill: #80CEE2;
}

.p-contents__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.p-contents__social-link {
  display: block;
}

.p-contents__social-link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.p-contents__social-link:hover svg path {
  fill: #FED600;
}

.p-contents__social-link:hover svg path.fill {
  fill: #ffffff;
}

.p-menu {
  padding: 45px 15px;
  background-color: #ffffff;
  border-bottom: 4.5px solid #FED600;
}

.p-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.p-menu__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-menu__link:hover {
  opacity: 0.7;
}

.p-message {
  display: block;
  padding-top: 140px;
  padding-bottom: 52%;
  margin-top: -90px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.p-message::before {
  content: "";
  width: calc(100% - 80px);
  height: 150%;
  background-image: url(../img/common/grid.webp);
  background-size: cover;
  background-repeat: repeat;
  position: absolute;
  left: 40px;
  top: -50%;
  z-index: -1;
}

.p-message::after {
  content: "";
  width: 100%;
  height: min(100%, 400px);
  padding-top: 42.14%;
  background-image: url(../img/common/wave_top2025.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-message__title {
  padding-bottom: 10px;
  margin-bottom: 22px;
  position: relative;
}

.p-message__title::before {
  content: "";
  width: 224px;
  height: 3px;
  background-color: #FFF179;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-message__title svg {
  display: block;
  width: 166px;
  margin-left: auto;
  margin-right: auto;
}

.p-message__caption {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.14em;
}

.p-modal {
  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;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-modal__inner {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-modal__movie {
  position: relative;
}

.p-modal__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-modal__movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-mv {
  position: relative;
  z-index: 2;
}

.p-mv__message {
  width: 84%;
  position: absolute;
  left: 12.4%;
  top: 28%;
  z-index: 1;
}

.p-mv__recruit {
  width: 78%;
  position: absolute;
  left: 11.3%;
  bottom: 10.5%;
  z-index: 1;
}

.p-mv__recruit a {
  display: block;
}

.p-mv__recruit a:hover path.fill {
  fill: #ffffff;
  stroke: #FFF179;
}

.p-mv__recruit a:hover path.border {
  fill: #FFF179;
}

.p-mv__recruit a path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

.p-mv__button {
  -webkit-transform: scale(1.1) translateY(-5.5%) translateX(-1.5%);
          transform: scale(1.1) translateY(-5.5%) translateX(-1.5%);
}

.p-recruit {
  padding: 18% 15px 65px;
  background-size: cover;
  background-color: #FFF179;
  position: relative;
  z-index: 2;
}

.p-recruit__grid {
  display: grid;
  gap: 45px;
}

.p-recruit__item {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
  border: 5px solid #FFF179;
  border-radius: 40px;
  position: relative;
}

.p-recruit__item.book {
  padding-top: 60px;
}

.p-recruit__item.book svg.book {
  width: 260px;
}

.p-recruit__item.present {
  padding-top: 60px;
}

.p-recruit__item.present svg.present {
  width: 160px;
}

.p-recruit__item-label {
  width: 80px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.p-recruit__item-title {
  margin-bottom: 30px;
}

.p-recruit__item-caption {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.14em;
  margin-bottom: 32px;
}

.p-recruit__item-grid {
  display: grid;
  gap: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-recruit__item-caution {
  width: 100px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.p-recruit__point {
  padding: 25px 20px 25px;
  border-radius: 40px;
}

.p-recruit__point-title {
  margin-bottom: 22px;
  position: relative;
}

.p-recruit__point-title svg {
  width: 120px;
}

.p-recruit__point-caption {
  width: 80%;
  margin-bottom: 24px;
}

.p-section {
  display: block;
}

/* ============================
/* PC/SP 表示切替
/* ========================= */

/* 768px以上で表示 */

/* 768px以下で表示 */

.u-pc {
  display: none;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mbxs {
  margin-bottom: 8px;
}

.u-mbs {
  margin-bottom: 16px;
}

.u-mbm {
  margin-bottom: 24px;
}

.u-mbl {
  margin-bottom: 48px;
}

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

@media (min-width: 585px) {
  .l-header {
    border-bottom: 4px solid #F8D733;
    height: 94px;
  }

  .c-bg__container.bottom {
    margin-bottom: -22%;
  }

  .c-button {
    padding: 0 55px;
  }

  .p-header__logo-link img {
    height: auto;
  }

  .p-apply__title {
    margin-bottom: 53px;
  }

  .p-apply__title svg {
    width: 180px;
  }

  .p-apply__item-title {
    font-size: 3.2rem;
  }

  .p-apply__item-caption {
    font-size: 1.5rem;
  }

  .p-apply__dream {
    background-size: cover;
  }

  .p-archive {
    padding-left: 55px;
    padding-right: 55px;
  }

  .p-archive__item-list {
    gap: 32px;
  }

  .p-archive__item-movie {
    width: 160px;
  }

  .p-archive__item-note {
    width: 160px;
  }

  .p-archive__item-current-movie {
    width: 57.3%;
    height: auto;
  }

  .p-archive__item-current-movie button {
    width: 30%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }

  .p-archive__item-current-movie button::after {
    margin-left: 13px;
  }

  .p-campaign {
    padding-top: 130px;
  }

  .p-campaign__title {
    margin-bottom: 18px;
  }

  .p-campaign__title--contact {
    margin-bottom: 31px;
  }

  .p-campaign__detail-item {
    margin-bottom: 56px;
  }

  .p-campaign__detail-caption {
    font-size: 1.7rem;
  }

  .p-campaign__flow-item {
    font-size: 2.7rem;
    height: 80px;
    line-height: 80px;
    border: 5px solid #ffffff;
  }

  .p-campaign__info {
    font-size: 1.8rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-campaign__scroll {
    font-size: 1.8rem;
    padding: 42px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-campaign__contact-text {
    font-size: 1.8rem;
  }

  .p-message::after {
    background-size: cover;
    height: auto;
  }

  .p-recruit {
    padding: 18% 42px 65px;
  }

  .p-recruit__item {
    border-radius: 50px;
  }

  .p-recruit__item.book {
    padding-top: 80px;
  }

  .p-recruit__item.book svg.book {
    width: 300px;
  }

  .p-recruit__item.present svg.present {
    width: 257px;
  }

  .p-recruit__item-label {
    width: 100px;
  }

  .p-recruit__item-caption {
    font-size: 2rem;
  }

  .p-recruit__point {
    padding: 30px;
  }

  .p-recruit__point-caption {
    width: 60%;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 10px;
  }

  .c-bg__container.middle-bottom::before {
    height: 660px;
  }

  .c-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .p-hamburger__icon {
    width: 50%;
  }

  .p-hamburger__list {
    gap: 20px;
  }

  .p-hamburger__list-link svg {
    height: 20px;
  }

  .p-apply__header {
    padding-left: 0;
    padding-right: 0;
  }

  .p-apply__title svg {
    width: 29%;
  }

  .p-menu {
    padding: 40px 27px 45px;
  }

  .p-menu__grid {
    gap: 30px 27px;
  }

  .p-message__caption {
    font-size: 1.8rem;
  }

  .p-recruit__item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .p-recruit__item-label {
    width: 127px;
  }

  .p-recruit__item-caution {
    width: auto;
    bottom: 40px;
    right: 30px;
  }

  .p-recruit__point {
    padding: 50px;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 10px;
  }

  .c-scroll--left {
    left: 20px;
  }

  .c-scroll--right {
    right: 20x;
  }

  .c-scroll__item {
    margin-bottom: 20px;
  }

  .c-scroll__item svg {
    width: 24px;
  }

  .c-container {
    padding-left: 120px;
    padding-right: 120px;
  }

  .p-hamburger.is-active {
    top: 50px;
    right: 50px;
  }

  .p-hamburger__nav {
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    padding: 60px 20px 50px;
  }

  .p-hamburger__icon {
    width: 60%;
    margin-bottom: 40px;
  }

  .p-hamburger__list {
    width: 70%;
    gap: 32px;
    margin-bottom: 48px;
  }

  .p-hamburger__list-link svg {
    height: 25px;
  }

  .p-hamburger__social-link svg {
    width: 40px;
  }

  .p-header {
    padding: 0 20px;
  }

  .p-apply__title {
    margin-bottom: 107px;
  }

  .p-apply__item-title {
    font-size: 6.4rem;
  }

  .p-apply__item-caption {
    font-size: 3rem;
  }

  .p-apply__dream {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .p-apply__dream-title {
    margin-bottom: 90px;
  }

  .p-apply__dream-title svg {
    width: auto;
  }

  .p-apply__dream-caption {
    margin-bottom: 90px;
  }

  .p-apply__dream-slide {
    margin-bottom: 114px;
  }

  .p-apply__dream-slide .swiper-button-next,
  .p-apply__dream-slide .swiper-button-prev {
    width: 76px;
    height: 76px;
  }

  .p-apply__dream-slide .swiper-button-next {
    right: 30px;
  }

  .p-apply__dream-slide .swiper-button-prev {
    left: 30px;
  }

  .p-archive__inner {
    gap: 110px;
  }

  .p-archive__item-inner {
    margin-bottom: 32px;
  }

  .p-archive__item-logo svg {
    width: 140px;
  }

  .p-archive__item-logo.movie svg {
    width: 140px;
  }

  .p-archive__item-list {
    gap: 4%;
  }

  .p-archive__item-movie {
    width: 200px;
  }

  .p-archive__item-note {
    width: 200px;
  }

  .p-campaign {
    padding-top: 260px;
    padding-bottom: 90px;
  }

  .p-campaign__title {
    max-width: 437px;
    height: 90px;
    line-height: 90px;
    border-radius: 10px;
    font-size: 3.6rem;
    margin-bottom: 58px;
  }

  .p-campaign__detail-item {
    margin-bottom: 98px;
  }

  .p-campaign__detail-caption {
    font-size: 3.6rem;
  }

  .p-campaign__flow-item {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    height: 156px;
    line-height: 136px;
    border: 10px solid #ffffff;
    font-size: 5.4rem;
    border-radius: 80px;
    margin-bottom: 80px;
  }

  .p-campaign__flow-item.arrow::after {
    width: 86px;
    height: 44px;
    bottom: -75px;
  }

  .p-campaign__info {
    font-size: 3.6rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 94px;
  }

  .p-campaign__scroll {
    height: 1538px;
    padding: 84px;
    margin-bottom: 125px;
    font-size: 3.6rem;
    width: 100%;
  }

  .p-campaign__scroll-title {
    margin-bottom: 82px;
  }

  .p-campaign__contact-button {
    margin-bottom: 112px;
  }

  .p-campaign__contact-text {
    font-size: 3.6rem;
  }

  .p-menu {
    padding: 80px 54px 90px;
    border-bottom: 9px solid #FED600;
  }

  .p-menu__grid {
    gap: 60px 54px;
  }

  .p-message {
    padding-top: 330px;
    padding-bottom: 600px;
    margin-top: -180px;
  }

  .p-message::before {
    width: calc(100% - 160px);
    left: 80px;
    background-size: contain;
  }

  .p-message__title {
    padding-bottom: 20px;
    margin-bottom: 44px;
  }

  .p-message__title::before {
    width: 448px;
    height: 6px;
    border-radius: 4px;
  }

  .p-message__title svg {
    width: 332px;
  }

  .p-message__caption {
    font-size: 2.8rem;
  }

  .p-recruit {
    padding: 18% 85px 130px;
  }

  .p-recruit__grid {
    gap: 90px;
  }

  .p-recruit__item {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    border-radius: 70px;
  }

  .p-recruit__item.book {
    padding-top: 160px;
  }

  .p-recruit__item.book svg.book {
    width: 600px;
  }

  .p-recruit__item.present {
    padding-top: 120px;
  }

  .p-recruit__item.present svg.present {
    width: 514px;
  }

  .p-recruit__item-label {
    width: 150px;
  }

  .p-recruit__item-title {
    margin-bottom: 40px;
  }

  .p-recruit__item-caption {
    font-size: 4rem;
    margin-bottom: 64px;
  }

  .p-recruit__item-grid {
    gap: 50px;
  }

  .p-recruit__item-caution {
    bottom: 80px;
    right: 60px;
  }

  .p-recruit__point {
    padding: 70px;
    border-radius: 80px;
  }

  .p-recruit__point-title {
    margin-bottom: 87px;
  }

  .p-recruit__point-title svg {
    width: auto;
  }

  .p-recruit__point-caption {
    width: 76%;
  }
}

@media (min-width: 1171px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.6rem;
  }

  .l-column {
    display: grid;
    grid-template-columns: 4.7fr 585px 1fr;
    position: relative;
  }

  .l-column::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background-image: url(../img/pc/background.webp);
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
  }

  .l-column::after {
    content: "";
    width: 100%;
    height: 94px;
    background-color: #ffffff;
    border-bottom: 4px solid #F8D733;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .l-content {
    max-width: 585px;
    -webkit-box-shadow: 5.97px 5.97px 71.62px rgba(32, 23, 20, 0.3);
            box-shadow: 5.97px 5.97px 71.62px rgba(32, 23, 20, 0.3);
    padding-top: 94px;
  }

  .l-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }

  .c-bg__container::before {
    width: calc(100% + 110px);
    height: 340px;
    margin-bottom: -8%;
  }

  .c-bg__container.middle .c-button {
    margin-top: unset;
  }

  .c-bg__container.middle {
    margin-top: -50px;
  }

  .c-bg__container.middle-bottom {
    margin-top: -30px;
  }

  .c-bg__container.middle-bottom::before {
    height: 340px;
  }

  .c-bg__container.bottom {
    margin-bottom: -45px;
  }

  .c-bg__container.bottom::before {
    height: 284px;
  }

  .c-button {
    padding: unset;
  }

  .c-scroll--left {
    left: 10px;
  }

  .c-scroll--right {
    right: 10px;
  }

  .c-scroll__item {
    margin-bottom: 10px;
  }

  .c-scroll__item svg {
    width: 16px;
  }

  .c-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .p-hamburger {
    display: none;
  }

  .p-header__hamburger {
    display: none;
  }

  .p-apply__header {
    padding-top: 84px;
    padding-bottom: 82px;
  }

  .p-apply__title {
    margin-bottom: 23px;
  }

  .p-apply__title svg {
    width: 115px;
  }

  .p-apply__item-title {
    font-size: 3.2rem;
  }

  .p-apply__item-caption {
    font-size: 1.5rem;
  }

  .p-apply__dream {
    padding-top: 96px;
    padding-bottom: 60px;
  }

  .p-apply__dream-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 54px;
  }

  .p-apply__dream-title svg {
    width: 295.5px;
  }

  .p-apply__dream-caption {
    margin-bottom: 50px;
  }

  .p-apply__dream-slide {
    margin-bottom: 57px;
  }

  .p-apply__dream-slide .swiper-button-next,
  .p-apply__dream-slide .swiper-button-prev {
    width: 38px;
    height: 38px;
  }

  .p-apply__dream-slide .swiper-button-next {
    right: 15px;
  }

  .p-apply__dream-slide .swiper-button-prev {
    left: 5px;
  }

  .p-archive__inner {
    gap: 55px;
  }

  .p-archive__item-inner {
    margin-bottom: 16px;
  }

  .p-archive__item-logo {
    margin-bottom: 27px;
  }

  .p-archive__item-logo svg {
    width: 85px;
  }

  .p-archive__item-logo.movie svg {
    width: 101px;
  }

  .p-archive__item-list {
    gap: 32px;
  }

  .p-archive__item-movie {
    width: 120px;
  }

  .p-archive__item-note {
    width: 120px;
  }

  .p-archive__item-current-movie {
    width: 272px;
    height: 490px;
  }

  .p-archive__item-current-movie button {
    width: 94px;
    height: 94px;
  }

  .p-archive__item-release {
    margin-bottom: 60px;
  }

  .p-campaign {
    padding-top: 130px;
    padding-bottom: 45px;
  }

  .p-campaign__title {
    font-size: 1.8rem;
    max-width: 219px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-bottom: 18px;
  }

  .p-campaign__title--contact {
    margin-bottom: 31px;
  }

  .p-campaign__detail-item {
    margin-bottom: 56px;
  }

  .p-campaign__detail-caption {
    font-size: 1.7rem;
  }

  .p-campaign__flow-item {
    font-size: 2.7rem;
    height: 80px;
    line-height: 68px;
    border: 5px solid #ffffff;
    border-radius: 40px;
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .p-campaign__flow-item.arrow::after {
    width: 43px;
    height: 22px;
    bottom: -37px;
  }

  .p-campaign__info {
    font-size: 1.8rem;
    margin-bottom: 47px;
  }

  .p-campaign__scroll {
    height: 769px;
    padding: 42px;
    font-size: 1.8rem;
    margin-bottom: 62.5px;
  }

  .p-campaign__scroll-title {
    margin-bottom: 41px;
  }

  .p-campaign__contact-button {
    margin-bottom: 56px;
  }

  .p-campaign__contact-text {
    font-size: 1.8rem;
  }

  .p-menu {
    padding: 40px 27px 45px;
    border-bottom: 4.5px solid #FED600;
  }

  .p-menu__grid {
    gap: 30px 27px;
  }

  .p-message {
    padding-top: 135px;
    padding-bottom: 288px;
    margin-top: -90px;
  }

  .p-message::before {
    width: calc(100% - 80px);
    left: 40px;
    background-size: cover;
  }

  .p-message::after {
    padding-top: 38%;
  }

  .p-message__title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .p-message__title::before {
    width: 224px;
    height: 3px;
    border-radius: 2px;
  }

  .p-message__title svg {
    width: 166px;
  }

  .p-message__caption {
    font-size: 1.8rem;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.07em;
  }

  .p-recruit {
    padding: 130px 42px 65px;
  }

  .p-recruit__grid {
    gap: 45px;
  }

  .p-recruit__item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    border-radius: 50px;
  }

  .p-recruit__item.book {
    padding-top: 80px;
  }

  .p-recruit__item.present {
    padding-top: 60px;
  }

  .p-recruit__item.present svg.present {
    width: 257px;
  }

  .p-recruit__item-label {
    width: 100px;
  }

  .p-recruit__item-title {
    margin-bottom: 20px;
  }

  .p-recruit__item-caption {
    font-size: 2rem;
    margin-bottom: 32px;
  }

  .p-recruit__item-grid {
    gap: 25px;
  }

  .p-recruit__item-caution {
    width: 100px;
    bottom: 30px;
    right: 30px;
  }

  .p-recruit__point {
    padding: 37px 20px 38px;
    border-radius: 40px;
  }

  .p-recruit__point-title {
    margin-bottom: 49px;
  }

  .p-recruit__point-title svg {
    width: 110px;
  }

  .u-sp {
    display: none;
  }

  .u-pc {
    display: block;
  }

  .u-pc--center {
    height: 100vh;
    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 (min-width: 1280px) {
  html {
    font-size: 10px;
  }

  .p-header__logo-link img {
    max-width: 180px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  .p-contents {
    padding: 10vh 2vw 10vh 2.9vw;
  }

  .p-recruit__item.book svg.book {
    width: 300px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }

  .p-hamburger__list-link svg {
    height: 32px;
  }

  .p-contents__inner {
    max-width: 450px;
  }

  .p-contents__list-link svg {
    height: 32px;
  }
}
/*# sourceMappingURL=style.css.map */