@charset "utf-8";
/*------------------------------------------------
事業紹介
------------------------------------------------*/

/*========== ページタイトル ==========*/

/*背景画像*/
.page-header {
  background-image: url(../../images/services/services_page_ttl_bg.jpg);
}

/*========== ステップ ==========*/

.step-list {
  width: 100%;
  margin: 25px auto;
}

.step-item {
  width: 100%;
}

.step-item-ttl {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-family: "Noto Serif CJK JP";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.step-item-no {
  color: #2177a3;
  font-size: 6rem;
  line-height: 1;
  display: block;
  width: 50px;
}

.step-item-ttl-txt {
  display: block;
  width: calc(100% - 60px);
  padding-bottom: 5px;
  line-height: 1.1;
}

.step-item-pic {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 15px 0 25px;
}

.step-item:not(:nth-of-type(4)) .step-item-pic > .pic-box {
  width: 48%;
}

@media print, screen and (min-width: 769px) {
  .step-list {
    width: calc(100% - 40px);
    margin: 50px 20px 100px;
  }
  .step-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .step-item-ttl {
    font-size: 3rem;
  }
  .step-item-no {
    font-size: 7rem;
    width: 60px;
  }
  .step-item-ttl-txt {
    width: calc(100% - 70px);
  }
  .step-item-txt {
    width: 460px;
    font-size: 1.6rem;
  }
  .step-item-pic {
     width: 470px;
  }
}

/*========== バリエーション ==========*/

.variation-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.variation-item {
  width: 48%;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .variation-list {
    margin-top: 50px;
  }

  .variation-item {
    width: 320px;
  }
}
