@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}

#wrapper section.header {
  margin-bottom: 110px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header {
    margin-bottom: 20.333vw;
  }
}

#wrapper section.header h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 15px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header h2 {
    font-size: 6.133vw;
    margin-top: 22.333vw;
  }
}

#wrapper section.header p.lead {
  text-align: center;
  color: #999999;
  font-size: 14px;
}

@media screen and (max-width: 812px) {
  #wrapper section.header p.lead {
    font-size: 2.6666vw;
  }
}

#wrapper section.presskit {
  background-color: #eff0f5;
  padding-top: 100px;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit {
    padding-top: 12vw;
  }
}

#wrapper section.presskit::after {
  background-image: url("../img/top/news-bottom.png");
  background-size: 2000px 282px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 282px;
  display: block;
  position: relative;
  content: " ";
  background-color: white;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit::after {
    background-image: url("../img/top/news-bottom-sp.png");
    background-size: 100vw 13.733vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 13.733vw;
    display: block;
    position: relative;
    content: " ";
    background-color: white;
  }
}

#wrapper section.presskit div.inner {
  padding-bottom: 44px;
}

#wrapper section.presskit div.inner .release-link {
  text-align: right;
  margin-bottom: 45px;
}

#wrapper section.presskit div.inner .release-link a {
  color: #000;
  font-size: 18px;
}

#wrapper section.presskit div.inner .release-link a::after {
  content: "";
  background-image: url("../img/common/arrow.png");
  background-size: 16px 8px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 16px;
  height: 8px;
  display: block;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 7px;
  transform: rotate(-90deg);
  transition: filter .3s;
}

#wrapper section.presskit div.inner .presskit-lead {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 95px;
  color: #b3424a;
  letter-spacing: 0;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .presskit-lead {
    width: 100%;
    font-size: 4.26667vw;
    line-height: 8.53333vw;
    margin-bottom: 10vw;
  }
  #wrapper section.presskit div.inner .presskit-lead li {
    position: relative;
    box-sizing: border-box;
    padding-left: 8vw;
  }
  #wrapper section.presskit div.inner .presskit-lead li:nth-child(n+2) {
    margin-top: 8vw;
  }
  #wrapper section.presskit div.inner .presskit-lead li::before {
    content: "";
    position: absolute;
    width: 2.13333vw;
    height: 1px;
    background-color: #b3424a;
    display: block;
    top: 1em;
    left: 0;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .presskit-lead.en {
    line-height: 8vw;
  }
}

#wrapper section.presskit div.inner p.notice {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner p.notice {
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section.presskit div.inner p.notice.en {
    font-size: 20px;
  }
}

#wrapper section.presskit div.inner .notice-box-list {
  width: 800px;
  border-top: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .notice-box-list {
    width: 100%;
  }
}

#wrapper section.presskit div.inner .notice-box-list .notice-box {
  padding: 45px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-top: none;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .notice-box-list .notice-box {
    padding: 6vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section.presskit div.inner .notice-box-list .notice-box.en p {
    font-size: 20px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .notice-box-list .notice-box.en p {
    line-height: 8vw;
  }
}

#wrapper section.presskit div.inner .notice-box-list .notice-box p {
  font-size: 18px;
  line-height: 36px;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .notice-box-list .notice-box p {
    font-size: 4.26667vw;
    line-height: 8.53333vw;
  }
}

#wrapper section.presskit div.inner .kit-list {
  margin-top: 100px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .kit-list {
    margin-top: 13.33333vw;
    width: 81.33333vw;
    flex-direction: column;
  }
}

#wrapper section.presskit div.inner .kit-list .kit-box {
  width: 480px;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .kit-list .kit-box {
    width: 100%;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section.presskit div.inner .kit-list .kit-box:nth-child(2n) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .kit-list .kit-box:nth-child(2n) {
    margin-top: 9.33333vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section.presskit div.inner .kit-list .kit-box.en p {
    font-size: 20px;
  }
}

#wrapper section.presskit div.inner .kit-list .kit-box figure {
  width: 100%;
}

#wrapper section.presskit div.inner .kit-list .kit-box figure img {
  width: 100%;
}

#wrapper section.presskit div.inner .kit-list .kit-box p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner .kit-list .kit-box p {
    margin-top: 4vw;
    font-size: 4.26667vw;
  }
}

#wrapper section.presskit div.inner a.press-kit-entry-button {
  background-image: url("../img/service/detail-button.png");
  background-size: 400px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 400px;
  height: 85px;
  display: block;
  position: relative;
  margin-top: 70px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner a.press-kit-entry-button {
    background-image: url("../img/service/detail-button-sp.png");
    background-size: 69.333vw 13.8666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 69.333vw;
    height: 13.8666vw;
    display: block;
    position: relative;
    display: flex;
    font-size: 4vw;
    margin-top: 12vw;
  }
}

@media screen and (min-width: 813px) {
  #wrapper section.presskit div.inner a.press-kit-entry-button:nth-child(2) {
    margin-left: 55px;
  }
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner a.press-kit-entry-button:nth-child(2) {
    margin-top: 6.66667vw;
  }
}

#wrapper section.presskit div.inner a.press-kit-entry-button.blank::after {
  content: "";
  background-image: url("../img/recruit/new-window-icon.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin-left: 5px;
}

@media screen and (max-width: 812px) {
  #wrapper section.presskit div.inner a.press-kit-entry-button.blank::after {
    background-image: url("../img/recruit/new-window-icon.png");
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    position: relative;
    margin-left: 2vw;
  }
}

/*# sourceMappingURL=news-presskit.css.map */