@charset "UTF-8";
/*-- メディアクエリ --*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .is-sp {
    display: none;
  }
}
/*-- color --*/
/*-- フォント --*/
.services-list {
  padding: 5.6rem 0 8.6rem;
}
@media screen and (max-width: 767px) {
  .services-list {
    padding: 5rem 0 6.4rem;
  }
}
.services-list .services-item + .services-item {
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .services-list .services-item + .services-item {
    margin-top: 7.1rem;
  }
}
.services-list .box-two {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .services-list .box-two {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .services-list .box-two {
    margin-top: 1.8rem;
  }
}

.services-item-title {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #716C6E;
}
@media screen and (max-width: 767px) {
  .services-item-title {
    font-size: 2.7rem;
    line-height: 1.2;
    text-align: center;
  }
}

.services-picture {
  flex: 0 0 43.5rem;
  width: 29vw;
  height: 25.8rem;
}
.services-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .services-picture {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .services-picture {
    flex: 0 0 100%;
    width: 100%;
  }
  .services-picture img {
    height: 18.7rem;
  }
}

.services-item:first-of-type .services-picture {
  margin-right: 1.5rem;
}
@media (max-width: 1079px) {
  .services-item:first-of-type .services-picture {
    margin-right: 0;
  }
}

.services-item:last-of-type .services-picture {
  margin-right: 2rem;
}
@media (max-width: 1079px) {
  .services-item:last-of-type .services-picture {
    margin-right: 0;
  }
}

.services-item:nth-child(2) .box-two {
  flex-direction: row-reverse;
}
@media (max-width: 1079px) {
  .services-item:nth-child(2) .box-two {
    flex-direction: column;
  }
}
.services-item:nth-child(2) .services-picture {
  margin-left: 1.8rem;
}
@media (max-width: 1079px) {
  .services-item:nth-child(2) .services-picture {
    margin-left: 0;
  }
}

.services-item-body .services-item-text {
  height: 12rem;
}
@media (max-width: 1079px) {
  .services-item-body .services-item-text {
    margin-top: 3.3rem;
    height: auto;
  }
}
.services-item-body .common-text-lg {
  font-weight: 300;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: solid 2px #B1D7CC;
  margin-top: 2rem;
}
@media (max-width: 1079px) {
  .services-item-body .common-text-lg {
    margin-top: 5rem;
    padding-bottom: 1.4rem;
  }
}
.services-item-body li {
  padding-left: 1.6rem;
  position: relative;
}
@media (max-width: 1079px) {
  .services-item-body li {
    margin-bottom: 0.2rem;
  }
}
.services-item-body li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #8DB8AB;
}

.pt-16 {
  padding-top: 1.6rem;
}

.services-item-body .box-two-responsive ul {
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .services-item-body .box-two-responsive ul {
    width: 100%;
  }
}