/*------ remote ------*/
@media screen and (max-width: 768px) {
  .ttlSec.ttlSec--remote img {
    right: -4rem;
    bottom: -5.5rem;
    height: 5rem;
  }
}

.remoteSec {
  padding: 4rem 0 4.5rem;
}
@media screen and (max-width: 768px) {
  .remoteSec {
    padding: 2rem 0 3rem;
  }
}
.remoteSec__ttl {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .remoteSec__ttl {
    margin-bottom: 1.5rem;
  }
}
.remoteSec__ttl p {
  font-size: clamp(1.125rem, -270rem + 600vw, 1.5rem);
  line-height: 1.9;
}
.remoteSec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .remoteSec__list {
    gap: 1.5rem;
  }
}
.remoteSec__list li {
  width: calc(50% - 0.75rem);
  padding: 2.25rem 2.5rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .remoteSec__list li {
    width: 100%;
    padding: 1.75rem 1rem 1.25rem;
  }
}
.remoteSec__list li img {
  height: 5.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .remoteSec__list li img {
    height: 4.5rem;
    margin-bottom: 1rem;
  }
}
.remoteSec__list li h3 {
  display: block;
  padding-bottom: 0.5rem;
  font-size: clamp(1.25rem, -450.5882352941rem + 1000vw, 1.875rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color01);
  text-align: center;
  border-bottom: 1px solid #333;
}
.remoteSec__list li p {
  font-size: clamp(1.125rem, 1.0588235294rem + 0vw, 1.125rem);
  line-height: 1.7;
  text-align: left;
}
