@charset "UTF-8";
.button {
  position: relative;
  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;
  width: 252px;
  height: 50px;
  line-height: 1;
  color: #FFF;
  margin: 0 auto;
  border-radius: 25px;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.button:hover {
  opacity: 1;
}
.button--black {
  background-color: #000;
}
.button--black:hover {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
}
.button--orange {
  background-color: #D98000;
}
.button--gray {
  background-color: #666;
}
.button--gray:hover {
  background-color: #FFF;
  color: #000;
  border: 1px solid #666;
}
.button--white {
  background-color: #FFF;
  color: #000;
  border: 2px solid #000;
}
.button--white:hover {
  background-color: #000;
  color: #FFF;
}
.button--transparent {
  border: 1px solid #FFF;
}
.button--join::before {
  content: "";
  background-image: url("../media/images/common/icon_hand.svg");
  background-size: contain;
  width: 28px;
  height: 34px;
  margin-right: 15px;
}
.button--join:hover::before {
  background-image: url("../media/images/common/icon_hand_invert.svg");
}
.button--contact::before {
  content: "";
  background-image: url("../media/images/common/icon_mail.svg");
  background-size: contain;
  width: 20px;
  height: 16px;
  margin-right: 18px;
}
.button--arrow {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.button--arrow::after {
  content: "";
  background-image: url("../media/images/common/icon_arrow.svg");
  background-size: contain;
  width: 16px;
  height: 9px;
  margin-left: 30px;
}
.button--arrow:hover::after {
  background-image: url("../media/images/common/icon_arrow_hover.svg");
}
.button--arrow_back {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.button--arrow_back::before {
  content: "";
  background-image: url("../media/images/common/icon_arrow.svg");
  background-size: contain;
  width: 16px;
  height: 9px;
  margin-right: 33px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  left: 23px;
  top: 20px;
}
.button--arrow_back:hover::before {
  background-image: url("../media/images/common/icon_arrow_hover.svg");
}
.button--open {
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .button--open {
    font-size: 15px;
  }
}
.button--open::after {
  content: "";
  background-image: url("../media/images/common/icon_open.svg");
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .button--open::after {
    width: 18px;
    height: 18px;
  }
}
.button--open:hover::after {
  background-image: url("../media/images/common/icon_open_hover.svg");
}
.button--link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.button--link::after {
  content: "";
  background-image: url("../media/images/common/icon_link.svg");
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-left: 25px;
}
.button--link:hover::after {
  background-image: url("../media/images/common/icon_link_hover.svg");
}
.button--no-active {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.24;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .button--no-active {
    font-size: 15px;
  }
}

.floatNav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  z-index: 300;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .floatNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60px;
    height: 400px;
    top: 177px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .floatNav {
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .floatNav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .floatNav__item {
    width: 50%;
    height: 100%;
  }
}
.floatNav__link {
  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;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .floatNav__link {
    width: 60px;
    height: 200px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .floatNav__link {
    width: 100%;
    height: 100%;
  }
}
.floatNav__link--join {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .floatNav__link--join {
    border-top-left-radius: 10px;
  }
}
.floatNav__link--join:before {
  content: "";
}
@media screen and (min-width: 769px) {
  .floatNav__link--join:before {
    background-image: url("../media/images/common/icon_hand.svg");
    width: 28px;
    height: 34px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .floatNav__link--join:before {
    background-image: url("../media/images/common/icon_hand_sp.svg");
    width: 27px;
    height: 30px;
    margin-right: 12px;
  }
}
.floatNav__link--contact {
  background-color: #D98000;
}
@media screen and (min-width: 769px) {
  .floatNav__link--contact {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .floatNav__link--contact {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid transparent;
  }
}
.floatNav__link--contact:before {
  content: "";
  background-image: url("../media/images/common/icon_mail.svg");
  width: 20px;
  height: 16px;
}
@media screen and (min-width: 769px) {
  .floatNav__link--contact:before {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .floatNav__link--contact:before {
    margin-right: 12px;
  }
}
@media screen and (min-width: 769px) {
  .floatNav__item {
    position: relative;
    background-color: #D98000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .floatNav__item--recruitment {
    background-color: #000;
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    -webkit-transition-property: left, border-radius;
    transition-property: left, border-radius;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .floatNav__item--recruitment .floatNav__link--join {
    border-bottom-left-radius: 0;
    -webkit-transition-property: left, border-radius;
    transition-property: left, border-radius;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .floatNav__item--recruitment:hover {
    left: -140px;
    border-bottom-left-radius: 10px;
  }
  .floatNav__item--recruitment:hover .floatNav__link--join {
    border-bottom-left-radius: 10px;
  }
  .floatNav__childMenu {
    position: absolute;
    width: 140px;
    height: 100%;
    padding: 20px 0;
    top: 0;
    left: 60px;
    background-color: #000;
  }
  .floatNav__childItem {
    height: 25%;
  }
  .floatNav__childItem a {
    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;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    white-space: nowrap;
  }
}

.sitemap {
  width: 100%;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sitemap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sitemap__linkBlock {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sitemap__linkBlock {
    margin-top: 0;
    width: 100%;
  }
}
.sitemap__linkHeading {
  margin-bottom: 46px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sitemap__linkHeading {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.sitemap__linkHeading + .sitemap__linkHeading {
  margin-top: 36px;
}
.footer .sitemap__linkHeading a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .nav .sitemap__linkHeading {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.nav .sitemap__linkHeading a {
  color: #000;
}
.sitemap__links {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .nav .sitemap__links {
    margin-top: 24px;
  }
}
.sitemap__link {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}
.sitemap__link a {
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .footer .sitemap__link {
    display: none;
  }
}
.footer .sitemap__link a {
  color: #CCC;
}
.nav .sitemap__link a {
  color: #666;
}

.header {
  width: 100%;
  height: 80px;
  padding: 40px 113px 0 35px;
  background: transparent;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .header {
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 60px;
    padding: 20px 0 20px 25px;
  }
}
.header__logo {
  width: 230px;
  height: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 143.75px;
    height: 20px;
    margin-bottom: 0;
  }
}
.header__menus {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .header__menus {
    display: none;
  }
}
.header__gnavi {
  height: 40px;
}
.header__glink {
  height: 40px;
}
.header__breadcrumbs {
  height: 40px;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #FFF;
  border-radius: 10px;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.header__breadcrumbs li {
  display: inline-block;
  border-right: 1px solid #000;
}
.header__breadcrumbs li a, .header__breadcrumbs li span {
  display: inline-block;
  line-height: 1;
  padding-left: 14px;
  padding-right: 14px;
  color: #000;
  white-space: nowrap;
}
.header__breadcrumbs li:first-of-type {
  padding-left: 28px;
}
.header__breadcrumbs li:first-of-type a, .header__breadcrumbs li:first-of-type span {
  padding-left: 0;
}
.header__breadcrumbs li:last-of-type {
  padding-right: 28px;
  border-right: none;
}
.header__breadcrumbs li:last-of-type a, .header__breadcrumbs li:last-of-type span {
  padding-right: 0;
}

.nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateZ(4px);
  transform: translateZ(4px);
  overflow-y: auto;
  background: #FFF;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav__inner {
  padding-top: 40px;
  margin-left: 35px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .nav__inner {
    padding-top: 0;
    padding-bottom: 150px;
    margin: 0;
  }
}
.nav__logo {
  width: 230px;
  height: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .nav__logo {
    width: 143.75px;
    height: 20px;
    margin: 20px 0 0 25px;
  }
}
.nav__sitemap {
  max-width: 940px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .nav__sitemap {
    margin-top: 60px;
    margin-left: 0;
    padding-left: 25px;
  }
  .nav__sitemap.sitemap .sitemap__linkHeading + .sitemap__linkHeading {
    margin-top: 0;
  }
  .nav__sitemap.sitemap .sitemap__link {
    margin-bottom: 18px;
  }
}

.menuBtn {
  position: fixed;
  top: 40px;
  right: 35px;
  width: 40px;
  height: 40px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 200;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
}
@media screen and (max-width: 768px) {
  .menuBtn {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    padding: 20px 15px;
    border-bottom-left-radius: 10px;
    background-color: #FFF;
  }
}
.menuBtn:hover {
  cursor: pointer;
}
.menuBtn span {
  display: inline-block;
  width: 30px;
  border-top: 2px solid #000;
  -webkit-transition-property: opacity, color, background-color, -webkit-transform;
  transition-property: opacity, color, background-color, -webkit-transform;
  -o-transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color;
  transition-property: opacity, transform, color, background-color, -webkit-transform;
  -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.4s;
  transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .menuBtn span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .menuBtn span {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-225deg);
  transform: translateY(11px) rotate(-225deg);
}
.menuBtn.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateX(0) translateY(-7px) rotate(-135deg);
  transform: translateX(0) translateY(-7px) rotate(-135deg);
}

.footer {
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 620px;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  color: #FFF;
  background-color: #6A6661;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .footer {
    min-width: unset;
    height: auto;
  }
}
.footer__primary {
  width: 100%;
  height: 443px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .footer__primary {
    height: auto;
    padding-top: 60px;
  }
}
.footer__primaryInner {
  width: 1034px;
  min-width: 1034px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer__primaryInner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
    min-width: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__secondary {
  width: 100%;
  height: 176px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .footer__secondary {
    height: 350px;
  }
}
.footer__secondaryInner {
  width: 100%;
  height: 100%;
  min-width: 1034px;
  padding-left: 40px;
  padding-right: 40px;
  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;
}
@media screen and (max-width: 768px) {
  .footer__secondaryInner {
    min-width: unset;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__info {
  width: 216px;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .footer__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
}
.footer__logo {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-bottom: 32px;
  }
}
.footer__logo .logo__skg {
  width: 216px;
  height: 50px;
}
.footer__address {
  line-height: 24px;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 500;
}
.footer__snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__snsIcon {
  margin-right: 19px;
}
.footer__snsIcon--facebook {
  width: 28.82px;
  height: 28.64px;
}
.footer__snsIcon--instagram {
  width: 26.04px;
  height: 26.04px;
}
.footer__icons {
  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;
}
@media screen and (max-width: 768px) {
  .footer__icons {
    width: 100%;
    padding-top: 60px;
    margin: 0 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__icons .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.footer__icons .logo__skg {
  width: 165px;
  height: 39px;
}
@media screen and (min-width: 769px) {
  .footer__icons .logo__skg {
    margin-right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .footer__icons .logo__skg {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__icons .icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__icons .icon a, .footer__icons .icon img {
  display: inline-block;
}
.footer__icons .icon__saiko {
  width: 43px;
  height: 57px;
  margin-right: 24px;
}
.footer__icons .icon__sktrading {
  width: 58px;
  height: 57px;
  margin-right: 24px;
}
.footer__icons .icon__stepsnine {
  width: 54px;
  height: 57px;
  margin-right: 24px;
}
.footer__icons .icon__skholdings {
  width: 63px;
  height: 57px;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #CCC;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__sitemaps {
  width: calc(1034px - 216px);
}

html {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  html.fixed {
    overflow: hidden;
  }
}

body {
  position: relative;
  width: 100%;
  min-width: 1300px;
  background-color: #FFF;
  color: #231815;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

li {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
}

a {
  display: block;
  color: #231815;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -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;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
a:hover {
  opacity: 0.7;
}
a:active, a:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tab_only {
    display: none;
  }
}
#main {
  position: relative;
}

.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slider div {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}
img.preload {
  width: 0px;
  height: 0px;
  display: none;
}

.modal-video {
  background-color: #D98000;
  background-color: rgba(217, 128, 0, 0.9);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  background-color: #000;
}

/* 大切にしていること */
.important {
  background-color: #FFF;
  padding: 0 30px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .important {
    padding: 0 10px 33px;
  }
}
.important__inner {
  position: relative;
  min-width: calc(1300px - 60px);
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .important__inner {
    min-width: unset;
  }
}
.important__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 418px;
  margin: 0 auto 35px;
  background-color: #000;
  border-radius: 25px;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: absolute;
  top: -25px;
  left: calc(50% - 209px);
}
@media screen and (max-width: 768px) {
  .important__title {
    height: 26px;
    width: 202px;
    font-size: 14px;
    top: -13px;
    left: calc(50% - 101px);
  }
}
.important__logo {
  position: relative;
  max-width: 655px;
  margin: 0 auto;
  padding-top: 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .important__logo {
    width: 298px;
    margin-bottom: 34px;
    padding-top: 42px;
  }
}
.important__logo img {
  display: block;
}
@media screen and (min-width: 769px) {
  .important__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -38px;
  }
}
@media screen and (min-width: 769px) {
  .important__list .card {
    width: 32.2%;
  }
}
@media screen and (max-width: 768px) {
  .important__list .card {
    margin-bottom: 10px;
  }
}
.important__list .card__link {
  background-size: cover;
  height: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .important__list .card__link {
    padding-bottom: 142.9%;
  }
  .important__list .card__link--01 {
    background-image: url("../media/images/common/card_01.jpg");
  }
  .important__list .card__link--02 {
    background-image: url("../media/images/common/card_02.png");
  }
  .important__list .card__link--03 {
    background-image: url("../media/images/common/card_03.png");
    color: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .important__list .card__link {
    padding-bottom: 91.5%;
  }
  .important__list .card__link--01 {
    background-image: url("../media/images/common/card_sp_01.jpg");
  }
  .important__list .card__link--02 {
    background-image: url("../media/images/common/card_sp_02.png");
  }
  .important__list .card__link--03 {
    background-image: url("../media/images/common/card_sp_03.png");
    color: #FFF;
  }
}
.important__list .card__link:hover {
  opacity: 1;
}
.important__list .card__link:hover .card__more::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);
}
.important__list .card__link:hover .card__more::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;
}
.important__list .card__text {
  position: absolute;
  bottom: 57.7%;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .important__list .card__text {
    bottom: 60.9%;
    left: 40px;
  }
}
.important__list .card__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .important__list .card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 98px;
  }
}
@media screen and (max-width: 768px) {
  .important__list .card__title {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 0.15em;
  }
}
.important__list .card__more {
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 38px;
  display: inline-block;
  position: relative;
  width: 114px;
  padding-bottom: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .important__list .card__more {
    margin-top: 34px;
  }
}
.important__list .card__more::before, .important__list .card__more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.important__list .card__more::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.important__list .card__more--03::before, .important__list .card__more--03::after {
  background-color: #FFF;
}

/* Chemi-story */
.chemi-container {
  background-color: #E8EBEE;
}
.chemi-container__bg {
  background-image: url("../media/images/chemistry/chemistry_bg.png");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .chemi-container__bg {
    background-image: url("../media/images/chemistry/chemistry_bg_sp.svg");
    background-size: 170% auto;
  }
}

.chemi-story {
  width: 100%;
  min-width: 1300px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .chemi-story {
    min-width: unset;
    padding-bottom: 60px;
  }
}
.chemi-story__inner {
  width: 1083px;
  max-width: 1083px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .chemi-story__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .chemi-story__flexHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-86px);
    -ms-transform: translateX(-86px);
    transform: translateX(-86px);
    margin-bottom: -23px;
  }
}
@media screen and (max-width: 768px) {
  .chemi-story__flexHead {
    padding: 0 25px;
    margin-bottom: 30px;
  }
}
.chemi-story__logo {
  width: 346px;
}
@media screen and (min-width: 769px) {
  .chemi-story__logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .chemi-story__logo {
    width: 328px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .chemi-story__logo {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .chemi-story__heading {
    text-align: center;
  }
}
.chemi-story__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 18px 0 14px;
}
@media screen and (max-width: 768px) {
  .chemi-story__title {
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 20px;
  }
}
.chemi-story__desc {
  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;
}
@media screen and (max-width: 768px) {
  .chemi-story__desc {
    font-size: 12px;
    line-height: 2;
  }
}
.chemi-story__slideWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .chemi-story__slideWrap {
    margin-bottom: 30px;
  }
}
.chemi-story__slide {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chemi-story__slide .item {
  width: 345px;
  background-color: #FFF;
  border-radius: 10px;
  margin: 0 9px;
}
.chemi-story__slide .item > a {
  position: relative;
  height: 100%;
}
.chemi-story__slide .item > a:hover {
  opacity: 1;
}
.chemi-story__slide .item > a:hover .item__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);
}
.chemi-story__slide .item > a:hover .item__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;
}
.chemi-story__slide .item__thumbnail {
  padding: 1px;
  height: 205px;
  overflow: hidden;
}
.chemi-story__slide .item__thumb {
  border-radius: 10px 10px 0 0;
  height: 205px;
  object-fit: cover;
}
.chemi-story__slide .item__number {
  position: absolute;
  bottom: 210px;
  left: 30px;
  width: 94px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .chemi-story__slide .item__number {
    bottom: 193px;
    left: 27px;
  }
}
.chemi-story__slide .item__text {
  padding: 40px 10px 92px 20px;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .chemi-story__slide .item__text {
    padding: 23px 25px 82px;
    height: 194px;
  }
}
.chemi-story__slide .item__title {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .chemi-story__slide .item__title {
    font-size: 16px;
    line-height: 2;
  }
}
.chemi-story__slide .item__category {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 768px) {
  .chemi-story__slide .item__category {
    font-size: 12px;
  }
}
.chemi-story__slide .item__more {
  position: absolute;
  bottom: 34px;
  right: 0;
}
@media screen and (max-width: 350px) {
  .chemi-story__slide .item__more {
    bottom: 10px;
  }
}
.chemi-story__slide .item__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;
}
.chemi-story__slide .item__more--text::before, .chemi-story__slide .item__more--text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.chemi-story__slide .item__more--text::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.chemi-story__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1065px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .chemi-story__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .chemi-story__bottom .button {
    width: 180px;
    margin-left: 6px;
  }
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox .slick-arrow {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  -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) {
  .arrowBox .slick-arrow {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
@media screen and (max-width: 768px) {
  .arrowBox .slick-arrow {
    border: 2px solid #000;
  }
}
.arrowBox .slick-arrow:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 350px) {
  .arrowBox .slick-arrow:first-child {
    margin-right: 6px;
  }
}
.arrowBox .slick-arrow .shevron {
  width: 20.17px;
  height: 20.17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../media/images/common/chevron_right_black.svg");
  -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) {
  .arrowBox .slick-arrow .shevron {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.arrowBox .slick-arrow .shevron--left {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
@media screen and (min-width: 769px) {
  .arrowBox .slick-arrow:hover {
    cursor: pointer;
    background-color: #000;
  }
  .arrowBox .slick-arrow:hover .shevron {
    background-image: url("../media/images/common/chevron_right_invert.svg");
  }
}
@media screen and (max-width: 768px) {
  .arrowBox .slick-arrow.hover {
    background-color: #000;
  }
  .arrowBox .slick-arrow.hover .shevron {
    background-image: url("../media/images/common/chevron_right_invert.svg");
  }
}

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