@charset "UTF-8";

/* index | ページ固有スタイル
--------------------------------------------------*/
.top-page {
  background-color: #fff;
}

/* hero
--------------------------------------------------*/
.hero {
  position: relative;
}

.hero__title {
  margin: 0 auto;
  font-family: var(--font-family-en);
  font-size: 101rem;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 65rem;
  left: 0;
  right: 0;
  z-index: 2;
}

.hero__slide {
  margin-bottom: 0 !important;
}

.hero__slide-item {
  position: relative;
}

.hero__slide-text {
  margin: 0 auto;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.42;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
}

#hero-slider .slick-dots {
  display: flex;
  justify-content: center;
  height: 10rem;
  bottom: 270rem;
}

#hero-slider .slick-dots li {
  width: 17rem;
  /* //間隔調整 */
  height: 100%;
  margin: 0;
}

#hero-slider .slick-dots li button {
  width: 10rem;
  /* //ドットサイズ */
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

#hero-slider .slick-dots li button:before {
  content: "";
  width: 10rem;
  /* //ドットサイズ */
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #B8B8B8;
  position: absolute;
  inset: 0;
  opacity: 1;
}

#hero-slider .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}

/* news
--------------------------------------------------*/
.top-news {
  position: relative;
  z-index: 2;
  margin-top: -50%;
  margin-bottom: 36rem;
}

.top-news__box {
  background-color: #fff;
  filter: drop-shadow(0 5rem 10rem rgba(0, 0, 0, 0.1));
  border-radius: 20rem;
  padding: 0 12rem 32rem;
}

.top-news__title {
  position: relative;
}

.top-news__title-ja {
  text-align: center;
  color: #C90000;
  font-size: 20rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-news__title-en {
  font-size: 66rem;
  letter-spacing: 0.1em;
  color: rgba(255, 243, 243, 0.81);
  font-weight: 900;
  text-align: center;
}

.top-news__item:not(:first-of-type) {
  margin-top: 12rem;
  border-top: 1rem solid #F2F2F2;
  padding-top: 12rem;
}

a.top-news__item-inner .top-news__item-title {
  text-decoration: underline;
}

.top-news__item-time {
  color: #C90000;
  font-weight: 700;
}

.top-news__item-title {
  letter-spacing: 0.1em;
}

/* found
--------------------------------------------------*/
.found {
  /* margin-top: -64%; */
  position: relative;
}

.found::before {
  content: "";
  width: 100%;
  height: calc(100% - 64vw);
  background-color: #F9F9F9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.found__box {
  background-color: #FFE5E5;
  border-radius: 30rem;
  padding: 27rem 10rem 35rem;
  position: relative;
  z-index: 1;
}

.found__title {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}

.found__title-text-sm {
  font-size: 16rem;
  line-height: 1.5;
}

.found__title-text {
  font-size: 20rem;
  line-height: 1.25;
  position: relative;
}

.found__title-text::before,
.found__title-text::after {
  content: "";
  height: 55rem;
  width: 3rem;
  background-color: #FF9292;
  position: absolute;
  top: 50%;
}

.found__title-text::before {
  left: -30rem;
  transform: translateY(-50%) rotate(-25deg);
}

.found__title-text::after {
  right: -25rem;
  transform: translateY(-50%) rotate(25deg);
}

.found__title-text-emphasis {
  color: #C90000;
  background: linear-gradient(transparent 50%, #fff 50%);
}

.found__list {
  margin-top: 20rem;
}

.found__item {
  position: relative;
}

.found__item-img {
  position: relative;
}

.found__item-text {
  width: 100%;
  font-weight: 700;
}

.found__item-arrow {
  position: absolute;
  max-width: 40rem;
}

.found__bg {
  position: absolute;
  bottom: -50rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 427rem;
  width: 100%;
  z-index: -1;
}

/* search
--------------------------------------------------*/
.search__title {
  display: grid;
  align-items: center;
  position: relative;
}

.search__title-en {
  grid-area: 1/1;
  line-height: 1.22;
  color: rgba(255, 243, 243, 0.81);
  text-align: center;
}

.search__title-ja {
  grid-area: 1/1;
  font-size: 20rem;
  text-align: center;
}

.search__icon {
  display: inline-block;
  width: 26rem;
}

/* search-top
--------------------*/
.search-top {
  padding: 60rem 0;
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden;
}

.search-top .container {
  position: relative;
  z-index: 1;
}

.search-top::before {
  content: "";
  width: 1604rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-top .search__title-ja {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.search-top .search__title-ja::before {
  display: inline-block;
  content: "";
  width: 3rem;
  height: 60rem;
  margin: 0 15rem;
  background-color: #FF9292;
  rotate: -35deg;
}

.search-top .search__title-ja::after {
  display: inline-block;
  content: "";
  width: 3rem;
  height: 60rem;
  margin: 0 15rem;
  background-color: #FF9292;
  rotate: 35deg;
}

.search-top__inner-sp {
  margin-top: 35rem;
}

.search-top__btn {
  display: block;
  width: 292rem;
  padding: 20rem 0;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fff, #F2F2F2);
  border: 2rem solid #C5C5C5;
  border-radius: 10rem;
  box-shadow: 0 3rem 0 0 #C5C5C5;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
}

.search-top__btn .search__icon {
  display: inline-block;
  width: 26rem;
  margin-right: 16rem;
}

.search-top__inner-pc {
  max-width: 880rem;
  margin: -55rem auto 0;
  position: relative;
}

.search-top__desc {
  width: 440rem;
  position: absolute;
  top: 95rem;
  left: 0;
}

.search-top__map {
  display: grid;
  grid-template-columns: repeat(14, minmax(60rem, 1fr));
  grid-template-rows: repeat(10, minmax(50rem, auto));
  gap: 2rem;
  padding-right: 26rem;
}

.search-top__map li {
  grid-row: var(--grid-row);
  grid-column: var(--grid-column);
}

.search-top__map li.hokkaido {
  width: 100rem;
  height: 90rem;
  margin: 0 auto;
  margin-bottom: 38rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.search-top__map li.ishikawa,
.toyama,
.niigata {
  transform: translateX(16rem);
}

.search-top__map-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14rem;
  text-align: center;
  color: #fff;
}

.search-top__map-item.area01 {
  background-color: #124BBC;
  transform: translateX(16rem);
}

.search-top__map-item.area01.long {
  height: 75rem;
}

.search-top__map-item.area02 {
  background-color: #3EABE3;
}

.search-top__map-item.area03 {
  background-color: #4AB146;
}

.search-top__map-item.area04 {
  background-color: #9FC64E;
}

.search-top__map-item.area05 {
  background-color: #FF7538;
}

.search-top__map-item.area06 {
  background-color: #C62F2F;
}

.search-top__map-item.area07 {
  background-color: #D6587A;
}

.search-top__map-item.area08 {
  background-color: #B27CCC;
  transform: translateX(-8rem);
}

/* search-bottom
--------------------*/
.search-bottom {
  padding: 28rem 0 45rem;
  background-color: #FFE5E5;
}

.search-bottom .search__title-ja .search__icon {
  margin: 0 auto;
}

.search-bottom__inner {
  padding: 10rem 0;
  background-color: #fff;
  border-radius: 16rem;
}

.search-bottom__area-list {
  max-width: 340rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .search-top .search__title-ja .search__icon {
    display: none;
  }

  .search-top__inner-pc {
    display: none;
  }

  .search-bottom .search__title-ja .search__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-4rem);
  }
}

/* area-listコンポーネント
--------------------------------------------------*/
.area-list__item {
  padding: 17rem 0 20rem;
}

.area-list__item:not(:first-child) {
  border-top: 2rem solid #E5E5E5;
}

.area-list__heading {
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.42;
  color: #1582CB;
  text-align: center;
}

.area-list__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 13rem 9rem;
  margin-top: 12rem;
}

.area-list__btn {
  width: 76rem;
  padding: 9rem 0;
  background: linear-gradient(to bottom, #fff, #F2F2F2);
  border: 2rem solid #C5C5C5;
  border-radius: 10rem;
  box-shadow: 0 3rem 0 0 #C5C5C5;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
}

/* about
--------------------------------------------------*/
.about {
  position: relative;
  padding: 40rem 0 100rem;
}

.about .container {
  position: relative;
}

.about__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__title {
  color: rgba(255, 255, 255, 0.81);
}

.about__box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0 25rem 25rem 0;
  max-width: calc(100% - 15rem);
  padding: 30rem;
  padding-right: 15rem;
  margin-right: 15rem;
}

.about__box-title {
  text-align: center;
  font-size: 16rem;
  color: #C90000;
  font-weight: 900;
}

.about__lead {
  font-weight: 900;
  font-size: 18rem;
  margin-top: 10rem;
  letter-spacing: 0.07em;
}

.about__lead-emphasis {
  color: #1582CB;
}

.about__text {
  margin-top: 10rem;
  letter-spacing: 0.07em;
}

/* genre
--------------------------------------------------*/
.genre {
  padding: 80rem 0 100rem;
  margin-top: -45rem;
  background-color: #F3F3F3;
  clip-path: polygon(0 25rem, 100% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 0;
}

.genre .container {
  position: relative;
}

.genre__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.genre__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.genre__title {
  text-align: center;
}

.genre__title-en {
  line-height: 1.18;
  letter-spacing: 0;
  color: rgba(201, 0, 0, 0.81);
}

.genre__title-ja {
  font-size: 20rem;
  font-weight: 900;
  line-height: 1.45;
  margin-top: 6rem;
}

.genre__icon {
  display: inline-block;
  width: 28rem;
  margin-top: 5rem;
  margin-right: 6rem;
}

.genre__slide {
  max-width: var(--container-width--wide);
  max-width: 1920rem;
  margin: 40rem auto 0;
}

.genre__slide-item {
  /* width: 356rem; */
  /* margin: 0 11rem; */
  position: relative;
}

.genre__slide-heading {
  font-family: var(--font-family-en);
  font-size: 30rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
}

.genre__slide-text {
  min-height: 3lh;
  margin-top: 6rem;
  font-size: 14rem;
  line-height: 1.42;
  color: #fff;
}

.genre__slide-btn {
  width: 100%;
  padding: 15rem 0;
  margin-top: 10rem;
  background-color: #1582CB;
  border-radius: 100vh;
  box-shadow: 0 3rem 0 0 #115E92;
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  position: relative;
  transition: background-color var(--transition-duration) var(--transition-timing-function);
}

.genre__slide-btn::after {
  display: inline-block;
  content: "";
  width: 18rem;
  height: 6rem;
  border: solid #fff;
  border-width: 0 1rem 1rem 0;
  position: absolute;
  top: 50%;
  right: 38rem;
  transform: translateY(-50%) skew(45deg);
}

.genre__slide-btn:hover {
  background-color: #57ACE5;
}

.genre__link-wrapper {
  text-align: center;
  margin-top: 30px;
}

.genre__link-wrapper .genre__slide-btn {
  max-width: 300px;
}

/* studio
--------------------------------------------------*/
.studio {
  padding: 50rem 0;
  margin-top: -32rem;
  background-color: #FFE5E5;
  clip-path: polygon(0 15rem, 100% 0, 100% 100%, 0 100%);
}

.studio__title {
  width: fit-content;
  padding-left: 32rem;
  margin: 0 auto;
  font-size: 20rem;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
}

.studio__title-sm {
  display: block;
  font-size: 18rem;
  text-align: center;
}

.studio__title-emphasis {
  color: #C90000;
}

.studio__title .studio__icon {
  display: inline-block;
  width: 27rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.studio__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9rem;
  margin-top: 20rem;
}

.studio__li-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.studio__li-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 20rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}

.studio__li-cont {
  flex: 1;
  padding: 4rem 12rem 8rem;
  background-color: #fff;
}

.studio__li-heading {
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1582CB;
  text-align: center;
}

.studio__li-heading span {
  display: inline-block;
}

.studio__li-icon {
  width: 8rem;
  margin-left: 4rem;
}

.studio__box {
  display: flex;
  flex-direction: column;
  padding: 22rem 24rem;
  margin-top: 26rem;
  background-color: #fff;
  border-radius: 20rem;
}

.studio__heading {
  display: inline-flex;
  justify-content: center;
  gap: 4rem;
  font-size: 16rem;
  font-weight: 900;
  line-height: 1.5;
}

.studio__heading-emphasis {
  padding: 2rem 8rem 6rem 31rem;
  background-color: #003A94;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.42;
  color: #fff;
  position: relative;
}

.studio__heading .studio__icon {
  width: 23rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}

.studio__text {
  margin-top: 15rem;
  font-size: 14rem;
  line-height: 1.42;
}

.studio__text-emphasis {
  color: #C90000;
}

/* recruitment
--------------------------------------------------*/
.recruitment {
  padding: 54rem 0 70rem;
  position: relative;
}

.recruitment__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.recruitment__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruitment__inner {
  display: flex;
  flex-direction: column;
  padding: 30rem 15rem 52rem;
  background-color: rgba(255, 255, 255, 0.79);
  position: relative;
}

.recruitment__title {
  font-size: 22rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  color: #1582CB;
}

.recruitment__title-sm {
  display: block;
  font-size: 16rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000;
}

.recruitment__comment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25rem auto 0;
  font-size: 18rem;
  font-weight: 900;
  text-align: center;
  position: relative;
}

.recruitment__comment::before {
  content: "";
  width: 3rem;
  height: 30rem;
  background-color: #1582CB;
  margin: 0 18rem;
  rotate: -20deg;
}

.recruitment__comment::after {
  content: "";
  width: 3rem;
  height: 30rem;
  background-color: #1582CB;
  margin: 0 18rem;
  rotate: 20deg;
}

.recruitment__list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  margin-top: 10rem;
  counter-reset: num 0;
}

.recruitment__li-item {
  display: flex;
  align-items: center;
  gap: 15rem;
  padding: 12rem 15rem;
  background-color: #fff;
  border-radius: 100vh;
}

.recruitment__li-item::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num 1;
  margin-left: 12rem;
  font-size: 28rem;
  font-weight: 900;
  line-height: 1.42;
  color: #1582CB;
}

.recruitment__li-heading {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.45;
}

.recruitment__li-heading-emphasis {
  color: #C90000;
}

.recruitment__li-text {
  font-size: 14rem;
}

.recruitment__btn {
  max-width: 334rem;
  padding: 22rem 0;
  margin: 0 auto;
  background-color: #1582CB;
  border-radius: 100vh;
  box-shadow: 0 7rem 0 0 #115E92;
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  position: relative;
  transition: background-color var(--transition-duration) var(--transition-timing-function);
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
  transform: translateY(50%);
}

.recruitment__btn::after {
  display: inline-block;
  content: "";
  width: 18rem;
  height: 6rem;
  border: solid #fff;
  border-width: 0 1rem 1rem 0;
  position: absolute;
  top: 50%;
  right: 35rem;
  transform: translateY(-50%) skew(45deg);
}

.recruitment__btn:hover {
  background-color: #57ACE5;
}

@media only screen and (min-width: 769px) {
  .about {
    padding: 140rem 0 200rem;
  }

  .about__box {
    padding: 40rem;
    max-width: 64.739583vw;
    padding-left: 335rem;
    padding-left: max(335rem - (1920px - 100vw) / 2, 24rem);
    margin-right: 0;
  }

  .about__box-title {
    text-align: left;
    font-size: 18rem;
  }

  .about__lead {
    font-size: 36rem;
  }

  .found__box {
    padding: 50rem 24rem 70rem;
    border-radius: 80rem;
  }

  .found__title-text-sm {
    font-size: 26rem;
  }

  .found__title-text {
    font-size: 36rem;
    line-height: 1.44444444;
  }

  .found__title-text::before,
  .found__title-text::after {
    height: 100rem;
  }

  .found__title-text::before {
    left: -80rem;
  }

  .found__title-text::after {
    right: -80rem;
  }

  .found__list {
    display: flex;
    -moz-column-gap: 100rem;
    column-gap: 100rem;
    justify-content: center;
    margin-top: 30rem;
  }

  .found__item {
    max-width: 234rem;
  }

  .found__item-text {
    width: fit-content;
    margin: 8rem auto 0;
  }

  .found__item-arrow {
    max-width: 24rem;
    top: 50%;
    right: -60rem;
    transform: translateY(-50%);
  }

  .found__bg {
    max-width: 999rem;
    width: 100%;
    bottom: -80rem;
  }
}

@media screen and (min-width: 1921px) {
  .about__box {
    padding-left: calc((100vw - 1920px) / 2 + 335rem);
  }
}

@media only screen and (max-width: 768px) {
  .hero__title {
    font-size: 46rem;
  }

  .found__item:not(:first-of-type) {
    margin-top: 30rem;
  }

  .found__item-text {
    max-width: 203rem;
    position: absolute;
    right: 16rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .found__item-arrow {
    bottom: -26rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .genre__title-en {
    font-size: 46rem;
  }

  .recruitment__container {
    padding: 0;
  }
}

@media only screen and (min-width: 769px) {
  .hero__slide-text {
    max-width: 1456rem;
    padding: 0 24rem;
    font-size: 18rem;
    font-weight: normal;
    line-height: 1.45;
    text-align: right;
    bottom: 27.3%;
    /*303rem*/
  }

  #hero-slider .slick-dots {
    bottom: 27%;
  }

  .top-news {
    margin-top: -15%;
    margin-bottom: 40px;
  }

  .top-news__box {
    padding: 0 32px 54px;
  }

  .top-news__title-ja {
    font-size: 26px;
  }

  .top-news__title-en {
    font-size: 106px;
    text-align: left;
    line-height: 1.1;
  }

  .top-news__list {
    padding: 0 100px;
  }

  .top-news__item:not(:first-of-type) {
    padding-top: 20px;
    margin-top: 20px;
  }

  .top-news__item-inner {
    display: flex;
  }

  .top-news__item-time {
    width: 95px;
    font-size: 14px;
    padding-top: 2px;
  }

  .top-news__item-title {
    flex: 1;
  }


  .found {
    /* margin-top: -13.1%; */
  }

  .found::before {
    height: calc(100% - 13.1vw);
  }

  .search__title-en {
    text-align: left;
  }

  .search__title-ja {
    font-size: 36rem;
    font-weight: 900;
  }

  .search__title-ja .search__icon {
    width: 32rem;
  }

  .search-top {
    padding: 70rem 0 90rem;
  }

  .search-top .search__title-ja::before {
    height: 95rem;
    margin: 0 25rem;
  }

  .search-top .search__title-ja::after {
    height: 95rem;
    margin: 0 25rem;
  }

  .search-top .search__title-ja .search__icon {
    margin-right: 16rem;
  }

  .search-top__inner-sp {
    display: none;
  }

  .search-bottom {
    padding: 78px 0 118rem;
  }

  .search-bottom .search__title-ja .search__icon {
    margin-right: 10rem;
  }

  .search-bottom__inner {
    padding: 25rem 0;
    margin-top: -28rem;
  }

  .area-list {
    max-width: 1000rem;
  }

  .area-list__item {
    padding: 12rem 0 16rem;
  }

  .area-list__heading {
    font-size: 18rem;
    line-height: 1.45;
    text-align: left;
  }

  .area-list__btns {
    gap: 14rem;
    margin-top: 6rem;
  }

  .area-list__btn {
    width: 110rem;
    padding: 15rem 0;
    box-shadow: 0 4rem 0 0 #C5C5C5;
    font-size: 16rem;
    line-height: 1.5;
  }

  .genre {
    clip-path: polygon(0 80rem, 100% 0, 100% 100%, 0 100%);
    padding: 130rem 0 215rem;
    margin-top: -110rem;
  }

  .genre__title {
    text-align: left;
  }

  .genre__title-ja {
    padding-left: 6rem;
    margin-top: -16rem;
    font-size: 36rem;
  }

  .genre__icon {
    width: 41rem;
    margin-top: 0;
    margin-right: 12rem;
  }

  .genre__slide {
    padding-left: 10rem;
    padding-right: 10rem;
    margin-top: 36rem;
  }

  .genre__slide-box {
    opacity: 0;
    margin-bottom: -125rem;
    transition: margin-bottom var(--transition-duration), opacity var(--transition-duration);
  }

  .genre__slide-item:hover .genre__slide-box {
    opacity: 1;
    margin-bottom: 0;
    transition: margin-bottom var(--transition-duration), opacity 0s;
  }

  .genre__slide-cont {
    width: 100%;
    padding: 28rem 24rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .genre__slide-btn._mobile {
    display: none;
  }

  .studio {
    padding: 130rem 0 85rem;
    margin-top: -110rem;
    clip-path: polygon(0 85rem, 100% 0, 100% 100%, 0 100%);
  }

  .studio__container {
    max-width: none;
    padding: 0 24rem;
  }

  .studio__title {
    padding-left: 73rem;
    margin: 0;
    font-size: 36rem;
  }

  .studio__title-sm {
    font-size: 24rem;
    text-align: left;
  }

  .studio__title .studio__icon {
    width: 53rem;
    bottom: auto;
    top: 0;
  }

  .studio__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20rem;
    margin-top: 40rem;
  }

  .studio__li-link {
    position: relative;
  }

  .studio__li-cont {
    min-height: 96rem;
    padding: 10rem 8%;
  }

  .studio__li-heading {
    font-size: 20rem;
    line-height: 1.45;
  }

  .studio__li-icon {
    width: 17rem;
    position: absolute;
    bottom: 16rem;
    right: 16rem;
  }

  .studio__box {
    flex-direction: row;
    align-items: center;
    gap: 65rem;
    padding: 28rem 72rem;
    margin-top: 21rem;
    border-radius: 49rem;
  }

  .studio__heading {
    gap: 9rem;
    font-size: 20rem;
  }

  .studio__heading-emphasis {
    padding: 4rem 8rem 6rem 36rem;
    font-size: 14rem;
    font-weight: 500;
  }

  .studio__heading .studio__icon {
    width: 28rem;
  }

  .studio__text {
    margin-top: 0;
    font-size: 16rem;
  }

  .recruitment {
    padding: 80rem 0 110rem;
  }

  .recruitment__inner {
    flex-direction: row;
    align-items: center;
    gap: 58rem;
    padding: 50rem 125rem 80rem 56rem;
    border-radius: 26rem;
  }

  .recruitment__title {
    font-size: 36rem;
  }

  .recruitment__title-sm {
    font-size: 24rem;
  }

  .recruitment__cont {
    flex: 1;
  }

  .recruitment__comment {
    margin-top: 0;
    font-size: 22rem;
  }

  .recruitment__comment::before {
    margin: 0 28rem;
  }

  .recruitment__comment::after {
    margin: 0 28rem;
  }

  .recruitment__list {
    margin-top: 12rem;
  }

  .recruitment__li-item {
    padding: 7rem 25rem;
  }

  .recruitment__li-item::before {
    margin-left: 0;
  }

  .recruitment__li-heading {
    font-size: 22rem;
  }

  .recruitment__li-text {
    margin-top: -2rem;
    font-size: 16rem;
  }

  .recruitment__btn {
    max-width: 400rem;
    padding: 25rem 0;
    font-size: 18rem;
  }
}

@media screen and (min-width: 100px) and (max-width: 1920px) {
  .about__box {
    max-width: max(64.739583vw, 1243rem);
  }
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 200rem;
}

.swiper-pagination-bullet {
  background-color: #B8B8B8;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 260rem;
  }

  #js_genreSlider {
    overflow: visible;
  }

  .genre__slide {
    flex-direction: column;
    row-gap: 10rem;
    max-width: 334rem;
    margin-left: auto;
    margin-right: auto;
  }

  .genre__slide-img {
    display: none;
  }

  .genre__slide-cont {
    display: none;
  }

  .genre__slide-btn {
    font-size: 24rem;
    letter-spacing: 0.08em;
    box-shadow: 0 6rem 0 0 #115E92;
  }

  .genre__link-wrapper {
    margin-top: 10rem;
  }

  .genre__link-wrapper .genre__slide-btn {
    max-width: 334rem;
    font-size: 18rem;
  }
}