/* media query */
.stepArea {
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 100px), #3071B9 calc(100% - 100px), #3071B9 100%);
}
.stepArea > div {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1400px) {
  .stepArea > div {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .stepArea > div {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .stepArea > div {
    width: calc(100% - 40px);
  }
}
.stepArea > div > section {
  width: calc(25% - 18px);
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1400px) {
  .stepArea > div > section {
    width: calc(33.3333333333% - 16px);
  }
}
@media all and (max-width: 1200px) {
  .stepArea > div > section {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 960px) {
  .stepArea > div > section {
    border-radius: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .stepArea > div > section {
    width: 100%;
  }
}
.stepArea > div > section:not(:nth-child(4n+1)) {
  margin-left: 24px;
}
@media all and (max-width: 1400px) {
  .stepArea > div > section:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media all and (max-width: 1400px) {
  .stepArea > div > section:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
}
@media all and (max-width: 1200px) {
  .stepArea > div > section:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media all and (max-width: 1200px) {
  .stepArea > div > section:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .stepArea > div > section:nth-child(2n) {
    margin-left: 0;
  }
}
.stepArea > div > section * {
  font-size: 1.7rem;
  line-height: 150%;
}
.stepArea > div > section p.icon {
  width: 100px;
  margin: 0 auto 10px;
}
.stepArea > div > section h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 15px;
  text-align: center;
}
.stepArea > div > section h3 small {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 130%;
  display: block;
}
.stepArea > div > section h3::first-letter {
  color: #3071B9;
}
.stepArea > div > section ol {
  margin-left: 20px;
}
.stepArea > div > section ol li {
  list-style: decimal;
}
.stepArea > div > section:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 30px;
  height: 40px;
  background: url(../../common/images/icon_arrow_b.svg) no-repeat center/contain;
  opacity: 0.2;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .stepArea > div > section:not(:first-child)::before {
    transform: rotate(90deg) translateY(50%);
    left: 50%;
    top: -20px;
  }
}

.subArea {
  background: linear-gradient(180deg, #3071B9 0%, #3071B9 400px, transparent 400px, transparent 100%);
  padding-top: 40px;
}
@media all and (max-width: 1200px) {
  .subArea {
    background: linear-gradient(180deg, #3071B9 0%, #3071B9 300px, transparent 300px, transparent 100%);
  }
}
.subArea > div {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  .subArea > div {
    width: calc(100% - 100px);
  }
}
@media all and (max-width: 1200px) {
  .subArea > div {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 668px) {
  .subArea > div {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .subArea > div {
    flex-flow: column;
  }
}
.subArea > div .center {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .subArea > div .center {
    width: 100%;
    margin-bottom: 20px;
  }
}
.subArea > div .center h3 {
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin: 20px 0 40px;
}
@media screen and (max-width: 960px) {
  .subArea > div .center h3 {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea > div .center h3 {
    font-size: 2.8rem;
  }
}
.subArea > div .center > div {
  background-color: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 960px) {
  .subArea > div .center > div {
    padding: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea > div .center > div {
    padding: 0;
    background-color: transparent;
  }
}
.subArea > div .center > div ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
.subArea > div .center > div ol li {
  list-style: decimal;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea > div .center > div ol {
    background-color: #fff;
    margin-left: 0;
    padding: 20px 20px 0 40px;
  }
}
.subArea > div .center > div ol li {
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 5px;
}
.subArea > div .center > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.subArea > div .center > div ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea > div .center > div ul li {
    width: 100%;
  }
  .subArea > div .center > div ul li:first-child {
    margin-bottom: 20px;
  }
}
.subArea > div .center > div ul li img {
  border-radius: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .subArea > div .center > div ul li img {
    border-radius: 15px;
  }
}
.subArea > div .center > div > p {
  font-weight: 700;
  line-height: 140%;
}
.subArea > div .photo {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .subArea > div .photo {
    width: 100%;
  }
}
.subArea > div .photo img {
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .subArea > div .photo img {
    border-radius: 30px;
  }
}/*# sourceMappingURL=outsourcing.css.map */