main {
  overflow: hidden;
}
.main_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg_recruit_main@2x.jpg);
  background-position: center center;
  background-size: cover;
}
.main_copy_container {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  color: #fff;
}
.copy_place {
  font-size: 2.8rem;
  font-weight: 300;
  font-style: italic;
  line-height: 5.2rem;
  margin-bottom: 20px;
  letter-spacing: .3rem;
}
.copy_ttl {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: .3rem;
}
.copy_txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: .15rem;
}
.job_item_link_area {
  color: #333;
}
.job_container {
  padding: 110px 0 6px;
}
.job_ttl {
  width: 380px;
  margin-bottom: 100px;
  letter-spacing: .075em;
}
.job_ttl:after {
  left: .5em;
  background-color: #333;
}
.active .job_ttl::after {
  width: calc(100% - .64em);
}
.job_item_content {
  width: 46%;
}
.job_item_wrap {
  position: relative;
}
.job_item_thumb {
  position: absolute;
  top: 68px;
  right: 0;
}
.job_item {
  position: relative;
  width: 454px;
}
.job_item_ttl {
  font-size: 3.6rem;
  font-weight: lighter;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: .075em;
  color: #0ea79b;
}
.job_item_txt {
  font-family: 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0;
  letter-spacing: .05em;
}
.job_item_thumb img {
  width: 100%;
}
.job_item_link {
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: .05em;
  color: #0ea79b;
}
.btn-sp {
  display: none;
}
.job_item_link .job_item_link_inner:before {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', sans-serif;
  font-size: 2.4rem;
  font-size: 2.5rem;
  font-style: normal;
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '\002192';
  transform: translate(0, -50%);
}
.job_item_link .job_item_link_inner:after {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  background-image: url(../images/icon_otherwindow@2x.png);
  background-size: contain;
}
.ico_window {
  width: 8px;
}
.job_item_link {
  position: relative;
  display: inline-block;
  width: 127px;
  margin-top: 10px;
}
.job_item_link_inner {
  display: block;
}
.job_sub_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 14px;
  color: #0ea79b;
}
.job_item_creator .job_item_thumb img {
  width: 174px;
}
.job_item_brand .job_item_thumb img {
  width: 124px;
}
.job_item_studio .job_item_thumb img {
  width: 164px;
}
.job_item_engineer .job_item_thumb img {
  width: 167px;
}
.recruit_container {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 auto;
  width: 65%;
}
.recruit_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  margin: 30px auto;
  font-size: 16px;
  line-height: 1.5;
  width: 520px;
}
.recruit_title {
  font-weight: 700;
}
.circle {
  font-size: 7px;
  color: #4BA59B;
  display: inline-block;
  vertical-align: middle;
}
.recruit_detail {
  margin-left: 0.7em;
}
.interview_container {
  margin: 110px auto 150px;
}
.interview_ttl {
  width: 450px;
  margin-bottom: 100px;
  letter-spacing: .075em;
}
.slider_container {
  width: 765px;
  margin: 0 auto 100px;
}
.interview_img {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease;
}
.interview_img img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.loop_slider {
  position: relative;
}
.interview_img:hover img{
  filter: none;
}
.interview_img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.release_list {
  width: calc((1012px + 20px));
  height: 280px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  float: left;
}
.release_item {
  position: relative;
  width: 765px;
  height: 252px;
  transition: .6s opacity ease, .6s visibility ease;
}
.release_item.complete {
  opacity: 0;
  visibility: hidden;
}
.release_item.active {
  opacity: 1;
  visibility: visible;
  margin: 0;
  z-index: 100;
  transition: .6s transform cubic-bezier(0, 0, .2, 1),
  .6s opacity cubic-bezier(0, 0, .2, 1),
  .6s visibility cubic-bezier(0, 0, .2, 1);
}
.interview_txt {
  width: 520px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.interview_quote {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 22px;
  color: #8d8d8d;
  position: relative;
  margin: 0.25em 0;
  padding: 0.25em 0px 0.25em 40px;
}
.interview_quote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -40px;
  color: #c5c5c5;
}
.interview_img:hover .interview_quote {
  color: #4a4a4a;
}
.teammate {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.interview_name {
  font-family: "Noto Sans JP";
  color: #55aaa0;
  font-size: 18px;
  font-weight: 600;
}
.interview_job {
  font-family: "Noto Sans JP";
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
}
.slider_nav{
  color: #000000;
}
.slider_dots_container .dots_black_line{
  background: #333333;
  opacity: 0.3;
}
.slider_dots span{
  background: #333;
}

@media screen and (min-width: 1024px) {
  .job_list {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 875px;
    margin: 0 auto;
  }
  .job_item_creator {
    position: absolute;
    top: 0;
    left: 121px;
  }
  .job_item_brand {
    position: absolute;
    top: 143px;
    right: -36px;
  }
  .job_item_studio {
    position: absolute;
    top: 350px;
    left: 46px;
  }
  .job_item_engineer {
    position: absolute;
    top: 485px;
    right: 56px;
  }
  .job_item_link .job_item_link_inner_border {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    transform-origin: left 0;
    background-color: #0ea79b;
  }
  .job_item_link_inner_border.origin_right {
    -webkit-transform-origin: right 0;
    -moz-transform-origin: right 0;
    -ms-transform-origin: right 0;
    -o-transform-origin: right 0;
    transform-origin: right 0;
  }
}

@media screen and (min-width: 500px) {
  .job_item_creator .job_item_thumb {
    top: 76px;
    right: 54px;
  }
  .job_item_brand .job_item_thumb {
    right: 90px;
  }
  .job_item_studio .job_item_thumb {
    top: 68px;
    right: 65px;
  }
  .job_item_engineer .job_item_thumb {
    top: 118px;
    right: 30px;
  }
}

@media screen and (min-width: 500px) and (max-width:1023px) {
  .job_list_container {
    margin-right: -40px;
  }
  .job_item_engineer .job_item_thumb {
    right: 64px;
  }
}

@media screen and (max-width: 1023px) {
  .main_container {
    background-image: url(../images/bg_recruit_main@2x.jpg);
  }
  .job_list_container {
    width: 100%;
  }
  .job_list {
    width: 768px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .job_item {
    width: 100%;
    max-width: 300px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 54px;
    position: relative;
  }
  .job_item:last-child {
    height: 275px;
  }
  .job_item_wrap {
    position: static;
  }
  .job_item_ttl {
    font-size: 2.6rem;
    margin-right: -10px;
    margin-bottom: 7px;
  }
  .job_sub_ttl {
    font-size: 1.3rem;
  }
  .job_item_txt {
    line-height: 1.7;
  }
  .job_item_link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 174px;
    margin-top: 20px;
    padding: 6px 0 6px 10px;
    text-align: left;
    border: 1px solid #0ea79b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .job_item_link .job_item_link_inner:before {
    font-size: 2.0rem;
    font-style: normal;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0px, -50%);
  }
  .btn_container {
    text-align: center;
  }
  .btn-pc {
    display: none;
  }
  .btn-sp {
    display: block;
  }
  .job_item_content {
    width: 58%;
  }
  .job_list {
    overflow: hidden;
  }
  .job_item_creator .job_item_thumb {
    top: 90px;
    right: -25px;
  }
  .job_item_brand .job_item_thumb {
    top: 88px;
    right: -7px;
  }
  .job_item_studio .job_item_thumb {
    top: 100px;
    right: -21px;
  }
  .job_item_engineer .job_item_thumb {
    top: 98px;
    right: -23px;
  }
  .job_item_creator .job_item_thumb img {
    width: 130px;
  }
  .job_item_brand .job_item_thumb img {
    width: 92px;
  }
  .job_item_studio .job_item_thumb img {
    width: 122px;
  }
  .job_item_engineer .job_item_thumb img {
    width: 125px;
  }
}

@media screen and (max-width: 1024px) {
  .recruit_container {
    width: 100%;
  }
  .interview_img img {
    filter: none;
  }
  .interview_quote {
    color: #4a4a4a;
  }
}

@media screen and (max-width: 767px) {
  .copy_place {
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: .2rem;
  }
  .copy_ttl {
    font-size: 2.4rem;
    line-height: 3.3rem;
    margin-bottom: 23px;
    letter-spacing: .05rem;
  }
  .copy_txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .job_container {
    padding: 54px 0 12px;
  }
  .job_ttl_container {
    margin-top: 60px;
  }
  .job_ttl {
    font-size: 2.4rem;
    width: 202px;
    margin-bottom: 48px;
  }
  .job_list {
    width: 100%;
    display: block;
  }
  .job_item {
    height: auto;
  }
  .job_item_link {
    position: relative;
    width: 100%;
  }
  .job_item_creator .job_item_thumb {
    top: 90px;
    right: -25px;
  }
  .job_item_brand .job_item_thumb {
    top: 54px;
    right: -7px;
  }
  .job_item_studio .job_item_thumb {
    top: 77px;
    right: -21px;
  }
  .job_item_engineer .job_item_thumb {
    top: 142px;
    right: -23px;
  }
  .recruit_block {
    width: 315px;
    font-size: 10px;
  }
  .circle {
    font-size: 5px;
  }
  .interview_ttl {
    width: 236px;
  }
  .interview_container {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .slider_container {
    width: 347px;
  }
  .interview_ttl {
    margin-bottom: 40px;
  }
  .loop_slider{
    margin: 0 0 0 calc(50% - 185px);
  }
  .release_list{
    height: initial;
  }
  .release_item {
    width: 347px;
    height: 113px;
  }
  .teammate {
    position: absolute;
    bottom: 10px;
    left: 40px;
  }
  .interview_txt {
    margin-right: 5px;
  }
  .interview_name {
    font-size: 10px;
    font-weight: 600;
  }
  .interview_job {
    font-size: 8px;
  }
  .interview_txt {
    width: 270px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .interview_quote {
    font-size: 11px;
    line-height: 17px;
  }
  .interview_quote:before {
    font-size: 40px;
    left: 17px;
    top: 5px;
  }
  .pcbreak {
    display: none;
  }
}
