@charset "utf-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.s-kv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv {
    height: auto;
  }
}

.s-kv__ph_01 {
  background: url(../images/strengths/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__ph_01 {
  background: url(../images/strengths/kv_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 128vw;
  }
}

.s-kv__ph.-ani {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 1.5s ease-in-out;
  opacity: 1;
}

/* txt */
.s-kv__txt {
  position: absolute;
  left: 6.761%;
  bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__txt {
    left: 6.666vw;
    bottom: 50.666vw;
  }
}

.s-kv__txt__01 {
  font-family: "Times New Roman", Times, "serif";
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__txt__01 {
    font-size: 3.2vw;
  }
}

.s-kv__txt__02 {
  margin-top: 13px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__txt__02 {
    margin-top: 3vw;
  }
}

.s-kv__txt__02 span {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 1.68em;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__txt__02 span {
    font-size: 6.8vw;
  }
}

/* data */
.s-kv__data {
  max-width: 443px;
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__data {
    max-width: none;
    position: static;
    width: 100%;
    height: 44.8vw;
  }
}

.s-kv__data__inner {
  background: #606642;
  width: 100%;
  height: 226px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__data__inner {
    height: 46vw;
  }
}

.s-kv__data__inner__txt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12% 0.2em 12%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__data__inner__txt {
    padding: 0 6.666vw 1.5em 6.666vw;
  }
}

.s-kv__data__inner__txt p {
  display: inline-block;
  color: #fff;
  line-height: 2em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-kv__data__inner__txt p {
    font-size: 3.2vw;
  }
}


/*--------------------------------------------
共通
--------------------------------------------*/
.s-wrap {
  overflow: hidden;
}

.s-section {
  width: 100%;
  position: relative;
}

/* 見出し h3 */
.s-heading_h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: -0.4em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-heading_h3 {
    font-size: 6.8vw;
  }
}

/* 見出し h4 */
.s-heading_h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.8em;
  padding: 50px 0 45px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-heading_h4 {
    font-size: 4.8vw;
    padding: 7.666vw 0 6.666vw 0;
  }
}

.s-heading_h4::before {
  content: "";
  background: #eaeceb;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.s-heading_h4::after {
  content: "";
  background: #525835;
  width: 16.666%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-heading_h4::after {
    width: 16vw;
    height: 5px;
  }
}

/* 見出し h5 */
.s-heading_h5 {
  display: inline;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8em;
  padding-bottom: 0.15em;
  border-bottom: solid 1px #606642;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-heading_h5 {
    font-size: 4.266vw;
  }
}

/* 文章 */
.s-sentence {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-sentence {
    font-size: 3.2vw;
  }
}

.s-sentence.-no_justify {
  text-align: left;
  text-justify: none;
}

/* タイトルボックス */
.s-heading {
  width: 25%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-heading {
    width: 16.8vw;
  }
}

.s-heading_content {
  width: 75%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-heading_content {
    width: 69.6vw;
  }
}

/* 写真、テキストボックス */
.s-txtbox {
  width: 100%;
  overflow: hidden;
  margin-top: 150px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox {
    margin-top: 20vw;
    padding-bottom: 12vw;
  }
}

/* bg */
.s-txtbox__bg {
  width: 67.569%;
  height: 86.5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__bg {
    width: 76.666%;
    height: 100%;
  }
}

.s-txtbox__bg_rev {
  width: 67.569%;
  height: 86.5%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__bg_rev {
    width: 76.666%;
    height: 100%;
  }
}

.s-txtbox__bg span,
.s-txtbox__bg_rev span {
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5ef;
}

/* inner */
.s-txtbox__inner {
  max-width: 1920px;
  margin: 100px auto 0 auto;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__inner {
    margin: 13.333vw auto 0 auto;
    display: block;
  }
}

.s-txtbox__inner_rev {
  max-width: 1920px;
  margin: 100px auto 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__inner_rev {
    margin: 13.333vw auto 0 auto;
    display: block;
  }
}

/* inner ph */
.s-txtbox__inner__ph {
  width: 45.607%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__inner__ph {
    width: 93.333vw;
    margin-left: auto;
  }

  .s-txtbox__inner_rev .s-txtbox__inner__ph {
    margin-left: 0;
    margin-right: auto;
  }
}

/* inner txt */
.s-txtbox__inner__txt {
  width: 30.6%;
  margin-left: 8.784%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__inner__txt {
    width: 86.666vw;
    margin: 9.333vw auto 0 auto;
  }
}

.s-txtbox__inner_rev .s-txtbox__inner__txt {
  margin-right: 8.784%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox__inner_rev .s-txtbox__inner__txt {
    margin-right: auto;
  }
}

/* 写真、テキストボックス 02 */
.s-txtbox_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 150px;
  padding-bottom: 90px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02 {
    margin-top: 20vw;
    padding-bottom: 12vw;
  }
}

/* bg */
.s-txtbox_02__bg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__bg {
    width: 76.533vw;
    top: 13.333vw;
  }
}

.s-txtbox_02__bg_rev {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__bg_rev {
    width: 76.533vw;
    top: 13.333vw;
  }
}

.s-txtbox_02__bg span,
.s-txtbox_02__bg_rev span {
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5ef;
}

.s-txtbox_02__inner {
  width: 70.278%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__inner {
    width: 100%;
    display: block;
  }
}

.s-txtbox_02__inner.-rev {
  flex-direction: row-reverse;
}

/* コンテンツ */
.s-txtbox_02__inner__content {
  width: 75%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__inner__content {
    width: 100%;
  }
}

/* 見出し PC */
.s-txtbox_02__inner__heading {
  width: 25%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 220px;
}
.s-txtbox_02__inner.-rev .s-txtbox_02__inner__heading {
  flex-direction: row;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__inner__heading {
    display: none;
  }
}

.s-txtbox_02__inner__heading p {
  display: inline-block;
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: 0.05em;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 3px 0 0 10%;
}

.s-txtbox_02__inner__heading h5 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 見出し sp */
.s-txtbox_02__inner__content__txt__sp_heading {
  display: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__inner__content__txt__sp_heading {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 0.5em;
    width: 18.666vw;
  }

  .s-txtbox_02__inner.-rev .s-txtbox_02__inner__content__txt__sp_heading {
    flex-direction: row;
  }

  .s-txtbox_02__inner__content__txt__sp_heading p {
    display: inline-block;
    font-family: "Times New Roman", Times, "serif";
    letter-spacing: 0.05em;
    font-size: 2.4vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 3px 0 0 10%;
  }

  .s-txtbox_02__inner__content__txt__sp_heading h5 {
    font-family: 'Noto Serif JP', serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ph */
.s-txtbox_02__inner__content__ph {
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__inner__content__ph {
    width: 93.333vw;
  }
  .s-txtbox_02__inner.-rev .s-txtbox_02__inner__content__ph {
    margin-left: auto;
  }
}

.s-txtbox_02__inner.-rev .s-txtbox_02__inner__content__ph {
  flex-direction: row-reverse;
}

.s-txtbox_02__inner__content__ph__01 {
  width: 44.444%;
  position: relative;
}

.s-txtbox_02__inner__content__ph__01 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.s-txtbox_02__inner__content__ph__02 {
  width: 50%;
}

/* txt */
.s-txtbox_02__inner__content__txt {
  margin-top: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-txtbox_02__inner__content__txt {
    display: flex;
    width: 86.666vw;
    margin: 9.333vw auto 0 auto;
  }

  .s-txtbox_02__inner__content__txt__sp_txt {
    width: 68.133vw;
  }

  .s-txtbox_02__inner.-rev .s-txtbox_02__inner__content__txt {
    flex-direction: row-reverse;
  }
}

/* margin */
.s-mt_40 {
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-mt_40 {
    margin-top: 6.666vw;
  }
}

.s-mt_100 {
  margin-top: 100px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-mt_100 {
    margin-top: 13.333vw;
  }
}

.s-mt_120 {
  margin-top: 120px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-mt_120 {
    margin-top: 13.333vw;
  }
}

.s-mt_20em {
  margin-top: 2em;
}

/*--------------------------------------------
強みの源泉
--------------------------------------------*/
.s-source {
  max-width: 1280px;
  width: 70.278%;
  margin: 160px auto 0 auto;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-source {
    width: 86.666%;
    margin: 21.333vw auto 0 auto;
  }
}


/*--------------------------------------------
図
--------------------------------------------*/
.s-operation_bg {
  width: 100%; height: 1px;
  margin: 150px auto 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation_bg {
    height: auto;
    margin: 20vw auto 0 auto;
  }
}

.s-operation_bg::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f5f5ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation_bg::before {
    background: none;
  }
}

.s-operation_bg::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #eeeee7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation_bg::after {
    background: none;
  }
}

.s-operation {
  max-width: 1280px;
  width: 87.84%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation {
    width: 100%;
    height: auto;
    display: block;
  }
}

.s-operation__img {
  width: 70%;
  height: 100%;
  background: #f5f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__img {
    width: 100%;
    padding: 13.333vw 0;
    height: auto;
    background: #f5f5ef;
    display: block;
    text-align: center;
  }
}

.s-operation__img img {
  width: 72%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__img img {
    width: 86.666vw;
  }
}

.s-operation__txt {
  width: 30%;
  height: 100%;
  background: #eeeee7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8% 0 7.4%;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__txt {
    width: 100%;
    height: auto;
    padding: 11.333vw 6.666vw;
  }
}

.s-operation__txt::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 22px solid #eeeee7;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -11px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__txt::before {
    content: "";
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeee7;
    border-left: 10px solid transparent;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.s-operation__txt__heading {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1.7em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__txt__heading {
    font-size: 4.266vw;
  }
}

.s-operation__txt__map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 40px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__txt__map {
    margin: 0 0 6.666vw 0;
  }
}

.s-operation__txt__map li {
  width: 46.153%;
  margin-top: 18px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__txt__map li {
    width: 40.533vw;
    margin-top: 5.733vw;
  }
}

.s-operation__txt__map li span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0.1em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-operation__txt__map li span {
    font-size: 3.733vw;
  }
}


/*--------------------------------------------
こだわり
--------------------------------------------*/
.s-commitment {
  max-width: 1280px;
  width: 70.278%;
  margin: 160px auto 0 auto;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-commitment {
    width: 86.666%;
    margin: 21.333vw auto 0 auto;
  }
}


/*--------------------------------------------
四つの舞台
--------------------------------------------*/
.s-stage {
  max-width: 1280px;
  width: 70.278%;
  margin: 160px auto 0 auto;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-stage {
    width: 86.666%;
    margin: 21.333vw auto 0 auto;
  }
}


/*--------------------------------------------
おもてなしをつくる仕事
--------------------------------------------*/
.s-hospitality {
  max-width: 1280px;
  width: 70.278%;
  margin: 160px auto 0 auto;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-hospitality {
    width: 86.666%;
    margin: 21.333vw auto 0 auto;
  }
}

.s-hospitality__txtbox {
  background: #f5f5ef;
  padding: 6.5% 6.944% 7.5% 6.944%;
  margin-top: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-hospitality__txtbox {
    margin-top: 6.666vw;
  }
}

.s-hospitality__txtbox li {
  padding-bottom: 7.5%;
  margin-bottom: 7.5%;
  border-bottom: solid 1px #eaeceb;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-hospitality__txtbox li {
    padding-bottom: 6.666vw;
    margin-bottom: 6.666vw;
  }
}

.s-hospitality__txtbox li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.s-hospitality__txtbox h5 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.8em;
  margin-bottom: 15px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-hospitality__txtbox h5 {
    font-size: 3.866vw;
    margin-bottom: 3vw;
  }
}

.s-hospitality_ph {
  display: flex;
  margin-top: 160px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-hospitality_ph {
    display: block;
    margin-top: 21.333vw;
  }
}

.s-hospitality_ph div {
  width: 50%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-hospitality_ph div {
    width: 100%;
  }
}


/*--------------------------------------------
people
--------------------------------------------*/
.s-people {
  width: 79.062%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 160px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people {
    padding-top: 21.333vw;
    width: 86.666vw;
  }
}

/* 写真 */
.s-people__ph {
  width: 75.925%;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__ph {
    width: 48vw;
    display: block;
  }
}

.s-people__ph__01,
.s-people__ph__02 {
  width: 43.902%;
  position: relative;
  top: 30px;
  opacity: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__ph__01,
  .s-people__ph__02 {
    width: 100%;
  }

  .s-people__ph__02 {
    margin-top: 5.333vw;
  }
}

.s-people__ph__01 a,
.s-people__ph__02 a {
  z-index: 3;
}

.s-people__ph__txt {
  position: absolute;
  left: 8%;
  bottom: 5%;
}

.s-people__ph__txt__01 {
  display: block;
  color: #fff;
  line-height: 1.6em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 14px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__ph__txt__01 {
    font-size: 2.4vw;
  }
}

.s-people__ph__txt__02 {
  display: block;
  color: #fff;
  line-height: 1.6em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0.4em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__ph__txt__02 {
    font-size: 3.733vw;
  }
}

.s-people__ph__txt__03 {
  display: block;
  color: #fff;
  line-height: 1.6em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 12px;
  margin-top: 1em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__ph__txt__03 {
    font-size: 2.666vw;
  }
}

/* heading */
.s-people__heading {
  display: flex;
  justify-content: center;
  background: #fff;
  position: relative;
  top: 30px;
  opacity: 0;
}

.s-people__heading h2 {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.15em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__heading h2 {
    font-size: 6.1vw;
  }
}

.s-people__heading p {
  display: inline-block;
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: 0.05em;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 3px 15% 0 12%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-people__heading p {
    font-size: 3.2vw;
  }
}


/*--------------------------------------------
働く環境・制度 / 採用情報
--------------------------------------------*/
.s-env_rec {
  border-top: solid 1px #e8e6e6;
  width: 79.062%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  margin-top: 180px;
  padding-top: 140px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec {
    border: none;
    width: 86.666vw;
    margin-top: 21.333vw;
    padding-top: 0;
  }
}

.s-env_rec__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec__inner {
    display: block;
  }
}

.s-env_rec__inner::after {
  content: "";
  background: #e8e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .p-env_rec__inner::after {
    display: none;
  }
}

/* btn */
.s-env_rec__btn {
  height: 193px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 49%;
  position: relative;
  top: 30px;
  opacity: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec__btn {
    border-top: solid 1px #e8e6e6;
    height: 50vw;
    width: 100%;
  }
  .s-env_rec__btn:n.s-child(2) {
    border-bottom: solid 1px #e8e6e6;
  }
}

.s-env_rec__btn p {
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: 0.05em;
  font-size: 16px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec__btn p {
    font-size: 3.2vw;
  }
}

.s-env_rec__btn h2 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-size: 32px;
  font-weight: 500;
  margin-top: 15px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec__btn h2 {
    font-size: 6.66vw;
    margin-top: 4vw;
  }
}

.s-env_rec__btn__arrow {
  display: block;
  margin-top: 30px;
  width: 36px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec__btn__arrow {
    margin-top: 6vw;
    width: 8vw;
    height: 3.066vw;
  }
}

.s-env_rec__btn__arrow::before,
.s-env_rec__btn__arrow::after {
  content: "";
  width: 36px;
  height: 16px;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .s-env_rec__btn__arrow::before,
  .s-env_rec__btn__arrow::after {
    background-size: contain;
    width: 8vw;
    height: 3.066vw;
  }
}

/********* pc *********/
@media only screen and (min-width: 751px) {
  .s-env_rec__btn:hover .s-env_rec__btn__arrow::before {
    animation-name: arrow_ani_01;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-delay: 0;
  }

  @keyframes arrow_ani_01 {
    0% {
      left: 0;
      opacity: 1;
    }

    100% {
      left: 60px;
    }
  }

  .s-env_rec__btn:hover .s-env_rec__btn__arrow::after {
    animation-name: arrow_ani_02;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-delay: 0;
  }

  @keyframes arrow_ani_02 {
    0% {
      left: -60px;
    }

    100% {
      left: 0;
    }
  }
}


/*--------------------------------------------
表示指定 共通
--------------------------------------------*/
/* スライドテンプレート（→） */
.-slide {
  overflow: hidden;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: 1s ease-in-out;
}

.-slide .-slide__in {
  transform: translate(100%, 0);
  transition: 1s ease-in-out;
  opacity: 1;
}

/* スライドテンプレート（←） */
.-slide_r {
  overflow: hidden;
  opacity: 0;
  transform: translate(100%, 0);
  transition: 1s ease-in-out;
}

.-slide_r .-slide__in {
  transform: translate(-100%, 0);
  transition: 1s ease-in-out;
  opacity: 1;
}

.-visible,
.-visible .-slide__in {
  transform: translate(0, 0);
  opacity: 1;
}

/* 下からフェードイン */
.-fadein {
  position: relative;
  top: 30px;
  opacity: 0;
}

.-on {
  opacity: 1;
  transition: 1s ease-in-out;
  top: 0;
}
