@charset "UTF-8";
@media screen and (min-width: 768px) {

  aside.jsOpenMenu.absolute i,
  aside.jsOpenMenu.absolute b,
  .menuBtnBlackWhite aside.jsOpenMenu.absolute i,
  .menuBtnBlackWhite aside.jsOpenMenu.absolute b {
    border-bottom-color: #fff;
  }

  aside i,
  aside b {
    border-bottom: 3px solid #000;
    width: 70%;
    left: 15%;
  }

  aside.jsOpenMenu {
    z-index: 10;
  }

  .projectStory {
    height: 56.25vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .story.TitleBlock {
    display: block;
    padding: 6.55vw 0 0 8.39vw;
    width: 27vw;
    height: 56.25vw;
  }

  .story.TitleBlock h1 {
    font-size: 6vw;
    line-height: 7vw;
    font-weight: 100;
  }

  .story.TitleBlock h2 {
    width: auto;
    font-size: 1.3vw;
    font-weight: 600;
    margin: 4.1vw 0 0;
    writing-mode: initial;
  }

  .story.TitleBlock .storyCaption {
    font-size: 1.2vw;
    line-height: 2.66vw;
    display: block;
    margin: .97vw 0 0;
    width: auto;
    font-weight: 300;
  }

  #projectStoryList {
    width: 65.78vw;
    height: 56.25vw;
    margin: 0;
    z-index: 11;
  }

  #projectStoryList .controllScrollButtonWrap {
    left: -1.3vw;
  }

  #projectStoryList .controllScrollButtonWrap button {
    width: 2.41vw;
    height: 2.41vw;
  }
  #projectStoryList .controllScrollButtonWrap button img{
    width: .521vw;
  }

  .controllScrollButtonWrap b svg {
    height: 0.7vw;
  }

  #projectStoryList li {
    flex-direction: row;
    width: 30.78vw;
    height: 100%;
    padding: 12.5vw 3.75vw 7.03vw;
    margin-left: -.5px;
  }

  .projectStoryListTtl {
    margin: 0;
    width: 23.37vw;
    display: flex;
    justify-content: space-between;
  }

  #projectStoryList li {
    background: url(/jp/recruitment/assets/img/features/thumbnail01pc.png) no-repeat top;
    background-size: 100% auto;
    background-size: cover;
    background-position: center;
  }

  #projectStoryList li:nth-child(2) {
    background-image: url(/jp/recruitment/assets/img/features/thumbnail02Pc.png);
  }

  #projectStoryList li:nth-child(3) {
    background-image: url(/jp/recruitment/assets/img/features/thumbnail03Pc.png);
  }

  #projectStoryList li:nth-child(4) {
    background-image: url(/jp/recruitment/assets/img/features/thumbnail04Pc.png);
  }

  #projectStoryList li h3 {
    font-size: 2.08vw;
    line-height: 3.7vw;
    margin: -1vw 0 0;
    font-weight: 500;
    width: 18.65vw;
    letter-spacing: -.02vw;
  }

  #projectStoryList li .vertical {
    font-size: 1.4vw;
    line-height: 1.4vw;
    font-weight: 100;
  }

  #projectStoryList li a {
    width: auto;
    font-size: 1.21vw;
    margin: 27.72vw auto 0;
    padding: 0 0 .4vw;
    color: #fff;
    font-weight: 300;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-height: 975px) {
  #projectStoryList {
    height: 49.25vw;
  }
  #projectStoryList li {
    padding-top: 9.5vw;
  }
  #projectStoryList li a {
    margin: 27.72vw auto 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 915px) {
  #projectStoryList {
    height: 46.3vw;
  }
  #projectStoryList li {
    padding-top: 6.5vw;
    background-position: 50% 75%;
  }
  #projectStoryList li a {
    margin: 27.72vw auto 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 855px) {
  #projectStoryList {
    height: 43.3vw;
  }
  #projectStoryList li {
    padding-top: 2.5vw;
    background-position: 50% 100%;
  }
  #projectStoryList li h3{
    line-height: 2.7vw;
    margin-top: -.5vw;
  }
  #projectStoryList li a {
    margin: 27.72vw auto 0;
  }
}