@charset "UTF-8";

#service .catch_ttl {
  width: 27.2rem;
  margin: 0 auto 4.8rem;
}

#service .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 4rem;
  padding: 0 2.4rem;
}

#service .text_wrap .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#service .list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0 2.4rem;
}

#service .list .item {
  padding: 1.6rem 0.8rem 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
}

#service .list .item .img {
  margin-bottom: 1.6rem;
}

#service .list .item .ttl {
  width: calc(100% - 1.6rem);
  margin: 0 auto;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  color: #00a5d9;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #e4f7fc;
}

#service .list .item .text {
  width: calc(100% - 1.6rem);
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#flexibility .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#flexibility .text {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#flexibility .content_wrap .content {
  padding: 3.2rem 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
}

#flexibility .content_wrap .content .content_ttl {
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #00a5d9;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #00a5d9;
}

#flexibility .content_wrap .content .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#flexibility .content_wrap .content .text_wrap .list_wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#flexibility .content_wrap .content .text_wrap .list_wrap .ttl {
  width: 19.2rem;
  color: #00a5d9;
  background-color: #e4f7fc;
  border-radius: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

#flexibility .content_wrap .content .text_wrap .list_wrap .list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#flexibility .content_wrap .content .text_wrap .list_wrap .list .item {
  padding-left: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

#flexibility .content_wrap .content .text_wrap .list_wrap .list .item::before {
  content: '';
  width: 0.6rem;
  aspect-ratio: 1/1;
  background-color: #00a5d9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}

@media (min-width: 768px) {
  #service .catch_ttl {
    width: 64rem;
    margin: 0 auto 4.8rem;
  }

  #service .text_wrap {
    gap: 3.2rem;
    width: 92.8rem;
    margin: 0 auto 6.4rem;
  }

  #service .text_wrap .text {
    font-size: 1.8rem;
    line-height: 2;
  }

  #service .list {
    max-width: 131.2rem;
    margin: 0 auto;
    padding: 0 2.4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem 0.8rem;
  }

  #service .list .item {
    width: calc(100% / 3 - (0.8rem * 2 / 3));
    padding: 1.6rem 1.6rem 3.2rem;
  }

  #service .list .item .img {
    margin-bottom: 1.6rem;
  }

  #service .list .item .ttl {
    width: auto;
  }

  #service .list .item .text {
    width: auto;
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  #flexibility .text {
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
  }

  #flexibility .content_wrap {
    flex-direction: row;
    gap: 3.2rem;
  }

  #flexibility .content_wrap .content {
    width: calc(100% / 2 - (0.8rem / 2));
    padding: 4rem 2rem;
  }

  #flexibility .content_wrap .content:nth-child(2) .content_ttl {
    letter-spacing: normal;
  }

  #flexibility .content_wrap .content .text_wrap .list_wrap .list .item {
    font-size: 1.8rem;
    letter-spacing: normal;
  }


}
