@charset "UTF-8";
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: calc(16 / 1400 * 100vw);
  }
}
body {
  font-size: 2.133333333333333vw;
  background-color: #f2f2f4;
  color: #33c;
  font-family: Noto Sans JP, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1;
  text-rendering: auto;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}
a {
  color: #33c;
}
small {
  font-size: 100%;
}
img {
  height: auto;
  width: 100%;
}
svg {
  height: 100%;
  width: 100%;
}
section {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .md {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sm {
    display: none !important;
  }
}
.visually-hidden {
  height: 4px !important;
  contain: strict !important;
  display: block !important;
  width: 4px !important;
  inset: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 89.33333333333333vw;
}
@media only screen and (min-width: 769px) {
  .inner {
    width: 72.5rem;
  }
}
.accordion {
  background: #fff;
  border-radius: 2.133333333333333vw;
}
.accordion:not(:first-child) {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .accordion {
    border-radius: 10px;
  }
  .accordion:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.accordion-summary {
  font-size: 3.466666666666666vw;
  line-height: 1.538461538461539;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  min-height: 21.333333333333336vw;
  padding: 2.266666666666667vw 13.333333333333334vw 2.4vw 4.399999999999999vw;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .accordion-summary {
    font-size: 1.125rem;
    min-height: 6.25rem;
    padding: 1.0625rem 6.25rem 1.125rem 2.0625rem;
  }
}
.accordion-summary::-webkit-details-marker {
  display: none;
}
.accordion-summary-text {
  padding-left: 9.333333333333334vw;
  position: relative;
}
.accordion-summary-text:before {
  background: url(/assets/img/home/text-12.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  height: 4.8vw;
  width: 6.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .accordion-summary-text {
    padding-left: 4.0625rem;
  }
  .accordion-summary-text:before {
    background-image: url(/assets/img/home/md/text-12.webp);
    height: 1.75rem;
    width: 2.375rem;
  }
}
.accordion-summary-icon {
  position: absolute;
  top: 0;
  right: 4.666666666666667vw;
  bottom: 0;
  background: #dedeee;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
  height: 6.666666666666667vw;
  width: 6.666666666666667vw;
}
.accordion-summary-icon:before,
.accordion-summary-icon:after {
  position: absolute;
  inset: 0;
  background: #33c;
  content: "";
  display: block;
  margin: auto;
}
.accordion-summary-icon:before {
  height: 0.533333333333333vw;
  width: 2.133333333333333vw;
}
.accordion-summary-icon:after {
  height: 2.133333333333333vw;
  width: 0.533333333333333vw;
}
[open="true"] .accordion-summary-icon {
  rotate: 90deg;
}
[open="true"] .accordion-summary-icon:before {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .accordion-summary-icon {
    right: 1.875rem;
    height: 2.75rem;
    width: 2.75rem;
  }
  .accordion-summary-icon:before {
    height: 0.25rem;
    width: 1rem;
  }
  .accordion-summary-icon:after {
    height: 1rem;
    width: 0.25rem;
  }
}
.accordion-content {
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  line-height: 1.833333333333333;
  color: #000;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .accordion-content {
    font-size: 1rem;
    line-height: 2.125;
  }
}
.accordion-content-inner {
  padding: 3.6vw 5.333333333333334vw 6.666666666666667vw 4vw;
}
@media only screen and (min-width: 769px) {
  .accordion-content-inner {
    padding: 1.875rem 2.5rem 2rem 1.875rem;
  }
}
.accordion-content-text {
  padding-left: 9.333333333333334vw;
  position: relative;
}
.accordion-content-text:before {
  background: url(/assets/img/home/text-13.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.533333333333333vw;
  left: 0;
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  height: 4.533333333333333vw;
  width: 6.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .accordion-content-text {
    padding-left: 4.375rem;
  }
  .accordion-content-text:before {
    left: 0.25rem;
    height: 1.75rem;
    width: 2.375rem;
    top: 0.25rem;
  }
}
.btn {
  align-items: center;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: auto;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.btn * {
  pointer-events: none;
}
.btn-primary {
  background: #ff49bf;
  border-radius: 2.133333333333333vw;
  color: #fff;
  height: 18.666666666666668vw;
  width: 78.66666666666666vw;
}
@media (any-hover: hover) {
  .btn-primary:hover {
    background: #fff;
  }
}
.btn-primary-label {
  font-size: 4.266666666666667vw;
}
.heading-lv2,
.heading-lv3,
.heading-lv4 {
  margin-left: auto;
  margin-right: auto;
}
.is-loading {
  cursor: wait;
}
.loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
@supports (z-index: calc(infinity)) {
  .loader {
    z-index: calc(infinity);
  }
}
@media (scripting: none) {
  .loader {
    display: none;
  }
}
.is-loaded .loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0.5s;
  transition: opacity var(--duration), visibility var(--duration);
  visibility: hidden;
  --duration: 0.5s;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 100;
}
@supports (z-index: calc(infinity)) {
  .modal {
    z-index: calc(infinity);
  }
}
.modal::-webkit-scrollbar {
  display: none;
}
.is-modal-opened.modal {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .modal-inner {
    min-height: 768px;
  }
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000b3;
  height: 100%;
  width: 100%;
}
.modal-body {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.modal-close-btn {
  position: absolute;
  top: -16vw;
  right: 0;
  border: 0.133333333333333vw solid #fff;
  border-radius: 50%;
  height: 10.666666666666668vw;
  width: 10.666666666666668vw;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .modal-close-btn {
    border-width: 1px;
    right: -5.625rem;
    height: 4.375rem;
    width: 4.375rem;
    top: -5.625rem;
  }
}
.modal-close-btn-icon {
  position: absolute;
  inset: 0;
  display: block;
  font-size: 0;
  margin: auto;
  overflow: hidden;
  height: 5.333333333333334vw;
  width: 5.333333333333334vw;
  transform: rotate(45deg);
}
@media only screen and (min-width: 769px) {
  .modal-close-btn-icon {
    height: 30px;
    width: 30px;
  }
}
.modal-close-btn-line {
  background: #f0f6fc;
  display: block;
  position: absolute;
  transform-origin: 0 0;
  width: 100%;
  z-index: 100;
}
.modal-close-btn-line:nth-child(1) {
  left: 0;
  height: 1px;
  width: 100%;
  top: calc(50% - 1px);
}
.modal-close-btn-line:nth-child(2) {
  left: calc(50% - 1px);
  height: 100%;
  width: 1px;
  top: 0;
}
.modal-close-btn {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .modal-close-btn:hover {
    opacity: 0.7;
  }
}
.modal-yt-player {
  aspect-ratio: 630/354;
  height: auto;
  width: 84vw;
}
.modal-yt-player * {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .modal-yt-player {
    aspect-ratio: 960/540;
    height: auto;
    width: 60rem;
  }
}
.svg-sprites {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  z-index: -999;
}
.header {
  position: relative;
  z-index: 10;
}
.header-logo {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  margin: auto;
  height: 17.333333333333336vw;
  width: 100%;
}
.header-logo img {
  width: 25.6vw;
}
@media only screen and (min-width: 769px) {
  .header-logo {
    height: 100px;
  }
  .header-logo img {
    height: 62px;
    width: 140px;
    translate: 0 -2px;
  }
}
@media only screen and (min-width: 769px) {
  .page-home .header-logo {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    border-radius: 10px;
    height: auto;
    height: 7.5rem;
    width: 11.25rem;
    z-index: 10;
  }
  .page-home .header-logo img {
    position: absolute;
    top: 1.75rem;
    left: 1.3125rem;
    translate: none;
    width: 8.75rem;
  }
}
.footer-inner {
  border-top: 1px solid;
  padding: 10.666666666666668vw 2.666666666666667vw 6vw;
}
@media only screen and (min-width: 769px) {
  .footer-inner {
    display: flex;
    padding: 2.375rem 1.25rem 2.625rem;
  }
}
.footer-nav-list {
  -moz-column-gap: 5.333333333333334vw;
  column-gap: 5.333333333333334vw;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-nav-list {
    margin-bottom: 8.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer-nav-list {
    -moz-column-gap: 3.3125rem;
    column-gap: 3.3125rem;
    margin-left: 2.625rem;
  }
}
.footer-nav-item {
  font-size: 2.933333333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .footer-nav-item {
    font-size: 14px;
  }
}
.footer-nav-item a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer-nav-item a:hover {
    opacity: 0.7;
  }
}
.footer-copyright {
  font-size: 2.933333333333333vw;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .footer-copyright {
    font-size: 14px;
    margin-left: auto;
    padding-right: 2.875rem;
  }
}
.main {
  overflow: hidden;
}
.wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  overflow: hidden;
}
.hero-img {
  background: url(/assets/img/home/hero-img.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-img {
    background: url(/assets/img/home/md/hero-img.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/hero-img.webp) 1x,
        url(/assets/img/home/md/hero-img@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/hero-img.webp) 1x,
        url(/assets/img/home/md/hero-img@2x.webp) 2x
      )
      center center/cover no-repeat;
  }
  @media (min-resolution: 192dpi) {
    .hero-img {
      background: url(/assets/img/home/md/hero-img@2x.webp) center
        center/cover no-repeat;
    }
  }
}
@media only screen and (min-width: 1536px) {
  .hero-img {
    background-image: url(/assets/img/home/md/hero-img@2x.webp);
  }
}
.movie-bg {
  background: url(/assets/img/home/movie-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: -19.066666666666666vw;
  left: 0;
  height: 79.73333333333333vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .movie-bg {
    background: url(/assets/img/home/md/movie-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/movie-bg.webp) 1x,
        url(/assets/img/home/md/movie-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/movie-bg.webp) 1x,
        url(/assets/img/home/md/movie-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 61.125rem;
    top: 100vh;
  }
  @media (min-resolution: 192dpi) {
    .movie-bg {
      background: url(/assets/img/home/md/movie-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.movie-player-shadow {
  background: url(/assets/img/home/movie-player-shadow.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: 4vw;
  left: -0.133333333333333vw;
  pointer-events: none;
  height: 53.333333333333336vw;
  width: 84.26666666666667vw;
}
@media only screen and (min-width: 769px) {
  .movie-player-shadow {
    background-image: url(/assets/img/home/md/movie-player-shadow.webp);
    left: -0.5625rem;
    height: 41rem;
    width: 73.625rem;
    top: 1.375rem;
  }
}
.audition-entry-btn-shadow {
  background: url(/assets/img/home/audition-entry-btn-shadow.webp)
    center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3.6vw;
  left: 0;
  height: 26.13333333333333vw;
  width: 78.66666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn-shadow {
    background-image: url(/assets/img/home/md/audition-entry-btn-shadow.webp);
    height: 12.25rem;
    width: 33.75rem;
    top: 0.4375rem;
  }
}
.audition-entry-bg {
  background: url(/assets/img/home/audition-entry-bg-1.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: -9.6vw;
  left: 0;
  height: 58.4vw;
  width: 93.06666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-bg {
    background: url(/assets/img/home/md/audition-entry-bg-1.webp)
      center center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/audition-entry-bg-1.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-1@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/audition-entry-bg-1.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-1@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 34.125rem;
    width: 100%;
    top: -10.25rem;
  }
  @media (min-resolution: 192dpi) {
    .audition-entry-bg {
      background: url(/assets/img/home/md/audition-entry-bg-1@2x.webp)
        center center/cover no-repeat;
    }
  }
}
.section-audition-entry.page-bottom .audition-entry-bg {
  background: url(/assets/img/home/audition-entry-bg-2.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .section-audition-entry.page-bottom .audition-entry-bg {
    background: url(/assets/img/home/md/audition-entry-bg-2.webp)
      center center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/audition-entry-bg-2.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-2@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/audition-entry-bg-2.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-2@2x.webp) 2x
      )
      center center/cover no-repeat;
  }
  @media (min-resolution: 192dpi) {
    .section-audition-entry.page-bottom .audition-entry-bg {
      background: url(/assets/img/home/md/audition-entry-bg-2@2x.webp)
        center center/cover no-repeat;
    }
  }
}
.story-bg {
  background: url(/assets/img/home/story-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 31.066666666666663vw;
  left: 0;
  pointer-events: none;
  height: 167.2vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .story-bg {
    background: url(/assets/img/home/md/story-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/story-bg.webp) 1x,
        url(/assets/img/home/md/story-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/story-bg.webp) 1x,
        url(/assets/img/home/md/story-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 71.75rem;
    top: 0.8125rem;
  }
  @media (min-resolution: 192dpi) {
    .story-bg {
      background: url(/assets/img/home/md/story-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.about-bg {
  background: url(/assets/img/home/about-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 30.4vw;
  left: 0;
  pointer-events: none;
  height: 166.13333333333333vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .about-bg {
    background: url(/assets/img/home/md/about-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/about-bg.webp) 1x,
        url(/assets/img/home/md/about-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/about-bg.webp) 1x,
        url(/assets/img/home/md/about-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 53.5rem;
    top: 15.125rem;
  }
  @media (min-resolution: 192dpi) {
    .about-bg {
      background: url(/assets/img/home/md/about-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.app-guidelines-head {
  background: url(/assets/img/home/app-guidelines-bg-1.webp) top center
    repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(/assets/img/home/app-guidelines-head-mask.svg);
  mask-image: url(/assets/img/home/app-guidelines-head-mask.svg);
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: 100% 1349.3333333333335vw;
  mask-size: 100% 1349.3333333333335vw;
  height: 1349.3333333333335vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-head {
    background-image: url(/assets/img/home/md/app-guidelines-bg-1.webp);
    height: 635.875rem;
    -webkit-mask-image: url(/assets/img/home/md/app-guidelines-head-mask.svg);
    mask-image: url(/assets/img/home/md/app-guidelines-head-mask.svg);
    -webkit-mask-size: 100% 635.875rem;
    mask-size: 100% 635.875rem;
  }
}
.app-guidelines-foot {
  background: url(/assets/img/home/app-guidelines-foot-mask.svg) bottom
    center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 15.733333333333333vw;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-foot {
    background-image: url(/assets/img/home/md/app-guidelines-foot-mask.svg);
    height: 10.875rem;
  }
}
.eligibility-item:before {
  background: url(/assets/img/home/img-5.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 10.8vw;
  left: 5.866666666666666vw;
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  height: 9.6vw;
  width: 14.666666666666666vw;
}
@media only screen and (min-width: 769px) {
  .eligibility-item {
    font-size: 1.5rem;
    border-radius: 10px;
    min-height: 10rem;
    width: 15.625rem;
  }
  .eligibility-item:before {
    background-image: url(/assets/img/home/md/img-5.webp);
    left: 4.25rem;
    height: 5.625rem;
    width: 8.5rem;
    top: 2.25rem;
  }
}
.support-program-benefits-item {
  background: url(/assets/img/home/bg-1.webp) top left no-repeat
    #ff49bf;
  background-size: 68.53333333333333vw auto;
  border-radius: 2.133333333333333vw;
  color: #fff;
  padding: 2.4vw 2.4vw 6.933333333333333vw;
  text-align: center;
  width: 74.66666666666667vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item {
    background-image: url(/assets/img/home/md/bg-1.webp);
    background-size: 100% auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px #262f3a1a;
    padding: 0.625rem 0.625rem 2rem;
    width: 23.125rem;
  }
}
@media only screen and (min-width: 769px) {
  .support-program-item {
    background: url(/assets/img/home/md/bg-2.webp) bottom right
      no-repeat;
    background-size: 100% auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px #262f3a1a;
    padding: 2.875rem 1.25rem 2.9375rem;
    width: 23.125rem;
  }
}
.audition-schedule-bg {
  background: url(/assets/img/home/audition-schedule-bg.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: -35.46666666666667vw;
  left: 0;
  pointer-events: none;
  height: 431.46666666666664vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-bg {
    background: url(/assets/img/home/md/audition-schedule-bg.webp)
      center center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/audition-schedule-bg.webp) 1x,
        url(/assets/img/home/md/audition-schedule-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/audition-schedule-bg.webp) 1x,
        url(/assets/img/home/md/audition-schedule-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 100.375rem;
    top: -11.75rem;
  }
  @media (min-resolution: 192dpi) {
    .audition-schedule-bg {
      background: url(/assets/img/home/md/audition-schedule-bg@2x.webp)
        center center/cover no-repeat;
    }
  }
}
.company-bg {
  background: url(/assets/img/home/company-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 12.533333333333333vw;
  left: 0;
  pointer-events: none;
  height: 238.66666666666669vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .company-bg {
    background: url(/assets/img/home/md/company-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/company-bg.webp) 1x,
        url(/assets/img/home/md/company-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/company-bg.webp) 1x,
        url(/assets/img/home/md/company-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 60rem;
    top: -5.375rem;
  }
  @media (min-resolution: 192dpi) {
    .company-bg {
      background: url(/assets/img/home/md/company-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.faq-bg {
  background: url(/assets/img/home/faq-bg.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 6.800000000000001vw;
  left: 0;
  pointer-events: none;
  height: 212.8vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .faq-bg {
    background: url(/assets/img/home/md/faq-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/faq-bg.webp) 1x,
        url(/assets/img/home/md/faq-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/faq-bg.webp) 1x,
        url(/assets/img/home/md/faq-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 65.25rem;
    top: 0;
  }
  @media (min-resolution: 192dpi) {
    .faq-bg {
      background: url(/assets/img/home/md/faq-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.movie {
  margin-top: 25.733333333333334vw;
  padding-bottom: 37.333333333333336vw;
}
@media only screen and (max-width: 768px) {
  .movie {
    position: relative;
  }
}
@media only screen and (min-width: 769px) {
  .movie {
    margin-top: 14.125rem;
    padding-bottom: 17.5rem;
  }
}
.movie-bg {
  background: url(/assets/img/home/movie-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: -19.066666666666666vw;
  left: 0;
  height: 79.73333333333333vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .movie-bg {
    background: url(/assets/img/home/md/movie-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/movie-bg.webp) 1x,
        url(/assets/img/home/md/movie-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/movie-bg.webp) 1x,
        url(/assets/img/home/md/movie-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 61.125rem;
    top: 100vh;
  }
  @media (min-resolution: 192dpi) {
    .movie-bg {
      background: url(/assets/img/home/md/movie-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.movie-player-container {
  aspect-ratio: 16/9;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 84vw;
}
@media only screen and (min-width: 769px) {
  .movie-player-container {
    aspect-ratio: 16/9;
    width: 72.5rem;
  }
}
.movie-player,
.movie-player-thumb {
filter: brightness(70%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.movie-player-shadow {
  background: url(/assets/img/home/movie-player-shadow.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: 4vw;
  left: -0.133333333333333vw;
  pointer-events: none;
  height: 53.333333333333336vw;
  width: 84.26666666666667vw;
}
@media only screen and (min-width: 769px) {
  .movie-player-shadow {
    background-image: url(/assets/img/home/md/movie-player-shadow.webp);
    left: -0.5625rem;
    height: 41rem;
    width: 73.625rem;
    top: 1.375rem;
  }
}
.movie-player-thumb img,
.movie-player-icon {
  backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.movie-player-thumb {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2.133333333333333vw;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .movie-player-thumb {
    border-radius: 10px;
  }
}
.movie-player-icon {
  position: absolute;
  inset: 0;
  border: 0.133333333333333vw solid #fff;
  border-radius: 50%;
  margin: auto;
  height: 17.333333333333336vw;
  width: 17.333333333333336vw;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .movie-player-icon {
    border-width: 1px;
    height: 8.125rem;
    width: 8.125rem;
  }
}
.movie-player-icon-arrow {
  position: absolute;
  inset: 0;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin: auto;
  height: 4.8vw;
  width: 4vw;
  translate: 0.533333333333333vw 0;
}
@media only screen and (min-width: 769px) {
  .movie-player-icon-arrow {
    height: 2.25rem;
    width: 1.875rem;
    translate: 5px 0;
  }
}
@media (any-hover: hover) {
  .movie-player-container:hover img {
    transform: scale(1.07);
  }
  .movie-player-container:hover .movie-player-icon {
    transform: scale(0.93);
  }
}
.section-about {
  margin-bottom: 34.66666666666667vw;
}
@media only screen and (min-width: 769px) {
  .section-about {
    margin-bottom: 15.625rem;
  }
}
.about-bg {
  background: url(/assets/img/home/about-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 30.4vw;
  left: 0;
  pointer-events: none;
  height: 166.13333333333333vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .about-bg {
    background: url(/assets/img/home/md/about-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/about-bg.webp) 1x,
        url(/assets/img/home/md/about-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/about-bg.webp) 1x,
        url(/assets/img/home/md/about-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 53.5rem;
    top: 15.125rem;
  }
  @media (min-resolution: 192dpi) {
    .about-bg {
      background: url(/assets/img/home/md/about-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.about-heading-lv2 {
  margin-bottom: 10.4vw;
  width: 37.6vw;
}
@media only screen and (min-width: 769px) {
  .about-heading-lv2 {
    margin-bottom: 4.875rem;
    width: 19.375rem;
  }
}
.about-heading-lv3 {
  margin: 0 auto 10.4vw;
  width: 55.46666666666666vw;
}
@media only screen and (min-width: 769px) {
  .about-heading-lv3 {
    margin-bottom: 4.0625rem;
    width: 50.125rem;
  }
}
.about-text {
  margin-left: auto;
  margin-right: auto;
  width: 89.86666666666666vw;
}
@media only screen and (min-width: 769px) {
  .about-text {
    width: 51.75rem;
  }
}
.section-app-guidelines {
  color: #fff;
  margin-bottom: 37.333333333333336vw;
  overflow: hidden;
  padding-top: 34.8vw;
  padding-bottom: 34.8vw;
}
@media only screen and (min-width: 769px) {
  .section-app-guidelines {
    margin-bottom: 12.5rem;
    padding-top: 14.9375rem;
    padding-bottom: 14.9375rem;
  }
}
.app-guidelines-head,
.app-guidelines-foot {
  pointer-events: none;
}
.app-guidelines-head {
  background: url(/assets/img/home/app-guidelines-bg-1.webp) top center
    repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(/assets/img/home/app-guidelines-head-mask.svg);
  mask-image: url(/assets/img/home/app-guidelines-head-mask.svg);
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: 100% 1349.3333333333335vw;
  mask-size: 100% 1349.3333333333335vw;
  height: 1349.3333333333335vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-head {
    background-image: url(/assets/img/home/md/app-guidelines-bg-1.webp);
    height: 635.875rem;
    -webkit-mask-image: url(/assets/img/home/md/app-guidelines-head-mask.svg);
    mask-image: url(/assets/img/home/md/app-guidelines-head-mask.svg);
    -webkit-mask-size: 100% 635.875rem;
    mask-size: 100% 635.875rem;
  }
}
.app-guidelines-foot {
  background: url(/assets/img/home/app-guidelines-foot-mask.svg) bottom
    center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 15.733333333333333vw;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-foot {
    background-image: url(/assets/img/home/md/app-guidelines-foot-mask.svg);
    height: 10.875rem;
  }
}
.app-guidelines-heading-lv2 {
  margin-bottom: 10.4vw;
  width: 68.26666666666667vw;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-heading-lv2 {
    margin-bottom: 4.9375rem;
    width: 36.875rem;
  }
}
.app-guidelines-lead {
  margin: 0 auto 10.533333333333333vw;
  translate: -0.933333333333333vw 0;
  width: 74.13333333333333vw;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-lead {
    margin-bottom: 6rem;
    translate: -4px 0;
    width: 69.375rem;
  }
}
.app-guidelines-row {
  margin-bottom: 6.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-row {
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    display: flex;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 72.5rem;
  }
}
.app-guidelines-col {
  border-radius: 2.133333333333333vw;
  padding-top: 11.466666666666667vw;
  padding-bottom: 10.666666666666668vw;
  text-align: center;
}
.app-guidelines-col.pink {
  background: #ff49bf;
}
.app-guidelines-col.blue {
  background: #6c87fc;
}
@media only screen and (max-width: 768px) {
  .app-guidelines-col:not(:first-child) {
    margin-top: 5.333333333333334vw;
  }
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col {
    border-radius: 10px;
    padding-top: 3.75rem;
    padding-bottom: 4rem;
    width: 34.375rem;
  }
}
.app-guidelines-col-title {
  margin-bottom: 4vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col-title {
    margin-bottom: 1.25rem;
  }
}
.app-guidelines-col-text {
  font-size: 3.466666666666666vw;
  letter-spacing: 0.06em;
  line-height: 1.538461538461539;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col-text {
    font-size: 1.125rem;
  }
}
.app-guidelines-col-list {
  margin-top: 5.066666666666666vw;
  padding-left: 5.333333333333334vw;
  padding-right: 5.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col-list {
    margin-top: 2rem;
    padding-left: 3.125rem;
    padding-right: 2.5rem;
  }
}
.app-guidelines-col-item {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999em;
  display: flex;
  height: 16vw;
}
.app-guidelines-col-item:not(:first-child) {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col-item {
    height: 7.5rem;
  }
  .app-guidelines-col-item:not(:first-child) {
    margin-top: 1.4375rem;
  }
}
.app-guidelines-col-item-label {
  font-size: 3.466666666666666vw;
  letter-spacing: 0.08em;
  line-height: 1.538461538461539;
  display: block;
  padding: 0.666666666666667vw 0 0 10.666666666666668vw;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col-item-label {
    font-size: 1.125rem;
    line-height: 1.333333333333333;
    padding: 0 0 0 2.5rem;
  }
}
.app-guidelines-col-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.399999999999999vw;
  background: #9f3;
  border-radius: 50%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  height: 5.333333333333334vw;
  width: 5.333333333333334vw;
}
.app-guidelines-col-item-icon .icon-check-mark {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 1.733333333333333vw;
  width: 2.4vw;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col-item-icon {
    left: 1.9375rem;
    height: 1.875rem;
    width: 1.875rem;
  }
  .app-guidelines-col-item-icon .icon-check-mark {
    height: 0.625rem;
    width: 0.875rem;
  }
}
.app-guidelines-text {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .app-guidelines-text {
    font-size: 1.125rem;
    line-height: 1.666666666666667;
  }
}
@media only screen and (max-width: 768px) {
  .app-guidelines-col.blue .app-guidelines-col-title {
    margin-bottom: 2.666666666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .app-guidelines-col.blue .app-guidelines-col-list {
    margin-top: 3.333333333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col.blue .app-guidelines-col-item {
    height: 4.375rem;
  }
  .app-guidelines-col.blue .app-guidelines-col-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col.blue .app-guidelines-col-item-icon {
    left: 1.3125rem;
  }
}
@media only screen and (min-width: 769px) {
  .app-guidelines-col.blue .app-guidelines-col-item-label {
    padding-left: 0.8125rem;
  }
}
.section-requirements {
  margin-top: 17.866666666666667vw;
  margin-bottom: 19.466666666666665vw;
}
@media only screen and (min-width: 769px) {
  .section-requirements {
    margin-top: 7.75rem;
    margin-bottom: 8.0625rem;
  }
}
.requirements-heading-lv3 {
  margin: 0 -5.333333333333334vw 8.4vw;
}
@media only screen and (min-width: 769px) {
  .requirements-heading-lv3 {
    margin: 0 auto 2.8125rem;
    width: 50.5rem;
  }
}
.requirements-box {
  background: #fff;
  border-radius: 2.133333333333333vw;
  color: #000;
  padding: 10.666666666666668vw 5.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .requirements-box {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.75rem 4.375rem;
    width: 60rem;
  }
}
.requirements-line {
  border-top: 0.266666666666667vw solid #00c;
  margin-top: 6vw;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 769px) {
  .requirements-line {
    border-top-width: 1px;
    margin-top: 2.5625rem;
    margin-bottom: 2.5rem;
  }
}
.eligibility-heading-lv4 {
  margin-bottom: 5.333333333333334vw;
  width: 22.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .eligibility-heading-lv4 {
    margin-bottom: 1.875rem;
    width: 9.375rem;
  }
}
.eligibility-list {
  -moz-column-gap: 2.533333333333333vw;
  column-gap: 2.533333333333333vw;
  display: flex;
  margin-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .eligibility-list {
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
    margin-bottom: 1.375rem;
  }
}
.eligibility-item {
  font-size: 4.266666666666667vw;
  line-height: 1.25;
  background: #6c87fc;
  border-radius: 2.133333333333333vw;
  color: #fff;
  display: grid;
  min-height: 29.333333333333332vw;
  align-content: center;
  justify-content: center;
  place-content: center;
  position: relative;
  text-align: center;
  width: 24.53333333333333vw;
}
.eligibility-item:before {
  background: url(/assets/img/home/img-5.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 10.8vw;
  left: 5.866666666666666vw;
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  height: 9.6vw;
  width: 14.666666666666666vw;
}
@media only screen and (min-width: 769px) {
  .eligibility-item {
    font-size: 1.5rem;
    border-radius: 10px;
    min-height: 10rem;
    width: 15.625rem;
  }
  .eligibility-item:before {
    background-image: url(/assets/img/home/md/img-5.webp);
    left: 4.25rem;
    height: 5.625rem;
    width: 8.5rem;
    top: 2.25rem;
  }
}
.eligibility-item-icon {
  position: absolute;
  top: 1.6vw;
  left: 1.6vw;
  background: #9f3;
  border-radius: 50%;
  display: block;
  height: 5.333333333333334vw;
  width: 5.333333333333334vw;
}
.eligibility-item-icon .icon-check-mark {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 1.733333333333333vw;
  width: 2.4vw;
}
@media only screen and (min-width: 769px) {
  .eligibility-item-icon {
    left: 0.625rem;
    height: 1.875rem;
    width: 1.875rem;
    top: 0.5625rem;
  }
  .eligibility-item-icon .icon-check-mark {
    height: 0.625rem;
    width: 0.875rem;
  }
}
.eligibility-item-text {
  position: relative;
}
.eligibility-note {
  font-size: 2.4vw;
  letter-spacing: 0.05em;
  line-height: 2.222222222222222;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .eligibility-note {
    font-size: 0.875rem;
  }
}
.eligibility-item-2 .eligibility-item-text {
  font-size: 3.2vw;
  line-height: 1.583333333333333;
  margin-top: 1.6vw;
}
@media only screen and (min-width: 769px) {
  .eligibility-item-2 .eligibility-item-text {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.545454545454545;
    margin-top: 0.8125rem;
  }
}
.app-conditions-heading-lv4 {
  margin-bottom: 5.333333333333334vw;
  width: 22.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .app-conditions-heading-lv4 {
    margin-bottom: 1.875rem;
    width: 8.75rem;
  }
}
.app-conditions-item {
  font-size: 3.466666666666666vw;
  letter-spacing: 0.04em;
  line-height: 1.538461538461539;
  align-items: center;
  border: 0.266666666666667vw solid #00c;
  border-radius: 6.666666666666667vw;
  color: #00c;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 3.733333333333334vw 2.666666666666667vw;
  text-align: center;
}
.app-conditions-item:not(:first-child) {
  margin-top: 2.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .app-conditions-item {
    font-size: 1.125rem;
    border-radius: 30px;
    border-width: 1px;
    padding: 0.9375rem 1.25rem;
  }
  .app-conditions-item:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.support-program-benefits {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .support-program-benefits {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .support-program-benefits {
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
  }
}
.support-program-heading-lv3 {
  margin: 0 -5.333333333333334vw 9.066666666666666vw;
}
@media only screen and (min-width: 769px) {
  .support-program-heading-lv3 {
    margin: 0 auto 3.125rem;
    width: 64.875rem;
  }
}
.support-program-benefits-item {
  background: url(/assets/img/home/bg-1.webp) top left no-repeat
    #ff49bf;
  background-size: 68.53333333333333vw auto;
  border-radius: 2.133333333333333vw;
  color: #fff;
  padding: 2.4vw 2.4vw 6.933333333333333vw;
  text-align: center;
  width: 74.66666666666667vw;
}
@media only screen and (max-width: 768px) {
  .support-program-benefits-item:not(:first-child) {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item {
    background-image: url(/assets/img/home/md/bg-1.webp);
    background-size: 100% auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px #262f3a1a;
    padding: 0.625rem 0.625rem 2rem;
    width: 23.125rem;
  }
}
.support-program-benefits-item-title {
  background: #ff49bf;
  border: 0.266666666666667vw solid #9f3;
  border-radius: 1.333333333333333vw;
  display: grid;
  height: 12.533333333333333vw;
  margin-bottom: 5.2vw;
  align-content: center;
  justify-content: center;
  place-content: center;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-title {
    border-radius: 10px;
    border-width: 1px;
    height: 4.375rem;
    margin-bottom: 2.5625rem;
  }
}
.support-program-benefits-item-img {
  margin-left: auto;
  margin-right: auto;
  width: 24vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-img {
    width: 7.625rem;
  }
}
.support-program-benefits-item-text {
  font-size: 3.866666666666667vw;
  letter-spacing: 0.04em;
  line-height: 1.551724137931034;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.support-program-benefits-item-text strong {
  display: block;
  margin: 4.266666666666667vw auto 1.066666666666667vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-text {
    font-size: 1rem;
    line-height: 1.875;
  }
  .support-program-benefits-item-text strong {
    margin-top: 1.75rem;
    margin-bottom: 0.3125rem;
  }
}
.support-program-benefits-icon {
  position: absolute;
  right: 0;
  bottom: -14.666666666666666vw;
  left: 0;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  height: 17.333333333333336vw;
  width: 17.333333333333336vw;
  z-index: 1;
}
.support-program-benefits-icon:before,
.support-program-benefits-icon:after {
  position: absolute;
  inset: 0;
  background: #33c;
  content: "";
  display: block;
  margin: auto;
}
.support-program-benefits-icon:before {
  height: 1.6vw;
  width: 6.666666666666667vw;
}
.support-program-benefits-icon:after {
  height: 6.666666666666667vw;
  width: 1.6vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-icon {
    bottom: -4.1875rem;
    height: 5rem;
    width: 5rem;
  }
  .support-program-benefits-icon:before {
    height: 0.375rem;
    width: 1.875rem;
  }
  .support-program-benefits-icon:after {
    height: 1.875rem;
    width: 0.375rem;
  }
}
.support-program-benefits-item-1 .support-program-benefits-item-title img {
  width: 21.066666666666666vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-1 .support-program-benefits-item-title img {
    width: 6.375rem;
  }
}
.support-program-benefits-item-1 .support-program-benefits-item-text strong {
  width: 46.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-1 .support-program-benefits-item-text strong {
    width: 15.375rem;
  }
}
.support-program-benefits-item-2 .support-program-benefits-item-title img {
  width: 37.06666666666666vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-2 .support-program-benefits-item-title img {
    width: 11.125rem;
  }
}
.support-program-benefits-item-2 .support-program-benefits-item-text strong {
  margin-top: 5.066666666666666vw;
  margin-bottom: 2.666666666666667vw;
  width: 26.666666666666668vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-2 .support-program-benefits-item-text strong {
    margin-top: 2.533333333333333vw;
    margin-bottom: 1.333333333333333vw;
    width: 7.125rem;
  }
}
.support-program-benefits-item-3 .support-program-benefits-item-title img {
  width: 13.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-3 .support-program-benefits-item-title img {
    width: 4rem;
  }
}
.support-program-benefits-item-3 .support-program-benefits-item-text strong {
  margin-top: 4vw;
  margin-bottom: 2.666666666666667vw;
  width: 42.13333333333333vw;
}
@media only screen and (min-width: 769px) {
  .support-program-benefits-item-3 .support-program-benefits-item-text {
    font-size: 0.875rem;
  }
  .support-program-benefits-item-3 .support-program-benefits-item-text strong {
    margin-top: 1.875rem;
    margin-bottom: 0.4375rem;
    width: 13.5rem;
  }
}
.support-program-items {
  display: flex;
  margin-top: 12vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .support-program-items {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .support-program-items {
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    margin-top: 3.375rem;
  }
}
.support-program-item {
  background: #96f;
  border-radius: 2.133333333333333vw;
  color: #fff;
  padding: 7.6vw 2.666666666666667vw 8.133333333333333vw;
  text-align: center;
  width: 74.66666666666667vw;
}
@media only screen and (max-width: 768px) {
  .support-program-item:not(:first-child) {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .support-program-item {
    background: url(/assets/img/home/md/bg-2.webp) bottom right
      no-repeat;
    background-size: 100% auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px #262f3a1a;
    padding: 2.875rem 1.25rem 2.9375rem;
    width: 23.125rem;
  }
}
.support-program-item-title {
  margin: 0 auto 5.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .support-program-item-title {
    margin-bottom: 1.8125rem;
  }
}
.support-program-item-text {
  font-size: 3.466666666666666vw;
  letter-spacing: 0.04em;
  line-height: 1.769230769230769;
}
@media only screen and (min-width: 769px) {
  .support-program-item-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.support-program-item-1 .support-program-item-title {
  width: 37.333333333333336vw;
}
@media only screen and (min-width: 769px) {
  .support-program-item-1 .support-program-item-title {
    width: 10.75rem;
  }
}
.support-program-item-2 .support-program-item-title {
  width: 38.93333333333333vw;
}
@media only screen and (min-width: 769px) {
  .support-program-item-2 .support-program-item-title {
    width: 11.125rem;
  }
}
.support-program-item-3 .support-program-item-title {
  width: 38.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .support-program-item-3 .support-program-item-title {
    margin-bottom: 2.375rem;
    width: 11rem;
  }
}
.support-program-item-3 .support-program-item-text {
  line-height: 2;
}
.audition-entry-heading-lv2 {
  margin-bottom: 10.666666666666668vw;
  width: 85.6vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-heading-lv2 {
    margin-bottom: 3.75rem;
    width: 46.875rem;
  }
}
.audition-entry-btn-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 18.666666666666668vw;
  width: 78.66666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn-container {
    height: 8.125rem;
    width: 33.75rem;
  }
}
.audition-entry-btn-shadow {
  background: url(/assets/img/home/audition-entry-btn-shadow.webp)
    center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3.6vw;
  left: 0;
  height: 26.13333333333333vw;
  width: 78.66666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn-shadow {
    background-image: url(/assets/img/home/md/audition-entry-btn-shadow.webp);
    height: 12.25rem;
    width: 33.75rem;
    top: 0.4375rem;
  }
}
.audition-entry-btn.btn {
  background: #ff49bf;
  border-radius: 2.133333333333333vw;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn.btn {
    border-radius: 10px;
  }
}
@media (any-hover: hover) {
  a.audition-entry-btn.btn:hover {
    background: #6c87fc;
  }
}
.audition-entry-btn-icon {
  align-items: center;
  border: 0.533333333333333vw solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-right: 2vw;
  height: 4.8vw;
  width: 4.8vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn-icon {
    border-width: 3px;
    margin-right: 0.6875rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}
.audition-entry-btn-icon-check-mark {
  height: 1.733333333333333vw;
  width: 2.4vw;
}
@media only screen and (max-width: 768px) {
  .audition-entry-btn-icon-check-mark {
    margin-top: 0.133333333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn-icon-check-mark {
    height: 0.875rem;
    width: 1.1875rem;
  }
}
.audition-entry-btn-label {
  align-items: center;
  display: flex;
  width: 29.06666666666667vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-btn-label {
    width: 12.75rem;
  }
}
.section-audition-entry {
  margin-bottom: 37.333333333333336vw;
}
@media only screen and (min-width: 769px) {
  .section-audition-entry {
    margin-bottom: 15.625rem;
  }
}
.audition-entry-bg {
  background: url(/assets/img/home/audition-entry-bg-1.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: -9.6vw;
  left: 0;
  height: 58.4vw;
  width: 93.06666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-entry-bg {
    background: url(/assets/img/home/md/audition-entry-bg-1.webp)
      center center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/audition-entry-bg-1.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-1@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/audition-entry-bg-1.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-1@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 34.125rem;
    width: 100%;
    top: -10.25rem;
  }
  @media (min-resolution: 192dpi) {
    .audition-entry-bg {
      background: url(/assets/img/home/md/audition-entry-bg-1@2x.webp)
        center center/cover no-repeat;
    }
  }
}
.section-audition-entry.page-bottom {
  border-radius: 2.133333333333333vw;
  margin: 0 auto;
  overflow: hidden;
  padding: 25.6vw 4.533333333333333vw 31.2vw;
  width: 94.66666666666667vw;
}
@media only screen and (min-width: 769px) {
  .section-audition-entry.page-bottom {
    border-radius: 10px;
    padding: 11.25rem 1.25rem 14.0625rem;
    width: 85rem;
  }
}
.section-audition-entry.page-bottom .audition-entry-bg {
  background: url(/assets/img/home/audition-entry-bg-2.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .section-audition-entry.page-bottom .audition-entry-bg {
    background: url(/assets/img/home/md/audition-entry-bg-2.webp)
      center center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/audition-entry-bg-2.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-2@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/audition-entry-bg-2.webp) 1x,
        url(/assets/img/home/md/audition-entry-bg-2@2x.webp) 2x
      )
      center center/cover no-repeat;
  }
  @media (min-resolution: 192dpi) {
    .section-audition-entry.page-bottom .audition-entry-bg {
      background: url(/assets/img/home/md/audition-entry-bg-2@2x.webp)
        center center/cover no-repeat;
    }
  }
}
@media only screen and (min-width: 769px) {
  .section-audition-entry.page-bottom .audition-entry-heading-lv2 {
    margin-bottom: 3.4375rem;
  }
}
.section-audition-entry.page-bottom .audition-entry-bg,
.section-audition-entry.page-bottom .audition-entry-btn-container {
  backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (any-hover: hover) {
  .section-audition-entry.page-bottom a:hover .audition-entry-bg {
    transform: scale(1.05);
  }
  .section-audition-entry.page-bottom a:hover .audition-entry-btn-container {
    transform: scale(0.97);
  }
  .section-audition-entry.page-bottom a:hover .audition-entry-btn {
    background: #6c87fc;
  }
}
.section-audition-schedule {
  margin-bottom: 35.46666666666667vw;
}
@media only screen and (min-width: 769px) {
  .section-audition-schedule {
    margin-bottom: 15.625rem;
  }
}
.section-audition-schedule .inner {
  width: 100%;
}
.audition-schedule-bg {
  background: url(/assets/img/home/audition-schedule-bg.webp) center
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: -35.46666666666667vw;
  left: 0;
  pointer-events: none;
  height: 431.46666666666664vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-bg {
    background: url(/assets/img/home/md/audition-schedule-bg.webp)
      center center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/audition-schedule-bg.webp) 1x,
        url(/assets/img/home/md/audition-schedule-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/audition-schedule-bg.webp) 1x,
        url(/assets/img/home/md/audition-schedule-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 100.375rem;
    top: -11.75rem;
  }
  @media (min-resolution: 192dpi) {
    .audition-schedule-bg {
      background: url(/assets/img/home/md/audition-schedule-bg@2x.webp)
        center center/cover no-repeat;
    }
  }
}
.audition-schedule-heading-lv2 {
  margin-bottom: 10.8vw;
  width: 57.599999999999994vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-heading-lv2 {
    margin-bottom: 5rem;
    width: 31.5rem;
  }
}
.audition-schedule-text {
  margin-left: auto;
  margin-right: auto;
  width: 88.53333333333333vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-text {
    width: 63.375rem;
  }
}
.audition-schedule-list {
  display: flex;
  margin-top: 10vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .audition-schedule-list {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .audition-schedule-list {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin: 5rem auto 0;
    width: 72.5rem;
  }
  .audition-schedule-list:before {
    position: absolute;
    right: 0;
    bottom: -5rem;
    left: 0;
    background: #00c;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem;
    width: 7.5rem;
  }
}
.audition-schedule-item {
  background: #6c87fc;
  border-radius: 2.133333333333333vw;
  padding: 6.533333333333332vw 2.666666666666667vw 6.933333333333333vw;
  position: relative;
  width: 74.66666666666667vw;
}
.audition-schedule-item:before {
  position: absolute;
  right: 0;
  bottom: -7.866666666666666vw;
  left: 0;
  background: #00c;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 5.066666666666666vw;
  width: 8vw;
}
@media only screen and (max-width: 768px) {
  .audition-schedule-item:not(:first-child) {
    margin-top: 10.666666666666668vw;
  }
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item {
    border-radius: 10px;
    padding: 3.75rem 1.25rem 4.125rem;
    width: 16.25rem;
  }
  .audition-schedule-item:before {
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    left: auto;
    margin-top: auto;
    margin-bottom: auto;
    right: -1.75rem;
    height: 1.75rem;
    width: 1rem;
    top: 0;
  }
  .audition-schedule-item:last-child:before {
    display: none;
  }
}
.audition-schedule-item-text {
  margin: 0 auto 4.8vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-text {
    margin-bottom: 2.875rem;
  }
}
.audition-schedule-item-img {
  margin-left: auto;
  margin-right: auto;
}
.audition-schedule-item-1 .audition-schedule-item-text {
  width: 44.53333333333334vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-1 .audition-schedule-item-text {
    width: 12.875rem;
  }
}
.audition-schedule-item-1 .audition-schedule-item-img {
  translate: 0.8vw 0;
  width: 17.066666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-1 .audition-schedule-item-img {
    translate: 0.375rem 0;
    width: 5.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-schedule-item-2 {
    padding-bottom: 10.666666666666668vw;
  }
}
.audition-schedule-item-2 .audition-schedule-item-text {
  margin-bottom: 6.266666666666667vw;
  width: 48vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-2 .audition-schedule-item-text {
    margin-bottom: 4.1875rem;
    width: 13.875rem;
  }
}
.audition-schedule-item-2 .audition-schedule-item-img {
  width: 22.666666666666664vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-2 .audition-schedule-item-img {
    translate: 0.6875rem 0;
    width: 7.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-schedule-item-3 {
    padding-bottom: 12vw;
  }
}
.audition-schedule-item-3 .audition-schedule-item-text {
  margin-bottom: 7.866666666666666vw;
  width: 47.733333333333334vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-3 .audition-schedule-item-text {
    margin-bottom: 3.4375rem;
    width: 13.75rem;
  }
}
.audition-schedule-item-3 .audition-schedule-item-img {
  width: 20.266666666666666vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-3 .audition-schedule-item-img {
    width: 7.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .audition-schedule-item-4 {
    padding-bottom: 8.666666666666668vw;
  }
}
.audition-schedule-item-4 .audition-schedule-item-text {
  margin-bottom: 5.333333333333334vw;
  width: 48vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-4 .audition-schedule-item-text {
    margin-bottom: 3.625rem;
    width: 13.75rem;
  }
}
.audition-schedule-item-4 .audition-schedule-item-img {
  translate: -0.8vw 0;
  width: 21.866666666666667vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-item-4 .audition-schedule-item-img {
    translate: -0.0625rem 0;
    width: 7.125rem;
  }
}
.audition-schedule-img {
  border-radius: 2.133333333333333vw;
  margin: 10.666666666666668vw auto 0;
  overflow: hidden;
  width: 94.66666666666667vw;
}
@media only screen and (min-width: 769px) {
  .audition-schedule-img {
    border-radius: 10px;
    margin-top: 6.875rem;
    width: 72.5rem;
  }
}
.section-company {
  margin-bottom: 18.133333333333333vw;
}
@media only screen and (min-width: 769px) {
  .section-company {
    margin-bottom: 6.8125rem;
  }
}
.company-bg {
  background: url(/assets/img/home/company-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 12.533333333333333vw;
  left: 0;
  pointer-events: none;
  height: 238.66666666666669vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .company-bg {
    background: url(/assets/img/home/md/company-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/company-bg.webp) 1x,
        url(/assets/img/home/md/company-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/company-bg.webp) 1x,
        url(/assets/img/home/md/company-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 60rem;
    top: -5.375rem;
  }
  @media (min-resolution: 192dpi) {
    .company-bg {
      background: url(/assets/img/home/md/company-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.company-heading-lv2 {
  margin-bottom: 9.066666666666666vw;
  width: 85.06666666666666vw;
}
@media only screen and (min-width: 769px) {
  .company-heading-lv2 {
    margin-bottom: 3.125rem;
    translate: 0.125rem 0;
    width: 31.625rem;
  }
}
.company-box {
  background: #fff;
  border-radius: 2.133333333333333vw;
  padding: 8.933333333333334vw 5.333333333333334vw 9.333333333333334vw;
}
.company-box:not(:first-of-type) {
  margin-top: 5.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .company-box {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 3.0625rem 5rem 3rem;
    width: 60rem;
  }
  .company-box:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
.company-list {
  font-weight: 700;
  text-align: center;
}
.company-list li {
  font-size: 4vw;
  line-height: 1.466666666666667;
}
.company-list li:not(:first-child) {
  margin-top: 3.733333333333334vw;
}
@media only screen and (max-width: 768px) {
  .company-list {
    padding-top: 0.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .company-list li {
    font-size: 1.375rem;
  }
  .company-list li:not(:first-child) {
    margin-top: 1.125rem;
  }
}
.company-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon-external {
  margin-left: 1.333333333333333vw;
  height: 2.4vw;
  width: 2.666666666666667vw;
  stroke: #33c;
}
@media only screen and (min-width: 769px) {
  .icon-external {
    margin: 0.125rem 0 0 0.4375rem;
    height: 0.75rem;
    width: 0.8125rem;
  }
}
.company-notice-list {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
}
.company-notice-list li {
  font-size: 3.466666666666666vw;
  line-height: 1.923076923076923;
  display: flex;
}
.company-notice-list li > span:nth-child(2) {
  flex: 1;
  padding-left: 2vw;
}
@media only screen and (min-width: 769px) {
  .company-notice-list {
    padding: 1.4375rem 0 1.5rem;
  }
  .company-notice-list li {
    font-size: 0.875rem;
    line-height: 2.142857142857143;
  }
  .company-notice-list li > span:nth-child(2) {
    padding-left: 0.625rem;
  }
}
.section-faq {
  margin-bottom: 37.333333333333336vw;
}
@media only screen and (min-width: 769px) {
  .section-faq {
    margin-bottom: 13.75rem;
  }
}
.faq-bg {
  background: url(/assets/img/home/faq-bg.webp) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 6.800000000000001vw;
  left: 0;
  pointer-events: none;
  height: 212.8vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .faq-bg {
    background: url(/assets/img/home/md/faq-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/faq-bg.webp) 1x,
        url(/assets/img/home/md/faq-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/faq-bg.webp) 1x,
        url(/assets/img/home/md/faq-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 65.25rem;
    top: 0;
  }
  @media (min-resolution: 192dpi) {
    .faq-bg {
      background: url(/assets/img/home/md/faq-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.faq-heading-lv2 {
  margin-bottom: 8.4vw;
  width: 41.06666666666667vw;
}
@media only screen and (min-width: 769px) {
  .faq-heading-lv2 {
    margin-bottom: 2.9375rem;
    width: 16.25rem;
  }
}
@media only screen and (min-width: 769px) {
  .faq {
    margin-left: auto;
    margin-right: auto;
    width: 60rem;
  }
}
.hero {
  height: 72.26666666666667vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .hero {
    height: 100vh;
  }
}
.hero-img {
  background: url(/assets/img/home/hero-img.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-img {
    background: url(/assets/img/home/md/hero-img.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/hero-img.webp) 1x,
        url(/assets/img/home/md/hero-img@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/hero-img.webp) 1x,
        url(/assets/img/home/md/hero-img@2x.webp) 2x
      )
      center center/cover no-repeat;
  }
  @media (min-resolution: 192dpi) {
    .hero-img {
      background: url(/assets/img/home/md/hero-img@2x.webp) center
        center/cover no-repeat;
    }
  }
}
@media only screen and (min-width: 1536px) {
  .hero-img {
    background-image: url(/assets/img/home/md/hero-img@2x.webp);
  }
}
.hero-text {
  position: absolute;
  top: 1.866666666666667vw;
  left: 26.93333333333333vw;
  width: 56.8vw;
}
@media only screen and (min-width: 769px) {
  .hero-text {
    left: 29.125rem;
    top: 2.125rem;
    width: 37.875rem;
  }
}
.hero-heading {
  position: absolute;
  bottom: -5.333333333333334vw;
  left: 0;
  width: 100vw;
}
@media only screen and (min-width: 769px) {
  .hero-heading {
    bottom: 3.5rem;
    width: 57rem;
  }
}
.hero-note {
  font-size: 2.4vw;
  letter-spacing: 0.1em;
  line-height: 1.666666666666667;
}
@media only screen and (max-width: 768px) {
  .hero-note {
    margin-top: 8.266666666666666vw;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .hero-note {
    font-size: 11px;
    margin: 1rem 0 0 1.125rem;
  }
}
.section-story {
  margin-bottom: 56.00000000000001vw;
}
@media only screen and (min-width: 769px) {
  .section-story {
    margin-bottom: 15.625rem;
  }
}
.story-bg {
  background: url(/assets/img/home/story-bg.webp) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 31.066666666666663vw;
  left: 0;
  pointer-events: none;
  height: 167.2vw;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .story-bg {
    background: url(/assets/img/home/md/story-bg.webp) center
      center/cover no-repeat;
    background: -webkit-image-set(
        url(/assets/img/home/md/story-bg.webp) 1x,
        url(/assets/img/home/md/story-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    background: image-set(
        url(/assets/img/home/md/story-bg.webp) 1x,
        url(/assets/img/home/md/story-bg@2x.webp) 2x
      )
      center center/cover no-repeat;
    height: 71.75rem;
    top: 0.8125rem;
  }
  @media (min-resolution: 192dpi) {
    .story-bg {
      background: url(/assets/img/home/md/story-bg@2x.webp) center
        center/cover no-repeat;
    }
  }
}
.story-heading-lv2 {
  margin-bottom: 10.666666666666668vw;
  width: 37.6vw;
}
@media only screen and (min-width: 769px) {
  .story-heading-lv2 {
    margin-bottom: 4.75rem;
    width: 19.375rem;
  }
}
.story-text {
  margin-left: auto;
  margin-right: auto;
  width: 87.2vw;
}
@media only screen and (min-width: 769px) {
  .story-text {
    width: 47.25rem;
  }
}
.section-privacy-lv2 {
  padding-top: 13.333333333333334vw;
  padding-bottom: 13.333333333333334vw;
}
@media only screen and (min-width: 769px) {
  .section-privacy-lv2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 769px) {
  .section-privacy-lv2 .inner {
    max-width: 960px;
    width: 60rem;
  }
}
.privacy-heading-lv2 {
  margin-bottom: 11.733333333333333vw;
  width: 85.6vw;
}
@media only screen and (min-width: 769px) {
  .privacy-heading-lv2 {
    margin-bottom: 92px;
    max-width: 750px;
    width: 46.875rem;
  }
}
.section-privacy-lv3 {
  margin-top: 19.2vw;
}
@media only screen and (min-width: 769px) {
  .section-privacy-lv3 {
    margin-top: 88px;
  }
}
.privacy-heading-lv3 {
  font-size: 4.266666666666667vw;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 4vw;
}
@media only screen and (min-width: 769px) {
  .privacy-heading-lv3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.privacy-text {
  font-size: 3.466666666666666vw;
  letter-spacing: 0.1em;
  line-height: 1.923076923076923;
}
@media only screen and (min-width: 769px) {
  .privacy-text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.privacy-list li {
  font-size: 3.466666666666666vw;
  line-height: 1.923076923076923;
  display: flex;
}
.privacy-list li > span:nth-child(2) {
  flex: 1;
  padding-left: 2.666666666666667vw;
}
@media only screen and (min-width: 769px) {
  .privacy-list li {
    font-size: 16px;
    line-height: 1.875;
  }
  .privacy-list li > span:nth-child(2) {
    padding-left: 13px;
  }
}
