@charset "UTF-8";
.break__pc {
  display: hidden;
}
.service__page {
  padding-top: 88px;
  padding-bottom: 100px;
}

.service__page__section__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
.service__page__list {
  list-style: none;
  position: relative;
  margin-bottom: 100px;
}
.service__page__list:last-of-type {
  margin-bottom: 0;
}
.service__page__illust {
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}
.service__page__illust img {
  width: 100%;
}
.service__page__background {
  position: relative;
  z-index: -999;
}
.service__page__summary {
  position: inherit;
  padding-top: 48px;
}
.service__page__summary p {
  font-size: 16px;
  line-height: 1.689;
  text-align: justify;
  margin-top: -5.5px;
  margin-bottom: -5.5px;
}
.service__page__linktohome {
  color: #337ab7;
  font-weight: 700;
  border-bottom: solid 2px #337ab7;
}
.service__page__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.service__page__article {
  display: block;
  margin-right: 10px;
  margin-top: 40px;
  position: relative;
  border-radius: 10px;
  /*緑ボーダー破線*/
  padding: 1px;
}
.service__page__article:first-child {
  margin-top: 0;
}
.service__page__article::before {
  position: absolute;
  content: "";
  border: 4px dashed #fcf0bb;
  border-radius: 24px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service__page__article::after {
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-radius: 24px;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  z-index: -1;
}
.service__page__article__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(69, 174, 117, 0.7);
  z-index: -99;
  right: -10px;
  bottom: -10px;
}

@media screen and (min-width: 769px) {
  .break__pc {
    display: block;
  }
  .service__page__inner__pc {
    max-width: 1060px;
    margin: 0 auto;
  }
.service__page {
  padding-top: 200px;
  padding-bottom: 180px;
  }
  .service__page__section__title {
    font-size: 36px;
    padding-bottom: 100px;
  }
  .service__page__title {
    padding-bottom: 42px;
  }
  .service__page__list {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    margin-bottom: 200px;
  }
  .service__page__list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service__page__article {
    width: 456px;
    height: 300px;
    margin-right: 20px;
  }
  .service__page__article::before {
  position: absolute;
  content: "";
  border: 6px dashed #fcf0bb;
  border-radius: 24px;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  z-index: -1;
}
  .service__page__article__shadow {
    right: -20px;
    bottom: -20px;
  }
  .service__page__illust {
    height: 100%;
  }
  .service__page__illust img {
    object-fit: cover;
    height: 100%;
  }
  .service__page__summary {
    padding-top: 20px;
    width: calc(50% - 20px);
  }
  .service__page__summary p {
    font-size: 18px;
  }
}