@charset "UTF-8";
.section {
  margin-top: 345px;
}

.section .section__inr {
  position: relative;
}

.section .section__inr::before {
  content: " ";
  opacity: 0;
  position: absolute;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.section .section__inr.js-active::before {
  opacity: 1;
}

.section .section__inr .section_ttl-block {
  position: relative;
  z-index: 1;
}

.section .section__inr .ttl-block__ttl .ttl-en {
  display: block;
  font-size: 54px;
}

.section .section__inr .ttl-block__ttl .ttl-jp {
  margin-top: 10px;
  font-size: 20px;
}

.section .section__inr .ttl-block__lead {
  margin-top: 15px;
  font-size: 16px;
}

.section .section__inr .section__cts {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.section:nth-of-type(odd) .section__inr .section_ttl-block {
  text-align: right;
}

.section:nth-of-type(odd) .section__inr .ttl-block__lead {
  display: inline-block;
  text-align: left;
}

/* SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .section {
    margin-top: 185px;
  }

  .section .section__inr .ttl-block__ttl .ttl-en {
    font-size: 32px;
  }

  .section .section__inr .ttl-block__ttl .ttl-jp {
    margin-top: 5px;
    font-size: 16px;
  }

  .section .section__inr .ttl-block__lead {
    margin-top: 10px;
    font-size: 14px;
  }

  .section .section__inr .section__cts {
    margin-top: 20px;
  }

  .section__sm-cts-idt {
    box-sizing: border-box;
    padding: 0 24px;
  }
}
/*====================================
リクルートTOPページ
====================================*/
#recruit-top.main-cts {
  overflow: hidden;
  min-width: 1190px;
  background-color: #000;
}

#recruit-top .sec-main .sec-main__inr {
  position: relative;
}

#recruit-top .sec-main .sec-main__inr .sec-main__ttl-block {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

#recruit-top .sec-main .sec-main__inr .ttl-block__ttl {
  letter-spacing: 0;
  text-shadow: 2px 2px 8px #000;
  font-size: 57px;
  line-height: 1.64912;
}

#recruit-top .sec-main .sec-main__inr .ttl-block__lead {
  margin-top: 43px;
  letter-spacing: 0;
  text-shadow: 2px 2px 8px #000;
  font-size: 19px;
  line-height: 2.2;
}

#recruit-top .sec-main .sec-main__inr .md-item-btn {
  margin-top: 35px;
}

#recruit-top .sec-main .sec-main__inr .md-item-btn .md-item-btn__arw {
  margin: 0 auto;
  background-color: #eee;
  color: #000;
}

#recruit-top .sec-main .sec-main__inr .md-item-btn .md-item-btn__arw::before {
  background-image: url(../img/arw_bk.svg);
}

#recruit-top .sec-main .sec-main__inr .md-item-btn .md-item-btn__arw:hover {
  background-color: #333;
  color: #fff;
}

#recruit-top .sec-main .sec-main__inr .md-item-btn .md-item-btn__arw:hover::before {
  background-image: url(../img/arw_wt.svg);
}

#recruit-top .sec-main .sec-main__inr .ttl-block__toggle-block {
  display: block;
  margin-top: 40px;
}

#recruit-top .sec-main .sec-main__inr .toggle-block__btn {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  font-size: 12px;
}

#recruit-top .sec-main .sec-main__inr .toggle-block__btn .btn__arw {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  transform-origin: center center;
}

#recruit-top .sec-main .sec-main__inr .ttl-block__toggle-block.js-open .toggle-block__btn .btn__arw {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
}

#recruit-top .sec-main .sec-main__inr .toggle-block__box {
  display: none;
  height: 0;
}

#recruit-top .sec-main .sec-main__inr .toggle-block__box .box__txt {
  box-sizing: border-box;
  padding-top: 5px;
  font-size: 12px;
}

#recruit-top .sec-main .sec-main__inr .sec-main__movie-block .movie-block__movie .movie__item {
  display: flex;
  height: 936px;
}
#recruit-top .sec-main .sec-main__inr .sec-main__movie-block .movie-block__movie .movie__item > video {
  -o-object-fit: cover;
     object-fit: cover;
}

#recruit-top .sec-main .sec-main__inr .sec-main__movie-block .movie-block__movie .movie__item .movie {
  width: 100%;
  height: auto;
}

#recruit-top .sec-main .sec-main__inr .movie-block__btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#recruit-top .sec-main .sec-main__inr .movie-block__btn .btn__circle {
  position: relative;
  width: 70px;
  height: 70px;
}

#recruit-top .sec-main .sec-main__inr .movie-block__btn .btn__circle .circle__icn {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#recruit-top .sec-main .sec-main__inr .movie-block__btn .btn__circle .circle__icn::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  background: url(../img/icn_movie_stop.svg) no-repeat center center;
  background-size: 15px 15px;
}

#recruit-top .sec-main .sec-main__inr .movie-block__btn .btn__circle .circle__icn.js-paused::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  background: url(../img/icn_movie_start.svg) no-repeat center center;
  background-size: 12px 15px;
}

#recruit-top .sec-main .sec-main__inr .movie-block__btn .btn__circle .circle__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .movie-button {
    transition: opacity 0.3s;
  }
  .movie-button:hover {
    opacity: 0.7;
  }

  .toggle-block__btn {
    transition: opacity 0.3s;
  }
  .toggle-block__btn:hover {
    opacity: 0.7;
  }
}
/* 1460px
-------------------------------------*/
@media screen and (max-width: 1460px) {
  #recruit-top .sec-main .sec-main__inr .sec-main__movie-block .movie-block__movie .movie__item {
    display: flex;
    height: calc(100vh - 200px);
    min-height: 460px;
  }

  #recruit-top .sec-main .sec-main__inr .ttl-block__ttl {
    font-size: 33px;
  }

  #recruit-top .sec-main .sec-main__inr .ttl-block__lead {
    margin-top: 22px;
    font-size: 12px;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top.main-cts {
    min-width: 100%;
  }

  #recruit-top .sec-main .sec-main__inr {
    min-width: 100%;
  }

  #recruit-top .sec-main .sec-main__inr .sec-main__ttl-block {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #recruit-top .sec-main .sec-main__inr .ttl-block__ttl {
    font-size: 25px;
  }

  #recruit-top .sec-main .sec-main__inr .ttl-block__lead {
    margin-top: 22px;
    font-size: 10.5px;
  }

  #recruit-top .sec-main .sec-main__inr .md-item-btn {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 20px;
  }

  #recruit-top .sec-main .sec-main__inr .md-item-btn .md-item-btn__arw {
    max-width: 300px;
  }

  #recruit-top .sec-main .sec-main__inr .ttl-block__toggle-block {
    margin-top: 20px;
  }

  #recruit-top .sec-main .sec-main__inr .toggle-block__btn {
    padding: 0 15px;
    font-size: 10px;
  }

  #recruit-top .sec-main .sec-main__inr .toggle-block__btn .btn__arw {
    width: 10px;
  }

  #recruit-top .sec-main .sec-main__inr .toggle-block__box .box__txt {
    font-size: 12px;
  }

  #recruit-top .sec-main .sec-main__inr .movie-block__btn {
    bottom: 0;
    left: 0;
  }

  #recruit-top .sec-main .sec-main__inr .sec-main__movie-block .movie-block__movie .movie__item {
    display: block;
    height: 650px;
  }
  #recruit-top .sec-main .sec-main__inr .sec-main__movie-block .movie-block__movie .movie__item .movie {
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
  }
}
/* SP
----------------------------------*/
@media screen and (max-width: 380px) {
  #recruit-top .sec-main .sec-main__inr .ttl-block__toggle-block {
    margin-top: 15px;
  }

  #recruit-top .sec-main .sec-main__inr .toggle-block__btn {
    padding: 0 15px;
    font-size: 10px;
  }
}
#recruit-top .cts-vision {
  margin-top: 100px;
  text-align: center;
}

#recruit-top .cts-vision .cts-vision__inr .md-item-btn .md-item-btn__arw {
  margin: 0 auto;
  border: 1px solid #333;
}

#recruit-top .cts-vision .cts-vision__inr .md-item-btn .md-item-btn__arw:hover {
  background-color: #fff;
  color: #333;
}

#recruit-top .cts-vision .cts-vision__inr .md-item-btn .md-item-btn__arw:hover::before {
  background-image: url(../img/arw_bk.svg);
}

#recruit-top .cts-vision .cts-vision__inr .cts__ttl {
  margin-top: 60px;
  font-size: 36px;
  line-height: 1.6;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .cts-vision {
    margin-top: 60px;
  }

  #recruit-top .cts-vision .cts-vision__inr .md-item-btn .md-item-btn__arw {
    max-width: 90%;
  }

  #recruit-top .cts-vision .cts-vision__inr .cts__ttl {
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
#recruit-top .sec-business {
  margin-top: 280px;
}

#recruit-top .sec-business .section__inr::before {
  top: -200px;
  left: -260px;
  width: 941px;
  height: 996px;
  transform-origin: center;
  background-image: url(../img/business_bg.png);
}

#recruit-top .sec-business .section__inr .ttl-en {
  color: #0078c4;
}

#recruit-top .sec-business .section__cts .cts__item-block {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -45px;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item {
  box-sizing: border-box;
  padding: 40px 45px;
  width: 50%;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__inr {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 75px;
  height: 100%;
  text-decoration: none;
  color: #000;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__info {
  margin-top: 20px;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__info .info__ttl {
  color: #0078c4;
  font-size: 20px;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__info .info__desc {
  margin-top: 10px;
  font-size: 16px;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__inr .md-item-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__inr:hover .item__img {
  opacity: 0.8;
}

#recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__inr:hover .md-item-btn .md-item-btn__arw {
  background-color: #0078c4;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-business {
    margin-top: 170px;
  }

  #recruit-top .sec-business .section__inr::before {
    top: -26.66667vw;
    left: -33.33333vw;
    width: 104.93333vw;
    height: 107vw;
    background-image: url(../img/business_bg.png);
  }

  #recruit-top .sec-business .section__cts .cts__item-block {
    display: block;
    margin: 0;
  }

  #recruit-top .sec-business .section__cts .cts__item-block .item-block__item {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }

  #recruit-top .sec-business .section__cts .cts__item-block .item-block__item + .item-block__item {
    margin-top: 40px;
  }

  #recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__inr {
    padding-bottom: 60px;
  }

  #recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__info {
    margin-top: 15px;
  }

  #recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__info .info__ttl {
    font-size: 16px;
  }

  #recruit-top .sec-business .section__cts .cts__item-block .item-block__item .item__info .info__desc {
    margin-top: 5px;
    font-size: 14px;
  }
}
#recruit-top .sec-talk .section__inr::before {
  top: -210px;
  right: -260px;
  width: 893px;
  height: 930px;
  transform-origin: center;
  background-image: url(../img/talk_bg.png);
}

#recruit-top .sec-talk .section__inr .ttl-en {
  color: #ea2a00;
}

#recruit-top .sec-talk .section__cts .cts__list-block {
  margin-top: 45px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list + .list-block__list {
  margin-top: 80px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__img-wrap {
  display: flex;
  width: 63%;
  transition: all 0.3s ease-in-out;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__img-wrap .list__img {
  width: 33.333333%;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list.type-full .list__img-wrap .list__img {
  width: 100%;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info {
  flex: 1;
  box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .info__ttl {
  text-align: right;
  color: #ea2a00;
  font-size: 20px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .info__desc {
  margin-top: 5px;
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 16px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .md-item-btn {
  margin-top: 20px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 99px;
  width: 280px;
  height: 50px;
  background-color: #ddd;
  text-align: center;
  color: #555;
  font-size: 16px;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__inr:hover .md-item-btn__arw {
  background-color: #ea2a00;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__img-wrap {
  order: 1;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__info {
  padding-right: 20px;
  padding-left: 0;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__info .info__ttl,
#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__info .info__desc {
  text-align: left;
}

#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(odd) .list__info .coming-soon,
#recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(odd) .list__info .md-item-btn .md-item-btn__arw {
  margin-left: auto;
}

#recruit-top .sec-talk .section__cts .md-item-btn--center {
  margin-top: 60px;
}

#recruit-top .sec-talk .section__cts .md-item-btn--center .md-item-btn__arw {
  margin: 0 auto;
  border: 1px solid #333;
}

#recruit-top .sec-talk .section__cts .md-item-btn--center .md-item-btn__arw:hover {
  background-color: #fff;
  color: #333;
}

#recruit-top .sec-talk .section__cts .md-item-btn--center .md-item-btn__arw:hover::before {
  background-image: url(../img/arw_bk.svg);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-talk .section__inr::before {
    top: -15vw;
    right: -30vw;
    width: 124.4vw;
    height: 131vw;
    background-image: url(../img/talk_bg.png);
  }

  #recruit-top .sec-talk .section__cts .cts__list-block {
    margin-top: 25px;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list + .list-block__list {
    margin-top: 35px;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__inr {
    display: block;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__img-wrap {
    width: 100%;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info {
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .info__ttl {
    font-size: 16px;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .info__desc {
    margin-top: 5px;
    font-size: 14px;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .md-item-btn {
    margin-top: 15px;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list .list__info .coming-soon {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__info {
    padding-right: 0;
  }

  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__info .info__ttl,
  #recruit-top .sec-talk .section__cts .cts__list-block .list-block__list:nth-of-type(even) .list__info .info__desc {
    text-align: left;
  }
}
#recruit-top .sec-interview {
  margin-top: 285px;
  padding-top: 60px;
}

#recruit-top .sec-interview .section__inr::before {
  top: -150px;
  left: -530px;
  width: 1260px;
  height: 935px;
  transform-origin: center;
  background-image: url(../img/interview_bg.png);
}

#recruit-top .sec-interview .section__inr .ttl-en {
  color: #0e954c;
}

#recruit-top .sec-interview .section__cts .cts_interview-block {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -25px;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list {
  box-sizing: border-box;
  padding: 40px 25px;
  width: 25%;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__inr {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  text-decoration: none;
  color: #000;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__img {
  display: flex;
  transition: all 0.3s ease-in-out;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info {
  margin-top: 10px;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info .info__cat {
  font-size: 14px;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info .info__name {
  font-size: 20px;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info .info__desc {
  margin-top: 5px;
  font-size: 15px;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .md-item-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .md-item-btn .md-item-btn__arw {
  width: 100%;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__inr:hover .list__img {
  opacity: 0.8;
}

#recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__inr:hover .md-item-btn .md-item-btn__arw {
  background-color: #0e954c;
}

#recruit-top .sec-interview .section__cts .cts__movie-block {
  margin-top: 75px;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__inr {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__info .info__ttl {
  letter-spacing: 0.1em;
  font-size: 36px;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__info .md-item-btn {
  margin-top: 25px;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__img {
  display: flex;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__inr:hover .movie-block__info .md-item-btn .md-item-btn__arw {
  background-color: #333;
  color: #fff;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__inr .movie-block__info .md-item-btn .md-item-btn__arw::before {
  transition: all 0.3s ease-in-out;
}

#recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__inr:hover .movie-block__info .md-item-btn .md-item-btn__arw::before {
  background-image: url(../img/icn_movie_wt.svg);
}

#recruit-top .sec-interview .section__cts .cts__txt-link {
  margin-top: 20px;
  text-align: center;
}

#recruit-top .sec-interview .section__cts .cts__txt-link .txt-link__icn {
  position: relative;
  padding-right: 25px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

#recruit-top .sec-interview .section__cts .cts__txt-link .txt-link__icn:hover {
  text-decoration: underline;
}

#recruit-top .sec-interview .section__cts .cts__txt-link .txt-link__icn::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url(../img/icn_blank_bk.svg) no-repeat center center;
  background-size: 100% auto;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-interview .section__inr::before {
    top: -24.66667vw;
    left: -34.66667vw;
    width: 118.4vw;
    height: 114.4vw;
  }

  #recruit-top .sec-interview .section__cts .cts_interview-block {
    margin: -25px -15px;
  }

  #recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list {
    padding: 25px 15px;
    width: 50%;
  }

  #recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__inr {
    padding-bottom: 60px;
  }

  #recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info {
    margin-top: 10px;
  }

  #recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info .info__name {
    font-size: 16px;
  }

  #recruit-top .sec-interview .section__cts .cts_interview-block .interview-block__list .list__info .info__desc {
    font-size: 14px;
  }

  #recruit-top .sec-interview .section__cts .cts__movie-block {
    margin-top: 60px;
  }

  #recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__info .info__ttl {
    font-size: 16px;
  }

  #recruit-top .sec-interview .section__cts .cts__movie-block .movie-block__info .md-item-btn {
    margin-top: 15px;
    min-width: 165px;
  }

  #recruit-top .sec-interview .section__cts .cts__txt-link {
    margin-top: 15px;
  }

  #recruit-top .sec-interview .section__cts .cts__txt-link .txt-link__icn {
    padding-right: 20px;
    font-size: 14px;
  }
}
#recruit-top .sec-office {
  margin-top: 100px;
  background-color: #fef6f9;
}

#recruit-top .sec-office .section__inr {
  box-sizing: border-box;
  padding: 95px 0 100px;
}

#recruit-top .sec-office .section__inr::before {
  content: none;
}

#recruit-top .sec-office .section_ttl-block {
  text-align: center;
}

#recruit-top .sec-office .section_ttl-block .ttl-en {
  color: #e04082;
}

#recruit-top .sec-office .section__cts {
  margin-top: 40px;
}

#recruit-top .sec-office .section__cts .cts__office-block {
  display: flex;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item {
  width: 50%;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item__inr {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .info__ttl {
  text-align: center;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .info__ttl .ttl-en {
  display: block;
  font-size: 36px;
  /*  letter-spacing: 0.1em;*/
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .info__ttl .ttl-jp {
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 20px;
  /*  letter-spacing: 0.1em;*/
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .md-item-btn {
  margin-top: 25px;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .md-item-btn .md-item-btn__arw {
  background-color: #eee;
  color: #333;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .md-item-btn .md-item-btn__arw::before {
  transition: all 0.3s ease-in-out;
  background-image: url(../img/arw_bk.svg);
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item__inr:hover .item_info .md-item-btn .md-item-btn__arw {
  background-color: #333;
  color: #fff;
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item__inr:hover .item_info .md-item-btn .md-item-btn__arw::before {
  background-image: url(../img/arw_wt.svg);
}

#recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item__inr .info__img {
  display: flex;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-office {
    margin-top: 55px;
  }

  #recruit-top .sec-office .section__inr {
    padding: 55px 0 60px;
  }

  #recruit-top .sec-office .section__inr .ttl-block__lead {
    text-align: left;
  }

  #recruit-top .sec-office .section__cts {
    margin-top: 25px;
  }

  #recruit-top .sec-office .section__cts .cts__office-block {
    display: block;
  }

  #recruit-top .sec-office .section__cts .cts__office-block .office-block__item {
    width: 100%;
  }

  #recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info {
    width: 100%;
  }

  #recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .info__ttl .ttl-en {
    font-size: 20px;
  }

  #recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .info__ttl .ttl-jp {
    font-size: 14px;
  }

  #recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .md-item-btn {
    margin-top: 15px;
  }

  #recruit-top .sec-office .section__cts .cts__office-block .office-block__item .item_info .md-item-btn .md-item-btn__arw {
    margin: 0 auto;
    max-width: 165px;
  }
}
#recruit-top .sec-faq {
  margin-top: 0;
  background-color: #f4f3fd;
}

#recruit-top .sec-faq .section__inr {
  padding: 100px 0;
  text-align: center;
}

#recruit-top .sec-faq .section__ttl .ttl__en {
  display: block;
  color: #472fdb;
  font-size: 36px;
  line-height: 1.5;
}

#recruit-top .sec-faq .section__ttl .ttl__jp {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

#recruit-top .sec-faq .section__cts {
  margin-top: 20px;
}

#recruit-top .sec-faq .section__cts .cts__lead {
  font-size: 16px;
  line-height: 1.6;
}

#recruit-top .sec-faq .section__cts .md-item-btn {
  margin-top: 25px;
}

#recruit-top .sec-faq .section__cts .md-item-btn .md-item-btn__arw {
  margin: 0 auto;
  border: 1px solid #333;
}

#recruit-top .sec-faq .section__cts .md-item-btn .md-item-btn__arw:hover {
  background-color: #fff;
  color: #333;
}

#recruit-top .sec-faq .section__cts .md-item-btn .md-item-btn__arw:hover::before {
  background-image: url(../img/icn_blank_bk.svg);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-faq .section__inr {
    padding: 60px 0;
  }

  #recruit-top .sec-faq .section__ttl .ttl__en {
    font-size: 20px;
  }

  #recruit-top .sec-faq .section__ttl .ttl__jp {
    font-size: 14px;
  }

  #recruit-top .sec-faq .section__cts {
    margin-top: 15px;
  }

  #recruit-top .sec-faq .section__cts .cts__lead {
    font-size: 14px;
  }

  #recruit-top .sec-faq .section__cts .md-item-btn {
    margin-top: 15px;
  }

  #recruit-top .sec-faq .section__cts .md-item-btn .md-item-btn__arw {
    max-width: 165px;
  }

  #recruit-top .sec-faq .section__cts .md-item-btn .md-item-btn__arw:hover {
    background-color: #fff;
    color: #333;
  }

  #recruit-top .sec-faq .section__cts .md-item-btn .md-item-btn__arw:hover::before {
    background-image: url(../img/icn_blank_bk.svg);
  }
}
#recruit-top .sec-other {
  margin-top: 0;
  background-color: #fff;
}

#recruit-top .sec-other .section__inr {
  padding: 115px 0;
}

#recruit-top .sec-other .sec-other__item-block {
  display: flex;
  position: relative;
  margin: 0 -55px;
}

#recruit-top .sec-other .sec-other__item-block::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 95%;
  transform: translate(-50%, -50%);
  background-color: #000;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item {
  box-sizing: border-box;
  padding: 0 55px;
  width: 50%;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr {
  position: relative;
  padding-bottom: 70px;
  text-align: center;
  color: #000;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-en {
  display: block;
  font-size: 36px;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-jp {
  font-size: 20px;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .item__desc {
  margin-top: 15px;
  font-size: 16px;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .coming-soon,
#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .md-item-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .coming-soon .coming-soon__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  width: 280px;
  height: 50px;
  background-color: #7d7d7d;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw {
  border: 1px solid #333;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw:hover {
  background-color: #fff;
  color: #333;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw::before {
  transition: all 0.3s ease-in-out;
}

#recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .md-item-btn .md-item-btn__arw:hover::before {
  background-image: url(../img/icn_blank_bk.svg);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-other .section__inr {
    padding: 50px 0;
  }

  #recruit-top .sec-other .sec-other__item-block {
    display: block;
    margin: 0;
  }

  #recruit-top .sec-other .sec-other__item-block::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: #000;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item {
    box-sizing: border-box;
    padding: 35px 0;
    width: 100%;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr {
    padding-bottom: 60px;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-en {
    font-size: 20px;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .item__ttl .ttl-jp {
    font-size: 14px;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .item__desc {
    margin-top: 5px;
    font-size: 14px;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .md-item-btn {
    max-width: 165px;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .coming-soon {
    min-width: 165px;
  }

  #recruit-top .sec-other .sec-other__item-block .item-block_item .item__inr .coming-soon .coming-soon__btn {
    border-radius: 99px;
    width: 100%;
    height: 40px;
    background-color: #7d7d7d;
    font-size: 16px;
  }
}
/* entertainment
-------------------------------------*/
#tmpl_main .entertainment__sec {
  padding: 135px 20px 32px;
  background-color: #000;
}

#tmpl_main .entertainment__title {
  text-align: center;
}
#tmpl_main .entertainment__title img {
  width: 410px;
  vertical-align: top;
}

/* sp
-------------------------------------*/
#tmpl_main .entertainment__sec {
  padding: 81px 24px 50px;
}

#tmpl_main .entertainment__title {
  text-align: center;
}
#tmpl_main .entertainment__title img {
  width: 259px;
}

/* fileセクション
-------------------------------------*/
.fixed-section_wrap {
  overflow-x: hidden;
}

.fixed-section {
  position: relative;
  width: 100%;
  height: calc(100vh - 52px);
  min-height: calc(100vh - 52px);
}

.file-box__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.file-box__movie > video {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}
.file-box__movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#tmpl_main .file-box {
  display: flex;
  position: relative;
  height: 100%;
  color: #fff;
}
#tmpl_main .file-box.-small {
  height: 58vh;
}

.file-box__left {
  flex-basis: 310px;
  box-sizing: border-box;
  padding-top: 108px;
  padding-right: 38px;
  text-align: right;
}

.file-box__txt {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

#tmpl_main .file-box__num {
  margin-top: 18px;
}
#tmpl_main .file-box__num img {
  width: auto;
  height: 60px;
}
#tmpl_main .file-box__num.-small img {
  height: 55px;
}

.file-box__right {
  position: relative;
  padding-top: 108px;
  padding-left: 58px;
}

.file-box__ttl {
  font-family: "SST W55 Regular", "SST W15", "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 52px;
  font-weight: normal;
  line-height: 1.45;
}
.file-box__ttl .file-box__ls-adjustment {
  letter-spacing: -0.5em;
}

.file-box__bg06 .file-box__ttl {
  text-indent: -2rem;
}

.file-box__position {
  margin-top: 8px;
  font-size: 22px;
}

.file-box__movie-dec {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}

.movie-button {
  padding: 0;
  border: none;
  width: 56px;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.movie-button img {
  vertical-align: top;
}

.file-box__link--right {
  position: absolute;
  bottom: 44px;
  left: 50px;
  width: 100%;
}

.file-box__toggle {
  position: relative;
  font-size: 17px;
}
.file-box__toggle.js-open .btn__arw {
  transform: rotate(-90deg);
}
.file-box__toggle .toggle-block__btn {
  display: inline-block;
  cursor: pointer;
}
.file-box__toggle .toggle-block__box {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 700px;
}
.file-box__toggle .btn__arw {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 6px;
  width: 8px;
  height: 9px;
  transition: transform 0.3s;
  transform: rotate(90deg);
}
.file-box__toggle .btn__arw img {
  display: block;
}

.file-box__icon {
  display: block;
  width: 15px;
}

.file-box__info {
  display: inline-block;
  position: relative;
  margin-left: 27px;
  padding-right: 36px;
  letter-spacing: 0.015em;
  color: #fff;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 17px;
}
.file-box__info::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background-image: url("../img/file_button.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.file-box__separate {
  position: absolute;
  top: 5%;
  left: 314px;
  width: 1px;
  height: 90%;
  background-color: #fff;
}

.file-box__txt-wrap {
  display: flex;
  margin-top: 20px;
}

/* PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .file-box__info::after {
    transition: right 0.3s;
  }
  .file-box__info:hover::after {
    right: -10px;
  }

  .file-box__movie-dec {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
  }

  .file-box__bg04 {
    background-image: url(../img/file_img04.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg04 {
    background-image: url(../img/file_img04.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .file-box__bg05 {
    background-image: url(../img/file_img05.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg05 {
    background-image: url(../img/file_img05.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .file-box__bg06 {
    background-image: url(../img/file_img06.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg06 {
    background-image: url(../img/file_img06.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .file-box__bg07 {
    background-image: url(../img/file_img07.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg07 {
    background-image: url(../img/file_img07.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .file-box__bg08 {
    background-image: url(../img/file_img08.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg08 {
    background-image: url(../img/file_img08.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .file-box__bg09 {
    background-image: url(../img/file_img09.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg09 {
    background-image: url(../img/file_img09.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .file-box__bg10 {
    background-image: url(../img/file_img10.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .webp .file-box__bg10 {
    background-image: url(../img/file_img10.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  }

  #tmpl_main .file-box.-small {
    min-height: 580px;
  }
}
#tmpl_main .movie-text__modal-button {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 17px;
}
#tmpl_main .movie-text__modal-button img {
  margin-left: 6px;
  width: 19px;
  height: 19px;
}

#tmpl_main .bnr__text-link .movie-text__modal-button {
  font-size: 12px;
}
#tmpl_main .bnr__text-link .movie-text__modal-button img {
  margin-left: 4px;
  width: 11px;
  height: 11px;
}

/* 1460px以下
-------------------------------------*/
@media screen and (max-width: 1460px) {
  .file-box__left {
    flex-basis: 227px;
    padding-top: 72px;
    padding-right: 27px;
  }

  .file-box__txt {
    font-size: 15px;
  }

  #tmpl_main .file-box__num img {
    height: 35px;
  }

  #tmpl_main .file-box__num.-small img {
    height: 35px;
  }

  #tmpl_main .file-box__num {
    margin-top: 14px;
  }

  #tmpl_main .file-box__num {
    margin-top: 14px;
  }

  .file-box__separate {
    left: 226px;
  }

  .file-box__ttl {
    font-size: 40px;
  }

  .file-box__right {
    padding-top: 74px;
    padding-left: 45px;
  }

  .file-box__position {
    margin-top: 4px;
    font-size: 17px;
  }

  .movie-button {
    width: 53px;
  }

  .file-box__movie-dec {
    margin-top: 33px;
  }

  .file-box__toggle {
    font-size: 13px;
  }
  .file-box__toggle .toggle-block__btn {
    font-size: 15px;
  }
  .file-box__toggle .btn__arw {
    margin-bottom: 1px;
  }
  .file-box__toggle .box__txt {
    font-size: 15px;
  }

  .file-box__info {
    padding-right: 26px;
    font-size: 13px;
  }
  .file-box__info::after {
    width: 20px;
    height: 20px;
  }

  #tmpl_main .movie-text__modal-button {
    font-size: 13px;
  }
  #tmpl_main .movie-text__modal-button img {
    margin-left: 7px;
    width: 14px;
    height: 14px;
  }
}
/* sp
-------------------------------------*/
@media screen and (max-width: 640px) {
  .file-box__bg04 {
    background-image: url(../img/file_img04_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg04 {
    background-image: url(../img/file_img04_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__bg05 {
    background-image: url(../img/file_img05_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg05 {
    background-image: url(../img/file_img05_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__bg06 {
    background-image: url(../img/file_img06_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg06 {
    background-image: url(../img/file_img06_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__bg07 {
    background-image: url(../img/file_img07_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg07 {
    background-image: url(../img/file_img07_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__bg08 {
    background-image: url(../img/file_img08_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg08 {
    background-image: url(../img/file_img08_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__bg09 {
    background-image: url(../img/file_img09_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg09 {
    background-image: url(../img/file_img09_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__bg10 {
    background-image: url(../img/file_img10_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .webp .file-box__bg10 {
    background-image: url(../img/file_img10_sp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .file-box__left {
    padding: 0;
    padding-top: 34px;
    padding-left: 33px;
    text-align: left;
  }

  #tmpl_main .file-box {
    display: block;
  }
  #tmpl_main .file-box.-small {
    height: 340px;
  }
  #tmpl_main .file-box.-small .file-box__num img {
    height: 23px;
    vertical-align: top;
  }
  #tmpl_main .file-box.-small .file-box__separate {
    height: 32px;
  }
  #tmpl_main .file-box.-small .file-box__right {
    padding-top: 0;
  }
  #tmpl_main .file-box.-small .file-box__ttl {
    margin-top: 10px;
    line-height: 1.3;
  }
  #tmpl_main .file-box.-small .file-box__position {
    margin-top: 8px;
  }
  #tmpl_main .file-box.-small .file-box__link--right {
    position: static;
    margin-top: 18px;
  }
  #tmpl_main .file-box.-small .file-box__link--right.-small .file-box__info {
    margin-top: 17px;
    margin-left: 0;
    padding-right: 0;
  }
  #tmpl_main .file-box.-small .movie-button {
    width: 53px;
  }
  #tmpl_main .file-box.-small .file-box__movie-dec {
    margin-top: 18px;
  }
  #tmpl_main .file-box.-small .file-box__info {
    font-size: 11px;
  }
  #tmpl_main .file-box.-small .file-box__info::after {
    width: 17px;
    height: 17px;
  }

  .file-box__txt {
    font-size: 10px;
  }

  #tmpl_main .file-box__num {
    margin-top: 0;
  }
  #tmpl_main .file-box__num img {
    height: 33px;
  }

  .file-box__separate {
    top: 40px;
    left: 20px;
    height: 50px;
  }

  .file-box__ttl {
    font-size: 25px;
  }

  .file-box__bg06 .file-box__ttl {
    text-indent: -13px;
  }

  .file-box__right {
    padding-top: 14px;
    padding-left: 18px;
  }

  .file-box__position {
    font-size: 12px;
  }

  .movie-button {
    width: 53px;
  }

  .file-box__movie-dec {
    display: block;
    margin-top: 38px;
  }

  .file-box__toggle {
    font-size: 11px;
  }
  .file-box__toggle .toggle-block__btn {
    font-size: 11px;
  }
  .file-box__toggle .toggle-block__box {
    display: none;
    position: static;
    width: 100%;
  }
  .file-box__toggle .btn__arw {
    margin-bottom: 1px;
    margin-left: 4px;
    width: 4px;
    height: 4.5px;
  }
  .file-box__toggle .box__txt {
    font-size: 11px;
  }

  .file-box__info {
    margin-top: 15px;
    margin-left: 0;
    padding-right: 23px;
    font-size: 11px;
  }
  .file-box__info::after {
    width: 16px;
    height: 16px;
  }

  .file-box__txt-wrap {
    display: block;
    margin-left: 0;
  }

  #tmpl_main .movie-text__modal-button {
    font-size: 11px;
  }
  #tmpl_main .movie-text__modal-button img {
    margin-left: 7px;
    width: 12px;
    height: 12px;
  }

  #tmpl_main .bnr__text-link .movie-text__modal-button {
    flex-shrink: 0;
    font-size: 10px;
  }
}
/* モーダル */
.modal-open {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: transparent;
  text-align: left;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.modal-open:hover {
  opacity: 0.7;
}

.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.modal-container {
  display: flex;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-height: 90vh;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  width: 60px;
  height: 60px;
  background: transparent;
}
@media screen and (max-width: 640px) {
  .modal-close {
    width: 30px;
    height: 30px;
  }
}
.modal-close::before,
.modal-close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  /* 棒の幅（太さ） */
  height: 60px;
  /* 棒の高さ */
  background: #585454;
}
@media screen and (max-width: 640px) {
  .modal-close::before,
  .modal-close::after {
    /* 棒の高さ */
    width: 5px;
    height: 30px;
    /* 棒の高さ */
  }
}
.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-content {
  width: 100%;
  height: 100%;
  max-height: 90vh;
  line-height: 1.5;
}
.modal-content .movie {
  width: 100%;
}

.modal-content__text {
  padding: 20px;
  background-color: #fff;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.youtube_ifreme {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 980px;
}
.youtube_ifreme iframe {
  width: 100%;
  height: auto;

  aspect-ratio: 16/9;
}

/* sp
-------------------------------------*/
@media screen and (max-width: 640px) {
  .modal-content {
    max-height: 80vh;
  }
}
/* Note
----------------------------------*/
.file-note {
  margin: 0.5em 0;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .file-note {
    margin-top: 38px;
    text-align: center;
    font-size: 11px;
  }
}
/******************************************************/
/* ページタイトル */
/******************************************************/
#recruit-top .sec-main__ttl {
  text-align: center;
  letter-spacing: 0em;
  color: #fff;
}
#recruit-top .sec-main__ttl .ttl__en {
  position: relative;
  font-size: 35px;
}
#recruit-top .sec-main__ttl .ttl__en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  width: 10px;
  height: 37px;
  transform: translateY(-50%);
  background-image: url(../img/title_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#recruit-top .sec-main__ttl .ttl__en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 8px;
  height: 37px;
  transform: translateY(-50%);
  background-image: url(../img/title_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#recruit-top .sec-main__ttl-dec {
  text-align: center;
  color: #fff;
}

/* ページタイトル SP
----------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .sec-main__ttl .ttl__en {
    font-size: 26px;
  }
  #recruit-top .sec-main__ttl .ttl__en::before {
    right: -12px;
    width: 6px;
    height: 22px;
  }
  #recruit-top .sec-main__ttl .ttl__en::after {
    left: -12px;
    width: 5px;
    height: 23px;
  }
}
/******************************************************/
/* ABOUT US */
/******************************************************/
#recruit-top .about-us__list {
  display: grid;
  margin-top: 45px;

  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 288px;
  gap: 0 19px;
}
#recruit-top .about-us__list > li {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
#recruit-top .about-us__list > li img {
  vertical-align: top;
}

#recruit-top .about-us__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

#recruit-top .about-us__list--small {
  display: grid;
  margin-top: 35px;

  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 260px;
  gap: 0 18px;
}
#recruit-top .about-us__list--small > li {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#recruit-top .about-us__list--small .about-us__ttl {
  display: block;
}
#recruit-top .about-us__list--small .about-us__ttl-jp {
  margin-top: 12px;
  margin-left: 0;
  font-size: 15px;
}
#recruit-top .about-us__list--small .about-us__ttl-en {
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 30px;
  line-height: 1.3;
}

.about-us__list--small__box {
  display: grid;
  height: 100%;

  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 14px 0;
}
.about-us__list--small__box > div {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.about-us__list--small__box > div img {
  vertical-align: top;
}
.about-us__list--small__box a {
  display: block;
  width: 100%;
  height: 100%;
}

.about-us__section {
  margin-top: 0;
  margin-bottom: 150px;
  padding-top: 160px;
}

.about-us__list-item--purple {
  background-color: #7613c7;
}

.about-us__list-item--yellow {
  background-color: #5d891f;
}

.about-us__list-item--pink {
  background-color: #bb2970;
}

.about-us__list-item--blue {
  background-color: #321ec4;
}

.about-us__list-item--skyblue {
  background-color: #3579d8;
}

.about-us__list-item--orange {
  background-color: #ff9400;
}

.about-us__ttl-jp {
  margin-left: 17px;
}

.about-us__ttl-en {
  font-size: 34px;
}

.about-us__list-item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about-us__list-item .about-us__ttl-en {
  display: table;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.about-us__list-item .about-us__ttl-en::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us__list-item--faq .about-us__ttl-en::before {
  content: "";
  position: absolute;
  top: 0;
  right: 72px;
  width: 30px;
  height: 37px;
  background-image: url("../img/faq_decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us__list-item--benefits .about-us__ttl-en::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 44px;
  width: 27px;
  height: 27px;
  background-image: url("../img/benefits_decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us__list-item--event .about-us__ttl-en::before {
  top: -36px;
  left: -45px;
  width: 50px;
  height: 45px;
  background-image: url("../img/event_decoration_left.svg");
}
.about-us__list-item--event .about-us__ttl-en::after {
  content: "";
  position: absolute;
  top: -36px;
  right: -42px;
  width: 51px;
  height: 31px;
  background-image: url("../img/event_decoration_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us__list-item--entry .about-us__ttl-en::before {
  top: -24px;
  left: -32px;
  width: 27px;
  height: 27px;
  background-image: url("../img/entry_decoration.svg");
}

.about-us__list-item--exp .about-us__ttl-en::before {
  top: -22px;
  right: -37px;
  width: 27px;
  height: 36px;
  background-image: url("../img/entry_exp_decoration.svg");
}

.about-us_cm-ai {
  margin: 45px auto 0;
}

.about-us_reservation {
  overflow: hidden;
  margin: 38px auto 0;
  border-radius: 20px;
  width: 404px;
  height: 97px;
}
.about-us_reservation > a {
  transition: opacity 0.3s;
}
.about-us_reservation > a:hover {
  opacity: 0.7;
}
.about-us_reservation a:visited,
.about-us_reservation a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.about-us_reservation .about-us__ttl-jp {
  position: relative;
  margin-left: 0;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.about-us__reservation-ttl::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 30px;
  width: 44px;
  height: 40px;
  background-image: url("../img/event_decoration_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us__reservation-ttl::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 18px;
  width: 46px;
  height: 28px;
  background-image: url("../img/event_decoration_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* PC
----------------------------------*/
@media screen and (min-width: 641px) {
  #recruit-top .about-us__list > li > a,
  #recruit-top .about-us__list--small > li > a {
    transition: opacity 0.3s;
  }
  #recruit-top .about-us__list > li > a:hover,
  #recruit-top .about-us__list--small > li > a:hover {
    opacity: 0.7;
  }

  #recruit-top .about-us__list--small__box > div > a {
    transition: opacity 0.3s;
  }
  #recruit-top .about-us__list--small__box > div > a:hover {
    opacity: 0.7;
  }

  #recruit-top .about-us_cm-ai > a {
    transition: opacity 0.3s;
  }
  #recruit-top .about-us_cm-ai > a:hover {
    opacity: 0.7;
  }
}
/* ABOUT US SP
----------------------------------*/
@media screen and (max-width: 640px) {
  #recruit-top .about-us__list {
    display: block;
  }
  #recruit-top .about-us__list > li {
    border-radius: 10px;
  }

  #recruit-top .about-us__ttl {
    display: block;
  }
  #recruit-top .about-us__ttl > span {
    display: block;
  }

  .about-us__section {
    padding-top: 100px;
  }

  #recruit-top .about-us__list {
    margin-top: 36px;
  }
  #recruit-top .about-us__list > li + li {
    margin-top: 25px;
  }

  .about-us__ttl-jp {
    margin-left: 0;
  }

  .about-us__ttl-en {
    font-size: 27px;
  }

  #recruit-top .about-us__list--small {
    display: block;
    margin-top: 68px;
  }
  #recruit-top .about-us__list--small > li {
    margin-top: 30px;
    border-radius: 10px;
    height: 150px;
  }
  #recruit-top .about-us__list--small .about-us__ttl-en {
    margin-top: 0;
    font-size: 25px;
  }
  #recruit-top .about-us__list--small .about-us__ttl-jp {
    margin-top: 5px;
    letter-spacing: 0.04em;
    font-size: 12px;
  }

  .about-us__list-item--faq .about-us__ttl-en::before {
    top: -9px;
    right: -35px;
    width: 26px;
    height: 33px;
    background-image: url("../img/faq_decoration.svg");
  }

  .about-us__list-item--event .about-us__ttl-en::before {
    top: -6px;
    left: -41px;
    width: 33px;
    height: 30.5px;
    background-image: url("../img/event_decoration_left.svg");
  }
  .about-us__list-item--event .about-us__ttl-en::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -40px;
    width: 32px;
    height: 20px;
    background-image: url("../img/event_decoration_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .about-us__list-item--entry .about-us__ttl-en::before {
    top: -9px;
    left: -18px;
    width: 23px;
    height: 20px;
    background-image: url("../img/entry_decoration.svg");
  }

  .about-us__list-item--exp .about-us__ttl-en::before {
    top: -14px;
    right: -18px;
    width: 18px;
    height: 30px;
    background-image: url("../img/entry_exp_decoration.svg");
  }

  .about-us_reservation {
    margin-top: 34px;
    border-radius: 10px;
    width: 325px;
    height: 60px;
  }
  .about-us_reservation .about-us__ttl-jp {
    font-size: 23px;
    line-height: 1;
  }

  .about-us__reservation-ttl::before {
    top: 25px;
    left: 40px;
    width: 34px;
    height: 30.5px;
  }

  .about-us__reservation-ttl::after {
    top: 0;
    right: 0;
    width: 32.5px;
    height: 20px;
  }

  .about-us__list--small__box {
    gap: 28px 0;
  }
  .about-us__list--small__box > div {
    border-radius: 10px;
    height: 150px;
  }

  #recruit-top .about-us__list--small > li:first-child {
    height: auto;
  }

  .about-us__list-item--faq .about-us__ttl-en::before {
    top: -5px;
    right: 102px;
    width: 26.5px;
    height: 33.5px;
  }

  .about-us__list-item--benefits .about-us__ttl-en::before {
    top: -5px;
    left: 80px;
    width: 23.5px;
    height: 20.5px;
  }

  .about-us__reservation-ttl::before {
    top: 10px;
    left: 33px;
    width: 34px;
    height: 30.5px;
  }

  .about-us__reservation-ttl::after {
    top: 11px;
    right: 30px;
    width: 32.5px;
    height: 20px;
  }
}
/******************************************************/
/* バナー */
/******************************************************/
.bnr-sec {
  margin-top: 174px;
}

#tmpl_main .sec__day {
  margin-top: 120px;
  margin-bottom: 130px;
}
#tmpl_main .sec__day .bnr__title {
  font-size: 33px;
}
#tmpl_main .sec__day .bnr__img {
  flex-basis: 750px;
}
#tmpl_main .sec__day .bnr__item {
  position: static;
}
#tmpl_main .sec__day .bnr__link {
  height: 362px;
}
#tmpl_main .sec__day .bnr__text-wrap {
  padding: 37px 60px 31px 70px;
}
#tmpl_main .sec__day .movie-button {
  width: 180px;
}
#tmpl_main .sec__day .bnr__title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bnr__plus {
  padding: 0;
  border: none;
  width: 62px;
  height: 62px;
  cursor: pointer;
  background-color: transparent;
}

.bnr__text-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.bnr__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 19px;
  min-height: 330px;
}
.bnr__item + .bnr__item {
  margin-top: 58px;
}

.bnr__text-wrap {
  padding: 82px 70px;
  width: 100%;
}

.bnr__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 330px;
  color: #fff;
}

.bnr__link--pink {
  background-color: #bb2970;
}

.bnr__link--purple {
  background-color: #7613c7;
}

.bnr__link--yellow {
  background-color: #5d891f;
}

.bnr__text-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 37px 0 61px;
}

.bnr__title {
  display: table;
  position: relative;
  margin-bottom: 13px;
  letter-spacing: 0.02em;
  font-family: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  font-size: 45px;
}
.bnr__title.-day::before,
.bnr__title.-day::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.bnr__title.-day::before {
  bottom: 20px;
  left: -24px;
  width: 20px;
  height: 29px;
  background-image: url("../img/bnr_ttl_decoration_left.svg");
}
.bnr__title.-day::after {
  right: -31px;
  bottom: 26px;
  width: 23px;
  height: 25px;
  background-image: url("../img/bnr_ttl_decoration_right.svg");
}

.bnr__sub-title {
  margin-bottom: 15px;
  letter-spacing: 0rem;
  font-size: 18px;
}

.bnr__text {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.85714;
}

#tmpl_main .bnr__img {
  flex-basis: 630px;
  flex-shrink: 0;
}
#tmpl_main .bnr__img img {
  height: 100%;
  vertical-align: top;

  -o-object-fit: cover;

     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.watch-button {
  border: none;
  background-color: transparent;
}

.bnr__bottom-col {
  display: flex;
  justify-content: space-between;
}
.bnr__bottom-col .ttl-block__toggle-block {
  display: block;
  margin-top: 40px;
}
.bnr__bottom-col .toggle-block__btn {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  font-size: 12px;
}
.bnr__bottom-col .toggle-block__btn .btn__arw {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  transform-origin: center center;
}
.bnr__bottom-col .ttl-block__toggle-block.js-open .toggle-block__btn .btn__arw {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
}
.bnr__bottom-col .toggle-block__box {
  display: none;
  height: 0;
}

.ceo,
.u-text-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.ceo .file-box__ttl,
.u-text-block .file-box__ttl {
  font-size: 24px;
}
.ceo .file-box__position,
.u-text-block .file-box__position {
  margin: 10px 0 25px;
  font-size: 16px;
}

.ceo__button {
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.ceo__button + .bnr__link {
  transition: opacity 0.3s;
}
.ceo__button:hover + .bnr__link {
  opacity: 0.8;
}

.recruit-tab-group {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
  height: 46px;
}

.recruit-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
  width: 170px;
  list-style: none;
  text-align: center;
}
.recruit-tab > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s, color 0.3s;
  color: #000;
}
.recruit-tab > a:hover {
  background-color: #000;
  color: #fff;
}
.recruit-tab + .recruit-tab {
  margin-left: 27px;
}

.recruit-tab__text {
  line-height: 2;
}
.recruit-tab__text + .recruit-tab__text {
  margin-top: 20px;
}
.recruit-tab__text.-mt-small {
  margin-top: 10px;
}

.recruit-tab__asterisk {
  vertical-align: super;
  font-size: 10px;
}

.recruit-tab.is-active {
  background: #000;
  color: #fff;
}

.ceo__button {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

.tab-panel__wrap {
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
}

.tab-panel {
  background: #fff;
}

.tab-group {
  display: flex;
  justify-content: flex-end;
  margin: 20px 80px 30px;
  height: 46px;
}

.js-recruit-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: solid 2px #000;
  width: 170px;
  list-style: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
.js-recruit-tab + .js-recruit-tab {
  margin-left: 27px;
}
.js-recruit-tab:hover {
  background-color: #000;
  color: #fff;
}

.panel-group {
  padding: 0 80px 45px;
}

.panel {
  display: none;
  line-height: 1.7;
}

.panel__text + .panel__text {
  margin-top: 20px;
}
.panel__text.-mt-small {
  margin-top: 10px;
}

.panel__asterisk {
  vertical-align: super;
  font-size: 10px;
}

.js-recruit-tab.is-active {
  background: #000;
  color: #fff;
}

.panel.is-show {
  display: block;
}

.js-modal-ceo__img {
  display: none;
}
.js-modal-ceo__img.is-visible {
  display: block;
}

@media screen and (max-width: 640px) {
  .tab-group {
    justify-content: space-between;
    margin: 0 20px 25px;
    height: 40px;
  }

  .js-recruit-tab {
    width: 100%;
    font-size: 12px;
  }
  .js-recruit-tab + .js-recruit-tab {
    margin-left: 18px;
  }

  .panel-group {
    padding: 0 20px 30px;
  }

  .panel__text {
    font-size: 12px;
  }
  .panel__text + .panel__text {
    margin-top: 20px;
  }
  .panel__text.-mt-small {
    margin-top: 10px;
  }
}
/* PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .bnr__plus {
    transition: opacity 0.3s;
  }
  .bnr__plus:hover {
    opacity: 0.7;
  }

  .bnr__item > a {
    transition: opacity 0.3s;
  }
  .bnr__item > a:hover {
    opacity: 0.8;
  }

  .bnr__text-wrap.-star {
    position: relative;
  }
  .bnr__text-wrap.-star::before,
  .bnr__text-wrap.-star::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bnr__text-wrap.-star::before {
    top: 121px;
    right: 38px;
    width: 32px;
    height: 36px;
    background-image: url("../img/bnr_decoration03.svg");
  }
  .bnr__text-wrap.-star::after {
    top: 165px;
    right: 83px;
    width: 40px;
    height: 54px;
    background-image: url("../img/bnr_decoration04.svg");
  }

  .bnr__text-link {
    margin-right: 8px;
  }
}
/* バナー SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .bnr-sec {
    margin-top: 104px;
  }

  .bnr__title {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 24px;
  }

  .bnr__sub-title {
    text-align: center;
    font-size: 15px;
  }

  .bnr__item {
    border-radius: 10px;
    min-height: auto;
  }
  .bnr__item + .bnr__item {
    margin-top: 30px;
  }

  .bnr__text {
    margin-bottom: 0;
    font-size: 12px;
  }

  .bnr__link {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  #tmpl_main .bnr__img {
    flex-basis: auto;
  }

  #tmpl_main .sec__day {
    margin: 104px auto 0px;
  }
  #tmpl_main .sec__day .bnr__wrap {
    position: relative;
  }
  #tmpl_main .sec__day .bnr__link {
    display: block;
    height: auto;
  }
  #tmpl_main .sec__day .bnr__title.-day {
    margin-bottom: 12px;
    font-size: 28px;
  }
  #tmpl_main .sec__day .bnr__title.-day::before {
    transform: rotate(29deg);
  }
  #tmpl_main .sec__day .bnr__text-wrap {
    padding: 25px 20px 22px 23px;
    text-align: left;
  }
  #tmpl_main .sec__day .bnr__text {
    letter-spacing: 0.01em;
    line-height: 2;
  }
  #tmpl_main .sec__day .bnr__text-link {
    box-sizing: border-box;
    margin-top: 20px;
  }
  #tmpl_main .sec__day .movie-button {
    margin-right: 20px;
  }

  .bnr__text-wrap {
    display: block;
    padding: 38px 0;
    text-align: center;
  }
  .bnr__text-wrap.-star {
    position: relative;
  }
  .bnr__text-wrap.-star::before,
  .bnr__text-wrap.-star::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bnr__text-wrap.-star::before {
    top: -9px;
    left: 38px;
    width: 16px;
    height: 30px;
    background-image: url("../img/bnr_decoration01.svg");
  }
  .bnr__text-wrap.-star::after {
    top: 35px;
    right: 33px;
    width: 13px;
    height: 20px;
    background-image: url("../img/bnr_decoration02.svg");
  }

  .recruit-tab-group {
    justify-content: space-between;
    margin-bottom: 35px;
    height: 40px;
  }

  .recruit-tab {
    width: 100%;
    font-size: 14px;
  }
  .recruit-tab + .recruit-tab {
    margin-left: 18px;
  }

  .recruit-tab__text {
    font-size: 14px;
  }
  .recruit-tab__text + .recruit-tab__text {
    margin-top: 20px;
  }
  .recruit-tab__text.-mt-small {
    margin-top: 10px;
  }

  .ceo,
  .u-text-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ceo .file-box__ttl,
  .u-text-block .file-box__ttl {
    font-size: 18px;
  }
  .ceo .file-box__position,
  .u-text-block .file-box__position {
    margin: 10px 0 25px;
    font-size: 14px;
  }
}
/******************************************************/
/* ソニーxクリエイターズ */
/******************************************************/
.creators-sec__ttl {
  display: table;
  margin: 0 auto;
  margin-bottom: 26px;
  color: #fff;
  font-size: 44px;
}
.creators-sec__ttl .creators-sec__title-space {
  margin: 0 10px;
  font-size: 25px;
}

.creators__img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 240px;
}
.creators__img .movie-button {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 27px;
  left: 18px;
  width: 171px;
}

.creators__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 90px;
  padding-bottom: 130px !important;
}
.creators__list > .creators__item:not(:nth-child(3n)) {
  margin-right: 5%;
}

.creators__list-wrapper {
  overflow: visible !important;
}

.creators-list__text {
  display: block;
  margin-top: 28px;
  min-height: 96px;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

.creators-list__text-small {
  display: block;
  margin-top: 21px;
  letter-spacing: 0.04em;
  word-break: break-all;
  color: #fff;
  font-size: 14px;
  line-height: 1.85714;
}

.creators-list__pagination .swiper-pagination-bullet {
  margin: 0 11px !important;
  width: 13px;
  height: 13px;
  background-color: #fff;
}

.swiper-button-prev.creators-list__prev,
.swiper-button-next.creators-list__next {
  top: 204px;
}
.swiper-button-prev.creators-list__prev::after,
.swiper-button-next.creators-list__next::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev.creators-list__prev {
  left: -80px;
}
.swiper-button-prev.creators-list__prev::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 36px;
  background-image: url("../img/creators_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next.creators-list__next {
  right: -80px;
}
.swiper-button-next.creators-list__next::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 36px;
  transform: rotate(180deg);
  background-image: url("../img/creators_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.creators-contents {
  position: relative;
}

/* バナー SP
----------------------------------*/
@media screen and (max-width: 640px) {
  .creators-sec {
    margin-top: 93px;
  }

  .creators-sec__ttl {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .creators-sec__ttl .creators-sec__title-space {
    margin: 0 6px;
    font-size: 21px;
  }

  .sec-main__ttl-dec {
    font-size: 13px;
  }

  .creators__list {
    margin-top: 50px;
  }
  .creators__list .swiper-slide {
    transition: transform 0.6s, opacity 0.6s;
  }
  .creators__list .swiper-slide-prev,
  .creators__list .swiper-slide-next,
  .creators__list .swiper-slide-duplicate-prev,
  .creators__list .swiper-slide-duplicate-next {
    opacity: 0.5;
    transform: scale(0.9) !important;
  }

  .creators__img {
    height: auto;
  }
  .creators__img img {
    vertical-align: top;
  }
  .creators__img .movie-button {
    width: 144px;
  }

  .swiper-button-prev.creators-list__prev,
  .swiper-button-next.creators-list__next {
    top: calc(86% - 360px);
  }

  .swiper-button-prev.creators-list__prev {
    left: 5%;
  }

  .swiper-button-next.creators-list__next {
    right: 5%;
  }

  .creators-list__text {
    margin-top: 22px;
    min-height: 86px;
    font-size: 18px;
    line-height: 1.5;
  }

  .creators-list__text-small {
    margin-top: 15px;
    letter-spacing: 0.01em;
    color: #fff;
    font-size: 12px;
    line-height: 2;
  }

  .creators__list {
    padding-bottom: 86px !important;
  }

  .creators-list__pagination .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 9px;
    height: 9px;
    background-color: #fff;
  }
}
/******************************************************/
/* voice&talk */
/******************************************************/
.voice-sec {
  padding-top: 170px;
}

.voice-sec__title {
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
}
.voice-sec__title .voice-sec__title-space {
  margin: 0 10px;
}
.voice-sec__title .voice-sec__title-small {
  padding-left: 20px;
  font-size: 20px;
}
.voice-sec__title::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 31px;
  width: 26px;
  height: 19px;
  background-image: url("../img/ttl_decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.voice-sec__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 42px 50px;
}
.voice-sec__list > li {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 80px;
}
.voice-sec__list > li img {
  vertical-align: top;
}

.voice-sec__list-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

/* PC
----------------------------------*/
@media screen and (min-width: 641px) {
  .voice-sec__list > li > a img {
    transition: transform 0.3s;
  }
  .voice-sec__list > li > a:hover img {
    transform: scale(1.05);
  }
}
/* sp
-------------------------------------*/
@media screen and (max-width: 640px) {
  .voice-sec {
    padding-top: 66px;
  }

  .voice-sec__title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 29px;
  }
  .voice-sec__title::after {
    right: 28px;
    bottom: 11px;
    width: 13px;
    height: 9px;
  }
  .voice-sec__title .voice-sec__title-small {
    display: block;
    padding-left: 0;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 14px;
  }

  .voice-sec__list {
    display: block;
  }
  .voice-sec__list > li + li {
    margin-top: 29px;
  }

  .voice-sec__list-title {
    font-size: 13px;
  }
}