@charset "UTF-8";


/*コンテンツ　業務内容・強み
-------------------------------------*/
.services-bg-area{
  position: absolute;
  content: '';
  right: 0;
  width: calc(100vw/3);
  height: 604px;
  background-image: url(../img/common/back.svg);
}

.services-img{
  width: 100%;
  height: auto;
  margin-left: -26%;
  margin-top: 28px;
  }

  .services-img-area-sp{
    display: none;
  }

.services-area{
  width: calc(100vw/2.2);
  padding-bottom: 50px;
}


.services-area-top h2,.services-area-bottom h2{
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-bottom: 0.8rem;
}

.services-area-top p,.services-area-bottom p{
  font-size: 1.5rem;
  line-height: 180%;
  margin-bottom: 3.9rem;
  letter-spacing: 0.1rem;
}

.services-area-bottom{
  padding: 56px 0 0;
  margin: 56px 0 0;
  border-top: 1px solid #0a286a;

}

@media screen and (max-width: 1470px) {
  .services-bg-area {
    width: calc(100vw / 3);
  }

  .services-area {
    width: calc(100vw / 2);
  }
}

@media screen and (max-width: 1195px) {
.services-bg-area{
  width: calc(100vw / 1.4);
  height: calc(100vw / 1.3);
  background-image: url(../img/common/back-sp.svg);
  }

.services-img-area-sp{
  height: calc(100vw / 1.3);
  width: 80%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.services-img{
  display: none;
  }


.services-area-top h2,.services-area-bottom h2{
  font-size: 1.6rem;
  line-height:1.4;
  }

.services-area-top p,.services-area-bottom p{
  font-size: 1.4rem;
  margin-bottom:2.9rem;
  }

.services-area{
    width: 100%;
    margin: 0;
    padding:3rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.services-area-bottom{
    margin: 0;
  }
}

/*コンテンツ　事例へ
-------------------------------------*/
.intoroduction-to{
  text-align: center;
}

.intoroduction-to p{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color:#0a286a;
}

@media screen and (max-width: 1195px) {
.intoroduction-to {
  margin: 0 auto;
}}