@charset "UTF-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.s-kv {
  width: 100%;
  background-color: #005944;
  padding-bottom: 7.5vw;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv {
    padding-bottom: 13.866vw;
  }
}

.s-kv__img {
  width: 100%;
  height: 720px;
  background: url(/recruit/assets/images/change/story2/kv_ph.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 325px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__img {
    height: 133.333vw;
    background: url(/recruit/assets/images/change/story2/kv_ph_sp.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 70.133vw;
  }
}

.s-kv__txt {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__txt {
    display: block;
    width: 100%;
  }
}

.s-kv__txt::before {
  content: "";
  background: #fff;
  width: 44px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__txt::before {
    content: "";
    background: #fff;
    width: 9.866vw;
    height: 1.6vw;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.s-kv h1 {
  font-size: 71px;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv h1 {
    font-size: 10.666vw;
  }
}

.s-kv__txt__under {
  width: 460px;
  margin: 15px auto 0;
  display: flex;
  align-items: end;
  justify-content: flex-start;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__txt__under {
    width: 100%;
    margin: 1.6vw auto 0;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.s-kv__txt__under__01 {
  font-size: 16px;
  color: #fff;
  line-height: 1.1em;
  padding-bottom: 4px;
  margin-right: 10px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__txt__under__01 {
    width: auto;
    font-size: 4.266vw;
  }
  .s-kv__txt__under__01 span {
    display: none;
  }
}

.s-kv__txt__under__02 {
  font-size: 50px;
  color: #fff;
  margin-right: 20px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__txt__under__02 {
    font-size: 6.933vw;
    margin-right: 0;
  }
}

.s-kv__txt__under__03 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  padding-bottom: 5px;
  white-space: nowrap;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-kv__txt__under__03 {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    margin-top: 4.266vw;
  }
}

.s-lead {
  width: 87.5vw;
  max-width: 1120px;
  background-color: #fff;
  margin: -160px auto 0;
  padding: 95px 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead {
    width: 94.666vw;
    margin: -13.333vw auto 0;
    padding: 12.8vw 6.666vw 17.066vw;
  }
}

.s-lead__catch {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__catch {
    font-size: 5.866vw;
  }
}

.s-lead__prologue {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 85px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__prologue {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 12.8vw;
  }
}

.s-lead__prologue__ttl {
  width: 12.7%;
  font-size: 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__prologue__ttl {
    width: 100%;
    font-size: 4.533vw;
    text-align: center;
    padding-bottom: 2.133vw;
  }
}

.-under_line {
  position: relative;
  padding-bottom: 25px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-under_line {
    padding-bottom: 2.133vw;
  }
}

.-under_line::before {
  content: "";
  background: #000;
  width: 32px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .-under_line::before {
    content: "";
    background: #000;
    width: 4.533vw;
    height: 0.8vw;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.s-lead__prologue__txt {
  width: 87.3%;
  font-size: 17px;
  line-height: 1.76em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__prologue__txt {
    width: 100%;
    font-size: 3.466vw;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-top: 4.266vw;
  }
}

.s-lead__talk {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 12.8vw;
  }
}

.s-lead__talk__ttl {
  width: 12.7%;
  font-size: 17px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__ttl {
    width: 100%;
    font-size: 4.533vw;
    text-align: center;
    padding-bottom: 2.133vw;
  }
}

.s-lead__talk__member {
  width: 87.111%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member {
    width: 100%;
    text-align: center;
    margin-top: 5.066vw;
  }
}

.s-lead__talk__member__ttl {
  font-size: 15px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__ttl {
    font-size: 4vw;
  }
}

.s-lead__talk__member__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__inner {
      flex-wrap: wrap;
    margin-top: 13.333vw;
  }
}

.s-lead__talk__member__box {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__box {
    width: 100%;
  }
}

.s-lead__talk__member__img {
  width: 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__img {
    width: 25.6vw;
  }
}

.s-lead__talk__member__name {
  margin-left: 22px;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__name {
    margin-left: 8.533vw;
    font-size: 3.466vw;
    text-align: left;
  }
}

.s-lead__talk__member__name span {
  font-size: 15px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__name span {
    font-size: 4vw;
  }
}

.s-lead__talk__member__txt {
  width: 50%;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-lead__talk__member__txt {
    width: 100%;
    font-size: 3.466vw;
    line-height: 1.8em;
    margin-top: 6.4vw;
    text-align: left;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.s-contents {
  width: 100%;
  position: relative;
  background-color: #FCF7ED;
  padding: 80px 0 120px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents {
    padding: 17.066vw 0 0;
  }
}

.-white {
  background-color: #fff;
}

.s-contents__ttl {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__ttl {
    width: 94.666vw;
    margin: 0 auto;
    padding-bottom: 6.4vw;
  }
}

.s-contents__ttl::before {
  content: "";
  background: #191919;
  width: 64px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__ttl::before {
    width: 9.866vw;
    height: 1.6vw;
  }
}

.s-contents__ttl h2 {
  font-size: 34px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__ttl h2 {
    font-size: 4.8vw;
  }
}

.s-contents__ttl h2 span {
  font-size: 45px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__ttl h2 span {
    font-size: 6.666vw;
  }
}
.s-contents__ttl__txt {
  font-size: 24px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.2em;
  margin-top: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__ttl__txt {
    font-size: 5.333vw;
    line-height: 1.8em;
    margin-top: 3.2vw;
  }
}

.s-contents__txt {
  width: 100%;
  max-width: 784px;
  margin: 64px auto 0;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__txt {
    width: 92vw;
    margin: 17.066vw auto 0;
    font-size: 4vw;
    line-height: 1.8em;
  }

  .s-contents__txt.-mb {
    padding-bottom: 17.066vw;
  }
}

.s-contents__img01 {
  width: 100%;
  max-width: 1120px;
  margin: 96px auto 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__img01 {
    width: 100%;
    margin: 17.066vw auto 0;
  }
}

.s-contents__box {
  width: 100%;
  max-width: 1120px;
  margin: 96px auto 0;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__box {
    width: 92vw;
    margin: 12.8vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.s-contents__box__img {
  width: 47.142%;
  max-width: 528px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__box__img {
    width: 100%;
    max-width: none;
  }
  .s-contents__box__img:first-child {
    margin-bottom: 8.533vw;
  }
}

.s-contents__box__txt {
  font-size: 13px;
  line-height: 2em;
  margin-top: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
  font-weight: 400;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__box__txt {
    font-size: 2.933vw;
    line-height: 1.6em;
    margin-top: 2.133vw;
    font-weight: 400;
  }
}

.s-contents__img02 {
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .s-contents__img02.-mt {
    padding-top: 17.055vw;
  }
}

