section {
  scroll-margin-top: 125px;
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .c-menu-list {
    --row-gap: 12px;
  }
  .c-menu-list__item {
    width: 100%;
  }
}
.p-menu-list__three {
  --column-count: 3;
}

.p-button__circle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
}
.p-button__circle .c-button01 {
  background: #cfeef1;
  line-height: 1.15em;
  width: 230px;
  height: 80px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-button__circle .c-button01 {
    width: 90%;
    height: 50px;
  }
}
.p-button__circle .c-button01 span {
  border-bottom: none !important;
  padding: 0;
}

.p-textlink {
  text-decoration: underline;
  color: #175c8b;
}