@charset "UTF-8";
.l-entry,
.l-sitemap,
.l-footer {
  position: relative;
  z-index: 100;
}

.l-sitemap {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    background: #171717;
  }
}

.c-txt-m--career {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-txt-m--career {
    font-size: 1.2rem;
  }
}

.c-heading + .c-txt-m--career {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .c-heading + .c-txt-m--career {
    margin-top: 2.4rem;
  }
}

.u-bg-gray {
  background: gray;
}

/* MV
---------------------------------------------------------------- */
.t-careerHero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.t-careerHero__body {
  width: 40%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -2.5rem;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .t-careerHero__body {
    width: 100%;
    top: -1rem;
  }
}

.t-careerHero__body__logo {
  width: 40%;
  max-width: 16.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-careerHero__body__logo {
    width: 30%;
    max-width: 16.5rem;
  }
}

.t-careerHero__body__logo span {
  width: 100%;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition: 920ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 920ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-dom-loaded .t-careerHero__body__logo span {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.t-careerHero__body__copy {
  max-width: 41.5rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 1364px) {
  .t-careerHero__body__copy {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .t-careerHero__body__copy {
    width: 80%;
    max-width: 41.5rem;
    margin-top: 3rem;
  }
}

.t-careerHero__body__copy span {
  width: 100%;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition: 920ms 540ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 920ms 540ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-dom-loaded .t-careerHero__body__copy span {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.t-careerHero__pict {
  width: 30%;
  height: 100vh;
  background: red;
  overflow: hidden;
  position: absolute;
  top: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .t-careerHero__pict {
    width: 50%;
  }
}
.t-careerHero__pict.-pos-left {
  left: 0;
}
.t-careerHero__pict.-pos-right {
  right: 0;
}

.t-careerHero__pict::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .t-careerHero__pict::after {
    background: #fff;
    opacity: 0.9;
  }
}

.t-careerHero__slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

/* イントロダクション
---------------------------------------------------------------- */
.t-introduction {
  background: url(/assets/image/career/top/introduction_bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 14rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .t-introduction {
    padding: 4rem 0;
  }
}

.t-introduction__slogan {
  width: 47.7rem;
  max-width: 47.7rem;
  margin: 0 auto 6.4rem;
}
@media screen and (max-width: 768px) {
  .t-introduction__slogan {
    width: 80%;
    margin-bottom: 3rem;
  }
}

.t-introduction__graph {
  width: 100%;
  max-width: 71.5rem;
  margin: 6rem auto;
}
@media screen and (max-width: 768px) {
  .t-introduction__graph {
    width: 90%;
    margin: 3rem auto;
  }
}

.t-introduction__copy {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.18;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
@media screen and (max-width: 768px) {
  .t-introduction__copy {
    font-size: 1.5rem;
    line-height: 2.4;
    padding: 0 1rem;
  }
}

/* ストーリー
---------------------------------------------------------------- */
.t-story-wrap {
  background: #eeeeee;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .t-story-wrap {
    padding: 4rem 0;
  }
}

.t-story-list {
  display: block;
  list-style: none;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .t-story-list {
    margin-top: 3rem;
  }
}

.t-story {
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-story.is-view {
  opacity: 1;
}

.t-story + .t-story {
  margin-top: 2rem;
}

.t-story__inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-story__inner {
    display: block;
  }
}
.t-story__inner:hover {
  opacity: 0.6;
}

.t-story__block {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.t-story__block:first-child {
  width: 57%;
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .t-story__block:first-child {
    width: 100%;
    height: 200px;
  }
}
.t-story__block:last-child {
  width: 43%;
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .t-story__block:last-child {
    width: 100%;
    padding: 2rem;
  }
}

.t-story__body {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .t-story__body {
    display: block;
  }
}

.t-story__body__inner {
  width: 100%;
}

.t-story__slogan {
  width: 90%;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .t-story__slogan {
    margin-bottom: 3rem;
  }
}

.t-story__slogan {
  width: 90%;
}

.t-story__slogan.-copy-ogata {
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  .t-story__slogan.-copy-ogata {
    max-width: 260px;
  }
}

.t-story__slogan.-copy-iseri {
  max-width: 406px;
}
@media screen and (max-width: 768px) {
  .t-story__slogan.-copy-iseri {
    max-width: 270.6666666667px;
  }
}

.t-story__slogan.-copy-eguchi {
  max-width: 313px;
}
@media screen and (max-width: 768px) {
  .t-story__slogan.-copy-eguchi {
    max-width: 208.6666666667px;
  }
}

.t-story__slogan.-copy-ogawa {
  max-width: 232px;
}
@media screen and (max-width: 768px) {
  .t-story__slogan.-copy-ogawa {
    max-width: 154.6666666667px;
  }
}

.t-story__slogan.-copy-takeda {
  max-width: 327px;
}
@media screen and (max-width: 768px) {
  .t-story__slogan.-copy-takeda {
    max-width: 218px;
  }
}

.t-story__slogan.-copy-nakahonoki {
  max-width: 245px;
}
@media screen and (max-width: 768px) {
  .t-story__slogan.-copy-nakahonoki {
    max-width: 160px;
  }
}

.t-story__slogan img {
  width: 100%;
  height: auto;
}

.t-story__name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .t-story__name {
    font-size: 1.4rem;
  }
}

.t-story__work {
  font-size: 1.3rem;
  line-height: 1.8;
  padding-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .t-story__work {
    font-size: 1.1rem;
    padding-top: 0.5rem;
  }
}

.t-career-rectruitment {
  width: 86%;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .t-career-rectruitment {
    width: 100%;
    margin-top: 3rem;
    border-top: 1px solid #e7e7e7;
  }
}

.t-career-rectruitment a {
  display: block;
}
.t-career-rectruitment a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .t-career-rectruitment a {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media screen and (max-width: 768px) {
  .t-career-rectruitment__pict {
    width: 30%;
    height: 240px;
  }
}

.t-career-rectruitment__name {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 2rem;
  color: #111;
}
@media screen and (max-width: 768px) {
  .t-career-rectruitment__name {
    width: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2rem;
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.t-career-rectruitment__name::after {
  content: attr(data-en);
  text-transform: uppercase;
  display: block;
  font-size: 1.1rem;
  color: #ec6800;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .t-career-rectruitment__name::after {
    font-size: 1rem;
    padding-top: 0.6rem;
  }
}

/* スクロールアイコン
---------------------------------------------------------------- */
.t-scrollIcon {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 100px;
  display: block;
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-scrollIcon.is-hide {
  opacity: 0;
}
.t-scrollIcon.-type2 {
  width: 48px;
  height: 48px;
  position: absolute;
  background: #ec6800;
}
@media screen and (max-width: 768px) {
  .t-scrollIcon.-type2 {
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-scrollIcon {
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    right: 3rem;
    left: auto;
    background: #fff;
  }
}

.t-scrollIcon__body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.t-scrollIcon__body svg {
  width: 30%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .t-scrollIcon__body svg {
    fill: #111;
  }
}

@media screen and (max-width: 768px) {
  .t-scrollIcon.-type2 svg {
    fill: #fff;
  }
}

/* メインレイアウト
---------------------------------------------------------------- */
.t-careerStory {
  overflow: hidden;
  position: relative;
}

.t-careerStory__mv {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgb(238, 238, 238);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-careerStory__mv {
    width: 100%;
    position: absolute;
    z-index: 10;
  }
}

.t-careerStory__mv img {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.1s linear;
  transition: opacity 0.6s 0.1s linear;
}
.is-dom-loaded .t-careerStory__mv img {
  opacity: 1;
}

.t-careerStory__mv__mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.is-dom-loaded .t-careerStory__mv__mask {
  display: block;
}
.t-careerStory__mv__mask.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .t-careerStory__mv__mask {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.1)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, 0.1) 50%, #000 100%);
    opacity: 1;
    z-index: 14;
  }
}

.t-careerStory__contents {
  width: 50%;
  background: #fbfbfb;
  position: relative;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .t-careerStory__contents {
    width: 100%;
    position: static;
  }
}

.t-careerStory__body {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .t-careerStory__body {
    width: 100%;
    padding: 0 1.5rem 4rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* インタビューエリア メインビジュアル
---------------------------------------------------------------- */
.t-slogan {
  height: 70vh;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .t-slogan {
    height: 100%;
  }
}

.t-slogan__body {
  width: 80%;
  display: block;
  position: absolute;
  bottom: 6rem;
  left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .t-slogan__body {
    bottom: 3rem;
    left: 0;
    padding: 0 3rem;
  }
}

.t-slogan__sub {
  font-size: 10px;
  padding-bottom: 4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .t-slogan__sub {
    color: #fff;
    padding-bottom: 2rem;
  }
}

.t-slogan__sub span {
  font-size: 120%;
}

.t-slogan__sub::after {
  content: "";
  width: 2em;
  height: 1px;
  background: rgb(194, 194, 194);
  margin-top: 2.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .t-slogan__sub::after {
    margin-top: 1.5rem;
    background: #fff;
  }
}

.t-slogan__copy {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy {
    width: 95%;
  }
}

.t-slogan__copy svg {
  fill: #111;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy svg {
    fill: #fff;
  }
}

.t-slogan__copy.-type-ogata {
  left: -10%;
  width: 90%;
  height: 9.8vw;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy.-type-ogata {
    left: 0;
    height: 20vw;
  }
}

.t-slogan__copy.-type-iseri {
  left: -10%;
  width: 90%;
  height: 8.6vw;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy.-type-iseri {
    left: 0;
    height: 20vw;
  }
}

.t-slogan__copy.-type-eguchi {
  left: -5%;
  width: 80%;
  height: 14.2vw;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy.-type-eguchi {
    left: 0;
    height: 35vw;
  }
}
.t-slogan__copy.-type-eguchi svg {
  width: auto;
}

.t-slogan__copy.-type-ogawa {
  left: -5%;
  width: 60%;
  height: 15vw;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy.-type-ogawa {
    left: 0;
    width: 70%;
    height: 35vw;
  }
}
.t-slogan__copy.-type-ogawa svg {
  width: auto;
}

.t-slogan__copy.-type-takeda {
  left: -5%;
  width: 90%;
  height: 14vw;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy.-type-takeda {
    left: 0;
    height: 35vw;
  }
}
.t-slogan__copy.-type-takeda svg {
  width: auto;
}

.t-slogan__copy.-type-nakahonoki {
  left: -5%;
  width: 60%;
  height: 14vw;
}
@media screen and (max-width: 768px) {
  .t-slogan__copy.-type-nakahonoki {
    left: 0;
    width: 70%;
    height: 35vw;
  }
}
.t-slogan__copy.-type-nakahonoki svg {
  width: auto;
}

.t-slogan__name {
  padding-top: 5rem;
  font-size: 2.8rem;
  color: #111;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
}
@media screen and (max-width: 768px) {
  .t-slogan__name {
    color: #fff;
    font-size: 1.6rem;
    padding-top: 3rem;
  }
}

.t-slogan__notice {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .t-slogan__notice {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
    padding-top: 1.5rem;
  }
}

/* キャリアサマリーエリア
---------------------------------------------------------------- */
.t-carrier {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .t-carrier {
    margin-top: 5rem;
  }
}

.t-carrier__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .t-carrier__content {
    margin-top: 2rem;
  }
}

.t-carrier__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.1rem 0 1.9rem;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (max-width: 768px) {
  .t-carrier__sec {
    display: block;
  }
}
.t-carrier__sec:first-child {
  border-top: 1px solid #d1d1d1;
}

.t-carrier__content dt {
  width: 25%;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #111;
}
@media screen and (max-width: 768px) {
  .t-carrier__content dt {
    width: 100%;
    font-size: 1.3rem;
  }
}
.t-carrier__content dd {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .t-carrier__content dd {
    width: 100%;
    margin-top: 1rem;
  }
}
.t-carrier__content h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #111;
}
@media screen and (max-width: 768px) {
  .t-carrier__content h3 {
    font-size: 1.3rem;
  }
}
.t-carrier__content h3 + p {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .t-carrier__content h3 + p {
    margin-top: 0.7rem;
  }
}
.t-carrier__content p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #555;
}
@media screen and (max-width: 768px) {
  .t-carrier__content p {
    font-size: 1.3rem;
  }
}

.t-carrier__heading {
  font-size: 2rem;
  color: #f77006;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
}

/* インタビューエリア
---------------------------------------------------------------- */
.t-interview {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .t-interview {
    margin-top: 5rem;
  }
}

.t-carrier + .t-interview {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .t-carrier + .t-interview {
    margin-top: 5rem;
  }
}

.t-interview__q {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  color: #f77006;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .t-interview__q {
    font-size: 1.2rem;
  }
}

.t-interview__q::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background: #f77006;
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.t-interview__a {
  padding: 2.5rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.46;
  color: #111;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
}
@media screen and (max-width: 768px) {
  .t-interview__a {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5rem 0;
  }
}

.t-interview__comment {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .t-interview__comment {
    font-size: 1.3rem;
  }
}
.t-interview__comment + .t-interview__comment {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .t-interview__comment + .t-interview__comment {
    margin-top: 1rem;
  }
}

.t-interview__pict {
  margin-top: 3rem;
}

/* インタビュー ページネーション
---------------------------------------------------------------- */
.t-careerStory-pagenation {
  background: #fff;
  position: relative;
  z-index: 100;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .t-careerStory-pagenation {
    width: 100%;
    padding: 0 1.5rem 0rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.t-careerStory-pagenation__inner {
  width: 80%;
  max-width: 1048px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .t-careerStory-pagenation__inner {
    width: 100%;
    border-top: 1px solid rgb(207, 207, 207);
    padding: 4rem 0;
  }
}

.t-pagenation a {
  display: block;
}

.t-pagenation a:hover {
  opacity: 0.5;
}

.t-pagenation__name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .t-pagenation__name {
    font-size: 1.3rem;
    padding-top: 1rem;
  }
}

.t-pagenation__notice {
  font-size: 1.2rem;
  color: #777;
  padding-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .t-pagenation__notice {
    font-size: 1rem;
    padding-top: 0.8rem;
  }
}

/* スクロールアニメーション用
---------------------------------------------------------------- */
.t-introduction .js-scroll-timing2,
.t-interview__pict.js-scroll-timing2,
.t-interview__comment.js-scroll-timing2,
.t-careerStory__widePict.js-scroll-timing2 {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.t-introduction .js-scroll-timing2.is-view,
.t-interview__pict.js-scroll-timing2.is-view,
.t-interview__comment.js-scroll-timing2.is-view,
.t-careerStory__widePict.js-scroll-timing2.is-view {
  opacity: 1;
}

.t-career-button {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .t-career-button {
    margin-top: 2.4rem;
  }
}

.t-career-button a {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .t-career-button a {
    font-size: 1.2rem;
    padding: 2rem;
  }
}
.t-career-button a:hover {
  border-color: #f77006;
  background: #f77006;
  color: #fff;
}

/* t-blog
---------------------------------------------------------------- */
.t-blog .t-blog__slide {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .t-blog .t-blog__slide {
    width: calc(100% + 4rem);
    margin-top: 1.8rem;
    margin-left: -2rem;
  }
}

.t-blog__inner {
  position: relative;
}

.t-blog__top {
  top: 0.6rem;
  right: 0;
  position: absolute;
}
.t-blog__top a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.t-blog__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-blog__slide {
    display: block;
  }
}

/* t-banner
---------------------------------------------------------------- */
.t-sns + .t-banner {
  margin-top: -4rem;
}
@media screen and (max-width: 768px) {
  .t-sns + .t-banner {
    margin-top: -0.8rem;
  }
}

.t-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .t-banner__inner {
    display: block;
  }
}

.t-banner__contents {
  width: 61.5%;
}
.t-banner__contents a {
  border-radius: 2px;
  overflow: hidden;
  display: block;
}
.t-banner__contents a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .t-banner__contents {
    width: 100%;
  }
}

.t-banner__pict {
  width: 100%;
}
.t-banner__pict img {
  width: 100%;
}