@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

.page-recruit_story {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 2.1;
  background: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-recruit_story img {
  width: 100%;
  height: auto;
}

.story {
  background-color: #fff;
}

.story-wrapper {
  padding: 150px 0 0;
}

.story-txt {
  text-align: center;
  margin: 0 0 50px;
}

.story-txt-en {
  color: #B2B2B2;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
}

.story-txt-ttl {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 17px;
}

.story-txt-editing {
  color: #6EC800;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
}

.back-item {
  background-color: #6EC800;
}

@media screen and (max-width: 768px) {
  .story-wrapper {
    width: 80%;
  }
}


/*------------------------------------
** story
------------------------------------*/
.__story-01,
.__story-02 {
  max-width: 550px;
  margin: 0 auto;
}
.__story-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.__story-ttl span {
  font-size: 135%;
}
.__story-01 p,
.__story-02 p {
  font-size: 11px;
  text-align: left !important;
  letter-spacing: -0.05em;
  line-height: 1.3;
  clear: both;
  margin: 10px 0 0 0;
}

/* Arrows */
.slick-list {
  margin-bottom: 15px;
  /* width: 680px; */
  margin: 0 auto;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  /*left: calc((100% - 900px)/2 + 10px);*/
  z-index: 11;
  background: url(../img/story_arrow_next.png) center center no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 40px;
}
.slick-prev:before {
  background: url(../img/story_arrow_next.png) center center no-repeat;
  background-size: 100% 100%;
  content: none;
  width: 20px;
  height: 40px;
}
.slick-next {
  /*right: calc((100% - 900px)/2 + 10px);*/
  z-index: 11;
  background: url(../img/story_arrow_prev.png) center center no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 40px;
}
.slick-next:before {
  background: url(../img/story_arrow_prev.png) center center no-repeat;
  background-size: 100% 100%;
  content: none;
  width: 20px;
  height: 40px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev {
  left: -50px;
}
[dir="rtl"] .slick-prev {
  right: -50px;
  left: auto;
}
.slick-prev:before {
  content: none;
}
[dir="rtl"] .slick-prev:before {
  content: none;
}

.slick-next {
  right: -50px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -50px;
}
.slick-next:before {
  content: none;
}
[dir="rtl"] .slick-next:before {
  content: none;
}

[dir="rtl"] .slick-prev:hover,
[dir="rtl"] .slick-prev:focus {
  z-index: 11;
  background: url(../img/story_arrow_next.png) center center no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 40px;
}
[dir="rtl"] .slick-next:hover,
[dir="rtl"] .slick-next:focus {
  z-index: 11;
  background: url(../img/story_arrow_prev.png) center center no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 40px;
}


@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 5px;
  }
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
  .slick-next {
    right: -30px;
  }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -30px;
  }
  .slick-next {
    right: -30px;
  }
  [dir="rtl"] .slick-next {
    right: auto;
    left: -30px;
  }
}