/*---------------
++ index_en
---------------*/
.index_en {
  margin-top: -80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.index_en .ttl-page {
  border-bottom: none;
}

.index_en .head-line {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin-bottom: 40px;
}

.index_en .content-carriers {
  text-align: center;
  margin-top: 80px;
}

.index_en .content-carriers_anchor {
  display: inline-block;
  height: auto;
  transition: opacity 0.4s linear;
}

.index_en .table-common th {
  width: 10em;
}

.index_en .content-carriers_anchor:hover {
  opacity: 0.5;
}

.list-games-more {
    display: flex;
	justify-content: flex-end;
    padding-top: 14px;
    padding-bottom: 20px;
}

.list-games-more-btn {
    background-color: #fff;
    color: #5a5a5a;
    font-size: 14px;
    border: #bebebe 1px solid;
    padding: 10px;
    width: 140px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
}

.list-games-more-btn:hover {
    background-color: #5a5a5a;
    color: #fff;
}

@media (max-width: 768px) {
  .index_en {
    margin-top: -8vw;
  }

  .index_en .ttl-page {
    text-align: center
  }

  .index_en .head-line {
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .index_en .content-carriers {
    margin-top: 0px;
  }

    .list-games-more-btn {
        font-size: 2.5vw;
        padding: 1.333vw;
        width: 24vw;
    }
}

/*---------------
++ recruit
---------------*/
.recruit_index {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.recruit_index .content-message {
  padding: 95px 0 0;
  background-color: #F7F6F4;
}

.recruit_index .message_coo {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 640px;
}

.recruit_index .message_coo img {
  width: 640px;
}

.recruit_index .ttl__message {
  color: #EB5F1E;
  padding-bottom: 2em;
}

.recruit_index .lead__message {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: 0.1em;
  margin: 15px 0 40px;
  color: #EB5F1E;
}

.recruit_index .message__body {
  font-size: 16px;
  padding-bottom: 40px;
  width: 660px;
  padding: 1em;
}

.recruit_index .message__body p+p {
  margin-top: 1em;
}

.recruit_index .message__body ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.recruit_index .message__body li {
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}

.recruit_index .message__body li::before {
  background-color: #eb5f1e;
  border-radius: 8px;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
}

.recruit_index .message__author {
  margin-top: 45px;
  display: flex;
  align-items: center;
}

.recruit_index .message__author>span:nth-child(1) {
  font-size: 20px;
}

.recruit_index .message__author>span:nth-child(2) {
  font-size: 30px;
  margin-left: .7em;
}

.recruit_index .content-recruit {
  padding: 80px 0 0;
}

.recruit_index .content-carriers {
  margin-top: 80px;
  text-align: center
}

.recruit_index .content-carriers_anchor {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 851px;
  transition: opacity 0.4s linear;
}

.recruit_index .content-carriers_anchor:hover {
  opacity: 0.5;
}

.recruit_index .content-gallery {
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
}

.recruit_index .content-gallery-list {
  animation-name: gallery-list;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
  display: flex;
  gap: 4px;
  width: 50%;
}

.recruit_index .content-gallery-item {
  flex-basis: 33.3333%;
}

.recruit_index .content-gallery-image {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.recruit_index .content-gallery-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  width: 200%;
}

@media (max-width: 1000px) {
  .recruit_index .content-message {
    padding: 10.41vw 0 0;
  }

  .recruit_index .message_coo {
    width: 100%;
    position: static;
    text-align: right;
    margin-top: -16vw;
  }

  .recruit_index .message_coo img {
    width: 55.14vw;
  }

  .recruit_index .ttl__message {
    margin-bottom: 0;
    text-align: center;
  }

  .recruit_index .lead__message {
    font-size: 3.2vw;
    text-align: center;
    margin: 2.6vw 0 3.2vw;
  }

  .recruit_index .message__body {
    width: inherit;
  }

  .recruit_index .ttl__message img {
    max-height: calc((27/368)*100vw);
  }

  .recruit_index .message__body {
    font-size: 3.2vw;
    padding-bottom: 0;
  }

  .recruit_index .message__author {
    margin-top: 3.9vw;
  }

  .recruit_index .message__author>span:nth-child(1) {
    font-size: 3.2vw;
  }

  .recruit_index .message__author>span:nth-child(2) {
    font-size: 3.9vw;
  }

  .recruit_index .content-recruit {
    padding: 10.41vw 0 0;
  }

  .recruit_index .ttl__recruit-wrap {
    margin-bottom: 6.51vw;
  }

  .recruit_index .ttl__recruit img {
    height: 7.522vw;
  }

  .recruit_index .lead__recruit {
    margin-top: 2.6vw;
    font-size: 2.6vw;
  }

  .recruit_index .subttl__recruit {
    font-size: 6.51vw;
    margin-bottom: 2.6vw;

  }

  .recruit_index .flex-recruit-btn {
    margin: 0 0 7.81vw;
    gap: calc(7/375*100vw);
  }
}

/*---------------
++ careers
---------------*/
.recruit_carriers {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.recruit_carriers .subttl__recruit {
  text-align: center;
  color: #939393;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: .1em;
  line-height: 1;
}

.recruit_carriers .flex-recruit-btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-bottom: 88px;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.recruit_carriers .btn__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #C8C8C8;
  height: 100px;
  text-decoration: none;
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  transition: background .3s;
}

.recruit_carriers .btn__tab:hover {
  background-color: #EB5F1E;
}

.recruit_carriers .btn__tab .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: bottom .3s;
}

.recruit_carriers .btn__tab:hover .icon {
  bottom: -10px;
}

.recruit_carriers .btn__tab .img,
.recruit_carriers .btn__tab .text {
  display: block;
  text-align: center;
}

.recruit_carriers .btn__tab .text {
  letter-spacing: .1em;
  padding-left: .1em;
}

.recruit_carriers .anim-fade {
  transition: opacity .8s;
  opacity: 0;
}

.recruit_carriers .anim-fade.is-show {
  opacity: 1;
}

.recruit_carriers .flex-recruit-detail {
  display: flex;
}

.recruit_carriers .flex-recruit-detail#anchor-career1 {
  position: relative;
  z-index: 3
}

.recruit_carriers .flex-recruit-detail#anchor-career2 {
  position: relative;
  z-index: 6
}

.recruit_carriers .flex-recruit-detail#anchor-career3 {
  position: relative;
  z-index: 5
}

.recruit_carriers .flex-recruit-detail#anchor-career4 {
  position: relative;
  z-index: 4
}

.recruit_carriers .flex-recruit-detail#anchor-career6 {
  position: relative;
  z-index: 2
}

.recruit_carriers .flex-recruit-detail#anchor-career7 {
  position: relative;
  z-index: 1
}

.recruit_carriers .flex-recruit-detail {
  padding-top: 200px;
  margin-top: -120px;
}

.recruit_carriers .flex-recruit-detail__li:nth-child(1) {
  width: 415px;
  padding-right: 40px;
  flex-shrink: 0;
}

.recruit_carriers .flex-recruit-detail__li:nth-child(2) {
  flex-grow: 1;
}

.recruit_carriers .flex-recruit-detail-btn {
  display: flex;
  flex-wrap: wrap;
}

.recruit_carriers .flex-recruit-detail-btn__li {
  width: calc((100% - 12px) / 2);
}

.recruit_carriers .flex-recruit-detail-btn__li:nth-child(even) {
  margin-left: 12px;
}

.recruit_carriers .flex-recruit-detail-btn__li:nth-child(n+3) {
  margin-top: 12px;
}

.recruit_carriers .recruit-detail__ttl__jp {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #EB5F1E;
  display: block;
}

.recruit_carriers .recruit-detail__ttl {
  padding-bottom: 30px;
  position: relative;
}

.recruit_carriers .recruit-detail__ttl:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background-color: #000000;
  left: 0;
  bottom: 0;
}

.recruit_carriers .mv__btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.recruit_carriers .btn__arrow {
  max-width: 426px;
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 20px 75px 20px 62px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  background-color: #FFF;
}

.recruit_carriers .btn__arrow.no-link {
  pointer-events: none;
}

.recruit_carriers .btn__arrow.no-link::after {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 5;
}

.recruit_carriers .btn__arrow .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.recruit_carriers .btn__circle__gray {
  border: 2px solid #ECECEC;
  padding-left: 40px;
}

.recruit_carriers .btn__circle__gray .icon {
  background-color: #939393;
}

.recruit_carriers .btn__circle__black {
  border: 2px solid #000000;
  min-height: 140px;
}

.recruit_carriers .btn__circle__black .icon {
  background-color: #000000;
}

.recruit_carriers .btn__arrow .icon .arrow {
  width: 19px;
  height: 17px;
  overflow: hidden;
  position: relative;
}

.btn__arrow .icon .arrow:before,
.recruit_carriers .btn__arrow .icon .arrow:after {
  content: "";
  width: 19px;
  height: 17px;
  display: block;
  background: url("/assets/img/upload/icon_arrow_b.svg") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity .3s, transform .3s;
}

.recruit_carriers .btn__arrow .icon .arrow:before {
  transform: translate(-100%);
  opacity: 0;
}

.recruit_carriers .btn__arrow:hover .icon .arrow:before {
  opacity: 1;
  transform: translate(0%);
}

.recruit_carriers .btn__arrow:hover .icon .arrow:after {
  opacity: 0;
  transform: translate(100%);
}

.recruit_carriers .btn__arrow__black {
  border: 1px solid #ECECEC;
  background-color: rgba(0, 0, 0, .6);
  color: #FFF;
  letter-spacing: .2em;
}

.recruit_carriers .btn__arrow__black .icon .arrow:before,
.recruit_carriers .btn__arrow__black .icon .arrow:after {
  background-image: url("/assets/img/upload/icon_arrow_w.svg");
}

.recruit_carriers .btn__circle__gray .icon .arrow:before,
.recruit_carriers .btn__circle__black .icon .arrow:before,
.recruit_carriers .btn__circle__gray .icon .arrow:after,
.recruit_carriers .btn__circle__black .icon .arrow:after {
  background-image: url("/assets/img/upload/icon_arrow_w.svg");
}

@media (min-width: 1001px) {
  .recruit_carriers .btn__tab .text {
    display: none;
  }
}

@media (max-width: 1000px) {
.recruit_carriers .btn__tab {
    height: 13.02vw;
    font-size: 3vw;
    padding: 0 1.333vw;
  }

  .recruit_carriers .btn__tab .icon {
    width: 3.333vw;
    bottom: 1.333vw;
  }

  .recruit_carriers .btn__tab .img {
    display: none;
  }

  .recruit_carriers .btn__tab .text {
    letter-spacing: 0;
    padding: 0 0 2vw;
  }
  .recruit_carriers .flex-recruit-btn {
    margin-bottom: 0;
  }
 .recruit_carriers .content-recruit__detail {
    padding: 8.46vw 0 5.333vw;
    margin-bottom: 5.333vw;
  }

  .recruit_carriers .flex-recruit-detail {
    flex-direction: column;
    margin-top: 0;
    padding-top: 15vw;
  }

  .recruit_carriers .flex-recruit-detail__li:nth-child(1) {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 3.9vw;
  }

  .recruit_carriers .flex-recruit-detail__li:nth-child(2) {
    flex-grow: 1;
  }

  .recruit_carriers .flex-recruit-detail-btn__li a {
    height: 100%;
  }

  .recruit_carriers .flex-recruit-detail-btn__li {
    width: calc((100% - 1.3vw) / 2);
  }

  .recruit_carriers .flex-recruit-detail-btn__li:nth-child(even) {
    margin-left: 1.3vw;
  }

  .recruit_carriers .flex-recruit-detail-btn__li:nth-child(n+3) {
    margin-top: 1.3vw;
  }

  .recruit_carriers .recruit-detail__ttl__jp {
    margin-top: 1.95vw;
    font-size: 3.2vw;
    line-height: 1;
  }

  .recruit_carriers .recruit-detail__ttl {
    padding-bottom: 3.9vw;
  }

  .recruit_carriers .recruit-detail__ttl img {
    height: 4.55vw;
    width: auto;
  }

  .recruit_carriers .recruit-detail__ttl:before {
    width: 32.55vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit_carriers .content-recruit__detail+.content-inner {
    padding-top: 9.11vw;
  }

  .recruit_carriers .content-benefits {
    padding: 10.41vw 0 8.46vw;
  }

  .recruit_carriers .ttl__benefits-wrap {
    margin-bottom: 3.2vw;
  }

  .recruit_carriers .ttl__benefits img {
    max-height: calc((27/368)*100vw);
  }

  .recruit_carriers .lead__benefits {
    font-size: 3.2vw;
    margin-top: 2.6vw;
  }

  .recruit_carriers .flex-benefits {
    flex-direction: column;
  }

  .recruit_carriers .flex-benefits__li {
    width: 100%;
    padding: 6.51vw 5.2vw;
  }

  .recruit_carriers .flex-benefits__li:nth-child(even) {
    margin-left: 0;
  }

  .recruit_carriers .flex-benefits__li:nth-child(n+2) {
    margin-top: 2.6vw;
  }

  .recruit_carriers .flex-benefits__li>span {
    display: block;
  }

  .recruit_carriers .btn__arrow {
    max-width: 55.46vw;
    min-height: 11.02vw;
    padding: 2vw 8vw 2vw 3vw;
    font-size: 2.5vw;
  }

.recruit_carriers .btn__arrow .icon {
    width: 3.9vw;
    height: 3.9vw;
    right: 3.25vw;
  }

  .recruit_carriers .btn__circle__black {
    min-height: 18.22vw;
  }

  .recruit_carriers .btn__arrow .icon .arrow {
    width: 2.47vw;
    height: 2.21vw;
  }

  .recruit_carriers .btn__arrow .icon .arrow:before,
  .recruit_carriers .btn__arrow .icon .arrow:after {
    width: 2.47vw;
    height: 2.21vw;
    background-size: contain;
  }
}

/*---------------*/


.anim-fadeUp {
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.anim-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes animMv {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes gallery-list {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*---------------*/