@charset "utf-8";

/*--------------------------------------------
背景画像
--------------------------------------------*/
.s-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-bg {
    width: 100%;
    height: 100vh;
  }
}

.s-bg.-story {
  background: url(../../images/special/story/kv.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-bg.-story {
    background: url(../../images/special/story/kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.s-bg.-story2 {
  background: url(../../images/special/story2/kv.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-bg.-story2 {
    background: url(../../images/special/story2/kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.s-bg.-story3 {
  background: url(../../images/special/story3/kv.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-bg.-story3 {
    background: url(../../images/special/story3/kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.s-bg.-story4 {
  background: url(../../images/special/story4/kv.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-bg.-story4 {
    background: url(../../images/special/story4/kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.s-bg.-story5 {
  background: url(../../images/special/story5/kv.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-bg.-story5 {
    background: url(../../images/special/story5/kv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}


/*--------------------------------------------
kv
--------------------------------------------*/
.s-kv {
  width: 100%;
  height: auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv {
    height: 194.666vw;
  }
}

.s-kv__sec {
  max-width: 1000px;
  height: auto;
  width: 69.444%;
  margin: 42px auto 0 auto;
  position: relative;
  padding-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__sec {
    width: 90%;
    height: auto;
    padding: 29.333vw 0 0 0;
  }
}

/*
上部テキスト
*/
.s-kv__top {
  margin-top: 160px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__top {
    margin-top: 0;
  }
}

.s-kv__txt {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-align: right;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__txt {
    letter-spacing: 0.15em;
    font-size: 3.733vw;
    text-align: center;
  }
}

.s-kv__txt span {
  display: block;
  font-family: raleway, sans-serif;
  font-size: 40px;
  margin-top: 15px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__txt span {
    font-size: 7.2vw;
    margin-top: 6.4vw;
  }
}

.-story01_ico::before {
  content: "";
  background: url(/recruit/images/special/story/ico.svg) no-repeat;
  background-size: cover;
  width: 87px;
  height: 87px;
  position: absolute;
  right: 38px;
  bottom: -117px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .-story01_ico::before {
    background: none;
  }
}

.-story02_ico::before {
  content: "";
  background: url(/recruit/images/special/story2/ico.svg) no-repeat;
  background-size: cover;
  width: 107px;
  height: 86px;
  position: absolute;
  right: 38px;
  bottom: -117px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .-story02_ico::before {
    background: none;
  }
}

.-story03_ico::before {
  content: "";
  background: url(/recruit/images/special/story3/ico.svg) no-repeat;
  background-size: cover;
  width: 107.72px;
  height: 91.8px;
  position: absolute;
  right: 38px;
  bottom: -125px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .-story03_ico::before {
    background: none;
  }
}

.-story04_ico::before {
  content: "";
  background: url(/recruit/images/special/story4/ico.svg) no-repeat;
  background-size: cover;
  width: 138.6px;
  height: 141.54px;
  position: absolute;
  right: 0;
  bottom: -172px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .-story04_ico::before {
    background: none;
  }
}

.-story05_ico::before {
  content: "";
  background: url(/recruit/images/special/story5/ico.svg) no-repeat;
  background-size: cover;
  width: 114px;
  height: 114px;
  position: absolute;
  right: 0;
  bottom: -172px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .-story05_ico::before {
    background: none;
  }
}

/*
下部テキスト
*/
.s-kv__bottom {
  margin-top: 180px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__bottom {
    margin-top: 20vw;
  }
}

@media only screen and (max-width: 1200px) {
  .s-kv__bottom br {
    display: none;
  }
}

.s-kv__name {
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-bottom: 35px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__name {
    font-size: 3.733vw;
    text-align: center;
    padding-bottom: 7.733vw;
  }
}

.s-kv__name::before {
	content: "";
  width: 3.6em;
	position: absolute;
	bottom: 0;
  border-bottom: 4px solid #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__name::before {
    content: "";
    width: 15.2vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    border-bottom: 2px solid #fff;
  }
}

.s-kv__catch {
  font-size: 50px;
  line-height: 1.6em;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-kv__catch {
    font-size: 4.8vw;
    line-height: 2em;
    margin: 7.2vw auto 0;;
  }
}

/*--------------------------------------------
sec
--------------------------------------------*/
.s-sec {
  max-width: 1320px;
  width: 91.736%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-sec {
    width: 86.666%;
  }
}

/*--------------------------------------------
PROLOGUE
--------------------------------------------*/
.s-sec.s-prologue {
  background: #E21D1D;
}

.s-prologue {
  padding: 100px 0 90px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue {
    padding: 10.666vw 5.333vw;
    margin: -72vw auto 0;
  }
}

.s-prologue__cnt {
  margin: 0 12.121%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.s-prologue__cnt__ttl {
  width: 30%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt__ttl {
    width: 100%;
  }
}

.s-prologue__cnt__ttl__txt {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  font-family: raleway, sans-serif;
  position: relative;
  padding-bottom: 34px;
}

@media only screen and (max-width: 840px) {
  .s-prologue__cnt__ttl__txt {
    font-size: 3.571vw;
  }
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt__ttl__txt {
    font-size: 4.8vw;
    padding-bottom: 9.6vw;
    text-align: center;
  }
}

.s-prologue__cnt__ttl__txt::before {
	content: "";
  width: 2em;
	position: absolute;
	bottom: 0;
  border-bottom: 4px solid #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt__ttl__txt::before {
    content: "";
    width: 15.2vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
  	border-bottom: 2px solid #fff;
  }
}

.s-prologue__cnt__txt {
  width: 70%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt__txt {
    width: 100%;
    margin-top: 9.6vw;
  }
}

.s-prologue__cnt__txt_01 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt__txt_01 {
    font-size: 4.266vw;
    line-height: 1.857em;
  }
}

.s-prologue__cnt__txt_02 {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 2em;
  margin-top: 15px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-prologue__cnt__txt_02 {
    font-size: 3.733vw;
    line-height: 1.857em;
  }
}

/*--------------------------------------------
MEMBER
--------------------------------------------*/
.s-member {
  padding: 100px 0 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member {
    padding: 10.666vw 5.333vw;
  }
}

.s-member__cnt {
  margin: 0 4.545% 0 12.121%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.s-member__cnt__ttl {
  width: 27.272%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__ttl {
    width: 100%;
  }
}

.s-member__cnt__ttl__txt {
  font-size: 30px;
  font-weight: 300;
  font-family: raleway, sans-serif;
  position: relative;
  padding-bottom: 34px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__ttl__txt {
    font-size: 4.8vw;
    padding-bottom: 9.6vw;
    text-align: center;
  }
}

.s-member__cnt__ttl__txt::before {
	content: "";
  width: 2em;
	position: absolute;
	bottom: 0;
  border-bottom: 4px solid #1C1C1C;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__ttl__txt::before {
    content: "";
    width: 15.2vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
  	border-bottom: 2px solid #1C1C1C;
  }
}

.s-member__cnt__txt {
  width: 72.727%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__txt {
    width: 100%;
    margin-top: 9.6vw;
  }
}
.s-member__cnt__txt ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__txt ul {
    width: 100%;
  }
}

.s-member__cnt__txt li {
  width: 48.75%;
  padding-bottom: 90px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__txt li {
    width: 100%;
    padding-bottom: 13.333vw;
  }
  .s-member__cnt__txt li:last-child {
    padding-bottom: 0;
  }
}

.s-member__cnt__txt__pic {
  width: 100%;
}

.s-member__cnt__txt__post {
  font-size: 18px;
  font-weight: 300;
  margin-top: 26px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__txt__post {
    font-size: 3.733vw;
    margin-top: 2.666vw;
  }
}

.s-member__cnt__txt__profile {
  font-size: 13px;
  font-weight: 300;
  line-height: 2em;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-member__cnt__txt__profile {
    font-size: 3.2vw;
    margin-top: 2.666vw;
    line-height: 1.666em;
  }
}

/*--------------------------------------------
STORY
--------------------------------------------*/
.s-story {
  padding: 100px 0 100px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story {
    padding: 10.666vw 5.333vw;
  }
}

.s-story__cnt {
  max-width: 1000px;
  width: 75.757%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.s-story__cnt.-second {
  margin: 130px auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt.-second {
    margin: 16vw auto 0;
  }
}

.s-story__cnt.-txtfirst {
  display: flex;
  justify-content: flex-start;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt.-txtfirst {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.s-story__cnt.-notitle {
  display: flex;
  justify-content: flex-end;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt.-notitle {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
}

.s-story__cnt__ttl {
  width: 25.8%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__ttl {
    width: 100%;
  }
}

.s-story__cnt__ttl__txt {
  font-size: 30px;
  color: #1C1C1C;
  font-weight: 300;
  font-family: raleway, sans-serif;
  position: relative;
  padding-bottom: 34px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__ttl__txt {
    font-size: 4.8vw;
    padding-bottom: 9.6vw;
    text-align: center;
  }
}

.s-story__cnt__ttl__txt::before {
	content: "";
  width: 2em;
	position: absolute;
	bottom: 0;
  border-bottom: 4px solid #1C1C1C;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__ttl__txt::before {
    content: "";
    width: 15.2vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
  	border-bottom: 2px solid #1C1C1C;
  }
}

.s-story__cnt__txt {
  width: 74.2%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__txt {
    width: 100%;
  }
}

.s-story__cnt__txt__ttl {
  font-size: 18px;
  line-height: 1.666em;
  font-weight: 400;
  padding-left: 7%;
  margin-bottom: 25px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__txt__ttl {
    font-size: 4vw;
    line-height: 2em;
    padding-left: 0;
    margin-bottom: 8vw;
  }
}

.s-story__cnt__txt__ttl.-second {
  margin-top: 100px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__txt__ttl.-second {
    margin-top: 6vw;
  }
}


.s-story__cnt__txt dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__txt dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.s-story__cnt__txt dt {
  width: 7%;
  color: #FF0000;
  font-size: 15px;
  line-height: 2em;
  font-weight: 400;
}

@media only screen and (max-width: 1000px) {
  .s-story__cnt__txt dt {
    width: 10%;
  }
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__txt dt {
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.857em;
  }
}

.s-story__cnt__txt dd {
  width: 93%;
  font-size: 15px;
  line-height: 2em;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .s-story__cnt__txt dd {
    width: 90%;
  }
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__cnt__txt dd {
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.857em;
    margin-bottom: 6vw;
  }
  .s-story__cnt__txt dd:last-child {
    margin-bottom: 0;
  }
}

.s-story__pic {
  max-width: 1000px;
  width: 75.757%;
  margin: 86px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .s-story__pic {
    width: 100%;
    margin: 16vw auto 0;
  }
}

/*--------------------------------------------
RECOMMENDED CONTENTS
--------------------------------------------*/
.recruit-contents .l-recommended__cnt li a p.s-recommended__project__txt_01 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: raleway, sans-serif;
  margin-top: 25px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .recruit-contents .l-recommended__cnt li a p.s-recommended__project__txt_01 {
    font-size: 3.466vw;
  }
}

.recruit-contents .l-recommended__cnt li a p.s-recommended__project__txt_02 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .recruit-contents .l-recommended__cnt li a p.s-recommended__project__txt_02 {
    font-size: 4vw;
  }
}

.recruit-contents .l-recommended__cnt li a p.s-recommended__project__txt_03 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .recruit-contents .l-recommended__cnt li a p.s-recommended__project__txt_03 {
    font-size: 3.466vw;
  }
}