/*
#mainVisualLower
---------------------------*/
#mainVisualLower {
  background-image: url(../img/services/mv.jpg);
  background-size: cover;
  background-position: center top;
}
#pageNavigation {
  padding: 30px 0;
}
#pageNavigation .navBtn + .navBtn {
  margin-top: 10px;
}
#pageNavigation .navBtn a {
  display: block;
  background-color: #357FB2;
  text-align: center;
  padding: 15px 0;
  transition: all 0.3s ease;
}
#pageNavigation .navBtn a:hover {
  background-color: #2C6186;
}
#pageNavigation .navBtn a span {
  position: relative;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-right: 30px;
}
#pageNavigation .navBtn a span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/services/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
@media (min-width: 769px) {
  #pageNavigation {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
  }
  #pageNavigation .navBtn {
    width: calc((100% - 30px) / 3);
  }
  #pageNavigation .navBtn + .navBtn {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  #pageNavigation .navBtn a {
    padding: 46px 0;
  }
  #pageNavigation .navBtn a span {
    font-size: 28px;
  }
}

.serviceContent .serviceContentInner {
  background-color: #F8F8F8;
  background-image: url(../img/services/service-content-bg01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150%;
  padding-bottom: 30px;
}
.serviceContent#ipo .serviceContentInner {
  background-image: url(../img/services/service-content-bg02.jpg);
}
.serviceContent#advisory .serviceContentInner {
  background-image: url(../img/services/service-content-bg03.jpg);
}
.serviceContent .serviceBlock {
  background-color: #fff;
  padding: 20px 6%;
}
.serviceContent .serviceTitle {
  text-align: center;
  color: #357FB2;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 30px;
  padding: 50px 0 40px;
}
.serviceContent .serviceTop {
  padding-bottom: 30px;
}
.serviceContent .serviceTop h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.serviceContent .serviceBox {
  position: relative;
  background-color: #F6F6F6;
  padding: 40px 6%;
}
.serviceContent .serviceBox + .serviceBox {
  margin-top: 20px;
}
.serviceContent .serviceBox:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #357FB2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.serviceContent .serviceBox .boxTitle {
  text-align: center;
  color: #357FB2;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}
.serviceContent .serviceBox .boxTitle + dl, .serviceContent .serviceBox .boxTitle + p {
  padding-top: 15px;
}
.serviceContent .serviceBox dl + dl {
  padding-top: 15px;
}
.serviceContent .serviceBox dt {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media (min-width: 769px) {
  .serviceContent .serviceContentInner {
    background-size: contain;
  }
}
@media (min-width: 1000px) {
  .serviceContent .serviceContentInner {
    padding-bottom: 60px;
  }
  .serviceContent .serviceBlock {
    padding: 50px;
  }
  .serviceContent .serviceTitle {
    font-size: 70px;
    padding: 110px 0 100px;
  }
  .serviceContent .serviceTop {
    max-width: 908px;
    margin: auto;
    padding-bottom: 60px;
  }
  .serviceContent .serviceTop h3 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .serviceContent .serviceBox {
    padding: 45px 96px;
  }
  .serviceContent .serviceBox + .serviceBox {
    margin-top: 40px;
  }
  .serviceContent .serviceBox:after {
    width: 150px;
    height: 3px;
  }
  .serviceContent .serviceBox .boxTitle {
    font-size: 38px;
    max-width: 800px;
    margin: auto;
  }
  .serviceContent .serviceBox .boxTitle.slim {
    width: 700px;
  }
  .serviceContent .serviceBox .boxTitle.slim02 {
    width: 620px;
  }
  .serviceContent .serviceBox .boxTitle + dl, .serviceContent .serviceBox .boxTitle + p {
    padding-top: 25px;
  }
  .serviceContent .serviceBox dl + dl {
    padding-top: 30px;
  }
  .serviceContent .serviceBox dt {
    font-size: 22px;
  }
}

.main {
  padding: 30px 0 100px;
}
.main .read {
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-size: 20px;
  padding-bottom: 20px;
}
.main .read > * {
  font-weight: 600;
}
.main .textBase + .textBase {
  padding-top: 2em;
}
@media (min-width: 1000px) {
  .main {
    padding: 60px 0 184px;
  }
  .main .read {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

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