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

@media screen and (min-width: 813px) {
  br.sp {
    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.service {
  background-color: #eff0f5;
  padding-top: 100px;
}
@media screen and (max-width: 812px) {
  #wrapper section.service {
    padding-top: 12vw;
  }
}
#wrapper section.service::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.service::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;
  }
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner {
    padding-bottom: 10vw;
  }
}
#wrapper section.service div.inner h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner h3 {
    font-size: 5.6vw;
    margin-top: 2vw;
    margin-bottom: 12vw;
  }
}
#wrapper section.service div.inner h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 35px;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner h4 {
    font-size: 4.8vw;
    padding-top: 17.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#wrapper section.service div.inner div.anchor-box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.anchor-box {
    flex-direction: column;
    width: 100%;
    padding-bottom: 12.666vw;
    border-bottom: 4px solid #000;
  }
}
#wrapper section.service div.inner div.anchor-box > a {
  position: relative;
  width: 300px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  padding-bottom: 0px;
}
#wrapper section.service div.inner div.anchor-box > a::after {
  content: "";
  background-image: url("../img/service/arrow.png");
  background-size: 15.5px 8.5px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 15.5px;
  height: 8.5px;
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 813px) {
  #wrapper section.service div.inner div.anchor-box > a.en {
    font-size: 18px;
  }
}
#wrapper section.service div.inner div.anchor-box > a .organizational {
  line-height: 1.2em;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.anchor-box > a .organizational {
    text-align: left;
  }
}
@media screen and (min-width: 813px) {
  #wrapper section.service div.inner div.anchor-box > a .organizational {
    display: inline-block;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.anchor-box > a {
    width: 100%;
    height: 13.3333333333vw;
    padding-bottom: 0;
    line-height: 6vw;
    text-align: center;
    justify-content: flex-start;
    padding-left: 1em;
  }
  #wrapper section.service div.inner div.anchor-box > a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  #wrapper section.service div.inner div.anchor-box > a::after {
    content: "";
    background-image: url("../img/service/arrow.png");
    background-size: 4.266vw 2.266vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.266vw;
    height: 2.266vw;
    display: block;
    position: relative;
    position: absolute;
    right: 3.5vw;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 813px) {
  #wrapper section.service div.inner div.service-detail {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
#wrapper section.service div.inner div.service-detail.border {
  margin-top: 50px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail.border {
    margin-top: 12.666vw;
    border-top: 4px solid #000;
  }
}
#wrapper section.service div.inner div.service-detail p.lead {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 813px) {
  #wrapper section.service div.inner div.service-detail p.lead.slim {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 813px) {
  #wrapper section.service div.inner div.service-detail p.lead.en {
    font-size: 20px;
  }
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail p.lead.en {
    line-height: 8vw;
  }
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail p.lead {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
    text-align: left;
    line-height: 8.5333333333vw;
  }
}
#wrapper section.service div.inner div.service-detail .figure2-box {
  background: white;
  border: 1px solid #000;
  padding-bottom: 70px;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail .figure2-box {
    padding-bottom: 3rem;
  }
}
#wrapper section.service div.inner div.service-detail .figure2-box > p {
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail .figure2-box > p {
    font-size: 4.166667vw;
    line-height: 7.133333vw;
    margin-top: 2rem;
  }
}
#wrapper section.service div.inner div.service-detail .figure2-box > p a {
  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;
  text-decoration: none;
  height: 85px;
  display: flex;
  background-color: black;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 685px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background-position-x: right;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail .figure2-box > p a {
    margin-top: 1rem;
    width: 92%;
    line-height: 1.6rem;
  }
}
#wrapper section.service div.inner div.service-detail .figure2-box > p a span {
  font-size: 18px;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail .figure2-box > p a span {
    font-size: 4vw;
    font-weight: 500;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure1 {
  background-image: url("../img/service/figure1.png");
  background-size: 1000px 1242px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 1242px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure1 {
    background-image: url("../img/service/figure1-sp.png");
    background-size: 89.333vw 480vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 480vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure1.en {
  background-image: url("../img/service/en/figure1.png");
  background-size: 1000px 1248px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 1248px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure1.en {
    background-image: url("../img/service/en/figure1-sp.png");
    background-size: 89.333vw 507.466vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 507.466vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure2 {
  background-image: url("../img/service/figure2_260714.png");
  background-size: 1000px 1034px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 1034px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure2 {
    background-image: url("../img/service/figure2-sp_260714.png");
    background-size: 89.333vw 152.4vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 152.4vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure2.en {
  background-image: url("../img/service/en/figure2.png");
  background-size: 1000px 1034px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 1034px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure2.en {
    background-image: url("../img/service/en/figure2-sp.png");
    background-size: 89.333vw 159.066vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 159.066vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure3 {
  background-image: url("../img/service/figure3.png");
  background-size: 1000px 380px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 380px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure3 {
    background-image: url("../img/service/figure3-sp.png");
    background-size: 89.333vw 100.2666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100.2666vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure3.en {
  background-image: url("../img/service/en/figure3.png");
  background-size: 1000px 380px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 380px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure3.en {
    background-image: url("../img/service/en/figure3-sp.png");
    background-size: 89.333vw 100.2666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100.2666vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure4 {
  background-image: url("../img/service/figure4.png");
  background-size: 1000px 980px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 980px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure4 {
    background-image: url("../img/service/figure4-sp.png");
    background-size: 89.333vw 348.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 348.8vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail figure.figure4.en {
  background-image: url("../img/service/en/figure4.png");
  background-size: 1000px 980px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 980px;
  display: block;
  position: relative;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail figure.figure4.en {
    background-image: url("../img/service/en/figure4-sp.png");
    background-size: 89.333vw 362.666vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 362.666vw;
    display: block;
    position: relative;
  }
}
#wrapper section.service div.inner div.service-detail .detail-button-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail .detail-button-box {
    flex-direction: column;
    align-items: center;
  }
}
#wrapper section.service div.inner div.service-detail a.service-detail-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;
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail a.service-detail-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;
  }
}
#wrapper section.service div.inner div.service-detail a.service-detail-button {
  margin-top: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 813px) {
  #wrapper section.service div.inner div.service-detail a.service-detail-button:nth-child(2) {
    margin-left: 55px;
  }
}
@media screen and (max-width: 812px) {
  #wrapper section.service div.inner div.service-detail a.service-detail-button:nth-child(2) {
    margin-top: 6.6666666667vw;
  }
}
#wrapper section.service div.inner div.service-detail a.service-detail-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.service div.inner div.service-detail a.service-detail-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=service.css.map */
