@charset "utf-8";
/* ---------------------------------------------------------------------------------
© people group. All rights reserved.

HTML CSS Selectors recruit 2023

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------- */
img {
  vertical-align:top;
  max-width: 100%;
  height: auto;
}
.anchor {
	top: -140px;
}

/*header*/
#haeder-wrapper {
  background-color: #343434;
}
#haeder-wrapper header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#haeder-wrapper header h1 {
  width: 275px;
  height: auto;
  padding-top: 0;
  padding-left: 50px;
  float: left;
}


#haeder-wrapper header nav {
  width: auto;
  float: none;
}
#haeder-wrapper header nav ul {
  overflow:hidden;
  padding-top: 0;
  color: #fff;
}
#haeder-wrapper header nav li {
  padding-right: 85px;
  float: left;
}
#haeder-wrapper header nav li a {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
}


#haeder-wrapper header nav li:nth-last-of-type(1) {
  padding-right: 100px;
  padding-left: 48px;
  border-left: 1px solid #fff;
}
#haeder-wrapper header nav li:nth-last-of-type(2) {
  padding-right: 50px;
}

.side-banner {
  width: 150px;
  height: 150px;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 20;
}

/*contents*/
#contents-wrapper {
  padding: 100px 0 95px;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
#contents-wrapper article {
  width: 100%;
}


/*---------------------------------------------------------------------------------
LP
--------------------------------------------------------------------------------- */
/*MV*/
.mv {
  width: 100%;
  height: calc(100vh - 100px);
  margin-bottom: 355px;
  position: relative;
}
.mv-ttl {
  width: 508px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.slideFrame {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	overflow-x: hidden;
	width: 100%;
	height: 50%;
  z-index: 1;
}
.slideGuide {
	width: 100%;
  padding: 0;
	height: 100%;
	overflow: hidden;
}
.slideCell {
	display: block;
	float: left;
	padding: 0;
	width: auto;
	height: 100%;
}
.slideCell img {
  width: auto;
  height: 100%;
}

/*pick up*/
.pickup {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  width: 100%;
  height: 556px;
  margin-bottom: 180px!important;
  position: relative;
  z-index: 2;
}
.pickup::before {
  display: block;
  width: calc(50% + 135px);
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 556px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content:"";
}
.pickup-in {
  box-sizing: border-box;
  width: 600px;
  height: 100%;
  padding: 92px 0 88px;
  margin-left: 47px;
  position: relative;
  z-index: 2;
}
.pickup-in::before {
  width: 228px;
  height: 42px;
  background: url("../img/recruit_2023/ttl_pickup.svg") no-repeat;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
  content:"";
}
.pickup-in__ttl {
  margin-bottom: 48px;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.pickup-in__ttl span {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}
.pickup-in__ttl em {
  color: #6293fd;
  font-style: normal;
}

.pickup-in__txt {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.pickup-in__btn {
  width: 430px;
  margin: 0 auto;
}
.pickup-in__btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 2px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.pickup-in__btn a::after {
  width: 20px;
  height: 16px;
  background: url("../img/recruit_2023/icon_link.svg") no-repeat;
  margin-left: 12px;
  content:"";
}
.pickup-img {
  width: 740px;
  position: relative;
  top: -123px;
}

/*MOVIE*/
.movie {
  width: 1200px;
  margin: 0 auto 150px!important;
}
.movie__ttl {
  margin-bottom: 80px;
  font-family: 'Cabin', sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.movie-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.movie-list li {
  width: 580px;
  margin-bottom: 40px;
}
.movie-list a {
  display: block;
  height: 340px;
  position: relative;
}
.movie-list a::after {
  width: 61px;
  height: 60px;
  background: url("../img/recruit_2023/icon_play.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content:"";
  z-index: 2;
}
.movie-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*feature*/
.feature {
  width: 100%;
  overflow:hidden;
}
.feature-ttl {
  margin-bottom: 115px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
.feature-ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto 30px;
  font-family: 'Caveat', cursive;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
.feature-ttl span::before,
.feature-ttl span::after {
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  margin: 0 17px;
  position: relative;
  bottom: -5px;
  content:"";
}
.feature-ttl span::before {
  background-image: url("../img/recruit_2023/icon_before.svg");
}
.feature-ttl span::after {
  background-image: url("../img/recruit_2023/icon_after.svg");
}
.feature-contents {
  padding-bottom: 60px;
  margin-bottom: 115px!important;
  position: relative;
  z-index: 2;
}
.feature-contents::before {
  display: block;
  width: 100%;
  height: calc(100% - 427px);
  background-color: #f3f3f3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content:"";
}
.feature-contents-header {
  width: 1200px;
  margin: 0 auto 200px;
  position: relative;
  z-index: 3;
}
.feature-contents-header::before {
  display: block;
  width: calc(50vw + 132px);
  height: 300px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  content:"";
}
.feature-contents-header__ttl {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  width: 530px;
  line-height: 1;
  position: absolute;
  bottom: 50px;
  z-index: 3;
}
.feature-contents-header__ttl .num {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 600;
}
.feature-contents-header__ttl .total {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-left: 5px;
  position: relative;
  bottom: 5px;
}

.feature-contents-header__ttl .ttl {
  display: block;
  width: 100%;
  min-height: 108px;
  font-size: 32px;
  line-height: 1.68;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #6293fd;
}

.feature-contents-header__img {
  width: 880px;
}
.feature-contents:nth-of-type(odd) .feature-contents-header::before {
  left: 468px;
  border-radius: 300px 0 0 0;
}
.feature-contents:nth-of-type(odd) .feature-contents-header__ttl {
  right: 0;
}
.feature-contents:nth-of-type(even) .feature-contents-header::before {
  right: 468px;
  border-radius: 0 300px 0 0;
}
.feature-contents:nth-of-type(even) .feature-contents-header__ttl {
  left: 0;
}
.feature-contents:nth-of-type(even) .feature-contents-header__img {
  margin-left: auto;
}

.feature-contents-read li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 157px;
  position: relative;
  z-index: 2;
}
.feature-contents-read li::before {
  display: block;
  width: 100vw;
  height: calc(100% - 28px);
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
  content:"";
}
.feature-contents-read-inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 55px 0 55px;
}
.feature-contents-read-inner__ttl {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.57;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.feature-contents-read-inner__txt {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.01em;
}

.feature-contents-read-img {
  width: 50%;
  position: relative;
  top: -85px;
}
.feature-contents-read li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.feature-contents-read li:nth-of-type(odd)::before {
  left: 50%;
  margin-left: -65px;
}
.feature-contents-read li:nth-of-type(odd) .feature-contents-read-inner {
  padding-left: 70px;
}
.feature-contents-read li:nth-of-type(even)::before {
  right: 50%;
  margin-right: -65px;
}
.feature-contents-read li:nth-of-type(even) .feature-contents-read-inner {
  padding-right: 70px;
}
.feature-contents-read li:last-child {
  margin-bottom: 75px;
}

.feature-contents-img {
  width: fit-content;
  max-width: 1200px;
  margin: 0 auto 48px;
  line-height: 1;
}
.feature-contents-txt {
  box-sizing: border-box;
  width: 1000px;
  padding: 93px 114px 55px;
  background-color: #fff;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.18;
  letter-spacing: 0.05em;
}


.feature-contents-btn {
  width: 430px;
  margin: 75px auto 0;
}
.feature-contents-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 80px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: relative;
}
.feature-contents-btn a::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  margin: auto -108px auto 0;
  content:"";
}

/*point imager*/
.point-image {
  width: 1000px;
  margin: 0 auto 195px;
}

/*募集要項*/
.information {
  width: 1000px!important;
  margin: 0 auto 180px!important;
}
.information__ttl {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.information__ttl .en {
  display: block;
  margin-bottom: 23px;
  font-family: 'Cabin', sans-serif;
  font-size: 36px;
}
.information-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cfcfcf;
}
.information-list dt {
  box-sizing: border-box;
  width: 290px;
  padding: 30px 0 0 22px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.information-list dd {
  width: calc(100% - 290px);
  padding: 24px 0 20px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  line-height: 2.215;
}

.area {
  width: 1200px;
  margin: 0 auto;
}
.area__ttl {
  width: 742px;
  margin: 0 auto 35px;
}
.area__ttl .img {
  display: block;
  width: 735px;
  margin: 0 auto 35px;
}
.area__ttl .txt {
  display: block;
  padding-bottom: 6px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.46;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
}
.area__ttl .txt::before {
  display: block;
  width: 100%;
  height: 16px;
  background-color: #f9e8f4;
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: -1;
  content:"";
}
.area__ttl .txt em {
  color: #f573c6;
  font-style: normal;
}
.area__ttl .note {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}
.area-all {
  width: 1200px;
  margin: 0 auto 90px;  
}
.area-list {
  width: 1000px;
  margin: 0 auto;
}
.area-list dt {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.area-list dd {
  margin-bottom: 85px;
  text-align: center;
}

.entry {
  width: 1300px!important;
  padding: 97px 0 60px;
  background-image: linear-gradient( 48deg, rgb(247,233,251) 0%, rgb(238,238,252) 100%);
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.entry-ttl {
  margin-bottom: 84px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.entry-ttl .en {
  display: block;
  margin-bottom: 30px;
  font-family: 'Cabin', sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
}
.entry-txt01 {
  padding-bottom: 35px;
  font-size: 32px;
  line-height: 1.68;
  font-weight: 700;
  text-align: center;
}
.entry-txt02 {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}
.entry-btn {
  width: 430px;
  margin: 0 auto 20px;
}
.entry-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-image: linear-gradient( -90deg, rgb(253,177,225) 0%, rgb(98,147,253) 100%);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff!important;
  text-align: center;
  position: relative;
}
.entry-btn a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 50%;
  bottom: 0px;
  margin: auto -123px auto 0px;
  content: "";
}
.entry-txt03 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.entry-illust {
  width: 293px;
  position: absolute;
  top: 220px;
  left: 120px;
}
.entry-qr {
  box-sizing: border-box;
  width: 294px;
  height: 294px;
  border-radius: 50%;
  padding-top: 70px;
  background-color: #fff;
  line-height: 1;
  position: absolute;
  top: 235px;
  right: 95px;
}
.entry-qr__ttl {
  width: 81px;
  margin: 0 auto;
}
.entry-qr__img {
  width: 140px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------
topics
--------------------------------------------------------------------------------- */
.topics-wrap {
  width: 100%;
  min-height: 100vh;
  background-color: #f3f3f3;
  padding-bottom: 1px;
  margin-bottom: 90px!important;
  position: relative;
  overflow:hidden;
}
.topics-wrap::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52vw 58vw 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content:"";
}
.topics-wrap > div {
  position: relative;
  z-index: 2;
}
.topics-wrap em {
  color: #f573c6;
  font-style: normal;
  font-weight: 700;
}

.topics-header {
  padding: 280px 0 100px;
  position: relative;
  z-index: 2;
}
.topics-ttl {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-size: 44px!important;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.topics-ttl .sub {
  display: block;
  padding: 0 0 25px!important;
  font-size: 24px!important;
}
.topics-ttl em {
  font-style: normal;
  color: #6293fd;
}
.topics-num {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;  
  line-height: 1;
  font-weight: 700;
}
.topics-num__count {
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 600;
}
.topics-num__total {
  padding-left: 27px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-left: 5px;
  position: relative;
  bottom: 5px;
}
.topics-num__total::before {
  width: 2px;
  height: 23px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 10px;
  content:"";
  transform: rotate(39deg);
}
.topics-num__sub {
  width: 100%;
  padding-top: 10px;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
}


.btn-prev {
  width: 430px;
  margin: 0 auto 95px;
}
.btn-prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 80px;
  border: 2px solid #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.btn-prev a::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-left: 2px solid rgb(0, 0, 0);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  margin: auto 0 auto -115px;
  content: "";
}





/*---------------------------------------------------------------------------------
js
--------------------------------------------------------------------------------- */
/*modal-video*/

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}