@charset "UTF-8";
img {
  width: 100%;
}

.top main {
  padding-top: 0; 
  padding-bottom: 0;
}

.txt_link a {
  font-size: 13px;
  font-weight: 500;

  position: relative; 

  padding-right: 22px;

  color: #484848;
}
.txt_link a::before {
  position: absolute;
  top: 50%; 
  right: 0;

  width: 11px;
  height: 1px;

  content: "";

  background: #8e8e8e;
}
.txt_link a::after {
  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  width: 7px;
  height: 7px;
  margin-top: -3px;

  content: "";
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);

  border-top: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
}

/* tit_box */
.tit_box h3 {
  font-family: din-1451-lt-pro-engschrift, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.1;

  letter-spacing: .05em;
}

.tit_box .catch {
  font-family: source-han-sans-japanese, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.tit_box .txt {
  margin-top: 10px;
}

@media screen and (max-width: 760px) {
  .top main {
    margin-top: 0;
  }
  .tit_box h3 {
    font-size: 23px;

    margin-bottom: 6px;
  }
  .tit_box .txt {
    margin-top: 7px;
  }
}

/* visual_wrapper */
.visual_wrapper {
  margin-bottom: 55px;
}
.visual_wrapper h2 {
  text-align: center;
}
.visual_wrapper h2 img {
  width: 596px;

  vertical-align: bottom;
}

.topvisual {
  position: relative;

  display: block;

  width: 100%;
  height: 52vw;
  margin-bottom: 55px;
  padding-top: 107px;
}

.topvisual .slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 0; 

  text-align: center;
}
.topvisual .slider .slick-list.draggable {
  height: 100%;
}
.topvisual .slider .slick-track {
  height: 100%;
}
.topvisual .slider li {
  position: relative;
  z-index: 999 !important;

  width: 100%;
  height: 100%;
  margin: 0 auto;

  -webkit-transition: opacity 1s !important;
       -o-transition: opacity 1s !important;
          transition: opacity 1s !important; 
  text-align: center;

  background: url(../img/top/main01.jpg) no-repeat top center;
  background-size: auto 100%;
}
.topvisual .slider li[data-slick-index*="0"] {
  background-image: url(../img/top/main01.jpg);
}
.topvisual .slider li[data-slick-index*="1"] {
  background-image: url(../img/top/main02.jpg);
}
.topvisual .slider li[data-slick-index*="2"] {
  background-image: url(https://www.y-shokukobo.com/recruit/img/top/main03.jpg);
}
.topvisual .slider li[data-slick-index*="3"] {
  background-image: url(https://www.y-shokukobo.com/recruit/img/top/main04.jpg);
}
.topvisual .slider li[data-slick-index*="4"] {
  background-image: url(https://www.y-shokukobo.com/recruit/img/top/main05.jpg);
}
.topvisual .slider li[data-slick-index*="5"] {
  background-image: url(https://www.y-shokukobo.com/recruit/img/top/main06.jpg);
}

@media screen and (max-width: 760px) {
  .visual_wrapper {
    margin-bottom: 1%;
  }
  .visual_wrapper h2 img {
    width: 100%;
  }
  .topvisual {
    position: relative;

    display: block;

    width: 100%;
    height: 0;
    max-height: auto;
    margin-bottom: .3%; 
    padding-top: 0;
    padding-bottom: 124%;
  }
  .topvisual .slider {
    overflow: hidden; 

    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 124%;

    text-align: center;
  }
  .topvisual .slider .slick-list.draggable {
    height: auto;
  }
  .topvisual .slider .slick-track {
    height: auto;
  }
  .topvisual .slider li {
    width: 100%;
    height: 0;
    padding-bottom: 124%;

    background: url(../img/sp/main01_sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  .topvisual .slider li[data-slick-index*="0"] {
    background-image: url(../img/sp/main01_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="1"] {
    background-image: url(../img/sp/main02_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="2"] {
    background-image: url(https://www.y-shokukobo.com/recruit/img/sp/main03_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="3"] {
    background-image: url(https://www.y-shokukobo.com/recruit/img/sp/main04_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="4"] {
    background-image: url(https://www.y-shokukobo.com/recruit/img/sp/main05_sp.jpg);
  }
  .topvisual .slider li[data-slick-index*="5"] {
    background-image: url(https://www.y-shokukobo.com/recruit/img/sp/main06_sp.jpg);
  }
}

/* section_interview*/
.section_interview {
  width: 100%;
  margin-bottom: 30px;
}
.section_interview .bg {
  position: relative;

  overflow: hidden; 

  width: 100%;
  height: 412px;
}
.section_interview > .inner {
  position: relative;

  width: 1132px;
  margin: 0 auto;

  text-align: center;
}
.section_interview .about_wrapper {
  width: 100%;
  height: 527px;
  margin-bottom: 70px; 

  background: url(../img/top/bg_about.jpg) no-repeat center top;
  background-size: auto 527px;
}
.section_interview .about_wrapper a {
  display: block;

  height: 527px;
}
.section_interview .about_wrapper .inner {
  position: relative; 

  width: 970px;
  height: 100%;
}
.section_interview .about_wrapper .content_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 410px;

  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: left;
}
.section_interview .about_wrapper .tit {
  font-weight: 700; 
  line-height: 1.3;

  margin-bottom: 30px;
}
.section_interview .about_wrapper .tit p {
  font-size: 45px;
}
.section_interview .about_wrapper .tit span {
  font-size: 22px; 

  color: #af1d36;
}
.section_interview .about_wrapper .txt {
  font-size: 14px;
  line-height: 1.8;

  margin-bottom: 40px; 

  text-align: left;
}
.section_interview .about_wrapper .btn_more {
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;

  display: block;

  width: 275px;
  height: 42px;
  margin: 0 auto;

  text-align: center;

  color: #1e1e1e; 
  border: 1px solid #b0b0b0;
  border-radius: 42px;
  background: #fff;
}
.section_interview .about_wrapper .btn_more span {
  position: relative;

  padding-right: 20px;
}
.section_interview .about_wrapper .btn_more span::before {
  position: absolute;
  top: 50%; 
  right: 0;

  width: 11px;
  height: 1px;

  content: "";

  background: #8e8e8e;
}
.section_interview .about_wrapper .btn_more span::after {
  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  width: 7px;
  height: 7px;
  margin-top: -3px;

  content: "";
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);

  border-top: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
}
.section_interview .tit_wrapper {
  width: 970px;
  margin: 0 auto 40px;

  text-align: left;
}
.section_interview .tit_wrapper h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;

  float: left;
}
.section_interview .tit_wrapper h3 span {
  font-size: 15px;

  display: block; 

  color: #af1d36;
}
.section_interview .tit_wrapper .txt_link {
  display: inline-block; 

  margin: 30px 0 0 30px;
}
.section_interview h4 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;

  clear: both; 

  margin-bottom: 54px;

  text-align: center;

  color: #212121;
}
.section_interview h4 span {
  font-size: 33px;
  font-weight: 700;

  position: relative;

  display: inline-block; 

  margin: 0 1px;

  color: #af1d36;
}
.section_interview h4 span::before {
  position: absolute;
  top: -10px;
  left: 50%;

  width: 6px;
  height: 6px;
  margin-left: -3px;

  content: "";
  content: "";

  border-radius: 50%; 
  background: #af1d36;
}
.section_interview h4 span:first-child {
  margin: 0 1px 0 4px;
}
.section_interview h4 span:last-child {
  margin: 0 4px 0 1px;
}
.section_interview h4.border {
  position: relative; 

  padding-top: 100px;
}
.section_interview h4.border::before {
  position: absolute;
  top: 0;
  left: 50%;

  width: 1080px;
  height: 1px;
  margin-left: -540px; 

  content: "";

  background: #e0e0e0;
}
.section_interview .member_list {
  margin-bottom: 50px;
}
.section_interview .member_list > li {
  position: relative; 

  float: left;

  width: 348px;
  margin-right: 44px;
  margin-bottom: 44px;

  text-align: center;
}
.section_interview .member_list > li:nth-child(3n) {
  margin-right: 0;
}
.section_interview .member_list > li a {
  display: block;

  width: 100%;
}
.section_interview .member_list > li a:hover .txt_wrapper {
  display: inherit;

  opacity: 1;
}
.section_interview .member_list > li .txt_wrapper {
  position: absolute;
  z-index: 9999;
  top: 0; 

  display: none;

  width: 100%;
  height: 280px;

  background: rgba(0, 0, 0, .4);
}
.section_interview .member_list > li .txt_wrapper::after {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 280px; 

  content: "";

  background: url(../img/cmn/img_cover.png) no-repeat center top;
  background-size: 100% auto;
}
.section_interview .member_list > li .txt_wrapper .inner {
  line-height: 1;

  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  padding-bottom: 30px; 

  -webkit-transform: translateY(-30%) translateX(-50%);
      -ms-transform: translateY(-30%) translateX(-50%);
          transform: translateY(-30%) translateX(-50%);

  color: #fff;
}
.section_interview .member_list > li .txt_wrapper .inner .shop {
  font-size: 13px;
  font-weight: 500;

  margin-bottom: 13px;
}
.section_interview .member_list > li .txt_wrapper .inner .name {
  font-size: 17px;
  font-weight: 500;
}
.section_interview .member_list > li .txt_wrapper .inner::before {
  position: absolute;
  bottom: 3px;
  left: 50%;

  display: block;

  width: 23px;
  height: 1px;
  margin-left: -11.5px; 

  content: "";

  background: #fff;
}
.section_interview .member_list > li .txt_wrapper .inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;

  display: block;

  width: 7px;
  height: 7px;
  margin-left: 4px;

  content: "";
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);

  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.section_interview .member_list > li .ph {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.section_interview .member_list > li .ph::after {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 280px; 

  content: "";

  background: url(../img/cmn/img_cover.png) no-repeat center top;
  background-size: 100% auto;
}
.section_interview .member_list > li .ph img {
  width: auto;
  height: 100%;
}
.section_interview .member_list > li .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5; 

  margin: 0 20px 15px;

  color: #af1d36;
}
.section_interview .member_list > li .hashtag {
  line-height: 1;
}
.section_interview .member_list > li .hashtag li {
  font-size: 14px;

  display: inline-block;

  margin: 0 10px 8px;

  color: #1e1e1e;
  background: none !important;
}
.section_interview .btn_more {
  margin: 0 auto 58px;
}
.section_interview .icon_box.department {
  display: inline-block;

  margin: 0 auto 50px;

  vertical-align: top;
}
.section_interview .icon_box.department .icon {
  font-size: 14px;

  margin: 0 7px; 
  padding-bottom: 2px;

  color: #1e1e1e !important;
  border-bottom: 1px solid #1e1e1e;
  background: none !important;
}

@media screen and (max-width: 760px) {
  .section_interview {
    width: 100%;
    margin-bottom: 20%;
  }
  .section_interview .bg {
    display: none;
  }
  .section_interview > .inner {
    position: relative; 

    width: 100%;
    margin: 0 auto;
  }
  .section_interview .about_wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 15%; 

    background: url(../img/sp/bg_about.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .section_interview .about_wrapper a {
    display: block;

    height: auto;
    padding: 68% 0 0;
  }
  .section_interview .about_wrapper .inner {
    width: 100%;
    height: 100%;
  }
  .section_interview .about_wrapper .content_wrapper {
    position: relative;
    top: auto;
    left: auto;

    width: 90%;
    margin: 0 5%;

    -webkit-transform: translateY(0%) translateX(0%); 
        -ms-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .section_interview .about_wrapper .tit {
    margin-bottom: 5%;

    text-align: center;
  }
  .section_interview .about_wrapper .tit p {
    font-size: 2.5em;
  }
  .section_interview .about_wrapper .tit span {
    font-size: 1.3em;
  }
  .section_interview .about_wrapper .txt {
    font-size: 1em;

    margin-bottom: 8%;
  }
  .section_interview .tit_wrapper {
    width: 90%;
    margin: 0 5% 5%;

    text-align: center;
  }
  .section_interview .tit_wrapper h3 {
    font-size: 2em;

    float: none;
  }
  .section_interview .tit_wrapper h3 span {
    font-size: .6em;
  }
  .section_interview .tit_wrapper h3::before {
    content: none;
  }
  .section_interview .tit_wrapper .txt_link {
    display: none;
  }
  .section_interview h4 {
    font-size: 1.3em;

    margin-bottom: 8%;
  }
  .section_interview h4 span {
    font-size: 1.4em;
  }
  .section_interview h4 span::before {
    position: absolute;
    top: -10px;
    left: 50%;

    width: 6px;
    height: 6px;
    margin-left: -3px;

    content: "";
    content: "";

    border-radius: 50%; 
    background: #af1d36;
  }
  .section_interview h4.border {
    position: relative; 

    padding-top: 15%;
  }
  .section_interview h4.border::before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 85%;
    height: 1px;
    margin-left: -42.5%; 

    content: "";

    background: #e0e0e0;
  }
  .section_interview .member_list {
    margin: 0 5% 10%;

    text-align: center;
  }
  .section_interview .member_list .ph.ph_sys {
    width: 100%;
    height: 0;
    margin-bottom: 5%; 
    padding-bottom: 80.5%;
  }
  .section_interview .member_list .ph.ph_sys::after {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;
    padding-bottom: 80.5%; 

    content: "";

    background: url(../img/cmn/img_cover.png) no-repeat center;
    background-size: auto 100%;
  }
  .section_interview .member_list .ph.ph_sys img {
    width: auto;
    height: 100%;
  }
  .section_interview .member_list .shop {
    font-size: 13px;

    margin-bottom: 0;
  }
  .section_interview .member_list .name {
    font-size: 1.3em;
    font-weight: 700;

    margin-bottom: 3%;
  }
  .section_interview .member_list .tit {
    font-size: 1.2em;
    font-weight: 700; 

    margin: 0 0 3%;

    color: #af1d36;
  }
  .section_interview .member_list .hashtag {
    line-height: 1;
  }
  .section_interview .member_list .hashtag li {
    font-size: 13px;

    display: inline-block;

    margin: 0 5px 8px;

    color: #1e1e1e;
    background: none !important;
  }
  .section_interview .member_list .txt_wrapper {
    position: relative;
    top: auto; 

    display: inherit;

    width: 100%;
    height: auto;

    background: none;
  }
  .section_interview .member_list .txt_wrapper::after {
    content: none;
  }
  .section_interview .member_list .txt_wrapper .inner {
    line-height: 1;

    position: relative;
    top: auto;
    left: auto;

    width: 100%;
    padding-bottom: 0; 

    -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);

    color: #1e1e1e;
  }
  .section_interview .member_list .txt_wrapper .inner .shop {
    font-size: 13px;

    margin-bottom: 13px;
  }
  .section_interview .member_list .txt_wrapper .inner .name {
    font-size: 17px;
  }
  .section_interview .member_list .txt_wrapper .inner::before {
    content: none;
  }
  .section_interview .member_list .txt_wrapper .inner::after {
    content: none;
  }
  .section_interview .member_list .slick-prev {
    position: absolute;
    z-index: 10000; 
    top: 33%;
    left: 0px;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -10px;

    content: "";
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 3px #af1d36 solid;
    border-left: 3px #af1d36 solid;
  }
  .section_interview .member_list .slick-next {
    position: absolute;
    z-index: 10000; 
    top: 33%;
    right: 0px;

    display: block;

    width: 30px;
    height: 30px;
    margin-top: -10px;

    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 3px #af1d36 solid;
    border-left: 3px #af1d36 solid;
  }
  .section_interview .member_list .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
  }
  .section_interview .btn_more {
    margin: 0 auto;
  }
  .section_interview .icon_box.department {
    display: block;

    margin: 0 auto 8%; 

    text-align: center;
  }
  .section_interview .department .icon {
    margin: 0 1% 3% !important;
  }
}

/* section_staff*/
.section_staff {
  width: 1080px;
  margin: 0 auto 70px;

  background: url(../img/top/bnr_staff_on.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
.section_staff a {
  display: inline-block;
}
.section_staff a:hover {
  background-color: transparent;
}
.section_staff a:hover img {
  visibility: hidden;
}

@media screen and (max-width: 760px) {
  .section_staff {
    width: 95%;
    margin: 0 auto 12%;

    background: none;
  }
  .section_staff a:hover img {
    visibility: visible;
  }
}

/* section_reason*/
.section_reason {
  width: 100%;
  height: 638px;
  margin: 0 auto 30px;
}
.section_reason a {
  display: block;

  width: 100%;
  height: 638px;

  background: url(../img/top/img_reason.jpg) no-repeat center center;
  background-size: auto 638px;
}
.section_reason a:hover {
  background: url(../img/top/img_reason_on.jpg) no-repeat center center;
  background-size: auto 638px;
}

@media screen and (max-width: 760px) {
  .section_reason {
    width: 100%;
    height: auto;
    margin: 0 auto 12%;

    background: none;
  }
  .section_reason a {
    height: auto; 

    background: none;
  }
  .section_reason a:hover {
    background: none;
  }
}

/* number_section*/
.number_section {
  margin: 0 auto 70px;
}

/* news_section*/
.news_section {
  width: 1080px;
  margin: 0 auto 74px;
}
.news_section .box_l {
  float: left;

  width: 207px;
  padding-top: 11px; 
  padding-left: 28px;
}
.news_section .box_l .tit {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;

  position: relative; 

  margin-bottom: 36px;
  padding-left: 30px;
}
.news_section .box_l .tit::before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 12px;
  height: 12px;
  margin-top: -6px; 

  content: "";

  border-radius: 50%;
  background: #af1d36;
}
.news_section .box_l .txt_link {
  margin-left: 30px;
}
.news_section .box_r {
  float: left;

  width: 715px;
  padding-left: 60px;

  border-left: 1px solid #b2b2b2;
}
.news_section .box_r li {
  width: 100%;
  margin-bottom: 28px;
}
.news_section .box_r li .date {
  font-size: 13px;
  font-weight: 500;

  float: left;

  margin-right: 10px;
}
.news_section .box_r li .tit {
  font-size: 14px;
  font-weight: 200;

  overflow: hidden;

  width: 100%; 
  margin-top: 5px;

  white-space: nowrap;
  letter-spacing: 1px;
     text-overflow: ellipsis;

  -o-text-overflow: ellipsis;
}
.news_section .box_r li:last-child {
  margin-bottom: 0;
}
.news_section ul.icons li {
  float: left; 

  min-width: auto;
  max-width: 110px;
  margin-right: 15px;
}

@media screen and (max-width: 760px) {
  .news_section {
    width: 90%;
    margin: 0 auto 20%;
  }
  .news_section .box_l {
    float: none;

    width: 100%;
    padding-top: 0;
    padding-left: 0;

    text-align: center;
  }
  .news_section .box_l .tit {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: inline-block; 

    margin-bottom: 36px;
    padding: 0 30px;
  }
  .news_section .box_l .tit::before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 12px;
    height: 12px;
    margin-top: -6px; 

    content: "";

    border-radius: 50%;
    background: #af1d36;
  }
  .news_section .box_l .txt_link {
    margin-left: 30px;
  }
  .news_section .box_r {
    float: none;

    width: 100%;
    margin-bottom: 10%; 
    padding-left: 0;

    border-left: none;
  }
  .news_section .box_r li {
    width: 100%;
    margin-bottom: 5%;
  }
  .news_section .box_r li .date {
    font-size: 13px;
    font-weight: 500;

    float: left;

    margin-right: 0;
    margin-bottom: 5px;
  }
  .news_section .box_r li .tit {
    font-size: 14px;
    font-weight: 200;

    overflow: hidden;

    margin-top: 0;

    white-space: nowrap;
    letter-spacing: 1px; 
       text-overflow: ellipsis;

    -o-text-overflow: ellipsis;
  }
  .news_section .box_r li:last-child {
    margin-bottom: 0;
  }
  .news_section ul.icons {
    clear: both;

    margin: 0;
  }
  .news_section ul.icons li {
    float: left; 

    max-width: 90px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}