@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
@media screen and (960px <= width) {
  .serviceList {
    margin-inline: auto;
    width: 89.7435897436%;
    max-width: 102.6rem;
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .serviceList {
    width: 115rem;
  }
}
.serviceList:nth-of-type(n + 2) {
  margin-top: 10rem;
}
@media screen and (960px <= width) {
  .serviceList:nth-of-type(n + 2) {
    margin-top: 7.6rem;
  }
}
@media screen and (960px <= width) {
  .serviceList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.7rem;
  }
}
.serviceList_container {
  margin-inline: auto;
  width: 89.7435897436%;
}
@media screen and (960px <= width) {
  .serviceList_container {
    width: 115rem;
  }
}
@media screen and (960px <= width) {
  .serviceList_container {
    width: 100%;
    max-width: none;
  }
}
@media screen and (960px <= width) {
  .serviceList_textWrap {
    width: 61rem;
  }
}
.serviceList_btnWrap {
  margin-top: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (960px <= width) {
  .serviceList_btnWrap {
    margin-top: 2.73rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.05rem;
    padding-inline: 1arem;
  }
}
@media screen and (960px <= width) {
  .serviceList_btnWrap .el_buttonType2 {
    max-width: 28.7rem;
  }
}
.serviceList_imgWrap {
  width: 100%;
  height: auto;
  margin-top: 3.3rem;
}
@media screen and (960px <= width) {
  .serviceList_imgWrap {
    height: 27.6rem;
    width: calc(100% - 61rem - 2.7rem);
    margin-top: 0;
  }
}
@media screen and (960px <= width) {
  .serviceList_imgWrap:has(img:nth-of-type(2)).hp_noneSp {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 13rem - 2.7rem);
    gap: 1.4rem;
  }
  .serviceList_imgWrap:has(img:nth-of-type(2)).hp_noneSp img {
    aspect-ratio: unset;
  }
}
.serviceList_imgWrap img {
  aspect-ratio: 350/248;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceList_imgWrap img:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (960px <= width) {
  .serviceList_imgWrap img:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.serviceList .el_explain {
  margin-top: 3.4rem;
}
@media screen and (960px <= width) {
  .serviceList .el_explain {
    margin-top: 2.5rem;
    padding-inline: 1rem;
  }
}/*# sourceMappingURL=service.css.map */