@charset "UTF-8";
/*-----------------------
ヘッダー
------------------------*/
.header__menus {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.header__menus li {
  padding-left: 30px;
}

#main {
  overflow: hidden;
}

.header {
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
@media screen and (max-width: 768px) {
  .header {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .header {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
}
.header.playing_movie {
  background-color: #EEE;
}

.floatNav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, color, background-color;
  -o-transition-property: opacity, visibility, color, background-color;
  transition-property: opacity, visibility, color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .floatNav {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .floatNav {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
.floatNav.active {
  opacity: 1;
  visibility: visible;
}

/*-----------------------
キービジュアル
------------------------*/
.kv {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 730px;
  overflow: hidden;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  -webkit-transition-property: max-height, color, background-color;
  -o-transition-property: max-height, color, background-color;
  transition-property: max-height, color, background-color;
  -webkit-transition-duration: 0.1s, 0.6s, 0.6s;
  -o-transition-duration: 0.1s, 0.6s, 0.6s;
  transition-duration: 0.1s, 0.6s, 0.6s;
}
@media screen and (max-width: 768px) {
  .kv {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    -webkit-transition-duration: 0.1s, 0.6s, 0.6s;
    -o-transition-duration: 0.1s, 0.6s, 0.6s;
    transition-duration: 0.1s, 0.6s, 0.6s;
    height: calc(100vh - 60px);
  }
}
.kv.playing_movie {
  background-color: #EEE;
}
.kv .kv__movie {
  z-index: 10;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: opacity, visibility, color, background-color;
  -o-transition-property: opacity, visibility, color, background-color;
  transition-property: opacity, visibility, color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .kv .kv__movie {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .kv .kv__movie {
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
}
.kv .kv__movie.playing_movie {
  opacity: 1;
  visibility: visible;
  background-color: #EEE;
}
.kv .kv__movie #keymovie {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kv .keymovie_overlay {
  z-index: 11;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.kv__inner {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 20;
  -webkit-transition-property: opacity, visibility, color, background-color;
  -o-transition-property: opacity, visibility, color, background-color;
  transition-property: opacity, visibility, color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .kv__inner {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .kv__inner {
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
}
.kv__inner.playing_movie {
  opacity: 0;
  visibility: hidden;
}
.kv__bg {
  background-image: url("../media/images/top/illust_earth_01.png");
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv__bg {
    bottom: -102px;
    left: calc(50% + 140px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 835.07px;
    height: 749.63px;
  }
}
@media screen and (max-width: 768px) {
  .kv__bg {
    top: 11px;
    left: calc(50% - 147px);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 504.46px;
    height: 452.85px;
  }
}
.kv__catch {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv__catch {
    top: calc(50% - 70px);
    left: calc(50% - 308px);
    width: 450px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .kv__catch {
    bottom: 180px;
    left: 25px;
    width: 254px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.kv .button {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv .button {
    top: calc(50% + 150px);
    left: calc(50% - 407px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .kv .button {
    bottom: 62px;
    left: 25px;
    width: 220px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 350px) {
  .kv .button {
    width: 200px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.kv__movieBtn {
  position: absolute;
  cursor: pointer;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .kv__movieBtn {
    bottom: 60px;
    left: calc(50% + 314px);
    width: 218px;
  }
}
@media screen and (max-width: 768px) {
  .kv__movieBtn {
    bottom: 26px;
    right: 25px;
    width: 66px;
  }
}
@media screen and (max-width: 350px) {
  .kv__movieBtn {
    right: 15px;
  }
}

/*-----------------------
ニュース
------------------------*/
.news {
  position: relative;
  background-color: #E8EBEE;
  padding: 80px 25px 75px;
  height: 600px;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .news {
    height: 530px;
    max-height: 530px;
    padding: 42px 25px 40px;
  }
}
.news__inner {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
}
.news__head {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 769px) {
  .news__head {
    width: 1065px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
  }
}
@media screen and (max-width: 768px) {
  .news__head {
    position: relative;
    padding-top: 35px;
  }
}
.news__heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-top: 8px;
}
@media screen and (min-width: 769px) {
  .news__heading {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .news__heading {
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #E8EBEE;
    padding: 0 20px;
  }
}
.news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news__category {
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.news__category::-webkit-scrollbar {
  display: none;
}
.news__category > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  margin-left: 10px;
  white-space: nowrap;
  border-radius: 12px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .news__category > li {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.news__category > li:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #000;
}
.news__category > li.active {
  color: #FFF;
  background-color: #000;
}
.news__group {
  margin: 40px 0;
}
.news__group > li {
  opacity: 0;
  visibility: hidden;
}
.news__group > li.display {
  opacity: 1;
  visibility: visible;
}
.news__group > li:not(.display) {
  overflow: hidden;
  display: none;
}
.news__list {
  width: 100vw;
  position: relative;
  opacity: 0;
}
.news__list .card {
  position: relative;
  background-color: #FFF;
  width: 255px;
  margin: 0 8px;
}
.news__list .card__link {
  padding: 46px 20px 33px;
}
.news__list .card__link:hover {
  opacity: 1;
}
.news__list .card__link:hover .card__more--text::before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.news__list .card__link:hover .card__more--text::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -o-transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.news__list .card__link.banner {
  padding: 0;
}
.news__list .card__link.banner:hover {
  opacity: 0.7;
}
.news__list .card__category {
  position: absolute;
  top: 0;
  left: 21px;
  background-color: #E8EBEE;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  padding: 0 18px;
}
.news__list .card__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 24px;
  height: calc(24px * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 38px;
}
.news__list .card__date {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-bottom: 4px;
}
.news__list .card__more {
  position: absolute;
  bottom: 34px;
  right: 0;
}
.news__list .card__more--text {
  position: relative;
  display: inline-block;
  width: 114px;
  padding-bottom: 7px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  overflow: hidden;
}
.news__list .card__more--text::before, .news__list .card__more--text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.news__list .card__more--text::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1065px;
  margin: 0 auto;
}
.news__bottom .button {
  width: 180px;
  margin: 0;
  margin-left: 6px;
}
.news__bottom.no_arrow {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*-----------------------
SKグループについて
------------------------*/
.company {
  position: relative;
  padding: 0 25px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .company {
    height: 715px;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 0 15px;
  }
}
.company__bg {
  background-image: url("../media/images/top/company_bg.png");
  background-size: cover;
  position: absolute;
  top: -11px;
  left: -472px;
  width: 1162px;
  height: 820.6px;
}
@media screen and (max-width: 768px) {
  .company__bg {
    top: -178px;
    left: calc(50% - 544px);
    background-size: 95%;
  }
}
@media screen and (max-width: 480px) {
  .company__bg {
    top: -93px;
    left: calc(50% - 310px);
    background-size: 50%;
  }
}
.company__box {
  width: 1086px;
  padding: 108px 0 0 488px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__box {
    width: 100%;
    max-width: 550px;
    padding: 40px 38px 39px;
    margin-top: 360px;
    position: relative;
    background-color: #FFF;
  }
}
@media screen and (max-width: 480px) {
  .company__box {
    width: 100%;
    max-width: unset;
    padding: 40px 38px 39px;
    margin-top: 218px;
    position: relative;
    background-color: #FFF;
  }
  .company__box .button {
    width: 100%;
    max-width: 252px;
  }
}
@media screen and (max-width: 350px) {
  .company__box {
    padding: 40px 24px 39px;
  }
}
.company__logo {
  width: 387px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__logo {
    width: 215px;
  }
}
.company__desc {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.5;
  text-align: center;
  margin: 40px 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .company__desc {
    font-size: 14px;
    line-height: 2.1;
    margin: 26px 0 30px;
  }
}
.company__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 345px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .company__icon {
    width: 242px;
    margin: 35px auto 0;
  }
}
.company__icon--saiko {
  width: 53px;
  height: 71px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .company__icon--saiko {
    width: 37px;
    height: 50px;
    margin-right: 18px;
  }
}
.company__icon--sktrading {
  width: 70px;
  height: 71px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .company__icon--sktrading {
    width: 49px;
    height: 50px;
    margin-right: 18px;
  }
}
.company__icon--stepsnine {
  width: 66px;
  height: 71px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .company__icon--stepsnine {
    width: 46px;
    height: 50px;
    margin-right: 18px;
  }
}
.company__icon--skholdings {
  width: 79px;
  height: 71px;
}
@media screen and (max-width: 768px) {
  .company__icon--skholdings {
    width: 55px;
    height: 50px;
  }
}

/*-----------------------
横スクロールアニメーション
------------------------*/
.scrollArea {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #F5F3F0;
  padding: 75px 0 88px;
}
@media screen and (max-width: 768px) {
  .scrollArea {
    padding: 39px 0 48px;
  }
}
.scrollArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: calc(2120px * 3);
  height: 330px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .scrollArea__inner {
    width: calc(1120px * 3);
    height: 175px;
  }
}
.scrollArea__anime {
  position: relative;
  width: 2120px;
  padding: 0;
  margin: 0;
  min-width: 100vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .scrollArea__anime {
    width: 1120px;
    height: 100%;
  }
}
.scrollArea__textBox {
  position: absolute;
}
.scrollArea__textBox--01 {
  top: 28px;
  left: 389px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--01 {
    top: 15px;
    left: 205px;
    width: 331px;
    height: 39px;
  }
}
.scrollArea__textBox--02 {
  top: 203px;
  left: 407px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--02 {
    top: 103px;
    left: 204px;
    width: 147px;
    height: 50px;
  }
}
.scrollArea__textBox--03 {
  top: 73px;
  left: 265px;
  padding: 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--03 {
    top: 36px;
    left: 138px;
    width: 60px;
    height: 116px;
    padding: 10px 20px 0;
  }
}
.scrollArea__textBox--04 {
  top: 221px;
  left: 764px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--04 {
    top: 116px;
    left: 400px;
    width: 146px;
    height: 28px;
  }
}
.scrollArea__textBox--05 {
  top: 27px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--05 {
    top: 15px;
    width: 87px;
    height: 86px;
  }
}
.scrollArea__textBox--06 {
  top: 236px;
  left: 1484px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--06 {
    top: 125px;
    left: 780px;
    width: 331px;
    height: 39px;
  }
}
.scrollArea__textBox--07 {
  top: 28px;
  left: 1306px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--07 {
    top: 5px;
    left: 696px;
    width: 147px;
    height: 50px;
  }
}
.scrollArea__textBox--08 {
  top: 0;
  left: 1108px;
  padding: 0 40px 40px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--08 {
    left: 581px;
    width: 60px;
    height: 116px;
    padding: 0 20px 10px;
  }
}
.scrollArea__textBox--09 {
  top: 106px;
  left: 1747px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--09 {
    top: 55px;
    left: 917px;
    width: 146px;
    height: 28px;
  }
}
.scrollArea__textBox--10 {
  top: 163px;
  left: 1241px;
}
@media screen and (max-width: 768px) {
  .scrollArea__textBox--10 {
    top: 87px;
    left: 652px;
    width: 87px;
    height: 86px;
  }
}

/*-----------------------
Chemi-story
------------------------*/
@media screen and (min-width: 769px) {
  .chemi-wrapper {
    padding: 0 33px;
    min-width: calc($min-width-pc - 66px);
  }
}

.chemi-container__bg {
  background-size: cover;
}

.chemi-story {
  position: relative;
  min-width: unset;
}
@media screen and (min-width: 769px) {
  .chemi-story {
    padding: 42px 0;
  }
}
@media screen and (max-width: 768px) {
  .chemi-story {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 769px) {
  .chemi-story__flexHead {
    width: 1160px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .chemi-story__title {
    font-size: 30px;
    margin-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .chemi-story__title {
    padding-top: 50px;
  }
}
.chemi-story__desc {
  display: none;
}
.chemi-story__slideWrap {
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .chemi-story__logo {
    position: absolute;
    top: -39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}
.chemi-story__bottom {
  width: 1083px;
  max-width: 1083px;
  margin: 0;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .chemi-story__bottom {
    width: 100%;
    padding: 0 25px;
  }
}
.chemi-story__bottom.no_arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chemi-story__bottom .button {
  width: 206px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .chemi-story__bottom .button {
    width: 180px;
  }
}
@media screen and (max-width: 350px) {
  .chemi-story__bottom .button {
    margin-left: 6px;
  }
}
.chemi-story__bottom .button::after {
  position: absolute;
  right: 21px;
}

/*-----------------------
仲間募集
------------------------*/
.recruitment {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recruitment {
    padding: 67px 25px 70px;
  }
}
.recruitment__inner {
  position: relative;
}
.recruitment__handshake {
  width: 527px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruitment__handshake {
    position: absolute;
    top: -245px;
    width: 435px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .recruitment__title {
    width: 257px;
    position: absolute;
    top: 176px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .recruitment__title {
    width: 178px;
    padding: 27px 0 155px;
    margin: 0 auto;
  }
}
.recruitment__subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruitment__subtitle {
    position: absolute;
    top: 245px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__subtitle {
    line-height: 2;
  }
}
.recruitment .button {
  width: 198px;
}
@media screen and (min-width: 769px) {
  .recruitment .button {
    position: absolute;
    top: 329px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .recruitment .button {
    margin: 22px auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .recruitment__typeWrap {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__typeWrap {
    padding: 0 10px 55px;
  }
}
.recruitment__type {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .recruitment__type {
    position: relative;
    width: 1061px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__type {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #E8EBEE;
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .recruitment__type .item {
    position: absolute;
  }
  .recruitment__type .item .item__link:hover {
    opacity: 1;
  }
  .recruitment__type .item:nth-of-type(1) {
    top: 57px;
    left: 0;
  }
  .recruitment__type .item:nth-of-type(1) .item__link:hover {
    background-color: #45B035;
  }
  .recruitment__type .item:nth-of-type(1) .item__link:hover::before {
    border-top: 26px solid #45B035;
  }
  .recruitment__type .item:nth-of-type(2) {
    top: 304px;
    left: 75px;
  }
  .recruitment__type .item:nth-of-type(2) .item__link:hover {
    background-color: #00B9EF;
  }
  .recruitment__type .item:nth-of-type(2) .item__link:hover::before {
    border-top: 26px solid #00B9EF;
  }
  .recruitment__type .item:nth-of-type(3) {
    top: 57px;
    right: 0;
  }
  .recruitment__type .item:nth-of-type(3) .item__link:hover {
    background-color: #EB6EA5;
  }
  .recruitment__type .item:nth-of-type(3) .item__link:hover::before {
    border-top: 26px solid #EB6EA5;
  }
  .recruitment__type .item:nth-of-type(4) {
    top: 304px;
    right: 75px;
  }
  .recruitment__type .item:nth-of-type(4) .item__link:hover {
    background-color: #F8DE00;
  }
  .recruitment__type .item:nth-of-type(4) .item__link:hover::before {
    border-top: 26px solid #F8DE00;
  }
  .recruitment__type .item:nth-of-type(4) .item__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__type .item {
    width: 25%;
  }
  .recruitment__type .item:not(:last-child) {
    border-right: 1px solid #FFF;
  }
  .recruitment__type .item:nth-of-type(2) .item__name, .recruitment__type .item:nth-of-type(3) .item__name {
    padding-top: 7px;
  }
}
@media screen and (min-width: 769px) {
  .recruitment__type .item__link {
    position: relative;
    width: 158px;
    height: 158px;
    background-color: #000;
    border-radius: 50%;
    padding-top: 26px;
  }
  .recruitment__type .item__link::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -13px;
    border: 13px solid transparent;
    border-top: 26px solid #000;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__type .item__link {
    padding: 12px 0 13px;
  }
}
.recruitment__type .item__icon {
  width: 71px;
  height: 71px;
  display: block;
  margin: 0 auto 6px;
}
@media screen and (max-width: 768px) {
  .recruitment__type .item__icon {
    width: 36px;
    height: 37px;
  }
}
.recruitment__type .item__name {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruitment__type .item__name {
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__type .item__name {
    font-size: 12px;
  }
}

/*-----------------------
SKグループデータ
------------------------*/
.data {
  background-color: #F5F3F0;
  padding: 67px 25px 70px;
}
@media screen and (max-width: 768px) {
  .data {
    padding: 0 25px 40px;
  }
}
.data__inner {
  position: relative;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .data__inner {
    padding-top: 82px;
  }
}
.data__heading {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .data__heading {
    width: 346px;
    height: 346px;
    border-radius: 50%;
    background-color: #D98000;
  }
}
@media screen and (max-width: 768px) {
  .data__heading {
    top: -15px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.data__heading h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .data__heading h2 {
    line-height: 1.25;
    margin: 90px auto 30px 68px;
  }
}
@media screen and (max-width: 768px) {
  .data__heading h2 {
    width: 320px;
    text-align: center;
    display: inline-block;
  }
}
@media screen and (max-width: 350px) {
  .data__heading h2 {
    width: 280px;
  }
}
.data__heading .button {
  width: 209px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .data__heading .button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .data__heading .button {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.data__heading .button:hover {
  background-color: #FFF;
  color: #D98000;
  opacity: 1;
}
.data__heading .button:hover:after {
  background-image: url("../media/images/common/icon_arrow_accent.svg");
}
.data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .data__list::before {
    content: "";
    width: 488px;
  }
}
@media screen and (max-width: 768px) {
  .data__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
  }
}
.data__list .item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .data__list .item {
    margin-bottom: 60px;
  }
  .data__list .item:nth-child(1) {
    margin-right: 157px;
  }
  .data__list .item:nth-child(3) {
    margin-right: 40px;
  }
  .data__list .item:nth-child(4) {
    margin-right: 50px;
  }
  .data__list .item:nth-child(5) {
    margin-right: 63px;
  }
}
@media screen and (max-width: 768px) {
  .data__list .item {
    width: 46.2%;
    margin-bottom: 20px;
  }
}
.data__list .item__supplement {
  position: absolute;
  top: 0;
  left: -85px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #D98000;
}
@media screen and (max-width: 768px) {
  .data__list .item__supplement {
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
  }
}
.data__list .item__supplement span {
  display: block;
  color: #FFF;
}
.data__list .item__supplement--ja {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .data__list .item__supplement--ja {
    font-size: 14px;
    margin-top: 7px;
  }
}
.data__list .item__supplement--en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .data__list .item__supplement--en {
    font-size: 20px;
  }
}
.data__list .item__icon {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon {
    height: 101px;
  }
}
.data__list .item__icon--box {
  width: 131px;
  height: 78.72px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--box {
    width: 82.88px;
    height: 51.8px;
  }
}
.data__list .item__icon--boxes {
  width: 94.35px;
  height: 88.19px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--boxes {
    width: 68.25px;
    height: 63.79px;
  }
}
.data__list .item__icon--teacher {
  width: 88.97px;
  height: 79.94px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--teacher {
    width: 60.8px;
    height: 54.64px;
  }
}
.data__list .item__icon--workers {
  width: 94.58px;
  height: 94.58px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--workers {
    width: 60.8px;
    height: 60.8px;
  }
}
.data__list .item__icon--chart {
  width: 97.22px;
  height: 97.22px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--chart {
    width: 60.8px;
    height: 60.8px;
  }
}
.data__list .item__icon--repeat {
  width: 74.77px;
  height: 74.2px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--repeat {
    width: 53.2px;
    height: 52.8px;
  }
}
.data__list .item__name {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .data__list .item__name {
    font-size: 12px;
    margin-bottom: 9px;
  }
}
.data__list .item__number {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
}
@media screen and (max-width: 768px) {
  .data__list .item__number {
    font-size: 20px;
  }
}
.data__list .item__number--emphasis {
  font-size: 60px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0em;
  color: #D98000;
  margin: 0 8px 0 4px;
}
@media screen and (max-width: 768px) {
  .data__list .item__number--emphasis {
    font-size: 40px;
    margin: 0 6px 0 8px;
  }
}
.data__list .item__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #666;
  margin: 14px 0 13px;
}
@media screen and (max-width: 768px) {
  .data__list .item__text {
    font-size: 12px;
    text-align: left;
  }
}
.data__list .item__small {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  .data__list .item__small {
    font-size: 10px;
    text-align: left;
  }
}

/*# sourceMappingURL=top.css.map */
